Mercurial > emacs
annotate lisp/ChangeLog @ 30903:59377e17d327
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 17 Aug 2000 06:25:11 +0000 |
parents | 7a113c33bf9f |
children | cab5c3c01776 |
rev | line source |
---|---|
30903 | 1 2000-08-17 Miles Bader <miles@gnu.org> |
2 | |
3 * progmodes/octave-inf.el: Add compatibility definition of | |
4 comint-line-beginning-position. | |
5 | |
30898 | 6 2000-08-17 Kenichi Handa <handa@etl.go.jp> |
7 | |
8 * startup.el (normal-top-level): Look in each dir in load-path for | |
9 a leim-list.el file too. This assures of loading leim-list.el | |
10 that is created at Emacs installation time even if a user have his | |
11 own leim-list.el. | |
12 | |
30897 | 13 2000-08-17 Miles Bader <miles@gnu.org> |
14 | |
15 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the | |
16 foreground color to black if the background is dark. | |
17 | |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
18 2000-08-16 Stefan Monnier <monnier@cs.yale.edu> |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
19 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
20 * loadhist.el (unload-feature): Typo. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
21 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
22 * finder.el (finder-compile-keywords): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
23 * cus-dep.el (custom-make-dependencies): Add local-variable settings |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
24 to the generated file. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
25 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
26 * mail/mh-e.el (mh-make-local-vars): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
27 Replace make-variable-buffer-local with make-local-variable. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
28 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
29 * options.el (Edit-options-{set,toggle,t,nil}): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
30 * mail/mailabbrev.el (mail-abbrevs-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
31 * textmodes/tex-mode.el (tex-expand-files): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
32 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
33 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
34 * 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
|
35 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
36 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
37 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
38 Allow going past the last element. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
39 * 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
|
40 (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
|
41 (cvs-mouse-toggle-mark): Don't move point. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
42 (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
|
43 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
44 * progmodes/compile.el (grep): Provide a default set of files. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
45 (next-error): Docstring fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
46 (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
|
47 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
48 * emacs-lisp/easy-mmode.el (define-minor-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
49 Use `symbol-value' to keep the byte-compiler quiet. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
50 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
51 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
52 (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
|
53 (diff-goto-source): Use it. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
54 (diff-next-complex-hunk, diff-filter-lines): New function. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
55 (diff-apply-hunk): New command. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
56 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
57 * smerge-mode.el (smerge-mode-menu): Doc fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
58 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
59 * 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
|
60 |
30870 | 61 2000-08-16 Dave Love <fx@gnu.org> |
62 | |
30894 | 63 * windmove.el (windmove) <defgroup>: Add :version. |
64 | |
65 * net/goto-addr.el: Don't require browse-url. Require thingatpt. | |
66 (goto-address-fontify-p, goto-address-highlight-p) | |
67 (goto-address-url-face, goto-address-url-mouse-face) | |
68 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix. | |
69 (goto-address-url-regexp): Use thing-at-point-url-regexp. | |
70 (goto-address-fontify, goto-address-at-mouse): Simplify, | |
71 (goto-address-at-point): browse-url-url-at-point, | |
72 goto-address-find-address-at-point can return nil. | |
73 (goto-address-find-address-at-point): Return nil on failure. | |
74 | |
75 * align.el (align) <defgroup>: Add :version. | |
76 | |
77 * calculator.el (calculator): Add :version. | |
78 (calculator): Use two lines for calculator window if `modeline' | |
79 face is boxed. | |
80 | |
30870 | 81 * play/5x5.el: Doc fixes. |
82 (5x5) <defgroup>: Add :version. | |
83 | |
84 * play/fortune.el (fortune) <defgroup>: Add :version. | |
85 (fortune-append): Fix error message. | |
86 (fortune-from-region): Doc fix. | |
87 | |
88 * play/pong.el (pong): Doc fix. | |
89 | |
90 * play/morse.el: Keywords, commentary, autoloads. | |
91 | |
30854 | 92 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
93 | |
94 * desktop.el (desktop-save): Don't look at symbol-value of a | |
95 member of minor-mode-alist, unless it is boundp. | |
96 | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
97 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
|
98 |
30897 | 99 * 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
|
100 `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
|
101 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
|
102 |
30846 | 103 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
104 | |
105 * international/ccl.el (declare-ccl-program): Docstring modified. | |
106 (ccl-execute-with-args): Likewise. | |
107 | |
30839 | 108 2000-08-16 Miles Bader <miles@gnu.org> |
109 | |
30903 | 110 * progmodes/sql.el: Add compatibility definition of |
30839 | 111 comint-line-beginning-position. |
112 | |
30808 | 113 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
114 | |
30829 | 115 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as |
116 'buffer-menu' property. | |
117 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' | |
118 fails. | |
119 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | |
120 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | |
121 wasn't killed. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
122 |
30825 | 123 * buff-menu.el (list-buffers-noselect): Don't display the |
124 *Buffer List* buffer. | |
125 | |
30822 | 126 * font-lock.el: Require jit-lock to prevent a very late |
127 `Loading jit-lock' message. | |
128 | |
30808 | 129 * 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
|
130 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' |
30808 | 131 mail address. |
132 | |
30804 | 133 2000-08-15 Miles Bader <miles@gnu.org> |
134 | |
135 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
136 (ispell-choices-win-default-height, ispell-help): Use | |
137 `ispell-graphic-p' instead of `xemacsp'. | |
138 | |
30802 | 139 2000-08-15 Dave Love <fx@gnu.org> |
140 | |
30842 | 141 * simple.el: Autoload widget-convert when compiling. |
142 (mail-user-agent): Doc fix. | |
143 | |
144 * help.el (function-called-at-point, variable-at-point): Use | |
145 with-syntax-table. | |
146 (help-manyarg-func-alist): Add insert-and-inherit. | |
147 | |
148 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'. | |
149 | |
150 * delsel.el (delsel-unload-hook): New function. | |
151 | |
152 * find-file.el: Doc fixes. Move provide to end. | |
153 (ff) <defgroup>: Add :link. | |
154 (ff-goto-click): Deleted. | |
155 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): | |
156 Use mouse-set-point. | |
157 | |
158 * textmodes/tildify.el: Doc fixes. | |
159 (tildify) <defgroup>: Add:version. | |
160 | |
161 * progmodes/glasses.el (glasses) <defgroup>: Add :version. | |
162 (glasses-custom-set): Use set-default, not set. | |
163 (minor-mode-alist): Propertize the lighter. | |
164 (glasses-mode): Provide optional arg. | |
165 | |
30813 | 166 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
167 (global-cwarn-mode): Don't make it a user option. Unquote lambda. | |
168 (cwarn-font-lock-feature-keywords-alist): Don't make it a user | |
169 option. Provide :type. | |
170 (cwarn-configuration): Provide :type. | |
171 (cwarn-mode): Doc fix. | |
172 | |
173 * add-log.el (change-log-merge): Doc fix. | |
174 (change-log-redate): New command. | |
175 | |
30802 | 176 * net/browse-url.el (browse-url-filename-alist): Add a clause for |
177 Doze and Dog. | |
178 (browse-url): Use dolist, not mapcar. | |
179 (browse-url-at-point): Check for null url. | |
180 (browse-url-event-buffer, browse-url-event-point): Functions | |
181 deleted. | |
182 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
183 | |
184 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
185 modes. | |
186 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
187 Fix previous change to mapcan. | |
188 (msb--init-file-alist, msb--add-separators) | |
189 (msb--make-keymap-menu): Simplify. | |
190 (msb--choose-file-menu): Use copy-sequence. | |
191 (msb-mode-map): Add title to keymap. | |
192 (msb-unload-hook): New function. | |
193 | |
194 * bs.el: Fix indentation. | |
195 (bs) <defgroup>: Add :links. | |
30894 | 196 (bs-show): Doc fix. |
197 (bs-apply-sort-faces): Don't use window-system. | |
198 (bs-mode-font-lock-keywords): Avoid testing for XEmacs. | |
30802 | 199 |
30796 | 200 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
201 | |
202 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
203 convert-standard-filename. | |
204 | |
30788 | 205 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
206 | |
30790 | 207 * emacs-lisp/authors.el: New file. |
208 | |
30788 | 209 * paren.el (show-paren-priority): New user option. |
210 (show-paren-function): Set overlay priorities to | |
211 show-paren-priority. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
212 |
30783 | 213 2000-08-14 Miles Bader <miles@gnu.org> |
214 | |
215 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
216 beginning-of-line with inhibit-field-text-motion bound. | |
217 | |
30781 | 218 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
219 | |
220 * calendar/timeclock.el: New file. | |
221 | |
222 2000-08-14 David Ponce <david@dponce.com> | |
223 | |
224 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
225 `widget-button-click'. so that one can use left mouse button to | |
226 click on dialog buttons. | |
227 | |
228 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
229 | |
230 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
231 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
|
232 |
30767 | 233 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
|
234 |
30769 | 235 * comint.el (comint-output-filter): Don't bother frobbing |
236 window-start, it doesn't seem to be necessary. | |
30767 | 237 |
238 * comint.el (comint-send-string, comint-send-region): Make into | |
239 real functions. Snapshot the prompt before sending. | |
240 | |
30764 | 241 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
242 | |
243 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
244 technique similar to Info-index, instead of relying on specific | |
245 names of relevant Index nodes. | |
246 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
247 going to the first node found by Info-find-emacs-command-nodes. | |
248 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
249 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 250 |
251 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
252 | |
30741 | 253 2000-08-10 Miles Bader <miles@gnu.org> |
254 | |
255 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
256 | |
30739 | 257 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
258 | |
259 * info.el (Info-file-list-for-emacs): More elements for the | |
260 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
261 and woman manuals. | |
262 | |
30737 | 263 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
264 | |
265 * comint.el (comint-send-input): Make the newline boundary overlay | |
266 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
267 (comint-output-filter): Use `insert' instead of | |
268 `insert-before-markers'. Extend comint-last-output-overlay when | |
269 necessary since we can't rely on insert-before-markers to do it. | |
270 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
271 save-excursion when inserting the output, so that point gets | |
272 updated correctly; the old method relied on a rather dodgy | |
273 side-effect of comint-output-filter to avoid the effect of | |
274 save-excursion. | |
275 | |
30734 | 276 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
277 | |
278 * files.el (recover-file): Call insert-directory instead of | |
279 invoking `ls' directly. | |
280 | |
30732 | 281 2000-08-10 Miles Bader <miles@gnu.org> |
282 | |
283 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
284 (comint-last-prompt-overlay): New variables. | |
285 (comint-output-filter): Implement prompt highlighting. | |
286 (comint-snapshot-last-prompt): New function. | |
287 (comint-send-input): Snapshot the last prompt. | |
288 Use comint-highlight-input-face. | |
289 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
290 Use defface instead of defcustom. | |
291 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
292 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
293 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
294 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
295 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
296 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
297 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
298 (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
|
299 (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
|
300 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
|
301 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
302 * 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
|
303 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
304 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
305 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
306 |
30715 | 307 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
308 | |
309 * files.el (insert-directory): Don't call access-file on | |
310 directories on DOS and Windows. | |
311 | |
30704 | 312 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
313 | |
314 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
315 longer if necessary. | |
316 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
317 ccl-program-vector. | |
318 | |
30701 | 319 2000-08-09 Miles Bader <miles@gnu.org> |
320 | |
321 * comint.el (comint-output-filter): Properly handle the case where | |
322 the text surrounded by comint-last-output-overlay was deleted. | |
323 | |
30671 | 324 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
325 | |
30693 | 326 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
327 non-nil. | |
328 (Info-file-list-for-emacs): Remove "info" from the list because | |
329 that leads to trying to use the documentation from file `info' | |
330 in various situations where it isn't appropriate, for instance | |
331 C-h C-k C-h i. | |
332 | |
333 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
334 DIR and/or STRING are nil. | |
335 | |
336 * progmodes/compile.el (compilation-setup): Make variable | |
337 compilation-error-screen-columns buffer-local, as some comment | |
338 in the code suggests it should be. | |
339 | |
340 * files.el (auto-mode-interpreter-regexp): New variable. | |
341 (set-auto-mode): Use it. | |
342 | |
343 * indent.el (indent-for-tab-command): Doc fix. | |
344 | |
345 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
346 | |
30671 | 347 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
348 labels. | |
349 | |
350 * help.el (print-help-return-message): When | |
351 display-buffer-reuse-frames is set, let the help window been quit, | |
352 instead of deleting it, which might delete a reused frame. | |
353 | |
30664 | 354 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
355 | |
356 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
357 rename a directory to a name that differs only by its letter case. | |
358 | |
30655 | 359 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
360 | |
361 * international/quail.el (quail-define-rules): Handle Quail decode | |
362 map correctly. Add code for supporting annotations. | |
363 (quail-install-decode-map): New function. | |
364 (quail-defrule-internal): New optional arguments decode-map and | |
365 props. | |
366 (quail-advice): New function. | |
367 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
368 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
|
369 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
370 * 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
|
371 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
372 * 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
|
373 |
30649 | 374 2000-08-03 Miles Bader <miles@gnu.org> |
375 | |
376 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
377 New variable. | |
378 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
379 comint-use-prompt-regexp-instead-of-fields. | |
380 (comint-send-input): Add `input' field property to stuff we send to | |
381 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
382 (comint-output-filter): Add `output' field property to process | |
383 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
384 (comint-replace-by-expanded-history) | |
385 (comint-get-old-input-default, comint-show-output) | |
386 (comint-backward-matching-input, comint-forward-matching-input) | |
387 (comint-next-prompt, comint-previous-prompt): Use field | |
388 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
389 (comint-line-beginning-position): New function. | |
390 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
391 (comint-replace-by-expanded-history-before-point): Use | |
392 comint-line-beginning-position and line-end-position. | |
393 (comint-last-output-overlay): New variable. | |
394 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
395 | |
396 * shell.el (shell-prompt-pattern): Doc change. | |
397 (shell-backward-command): Use line-beginning-position. | |
398 | |
399 * gud.el (gud-gdb-complete-command): Use | |
400 comint-line-beginning-position. | |
401 | |
402 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
403 comint-bol doesn't actually go to the beginning of the line. | |
404 | |
405 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
406 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
407 (try-expand-line-all-buffers): Likewise. | |
408 | |
409 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
410 explicitly matching comint-prompt-regexp. | |
411 (sql-copy-column): Use comint-line-beginning-position instead of | |
412 explicitly matching comint-prompt-regexp. | |
413 | |
414 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
415 comint-line-beginning-position. | |
416 | |
417 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
418 | |
419 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
420 looking for a prompt, use `forward-line 0' instead of | |
421 `beginning-of-line', to avoid getting caught by an input field. | |
422 | |
30633 | 423 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
424 | |
425 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
426 PATTERN, in the Unix case. | |
427 | |
30629 | 428 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
429 | |
430 * play/zone.el (zone): Discard any pending input before running | |
431 the randomly-chosen pgm. | |
432 | |
30623 | 433 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
434 | |
435 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
436 checking the existence of any multibyte characters. | |
437 | |
30619 | 438 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
439 | |
30622 | 440 * help.el (describe-mode): Test minor-mode symbol for being |
441 bound before testing its value for being nil. | |
442 | |
30619 | 443 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
444 `first', `second', and `third'. | |
445 | |
446 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
447 (second): Make it an alias for `cadr'. | |
448 | |
30616 | 449 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
450 | |
451 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
452 types of display support faces now. | |
453 | |
30614 | 454 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
455 | |
456 * pcvs.el (require): Require `cl' during compilation, only. | |
457 | |
458 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
459 (toplevel): Remove `remq' and `remove' from autoloads. | |
460 (cl-fake-autoloads): New variable. If set, arrange for an error | |
461 when CL functions etc. are autoloaded. | |
462 | |
30585 | 463 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
464 | |
30593 | 465 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
466 | |
30591 | 467 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
468 popped up, but the user clicks outside the menu, return an empty | |
469 regexp (that causes unhighlight-regexp to have no effect). | |
470 | |
30589 | 471 * menu-bar.el (menu-bar-games-menu): Add Zone. |
472 | |
30585 | 473 * hi-lock.el (toplevel): Require font-lock. |
474 | |
30576 | 475 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
476 | |
477 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
478 (ebnf-8-bit-chars): New var for bug fix. | |
479 (ebnf-string): Bug fix. | |
480 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
481 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
|
482 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
483 * 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
|
484 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
485 (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
|
486 `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
|
487 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
488 |
30567 | 489 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
490 | |
491 * international/mule-cmds.el (select-safe-coding-system): Make | |
492 the message text about selecting a safe coding system more clear. | |
493 | |
30564 | 494 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
495 | |
30565 | 496 * hi-lock.el: New file. |
497 | |
498 * play/zone.el: New file. | |
499 | |
30564 | 500 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
501 value of tab-width in the original buffer. Choose a line number | |
502 format that's a multiple of the original buffer's tab width, so | |
503 that lines appear right. | |
504 | |
505 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
506 Spell-check active region if in transient-mark-mode and mark | |
507 is active; otherwise spell-check buffer. | |
508 | |
509 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
510 | |
511 * ps-mule.el: Fix a customization problem on | |
512 ps-mule-font-info-database-default. | |
513 | |
30555 | 514 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
515 | |
516 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
517 display-mouse-p instead of window-system. | |
518 (ebrowse-member-mode-map): Ditto. | |
519 | |
30553 | 520 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
521 | |
522 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
523 fix. | |
524 (ebnf-version): New version number (3.2). | |
525 (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
|
526 |
30547 | 527 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
528 | |
30549 | 529 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
530 font lock support on window-system. | |
531 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
532 | |
30547 | 533 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
534 display-color-p, if fboundp, instead of window-system. | |
535 | |
30545 | 536 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
537 | |
538 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
539 instead of window-system. | |
540 | |
541 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
542 window-system. | |
543 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
544 instead of window-system. | |
545 | |
546 * strokes.el (strokes-file): Run the file name through | |
547 convert-standard-filename. | |
548 (strokes-mode): Call display-mouse-p instead of looking at | |
549 window-system. Change the error message accordingly. | |
550 | |
551 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
552 | |
553 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
554 (lm-plot-square, lm-init-display): Don't use window-system. | |
555 | |
556 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
557 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
558 | |
559 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
560 instead of looking at window-system. | |
561 | |
30528 | 562 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
563 | |
564 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
565 of testing if iswitchb-prepost-hooks is bound, because the | |
566 latter will always be true when invoking a recursive minibuffer | |
567 from an active Iswitchb buffer. | |
568 | |
30526 | 569 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
570 | |
571 * files.el (shell-quote-wildcard-pattern): New function. | |
572 (insert-directory): Call it. Only prepend "\" to command on Unix | |
573 and GNU/Linux systems. | |
574 | |
30524 | 575 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
576 | |
577 * eshell/esh-groups.el: Change custom :link file names | |
578 from `eshell.info' to `eshell'. | |
579 | |
580 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
581 | |
582 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
583 correctly in recursive ange-ftp listings. | |
584 | |
585 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
586 | |
587 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
588 ps-header-font-size-internal and | |
589 ps-header-title-font-size-internal variables are not set, | |
590 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
591 face text property is (foreground-color . COLOR) or | |
592 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
593 (ps-print-version): New version number (5.2.4). | |
594 (ps-plot-region): Code fix. | |
595 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
596 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
597 Bug fix 2. | |
598 | |
599 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
600 | |
601 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
602 identifiers like `myXMLDocument'. | |
603 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
604 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
|
605 |
30524 | 606 * mail/mail-hist.el (mail-hist-previous-input) |
607 (mail-hist-next-input): Do the obvious code factorization. | |
608 (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
|
609 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
|
610 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
|
611 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
612 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
|
613 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
614 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 615 Use `<=', not `<' to compare times! |
616 (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
|
617 |
30502 | 618 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
619 | |
30516 | 620 * play/cookie1.el: Add explanation of how to make cookie.el |
621 compatible with strfile(1) to comment. | |
622 | |
623 * subr.el (remove, remq): New functions. | |
624 | |
30511 | 625 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
626 escape `*' in regexps. | |
627 (midnight-find): Reverse order of arguments in the funcall of | |
628 TEST. | |
629 | |
630 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
631 and `.class'. | |
632 | |
30502 | 633 * play/meese.el: Add Commentary section. |
634 | |
30516 | 635 2000-07-27 Alex Schroeder <alex@gnu.org> |
636 | |
637 * sql.el (sql-ms): Added autoload cookie. | |
638 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
639 (sql-oracle): Ditto. | |
640 (sql-help): Doc change. | |
641 | |
642 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
643 types and exceptions. | |
644 | |
645 2000-07-27 Alex Schroeder <alex@gnu.org> | |
646 | |
647 * sql.el (sql-placeholder-history): New variable. | |
648 (sql-query-placeholders-and-send): New function that will query | |
649 the user and replace placeholders with user input. | |
650 (sql-oracle): If running on NT, set comint-input-sender to | |
651 sql-query-placeholders-and-send. | |
652 | |
653 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
654 present it as a message. | |
655 | |
656 2000-07-27 Alex Schroeder <alex@gnu.org> | |
657 | |
658 * sql.el (sql-input-ring-separator): Doc change. | |
659 (sql-input-ring-file-name): Doc change. | |
660 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
661 `sql-input-ring-file-name' to set the comint-mode equivalents | |
662 without making them local variables. | |
663 (sql-stop): Don't bind `sql-input-ring-separator' and | |
664 `sql-input-ring-file-name' dynamically to their comint-mode | |
665 equivalents. | |
666 | |
30490 | 667 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
668 | |
669 * international/mule.el (register-char-codings): New function. | |
670 (make-coding-system): Handle `safe-chars' specification in the arg | |
671 PROPERTY. | |
672 | |
673 * international/mule-cmds.el | |
674 (find-coding-systems-region-subset-p): This function deleted. | |
675 (sort-coding-systems-predicate): New variable. | |
676 (sort-coding-systems): New function. | |
677 (find-coding-systems-region): Use | |
678 find-coding-systems-region-internal. | |
679 (find-coding-systems-string): Use find-coding-systems-region. | |
680 (find-coding-systems-for-charsets): Check | |
681 char-coding-system-table. | |
682 (select-safe-coding-system-accept-default-p): New variable. | |
683 (select-safe-coding-system): Mostly rewritten. New argument | |
684 ACCEPT-DEFAULT-P. | |
685 (select-message-coding-system): Call select-safe-coding-system | |
686 with ACCEPT-DEFAULT-P arg. | |
687 (reset-language-environment): Reset default-sendmail-coding-system | |
688 to the default value iso-latin-1. | |
689 (set-language-environment): Don't set the obsolete variable | |
690 charset-origin-alist. | |
691 | |
692 * international/codepage.el (cp-coding-system-for-codepage-1): | |
693 Give `safe-chars' property to make-coding-system. | |
694 | |
695 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
696 calling select-message-coding-system twice. | |
697 | |
698 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
699 instead of `safe-charsets'. | |
700 (cyrillic-alternativnyj): Likewise. | |
701 (ccl-encode-alternativnyj): Don't check the charset | |
702 cyrillic-iso8859-5. | |
703 | |
30484 | 704 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
705 | |
706 * composite.el (compose-chars-after): Preserve match data. | |
707 | |
30481 | 708 2000-07-26 Sam Steingold <sds@gnu.org> |
709 | |
710 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
711 (ange-ftp-real-file-newer-than-file-p): New function. | |
712 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
713 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
714 | |
715 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
716 * midnight.el (midnight-float-time): Ditto. | |
717 | |
30479 | 718 2000-07-26 Andreas Schwab <schwab@suse.de> |
719 | |
720 * files.el (normal-backup-enable-predicate): Correct | |
721 interpretation of the return value of compare-strings. | |
722 | |
30471 | 723 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
724 | |
30477 | 725 * isearch.el (isearch-resume): New function. |
726 (isearch-done): Add something to command-history to resume | |
727 the search. | |
728 (isearch-yank-line, isearch-yank-word): Use | |
729 buffer-substring-no-properties instead of buffer-substring. | |
730 | |
30471 | 731 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
732 of flyspell-mouse-map. | |
733 | |
734 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
735 duplicate definition. | |
736 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
737 | |
738 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
739 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
740 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
741 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
|
742 |
30459 | 743 * net/ange-ftp.el: Get modtime over the net. |
744 (ange-ftp-file-modtime): New function. | |
30473 | 745 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
746 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 747 Use it. |
748 (ange-ftp-dot-to-slash): New function. | |
749 (ange-ftp-fix-name-for-vms): Use it. | |
750 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
751 * 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
|
752 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
753 |
30457 | 754 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
755 | |
756 * find-dired.el: Update copyright notice. | |
757 (find-dired): Offer to kill a running `find'. | |
758 | |
759 * enriched.el (enriched-face-ans): For a `foreground-color' | |
760 property, return '(("x-color" COLOR))' so that COLOR will be | |
761 output as a parameter of the x-color annotation. Likewise for the | |
762 `background-color' property. In the case of normal face | |
763 properties, don't return annotations for unspecified foreground | |
764 and background face attributes. | |
765 | |
30450 | 766 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
767 | |
768 * language/japan-util.el (japanese-katakana-region): Fix handling | |
769 HANKAKU argument. | |
770 | |
30438 | 771 2000-07-25 Miles Bader <miles@gnu.org> |
772 | |
773 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
774 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
775 constrain-to-field. | |
776 | |
30437 | 777 2000-07-24 Andrew Innes <andrewi@gnu.org> |
778 | |
779 * timer.el (timer-activate-when-idle): Add optional parameter | |
780 DONT-WAIT. Update docstring. | |
781 (run-with-idle-timer): Specify extra parameter to | |
782 timer-activate-when-idle, so that timer will be activated | |
783 immediately if Emacs is already idle. | |
784 | |
785 * w32-fns.el (w32-using-nt): Fix docstring. | |
786 | |
30434 | 787 2000-07-24 Dave Love <fx@gnu.org> |
788 | |
789 * mouse.el (popup-menu): Set last-command-event. | |
790 (mouse-major-mode-menu-prefix): Declare. | |
791 | |
30433 | 792 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
793 | |
794 * textmodes/flyspell.el: Update to author's version 1.5d. | |
795 | |
796 * progmodes/hideshow.el: Update copyright notice. | |
797 | |
798 * vcursor.el: Set maintainer to FSF, since author cannot | |
799 be reached. | |
800 | |
30422 | 801 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
802 | |
30424 | 803 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
804 the prompt. | |
805 | |
30422 | 806 * mouse.el (popup-menu): Run the keymap through indirect-function, |
807 in case it was defined with define-prefix-key. If the menu is a | |
808 list of keymaps, look up the binding of user's choice in each one | |
809 of the keymaps. | |
810 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
811 don't have a prompt string, create one and insert it into the | |
812 keymap. Don't barf if current-local-map returns nil. | |
813 | |
30415 | 814 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
815 | |
816 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
817 to be undone. | |
818 (dired-sort-other): Use it. | |
819 | |
30412 | 820 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
821 | |
30415 | 822 * Release of cc-mode 5.27 |
30412 | 823 |
824 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
825 | |
826 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
827 c-beginning-of-statement-1 that caused a bad case of recursion | |
828 which could consume a lot of CPU in large classes in languages | |
829 that have in-expression classes (i.e. Java and Pike). | |
830 | |
831 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
832 statements before top level constructs (i.e. case 6 is moved | |
833 before case 5 and is now case 4) to catch in-expression | |
834 classes in top level expressions correctly. | |
835 | |
836 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
837 | |
838 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
839 objc-method-intro. Case 4 removed and case 5I added. | |
840 | |
841 * cc-langs.el (c-append-paragraph-start): New variable used by | |
842 c-common-init to get paragraph-start correct. | |
843 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
844 initialize paragraph-start to make it correct both with and | |
845 without the javadoc special case. | |
846 | |
847 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
848 initialize paragraph-start for javadoc markup. | |
849 | |
850 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
851 change by defaulting this to t. It's motivated by the | |
852 confusing behavior that otherwise arise from the style system | |
853 when editing both java and non-java files at the same time | |
854 (see the comments about style setting in c-common-init). | |
855 | |
856 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
857 | |
858 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
859 similar to the one in c-fill-paragraph to check the fill | |
860 prefix from the adaptive fill function for sanity. | |
861 | |
862 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
863 | |
864 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
865 defun block. | |
866 | |
867 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
868 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
869 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 870 |
871 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
872 | |
873 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
874 leading comma nicely. Extended to handle member initializers | |
875 too. | |
876 | |
30415 | 877 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 878 c-guess-basic-syntax): Fixed recognition of inheritance lists |
879 when the lines begins with a comma. | |
880 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
881 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 882 |
883 * cc-vars.el (c-offsets-alist): Changed default for | |
884 member-init-cont to c-lineup-multi-inher since it now handles | |
885 member initializers and indents better for leading commas. | |
886 | |
887 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
888 | |
889 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
890 handling that caused class open lines to be recognized as | |
891 statement-conts in some cases. | |
892 | |
893 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
894 guessed by the adaptive fill function unless point is on the | |
895 first line of a block comment. | |
896 | |
897 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
898 when the buffer ends with a macro continuation char. | |
899 | |
900 * cc-engine.el (c-guess-basic-syntax): Added support for | |
901 function definitions as statements in Pike. The first | |
902 statement in a lambda block is now labeled defun-block-intro | |
903 instead of statement-block-intro. | |
904 | |
905 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
906 so that the class surrounding point is selected, not the one | |
907 innermost in the state. | |
908 | |
909 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
910 recognition of switch labels having hanging multiline | |
911 statements. | |
912 | |
913 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
914 some code in c-guess-basic-syntax to a separate function. | |
915 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
916 recognition of member inits with multiple line arglists. | |
917 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
918 member-init-cont when the commas are in funny places. | |
919 | |
920 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
921 | |
922 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
923 not used anymore. | |
924 | |
925 * cc-engine.el (c-looking-at-bos): New helper function. | |
926 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
927 inexpr and toplevel classes apart in Pike. | |
928 | |
929 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
930 of case 9A. | |
931 | |
932 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
933 constant, since "class" can introduce an in-expression class | |
934 in Pike nowadays. | |
935 | |
936 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
937 | |
938 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
939 indentation on cpp-macro lines. | |
940 | |
941 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
942 a syntax modifier like comment-intro, to make it possible to | |
943 get syntactic indentation for preprocessor directives. It's | |
944 incompatible wrt to lineup functions on cpp-macro, but it has | |
945 no observable effect in the 99.9% common case where cpp-macro | |
946 is set to -1000. | |
947 | |
948 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
949 | |
950 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
951 member-init-cont when the preceding arglist is several lines. | |
952 | |
953 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
954 | |
955 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
956 style corrected to 8. | |
957 | |
958 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
959 | |
960 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
961 brace list openers in the gnu style. | |
962 | |
963 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
964 | |
965 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
966 | |
967 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
968 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
969 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
970 when c-syntactic-indentation is nil. | |
971 | |
972 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
973 we were left at comments preceding the first statement when | |
974 reaching the beginning of the buffer. | |
975 | |
976 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
977 off all syntactic indentation. | |
978 | |
979 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
980 | |
981 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
982 between the text and the block comment ender when it hangs, | |
983 depending on how many there are before the fill. | |
984 | |
985 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
986 | |
987 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
988 function to go back to the closest preceding statement start, | |
989 which could be inside a conditional statement. | |
990 * cc-engine.el (c-guess-basic-syntax): Use | |
991 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
992 | |
993 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
994 arglist-intro, arglist-cont-nonempty and arglist-close when | |
995 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
996 changed. | |
997 | |
998 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
999 up-to-date with javadoc 1.2. | |
1000 | |
1001 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1002 | |
1003 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
1004 multiline Pike type decls. | |
1005 | |
1006 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1007 | |
1008 * cc-cmds.el (c-indent-new-comment-line): Always break | |
1009 multiline comments in multiline mode, regardless of | |
1010 comment-multi-line. | |
1011 | |
1012 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1013 | |
1014 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
1015 fully::qualified::names in C++ member init lists. Preamble in | |
1016 case 5D changed. | |
1017 | |
1018 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1019 | |
1020 * cc-langs.el (c-common-init): Handling of obsolete variables | |
1021 moved to c-initialize-cc-mode. More compatible style override | |
1022 when using global style variables. | |
1023 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
1024 variables moved here. | |
1025 | |
30415 | 1026 * cc-mode.texi: Documented the special behavior of |
30412 | 1027 c-special-indent-hook as a style variable. Don't talk about |
1028 doing (c-make-styles-buffer-local t) in a mode hook, since | |
1029 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
|
1030 |
30412 | 1031 * cc-styles.el (c-make-styles-buffer-local): Flag style |
1032 variable localness in c-style-variables-are-local-p to make | |
1033 the compatibility measure in c-common-init work well. | |
1034 | |
1035 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
1036 longer contain set-from-style. | |
1037 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
1038 set-from-style on c-special-indent-hook. | |
1039 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
1040 copy-alist is sufficient now. | |
1041 | |
1042 * cc-styles.el (c-set-style, c-set-style-1, | |
1043 c-get-style-variables): Fixes to variable initialization so | |
1044 that duplicate entries in styles have the same effect | |
1045 regardless of DONT-OVERRIDE. | |
1046 | |
1047 * cc-styles.el (c-set-style-2): Fixed bug where the | |
1048 initialization of inheriting styles failed when the | |
1049 dont-override flag is set. | |
1050 | |
1051 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
1052 on this. | |
1053 | |
1054 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1055 | |
1056 * cc-defs.el (c-forward-comment): Removed the workaround | |
1057 introduced in 5.38 since it had worse side-effects. If a line | |
1058 contains the string "//\"", it regarded the // as a comment | |
1059 start since the \ temporarily doesn't have escape syntax. | |
1060 | |
1061 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
1062 | |
1063 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
1064 ada-xref.el before ada-prj.el, so that the Project menu is created | |
1065 when ada-prj tries to add to it. | |
1066 (ada-activate-keys-for-case): Suppress the characters that are not | |
1067 part of the Ada syntax. Better compatibility with else-mode | |
1068 (ada-adjust-case-interactive): When auto-casing is not active, | |
1069 correctly insert newlines (used to insert only ^M). Prevent the | |
1070 syntax table from being changed in case of an error | |
1071 (or '_' becomes part of a word and some commands are confused). | |
1072 Do nothing if ada-auto-case is nil. | |
1073 (ada-after-keyword-p): Ignore keywords that are also attributes | |
1074 (ada-batch-reformat): Update usage comment | |
1075 (ada-call-from-contextual-menu): New function | |
1076 (ada-case-read-exceptions): Reinitialize the casing exception list | |
1077 first to nil first, so that the casing exception file can be | |
1078 shared. | |
1079 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
1080 files. | |
1081 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
1082 anywhere in the error message | |
1083 (ada-contextual-menu-last-point): New variable | |
1084 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
1085 t on XEmacs, it means that DEL should delete one character | |
1086 forward. | |
1087 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
1088 New submenu "Options". | |
1089 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
1090 statements. | |
1091 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
1092 even if they don't match ada-fill-comment-prefix Fix handling of | |
1093 paragraphs on the first or last line of a file. | |
1094 (ada-format-paramlist): Fix handling of default parameter values. | |
1095 (ada-get-body-name): New function. | |
1096 (ada-get-current-indent): Optimized by searchling directly for an | |
1097 existing generic part or a statement outside of it. Handle | |
1098 ada-indent-align-comments when indenting comments Replaced some | |
1099 regexps by testing directly the next character. This results in a | |
1100 huge speedup on some files. New indentation scheme for renames | |
1101 statements. Stop looking for the 'while' or 'for' associated with | |
1102 a 'loop' at the first semicolon encountered. A "return" can also | |
1103 match an anonymous access subprogram declaration. | |
1104 (ada-get-indent-noindent): Ignore strings and comments when | |
1105 looking for the keywords "record" and "private". | |
1106 (ada-goto-matching-decl-start): When matching "if", make sure we | |
1107 are not in fact seeing "end if". Ignore "when" statements except | |
1108 when initial keyword was "begin". Fix handling of nested | |
1109 procedures. Add a recursive call to this function to skip over | |
1110 other 'end' statmts. Fix indentation for "when .. => begin" | |
1111 (ada-in-open-paren-p): Fix indentation for complex boolean | |
1112 expressions, where 'and then', 'or else' and parenthesis | |
1113 statements are mixed up. | |
1114 (ada-in-paramlist-p): Skip comments while searching for the | |
1115 beginning Fix handling of operator declarations. | |
1116 (ada-indent-align-comments): New variable | |
1117 (ada-indent-current): Change the syntax table only in the | |
1118 protected section, so that we are sure it is restored correctly. | |
1119 (ada-indent-on-previous-lines): Use ada-use-indent and | |
1120 ada-with-indent Correctly indent "select ... then" | |
1121 (ada-indent-region): Slight speedup. | |
1122 (ada-indent-renames): New variable. | |
1123 (ada-last-which-function-subprog, ada-last-which-function-line): | |
1124 New variables | |
1125 (ada-looking-at-semi-private): Correctly indent the 'private' | |
1126 keyword when it is the first word in a package declaration. | |
1127 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
1128 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
1129 even if point is not initially at the end of the word. | |
1130 (ada-matching-decl-start-re): Add "when". | |
1131 (ada-mode): Add support for abbrev-mode, outline-mode and | |
1132 which-func-mode Override the old find-file.el entry in | |
1133 ff-special-constructs since it is using the obsolete | |
1134 ada-spec-suffix variable | |
1135 (ada-no-auto-case): New function | |
1136 (ada-scan-paramlist): When parsing the argument type, accept | |
1137 spaces (as in "X 'Class", generated by Rational Rose). | |
1138 (ada-other-file-name): No longer loads the other file. | |
1139 (ada-popup-menu): Save and restore the current buffer and cursor | |
1140 position before and after displaying the menu. | |
1141 (ada-search-ignore-complex-boolean): New function. | |
1142 (ada-uncomment-region): Emacs21 already knows how to delete | |
1143 comments not starting in the first column. | |
1144 (ada-use-indent): New variable | |
1145 (ada-which-function): New function. | |
1146 (ada-with-indent): New variable | |
1147 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
1148 can be batch-compiled from the command line. | |
1149 | |
1150 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
1151 Add to the menu when the file is loaded, not in ada-mode-hook. | |
1152 Add -toolbar to the default ddd command Switches moved from | |
1153 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
1154 ada-prj-default-comp-opt | |
1155 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
1156 Reference Manual to the menu | |
1157 (ada-check-current): rewritten as a call to ada-compile-current | |
1158 (ada-compile): Removed. | |
1159 (ada-compile-application, ada-compile-current, ada-check-current): | |
1160 Set the compilation-search-path so that compile.el automatically | |
1161 finds the sources in src_dir. Automatic scrollong of the | |
1162 compilation buffer. C-uC-cC-c asks for confirmation before | |
1163 compiling | |
1164 (ada-compile-current): New parameter, prj-field | |
1165 (ada-complete-identifier): Load the .ali file before doing | |
1166 processing | |
1167 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
1168 conform to gnatmake's behavior. | |
1169 (ada-find-file-in-dir): New function | |
1170 (ada-find-references): Set the environment variables for gnatfind | |
1171 (ada-find-src-file-in-dir): New function. | |
1172 (ada-first-non-nil): Removed | |
1173 (ada-gdb-application): Add support for jdb, the java debugger. | |
1174 (ada-get-ada-file-name): Load the original-file first if not done | |
1175 yet. | |
1176 (ada-get-all-references): Handles the new ali syntax (parent types | |
1177 are found between <>). | |
1178 (ada-initialize-runtime-library): New function | |
1179 (ada-mode-hook): Always load a project file when a file is opened, | |
1180 so that the casing exceptions are correctly read. | |
1181 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
1182 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
1183 to open the project file, since the latter does not work with | |
1184 speedbar Get default values before loading the prj file, or the | |
1185 default executable file name is wrong. Use the absolute value of | |
1186 src_dir to initialize ada-search-directories and | |
1187 compilation-search-path,... Add the standard runtime library to | |
1188 the search path for find-file. | |
1189 (ada-prj-default-debugger): Was missing an opening '{' | |
1190 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
1191 variables. | |
1192 (ada-prj-default-gnatmake-opt): New variable | |
1193 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
1194 buffers, the project file is the default one Save the windows | |
1195 configuration before displaying the menu. | |
1196 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
1197 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
1198 ...) regexp-quote identifiers names to support operators +, | |
1199 -,... in regexps. | |
1200 (ada-remote): New function. | |
1201 (ada-run-application): Erase the output buffer before starting the | |
1202 run Support remote execution of the application. Use | |
1203 call-process, or the arguments are incorrectly parsed | |
1204 (ada-set-default-project-file): Reread the content of the active | |
1205 project file, not the one from the current buffer When a project | |
1206 file is set as the default project, all directories are | |
1207 automatically associated with it. | |
1208 (ada-set-environment): New function | |
1209 (ada-treat-cmd-string): New special variable ${current} | |
1210 (ada-treat-cmd-string): Revised. The substitution is now done for | |
1211 any ${...} substring | |
1212 (ada-xref-current): If no body was found, compiles the spec | |
1213 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
1214 compiler to get rid of command line length limitations. | |
1215 (ada-xref-get-project-field): New function | |
1216 (ada-xref-project-files): New variable | |
1217 (ada-xref-runtime-library-specs-path) | |
1218 (ada-xref-runtime-library-ali-path): New variables | |
1219 (ada-xref-set-default-prj-values): Default run command now does a | |
1220 cd to the build directory. New field: main_unit Provide a default | |
1221 file name even if the current buffer has no prj file. | |
1222 | |
1223 * ada-prj.el: | |
1224 Rewritten to show a tabbed-dialog. | |
1225 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
1226 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
1227 New function | |
1228 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
1229 (ada-prj-load-from-file): New function | |
1230 (ada-prj-save): Always save fields that depend on the current buffer | |
1231 (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
|
1232 |
30412 | 1233 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
1234 Ada mode. This will allow us to display the Ada menu in any buffer | |
1235 we want (for project items). | |
1236 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
1237 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
|
1238 |
30395 | 1239 2000-07-24 Dave Love <fx@gnu.org> |
1240 | |
1241 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1242 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1243 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1244 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1245 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1246 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1247 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1248 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1249 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1250 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1251 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1252 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1253 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1254 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1255 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1256 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1257 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1258 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1259 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1260 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1261 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1262 (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
|
1263 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1264 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1265 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1266 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1267 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1268 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1269 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1270 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1271 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1272 |
30386 | 1273 2000-07-23 Dave Love <fx@gnu.org> |
1274 | |
1275 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1276 ^o, ^u. | |
1277 | |
30359 | 1278 2000-07-21 Dave Love <fx@gnu.org> |
1279 | |
30374 | 1280 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1281 now passed to the function. It now works properly. | |
1282 | |
30359 | 1283 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1284 | |
30350 | 1285 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1286 | |
1287 * info-look.el (info-lookup): If *info* is shown in another frame | |
1288 on the same display, select that frame, instead of switching to | |
1289 the Info buffer in another window of the selected frame. | |
1290 | |
1291 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1292 kp-0 to kp-9 and kp-subtract. | |
1293 (digit-argument): Handle these keys. | |
1294 | |
30346 | 1295 2000-07-20 Dave Love <fx@gnu.org> |
1296 | |
1297 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1298 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1299 Put an extra property on the overlays and use it to clean up in | |
1300 case goto-address is re-run. | |
1301 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1302 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1303 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1304 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1305 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1306 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1307 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1308 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1309 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1310 |
30331 | 1311 2000-07-19 Dave Love <fx@gnu.org> |
1312 | |
1313 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1314 implementation. | |
1315 | |
1316 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1317 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1318 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1319 | |
30318 | 1320 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1321 | |
30329 | 1322 * textmodes/refer.el: Correct maintainer's email address. |
1323 | |
1324 * progmodes/hideif.el: Correct author's email address. | |
1325 Fix typo in comment. | |
1326 | |
1327 * xml.el: New file. | |
1328 | |
30318 | 1329 * mail/mailheader.el: Correct author's mail address. |
1330 | |
1331 * gnus/parse-time.el: Correct author's mail address. | |
1332 | |
30329 | 1333 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1334 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1335 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1336 New user options. |
1337 (comint-input-ring-file-name): Change custom type. | |
1338 (comint-mode-map): Bind mouse-2. | |
1339 (comint-insert-clicked-input): New function. | |
1340 (comint-send-input): Handle input highlighting. | |
1341 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1342 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1343 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1344 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1345 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1346 |
30311 | 1347 2000-07-18 Dave Love <fx@gnu.org> |
1348 | |
1349 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1350 improvements. | |
1351 | |
30308 | 1352 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1353 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1354 * faces.el (face-font-selection-order) |
30308 | 1355 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1356 |
30298 | 1357 2000-07-18 Dave Love <fx@gnu.org> |
1358 | |
1359 * cus-edit.el (custom-variable-reset-saved) | |
1360 (custom-variable-reset-standard): Remove unused bindings. | |
1361 | |
1362 * rect.el (open-rectangle-line): Remove unused let. | |
1363 | |
1364 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1365 | |
30296 | 1366 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1367 | |
1368 * cdl.el: Fix `Maintainer' keyword. | |
1369 | |
1370 * play/pong.el: Add author's email address. | |
1371 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1372 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1373 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1374 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1375 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1376 |
30290 | 1377 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1378 | |
1379 * mail/vms-pmail.el: Change maintainer to FSF. | |
1380 | |
1381 * net/goto-addr.el: Change maintainer to FSF. | |
1382 | |
1383 * recentf.el: Update from author. | |
1384 | |
1385 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1386 |
30277 | 1387 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1388 | |
1389 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1390 links to eshell, to avoid problems on systems where the manual is | |
1391 installed as `eshell'. | |
1392 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1393 * eshell/em-smart.el (eshell-smart): Ditto. | |
1394 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1395 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1396 |
1397 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1398 same-file check in the MS-DOS version (it does support inodes). | |
1399 | |
1400 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1401 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1402 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1403 Run default directory name through convert-standard-filename. |
30277 | 1404 |
30255 | 1405 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1406 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1407 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1408 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1409 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1410 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1411 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1412 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1413 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1414 Don't translate some national variant characters of latin-jisx0201. |
30262 | 1415 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 1416 |
30255 | 1417 * international/kkc.el (kkc-after-update-conversion-functions): |
1418 New variable. | |
1419 (kkc-update-conversion): Run functions in it at the tail. | |
1420 | |
30277 | 1421 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
|
1422 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1423 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1424 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
|
1425 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1426 |
30253 | 1427 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
1428 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1429 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 1430 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
1431 the conversion list at first if appropriate. | |
1432 (kkc-next): Don't update kkc-next-count here. | |
1433 (kkc-prev): Don't update kkc-prev-count here. | |
1434 (kkc-show-conversion-list-update): Fix setting up of conversion | |
1435 list message. | |
1436 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1437 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1438 |
30290 | 1439 * 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
|
1440 |
30248 | 1441 2000-07-16 Dave Love <fx@gnu.org> |
1442 | |
1443 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
1444 function to be more specific. | |
1445 | |
1446 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
1447 non-string help-echo. | |
1448 (widget-types-convert-widget): Defsubst it. | |
1449 (widget-echo-help): Try to cope with a help-echo function of two | |
1450 possible sorts. | |
1451 | |
30241 | 1452 2000-07-15 Jason Rumney <jasonr@gnu.org> |
1453 | |
1454 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
1455 Declare as obsolete. | |
1456 | |
1457 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
1458 | |
30226 | 1459 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
1460 | |
1461 * hilit-chg.el: Fix typo. | |
1462 | |
30221 | 1463 2000-07-14 Dave Love <fx@gnu.org> |
1464 | |
1465 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
1466 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1467 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1468 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1469 * 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
|
1470 |
30193 | 1471 2000-07-13 Dave Love <fx@gnu.org> |
1472 | |
30195 | 1473 * emacs-lisp/easymenu.el: Doc fixes. |
1474 (easy-menu-remove): Defalias to ignore. | |
1475 | |
30193 | 1476 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
1477 Call throw correctly. | |
1478 | |
30190 | 1479 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
1480 | |
1481 * faces.el (frame-background-mode): Doc fix. | |
1482 | |
1483 * simple.el (eval-expression-print-length): Change custom type to | |
1484 allow entering nil as value. | |
1485 | |
30185 | 1486 2000-07-13 Dave Love <fx@gnu.org> |
1487 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1488 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1489 Change definition layout. |
30187 | 1490 (fortran-mode-menu): Reinstate customize entries. |
1491 | |
30185 | 1492 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
1493 Use :filter, per old XEmacs code. | |
1494 | |
30170 | 1495 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
1496 | |
1497 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
1498 event when deciding what to send to the terminal. | |
1499 | |
30168 | 1500 2000-07-12 Dave Love <fx@gnu.org> |
1501 | |
1502 * cus-start.el: Add optional version as 4th element of specs and | |
1503 use it for several things new in v21. Remove load-path. Fix type | |
1504 of line-number-display-limit. | |
1505 | |
30148 | 1506 2000-07-11 Dave Love <fx@gnu.org> |
1507 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1508 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1509 Use repeat counts in various regexps. |
30150 | 1510 (fortran-mode-syntax-table): Defvar directly. |
1511 (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
|
1512 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1513 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1514 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 1515 (fortran-mode): Set fortran-comment-line-start-skip, |
1516 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
1517 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1518 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1519 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 1520 (fortran-comment-region, fortran-electric-line-number): Simplify. |
1521 (fortran-auto-fill): New function. | |
1522 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1523 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1524 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1525 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1526 Use fortran-auto-fill. |
30150 | 1527 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1528 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 1529 |
30148 | 1530 * widget.el (widget-plist-member): New alias. |
1531 | |
30146 | 1532 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
1533 | |
1534 * eshell/esh-module.el (toplevel): Reference | |
1535 byte-compile-current-file only if it is bound. | |
1536 | |
30131 | 1537 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
1538 | |
1539 * dired.el: Don't require `dired-aux'. | |
1540 | |
30127 | 1541 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
1542 | |
1543 * dired-aux.el (dired-show-file-type): New function. | |
1544 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
1545 (dired-show-file-type): Add autoload. | |
1546 | |
30125 | 1547 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
1548 | |
1549 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1550 change of fontset-info. |
30125 | 1551 (print-fontset): Likewise. |
1552 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1553 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1554 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1555 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1556 |
30111 | 1557 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
1558 | |
30131 | 1559 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 1560 |
30111 | 1561 * dired.el (dired-find-alternate-file): New function. |
1562 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
1563 (toplevel): Require dired-aux when compiling. | |
1564 (dired-buffers): Move defvar within file to avoid compiler warning. | |
1565 | |
1566 * info.el (Info-last-search): Variable removed. | |
1567 (Info-search-history): New variable. | |
1568 (Info-search): New Info-search-history. | |
1569 | |
1570 * battery.el, info-look.el: Change author's mail address. | |
1571 | |
30115 | 1572 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
|
1573 |
30115 | 1574 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
1575 if rmail-ignored-headers is nil. | |
1576 (rmail-retry-failure): Bind rmail-ignored-headers and | |
1577 rmail-displayed-headers to nil. | |
1578 | |
30096 | 1579 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
1580 | |
30103 | 1581 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
1582 (print-region-1): Don't hard code `-h' here. | |
1583 | |
30096 | 1584 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
1585 | |
30103 | 1586 2000-07-01 Francesco Potorti` <pot@gnu.org> |
1587 | |
1588 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
1589 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
|
1590 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1591 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1592 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1593 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1594 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1595 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1596 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1597 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1598 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1599 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1600 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
|
1601 |
30096 | 1602 * ediff-diff.el (ediff-wordify): Use syntax table. |
1603 * 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
|
1604 ediff-color-display-p. |
30096 | 1605 (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
|
1606 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1607 Got rid of special cases for NeXT and OS/2. |
30096 | 1608 * 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
|
1609 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1610 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1611 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1612 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1613 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1614 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1615 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1616 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1617 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1618 * 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
|
1619 |
30076 | 1620 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1621 | |
30085 | 1622 * Makefile.in (DONTCOMPILE): Add comment that the name may |
1623 not be changed without changing the make-dist script. | |
1624 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1625 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 1626 (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
|
1627 |
30067 | 1628 2000-07-05 Andrew Innes <andrewi@gnu.org> |
1629 | |
1630 * makefile.nt: Add support for `bootstrap' and related targets. | |
1631 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1632 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1633 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1634 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1635 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1636 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1637 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
|
1638 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1639 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1640 (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
|
1641 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1642 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
|
1643 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1644 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1645 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1646 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1647 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
|
1648 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1649 |
30056 | 1650 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1651 | |
1652 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
1653 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
1654 (eval-defun): If called with prefix arg, instrument code for | |
1655 Edebug. | |
1656 | |
1657 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
1658 similar to that of eval-defun. | |
1659 | |
30029 | 1660 2000-07-04 Dave Love <fx@gnu.org> |
1661 | |
30035 | 1662 * hl-line.el (hl-line-overlay): Make it permanent-local. |
1663 | |
30029 | 1664 * calendar/todo-mode.el: Replaced with a working version, based on |
1665 revision 1.34 tidied up. | |
1666 | |
1667 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 1668 |
1669 * paths.el (prune-directory-list): New function. | |
1670 (Info-default-directory-list): Rewritten to more methodically | |
1671 enumerate a big list of possible info directories (based on the | |
1672 list used by the standalone info reader). | |
30029 | 1673 |
30021 | 1674 * 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
|
1675 non-existent directories from Info-directory-list. |
30021 | 1676 |
1677 * paths.el (Info-default-directory-list): Try a list of possible | |
1678 info-directories instead of a single one. Add the possible | |
1679 info directory "/usr/share/info". | |
1680 | |
1681 * woman.el (woman-man.conf-path): Explicitly include the debian | |
1682 man-db config file "/etc/manpath.config". | |
1683 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
1684 are present in `manpath.config'. | |
1685 (woman-manpath): Include "/usr/share/man". | |
1686 | |
30006 | 1687 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
1688 | |
30017 | 1689 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
1690 | |
1691 * startup.el (command-line): Initialize blink-cursor based | |
1692 on window-system. | |
1693 | |
30014 | 1694 * frame.el (blink-cursor): Default to nil if not running under |
1695 a window-system. | |
1696 | |
30012 | 1697 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
1698 (face-x-resources): Remove duplicate entry for :font. | |
1699 | |
30006 | 1700 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
1701 instead of cycling through windows with next-window. | |
1702 | |
1703 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
1704 of cycling through windows with next-window. | |
1705 | |
1706 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
1707 of cycling through windows with next-window. | |
1708 | |
1709 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
1710 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
1711 instead of cycling through windows with next-window. | |
1712 | |
1713 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
1714 instead of cycling through windows with next-window. | |
1715 | |
1716 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
1717 of cycling through windows with next-window. | |
1718 | |
1719 * terminal.el (te-process-output): Use walk-windows instead of | |
1720 cycling through windows with next-window. | |
1721 | |
1722 * server.el (server-switch-buffer): Use some-window instead of | |
1723 cycling through windows with next-window. | |
1724 | |
1725 * window.el (some-window): New function. | |
1726 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 1727 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1728 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 1729 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1730 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 1731 |
1732 * window.el (walk-windows): Guarantee termination by keeping a list | |
1733 of all the windows already handled. | |
1734 | |
29975 | 1735 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1736 | |
1737 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
1738 window-system. | |
1739 | |
1740 * man.el (Man-notify-when-ready): Don't use window-system. If | |
1741 Man-notify-method is newframe, and the display is not | |
1742 multi-frame, select the frame created for the man page. | |
1743 (Man-init-defvars): Doc fix. | |
1744 | |
29972 | 1745 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
1746 | |
29982 | 1747 * faces.el (region): Change background color for light background. |
1748 | |
1749 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
1750 attribute from mode-line face of Ediff control frame. | |
1751 | |
29972 | 1752 * replace.el (query-replace-map): Bind `e' like `E'. |
1753 | |
29967 | 1754 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1755 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1756 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1757 Change name to "Select All". |
29969 | 1758 |
29967 | 1759 * dos-fns.el (convert-standard-filename): Fix last change. |
1760 | |
29957 | 1761 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
1762 | |
29959 | 1763 * help.el (describe-variable): Don't insert a second `'s' in front |
1764 of the string `value is shown below'. Since the syntax-table is | |
1765 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
1766 an existing `'s', so that this won't be deleted. | |
1767 | |
29957 | 1768 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
1769 * pcmpl-unix.el: New files. | |
1770 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1771 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1772 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1773 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1774 |
29939 | 1775 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
1776 | |
29956 | 1777 * replace.el (perform-replace): Undo change of 2000-04-04. |
1778 Instead, move backward 1 character at the end of the loop when | |
1779 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1780 |
29949 | 1781 * faces.el (fringe): Change face for different backgrounds. |
1782 | |
1783 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
1784 patch from John. | |
1785 | |
29939 | 1786 * eshell/*.el: Change spelling of the Free Software Foundation. |
1787 | |
1788 * eshell/esh-toggle.el: Removed. | |
1789 | |
1790 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
1791 | |
1792 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
1793 interactively. | |
1794 | |
1795 2000-06-26 Alex Schroeder <alex@gnu.org> | |
1796 | |
1797 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
1798 `define-key'; instead of checking `(emacs-version)' check for | |
1799 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
1800 for `;' and `o' which might be electric. | |
1801 | |
1802 (sql-electric-stuff): New user option. | |
1803 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
1804 (sql-magic-semicolon): New function which uses | |
1805 `sql-electric-stuff'. | |
1806 | |
1807 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
1808 is not fboundp. | |
1809 | |
1810 (sql-oracle-options): New variable. | |
1811 (sql-oracle): Use it. | |
1812 | |
1813 (sql-imenu-generic-expression): Doc change. | |
1814 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
1815 is used. | |
1816 | |
1817 (sql-informix): Added command line parameter "-" to force | |
1818 sql-informix-program to use stdout. | |
1819 | |
29924 | 1820 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
1821 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1822 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 1823 (cp864-decode-table): Doc fix. |
1824 (cp720-decode-table): New variable, supports the Arabic OEM | |
1825 codepage used by Windows. | |
1826 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
1827 | |
29920 | 1828 2000-06-23 Dave Love <fx@gnu.org> |
1829 | |
1830 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
1831 (font-lock-fontify-anchored-keywords): Use | |
1832 line-beginning-position. | |
1833 (global-font-lock-mode): Use mapc. | |
1834 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1835 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1836 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1837 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1838 |
29870 | 1839 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
1840 | |
29885 | 1841 * comint.el (comint-substitute-in-file-name): Call replace-match |
1842 with second and third arg t. | |
1843 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1844 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 1845 Specify foreground color. |
1846 | |
1847 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
1848 color. | |
1849 | |
29876 | 1850 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
1851 | |
1852 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
1853 cddr instead of cdddr. | |
1854 | |
29873 | 1855 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
1856 instead of copy-list. | |
1857 | |
1858 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
1859 of copy-list. | |
1860 | |
29870 | 1861 * subdirs.el: Add eshell subdirectory. |
1862 | |
1863 * eshell: New subdirectory containing the Eshell package. | |
1864 | |
1865 * pcomplete.el: New file. | |
1866 | |
29885 | 1867 2000-06-23 Paul Eggert <eggert@twinsun.com> |
1868 | |
29888 | 1869 * mail/mailpost.el (post-mail-send-it): Make sure file has |
1870 proper permissions from birth. | |
1871 | |
1872 * files.el (basic-save-buffer-2): When temporarily setting | |
1873 file modes, set them to current modes plus 0200, not to 0777. | |
1874 | |
29885 | 1875 * emerge.el (emerge-make-temp-file): Make sure file has proper |
1876 permissions from birth. | |
1877 | |
29857 | 1878 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
1879 | |
1880 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
1881 backup file name through convert-standard-filename. | |
1882 | |
1883 * dos-fns.el (convert-standard-filename): Convert leading | |
1884 directories as well. When long file names are supported, convert | |
1885 characters that are invalid in Windows file names. | |
1886 | |
29849 | 1887 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1888 | |
1889 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
1890 ps-print crashes. New feature: page selection for printing. Create | |
1891 raw-text-unix coding system for XEmacs. Doc fix. | |
1892 (ps-print-version): New version number (5.2.3). | |
1893 (ps-plot-region): Bug fix. | |
1894 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
1895 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
1896 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
1897 funs. | |
1898 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
1899 (ps-last-page): New vars. | |
1900 | |
29845 | 1901 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
1902 | |
1903 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
1904 empty option string. | |
1905 | |
29839 | 1906 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
1907 | |
1908 * man.el (man): Doc fix. | |
1909 | |
29829 | 1910 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
1911 | |
1912 * international/mule-cmds.el (set-language-info-alist): Docstring | |
1913 fixed. | |
1914 | |
29814 | 1915 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
1916 | |
1917 * version.el (emacs-version): Use ISO date format. | |
1918 | |
1919 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
1920 instead of `M-backspace'. | |
1921 | |
1922 * simple.el (turn-off-auto-fill): New function. | |
1923 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1924 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1925 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1926 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1927 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1928 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1929 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1930 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1931 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1932 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1933 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
|
1934 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1935 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1936 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1937 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1938 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1939 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
|
1940 (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
|
1941 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1942 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1943 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1944 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1945 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1946 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1947 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1948 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1949 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1950 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1951 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1952 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1953 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1954 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1955 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1956 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1957 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1958 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1959 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1960 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1961 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1962 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1963 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1964 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1965 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1966 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1967 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1968 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1969 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1970 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1971 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1972 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1973 * 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
|
1974 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1975 * 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
|
1976 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1977 * 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
|
1978 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1979 * 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
|
1980 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1981 |
29776 | 1982 2000-06-20 Dave Love <fx@gnu.org> |
1983 | |
1984 * faces.el (frame-background-mode): Use set-default, not set, in | |
1985 setter. | |
1986 (frame-update-faces, frame-update-face-colors): Define with | |
1987 defalias. | |
1988 | |
1989 * enriched.el (enriched-decode-foreground) | |
1990 (enriched-decode-background): Don't use internal-find-face. | |
1991 | |
1992 * apropos.el: Doc fixes. | |
1993 | |
1994 * cus-edit.el (customize-changed-options): Check arg. | |
1995 (customize-version-lessp): Don't require decimal point. | |
1996 | |
1997 * custom.el (defcustom, defgroup): Doc fix. | |
1998 | |
1999 * newcomment.el (comment) <defgroup>: Add :version. | |
2000 (comment-multi-line): Doc fix. | |
2001 | |
2002 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
2003 define-hooked-global-abbrev): Fix, using define-abbrev. | |
2004 | |
29747 | 2005 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
2006 | |
2007 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
2008 the whole buffer. | |
2009 | |
29740 | 2010 2000-06-19 Dave Love <fx@gnu.org> |
2011 | |
2012 * menu-bar.el (menu-bar-options-save): New function. | |
2013 (menu-bar-options-menu): Use it. | |
2014 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
2015 Simplify. | |
2016 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2017 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2018 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2019 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2020 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2021 |
29720 | 2022 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2023 | |
2024 * international/codepage.el: | |
2025 (cp-coding-system-for-codepage-1): Delete special codes for | |
2026 generating xxx-dos coding system because now a CCL based coding | |
2027 system can handle EOL conversion by default. | |
2028 | |
2029 * international/mule.el (make-coding-system): Generate subsidiary | |
2030 coding systems for EOL handling variants even for a CCL based | |
2031 coding system. | |
2032 | |
29718 | 2033 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2034 | |
2035 * international/isearch-x.el (isearch-minibuffer-input-method) | |
2036 (isearch-minibuffer-input-method-function): These variables | |
2037 deleted. | |
2038 (isearch-with-input-method): Don't use the above variables. | |
2039 (isearch-process-search-multibyte-characters): Likewise. Call | |
2040 read-string with the arg INHERIT-INPUT-METHOD t. | |
2041 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2042 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2043 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2044 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2045 (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
|
2046 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2047 * 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
|
2048 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2049 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2050 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
|
2051 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2052 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2053 |
29712 | 2054 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2055 | |
2056 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2057 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2058 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2059 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2060 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2061 |
29696 | 2062 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2063 | |
2064 * find-lisp.el: New file. | |
2065 | |
29694 | 2066 2000-06-16 Andrew Innes <andrewi@gnu.org> |
2067 | |
2068 * time.el (display-time-mail-function): New variable, to allow | |
2069 external packages to indicate when new mail is available. | |
2070 (display-time-update): Use it. | |
2071 | |
29689 | 2072 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
2073 | |
29691 | 2074 * international/mule.el (mule-version): Change version name to |
2075 SAKAKI. AOI has already been used by Meadow. | |
2076 | |
29689 | 2077 * international/quail.el (quail-show-guidance-buf): To find the |
2078 bottom window (but minibuffer), pay attention to the height of | |
2079 minibuffer. | |
2080 | |
29670 | 2081 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
2082 | |
29682 | 2083 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
2084 menu-bar menus. Add help strings. Don't remove the Edit menu | |
2085 from the menu bar, as the menu bar has enough space now. | |
2086 | |
29680 | 2087 * Makefile.in (SHELL): Make sure /bin/sh is used. |
2088 | |
29670 | 2089 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
2090 characters, which use series of two ^H characters instead of one. | |
2091 | |
29667 | 2092 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
2093 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2094 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 2095 (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
|
2096 functions. |
29686 | 2097 (Info-find-node-2): Try a case-sensitive search first, then |
2098 do a case-insensitive search. | |
2099 | |
2100 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
2101 tutorials. | |
2102 | |
29676 | 2103 * complete.el (PC-env-vars-alist): New variable. |
2104 (PC-complete-as-file-name): New function. | |
2105 (partial-completion-mode): Initialize PC-env-vars-alist from | |
2106 process-environment. | |
2107 (PC-do-completion): Handle completion of env vars. | |
2108 | |
2109 * info.el (Info-set-mode-line): Show file name in mode line, | |
2110 use `*Info*' instead of `Info:'. | |
2111 | |
29667 | 2112 * startup.el (command-line-1): Change copyright messages to year |
2113 2000. | |
2114 | |
29665 | 2115 2000-06-15 Dave Love <fx@gnu.org> |
2116 | |
2117 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
2118 not local-map. | |
2119 | |
29658 | 2120 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
2121 | |
2122 * international/mule.el (set-buffer-file-coding-system): Almost | |
2123 rewritten to handle `undecided' as no-op. | |
2124 | |
29654 | 2125 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
2126 | |
29667 | 2127 * Makefile.in: New file. |
29657 | 2128 |
2129 * Makefile: Removed. | |
2130 | |
29654 | 2131 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
2132 (goto-address-highlight-keymap): Bind C-c RET. | |
2133 | |
29640 | 2134 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
2135 | |
29649 | 2136 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
2137 inherits buffer-file-coding-system of the current buffer. | |
29647 | 2138 |
29645 | 2139 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
2140 0. Give correct argument to set-auto-coding-function. | |
2141 (tar-expunge): For goto-char, use (point-min), not 0. | |
2142 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
2143 (tar-subfile-save-buffer): Likewize. | |
2144 | |
29640 | 2145 * international/mule.el |
2146 (after-insert-file-set-buffer-file-coding-system): Call | |
2147 set-buffer-file-coding-system with the arg FORCE t. | |
2148 | |
29633 | 2149 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
2150 | |
2151 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
2152 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 2153 the sender is set with `-f'. |
29633 | 2154 |
29622 | 2155 2000-06-13 Dave Love <fx@gnu.org> |
2156 | |
29630 | 2157 * help.el (describe-function-1): Kluge around cases of functions |
2158 fset to subrs whose doc doesn't match their symbol-name. | |
2159 | |
29627 | 2160 * image.el (insert-image): Default STRING to a space. |
29625 | 2161 |
29622 | 2162 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2163 (Info-build-node-completions): Match Ref tags. |
29622 | 2164 |
29612 | 2165 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
2166 | |
29615 | 2167 * frame.el (display-multi-frame-p, display-multi-font-p): New |
2168 defaliases for display-graphic-p. | |
2169 | |
29612 | 2170 * hl-line.el: Fixed a typo in commentary. |
2171 | |
29609 | 2172 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
2173 | |
2174 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
2175 fixed. | |
2176 | |
29608 | 2177 2000-06-12 Dave Love <fx@gnu.org> |
2178 | |
2179 * image.el (insert-image): Save a little consing. | |
2180 | |
29598 | 2181 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2182 | |
2183 * language/tibet-util.el: Convert all tibetan-1-column characters | |
2184 to the corresponding tibetan characters. | |
2185 (tibetan-add-components): Delete code for the special treatment of | |
2186 'a chung. | |
2187 | |
2188 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
2189 change. | |
2190 (tibetan-vowel-transcription-alist): More rules added. | |
2191 (tibetan-composite-vowel-alist): New variable. | |
2192 (tibetan-precomposition-rule-alist): More rules added. | |
2193 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2194 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2195 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2196 * 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
|
2197 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2198 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2199 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2200 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2201 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2202 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2203 * 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
|
2204 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2205 * 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
|
2206 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2207 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2208 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2209 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2210 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2211 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2212 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2213 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2214 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2215 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2216 * 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
|
2217 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2218 * 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
|
2219 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2220 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2221 (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
|
2222 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2223 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2224 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2225 (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
|
2226 (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
|
2227 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2228 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2229 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2230 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2231 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2232 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2233 * 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
|
2234 (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
|
2235 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2236 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2237 (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
|
2238 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2239 (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
|
2240 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
|
2241 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2242 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2243 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2244 * 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
|
2245 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2246 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2247 (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
|
2248 (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
|
2249 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
|
2250 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2251 * 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
|
2252 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
|
2253 |
29574 | 2254 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2255 | |
2256 * international/mule.el (set-buffer-file-coding-system): If | |
2257 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2258 unconditionally. | |
2259 | |
29568 | 2260 2000-06-12 Dave Love <fx@gnu.org> |
2261 | |
2262 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2263 required. | |
2264 | |
29556 | 2265 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2266 | |
2267 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2268 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2269 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2270 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2271 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2272 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2273 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2274 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
|
2275 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2276 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2277 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2278 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2279 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2280 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2281 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2282 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2283 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2284 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2285 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2286 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
|
2287 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2288 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
|
2289 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2290 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2291 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2292 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2293 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2294 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2295 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2296 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2297 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2298 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2299 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2300 |
29542 | 2301 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2302 | |
2303 * 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
|
2304 undecided-XXX is specified, change only EOL conversion. |
29542 | 2305 |
2306 * international/mule-conf.el (unix): New alias for the coding | |
2307 system undecided-unix. | |
2308 | |
29528 | 2309 2000-06-09 Dave Love <fx@gnu.org> |
2310 | |
29535 | 2311 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2312 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2313 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2314 (executable-insert): Change custom type. |
2315 (executable-find): Add autoload cookie. | |
29531 | 2316 (executable-make-buffer-file-executable-if-script-p): New |
2317 function. After Noah Friedman. | |
29528 | 2318 |
2319 * files.el (after-save-hook): Customize, with | |
29531 | 2320 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2321 |
29518 | 2322 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2323 | |
29522 | 2324 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2325 "tib24p-mule.bdf" for Tibetan. | |
2326 | |
29520 | 2327 * composite.el (decompose-composite-char): Declare it as obsolete. |
2328 | |
29541 | 2329 * man.el (Man-fontify-manpage): Pay attention to underline and |
2330 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2331 |
29517 | 2332 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2333 | |
2334 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2335 Set maintainer to FSF since author isn't reachable. | |
2336 | |
29508 | 2337 2000-06-08 Dave Love <fx@gnu.org> |
2338 | |
2339 * international/mule-cmds.el (select-safe-coding-system): If | |
2340 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2341 preferred coding-system if buffer-file-coding-system is | |
2342 `undecided'. From Handa. | |
2343 | |
29503 | 2344 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2345 | |
2346 * international/mule.el | |
2347 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2348 size is greater than INSERTED, judget that we are not visiting. | |
2349 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2350 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
|
2351 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2352 * 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
|
2353 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
|
2354 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
|
2355 |
29498 | 2356 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2357 | |
2358 * align.el: Update from author. | |
2359 | |
2360 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2361 | |
2362 * apropos.el (apropos-mode-hook): New user variable. | |
2363 (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
|
2364 |
29498 | 2365 2000-06-07 David Ponce <david@dponce.com> |
2366 | |
2367 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2368 commands. Require `wid-edit' at run-time. | |
2369 | |
2370 2000-06-07 David Ponce <david@dponce.com> | |
2371 | |
2372 * recentf.el: Added some "Commentary". | |
2373 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2374 move the point at the top of the file list. This behaviour is | |
2375 consistent with the menu one when the list contains a lot of | |
2376 files. | |
2377 (recentf-cleanup): Now displays the number of items removed from | |
2378 the list. | |
2379 (recentf-relative-filter) New menu filter to show filenames | |
2380 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
|
2381 |
29498 | 2382 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2383 | |
2384 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2385 with/without giving an error if PostScript printer doesn't have this | |
2386 kind of page size. Zebra Stripe continues or restarts on next page. | |
2387 Manual/automatic paper feeding. Switch or not the header. | |
2388 (ps-print-version): New version number (5.2.2). | |
2389 (ps-windows-system): Include emx as a Windows system. | |
2390 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2391 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2392 (ps-background-text): Code fix. | |
2393 (ps-error-handler-message, ps-user-defined-prologue) | |
2394 (ps-print-prologue-header, ps-printer-name) | |
2395 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2396 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2397 (ps-use-face-background): Customization fix. | |
2398 (ps-n-up-database): Data fix. | |
2399 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2400 (ps-switch-header): New vars. | |
2401 (ps-xemacs-color-name, ps-face-foreground-name) | |
2402 (ps-face-background-name, ps-boolean-constant): New funs. | |
2403 | |
29491 | 2404 2000-06-07 Dave Love <fx@gnu.org> |
2405 | |
2406 * allout.el: New version from Manheimer. | |
2407 | |
29483 | 2408 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2409 | |
2410 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2411 charset. | |
2412 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2413 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
|
2414 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2415 * 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
|
2416 (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
|
2417 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
|
2418 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2419 |
29471 | 2420 2000-06-06 Dave Love <fx@gnu.org> |
2421 | |
2422 * image.el (find-image): Doc fix. Return nil if image not found. | |
2423 (put-image, insert-image): Make STRING arg optional. | |
2424 | |
29455 | 2425 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
2426 | |
2427 * language/vietnamese.el: Remove eval-when-compile. | |
2428 (viet-viscii-nonascii-translation-table): Define it as a | |
2429 translation table made from viet-viscii-decode-table. | |
2430 (viet-viscii-encode-table): Define it as a translation table made | |
2431 from the reverse map of above. | |
2432 (viet-vscii-nonascii-translation-table): Define it as a | |
2433 translation table made from viet-vscii-decode-table. | |
2434 (viet-vscii-encode-table): Define it as a translation table made | |
2435 from the reverse map of above. | |
2436 (ccl-decode-viscii): Use translate-character. | |
2437 (ccl-encode-viscii, ccl-encode-viscii-font) | |
2438 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
2439 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2440 |
29455 | 2441 * language/cyrillic.el: Remove eval-when-compile. |
2442 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
2443 translation table made from cyrillic-koi8-r-decode-table. | |
2444 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
2445 made from the reverse map of above. | |
2446 (ccl-decode-koi8): Use translate-character. | |
2447 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
2448 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
2449 a translation table made from cyrillic-alternativnyj-decode-table. | |
2450 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
2451 table made from the reverse map of above. | |
2452 (ccl-decode-alternativnyj): Use translate-character. | |
2453 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
2454 Likewize | |
2455 | |
2456 * international/mule-diag.el (non-iso-charset-alist): Specify | |
2457 translation table symbol instead of translation table itself. | |
2458 (list-block-of-chars): CHARSET may be a translation table symbol. | |
2459 | |
2460 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
2461 already exists, override it. | |
2462 | |
2463 * international/fontset.el: Use family `proportional' for Tibetan | |
2464 fonts. | |
2465 | |
2466 * international/ccl.el (ccl-compile-translate-character): Don't | |
2467 check if Rrr has property translation-table. | |
2468 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
2469 | |
29447 | 2470 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
2471 | |
2472 * info.el: Bind case-fold-search to t when searching in case | |
2473 a user sets it to nil in a hook. | |
2474 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2475 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2476 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2477 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2478 * 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
|
2479 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2480 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2481 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2482 (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
|
2483 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2484 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
|
2485 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2486 * 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
|
2487 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2488 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2489 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2490 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2491 * 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
|
2492 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2493 (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
|
2494 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2495 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2496 (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
|
2497 (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
|
2498 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2499 * 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
|
2500 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2501 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
|
2502 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2503 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2504 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2505 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2506 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2507 (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
|
2508 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2509 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2510 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
|
2511 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2512 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2513 * 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
|
2514 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2515 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
|
2516 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2517 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
|
2518 |
29447 | 2519 * 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
|
2520 tty's. |
29447 | 2521 * 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
|
2522 differences whenever appropriate. |
29447 | 2523 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
2524 * 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
|
2525 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2526 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2527 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2528 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2529 * 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
|
2530 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2531 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2532 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
|
2533 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2534 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2535 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2536 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2537 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2538 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2539 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2540 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2541 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2542 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2543 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2544 (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
|
2545 (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
|
2546 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2547 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2548 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
|
2549 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2550 (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
|
2551 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2552 |
29403 | 2553 2000-06-02 Dave Love <fx@gnu.org> |
2554 | |
2555 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
2556 all the widgets. Don't require cl or widget. Remove | |
2557 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
2558 (widget-read-event): Removed. Callers changed to use read-event. | |
2559 (widget-button-release-event-p): Renamed from | |
2560 button-release-event-p. | |
2561 (widget-field-add-space, widget-field-use-before-change): | |
2562 Uncustomize. | |
2563 (widget-specify-field): Use keymap property, not local-map. | |
2564 (widget-specify-button): Obey :suppress-face. | |
2565 (widget-specify-insert): Use modern backquote syntax. | |
2566 (widget-image-directory): Renamed from widget-glyph-directory. | |
2567 (widget-image-enable): Renamed from widget-glyph-enable. | |
2568 (widget-image-find): Replaces widget-glyph-find. | |
2569 (widget-button-pressed-face): Move defvar. | |
2570 (widget-image-insert): Replaces widget-glyph-insert. | |
2571 (widget-convert): Use keywordp. | |
2572 (widget-leave-text, widget-children-value-delete): Use mapc. | |
2573 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2574 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 2575 (widget-button-click): Don't set point at the click, but re-centre |
2576 if we scroll out of window. Rewritten for images v. glyphs &c. | |
2577 (widget-tabable-at): Use POS arg, not point. | |
2578 (widget-beginning-of-line, widget-end-of-line) | |
2579 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
2580 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
2581 (widget-default-create): Use widget-image-insert; some rewriting. | |
2582 (widget-visibility-value-create) | |
2583 (widget-push-button-value-create, widget-toggle-value-create): Use | |
2584 widget-image-insert. | |
2585 (checkbox): Create on and off images dynamically. | |
2586 (documentation-link): Change :help-echo. | |
2587 (widget-documentation-link-echo-help): Remove. | |
2588 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2589 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2590 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2591 * 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
|
2592 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2593 * 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
|
2594 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2595 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2596 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2597 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2598 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2599 |
29383 | 2600 2000-06-02 Dave Love <fx@gnu.org> |
2601 | |
29392 | 2602 * files.el (convert-standard-filename): Doc fix. |
2603 (normal-backup-enable-predicate): New function. | |
2604 (backup-enable-predicate): Use it to replace the lambda form. | |
2605 | |
2606 * calendar/todo-mode.el: [This needs more work on the outline | |
2607 stuff.] Doc fixes. | |
2608 (todo) <defgroup>: Add :version. | |
2609 (todo-add-category): Don't use pushnew. | |
2610 (todo-cmd-raise): Fix typo. | |
2611 (todo-top-priorities): Change temp buffer name. | |
2612 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2613 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2614 Use outline-next-heading. |
29392 | 2615 |
29383 | 2616 * autoarg.el: Rewritten to use define-minor-mode. |
2617 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
2618 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
2619 | |
29376 | 2620 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
2621 | |
2622 * isearch.el (isearch-other-meta-char): Fix previous change. | |
2623 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2624 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2625 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2626 * 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
|
2627 (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
|
2628 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2629 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2630 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2631 |
29372 | 2632 2000-06-01 Dave Love <fx@gnu.org> |
2633 | |
2634 * hl-line.el: Rewritten using define-minor-mode. | |
2635 | |
2636 * help.el (describe-function-1): Distinguish special form from | |
2637 builtin function. Sanity-check presence of arglist for builtins. | |
2638 | |
29356 | 2639 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
2640 | |
29365 | 2641 * international/characters.el: Fix syntax/category setting of |
2642 Tibetan characters. | |
2643 | |
2644 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
2645 encoding of Tibetan characters. | |
2646 (tibetan-decompose-precomposition-alist): New variable. | |
2647 (tibetan-decompose-region): Convert precomposed characters to | |
2648 non-precomposed characters. | |
2649 (tibetan-decompose-string): Likewise. | |
2650 (tibetan-composition-function): Fix args to | |
2651 thibetan-compose-string. | |
2652 | |
2653 * language/tibetan.el (tibetan-composable-pattern): More | |
2654 characters included. | |
2655 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
2656 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
2657 "+R" added. | |
2658 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
2659 | |
29359 | 2660 * language/lao-util.el (lao-composition-function): Fix args to |
2661 compose-string. | |
2662 | |
2663 * language/thai-util.el (thai-composition-function): Fix args to | |
2664 compose-string. | |
2665 | |
29356 | 2666 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 2667 to prevent the point moving to the end of a composition when a |
2668 part of a composition is searched. | |
29356 | 2669 (isearch-other-meta-char): If the key invoking this command can be |
2670 mapped by function-key-map to a printing char, call | |
2671 isearch-process-search-char directly. | |
2672 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2673 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2674 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2675 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2676 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2677 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2678 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2679 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2680 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2681 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2682 * 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
|
2683 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2684 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2685 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
|
2686 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2687 * 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
|
2688 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2689 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
|
2690 |
29347 | 2691 2000-05-31 Dave Love <fx@gnu.org> |
2692 | |
2693 * loadhist.el (loadhist-hook-functions): Remove | |
2694 before-change-function, after-change-function. | |
2695 (unload-feature): Deal with symbols which are both bound and | |
2696 fbound. | |
2697 | |
2698 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
2699 before-change-function, after-change-function. | |
2700 | |
2701 * simple.el (newline): Don't bind before-change-function, | |
2702 after-change-function. | |
2703 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2704 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
|
2705 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2706 * 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
|
2707 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
|
2708 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
|
2709 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
|
2710 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2711 * 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
|
2712 |
29330 | 2713 2000-05-31 Dave Love <fx@gnu.org> |
2714 | |
2715 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
2716 pattern for function of change. | |
2717 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
2718 acknowledgements patterns. | |
2719 | |
29328 | 2720 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
2721 | |
2722 * isearch.el (isearch-printing-char): If keyboard coding system is | |
2723 being used, call isearch-process-search-multibyte-characters. | |
2724 | |
2725 * international/isearch-x.el: Mostly rewritten. | |
2726 | |
2727 * international/quail.el (quail-start-conversion): Don't include | |
2728 unhandled events in the returned events, but set them in | |
2729 unread-command-events. Exit if all inputs are deleted. | |
2730 | |
29324 | 2731 2000-05-30 Jason Rumney <jasonr@gnu.org> |
2732 | |
2733 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
2734 | |
2735 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
2736 Reenable code to create initial fontsets. | |
2737 Use set-fontset-font in place of put-charset-property. | |
2738 | |
29302 | 2739 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
2740 | |
29307 | 2741 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
2742 label, ensure that the first colon isn't followed by another. | |
2743 | |
2744 * paths.el (Info-default-directory-list): Doc fix. | |
2745 | |
29304 | 2746 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
2747 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
2748 send a query containing USER only, not USER@HOST. | |
2749 | |
29302 | 2750 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
2751 and rmail-msgend to compute the restriction at the end, instead of | |
2752 computing it. | |
2753 | |
29292 | 2754 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
2755 | |
29295 | 2756 * dabbrev.el (dabbrev-expand): Don't display messages in the |
2757 echo area if the minibuffer window is active. | |
2758 | |
29292 | 2759 * jit-lock.el (jit-lock-mode): Add after change function to |
2760 local hook. | |
2761 | |
2762 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
2763 | |
2764 * antlr-mode.el: New commands: hide/unhide actions, | |
2765 upcase/downcase literals. | |
2766 (antlr-tiny-action-length): New user option. | |
2767 (antlr-hide-actions): New command. Suggested by | |
2768 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
|
2769 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 2770 (antlr-mode-menu): New entries. |
2771 (antlr-downcase-literals): New command. | |
2772 (antlr-upcase-literals): Ditto. | |
2773 | |
2774 * antlr-mode.el: Minor changes: indendation, mode-name. | |
2775 (antlr-indent-line): Indent cpp directive at column 0. | |
2776 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
2777 | |
2778 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
2779 (antlr-font-lock-additional-keywords): Workaround for intentional | |
2780 bug in XEmacs version of font-lock. | |
2781 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
2782 be used by a smarter version of `buffers-menu-grouping-function'. | |
2783 | |
2784 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
2785 | |
2786 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
2787 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
2788 | |
29266 | 2789 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
2790 | |
2791 * international/encoded-kb.el | |
2792 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
2793 charset-iso-final-char return -1 for eight-bit-control and | |
2794 eight-bit-graphic. | |
2795 | |
29261 | 2796 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2797 | |
2798 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
2799 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
2800 available, instead of window-system. | |
2801 | |
29259 | 2802 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2803 | |
2804 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
2805 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
2806 coding systems. | |
2807 | |
29248 | 2808 2000-05-26 Dave Love <fx@gnu.org> |
2809 | |
29255 | 2810 * disp-table.el (standard-display-underline): Don't use |
2811 internal-find-face. | |
2812 | |
29248 | 2813 * mail/reporter.el: Maintainer change. Doc fixes. |
2814 (reporter-version): Deleted. | |
2815 | |
2816 * emacs-lisp/elp.el: Maintainer change. | |
2817 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
2818 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2819 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2820 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2821 * 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
|
2822 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2823 |
29240 | 2824 2000-05-26 Dave Love <fx@gnu.org> |
2825 | |
29242 | 2826 * loadhist.el (unload-feature): Fix interactive spec [from |
2827 lijnzaad@ebi.ac.uk]. | |
2828 | |
29240 | 2829 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
2830 subr-arity to check primitives. | |
2831 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
2832 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
2833 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
2834 mapcar. | |
2835 | |
29226 | 2836 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
2837 | |
29235 | 2838 * international/fontset.el: Set family names of non-latin charsets |
2839 in default fontset to "*". | |
2840 | |
29230 | 2841 * international/mule-diag.el (print-fontset): Combine family part |
2842 and registry part of the fontname by "-*-" instead of "-". | |
2843 | |
29226 | 2844 * international/mule-cmds.el (encode-coding-char): Make strings |
2845 multibyte before calling encode-coding-string. | |
2846 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2847 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2848 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2849 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
2850 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2851 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2852 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2853 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2854 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2855 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2856 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2857 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2858 * 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
|
2859 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2860 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2861 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2862 (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
|
2863 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2864 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2865 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2866 |
29214 | 2867 2000-05-25 Dave Love <fx@gnu.org> |
2868 | |
2869 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
2870 byte-code-function-p. | |
2871 | |
2872 * mail/rmailsum.el: Add provide. | |
2873 | |
2874 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
2875 | |
2876 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
2877 defcustom. | |
2878 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2879 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
|
2880 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2881 * 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
|
2882 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
|
2883 |
29205 | 2884 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2885 | |
2886 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
2887 grayscale support, not about window-system. | |
2888 | |
2889 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
2890 window-system. | |
2891 (ffap-highlight): Always default to t. | |
2892 | |
2893 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
2894 display-popup-menus-p instead of looking at window-system. | |
2895 | |
2896 * disp-table.el (standard-display-g1, standard-display-graphic): | |
2897 Only refuse to use string glyphs on X and MS-Windows. | |
2898 | |
2899 * avoid.el: Remove window-system from commentary, suggest to use | |
2900 display-*-p instead. | |
2901 | |
2902 * apropos.el (apropos-print): Use display-mouse-p instead of | |
2903 window-system. | |
2904 | |
29190 | 2905 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2906 | |
2907 * international/codepage.el (cp-decoding-vector-for-codepage): | |
2908 Fill up unsupported characters with their own codes. From Kenichi | |
2909 Handa. | |
2910 | |
29188 | 2911 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2912 | |
2913 * international/mule-diag.el (describe-char-after): Use | |
2914 display-graphic-p instead of window-system, so that this function | |
2915 works on MS-DOS. | |
2916 | |
29181 | 2917 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2918 | |
2919 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
2920 Remove the eight-bit-graphic and eight-bit-control charsets from | |
2921 the list of charsets which we convert into `?'. | |
2922 | |
29169 | 2923 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
2924 | |
2925 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
2926 private charsets. | |
2927 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
2928 japanese-jisx0213-2): New charsets. | |
2929 | |
2930 * international/fontset.el: Setup default fontset for new charsets. | |
2931 | |
29166 | 2932 2000-05-24 Dave Love <fx@gnu.org> |
2933 | |
2934 * info.el (Info-find-node-2): Restructure [following "Vadim | |
2935 S. Solomin" <sovs@uic.nnov.ru>]. | |
2936 | |
2937 * icomplete.el: Fix header for Finder. | |
2938 | |
2939 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
2940 | |
2941 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
2942 STAY. | |
2943 | |
2944 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
2945 (rmail-show-message): Add call to `rmail-auto-file' during | |
2946 display. | |
2947 (rmail-auto-file): New function. | |
2948 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2949 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
|
2950 |
29193 | 2951 * 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
|
2952 account. |
29193 | 2953 (ediff-test-utility,ediff-diff-mandatory-option) |
2954 (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
|
2955 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
|
2956 |
29193 | 2957 * 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
|
2958 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2959 |
29193 | 2960 * 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
|
2961 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2962 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
2963 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
|
2964 |
29193 | 2965 * 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
|
2966 |
29159 | 2967 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
2968 | |
2969 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
2970 aliases for hebrew-iso-8bit. | |
2971 | |
29148 | 2972 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
2973 | |
2974 * woman.el: New version from Francis J. Wright | |
2975 <F.J.Wright@Maths.QMW.ac.uk>. | |
2976 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
2977 names in environment variables regardless of the path separator. | |
2978 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
2979 on all files, since woman-file-regexp already filters out any | |
2980 directories. | |
2981 | |
29140 | 2982 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
2983 | |
29144 | 2984 * international/quail.el (quail-start-translation): Don't change |
2985 modified-p of the current buffer. | |
2986 (quail-start-conversion): Likewise. | |
2987 | |
2988 * international/kkc.el (kkc-region): Don't change modified-p of | |
2989 the current buffer. | |
2990 | |
29142 | 2991 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
2992 conform to RFC1468. | |
2993 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 2994 |
29138 | 2995 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
2996 | |
2997 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
2998 (speedbar-insert-button): Invisible text property fix. | |
2999 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
3000 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
3001 (speedbar-page-plus): Renamed from speedbar-file-+ | |
3002 (speedbar-page-minus): Renamed from speedbar-file-- | |
3003 (speedbar-page): Renamed from speedbar-file- | |
3004 (speedbar-tag): Renamed from speedbar-tag- | |
3005 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
3006 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
3007 (speedbar-expand-image-button-alist): Use above renames. | |
3008 | |
3009 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
3010 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
3011 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
3012 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
3013 * sb-pg.xpm: Renamed from sb-file.xpm | |
3014 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
3015 * 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
|
3016 |
29128 | 3017 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3018 | |
3019 * international/quail.el (quail-show-guidance-buf): Set | |
3020 current-input-method of the guidance buffer to the name of the | |
3021 curren input method. | |
3022 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3023 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3024 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3025 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3026 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3027 * 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
|
3028 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3029 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3030 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3031 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3032 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3033 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3034 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3035 * 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
|
3036 |
29116 | 3037 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3038 | |
29127 | 3039 * startup.el (command-line): Determine source file of compiled |
3040 user init file differently. Warn if compiled user init file | |
3041 is older than its source file. | |
3042 | |
29116 | 3043 * 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
|
3044 |
29112 | 3045 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
3046 | |
3047 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
3048 rather than `|' (which is not allowed on Windows). Replace the | |
3049 drive letters with a string "drive_X". | |
3050 | |
29110 | 3051 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3052 | |
3053 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
3054 | |
3055 * files.el (interpreter-mode-alist): Add `bash2'. | |
3056 | |
29091 | 3057 2000-05-22 Dave Love <fx@gnu.org> |
3058 | |
3059 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
3060 mapc. | |
3061 (feature-file): Avoid calling symbol-name. Doc fix. | |
3062 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
3063 (loadhist-hook-functions): Add mouse-position-function. | |
3064 (unload-feature): Change uses of mapcar. | |
3065 | |
3066 * files.el (parse-colon-path): Doc fix. | |
3067 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
3068 (set-auto-mode): Use mapc. | |
3069 | |
3070 * complete.el (PC-look-for-include-file): Use :alnum: character | |
3071 class. | |
3072 (partial-completion-mode): Add autoload cookie. | |
3073 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3074 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
|
3075 |
29102 | 3076 * 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
|
3077 `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
|
3078 |
29082 | 3079 2000-05-22 Dave Love <fx@gnu.org> |
3080 | |
3081 * bindings.el: Remove debug-ignored-errors set in other files. | |
3082 | |
3083 * progmodes/etags.el: Add to debug-ignored-errors. | |
3084 (visit-tags-table-buffer): Clear out buffers holding old tables | |
3085 when making a new list. | |
3086 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
3087 mapc. | |
3088 | |
3089 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
3090 quote keywords. | |
3091 (cmpl-string-case-type): Use character classes. | |
3092 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3093 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3094 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3095 * imenu.el: |
29082 | 3096 * mail/mh-e.el: |
3097 * progmodes/compile.el: Add to debug-ignored-errors. | |
3098 | |
3099 * dabbrev.el: Add to debug-ignored-errors. | |
3100 (dabbrev-completion): Use mapc. | |
3101 | |
29075 | 3102 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
3103 | |
3104 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
3105 (woman-mapcan, woman-parse-man.conf) | |
3106 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
3107 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
3108 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
3109 path syntax better. | |
3110 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
3111 (woman-manpath): Call woman-parse-man.conf. | |
3112 (woman-emulation): New defcustom, defaults to nroff. | |
3113 (woman-font-support): New defconst. | |
3114 (woman-use-symbol-font): New defcustom. | |
3115 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
3116 "Emulation". | |
3117 Many functions: Doc fix. | |
3118 | |
29072 | 3119 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
3120 | |
3121 * international/quail.el (quail-simple-translation-keymap): Map | |
3122 128..255 to quail-self-insert-command. | |
3123 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
3124 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3125 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3126 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3127 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3128 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3129 * 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
|
3130 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3131 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3132 * 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
|
3133 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3134 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3135 * 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
|
3136 |
29059 | 3137 2000-05-21 Dave Love <fx@gnu.org> |
3138 | |
29061 | 3139 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
3140 are invalid characters. | |
3141 | |
29059 | 3142 * international/mule-util.el (detect-coding-with-priority): Use |
3143 mapc. Remove redundant lambda. | |
3144 | |
3145 * international/mule-diag.el (list-non-iso-charset-chars) | |
3146 (describe-fontset): Remove redundant lambda. | |
3147 | |
3148 * emulation/crisp.el (brief-mode): New alias. | |
3149 | |
3150 * emacs-lisp/ring.el (ring-elements): New function. | |
3151 | |
3152 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
3153 (easy-menu-do-add-item): Use keywordp. | |
3154 | |
3155 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
3156 | |
3157 * replace.el: Doc and error message fixes. | |
3158 (replace-highlight): Use facep, not internal-find-face. | |
3159 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3160 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3161 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
3162 * 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
|
3163 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3164 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3165 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3166 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3167 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3168 (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
|
3169 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3170 (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
|
3171 (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
|
3172 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3173 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3174 (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
|
3175 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3176 (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
|
3177 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3178 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3179 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3180 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3181 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3182 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3183 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3184 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3185 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3186 (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
|
3187 (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
|
3188 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3189 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
|
3190 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3191 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3192 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3193 |
29029 | 3194 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
3195 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3196 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 3197 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
3198 | |
29028 | 3199 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
3200 | |
3201 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
3202 and insert, not subst-char-in-region. | |
3203 | |
3204 * international/mule-diag.el (list-character-sets-1): Handle | |
3205 charsets eight-bit-control and eight-bit-graphic. | |
3206 (list-iso-charset-chars): Likewise. | |
3207 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
3208 charactes as is. Use indent-to to align characters. | |
3209 | |
3210 * international/mule-cmds.el (find-multibyte-characters): Never | |
3211 exclude charsets eight-bit-control and eight-bit-graphic. | |
3212 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3213 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3214 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3215 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3216 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3217 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3218 * 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
|
3219 |
28993 | 3220 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3221 | |
3222 * gud.el (gud-jdb-directories): Doc fix. | |
3223 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3224 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3225 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3226 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3227 |
28988 | 3228 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3229 | |
28993 | 3230 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 3231 |
28982 | 3232 2000-05-18 Andreas Schwab <schwab@suse.de> |
3233 | |
3234 * dired.el (dired-between-files): Also skip lines beginning with | |
3235 `used'. | |
3236 | |
28978 | 3237 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
3238 | |
3239 * msb.el (msb-menu-cond): Add choice `user'. | |
3240 | |
28981 | 3241 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
|
3242 |
28981 | 3243 * ps-print.el: Compatibility, customization and doc fix. |
3244 (ps-printer-name-option): Replace defconst by defvar. | |
3245 (ps-postscript-code-directory): XEmacs compatibility. | |
3246 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3247 fix. | |
3248 (ps-user-defined-prologue, ps-print-prologue-header) | |
3249 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3250 compatibility and code fix. | |
3251 (ps-print-background-image, ps-print-background-text): | |
3252 Customization fix. | |
3253 (ps-line-number-start, ps-n-up-on): New vars. | |
3254 | |
28978 | 3255 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3256 | |
3257 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3258 the indent-comment function to just return the appropriate indent. | |
3259 | |
28975 | 3260 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3261 | |
3262 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3263 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3264 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3265 | |
28969 | 3266 2000-05-18 Dave Love <fx@gnu.org> |
3267 | |
3268 * info.el (Info-fontify-node): Add intangible property as well as | |
3269 invisible. | |
3270 | |
3271 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3272 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3273 | |
28965 | 3274 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3275 | |
3276 * international/mule-diag.el (describe-char-after): Call | |
3277 internal-char-font, not char-font. If internal-char-font returns | |
3278 nil, display "-- none --". | |
3279 | |
28959 | 3280 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3281 | |
3282 * image.el (image-type-available-p): Don't reference image-types | |
3283 if it isn't bound. | |
3284 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3285 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3286 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3287 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3288 |
28954 | 3289 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3290 | |
3291 * startup.el (command-line-1): Don't signal an error if the | |
3292 directory for auto-save-list files does not yet exist. | |
3293 | |
28950 | 3294 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3295 | |
3296 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3297 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3298 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3299 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3300 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3301 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3302 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
|
3303 |
28981 | 3304 * 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
|
3305 |
28942 | 3306 2000-05-16 Dave Love <fx@gnu.org> |
3307 | |
3308 * cus-edit.el: Don't require cl or easymenu. | |
3309 (custom-variable-prompt): Test standard-value property, not | |
3310 user-variable-p. | |
3311 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3312 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
|
3313 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3314 * 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
|
3315 |
28939 | 3316 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3317 | |
3318 * startup.el (command-line-1): Mention the FAQ in the startup | |
3319 message. | |
3320 | |
3321 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3322 | |
3323 * progmodes/compile.el (compilation-parse-errors): Collect | |
3324 `nomessage' regexps last. | |
3325 | |
3326 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3327 | |
3328 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3329 to the function name. | |
3330 | |
28926 | 3331 2000-05-15 Dave Love <fx@gnu.org> |
3332 | |
3333 * speedbar.el (speedbar-recenter): Typo. | |
3334 (speedbar-expand-line): Make arg optional. | |
3335 (speedbar-mode): Avoid a compiler warning. | |
3336 | |
28924 | 3337 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3338 | |
3339 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3340 user-specified option string is empty. | |
3341 | |
3342 * mouse.el (mouse-yank-at-click): Doc fix. | |
3343 | |
28921 | 3344 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3345 | |
3346 * term/internal.el (IT-character-translations): More updates of | |
3347 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3348 documents. | |
3349 | |
28919 | 3350 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3351 | |
3352 * env.el (getenv): New function, interactively callable. | |
3353 (setenv, getenv): Remove autoload cookies. | |
3354 | |
3355 * loadup.el: Load `env'. | |
3356 | |
3357 * progmodes/f90.el: Change author's mail address. | |
3358 | |
28908 | 3359 2000-05-14 Dave Love <fx@gnu.org> |
3360 | |
28911 | 3361 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3362 goto-addr as an option. | |
3363 | |
3364 * help.el (help-xref-stack): Doc fix. | |
3365 (help-xref-following): New variable. | |
3366 (help-make-xrefs): Use it. | |
3367 (help-xref-go-back): Use position information from stack element. | |
3368 (help-follow): Make position in stack element a pair. Use | |
3369 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3370 |
28911 | 3371 * autoarg.el: New file. |
3372 | |
3373 * faces.el: Declare more functions obsolete. | |
3374 | |
28908 | 3375 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3376 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3377 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3378 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3379 Remove all the setup-...-environment functions. | |
3380 | |
28903 | 3381 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3382 | |
28919 | 3383 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3384 >= when detecting. Require `defimage' safely. | |
28903 | 3385 (speedbar-easymenu-definition-base): Add toggle for images. |
3386 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3387 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3388 (speedbar-reconfigure-keymaps-hook): New variable. | |
3389 (speedbar-frame-parameters): Updated documentation. | |
3390 (speedbar-use-imenu-flag): Updated custom tag | |
3391 (speedbar-dynamic-tags-function-list): New variable. | |
3392 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3393 (speedbar-indentation-width, speedbar-indentation-width) New |
3394 variables. | |
3395 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3396 (speedbar-vc-indicator): Doc update. |
3397 (speedbar-ignored-path-expressions): Updated default value. | |
3398 (speedbar-supported-extension-expressions): Updated default value. | |
3399 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3400 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3401 as "+". Added overlay aliases. | |
3402 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3403 `force-mode-line-update'. | |
3404 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3405 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3406 `mouse-set-point' | |
28903 | 3407 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3408 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3409 of arbitrary text, and new helper functions. | |
3410 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3411 filename finder. | |
28903 | 3412 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3413 (speedbar-directory-buttons): Update path search/expansion. | |
3414 (speedbar-make-tag-line): Pay attention to | |
28919 | 3415 `speedbar-indentation-width'. Use more care w/ invisible |
3416 properties. | |
28903 | 3417 (speedbar-change-expand-button-char): Call |
3418 `speedbar-insert-image-button-maybe'. | |
3419 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 3420 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
3421 (speedbar-trim-words-tag-hierarchy) | |
3422 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 3423 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 3424 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
3425 functions. | |
28903 | 3426 (speedbar-mouse-set-point): New function |
3427 (speedbar-power-click): Updated documentation. | |
28919 | 3428 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
3429 of tag prefix text. | |
3430 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
3431 to strange text. | |
3432 (speedbar-expand-line): Takes universal argument to flush the | |
3433 cache. | |
28903 | 3434 (speedbar-flush-expand-line): New function. |
3435 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
3436 Use new generator insertion method. | |
3437 (speedbar-fetch-dynamic-tags): New function. | |
3438 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
3439 `speedbar-fetch-dynamic-imenu'. | |
3440 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
3441 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
3442 "Revert Buffer" menu items. | |
3443 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
3444 filename tag (for expansion purposes.). | |
28919 | 3445 (speedbar-highlight-one-tag-line, |
3446 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
3447 (speedbar-recenter): New functions. | |
28903 | 3448 (defimage-speedbar): Image loading abstraction. |
28919 | 3449 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
3450 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
3451 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
3452 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 3453 (speedbar-expand-image-button-alist): New variable. |
3454 (speedbar-insert-image-button-maybe): Insert an image over some | |
3455 buttons. | |
3456 | |
28894 | 3457 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
3458 | |
3459 * international/mule-cmds.el (encode-coding-char): An ASCII | |
3460 character is always encodable. | |
3461 | |
3462 * international/mule-conf.el: Add more information in descriptions | |
3463 of character sets. | |
3464 | |
28965 | 3465 * international/mule-diag.el (describe-char-after): New function. |
28894 | 3466 (describe-font-internal): Adjusted for the change of font-info. |
3467 (describe-font): Likewise. | |
3468 (print-fontset): Rewritten for the new fontset implementation. | |
3469 (describe-fontset): Include fontset alias names in completion. | |
3470 (list-fontsets): Adjusted for the change of print-fontset. | |
3471 | |
28895 | 3472 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
3473 describe-char-after instead of displaying the detail in the echo | |
3474 area. | |
28965 | 3475 (syntax-code-table): Format changed. |
3476 (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
|
3477 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3478 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3479 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3480 * 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
|
3481 |
28890 | 3482 2000-05-12 Dave Love <fx@gnu.org> |
3483 | |
3484 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
3485 dependence. Use line-{beginning,end}-position, not | |
3486 point-at{b,e}ol. Some doc fixes. | |
3487 (todo-position): New function. Fix callers of position to use it. | |
3488 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
3489 | |
28885 | 3490 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
3491 | |
3492 * time.el (display-time-mail-icon): Use `:ascent center'. | |
3493 | |
28893 | 3494 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
3495 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3496 |
28882 | 3497 2000-05-11 Dave Love <fx@gnu.org> |
3498 | |
28888 | 3499 * calendar/todo-mode.el: New file. |
28882 | 3500 |
28870 | 3501 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
3502 | |
28881 | 3503 * comint.el (comint-read-input-ring): Move reference to |
3504 comint-input-ring-size outside of the save-excursion. It was | |
3505 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
|
3506 |
28875 | 3507 * font-lock.el: Update copyright. Remove Simon Marshall's email |
3508 address on request from him. | |
3509 | |
28870 | 3510 * subr.el (substitute-key-definition): Add comment describing |
3511 the meaning of PREFIX. | |
3512 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3513 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3514 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3515 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3516 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3517 * 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
|
3518 (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
|
3519 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3520 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3521 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3522 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3523 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3524 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3525 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3526 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3527 * 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
|
3528 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3529 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3530 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3531 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3532 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3533 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3534 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3535 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3536 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3537 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3538 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3539 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3540 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3541 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3542 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3543 (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
|
3544 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3545 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3546 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3547 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3548 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3549 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3550 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3551 |
28845 | 3552 2000-05-09 Sam Steingold <sds@goems.com> |
3553 | |
3554 * apropos.el (apropos-print): use `describe-face' instead of | |
3555 `customize-face-other-window'. | |
3556 | |
28842 | 3557 2000-05-09 Dave Love <fx@gnu.org> |
3558 | |
3559 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
3560 | |
3561 * help.el (describe-variable): Have customize button pop the | |
3562 help-xref stack when invoked. | |
3563 (help-xref-symbol-regexp): Add `face'. | |
3564 (help-make-xrefs): Check for quoted face names and adapt regexp | |
3565 submatch numbers to cope. | |
3566 (help-xref-interned): Maybe insert face doc too. Separate | |
3567 sections with a line of hyphens. | |
3568 | |
28848 | 3569 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 3570 (describe-face): Add customize button. Return the help |
3571 text. Fix prompt. | |
3572 | |
28839 | 3573 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
3574 | |
3575 * term/internal.el (IT-character-translations): Fix last change. | |
3576 | |
28833 | 3577 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3578 | |
3579 * woman.el: New file | |
3580 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
3581 | |
28829 | 3582 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3583 | |
28831 | 3584 * term/internal.el (IT-character-translations): Update ASCII |
3585 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
3586 latin-iso8859-15. | |
3587 | |
28829 | 3588 * international/mule-cmds.el (set-language-info-alist): Call |
3589 define-prefix-command with 3 arguments, to make the map suitable | |
3590 for a menu. | |
3591 | |
28827 | 3592 2000-05-07 Dave Love <fx@gnu.org> |
3593 | |
30620
1a808437b658
Restore inadvertently-changed non-ASCII character.
Eli Zaretskii <eliz@gnu.org>
parents:
30619
diff
changeset
|
3594 * time.el: Small doc fixes from Pavel Janík ml. |
28827 | 3595 |
28825 | 3596 2000-05-05 Dave Love <fx@gnu.org> |
3597 | |
3598 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
3599 list in doc string. Don't quote keyword symbols. | |
3600 * emacs-lisp/cl.el: Likewise | |
3601 * emacs-lisp/cl-seq.el: Likewise | |
3602 | |
28823 | 3603 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
3604 | |
3605 * abbrev.el (abbrev-mode): Make ARG optional. | |
3606 | |
28812 | 3607 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
3608 | |
28817 | 3609 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
3610 | |
3611 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
3612 | |
28812 | 3613 * subr.el (substitute-key-definition): Clarify documentation. |
3614 | |
3615 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
3616 | |
3617 * glasses.el (glasses-convert-to-unreadable): Use | |
3618 `glasses-separator' instead of the hard-wired "_". | |
3619 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
3620 place. | |
3621 | |
28808 | 3622 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3623 | |
3624 * term/internal.el (cjk-codepages-alist): Add associations for | |
3625 Chinese and Korean codepages. Remove FIXME comment. | |
3626 | |
28806 | 3627 2000-05-03 Dave Love <fx@gnu.org> |
3628 | |
3629 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
3630 New option. | |
3631 (display-time-mail-icon): New variable. | |
3632 (display-time-string-forms): Use the above. Fix the local-map. | |
3633 | |
28795 | 3634 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
3635 | |
28805 | 3636 * replace.el (query-replace-map): Add binding for `E'. |
3637 (query-replace-help): Extend help text. | |
3638 (perform-replace): Allow editing the replacement string. | |
3639 | |
3640 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
3641 (makefile-mode): Set local abbrev table to | |
3642 makefile-mode-abbrev-table. | |
3643 (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
|
3644 |
28795 | 3645 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
3646 set TOGGLE's value. | |
3647 | |
28805 | 3648 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
3649 mail-interactive-insert-alias. | |
3650 (mail-abbrev-complete-alias): New command. | |
3651 (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
|
3652 |
28790 | 3653 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
3654 | |
3655 * language/lao-util.el (lao-compose-region): New function. | |
3656 | |
28782 | 3657 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
3658 | |
28789 | 3659 * files.el (recover-session): Make directories as necessary |
3660 if they don't exist yet. | |
3661 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3662 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3663 (french-calendar-multibyte-special-days-array) |
28782 | 3664 (french-calendar-special-days-array): Change French text. |
3665 (calendar-french-date-string): Change output. | |
3666 (calendar-goto-french-date): Likewise. | |
3667 | |
3668 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
3669 | |
3670 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
3671 (widget-documentation-string-value-create): Set `:always-active'. | |
3672 | |
28778 | 3673 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3674 | |
3675 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
3676 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
3677 (normal-top-level): Create the directory for auto-save files, if | |
3678 it doesn't already exist (in the ms-dos case only). | |
3679 | |
28775 | 3680 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3681 | |
3682 * international/mule-cmds.el (set-language-environment): Don't | |
3683 concat an integer (dos-codepage), use format instead. | |
3684 | |
28772 | 3685 2000-05-02 Dave Love <fx@gnu.org> |
3686 | |
3687 * help.el (help-xref-on-pp): Check for constant symbols. | |
3688 | |
28764 | 3689 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
3690 | |
3691 * startup.el (normal-top-level): Put a condition-case around | |
3692 the code loading subdirs.el. | |
3693 | |
3694 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
|
3695 |
28764 | 3696 * ps-print.el: Upside-down and face background color printing, |
3697 line number step, doc fix. | |
3698 (ps-print-version): New version number (5.2). | |
3699 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
3700 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
3701 (ps-spool-config): Var fix. | |
3702 (ps-printer-name-option): Const fix. | |
3703 (ps-print-upside-down, ps-use-face-background) | |
3704 (ps-line-number-step): New vars. | |
3705 (ps-window-system, ps-lp-system): New consts. | |
3706 (ps-face-background): New fun. | |
3707 | |
28759 | 3708 2000-04-28 Richard Stallman <rms@gnu.org> |
3709 | |
3710 * files.el (make-auto-save-file-name): | |
3711 Apply auto-save-file-name-transforms to visited file name | |
3712 before generating auto save file name. | |
3713 (auto-save-file-name-transforms): New variable. | |
3714 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3715 * files.el (backup-enable-predicate): |
28759 | 3716 Correctly test for a file under a temporary directory. |
3717 | |
28751 | 3718 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
3719 | |
3720 * subr.el (add-minor-mode): Rewritten. | |
3721 | |
28749 | 3722 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
3723 | |
3724 * mail/sendmail.el (sendmail-send-it): Set | |
3725 buffer-file-coding-system to the selected coding system for MIME | |
3726 header. | |
3727 | |
28748 | 3728 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
3729 | |
3730 * dired.el (dired-move-to-filename-regexp): Allow format where | |
3731 YYYY is followed by two spaces. | |
3732 | |
3733 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
3734 in the second character class of the regexp. | |
3735 | |
3736 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
3737 mh-etc, too. | |
3738 | |
3739 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
3740 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3741 |
28748 | 3742 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
3743 | |
3744 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
3745 argument. | |
3746 | |
3747 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
|
3748 |
28748 | 3749 * emacs-lisp/crm.el (crm-completion-table): New variable. |
3750 (crm-collection-fn, crm-test-completion) | |
3751 (completing-read-multiple): Use it. | |
3752 | |
28736 | 3753 2000-04-27 Dave Love <fx@gnu.org> |
3754 | |
3755 * help.el (locate-library): Use mapc. | |
3756 (help-manyarg-func-alist): Add call-process-region. | |
3757 | |
28724 | 3758 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
3759 | |
28729 | 3760 * subr.el (add-minor-mode): Make argument MAP optional. |
3761 | |
28724 | 3762 * desktop.el (desktop-save): Save list of minor modes. |
3763 (desktop-create-buffer): Restore minor modes. | |
3764 (desktop-minor-mode-table): New user-option. | |
3765 | |
3766 * subr.el (add-minor-mode): New function. | |
3767 | |
3768 * image.el (find-image): New function. | |
3769 (defimage): Rewritten to find image at load time. | |
3770 | |
3771 * startup.el (normal-top-level-add-to-load-path): Handle | |
3772 case that the default directory is not in load-path. | |
3773 | |
3774 * help.el: Old patch from Stefan Monnier. | |
3775 (help-xref-on-pp): New function. | |
3776 (describe-variable): Use it to display xrefs in a symbol's value. | |
3777 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3778 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3779 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3780 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3781 |
28713 | 3782 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
3783 | |
28715 | 3784 * mail/rmail.el (rmail-expunge): When there are no deleted |
3785 messages, do nothing. | |
28713 | 3786 |
28712 | 3787 2000-04-26 Dave Love <fx@gnu.org> |
3788 | |
3789 * international/mule-cmds.el (locale-translation-file-name): | |
3790 Defvar to nil. | |
3791 (set-locale-environment): Set it here (at runtime). | |
3792 | |
28710 | 3793 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
3794 | |
3795 * replace.el (perform-replace): Add parameters START and END. Use | |
3796 them instead of the check for a region in Transient Mark mode. | |
3797 (query-replace-read-args): Return two more list elements for the | |
3798 start and end of the region in Transient Mark mode. | |
3799 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
3800 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
3801 optional last arguments START and END and pass them to | |
3802 perform-replace. | |
3803 | |
3804 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
3805 form with additional arguments for perform-replace. | |
3806 | |
3807 * progmodes/etags.el (tags-query-replace): Add parameters START | |
3808 and END. Construct a form with additional arguments for | |
3809 perform-replace. | |
3810 | |
3811 * simple.el (shell-command): Set default directory for "*Shell | |
3812 Command Output" buffer. | |
3813 | |
3814 * language/european.el (iso-latin-4): Fix typo. | |
3815 | |
3816 * emacs-lisp/crm.el: New file. | |
3817 | |
28701 | 3818 2000-04-24 Dave Love <fx@gnu.org> |
3819 | |
3820 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
3821 (Custom-reset-saved, Custom-reset-standard) | |
3822 (custom-group-value-create, custom-group-set, custom-group-save) | |
3823 (custom-group-reset-current, custom-group-reset-saved) | |
3824 (custom-group-reset-standard): Use mapc. | |
3825 (custom-buffer-create-internal): Disable undo when creating items. | |
3826 Use mapc. | |
3827 (custom-face): Avoid redundant lambda. | |
3828 | |
28699 | 3829 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3830 | |
3831 * startup.el (auto-save-list-file-prefix): Set default to | |
3832 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
3833 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3834 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3835 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3836 * 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
|
3837 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3838 |
28695 | 3839 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3840 | |
3841 * frame.el (scrolling): New group. | |
3842 (automatic-hscrolling): New user-option. | |
3843 | |
3844 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
3845 `--line-spacing'. | |
3846 | |
28668 | 3847 2000-04-19 Dave Love <fx@gnu.org> |
3848 | |
3849 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
3850 (cl-mapc): Rename from mapc. Fix the funcall. | |
3851 | |
28653 | 3852 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
3853 | |
28660 | 3854 * simple.el (clone-indirect-buffer-other-window): New command. |
3855 (clone-indirect-buffer): Add optional arg NORECROD. | |
3856 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
3857 | |
28658 | 3858 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
3859 | |
3860 * window.el (count-screen-lines): New function. | |
3861 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
3862 instead of window-buffer-height. | |
3863 | |
3864 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
3865 non-existing variable comint-input-sentinel. | |
3866 (inferior-lisp-args-to-list): Removed. | |
3867 (inferior-lisp): Use split-string instead of | |
3868 inferior-lisp-args-to-list. | |
3869 | |
3870 * hexl.el (hexl-insert-hex-string): New command. | |
3871 | |
28653 | 3872 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
3873 instead of concat. | |
3874 | |
28634 | 3875 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
3876 | |
3877 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
3878 at the start of an existing but empty folder. | |
3879 | |
3880 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3881 | |
3882 * ps-mule.el: Customization fix, doc fix. | |
3883 (ps-multibyte-buffer): Customization fix. | |
3884 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
3885 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3886 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3887 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3888 |
28626 | 3889 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
3890 | |
3891 * textmodes/texinfo.el (texinfo-insert-@email) | |
3892 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
3893 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
3894 (texinfo-mode-map): Add key bindings for them. | |
3895 | |
3896 * files.el (basic-save-buffer-2): Use a template with `$' | |
3897 instead of `#' for VMS. | |
3898 | |
3899 * simple.el (clone-indirect-buffer): New function. | |
3900 | |
28621 | 3901 2000-04-16 Stephen Eglen <stephen@gnu.org> |
3902 | |
3903 * iswitchb.el (iswitchb-case): New function. If the user input | |
3904 contains any upper-case characters, the search is made | |
3905 case-sensitive. | |
3906 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3907 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3908 |
28621 | 3909 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
3910 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3911 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3912 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3913 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3914 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 3915 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
3916 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
|
3917 (texinfo-environments): New var. |
28621 | 3918 (texinfo-environment-regexp): Use regexp-opt and |
3919 texinfo-environments. | |
3920 | |
3921 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
3922 ispell-process is bound since this might be eval'd before ispell | |
3923 is loaded. | |
3924 (ispell-message): Use a tiny bit less magic and a bit more hard | |
3925 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
|
3926 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3927 * 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
|
3928 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3929 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3930 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3931 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3932 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3933 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3934 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3935 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3936 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3937 |
28602 | 3938 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
3939 | |
3940 * 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
|
3941 |
28602 | 3942 * ps-print.el: Fix counting lines in a region. |
3943 (ps-print-version): New version number (5.1.5). | |
3944 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
3945 (ps-printing-region): Fun code fix. | |
3946 | |
28600 | 3947 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
3948 | |
3949 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
3950 to file-directory-p. | |
3951 | |
28591 | 3952 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
3953 | |
3954 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
3955 exists before calling directory-files. | |
3956 | |
28578 | 3957 2000-04-13 Dave Love <fx@gnu.org> |
3958 | |
3959 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
3960 syntax. | |
3961 | |
3962 * emacs-lisp/cl-specs.el: Remove when, unless. | |
3963 | |
3964 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
3965 (cl-old-mapc): New variable. | |
3966 (mapc): Use it. | |
3967 (cl-map-intervals): Use with-current-buffer. Don't check for | |
3968 next-property-change. | |
3969 (cl-map-overlays): Use with-current-buffer. | |
3970 (cl-expt): Remove. | |
3971 (copy-tree, remprop): Define unconditionally. | |
3972 | |
3973 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
3974 | |
3975 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
3976 to use keywordp. | |
3977 (edebug-spec): Enable keywordp. | |
3978 | |
3979 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
3980 string-lessp. | |
3981 | |
3982 * cus-start.el: Use keywordp. | |
3983 | |
28577 | 3984 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
3985 | |
3986 * diary-lib.el (include-other-diary-files): Fix the fix of | |
3987 2000-02-18 by doing a save-excursion. | |
3988 | |
3989 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3990 | |
3991 * ps-print.el: Customization fix, doc fix. | |
3992 (ps-print-version): New version number (5.1.4). | |
3993 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
3994 (ps-print-preprint): Adjust code. | |
3995 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
3996 (ps-print-prologue-header, ps-print-control-characters) | |
3997 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3998 |
28564 | 3999 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
4000 | |
4001 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
4002 converted to the new menu-item format, names silightly changed, | |
4003 help strings added. | |
4004 | |
4005 Support for spelling without async subprocesses: | |
4006 | |
4007 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
4008 (ispell-session-buffer): New variables. | |
4009 (ispell-start-process, ispell-process-status, | |
4010 ispell-accept-output, ispell-send-string): New functions, for | |
4011 Ispell invocation when async subprocesses aren't supported. | |
4012 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
4013 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
4014 to process-send-string with calls to ispell-send-string, and | |
4015 accept-process-output with ispell-accept-output. | |
4016 (ispell-init-process): Call ispell-process-status instead of | |
4017 process-status with. | |
4018 (ispell-init-process): Call ispell-start-process. Call | |
4019 ispell-accept-output and ispell-send-string. Don't call | |
4020 process-kill-without-query and kill-process if they are unbound. | |
4021 (ispell-async-processp): New function. | |
4022 | |
28560 | 4023 2000-04-12 Dave Love <fx@gnu.org> |
4024 | |
4025 * info.el: Add debug-ignored-errors. | |
4026 (Info-mode-menu): Add some items. | |
4027 (Info-directory): Add autoload cookie. | |
4028 | |
4029 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
4030 Modify `truncate-lines'. Make `describe-language-environment' | |
4031 always visible and add help. Modify `describe-key' help. Invoke | |
4032 Info-directory from `info'. New entry `emacs-manual'. | |
4033 | |
28542 | 4034 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4035 | |
28549 | 4036 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
4037 propertized-buffer-identification. | |
4038 (ebrowse-update-member-buffer-mode-line): Likewise. | |
4039 (ebrowse--mode-strings): Removed. | |
4040 (ebrowse--mode-line-props): Removed. | |
4041 | |
28542 | 4042 * files.el (auto-mode-alist): Add `EBROWSE'. |
4043 | |
4044 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
4045 space before testing for end of buffer. | |
4046 (ebrowse-load): Removed. | |
4047 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
4048 (ebrowse-create-tree-buffer): Rewritten. | |
4049 (ebrowse-tree-mode): Read tree from buffer. | |
4050 | |
4051 * progmodes/ebrowse-ffh.el: Removed. | |
4052 | |
28535 | 4053 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
4054 | |
4055 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
4056 | |
28534 | 4057 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4058 | |
4059 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
4060 at the wrong place. | |
4061 | |
28783 | 4062 2000-04-09 Dave Love <fx@gnu.org> |
4063 | |
4064 * files.el (backup-enable-predicate): Use | |
4065 temporary-file-directory, small-temporary-file-directory. | |
4066 (make-backup-file-name-function, backup-directory-alist): New | |
4067 variables. | |
4068 (make-backup-file-name-1): New function. | |
4069 (make-backup-file-name): Use it. | |
4070 (find-backup-file-name): Likewise. Use format for clarity, not | |
4071 concat. | |
4072 (file-newest-backup): Use make-backup-file-name. | |
4073 | |
28523 | 4074 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
4075 | |
28530 | 4076 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4077 |
28530 | 4078 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
4079 to ebrowse-ffh.el. | |
4080 (ebrowse-load): Add autoload. | |
4081 | |
4082 * finder.el (finder-commentary): Add autoload cookie. | |
4083 | |
28523 | 4084 * mail/rfc2368.el: Correct author's email address. |
4085 | |
4086 * progmodes/ebrowse.el: New file. | |
4087 | |
4088 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
4089 item help string. | |
4090 (easy-menu-do-add-item): Ditto. | |
4091 (easy-menu-define): Extend doc string. | |
4092 | |
4093 * jit-lock.el (with-buffer-unmodified): Use | |
4094 restore-buffer-modified-p. | |
4095 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
4096 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
4097 with-buffer-unmodified. | |
4098 | |
28517 | 4099 2000-04-08 Dave Love <fx@gnu.org> |
4100 | |
4101 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
4102 unless, when. | |
4103 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4104 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
|
4105 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4106 * 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
|
4107 (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
|
4108 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
|
4109 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4110 |
28506 | 4111 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
4112 | |
4113 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
4114 like C-r. | |
4115 | |
4116 * progmodes/make-mode.el: Some doc fixes. | |
4117 (makefile-mode-abbrev-table): New variable. | |
4118 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
4119 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
4120 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
4121 | |
4122 * replace.el (perform-replace): Don't move forward one char | |
4123 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
4124 to do that because it leaves point 1 position after the last | |
4125 replacement, after everything has been replaced. | |
4126 | |
4127 * jit-lock.el (with-buffer-unmodified): New macro. | |
4128 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
4129 modified state. | |
4130 (jit-lock-function-1): Extracted from jit-lock-function; not | |
4131 preserving buffer's modified state. | |
4132 (jit-lock-function, jit-lock-stealth-fontify): Call | |
4133 jit-lock-function-1. | |
4134 | |
4135 * mail/rfc2368.el: Remove supernumerary copyright line. | |
4136 | |
28499 | 4137 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
4138 | |
4139 * glasses.el: Provide facilities for inserting space before left | |
4140 parentheses and uncapitalization of identifiers. | |
4141 (glasses-mode): Try to remove old overlays in all cases. | |
4142 | |
28485 | 4143 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
4144 | |
28496 | 4145 * progmodes/compile.el (compile-internal): Display the compilation |
4146 buffer in a different frame, if it's already displayed there. | |
4147 | |
28494 | 4148 * mail/rfc2368.el: New file. |
4149 | |
28492 | 4150 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
4151 header and insert its value as mail body. | |
4152 | |
4153 * subr.el (member-ignore-case): New function. | |
4154 | |
4155 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
4156 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
4157 from dabbrev-ignored-regexps. | |
4158 | |
28485 | 4159 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
4160 to extensions handled by gzip. | |
4161 | |
28492 | 4162 2000-04-03 Richard M. Stallman <rms@gnu.org> |
4163 | |
4164 * files.el (insert-directory): List the total free space | |
4165 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4166 |
28492 | 4167 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
4168 line is followed by one that matches CITATION-REGEXP, end the | |
4169 paragraph. | |
4170 | |
4171 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
4172 | |
4173 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
4174 (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
|
4175 |
28474 | 4176 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
4177 | |
4178 * international/mule-cmds.el (encoded-string-description): | |
4179 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 4180 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
4181 for hexadecimal format. | |
28474 | 4182 |
28468 | 4183 2000-04-01 Dave Love <fx@gnu.org> |
4184 | |
4185 * cpp.el: Change customization group to `c' from `C'. | |
4186 | |
4187 * vcursor.el (vcursor-move): Use display-color-p. | |
4188 | |
4189 * international/mule-util.el: Provide mule-utils. | |
4190 (string-to-sequence): Simplify and speed up. | |
4191 | |
4192 * international/mule.el (make-coding-system): Purecopy doc-string. | |
4193 | |
4194 * international/mule-cmds.el: Various menu changes. | |
4195 (describe-specified-language-support): Handle `Default'. | |
4196 (set-language-info): Purecopy `info'. | |
4197 | |
28462 | 4198 2000-03-31 Andrew Innes <andrewi@gnu.org> |
4199 | |
4200 * vc.el (vc-backend-diff): Return the correct status if we had to | |
4201 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
|
4202 |
28445 | 4203 2000-03-31 Dave Love <fx@gnu.org> |
4204 | |
28452 | 4205 * help.el (help-manyarg-func-alist): Correct several omissions. |
4206 | |
28450 | 4207 * add-log.el: Don't require cl, fortran. |
4208 (add-log-current-defun-function): Doc fix. | |
4209 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
4210 fix. | |
4211 (change-log-version-rcs): Function deleted. | |
4212 (change-log-version-number-search): Doc fix. Use | |
4213 vc-workfile-version. Avoid CL dolist. | |
4214 (add-change-log-entry): Just call add-log-current-defun to get | |
4215 defun. Simplify somewhat. | |
4216 (change-log-get-method-definition-1): Likewise. | |
4217 (add-log-current-defun): Return nil if calling | |
4218 add-log-current-defun-function does so. Move Fortran stuff to | |
4219 fortran.el. Return string without properties. | |
4220 | |
28445 | 4221 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
4222 and :alpha: char classes. | |
4223 | |
4224 * mail/supercite.el: Defvar curline when compiling. | |
4225 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
4226 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
4227 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
4228 | |
28444 | 4229 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
4230 | |
4231 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
4232 | |
4233 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4234 Re-enable new code. | |
4235 | |
4236 * lpr.el (print-region-1): Use -d to specify printer name for | |
4237 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
4238 | |
4239 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
|
4240 |
28444 | 4241 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4242 for function definition in symbol's function value slot first | |
4243 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
|
4244 |
28435 | 4245 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4246 | |
4247 * language/european.el ("Polish"): New language environment. | |
4248 (setup-polish-environment): New function. | |
4249 | |
28424 | 4250 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4251 | |
4252 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4253 Disable new code. | |
4254 | |
4255 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4256 trying to `load' the symbol of an autoload instead of the file | |
4257 recorded in the autoload. Fix error messages. | |
4258 | |
28429 | 4259 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4260 | |
4261 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4262 (ps-print-version): New version number (5.1.3). | |
4263 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4264 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4265 (ps-generate-postscript-with-faces): Code fix. | |
4266 (ps-color-values): XEmacs compatibility. | |
4267 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4268 (ps-default-fg, ps-default-bg): Adjust customization. | |
4269 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4270 (ps-color-scale): Renaming old ps-color-value fun. | |
4271 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4272 with ps-print-header variable. | |
4273 (ps-print-miscellany): New group. | |
4274 (ps-format-color, ps-rgb-color): New funs. | |
4275 (ps-default-foreground): New var. | |
4276 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4277 |
28416 | 4278 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4279 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4280 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4281 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4282 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4283 (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
|
4284 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4285 |
28416 | 4286 * lisp/locate.el: |
4287 (locate-word-at-point): Added this function | |
4288 (locate): Default to using locate-word-at-point as input | |
4289 Run dired-mode-hook | |
4290 | |
28405 | 4291 2000-03-29 Dave Love <fx@gnu.org> |
4292 | |
4293 * calendar/appt.el: Doc fixes. | |
4294 (appt-check): Convert min-to-app to a string before passing to | |
4295 appt-disp-window-function or concat. | |
4296 (appt-delete-window): Remove test for frame-root-window. | |
4297 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4298 | |
4299 * emacs-lisp/bytecomp.el: Doc fixes. | |
4300 (byte-compile-file-form-autoload): Update | |
4301 byte-compile-function-environment. | |
4302 | |
28403 | 4303 2000-03-29 Andreas Schwab <schwab@suse.de> |
4304 | |
4305 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4306 specially. | |
4307 | |
4308 * dired.el (dired-insert-directory): If dired-free-space-program | |
4309 failed just delete its output. | |
4310 | |
28395 | 4311 2000-03-29 Dave Love <fx@gnu.org> |
4312 | |
4313 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4314 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4315 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4316 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4317 clarity. | |
4318 | |
4319 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4320 | |
28377 | 4321 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4322 | |
4323 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4324 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4325 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4326 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4327 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4328 * 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
|
4329 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4330 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4331 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4332 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4333 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4334 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4335 |
28326 | 4336 2000-03-26 Dave Love <fx@gnu.org> |
4337 | |
28331 | 4338 * net/browse-url.el (browse-url): Re-fix case of |
4339 browse-url-browser-function being an alist. | |
4340 (browse-url): Add :link to defgroup. | |
4341 | |
28326 | 4342 * files.el: Doc fixes. |
4343 (file-truename): Include `[' in wildcard characters. | |
4344 (automount-dir-prefix): Customize. | |
4345 (find-file-wildcards): Add :version. | |
4346 (find-file-noselect): Simplify a mapcar call. | |
4347 | |
4348 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4349 compatible with inf-lisp version. | |
4350 (eval-defun-1): Fix custom-declare-variable case. | |
4351 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4352 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4353 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4354 * 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
|
4355 |
28303 | 4356 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4357 | |
28308 | 4358 * Makefile (COMPILE_FIRST): New macro. |
4359 (compile-files): Compile files from COMPILE_FIRST first. | |
4360 | |
4361 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4362 code. | |
4363 | |
28303 | 4364 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4365 matching open parenthesis in column 0 to defun-prompt-regexp | |
4366 only if open-paren-in-column-0-is-defun-start is set. | |
4367 | |
4368 * sun-curs.el: Require CL at compile-time only. | |
4369 | |
4370 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4371 instead of copy-list which is a function from CL. | |
4372 (msb--choose-menu, msb--mode-menu-cond) | |
4373 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4374 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4375 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4376 `(' in column 0 in doc string. | |
4377 (msb--add-separators): Use mapcar instead of mapcan. | |
4378 | |
4379 * cus-dep.el: Require CL at compile-time only. | |
4380 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4381 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4382 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4383 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4384 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4385 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4386 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4387 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4388 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4389 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4390 (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
|
4391 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4392 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4393 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4394 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4395 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4396 |
28292 | 4397 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4398 | |
4399 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4400 (rmail-expunge): Ask for confirmation depending on the setting | |
4401 of rmail-confirm-expunge. | |
4402 | |
4403 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4404 | |
4405 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4406 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4407 cause a bootstrap failure because things don't autoload as | |
4408 expected. | |
4409 | |
28289 | 4410 2000-03-23 Dave Love <fx@gnu.org> |
4411 | |
4412 * net/browse-url.el: Restore previous use of | |
4413 browse-url-maybe-new-window. | |
4414 | |
28287 | 4415 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4416 | |
4417 * ps-print.el: Skip banner page fix. | |
4418 (ps-print-version): New version number (5.1.2). | |
4419 (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
|
4420 |
28287 | 4421 2000-03-23 Dave Pearson <davep@davep.org> |
4422 | |
4423 * net/quickurl.el Changed the type of parameter passed to the | |
4424 function defined by `quickurl-format-function'. Before only the | |
4425 text of the URL was passed. Now the whole URL structure is passed | |
4426 and the function is responsible for extracting the parts it | |
4427 requires. Changed the default of `quickurl-format-function' | |
4428 accordingly. | |
4429 (quickurl-insert): Changed the `funcall' of | |
4430 `quickurl-format-function' to match the above change. | |
4431 (quickurl-list-insert): Changed the `url' case so that it makes | |
4432 use of `quickurl-format-function', previous to this the format was | |
4433 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4434 |
28283 | 4435 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
4436 | |
4437 * startup.el: Change some spellings for the X Window System. | |
4438 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4439 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4440 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4441 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4442 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
|
4443 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4444 |
28276 | 4445 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4446 | |
4447 * w32-fns.el (w32-charset-info-alist): Initialize. | |
4448 | |
28267 | 4449 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4450 | |
4451 * ps-print.el: N-up last page fix. | |
4452 (ps-print-version): New version number (5.1.1). | |
4453 (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
|
4454 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4455 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4456 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4457 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4458 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4459 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4460 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4461 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4462 * 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
|
4463 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4464 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4465 (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
|
4466 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
|
4467 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
|
4468 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4469 (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
|
4470 (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
|
4471 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4472 (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
|
4473 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4474 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4475 * 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
|
4476 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4477 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4478 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4479 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4480 * 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
|
4481 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4482 (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
|
4483 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4484 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4485 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4486 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4487 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4488 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4489 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4490 (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
|
4491 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
|
4492 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4493 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
|
4494 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4495 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4496 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4497 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4498 * 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
|
4499 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4500 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4501 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
|
4502 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4503 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4504 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4505 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4506 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
|
4507 (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
|
4508 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4509 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4510 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4511 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4512 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4513 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4514 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4515 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4516 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4517 |
28246 | 4518 2000-03-21 Jason Rumney <jasonr@gnu.org> |
4519 | |
4520 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
4521 (custom-button-pressed-face): Likewise. | |
4522 | |
28244 | 4523 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
4524 | |
4525 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
4526 (tags-loop-eval): New function. Bind case-fold-search around eval | |
4527 depending on the value of tags-case-fold-search. | |
4528 (tags-loop-continue): Use tags-loop-eval. | |
4529 (find-tag-in-order): Bind case-fold-search depending on the value | |
4530 of tags-case-fold-search. | |
4531 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4532 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4533 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4534 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4535 (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
|
4536 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4537 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4538 (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
|
4539 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4540 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4541 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4542 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4543 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4544 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4545 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4546 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4547 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4548 * 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
|
4549 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4550 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4551 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4552 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4553 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4554 |
28233 | 4555 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
4556 | |
4557 * term/x-win.el: Fontsets related initialization is simplified. | |
4558 | |
4559 * international/mule-diag.el (describe-font): Don't refer to | |
4560 global-fontset-alist, instead call font-list. | |
4561 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
4562 (print-fontset): Adjusted for the change of fontset | |
4563 implementation. | |
4564 | |
4565 * international/fontset.el (x-charset-registries): Variable | |
4566 removed, instead the corresponding data is stored in the default | |
4567 fontset. | |
4568 (register-alternate-fontnames): Function removed. | |
4569 (resolved-ascii-font): Variable removed. | |
4570 (x-compose-font-name): Ignore the second argument REDOCE. | |
4571 (x-complement-fontset-spec): Complement only an ASCII font and | |
4572 element for those charsets than can use that ASCII font. | |
4573 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
4574 instead call fontset-list. | |
4575 (uninstantiated-fontset-alist): Variable removed. | |
4576 (x-style-funcs-alist): Likewise. | |
4577 (fontset-default-styles): Likewise. | |
4578 (x-modify-font-name): Function removed. | |
4579 (create-fontset-from-fontset-spec): Ignore the argument | |
4580 STYLE-VARIANT. | |
4581 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
4582 change. | |
4583 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
4584 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4585 |
28233 | 4586 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
4587 (describe-face): Include `font' attribute in the description. | |
4588 | |
28219 | 4589 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
4590 | |
4591 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
4592 | |
28209 | 4593 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
4594 | |
28212 | 4595 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
4596 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
4597 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
|
4598 |
28209 | 4599 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
4600 about behavior of set-buffer-modified-p wrt redisplay. | |
4601 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4602 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4603 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4604 * 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
|
4605 |
28194 | 4606 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
4607 | |
4608 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
4609 is a string, convert it to a syntax cell using string-to-syntax. | |
4610 | |
4611 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
4612 (string-to-syntax): New function. | |
4613 | |
4614 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
4615 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 4616 try to use passive ftp mode. |
28194 | 4617 |
28189 | 4618 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
4619 | |
28209 | 4620 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 4621 |
4622 * simple.el (append-to-buffer): Update point of windows after | |
4623 insertion. | |
4624 | |
4625 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
4626 forward then moving backward. Reindent. | |
4627 | |
4628 * frame.el (other-frame): Call x-focus-frame only if | |
4629 focus-follows-mouse is off. | |
4630 | |
28185 | 4631 2000-03-17 Dave Love <fx@gnu.org> |
4632 | |
4633 * pcvs-util.el (cvs-strings->string): Rename | |
4634 replace-regexps-in-string. | |
4635 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4636 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4637 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4638 * 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
|
4639 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4640 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4641 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 4642 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4643 |
28174 | 4644 2000-03-16 Dave Love <fx@gnu.org> |
4645 | |
4646 * progmodes/f90.el (f90): Put custom group under `languages', not | |
4647 `fortran'. | |
4648 (f90-mode-hook): Customize. | |
4649 (f90-mode): Set add-log-current-defun-function. | |
4650 (f90-current-defun): New function. | |
4651 | |
28169 | 4652 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
4653 | |
28173 | 4654 * cus-edit.el (custom-variable-tag-face): Handle case that |
4655 default face's height is not a number. | |
4656 (custom-face-tag-face, custom-group-tag-face-1) | |
4657 (custom-group-tag-face): Ditto. | |
4658 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4659 |
28169 | 4660 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
4661 | |
28161 | 4662 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
4663 | |
4664 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
4665 requiring easymenu. | |
4666 | |
28155 | 4667 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4668 | |
4669 * ps-print.el: PostScript user-defined prologue, PostScript error | |
4670 handler, doc fix. | |
4671 (ps-print-version): New version number (5.1). | |
4672 (ps-user-defined-prologue, ps-error-handler-message) | |
4673 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
4674 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
4675 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4676 |
28150 | 4677 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
4678 | |
4679 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 4680 invalid self-assignment code. |
28150 | 4681 |
28149 | 4682 2000-03-14 Dave Love <fx@gnu.org> |
4683 | |
4684 * subr.el (replace-regexp-in-string): Renamed from | |
4685 replace-regexps-in-string. Doc fix. | |
4686 | |
28131 | 4687 2000-03-12 Dave Love <fx@gnu.org> |
4688 | |
4689 * cus-edit.el: Doc fixes. | |
4690 (customize-set-variable, customize-save-variable): Rename args for | |
4691 doc. | |
4692 (custom-variable-tag-face, custom-face-tag-face) | |
4693 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
4694 style which user identify as hyperlink. | |
4695 (hook): Don't add undefined functions to the hook. | |
4696 (debug-ignored-errors): Transfer message from bindings.el. | |
4697 | |
28120 | 4698 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4699 | |
4700 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
4701 double/nested definition. | |
4702 | |
28114 | 4703 2000-03-12 Dave Love <fx@gnu.org> |
4704 | |
4705 * facemenu.el (facemenu-get-face): Use display-color-p. | |
4706 * enriched.el (enriched-decode-foreground): Likewise. | |
4707 (enriched-decode-background): Likewise. | |
4708 * isearch.el (isearch-highlight): Likewise. | |
4709 * info-look.el (info-lookup): Likewise. | |
4710 * simple.el (completion-setup-function): Likewise. | |
4711 | |
4712 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
4713 :options. | |
4714 | |
4715 * bindings.el (mode-line-format): Fix line-number and | |
4716 column-number items. Add help-echo for the background. | |
4717 (mode-line-mule-info): Modify help-echo. | |
4718 | |
4719 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
4720 defcustom. | |
4721 | |
4722 * files.el (load-file): Allow completion to .elc. | |
4723 | |
4724 * man.el: Doc fixes. | |
4725 (Man-init-defvars): Use display-color-p to set fontification. | |
4726 | |
4727 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
4728 | |
28109 | 4729 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4730 | |
4731 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
4732 | |
4733 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
4734 | |
28098 | 4735 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
4736 | |
4737 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
4738 Fix comment. | |
4739 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4740 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4741 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4742 * 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
|
4743 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4744 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4745 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4746 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4747 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4748 * 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
|
4749 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4750 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4751 * 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
|
4752 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
|
4753 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4754 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4755 * 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
|
4756 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4757 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4758 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4759 |
28084 | 4760 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
4761 | |
4762 * textmodes/texinfo.el (texinfo-version): Variable and function | |
4763 removed. | |
4764 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4765 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4766 |
28114 | 4767 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
4768 allow more flexibility. | |
4769 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
4770 fns. | |
4771 (easy-mmode-defmap, easy-mmode-defsyntax) | |
4772 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4773 |
28085 | 4774 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 4775 |
4776 * rect.el (replace-rectangle): New function. | |
4777 | |
4778 2000-03-09 Dave Love <fx@gnu.org> | |
4779 | |
4780 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
4781 "C". | |
4782 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
4783 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
4784 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
4785 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
4786 fortran-comment-line-start here. Set comment-start, | |
4787 add-log-current-defun. | |
4788 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
4789 (fortran-current-defun): New function. | |
4790 | |
28073 | 4791 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
4792 | |
28077 | 4793 * emacs-lisp/re-builder.el: New file. |
4794 | |
28076 | 4795 * mouse.el (mouse-drag-region): Don't run up-event handler |
4796 if hscroll has changed. | |
4797 | |
28073 | 4798 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
4799 builtin operators, use `font-lock-builtin-face' for Emacs and | |
4800 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4801 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4802 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 4803 `(defun (setf foo)' differently. |
4804 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4805 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4806 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4807 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 4808 (regexp-opt): Update comment and adapt the code the new meaning of |
4809 the `paren' argument of regex-opt-group for shy-groups. | |
4810 (regexp-opt-depth): Handle shy groups as well as backslashed | |
4811 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4812 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4813 Allow `paren' to be a string (the string to use to open a group). |
28073 | 4814 Remove open-presuf and close-presuf. Instead of checking for `all |
4815 one-char' and then later on check for `several one-char', handle | |
4816 both cases close together. Also apply a more generic algorithm | |
4817 for suffixes (the mirror image of the algorithm used for | |
4818 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4819 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4820 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4821 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 4822 from comint-mode-map, so we can just inherit from it. Also, move |
4823 the initialization into the `defvar' since there's no docstring | |
4824 anyway and it's fairly short. | |
4825 (inferior-scheme-mode): Define it as derived-mode: the code is | |
4826 shorter and this way we inherit from comint-mode-map rather than | |
4827 copying it. | |
4828 | |
4829 * subr.el (replace-regexps-in-string): Properly handle the case | |
4830 where we match an empty string. | |
4831 | |
4832 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
4833 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
|
4834 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4835 |
28046 | 4836 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
4837 | |
28051 | 4838 * Makefile (compile-files): Compile files one by one because |
4839 that's the only way to ensure a clean compilation environment for | |
4840 each individual file. | |
4841 | |
28046 | 4842 * frame.el (other-frame): Call x-focus-frame. |
4843 | |
28040 | 4844 2000-03-07 Dave Love <fx@gnu.org> |
4845 | |
28043 | 4846 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
4847 :require to defcustom. | |
4848 | |
28040 | 4849 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
4850 lists. | |
4851 | |
4852 * files.el (auto-mode-alist): Add configure.in. | |
4853 | |
4854 * progmodes/autoconf.el: New file. | |
4855 | |
28034 | 4856 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
4857 | |
4858 * mail/mh-e.el: Change maintainer to `none'. | |
4859 | |
4860 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
4861 to remove-hook and add-hook. | |
4862 | |
4863 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
4864 | |
28035 | 4865 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 4866 it as the default. |
28035 | 4867 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
4868 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 4869 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4870 |
28024 | 4871 2000-03-07 Dave Love <fx@gnu.org> |
4872 | |
4873 * winner.el: Fix keywords, autoload cookies. Split | |
4874 eval-when-compile form to avoid compilation failure. | |
4875 | |
28017 | 4876 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
4877 | |
4878 * international/mule.el: Modify comment about coding system | |
4879 property `coding-category'. | |
4880 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
4881 coding-category property of PROPERTIES. | |
4882 | |
4883 * international/mule-conf.el (coding-category-utf-8, | |
4884 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
4885 categories. Include them in the argument for set-coding-priority. | |
4886 | |
4887 * international/mule-cmds.el (reset-language-environment): Include | |
4888 coding-category-utf-8, coding-category-utf-16-be, and | |
4889 coding-category-utf-16-le in the argument for set-coding-priority. | |
4890 (reset-language-environment): Initialize coding-category-utf-8, | |
4891 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
4892 | |
28014 | 4893 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
4894 | |
4895 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
4896 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
4897 extensions as well as compression extensions. | |
4898 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4899 |
27976 | 4900 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
4901 | |
4902 * strokes.el: Change maintainer's mail address. | |
4903 | |
27972 | 4904 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
4905 | |
4906 * international/mule-diag.el (list-character-sets): Make help-echo | |
4907 string by substitute-command-keys. | |
4908 (list-character-sets): Likewise. | |
4909 (sort-listed-character-sets): Call help-setup-xref. | |
4910 | |
27965 | 4911 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
4912 | |
4913 * time.el (display-time-mail-file): Add `none' to the list of | |
4914 choices. | |
4915 | |
27954 | 4916 2000-03-01 Dave Love <fx@gnu.org> |
4917 | |
27959 | 4918 * help.el (help-xref-go-back): Don't try to set position. |
4919 | |
27954 | 4920 * international/mule-diag.el (list-character-sets): Call |
4921 help-setup-xref. Add help-echo to xrefs. | |
4922 (list-character-sets-1): Add help-echo to xrefs. | |
4923 | |
27949 | 4924 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
4925 | |
4926 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
4927 the mode off. | |
4928 | |
4929 * add-log.el (add-log-current-defun): Add support for | |
4930 Autoconf mode. | |
4931 | |
4932 * mail/rmail.el (rmail-quit-hook): New variable. | |
4933 | |
27931 | 4934 2000-03-01 Dave Love <fx@gnu.org> |
4935 | |
27935 | 4936 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
4937 | |
27931 | 4938 * help.el (help-xref-button): Add help-echo arg. |
4939 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
4940 | |
4941 * faces.el (list-faces-display): Supply help-echo with | |
4942 help-make-xrefs. | |
4943 | |
4944 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
4945 nil. | |
4946 | |
27919 | 4947 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
4948 | |
27927 | 4949 * image.el (defimage): Look for image files in load-path. |
4950 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4951 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 4952 `number'. |
4953 | |
27927 | 4954 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
4955 | |
4956 * recentf.el (recentf): Added version tag to the defgroup of | |
4957 recentf. | |
4958 | |
4959 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4960 | |
4961 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
4962 too. | |
4963 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
4964 action to select/unselect a file. | |
4965 (recentf-edit-list): Code cleanup and improvement. | |
4966 (recentf-open-more-files-action): `recentf-open-more-files' button | |
4967 widget action to open a file. | |
4968 (recentf-open-more-files): No more use standard completion but | |
4969 widgets. | |
4970 (recentf-more-collection): Deleted. | |
4971 (recentf-more-history): Deleted. | |
4972 (recentf-setup-more-completion): Deleted. | |
4973 | |
4974 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4975 | |
4976 * recentf.el (recentf-mode): No more needs that Emacs is running | |
4977 under a window-system. | |
4978 | |
4979 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4980 | |
4981 * recentf.el (recentf-edit-list): New command to edit the recent | |
4982 list which allow the user to remove files. | |
4983 (recentf-edit-selected-items): New global variable, used by | |
4984 `recentf-edit-list' to hold the list of files to be removed from | |
4985 the recent list. | |
4986 (recentf-make-menu-items): Updated to display a "Edit list..." | |
4987 menu item. Minor code cleanup. | |
4988 | |
4989 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4990 | |
4991 * recentf.el (recentf-open-more-files): New command to open files | |
4992 that are not displayed in the menu. | |
4993 (recentf-more-collection): New global variable holding the set of | |
4994 permissible completions used by `recentf-open-more-files'. | |
4995 (recentf-more-history): New global variable holding the history list | |
4996 used by `recentf-open-more-files' completion. | |
4997 (recentf-setup-more-completion): New function to setup completion for | |
4998 `recentf-open-more-files'. | |
4999 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
5000 | |
5001 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5002 | |
5003 * recentf.el (recentf-menu-action): Doc fixed. | |
5004 | |
5005 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5006 | |
5007 * recentf.el (recentf-menu-filter): Doc updated. | |
5008 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
5009 (recentf-make-menu-items): New menu filter handling. | |
5010 (recentf-make-menu-item): New helper function. | |
5011 (recentf-menu-elements): New menu handling function. | |
5012 (recentf-sort-ascending): Updated to new menu filter handling. | |
5013 (recentf-sort-descending): Updated to new menu filter handling. | |
5014 (recentf-sort-basenames-ascending): New menu filter function. | |
5015 (recentf-sort-basenames-descending): New menu filter function. | |
5016 (recentf-show-basenames): New menu filter function. | |
5017 (recentf-show-basenames-ascending): New menu filter function. | |
5018 (recentf-show-basenames-descending): New menu filter function. | |
5019 | |
27919 | 5020 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5021 | |
5022 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
5023 the end of the buffer. | |
5024 | |
27911 | 5025 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
5026 | |
5027 * international/mule-diag.el (list-character-sets): Completely | |
5028 rewritten. | |
5029 (sort-listed-character-sets): New function. | |
5030 (list-character-sets-1): Completely rewritten. | |
5031 (list-character-sets-2): New function. | |
5032 (non-iso-charset-alist): New variable. | |
5033 (decode-codepage-char): New function. | |
5034 (charset-history): New variable. | |
5035 (read-charset) (list-block-of-chars) | |
5036 (list-iso-charset-chars) | |
5037 (list-non-iso-charset-chars) | |
5038 (list-charset-chars): New functions. | |
5039 (mule-diag): Call list-character-sets-2, not | |
5040 list-character-sets-2. | |
5041 (dump-charsets): Likewise. | |
5042 | |
27910 | 5043 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
5044 | |
27919 | 5045 * dired-x.el (dired-filename-at-point): Add `@' to valid |
5046 file name characters. | |
5047 (dired-filename-at-point): Handle ange-ftp file names. | |
5048 | |
27910 | 5049 * frame.el (frame-notice-user-settings): Use assq-delete-all |
5050 instead of assoc-delete-all. | |
5051 (frame-notice-user-settings): Ditto. | |
5052 | |
5053 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
5054 Don't copy alist. | |
5055 | |
27906 | 5056 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
5057 | |
5058 * calculator.el (calculator-use-menu): New option. | |
5059 (calculator-initial-bindings): Changed some bindings to work as | |
5060 macros. | |
5061 (calculator-forced-input): Removed. | |
5062 (calculator-restart-other-mode): New variable. | |
5063 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5064 |
27906 | 5065 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
5066 | |
5067 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
5068 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5069 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5070 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
|
5071 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5072 * 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
|
5073 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
|
5074 (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
|
5075 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
|
5076 * 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
|
5077 * 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
|
5078 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
|
5079 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
|
5080 * 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
|
5081 * 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
|
5082 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5083 |
27898 | 5084 2000-02-27 Jason Rumney <jasonr@gnu.org> |
5085 | |
5086 * faces.el (face-font-family-alternatives): Add arial to helv. | |
5087 (mode-line, header-line, tool-bar): Same default as x for w32. | |
5088 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
5089 face-font-family-alternatives from working. | |
5090 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
5091 chosen font. | |
5092 | |
27873 | 5093 2000-02-25 Sam Steingold <sds@goems.com> |
5094 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
5095 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 5096 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5097 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5098 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 5099 |
5100 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
5101 | |
27856 | 5102 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
5103 | |
5104 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
5105 writable. | |
5106 | |
27868 | 5107 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 5108 |
27847 | 5109 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
5110 | |
5111 * frame.el (show-cursor-in-non-selected-windows): New option. | |
5112 | |
27845 | 5113 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5114 | |
5115 * diary-lib.el (include-other-diary-files): Undo the selective | |
5116 display in any included file and don't kill it. | |
5117 | |
27841 | 5118 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
5119 | |
5120 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
5121 bar. Menu items converted to (menu-item format, help strings | |
5122 added. | |
5123 [downcase, upcase]: Don't enable on MS-DOS. | |
5124 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
5125 bound. | |
5126 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
5127 | |
27825 | 5128 2000-02-23 Dave Love <fx@gnu.org> |
5129 | |
27838 | 5130 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
5131 (backward-kill-word): Revert addition of * to interactive spec -- | |
5132 it's a feature. | |
5133 | |
5134 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
5135 (backward-kill-sentence, kill-sentence): Likewise. | |
5136 | |
27835 | 5137 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
5138 scratch buffer name. | |
5139 (gud-format-command): Use int-to-string in ?l case. Simplify | |
5140 slightly. | |
5141 | |
5142 * term/w32-win.el (internal-face-interactive): Update prompt for | |
5143 new read-face-name. | |
5144 | |
5145 * mail/footnote.el (footnote): Add :version to defgroup. | |
5146 (footnote-section-tag-regexp): Customize. | |
5147 (footnote-start-tag, footnote-end-tag): New option. | |
5148 (footnote-latin-regexp): New variable. | |
5149 (Footnote-latin): New function. | |
5150 (footnote-style-alist): Add element for latin style. | |
5151 (footnote-style): Moved. | |
5152 (Footnote-goto-footnote): Use eq to test arg. | |
5153 | |
5154 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
5155 | |
27825 | 5156 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
5157 (byte-compile-trueconstp): Include keywords. | |
5158 (byte-optimize-quote, byte-optimize-lapcode): Use | |
5159 byte-compile-const-symbol-p. | |
5160 (byte-optimize-char-before): New optimization. | |
5161 | |
5162 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
5163 (byte-compile-const-symbol-p): New function. | |
5164 (byte-compile-constp, byte-compile-out-toplevel) | |
5165 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
5166 Use it. | |
5167 | |
5168 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
5169 | |
27813 | 5170 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
5171 | |
27815 | 5172 * international/encoded-kb.el: Be sure to update minor-mode-alist |
5173 and minor-mode-map-alist. | |
5174 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
5175 codes SS2 and SS3 correctly. | |
5176 (encoded-kbd-self-insert-ccl): New function. | |
5177 (encoded-kbd-setup-keymap): New function. | |
5178 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
5179 by calling encoded-kbd-setup-keymap. | |
5180 | |
27813 | 5181 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
5182 characters. | |
5183 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
5184 locally. | |
5185 | |
27811 | 5186 2000-02-22 Dave Love <fx@gnu.org> |
5187 | |
5188 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
5189 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
5190 defvar. | |
5191 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
5192 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
5193 classes. Match `defface'. | |
5194 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
5195 (eval-defun-1): Fix for defcustom. | |
5196 (lisp-indent-region): Doc fix. | |
5197 | |
5198 * subr.el (when, unless, split-string): Doc fix. | |
5199 (read-passwd): Move call of clear-this-command-keys to the right | |
5200 place. | |
5201 (replace-regexps-in-string): New function. | |
5202 | |
27807 | 5203 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
5204 | |
5205 * help.el (describe-variable): Set syntax table to | |
5206 emacs-lisp-mode-syntax-table when moving forward over the | |
5207 symbol's name. | |
5208 | |
27805 | 5209 2000-02-22 Dave Love <fx@gnu.org> |
5210 | |
5211 * xt-mouse.el: Doc fixes. | |
5212 (xterm-mouse-position-function): New function, replacing advice of | |
5213 mouse-position. | |
5214 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
5215 | |
5216 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
5217 | |
27794 | 5218 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
5219 | |
5220 * format.el (format-annotate-single-property-change): Handle | |
5221 properties.with dotted-list values. | |
5222 (format-proper-list-p): New function. | |
5223 | |
5224 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
5225 . COLOR) and (background-color . COLOR). | |
5226 | |
27788 | 5227 2000-02-20 Dave Love <fx@gnu.org> |
5228 | |
5229 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
5230 and assignments to it. | |
5231 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
5232 current local map. | |
5233 (make-flyspell-overlay): Use it. | |
5234 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
5235 | |
5236 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
5237 (lm-get-header-re): Defun, not defsubst. | |
5238 (lm-get-package-name): Defun, not defsubst. Simplify. | |
5239 (lm-version): Doc fix. Simplify. | |
5240 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5241 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5242 (lm-verify, lm-synopsis): Simplify. | |
5243 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5244 | |
27785 | 5245 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5246 | |
5247 * dired.el (dired-mode): Call propertized-buffer-identification | |
5248 to set mode-line-buffer-identification to something having | |
5249 the right text properties. | |
5250 | |
5251 * bindings.el (propertized-buffer-identification): New function. | |
5252 | |
27777 | 5253 2000-02-20 Dave Love <fx@gnu.org> |
5254 | |
5255 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5256 check for t-mouse too. | |
5257 | |
5258 * cus-start.el: Make echo-keystrokes `number'. | |
5259 | |
27776 | 5260 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5261 | |
5262 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5263 Don't call ring-empty-p unless tags-location-ring is bound. | |
5264 From Noah Friedman <friedman@splode.com>. | |
5265 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5266 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5267 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5268 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5269 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5270 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5271 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5272 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5273 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5274 (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
|
5275 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
|
5276 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5277 |
27757 | 5278 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5279 | |
5280 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5281 | |
27749 | 5282 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5283 | |
27754 | 5284 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5285 | |
27749 | 5286 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5287 of `*' to handle `(* ... *)' comments. | |
5288 | |
27732 | 5289 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5290 | |
27737 | 5291 * 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
|
5292 window-system. |
27737 | 5293 |
27732 | 5294 * menu-bar.el (global-map): Menu-bar items converted to the new |
5295 format (menu-item..., rearranged for better CUA compliance, and | |
5296 their names changed for better clarity. Help strings added. | |
5297 | |
5298 * international/mule-cmds.el (mule-menu-keymap) | |
5299 (describe-language-environment-map, set-coding-system-map) | |
5300 (setup-language-environment-map): Convert to new (menu-item... | |
5301 form, add help strings. Change names of menu items for better | |
5302 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5303 submenu). | |
5304 | |
27729 | 5305 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5306 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5307 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5308 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5309 |
27717 | 5310 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5311 |
27717 | 5312 * faces.el: Don't require custom. Add more specific :groups to |
5313 various deffaces. | |
5314 (set-face-attribute): Purecopy args. | |
5315 (read-face-name): Default to name at point and use it in prompt. | |
5316 Remove colon from arg in all callers. | |
5317 (list-faces-display): Hyperlink to face descriptions and customize | |
5318 buffers. | |
5319 | |
27712 | 5320 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5321 | |
5322 * wid-edit.el (widget-match-inline): An atom never matches a | |
5323 list. | |
5324 | |
27707 | 5325 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5326 | |
27713 | 5327 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5328 at ':' characters by call to split-string. | |
27707 | 5329 |
5330 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5331 | |
27713 | 5332 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5333 |
5334 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5335 | |
27713 | 5336 * textmodes/bibtex.el: Some temporary comments removed. |
5337 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5338 explicit. | |
5339 (bibtex-field-const): Allow capital letters. | |
5340 (bibtex-start-of-string): Deleted because unused. | |
5341 | |
5342 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5343 use the term 'reference' to describe a bibtex entry as a whole. | |
5344 Further, reference keys are no longer called 'labels'. | |
5345 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5346 (bibtex-reformat-previous-labels): Renamed to | |
5347 bibtex-reformat-previous-reference-keys. | |
5348 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5349 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5350 (bibtex-reference-maybe-empty-head): Renamed to | |
5351 bibtex-entry-maybe-empty-head. | |
5352 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5353 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5354 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5355 bibtex-enclosing-entry-maybe-empty-head. | |
5356 (bibtex-entry-field-alist, bibtex-entry-head, | |
5357 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5358 bibtex-map-entries, bibtex-search-entry, | |
5359 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5360 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5361 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5362 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5363 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5364 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5365 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5366 |
5367 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5368 | |
27713 | 5369 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5370 comment. | |
5371 (bibtex-format-field-delimiters): New function, functionality | |
5372 extracted from bibtex-format-entry. | |
5373 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5374 extracted from bibtex-autokey-get-yearfield. | |
5375 | |
5376 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5377 entries in order to avoid stack overflow in the regexp matcher if | |
5378 field contents become large. | |
5379 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5380 bibtex-field-string-part-not-braced, | |
5381 bibtex-field-string-part-no-inner-braces, | |
5382 bibtex-field-string-part-1-inner-brace, | |
5383 bibtex-field-string-part-2-inner-braces, | |
5384 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5385 bibtex-field-string-quoted, bibtex-field-string, | |
5386 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5387 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5388 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5389 as parsing is now performed by the following functions. | |
5390 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5391 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5392 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5393 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5394 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5395 bibtex-search-forward-field, bibtex-search-backward-field, | |
5396 bibtex-start-of-field, bibtex-end-of-field, | |
5397 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5398 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5399 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5400 bibtex-parse-string, bibtex-search-forward-string, | |
5401 bibtex-search-backward-string, bibtex-start-of-string, | |
5402 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5403 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5404 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5405 entries. Instead of reporting the results of the parsing by | |
5406 match-beginning or match-end, these functions return data structures | |
5407 that hold the corresponding positions. | |
5408 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5409 return values rather than by match-beginning or match-end. The | |
5410 following functions have been adapted to use the new parsing | |
5411 functions. | |
5412 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5413 bibtex-enclosing-field, bibtex-format-entry, | |
5414 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
5415 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
5416 bibtex-print-help-message, bibtex-end-of-entry, | |
5417 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
5418 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5419 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
5420 method for parsing. | |
5421 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
5422 bibtex-map-entries, bibtex-flash-head, | |
5423 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
5424 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
5425 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
5426 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5427 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
5428 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5429 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
5430 order to make the new binding of case-fold-search immediately | |
5431 visible. | |
27707 | 5432 |
5433 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5434 | |
27713 | 5435 * textmodes/bibtex.el: Copyright notice is up to date. |
5436 Added constant 'bibtex-maintainer-salutation. | |
5437 | |
5438 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
5439 than make-temp-name, use match-string-no-properties and eliminate | |
5440 a quadratic behavior when building bibtex-strings. | |
5441 | |
5442 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
5443 reference key contains upper case letters. | |
27707 | 5444 |
5445 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5446 | |
27713 | 5447 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5448 a new line. | |
27707 | 5449 |
5450 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5451 | |
27713 | 5452 * bibtex.el: Hiding of entry bodies is not longer provided by |
5453 bibtex.el directly. Instead the hideshow package can be used. | |
5454 Added a special bibtex entry to hs-special-modes-alist. | |
5455 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 5456 |
5457 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5458 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5459 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5460 at ':' characters by call to split-string. |
27729 | 5461 |
5462 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5463 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5464 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 5465 |
5466 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5467 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5468 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5469 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5470 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5471 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5472 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5473 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5474 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5475 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
|
5476 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5477 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5478 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5479 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5480 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5481 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5482 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5483 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5484 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5485 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5486 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5487 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5488 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5489 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5490 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5491 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5492 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5493 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5494 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5495 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5496 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5497 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 5498 |
5499 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5500 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5501 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5502 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5503 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5504 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5505 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5506 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5507 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5508 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5509 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
|
5510 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5511 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5512 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5513 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5514 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5515 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5516 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
|
5517 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5518 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5519 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
|
5520 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
|
5521 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5522 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5523 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5524 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5525 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5526 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
|
5527 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5528 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5529 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
|
5530 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
|
5531 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5532 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5533 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5534 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
|
5535 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
|
5536 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
|
5537 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5538 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5539 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5540 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5541 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
|
5542 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5543 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5544 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5545 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5546 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5547 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5548 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5549 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5550 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
|
5551 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
|
5552 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5553 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5554 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5555 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5556 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5557 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5558 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
|
5559 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5560 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5561 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
|
5562 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
|
5563 visible. |
27729 | 5564 |
5565 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5566 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5567 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5568 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5569 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5570 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5571 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
|
5572 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5573 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5574 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5575 reference key contains upper case letters. |
27729 | 5576 |
5577 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5578 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5579 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5580 a new line. |
27729 | 5581 |
5582 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5583 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5584 * 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
|
5585 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5586 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5587 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 5588 |
5589 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5590 | |
27713 | 5591 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 5592 proceedings entry type (for cross referencing). Thanks to Wagner |
5593 Toledo Correa for the suggestion. | |
5594 | |
27713 | 5595 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 5596 |
27690 | 5597 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
5598 | |
5599 * international/characters.el: Setup case table for Vietnamese. | |
5600 | |
27687 | 5601 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
5602 | |
5603 * uniquify.el (toplevel): Require CL at compile time. | |
5604 (uniquify-push): Removed. | |
5605 | |
5606 * shadowfile.el (shadow-when): Removed. | |
5607 | |
5608 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
5609 (tempo-process-and-insert-string): Use dolist instead of | |
5610 tempo-dolist. | |
5611 | |
5612 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
5613 regexp for paragraph-start. | |
5614 | |
5615 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
5616 commas as well. | |
5617 | |
27657 | 5618 2000-02-10 Dave Love <fx@gnu.org> |
5619 | |
5620 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
5621 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
5622 Deleted. | |
5623 (widget-specify-field, widget-specify-button): Don't use | |
5624 widget-mouse-help as help-echo property. | |
5625 (default): Use #'ignore for :validate and :mouse-down-action. | |
5626 (checkbox): Add help-echo. | |
5627 (widget-sexp-validate): Rewritten to clarify error messages. | |
5628 (character): Use char-valid-p in :match function. | |
5629 (widget-color-complete): Use facemenu-color-alist. | |
5630 (widget-color-action): Use facemenu-read-color. | |
5631 | |
5632 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
5633 set up `caar' &c that we now have. | |
5634 | |
27713 | 5635 2000-02-09 Ray Blaak <blaak@gnu.org> |
5636 | |
5637 * delphi.el: Make resourcestring a declaration region, like const | |
5638 and var. | |
5639 | |
27652 | 5640 2000-02-09 Dave Love <fx@gnu.org> |
5641 | |
5642 * bindings.el (mode-line-input-method-map): New variable. | |
5643 (mode-line-mule-info): Use it; fix last change. | |
5644 (mode-line-mode-menu): Move definition. | |
5645 (mode-line-mouse-sensitive-p): Deleted. | |
5646 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
5647 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
5648 level. | |
5649 | |
5650 * startup.el (command-line-1): Don't call | |
5651 make-mode-line-mouse-sensitive. | |
5652 | |
27644 | 5653 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
5654 | |
5655 * mail/rmail.el (rmail-retry-failure): Use | |
5656 rmail-beginning-of-message before rmail-toggle-header, because the | |
5657 former toggles headers. | |
5658 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5659 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
|
5660 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
5661 * 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
|
5662 (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
|
5663 (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
|
5664 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
|
5665 (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
|
5666 (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
|
5667 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5668 * 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
|
5669 (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
|
5670 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
|
5671 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5672 (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
|
5673 (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
|
5674 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
|
5675 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
|
5676 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5677 (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
|
5678 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5679 (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
|
5680 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
|
5681 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5682 (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
|
5683 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
|
5684 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5685 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
|
5686 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5687 * 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
|
5688 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
|
5689 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5690 * 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
|
5691 |
27610 | 5692 2000-02-04 Dave Love <fx@gnu.org> |
5693 | |
27617 | 5694 * bindings.el (mode-line-mule-info): Fix/extend last change. |
5695 | |
27610 | 5696 * completion.el: Replace completion-dolist with dolist. |
5697 | |
5698 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
5699 dotimes. | |
5700 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5701 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5702 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5703 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5704 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5705 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5706 * 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
|
5707 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5708 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5709 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5710 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5711 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5712 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5713 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5714 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5715 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5716 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5717 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5718 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5719 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5720 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5721 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5722 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5723 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5724 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5725 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5726 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5727 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5728 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5729 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5730 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5731 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5732 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5733 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5734 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5735 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5736 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5737 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5738 (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
|
5739 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5740 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5741 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5742 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5743 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5744 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5745 |
27590 | 5746 2000-02-02 Dave Love <fx@gnu.org> |
5747 | |
5748 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
5749 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
5750 | |
5751 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
5752 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
5753 the new builtins directly. | |
5754 | |
5755 * whitespace.el (whitespace): Add :version to defgroup. | |
5756 | |
5757 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
5758 Doc fix. | |
5759 | |
5760 * thingatpt.el (sexp-at-point, symbol-at-point) | |
5761 (number-at-point, list-at-point): Add autoload cookie. | |
5762 | |
5763 * recentf.el (recentf): Add :version to defgroup. | |
5764 | |
5765 * quickurl.el (quickurl): Add :version to defgroup. | |
5766 | |
5767 * elide-head.el (elide-head): Use point-marker more. | |
5768 | |
5769 * bs.el (bs): Add :version to defgroup. | |
5770 | |
5771 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
5772 | |
5773 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
5774 | |
27587 | 5775 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
5776 | |
5777 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
5778 succeeding process operation sets a different coding system. | |
5779 | |
5780 * calculator.el: New file. | |
5781 | |
27572 | 5782 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
5783 | |
5784 * frame.el (frames-on-display-list, framep-on-display): New | |
5785 functions. | |
5786 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
5787 (display-selections-p, display-screens, display-pixel-width) | |
5788 (display-pixel-height, display-mm-width, display-mm-height) | |
5789 (display-backing-store, display-save-under, display-planes) | |
5790 (display-color-cells, display-visual-class): New functions. | |
5791 | |
5792 * term/tty-colors.el (tty-color-gray-shades): New function. | |
5793 | |
5794 * faces.el (display-color-p): Use framep-on-display. | |
5795 (display-grayscale-p): New function. | |
5796 | |
27549 | 5797 2000-01-31 Dave Love <fx@gnu.org> |
5798 | |
5799 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
5800 (create-fontset-from-x-resource): Don't concat integers. | |
5801 | |
27545 | 5802 2000-01-31 Inge Frick <inge@nada.kth.se> |
5803 | |
5804 * view.el: Some changes in documentation. Removed some trailing | |
5805 whitespace. Changed some parameter names to agree with | |
5806 documentation. | |
5807 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
5808 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5809 |
27541 | 5810 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
5811 | |
27543 | 5812 * windmove.el: New file. |
5813 | |
27541 | 5814 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
5815 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 5816 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5817 |
27541 | 5818 * jit-lock.el (jit-lock-function): Widen before calculating end |
5819 position. | |
5820 (jit-lock-stealth-chunk-start): Rewritten. | |
5821 | |
5822 * info.el (Info-title-face-alist): Removed. | |
5823 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
5824 faces. | |
5825 (Info-fontify-node): Use these faces. | |
5826 | |
27527 | 5827 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
5828 | |
5829 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
5830 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
5831 `&allow-other-keywords'. | |
5832 | |
5833 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
5834 the list of directories scanned heuristically. | |
5835 | |
5836 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
5837 exist. | |
5838 | |
27523 | 5839 2000-01-30 Jason Rumney <jasonr@gnu.org> |
5840 | |
5841 * w32-fns.el: Define w32-tty-standard-colors. | |
5842 | |
5843 * startup.el (command-line): Use w32-tty-standard-colors when in | |
5844 w32 console mode. | |
5845 | |
27510 | 5846 2000-01-30 Dave Love <fx@gnu.org> |
5847 | |
27513 | 5848 * jka-compr.el (jka-compr-load): Fix up load-history. |
5849 | |
27510 | 5850 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
5851 | |
5852 * emacs-lisp/cl-macs.el: Revert previous change. | |
5853 | |
27499 | 5854 2000-01-29 Dave Love <fx@gnu.org> |
5855 | |
5856 * facemenu.el: Purecopy various strings. | |
5857 | |
5858 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
5859 years. Deal with three-digit years. | |
5860 | |
5861 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
5862 defconst, purecopy. | |
5863 (help-back-label): Purecopy it. | |
5864 | |
27498 | 5865 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
5866 | |
5867 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
5868 variable. If non-nil, order the buffer list according to the | |
5869 currently selected frame. | |
5870 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
5871 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
|
5872 |
27496 | 5873 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5874 | |
5875 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
5876 | |
27486 | 5877 2000-01-28 Dave Love <fx@gnu.org> |
5878 | |
27491 | 5879 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
5880 | |
27486 | 5881 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
5882 Don't use lisp-indent-hook property. | |
5883 (cl-abs): Remove. | |
5884 | |
5885 * subr.el: Move out indent and edebug specs for when and unless. | |
5886 | |
5887 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
5888 when, unless. | |
5889 | |
5890 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
5891 unless, when. | |
5892 | |
27467 | 5893 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
5894 | |
27481 | 5895 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
5896 `collecting' as synonym for `collect'. | |
5897 | |
5898 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
5899 for the case it contains spaces. | |
5900 | |
5901 * simple.el (what-cursor-position): Change formatting of | |
5902 messages. | |
5903 | |
27473 | 5904 * frame.el (delete-other-frames): New function. |
5905 (toplevel): Bind it to C-x 5 1. | |
5906 | |
27469 | 5907 * sort.el (sort-numeric-base): New option. |
5908 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
5909 interpret it as octal or hexadecimal. Use sort-numeric-base | |
5910 as default base. | |
5911 | |
27467 | 5912 * progmodes/glasses.el: New file. |
5913 | |
27451 | 5914 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
5915 | |
27461 | 5916 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
5917 userids differently. | |
5918 | |
27451 | 5919 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
5920 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
5921 progmodes/ebnf-yac.el: New files. | |
5922 | |
27446 | 5923 2000-01-26 Dave Love <fx@gnu.org> |
5924 | |
5925 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
5926 on a function with an empty body. [From Eric Ludlam.] | |
5927 | |
27437 | 5928 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
5929 | |
5930 * vc.el (vc-version-diff): Make sure file name is expanded. | |
5931 | |
27433 | 5932 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
5933 | |
5934 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
5935 (scroll-bar-toolkit-scroll): Don't use a timer. | |
5936 | |
27419 | 5937 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
5938 | |
5939 * language/thai-util.el (thai-composition-function): Delete | |
5940 superfluous `a'. | |
5941 | |
27418 | 5942 2000-01-24 Dave Love <fx@gnu.org> |
5943 | |
5944 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
5945 end-of-defun-function. | |
5946 | |
5947 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
5948 &c. | |
5949 | |
27405 | 5950 2000-01-22 Jason Rumney <jasonr@gnu.org> |
5951 | |
5952 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
5953 conflicts with new face support. | |
5954 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5955 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5956 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5957 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5958 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5959 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5960 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5961 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5962 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5963 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5964 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5965 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5966 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5967 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5968 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5969 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5970 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5971 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5972 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5973 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5974 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5975 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5976 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5977 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5978 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5979 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5980 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5981 |
27366 | 5982 2000-01-19 Dave Love <fx@gnu.org> |
5983 | |
27368 | 5984 * files.el (user-init-file): Don't declare here -- is primitive. |
5985 | |
27366 | 5986 * startup.el (command-line): Check for compiled user-init-file and |
5987 set to uncompiled version if necessary. | |
5988 | |
27358 | 5989 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
5990 | |
27361 | 5991 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
5992 (undigestify-rmail-message): Use it. | |
5993 | |
27358 | 5994 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
5995 | |
27351 | 5996 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
5997 | |
5998 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
5999 of mini-buffer. | |
6000 | |
27326 | 6001 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
6002 | |
27330 | 6003 * emacs-lisp/copyright.el (copyright-update): Removed the |
6004 requirement for a trailing space from `copyright-regexp', to | |
6005 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6006 |
27327 | 6007 * align.el: New file. |
6008 | |
27326 | 6009 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
6010 | |
6011 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
6012 | |
27323 | 6013 2000-01-13 Dave Love <fx@gnu.org> |
6014 | |
6015 * ph.el: Removed. (Obsoleted by EUDC.) | |
6016 | |
27321 | 6017 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6018 | |
6019 * net/eudc.el (toplevel): Remove autoloaded code installing | |
6020 menu with easymenu, because that causes build problems. | |
6021 | |
6022 * frame.el (frame-notice-user-settings): New variable. | |
6023 (frame-notice-user-settings): Don't modify frame parameters | |
6024 if called a second time. | |
6025 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6026 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 6027 |
6028 * frame.el (frame-notice-user-settings): | |
6029 Notice default-frame-parameters even for non-window frames. | |
6030 | |
27318 | 6031 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6032 | |
6033 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
6034 for Emacs. | |
6035 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
6036 (eudc-bob-toggle-inline-display): Ditto. | |
6037 (eudc-bob-display-jpeg): Ditto. | |
6038 | |
27304 | 6039 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
6040 | |
27313 | 6041 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
6042 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
6043 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
|
6044 |
27312 | 6045 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
6046 nil)'. | |
6047 | |
6048 * subdirs.el: Add `net' directory. | |
6049 | |
27308 | 6050 * net: New directory. |
6051 | |
27304 | 6052 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
6053 eval-last-sexp. Don't bind debug-on-error here. | |
6054 (eval-last-sexp): New function. Bind debug-on-error if | |
6055 eval-expression-debug-on-error is non-nil. | |
6056 (eval-defun-2, eval-defun): Likewise. | |
6057 | |
6058 * simple.el (eval-expression): Don't bind debug-on-error if | |
6059 eval-expression-debug-on-error is nil. Detect changed | |
6060 debug-on-error, and propagate new value to global binding, if | |
6061 eval-expression-debug-on-error is non-nil, | |
6062 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6063 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6064 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6065 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6066 * 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
|
6067 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6068 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6069 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6070 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6071 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6072 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6073 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6074 |
27288 | 6075 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
6076 | |
27291 | 6077 * tmm.el (tmm-shortcut): Delete region after prompt instead |
6078 of erasing buffer. | |
6079 | |
27288 | 6080 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 6081 (fill-context-prefix): Use the longest common prefix of first |
6082 and second line fill prefix, if there is one. | |
27288 | 6083 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6084 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6085 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6086 * 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
|
6087 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6088 |
27282 | 6089 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
6090 | |
6091 * add-log.el (add-log-current-defun): Handle user-defined | |
6092 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6093 |
27280 | 6094 * add-log.el (add-change-log-entry): Insert version number |
27282 | 6095 if having found a current function |
27278 | 6096 |
6097 * add-log.el (add-log-current-defun): Call | |
6098 `add-log-current-defun-function'. Try matches at level 0 and | |
6099 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6100 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6101 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6102 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6103 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6104 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6105 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6106 |
27265 | 6107 2000-01-10 Dave Love <fx@gnu.org> |
6108 | |
6109 * elide-head.el (elide-head): Use point-marker, not point. | |
6110 | |
27261 | 6111 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
6112 | |
27263 | 6113 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
6114 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6115 |
27261 | 6116 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
6117 Add ispell- prefix. | |
6118 | |
6119 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
6120 | |
6121 * ispell.el: Only define dictionaries in menus when they exist. | |
6122 (version18p): New variable. | |
6123 (version20p): New variable. | |
6124 (xemacsp): New variable. | |
6125 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
6126 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
6127 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6128 run-together words. |
27261 | 6129 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
6130 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
6131 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6132 library path when called non-interactively. |
27261 | 6133 (ispell-menu-map-needed): Uses new variables. |
6134 (ispell-library-path): New variable. | |
6135 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
6136 (ispell-word): Improved documentation string. Test for valid | |
6137 character mappings. Correctly check typed in word changes that can | |
6138 result in single words split into multiple words. Returns | |
6139 replacement word. | |
6140 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
6141 replace in recursive query replace mode. Help message for | |
6142 recursive edit mode. | |
6143 (ispell-show-choices): Protect against bad framepop bindings. | |
6144 (ispell-help): Fix to work with XEmacs. | |
6145 (ispell-highlight-spelling-error): Use new variables. | |
6146 (ispell-overlay-window): Fix to work with XEmacs. | |
6147 (ispell-parse-output): Passed and returns location information | |
6148 tracking spelling corrections. Doesn't recheck same word on | |
6149 current line. | |
6150 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
6151 Fix call to single argument in sleep-for. Use new variables. | |
6152 (ispell-region): Passed and returns location information tracking | |
6153 spelling corrections. Doesn't check same word on current line. | |
6154 Improved documentation string. Doesn't resend a line already | |
6155 checked to the ispell process - fixes bug in LaTeX parsing. | |
6156 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
6157 (ispell-skip-region): No longer skips <TT> in SGML. | |
6158 (ispell-process-line): Tracks location information with spelling | |
6159 corrections. Added documentation string. Accounts for words | |
6160 already accepted on this line. Don't allow query-replace on line | |
6161 starting with math characters. Doesn't resend a line already sent | |
6162 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6163 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6164 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6165 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6166 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6167 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6168 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6169 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6170 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
|
6171 |
27255 | 6172 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6173 | |
6174 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
6175 of a real newline. | |
6176 | |
27253 | 6177 2000-01-09 Stephen Eglen <stephen@gnu.org> |
6178 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6179 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 6180 for .png files. |
6181 | |
27251 | 6182 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
6183 | |
6184 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
6185 | |
27247 | 6186 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6187 | |
27249 | 6188 * progmodes/cperl-mode.el: Replace ^F with ^L. |
6189 | |
27247 | 6190 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6191 before `require'ing rmail and mailalias to prevent infinite |
27247 | 6192 recursion. |
6193 | |
27244 | 6194 2000-01-08 Dave Love <fx@gnu.org> |
6195 | |
27265 | 6196 * emacs-lisp/backquote.el: Remove inappropriate customization |
6197 (allowing custom.el to use backquote). | |
27244 | 6198 |
27241 | 6199 2000-01-07 Dave Love <fx@gnu.org> |
6200 | |
6201 * add-log.el (add-log-debugging): Deleted. | |
6202 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
6203 file. Remove debugging code. | |
6204 (change-log-get-method-definition, change-log-name): Add doc. | |
6205 (change-log-sortable-date-at): New function. | |
6206 (change-log-merge): New command. | |
6207 | |
6208 * time.el (display-time-string-forms): Make the Mail string active. | |
6209 (display-time-update): Provide help-echo for load average. | |
6210 | |
6211 * bindings.el (make-mode-line-mouse2-map): New function. | |
6212 (mode-line-modified): Use it and simplify. | |
6213 (mode-line-mule-info): Provide help-echo info. | |
6214 (minor-mode-alist): Activate the strings. | |
6215 (make-mode-line-mouse-sensitive): Simplify for | |
6216 mode-line-buffer-identification. | |
6217 | |
27233 | 6218 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
6219 | |
6220 * play/pong.el: New file. | |
6221 | |
27241 | 6222 2000-01-06 Dave Love <fx@gnu.org> |
6223 | |
6224 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
6225 `array-' prefix for symbols. | |
6226 | |
6227 2000-01-05 Dave Love <fx@gnu.org> | |
6228 | |
6229 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
6230 outline-headers-as-kill. | |
6231 (outline-mode): Define imenu-generic-expression. | |
6232 (outline-headers-as-kill): New command. | |
6233 | |
6234 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
6235 from paragraph-start. | |
6236 (paragraph-indent-minor-mode): New command. | |
6237 | |
6238 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
6239 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6240 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6241 (fortran-column-ruler): Simplify. | |
6242 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6243 (fortran-with-subprogram-narrowing): Likewise. | |
6244 (fortran-indent-subprogram): Call mark-defun. | |
6245 (fortran-check-for-matching-do): Change narrowing. | |
6246 | |
6247 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6248 (cl-lucid-hash-tag): Delete. | |
6249 (cl-hash-table-p): Correct test for native table. | |
6250 (cl-hash-table-count): Use hash-table-count. | |
6251 | |
6252 * browse-url.el (browse-url): Fix case of | |
6253 browse-url-browser-function being an alist. | |
6254 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6255 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6256 |
27233 | 6257 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6258 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6259 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6260 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6261 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6262 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6263 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6264 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6265 |
27191 | 6266 2000-01-05 Dave Love <fx@gnu.org> |
6267 | |
27241 | 6268 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6269 (beginning-of-defun-raw): Use it. |
6270 (end-of-defun): New variable. | |
6271 (end-of-defun): Use it. | |
6272 (check-parens): New command. | |
6273 | |
27182 | 6274 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6275 | |
27233 | 6276 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6277 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6278 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6279 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6280 |
27176 | 6281 2000-01-05 Andreas Schwab <schwab@suse.de> |
6282 | |
6283 * hscroll.el (hscroll): Doc fix. | |
6284 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6285 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6286 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6287 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6288 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6289 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6290 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6291 file idlw-rinfo.el. |
27182 | 6292 (idlwave-customize): load must read file idlw-shell.el. |
6293 (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
|
6294 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6295 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6296 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6297 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6298 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6299 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6300 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6301 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6302 both reftex-dcr and reftex-vcr. |
27182 | 6303 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6304 * 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
|
6305 |
27164 | 6306 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6307 |
6308 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6309 (ps-print-version): New version number (5.0.3). | |
6310 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6311 local. | |
6312 (ps-spool-config): Initialization fix. | |
27233 | 6313 (ps-print-prologue-1, ps-print-prologue-2) |
6314 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6315 (ps-background-image): Little code reformating. |
6316 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6317 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6318 (ps-prologue-file): New fun. |
6319 | |
27159 | 6320 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6321 | |
27233 | 6322 * ps-vars.el: Eliminated. |
27159 | 6323 |
6324 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6325 `;;;###autoload'. | |
6326 | |
6327 * ps-print.el: ps-vars eliminated, doc fix. | |
6328 (ps-print-version): New version number (5.0.2). | |
6329 (ps-spool-config): Initialization fix. | |
6330 (ps-print-customize): New fun. | |
6331 | |
27155 | 6332 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6333 | |
6334 * autorevert.el (auto-revert-mode): Return value of | |
6335 auto-revert-mode. | |
6336 | |
27152 | 6337 2000-01-04 Dave Love <fx@gnu.org> |
6338 | |
27198 | 6339 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6340 menu items. | |
27152 | 6341 |
27124 | 6342 2000-01-03 Dave Love <fx@gnu.org> |
6343 | |
27191 | 6344 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6345 |
27241 | 6346 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6347 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6348 `cl-hash-table-p', not `hash-table-p'. | |
6349 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6350 | |
27119 | 6351 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6352 | |
6353 * faces.el (face-read-integer, read-face-attribute) | |
6354 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6355 strings. | |
6356 | |
27112 | 6357 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6358 | |
6359 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6360 at comment end, and re-insert them after filling. | |
6361 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6362 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
|
6363 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6364 * 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
|
6365 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6366 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
|
6367 |
27102 | 6368 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6369 | |
6370 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6371 the new name of face-color-supported-p. | |
6372 | |
6373 * term/w32-win.el (xw-defined-colors): Likewise. | |
6374 | |
27097 | 6375 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6376 | |
6377 * simple.el (completion-setup-function): Count completion-size | |
6378 from minibuffer-prompt-end, not from point-min. | |
6379 | |
27091 | 6380 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6381 | |
6382 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6383 Pass the frame to tty-color-* functions. | |
6384 (display-color-p, frame-set-background-mode): Pass the frame to | |
6385 tty-display-color-p. | |
6386 | |
6387 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6388 tty-color-alist. | |
6389 (tty-color-alist, tty-modify-color-alist): New functions. | |
6390 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6391 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6392 an optional parameter FRAME. | |
6393 | |
27074 | 6394 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6395 | |
27082 | 6396 * image.el (create-image, defimage): Don't assume image data is a |
6397 string. | |
6398 | |
27074 | 6399 * image.el (defimage): Handle specifications containing :data |
6400 instead of :file. | |
6401 (image-type-from-data): New function. | |
6402 (image-type-from-file-header): Use it. | |
6403 (create-image): Add parameter DATA-P. | |
27182 | 6404 |
30729 | 6405 See ChangeLog.8 for earlier changes. |