Mercurial > emacs
annotate lisp/ChangeLog @ 30955:3e6393238058
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 18 Aug 2000 18:46:25 +0000 |
parents | 2c9c5a2d8d8f |
children | c598e9bfdce2 |
rev | line source |
---|---|
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
1 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
2 |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
3 * 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
|
4 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
|
5 |
30953 | 6 2000-08-18 Dave Love <fx@gnu.org> |
7 | |
8 * image.el (find-image): Copy `spec' before using plist-put. | |
9 | |
30948 | 10 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
11 | |
12 * textmodes/ispell.el (ispell-dictionary-alist-6): Add | |
13 `portugues'. | |
14 | |
15 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to | |
16 backward-kill-sexp, analogous to kill-sexp. | |
17 | |
18 * progmodes/icon.el (icon-indent-line) | |
19 (icon-is-continuation-line): Handle comments specially. | |
20 | |
21 2000-08-17 Ken Stevens <k.stevens@ieee.org> | |
22 | |
23 * ispell.el: Set to standard author/maintainer/keyword fields. | |
24 Fine tuning to menu map appearance and operation, and added help. | |
25 Remove `start' and `end' error messages when compiling. | |
26 (ispell-choices-win-default-height): Fixed comment string. | |
27 (ispell-dictionary-alist-1): Fixed regexp in castellano and | |
28 castellano8 dictionaries. | |
29 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary. | |
30 (ispell-dictionary-alist-4): Fixed regexp in francais-tex | |
31 dictionary, added italiano dictionary. | |
32 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a | |
33 word character | |
34 (ispell-tex-skip-alists): Added psfig support. | |
35 (ispell-skip-html): Renamed from ispell-skip-sgml. | |
36 (ispell-begin-skip-region-regexp, ispell-skip-region) | |
37 (ispell-minor-check): Improved html skipping support to skip across | |
38 code, and recognize `&' commands without propper `;' syntax; | |
39 (ispell-process-line): Fix alignment error when manually | |
40 correcting spelling. | |
41 (ispell): Fix comment string. | |
42 (ispell-add-per-file-word-list): Always put word list on new line. | |
43 | |
30922 | 44 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
45 | |
30928 | 46 * format.el (format-encode-run-method): Fix error message to say |
47 `encode' instead of `decode'. Use save-window-excursion around | |
48 shell-command-on-region as in format-decode-run-method because | |
49 shell-command-on-region can display a buffer with error output. | |
50 (format-decode): Don't record undo information for the decoding. | |
51 (format-annotate-function): Add parameter FORMAT-COUNT. Make | |
52 that number part of the temporary buffer name so that more than | |
53 one decoding using a temporary buffer can happen safely. | |
54 | |
55 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead | |
56 of `A-z' in the regexp. | |
57 | |
58 * hilit-chg.el: Fix typos in commentary. | |
59 | |
30922 | 60 * help.el (view-emacs-news): Rewritten for new naming scheme |
61 for old NEWS files. | |
62 | |
63 * startup.el (command-line): Pop to *Messages* in case an error | |
64 is signaled while loading user-init-file. | |
65 | |
30908
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
66 2000-08-17 Andreas Schwab <schwab@suse.de> |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
67 |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
68 * files.el (insert-directory): Don't lose original file name, |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
69 undoing an undocumented change. |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
70 |
30906 | 71 2000-08-17 Alex Schroeder <alex@gnu.org> |
72 | |
73 * sql.el (sql-magic-go): Use comint-bol. | |
74 (sql-copy-column): Use comint-line-beginning-position. | |
75 (comint-line-beginning-position): Define a replacement for | |
76 comint-line-beginning-position if it is not fboundp. | |
77 | |
78 2000-08-17 Alex Schroeder <alex@gnu.org> | |
79 | |
80 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map; | |
81 it didn't have any effect anyway. | |
82 | |
83 2000-08-17 Alex Schroeder <alex@gnu.org> | |
84 | |
85 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters | |
86 --pset and pager=off instead of sending \\o|cat at the beginning | |
87 of the session. | |
88 | |
30903 | 89 2000-08-17 Miles Bader <miles@gnu.org> |
90 | |
91 * progmodes/octave-inf.el: Add compatibility definition of | |
92 comint-line-beginning-position. | |
93 | |
30898 | 94 2000-08-17 Kenichi Handa <handa@etl.go.jp> |
95 | |
96 * startup.el (normal-top-level): Look in each dir in load-path for | |
97 a leim-list.el file too. This assures of loading leim-list.el | |
98 that is created at Emacs installation time even if a user have his | |
99 own leim-list.el. | |
100 | |
30897 | 101 2000-08-17 Miles Bader <miles@gnu.org> |
102 | |
103 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the | |
104 foreground color to black if the background is dark. | |
105 | |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
106 2000-08-16 Stefan Monnier <monnier@cs.yale.edu> |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
107 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
108 * loadhist.el (unload-feature): Typo. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
109 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
110 * finder.el (finder-compile-keywords): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
111 * cus-dep.el (custom-make-dependencies): Add local-variable settings |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
112 to the generated file. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
113 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
114 * mail/mh-e.el (mh-make-local-vars): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
115 Replace make-variable-buffer-local with make-local-variable. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
116 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
117 * play/landmark.el: |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
118 * options.el (Edit-options-{set,toggle,t,nil}): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
119 * mail/mailabbrev.el (mail-abbrevs-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
120 * textmodes/tex-mode.el (tex-expand-files): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
121 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
122 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
123 * 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
|
124 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
125 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
126 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
127 Allow going past the last element. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
128 * 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
|
129 (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
|
130 (cvs-mouse-toggle-mark): Don't move point. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
131 (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
|
132 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
133 * progmodes/compile.el (grep): Provide a default set of files. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
134 (next-error): Docstring fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
135 (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
|
136 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
137 * emacs-lisp/easy-mmode.el (define-minor-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
138 Use `symbol-value' to keep the byte-compiler quiet. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
139 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
140 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
141 (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
|
142 (diff-goto-source): Use it. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
143 (diff-next-complex-hunk, diff-filter-lines): New function. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
144 (diff-apply-hunk): New command. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
145 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
146 * smerge-mode.el (smerge-mode-menu): Doc fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
147 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
148 * 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
|
149 |
30870 | 150 2000-08-16 Dave Love <fx@gnu.org> |
151 | |
30894 | 152 * windmove.el (windmove) <defgroup>: Add :version. |
153 | |
154 * net/goto-addr.el: Don't require browse-url. Require thingatpt. | |
155 (goto-address-fontify-p, goto-address-highlight-p) | |
156 (goto-address-url-face, goto-address-url-mouse-face) | |
157 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix. | |
158 (goto-address-url-regexp): Use thing-at-point-url-regexp. | |
159 (goto-address-fontify, goto-address-at-mouse): Simplify, | |
160 (goto-address-at-point): browse-url-url-at-point, | |
161 goto-address-find-address-at-point can return nil. | |
162 (goto-address-find-address-at-point): Return nil on failure. | |
163 | |
164 * align.el (align) <defgroup>: Add :version. | |
165 | |
166 * calculator.el (calculator): Add :version. | |
167 (calculator): Use two lines for calculator window if `modeline' | |
168 face is boxed. | |
169 | |
30870 | 170 * play/5x5.el: Doc fixes. |
171 (5x5) <defgroup>: Add :version. | |
172 | |
173 * play/fortune.el (fortune) <defgroup>: Add :version. | |
174 (fortune-append): Fix error message. | |
175 (fortune-from-region): Doc fix. | |
176 | |
177 * play/pong.el (pong): Doc fix. | |
178 | |
179 * play/morse.el: Keywords, commentary, autoloads. | |
180 | |
30854 | 181 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
182 | |
183 * desktop.el (desktop-save): Don't look at symbol-value of a | |
184 member of minor-mode-alist, unless it is boundp. | |
185 | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
186 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
|
187 |
30897 | 188 * 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
|
189 `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
|
190 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
|
191 |
30846 | 192 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
193 | |
194 * international/ccl.el (declare-ccl-program): Docstring modified. | |
195 (ccl-execute-with-args): Likewise. | |
196 | |
30839 | 197 2000-08-16 Miles Bader <miles@gnu.org> |
198 | |
30903 | 199 * progmodes/sql.el: Add compatibility definition of |
30839 | 200 comint-line-beginning-position. |
201 | |
30808 | 202 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
203 | |
30829 | 204 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as |
205 'buffer-menu' property. | |
206 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' | |
207 fails. | |
208 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | |
209 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | |
210 wasn't killed. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
211 |
30825 | 212 * buff-menu.el (list-buffers-noselect): Don't display the |
213 *Buffer List* buffer. | |
214 | |
30822 | 215 * font-lock.el: Require jit-lock to prevent a very late |
216 `Loading jit-lock' message. | |
217 | |
30808 | 218 * 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
|
219 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' |
30808 | 220 mail address. |
221 | |
30804 | 222 2000-08-15 Miles Bader <miles@gnu.org> |
223 | |
224 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
225 (ispell-choices-win-default-height, ispell-help): Use | |
226 `ispell-graphic-p' instead of `xemacsp'. | |
227 | |
30802 | 228 2000-08-15 Dave Love <fx@gnu.org> |
229 | |
30842 | 230 * simple.el: Autoload widget-convert when compiling. |
231 (mail-user-agent): Doc fix. | |
232 | |
233 * help.el (function-called-at-point, variable-at-point): Use | |
234 with-syntax-table. | |
235 (help-manyarg-func-alist): Add insert-and-inherit. | |
236 | |
237 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'. | |
238 | |
239 * delsel.el (delsel-unload-hook): New function. | |
240 | |
241 * find-file.el: Doc fixes. Move provide to end. | |
242 (ff) <defgroup>: Add :link. | |
243 (ff-goto-click): Deleted. | |
244 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): | |
245 Use mouse-set-point. | |
246 | |
247 * textmodes/tildify.el: Doc fixes. | |
248 (tildify) <defgroup>: Add:version. | |
249 | |
250 * progmodes/glasses.el (glasses) <defgroup>: Add :version. | |
251 (glasses-custom-set): Use set-default, not set. | |
252 (minor-mode-alist): Propertize the lighter. | |
253 (glasses-mode): Provide optional arg. | |
254 | |
30813 | 255 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
256 (global-cwarn-mode): Don't make it a user option. Unquote lambda. | |
257 (cwarn-font-lock-feature-keywords-alist): Don't make it a user | |
258 option. Provide :type. | |
259 (cwarn-configuration): Provide :type. | |
260 (cwarn-mode): Doc fix. | |
261 | |
262 * add-log.el (change-log-merge): Doc fix. | |
263 (change-log-redate): New command. | |
264 | |
30802 | 265 * net/browse-url.el (browse-url-filename-alist): Add a clause for |
266 Doze and Dog. | |
267 (browse-url): Use dolist, not mapcar. | |
268 (browse-url-at-point): Check for null url. | |
269 (browse-url-event-buffer, browse-url-event-point): Functions | |
270 deleted. | |
271 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
272 | |
273 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
274 modes. | |
275 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
276 Fix previous change to mapcan. | |
277 (msb--init-file-alist, msb--add-separators) | |
278 (msb--make-keymap-menu): Simplify. | |
279 (msb--choose-file-menu): Use copy-sequence. | |
280 (msb-mode-map): Add title to keymap. | |
281 (msb-unload-hook): New function. | |
282 | |
283 * bs.el: Fix indentation. | |
284 (bs) <defgroup>: Add :links. | |
30894 | 285 (bs-show): Doc fix. |
286 (bs-apply-sort-faces): Don't use window-system. | |
287 (bs-mode-font-lock-keywords): Avoid testing for XEmacs. | |
30802 | 288 |
30796 | 289 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
290 | |
291 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
292 convert-standard-filename. | |
293 | |
30788 | 294 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
295 | |
30790 | 296 * emacs-lisp/authors.el: New file. |
297 | |
30788 | 298 * paren.el (show-paren-priority): New user option. |
299 (show-paren-function): Set overlay priorities to | |
300 show-paren-priority. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
301 |
30783 | 302 2000-08-14 Miles Bader <miles@gnu.org> |
303 | |
304 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
305 beginning-of-line with inhibit-field-text-motion bound. | |
306 | |
30781 | 307 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
308 | |
309 * calendar/timeclock.el: New file. | |
310 | |
311 2000-08-14 David Ponce <david@dponce.com> | |
312 | |
313 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
314 `widget-button-click'. so that one can use left mouse button to | |
315 click on dialog buttons. | |
316 | |
317 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
318 | |
319 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
320 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
|
321 |
30767 | 322 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
|
323 |
30769 | 324 * comint.el (comint-output-filter): Don't bother frobbing |
325 window-start, it doesn't seem to be necessary. | |
30767 | 326 |
327 * comint.el (comint-send-string, comint-send-region): Make into | |
328 real functions. Snapshot the prompt before sending. | |
329 | |
30764 | 330 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
331 | |
332 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
333 technique similar to Info-index, instead of relying on specific | |
334 names of relevant Index nodes. | |
335 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
336 going to the first node found by Info-find-emacs-command-nodes. | |
337 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
338 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 339 |
340 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
341 | |
30741 | 342 2000-08-10 Miles Bader <miles@gnu.org> |
343 | |
344 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
345 | |
30739 | 346 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
347 | |
348 * info.el (Info-file-list-for-emacs): More elements for the | |
349 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
350 and woman manuals. | |
351 | |
30737 | 352 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
353 | |
354 * comint.el (comint-send-input): Make the newline boundary overlay | |
355 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
356 (comint-output-filter): Use `insert' instead of | |
357 `insert-before-markers'. Extend comint-last-output-overlay when | |
358 necessary since we can't rely on insert-before-markers to do it. | |
359 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
360 save-excursion when inserting the output, so that point gets | |
361 updated correctly; the old method relied on a rather dodgy | |
362 side-effect of comint-output-filter to avoid the effect of | |
363 save-excursion. | |
364 | |
30734 | 365 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
366 | |
367 * files.el (recover-file): Call insert-directory instead of | |
368 invoking `ls' directly. | |
369 | |
30732 | 370 2000-08-10 Miles Bader <miles@gnu.org> |
371 | |
372 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
373 (comint-last-prompt-overlay): New variables. | |
374 (comint-output-filter): Implement prompt highlighting. | |
375 (comint-snapshot-last-prompt): New function. | |
376 (comint-send-input): Snapshot the last prompt. | |
377 Use comint-highlight-input-face. | |
378 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
379 Use defface instead of defcustom. | |
380 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
381 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
382 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
383 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
384 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
385 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
386 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
387 (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
|
388 (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
|
389 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
|
390 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
391 * 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
|
392 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
393 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
394 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
395 |
30715 | 396 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
397 | |
398 * files.el (insert-directory): Don't call access-file on | |
399 directories on DOS and Windows. | |
400 | |
30704 | 401 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
402 | |
403 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
404 longer if necessary. | |
405 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
406 ccl-program-vector. | |
407 | |
30701 | 408 2000-08-09 Miles Bader <miles@gnu.org> |
409 | |
410 * comint.el (comint-output-filter): Properly handle the case where | |
411 the text surrounded by comint-last-output-overlay was deleted. | |
412 | |
30671 | 413 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
414 | |
30693 | 415 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
416 non-nil. | |
417 (Info-file-list-for-emacs): Remove "info" from the list because | |
418 that leads to trying to use the documentation from file `info' | |
419 in various situations where it isn't appropriate, for instance | |
420 C-h C-k C-h i. | |
421 | |
422 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
423 DIR and/or STRING are nil. | |
424 | |
425 * progmodes/compile.el (compilation-setup): Make variable | |
426 compilation-error-screen-columns buffer-local, as some comment | |
427 in the code suggests it should be. | |
428 | |
429 * files.el (auto-mode-interpreter-regexp): New variable. | |
430 (set-auto-mode): Use it. | |
431 | |
432 * indent.el (indent-for-tab-command): Doc fix. | |
433 | |
434 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
435 | |
30671 | 436 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
437 labels. | |
438 | |
439 * help.el (print-help-return-message): When | |
440 display-buffer-reuse-frames is set, let the help window been quit, | |
441 instead of deleting it, which might delete a reused frame. | |
442 | |
30664 | 443 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
444 | |
445 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
446 rename a directory to a name that differs only by its letter case. | |
447 | |
30655 | 448 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
449 | |
450 * international/quail.el (quail-define-rules): Handle Quail decode | |
451 map correctly. Add code for supporting annotations. | |
452 (quail-install-decode-map): New function. | |
453 (quail-defrule-internal): New optional arguments decode-map and | |
454 props. | |
455 (quail-advice): New function. | |
456 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
457 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
|
458 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
459 * 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
|
460 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
461 * 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
|
462 |
30649 | 463 2000-08-03 Miles Bader <miles@gnu.org> |
464 | |
465 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
466 New variable. | |
467 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
468 comint-use-prompt-regexp-instead-of-fields. | |
469 (comint-send-input): Add `input' field property to stuff we send to | |
470 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
471 (comint-output-filter): Add `output' field property to process | |
472 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
473 (comint-replace-by-expanded-history) | |
474 (comint-get-old-input-default, comint-show-output) | |
475 (comint-backward-matching-input, comint-forward-matching-input) | |
476 (comint-next-prompt, comint-previous-prompt): Use field | |
477 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
478 (comint-line-beginning-position): New function. | |
479 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
480 (comint-replace-by-expanded-history-before-point): Use | |
481 comint-line-beginning-position and line-end-position. | |
482 (comint-last-output-overlay): New variable. | |
483 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
484 | |
485 * shell.el (shell-prompt-pattern): Doc change. | |
486 (shell-backward-command): Use line-beginning-position. | |
487 | |
488 * gud.el (gud-gdb-complete-command): Use | |
489 comint-line-beginning-position. | |
490 | |
491 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
492 comint-bol doesn't actually go to the beginning of the line. | |
493 | |
494 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
495 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
496 (try-expand-line-all-buffers): Likewise. | |
497 | |
498 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
499 explicitly matching comint-prompt-regexp. | |
500 (sql-copy-column): Use comint-line-beginning-position instead of | |
501 explicitly matching comint-prompt-regexp. | |
502 | |
503 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
504 comint-line-beginning-position. | |
505 | |
506 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
507 | |
508 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
509 looking for a prompt, use `forward-line 0' instead of | |
510 `beginning-of-line', to avoid getting caught by an input field. | |
511 | |
30633 | 512 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
513 | |
514 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
515 PATTERN, in the Unix case. | |
516 | |
30629 | 517 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
518 | |
519 * play/zone.el (zone): Discard any pending input before running | |
520 the randomly-chosen pgm. | |
521 | |
30623 | 522 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
523 | |
524 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
525 checking the existence of any multibyte characters. | |
526 | |
30619 | 527 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
528 | |
30622 | 529 * help.el (describe-mode): Test minor-mode symbol for being |
530 bound before testing its value for being nil. | |
531 | |
30619 | 532 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
533 `first', `second', and `third'. | |
534 | |
535 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
536 (second): Make it an alias for `cadr'. | |
537 | |
30616 | 538 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
539 | |
540 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
541 types of display support faces now. | |
542 | |
30614 | 543 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
544 | |
545 * pcvs.el (require): Require `cl' during compilation, only. | |
546 | |
547 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
548 (toplevel): Remove `remq' and `remove' from autoloads. | |
549 (cl-fake-autoloads): New variable. If set, arrange for an error | |
550 when CL functions etc. are autoloaded. | |
551 | |
30585 | 552 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
553 | |
30593 | 554 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
555 | |
30591 | 556 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
557 popped up, but the user clicks outside the menu, return an empty | |
558 regexp (that causes unhighlight-regexp to have no effect). | |
559 | |
30589 | 560 * menu-bar.el (menu-bar-games-menu): Add Zone. |
561 | |
30585 | 562 * hi-lock.el (toplevel): Require font-lock. |
563 | |
30576 | 564 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
565 | |
566 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
567 (ebnf-8-bit-chars): New var for bug fix. | |
568 (ebnf-string): Bug fix. | |
569 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
570 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
|
571 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
572 * 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
|
573 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
574 (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
|
575 `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
|
576 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
577 |
30567 | 578 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
579 | |
580 * international/mule-cmds.el (select-safe-coding-system): Make | |
581 the message text about selecting a safe coding system more clear. | |
582 | |
30564 | 583 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
584 | |
30565 | 585 * hi-lock.el: New file. |
586 | |
587 * play/zone.el: New file. | |
588 | |
30564 | 589 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
590 value of tab-width in the original buffer. Choose a line number | |
591 format that's a multiple of the original buffer's tab width, so | |
592 that lines appear right. | |
593 | |
594 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
595 Spell-check active region if in transient-mark-mode and mark | |
596 is active; otherwise spell-check buffer. | |
597 | |
598 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
599 | |
600 * ps-mule.el: Fix a customization problem on | |
601 ps-mule-font-info-database-default. | |
602 | |
30555 | 603 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
604 | |
605 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
606 display-mouse-p instead of window-system. | |
607 (ebrowse-member-mode-map): Ditto. | |
608 | |
30553 | 609 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
610 | |
611 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
612 fix. | |
613 (ebnf-version): New version number (3.2). | |
614 (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
|
615 |
30547 | 616 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
617 | |
30549 | 618 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
619 font lock support on window-system. | |
620 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
621 | |
30547 | 622 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
623 display-color-p, if fboundp, instead of window-system. | |
624 | |
30545 | 625 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
626 | |
627 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
628 instead of window-system. | |
629 | |
630 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
631 window-system. | |
632 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
633 instead of window-system. | |
634 | |
635 * strokes.el (strokes-file): Run the file name through | |
636 convert-standard-filename. | |
637 (strokes-mode): Call display-mouse-p instead of looking at | |
638 window-system. Change the error message accordingly. | |
639 | |
640 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
641 | |
642 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
643 (lm-plot-square, lm-init-display): Don't use window-system. | |
644 | |
645 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
646 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
647 | |
648 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
649 instead of looking at window-system. | |
650 | |
30528 | 651 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
652 | |
653 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
654 of testing if iswitchb-prepost-hooks is bound, because the | |
655 latter will always be true when invoking a recursive minibuffer | |
656 from an active Iswitchb buffer. | |
657 | |
30526 | 658 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
659 | |
660 * files.el (shell-quote-wildcard-pattern): New function. | |
661 (insert-directory): Call it. Only prepend "\" to command on Unix | |
662 and GNU/Linux systems. | |
663 | |
30524 | 664 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
665 | |
666 * eshell/esh-groups.el: Change custom :link file names | |
667 from `eshell.info' to `eshell'. | |
668 | |
669 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
670 | |
671 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
672 correctly in recursive ange-ftp listings. | |
673 | |
674 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
675 | |
676 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
677 ps-header-font-size-internal and | |
678 ps-header-title-font-size-internal variables are not set, | |
679 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
680 face text property is (foreground-color . COLOR) or | |
681 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
682 (ps-print-version): New version number (5.2.4). | |
683 (ps-plot-region): Code fix. | |
684 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
685 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
686 Bug fix 2. | |
687 | |
688 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
689 | |
690 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
691 identifiers like `myXMLDocument'. | |
692 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
693 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
|
694 |
30524 | 695 * mail/mail-hist.el (mail-hist-previous-input) |
696 (mail-hist-next-input): Do the obvious code factorization. | |
697 (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
|
698 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
|
699 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
|
700 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
701 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
|
702 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
703 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 704 Use `<=', not `<' to compare times! |
705 (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
|
706 |
30502 | 707 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
708 | |
30516 | 709 * play/cookie1.el: Add explanation of how to make cookie.el |
710 compatible with strfile(1) to comment. | |
711 | |
712 * subr.el (remove, remq): New functions. | |
713 | |
30511 | 714 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
715 escape `*' in regexps. | |
716 (midnight-find): Reverse order of arguments in the funcall of | |
717 TEST. | |
718 | |
719 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
720 and `.class'. | |
721 | |
30502 | 722 * play/meese.el: Add Commentary section. |
723 | |
30516 | 724 2000-07-27 Alex Schroeder <alex@gnu.org> |
725 | |
726 * sql.el (sql-ms): Added autoload cookie. | |
727 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
728 (sql-oracle): Ditto. | |
729 (sql-help): Doc change. | |
730 | |
731 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
732 types and exceptions. | |
733 | |
734 2000-07-27 Alex Schroeder <alex@gnu.org> | |
735 | |
736 * sql.el (sql-placeholder-history): New variable. | |
737 (sql-query-placeholders-and-send): New function that will query | |
738 the user and replace placeholders with user input. | |
739 (sql-oracle): If running on NT, set comint-input-sender to | |
740 sql-query-placeholders-and-send. | |
741 | |
742 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
743 present it as a message. | |
744 | |
745 2000-07-27 Alex Schroeder <alex@gnu.org> | |
746 | |
747 * sql.el (sql-input-ring-separator): Doc change. | |
748 (sql-input-ring-file-name): Doc change. | |
749 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
750 `sql-input-ring-file-name' to set the comint-mode equivalents | |
751 without making them local variables. | |
752 (sql-stop): Don't bind `sql-input-ring-separator' and | |
753 `sql-input-ring-file-name' dynamically to their comint-mode | |
754 equivalents. | |
755 | |
30490 | 756 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
757 | |
758 * international/mule.el (register-char-codings): New function. | |
759 (make-coding-system): Handle `safe-chars' specification in the arg | |
760 PROPERTY. | |
761 | |
762 * international/mule-cmds.el | |
763 (find-coding-systems-region-subset-p): This function deleted. | |
764 (sort-coding-systems-predicate): New variable. | |
765 (sort-coding-systems): New function. | |
766 (find-coding-systems-region): Use | |
767 find-coding-systems-region-internal. | |
768 (find-coding-systems-string): Use find-coding-systems-region. | |
769 (find-coding-systems-for-charsets): Check | |
770 char-coding-system-table. | |
771 (select-safe-coding-system-accept-default-p): New variable. | |
772 (select-safe-coding-system): Mostly rewritten. New argument | |
773 ACCEPT-DEFAULT-P. | |
774 (select-message-coding-system): Call select-safe-coding-system | |
775 with ACCEPT-DEFAULT-P arg. | |
776 (reset-language-environment): Reset default-sendmail-coding-system | |
777 to the default value iso-latin-1. | |
778 (set-language-environment): Don't set the obsolete variable | |
779 charset-origin-alist. | |
780 | |
781 * international/codepage.el (cp-coding-system-for-codepage-1): | |
782 Give `safe-chars' property to make-coding-system. | |
783 | |
784 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
785 calling select-message-coding-system twice. | |
786 | |
787 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
788 instead of `safe-charsets'. | |
789 (cyrillic-alternativnyj): Likewise. | |
790 (ccl-encode-alternativnyj): Don't check the charset | |
791 cyrillic-iso8859-5. | |
792 | |
30484 | 793 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
794 | |
795 * composite.el (compose-chars-after): Preserve match data. | |
796 | |
30481 | 797 2000-07-26 Sam Steingold <sds@gnu.org> |
798 | |
799 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
800 (ange-ftp-real-file-newer-than-file-p): New function. | |
801 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
802 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
803 | |
804 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
805 * midnight.el (midnight-float-time): Ditto. | |
806 | |
30479 | 807 2000-07-26 Andreas Schwab <schwab@suse.de> |
808 | |
809 * files.el (normal-backup-enable-predicate): Correct | |
810 interpretation of the return value of compare-strings. | |
811 | |
30471 | 812 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
813 | |
30477 | 814 * isearch.el (isearch-resume): New function. |
815 (isearch-done): Add something to command-history to resume | |
816 the search. | |
817 (isearch-yank-line, isearch-yank-word): Use | |
818 buffer-substring-no-properties instead of buffer-substring. | |
819 | |
30471 | 820 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
821 of flyspell-mouse-map. | |
822 | |
823 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
824 duplicate definition. | |
825 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
826 | |
827 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
828 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
829 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
830 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
|
831 |
30459 | 832 * net/ange-ftp.el: Get modtime over the net. |
833 (ange-ftp-file-modtime): New function. | |
30473 | 834 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
835 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 836 Use it. |
837 (ange-ftp-dot-to-slash): New function. | |
838 (ange-ftp-fix-name-for-vms): Use it. | |
839 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
840 * 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
|
841 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
842 |
30457 | 843 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
844 | |
845 * find-dired.el: Update copyright notice. | |
846 (find-dired): Offer to kill a running `find'. | |
847 | |
848 * enriched.el (enriched-face-ans): For a `foreground-color' | |
849 property, return '(("x-color" COLOR))' so that COLOR will be | |
850 output as a parameter of the x-color annotation. Likewise for the | |
851 `background-color' property. In the case of normal face | |
852 properties, don't return annotations for unspecified foreground | |
853 and background face attributes. | |
854 | |
30450 | 855 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
856 | |
857 * language/japan-util.el (japanese-katakana-region): Fix handling | |
858 HANKAKU argument. | |
859 | |
30438 | 860 2000-07-25 Miles Bader <miles@gnu.org> |
861 | |
862 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
863 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
864 constrain-to-field. | |
865 | |
30437 | 866 2000-07-24 Andrew Innes <andrewi@gnu.org> |
867 | |
868 * timer.el (timer-activate-when-idle): Add optional parameter | |
869 DONT-WAIT. Update docstring. | |
870 (run-with-idle-timer): Specify extra parameter to | |
871 timer-activate-when-idle, so that timer will be activated | |
872 immediately if Emacs is already idle. | |
873 | |
874 * w32-fns.el (w32-using-nt): Fix docstring. | |
875 | |
30434 | 876 2000-07-24 Dave Love <fx@gnu.org> |
877 | |
878 * mouse.el (popup-menu): Set last-command-event. | |
879 (mouse-major-mode-menu-prefix): Declare. | |
880 | |
30433 | 881 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
882 | |
883 * textmodes/flyspell.el: Update to author's version 1.5d. | |
884 | |
885 * progmodes/hideshow.el: Update copyright notice. | |
886 | |
887 * vcursor.el: Set maintainer to FSF, since author cannot | |
888 be reached. | |
889 | |
30422 | 890 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
891 | |
30424 | 892 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
893 the prompt. | |
894 | |
30422 | 895 * mouse.el (popup-menu): Run the keymap through indirect-function, |
896 in case it was defined with define-prefix-key. If the menu is a | |
897 list of keymaps, look up the binding of user's choice in each one | |
898 of the keymaps. | |
899 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
900 don't have a prompt string, create one and insert it into the | |
901 keymap. Don't barf if current-local-map returns nil. | |
902 | |
30415 | 903 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
904 | |
905 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
906 to be undone. | |
907 (dired-sort-other): Use it. | |
908 | |
30412 | 909 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
910 | |
30415 | 911 * Release of cc-mode 5.27 |
30412 | 912 |
913 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
914 | |
915 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
916 c-beginning-of-statement-1 that caused a bad case of recursion | |
917 which could consume a lot of CPU in large classes in languages | |
918 that have in-expression classes (i.e. Java and Pike). | |
919 | |
920 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
921 statements before top level constructs (i.e. case 6 is moved | |
922 before case 5 and is now case 4) to catch in-expression | |
923 classes in top level expressions correctly. | |
924 | |
925 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
926 | |
927 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
928 objc-method-intro. Case 4 removed and case 5I added. | |
929 | |
930 * cc-langs.el (c-append-paragraph-start): New variable used by | |
931 c-common-init to get paragraph-start correct. | |
932 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
933 initialize paragraph-start to make it correct both with and | |
934 without the javadoc special case. | |
935 | |
936 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
937 initialize paragraph-start for javadoc markup. | |
938 | |
939 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
940 change by defaulting this to t. It's motivated by the | |
941 confusing behavior that otherwise arise from the style system | |
942 when editing both java and non-java files at the same time | |
943 (see the comments about style setting in c-common-init). | |
944 | |
945 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
946 | |
947 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
948 similar to the one in c-fill-paragraph to check the fill | |
949 prefix from the adaptive fill function for sanity. | |
950 | |
951 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
952 | |
953 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
954 defun block. | |
955 | |
956 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
957 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
958 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 959 |
960 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
961 | |
962 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
963 leading comma nicely. Extended to handle member initializers | |
964 too. | |
965 | |
30415 | 966 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 967 c-guess-basic-syntax): Fixed recognition of inheritance lists |
968 when the lines begins with a comma. | |
969 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
970 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 971 |
972 * cc-vars.el (c-offsets-alist): Changed default for | |
973 member-init-cont to c-lineup-multi-inher since it now handles | |
974 member initializers and indents better for leading commas. | |
975 | |
976 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
977 | |
978 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
979 handling that caused class open lines to be recognized as | |
980 statement-conts in some cases. | |
981 | |
982 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
983 guessed by the adaptive fill function unless point is on the | |
984 first line of a block comment. | |
985 | |
986 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
987 when the buffer ends with a macro continuation char. | |
988 | |
989 * cc-engine.el (c-guess-basic-syntax): Added support for | |
990 function definitions as statements in Pike. The first | |
991 statement in a lambda block is now labeled defun-block-intro | |
992 instead of statement-block-intro. | |
993 | |
994 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
995 so that the class surrounding point is selected, not the one | |
996 innermost in the state. | |
997 | |
998 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
999 recognition of switch labels having hanging multiline | |
1000 statements. | |
1001 | |
1002 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
1003 some code in c-guess-basic-syntax to a separate function. | |
1004 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
1005 recognition of member inits with multiple line arglists. | |
1006 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
1007 member-init-cont when the commas are in funny places. | |
1008 | |
1009 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1010 | |
1011 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
1012 not used anymore. | |
1013 | |
1014 * cc-engine.el (c-looking-at-bos): New helper function. | |
1015 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
1016 inexpr and toplevel classes apart in Pike. | |
1017 | |
1018 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
1019 of case 9A. | |
1020 | |
1021 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
1022 constant, since "class" can introduce an in-expression class | |
1023 in Pike nowadays. | |
1024 | |
1025 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1026 | |
1027 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
1028 indentation on cpp-macro lines. | |
1029 | |
1030 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
1031 a syntax modifier like comment-intro, to make it possible to | |
1032 get syntactic indentation for preprocessor directives. It's | |
1033 incompatible wrt to lineup functions on cpp-macro, but it has | |
1034 no observable effect in the 99.9% common case where cpp-macro | |
1035 is set to -1000. | |
1036 | |
1037 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1038 | |
1039 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
1040 member-init-cont when the preceding arglist is several lines. | |
1041 | |
1042 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1043 | |
1044 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
1045 style corrected to 8. | |
1046 | |
1047 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1048 | |
1049 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
1050 brace list openers in the gnu style. | |
1051 | |
1052 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1053 | |
1054 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
1055 | |
1056 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
1057 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
1058 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
1059 when c-syntactic-indentation is nil. | |
1060 | |
1061 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
1062 we were left at comments preceding the first statement when | |
1063 reaching the beginning of the buffer. | |
1064 | |
1065 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
1066 off all syntactic indentation. | |
1067 | |
1068 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1069 | |
1070 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
1071 between the text and the block comment ender when it hangs, | |
1072 depending on how many there are before the fill. | |
1073 | |
1074 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1075 | |
1076 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
1077 function to go back to the closest preceding statement start, | |
1078 which could be inside a conditional statement. | |
1079 * cc-engine.el (c-guess-basic-syntax): Use | |
1080 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
1081 | |
1082 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
1083 arglist-intro, arglist-cont-nonempty and arglist-close when | |
1084 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
1085 changed. | |
1086 | |
1087 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
1088 up-to-date with javadoc 1.2. | |
1089 | |
1090 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1091 | |
1092 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
1093 multiline Pike type decls. | |
1094 | |
1095 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1096 | |
1097 * cc-cmds.el (c-indent-new-comment-line): Always break | |
1098 multiline comments in multiline mode, regardless of | |
1099 comment-multi-line. | |
1100 | |
1101 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1102 | |
1103 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
1104 fully::qualified::names in C++ member init lists. Preamble in | |
1105 case 5D changed. | |
1106 | |
1107 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1108 | |
1109 * cc-langs.el (c-common-init): Handling of obsolete variables | |
1110 moved to c-initialize-cc-mode. More compatible style override | |
1111 when using global style variables. | |
1112 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
1113 variables moved here. | |
1114 | |
30415 | 1115 * cc-mode.texi: Documented the special behavior of |
30412 | 1116 c-special-indent-hook as a style variable. Don't talk about |
1117 doing (c-make-styles-buffer-local t) in a mode hook, since | |
1118 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
|
1119 |
30412 | 1120 * cc-styles.el (c-make-styles-buffer-local): Flag style |
1121 variable localness in c-style-variables-are-local-p to make | |
1122 the compatibility measure in c-common-init work well. | |
1123 | |
1124 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
1125 longer contain set-from-style. | |
1126 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
1127 set-from-style on c-special-indent-hook. | |
1128 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
1129 copy-alist is sufficient now. | |
1130 | |
1131 * cc-styles.el (c-set-style, c-set-style-1, | |
1132 c-get-style-variables): Fixes to variable initialization so | |
1133 that duplicate entries in styles have the same effect | |
1134 regardless of DONT-OVERRIDE. | |
1135 | |
1136 * cc-styles.el (c-set-style-2): Fixed bug where the | |
1137 initialization of inheriting styles failed when the | |
1138 dont-override flag is set. | |
1139 | |
1140 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
1141 on this. | |
1142 | |
1143 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1144 | |
1145 * cc-defs.el (c-forward-comment): Removed the workaround | |
1146 introduced in 5.38 since it had worse side-effects. If a line | |
1147 contains the string "//\"", it regarded the // as a comment | |
1148 start since the \ temporarily doesn't have escape syntax. | |
1149 | |
1150 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
1151 | |
1152 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
1153 ada-xref.el before ada-prj.el, so that the Project menu is created | |
1154 when ada-prj tries to add to it. | |
1155 (ada-activate-keys-for-case): Suppress the characters that are not | |
1156 part of the Ada syntax. Better compatibility with else-mode | |
1157 (ada-adjust-case-interactive): When auto-casing is not active, | |
1158 correctly insert newlines (used to insert only ^M). Prevent the | |
1159 syntax table from being changed in case of an error | |
1160 (or '_' becomes part of a word and some commands are confused). | |
1161 Do nothing if ada-auto-case is nil. | |
1162 (ada-after-keyword-p): Ignore keywords that are also attributes | |
1163 (ada-batch-reformat): Update usage comment | |
1164 (ada-call-from-contextual-menu): New function | |
1165 (ada-case-read-exceptions): Reinitialize the casing exception list | |
1166 first to nil first, so that the casing exception file can be | |
1167 shared. | |
1168 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
1169 files. | |
1170 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
1171 anywhere in the error message | |
1172 (ada-contextual-menu-last-point): New variable | |
1173 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
1174 t on XEmacs, it means that DEL should delete one character | |
1175 forward. | |
1176 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
1177 New submenu "Options". | |
1178 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
1179 statements. | |
1180 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
1181 even if they don't match ada-fill-comment-prefix Fix handling of | |
1182 paragraphs on the first or last line of a file. | |
1183 (ada-format-paramlist): Fix handling of default parameter values. | |
1184 (ada-get-body-name): New function. | |
1185 (ada-get-current-indent): Optimized by searchling directly for an | |
1186 existing generic part or a statement outside of it. Handle | |
1187 ada-indent-align-comments when indenting comments Replaced some | |
1188 regexps by testing directly the next character. This results in a | |
1189 huge speedup on some files. New indentation scheme for renames | |
1190 statements. Stop looking for the 'while' or 'for' associated with | |
1191 a 'loop' at the first semicolon encountered. A "return" can also | |
1192 match an anonymous access subprogram declaration. | |
1193 (ada-get-indent-noindent): Ignore strings and comments when | |
1194 looking for the keywords "record" and "private". | |
1195 (ada-goto-matching-decl-start): When matching "if", make sure we | |
1196 are not in fact seeing "end if". Ignore "when" statements except | |
1197 when initial keyword was "begin". Fix handling of nested | |
1198 procedures. Add a recursive call to this function to skip over | |
1199 other 'end' statmts. Fix indentation for "when .. => begin" | |
1200 (ada-in-open-paren-p): Fix indentation for complex boolean | |
1201 expressions, where 'and then', 'or else' and parenthesis | |
1202 statements are mixed up. | |
1203 (ada-in-paramlist-p): Skip comments while searching for the | |
1204 beginning Fix handling of operator declarations. | |
1205 (ada-indent-align-comments): New variable | |
1206 (ada-indent-current): Change the syntax table only in the | |
1207 protected section, so that we are sure it is restored correctly. | |
1208 (ada-indent-on-previous-lines): Use ada-use-indent and | |
1209 ada-with-indent Correctly indent "select ... then" | |
1210 (ada-indent-region): Slight speedup. | |
1211 (ada-indent-renames): New variable. | |
1212 (ada-last-which-function-subprog, ada-last-which-function-line): | |
1213 New variables | |
1214 (ada-looking-at-semi-private): Correctly indent the 'private' | |
1215 keyword when it is the first word in a package declaration. | |
1216 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
1217 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
1218 even if point is not initially at the end of the word. | |
1219 (ada-matching-decl-start-re): Add "when". | |
1220 (ada-mode): Add support for abbrev-mode, outline-mode and | |
1221 which-func-mode Override the old find-file.el entry in | |
1222 ff-special-constructs since it is using the obsolete | |
1223 ada-spec-suffix variable | |
1224 (ada-no-auto-case): New function | |
1225 (ada-scan-paramlist): When parsing the argument type, accept | |
1226 spaces (as in "X 'Class", generated by Rational Rose). | |
1227 (ada-other-file-name): No longer loads the other file. | |
1228 (ada-popup-menu): Save and restore the current buffer and cursor | |
1229 position before and after displaying the menu. | |
1230 (ada-search-ignore-complex-boolean): New function. | |
1231 (ada-uncomment-region): Emacs21 already knows how to delete | |
1232 comments not starting in the first column. | |
1233 (ada-use-indent): New variable | |
1234 (ada-which-function): New function. | |
1235 (ada-with-indent): New variable | |
1236 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
1237 can be batch-compiled from the command line. | |
1238 | |
1239 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
1240 Add to the menu when the file is loaded, not in ada-mode-hook. | |
1241 Add -toolbar to the default ddd command Switches moved from | |
1242 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
1243 ada-prj-default-comp-opt | |
1244 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
1245 Reference Manual to the menu | |
1246 (ada-check-current): rewritten as a call to ada-compile-current | |
1247 (ada-compile): Removed. | |
1248 (ada-compile-application, ada-compile-current, ada-check-current): | |
1249 Set the compilation-search-path so that compile.el automatically | |
1250 finds the sources in src_dir. Automatic scrollong of the | |
1251 compilation buffer. C-uC-cC-c asks for confirmation before | |
1252 compiling | |
1253 (ada-compile-current): New parameter, prj-field | |
1254 (ada-complete-identifier): Load the .ali file before doing | |
1255 processing | |
1256 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
1257 conform to gnatmake's behavior. | |
1258 (ada-find-file-in-dir): New function | |
1259 (ada-find-references): Set the environment variables for gnatfind | |
1260 (ada-find-src-file-in-dir): New function. | |
1261 (ada-first-non-nil): Removed | |
1262 (ada-gdb-application): Add support for jdb, the java debugger. | |
1263 (ada-get-ada-file-name): Load the original-file first if not done | |
1264 yet. | |
1265 (ada-get-all-references): Handles the new ali syntax (parent types | |
1266 are found between <>). | |
1267 (ada-initialize-runtime-library): New function | |
1268 (ada-mode-hook): Always load a project file when a file is opened, | |
1269 so that the casing exceptions are correctly read. | |
1270 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
1271 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
1272 to open the project file, since the latter does not work with | |
1273 speedbar Get default values before loading the prj file, or the | |
1274 default executable file name is wrong. Use the absolute value of | |
1275 src_dir to initialize ada-search-directories and | |
1276 compilation-search-path,... Add the standard runtime library to | |
1277 the search path for find-file. | |
1278 (ada-prj-default-debugger): Was missing an opening '{' | |
1279 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
1280 variables. | |
1281 (ada-prj-default-gnatmake-opt): New variable | |
1282 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
1283 buffers, the project file is the default one Save the windows | |
1284 configuration before displaying the menu. | |
1285 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
1286 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
1287 ...) regexp-quote identifiers names to support operators +, | |
1288 -,... in regexps. | |
1289 (ada-remote): New function. | |
1290 (ada-run-application): Erase the output buffer before starting the | |
1291 run Support remote execution of the application. Use | |
1292 call-process, or the arguments are incorrectly parsed | |
1293 (ada-set-default-project-file): Reread the content of the active | |
1294 project file, not the one from the current buffer When a project | |
1295 file is set as the default project, all directories are | |
1296 automatically associated with it. | |
1297 (ada-set-environment): New function | |
1298 (ada-treat-cmd-string): New special variable ${current} | |
1299 (ada-treat-cmd-string): Revised. The substitution is now done for | |
1300 any ${...} substring | |
1301 (ada-xref-current): If no body was found, compiles the spec | |
1302 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
1303 compiler to get rid of command line length limitations. | |
1304 (ada-xref-get-project-field): New function | |
1305 (ada-xref-project-files): New variable | |
1306 (ada-xref-runtime-library-specs-path) | |
1307 (ada-xref-runtime-library-ali-path): New variables | |
1308 (ada-xref-set-default-prj-values): Default run command now does a | |
1309 cd to the build directory. New field: main_unit Provide a default | |
1310 file name even if the current buffer has no prj file. | |
1311 | |
1312 * ada-prj.el: | |
1313 Rewritten to show a tabbed-dialog. | |
1314 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
1315 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
1316 New function | |
1317 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
1318 (ada-prj-load-from-file): New function | |
1319 (ada-prj-save): Always save fields that depend on the current buffer | |
1320 (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
|
1321 |
30412 | 1322 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
1323 Ada mode. This will allow us to display the Ada menu in any buffer | |
1324 we want (for project items). | |
1325 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
1326 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
|
1327 |
30395 | 1328 2000-07-24 Dave Love <fx@gnu.org> |
1329 | |
1330 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1331 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1332 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1333 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1334 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1335 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1336 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1337 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1338 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1339 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1340 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1341 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1342 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1343 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1344 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1345 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1346 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1347 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1348 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1349 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1350 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1351 (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
|
1352 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1353 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1354 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1355 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1356 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1357 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1358 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1359 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1360 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1361 |
30386 | 1362 2000-07-23 Dave Love <fx@gnu.org> |
1363 | |
1364 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1365 ^o, ^u. | |
1366 | |
30359 | 1367 2000-07-21 Dave Love <fx@gnu.org> |
1368 | |
30374 | 1369 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1370 now passed to the function. It now works properly. | |
1371 | |
30359 | 1372 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1373 | |
30350 | 1374 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1375 | |
1376 * info-look.el (info-lookup): If *info* is shown in another frame | |
1377 on the same display, select that frame, instead of switching to | |
1378 the Info buffer in another window of the selected frame. | |
1379 | |
1380 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1381 kp-0 to kp-9 and kp-subtract. | |
1382 (digit-argument): Handle these keys. | |
1383 | |
30346 | 1384 2000-07-20 Dave Love <fx@gnu.org> |
1385 | |
1386 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1387 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1388 Put an extra property on the overlays and use it to clean up in | |
1389 case goto-address is re-run. | |
1390 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1391 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1392 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1393 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1394 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1395 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1396 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1397 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1398 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1399 |
30331 | 1400 2000-07-19 Dave Love <fx@gnu.org> |
1401 | |
1402 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1403 implementation. | |
1404 | |
1405 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1406 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1407 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1408 | |
30318 | 1409 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1410 | |
30329 | 1411 * textmodes/refer.el: Correct maintainer's email address. |
1412 | |
1413 * progmodes/hideif.el: Correct author's email address. | |
1414 Fix typo in comment. | |
1415 | |
1416 * xml.el: New file. | |
1417 | |
30318 | 1418 * mail/mailheader.el: Correct author's mail address. |
1419 | |
1420 * gnus/parse-time.el: Correct author's mail address. | |
1421 | |
30329 | 1422 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1423 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1424 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1425 New user options. |
1426 (comint-input-ring-file-name): Change custom type. | |
1427 (comint-mode-map): Bind mouse-2. | |
1428 (comint-insert-clicked-input): New function. | |
1429 (comint-send-input): Handle input highlighting. | |
1430 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1431 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1432 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1433 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1434 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1435 |
30311 | 1436 2000-07-18 Dave Love <fx@gnu.org> |
1437 | |
1438 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1439 improvements. | |
1440 | |
30308 | 1441 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1442 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1443 * faces.el (face-font-selection-order) |
30308 | 1444 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1445 |
30298 | 1446 2000-07-18 Dave Love <fx@gnu.org> |
1447 | |
1448 * cus-edit.el (custom-variable-reset-saved) | |
1449 (custom-variable-reset-standard): Remove unused bindings. | |
1450 | |
1451 * rect.el (open-rectangle-line): Remove unused let. | |
1452 | |
1453 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1454 | |
30296 | 1455 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1456 | |
1457 * cdl.el: Fix `Maintainer' keyword. | |
1458 | |
1459 * play/pong.el: Add author's email address. | |
1460 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1461 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1462 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1463 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1464 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1465 |
30290 | 1466 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1467 | |
1468 * mail/vms-pmail.el: Change maintainer to FSF. | |
1469 | |
1470 * net/goto-addr.el: Change maintainer to FSF. | |
1471 | |
1472 * recentf.el: Update from author. | |
1473 | |
1474 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1475 |
30277 | 1476 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1477 | |
1478 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1479 links to eshell, to avoid problems on systems where the manual is | |
1480 installed as `eshell'. | |
1481 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1482 * eshell/em-smart.el (eshell-smart): Ditto. | |
1483 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1484 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1485 |
1486 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1487 same-file check in the MS-DOS version (it does support inodes). | |
1488 | |
1489 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1490 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1491 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1492 Run default directory name through convert-standard-filename. |
30277 | 1493 |
30255 | 1494 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1495 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1496 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1497 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1498 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1499 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1500 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1501 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1502 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1503 Don't translate some national variant characters of latin-jisx0201. |
30262 | 1504 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 1505 |
30255 | 1506 * international/kkc.el (kkc-after-update-conversion-functions): |
1507 New variable. | |
1508 (kkc-update-conversion): Run functions in it at the tail. | |
1509 | |
30277 | 1510 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
|
1511 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1512 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1513 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
|
1514 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1515 |
30253 | 1516 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
1517 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1518 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 1519 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
1520 the conversion list at first if appropriate. | |
1521 (kkc-next): Don't update kkc-next-count here. | |
1522 (kkc-prev): Don't update kkc-prev-count here. | |
1523 (kkc-show-conversion-list-update): Fix setting up of conversion | |
1524 list message. | |
1525 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1526 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1527 |
30290 | 1528 * 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
|
1529 |
30248 | 1530 2000-07-16 Dave Love <fx@gnu.org> |
1531 | |
1532 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
1533 function to be more specific. | |
1534 | |
1535 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
1536 non-string help-echo. | |
1537 (widget-types-convert-widget): Defsubst it. | |
1538 (widget-echo-help): Try to cope with a help-echo function of two | |
1539 possible sorts. | |
1540 | |
30241 | 1541 2000-07-15 Jason Rumney <jasonr@gnu.org> |
1542 | |
1543 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
1544 Declare as obsolete. | |
1545 | |
1546 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
1547 | |
30226 | 1548 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
1549 | |
1550 * hilit-chg.el: Fix typo. | |
1551 | |
30221 | 1552 2000-07-14 Dave Love <fx@gnu.org> |
1553 | |
1554 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
1555 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1556 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1557 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1558 * 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
|
1559 |
30193 | 1560 2000-07-13 Dave Love <fx@gnu.org> |
1561 | |
30195 | 1562 * emacs-lisp/easymenu.el: Doc fixes. |
1563 (easy-menu-remove): Defalias to ignore. | |
1564 | |
30193 | 1565 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
1566 Call throw correctly. | |
1567 | |
30190 | 1568 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
1569 | |
1570 * faces.el (frame-background-mode): Doc fix. | |
1571 | |
1572 * simple.el (eval-expression-print-length): Change custom type to | |
1573 allow entering nil as value. | |
1574 | |
30185 | 1575 2000-07-13 Dave Love <fx@gnu.org> |
1576 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1577 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1578 Change definition layout. |
30187 | 1579 (fortran-mode-menu): Reinstate customize entries. |
1580 | |
30185 | 1581 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
1582 Use :filter, per old XEmacs code. | |
1583 | |
30170 | 1584 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
1585 | |
1586 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
1587 event when deciding what to send to the terminal. | |
1588 | |
30168 | 1589 2000-07-12 Dave Love <fx@gnu.org> |
1590 | |
1591 * cus-start.el: Add optional version as 4th element of specs and | |
1592 use it for several things new in v21. Remove load-path. Fix type | |
1593 of line-number-display-limit. | |
1594 | |
30148 | 1595 2000-07-11 Dave Love <fx@gnu.org> |
1596 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1597 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1598 Use repeat counts in various regexps. |
30150 | 1599 (fortran-mode-syntax-table): Defvar directly. |
1600 (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
|
1601 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1602 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1603 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 1604 (fortran-mode): Set fortran-comment-line-start-skip, |
1605 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
1606 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1607 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1608 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 1609 (fortran-comment-region, fortran-electric-line-number): Simplify. |
1610 (fortran-auto-fill): New function. | |
1611 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1612 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1613 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1614 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1615 Use fortran-auto-fill. |
30150 | 1616 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1617 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 1618 |
30148 | 1619 * widget.el (widget-plist-member): New alias. |
1620 | |
30146 | 1621 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
1622 | |
1623 * eshell/esh-module.el (toplevel): Reference | |
1624 byte-compile-current-file only if it is bound. | |
1625 | |
30131 | 1626 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
1627 | |
1628 * dired.el: Don't require `dired-aux'. | |
1629 | |
30127 | 1630 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
1631 | |
1632 * dired-aux.el (dired-show-file-type): New function. | |
1633 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
1634 (dired-show-file-type): Add autoload. | |
1635 | |
30125 | 1636 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
1637 | |
1638 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1639 change of fontset-info. |
30125 | 1640 (print-fontset): Likewise. |
1641 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1642 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1643 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1644 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1645 |
30111 | 1646 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
1647 | |
30131 | 1648 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 1649 |
30111 | 1650 * dired.el (dired-find-alternate-file): New function. |
1651 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
1652 (toplevel): Require dired-aux when compiling. | |
1653 (dired-buffers): Move defvar within file to avoid compiler warning. | |
1654 | |
1655 * info.el (Info-last-search): Variable removed. | |
1656 (Info-search-history): New variable. | |
1657 (Info-search): New Info-search-history. | |
1658 | |
1659 * battery.el, info-look.el: Change author's mail address. | |
1660 | |
30115 | 1661 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
|
1662 |
30115 | 1663 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
1664 if rmail-ignored-headers is nil. | |
1665 (rmail-retry-failure): Bind rmail-ignored-headers and | |
1666 rmail-displayed-headers to nil. | |
1667 | |
30096 | 1668 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
1669 | |
30103 | 1670 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
1671 (print-region-1): Don't hard code `-h' here. | |
1672 | |
30096 | 1673 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
1674 | |
30103 | 1675 2000-07-01 Francesco Potorti` <pot@gnu.org> |
1676 | |
1677 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
1678 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
|
1679 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1680 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1681 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1682 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1683 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1684 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1685 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1686 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1687 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1688 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1689 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
|
1690 |
30096 | 1691 * ediff-diff.el (ediff-wordify): Use syntax table. |
1692 * 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
|
1693 ediff-color-display-p. |
30096 | 1694 (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
|
1695 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1696 Got rid of special cases for NeXT and OS/2. |
30096 | 1697 * 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
|
1698 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1699 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1700 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1701 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1702 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1703 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1704 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1705 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1706 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1707 * 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
|
1708 |
30076 | 1709 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1710 | |
30085 | 1711 * Makefile.in (DONTCOMPILE): Add comment that the name may |
1712 not be changed without changing the make-dist script. | |
1713 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1714 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 1715 (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
|
1716 |
30067 | 1717 2000-07-05 Andrew Innes <andrewi@gnu.org> |
1718 | |
1719 * makefile.nt: Add support for `bootstrap' and related targets. | |
1720 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1721 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1722 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1723 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1724 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1725 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1726 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
|
1727 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1728 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1729 (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
|
1730 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1731 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
|
1732 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1733 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1734 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1735 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1736 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
|
1737 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1738 |
30056 | 1739 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1740 | |
1741 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
1742 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
1743 (eval-defun): If called with prefix arg, instrument code for | |
1744 Edebug. | |
1745 | |
1746 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
1747 similar to that of eval-defun. | |
1748 | |
30029 | 1749 2000-07-04 Dave Love <fx@gnu.org> |
1750 | |
30035 | 1751 * hl-line.el (hl-line-overlay): Make it permanent-local. |
1752 | |
30029 | 1753 * calendar/todo-mode.el: Replaced with a working version, based on |
1754 revision 1.34 tidied up. | |
1755 | |
1756 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 1757 |
1758 * paths.el (prune-directory-list): New function. | |
1759 (Info-default-directory-list): Rewritten to more methodically | |
1760 enumerate a big list of possible info directories (based on the | |
1761 list used by the standalone info reader). | |
30029 | 1762 |
30021 | 1763 * 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
|
1764 non-existent directories from Info-directory-list. |
30021 | 1765 |
1766 * paths.el (Info-default-directory-list): Try a list of possible | |
1767 info-directories instead of a single one. Add the possible | |
1768 info directory "/usr/share/info". | |
1769 | |
1770 * woman.el (woman-man.conf-path): Explicitly include the debian | |
1771 man-db config file "/etc/manpath.config". | |
1772 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
1773 are present in `manpath.config'. | |
1774 (woman-manpath): Include "/usr/share/man". | |
1775 | |
30006 | 1776 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
1777 | |
30017 | 1778 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
1779 | |
1780 * startup.el (command-line): Initialize blink-cursor based | |
1781 on window-system. | |
1782 | |
30014 | 1783 * frame.el (blink-cursor): Default to nil if not running under |
1784 a window-system. | |
1785 | |
30012 | 1786 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
1787 (face-x-resources): Remove duplicate entry for :font. | |
1788 | |
30006 | 1789 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
1790 instead of cycling through windows with next-window. | |
1791 | |
1792 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
1793 of cycling through windows with next-window. | |
1794 | |
1795 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
1796 of cycling through windows with next-window. | |
1797 | |
1798 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
1799 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
1800 instead of cycling through windows with next-window. | |
1801 | |
1802 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
1803 instead of cycling through windows with next-window. | |
1804 | |
1805 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
1806 of cycling through windows with next-window. | |
1807 | |
1808 * terminal.el (te-process-output): Use walk-windows instead of | |
1809 cycling through windows with next-window. | |
1810 | |
1811 * server.el (server-switch-buffer): Use some-window instead of | |
1812 cycling through windows with next-window. | |
1813 | |
1814 * window.el (some-window): New function. | |
1815 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 1816 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1817 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 1818 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1819 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 1820 |
1821 * window.el (walk-windows): Guarantee termination by keeping a list | |
1822 of all the windows already handled. | |
1823 | |
29975 | 1824 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1825 | |
1826 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
1827 window-system. | |
1828 | |
1829 * man.el (Man-notify-when-ready): Don't use window-system. If | |
1830 Man-notify-method is newframe, and the display is not | |
1831 multi-frame, select the frame created for the man page. | |
1832 (Man-init-defvars): Doc fix. | |
1833 | |
29972 | 1834 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
1835 | |
29982 | 1836 * faces.el (region): Change background color for light background. |
1837 | |
1838 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
1839 attribute from mode-line face of Ediff control frame. | |
1840 | |
29972 | 1841 * replace.el (query-replace-map): Bind `e' like `E'. |
1842 | |
29967 | 1843 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1844 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1845 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1846 Change name to "Select All". |
29969 | 1847 |
29967 | 1848 * dos-fns.el (convert-standard-filename): Fix last change. |
1849 | |
29957 | 1850 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
1851 | |
29959 | 1852 * help.el (describe-variable): Don't insert a second `'s' in front |
1853 of the string `value is shown below'. Since the syntax-table is | |
1854 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
1855 an existing `'s', so that this won't be deleted. | |
1856 | |
29957 | 1857 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
1858 * pcmpl-unix.el: New files. | |
1859 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1860 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1861 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1862 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1863 |
29939 | 1864 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
1865 | |
29956 | 1866 * replace.el (perform-replace): Undo change of 2000-04-04. |
1867 Instead, move backward 1 character at the end of the loop when | |
1868 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1869 |
29949 | 1870 * faces.el (fringe): Change face for different backgrounds. |
1871 | |
1872 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
1873 patch from John. | |
1874 | |
29939 | 1875 * eshell/*.el: Change spelling of the Free Software Foundation. |
1876 | |
1877 * eshell/esh-toggle.el: Removed. | |
1878 | |
1879 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
1880 | |
1881 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
1882 interactively. | |
1883 | |
1884 2000-06-26 Alex Schroeder <alex@gnu.org> | |
1885 | |
1886 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
1887 `define-key'; instead of checking `(emacs-version)' check for | |
1888 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
1889 for `;' and `o' which might be electric. | |
1890 | |
1891 (sql-electric-stuff): New user option. | |
1892 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
1893 (sql-magic-semicolon): New function which uses | |
1894 `sql-electric-stuff'. | |
1895 | |
1896 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
1897 is not fboundp. | |
1898 | |
1899 (sql-oracle-options): New variable. | |
1900 (sql-oracle): Use it. | |
1901 | |
1902 (sql-imenu-generic-expression): Doc change. | |
1903 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
1904 is used. | |
1905 | |
1906 (sql-informix): Added command line parameter "-" to force | |
1907 sql-informix-program to use stdout. | |
1908 | |
29924 | 1909 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
1910 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1911 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 1912 (cp864-decode-table): Doc fix. |
1913 (cp720-decode-table): New variable, supports the Arabic OEM | |
1914 codepage used by Windows. | |
1915 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
1916 | |
29920 | 1917 2000-06-23 Dave Love <fx@gnu.org> |
1918 | |
1919 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
1920 (font-lock-fontify-anchored-keywords): Use | |
1921 line-beginning-position. | |
1922 (global-font-lock-mode): Use mapc. | |
1923 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1924 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1925 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1926 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1927 |
29870 | 1928 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
1929 | |
29885 | 1930 * comint.el (comint-substitute-in-file-name): Call replace-match |
1931 with second and third arg t. | |
1932 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1933 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 1934 Specify foreground color. |
1935 | |
1936 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
1937 color. | |
1938 | |
29876 | 1939 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
1940 | |
1941 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
1942 cddr instead of cdddr. | |
1943 | |
29873 | 1944 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
1945 instead of copy-list. | |
1946 | |
1947 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
1948 of copy-list. | |
1949 | |
29870 | 1950 * subdirs.el: Add eshell subdirectory. |
1951 | |
1952 * eshell: New subdirectory containing the Eshell package. | |
1953 | |
1954 * pcomplete.el: New file. | |
1955 | |
29885 | 1956 2000-06-23 Paul Eggert <eggert@twinsun.com> |
1957 | |
29888 | 1958 * mail/mailpost.el (post-mail-send-it): Make sure file has |
1959 proper permissions from birth. | |
1960 | |
1961 * files.el (basic-save-buffer-2): When temporarily setting | |
1962 file modes, set them to current modes plus 0200, not to 0777. | |
1963 | |
29885 | 1964 * emerge.el (emerge-make-temp-file): Make sure file has proper |
1965 permissions from birth. | |
1966 | |
29857 | 1967 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
1968 | |
1969 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
1970 backup file name through convert-standard-filename. | |
1971 | |
1972 * dos-fns.el (convert-standard-filename): Convert leading | |
1973 directories as well. When long file names are supported, convert | |
1974 characters that are invalid in Windows file names. | |
1975 | |
29849 | 1976 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1977 | |
1978 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
1979 ps-print crashes. New feature: page selection for printing. Create | |
1980 raw-text-unix coding system for XEmacs. Doc fix. | |
1981 (ps-print-version): New version number (5.2.3). | |
1982 (ps-plot-region): Bug fix. | |
1983 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
1984 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
1985 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
1986 funs. | |
1987 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
1988 (ps-last-page): New vars. | |
1989 | |
29845 | 1990 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
1991 | |
1992 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
1993 empty option string. | |
1994 | |
29839 | 1995 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
1996 | |
1997 * man.el (man): Doc fix. | |
1998 | |
29829 | 1999 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
2000 | |
2001 * international/mule-cmds.el (set-language-info-alist): Docstring | |
2002 fixed. | |
2003 | |
29814 | 2004 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
2005 | |
2006 * version.el (emacs-version): Use ISO date format. | |
2007 | |
2008 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
2009 instead of `M-backspace'. | |
2010 | |
2011 * simple.el (turn-off-auto-fill): New function. | |
2012 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2013 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2014 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2015 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2016 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2017 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2018 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2019 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2020 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2021 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2022 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
|
2023 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2024 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2025 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2026 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2027 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2028 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
|
2029 (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
|
2030 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2031 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2032 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2033 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2034 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2035 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2036 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2037 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2038 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2039 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2040 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2041 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2042 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2043 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2044 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2045 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2046 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2047 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2048 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2049 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2050 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2051 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2052 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2053 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2054 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2055 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2056 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2057 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2058 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2059 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2060 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2061 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2062 * 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
|
2063 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2064 * 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
|
2065 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2066 * 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
|
2067 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2068 * 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
|
2069 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2070 |
29776 | 2071 2000-06-20 Dave Love <fx@gnu.org> |
2072 | |
2073 * faces.el (frame-background-mode): Use set-default, not set, in | |
2074 setter. | |
2075 (frame-update-faces, frame-update-face-colors): Define with | |
2076 defalias. | |
2077 | |
2078 * enriched.el (enriched-decode-foreground) | |
2079 (enriched-decode-background): Don't use internal-find-face. | |
2080 | |
2081 * apropos.el: Doc fixes. | |
2082 | |
2083 * cus-edit.el (customize-changed-options): Check arg. | |
2084 (customize-version-lessp): Don't require decimal point. | |
2085 | |
2086 * custom.el (defcustom, defgroup): Doc fix. | |
2087 | |
2088 * newcomment.el (comment) <defgroup>: Add :version. | |
2089 (comment-multi-line): Doc fix. | |
2090 | |
2091 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
2092 define-hooked-global-abbrev): Fix, using define-abbrev. | |
2093 | |
29747 | 2094 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
2095 | |
2096 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
2097 the whole buffer. | |
2098 | |
29740 | 2099 2000-06-19 Dave Love <fx@gnu.org> |
2100 | |
2101 * menu-bar.el (menu-bar-options-save): New function. | |
2102 (menu-bar-options-menu): Use it. | |
2103 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
2104 Simplify. | |
2105 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2106 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2107 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2108 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2109 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2110 |
29720 | 2111 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2112 | |
2113 * international/codepage.el: | |
2114 (cp-coding-system-for-codepage-1): Delete special codes for | |
2115 generating xxx-dos coding system because now a CCL based coding | |
2116 system can handle EOL conversion by default. | |
2117 | |
2118 * international/mule.el (make-coding-system): Generate subsidiary | |
2119 coding systems for EOL handling variants even for a CCL based | |
2120 coding system. | |
2121 | |
29718 | 2122 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2123 | |
2124 * international/isearch-x.el (isearch-minibuffer-input-method) | |
2125 (isearch-minibuffer-input-method-function): These variables | |
2126 deleted. | |
2127 (isearch-with-input-method): Don't use the above variables. | |
2128 (isearch-process-search-multibyte-characters): Likewise. Call | |
2129 read-string with the arg INHERIT-INPUT-METHOD t. | |
2130 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2131 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2132 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2133 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2134 (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
|
2135 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2136 * 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
|
2137 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2138 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2139 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
|
2140 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2141 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2142 |
29712 | 2143 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2144 | |
2145 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2146 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2147 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2148 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2149 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2150 |
29696 | 2151 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2152 | |
2153 * find-lisp.el: New file. | |
2154 | |
29694 | 2155 2000-06-16 Andrew Innes <andrewi@gnu.org> |
2156 | |
2157 * time.el (display-time-mail-function): New variable, to allow | |
2158 external packages to indicate when new mail is available. | |
2159 (display-time-update): Use it. | |
2160 | |
29689 | 2161 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
2162 | |
29691 | 2163 * international/mule.el (mule-version): Change version name to |
2164 SAKAKI. AOI has already been used by Meadow. | |
2165 | |
29689 | 2166 * international/quail.el (quail-show-guidance-buf): To find the |
2167 bottom window (but minibuffer), pay attention to the height of | |
2168 minibuffer. | |
2169 | |
29670 | 2170 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
2171 | |
29682 | 2172 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
2173 menu-bar menus. Add help strings. Don't remove the Edit menu | |
2174 from the menu bar, as the menu bar has enough space now. | |
2175 | |
29680 | 2176 * Makefile.in (SHELL): Make sure /bin/sh is used. |
2177 | |
29670 | 2178 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
2179 characters, which use series of two ^H characters instead of one. | |
2180 | |
29667 | 2181 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
2182 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2183 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 2184 (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
|
2185 functions. |
29686 | 2186 (Info-find-node-2): Try a case-sensitive search first, then |
2187 do a case-insensitive search. | |
2188 | |
2189 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
2190 tutorials. | |
2191 | |
29676 | 2192 * complete.el (PC-env-vars-alist): New variable. |
2193 (PC-complete-as-file-name): New function. | |
2194 (partial-completion-mode): Initialize PC-env-vars-alist from | |
2195 process-environment. | |
2196 (PC-do-completion): Handle completion of env vars. | |
2197 | |
2198 * info.el (Info-set-mode-line): Show file name in mode line, | |
2199 use `*Info*' instead of `Info:'. | |
2200 | |
29667 | 2201 * startup.el (command-line-1): Change copyright messages to year |
2202 2000. | |
2203 | |
29665 | 2204 2000-06-15 Dave Love <fx@gnu.org> |
2205 | |
2206 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
2207 not local-map. | |
2208 | |
29658 | 2209 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
2210 | |
2211 * international/mule.el (set-buffer-file-coding-system): Almost | |
2212 rewritten to handle `undecided' as no-op. | |
2213 | |
29654 | 2214 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
2215 | |
29667 | 2216 * Makefile.in: New file. |
29657 | 2217 |
2218 * Makefile: Removed. | |
2219 | |
29654 | 2220 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
2221 (goto-address-highlight-keymap): Bind C-c RET. | |
2222 | |
29640 | 2223 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
2224 | |
29649 | 2225 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
2226 inherits buffer-file-coding-system of the current buffer. | |
29647 | 2227 |
29645 | 2228 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
2229 0. Give correct argument to set-auto-coding-function. | |
2230 (tar-expunge): For goto-char, use (point-min), not 0. | |
2231 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
2232 (tar-subfile-save-buffer): Likewize. | |
2233 | |
29640 | 2234 * international/mule.el |
2235 (after-insert-file-set-buffer-file-coding-system): Call | |
2236 set-buffer-file-coding-system with the arg FORCE t. | |
2237 | |
29633 | 2238 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
2239 | |
2240 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
2241 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 2242 the sender is set with `-f'. |
29633 | 2243 |
29622 | 2244 2000-06-13 Dave Love <fx@gnu.org> |
2245 | |
29630 | 2246 * help.el (describe-function-1): Kluge around cases of functions |
2247 fset to subrs whose doc doesn't match their symbol-name. | |
2248 | |
29627 | 2249 * image.el (insert-image): Default STRING to a space. |
29625 | 2250 |
29622 | 2251 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2252 (Info-build-node-completions): Match Ref tags. |
29622 | 2253 |
29612 | 2254 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
2255 | |
29615 | 2256 * frame.el (display-multi-frame-p, display-multi-font-p): New |
2257 defaliases for display-graphic-p. | |
2258 | |
29612 | 2259 * hl-line.el: Fixed a typo in commentary. |
2260 | |
29609 | 2261 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
2262 | |
2263 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
2264 fixed. | |
2265 | |
29608 | 2266 2000-06-12 Dave Love <fx@gnu.org> |
2267 | |
2268 * image.el (insert-image): Save a little consing. | |
2269 | |
29598 | 2270 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2271 | |
2272 * language/tibet-util.el: Convert all tibetan-1-column characters | |
2273 to the corresponding tibetan characters. | |
2274 (tibetan-add-components): Delete code for the special treatment of | |
2275 'a chung. | |
2276 | |
2277 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
2278 change. | |
2279 (tibetan-vowel-transcription-alist): More rules added. | |
2280 (tibetan-composite-vowel-alist): New variable. | |
2281 (tibetan-precomposition-rule-alist): More rules added. | |
2282 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2283 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2284 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2285 * 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
|
2286 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2287 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2288 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2289 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2290 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2291 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2292 * 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
|
2293 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2294 * 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
|
2295 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2296 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2297 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2298 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2299 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2300 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2301 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2302 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2303 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2304 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2305 * 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
|
2306 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2307 * 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
|
2308 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2309 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2310 (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
|
2311 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2312 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2313 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2314 (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
|
2315 (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
|
2316 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2317 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2318 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2319 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2320 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2321 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2322 * 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
|
2323 (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
|
2324 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2325 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2326 (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
|
2327 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2328 (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
|
2329 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
|
2330 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2331 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2332 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2333 * 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
|
2334 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2335 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2336 (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
|
2337 (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
|
2338 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
|
2339 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2340 * 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
|
2341 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
|
2342 |
29574 | 2343 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2344 | |
2345 * international/mule.el (set-buffer-file-coding-system): If | |
2346 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2347 unconditionally. | |
2348 | |
29568 | 2349 2000-06-12 Dave Love <fx@gnu.org> |
2350 | |
2351 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2352 required. | |
2353 | |
29556 | 2354 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2355 | |
2356 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2357 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2358 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2359 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2360 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2361 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2362 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2363 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
|
2364 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2365 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2366 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2367 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2368 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2369 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2370 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2371 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2372 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2373 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2374 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2375 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
|
2376 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2377 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
|
2378 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2379 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2380 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2381 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2382 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2383 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2384 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2385 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2386 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2387 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2388 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2389 |
29542 | 2390 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2391 | |
2392 * 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
|
2393 undecided-XXX is specified, change only EOL conversion. |
29542 | 2394 |
2395 * international/mule-conf.el (unix): New alias for the coding | |
2396 system undecided-unix. | |
2397 | |
29528 | 2398 2000-06-09 Dave Love <fx@gnu.org> |
2399 | |
29535 | 2400 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2401 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2402 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2403 (executable-insert): Change custom type. |
2404 (executable-find): Add autoload cookie. | |
29531 | 2405 (executable-make-buffer-file-executable-if-script-p): New |
2406 function. After Noah Friedman. | |
29528 | 2407 |
2408 * files.el (after-save-hook): Customize, with | |
29531 | 2409 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2410 |
29518 | 2411 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2412 | |
29522 | 2413 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2414 "tib24p-mule.bdf" for Tibetan. | |
2415 | |
29520 | 2416 * composite.el (decompose-composite-char): Declare it as obsolete. |
2417 | |
29541 | 2418 * man.el (Man-fontify-manpage): Pay attention to underline and |
2419 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2420 |
29517 | 2421 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2422 | |
2423 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2424 Set maintainer to FSF since author isn't reachable. | |
2425 | |
29508 | 2426 2000-06-08 Dave Love <fx@gnu.org> |
2427 | |
2428 * international/mule-cmds.el (select-safe-coding-system): If | |
2429 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2430 preferred coding-system if buffer-file-coding-system is | |
2431 `undecided'. From Handa. | |
2432 | |
29503 | 2433 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2434 | |
2435 * international/mule.el | |
2436 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2437 size is greater than INSERTED, judget that we are not visiting. | |
2438 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2439 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
|
2440 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2441 * 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
|
2442 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
|
2443 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
|
2444 |
29498 | 2445 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2446 | |
2447 * align.el: Update from author. | |
2448 | |
2449 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2450 | |
2451 * apropos.el (apropos-mode-hook): New user variable. | |
2452 (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
|
2453 |
29498 | 2454 2000-06-07 David Ponce <david@dponce.com> |
2455 | |
2456 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2457 commands. Require `wid-edit' at run-time. | |
2458 | |
2459 2000-06-07 David Ponce <david@dponce.com> | |
2460 | |
2461 * recentf.el: Added some "Commentary". | |
2462 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2463 move the point at the top of the file list. This behaviour is | |
2464 consistent with the menu one when the list contains a lot of | |
2465 files. | |
2466 (recentf-cleanup): Now displays the number of items removed from | |
2467 the list. | |
2468 (recentf-relative-filter) New menu filter to show filenames | |
2469 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
|
2470 |
29498 | 2471 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2472 | |
2473 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2474 with/without giving an error if PostScript printer doesn't have this | |
2475 kind of page size. Zebra Stripe continues or restarts on next page. | |
2476 Manual/automatic paper feeding. Switch or not the header. | |
2477 (ps-print-version): New version number (5.2.2). | |
2478 (ps-windows-system): Include emx as a Windows system. | |
2479 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2480 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2481 (ps-background-text): Code fix. | |
2482 (ps-error-handler-message, ps-user-defined-prologue) | |
2483 (ps-print-prologue-header, ps-printer-name) | |
2484 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2485 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2486 (ps-use-face-background): Customization fix. | |
2487 (ps-n-up-database): Data fix. | |
2488 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2489 (ps-switch-header): New vars. | |
2490 (ps-xemacs-color-name, ps-face-foreground-name) | |
2491 (ps-face-background-name, ps-boolean-constant): New funs. | |
2492 | |
29491 | 2493 2000-06-07 Dave Love <fx@gnu.org> |
2494 | |
2495 * allout.el: New version from Manheimer. | |
2496 | |
29483 | 2497 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2498 | |
2499 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2500 charset. | |
2501 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2502 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
|
2503 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2504 * 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
|
2505 (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
|
2506 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
|
2507 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2508 |
29471 | 2509 2000-06-06 Dave Love <fx@gnu.org> |
2510 | |
2511 * image.el (find-image): Doc fix. Return nil if image not found. | |
2512 (put-image, insert-image): Make STRING arg optional. | |
2513 | |
29455 | 2514 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
2515 | |
2516 * language/vietnamese.el: Remove eval-when-compile. | |
2517 (viet-viscii-nonascii-translation-table): Define it as a | |
2518 translation table made from viet-viscii-decode-table. | |
2519 (viet-viscii-encode-table): Define it as a translation table made | |
2520 from the reverse map of above. | |
2521 (viet-vscii-nonascii-translation-table): Define it as a | |
2522 translation table made from viet-vscii-decode-table. | |
2523 (viet-vscii-encode-table): Define it as a translation table made | |
2524 from the reverse map of above. | |
2525 (ccl-decode-viscii): Use translate-character. | |
2526 (ccl-encode-viscii, ccl-encode-viscii-font) | |
2527 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
2528 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2529 |
29455 | 2530 * language/cyrillic.el: Remove eval-when-compile. |
2531 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
2532 translation table made from cyrillic-koi8-r-decode-table. | |
2533 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
2534 made from the reverse map of above. | |
2535 (ccl-decode-koi8): Use translate-character. | |
2536 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
2537 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
2538 a translation table made from cyrillic-alternativnyj-decode-table. | |
2539 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
2540 table made from the reverse map of above. | |
2541 (ccl-decode-alternativnyj): Use translate-character. | |
2542 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
2543 Likewize | |
2544 | |
2545 * international/mule-diag.el (non-iso-charset-alist): Specify | |
2546 translation table symbol instead of translation table itself. | |
2547 (list-block-of-chars): CHARSET may be a translation table symbol. | |
2548 | |
2549 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
2550 already exists, override it. | |
2551 | |
2552 * international/fontset.el: Use family `proportional' for Tibetan | |
2553 fonts. | |
2554 | |
2555 * international/ccl.el (ccl-compile-translate-character): Don't | |
2556 check if Rrr has property translation-table. | |
2557 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
2558 | |
29447 | 2559 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
2560 | |
2561 * info.el: Bind case-fold-search to t when searching in case | |
2562 a user sets it to nil in a hook. | |
2563 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2564 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2565 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2566 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2567 * 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
|
2568 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2569 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2570 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2571 (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
|
2572 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2573 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
|
2574 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2575 * 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
|
2576 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2577 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2578 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2579 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2580 * 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
|
2581 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2582 (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
|
2583 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2584 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2585 (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
|
2586 (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
|
2587 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2588 * 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
|
2589 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2590 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
|
2591 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2592 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2593 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2594 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2595 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2596 (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
|
2597 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2598 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2599 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
|
2600 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2601 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2602 * 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
|
2603 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2604 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
|
2605 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2606 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
|
2607 |
29447 | 2608 * 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
|
2609 tty's. |
29447 | 2610 * 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
|
2611 differences whenever appropriate. |
29447 | 2612 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
2613 * 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
|
2614 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2615 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2616 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2617 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2618 * 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
|
2619 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2620 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2621 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
|
2622 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2623 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2624 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2625 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2626 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2627 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2628 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2629 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2630 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2631 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2632 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2633 (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
|
2634 (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
|
2635 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2636 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2637 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
|
2638 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2639 (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
|
2640 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2641 |
29403 | 2642 2000-06-02 Dave Love <fx@gnu.org> |
2643 | |
2644 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
2645 all the widgets. Don't require cl or widget. Remove | |
2646 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
2647 (widget-read-event): Removed. Callers changed to use read-event. | |
2648 (widget-button-release-event-p): Renamed from | |
2649 button-release-event-p. | |
2650 (widget-field-add-space, widget-field-use-before-change): | |
2651 Uncustomize. | |
2652 (widget-specify-field): Use keymap property, not local-map. | |
2653 (widget-specify-button): Obey :suppress-face. | |
2654 (widget-specify-insert): Use modern backquote syntax. | |
2655 (widget-image-directory): Renamed from widget-glyph-directory. | |
2656 (widget-image-enable): Renamed from widget-glyph-enable. | |
2657 (widget-image-find): Replaces widget-glyph-find. | |
2658 (widget-button-pressed-face): Move defvar. | |
2659 (widget-image-insert): Replaces widget-glyph-insert. | |
2660 (widget-convert): Use keywordp. | |
2661 (widget-leave-text, widget-children-value-delete): Use mapc. | |
2662 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2663 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 2664 (widget-button-click): Don't set point at the click, but re-centre |
2665 if we scroll out of window. Rewritten for images v. glyphs &c. | |
2666 (widget-tabable-at): Use POS arg, not point. | |
2667 (widget-beginning-of-line, widget-end-of-line) | |
2668 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
2669 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
2670 (widget-default-create): Use widget-image-insert; some rewriting. | |
2671 (widget-visibility-value-create) | |
2672 (widget-push-button-value-create, widget-toggle-value-create): Use | |
2673 widget-image-insert. | |
2674 (checkbox): Create on and off images dynamically. | |
2675 (documentation-link): Change :help-echo. | |
2676 (widget-documentation-link-echo-help): Remove. | |
2677 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2678 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2679 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2680 * 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
|
2681 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2682 * 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
|
2683 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2684 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2685 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2686 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2687 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2688 |
29383 | 2689 2000-06-02 Dave Love <fx@gnu.org> |
2690 | |
29392 | 2691 * files.el (convert-standard-filename): Doc fix. |
2692 (normal-backup-enable-predicate): New function. | |
2693 (backup-enable-predicate): Use it to replace the lambda form. | |
2694 | |
2695 * calendar/todo-mode.el: [This needs more work on the outline | |
2696 stuff.] Doc fixes. | |
2697 (todo) <defgroup>: Add :version. | |
2698 (todo-add-category): Don't use pushnew. | |
2699 (todo-cmd-raise): Fix typo. | |
2700 (todo-top-priorities): Change temp buffer name. | |
2701 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2702 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2703 Use outline-next-heading. |
29392 | 2704 |
29383 | 2705 * autoarg.el: Rewritten to use define-minor-mode. |
2706 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
2707 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
2708 | |
29376 | 2709 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
2710 | |
2711 * isearch.el (isearch-other-meta-char): Fix previous change. | |
2712 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2713 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2714 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2715 * 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
|
2716 (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
|
2717 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2718 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2719 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2720 |
29372 | 2721 2000-06-01 Dave Love <fx@gnu.org> |
2722 | |
2723 * hl-line.el: Rewritten using define-minor-mode. | |
2724 | |
2725 * help.el (describe-function-1): Distinguish special form from | |
2726 builtin function. Sanity-check presence of arglist for builtins. | |
2727 | |
29356 | 2728 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
2729 | |
29365 | 2730 * international/characters.el: Fix syntax/category setting of |
2731 Tibetan characters. | |
2732 | |
2733 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
2734 encoding of Tibetan characters. | |
2735 (tibetan-decompose-precomposition-alist): New variable. | |
2736 (tibetan-decompose-region): Convert precomposed characters to | |
2737 non-precomposed characters. | |
2738 (tibetan-decompose-string): Likewise. | |
2739 (tibetan-composition-function): Fix args to | |
2740 thibetan-compose-string. | |
2741 | |
2742 * language/tibetan.el (tibetan-composable-pattern): More | |
2743 characters included. | |
2744 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
2745 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
2746 "+R" added. | |
2747 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
2748 | |
29359 | 2749 * language/lao-util.el (lao-composition-function): Fix args to |
2750 compose-string. | |
2751 | |
2752 * language/thai-util.el (thai-composition-function): Fix args to | |
2753 compose-string. | |
2754 | |
29356 | 2755 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 2756 to prevent the point moving to the end of a composition when a |
2757 part of a composition is searched. | |
29356 | 2758 (isearch-other-meta-char): If the key invoking this command can be |
2759 mapped by function-key-map to a printing char, call | |
2760 isearch-process-search-char directly. | |
2761 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2762 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2763 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2764 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2765 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2766 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2767 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2768 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2769 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2770 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2771 * 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
|
2772 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2773 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2774 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
|
2775 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2776 * 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
|
2777 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2778 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
|
2779 |
29347 | 2780 2000-05-31 Dave Love <fx@gnu.org> |
2781 | |
2782 * loadhist.el (loadhist-hook-functions): Remove | |
2783 before-change-function, after-change-function. | |
2784 (unload-feature): Deal with symbols which are both bound and | |
2785 fbound. | |
2786 | |
2787 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
2788 before-change-function, after-change-function. | |
2789 | |
2790 * simple.el (newline): Don't bind before-change-function, | |
2791 after-change-function. | |
2792 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2793 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
|
2794 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2795 * 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
|
2796 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
|
2797 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
|
2798 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
|
2799 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2800 * 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
|
2801 |
29330 | 2802 2000-05-31 Dave Love <fx@gnu.org> |
2803 | |
2804 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
2805 pattern for function of change. | |
2806 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
2807 acknowledgements patterns. | |
2808 | |
29328 | 2809 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
2810 | |
2811 * isearch.el (isearch-printing-char): If keyboard coding system is | |
2812 being used, call isearch-process-search-multibyte-characters. | |
2813 | |
2814 * international/isearch-x.el: Mostly rewritten. | |
2815 | |
2816 * international/quail.el (quail-start-conversion): Don't include | |
2817 unhandled events in the returned events, but set them in | |
2818 unread-command-events. Exit if all inputs are deleted. | |
2819 | |
29324 | 2820 2000-05-30 Jason Rumney <jasonr@gnu.org> |
2821 | |
2822 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
2823 | |
2824 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
2825 Reenable code to create initial fontsets. | |
2826 Use set-fontset-font in place of put-charset-property. | |
2827 | |
29302 | 2828 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
2829 | |
29307 | 2830 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
2831 label, ensure that the first colon isn't followed by another. | |
2832 | |
2833 * paths.el (Info-default-directory-list): Doc fix. | |
2834 | |
29304 | 2835 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
2836 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
2837 send a query containing USER only, not USER@HOST. | |
2838 | |
29302 | 2839 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
2840 and rmail-msgend to compute the restriction at the end, instead of | |
2841 computing it. | |
2842 | |
29292 | 2843 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
2844 | |
29295 | 2845 * dabbrev.el (dabbrev-expand): Don't display messages in the |
2846 echo area if the minibuffer window is active. | |
2847 | |
29292 | 2848 * jit-lock.el (jit-lock-mode): Add after change function to |
2849 local hook. | |
2850 | |
2851 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
2852 | |
2853 * antlr-mode.el: New commands: hide/unhide actions, | |
2854 upcase/downcase literals. | |
2855 (antlr-tiny-action-length): New user option. | |
2856 (antlr-hide-actions): New command. Suggested by | |
2857 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
|
2858 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 2859 (antlr-mode-menu): New entries. |
2860 (antlr-downcase-literals): New command. | |
2861 (antlr-upcase-literals): Ditto. | |
2862 | |
2863 * antlr-mode.el: Minor changes: indendation, mode-name. | |
2864 (antlr-indent-line): Indent cpp directive at column 0. | |
2865 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
2866 | |
2867 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
2868 (antlr-font-lock-additional-keywords): Workaround for intentional | |
2869 bug in XEmacs version of font-lock. | |
2870 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
2871 be used by a smarter version of `buffers-menu-grouping-function'. | |
2872 | |
2873 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
2874 | |
2875 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
2876 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
2877 | |
29266 | 2878 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
2879 | |
2880 * international/encoded-kb.el | |
2881 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
2882 charset-iso-final-char return -1 for eight-bit-control and | |
2883 eight-bit-graphic. | |
2884 | |
29261 | 2885 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2886 | |
2887 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
2888 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
2889 available, instead of window-system. | |
2890 | |
29259 | 2891 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2892 | |
2893 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
2894 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
2895 coding systems. | |
2896 | |
29248 | 2897 2000-05-26 Dave Love <fx@gnu.org> |
2898 | |
29255 | 2899 * disp-table.el (standard-display-underline): Don't use |
2900 internal-find-face. | |
2901 | |
29248 | 2902 * mail/reporter.el: Maintainer change. Doc fixes. |
2903 (reporter-version): Deleted. | |
2904 | |
2905 * emacs-lisp/elp.el: Maintainer change. | |
2906 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
2907 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2908 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2909 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2910 * 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
|
2911 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2912 |
29240 | 2913 2000-05-26 Dave Love <fx@gnu.org> |
2914 | |
29242 | 2915 * loadhist.el (unload-feature): Fix interactive spec [from |
2916 lijnzaad@ebi.ac.uk]. | |
2917 | |
29240 | 2918 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
2919 subr-arity to check primitives. | |
2920 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
2921 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
2922 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
2923 mapcar. | |
2924 | |
29226 | 2925 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
2926 | |
29235 | 2927 * international/fontset.el: Set family names of non-latin charsets |
2928 in default fontset to "*". | |
2929 | |
29230 | 2930 * international/mule-diag.el (print-fontset): Combine family part |
2931 and registry part of the fontname by "-*-" instead of "-". | |
2932 | |
29226 | 2933 * international/mule-cmds.el (encode-coding-char): Make strings |
2934 multibyte before calling encode-coding-string. | |
2935 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2936 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2937 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2938 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
2939 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2940 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2941 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2942 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2943 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2944 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2945 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2946 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2947 * 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
|
2948 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2949 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2950 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2951 (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
|
2952 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2953 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2954 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2955 |
29214 | 2956 2000-05-25 Dave Love <fx@gnu.org> |
2957 | |
2958 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
2959 byte-code-function-p. | |
2960 | |
2961 * mail/rmailsum.el: Add provide. | |
2962 | |
2963 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
2964 | |
2965 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
2966 defcustom. | |
2967 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2968 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
|
2969 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2970 * 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
|
2971 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
|
2972 |
29205 | 2973 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2974 | |
2975 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
2976 grayscale support, not about window-system. | |
2977 | |
2978 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
2979 window-system. | |
2980 (ffap-highlight): Always default to t. | |
2981 | |
2982 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
2983 display-popup-menus-p instead of looking at window-system. | |
2984 | |
2985 * disp-table.el (standard-display-g1, standard-display-graphic): | |
2986 Only refuse to use string glyphs on X and MS-Windows. | |
2987 | |
2988 * avoid.el: Remove window-system from commentary, suggest to use | |
2989 display-*-p instead. | |
2990 | |
2991 * apropos.el (apropos-print): Use display-mouse-p instead of | |
2992 window-system. | |
2993 | |
29190 | 2994 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2995 | |
2996 * international/codepage.el (cp-decoding-vector-for-codepage): | |
2997 Fill up unsupported characters with their own codes. From Kenichi | |
2998 Handa. | |
2999 | |
29188 | 3000 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3001 | |
3002 * international/mule-diag.el (describe-char-after): Use | |
3003 display-graphic-p instead of window-system, so that this function | |
3004 works on MS-DOS. | |
3005 | |
29181 | 3006 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3007 | |
3008 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
3009 Remove the eight-bit-graphic and eight-bit-control charsets from | |
3010 the list of charsets which we convert into `?'. | |
3011 | |
29169 | 3012 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
3013 | |
3014 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
3015 private charsets. | |
3016 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
3017 japanese-jisx0213-2): New charsets. | |
3018 | |
3019 * international/fontset.el: Setup default fontset for new charsets. | |
3020 | |
29166 | 3021 2000-05-24 Dave Love <fx@gnu.org> |
3022 | |
3023 * info.el (Info-find-node-2): Restructure [following "Vadim | |
3024 S. Solomin" <sovs@uic.nnov.ru>]. | |
3025 | |
3026 * icomplete.el: Fix header for Finder. | |
3027 | |
3028 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
3029 | |
3030 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
3031 STAY. | |
3032 | |
3033 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
3034 (rmail-show-message): Add call to `rmail-auto-file' during | |
3035 display. | |
3036 (rmail-auto-file): New function. | |
3037 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3038 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
|
3039 |
29193 | 3040 * 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
|
3041 account. |
29193 | 3042 (ediff-test-utility,ediff-diff-mandatory-option) |
3043 (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
|
3044 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
|
3045 |
29193 | 3046 * 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
|
3047 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3048 |
29193 | 3049 * 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
|
3050 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3051 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
3052 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
|
3053 |
29193 | 3054 * 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
|
3055 |
29159 | 3056 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3057 | |
3058 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
3059 aliases for hebrew-iso-8bit. | |
3060 | |
29148 | 3061 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3062 | |
3063 * woman.el: New version from Francis J. Wright | |
3064 <F.J.Wright@Maths.QMW.ac.uk>. | |
3065 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
3066 names in environment variables regardless of the path separator. | |
3067 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
3068 on all files, since woman-file-regexp already filters out any | |
3069 directories. | |
3070 | |
29140 | 3071 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3072 | |
29144 | 3073 * international/quail.el (quail-start-translation): Don't change |
3074 modified-p of the current buffer. | |
3075 (quail-start-conversion): Likewise. | |
3076 | |
3077 * international/kkc.el (kkc-region): Don't change modified-p of | |
3078 the current buffer. | |
3079 | |
29142 | 3080 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
3081 conform to RFC1468. | |
3082 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 3083 |
29138 | 3084 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
3085 | |
3086 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
3087 (speedbar-insert-button): Invisible text property fix. | |
3088 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
3089 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
3090 (speedbar-page-plus): Renamed from speedbar-file-+ | |
3091 (speedbar-page-minus): Renamed from speedbar-file-- | |
3092 (speedbar-page): Renamed from speedbar-file- | |
3093 (speedbar-tag): Renamed from speedbar-tag- | |
3094 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
3095 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
3096 (speedbar-expand-image-button-alist): Use above renames. | |
3097 | |
3098 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
3099 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
3100 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
3101 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
3102 * sb-pg.xpm: Renamed from sb-file.xpm | |
3103 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
3104 * 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
|
3105 |
29128 | 3106 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3107 | |
3108 * international/quail.el (quail-show-guidance-buf): Set | |
3109 current-input-method of the guidance buffer to the name of the | |
3110 curren input method. | |
3111 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3112 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3113 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3114 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3115 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3116 * 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
|
3117 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3118 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3119 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3120 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3121 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3122 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3123 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3124 * 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
|
3125 |
29116 | 3126 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3127 | |
29127 | 3128 * startup.el (command-line): Determine source file of compiled |
3129 user init file differently. Warn if compiled user init file | |
3130 is older than its source file. | |
3131 | |
29116 | 3132 * 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
|
3133 |
29112 | 3134 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
3135 | |
3136 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
3137 rather than `|' (which is not allowed on Windows). Replace the | |
3138 drive letters with a string "drive_X". | |
3139 | |
29110 | 3140 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3141 | |
3142 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
3143 | |
3144 * files.el (interpreter-mode-alist): Add `bash2'. | |
3145 | |
29091 | 3146 2000-05-22 Dave Love <fx@gnu.org> |
3147 | |
3148 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
3149 mapc. | |
3150 (feature-file): Avoid calling symbol-name. Doc fix. | |
3151 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
3152 (loadhist-hook-functions): Add mouse-position-function. | |
3153 (unload-feature): Change uses of mapcar. | |
3154 | |
3155 * files.el (parse-colon-path): Doc fix. | |
3156 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
3157 (set-auto-mode): Use mapc. | |
3158 | |
3159 * complete.el (PC-look-for-include-file): Use :alnum: character | |
3160 class. | |
3161 (partial-completion-mode): Add autoload cookie. | |
3162 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3163 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
|
3164 |
29102 | 3165 * 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
|
3166 `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
|
3167 |
29082 | 3168 2000-05-22 Dave Love <fx@gnu.org> |
3169 | |
3170 * bindings.el: Remove debug-ignored-errors set in other files. | |
3171 | |
3172 * progmodes/etags.el: Add to debug-ignored-errors. | |
3173 (visit-tags-table-buffer): Clear out buffers holding old tables | |
3174 when making a new list. | |
3175 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
3176 mapc. | |
3177 | |
3178 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
3179 quote keywords. | |
3180 (cmpl-string-case-type): Use character classes. | |
3181 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3182 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3183 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3184 * imenu.el: |
29082 | 3185 * mail/mh-e.el: |
3186 * progmodes/compile.el: Add to debug-ignored-errors. | |
3187 | |
3188 * dabbrev.el: Add to debug-ignored-errors. | |
3189 (dabbrev-completion): Use mapc. | |
3190 | |
29075 | 3191 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
3192 | |
3193 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
3194 (woman-mapcan, woman-parse-man.conf) | |
3195 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
3196 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
3197 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
3198 path syntax better. | |
3199 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
3200 (woman-manpath): Call woman-parse-man.conf. | |
3201 (woman-emulation): New defcustom, defaults to nroff. | |
3202 (woman-font-support): New defconst. | |
3203 (woman-use-symbol-font): New defcustom. | |
3204 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
3205 "Emulation". | |
3206 Many functions: Doc fix. | |
3207 | |
29072 | 3208 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
3209 | |
3210 * international/quail.el (quail-simple-translation-keymap): Map | |
3211 128..255 to quail-self-insert-command. | |
3212 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
3213 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3214 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3215 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3216 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3217 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3218 * 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
|
3219 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3220 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3221 * 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
|
3222 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3223 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3224 * 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
|
3225 |
29059 | 3226 2000-05-21 Dave Love <fx@gnu.org> |
3227 | |
29061 | 3228 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
3229 are invalid characters. | |
3230 | |
29059 | 3231 * international/mule-util.el (detect-coding-with-priority): Use |
3232 mapc. Remove redundant lambda. | |
3233 | |
3234 * international/mule-diag.el (list-non-iso-charset-chars) | |
3235 (describe-fontset): Remove redundant lambda. | |
3236 | |
3237 * emulation/crisp.el (brief-mode): New alias. | |
3238 | |
3239 * emacs-lisp/ring.el (ring-elements): New function. | |
3240 | |
3241 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
3242 (easy-menu-do-add-item): Use keywordp. | |
3243 | |
3244 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
3245 | |
3246 * replace.el: Doc and error message fixes. | |
3247 (replace-highlight): Use facep, not internal-find-face. | |
3248 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3249 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3250 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
3251 * 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
|
3252 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3253 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3254 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3255 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3256 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3257 (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
|
3258 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3259 (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
|
3260 (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
|
3261 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3262 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3263 (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
|
3264 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3265 (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
|
3266 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3267 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3268 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3269 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3270 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3271 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3272 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3273 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3274 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3275 (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
|
3276 (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
|
3277 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3278 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
|
3279 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3280 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3281 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3282 |
29029 | 3283 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
3284 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3285 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 3286 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
3287 | |
29028 | 3288 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
3289 | |
3290 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
3291 and insert, not subst-char-in-region. | |
3292 | |
3293 * international/mule-diag.el (list-character-sets-1): Handle | |
3294 charsets eight-bit-control and eight-bit-graphic. | |
3295 (list-iso-charset-chars): Likewise. | |
3296 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
3297 charactes as is. Use indent-to to align characters. | |
3298 | |
3299 * international/mule-cmds.el (find-multibyte-characters): Never | |
3300 exclude charsets eight-bit-control and eight-bit-graphic. | |
3301 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3302 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3303 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3304 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3305 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3306 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3307 * 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
|
3308 |
28993 | 3309 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3310 | |
3311 * gud.el (gud-jdb-directories): Doc fix. | |
3312 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3313 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3314 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3315 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3316 |
28988 | 3317 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3318 | |
28993 | 3319 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 3320 |
28982 | 3321 2000-05-18 Andreas Schwab <schwab@suse.de> |
3322 | |
3323 * dired.el (dired-between-files): Also skip lines beginning with | |
3324 `used'. | |
3325 | |
28978 | 3326 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
3327 | |
3328 * msb.el (msb-menu-cond): Add choice `user'. | |
3329 | |
28981 | 3330 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
|
3331 |
28981 | 3332 * ps-print.el: Compatibility, customization and doc fix. |
3333 (ps-printer-name-option): Replace defconst by defvar. | |
3334 (ps-postscript-code-directory): XEmacs compatibility. | |
3335 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3336 fix. | |
3337 (ps-user-defined-prologue, ps-print-prologue-header) | |
3338 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3339 compatibility and code fix. | |
3340 (ps-print-background-image, ps-print-background-text): | |
3341 Customization fix. | |
3342 (ps-line-number-start, ps-n-up-on): New vars. | |
3343 | |
28978 | 3344 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3345 | |
3346 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3347 the indent-comment function to just return the appropriate indent. | |
3348 | |
28975 | 3349 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3350 | |
3351 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3352 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3353 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3354 | |
28969 | 3355 2000-05-18 Dave Love <fx@gnu.org> |
3356 | |
3357 * info.el (Info-fontify-node): Add intangible property as well as | |
3358 invisible. | |
3359 | |
3360 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3361 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3362 | |
28965 | 3363 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3364 | |
3365 * international/mule-diag.el (describe-char-after): Call | |
3366 internal-char-font, not char-font. If internal-char-font returns | |
3367 nil, display "-- none --". | |
3368 | |
28959 | 3369 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3370 | |
3371 * image.el (image-type-available-p): Don't reference image-types | |
3372 if it isn't bound. | |
3373 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3374 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3375 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3376 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3377 |
28954 | 3378 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3379 | |
3380 * startup.el (command-line-1): Don't signal an error if the | |
3381 directory for auto-save-list files does not yet exist. | |
3382 | |
28950 | 3383 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3384 | |
3385 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3386 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3387 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3388 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3389 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3390 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3391 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
|
3392 |
28981 | 3393 * 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
|
3394 |
28942 | 3395 2000-05-16 Dave Love <fx@gnu.org> |
3396 | |
3397 * cus-edit.el: Don't require cl or easymenu. | |
3398 (custom-variable-prompt): Test standard-value property, not | |
3399 user-variable-p. | |
3400 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3401 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
|
3402 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3403 * 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
|
3404 |
28939 | 3405 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3406 | |
3407 * startup.el (command-line-1): Mention the FAQ in the startup | |
3408 message. | |
3409 | |
3410 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3411 | |
3412 * progmodes/compile.el (compilation-parse-errors): Collect | |
3413 `nomessage' regexps last. | |
3414 | |
3415 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3416 | |
3417 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3418 to the function name. | |
3419 | |
28926 | 3420 2000-05-15 Dave Love <fx@gnu.org> |
3421 | |
3422 * speedbar.el (speedbar-recenter): Typo. | |
3423 (speedbar-expand-line): Make arg optional. | |
3424 (speedbar-mode): Avoid a compiler warning. | |
3425 | |
28924 | 3426 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3427 | |
3428 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3429 user-specified option string is empty. | |
3430 | |
3431 * mouse.el (mouse-yank-at-click): Doc fix. | |
3432 | |
28921 | 3433 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3434 | |
3435 * term/internal.el (IT-character-translations): More updates of | |
3436 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3437 documents. | |
3438 | |
28919 | 3439 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3440 | |
3441 * env.el (getenv): New function, interactively callable. | |
3442 (setenv, getenv): Remove autoload cookies. | |
3443 | |
3444 * loadup.el: Load `env'. | |
3445 | |
3446 * progmodes/f90.el: Change author's mail address. | |
3447 | |
28908 | 3448 2000-05-14 Dave Love <fx@gnu.org> |
3449 | |
28911 | 3450 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3451 goto-addr as an option. | |
3452 | |
3453 * help.el (help-xref-stack): Doc fix. | |
3454 (help-xref-following): New variable. | |
3455 (help-make-xrefs): Use it. | |
3456 (help-xref-go-back): Use position information from stack element. | |
3457 (help-follow): Make position in stack element a pair. Use | |
3458 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3459 |
28911 | 3460 * autoarg.el: New file. |
3461 | |
3462 * faces.el: Declare more functions obsolete. | |
3463 | |
28908 | 3464 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3465 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3466 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3467 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3468 Remove all the setup-...-environment functions. | |
3469 | |
28903 | 3470 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3471 | |
28919 | 3472 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3473 >= when detecting. Require `defimage' safely. | |
28903 | 3474 (speedbar-easymenu-definition-base): Add toggle for images. |
3475 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3476 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3477 (speedbar-reconfigure-keymaps-hook): New variable. | |
3478 (speedbar-frame-parameters): Updated documentation. | |
3479 (speedbar-use-imenu-flag): Updated custom tag | |
3480 (speedbar-dynamic-tags-function-list): New variable. | |
3481 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3482 (speedbar-indentation-width, speedbar-indentation-width) New |
3483 variables. | |
3484 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3485 (speedbar-vc-indicator): Doc update. |
3486 (speedbar-ignored-path-expressions): Updated default value. | |
3487 (speedbar-supported-extension-expressions): Updated default value. | |
3488 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3489 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3490 as "+". Added overlay aliases. | |
3491 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3492 `force-mode-line-update'. | |
3493 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3494 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3495 `mouse-set-point' | |
28903 | 3496 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3497 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3498 of arbitrary text, and new helper functions. | |
3499 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3500 filename finder. | |
28903 | 3501 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3502 (speedbar-directory-buttons): Update path search/expansion. | |
3503 (speedbar-make-tag-line): Pay attention to | |
28919 | 3504 `speedbar-indentation-width'. Use more care w/ invisible |
3505 properties. | |
28903 | 3506 (speedbar-change-expand-button-char): Call |
3507 `speedbar-insert-image-button-maybe'. | |
3508 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 3509 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
3510 (speedbar-trim-words-tag-hierarchy) | |
3511 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 3512 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 3513 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
3514 functions. | |
28903 | 3515 (speedbar-mouse-set-point): New function |
3516 (speedbar-power-click): Updated documentation. | |
28919 | 3517 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
3518 of tag prefix text. | |
3519 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
3520 to strange text. | |
3521 (speedbar-expand-line): Takes universal argument to flush the | |
3522 cache. | |
28903 | 3523 (speedbar-flush-expand-line): New function. |
3524 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
3525 Use new generator insertion method. | |
3526 (speedbar-fetch-dynamic-tags): New function. | |
3527 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
3528 `speedbar-fetch-dynamic-imenu'. | |
3529 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
3530 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
3531 "Revert Buffer" menu items. | |
3532 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
3533 filename tag (for expansion purposes.). | |
28919 | 3534 (speedbar-highlight-one-tag-line, |
3535 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
3536 (speedbar-recenter): New functions. | |
28903 | 3537 (defimage-speedbar): Image loading abstraction. |
28919 | 3538 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
3539 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
3540 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
3541 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 3542 (speedbar-expand-image-button-alist): New variable. |
3543 (speedbar-insert-image-button-maybe): Insert an image over some | |
3544 buttons. | |
3545 | |
28894 | 3546 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
3547 | |
3548 * international/mule-cmds.el (encode-coding-char): An ASCII | |
3549 character is always encodable. | |
3550 | |
3551 * international/mule-conf.el: Add more information in descriptions | |
3552 of character sets. | |
3553 | |
28965 | 3554 * international/mule-diag.el (describe-char-after): New function. |
28894 | 3555 (describe-font-internal): Adjusted for the change of font-info. |
3556 (describe-font): Likewise. | |
3557 (print-fontset): Rewritten for the new fontset implementation. | |
3558 (describe-fontset): Include fontset alias names in completion. | |
3559 (list-fontsets): Adjusted for the change of print-fontset. | |
3560 | |
28895 | 3561 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
3562 describe-char-after instead of displaying the detail in the echo | |
3563 area. | |
28965 | 3564 (syntax-code-table): Format changed. |
3565 (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
|
3566 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3567 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3568 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3569 * 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
|
3570 |
28890 | 3571 2000-05-12 Dave Love <fx@gnu.org> |
3572 | |
3573 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
3574 dependence. Use line-{beginning,end}-position, not | |
3575 point-at{b,e}ol. Some doc fixes. | |
3576 (todo-position): New function. Fix callers of position to use it. | |
3577 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
3578 | |
28885 | 3579 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
3580 | |
3581 * time.el (display-time-mail-icon): Use `:ascent center'. | |
3582 | |
28893 | 3583 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
3584 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3585 |
28882 | 3586 2000-05-11 Dave Love <fx@gnu.org> |
3587 | |
28888 | 3588 * calendar/todo-mode.el: New file. |
28882 | 3589 |
28870 | 3590 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
3591 | |
28881 | 3592 * comint.el (comint-read-input-ring): Move reference to |
3593 comint-input-ring-size outside of the save-excursion. It was | |
3594 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
|
3595 |
28875 | 3596 * font-lock.el: Update copyright. Remove Simon Marshall's email |
3597 address on request from him. | |
3598 | |
28870 | 3599 * subr.el (substitute-key-definition): Add comment describing |
3600 the meaning of PREFIX. | |
3601 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3602 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3603 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3604 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3605 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3606 * 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
|
3607 (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
|
3608 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3609 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3610 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3611 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3612 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3613 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3614 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3615 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3616 * 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
|
3617 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3618 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3619 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3620 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3621 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3622 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3623 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3624 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3625 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3626 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3627 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3628 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3629 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3630 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3631 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3632 (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
|
3633 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3634 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3635 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3636 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3637 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3638 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3639 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3640 |
28845 | 3641 2000-05-09 Sam Steingold <sds@goems.com> |
3642 | |
3643 * apropos.el (apropos-print): use `describe-face' instead of | |
3644 `customize-face-other-window'. | |
3645 | |
28842 | 3646 2000-05-09 Dave Love <fx@gnu.org> |
3647 | |
3648 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
3649 | |
3650 * help.el (describe-variable): Have customize button pop the | |
3651 help-xref stack when invoked. | |
3652 (help-xref-symbol-regexp): Add `face'. | |
3653 (help-make-xrefs): Check for quoted face names and adapt regexp | |
3654 submatch numbers to cope. | |
3655 (help-xref-interned): Maybe insert face doc too. Separate | |
3656 sections with a line of hyphens. | |
3657 | |
28848 | 3658 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 3659 (describe-face): Add customize button. Return the help |
3660 text. Fix prompt. | |
3661 | |
28839 | 3662 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
3663 | |
3664 * term/internal.el (IT-character-translations): Fix last change. | |
3665 | |
28833 | 3666 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3667 | |
3668 * woman.el: New file | |
3669 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
3670 | |
28829 | 3671 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3672 | |
28831 | 3673 * term/internal.el (IT-character-translations): Update ASCII |
3674 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
3675 latin-iso8859-15. | |
3676 | |
28829 | 3677 * international/mule-cmds.el (set-language-info-alist): Call |
3678 define-prefix-command with 3 arguments, to make the map suitable | |
3679 for a menu. | |
3680 | |
28827 | 3681 2000-05-07 Dave Love <fx@gnu.org> |
3682 | |
30620
1a808437b658
Restore inadvertently-changed non-ASCII character.
Eli Zaretskii <eliz@gnu.org>
parents:
30619
diff
changeset
|
3683 * time.el: Small doc fixes from Pavel Janík ml. |
28827 | 3684 |
28825 | 3685 2000-05-05 Dave Love <fx@gnu.org> |
3686 | |
3687 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
3688 list in doc string. Don't quote keyword symbols. | |
3689 * emacs-lisp/cl.el: Likewise | |
3690 * emacs-lisp/cl-seq.el: Likewise | |
3691 | |
28823 | 3692 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
3693 | |
3694 * abbrev.el (abbrev-mode): Make ARG optional. | |
3695 | |
28812 | 3696 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
3697 | |
28817 | 3698 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
3699 | |
3700 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
3701 | |
28812 | 3702 * subr.el (substitute-key-definition): Clarify documentation. |
3703 | |
3704 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
3705 | |
3706 * glasses.el (glasses-convert-to-unreadable): Use | |
3707 `glasses-separator' instead of the hard-wired "_". | |
3708 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
3709 place. | |
3710 | |
28808 | 3711 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3712 | |
3713 * term/internal.el (cjk-codepages-alist): Add associations for | |
3714 Chinese and Korean codepages. Remove FIXME comment. | |
3715 | |
28806 | 3716 2000-05-03 Dave Love <fx@gnu.org> |
3717 | |
3718 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
3719 New option. | |
3720 (display-time-mail-icon): New variable. | |
3721 (display-time-string-forms): Use the above. Fix the local-map. | |
3722 | |
28795 | 3723 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
3724 | |
28805 | 3725 * replace.el (query-replace-map): Add binding for `E'. |
3726 (query-replace-help): Extend help text. | |
3727 (perform-replace): Allow editing the replacement string. | |
3728 | |
3729 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
3730 (makefile-mode): Set local abbrev table to | |
3731 makefile-mode-abbrev-table. | |
3732 (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
|
3733 |
28795 | 3734 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
3735 set TOGGLE's value. | |
3736 | |
28805 | 3737 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
3738 mail-interactive-insert-alias. | |
3739 (mail-abbrev-complete-alias): New command. | |
3740 (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
|
3741 |
28790 | 3742 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
3743 | |
3744 * language/lao-util.el (lao-compose-region): New function. | |
3745 | |
28782 | 3746 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
3747 | |
28789 | 3748 * files.el (recover-session): Make directories as necessary |
3749 if they don't exist yet. | |
3750 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3751 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3752 (french-calendar-multibyte-special-days-array) |
28782 | 3753 (french-calendar-special-days-array): Change French text. |
3754 (calendar-french-date-string): Change output. | |
3755 (calendar-goto-french-date): Likewise. | |
3756 | |
3757 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
3758 | |
3759 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
3760 (widget-documentation-string-value-create): Set `:always-active'. | |
3761 | |
28778 | 3762 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3763 | |
3764 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
3765 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
3766 (normal-top-level): Create the directory for auto-save files, if | |
3767 it doesn't already exist (in the ms-dos case only). | |
3768 | |
28775 | 3769 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3770 | |
3771 * international/mule-cmds.el (set-language-environment): Don't | |
3772 concat an integer (dos-codepage), use format instead. | |
3773 | |
28772 | 3774 2000-05-02 Dave Love <fx@gnu.org> |
3775 | |
3776 * help.el (help-xref-on-pp): Check for constant symbols. | |
3777 | |
28764 | 3778 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
3779 | |
3780 * startup.el (normal-top-level): Put a condition-case around | |
3781 the code loading subdirs.el. | |
3782 | |
3783 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
|
3784 |
28764 | 3785 * ps-print.el: Upside-down and face background color printing, |
3786 line number step, doc fix. | |
3787 (ps-print-version): New version number (5.2). | |
3788 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
3789 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
3790 (ps-spool-config): Var fix. | |
3791 (ps-printer-name-option): Const fix. | |
3792 (ps-print-upside-down, ps-use-face-background) | |
3793 (ps-line-number-step): New vars. | |
3794 (ps-window-system, ps-lp-system): New consts. | |
3795 (ps-face-background): New fun. | |
3796 | |
28759 | 3797 2000-04-28 Richard Stallman <rms@gnu.org> |
3798 | |
3799 * files.el (make-auto-save-file-name): | |
3800 Apply auto-save-file-name-transforms to visited file name | |
3801 before generating auto save file name. | |
3802 (auto-save-file-name-transforms): New variable. | |
3803 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3804 * files.el (backup-enable-predicate): |
28759 | 3805 Correctly test for a file under a temporary directory. |
3806 | |
28751 | 3807 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
3808 | |
3809 * subr.el (add-minor-mode): Rewritten. | |
3810 | |
28749 | 3811 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
3812 | |
3813 * mail/sendmail.el (sendmail-send-it): Set | |
3814 buffer-file-coding-system to the selected coding system for MIME | |
3815 header. | |
3816 | |
28748 | 3817 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
3818 | |
3819 * dired.el (dired-move-to-filename-regexp): Allow format where | |
3820 YYYY is followed by two spaces. | |
3821 | |
3822 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
3823 in the second character class of the regexp. | |
3824 | |
3825 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
3826 mh-etc, too. | |
3827 | |
3828 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
3829 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3830 |
28748 | 3831 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
3832 | |
3833 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
3834 argument. | |
3835 | |
3836 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
|
3837 |
28748 | 3838 * emacs-lisp/crm.el (crm-completion-table): New variable. |
3839 (crm-collection-fn, crm-test-completion) | |
3840 (completing-read-multiple): Use it. | |
3841 | |
28736 | 3842 2000-04-27 Dave Love <fx@gnu.org> |
3843 | |
3844 * help.el (locate-library): Use mapc. | |
3845 (help-manyarg-func-alist): Add call-process-region. | |
3846 | |
28724 | 3847 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
3848 | |
28729 | 3849 * subr.el (add-minor-mode): Make argument MAP optional. |
3850 | |
28724 | 3851 * desktop.el (desktop-save): Save list of minor modes. |
3852 (desktop-create-buffer): Restore minor modes. | |
3853 (desktop-minor-mode-table): New user-option. | |
3854 | |
3855 * subr.el (add-minor-mode): New function. | |
3856 | |
3857 * image.el (find-image): New function. | |
3858 (defimage): Rewritten to find image at load time. | |
3859 | |
3860 * startup.el (normal-top-level-add-to-load-path): Handle | |
3861 case that the default directory is not in load-path. | |
3862 | |
3863 * help.el: Old patch from Stefan Monnier. | |
3864 (help-xref-on-pp): New function. | |
3865 (describe-variable): Use it to display xrefs in a symbol's value. | |
3866 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3867 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3868 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3869 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3870 |
28713 | 3871 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
3872 | |
28715 | 3873 * mail/rmail.el (rmail-expunge): When there are no deleted |
3874 messages, do nothing. | |
28713 | 3875 |
28712 | 3876 2000-04-26 Dave Love <fx@gnu.org> |
3877 | |
3878 * international/mule-cmds.el (locale-translation-file-name): | |
3879 Defvar to nil. | |
3880 (set-locale-environment): Set it here (at runtime). | |
3881 | |
28710 | 3882 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
3883 | |
3884 * replace.el (perform-replace): Add parameters START and END. Use | |
3885 them instead of the check for a region in Transient Mark mode. | |
3886 (query-replace-read-args): Return two more list elements for the | |
3887 start and end of the region in Transient Mark mode. | |
3888 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
3889 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
3890 optional last arguments START and END and pass them to | |
3891 perform-replace. | |
3892 | |
3893 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
3894 form with additional arguments for perform-replace. | |
3895 | |
3896 * progmodes/etags.el (tags-query-replace): Add parameters START | |
3897 and END. Construct a form with additional arguments for | |
3898 perform-replace. | |
3899 | |
3900 * simple.el (shell-command): Set default directory for "*Shell | |
3901 Command Output" buffer. | |
3902 | |
3903 * language/european.el (iso-latin-4): Fix typo. | |
3904 | |
3905 * emacs-lisp/crm.el: New file. | |
3906 | |
28701 | 3907 2000-04-24 Dave Love <fx@gnu.org> |
3908 | |
3909 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
3910 (Custom-reset-saved, Custom-reset-standard) | |
3911 (custom-group-value-create, custom-group-set, custom-group-save) | |
3912 (custom-group-reset-current, custom-group-reset-saved) | |
3913 (custom-group-reset-standard): Use mapc. | |
3914 (custom-buffer-create-internal): Disable undo when creating items. | |
3915 Use mapc. | |
3916 (custom-face): Avoid redundant lambda. | |
3917 | |
28699 | 3918 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3919 | |
3920 * startup.el (auto-save-list-file-prefix): Set default to | |
3921 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
3922 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3923 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3924 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3925 * 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
|
3926 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3927 |
28695 | 3928 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3929 | |
3930 * frame.el (scrolling): New group. | |
3931 (automatic-hscrolling): New user-option. | |
3932 | |
3933 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
3934 `--line-spacing'. | |
3935 | |
28668 | 3936 2000-04-19 Dave Love <fx@gnu.org> |
3937 | |
3938 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
3939 (cl-mapc): Rename from mapc. Fix the funcall. | |
3940 | |
28653 | 3941 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
3942 | |
28660 | 3943 * simple.el (clone-indirect-buffer-other-window): New command. |
3944 (clone-indirect-buffer): Add optional arg NORECROD. | |
3945 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
3946 | |
28658 | 3947 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
3948 | |
3949 * window.el (count-screen-lines): New function. | |
3950 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
3951 instead of window-buffer-height. | |
3952 | |
3953 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
3954 non-existing variable comint-input-sentinel. | |
3955 (inferior-lisp-args-to-list): Removed. | |
3956 (inferior-lisp): Use split-string instead of | |
3957 inferior-lisp-args-to-list. | |
3958 | |
3959 * hexl.el (hexl-insert-hex-string): New command. | |
3960 | |
28653 | 3961 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
3962 instead of concat. | |
3963 | |
28634 | 3964 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
3965 | |
3966 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
3967 at the start of an existing but empty folder. | |
3968 | |
3969 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3970 | |
3971 * ps-mule.el: Customization fix, doc fix. | |
3972 (ps-multibyte-buffer): Customization fix. | |
3973 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
3974 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3975 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3976 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3977 |
28626 | 3978 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
3979 | |
3980 * textmodes/texinfo.el (texinfo-insert-@email) | |
3981 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
3982 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
3983 (texinfo-mode-map): Add key bindings for them. | |
3984 | |
3985 * files.el (basic-save-buffer-2): Use a template with `$' | |
3986 instead of `#' for VMS. | |
3987 | |
3988 * simple.el (clone-indirect-buffer): New function. | |
3989 | |
28621 | 3990 2000-04-16 Stephen Eglen <stephen@gnu.org> |
3991 | |
3992 * iswitchb.el (iswitchb-case): New function. If the user input | |
3993 contains any upper-case characters, the search is made | |
3994 case-sensitive. | |
3995 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3996 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3997 |
28621 | 3998 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
3999 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4000 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4001 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4002 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4003 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 4004 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
4005 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
|
4006 (texinfo-environments): New var. |
28621 | 4007 (texinfo-environment-regexp): Use regexp-opt and |
4008 texinfo-environments. | |
4009 | |
4010 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
4011 ispell-process is bound since this might be eval'd before ispell | |
4012 is loaded. | |
4013 (ispell-message): Use a tiny bit less magic and a bit more hard | |
4014 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
|
4015 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4016 * 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
|
4017 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4018 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4019 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4020 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4021 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4022 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4023 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4024 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4025 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4026 |
28602 | 4027 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4028 | |
4029 * 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
|
4030 |
28602 | 4031 * ps-print.el: Fix counting lines in a region. |
4032 (ps-print-version): New version number (5.1.5). | |
4033 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
4034 (ps-printing-region): Fun code fix. | |
4035 | |
28600 | 4036 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
4037 | |
4038 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
4039 to file-directory-p. | |
4040 | |
28591 | 4041 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
4042 | |
4043 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
4044 exists before calling directory-files. | |
4045 | |
28578 | 4046 2000-04-13 Dave Love <fx@gnu.org> |
4047 | |
4048 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
4049 syntax. | |
4050 | |
4051 * emacs-lisp/cl-specs.el: Remove when, unless. | |
4052 | |
4053 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
4054 (cl-old-mapc): New variable. | |
4055 (mapc): Use it. | |
4056 (cl-map-intervals): Use with-current-buffer. Don't check for | |
4057 next-property-change. | |
4058 (cl-map-overlays): Use with-current-buffer. | |
4059 (cl-expt): Remove. | |
4060 (copy-tree, remprop): Define unconditionally. | |
4061 | |
4062 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
4063 | |
4064 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
4065 to use keywordp. | |
4066 (edebug-spec): Enable keywordp. | |
4067 | |
4068 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
4069 string-lessp. | |
4070 | |
4071 * cus-start.el: Use keywordp. | |
4072 | |
28577 | 4073 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4074 | |
4075 * diary-lib.el (include-other-diary-files): Fix the fix of | |
4076 2000-02-18 by doing a save-excursion. | |
4077 | |
4078 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4079 | |
4080 * ps-print.el: Customization fix, doc fix. | |
4081 (ps-print-version): New version number (5.1.4). | |
4082 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
4083 (ps-print-preprint): Adjust code. | |
4084 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
4085 (ps-print-prologue-header, ps-print-control-characters) | |
4086 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4087 |
28564 | 4088 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
4089 | |
4090 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
4091 converted to the new menu-item format, names silightly changed, | |
4092 help strings added. | |
4093 | |
4094 Support for spelling without async subprocesses: | |
4095 | |
4096 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
4097 (ispell-session-buffer): New variables. | |
4098 (ispell-start-process, ispell-process-status, | |
4099 ispell-accept-output, ispell-send-string): New functions, for | |
4100 Ispell invocation when async subprocesses aren't supported. | |
4101 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
4102 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
4103 to process-send-string with calls to ispell-send-string, and | |
4104 accept-process-output with ispell-accept-output. | |
4105 (ispell-init-process): Call ispell-process-status instead of | |
4106 process-status with. | |
4107 (ispell-init-process): Call ispell-start-process. Call | |
4108 ispell-accept-output and ispell-send-string. Don't call | |
4109 process-kill-without-query and kill-process if they are unbound. | |
4110 (ispell-async-processp): New function. | |
4111 | |
28560 | 4112 2000-04-12 Dave Love <fx@gnu.org> |
4113 | |
4114 * info.el: Add debug-ignored-errors. | |
4115 (Info-mode-menu): Add some items. | |
4116 (Info-directory): Add autoload cookie. | |
4117 | |
4118 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
4119 Modify `truncate-lines'. Make `describe-language-environment' | |
4120 always visible and add help. Modify `describe-key' help. Invoke | |
4121 Info-directory from `info'. New entry `emacs-manual'. | |
4122 | |
28542 | 4123 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4124 | |
28549 | 4125 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
4126 propertized-buffer-identification. | |
4127 (ebrowse-update-member-buffer-mode-line): Likewise. | |
4128 (ebrowse--mode-strings): Removed. | |
4129 (ebrowse--mode-line-props): Removed. | |
4130 | |
28542 | 4131 * files.el (auto-mode-alist): Add `EBROWSE'. |
4132 | |
4133 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
4134 space before testing for end of buffer. | |
4135 (ebrowse-load): Removed. | |
4136 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
4137 (ebrowse-create-tree-buffer): Rewritten. | |
4138 (ebrowse-tree-mode): Read tree from buffer. | |
4139 | |
4140 * progmodes/ebrowse-ffh.el: Removed. | |
4141 | |
28535 | 4142 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
4143 | |
4144 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
4145 | |
28534 | 4146 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4147 | |
4148 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
4149 at the wrong place. | |
4150 | |
28783 | 4151 2000-04-09 Dave Love <fx@gnu.org> |
4152 | |
4153 * files.el (backup-enable-predicate): Use | |
4154 temporary-file-directory, small-temporary-file-directory. | |
4155 (make-backup-file-name-function, backup-directory-alist): New | |
4156 variables. | |
4157 (make-backup-file-name-1): New function. | |
4158 (make-backup-file-name): Use it. | |
4159 (find-backup-file-name): Likewise. Use format for clarity, not | |
4160 concat. | |
4161 (file-newest-backup): Use make-backup-file-name. | |
4162 | |
28523 | 4163 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
4164 | |
28530 | 4165 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4166 |
28530 | 4167 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
4168 to ebrowse-ffh.el. | |
4169 (ebrowse-load): Add autoload. | |
4170 | |
4171 * finder.el (finder-commentary): Add autoload cookie. | |
4172 | |
28523 | 4173 * mail/rfc2368.el: Correct author's email address. |
4174 | |
4175 * progmodes/ebrowse.el: New file. | |
4176 | |
4177 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
4178 item help string. | |
4179 (easy-menu-do-add-item): Ditto. | |
4180 (easy-menu-define): Extend doc string. | |
4181 | |
4182 * jit-lock.el (with-buffer-unmodified): Use | |
4183 restore-buffer-modified-p. | |
4184 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
4185 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
4186 with-buffer-unmodified. | |
4187 | |
28517 | 4188 2000-04-08 Dave Love <fx@gnu.org> |
4189 | |
4190 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
4191 unless, when. | |
4192 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4193 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
|
4194 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4195 * 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
|
4196 (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
|
4197 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
|
4198 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4199 |
28506 | 4200 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
4201 | |
4202 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
4203 like C-r. | |
4204 | |
4205 * progmodes/make-mode.el: Some doc fixes. | |
4206 (makefile-mode-abbrev-table): New variable. | |
4207 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
4208 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
4209 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
4210 | |
4211 * replace.el (perform-replace): Don't move forward one char | |
4212 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
4213 to do that because it leaves point 1 position after the last | |
4214 replacement, after everything has been replaced. | |
4215 | |
4216 * jit-lock.el (with-buffer-unmodified): New macro. | |
4217 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
4218 modified state. | |
4219 (jit-lock-function-1): Extracted from jit-lock-function; not | |
4220 preserving buffer's modified state. | |
4221 (jit-lock-function, jit-lock-stealth-fontify): Call | |
4222 jit-lock-function-1. | |
4223 | |
4224 * mail/rfc2368.el: Remove supernumerary copyright line. | |
4225 | |
28499 | 4226 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
4227 | |
4228 * glasses.el: Provide facilities for inserting space before left | |
4229 parentheses and uncapitalization of identifiers. | |
4230 (glasses-mode): Try to remove old overlays in all cases. | |
4231 | |
28485 | 4232 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
4233 | |
28496 | 4234 * progmodes/compile.el (compile-internal): Display the compilation |
4235 buffer in a different frame, if it's already displayed there. | |
4236 | |
28494 | 4237 * mail/rfc2368.el: New file. |
4238 | |
28492 | 4239 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
4240 header and insert its value as mail body. | |
4241 | |
4242 * subr.el (member-ignore-case): New function. | |
4243 | |
4244 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
4245 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
4246 from dabbrev-ignored-regexps. | |
4247 | |
28485 | 4248 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
4249 to extensions handled by gzip. | |
4250 | |
28492 | 4251 2000-04-03 Richard M. Stallman <rms@gnu.org> |
4252 | |
4253 * files.el (insert-directory): List the total free space | |
4254 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4255 |
28492 | 4256 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
4257 line is followed by one that matches CITATION-REGEXP, end the | |
4258 paragraph. | |
4259 | |
4260 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
4261 | |
4262 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
4263 (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
|
4264 |
28474 | 4265 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
4266 | |
4267 * international/mule-cmds.el (encoded-string-description): | |
4268 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 4269 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
4270 for hexadecimal format. | |
28474 | 4271 |
28468 | 4272 2000-04-01 Dave Love <fx@gnu.org> |
4273 | |
4274 * cpp.el: Change customization group to `c' from `C'. | |
4275 | |
4276 * vcursor.el (vcursor-move): Use display-color-p. | |
4277 | |
4278 * international/mule-util.el: Provide mule-utils. | |
4279 (string-to-sequence): Simplify and speed up. | |
4280 | |
4281 * international/mule.el (make-coding-system): Purecopy doc-string. | |
4282 | |
4283 * international/mule-cmds.el: Various menu changes. | |
4284 (describe-specified-language-support): Handle `Default'. | |
4285 (set-language-info): Purecopy `info'. | |
4286 | |
28462 | 4287 2000-03-31 Andrew Innes <andrewi@gnu.org> |
4288 | |
4289 * vc.el (vc-backend-diff): Return the correct status if we had to | |
4290 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
|
4291 |
28445 | 4292 2000-03-31 Dave Love <fx@gnu.org> |
4293 | |
28452 | 4294 * help.el (help-manyarg-func-alist): Correct several omissions. |
4295 | |
28450 | 4296 * add-log.el: Don't require cl, fortran. |
4297 (add-log-current-defun-function): Doc fix. | |
4298 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
4299 fix. | |
4300 (change-log-version-rcs): Function deleted. | |
4301 (change-log-version-number-search): Doc fix. Use | |
4302 vc-workfile-version. Avoid CL dolist. | |
4303 (add-change-log-entry): Just call add-log-current-defun to get | |
4304 defun. Simplify somewhat. | |
4305 (change-log-get-method-definition-1): Likewise. | |
4306 (add-log-current-defun): Return nil if calling | |
4307 add-log-current-defun-function does so. Move Fortran stuff to | |
4308 fortran.el. Return string without properties. | |
4309 | |
28445 | 4310 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
4311 and :alpha: char classes. | |
4312 | |
4313 * mail/supercite.el: Defvar curline when compiling. | |
4314 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
4315 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
4316 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
4317 | |
28444 | 4318 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
4319 | |
4320 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
4321 | |
4322 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4323 Re-enable new code. | |
4324 | |
4325 * lpr.el (print-region-1): Use -d to specify printer name for | |
4326 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
4327 | |
4328 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
|
4329 |
28444 | 4330 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4331 for function definition in symbol's function value slot first | |
4332 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
|
4333 |
28435 | 4334 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4335 | |
4336 * language/european.el ("Polish"): New language environment. | |
4337 (setup-polish-environment): New function. | |
4338 | |
28424 | 4339 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4340 | |
4341 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4342 Disable new code. | |
4343 | |
4344 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4345 trying to `load' the symbol of an autoload instead of the file | |
4346 recorded in the autoload. Fix error messages. | |
4347 | |
28429 | 4348 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4349 | |
4350 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4351 (ps-print-version): New version number (5.1.3). | |
4352 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4353 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4354 (ps-generate-postscript-with-faces): Code fix. | |
4355 (ps-color-values): XEmacs compatibility. | |
4356 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4357 (ps-default-fg, ps-default-bg): Adjust customization. | |
4358 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4359 (ps-color-scale): Renaming old ps-color-value fun. | |
4360 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4361 with ps-print-header variable. | |
4362 (ps-print-miscellany): New group. | |
4363 (ps-format-color, ps-rgb-color): New funs. | |
4364 (ps-default-foreground): New var. | |
4365 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4366 |
28416 | 4367 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4368 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4369 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4370 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4371 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4372 (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
|
4373 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4374 |
28416 | 4375 * lisp/locate.el: |
4376 (locate-word-at-point): Added this function | |
4377 (locate): Default to using locate-word-at-point as input | |
4378 Run dired-mode-hook | |
4379 | |
28405 | 4380 2000-03-29 Dave Love <fx@gnu.org> |
4381 | |
4382 * calendar/appt.el: Doc fixes. | |
4383 (appt-check): Convert min-to-app to a string before passing to | |
4384 appt-disp-window-function or concat. | |
4385 (appt-delete-window): Remove test for frame-root-window. | |
4386 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4387 | |
4388 * emacs-lisp/bytecomp.el: Doc fixes. | |
4389 (byte-compile-file-form-autoload): Update | |
4390 byte-compile-function-environment. | |
4391 | |
28403 | 4392 2000-03-29 Andreas Schwab <schwab@suse.de> |
4393 | |
4394 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4395 specially. | |
4396 | |
4397 * dired.el (dired-insert-directory): If dired-free-space-program | |
4398 failed just delete its output. | |
4399 | |
28395 | 4400 2000-03-29 Dave Love <fx@gnu.org> |
4401 | |
4402 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4403 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4404 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4405 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4406 clarity. | |
4407 | |
4408 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4409 | |
28377 | 4410 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4411 | |
4412 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4413 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4414 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4415 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4416 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4417 * 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
|
4418 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4419 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4420 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4421 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4422 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4423 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4424 |
28326 | 4425 2000-03-26 Dave Love <fx@gnu.org> |
4426 | |
28331 | 4427 * net/browse-url.el (browse-url): Re-fix case of |
4428 browse-url-browser-function being an alist. | |
4429 (browse-url): Add :link to defgroup. | |
4430 | |
28326 | 4431 * files.el: Doc fixes. |
4432 (file-truename): Include `[' in wildcard characters. | |
4433 (automount-dir-prefix): Customize. | |
4434 (find-file-wildcards): Add :version. | |
4435 (find-file-noselect): Simplify a mapcar call. | |
4436 | |
4437 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4438 compatible with inf-lisp version. | |
4439 (eval-defun-1): Fix custom-declare-variable case. | |
4440 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4441 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4442 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4443 * 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
|
4444 |
28303 | 4445 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4446 | |
28308 | 4447 * Makefile (COMPILE_FIRST): New macro. |
4448 (compile-files): Compile files from COMPILE_FIRST first. | |
4449 | |
4450 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4451 code. | |
4452 | |
28303 | 4453 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4454 matching open parenthesis in column 0 to defun-prompt-regexp | |
4455 only if open-paren-in-column-0-is-defun-start is set. | |
4456 | |
4457 * sun-curs.el: Require CL at compile-time only. | |
4458 | |
4459 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4460 instead of copy-list which is a function from CL. | |
4461 (msb--choose-menu, msb--mode-menu-cond) | |
4462 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4463 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4464 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4465 `(' in column 0 in doc string. | |
4466 (msb--add-separators): Use mapcar instead of mapcan. | |
4467 | |
4468 * cus-dep.el: Require CL at compile-time only. | |
4469 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4470 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4471 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4472 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4473 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4474 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4475 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4476 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4477 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4478 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4479 (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
|
4480 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4481 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4482 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4483 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4484 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4485 |
28292 | 4486 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4487 | |
4488 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4489 (rmail-expunge): Ask for confirmation depending on the setting | |
4490 of rmail-confirm-expunge. | |
4491 | |
4492 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4493 | |
4494 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4495 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4496 cause a bootstrap failure because things don't autoload as | |
4497 expected. | |
4498 | |
28289 | 4499 2000-03-23 Dave Love <fx@gnu.org> |
4500 | |
4501 * net/browse-url.el: Restore previous use of | |
4502 browse-url-maybe-new-window. | |
4503 | |
28287 | 4504 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4505 | |
4506 * ps-print.el: Skip banner page fix. | |
4507 (ps-print-version): New version number (5.1.2). | |
4508 (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
|
4509 |
28287 | 4510 2000-03-23 Dave Pearson <davep@davep.org> |
4511 | |
4512 * net/quickurl.el Changed the type of parameter passed to the | |
4513 function defined by `quickurl-format-function'. Before only the | |
4514 text of the URL was passed. Now the whole URL structure is passed | |
4515 and the function is responsible for extracting the parts it | |
4516 requires. Changed the default of `quickurl-format-function' | |
4517 accordingly. | |
4518 (quickurl-insert): Changed the `funcall' of | |
4519 `quickurl-format-function' to match the above change. | |
4520 (quickurl-list-insert): Changed the `url' case so that it makes | |
4521 use of `quickurl-format-function', previous to this the format was | |
4522 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4523 |
28283 | 4524 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
4525 | |
4526 * startup.el: Change some spellings for the X Window System. | |
4527 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4528 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4529 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4530 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4531 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
|
4532 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4533 |
28276 | 4534 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4535 | |
4536 * w32-fns.el (w32-charset-info-alist): Initialize. | |
4537 | |
28267 | 4538 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4539 | |
4540 * ps-print.el: N-up last page fix. | |
4541 (ps-print-version): New version number (5.1.1). | |
4542 (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
|
4543 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4544 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4545 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4546 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4547 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4548 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4549 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4550 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4551 * 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
|
4552 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4553 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4554 (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
|
4555 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
|
4556 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
|
4557 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4558 (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
|
4559 (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
|
4560 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4561 (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
|
4562 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4563 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4564 * 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
|
4565 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4566 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4567 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4568 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4569 * 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
|
4570 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4571 (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
|
4572 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4573 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4574 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4575 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4576 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4577 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4578 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4579 (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
|
4580 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
|
4581 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4582 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
|
4583 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4584 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4585 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4586 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4587 * 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
|
4588 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4589 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4590 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
|
4591 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4592 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4593 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4594 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4595 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
|
4596 (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
|
4597 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4598 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4599 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4600 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4601 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4602 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4603 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4604 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4605 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4606 |
28246 | 4607 2000-03-21 Jason Rumney <jasonr@gnu.org> |
4608 | |
4609 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
4610 (custom-button-pressed-face): Likewise. | |
4611 | |
28244 | 4612 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
4613 | |
4614 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
4615 (tags-loop-eval): New function. Bind case-fold-search around eval | |
4616 depending on the value of tags-case-fold-search. | |
4617 (tags-loop-continue): Use tags-loop-eval. | |
4618 (find-tag-in-order): Bind case-fold-search depending on the value | |
4619 of tags-case-fold-search. | |
4620 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4621 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4622 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4623 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4624 (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
|
4625 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4626 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4627 (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
|
4628 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4629 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4630 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4631 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4632 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4633 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4634 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4635 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4636 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4637 * 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
|
4638 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4639 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4640 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4641 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4642 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4643 |
28233 | 4644 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
4645 | |
4646 * term/x-win.el: Fontsets related initialization is simplified. | |
4647 | |
4648 * international/mule-diag.el (describe-font): Don't refer to | |
4649 global-fontset-alist, instead call font-list. | |
4650 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
4651 (print-fontset): Adjusted for the change of fontset | |
4652 implementation. | |
4653 | |
4654 * international/fontset.el (x-charset-registries): Variable | |
4655 removed, instead the corresponding data is stored in the default | |
4656 fontset. | |
4657 (register-alternate-fontnames): Function removed. | |
4658 (resolved-ascii-font): Variable removed. | |
4659 (x-compose-font-name): Ignore the second argument REDOCE. | |
4660 (x-complement-fontset-spec): Complement only an ASCII font and | |
4661 element for those charsets than can use that ASCII font. | |
4662 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
4663 instead call fontset-list. | |
4664 (uninstantiated-fontset-alist): Variable removed. | |
4665 (x-style-funcs-alist): Likewise. | |
4666 (fontset-default-styles): Likewise. | |
4667 (x-modify-font-name): Function removed. | |
4668 (create-fontset-from-fontset-spec): Ignore the argument | |
4669 STYLE-VARIANT. | |
4670 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
4671 change. | |
4672 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
4673 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4674 |
28233 | 4675 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
4676 (describe-face): Include `font' attribute in the description. | |
4677 | |
28219 | 4678 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
4679 | |
4680 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
4681 | |
28209 | 4682 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
4683 | |
28212 | 4684 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
4685 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
4686 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
|
4687 |
28209 | 4688 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
4689 about behavior of set-buffer-modified-p wrt redisplay. | |
4690 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4691 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4692 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4693 * 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
|
4694 |
28194 | 4695 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
4696 | |
4697 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
4698 is a string, convert it to a syntax cell using string-to-syntax. | |
4699 | |
4700 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
4701 (string-to-syntax): New function. | |
4702 | |
4703 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
4704 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 4705 try to use passive ftp mode. |
28194 | 4706 |
28189 | 4707 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
4708 | |
28209 | 4709 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 4710 |
4711 * simple.el (append-to-buffer): Update point of windows after | |
4712 insertion. | |
4713 | |
4714 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
4715 forward then moving backward. Reindent. | |
4716 | |
4717 * frame.el (other-frame): Call x-focus-frame only if | |
4718 focus-follows-mouse is off. | |
4719 | |
28185 | 4720 2000-03-17 Dave Love <fx@gnu.org> |
4721 | |
4722 * pcvs-util.el (cvs-strings->string): Rename | |
4723 replace-regexps-in-string. | |
4724 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4725 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4726 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4727 * 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
|
4728 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4729 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4730 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 4731 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4732 |
28174 | 4733 2000-03-16 Dave Love <fx@gnu.org> |
4734 | |
4735 * progmodes/f90.el (f90): Put custom group under `languages', not | |
4736 `fortran'. | |
4737 (f90-mode-hook): Customize. | |
4738 (f90-mode): Set add-log-current-defun-function. | |
4739 (f90-current-defun): New function. | |
4740 | |
28169 | 4741 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
4742 | |
28173 | 4743 * cus-edit.el (custom-variable-tag-face): Handle case that |
4744 default face's height is not a number. | |
4745 (custom-face-tag-face, custom-group-tag-face-1) | |
4746 (custom-group-tag-face): Ditto. | |
4747 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4748 |
28169 | 4749 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
4750 | |
28161 | 4751 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
4752 | |
4753 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
4754 requiring easymenu. | |
4755 | |
28155 | 4756 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4757 | |
4758 * ps-print.el: PostScript user-defined prologue, PostScript error | |
4759 handler, doc fix. | |
4760 (ps-print-version): New version number (5.1). | |
4761 (ps-user-defined-prologue, ps-error-handler-message) | |
4762 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
4763 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
4764 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4765 |
28150 | 4766 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
4767 | |
4768 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 4769 invalid self-assignment code. |
28150 | 4770 |
28149 | 4771 2000-03-14 Dave Love <fx@gnu.org> |
4772 | |
4773 * subr.el (replace-regexp-in-string): Renamed from | |
4774 replace-regexps-in-string. Doc fix. | |
4775 | |
28131 | 4776 2000-03-12 Dave Love <fx@gnu.org> |
4777 | |
4778 * cus-edit.el: Doc fixes. | |
4779 (customize-set-variable, customize-save-variable): Rename args for | |
4780 doc. | |
4781 (custom-variable-tag-face, custom-face-tag-face) | |
4782 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
4783 style which user identify as hyperlink. | |
4784 (hook): Don't add undefined functions to the hook. | |
4785 (debug-ignored-errors): Transfer message from bindings.el. | |
4786 | |
28120 | 4787 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4788 | |
4789 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
4790 double/nested definition. | |
4791 | |
28114 | 4792 2000-03-12 Dave Love <fx@gnu.org> |
4793 | |
4794 * facemenu.el (facemenu-get-face): Use display-color-p. | |
4795 * enriched.el (enriched-decode-foreground): Likewise. | |
4796 (enriched-decode-background): Likewise. | |
4797 * isearch.el (isearch-highlight): Likewise. | |
4798 * info-look.el (info-lookup): Likewise. | |
4799 * simple.el (completion-setup-function): Likewise. | |
4800 | |
4801 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
4802 :options. | |
4803 | |
4804 * bindings.el (mode-line-format): Fix line-number and | |
4805 column-number items. Add help-echo for the background. | |
4806 (mode-line-mule-info): Modify help-echo. | |
4807 | |
4808 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
4809 defcustom. | |
4810 | |
4811 * files.el (load-file): Allow completion to .elc. | |
4812 | |
4813 * man.el: Doc fixes. | |
4814 (Man-init-defvars): Use display-color-p to set fontification. | |
4815 | |
4816 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
4817 | |
28109 | 4818 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4819 | |
4820 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
4821 | |
4822 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
4823 | |
28098 | 4824 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
4825 | |
4826 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
4827 Fix comment. | |
4828 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4829 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4830 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4831 * 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
|
4832 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4833 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4834 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4835 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4836 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4837 * 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
|
4838 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4839 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4840 * 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
|
4841 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
|
4842 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4843 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4844 * 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
|
4845 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4846 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4847 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4848 |
28084 | 4849 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
4850 | |
4851 * textmodes/texinfo.el (texinfo-version): Variable and function | |
4852 removed. | |
4853 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4854 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4855 |
28114 | 4856 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
4857 allow more flexibility. | |
4858 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
4859 fns. | |
4860 (easy-mmode-defmap, easy-mmode-defsyntax) | |
4861 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4862 |
28085 | 4863 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 4864 |
4865 * rect.el (replace-rectangle): New function. | |
4866 | |
4867 2000-03-09 Dave Love <fx@gnu.org> | |
4868 | |
4869 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
4870 "C". | |
4871 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
4872 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
4873 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
4874 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
4875 fortran-comment-line-start here. Set comment-start, | |
4876 add-log-current-defun. | |
4877 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
4878 (fortran-current-defun): New function. | |
4879 | |
28073 | 4880 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
4881 | |
28077 | 4882 * emacs-lisp/re-builder.el: New file. |
4883 | |
28076 | 4884 * mouse.el (mouse-drag-region): Don't run up-event handler |
4885 if hscroll has changed. | |
4886 | |
28073 | 4887 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
4888 builtin operators, use `font-lock-builtin-face' for Emacs and | |
4889 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4890 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4891 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 4892 `(defun (setf foo)' differently. |
4893 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4894 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4895 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4896 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 4897 (regexp-opt): Update comment and adapt the code the new meaning of |
4898 the `paren' argument of regex-opt-group for shy-groups. | |
4899 (regexp-opt-depth): Handle shy groups as well as backslashed | |
4900 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4901 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4902 Allow `paren' to be a string (the string to use to open a group). |
28073 | 4903 Remove open-presuf and close-presuf. Instead of checking for `all |
4904 one-char' and then later on check for `several one-char', handle | |
4905 both cases close together. Also apply a more generic algorithm | |
4906 for suffixes (the mirror image of the algorithm used for | |
4907 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4908 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4909 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4910 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 4911 from comint-mode-map, so we can just inherit from it. Also, move |
4912 the initialization into the `defvar' since there's no docstring | |
4913 anyway and it's fairly short. | |
4914 (inferior-scheme-mode): Define it as derived-mode: the code is | |
4915 shorter and this way we inherit from comint-mode-map rather than | |
4916 copying it. | |
4917 | |
4918 * subr.el (replace-regexps-in-string): Properly handle the case | |
4919 where we match an empty string. | |
4920 | |
4921 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
4922 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
|
4923 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4924 |
28046 | 4925 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
4926 | |
28051 | 4927 * Makefile (compile-files): Compile files one by one because |
4928 that's the only way to ensure a clean compilation environment for | |
4929 each individual file. | |
4930 | |
28046 | 4931 * frame.el (other-frame): Call x-focus-frame. |
4932 | |
28040 | 4933 2000-03-07 Dave Love <fx@gnu.org> |
4934 | |
28043 | 4935 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
4936 :require to defcustom. | |
4937 | |
28040 | 4938 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
4939 lists. | |
4940 | |
4941 * files.el (auto-mode-alist): Add configure.in. | |
4942 | |
4943 * progmodes/autoconf.el: New file. | |
4944 | |
28034 | 4945 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
4946 | |
4947 * mail/mh-e.el: Change maintainer to `none'. | |
4948 | |
4949 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
4950 to remove-hook and add-hook. | |
4951 | |
4952 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
4953 | |
28035 | 4954 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 4955 it as the default. |
28035 | 4956 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
4957 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 4958 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4959 |
28024 | 4960 2000-03-07 Dave Love <fx@gnu.org> |
4961 | |
4962 * winner.el: Fix keywords, autoload cookies. Split | |
4963 eval-when-compile form to avoid compilation failure. | |
4964 | |
28017 | 4965 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
4966 | |
4967 * international/mule.el: Modify comment about coding system | |
4968 property `coding-category'. | |
4969 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
4970 coding-category property of PROPERTIES. | |
4971 | |
4972 * international/mule-conf.el (coding-category-utf-8, | |
4973 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
4974 categories. Include them in the argument for set-coding-priority. | |
4975 | |
4976 * international/mule-cmds.el (reset-language-environment): Include | |
4977 coding-category-utf-8, coding-category-utf-16-be, and | |
4978 coding-category-utf-16-le in the argument for set-coding-priority. | |
4979 (reset-language-environment): Initialize coding-category-utf-8, | |
4980 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
4981 | |
28014 | 4982 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
4983 | |
4984 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
4985 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
4986 extensions as well as compression extensions. | |
4987 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4988 |
27976 | 4989 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
4990 | |
4991 * strokes.el: Change maintainer's mail address. | |
4992 | |
27972 | 4993 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
4994 | |
4995 * international/mule-diag.el (list-character-sets): Make help-echo | |
4996 string by substitute-command-keys. | |
4997 (list-character-sets): Likewise. | |
4998 (sort-listed-character-sets): Call help-setup-xref. | |
4999 | |
27965 | 5000 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5001 | |
5002 * time.el (display-time-mail-file): Add `none' to the list of | |
5003 choices. | |
5004 | |
27954 | 5005 2000-03-01 Dave Love <fx@gnu.org> |
5006 | |
27959 | 5007 * help.el (help-xref-go-back): Don't try to set position. |
5008 | |
27954 | 5009 * international/mule-diag.el (list-character-sets): Call |
5010 help-setup-xref. Add help-echo to xrefs. | |
5011 (list-character-sets-1): Add help-echo to xrefs. | |
5012 | |
27949 | 5013 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5014 | |
5015 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
5016 the mode off. | |
5017 | |
5018 * add-log.el (add-log-current-defun): Add support for | |
5019 Autoconf mode. | |
5020 | |
5021 * mail/rmail.el (rmail-quit-hook): New variable. | |
5022 | |
27931 | 5023 2000-03-01 Dave Love <fx@gnu.org> |
5024 | |
27935 | 5025 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
5026 | |
27931 | 5027 * help.el (help-xref-button): Add help-echo arg. |
5028 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
5029 | |
5030 * faces.el (list-faces-display): Supply help-echo with | |
5031 help-make-xrefs. | |
5032 | |
5033 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
5034 nil. | |
5035 | |
27919 | 5036 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
5037 | |
27927 | 5038 * image.el (defimage): Look for image files in load-path. |
5039 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5040 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 5041 `number'. |
5042 | |
27927 | 5043 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
5044 | |
5045 * recentf.el (recentf): Added version tag to the defgroup of | |
5046 recentf. | |
5047 | |
5048 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5049 | |
5050 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
5051 too. | |
5052 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
5053 action to select/unselect a file. | |
5054 (recentf-edit-list): Code cleanup and improvement. | |
5055 (recentf-open-more-files-action): `recentf-open-more-files' button | |
5056 widget action to open a file. | |
5057 (recentf-open-more-files): No more use standard completion but | |
5058 widgets. | |
5059 (recentf-more-collection): Deleted. | |
5060 (recentf-more-history): Deleted. | |
5061 (recentf-setup-more-completion): Deleted. | |
5062 | |
5063 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5064 | |
5065 * recentf.el (recentf-mode): No more needs that Emacs is running | |
5066 under a window-system. | |
5067 | |
5068 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5069 | |
5070 * recentf.el (recentf-edit-list): New command to edit the recent | |
5071 list which allow the user to remove files. | |
5072 (recentf-edit-selected-items): New global variable, used by | |
5073 `recentf-edit-list' to hold the list of files to be removed from | |
5074 the recent list. | |
5075 (recentf-make-menu-items): Updated to display a "Edit list..." | |
5076 menu item. Minor code cleanup. | |
5077 | |
5078 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5079 | |
5080 * recentf.el (recentf-open-more-files): New command to open files | |
5081 that are not displayed in the menu. | |
5082 (recentf-more-collection): New global variable holding the set of | |
5083 permissible completions used by `recentf-open-more-files'. | |
5084 (recentf-more-history): New global variable holding the history list | |
5085 used by `recentf-open-more-files' completion. | |
5086 (recentf-setup-more-completion): New function to setup completion for | |
5087 `recentf-open-more-files'. | |
5088 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
5089 | |
5090 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5091 | |
5092 * recentf.el (recentf-menu-action): Doc fixed. | |
5093 | |
5094 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5095 | |
5096 * recentf.el (recentf-menu-filter): Doc updated. | |
5097 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
5098 (recentf-make-menu-items): New menu filter handling. | |
5099 (recentf-make-menu-item): New helper function. | |
5100 (recentf-menu-elements): New menu handling function. | |
5101 (recentf-sort-ascending): Updated to new menu filter handling. | |
5102 (recentf-sort-descending): Updated to new menu filter handling. | |
5103 (recentf-sort-basenames-ascending): New menu filter function. | |
5104 (recentf-sort-basenames-descending): New menu filter function. | |
5105 (recentf-show-basenames): New menu filter function. | |
5106 (recentf-show-basenames-ascending): New menu filter function. | |
5107 (recentf-show-basenames-descending): New menu filter function. | |
5108 | |
27919 | 5109 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5110 | |
5111 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
5112 the end of the buffer. | |
5113 | |
27911 | 5114 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
5115 | |
5116 * international/mule-diag.el (list-character-sets): Completely | |
5117 rewritten. | |
5118 (sort-listed-character-sets): New function. | |
5119 (list-character-sets-1): Completely rewritten. | |
5120 (list-character-sets-2): New function. | |
5121 (non-iso-charset-alist): New variable. | |
5122 (decode-codepage-char): New function. | |
5123 (charset-history): New variable. | |
5124 (read-charset) (list-block-of-chars) | |
5125 (list-iso-charset-chars) | |
5126 (list-non-iso-charset-chars) | |
5127 (list-charset-chars): New functions. | |
5128 (mule-diag): Call list-character-sets-2, not | |
5129 list-character-sets-2. | |
5130 (dump-charsets): Likewise. | |
5131 | |
27910 | 5132 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
5133 | |
27919 | 5134 * dired-x.el (dired-filename-at-point): Add `@' to valid |
5135 file name characters. | |
5136 (dired-filename-at-point): Handle ange-ftp file names. | |
5137 | |
27910 | 5138 * frame.el (frame-notice-user-settings): Use assq-delete-all |
5139 instead of assoc-delete-all. | |
5140 (frame-notice-user-settings): Ditto. | |
5141 | |
5142 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
5143 Don't copy alist. | |
5144 | |
27906 | 5145 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
5146 | |
5147 * calculator.el (calculator-use-menu): New option. | |
5148 (calculator-initial-bindings): Changed some bindings to work as | |
5149 macros. | |
5150 (calculator-forced-input): Removed. | |
5151 (calculator-restart-other-mode): New variable. | |
5152 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5153 |
27906 | 5154 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
5155 | |
5156 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
5157 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5158 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5159 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
|
5160 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5161 * 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
|
5162 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
|
5163 (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
|
5164 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
|
5165 * 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
|
5166 * 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
|
5167 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
|
5168 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
|
5169 * 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
|
5170 * 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
|
5171 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5172 |
27898 | 5173 2000-02-27 Jason Rumney <jasonr@gnu.org> |
5174 | |
5175 * faces.el (face-font-family-alternatives): Add arial to helv. | |
5176 (mode-line, header-line, tool-bar): Same default as x for w32. | |
5177 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
5178 face-font-family-alternatives from working. | |
5179 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
5180 chosen font. | |
5181 | |
27873 | 5182 2000-02-25 Sam Steingold <sds@goems.com> |
5183 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
5184 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 5185 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5186 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5187 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 5188 |
5189 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
5190 | |
27856 | 5191 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
5192 | |
5193 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
5194 writable. | |
5195 | |
27868 | 5196 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 5197 |
27847 | 5198 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
5199 | |
5200 * frame.el (show-cursor-in-non-selected-windows): New option. | |
5201 | |
27845 | 5202 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5203 | |
5204 * diary-lib.el (include-other-diary-files): Undo the selective | |
5205 display in any included file and don't kill it. | |
5206 | |
27841 | 5207 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
5208 | |
5209 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
5210 bar. Menu items converted to (menu-item format, help strings | |
5211 added. | |
5212 [downcase, upcase]: Don't enable on MS-DOS. | |
5213 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
5214 bound. | |
5215 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
5216 | |
27825 | 5217 2000-02-23 Dave Love <fx@gnu.org> |
5218 | |
27838 | 5219 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
5220 (backward-kill-word): Revert addition of * to interactive spec -- | |
5221 it's a feature. | |
5222 | |
5223 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
5224 (backward-kill-sentence, kill-sentence): Likewise. | |
5225 | |
27835 | 5226 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
5227 scratch buffer name. | |
5228 (gud-format-command): Use int-to-string in ?l case. Simplify | |
5229 slightly. | |
5230 | |
5231 * term/w32-win.el (internal-face-interactive): Update prompt for | |
5232 new read-face-name. | |
5233 | |
5234 * mail/footnote.el (footnote): Add :version to defgroup. | |
5235 (footnote-section-tag-regexp): Customize. | |
5236 (footnote-start-tag, footnote-end-tag): New option. | |
5237 (footnote-latin-regexp): New variable. | |
5238 (Footnote-latin): New function. | |
5239 (footnote-style-alist): Add element for latin style. | |
5240 (footnote-style): Moved. | |
5241 (Footnote-goto-footnote): Use eq to test arg. | |
5242 | |
5243 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
5244 | |
27825 | 5245 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
5246 (byte-compile-trueconstp): Include keywords. | |
5247 (byte-optimize-quote, byte-optimize-lapcode): Use | |
5248 byte-compile-const-symbol-p. | |
5249 (byte-optimize-char-before): New optimization. | |
5250 | |
5251 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
5252 (byte-compile-const-symbol-p): New function. | |
5253 (byte-compile-constp, byte-compile-out-toplevel) | |
5254 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
5255 Use it. | |
5256 | |
5257 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
5258 | |
27813 | 5259 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
5260 | |
27815 | 5261 * international/encoded-kb.el: Be sure to update minor-mode-alist |
5262 and minor-mode-map-alist. | |
5263 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
5264 codes SS2 and SS3 correctly. | |
5265 (encoded-kbd-self-insert-ccl): New function. | |
5266 (encoded-kbd-setup-keymap): New function. | |
5267 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
5268 by calling encoded-kbd-setup-keymap. | |
5269 | |
27813 | 5270 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
5271 characters. | |
5272 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
5273 locally. | |
5274 | |
27811 | 5275 2000-02-22 Dave Love <fx@gnu.org> |
5276 | |
5277 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
5278 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
5279 defvar. | |
5280 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
5281 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
5282 classes. Match `defface'. | |
5283 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
5284 (eval-defun-1): Fix for defcustom. | |
5285 (lisp-indent-region): Doc fix. | |
5286 | |
5287 * subr.el (when, unless, split-string): Doc fix. | |
5288 (read-passwd): Move call of clear-this-command-keys to the right | |
5289 place. | |
5290 (replace-regexps-in-string): New function. | |
5291 | |
27807 | 5292 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
5293 | |
5294 * help.el (describe-variable): Set syntax table to | |
5295 emacs-lisp-mode-syntax-table when moving forward over the | |
5296 symbol's name. | |
5297 | |
27805 | 5298 2000-02-22 Dave Love <fx@gnu.org> |
5299 | |
5300 * xt-mouse.el: Doc fixes. | |
5301 (xterm-mouse-position-function): New function, replacing advice of | |
5302 mouse-position. | |
5303 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
5304 | |
5305 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
5306 | |
27794 | 5307 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
5308 | |
5309 * format.el (format-annotate-single-property-change): Handle | |
5310 properties.with dotted-list values. | |
5311 (format-proper-list-p): New function. | |
5312 | |
5313 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
5314 . COLOR) and (background-color . COLOR). | |
5315 | |
27788 | 5316 2000-02-20 Dave Love <fx@gnu.org> |
5317 | |
5318 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
5319 and assignments to it. | |
5320 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
5321 current local map. | |
5322 (make-flyspell-overlay): Use it. | |
5323 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
5324 | |
5325 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
5326 (lm-get-header-re): Defun, not defsubst. | |
5327 (lm-get-package-name): Defun, not defsubst. Simplify. | |
5328 (lm-version): Doc fix. Simplify. | |
5329 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5330 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5331 (lm-verify, lm-synopsis): Simplify. | |
5332 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5333 | |
27785 | 5334 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5335 | |
5336 * dired.el (dired-mode): Call propertized-buffer-identification | |
5337 to set mode-line-buffer-identification to something having | |
5338 the right text properties. | |
5339 | |
5340 * bindings.el (propertized-buffer-identification): New function. | |
5341 | |
27777 | 5342 2000-02-20 Dave Love <fx@gnu.org> |
5343 | |
5344 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5345 check for t-mouse too. | |
5346 | |
5347 * cus-start.el: Make echo-keystrokes `number'. | |
5348 | |
27776 | 5349 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5350 | |
5351 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5352 Don't call ring-empty-p unless tags-location-ring is bound. | |
5353 From Noah Friedman <friedman@splode.com>. | |
5354 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5355 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5356 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5357 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5358 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5359 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5360 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5361 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5362 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5363 (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
|
5364 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
|
5365 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5366 |
27757 | 5367 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5368 | |
5369 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5370 | |
27749 | 5371 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5372 | |
27754 | 5373 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5374 | |
27749 | 5375 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5376 of `*' to handle `(* ... *)' comments. | |
5377 | |
27732 | 5378 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5379 | |
27737 | 5380 * 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
|
5381 window-system. |
27737 | 5382 |
27732 | 5383 * menu-bar.el (global-map): Menu-bar items converted to the new |
5384 format (menu-item..., rearranged for better CUA compliance, and | |
5385 their names changed for better clarity. Help strings added. | |
5386 | |
5387 * international/mule-cmds.el (mule-menu-keymap) | |
5388 (describe-language-environment-map, set-coding-system-map) | |
5389 (setup-language-environment-map): Convert to new (menu-item... | |
5390 form, add help strings. Change names of menu items for better | |
5391 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5392 submenu). | |
5393 | |
27729 | 5394 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5395 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5396 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5397 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5398 |
27717 | 5399 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5400 |
27717 | 5401 * faces.el: Don't require custom. Add more specific :groups to |
5402 various deffaces. | |
5403 (set-face-attribute): Purecopy args. | |
5404 (read-face-name): Default to name at point and use it in prompt. | |
5405 Remove colon from arg in all callers. | |
5406 (list-faces-display): Hyperlink to face descriptions and customize | |
5407 buffers. | |
5408 | |
27712 | 5409 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5410 | |
5411 * wid-edit.el (widget-match-inline): An atom never matches a | |
5412 list. | |
5413 | |
27707 | 5414 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5415 | |
27713 | 5416 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5417 at ':' characters by call to split-string. | |
27707 | 5418 |
5419 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5420 | |
27713 | 5421 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5422 |
5423 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5424 | |
27713 | 5425 * textmodes/bibtex.el: Some temporary comments removed. |
5426 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5427 explicit. | |
5428 (bibtex-field-const): Allow capital letters. | |
5429 (bibtex-start-of-string): Deleted because unused. | |
5430 | |
5431 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5432 use the term 'reference' to describe a bibtex entry as a whole. | |
5433 Further, reference keys are no longer called 'labels'. | |
5434 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5435 (bibtex-reformat-previous-labels): Renamed to | |
5436 bibtex-reformat-previous-reference-keys. | |
5437 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5438 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5439 (bibtex-reference-maybe-empty-head): Renamed to | |
5440 bibtex-entry-maybe-empty-head. | |
5441 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5442 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5443 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5444 bibtex-enclosing-entry-maybe-empty-head. | |
5445 (bibtex-entry-field-alist, bibtex-entry-head, | |
5446 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5447 bibtex-map-entries, bibtex-search-entry, | |
5448 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5449 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5450 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5451 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5452 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5453 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5454 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5455 |
5456 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5457 | |
27713 | 5458 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5459 comment. | |
5460 (bibtex-format-field-delimiters): New function, functionality | |
5461 extracted from bibtex-format-entry. | |
5462 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5463 extracted from bibtex-autokey-get-yearfield. | |
5464 | |
5465 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5466 entries in order to avoid stack overflow in the regexp matcher if | |
5467 field contents become large. | |
5468 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5469 bibtex-field-string-part-not-braced, | |
5470 bibtex-field-string-part-no-inner-braces, | |
5471 bibtex-field-string-part-1-inner-brace, | |
5472 bibtex-field-string-part-2-inner-braces, | |
5473 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5474 bibtex-field-string-quoted, bibtex-field-string, | |
5475 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5476 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5477 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5478 as parsing is now performed by the following functions. | |
5479 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5480 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5481 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5482 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5483 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5484 bibtex-search-forward-field, bibtex-search-backward-field, | |
5485 bibtex-start-of-field, bibtex-end-of-field, | |
5486 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5487 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5488 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5489 bibtex-parse-string, bibtex-search-forward-string, | |
5490 bibtex-search-backward-string, bibtex-start-of-string, | |
5491 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5492 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5493 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5494 entries. Instead of reporting the results of the parsing by | |
5495 match-beginning or match-end, these functions return data structures | |
5496 that hold the corresponding positions. | |
5497 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5498 return values rather than by match-beginning or match-end. The | |
5499 following functions have been adapted to use the new parsing | |
5500 functions. | |
5501 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5502 bibtex-enclosing-field, bibtex-format-entry, | |
5503 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
5504 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
5505 bibtex-print-help-message, bibtex-end-of-entry, | |
5506 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
5507 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5508 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
5509 method for parsing. | |
5510 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
5511 bibtex-map-entries, bibtex-flash-head, | |
5512 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
5513 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
5514 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
5515 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5516 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
5517 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5518 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
5519 order to make the new binding of case-fold-search immediately | |
5520 visible. | |
27707 | 5521 |
5522 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5523 | |
27713 | 5524 * textmodes/bibtex.el: Copyright notice is up to date. |
5525 Added constant 'bibtex-maintainer-salutation. | |
5526 | |
5527 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
5528 than make-temp-name, use match-string-no-properties and eliminate | |
5529 a quadratic behavior when building bibtex-strings. | |
5530 | |
5531 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
5532 reference key contains upper case letters. | |
27707 | 5533 |
5534 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5535 | |
27713 | 5536 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5537 a new line. | |
27707 | 5538 |
5539 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5540 | |
27713 | 5541 * bibtex.el: Hiding of entry bodies is not longer provided by |
5542 bibtex.el directly. Instead the hideshow package can be used. | |
5543 Added a special bibtex entry to hs-special-modes-alist. | |
5544 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 5545 |
5546 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5547 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5548 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5549 at ':' characters by call to split-string. |
27729 | 5550 |
5551 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5552 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5553 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 5554 |
5555 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5556 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5557 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5558 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5559 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5560 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5561 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5562 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5563 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5564 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
|
5565 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5566 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5567 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5568 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5569 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5570 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5571 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5572 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5573 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5574 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5575 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5576 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5577 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5578 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5579 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5580 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5581 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5582 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5583 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5584 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5585 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5586 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 5587 |
5588 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5589 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5590 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5591 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5592 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5593 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5594 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5595 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5596 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5597 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5598 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
|
5599 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5600 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5601 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5602 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5603 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5604 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5605 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
|
5606 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5607 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5608 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
|
5609 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
|
5610 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5611 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5612 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5613 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5614 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5615 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
|
5616 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5617 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5618 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
|
5619 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
|
5620 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5621 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5622 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5623 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
|
5624 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
|
5625 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
|
5626 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5627 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5628 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5629 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5630 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
|
5631 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5632 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5633 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5634 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5635 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5636 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5637 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5638 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5639 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
|
5640 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
|
5641 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5642 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5643 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5644 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5645 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5646 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5647 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
|
5648 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5649 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5650 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
|
5651 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
|
5652 visible. |
27729 | 5653 |
5654 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5655 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5656 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5657 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5658 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5659 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5660 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
|
5661 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5662 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5663 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5664 reference key contains upper case letters. |
27729 | 5665 |
5666 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5667 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5668 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5669 a new line. |
27729 | 5670 |
5671 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5672 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5673 * 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
|
5674 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5675 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5676 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 5677 |
5678 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5679 | |
27713 | 5680 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 5681 proceedings entry type (for cross referencing). Thanks to Wagner |
5682 Toledo Correa for the suggestion. | |
5683 | |
27713 | 5684 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 5685 |
27690 | 5686 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
5687 | |
5688 * international/characters.el: Setup case table for Vietnamese. | |
5689 | |
27687 | 5690 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
5691 | |
5692 * uniquify.el (toplevel): Require CL at compile time. | |
5693 (uniquify-push): Removed. | |
5694 | |
5695 * shadowfile.el (shadow-when): Removed. | |
5696 | |
5697 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
5698 (tempo-process-and-insert-string): Use dolist instead of | |
5699 tempo-dolist. | |
5700 | |
5701 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
5702 regexp for paragraph-start. | |
5703 | |
5704 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
5705 commas as well. | |
5706 | |
27657 | 5707 2000-02-10 Dave Love <fx@gnu.org> |
5708 | |
5709 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
5710 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
5711 Deleted. | |
5712 (widget-specify-field, widget-specify-button): Don't use | |
5713 widget-mouse-help as help-echo property. | |
5714 (default): Use #'ignore for :validate and :mouse-down-action. | |
5715 (checkbox): Add help-echo. | |
5716 (widget-sexp-validate): Rewritten to clarify error messages. | |
5717 (character): Use char-valid-p in :match function. | |
5718 (widget-color-complete): Use facemenu-color-alist. | |
5719 (widget-color-action): Use facemenu-read-color. | |
5720 | |
5721 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
5722 set up `caar' &c that we now have. | |
5723 | |
27713 | 5724 2000-02-09 Ray Blaak <blaak@gnu.org> |
5725 | |
5726 * delphi.el: Make resourcestring a declaration region, like const | |
5727 and var. | |
5728 | |
27652 | 5729 2000-02-09 Dave Love <fx@gnu.org> |
5730 | |
5731 * bindings.el (mode-line-input-method-map): New variable. | |
5732 (mode-line-mule-info): Use it; fix last change. | |
5733 (mode-line-mode-menu): Move definition. | |
5734 (mode-line-mouse-sensitive-p): Deleted. | |
5735 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
5736 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
5737 level. | |
5738 | |
5739 * startup.el (command-line-1): Don't call | |
5740 make-mode-line-mouse-sensitive. | |
5741 | |
27644 | 5742 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
5743 | |
5744 * mail/rmail.el (rmail-retry-failure): Use | |
5745 rmail-beginning-of-message before rmail-toggle-header, because the | |
5746 former toggles headers. | |
5747 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5748 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
|
5749 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
5750 * 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
|
5751 (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
|
5752 (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
|
5753 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
|
5754 (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
|
5755 (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
|
5756 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5757 * 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
|
5758 (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
|
5759 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
|
5760 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5761 (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
|
5762 (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
|
5763 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
|
5764 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
|
5765 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5766 (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
|
5767 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5768 (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
|
5769 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
|
5770 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5771 (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
|
5772 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
|
5773 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5774 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
|
5775 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5776 * 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
|
5777 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
|
5778 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5779 * 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
|
5780 |
27610 | 5781 2000-02-04 Dave Love <fx@gnu.org> |
5782 | |
27617 | 5783 * bindings.el (mode-line-mule-info): Fix/extend last change. |
5784 | |
27610 | 5785 * completion.el: Replace completion-dolist with dolist. |
5786 | |
5787 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
5788 dotimes. | |
5789 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5790 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5791 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5792 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5793 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5794 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5795 * 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
|
5796 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5797 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5798 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5799 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5800 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5801 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5802 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5803 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5804 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5805 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5806 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5807 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5808 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5809 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5810 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5811 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5812 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5813 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5814 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5815 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5816 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5817 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5818 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5819 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5820 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5821 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5822 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5823 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5824 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5825 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5826 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5827 (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
|
5828 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5829 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5830 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5831 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5832 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5833 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5834 |
27590 | 5835 2000-02-02 Dave Love <fx@gnu.org> |
5836 | |
5837 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
5838 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
5839 | |
5840 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
5841 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
5842 the new builtins directly. | |
5843 | |
5844 * whitespace.el (whitespace): Add :version to defgroup. | |
5845 | |
5846 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
5847 Doc fix. | |
5848 | |
5849 * thingatpt.el (sexp-at-point, symbol-at-point) | |
5850 (number-at-point, list-at-point): Add autoload cookie. | |
5851 | |
5852 * recentf.el (recentf): Add :version to defgroup. | |
5853 | |
5854 * quickurl.el (quickurl): Add :version to defgroup. | |
5855 | |
5856 * elide-head.el (elide-head): Use point-marker more. | |
5857 | |
5858 * bs.el (bs): Add :version to defgroup. | |
5859 | |
5860 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
5861 | |
5862 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
5863 | |
27587 | 5864 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
5865 | |
5866 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
5867 succeeding process operation sets a different coding system. | |
5868 | |
5869 * calculator.el: New file. | |
5870 | |
27572 | 5871 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
5872 | |
5873 * frame.el (frames-on-display-list, framep-on-display): New | |
5874 functions. | |
5875 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
5876 (display-selections-p, display-screens, display-pixel-width) | |
5877 (display-pixel-height, display-mm-width, display-mm-height) | |
5878 (display-backing-store, display-save-under, display-planes) | |
5879 (display-color-cells, display-visual-class): New functions. | |
5880 | |
5881 * term/tty-colors.el (tty-color-gray-shades): New function. | |
5882 | |
5883 * faces.el (display-color-p): Use framep-on-display. | |
5884 (display-grayscale-p): New function. | |
5885 | |
27549 | 5886 2000-01-31 Dave Love <fx@gnu.org> |
5887 | |
5888 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
5889 (create-fontset-from-x-resource): Don't concat integers. | |
5890 | |
27545 | 5891 2000-01-31 Inge Frick <inge@nada.kth.se> |
5892 | |
5893 * view.el: Some changes in documentation. Removed some trailing | |
5894 whitespace. Changed some parameter names to agree with | |
5895 documentation. | |
5896 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
5897 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5898 |
27541 | 5899 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
5900 | |
27543 | 5901 * windmove.el: New file. |
5902 | |
27541 | 5903 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
5904 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 5905 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5906 |
27541 | 5907 * jit-lock.el (jit-lock-function): Widen before calculating end |
5908 position. | |
5909 (jit-lock-stealth-chunk-start): Rewritten. | |
5910 | |
5911 * info.el (Info-title-face-alist): Removed. | |
5912 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
5913 faces. | |
5914 (Info-fontify-node): Use these faces. | |
5915 | |
27527 | 5916 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
5917 | |
5918 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
5919 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
5920 `&allow-other-keywords'. | |
5921 | |
5922 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
5923 the list of directories scanned heuristically. | |
5924 | |
5925 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
5926 exist. | |
5927 | |
27523 | 5928 2000-01-30 Jason Rumney <jasonr@gnu.org> |
5929 | |
5930 * w32-fns.el: Define w32-tty-standard-colors. | |
5931 | |
5932 * startup.el (command-line): Use w32-tty-standard-colors when in | |
5933 w32 console mode. | |
5934 | |
27510 | 5935 2000-01-30 Dave Love <fx@gnu.org> |
5936 | |
27513 | 5937 * jka-compr.el (jka-compr-load): Fix up load-history. |
5938 | |
27510 | 5939 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
5940 | |
5941 * emacs-lisp/cl-macs.el: Revert previous change. | |
5942 | |
27499 | 5943 2000-01-29 Dave Love <fx@gnu.org> |
5944 | |
5945 * facemenu.el: Purecopy various strings. | |
5946 | |
5947 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
5948 years. Deal with three-digit years. | |
5949 | |
5950 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
5951 defconst, purecopy. | |
5952 (help-back-label): Purecopy it. | |
5953 | |
27498 | 5954 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
5955 | |
5956 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
5957 variable. If non-nil, order the buffer list according to the | |
5958 currently selected frame. | |
5959 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
5960 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
|
5961 |
27496 | 5962 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5963 | |
5964 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
5965 | |
27486 | 5966 2000-01-28 Dave Love <fx@gnu.org> |
5967 | |
27491 | 5968 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
5969 | |
27486 | 5970 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
5971 Don't use lisp-indent-hook property. | |
5972 (cl-abs): Remove. | |
5973 | |
5974 * subr.el: Move out indent and edebug specs for when and unless. | |
5975 | |
5976 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
5977 when, unless. | |
5978 | |
5979 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
5980 unless, when. | |
5981 | |
27467 | 5982 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
5983 | |
27481 | 5984 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
5985 `collecting' as synonym for `collect'. | |
5986 | |
5987 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
5988 for the case it contains spaces. | |
5989 | |
5990 * simple.el (what-cursor-position): Change formatting of | |
5991 messages. | |
5992 | |
27473 | 5993 * frame.el (delete-other-frames): New function. |
5994 (toplevel): Bind it to C-x 5 1. | |
5995 | |
27469 | 5996 * sort.el (sort-numeric-base): New option. |
5997 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
5998 interpret it as octal or hexadecimal. Use sort-numeric-base | |
5999 as default base. | |
6000 | |
27467 | 6001 * progmodes/glasses.el: New file. |
6002 | |
27451 | 6003 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
6004 | |
27461 | 6005 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
6006 userids differently. | |
6007 | |
27451 | 6008 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6009 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
6010 progmodes/ebnf-yac.el: New files. | |
6011 | |
27446 | 6012 2000-01-26 Dave Love <fx@gnu.org> |
6013 | |
6014 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
6015 on a function with an empty body. [From Eric Ludlam.] | |
6016 | |
27437 | 6017 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
6018 | |
6019 * vc.el (vc-version-diff): Make sure file name is expanded. | |
6020 | |
27433 | 6021 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
6022 | |
6023 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
6024 (scroll-bar-toolkit-scroll): Don't use a timer. | |
6025 | |
27419 | 6026 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
6027 | |
6028 * language/thai-util.el (thai-composition-function): Delete | |
6029 superfluous `a'. | |
6030 | |
27418 | 6031 2000-01-24 Dave Love <fx@gnu.org> |
6032 | |
6033 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
6034 end-of-defun-function. | |
6035 | |
6036 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
6037 &c. | |
6038 | |
27405 | 6039 2000-01-22 Jason Rumney <jasonr@gnu.org> |
6040 | |
6041 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
6042 conflicts with new face support. | |
6043 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6044 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6045 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6046 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6047 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6048 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6049 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6050 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6051 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6052 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6053 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6054 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6055 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6056 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6057 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6058 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6059 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6060 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6061 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6062 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6063 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6064 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6065 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6066 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6067 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6068 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6069 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6070 |
27366 | 6071 2000-01-19 Dave Love <fx@gnu.org> |
6072 | |
27368 | 6073 * files.el (user-init-file): Don't declare here -- is primitive. |
6074 | |
27366 | 6075 * startup.el (command-line): Check for compiled user-init-file and |
6076 set to uncompiled version if necessary. | |
6077 | |
27358 | 6078 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6079 | |
27361 | 6080 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
6081 (undigestify-rmail-message): Use it. | |
6082 | |
27358 | 6083 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
6084 | |
27351 | 6085 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
6086 | |
6087 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
6088 of mini-buffer. | |
6089 | |
27326 | 6090 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
6091 | |
27330 | 6092 * emacs-lisp/copyright.el (copyright-update): Removed the |
6093 requirement for a trailing space from `copyright-regexp', to | |
6094 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6095 |
27327 | 6096 * align.el: New file. |
6097 | |
27326 | 6098 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
6099 | |
6100 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
6101 | |
27323 | 6102 2000-01-13 Dave Love <fx@gnu.org> |
6103 | |
6104 * ph.el: Removed. (Obsoleted by EUDC.) | |
6105 | |
27321 | 6106 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6107 | |
6108 * net/eudc.el (toplevel): Remove autoloaded code installing | |
6109 menu with easymenu, because that causes build problems. | |
6110 | |
6111 * frame.el (frame-notice-user-settings): New variable. | |
6112 (frame-notice-user-settings): Don't modify frame parameters | |
6113 if called a second time. | |
6114 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6115 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 6116 |
6117 * frame.el (frame-notice-user-settings): | |
6118 Notice default-frame-parameters even for non-window frames. | |
6119 | |
27318 | 6120 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6121 | |
6122 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
6123 for Emacs. | |
6124 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
6125 (eudc-bob-toggle-inline-display): Ditto. | |
6126 (eudc-bob-display-jpeg): Ditto. | |
6127 | |
27304 | 6128 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
6129 | |
27313 | 6130 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
6131 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
6132 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
|
6133 |
27312 | 6134 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
6135 nil)'. | |
6136 | |
6137 * subdirs.el: Add `net' directory. | |
6138 | |
27308 | 6139 * net: New directory. |
6140 | |
27304 | 6141 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
6142 eval-last-sexp. Don't bind debug-on-error here. | |
6143 (eval-last-sexp): New function. Bind debug-on-error if | |
6144 eval-expression-debug-on-error is non-nil. | |
6145 (eval-defun-2, eval-defun): Likewise. | |
6146 | |
6147 * simple.el (eval-expression): Don't bind debug-on-error if | |
6148 eval-expression-debug-on-error is nil. Detect changed | |
6149 debug-on-error, and propagate new value to global binding, if | |
6150 eval-expression-debug-on-error is non-nil, | |
6151 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6152 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6153 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6154 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6155 * 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
|
6156 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6157 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6158 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6159 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6160 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6161 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6162 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6163 |
27288 | 6164 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
6165 | |
27291 | 6166 * tmm.el (tmm-shortcut): Delete region after prompt instead |
6167 of erasing buffer. | |
6168 | |
27288 | 6169 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 6170 (fill-context-prefix): Use the longest common prefix of first |
6171 and second line fill prefix, if there is one. | |
27288 | 6172 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6173 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6174 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6175 * 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
|
6176 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6177 |
27282 | 6178 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
6179 | |
6180 * add-log.el (add-log-current-defun): Handle user-defined | |
6181 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6182 |
27280 | 6183 * add-log.el (add-change-log-entry): Insert version number |
27282 | 6184 if having found a current function |
27278 | 6185 |
6186 * add-log.el (add-log-current-defun): Call | |
6187 `add-log-current-defun-function'. Try matches at level 0 and | |
6188 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6189 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6190 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6191 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6192 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6193 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6194 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6195 |
27265 | 6196 2000-01-10 Dave Love <fx@gnu.org> |
6197 | |
6198 * elide-head.el (elide-head): Use point-marker, not point. | |
6199 | |
27261 | 6200 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
6201 | |
27263 | 6202 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
6203 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6204 |
27261 | 6205 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
6206 Add ispell- prefix. | |
6207 | |
6208 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
6209 | |
6210 * ispell.el: Only define dictionaries in menus when they exist. | |
6211 (version18p): New variable. | |
6212 (version20p): New variable. | |
6213 (xemacsp): New variable. | |
6214 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
6215 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
6216 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6217 run-together words. |
27261 | 6218 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
6219 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
6220 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6221 library path when called non-interactively. |
27261 | 6222 (ispell-menu-map-needed): Uses new variables. |
6223 (ispell-library-path): New variable. | |
6224 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
6225 (ispell-word): Improved documentation string. Test for valid | |
6226 character mappings. Correctly check typed in word changes that can | |
6227 result in single words split into multiple words. Returns | |
6228 replacement word. | |
6229 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
6230 replace in recursive query replace mode. Help message for | |
6231 recursive edit mode. | |
6232 (ispell-show-choices): Protect against bad framepop bindings. | |
6233 (ispell-help): Fix to work with XEmacs. | |
6234 (ispell-highlight-spelling-error): Use new variables. | |
6235 (ispell-overlay-window): Fix to work with XEmacs. | |
6236 (ispell-parse-output): Passed and returns location information | |
6237 tracking spelling corrections. Doesn't recheck same word on | |
6238 current line. | |
6239 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
6240 Fix call to single argument in sleep-for. Use new variables. | |
6241 (ispell-region): Passed and returns location information tracking | |
6242 spelling corrections. Doesn't check same word on current line. | |
6243 Improved documentation string. Doesn't resend a line already | |
6244 checked to the ispell process - fixes bug in LaTeX parsing. | |
6245 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
6246 (ispell-skip-region): No longer skips <TT> in SGML. | |
6247 (ispell-process-line): Tracks location information with spelling | |
6248 corrections. Added documentation string. Accounts for words | |
6249 already accepted on this line. Don't allow query-replace on line | |
6250 starting with math characters. Doesn't resend a line already sent | |
6251 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6252 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6253 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6254 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6255 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6256 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6257 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6258 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6259 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
|
6260 |
27255 | 6261 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6262 | |
6263 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
6264 of a real newline. | |
6265 | |
27253 | 6266 2000-01-09 Stephen Eglen <stephen@gnu.org> |
6267 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6268 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 6269 for .png files. |
6270 | |
27251 | 6271 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
6272 | |
6273 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
6274 | |
27247 | 6275 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6276 | |
27249 | 6277 * progmodes/cperl-mode.el: Replace ^F with ^L. |
6278 | |
27247 | 6279 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6280 before `require'ing rmail and mailalias to prevent infinite |
27247 | 6281 recursion. |
6282 | |
27244 | 6283 2000-01-08 Dave Love <fx@gnu.org> |
6284 | |
27265 | 6285 * emacs-lisp/backquote.el: Remove inappropriate customization |
6286 (allowing custom.el to use backquote). | |
27244 | 6287 |
27241 | 6288 2000-01-07 Dave Love <fx@gnu.org> |
6289 | |
6290 * add-log.el (add-log-debugging): Deleted. | |
6291 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
6292 file. Remove debugging code. | |
6293 (change-log-get-method-definition, change-log-name): Add doc. | |
6294 (change-log-sortable-date-at): New function. | |
6295 (change-log-merge): New command. | |
6296 | |
6297 * time.el (display-time-string-forms): Make the Mail string active. | |
6298 (display-time-update): Provide help-echo for load average. | |
6299 | |
6300 * bindings.el (make-mode-line-mouse2-map): New function. | |
6301 (mode-line-modified): Use it and simplify. | |
6302 (mode-line-mule-info): Provide help-echo info. | |
6303 (minor-mode-alist): Activate the strings. | |
6304 (make-mode-line-mouse-sensitive): Simplify for | |
6305 mode-line-buffer-identification. | |
6306 | |
27233 | 6307 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
6308 | |
6309 * play/pong.el: New file. | |
6310 | |
27241 | 6311 2000-01-06 Dave Love <fx@gnu.org> |
6312 | |
6313 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
6314 `array-' prefix for symbols. | |
6315 | |
6316 2000-01-05 Dave Love <fx@gnu.org> | |
6317 | |
6318 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
6319 outline-headers-as-kill. | |
6320 (outline-mode): Define imenu-generic-expression. | |
6321 (outline-headers-as-kill): New command. | |
6322 | |
6323 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
6324 from paragraph-start. | |
6325 (paragraph-indent-minor-mode): New command. | |
6326 | |
6327 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
6328 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6329 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6330 (fortran-column-ruler): Simplify. | |
6331 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6332 (fortran-with-subprogram-narrowing): Likewise. | |
6333 (fortran-indent-subprogram): Call mark-defun. | |
6334 (fortran-check-for-matching-do): Change narrowing. | |
6335 | |
6336 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6337 (cl-lucid-hash-tag): Delete. | |
6338 (cl-hash-table-p): Correct test for native table. | |
6339 (cl-hash-table-count): Use hash-table-count. | |
6340 | |
6341 * browse-url.el (browse-url): Fix case of | |
6342 browse-url-browser-function being an alist. | |
6343 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6344 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6345 |
27233 | 6346 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6347 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6348 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6349 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6350 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6351 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6352 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6353 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6354 |
27191 | 6355 2000-01-05 Dave Love <fx@gnu.org> |
6356 | |
27241 | 6357 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6358 (beginning-of-defun-raw): Use it. |
6359 (end-of-defun): New variable. | |
6360 (end-of-defun): Use it. | |
6361 (check-parens): New command. | |
6362 | |
27182 | 6363 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6364 | |
27233 | 6365 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6366 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6367 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6368 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6369 |
27176 | 6370 2000-01-05 Andreas Schwab <schwab@suse.de> |
6371 | |
6372 * hscroll.el (hscroll): Doc fix. | |
6373 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6374 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6375 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6376 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6377 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6378 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6379 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6380 file idlw-rinfo.el. |
27182 | 6381 (idlwave-customize): load must read file idlw-shell.el. |
6382 (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
|
6383 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6384 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6385 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6386 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6387 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6388 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6389 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6390 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6391 both reftex-dcr and reftex-vcr. |
27182 | 6392 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6393 * 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
|
6394 |
27164 | 6395 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6396 |
6397 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6398 (ps-print-version): New version number (5.0.3). | |
6399 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6400 local. | |
6401 (ps-spool-config): Initialization fix. | |
27233 | 6402 (ps-print-prologue-1, ps-print-prologue-2) |
6403 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6404 (ps-background-image): Little code reformating. |
6405 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6406 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6407 (ps-prologue-file): New fun. |
6408 | |
27159 | 6409 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6410 | |
27233 | 6411 * ps-vars.el: Eliminated. |
27159 | 6412 |
6413 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6414 `;;;###autoload'. | |
6415 | |
6416 * ps-print.el: ps-vars eliminated, doc fix. | |
6417 (ps-print-version): New version number (5.0.2). | |
6418 (ps-spool-config): Initialization fix. | |
6419 (ps-print-customize): New fun. | |
6420 | |
27155 | 6421 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6422 | |
6423 * autorevert.el (auto-revert-mode): Return value of | |
6424 auto-revert-mode. | |
6425 | |
27152 | 6426 2000-01-04 Dave Love <fx@gnu.org> |
6427 | |
27198 | 6428 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6429 menu items. | |
27152 | 6430 |
27124 | 6431 2000-01-03 Dave Love <fx@gnu.org> |
6432 | |
27191 | 6433 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6434 |
27241 | 6435 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6436 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6437 `cl-hash-table-p', not `hash-table-p'. | |
6438 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6439 | |
27119 | 6440 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6441 | |
6442 * faces.el (face-read-integer, read-face-attribute) | |
6443 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6444 strings. | |
6445 | |
27112 | 6446 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6447 | |
6448 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6449 at comment end, and re-insert them after filling. | |
6450 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6451 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
|
6452 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6453 * 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
|
6454 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6455 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
|
6456 |
27102 | 6457 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6458 | |
6459 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6460 the new name of face-color-supported-p. | |
6461 | |
6462 * term/w32-win.el (xw-defined-colors): Likewise. | |
6463 | |
27097 | 6464 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6465 | |
6466 * simple.el (completion-setup-function): Count completion-size | |
6467 from minibuffer-prompt-end, not from point-min. | |
6468 | |
27091 | 6469 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6470 | |
6471 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6472 Pass the frame to tty-color-* functions. | |
6473 (display-color-p, frame-set-background-mode): Pass the frame to | |
6474 tty-display-color-p. | |
6475 | |
6476 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6477 tty-color-alist. | |
6478 (tty-color-alist, tty-modify-color-alist): New functions. | |
6479 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6480 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6481 an optional parameter FRAME. | |
6482 | |
27074 | 6483 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6484 | |
27082 | 6485 * image.el (create-image, defimage): Don't assume image data is a |
6486 string. | |
6487 | |
27074 | 6488 * image.el (defimage): Handle specifications containing :data |
6489 instead of :file. | |
6490 (image-type-from-data): New function. | |
6491 (image-type-from-file-header): Use it. | |
6492 (create-image): Add parameter DATA-P. | |
27182 | 6493 |
30729 | 6494 See ChangeLog.8 for earlier changes. |