Mercurial > emacs
annotate lisp/ChangeLog @ 30808:fa45a01185c0
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 15 Aug 2000 13:22:09 +0000 |
parents | fa469be05ab6 |
children | 4b721363a79b |
rev | line source |
---|---|
30808 | 1 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
2 | |
3 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el | |
4 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' | |
5 mail address. | |
6 | |
30804 | 7 2000-08-15 Miles Bader <miles@gnu.org> |
8 | |
9 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
10 (ispell-choices-win-default-height, ispell-help): Use | |
11 `ispell-graphic-p' instead of `xemacsp'. | |
12 | |
30802 | 13 2000-08-15 Dave Love <fx@gnu.org> |
14 | |
15 * net/browse-url.el (browse-url-filename-alist): Add a clause for | |
16 Doze and Dog. | |
17 (browse-url): Use dolist, not mapcar. | |
18 (browse-url-at-point): Check for null url. | |
19 (browse-url-event-buffer, browse-url-event-point): Functions | |
20 deleted. | |
21 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
22 | |
23 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
24 modes. | |
25 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
26 Fix previous change to mapcan. | |
27 (msb--init-file-alist, msb--add-separators) | |
28 (msb--make-keymap-menu): Simplify. | |
29 (msb--choose-file-menu): Use copy-sequence. | |
30 (msb-mode-map): Add title to keymap. | |
31 (msb-unload-hook): New function. | |
32 | |
33 * bs.el: Fix indentation. | |
34 (bs) <defgroup>: Add :links. | |
35 | |
30796 | 36 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
37 | |
38 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
39 convert-standard-filename. | |
40 | |
30788 | 41 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
42 | |
30790 | 43 * emacs-lisp/authors.el: New file. |
44 | |
30788 | 45 * paren.el (show-paren-priority): New user option. |
46 (show-paren-function): Set overlay priorities to | |
47 show-paren-priority. | |
48 | |
30783 | 49 2000-08-14 Miles Bader <miles@gnu.org> |
50 | |
51 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
52 beginning-of-line with inhibit-field-text-motion bound. | |
53 | |
30781 | 54 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
55 | |
56 * calendar/timeclock.el: New file. | |
57 | |
58 2000-08-14 David Ponce <david@dponce.com> | |
59 | |
60 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
61 `widget-button-click'. so that one can use left mouse button to | |
62 click on dialog buttons. | |
63 | |
64 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
65 | |
66 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
67 identifiers, since XML is case sensitive | |
68 | |
30767 | 69 2000-08-12 Miles Bader <miles@gnu.org> |
30769 | 70 |
71 * comint.el (comint-output-filter): Don't bother frobbing | |
72 window-start, it doesn't seem to be necessary. | |
30767 | 73 |
74 * comint.el (comint-send-string, comint-send-region): Make into | |
75 real functions. Snapshot the prompt before sending. | |
76 | |
30764 | 77 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
78 | |
79 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
80 technique similar to Info-index, instead of relying on specific | |
81 names of relevant Index nodes. | |
82 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
83 going to the first node found by Info-find-emacs-command-nodes. | |
84 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
85 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 86 |
87 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
88 | |
30741 | 89 2000-08-10 Miles Bader <miles@gnu.org> |
90 | |
91 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
92 | |
30739 | 93 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
94 | |
95 * info.el (Info-file-list-for-emacs): More elements for the | |
96 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
97 and woman manuals. | |
98 | |
30737 | 99 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
100 | |
101 * comint.el (comint-send-input): Make the newline boundary overlay | |
102 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
103 (comint-output-filter): Use `insert' instead of | |
104 `insert-before-markers'. Extend comint-last-output-overlay when | |
105 necessary since we can't rely on insert-before-markers to do it. | |
106 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
107 save-excursion when inserting the output, so that point gets | |
108 updated correctly; the old method relied on a rather dodgy | |
109 side-effect of comint-output-filter to avoid the effect of | |
110 save-excursion. | |
111 | |
30734 | 112 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
113 | |
114 * files.el (recover-file): Call insert-directory instead of | |
115 invoking `ls' directly. | |
116 | |
30732 | 117 2000-08-10 Miles Bader <miles@gnu.org> |
118 | |
119 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
120 (comint-last-prompt-overlay): New variables. | |
121 (comint-output-filter): Implement prompt highlighting. | |
122 (comint-snapshot-last-prompt): New function. | |
123 (comint-send-input): Snapshot the last prompt. | |
124 Use comint-highlight-input-face. | |
125 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
126 Use defface instead of defcustom. | |
127 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
128 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
129 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
130 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
131 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
132 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
133 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
134 (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
|
135 (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
|
136 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
|
137 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
138 * 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
|
139 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
140 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
141 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
142 |
30715 | 143 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
144 | |
145 * files.el (insert-directory): Don't call access-file on | |
146 directories on DOS and Windows. | |
147 | |
30704 | 148 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
149 | |
150 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
151 longer if necessary. | |
152 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
153 ccl-program-vector. | |
154 | |
30701 | 155 2000-08-09 Miles Bader <miles@gnu.org> |
156 | |
157 * comint.el (comint-output-filter): Properly handle the case where | |
158 the text surrounded by comint-last-output-overlay was deleted. | |
159 | |
30671 | 160 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
161 | |
30693 | 162 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
163 non-nil. | |
164 (Info-file-list-for-emacs): Remove "info" from the list because | |
165 that leads to trying to use the documentation from file `info' | |
166 in various situations where it isn't appropriate, for instance | |
167 C-h C-k C-h i. | |
168 | |
169 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
170 DIR and/or STRING are nil. | |
171 | |
172 * progmodes/compile.el (compilation-setup): Make variable | |
173 compilation-error-screen-columns buffer-local, as some comment | |
174 in the code suggests it should be. | |
175 | |
176 * files.el (auto-mode-interpreter-regexp): New variable. | |
177 (set-auto-mode): Use it. | |
178 | |
179 * indent.el (indent-for-tab-command): Doc fix. | |
180 | |
181 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
182 | |
30671 | 183 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
184 labels. | |
185 | |
186 * help.el (print-help-return-message): When | |
187 display-buffer-reuse-frames is set, let the help window been quit, | |
188 instead of deleting it, which might delete a reused frame. | |
189 | |
30664 | 190 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
191 | |
192 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
193 rename a directory to a name that differs only by its letter case. | |
194 | |
30655 | 195 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
196 | |
197 * international/quail.el (quail-define-rules): Handle Quail decode | |
198 map correctly. Add code for supporting annotations. | |
199 (quail-install-decode-map): New function. | |
200 (quail-defrule-internal): New optional arguments decode-map and | |
201 props. | |
202 (quail-advice): New function. | |
203 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
204 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
|
205 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
206 * 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
|
207 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
208 * 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
|
209 |
30649 | 210 2000-08-03 Miles Bader <miles@gnu.org> |
211 | |
212 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
213 New variable. | |
214 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
215 comint-use-prompt-regexp-instead-of-fields. | |
216 (comint-send-input): Add `input' field property to stuff we send to | |
217 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
218 (comint-output-filter): Add `output' field property to process | |
219 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
220 (comint-replace-by-expanded-history) | |
221 (comint-get-old-input-default, comint-show-output) | |
222 (comint-backward-matching-input, comint-forward-matching-input) | |
223 (comint-next-prompt, comint-previous-prompt): Use field | |
224 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
225 (comint-line-beginning-position): New function. | |
226 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
227 (comint-replace-by-expanded-history-before-point): Use | |
228 comint-line-beginning-position and line-end-position. | |
229 (comint-last-output-overlay): New variable. | |
230 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
231 | |
232 * shell.el (shell-prompt-pattern): Doc change. | |
233 (shell-backward-command): Use line-beginning-position. | |
234 | |
235 * gud.el (gud-gdb-complete-command): Use | |
236 comint-line-beginning-position. | |
237 | |
238 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
239 comint-bol doesn't actually go to the beginning of the line. | |
240 | |
241 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
242 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
243 (try-expand-line-all-buffers): Likewise. | |
244 | |
245 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
246 explicitly matching comint-prompt-regexp. | |
247 (sql-copy-column): Use comint-line-beginning-position instead of | |
248 explicitly matching comint-prompt-regexp. | |
249 | |
250 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
251 comint-line-beginning-position. | |
252 | |
253 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
254 | |
255 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
256 looking for a prompt, use `forward-line 0' instead of | |
257 `beginning-of-line', to avoid getting caught by an input field. | |
258 | |
30633 | 259 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
260 | |
261 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
262 PATTERN, in the Unix case. | |
263 | |
30629 | 264 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
265 | |
266 * play/zone.el (zone): Discard any pending input before running | |
267 the randomly-chosen pgm. | |
268 | |
30623 | 269 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
270 | |
271 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
272 checking the existence of any multibyte characters. | |
273 | |
30619 | 274 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
275 | |
30622 | 276 * help.el (describe-mode): Test minor-mode symbol for being |
277 bound before testing its value for being nil. | |
278 | |
30619 | 279 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
280 `first', `second', and `third'. | |
281 | |
282 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
283 (second): Make it an alias for `cadr'. | |
284 | |
30616 | 285 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
286 | |
287 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
288 types of display support faces now. | |
289 | |
30614 | 290 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
291 | |
292 * pcvs.el (require): Require `cl' during compilation, only. | |
293 | |
294 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
295 (toplevel): Remove `remq' and `remove' from autoloads. | |
296 (cl-fake-autoloads): New variable. If set, arrange for an error | |
297 when CL functions etc. are autoloaded. | |
298 | |
30585 | 299 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
300 | |
30593 | 301 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
302 | |
30591 | 303 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
304 popped up, but the user clicks outside the menu, return an empty | |
305 regexp (that causes unhighlight-regexp to have no effect). | |
306 | |
30589 | 307 * menu-bar.el (menu-bar-games-menu): Add Zone. |
308 | |
30585 | 309 * hi-lock.el (toplevel): Require font-lock. |
310 | |
30576 | 311 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
312 | |
313 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
314 (ebnf-8-bit-chars): New var for bug fix. | |
315 (ebnf-string): Bug fix. | |
316 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
317 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
|
318 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
319 * 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
|
320 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
321 (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
|
322 `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
|
323 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
324 |
30567 | 325 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
326 | |
327 * international/mule-cmds.el (select-safe-coding-system): Make | |
328 the message text about selecting a safe coding system more clear. | |
329 | |
30564 | 330 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
331 | |
30565 | 332 * hi-lock.el: New file. |
333 | |
334 * play/zone.el: New file. | |
335 | |
30564 | 336 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
337 value of tab-width in the original buffer. Choose a line number | |
338 format that's a multiple of the original buffer's tab width, so | |
339 that lines appear right. | |
340 | |
341 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
342 Spell-check active region if in transient-mark-mode and mark | |
343 is active; otherwise spell-check buffer. | |
344 | |
345 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
346 | |
347 * ps-mule.el: Fix a customization problem on | |
348 ps-mule-font-info-database-default. | |
349 | |
30555 | 350 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
351 | |
352 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
353 display-mouse-p instead of window-system. | |
354 (ebrowse-member-mode-map): Ditto. | |
355 | |
30553 | 356 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
357 | |
358 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
359 fix. | |
360 (ebnf-version): New version number (3.2). | |
361 (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
|
362 |
30547 | 363 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
364 | |
30549 | 365 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
366 font lock support on window-system. | |
367 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
368 | |
30547 | 369 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
370 display-color-p, if fboundp, instead of window-system. | |
371 | |
30545 | 372 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
373 | |
374 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
375 instead of window-system. | |
376 | |
377 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
378 window-system. | |
379 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
380 instead of window-system. | |
381 | |
382 * strokes.el (strokes-file): Run the file name through | |
383 convert-standard-filename. | |
384 (strokes-mode): Call display-mouse-p instead of looking at | |
385 window-system. Change the error message accordingly. | |
386 | |
387 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
388 | |
389 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
390 (lm-plot-square, lm-init-display): Don't use window-system. | |
391 | |
392 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
393 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
394 | |
395 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
396 instead of looking at window-system. | |
397 | |
30528 | 398 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
399 | |
400 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
401 of testing if iswitchb-prepost-hooks is bound, because the | |
402 latter will always be true when invoking a recursive minibuffer | |
403 from an active Iswitchb buffer. | |
404 | |
30526 | 405 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
406 | |
407 * files.el (shell-quote-wildcard-pattern): New function. | |
408 (insert-directory): Call it. Only prepend "\" to command on Unix | |
409 and GNU/Linux systems. | |
410 | |
30524 | 411 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
412 | |
413 * eshell/esh-groups.el: Change custom :link file names | |
414 from `eshell.info' to `eshell'. | |
415 | |
416 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
417 | |
418 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
419 correctly in recursive ange-ftp listings. | |
420 | |
421 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
422 | |
423 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
424 ps-header-font-size-internal and | |
425 ps-header-title-font-size-internal variables are not set, | |
426 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
427 face text property is (foreground-color . COLOR) or | |
428 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
429 (ps-print-version): New version number (5.2.4). | |
430 (ps-plot-region): Code fix. | |
431 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
432 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
433 Bug fix 2. | |
434 | |
435 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
436 | |
437 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
438 identifiers like `myXMLDocument'. | |
439 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
440 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
|
441 |
30524 | 442 * mail/mail-hist.el (mail-hist-previous-input) |
443 (mail-hist-next-input): Do the obvious code factorization. | |
444 (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
|
445 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
|
446 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
|
447 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
448 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
|
449 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
450 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 451 Use `<=', not `<' to compare times! |
452 (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
|
453 |
30502 | 454 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
455 | |
30516 | 456 * play/cookie1.el: Add explanation of how to make cookie.el |
457 compatible with strfile(1) to comment. | |
458 | |
459 * subr.el (remove, remq): New functions. | |
460 | |
30511 | 461 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
462 escape `*' in regexps. | |
463 (midnight-find): Reverse order of arguments in the funcall of | |
464 TEST. | |
465 | |
466 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
467 and `.class'. | |
468 | |
30502 | 469 * play/meese.el: Add Commentary section. |
470 | |
30516 | 471 2000-07-27 Alex Schroeder <alex@gnu.org> |
472 | |
473 * sql.el (sql-ms): Added autoload cookie. | |
474 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
475 (sql-oracle): Ditto. | |
476 (sql-help): Doc change. | |
477 | |
478 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
479 types and exceptions. | |
480 | |
481 2000-07-27 Alex Schroeder <alex@gnu.org> | |
482 | |
483 * sql.el (sql-placeholder-history): New variable. | |
484 (sql-query-placeholders-and-send): New function that will query | |
485 the user and replace placeholders with user input. | |
486 (sql-oracle): If running on NT, set comint-input-sender to | |
487 sql-query-placeholders-and-send. | |
488 | |
489 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
490 present it as a message. | |
491 | |
492 2000-07-27 Alex Schroeder <alex@gnu.org> | |
493 | |
494 * sql.el (sql-input-ring-separator): Doc change. | |
495 (sql-input-ring-file-name): Doc change. | |
496 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
497 `sql-input-ring-file-name' to set the comint-mode equivalents | |
498 without making them local variables. | |
499 (sql-stop): Don't bind `sql-input-ring-separator' and | |
500 `sql-input-ring-file-name' dynamically to their comint-mode | |
501 equivalents. | |
502 | |
30490 | 503 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
504 | |
505 * international/mule.el (register-char-codings): New function. | |
506 (make-coding-system): Handle `safe-chars' specification in the arg | |
507 PROPERTY. | |
508 | |
509 * international/mule-cmds.el | |
510 (find-coding-systems-region-subset-p): This function deleted. | |
511 (sort-coding-systems-predicate): New variable. | |
512 (sort-coding-systems): New function. | |
513 (find-coding-systems-region): Use | |
514 find-coding-systems-region-internal. | |
515 (find-coding-systems-string): Use find-coding-systems-region. | |
516 (find-coding-systems-for-charsets): Check | |
517 char-coding-system-table. | |
518 (select-safe-coding-system-accept-default-p): New variable. | |
519 (select-safe-coding-system): Mostly rewritten. New argument | |
520 ACCEPT-DEFAULT-P. | |
521 (select-message-coding-system): Call select-safe-coding-system | |
522 with ACCEPT-DEFAULT-P arg. | |
523 (reset-language-environment): Reset default-sendmail-coding-system | |
524 to the default value iso-latin-1. | |
525 (set-language-environment): Don't set the obsolete variable | |
526 charset-origin-alist. | |
527 | |
528 * international/codepage.el (cp-coding-system-for-codepage-1): | |
529 Give `safe-chars' property to make-coding-system. | |
530 | |
531 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
532 calling select-message-coding-system twice. | |
533 | |
534 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
535 instead of `safe-charsets'. | |
536 (cyrillic-alternativnyj): Likewise. | |
537 (ccl-encode-alternativnyj): Don't check the charset | |
538 cyrillic-iso8859-5. | |
539 | |
30484 | 540 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
541 | |
542 * composite.el (compose-chars-after): Preserve match data. | |
543 | |
30481 | 544 2000-07-26 Sam Steingold <sds@gnu.org> |
545 | |
546 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
547 (ange-ftp-real-file-newer-than-file-p): New function. | |
548 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
549 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
550 | |
551 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
552 * midnight.el (midnight-float-time): Ditto. | |
553 | |
30479 | 554 2000-07-26 Andreas Schwab <schwab@suse.de> |
555 | |
556 * files.el (normal-backup-enable-predicate): Correct | |
557 interpretation of the return value of compare-strings. | |
558 | |
30471 | 559 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
560 | |
30477 | 561 * isearch.el (isearch-resume): New function. |
562 (isearch-done): Add something to command-history to resume | |
563 the search. | |
564 (isearch-yank-line, isearch-yank-word): Use | |
565 buffer-substring-no-properties instead of buffer-substring. | |
566 | |
30471 | 567 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
568 of flyspell-mouse-map. | |
569 | |
570 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
571 duplicate definition. | |
572 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
573 | |
574 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
575 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
576 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
577 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
|
578 |
30459 | 579 * net/ange-ftp.el: Get modtime over the net. |
580 (ange-ftp-file-modtime): New function. | |
30473 | 581 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
582 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 583 Use it. |
584 (ange-ftp-dot-to-slash): New function. | |
585 (ange-ftp-fix-name-for-vms): Use it. | |
586 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
587 * 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
|
588 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
589 |
30457 | 590 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
591 | |
592 * find-dired.el: Update copyright notice. | |
593 (find-dired): Offer to kill a running `find'. | |
594 | |
595 * enriched.el (enriched-face-ans): For a `foreground-color' | |
596 property, return '(("x-color" COLOR))' so that COLOR will be | |
597 output as a parameter of the x-color annotation. Likewise for the | |
598 `background-color' property. In the case of normal face | |
599 properties, don't return annotations for unspecified foreground | |
600 and background face attributes. | |
601 | |
30450 | 602 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
603 | |
604 * language/japan-util.el (japanese-katakana-region): Fix handling | |
605 HANKAKU argument. | |
606 | |
30438 | 607 2000-07-25 Miles Bader <miles@gnu.org> |
608 | |
609 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
610 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
611 constrain-to-field. | |
612 | |
30437 | 613 2000-07-24 Andrew Innes <andrewi@gnu.org> |
614 | |
615 * timer.el (timer-activate-when-idle): Add optional parameter | |
616 DONT-WAIT. Update docstring. | |
617 (run-with-idle-timer): Specify extra parameter to | |
618 timer-activate-when-idle, so that timer will be activated | |
619 immediately if Emacs is already idle. | |
620 | |
621 * w32-fns.el (w32-using-nt): Fix docstring. | |
622 | |
30434 | 623 2000-07-24 Dave Love <fx@gnu.org> |
624 | |
625 * mouse.el (popup-menu): Set last-command-event. | |
626 (mouse-major-mode-menu-prefix): Declare. | |
627 | |
30433 | 628 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
629 | |
630 * textmodes/flyspell.el: Update to author's version 1.5d. | |
631 | |
632 * progmodes/hideshow.el: Update copyright notice. | |
633 | |
634 * vcursor.el: Set maintainer to FSF, since author cannot | |
635 be reached. | |
636 | |
30422 | 637 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
638 | |
30424 | 639 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
640 the prompt. | |
641 | |
30422 | 642 * mouse.el (popup-menu): Run the keymap through indirect-function, |
643 in case it was defined with define-prefix-key. If the menu is a | |
644 list of keymaps, look up the binding of user's choice in each one | |
645 of the keymaps. | |
646 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
647 don't have a prompt string, create one and insert it into the | |
648 keymap. Don't barf if current-local-map returns nil. | |
649 | |
30415 | 650 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
651 | |
652 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
653 to be undone. | |
654 (dired-sort-other): Use it. | |
655 | |
30412 | 656 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
657 | |
30415 | 658 * Release of cc-mode 5.27 |
30412 | 659 |
660 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
661 | |
662 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
663 c-beginning-of-statement-1 that caused a bad case of recursion | |
664 which could consume a lot of CPU in large classes in languages | |
665 that have in-expression classes (i.e. Java and Pike). | |
666 | |
667 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
668 statements before top level constructs (i.e. case 6 is moved | |
669 before case 5 and is now case 4) to catch in-expression | |
670 classes in top level expressions correctly. | |
671 | |
672 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
673 | |
674 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
675 objc-method-intro. Case 4 removed and case 5I added. | |
676 | |
677 * cc-langs.el (c-append-paragraph-start): New variable used by | |
678 c-common-init to get paragraph-start correct. | |
679 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
680 initialize paragraph-start to make it correct both with and | |
681 without the javadoc special case. | |
682 | |
683 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
684 initialize paragraph-start for javadoc markup. | |
685 | |
686 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
687 change by defaulting this to t. It's motivated by the | |
688 confusing behavior that otherwise arise from the style system | |
689 when editing both java and non-java files at the same time | |
690 (see the comments about style setting in c-common-init). | |
691 | |
692 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
693 | |
694 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
695 similar to the one in c-fill-paragraph to check the fill | |
696 prefix from the adaptive fill function for sanity. | |
697 | |
698 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
699 | |
700 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
701 defun block. | |
702 | |
703 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
704 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
705 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 706 |
707 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
708 | |
709 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
710 leading comma nicely. Extended to handle member initializers | |
711 too. | |
712 | |
30415 | 713 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 714 c-guess-basic-syntax): Fixed recognition of inheritance lists |
715 when the lines begins with a comma. | |
716 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
717 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 718 |
719 * cc-vars.el (c-offsets-alist): Changed default for | |
720 member-init-cont to c-lineup-multi-inher since it now handles | |
721 member initializers and indents better for leading commas. | |
722 | |
723 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
724 | |
725 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
726 handling that caused class open lines to be recognized as | |
727 statement-conts in some cases. | |
728 | |
729 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
730 guessed by the adaptive fill function unless point is on the | |
731 first line of a block comment. | |
732 | |
733 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
734 when the buffer ends with a macro continuation char. | |
735 | |
736 * cc-engine.el (c-guess-basic-syntax): Added support for | |
737 function definitions as statements in Pike. The first | |
738 statement in a lambda block is now labeled defun-block-intro | |
739 instead of statement-block-intro. | |
740 | |
741 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
742 so that the class surrounding point is selected, not the one | |
743 innermost in the state. | |
744 | |
745 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
746 recognition of switch labels having hanging multiline | |
747 statements. | |
748 | |
749 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
750 some code in c-guess-basic-syntax to a separate function. | |
751 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
752 recognition of member inits with multiple line arglists. | |
753 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
754 member-init-cont when the commas are in funny places. | |
755 | |
756 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
757 | |
758 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
759 not used anymore. | |
760 | |
761 * cc-engine.el (c-looking-at-bos): New helper function. | |
762 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
763 inexpr and toplevel classes apart in Pike. | |
764 | |
765 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
766 of case 9A. | |
767 | |
768 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
769 constant, since "class" can introduce an in-expression class | |
770 in Pike nowadays. | |
771 | |
772 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
773 | |
774 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
775 indentation on cpp-macro lines. | |
776 | |
777 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
778 a syntax modifier like comment-intro, to make it possible to | |
779 get syntactic indentation for preprocessor directives. It's | |
780 incompatible wrt to lineup functions on cpp-macro, but it has | |
781 no observable effect in the 99.9% common case where cpp-macro | |
782 is set to -1000. | |
783 | |
784 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
785 | |
786 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
787 member-init-cont when the preceding arglist is several lines. | |
788 | |
789 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
790 | |
791 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
792 style corrected to 8. | |
793 | |
794 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
795 | |
796 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
797 brace list openers in the gnu style. | |
798 | |
799 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
800 | |
801 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
802 | |
803 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
804 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
805 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
806 when c-syntactic-indentation is nil. | |
807 | |
808 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
809 we were left at comments preceding the first statement when | |
810 reaching the beginning of the buffer. | |
811 | |
812 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
813 off all syntactic indentation. | |
814 | |
815 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
816 | |
817 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
818 between the text and the block comment ender when it hangs, | |
819 depending on how many there are before the fill. | |
820 | |
821 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
822 | |
823 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
824 function to go back to the closest preceding statement start, | |
825 which could be inside a conditional statement. | |
826 * cc-engine.el (c-guess-basic-syntax): Use | |
827 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
828 | |
829 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
830 arglist-intro, arglist-cont-nonempty and arglist-close when | |
831 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
832 changed. | |
833 | |
834 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
835 up-to-date with javadoc 1.2. | |
836 | |
837 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
838 | |
839 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
840 multiline Pike type decls. | |
841 | |
842 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
843 | |
844 * cc-cmds.el (c-indent-new-comment-line): Always break | |
845 multiline comments in multiline mode, regardless of | |
846 comment-multi-line. | |
847 | |
848 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
849 | |
850 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
851 fully::qualified::names in C++ member init lists. Preamble in | |
852 case 5D changed. | |
853 | |
854 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
855 | |
856 * cc-langs.el (c-common-init): Handling of obsolete variables | |
857 moved to c-initialize-cc-mode. More compatible style override | |
858 when using global style variables. | |
859 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
860 variables moved here. | |
861 | |
30415 | 862 * cc-mode.texi: Documented the special behavior of |
30412 | 863 c-special-indent-hook as a style variable. Don't talk about |
864 doing (c-make-styles-buffer-local t) in a mode hook, since | |
865 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
|
866 |
30412 | 867 * cc-styles.el (c-make-styles-buffer-local): Flag style |
868 variable localness in c-style-variables-are-local-p to make | |
869 the compatibility measure in c-common-init work well. | |
870 | |
871 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
872 longer contain set-from-style. | |
873 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
874 set-from-style on c-special-indent-hook. | |
875 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
876 copy-alist is sufficient now. | |
877 | |
878 * cc-styles.el (c-set-style, c-set-style-1, | |
879 c-get-style-variables): Fixes to variable initialization so | |
880 that duplicate entries in styles have the same effect | |
881 regardless of DONT-OVERRIDE. | |
882 | |
883 * cc-styles.el (c-set-style-2): Fixed bug where the | |
884 initialization of inheriting styles failed when the | |
885 dont-override flag is set. | |
886 | |
887 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
888 on this. | |
889 | |
890 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
891 | |
892 * cc-defs.el (c-forward-comment): Removed the workaround | |
893 introduced in 5.38 since it had worse side-effects. If a line | |
894 contains the string "//\"", it regarded the // as a comment | |
895 start since the \ temporarily doesn't have escape syntax. | |
896 | |
897 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
898 | |
899 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
900 ada-xref.el before ada-prj.el, so that the Project menu is created | |
901 when ada-prj tries to add to it. | |
902 (ada-activate-keys-for-case): Suppress the characters that are not | |
903 part of the Ada syntax. Better compatibility with else-mode | |
904 (ada-adjust-case-interactive): When auto-casing is not active, | |
905 correctly insert newlines (used to insert only ^M). Prevent the | |
906 syntax table from being changed in case of an error | |
907 (or '_' becomes part of a word and some commands are confused). | |
908 Do nothing if ada-auto-case is nil. | |
909 (ada-after-keyword-p): Ignore keywords that are also attributes | |
910 (ada-batch-reformat): Update usage comment | |
911 (ada-call-from-contextual-menu): New function | |
912 (ada-case-read-exceptions): Reinitialize the casing exception list | |
913 first to nil first, so that the casing exception file can be | |
914 shared. | |
915 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
916 files. | |
917 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
918 anywhere in the error message | |
919 (ada-contextual-menu-last-point): New variable | |
920 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
921 t on XEmacs, it means that DEL should delete one character | |
922 forward. | |
923 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
924 New submenu "Options". | |
925 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
926 statements. | |
927 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
928 even if they don't match ada-fill-comment-prefix Fix handling of | |
929 paragraphs on the first or last line of a file. | |
930 (ada-format-paramlist): Fix handling of default parameter values. | |
931 (ada-get-body-name): New function. | |
932 (ada-get-current-indent): Optimized by searchling directly for an | |
933 existing generic part or a statement outside of it. Handle | |
934 ada-indent-align-comments when indenting comments Replaced some | |
935 regexps by testing directly the next character. This results in a | |
936 huge speedup on some files. New indentation scheme for renames | |
937 statements. Stop looking for the 'while' or 'for' associated with | |
938 a 'loop' at the first semicolon encountered. A "return" can also | |
939 match an anonymous access subprogram declaration. | |
940 (ada-get-indent-noindent): Ignore strings and comments when | |
941 looking for the keywords "record" and "private". | |
942 (ada-goto-matching-decl-start): When matching "if", make sure we | |
943 are not in fact seeing "end if". Ignore "when" statements except | |
944 when initial keyword was "begin". Fix handling of nested | |
945 procedures. Add a recursive call to this function to skip over | |
946 other 'end' statmts. Fix indentation for "when .. => begin" | |
947 (ada-in-open-paren-p): Fix indentation for complex boolean | |
948 expressions, where 'and then', 'or else' and parenthesis | |
949 statements are mixed up. | |
950 (ada-in-paramlist-p): Skip comments while searching for the | |
951 beginning Fix handling of operator declarations. | |
952 (ada-indent-align-comments): New variable | |
953 (ada-indent-current): Change the syntax table only in the | |
954 protected section, so that we are sure it is restored correctly. | |
955 (ada-indent-on-previous-lines): Use ada-use-indent and | |
956 ada-with-indent Correctly indent "select ... then" | |
957 (ada-indent-region): Slight speedup. | |
958 (ada-indent-renames): New variable. | |
959 (ada-last-which-function-subprog, ada-last-which-function-line): | |
960 New variables | |
961 (ada-looking-at-semi-private): Correctly indent the 'private' | |
962 keyword when it is the first word in a package declaration. | |
963 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
964 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
965 even if point is not initially at the end of the word. | |
966 (ada-matching-decl-start-re): Add "when". | |
967 (ada-mode): Add support for abbrev-mode, outline-mode and | |
968 which-func-mode Override the old find-file.el entry in | |
969 ff-special-constructs since it is using the obsolete | |
970 ada-spec-suffix variable | |
971 (ada-no-auto-case): New function | |
972 (ada-scan-paramlist): When parsing the argument type, accept | |
973 spaces (as in "X 'Class", generated by Rational Rose). | |
974 (ada-other-file-name): No longer loads the other file. | |
975 (ada-popup-menu): Save and restore the current buffer and cursor | |
976 position before and after displaying the menu. | |
977 (ada-search-ignore-complex-boolean): New function. | |
978 (ada-uncomment-region): Emacs21 already knows how to delete | |
979 comments not starting in the first column. | |
980 (ada-use-indent): New variable | |
981 (ada-which-function): New function. | |
982 (ada-with-indent): New variable | |
983 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
984 can be batch-compiled from the command line. | |
985 | |
986 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
987 Add to the menu when the file is loaded, not in ada-mode-hook. | |
988 Add -toolbar to the default ddd command Switches moved from | |
989 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
990 ada-prj-default-comp-opt | |
991 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
992 Reference Manual to the menu | |
993 (ada-check-current): rewritten as a call to ada-compile-current | |
994 (ada-compile): Removed. | |
995 (ada-compile-application, ada-compile-current, ada-check-current): | |
996 Set the compilation-search-path so that compile.el automatically | |
997 finds the sources in src_dir. Automatic scrollong of the | |
998 compilation buffer. C-uC-cC-c asks for confirmation before | |
999 compiling | |
1000 (ada-compile-current): New parameter, prj-field | |
1001 (ada-complete-identifier): Load the .ali file before doing | |
1002 processing | |
1003 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
1004 conform to gnatmake's behavior. | |
1005 (ada-find-file-in-dir): New function | |
1006 (ada-find-references): Set the environment variables for gnatfind | |
1007 (ada-find-src-file-in-dir): New function. | |
1008 (ada-first-non-nil): Removed | |
1009 (ada-gdb-application): Add support for jdb, the java debugger. | |
1010 (ada-get-ada-file-name): Load the original-file first if not done | |
1011 yet. | |
1012 (ada-get-all-references): Handles the new ali syntax (parent types | |
1013 are found between <>). | |
1014 (ada-initialize-runtime-library): New function | |
1015 (ada-mode-hook): Always load a project file when a file is opened, | |
1016 so that the casing exceptions are correctly read. | |
1017 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
1018 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
1019 to open the project file, since the latter does not work with | |
1020 speedbar Get default values before loading the prj file, or the | |
1021 default executable file name is wrong. Use the absolute value of | |
1022 src_dir to initialize ada-search-directories and | |
1023 compilation-search-path,... Add the standard runtime library to | |
1024 the search path for find-file. | |
1025 (ada-prj-default-debugger): Was missing an opening '{' | |
1026 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
1027 variables. | |
1028 (ada-prj-default-gnatmake-opt): New variable | |
1029 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
1030 buffers, the project file is the default one Save the windows | |
1031 configuration before displaying the menu. | |
1032 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
1033 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
1034 ...) regexp-quote identifiers names to support operators +, | |
1035 -,... in regexps. | |
1036 (ada-remote): New function. | |
1037 (ada-run-application): Erase the output buffer before starting the | |
1038 run Support remote execution of the application. Use | |
1039 call-process, or the arguments are incorrectly parsed | |
1040 (ada-set-default-project-file): Reread the content of the active | |
1041 project file, not the one from the current buffer When a project | |
1042 file is set as the default project, all directories are | |
1043 automatically associated with it. | |
1044 (ada-set-environment): New function | |
1045 (ada-treat-cmd-string): New special variable ${current} | |
1046 (ada-treat-cmd-string): Revised. The substitution is now done for | |
1047 any ${...} substring | |
1048 (ada-xref-current): If no body was found, compiles the spec | |
1049 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
1050 compiler to get rid of command line length limitations. | |
1051 (ada-xref-get-project-field): New function | |
1052 (ada-xref-project-files): New variable | |
1053 (ada-xref-runtime-library-specs-path) | |
1054 (ada-xref-runtime-library-ali-path): New variables | |
1055 (ada-xref-set-default-prj-values): Default run command now does a | |
1056 cd to the build directory. New field: main_unit Provide a default | |
1057 file name even if the current buffer has no prj file. | |
1058 | |
1059 * ada-prj.el: | |
1060 Rewritten to show a tabbed-dialog. | |
1061 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
1062 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
1063 New function | |
1064 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
1065 (ada-prj-load-from-file): New function | |
1066 (ada-prj-save): Always save fields that depend on the current buffer | |
1067 (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
|
1068 |
30412 | 1069 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
1070 Ada mode. This will allow us to display the Ada menu in any buffer | |
1071 we want (for project items). | |
1072 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
1073 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
|
1074 |
30395 | 1075 2000-07-24 Dave Love <fx@gnu.org> |
1076 | |
1077 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1078 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1079 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1080 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1081 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1082 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1083 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1084 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1085 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1086 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1087 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1088 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1089 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1090 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1091 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1092 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1093 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1094 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1095 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1096 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1097 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1098 (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
|
1099 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1100 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1101 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1102 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1103 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1104 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1105 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1106 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1107 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1108 |
30386 | 1109 2000-07-23 Dave Love <fx@gnu.org> |
1110 | |
1111 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1112 ^o, ^u. | |
1113 | |
30359 | 1114 2000-07-21 Dave Love <fx@gnu.org> |
1115 | |
30374 | 1116 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1117 now passed to the function. It now works properly. | |
1118 | |
30359 | 1119 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1120 | |
30350 | 1121 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1122 | |
1123 * info-look.el (info-lookup): If *info* is shown in another frame | |
1124 on the same display, select that frame, instead of switching to | |
1125 the Info buffer in another window of the selected frame. | |
1126 | |
1127 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1128 kp-0 to kp-9 and kp-subtract. | |
1129 (digit-argument): Handle these keys. | |
1130 | |
30346 | 1131 2000-07-20 Dave Love <fx@gnu.org> |
1132 | |
1133 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1134 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1135 Put an extra property on the overlays and use it to clean up in | |
1136 case goto-address is re-run. | |
1137 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1138 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1139 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1140 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1141 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1142 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1143 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1144 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1145 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1146 |
30331 | 1147 2000-07-19 Dave Love <fx@gnu.org> |
1148 | |
1149 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1150 implementation. | |
1151 | |
1152 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1153 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1154 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1155 | |
30318 | 1156 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1157 | |
30329 | 1158 * textmodes/refer.el: Correct maintainer's email address. |
1159 | |
1160 * progmodes/hideif.el: Correct author's email address. | |
1161 Fix typo in comment. | |
1162 | |
1163 * xml.el: New file. | |
1164 | |
30318 | 1165 * mail/mailheader.el: Correct author's mail address. |
1166 | |
1167 * gnus/parse-time.el: Correct author's mail address. | |
1168 | |
30329 | 1169 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1170 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1171 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1172 New user options. |
1173 (comint-input-ring-file-name): Change custom type. | |
1174 (comint-mode-map): Bind mouse-2. | |
1175 (comint-insert-clicked-input): New function. | |
1176 (comint-send-input): Handle input highlighting. | |
1177 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1178 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1179 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1180 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1181 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1182 |
30311 | 1183 2000-07-18 Dave Love <fx@gnu.org> |
1184 | |
1185 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1186 improvements. | |
1187 | |
30308 | 1188 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1189 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1190 * faces.el (face-font-selection-order) |
30308 | 1191 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1192 |
30298 | 1193 2000-07-18 Dave Love <fx@gnu.org> |
1194 | |
1195 * cus-edit.el (custom-variable-reset-saved) | |
1196 (custom-variable-reset-standard): Remove unused bindings. | |
1197 | |
1198 * rect.el (open-rectangle-line): Remove unused let. | |
1199 | |
1200 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1201 | |
30296 | 1202 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1203 | |
1204 * cdl.el: Fix `Maintainer' keyword. | |
1205 | |
1206 * play/pong.el: Add author's email address. | |
1207 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1208 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1209 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1210 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1211 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1212 |
30290 | 1213 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1214 | |
1215 * mail/vms-pmail.el: Change maintainer to FSF. | |
1216 | |
1217 * net/goto-addr.el: Change maintainer to FSF. | |
1218 | |
1219 * recentf.el: Update from author. | |
1220 | |
1221 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1222 |
30277 | 1223 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1224 | |
1225 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1226 links to eshell, to avoid problems on systems where the manual is | |
1227 installed as `eshell'. | |
1228 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1229 * eshell/em-smart.el (eshell-smart): Ditto. | |
1230 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1231 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1232 |
1233 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1234 same-file check in the MS-DOS version (it does support inodes). | |
1235 | |
1236 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1237 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1238 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1239 Run default directory name through convert-standard-filename. |
30277 | 1240 |
30255 | 1241 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1242 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1243 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1244 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1245 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1246 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1247 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1248 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1249 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1250 Don't translate some national variant characters of latin-jisx0201. |
30262 | 1251 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 1252 |
30255 | 1253 * international/kkc.el (kkc-after-update-conversion-functions): |
1254 New variable. | |
1255 (kkc-update-conversion): Run functions in it at the tail. | |
1256 | |
30277 | 1257 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
|
1258 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1259 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1260 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
|
1261 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1262 |
30253 | 1263 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
1264 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1265 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 1266 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
1267 the conversion list at first if appropriate. | |
1268 (kkc-next): Don't update kkc-next-count here. | |
1269 (kkc-prev): Don't update kkc-prev-count here. | |
1270 (kkc-show-conversion-list-update): Fix setting up of conversion | |
1271 list message. | |
1272 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1273 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1274 |
30290 | 1275 * 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
|
1276 |
30248 | 1277 2000-07-16 Dave Love <fx@gnu.org> |
1278 | |
1279 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
1280 function to be more specific. | |
1281 | |
1282 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
1283 non-string help-echo. | |
1284 (widget-types-convert-widget): Defsubst it. | |
1285 (widget-echo-help): Try to cope with a help-echo function of two | |
1286 possible sorts. | |
1287 | |
30241 | 1288 2000-07-15 Jason Rumney <jasonr@gnu.org> |
1289 | |
1290 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
1291 Declare as obsolete. | |
1292 | |
1293 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
1294 | |
30226 | 1295 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
1296 | |
1297 * hilit-chg.el: Fix typo. | |
1298 | |
30221 | 1299 2000-07-14 Dave Love <fx@gnu.org> |
1300 | |
1301 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
1302 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1303 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1304 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1305 * 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
|
1306 |
30193 | 1307 2000-07-13 Dave Love <fx@gnu.org> |
1308 | |
30195 | 1309 * emacs-lisp/easymenu.el: Doc fixes. |
1310 (easy-menu-remove): Defalias to ignore. | |
1311 | |
30193 | 1312 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
1313 Call throw correctly. | |
1314 | |
30190 | 1315 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
1316 | |
1317 * faces.el (frame-background-mode): Doc fix. | |
1318 | |
1319 * simple.el (eval-expression-print-length): Change custom type to | |
1320 allow entering nil as value. | |
1321 | |
30185 | 1322 2000-07-13 Dave Love <fx@gnu.org> |
1323 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1324 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1325 Change definition layout. |
30187 | 1326 (fortran-mode-menu): Reinstate customize entries. |
1327 | |
30185 | 1328 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
1329 Use :filter, per old XEmacs code. | |
1330 | |
30170 | 1331 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
1332 | |
1333 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
1334 event when deciding what to send to the terminal. | |
1335 | |
30168 | 1336 2000-07-12 Dave Love <fx@gnu.org> |
1337 | |
1338 * cus-start.el: Add optional version as 4th element of specs and | |
1339 use it for several things new in v21. Remove load-path. Fix type | |
1340 of line-number-display-limit. | |
1341 | |
30148 | 1342 2000-07-11 Dave Love <fx@gnu.org> |
1343 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1344 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1345 Use repeat counts in various regexps. |
30150 | 1346 (fortran-mode-syntax-table): Defvar directly. |
1347 (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
|
1348 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1349 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1350 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 1351 (fortran-mode): Set fortran-comment-line-start-skip, |
1352 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
1353 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1354 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1355 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 1356 (fortran-comment-region, fortran-electric-line-number): Simplify. |
1357 (fortran-auto-fill): New function. | |
1358 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1359 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1360 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1361 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1362 Use fortran-auto-fill. |
30150 | 1363 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1364 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 1365 |
30148 | 1366 * widget.el (widget-plist-member): New alias. |
1367 | |
30146 | 1368 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
1369 | |
1370 * eshell/esh-module.el (toplevel): Reference | |
1371 byte-compile-current-file only if it is bound. | |
1372 | |
30131 | 1373 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
1374 | |
1375 * dired.el: Don't require `dired-aux'. | |
1376 | |
30127 | 1377 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
1378 | |
1379 * dired-aux.el (dired-show-file-type): New function. | |
1380 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
1381 (dired-show-file-type): Add autoload. | |
1382 | |
30125 | 1383 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
1384 | |
1385 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1386 change of fontset-info. |
30125 | 1387 (print-fontset): Likewise. |
1388 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1389 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1390 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1391 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1392 |
30111 | 1393 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
1394 | |
30131 | 1395 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 1396 |
30111 | 1397 * dired.el (dired-find-alternate-file): New function. |
1398 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
1399 (toplevel): Require dired-aux when compiling. | |
1400 (dired-buffers): Move defvar within file to avoid compiler warning. | |
1401 | |
1402 * info.el (Info-last-search): Variable removed. | |
1403 (Info-search-history): New variable. | |
1404 (Info-search): New Info-search-history. | |
1405 | |
1406 * battery.el, info-look.el: Change author's mail address. | |
1407 | |
30115 | 1408 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
|
1409 |
30115 | 1410 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
1411 if rmail-ignored-headers is nil. | |
1412 (rmail-retry-failure): Bind rmail-ignored-headers and | |
1413 rmail-displayed-headers to nil. | |
1414 | |
30096 | 1415 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
1416 | |
30103 | 1417 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
1418 (print-region-1): Don't hard code `-h' here. | |
1419 | |
30096 | 1420 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
1421 | |
30103 | 1422 2000-07-01 Francesco Potorti` <pot@gnu.org> |
1423 | |
1424 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
1425 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
|
1426 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1427 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1428 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1429 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1430 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1431 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1432 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1433 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1434 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1435 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1436 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
|
1437 |
30096 | 1438 * ediff-diff.el (ediff-wordify): Use syntax table. |
1439 * 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
|
1440 ediff-color-display-p. |
30096 | 1441 (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
|
1442 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1443 Got rid of special cases for NeXT and OS/2. |
30096 | 1444 * 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
|
1445 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1446 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1447 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1448 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1449 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1450 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1451 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1452 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1453 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1454 * 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
|
1455 |
30076 | 1456 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1457 | |
30085 | 1458 * Makefile.in (DONTCOMPILE): Add comment that the name may |
1459 not be changed without changing the make-dist script. | |
1460 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1461 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 1462 (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
|
1463 |
30067 | 1464 2000-07-05 Andrew Innes <andrewi@gnu.org> |
1465 | |
1466 * makefile.nt: Add support for `bootstrap' and related targets. | |
1467 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1468 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1469 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1470 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1471 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1472 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1473 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
|
1474 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1475 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1476 (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
|
1477 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1478 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
|
1479 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1480 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1481 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1482 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1483 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
|
1484 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1485 |
30056 | 1486 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1487 | |
1488 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
1489 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
1490 (eval-defun): If called with prefix arg, instrument code for | |
1491 Edebug. | |
1492 | |
1493 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
1494 similar to that of eval-defun. | |
1495 | |
30029 | 1496 2000-07-04 Dave Love <fx@gnu.org> |
1497 | |
30035 | 1498 * hl-line.el (hl-line-overlay): Make it permanent-local. |
1499 | |
30029 | 1500 * calendar/todo-mode.el: Replaced with a working version, based on |
1501 revision 1.34 tidied up. | |
1502 | |
1503 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 1504 |
1505 * paths.el (prune-directory-list): New function. | |
1506 (Info-default-directory-list): Rewritten to more methodically | |
1507 enumerate a big list of possible info directories (based on the | |
1508 list used by the standalone info reader). | |
30029 | 1509 |
30021 | 1510 * 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
|
1511 non-existent directories from Info-directory-list. |
30021 | 1512 |
1513 * paths.el (Info-default-directory-list): Try a list of possible | |
1514 info-directories instead of a single one. Add the possible | |
1515 info directory "/usr/share/info". | |
1516 | |
1517 * woman.el (woman-man.conf-path): Explicitly include the debian | |
1518 man-db config file "/etc/manpath.config". | |
1519 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
1520 are present in `manpath.config'. | |
1521 (woman-manpath): Include "/usr/share/man". | |
1522 | |
30006 | 1523 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
1524 | |
30017 | 1525 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
1526 | |
1527 * startup.el (command-line): Initialize blink-cursor based | |
1528 on window-system. | |
1529 | |
30014 | 1530 * frame.el (blink-cursor): Default to nil if not running under |
1531 a window-system. | |
1532 | |
30012 | 1533 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
1534 (face-x-resources): Remove duplicate entry for :font. | |
1535 | |
30006 | 1536 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
1537 instead of cycling through windows with next-window. | |
1538 | |
1539 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
1540 of cycling through windows with next-window. | |
1541 | |
1542 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
1543 of cycling through windows with next-window. | |
1544 | |
1545 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
1546 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
1547 instead of cycling through windows with next-window. | |
1548 | |
1549 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
1550 instead of cycling through windows with next-window. | |
1551 | |
1552 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
1553 of cycling through windows with next-window. | |
1554 | |
1555 * terminal.el (te-process-output): Use walk-windows instead of | |
1556 cycling through windows with next-window. | |
1557 | |
1558 * server.el (server-switch-buffer): Use some-window instead of | |
1559 cycling through windows with next-window. | |
1560 | |
1561 * window.el (some-window): New function. | |
1562 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 1563 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1564 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 1565 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1566 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 1567 |
1568 * window.el (walk-windows): Guarantee termination by keeping a list | |
1569 of all the windows already handled. | |
1570 | |
29975 | 1571 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1572 | |
1573 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
1574 window-system. | |
1575 | |
1576 * man.el (Man-notify-when-ready): Don't use window-system. If | |
1577 Man-notify-method is newframe, and the display is not | |
1578 multi-frame, select the frame created for the man page. | |
1579 (Man-init-defvars): Doc fix. | |
1580 | |
29972 | 1581 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
1582 | |
29982 | 1583 * faces.el (region): Change background color for light background. |
1584 | |
1585 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
1586 attribute from mode-line face of Ediff control frame. | |
1587 | |
29972 | 1588 * replace.el (query-replace-map): Bind `e' like `E'. |
1589 | |
29967 | 1590 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1591 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1592 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1593 Change name to "Select All". |
29969 | 1594 |
29967 | 1595 * dos-fns.el (convert-standard-filename): Fix last change. |
1596 | |
29957 | 1597 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
1598 | |
29959 | 1599 * help.el (describe-variable): Don't insert a second `'s' in front |
1600 of the string `value is shown below'. Since the syntax-table is | |
1601 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
1602 an existing `'s', so that this won't be deleted. | |
1603 | |
29957 | 1604 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
1605 * pcmpl-unix.el: New files. | |
1606 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1607 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1608 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1609 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1610 |
29939 | 1611 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
1612 | |
29956 | 1613 * replace.el (perform-replace): Undo change of 2000-04-04. |
1614 Instead, move backward 1 character at the end of the loop when | |
1615 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1616 |
29949 | 1617 * faces.el (fringe): Change face for different backgrounds. |
1618 | |
1619 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
1620 patch from John. | |
1621 | |
29939 | 1622 * eshell/*.el: Change spelling of the Free Software Foundation. |
1623 | |
1624 * eshell/esh-toggle.el: Removed. | |
1625 | |
1626 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
1627 | |
1628 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
1629 interactively. | |
1630 | |
1631 2000-06-26 Alex Schroeder <alex@gnu.org> | |
1632 | |
1633 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
1634 `define-key'; instead of checking `(emacs-version)' check for | |
1635 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
1636 for `;' and `o' which might be electric. | |
1637 | |
1638 (sql-electric-stuff): New user option. | |
1639 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
1640 (sql-magic-semicolon): New function which uses | |
1641 `sql-electric-stuff'. | |
1642 | |
1643 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
1644 is not fboundp. | |
1645 | |
1646 (sql-oracle-options): New variable. | |
1647 (sql-oracle): Use it. | |
1648 | |
1649 (sql-imenu-generic-expression): Doc change. | |
1650 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
1651 is used. | |
1652 | |
1653 (sql-informix): Added command line parameter "-" to force | |
1654 sql-informix-program to use stdout. | |
1655 | |
29924 | 1656 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
1657 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1658 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 1659 (cp864-decode-table): Doc fix. |
1660 (cp720-decode-table): New variable, supports the Arabic OEM | |
1661 codepage used by Windows. | |
1662 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
1663 | |
29920 | 1664 2000-06-23 Dave Love <fx@gnu.org> |
1665 | |
1666 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
1667 (font-lock-fontify-anchored-keywords): Use | |
1668 line-beginning-position. | |
1669 (global-font-lock-mode): Use mapc. | |
1670 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1671 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1672 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1673 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1674 |
29870 | 1675 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
1676 | |
29885 | 1677 * comint.el (comint-substitute-in-file-name): Call replace-match |
1678 with second and third arg t. | |
1679 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1680 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 1681 Specify foreground color. |
1682 | |
1683 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
1684 color. | |
1685 | |
29876 | 1686 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
1687 | |
1688 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
1689 cddr instead of cdddr. | |
1690 | |
29873 | 1691 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
1692 instead of copy-list. | |
1693 | |
1694 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
1695 of copy-list. | |
1696 | |
29870 | 1697 * subdirs.el: Add eshell subdirectory. |
1698 | |
1699 * eshell: New subdirectory containing the Eshell package. | |
1700 | |
1701 * pcomplete.el: New file. | |
1702 | |
29885 | 1703 2000-06-23 Paul Eggert <eggert@twinsun.com> |
1704 | |
29888 | 1705 * mail/mailpost.el (post-mail-send-it): Make sure file has |
1706 proper permissions from birth. | |
1707 | |
1708 * files.el (basic-save-buffer-2): When temporarily setting | |
1709 file modes, set them to current modes plus 0200, not to 0777. | |
1710 | |
29885 | 1711 * emerge.el (emerge-make-temp-file): Make sure file has proper |
1712 permissions from birth. | |
1713 | |
29857 | 1714 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
1715 | |
1716 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
1717 backup file name through convert-standard-filename. | |
1718 | |
1719 * dos-fns.el (convert-standard-filename): Convert leading | |
1720 directories as well. When long file names are supported, convert | |
1721 characters that are invalid in Windows file names. | |
1722 | |
29849 | 1723 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1724 | |
1725 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
1726 ps-print crashes. New feature: page selection for printing. Create | |
1727 raw-text-unix coding system for XEmacs. Doc fix. | |
1728 (ps-print-version): New version number (5.2.3). | |
1729 (ps-plot-region): Bug fix. | |
1730 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
1731 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
1732 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
1733 funs. | |
1734 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
1735 (ps-last-page): New vars. | |
1736 | |
29845 | 1737 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
1738 | |
1739 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
1740 empty option string. | |
1741 | |
29839 | 1742 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
1743 | |
1744 * man.el (man): Doc fix. | |
1745 | |
29829 | 1746 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
1747 | |
1748 * international/mule-cmds.el (set-language-info-alist): Docstring | |
1749 fixed. | |
1750 | |
29814 | 1751 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
1752 | |
1753 * version.el (emacs-version): Use ISO date format. | |
1754 | |
1755 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
1756 instead of `M-backspace'. | |
1757 | |
1758 * simple.el (turn-off-auto-fill): New function. | |
1759 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1760 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1761 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1762 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1763 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1764 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1765 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1766 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1767 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1768 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1769 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
|
1770 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1771 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1772 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1773 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1774 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1775 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
|
1776 (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
|
1777 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1778 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1779 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1780 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1781 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1782 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1783 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1784 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1785 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1786 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1787 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1788 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1789 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1790 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1791 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1792 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1793 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1794 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1795 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1796 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1797 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1798 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1799 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1800 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1801 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1802 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1803 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1804 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1805 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1806 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1807 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1808 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1809 * 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
|
1810 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1811 * 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
|
1812 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1813 * 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
|
1814 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1815 * 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
|
1816 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1817 |
29776 | 1818 2000-06-20 Dave Love <fx@gnu.org> |
1819 | |
1820 * faces.el (frame-background-mode): Use set-default, not set, in | |
1821 setter. | |
1822 (frame-update-faces, frame-update-face-colors): Define with | |
1823 defalias. | |
1824 | |
1825 * enriched.el (enriched-decode-foreground) | |
1826 (enriched-decode-background): Don't use internal-find-face. | |
1827 | |
1828 * apropos.el: Doc fixes. | |
1829 | |
1830 * cus-edit.el (customize-changed-options): Check arg. | |
1831 (customize-version-lessp): Don't require decimal point. | |
1832 | |
1833 * custom.el (defcustom, defgroup): Doc fix. | |
1834 | |
1835 * newcomment.el (comment) <defgroup>: Add :version. | |
1836 (comment-multi-line): Doc fix. | |
1837 | |
1838 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
1839 define-hooked-global-abbrev): Fix, using define-abbrev. | |
1840 | |
29747 | 1841 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
1842 | |
1843 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
1844 the whole buffer. | |
1845 | |
29740 | 1846 2000-06-19 Dave Love <fx@gnu.org> |
1847 | |
1848 * menu-bar.el (menu-bar-options-save): New function. | |
1849 (menu-bar-options-menu): Use it. | |
1850 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
1851 Simplify. | |
1852 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1853 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1854 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1855 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1856 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1857 |
29720 | 1858 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
1859 | |
1860 * international/codepage.el: | |
1861 (cp-coding-system-for-codepage-1): Delete special codes for | |
1862 generating xxx-dos coding system because now a CCL based coding | |
1863 system can handle EOL conversion by default. | |
1864 | |
1865 * international/mule.el (make-coding-system): Generate subsidiary | |
1866 coding systems for EOL handling variants even for a CCL based | |
1867 coding system. | |
1868 | |
29718 | 1869 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
1870 | |
1871 * international/isearch-x.el (isearch-minibuffer-input-method) | |
1872 (isearch-minibuffer-input-method-function): These variables | |
1873 deleted. | |
1874 (isearch-with-input-method): Don't use the above variables. | |
1875 (isearch-process-search-multibyte-characters): Likewise. Call | |
1876 read-string with the arg INHERIT-INPUT-METHOD t. | |
1877 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1878 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1879 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1880 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1881 (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
|
1882 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1883 * 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
|
1884 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1885 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1886 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
|
1887 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1888 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1889 |
29712 | 1890 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
1891 | |
1892 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1893 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1894 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1895 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1896 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1897 |
29696 | 1898 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
1899 | |
1900 * find-lisp.el: New file. | |
1901 | |
29694 | 1902 2000-06-16 Andrew Innes <andrewi@gnu.org> |
1903 | |
1904 * time.el (display-time-mail-function): New variable, to allow | |
1905 external packages to indicate when new mail is available. | |
1906 (display-time-update): Use it. | |
1907 | |
29689 | 1908 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
1909 | |
29691 | 1910 * international/mule.el (mule-version): Change version name to |
1911 SAKAKI. AOI has already been used by Meadow. | |
1912 | |
29689 | 1913 * international/quail.el (quail-show-guidance-buf): To find the |
1914 bottom window (but minibuffer), pay attention to the height of | |
1915 minibuffer. | |
1916 | |
29670 | 1917 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
1918 | |
29682 | 1919 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
1920 menu-bar menus. Add help strings. Don't remove the Edit menu | |
1921 from the menu bar, as the menu bar has enough space now. | |
1922 | |
29680 | 1923 * Makefile.in (SHELL): Make sure /bin/sh is used. |
1924 | |
29670 | 1925 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
1926 characters, which use series of two ^H characters instead of one. | |
1927 | |
29667 | 1928 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
1929 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1930 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 1931 (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
|
1932 functions. |
29686 | 1933 (Info-find-node-2): Try a case-sensitive search first, then |
1934 do a case-insensitive search. | |
1935 | |
1936 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
1937 tutorials. | |
1938 | |
29676 | 1939 * complete.el (PC-env-vars-alist): New variable. |
1940 (PC-complete-as-file-name): New function. | |
1941 (partial-completion-mode): Initialize PC-env-vars-alist from | |
1942 process-environment. | |
1943 (PC-do-completion): Handle completion of env vars. | |
1944 | |
1945 * info.el (Info-set-mode-line): Show file name in mode line, | |
1946 use `*Info*' instead of `Info:'. | |
1947 | |
29667 | 1948 * startup.el (command-line-1): Change copyright messages to year |
1949 2000. | |
1950 | |
29665 | 1951 2000-06-15 Dave Love <fx@gnu.org> |
1952 | |
1953 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
1954 not local-map. | |
1955 | |
29658 | 1956 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
1957 | |
1958 * international/mule.el (set-buffer-file-coding-system): Almost | |
1959 rewritten to handle `undecided' as no-op. | |
1960 | |
29654 | 1961 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
1962 | |
29667 | 1963 * Makefile.in: New file. |
29657 | 1964 |
1965 * Makefile: Removed. | |
1966 | |
29654 | 1967 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
1968 (goto-address-highlight-keymap): Bind C-c RET. | |
1969 | |
29640 | 1970 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
1971 | |
29649 | 1972 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
1973 inherits buffer-file-coding-system of the current buffer. | |
29647 | 1974 |
29645 | 1975 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
1976 0. Give correct argument to set-auto-coding-function. | |
1977 (tar-expunge): For goto-char, use (point-min), not 0. | |
1978 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
1979 (tar-subfile-save-buffer): Likewize. | |
1980 | |
29640 | 1981 * international/mule.el |
1982 (after-insert-file-set-buffer-file-coding-system): Call | |
1983 set-buffer-file-coding-system with the arg FORCE t. | |
1984 | |
29633 | 1985 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
1986 | |
1987 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
1988 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 1989 the sender is set with `-f'. |
29633 | 1990 |
29622 | 1991 2000-06-13 Dave Love <fx@gnu.org> |
1992 | |
29630 | 1993 * help.el (describe-function-1): Kluge around cases of functions |
1994 fset to subrs whose doc doesn't match their symbol-name. | |
1995 | |
29627 | 1996 * image.el (insert-image): Default STRING to a space. |
29625 | 1997 |
29622 | 1998 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1999 (Info-build-node-completions): Match Ref tags. |
29622 | 2000 |
29612 | 2001 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
2002 | |
29615 | 2003 * frame.el (display-multi-frame-p, display-multi-font-p): New |
2004 defaliases for display-graphic-p. | |
2005 | |
29612 | 2006 * hl-line.el: Fixed a typo in commentary. |
2007 | |
29609 | 2008 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
2009 | |
2010 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
2011 fixed. | |
2012 | |
29608 | 2013 2000-06-12 Dave Love <fx@gnu.org> |
2014 | |
2015 * image.el (insert-image): Save a little consing. | |
2016 | |
29598 | 2017 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2018 | |
2019 * language/tibet-util.el: Convert all tibetan-1-column characters | |
2020 to the corresponding tibetan characters. | |
2021 (tibetan-add-components): Delete code for the special treatment of | |
2022 'a chung. | |
2023 | |
2024 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
2025 change. | |
2026 (tibetan-vowel-transcription-alist): More rules added. | |
2027 (tibetan-composite-vowel-alist): New variable. | |
2028 (tibetan-precomposition-rule-alist): More rules added. | |
2029 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2030 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2031 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2032 * 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
|
2033 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2034 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2035 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2036 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2037 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2038 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2039 * 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
|
2040 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2041 * 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
|
2042 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2043 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2044 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2045 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2046 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2047 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2048 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2049 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2050 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2051 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2052 * 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
|
2053 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2054 * 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
|
2055 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2056 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2057 (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
|
2058 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2059 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2060 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2061 (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
|
2062 (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
|
2063 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2064 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2065 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2066 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2067 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2068 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2069 * 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
|
2070 (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
|
2071 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2072 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2073 (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
|
2074 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2075 (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
|
2076 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
|
2077 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2078 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2079 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2080 * 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
|
2081 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2082 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2083 (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
|
2084 (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
|
2085 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
|
2086 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2087 * 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
|
2088 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
|
2089 |
29574 | 2090 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2091 | |
2092 * international/mule.el (set-buffer-file-coding-system): If | |
2093 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2094 unconditionally. | |
2095 | |
29568 | 2096 2000-06-12 Dave Love <fx@gnu.org> |
2097 | |
2098 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2099 required. | |
2100 | |
29556 | 2101 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2102 | |
2103 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2104 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2105 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2106 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2107 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2108 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2109 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2110 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
|
2111 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2112 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2113 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2114 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2115 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2116 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2117 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2118 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2119 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2120 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2121 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2122 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
|
2123 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2124 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
|
2125 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2126 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2127 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2128 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2129 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2130 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2131 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2132 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2133 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2134 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2135 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2136 |
29542 | 2137 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2138 | |
2139 * 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
|
2140 undecided-XXX is specified, change only EOL conversion. |
29542 | 2141 |
2142 * international/mule-conf.el (unix): New alias for the coding | |
2143 system undecided-unix. | |
2144 | |
29528 | 2145 2000-06-09 Dave Love <fx@gnu.org> |
2146 | |
29535 | 2147 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2148 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2149 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2150 (executable-insert): Change custom type. |
2151 (executable-find): Add autoload cookie. | |
29531 | 2152 (executable-make-buffer-file-executable-if-script-p): New |
2153 function. After Noah Friedman. | |
29528 | 2154 |
2155 * files.el (after-save-hook): Customize, with | |
29531 | 2156 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2157 |
29518 | 2158 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2159 | |
29522 | 2160 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2161 "tib24p-mule.bdf" for Tibetan. | |
2162 | |
29520 | 2163 * composite.el (decompose-composite-char): Declare it as obsolete. |
2164 | |
29541 | 2165 * man.el (Man-fontify-manpage): Pay attention to underline and |
2166 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2167 |
29517 | 2168 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2169 | |
2170 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2171 Set maintainer to FSF since author isn't reachable. | |
2172 | |
29508 | 2173 2000-06-08 Dave Love <fx@gnu.org> |
2174 | |
2175 * international/mule-cmds.el (select-safe-coding-system): If | |
2176 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2177 preferred coding-system if buffer-file-coding-system is | |
2178 `undecided'. From Handa. | |
2179 | |
29503 | 2180 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2181 | |
2182 * international/mule.el | |
2183 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2184 size is greater than INSERTED, judget that we are not visiting. | |
2185 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2186 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
|
2187 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2188 * 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
|
2189 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
|
2190 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
|
2191 |
29498 | 2192 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2193 | |
2194 * align.el: Update from author. | |
2195 | |
2196 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2197 | |
2198 * apropos.el (apropos-mode-hook): New user variable. | |
2199 (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
|
2200 |
29498 | 2201 2000-06-07 David Ponce <david@dponce.com> |
2202 | |
2203 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2204 commands. Require `wid-edit' at run-time. | |
2205 | |
2206 2000-06-07 David Ponce <david@dponce.com> | |
2207 | |
2208 * recentf.el: Added some "Commentary". | |
2209 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2210 move the point at the top of the file list. This behaviour is | |
2211 consistent with the menu one when the list contains a lot of | |
2212 files. | |
2213 (recentf-cleanup): Now displays the number of items removed from | |
2214 the list. | |
2215 (recentf-relative-filter) New menu filter to show filenames | |
2216 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
|
2217 |
29498 | 2218 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2219 | |
2220 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2221 with/without giving an error if PostScript printer doesn't have this | |
2222 kind of page size. Zebra Stripe continues or restarts on next page. | |
2223 Manual/automatic paper feeding. Switch or not the header. | |
2224 (ps-print-version): New version number (5.2.2). | |
2225 (ps-windows-system): Include emx as a Windows system. | |
2226 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2227 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2228 (ps-background-text): Code fix. | |
2229 (ps-error-handler-message, ps-user-defined-prologue) | |
2230 (ps-print-prologue-header, ps-printer-name) | |
2231 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2232 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2233 (ps-use-face-background): Customization fix. | |
2234 (ps-n-up-database): Data fix. | |
2235 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2236 (ps-switch-header): New vars. | |
2237 (ps-xemacs-color-name, ps-face-foreground-name) | |
2238 (ps-face-background-name, ps-boolean-constant): New funs. | |
2239 | |
29491 | 2240 2000-06-07 Dave Love <fx@gnu.org> |
2241 | |
2242 * allout.el: New version from Manheimer. | |
2243 | |
29483 | 2244 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2245 | |
2246 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2247 charset. | |
2248 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2249 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
|
2250 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2251 * 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
|
2252 (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
|
2253 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
|
2254 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2255 |
29471 | 2256 2000-06-06 Dave Love <fx@gnu.org> |
2257 | |
2258 * image.el (find-image): Doc fix. Return nil if image not found. | |
2259 (put-image, insert-image): Make STRING arg optional. | |
2260 | |
29455 | 2261 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
2262 | |
2263 * language/vietnamese.el: Remove eval-when-compile. | |
2264 (viet-viscii-nonascii-translation-table): Define it as a | |
2265 translation table made from viet-viscii-decode-table. | |
2266 (viet-viscii-encode-table): Define it as a translation table made | |
2267 from the reverse map of above. | |
2268 (viet-vscii-nonascii-translation-table): Define it as a | |
2269 translation table made from viet-vscii-decode-table. | |
2270 (viet-vscii-encode-table): Define it as a translation table made | |
2271 from the reverse map of above. | |
2272 (ccl-decode-viscii): Use translate-character. | |
2273 (ccl-encode-viscii, ccl-encode-viscii-font) | |
2274 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
2275 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2276 |
29455 | 2277 * language/cyrillic.el: Remove eval-when-compile. |
2278 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
2279 translation table made from cyrillic-koi8-r-decode-table. | |
2280 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
2281 made from the reverse map of above. | |
2282 (ccl-decode-koi8): Use translate-character. | |
2283 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
2284 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
2285 a translation table made from cyrillic-alternativnyj-decode-table. | |
2286 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
2287 table made from the reverse map of above. | |
2288 (ccl-decode-alternativnyj): Use translate-character. | |
2289 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
2290 Likewize | |
2291 | |
2292 * international/mule-diag.el (non-iso-charset-alist): Specify | |
2293 translation table symbol instead of translation table itself. | |
2294 (list-block-of-chars): CHARSET may be a translation table symbol. | |
2295 | |
2296 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
2297 already exists, override it. | |
2298 | |
2299 * international/fontset.el: Use family `proportional' for Tibetan | |
2300 fonts. | |
2301 | |
2302 * international/ccl.el (ccl-compile-translate-character): Don't | |
2303 check if Rrr has property translation-table. | |
2304 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
2305 | |
29447 | 2306 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
2307 | |
2308 * info.el: Bind case-fold-search to t when searching in case | |
2309 a user sets it to nil in a hook. | |
2310 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2311 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2312 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2313 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2314 * 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
|
2315 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2316 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2317 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2318 (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
|
2319 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2320 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
|
2321 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2322 * 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
|
2323 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2324 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2325 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2326 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2327 * 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
|
2328 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2329 (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
|
2330 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2331 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2332 (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
|
2333 (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
|
2334 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2335 * 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
|
2336 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2337 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
|
2338 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2339 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2340 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2341 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2342 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2343 (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
|
2344 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2345 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2346 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
|
2347 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2348 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2349 * 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
|
2350 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2351 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
|
2352 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2353 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
|
2354 |
29447 | 2355 * 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
|
2356 tty's. |
29447 | 2357 * 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
|
2358 differences whenever appropriate. |
29447 | 2359 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
2360 * 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
|
2361 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2362 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2363 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2364 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2365 * 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
|
2366 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2367 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2368 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
|
2369 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2370 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2371 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2372 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2373 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2374 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2375 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2376 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2377 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2378 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2379 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2380 (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
|
2381 (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
|
2382 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2383 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2384 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
|
2385 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2386 (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
|
2387 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2388 |
29403 | 2389 2000-06-02 Dave Love <fx@gnu.org> |
2390 | |
2391 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
2392 all the widgets. Don't require cl or widget. Remove | |
2393 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
2394 (widget-read-event): Removed. Callers changed to use read-event. | |
2395 (widget-button-release-event-p): Renamed from | |
2396 button-release-event-p. | |
2397 (widget-field-add-space, widget-field-use-before-change): | |
2398 Uncustomize. | |
2399 (widget-specify-field): Use keymap property, not local-map. | |
2400 (widget-specify-button): Obey :suppress-face. | |
2401 (widget-specify-insert): Use modern backquote syntax. | |
2402 (widget-image-directory): Renamed from widget-glyph-directory. | |
2403 (widget-image-enable): Renamed from widget-glyph-enable. | |
2404 (widget-image-find): Replaces widget-glyph-find. | |
2405 (widget-button-pressed-face): Move defvar. | |
2406 (widget-image-insert): Replaces widget-glyph-insert. | |
2407 (widget-convert): Use keywordp. | |
2408 (widget-leave-text, widget-children-value-delete): Use mapc. | |
2409 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2410 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 2411 (widget-button-click): Don't set point at the click, but re-centre |
2412 if we scroll out of window. Rewritten for images v. glyphs &c. | |
2413 (widget-tabable-at): Use POS arg, not point. | |
2414 (widget-beginning-of-line, widget-end-of-line) | |
2415 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
2416 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
2417 (widget-default-create): Use widget-image-insert; some rewriting. | |
2418 (widget-visibility-value-create) | |
2419 (widget-push-button-value-create, widget-toggle-value-create): Use | |
2420 widget-image-insert. | |
2421 (checkbox): Create on and off images dynamically. | |
2422 (documentation-link): Change :help-echo. | |
2423 (widget-documentation-link-echo-help): Remove. | |
2424 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2425 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2426 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2427 * 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
|
2428 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2429 * 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
|
2430 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2431 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2432 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2433 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2434 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2435 |
29383 | 2436 2000-06-02 Dave Love <fx@gnu.org> |
2437 | |
29392 | 2438 * files.el (convert-standard-filename): Doc fix. |
2439 (normal-backup-enable-predicate): New function. | |
2440 (backup-enable-predicate): Use it to replace the lambda form. | |
2441 | |
2442 * calendar/todo-mode.el: [This needs more work on the outline | |
2443 stuff.] Doc fixes. | |
2444 (todo) <defgroup>: Add :version. | |
2445 (todo-add-category): Don't use pushnew. | |
2446 (todo-cmd-raise): Fix typo. | |
2447 (todo-top-priorities): Change temp buffer name. | |
2448 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2449 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2450 Use outline-next-heading. |
29392 | 2451 |
29383 | 2452 * autoarg.el: Rewritten to use define-minor-mode. |
2453 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
2454 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
2455 | |
29376 | 2456 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
2457 | |
2458 * isearch.el (isearch-other-meta-char): Fix previous change. | |
2459 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2460 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2461 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2462 * 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
|
2463 (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
|
2464 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2465 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2466 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2467 |
29372 | 2468 2000-06-01 Dave Love <fx@gnu.org> |
2469 | |
2470 * hl-line.el: Rewritten using define-minor-mode. | |
2471 | |
2472 * help.el (describe-function-1): Distinguish special form from | |
2473 builtin function. Sanity-check presence of arglist for builtins. | |
2474 | |
29356 | 2475 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
2476 | |
29365 | 2477 * international/characters.el: Fix syntax/category setting of |
2478 Tibetan characters. | |
2479 | |
2480 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
2481 encoding of Tibetan characters. | |
2482 (tibetan-decompose-precomposition-alist): New variable. | |
2483 (tibetan-decompose-region): Convert precomposed characters to | |
2484 non-precomposed characters. | |
2485 (tibetan-decompose-string): Likewise. | |
2486 (tibetan-composition-function): Fix args to | |
2487 thibetan-compose-string. | |
2488 | |
2489 * language/tibetan.el (tibetan-composable-pattern): More | |
2490 characters included. | |
2491 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
2492 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
2493 "+R" added. | |
2494 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
2495 | |
29359 | 2496 * language/lao-util.el (lao-composition-function): Fix args to |
2497 compose-string. | |
2498 | |
2499 * language/thai-util.el (thai-composition-function): Fix args to | |
2500 compose-string. | |
2501 | |
29356 | 2502 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 2503 to prevent the point moving to the end of a composition when a |
2504 part of a composition is searched. | |
29356 | 2505 (isearch-other-meta-char): If the key invoking this command can be |
2506 mapped by function-key-map to a printing char, call | |
2507 isearch-process-search-char directly. | |
2508 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2509 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2510 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2511 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2512 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2513 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2514 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2515 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2516 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2517 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2518 * 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
|
2519 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2520 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2521 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
|
2522 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2523 * 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
|
2524 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2525 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
|
2526 |
29347 | 2527 2000-05-31 Dave Love <fx@gnu.org> |
2528 | |
2529 * loadhist.el (loadhist-hook-functions): Remove | |
2530 before-change-function, after-change-function. | |
2531 (unload-feature): Deal with symbols which are both bound and | |
2532 fbound. | |
2533 | |
2534 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
2535 before-change-function, after-change-function. | |
2536 | |
2537 * simple.el (newline): Don't bind before-change-function, | |
2538 after-change-function. | |
2539 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2540 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
|
2541 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2542 * 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
|
2543 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
|
2544 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
|
2545 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
|
2546 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2547 * 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
|
2548 |
29330 | 2549 2000-05-31 Dave Love <fx@gnu.org> |
2550 | |
2551 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
2552 pattern for function of change. | |
2553 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
2554 acknowledgements patterns. | |
2555 | |
29328 | 2556 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
2557 | |
2558 * isearch.el (isearch-printing-char): If keyboard coding system is | |
2559 being used, call isearch-process-search-multibyte-characters. | |
2560 | |
2561 * international/isearch-x.el: Mostly rewritten. | |
2562 | |
2563 * international/quail.el (quail-start-conversion): Don't include | |
2564 unhandled events in the returned events, but set them in | |
2565 unread-command-events. Exit if all inputs are deleted. | |
2566 | |
29324 | 2567 2000-05-30 Jason Rumney <jasonr@gnu.org> |
2568 | |
2569 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
2570 | |
2571 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
2572 Reenable code to create initial fontsets. | |
2573 Use set-fontset-font in place of put-charset-property. | |
2574 | |
29302 | 2575 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
2576 | |
29307 | 2577 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
2578 label, ensure that the first colon isn't followed by another. | |
2579 | |
2580 * paths.el (Info-default-directory-list): Doc fix. | |
2581 | |
29304 | 2582 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
2583 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
2584 send a query containing USER only, not USER@HOST. | |
2585 | |
29302 | 2586 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
2587 and rmail-msgend to compute the restriction at the end, instead of | |
2588 computing it. | |
2589 | |
29292 | 2590 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
2591 | |
29295 | 2592 * dabbrev.el (dabbrev-expand): Don't display messages in the |
2593 echo area if the minibuffer window is active. | |
2594 | |
29292 | 2595 * jit-lock.el (jit-lock-mode): Add after change function to |
2596 local hook. | |
2597 | |
2598 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
2599 | |
2600 * antlr-mode.el: New commands: hide/unhide actions, | |
2601 upcase/downcase literals. | |
2602 (antlr-tiny-action-length): New user option. | |
2603 (antlr-hide-actions): New command. Suggested by | |
2604 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
|
2605 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 2606 (antlr-mode-menu): New entries. |
2607 (antlr-downcase-literals): New command. | |
2608 (antlr-upcase-literals): Ditto. | |
2609 | |
2610 * antlr-mode.el: Minor changes: indendation, mode-name. | |
2611 (antlr-indent-line): Indent cpp directive at column 0. | |
2612 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
2613 | |
2614 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
2615 (antlr-font-lock-additional-keywords): Workaround for intentional | |
2616 bug in XEmacs version of font-lock. | |
2617 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
2618 be used by a smarter version of `buffers-menu-grouping-function'. | |
2619 | |
2620 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
2621 | |
2622 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
2623 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
2624 | |
29266 | 2625 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
2626 | |
2627 * international/encoded-kb.el | |
2628 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
2629 charset-iso-final-char return -1 for eight-bit-control and | |
2630 eight-bit-graphic. | |
2631 | |
29261 | 2632 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2633 | |
2634 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
2635 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
2636 available, instead of window-system. | |
2637 | |
29259 | 2638 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2639 | |
2640 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
2641 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
2642 coding systems. | |
2643 | |
29248 | 2644 2000-05-26 Dave Love <fx@gnu.org> |
2645 | |
29255 | 2646 * disp-table.el (standard-display-underline): Don't use |
2647 internal-find-face. | |
2648 | |
29248 | 2649 * mail/reporter.el: Maintainer change. Doc fixes. |
2650 (reporter-version): Deleted. | |
2651 | |
2652 * emacs-lisp/elp.el: Maintainer change. | |
2653 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
2654 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2655 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2656 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2657 * 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
|
2658 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2659 |
29240 | 2660 2000-05-26 Dave Love <fx@gnu.org> |
2661 | |
29242 | 2662 * loadhist.el (unload-feature): Fix interactive spec [from |
2663 lijnzaad@ebi.ac.uk]. | |
2664 | |
29240 | 2665 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
2666 subr-arity to check primitives. | |
2667 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
2668 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
2669 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
2670 mapcar. | |
2671 | |
29226 | 2672 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
2673 | |
29235 | 2674 * international/fontset.el: Set family names of non-latin charsets |
2675 in default fontset to "*". | |
2676 | |
29230 | 2677 * international/mule-diag.el (print-fontset): Combine family part |
2678 and registry part of the fontname by "-*-" instead of "-". | |
2679 | |
29226 | 2680 * international/mule-cmds.el (encode-coding-char): Make strings |
2681 multibyte before calling encode-coding-string. | |
2682 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2683 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2684 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2685 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
2686 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2687 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2688 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2689 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2690 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2691 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2692 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2693 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2694 * 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
|
2695 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2696 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2697 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2698 (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
|
2699 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2700 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2701 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2702 |
29214 | 2703 2000-05-25 Dave Love <fx@gnu.org> |
2704 | |
2705 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
2706 byte-code-function-p. | |
2707 | |
2708 * mail/rmailsum.el: Add provide. | |
2709 | |
2710 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
2711 | |
2712 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
2713 defcustom. | |
2714 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2715 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
|
2716 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2717 * 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
|
2718 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
|
2719 |
29205 | 2720 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2721 | |
2722 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
2723 grayscale support, not about window-system. | |
2724 | |
2725 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
2726 window-system. | |
2727 (ffap-highlight): Always default to t. | |
2728 | |
2729 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
2730 display-popup-menus-p instead of looking at window-system. | |
2731 | |
2732 * disp-table.el (standard-display-g1, standard-display-graphic): | |
2733 Only refuse to use string glyphs on X and MS-Windows. | |
2734 | |
2735 * avoid.el: Remove window-system from commentary, suggest to use | |
2736 display-*-p instead. | |
2737 | |
2738 * apropos.el (apropos-print): Use display-mouse-p instead of | |
2739 window-system. | |
2740 | |
29190 | 2741 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2742 | |
2743 * international/codepage.el (cp-decoding-vector-for-codepage): | |
2744 Fill up unsupported characters with their own codes. From Kenichi | |
2745 Handa. | |
2746 | |
29188 | 2747 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2748 | |
2749 * international/mule-diag.el (describe-char-after): Use | |
2750 display-graphic-p instead of window-system, so that this function | |
2751 works on MS-DOS. | |
2752 | |
29181 | 2753 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2754 | |
2755 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
2756 Remove the eight-bit-graphic and eight-bit-control charsets from | |
2757 the list of charsets which we convert into `?'. | |
2758 | |
29169 | 2759 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
2760 | |
2761 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
2762 private charsets. | |
2763 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
2764 japanese-jisx0213-2): New charsets. | |
2765 | |
2766 * international/fontset.el: Setup default fontset for new charsets. | |
2767 | |
29166 | 2768 2000-05-24 Dave Love <fx@gnu.org> |
2769 | |
2770 * info.el (Info-find-node-2): Restructure [following "Vadim | |
2771 S. Solomin" <sovs@uic.nnov.ru>]. | |
2772 | |
2773 * icomplete.el: Fix header for Finder. | |
2774 | |
2775 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
2776 | |
2777 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
2778 STAY. | |
2779 | |
2780 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
2781 (rmail-show-message): Add call to `rmail-auto-file' during | |
2782 display. | |
2783 (rmail-auto-file): New function. | |
2784 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2785 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
|
2786 |
29193 | 2787 * 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
|
2788 account. |
29193 | 2789 (ediff-test-utility,ediff-diff-mandatory-option) |
2790 (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
|
2791 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
|
2792 |
29193 | 2793 * 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
|
2794 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2795 |
29193 | 2796 * 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
|
2797 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2798 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
2799 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
|
2800 |
29193 | 2801 * 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
|
2802 |
29159 | 2803 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
2804 | |
2805 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
2806 aliases for hebrew-iso-8bit. | |
2807 | |
29148 | 2808 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
2809 | |
2810 * woman.el: New version from Francis J. Wright | |
2811 <F.J.Wright@Maths.QMW.ac.uk>. | |
2812 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
2813 names in environment variables regardless of the path separator. | |
2814 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
2815 on all files, since woman-file-regexp already filters out any | |
2816 directories. | |
2817 | |
29140 | 2818 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
2819 | |
29144 | 2820 * international/quail.el (quail-start-translation): Don't change |
2821 modified-p of the current buffer. | |
2822 (quail-start-conversion): Likewise. | |
2823 | |
2824 * international/kkc.el (kkc-region): Don't change modified-p of | |
2825 the current buffer. | |
2826 | |
29142 | 2827 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
2828 conform to RFC1468. | |
2829 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 2830 |
29138 | 2831 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
2832 | |
2833 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
2834 (speedbar-insert-button): Invisible text property fix. | |
2835 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
2836 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
2837 (speedbar-page-plus): Renamed from speedbar-file-+ | |
2838 (speedbar-page-minus): Renamed from speedbar-file-- | |
2839 (speedbar-page): Renamed from speedbar-file- | |
2840 (speedbar-tag): Renamed from speedbar-tag- | |
2841 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
2842 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
2843 (speedbar-expand-image-button-alist): Use above renames. | |
2844 | |
2845 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
2846 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
2847 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
2848 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
2849 * sb-pg.xpm: Renamed from sb-file.xpm | |
2850 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
2851 * 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
|
2852 |
29128 | 2853 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
2854 | |
2855 * international/quail.el (quail-show-guidance-buf): Set | |
2856 current-input-method of the guidance buffer to the name of the | |
2857 curren input method. | |
2858 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2859 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2860 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2861 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2862 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2863 * 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
|
2864 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2865 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2866 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2867 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2868 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2869 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2870 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2871 * 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
|
2872 |
29116 | 2873 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
2874 | |
29127 | 2875 * startup.el (command-line): Determine source file of compiled |
2876 user init file differently. Warn if compiled user init file | |
2877 is older than its source file. | |
2878 | |
29116 | 2879 * 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
|
2880 |
29112 | 2881 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
2882 | |
2883 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
2884 rather than `|' (which is not allowed on Windows). Replace the | |
2885 drive letters with a string "drive_X". | |
2886 | |
29110 | 2887 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
2888 | |
2889 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
2890 | |
2891 * files.el (interpreter-mode-alist): Add `bash2'. | |
2892 | |
29091 | 2893 2000-05-22 Dave Love <fx@gnu.org> |
2894 | |
2895 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
2896 mapc. | |
2897 (feature-file): Avoid calling symbol-name. Doc fix. | |
2898 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
2899 (loadhist-hook-functions): Add mouse-position-function. | |
2900 (unload-feature): Change uses of mapcar. | |
2901 | |
2902 * files.el (parse-colon-path): Doc fix. | |
2903 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
2904 (set-auto-mode): Use mapc. | |
2905 | |
2906 * complete.el (PC-look-for-include-file): Use :alnum: character | |
2907 class. | |
2908 (partial-completion-mode): Add autoload cookie. | |
2909 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2910 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
|
2911 |
29102 | 2912 * 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
|
2913 `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
|
2914 |
29082 | 2915 2000-05-22 Dave Love <fx@gnu.org> |
2916 | |
2917 * bindings.el: Remove debug-ignored-errors set in other files. | |
2918 | |
2919 * progmodes/etags.el: Add to debug-ignored-errors. | |
2920 (visit-tags-table-buffer): Clear out buffers holding old tables | |
2921 when making a new list. | |
2922 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
2923 mapc. | |
2924 | |
2925 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
2926 quote keywords. | |
2927 (cmpl-string-case-type): Use character classes. | |
2928 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2929 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2930 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2931 * imenu.el: |
29082 | 2932 * mail/mh-e.el: |
2933 * progmodes/compile.el: Add to debug-ignored-errors. | |
2934 | |
2935 * dabbrev.el: Add to debug-ignored-errors. | |
2936 (dabbrev-completion): Use mapc. | |
2937 | |
29075 | 2938 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
2939 | |
2940 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
2941 (woman-mapcan, woman-parse-man.conf) | |
2942 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
2943 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
2944 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
2945 path syntax better. | |
2946 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
2947 (woman-manpath): Call woman-parse-man.conf. | |
2948 (woman-emulation): New defcustom, defaults to nroff. | |
2949 (woman-font-support): New defconst. | |
2950 (woman-use-symbol-font): New defcustom. | |
2951 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
2952 "Emulation". | |
2953 Many functions: Doc fix. | |
2954 | |
29072 | 2955 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
2956 | |
2957 * international/quail.el (quail-simple-translation-keymap): Map | |
2958 128..255 to quail-self-insert-command. | |
2959 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
2960 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2961 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2962 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2963 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2964 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
2965 * 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
|
2966 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
2967 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2968 * 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
|
2969 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
2970 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
2971 * 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
|
2972 |
29059 | 2973 2000-05-21 Dave Love <fx@gnu.org> |
2974 | |
29061 | 2975 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
2976 are invalid characters. | |
2977 | |
29059 | 2978 * international/mule-util.el (detect-coding-with-priority): Use |
2979 mapc. Remove redundant lambda. | |
2980 | |
2981 * international/mule-diag.el (list-non-iso-charset-chars) | |
2982 (describe-fontset): Remove redundant lambda. | |
2983 | |
2984 * emulation/crisp.el (brief-mode): New alias. | |
2985 | |
2986 * emacs-lisp/ring.el (ring-elements): New function. | |
2987 | |
2988 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
2989 (easy-menu-do-add-item): Use keywordp. | |
2990 | |
2991 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
2992 | |
2993 * replace.el: Doc and error message fixes. | |
2994 (replace-highlight): Use facep, not internal-find-face. | |
2995 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2996 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2997 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
2998 * 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
|
2999 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3000 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3001 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3002 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3003 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3004 (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
|
3005 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3006 (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
|
3007 (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
|
3008 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3009 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3010 (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
|
3011 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3012 (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
|
3013 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3014 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3015 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3016 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3017 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3018 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3019 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3020 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3021 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3022 (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
|
3023 (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
|
3024 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3025 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
|
3026 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3027 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3028 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3029 |
29029 | 3030 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
3031 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3032 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 3033 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
3034 | |
29028 | 3035 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
3036 | |
3037 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
3038 and insert, not subst-char-in-region. | |
3039 | |
3040 * international/mule-diag.el (list-character-sets-1): Handle | |
3041 charsets eight-bit-control and eight-bit-graphic. | |
3042 (list-iso-charset-chars): Likewise. | |
3043 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
3044 charactes as is. Use indent-to to align characters. | |
3045 | |
3046 * international/mule-cmds.el (find-multibyte-characters): Never | |
3047 exclude charsets eight-bit-control and eight-bit-graphic. | |
3048 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3049 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3050 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3051 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3052 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3053 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3054 * 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
|
3055 |
28993 | 3056 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3057 | |
3058 * gud.el (gud-jdb-directories): Doc fix. | |
3059 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3060 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3061 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3062 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3063 |
28988 | 3064 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3065 | |
28993 | 3066 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 3067 |
28982 | 3068 2000-05-18 Andreas Schwab <schwab@suse.de> |
3069 | |
3070 * dired.el (dired-between-files): Also skip lines beginning with | |
3071 `used'. | |
3072 | |
28978 | 3073 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
3074 | |
3075 * msb.el (msb-menu-cond): Add choice `user'. | |
3076 | |
28981 | 3077 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
|
3078 |
28981 | 3079 * ps-print.el: Compatibility, customization and doc fix. |
3080 (ps-printer-name-option): Replace defconst by defvar. | |
3081 (ps-postscript-code-directory): XEmacs compatibility. | |
3082 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3083 fix. | |
3084 (ps-user-defined-prologue, ps-print-prologue-header) | |
3085 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3086 compatibility and code fix. | |
3087 (ps-print-background-image, ps-print-background-text): | |
3088 Customization fix. | |
3089 (ps-line-number-start, ps-n-up-on): New vars. | |
3090 | |
28978 | 3091 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3092 | |
3093 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3094 the indent-comment function to just return the appropriate indent. | |
3095 | |
28975 | 3096 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3097 | |
3098 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3099 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3100 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3101 | |
28969 | 3102 2000-05-18 Dave Love <fx@gnu.org> |
3103 | |
3104 * info.el (Info-fontify-node): Add intangible property as well as | |
3105 invisible. | |
3106 | |
3107 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3108 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3109 | |
28965 | 3110 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3111 | |
3112 * international/mule-diag.el (describe-char-after): Call | |
3113 internal-char-font, not char-font. If internal-char-font returns | |
3114 nil, display "-- none --". | |
3115 | |
28959 | 3116 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3117 | |
3118 * image.el (image-type-available-p): Don't reference image-types | |
3119 if it isn't bound. | |
3120 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3121 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3122 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3123 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3124 |
28954 | 3125 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3126 | |
3127 * startup.el (command-line-1): Don't signal an error if the | |
3128 directory for auto-save-list files does not yet exist. | |
3129 | |
28950 | 3130 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3131 | |
3132 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3133 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3134 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3135 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3136 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3137 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3138 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
|
3139 |
28981 | 3140 * 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
|
3141 |
28942 | 3142 2000-05-16 Dave Love <fx@gnu.org> |
3143 | |
3144 * cus-edit.el: Don't require cl or easymenu. | |
3145 (custom-variable-prompt): Test standard-value property, not | |
3146 user-variable-p. | |
3147 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3148 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
|
3149 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3150 * 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
|
3151 |
28939 | 3152 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3153 | |
3154 * startup.el (command-line-1): Mention the FAQ in the startup | |
3155 message. | |
3156 | |
3157 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3158 | |
3159 * progmodes/compile.el (compilation-parse-errors): Collect | |
3160 `nomessage' regexps last. | |
3161 | |
3162 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3163 | |
3164 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3165 to the function name. | |
3166 | |
28926 | 3167 2000-05-15 Dave Love <fx@gnu.org> |
3168 | |
3169 * speedbar.el (speedbar-recenter): Typo. | |
3170 (speedbar-expand-line): Make arg optional. | |
3171 (speedbar-mode): Avoid a compiler warning. | |
3172 | |
28924 | 3173 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3174 | |
3175 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3176 user-specified option string is empty. | |
3177 | |
3178 * mouse.el (mouse-yank-at-click): Doc fix. | |
3179 | |
28921 | 3180 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3181 | |
3182 * term/internal.el (IT-character-translations): More updates of | |
3183 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3184 documents. | |
3185 | |
28919 | 3186 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3187 | |
3188 * env.el (getenv): New function, interactively callable. | |
3189 (setenv, getenv): Remove autoload cookies. | |
3190 | |
3191 * loadup.el: Load `env'. | |
3192 | |
3193 * progmodes/f90.el: Change author's mail address. | |
3194 | |
28908 | 3195 2000-05-14 Dave Love <fx@gnu.org> |
3196 | |
28911 | 3197 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3198 goto-addr as an option. | |
3199 | |
3200 * help.el (help-xref-stack): Doc fix. | |
3201 (help-xref-following): New variable. | |
3202 (help-make-xrefs): Use it. | |
3203 (help-xref-go-back): Use position information from stack element. | |
3204 (help-follow): Make position in stack element a pair. Use | |
3205 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3206 |
28911 | 3207 * autoarg.el: New file. |
3208 | |
3209 * faces.el: Declare more functions obsolete. | |
3210 | |
28908 | 3211 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3212 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3213 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3214 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3215 Remove all the setup-...-environment functions. | |
3216 | |
28903 | 3217 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3218 | |
28919 | 3219 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3220 >= when detecting. Require `defimage' safely. | |
28903 | 3221 (speedbar-easymenu-definition-base): Add toggle for images. |
3222 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3223 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3224 (speedbar-reconfigure-keymaps-hook): New variable. | |
3225 (speedbar-frame-parameters): Updated documentation. | |
3226 (speedbar-use-imenu-flag): Updated custom tag | |
3227 (speedbar-dynamic-tags-function-list): New variable. | |
3228 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3229 (speedbar-indentation-width, speedbar-indentation-width) New |
3230 variables. | |
3231 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3232 (speedbar-vc-indicator): Doc update. |
3233 (speedbar-ignored-path-expressions): Updated default value. | |
3234 (speedbar-supported-extension-expressions): Updated default value. | |
3235 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3236 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3237 as "+". Added overlay aliases. | |
3238 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3239 `force-mode-line-update'. | |
3240 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3241 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3242 `mouse-set-point' | |
28903 | 3243 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3244 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3245 of arbitrary text, and new helper functions. | |
3246 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3247 filename finder. | |
28903 | 3248 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3249 (speedbar-directory-buttons): Update path search/expansion. | |
3250 (speedbar-make-tag-line): Pay attention to | |
28919 | 3251 `speedbar-indentation-width'. Use more care w/ invisible |
3252 properties. | |
28903 | 3253 (speedbar-change-expand-button-char): Call |
3254 `speedbar-insert-image-button-maybe'. | |
3255 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 3256 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
3257 (speedbar-trim-words-tag-hierarchy) | |
3258 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 3259 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 3260 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
3261 functions. | |
28903 | 3262 (speedbar-mouse-set-point): New function |
3263 (speedbar-power-click): Updated documentation. | |
28919 | 3264 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
3265 of tag prefix text. | |
3266 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
3267 to strange text. | |
3268 (speedbar-expand-line): Takes universal argument to flush the | |
3269 cache. | |
28903 | 3270 (speedbar-flush-expand-line): New function. |
3271 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
3272 Use new generator insertion method. | |
3273 (speedbar-fetch-dynamic-tags): New function. | |
3274 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
3275 `speedbar-fetch-dynamic-imenu'. | |
3276 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
3277 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
3278 "Revert Buffer" menu items. | |
3279 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
3280 filename tag (for expansion purposes.). | |
28919 | 3281 (speedbar-highlight-one-tag-line, |
3282 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
3283 (speedbar-recenter): New functions. | |
28903 | 3284 (defimage-speedbar): Image loading abstraction. |
28919 | 3285 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
3286 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
3287 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
3288 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 3289 (speedbar-expand-image-button-alist): New variable. |
3290 (speedbar-insert-image-button-maybe): Insert an image over some | |
3291 buttons. | |
3292 | |
28894 | 3293 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
3294 | |
3295 * international/mule-cmds.el (encode-coding-char): An ASCII | |
3296 character is always encodable. | |
3297 | |
3298 * international/mule-conf.el: Add more information in descriptions | |
3299 of character sets. | |
3300 | |
28965 | 3301 * international/mule-diag.el (describe-char-after): New function. |
28894 | 3302 (describe-font-internal): Adjusted for the change of font-info. |
3303 (describe-font): Likewise. | |
3304 (print-fontset): Rewritten for the new fontset implementation. | |
3305 (describe-fontset): Include fontset alias names in completion. | |
3306 (list-fontsets): Adjusted for the change of print-fontset. | |
3307 | |
28895 | 3308 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
3309 describe-char-after instead of displaying the detail in the echo | |
3310 area. | |
28965 | 3311 (syntax-code-table): Format changed. |
3312 (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
|
3313 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3314 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3315 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3316 * 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
|
3317 |
28890 | 3318 2000-05-12 Dave Love <fx@gnu.org> |
3319 | |
3320 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
3321 dependence. Use line-{beginning,end}-position, not | |
3322 point-at{b,e}ol. Some doc fixes. | |
3323 (todo-position): New function. Fix callers of position to use it. | |
3324 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
3325 | |
28885 | 3326 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
3327 | |
3328 * time.el (display-time-mail-icon): Use `:ascent center'. | |
3329 | |
28893 | 3330 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
3331 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3332 |
28882 | 3333 2000-05-11 Dave Love <fx@gnu.org> |
3334 | |
28888 | 3335 * calendar/todo-mode.el: New file. |
28882 | 3336 |
28870 | 3337 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
3338 | |
28881 | 3339 * comint.el (comint-read-input-ring): Move reference to |
3340 comint-input-ring-size outside of the save-excursion. It was | |
3341 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
|
3342 |
28875 | 3343 * font-lock.el: Update copyright. Remove Simon Marshall's email |
3344 address on request from him. | |
3345 | |
28870 | 3346 * subr.el (substitute-key-definition): Add comment describing |
3347 the meaning of PREFIX. | |
3348 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3349 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3350 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3351 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3352 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3353 * 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
|
3354 (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
|
3355 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3356 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3357 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3358 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3359 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3360 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3361 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3362 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3363 * 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
|
3364 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3365 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3366 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3367 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3368 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3369 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3370 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3371 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3372 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3373 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3374 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3375 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3376 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3377 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3378 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3379 (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
|
3380 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3381 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3382 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3383 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3384 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3385 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3386 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3387 |
28845 | 3388 2000-05-09 Sam Steingold <sds@goems.com> |
3389 | |
3390 * apropos.el (apropos-print): use `describe-face' instead of | |
3391 `customize-face-other-window'. | |
3392 | |
28842 | 3393 2000-05-09 Dave Love <fx@gnu.org> |
3394 | |
3395 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
3396 | |
3397 * help.el (describe-variable): Have customize button pop the | |
3398 help-xref stack when invoked. | |
3399 (help-xref-symbol-regexp): Add `face'. | |
3400 (help-make-xrefs): Check for quoted face names and adapt regexp | |
3401 submatch numbers to cope. | |
3402 (help-xref-interned): Maybe insert face doc too. Separate | |
3403 sections with a line of hyphens. | |
3404 | |
28848 | 3405 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 3406 (describe-face): Add customize button. Return the help |
3407 text. Fix prompt. | |
3408 | |
28839 | 3409 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
3410 | |
3411 * term/internal.el (IT-character-translations): Fix last change. | |
3412 | |
28833 | 3413 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3414 | |
3415 * woman.el: New file | |
3416 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
3417 | |
28829 | 3418 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3419 | |
28831 | 3420 * term/internal.el (IT-character-translations): Update ASCII |
3421 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
3422 latin-iso8859-15. | |
3423 | |
28829 | 3424 * international/mule-cmds.el (set-language-info-alist): Call |
3425 define-prefix-command with 3 arguments, to make the map suitable | |
3426 for a menu. | |
3427 | |
28827 | 3428 2000-05-07 Dave Love <fx@gnu.org> |
3429 | |
30620
1a808437b658
Restore inadvertently-changed non-ASCII character.
Eli Zaretskii <eliz@gnu.org>
parents:
30619
diff
changeset
|
3430 * time.el: Small doc fixes from Pavel Janík ml. |
28827 | 3431 |
28825 | 3432 2000-05-05 Dave Love <fx@gnu.org> |
3433 | |
3434 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
3435 list in doc string. Don't quote keyword symbols. | |
3436 * emacs-lisp/cl.el: Likewise | |
3437 * emacs-lisp/cl-seq.el: Likewise | |
3438 | |
28823 | 3439 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
3440 | |
3441 * abbrev.el (abbrev-mode): Make ARG optional. | |
3442 | |
28812 | 3443 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
3444 | |
28817 | 3445 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
3446 | |
3447 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
3448 | |
28812 | 3449 * subr.el (substitute-key-definition): Clarify documentation. |
3450 | |
3451 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
3452 | |
3453 * glasses.el (glasses-convert-to-unreadable): Use | |
3454 `glasses-separator' instead of the hard-wired "_". | |
3455 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
3456 place. | |
3457 | |
28808 | 3458 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3459 | |
3460 * term/internal.el (cjk-codepages-alist): Add associations for | |
3461 Chinese and Korean codepages. Remove FIXME comment. | |
3462 | |
28806 | 3463 2000-05-03 Dave Love <fx@gnu.org> |
3464 | |
3465 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
3466 New option. | |
3467 (display-time-mail-icon): New variable. | |
3468 (display-time-string-forms): Use the above. Fix the local-map. | |
3469 | |
28795 | 3470 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
3471 | |
28805 | 3472 * replace.el (query-replace-map): Add binding for `E'. |
3473 (query-replace-help): Extend help text. | |
3474 (perform-replace): Allow editing the replacement string. | |
3475 | |
3476 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
3477 (makefile-mode): Set local abbrev table to | |
3478 makefile-mode-abbrev-table. | |
3479 (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
|
3480 |
28795 | 3481 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
3482 set TOGGLE's value. | |
3483 | |
28805 | 3484 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
3485 mail-interactive-insert-alias. | |
3486 (mail-abbrev-complete-alias): New command. | |
3487 (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
|
3488 |
28790 | 3489 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
3490 | |
3491 * language/lao-util.el (lao-compose-region): New function. | |
3492 | |
28782 | 3493 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
3494 | |
28789 | 3495 * files.el (recover-session): Make directories as necessary |
3496 if they don't exist yet. | |
3497 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3498 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3499 (french-calendar-multibyte-special-days-array) |
28782 | 3500 (french-calendar-special-days-array): Change French text. |
3501 (calendar-french-date-string): Change output. | |
3502 (calendar-goto-french-date): Likewise. | |
3503 | |
3504 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
3505 | |
3506 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
3507 (widget-documentation-string-value-create): Set `:always-active'. | |
3508 | |
28778 | 3509 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3510 | |
3511 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
3512 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
3513 (normal-top-level): Create the directory for auto-save files, if | |
3514 it doesn't already exist (in the ms-dos case only). | |
3515 | |
28775 | 3516 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3517 | |
3518 * international/mule-cmds.el (set-language-environment): Don't | |
3519 concat an integer (dos-codepage), use format instead. | |
3520 | |
28772 | 3521 2000-05-02 Dave Love <fx@gnu.org> |
3522 | |
3523 * help.el (help-xref-on-pp): Check for constant symbols. | |
3524 | |
28764 | 3525 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
3526 | |
3527 * startup.el (normal-top-level): Put a condition-case around | |
3528 the code loading subdirs.el. | |
3529 | |
3530 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
|
3531 |
28764 | 3532 * ps-print.el: Upside-down and face background color printing, |
3533 line number step, doc fix. | |
3534 (ps-print-version): New version number (5.2). | |
3535 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
3536 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
3537 (ps-spool-config): Var fix. | |
3538 (ps-printer-name-option): Const fix. | |
3539 (ps-print-upside-down, ps-use-face-background) | |
3540 (ps-line-number-step): New vars. | |
3541 (ps-window-system, ps-lp-system): New consts. | |
3542 (ps-face-background): New fun. | |
3543 | |
28759 | 3544 2000-04-28 Richard Stallman <rms@gnu.org> |
3545 | |
3546 * files.el (make-auto-save-file-name): | |
3547 Apply auto-save-file-name-transforms to visited file name | |
3548 before generating auto save file name. | |
3549 (auto-save-file-name-transforms): New variable. | |
3550 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3551 * files.el (backup-enable-predicate): |
28759 | 3552 Correctly test for a file under a temporary directory. |
3553 | |
28751 | 3554 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
3555 | |
3556 * subr.el (add-minor-mode): Rewritten. | |
3557 | |
28749 | 3558 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
3559 | |
3560 * mail/sendmail.el (sendmail-send-it): Set | |
3561 buffer-file-coding-system to the selected coding system for MIME | |
3562 header. | |
3563 | |
28748 | 3564 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
3565 | |
3566 * dired.el (dired-move-to-filename-regexp): Allow format where | |
3567 YYYY is followed by two spaces. | |
3568 | |
3569 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
3570 in the second character class of the regexp. | |
3571 | |
3572 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
3573 mh-etc, too. | |
3574 | |
3575 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
3576 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3577 |
28748 | 3578 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
3579 | |
3580 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
3581 argument. | |
3582 | |
3583 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
|
3584 |
28748 | 3585 * emacs-lisp/crm.el (crm-completion-table): New variable. |
3586 (crm-collection-fn, crm-test-completion) | |
3587 (completing-read-multiple): Use it. | |
3588 | |
28736 | 3589 2000-04-27 Dave Love <fx@gnu.org> |
3590 | |
3591 * help.el (locate-library): Use mapc. | |
3592 (help-manyarg-func-alist): Add call-process-region. | |
3593 | |
28724 | 3594 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
3595 | |
28729 | 3596 * subr.el (add-minor-mode): Make argument MAP optional. |
3597 | |
28724 | 3598 * desktop.el (desktop-save): Save list of minor modes. |
3599 (desktop-create-buffer): Restore minor modes. | |
3600 (desktop-minor-mode-table): New user-option. | |
3601 | |
3602 * subr.el (add-minor-mode): New function. | |
3603 | |
3604 * image.el (find-image): New function. | |
3605 (defimage): Rewritten to find image at load time. | |
3606 | |
3607 * startup.el (normal-top-level-add-to-load-path): Handle | |
3608 case that the default directory is not in load-path. | |
3609 | |
3610 * help.el: Old patch from Stefan Monnier. | |
3611 (help-xref-on-pp): New function. | |
3612 (describe-variable): Use it to display xrefs in a symbol's value. | |
3613 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3614 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3615 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3616 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3617 |
28713 | 3618 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
3619 | |
28715 | 3620 * mail/rmail.el (rmail-expunge): When there are no deleted |
3621 messages, do nothing. | |
28713 | 3622 |
28712 | 3623 2000-04-26 Dave Love <fx@gnu.org> |
3624 | |
3625 * international/mule-cmds.el (locale-translation-file-name): | |
3626 Defvar to nil. | |
3627 (set-locale-environment): Set it here (at runtime). | |
3628 | |
28710 | 3629 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
3630 | |
3631 * replace.el (perform-replace): Add parameters START and END. Use | |
3632 them instead of the check for a region in Transient Mark mode. | |
3633 (query-replace-read-args): Return two more list elements for the | |
3634 start and end of the region in Transient Mark mode. | |
3635 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
3636 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
3637 optional last arguments START and END and pass them to | |
3638 perform-replace. | |
3639 | |
3640 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
3641 form with additional arguments for perform-replace. | |
3642 | |
3643 * progmodes/etags.el (tags-query-replace): Add parameters START | |
3644 and END. Construct a form with additional arguments for | |
3645 perform-replace. | |
3646 | |
3647 * simple.el (shell-command): Set default directory for "*Shell | |
3648 Command Output" buffer. | |
3649 | |
3650 * language/european.el (iso-latin-4): Fix typo. | |
3651 | |
3652 * emacs-lisp/crm.el: New file. | |
3653 | |
28701 | 3654 2000-04-24 Dave Love <fx@gnu.org> |
3655 | |
3656 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
3657 (Custom-reset-saved, Custom-reset-standard) | |
3658 (custom-group-value-create, custom-group-set, custom-group-save) | |
3659 (custom-group-reset-current, custom-group-reset-saved) | |
3660 (custom-group-reset-standard): Use mapc. | |
3661 (custom-buffer-create-internal): Disable undo when creating items. | |
3662 Use mapc. | |
3663 (custom-face): Avoid redundant lambda. | |
3664 | |
28699 | 3665 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3666 | |
3667 * startup.el (auto-save-list-file-prefix): Set default to | |
3668 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
3669 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3670 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3671 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3672 * 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
|
3673 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3674 |
28695 | 3675 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3676 | |
3677 * frame.el (scrolling): New group. | |
3678 (automatic-hscrolling): New user-option. | |
3679 | |
3680 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
3681 `--line-spacing'. | |
3682 | |
28668 | 3683 2000-04-19 Dave Love <fx@gnu.org> |
3684 | |
3685 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
3686 (cl-mapc): Rename from mapc. Fix the funcall. | |
3687 | |
28653 | 3688 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
3689 | |
28660 | 3690 * simple.el (clone-indirect-buffer-other-window): New command. |
3691 (clone-indirect-buffer): Add optional arg NORECROD. | |
3692 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
3693 | |
28658 | 3694 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
3695 | |
3696 * window.el (count-screen-lines): New function. | |
3697 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
3698 instead of window-buffer-height. | |
3699 | |
3700 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
3701 non-existing variable comint-input-sentinel. | |
3702 (inferior-lisp-args-to-list): Removed. | |
3703 (inferior-lisp): Use split-string instead of | |
3704 inferior-lisp-args-to-list. | |
3705 | |
3706 * hexl.el (hexl-insert-hex-string): New command. | |
3707 | |
28653 | 3708 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
3709 instead of concat. | |
3710 | |
28634 | 3711 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
3712 | |
3713 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
3714 at the start of an existing but empty folder. | |
3715 | |
3716 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3717 | |
3718 * ps-mule.el: Customization fix, doc fix. | |
3719 (ps-multibyte-buffer): Customization fix. | |
3720 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
3721 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3722 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3723 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3724 |
28626 | 3725 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
3726 | |
3727 * textmodes/texinfo.el (texinfo-insert-@email) | |
3728 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
3729 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
3730 (texinfo-mode-map): Add key bindings for them. | |
3731 | |
3732 * files.el (basic-save-buffer-2): Use a template with `$' | |
3733 instead of `#' for VMS. | |
3734 | |
3735 * simple.el (clone-indirect-buffer): New function. | |
3736 | |
28621 | 3737 2000-04-16 Stephen Eglen <stephen@gnu.org> |
3738 | |
3739 * iswitchb.el (iswitchb-case): New function. If the user input | |
3740 contains any upper-case characters, the search is made | |
3741 case-sensitive. | |
3742 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3743 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3744 |
28621 | 3745 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
3746 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3747 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3748 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3749 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3750 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 3751 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
3752 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
|
3753 (texinfo-environments): New var. |
28621 | 3754 (texinfo-environment-regexp): Use regexp-opt and |
3755 texinfo-environments. | |
3756 | |
3757 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
3758 ispell-process is bound since this might be eval'd before ispell | |
3759 is loaded. | |
3760 (ispell-message): Use a tiny bit less magic and a bit more hard | |
3761 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
|
3762 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3763 * 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
|
3764 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3765 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3766 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3767 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3768 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3769 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3770 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3771 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3772 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3773 |
28602 | 3774 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
3775 | |
3776 * 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
|
3777 |
28602 | 3778 * ps-print.el: Fix counting lines in a region. |
3779 (ps-print-version): New version number (5.1.5). | |
3780 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
3781 (ps-printing-region): Fun code fix. | |
3782 | |
28600 | 3783 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
3784 | |
3785 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
3786 to file-directory-p. | |
3787 | |
28591 | 3788 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
3789 | |
3790 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
3791 exists before calling directory-files. | |
3792 | |
28578 | 3793 2000-04-13 Dave Love <fx@gnu.org> |
3794 | |
3795 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
3796 syntax. | |
3797 | |
3798 * emacs-lisp/cl-specs.el: Remove when, unless. | |
3799 | |
3800 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
3801 (cl-old-mapc): New variable. | |
3802 (mapc): Use it. | |
3803 (cl-map-intervals): Use with-current-buffer. Don't check for | |
3804 next-property-change. | |
3805 (cl-map-overlays): Use with-current-buffer. | |
3806 (cl-expt): Remove. | |
3807 (copy-tree, remprop): Define unconditionally. | |
3808 | |
3809 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
3810 | |
3811 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
3812 to use keywordp. | |
3813 (edebug-spec): Enable keywordp. | |
3814 | |
3815 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
3816 string-lessp. | |
3817 | |
3818 * cus-start.el: Use keywordp. | |
3819 | |
28577 | 3820 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
3821 | |
3822 * diary-lib.el (include-other-diary-files): Fix the fix of | |
3823 2000-02-18 by doing a save-excursion. | |
3824 | |
3825 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3826 | |
3827 * ps-print.el: Customization fix, doc fix. | |
3828 (ps-print-version): New version number (5.1.4). | |
3829 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
3830 (ps-print-preprint): Adjust code. | |
3831 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
3832 (ps-print-prologue-header, ps-print-control-characters) | |
3833 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3834 |
28564 | 3835 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
3836 | |
3837 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
3838 converted to the new menu-item format, names silightly changed, | |
3839 help strings added. | |
3840 | |
3841 Support for spelling without async subprocesses: | |
3842 | |
3843 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
3844 (ispell-session-buffer): New variables. | |
3845 (ispell-start-process, ispell-process-status, | |
3846 ispell-accept-output, ispell-send-string): New functions, for | |
3847 Ispell invocation when async subprocesses aren't supported. | |
3848 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
3849 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
3850 to process-send-string with calls to ispell-send-string, and | |
3851 accept-process-output with ispell-accept-output. | |
3852 (ispell-init-process): Call ispell-process-status instead of | |
3853 process-status with. | |
3854 (ispell-init-process): Call ispell-start-process. Call | |
3855 ispell-accept-output and ispell-send-string. Don't call | |
3856 process-kill-without-query and kill-process if they are unbound. | |
3857 (ispell-async-processp): New function. | |
3858 | |
28560 | 3859 2000-04-12 Dave Love <fx@gnu.org> |
3860 | |
3861 * info.el: Add debug-ignored-errors. | |
3862 (Info-mode-menu): Add some items. | |
3863 (Info-directory): Add autoload cookie. | |
3864 | |
3865 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
3866 Modify `truncate-lines'. Make `describe-language-environment' | |
3867 always visible and add help. Modify `describe-key' help. Invoke | |
3868 Info-directory from `info'. New entry `emacs-manual'. | |
3869 | |
28542 | 3870 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
3871 | |
28549 | 3872 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
3873 propertized-buffer-identification. | |
3874 (ebrowse-update-member-buffer-mode-line): Likewise. | |
3875 (ebrowse--mode-strings): Removed. | |
3876 (ebrowse--mode-line-props): Removed. | |
3877 | |
28542 | 3878 * files.el (auto-mode-alist): Add `EBROWSE'. |
3879 | |
3880 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
3881 space before testing for end of buffer. | |
3882 (ebrowse-load): Removed. | |
3883 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
3884 (ebrowse-create-tree-buffer): Rewritten. | |
3885 (ebrowse-tree-mode): Read tree from buffer. | |
3886 | |
3887 * progmodes/ebrowse-ffh.el: Removed. | |
3888 | |
28535 | 3889 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
3890 | |
3891 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
3892 | |
28534 | 3893 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
3894 | |
3895 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
3896 at the wrong place. | |
3897 | |
28783 | 3898 2000-04-09 Dave Love <fx@gnu.org> |
3899 | |
3900 * files.el (backup-enable-predicate): Use | |
3901 temporary-file-directory, small-temporary-file-directory. | |
3902 (make-backup-file-name-function, backup-directory-alist): New | |
3903 variables. | |
3904 (make-backup-file-name-1): New function. | |
3905 (make-backup-file-name): Use it. | |
3906 (find-backup-file-name): Likewise. Use format for clarity, not | |
3907 concat. | |
3908 (file-newest-backup): Use make-backup-file-name. | |
3909 | |
28523 | 3910 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
3911 | |
28530 | 3912 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3913 |
28530 | 3914 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
3915 to ebrowse-ffh.el. | |
3916 (ebrowse-load): Add autoload. | |
3917 | |
3918 * finder.el (finder-commentary): Add autoload cookie. | |
3919 | |
28523 | 3920 * mail/rfc2368.el: Correct author's email address. |
3921 | |
3922 * progmodes/ebrowse.el: New file. | |
3923 | |
3924 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
3925 item help string. | |
3926 (easy-menu-do-add-item): Ditto. | |
3927 (easy-menu-define): Extend doc string. | |
3928 | |
3929 * jit-lock.el (with-buffer-unmodified): Use | |
3930 restore-buffer-modified-p. | |
3931 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
3932 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
3933 with-buffer-unmodified. | |
3934 | |
28517 | 3935 2000-04-08 Dave Love <fx@gnu.org> |
3936 | |
3937 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
3938 unless, when. | |
3939 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
3940 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
|
3941 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
3942 * 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
|
3943 (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
|
3944 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
|
3945 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3946 |
28506 | 3947 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
3948 | |
3949 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
3950 like C-r. | |
3951 | |
3952 * progmodes/make-mode.el: Some doc fixes. | |
3953 (makefile-mode-abbrev-table): New variable. | |
3954 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
3955 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
3956 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
3957 | |
3958 * replace.el (perform-replace): Don't move forward one char | |
3959 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
3960 to do that because it leaves point 1 position after the last | |
3961 replacement, after everything has been replaced. | |
3962 | |
3963 * jit-lock.el (with-buffer-unmodified): New macro. | |
3964 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
3965 modified state. | |
3966 (jit-lock-function-1): Extracted from jit-lock-function; not | |
3967 preserving buffer's modified state. | |
3968 (jit-lock-function, jit-lock-stealth-fontify): Call | |
3969 jit-lock-function-1. | |
3970 | |
3971 * mail/rfc2368.el: Remove supernumerary copyright line. | |
3972 | |
28499 | 3973 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
3974 | |
3975 * glasses.el: Provide facilities for inserting space before left | |
3976 parentheses and uncapitalization of identifiers. | |
3977 (glasses-mode): Try to remove old overlays in all cases. | |
3978 | |
28485 | 3979 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
3980 | |
28496 | 3981 * progmodes/compile.el (compile-internal): Display the compilation |
3982 buffer in a different frame, if it's already displayed there. | |
3983 | |
28494 | 3984 * mail/rfc2368.el: New file. |
3985 | |
28492 | 3986 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
3987 header and insert its value as mail body. | |
3988 | |
3989 * subr.el (member-ignore-case): New function. | |
3990 | |
3991 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
3992 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
3993 from dabbrev-ignored-regexps. | |
3994 | |
28485 | 3995 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
3996 to extensions handled by gzip. | |
3997 | |
28492 | 3998 2000-04-03 Richard M. Stallman <rms@gnu.org> |
3999 | |
4000 * files.el (insert-directory): List the total free space | |
4001 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4002 |
28492 | 4003 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
4004 line is followed by one that matches CITATION-REGEXP, end the | |
4005 paragraph. | |
4006 | |
4007 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
4008 | |
4009 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
4010 (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
|
4011 |
28474 | 4012 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
4013 | |
4014 * international/mule-cmds.el (encoded-string-description): | |
4015 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 4016 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
4017 for hexadecimal format. | |
28474 | 4018 |
28468 | 4019 2000-04-01 Dave Love <fx@gnu.org> |
4020 | |
4021 * cpp.el: Change customization group to `c' from `C'. | |
4022 | |
4023 * vcursor.el (vcursor-move): Use display-color-p. | |
4024 | |
4025 * international/mule-util.el: Provide mule-utils. | |
4026 (string-to-sequence): Simplify and speed up. | |
4027 | |
4028 * international/mule.el (make-coding-system): Purecopy doc-string. | |
4029 | |
4030 * international/mule-cmds.el: Various menu changes. | |
4031 (describe-specified-language-support): Handle `Default'. | |
4032 (set-language-info): Purecopy `info'. | |
4033 | |
28462 | 4034 2000-03-31 Andrew Innes <andrewi@gnu.org> |
4035 | |
4036 * vc.el (vc-backend-diff): Return the correct status if we had to | |
4037 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
|
4038 |
28445 | 4039 2000-03-31 Dave Love <fx@gnu.org> |
4040 | |
28452 | 4041 * help.el (help-manyarg-func-alist): Correct several omissions. |
4042 | |
28450 | 4043 * add-log.el: Don't require cl, fortran. |
4044 (add-log-current-defun-function): Doc fix. | |
4045 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
4046 fix. | |
4047 (change-log-version-rcs): Function deleted. | |
4048 (change-log-version-number-search): Doc fix. Use | |
4049 vc-workfile-version. Avoid CL dolist. | |
4050 (add-change-log-entry): Just call add-log-current-defun to get | |
4051 defun. Simplify somewhat. | |
4052 (change-log-get-method-definition-1): Likewise. | |
4053 (add-log-current-defun): Return nil if calling | |
4054 add-log-current-defun-function does so. Move Fortran stuff to | |
4055 fortran.el. Return string without properties. | |
4056 | |
28445 | 4057 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
4058 and :alpha: char classes. | |
4059 | |
4060 * mail/supercite.el: Defvar curline when compiling. | |
4061 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
4062 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
4063 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
4064 | |
28444 | 4065 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
4066 | |
4067 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
4068 | |
4069 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4070 Re-enable new code. | |
4071 | |
4072 * lpr.el (print-region-1): Use -d to specify printer name for | |
4073 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
4074 | |
4075 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
|
4076 |
28444 | 4077 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4078 for function definition in symbol's function value slot first | |
4079 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
|
4080 |
28435 | 4081 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4082 | |
4083 * language/european.el ("Polish"): New language environment. | |
4084 (setup-polish-environment): New function. | |
4085 | |
28424 | 4086 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4087 | |
4088 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4089 Disable new code. | |
4090 | |
4091 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4092 trying to `load' the symbol of an autoload instead of the file | |
4093 recorded in the autoload. Fix error messages. | |
4094 | |
28429 | 4095 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4096 | |
4097 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4098 (ps-print-version): New version number (5.1.3). | |
4099 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4100 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4101 (ps-generate-postscript-with-faces): Code fix. | |
4102 (ps-color-values): XEmacs compatibility. | |
4103 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4104 (ps-default-fg, ps-default-bg): Adjust customization. | |
4105 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4106 (ps-color-scale): Renaming old ps-color-value fun. | |
4107 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4108 with ps-print-header variable. | |
4109 (ps-print-miscellany): New group. | |
4110 (ps-format-color, ps-rgb-color): New funs. | |
4111 (ps-default-foreground): New var. | |
4112 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4113 |
28416 | 4114 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4115 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4116 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4117 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4118 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4119 (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
|
4120 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4121 |
28416 | 4122 * lisp/locate.el: |
4123 (locate-word-at-point): Added this function | |
4124 (locate): Default to using locate-word-at-point as input | |
4125 Run dired-mode-hook | |
4126 | |
28405 | 4127 2000-03-29 Dave Love <fx@gnu.org> |
4128 | |
4129 * calendar/appt.el: Doc fixes. | |
4130 (appt-check): Convert min-to-app to a string before passing to | |
4131 appt-disp-window-function or concat. | |
4132 (appt-delete-window): Remove test for frame-root-window. | |
4133 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4134 | |
4135 * emacs-lisp/bytecomp.el: Doc fixes. | |
4136 (byte-compile-file-form-autoload): Update | |
4137 byte-compile-function-environment. | |
4138 | |
28403 | 4139 2000-03-29 Andreas Schwab <schwab@suse.de> |
4140 | |
4141 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4142 specially. | |
4143 | |
4144 * dired.el (dired-insert-directory): If dired-free-space-program | |
4145 failed just delete its output. | |
4146 | |
28395 | 4147 2000-03-29 Dave Love <fx@gnu.org> |
4148 | |
4149 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4150 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4151 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4152 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4153 clarity. | |
4154 | |
4155 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4156 | |
28377 | 4157 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4158 | |
4159 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4160 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4161 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4162 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4163 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4164 * 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
|
4165 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4166 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4167 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4168 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4169 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4170 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4171 |
28326 | 4172 2000-03-26 Dave Love <fx@gnu.org> |
4173 | |
28331 | 4174 * net/browse-url.el (browse-url): Re-fix case of |
4175 browse-url-browser-function being an alist. | |
4176 (browse-url): Add :link to defgroup. | |
4177 | |
28326 | 4178 * files.el: Doc fixes. |
4179 (file-truename): Include `[' in wildcard characters. | |
4180 (automount-dir-prefix): Customize. | |
4181 (find-file-wildcards): Add :version. | |
4182 (find-file-noselect): Simplify a mapcar call. | |
4183 | |
4184 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4185 compatible with inf-lisp version. | |
4186 (eval-defun-1): Fix custom-declare-variable case. | |
4187 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4188 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4189 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4190 * 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
|
4191 |
28303 | 4192 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4193 | |
28308 | 4194 * Makefile (COMPILE_FIRST): New macro. |
4195 (compile-files): Compile files from COMPILE_FIRST first. | |
4196 | |
4197 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4198 code. | |
4199 | |
28303 | 4200 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4201 matching open parenthesis in column 0 to defun-prompt-regexp | |
4202 only if open-paren-in-column-0-is-defun-start is set. | |
4203 | |
4204 * sun-curs.el: Require CL at compile-time only. | |
4205 | |
4206 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4207 instead of copy-list which is a function from CL. | |
4208 (msb--choose-menu, msb--mode-menu-cond) | |
4209 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4210 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4211 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4212 `(' in column 0 in doc string. | |
4213 (msb--add-separators): Use mapcar instead of mapcan. | |
4214 | |
4215 * cus-dep.el: Require CL at compile-time only. | |
4216 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4217 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4218 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4219 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4220 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4221 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4222 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4223 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4224 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4225 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4226 (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
|
4227 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4228 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4229 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4230 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4231 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4232 |
28292 | 4233 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4234 | |
4235 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4236 (rmail-expunge): Ask for confirmation depending on the setting | |
4237 of rmail-confirm-expunge. | |
4238 | |
4239 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4240 | |
4241 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4242 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4243 cause a bootstrap failure because things don't autoload as | |
4244 expected. | |
4245 | |
28289 | 4246 2000-03-23 Dave Love <fx@gnu.org> |
4247 | |
4248 * net/browse-url.el: Restore previous use of | |
4249 browse-url-maybe-new-window. | |
4250 | |
28287 | 4251 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4252 | |
4253 * ps-print.el: Skip banner page fix. | |
4254 (ps-print-version): New version number (5.1.2). | |
4255 (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
|
4256 |
28287 | 4257 2000-03-23 Dave Pearson <davep@davep.org> |
4258 | |
4259 * net/quickurl.el Changed the type of parameter passed to the | |
4260 function defined by `quickurl-format-function'. Before only the | |
4261 text of the URL was passed. Now the whole URL structure is passed | |
4262 and the function is responsible for extracting the parts it | |
4263 requires. Changed the default of `quickurl-format-function' | |
4264 accordingly. | |
4265 (quickurl-insert): Changed the `funcall' of | |
4266 `quickurl-format-function' to match the above change. | |
4267 (quickurl-list-insert): Changed the `url' case so that it makes | |
4268 use of `quickurl-format-function', previous to this the format was | |
4269 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4270 |
28283 | 4271 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
4272 | |
4273 * startup.el: Change some spellings for the X Window System. | |
4274 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4275 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4276 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4277 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4278 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
|
4279 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4280 |
28276 | 4281 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4282 | |
4283 * w32-fns.el (w32-charset-info-alist): Initialize. | |
4284 | |
28267 | 4285 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4286 | |
4287 * ps-print.el: N-up last page fix. | |
4288 (ps-print-version): New version number (5.1.1). | |
4289 (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
|
4290 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4291 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4292 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4293 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4294 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4295 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4296 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4297 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4298 * 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
|
4299 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4300 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4301 (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
|
4302 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
|
4303 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
|
4304 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4305 (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
|
4306 (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
|
4307 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4308 (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
|
4309 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4310 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4311 * 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
|
4312 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4313 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4314 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4315 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4316 * 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
|
4317 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4318 (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
|
4319 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4320 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4321 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4322 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4323 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4324 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4325 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4326 (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
|
4327 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
|
4328 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4329 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
|
4330 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4331 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4332 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4333 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4334 * 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
|
4335 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4336 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4337 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
|
4338 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4339 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4340 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4341 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4342 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
|
4343 (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
|
4344 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4345 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4346 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4347 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4348 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4349 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4350 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4351 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4352 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4353 |
28246 | 4354 2000-03-21 Jason Rumney <jasonr@gnu.org> |
4355 | |
4356 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
4357 (custom-button-pressed-face): Likewise. | |
4358 | |
28244 | 4359 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
4360 | |
4361 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
4362 (tags-loop-eval): New function. Bind case-fold-search around eval | |
4363 depending on the value of tags-case-fold-search. | |
4364 (tags-loop-continue): Use tags-loop-eval. | |
4365 (find-tag-in-order): Bind case-fold-search depending on the value | |
4366 of tags-case-fold-search. | |
4367 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4368 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4369 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4370 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4371 (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
|
4372 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4373 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4374 (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
|
4375 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4376 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4377 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4378 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4379 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4380 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4381 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4382 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4383 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4384 * 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
|
4385 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4386 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4387 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4388 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4389 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4390 |
28233 | 4391 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
4392 | |
4393 * term/x-win.el: Fontsets related initialization is simplified. | |
4394 | |
4395 * international/mule-diag.el (describe-font): Don't refer to | |
4396 global-fontset-alist, instead call font-list. | |
4397 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
4398 (print-fontset): Adjusted for the change of fontset | |
4399 implementation. | |
4400 | |
4401 * international/fontset.el (x-charset-registries): Variable | |
4402 removed, instead the corresponding data is stored in the default | |
4403 fontset. | |
4404 (register-alternate-fontnames): Function removed. | |
4405 (resolved-ascii-font): Variable removed. | |
4406 (x-compose-font-name): Ignore the second argument REDOCE. | |
4407 (x-complement-fontset-spec): Complement only an ASCII font and | |
4408 element for those charsets than can use that ASCII font. | |
4409 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
4410 instead call fontset-list. | |
4411 (uninstantiated-fontset-alist): Variable removed. | |
4412 (x-style-funcs-alist): Likewise. | |
4413 (fontset-default-styles): Likewise. | |
4414 (x-modify-font-name): Function removed. | |
4415 (create-fontset-from-fontset-spec): Ignore the argument | |
4416 STYLE-VARIANT. | |
4417 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
4418 change. | |
4419 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
4420 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4421 |
28233 | 4422 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
4423 (describe-face): Include `font' attribute in the description. | |
4424 | |
28219 | 4425 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
4426 | |
4427 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
4428 | |
28209 | 4429 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
4430 | |
28212 | 4431 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
4432 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
4433 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
|
4434 |
28209 | 4435 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
4436 about behavior of set-buffer-modified-p wrt redisplay. | |
4437 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4438 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4439 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4440 * 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
|
4441 |
28194 | 4442 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
4443 | |
4444 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
4445 is a string, convert it to a syntax cell using string-to-syntax. | |
4446 | |
4447 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
4448 (string-to-syntax): New function. | |
4449 | |
4450 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
4451 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 4452 try to use passive ftp mode. |
28194 | 4453 |
28189 | 4454 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
4455 | |
28209 | 4456 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 4457 |
4458 * simple.el (append-to-buffer): Update point of windows after | |
4459 insertion. | |
4460 | |
4461 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
4462 forward then moving backward. Reindent. | |
4463 | |
4464 * frame.el (other-frame): Call x-focus-frame only if | |
4465 focus-follows-mouse is off. | |
4466 | |
28185 | 4467 2000-03-17 Dave Love <fx@gnu.org> |
4468 | |
4469 * pcvs-util.el (cvs-strings->string): Rename | |
4470 replace-regexps-in-string. | |
4471 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4472 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4473 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4474 * 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
|
4475 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4476 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4477 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 4478 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4479 |
28174 | 4480 2000-03-16 Dave Love <fx@gnu.org> |
4481 | |
4482 * progmodes/f90.el (f90): Put custom group under `languages', not | |
4483 `fortran'. | |
4484 (f90-mode-hook): Customize. | |
4485 (f90-mode): Set add-log-current-defun-function. | |
4486 (f90-current-defun): New function. | |
4487 | |
28169 | 4488 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
4489 | |
28173 | 4490 * cus-edit.el (custom-variable-tag-face): Handle case that |
4491 default face's height is not a number. | |
4492 (custom-face-tag-face, custom-group-tag-face-1) | |
4493 (custom-group-tag-face): Ditto. | |
4494 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4495 |
28169 | 4496 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
4497 | |
28161 | 4498 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
4499 | |
4500 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
4501 requiring easymenu. | |
4502 | |
28155 | 4503 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4504 | |
4505 * ps-print.el: PostScript user-defined prologue, PostScript error | |
4506 handler, doc fix. | |
4507 (ps-print-version): New version number (5.1). | |
4508 (ps-user-defined-prologue, ps-error-handler-message) | |
4509 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
4510 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
4511 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4512 |
28150 | 4513 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
4514 | |
4515 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 4516 invalid self-assignment code. |
28150 | 4517 |
28149 | 4518 2000-03-14 Dave Love <fx@gnu.org> |
4519 | |
4520 * subr.el (replace-regexp-in-string): Renamed from | |
4521 replace-regexps-in-string. Doc fix. | |
4522 | |
28131 | 4523 2000-03-12 Dave Love <fx@gnu.org> |
4524 | |
4525 * cus-edit.el: Doc fixes. | |
4526 (customize-set-variable, customize-save-variable): Rename args for | |
4527 doc. | |
4528 (custom-variable-tag-face, custom-face-tag-face) | |
4529 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
4530 style which user identify as hyperlink. | |
4531 (hook): Don't add undefined functions to the hook. | |
4532 (debug-ignored-errors): Transfer message from bindings.el. | |
4533 | |
28120 | 4534 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4535 | |
4536 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
4537 double/nested definition. | |
4538 | |
28114 | 4539 2000-03-12 Dave Love <fx@gnu.org> |
4540 | |
4541 * facemenu.el (facemenu-get-face): Use display-color-p. | |
4542 * enriched.el (enriched-decode-foreground): Likewise. | |
4543 (enriched-decode-background): Likewise. | |
4544 * isearch.el (isearch-highlight): Likewise. | |
4545 * info-look.el (info-lookup): Likewise. | |
4546 * simple.el (completion-setup-function): Likewise. | |
4547 | |
4548 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
4549 :options. | |
4550 | |
4551 * bindings.el (mode-line-format): Fix line-number and | |
4552 column-number items. Add help-echo for the background. | |
4553 (mode-line-mule-info): Modify help-echo. | |
4554 | |
4555 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
4556 defcustom. | |
4557 | |
4558 * files.el (load-file): Allow completion to .elc. | |
4559 | |
4560 * man.el: Doc fixes. | |
4561 (Man-init-defvars): Use display-color-p to set fontification. | |
4562 | |
4563 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
4564 | |
28109 | 4565 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4566 | |
4567 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
4568 | |
4569 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
4570 | |
28098 | 4571 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
4572 | |
4573 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
4574 Fix comment. | |
4575 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4576 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4577 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4578 * 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
|
4579 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4580 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4581 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4582 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4583 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4584 * 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
|
4585 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4586 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4587 * 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
|
4588 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
|
4589 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4590 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4591 * 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
|
4592 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4593 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4594 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4595 |
28084 | 4596 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
4597 | |
4598 * textmodes/texinfo.el (texinfo-version): Variable and function | |
4599 removed. | |
4600 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4601 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4602 |
28114 | 4603 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
4604 allow more flexibility. | |
4605 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
4606 fns. | |
4607 (easy-mmode-defmap, easy-mmode-defsyntax) | |
4608 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4609 |
28085 | 4610 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 4611 |
4612 * rect.el (replace-rectangle): New function. | |
4613 | |
4614 2000-03-09 Dave Love <fx@gnu.org> | |
4615 | |
4616 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
4617 "C". | |
4618 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
4619 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
4620 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
4621 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
4622 fortran-comment-line-start here. Set comment-start, | |
4623 add-log-current-defun. | |
4624 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
4625 (fortran-current-defun): New function. | |
4626 | |
28073 | 4627 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
4628 | |
28077 | 4629 * emacs-lisp/re-builder.el: New file. |
4630 | |
28076 | 4631 * mouse.el (mouse-drag-region): Don't run up-event handler |
4632 if hscroll has changed. | |
4633 | |
28073 | 4634 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
4635 builtin operators, use `font-lock-builtin-face' for Emacs and | |
4636 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4637 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4638 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 4639 `(defun (setf foo)' differently. |
4640 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4641 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4642 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4643 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 4644 (regexp-opt): Update comment and adapt the code the new meaning of |
4645 the `paren' argument of regex-opt-group for shy-groups. | |
4646 (regexp-opt-depth): Handle shy groups as well as backslashed | |
4647 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4648 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4649 Allow `paren' to be a string (the string to use to open a group). |
28073 | 4650 Remove open-presuf and close-presuf. Instead of checking for `all |
4651 one-char' and then later on check for `several one-char', handle | |
4652 both cases close together. Also apply a more generic algorithm | |
4653 for suffixes (the mirror image of the algorithm used for | |
4654 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4655 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4656 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4657 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 4658 from comint-mode-map, so we can just inherit from it. Also, move |
4659 the initialization into the `defvar' since there's no docstring | |
4660 anyway and it's fairly short. | |
4661 (inferior-scheme-mode): Define it as derived-mode: the code is | |
4662 shorter and this way we inherit from comint-mode-map rather than | |
4663 copying it. | |
4664 | |
4665 * subr.el (replace-regexps-in-string): Properly handle the case | |
4666 where we match an empty string. | |
4667 | |
4668 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
4669 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
|
4670 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4671 |
28046 | 4672 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
4673 | |
28051 | 4674 * Makefile (compile-files): Compile files one by one because |
4675 that's the only way to ensure a clean compilation environment for | |
4676 each individual file. | |
4677 | |
28046 | 4678 * frame.el (other-frame): Call x-focus-frame. |
4679 | |
28040 | 4680 2000-03-07 Dave Love <fx@gnu.org> |
4681 | |
28043 | 4682 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
4683 :require to defcustom. | |
4684 | |
28040 | 4685 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
4686 lists. | |
4687 | |
4688 * files.el (auto-mode-alist): Add configure.in. | |
4689 | |
4690 * progmodes/autoconf.el: New file. | |
4691 | |
28034 | 4692 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
4693 | |
4694 * mail/mh-e.el: Change maintainer to `none'. | |
4695 | |
4696 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
4697 to remove-hook and add-hook. | |
4698 | |
4699 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
4700 | |
28035 | 4701 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 4702 it as the default. |
28035 | 4703 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
4704 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 4705 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4706 |
28024 | 4707 2000-03-07 Dave Love <fx@gnu.org> |
4708 | |
4709 * winner.el: Fix keywords, autoload cookies. Split | |
4710 eval-when-compile form to avoid compilation failure. | |
4711 | |
28017 | 4712 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
4713 | |
4714 * international/mule.el: Modify comment about coding system | |
4715 property `coding-category'. | |
4716 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
4717 coding-category property of PROPERTIES. | |
4718 | |
4719 * international/mule-conf.el (coding-category-utf-8, | |
4720 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
4721 categories. Include them in the argument for set-coding-priority. | |
4722 | |
4723 * international/mule-cmds.el (reset-language-environment): Include | |
4724 coding-category-utf-8, coding-category-utf-16-be, and | |
4725 coding-category-utf-16-le in the argument for set-coding-priority. | |
4726 (reset-language-environment): Initialize coding-category-utf-8, | |
4727 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
4728 | |
28014 | 4729 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
4730 | |
4731 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
4732 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
4733 extensions as well as compression extensions. | |
4734 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4735 |
27976 | 4736 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
4737 | |
4738 * strokes.el: Change maintainer's mail address. | |
4739 | |
27972 | 4740 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
4741 | |
4742 * international/mule-diag.el (list-character-sets): Make help-echo | |
4743 string by substitute-command-keys. | |
4744 (list-character-sets): Likewise. | |
4745 (sort-listed-character-sets): Call help-setup-xref. | |
4746 | |
27965 | 4747 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
4748 | |
4749 * time.el (display-time-mail-file): Add `none' to the list of | |
4750 choices. | |
4751 | |
27954 | 4752 2000-03-01 Dave Love <fx@gnu.org> |
4753 | |
27959 | 4754 * help.el (help-xref-go-back): Don't try to set position. |
4755 | |
27954 | 4756 * international/mule-diag.el (list-character-sets): Call |
4757 help-setup-xref. Add help-echo to xrefs. | |
4758 (list-character-sets-1): Add help-echo to xrefs. | |
4759 | |
27949 | 4760 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
4761 | |
4762 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
4763 the mode off. | |
4764 | |
4765 * add-log.el (add-log-current-defun): Add support for | |
4766 Autoconf mode. | |
4767 | |
4768 * mail/rmail.el (rmail-quit-hook): New variable. | |
4769 | |
27931 | 4770 2000-03-01 Dave Love <fx@gnu.org> |
4771 | |
27935 | 4772 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
4773 | |
27931 | 4774 * help.el (help-xref-button): Add help-echo arg. |
4775 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
4776 | |
4777 * faces.el (list-faces-display): Supply help-echo with | |
4778 help-make-xrefs. | |
4779 | |
4780 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
4781 nil. | |
4782 | |
27919 | 4783 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
4784 | |
27927 | 4785 * image.el (defimage): Look for image files in load-path. |
4786 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4787 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 4788 `number'. |
4789 | |
27927 | 4790 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
4791 | |
4792 * recentf.el (recentf): Added version tag to the defgroup of | |
4793 recentf. | |
4794 | |
4795 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4796 | |
4797 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
4798 too. | |
4799 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
4800 action to select/unselect a file. | |
4801 (recentf-edit-list): Code cleanup and improvement. | |
4802 (recentf-open-more-files-action): `recentf-open-more-files' button | |
4803 widget action to open a file. | |
4804 (recentf-open-more-files): No more use standard completion but | |
4805 widgets. | |
4806 (recentf-more-collection): Deleted. | |
4807 (recentf-more-history): Deleted. | |
4808 (recentf-setup-more-completion): Deleted. | |
4809 | |
4810 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4811 | |
4812 * recentf.el (recentf-mode): No more needs that Emacs is running | |
4813 under a window-system. | |
4814 | |
4815 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4816 | |
4817 * recentf.el (recentf-edit-list): New command to edit the recent | |
4818 list which allow the user to remove files. | |
4819 (recentf-edit-selected-items): New global variable, used by | |
4820 `recentf-edit-list' to hold the list of files to be removed from | |
4821 the recent list. | |
4822 (recentf-make-menu-items): Updated to display a "Edit list..." | |
4823 menu item. Minor code cleanup. | |
4824 | |
4825 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4826 | |
4827 * recentf.el (recentf-open-more-files): New command to open files | |
4828 that are not displayed in the menu. | |
4829 (recentf-more-collection): New global variable holding the set of | |
4830 permissible completions used by `recentf-open-more-files'. | |
4831 (recentf-more-history): New global variable holding the history list | |
4832 used by `recentf-open-more-files' completion. | |
4833 (recentf-setup-more-completion): New function to setup completion for | |
4834 `recentf-open-more-files'. | |
4835 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
4836 | |
4837 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4838 | |
4839 * recentf.el (recentf-menu-action): Doc fixed. | |
4840 | |
4841 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4842 | |
4843 * recentf.el (recentf-menu-filter): Doc updated. | |
4844 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
4845 (recentf-make-menu-items): New menu filter handling. | |
4846 (recentf-make-menu-item): New helper function. | |
4847 (recentf-menu-elements): New menu handling function. | |
4848 (recentf-sort-ascending): Updated to new menu filter handling. | |
4849 (recentf-sort-descending): Updated to new menu filter handling. | |
4850 (recentf-sort-basenames-ascending): New menu filter function. | |
4851 (recentf-sort-basenames-descending): New menu filter function. | |
4852 (recentf-show-basenames): New menu filter function. | |
4853 (recentf-show-basenames-ascending): New menu filter function. | |
4854 (recentf-show-basenames-descending): New menu filter function. | |
4855 | |
27919 | 4856 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4857 | |
4858 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
4859 the end of the buffer. | |
4860 | |
27911 | 4861 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
4862 | |
4863 * international/mule-diag.el (list-character-sets): Completely | |
4864 rewritten. | |
4865 (sort-listed-character-sets): New function. | |
4866 (list-character-sets-1): Completely rewritten. | |
4867 (list-character-sets-2): New function. | |
4868 (non-iso-charset-alist): New variable. | |
4869 (decode-codepage-char): New function. | |
4870 (charset-history): New variable. | |
4871 (read-charset) (list-block-of-chars) | |
4872 (list-iso-charset-chars) | |
4873 (list-non-iso-charset-chars) | |
4874 (list-charset-chars): New functions. | |
4875 (mule-diag): Call list-character-sets-2, not | |
4876 list-character-sets-2. | |
4877 (dump-charsets): Likewise. | |
4878 | |
27910 | 4879 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
4880 | |
27919 | 4881 * dired-x.el (dired-filename-at-point): Add `@' to valid |
4882 file name characters. | |
4883 (dired-filename-at-point): Handle ange-ftp file names. | |
4884 | |
27910 | 4885 * frame.el (frame-notice-user-settings): Use assq-delete-all |
4886 instead of assoc-delete-all. | |
4887 (frame-notice-user-settings): Ditto. | |
4888 | |
4889 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
4890 Don't copy alist. | |
4891 | |
27906 | 4892 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
4893 | |
4894 * calculator.el (calculator-use-menu): New option. | |
4895 (calculator-initial-bindings): Changed some bindings to work as | |
4896 macros. | |
4897 (calculator-forced-input): Removed. | |
4898 (calculator-restart-other-mode): New variable. | |
4899 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4900 |
27906 | 4901 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
4902 | |
4903 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
4904 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4905 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
4906 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
|
4907 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
4908 * 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
|
4909 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
|
4910 (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
|
4911 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
|
4912 * 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
|
4913 * 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
|
4914 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
|
4915 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
|
4916 * 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
|
4917 * 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
|
4918 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4919 |
27898 | 4920 2000-02-27 Jason Rumney <jasonr@gnu.org> |
4921 | |
4922 * faces.el (face-font-family-alternatives): Add arial to helv. | |
4923 (mode-line, header-line, tool-bar): Same default as x for w32. | |
4924 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
4925 face-font-family-alternatives from working. | |
4926 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
4927 chosen font. | |
4928 | |
27873 | 4929 2000-02-25 Sam Steingold <sds@goems.com> |
4930 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4931 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 4932 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4933 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4934 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 4935 |
4936 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
4937 | |
27856 | 4938 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
4939 | |
4940 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
4941 writable. | |
4942 | |
27868 | 4943 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 4944 |
27847 | 4945 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
4946 | |
4947 * frame.el (show-cursor-in-non-selected-windows): New option. | |
4948 | |
27845 | 4949 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4950 | |
4951 * diary-lib.el (include-other-diary-files): Undo the selective | |
4952 display in any included file and don't kill it. | |
4953 | |
27841 | 4954 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
4955 | |
4956 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
4957 bar. Menu items converted to (menu-item format, help strings | |
4958 added. | |
4959 [downcase, upcase]: Don't enable on MS-DOS. | |
4960 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
4961 bound. | |
4962 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
4963 | |
27825 | 4964 2000-02-23 Dave Love <fx@gnu.org> |
4965 | |
27838 | 4966 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
4967 (backward-kill-word): Revert addition of * to interactive spec -- | |
4968 it's a feature. | |
4969 | |
4970 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
4971 (backward-kill-sentence, kill-sentence): Likewise. | |
4972 | |
27835 | 4973 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
4974 scratch buffer name. | |
4975 (gud-format-command): Use int-to-string in ?l case. Simplify | |
4976 slightly. | |
4977 | |
4978 * term/w32-win.el (internal-face-interactive): Update prompt for | |
4979 new read-face-name. | |
4980 | |
4981 * mail/footnote.el (footnote): Add :version to defgroup. | |
4982 (footnote-section-tag-regexp): Customize. | |
4983 (footnote-start-tag, footnote-end-tag): New option. | |
4984 (footnote-latin-regexp): New variable. | |
4985 (Footnote-latin): New function. | |
4986 (footnote-style-alist): Add element for latin style. | |
4987 (footnote-style): Moved. | |
4988 (Footnote-goto-footnote): Use eq to test arg. | |
4989 | |
4990 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
4991 | |
27825 | 4992 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
4993 (byte-compile-trueconstp): Include keywords. | |
4994 (byte-optimize-quote, byte-optimize-lapcode): Use | |
4995 byte-compile-const-symbol-p. | |
4996 (byte-optimize-char-before): New optimization. | |
4997 | |
4998 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
4999 (byte-compile-const-symbol-p): New function. | |
5000 (byte-compile-constp, byte-compile-out-toplevel) | |
5001 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
5002 Use it. | |
5003 | |
5004 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
5005 | |
27813 | 5006 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
5007 | |
27815 | 5008 * international/encoded-kb.el: Be sure to update minor-mode-alist |
5009 and minor-mode-map-alist. | |
5010 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
5011 codes SS2 and SS3 correctly. | |
5012 (encoded-kbd-self-insert-ccl): New function. | |
5013 (encoded-kbd-setup-keymap): New function. | |
5014 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
5015 by calling encoded-kbd-setup-keymap. | |
5016 | |
27813 | 5017 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
5018 characters. | |
5019 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
5020 locally. | |
5021 | |
27811 | 5022 2000-02-22 Dave Love <fx@gnu.org> |
5023 | |
5024 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
5025 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
5026 defvar. | |
5027 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
5028 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
5029 classes. Match `defface'. | |
5030 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
5031 (eval-defun-1): Fix for defcustom. | |
5032 (lisp-indent-region): Doc fix. | |
5033 | |
5034 * subr.el (when, unless, split-string): Doc fix. | |
5035 (read-passwd): Move call of clear-this-command-keys to the right | |
5036 place. | |
5037 (replace-regexps-in-string): New function. | |
5038 | |
27807 | 5039 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
5040 | |
5041 * help.el (describe-variable): Set syntax table to | |
5042 emacs-lisp-mode-syntax-table when moving forward over the | |
5043 symbol's name. | |
5044 | |
27805 | 5045 2000-02-22 Dave Love <fx@gnu.org> |
5046 | |
5047 * xt-mouse.el: Doc fixes. | |
5048 (xterm-mouse-position-function): New function, replacing advice of | |
5049 mouse-position. | |
5050 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
5051 | |
5052 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
5053 | |
27794 | 5054 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
5055 | |
5056 * format.el (format-annotate-single-property-change): Handle | |
5057 properties.with dotted-list values. | |
5058 (format-proper-list-p): New function. | |
5059 | |
5060 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
5061 . COLOR) and (background-color . COLOR). | |
5062 | |
27788 | 5063 2000-02-20 Dave Love <fx@gnu.org> |
5064 | |
5065 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
5066 and assignments to it. | |
5067 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
5068 current local map. | |
5069 (make-flyspell-overlay): Use it. | |
5070 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
5071 | |
5072 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
5073 (lm-get-header-re): Defun, not defsubst. | |
5074 (lm-get-package-name): Defun, not defsubst. Simplify. | |
5075 (lm-version): Doc fix. Simplify. | |
5076 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5077 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5078 (lm-verify, lm-synopsis): Simplify. | |
5079 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5080 | |
27785 | 5081 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5082 | |
5083 * dired.el (dired-mode): Call propertized-buffer-identification | |
5084 to set mode-line-buffer-identification to something having | |
5085 the right text properties. | |
5086 | |
5087 * bindings.el (propertized-buffer-identification): New function. | |
5088 | |
27777 | 5089 2000-02-20 Dave Love <fx@gnu.org> |
5090 | |
5091 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5092 check for t-mouse too. | |
5093 | |
5094 * cus-start.el: Make echo-keystrokes `number'. | |
5095 | |
27776 | 5096 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5097 | |
5098 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5099 Don't call ring-empty-p unless tags-location-ring is bound. | |
5100 From Noah Friedman <friedman@splode.com>. | |
5101 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5102 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5103 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5104 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5105 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5106 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5107 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5108 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5109 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5110 (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
|
5111 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
|
5112 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5113 |
27757 | 5114 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5115 | |
5116 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5117 | |
27749 | 5118 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5119 | |
27754 | 5120 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5121 | |
27749 | 5122 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5123 of `*' to handle `(* ... *)' comments. | |
5124 | |
27732 | 5125 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5126 | |
27737 | 5127 * 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
|
5128 window-system. |
27737 | 5129 |
27732 | 5130 * menu-bar.el (global-map): Menu-bar items converted to the new |
5131 format (menu-item..., rearranged for better CUA compliance, and | |
5132 their names changed for better clarity. Help strings added. | |
5133 | |
5134 * international/mule-cmds.el (mule-menu-keymap) | |
5135 (describe-language-environment-map, set-coding-system-map) | |
5136 (setup-language-environment-map): Convert to new (menu-item... | |
5137 form, add help strings. Change names of menu items for better | |
5138 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5139 submenu). | |
5140 | |
27729 | 5141 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5142 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5143 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5144 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5145 |
27717 | 5146 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5147 |
27717 | 5148 * faces.el: Don't require custom. Add more specific :groups to |
5149 various deffaces. | |
5150 (set-face-attribute): Purecopy args. | |
5151 (read-face-name): Default to name at point and use it in prompt. | |
5152 Remove colon from arg in all callers. | |
5153 (list-faces-display): Hyperlink to face descriptions and customize | |
5154 buffers. | |
5155 | |
27712 | 5156 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5157 | |
5158 * wid-edit.el (widget-match-inline): An atom never matches a | |
5159 list. | |
5160 | |
27707 | 5161 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5162 | |
27713 | 5163 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5164 at ':' characters by call to split-string. | |
27707 | 5165 |
5166 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5167 | |
27713 | 5168 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5169 |
5170 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5171 | |
27713 | 5172 * textmodes/bibtex.el: Some temporary comments removed. |
5173 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5174 explicit. | |
5175 (bibtex-field-const): Allow capital letters. | |
5176 (bibtex-start-of-string): Deleted because unused. | |
5177 | |
5178 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5179 use the term 'reference' to describe a bibtex entry as a whole. | |
5180 Further, reference keys are no longer called 'labels'. | |
5181 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5182 (bibtex-reformat-previous-labels): Renamed to | |
5183 bibtex-reformat-previous-reference-keys. | |
5184 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5185 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5186 (bibtex-reference-maybe-empty-head): Renamed to | |
5187 bibtex-entry-maybe-empty-head. | |
5188 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5189 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5190 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5191 bibtex-enclosing-entry-maybe-empty-head. | |
5192 (bibtex-entry-field-alist, bibtex-entry-head, | |
5193 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5194 bibtex-map-entries, bibtex-search-entry, | |
5195 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5196 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5197 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5198 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5199 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5200 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5201 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5202 |
5203 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5204 | |
27713 | 5205 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5206 comment. | |
5207 (bibtex-format-field-delimiters): New function, functionality | |
5208 extracted from bibtex-format-entry. | |
5209 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5210 extracted from bibtex-autokey-get-yearfield. | |
5211 | |
5212 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5213 entries in order to avoid stack overflow in the regexp matcher if | |
5214 field contents become large. | |
5215 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5216 bibtex-field-string-part-not-braced, | |
5217 bibtex-field-string-part-no-inner-braces, | |
5218 bibtex-field-string-part-1-inner-brace, | |
5219 bibtex-field-string-part-2-inner-braces, | |
5220 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5221 bibtex-field-string-quoted, bibtex-field-string, | |
5222 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5223 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5224 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5225 as parsing is now performed by the following functions. | |
5226 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5227 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5228 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5229 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5230 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5231 bibtex-search-forward-field, bibtex-search-backward-field, | |
5232 bibtex-start-of-field, bibtex-end-of-field, | |
5233 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5234 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5235 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5236 bibtex-parse-string, bibtex-search-forward-string, | |
5237 bibtex-search-backward-string, bibtex-start-of-string, | |
5238 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5239 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5240 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5241 entries. Instead of reporting the results of the parsing by | |
5242 match-beginning or match-end, these functions return data structures | |
5243 that hold the corresponding positions. | |
5244 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5245 return values rather than by match-beginning or match-end. The | |
5246 following functions have been adapted to use the new parsing | |
5247 functions. | |
5248 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5249 bibtex-enclosing-field, bibtex-format-entry, | |
5250 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
5251 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
5252 bibtex-print-help-message, bibtex-end-of-entry, | |
5253 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
5254 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5255 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
5256 method for parsing. | |
5257 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
5258 bibtex-map-entries, bibtex-flash-head, | |
5259 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
5260 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
5261 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
5262 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5263 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
5264 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5265 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
5266 order to make the new binding of case-fold-search immediately | |
5267 visible. | |
27707 | 5268 |
5269 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5270 | |
27713 | 5271 * textmodes/bibtex.el: Copyright notice is up to date. |
5272 Added constant 'bibtex-maintainer-salutation. | |
5273 | |
5274 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
5275 than make-temp-name, use match-string-no-properties and eliminate | |
5276 a quadratic behavior when building bibtex-strings. | |
5277 | |
5278 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
5279 reference key contains upper case letters. | |
27707 | 5280 |
5281 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5282 | |
27713 | 5283 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5284 a new line. | |
27707 | 5285 |
5286 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5287 | |
27713 | 5288 * bibtex.el: Hiding of entry bodies is not longer provided by |
5289 bibtex.el directly. Instead the hideshow package can be used. | |
5290 Added a special bibtex entry to hs-special-modes-alist. | |
5291 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 5292 |
5293 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5294 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5295 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5296 at ':' characters by call to split-string. |
27729 | 5297 |
5298 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5299 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5300 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 5301 |
5302 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5303 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5304 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5305 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5306 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5307 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5308 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5309 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5310 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5311 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
|
5312 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5313 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5314 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5315 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5316 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5317 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5318 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5319 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5320 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5321 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5322 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5323 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5324 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5325 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5326 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5327 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5328 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5329 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5330 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5331 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5332 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5333 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 5334 |
5335 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5336 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5337 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5338 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5339 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5340 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5341 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5342 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5343 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5344 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5345 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
|
5346 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5347 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5348 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5349 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5350 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5351 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5352 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
|
5353 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5354 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5355 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
|
5356 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
|
5357 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5358 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5359 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5360 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5361 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5362 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
|
5363 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5364 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5365 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
|
5366 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
|
5367 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5368 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5369 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5370 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
|
5371 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
|
5372 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
|
5373 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5374 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5375 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5376 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5377 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
|
5378 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5379 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5380 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5381 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5382 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5383 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5384 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5385 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5386 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
|
5387 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
|
5388 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5389 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5390 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5391 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5392 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5393 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5394 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
|
5395 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5396 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5397 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
|
5398 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
|
5399 visible. |
27729 | 5400 |
5401 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5402 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5403 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5404 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5405 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5406 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5407 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
|
5408 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5409 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5410 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5411 reference key contains upper case letters. |
27729 | 5412 |
5413 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5414 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5415 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5416 a new line. |
27729 | 5417 |
5418 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5419 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5420 * 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
|
5421 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5422 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5423 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 5424 |
5425 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5426 | |
27713 | 5427 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 5428 proceedings entry type (for cross referencing). Thanks to Wagner |
5429 Toledo Correa for the suggestion. | |
5430 | |
27713 | 5431 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 5432 |
27690 | 5433 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
5434 | |
5435 * international/characters.el: Setup case table for Vietnamese. | |
5436 | |
27687 | 5437 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
5438 | |
5439 * uniquify.el (toplevel): Require CL at compile time. | |
5440 (uniquify-push): Removed. | |
5441 | |
5442 * shadowfile.el (shadow-when): Removed. | |
5443 | |
5444 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
5445 (tempo-process-and-insert-string): Use dolist instead of | |
5446 tempo-dolist. | |
5447 | |
5448 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
5449 regexp for paragraph-start. | |
5450 | |
5451 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
5452 commas as well. | |
5453 | |
27657 | 5454 2000-02-10 Dave Love <fx@gnu.org> |
5455 | |
5456 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
5457 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
5458 Deleted. | |
5459 (widget-specify-field, widget-specify-button): Don't use | |
5460 widget-mouse-help as help-echo property. | |
5461 (default): Use #'ignore for :validate and :mouse-down-action. | |
5462 (checkbox): Add help-echo. | |
5463 (widget-sexp-validate): Rewritten to clarify error messages. | |
5464 (character): Use char-valid-p in :match function. | |
5465 (widget-color-complete): Use facemenu-color-alist. | |
5466 (widget-color-action): Use facemenu-read-color. | |
5467 | |
5468 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
5469 set up `caar' &c that we now have. | |
5470 | |
27713 | 5471 2000-02-09 Ray Blaak <blaak@gnu.org> |
5472 | |
5473 * delphi.el: Make resourcestring a declaration region, like const | |
5474 and var. | |
5475 | |
27652 | 5476 2000-02-09 Dave Love <fx@gnu.org> |
5477 | |
5478 * bindings.el (mode-line-input-method-map): New variable. | |
5479 (mode-line-mule-info): Use it; fix last change. | |
5480 (mode-line-mode-menu): Move definition. | |
5481 (mode-line-mouse-sensitive-p): Deleted. | |
5482 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
5483 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
5484 level. | |
5485 | |
5486 * startup.el (command-line-1): Don't call | |
5487 make-mode-line-mouse-sensitive. | |
5488 | |
27644 | 5489 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
5490 | |
5491 * mail/rmail.el (rmail-retry-failure): Use | |
5492 rmail-beginning-of-message before rmail-toggle-header, because the | |
5493 former toggles headers. | |
5494 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5495 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
|
5496 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
5497 * 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
|
5498 (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
|
5499 (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
|
5500 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
|
5501 (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
|
5502 (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
|
5503 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5504 * 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
|
5505 (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
|
5506 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
|
5507 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5508 (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
|
5509 (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
|
5510 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
|
5511 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
|
5512 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5513 (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
|
5514 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5515 (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
|
5516 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
|
5517 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5518 (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
|
5519 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
|
5520 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5521 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
|
5522 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5523 * 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
|
5524 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
|
5525 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5526 * 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
|
5527 |
27610 | 5528 2000-02-04 Dave Love <fx@gnu.org> |
5529 | |
27617 | 5530 * bindings.el (mode-line-mule-info): Fix/extend last change. |
5531 | |
27610 | 5532 * completion.el: Replace completion-dolist with dolist. |
5533 | |
5534 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
5535 dotimes. | |
5536 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5537 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5538 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5539 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5540 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5541 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5542 * 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
|
5543 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5544 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5545 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5546 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5547 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5548 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5549 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5550 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5551 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5552 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5553 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5554 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5555 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5556 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5557 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5558 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5559 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5560 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5561 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5562 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5563 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5564 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5565 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5566 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5567 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5568 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5569 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5570 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5571 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5572 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5573 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5574 (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
|
5575 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5576 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5577 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5578 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5579 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5580 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5581 |
27590 | 5582 2000-02-02 Dave Love <fx@gnu.org> |
5583 | |
5584 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
5585 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
5586 | |
5587 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
5588 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
5589 the new builtins directly. | |
5590 | |
5591 * whitespace.el (whitespace): Add :version to defgroup. | |
5592 | |
5593 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
5594 Doc fix. | |
5595 | |
5596 * thingatpt.el (sexp-at-point, symbol-at-point) | |
5597 (number-at-point, list-at-point): Add autoload cookie. | |
5598 | |
5599 * recentf.el (recentf): Add :version to defgroup. | |
5600 | |
5601 * quickurl.el (quickurl): Add :version to defgroup. | |
5602 | |
5603 * elide-head.el (elide-head): Use point-marker more. | |
5604 | |
5605 * bs.el (bs): Add :version to defgroup. | |
5606 | |
5607 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
5608 | |
5609 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
5610 | |
27587 | 5611 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
5612 | |
5613 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
5614 succeeding process operation sets a different coding system. | |
5615 | |
5616 * calculator.el: New file. | |
5617 | |
27572 | 5618 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
5619 | |
5620 * frame.el (frames-on-display-list, framep-on-display): New | |
5621 functions. | |
5622 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
5623 (display-selections-p, display-screens, display-pixel-width) | |
5624 (display-pixel-height, display-mm-width, display-mm-height) | |
5625 (display-backing-store, display-save-under, display-planes) | |
5626 (display-color-cells, display-visual-class): New functions. | |
5627 | |
5628 * term/tty-colors.el (tty-color-gray-shades): New function. | |
5629 | |
5630 * faces.el (display-color-p): Use framep-on-display. | |
5631 (display-grayscale-p): New function. | |
5632 | |
27549 | 5633 2000-01-31 Dave Love <fx@gnu.org> |
5634 | |
5635 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
5636 (create-fontset-from-x-resource): Don't concat integers. | |
5637 | |
27545 | 5638 2000-01-31 Inge Frick <inge@nada.kth.se> |
5639 | |
5640 * view.el: Some changes in documentation. Removed some trailing | |
5641 whitespace. Changed some parameter names to agree with | |
5642 documentation. | |
5643 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
5644 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5645 |
27541 | 5646 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
5647 | |
27543 | 5648 * windmove.el: New file. |
5649 | |
27541 | 5650 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
5651 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 5652 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5653 |
27541 | 5654 * jit-lock.el (jit-lock-function): Widen before calculating end |
5655 position. | |
5656 (jit-lock-stealth-chunk-start): Rewritten. | |
5657 | |
5658 * info.el (Info-title-face-alist): Removed. | |
5659 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
5660 faces. | |
5661 (Info-fontify-node): Use these faces. | |
5662 | |
27527 | 5663 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
5664 | |
5665 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
5666 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
5667 `&allow-other-keywords'. | |
5668 | |
5669 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
5670 the list of directories scanned heuristically. | |
5671 | |
5672 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
5673 exist. | |
5674 | |
27523 | 5675 2000-01-30 Jason Rumney <jasonr@gnu.org> |
5676 | |
5677 * w32-fns.el: Define w32-tty-standard-colors. | |
5678 | |
5679 * startup.el (command-line): Use w32-tty-standard-colors when in | |
5680 w32 console mode. | |
5681 | |
27510 | 5682 2000-01-30 Dave Love <fx@gnu.org> |
5683 | |
27513 | 5684 * jka-compr.el (jka-compr-load): Fix up load-history. |
5685 | |
27510 | 5686 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
5687 | |
5688 * emacs-lisp/cl-macs.el: Revert previous change. | |
5689 | |
27499 | 5690 2000-01-29 Dave Love <fx@gnu.org> |
5691 | |
5692 * facemenu.el: Purecopy various strings. | |
5693 | |
5694 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
5695 years. Deal with three-digit years. | |
5696 | |
5697 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
5698 defconst, purecopy. | |
5699 (help-back-label): Purecopy it. | |
5700 | |
27498 | 5701 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
5702 | |
5703 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
5704 variable. If non-nil, order the buffer list according to the | |
5705 currently selected frame. | |
5706 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
5707 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
|
5708 |
27496 | 5709 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5710 | |
5711 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
5712 | |
27486 | 5713 2000-01-28 Dave Love <fx@gnu.org> |
5714 | |
27491 | 5715 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
5716 | |
27486 | 5717 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
5718 Don't use lisp-indent-hook property. | |
5719 (cl-abs): Remove. | |
5720 | |
5721 * subr.el: Move out indent and edebug specs for when and unless. | |
5722 | |
5723 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
5724 when, unless. | |
5725 | |
5726 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
5727 unless, when. | |
5728 | |
27467 | 5729 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
5730 | |
27481 | 5731 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
5732 `collecting' as synonym for `collect'. | |
5733 | |
5734 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
5735 for the case it contains spaces. | |
5736 | |
5737 * simple.el (what-cursor-position): Change formatting of | |
5738 messages. | |
5739 | |
27473 | 5740 * frame.el (delete-other-frames): New function. |
5741 (toplevel): Bind it to C-x 5 1. | |
5742 | |
27469 | 5743 * sort.el (sort-numeric-base): New option. |
5744 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
5745 interpret it as octal or hexadecimal. Use sort-numeric-base | |
5746 as default base. | |
5747 | |
27467 | 5748 * progmodes/glasses.el: New file. |
5749 | |
27451 | 5750 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
5751 | |
27461 | 5752 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
5753 userids differently. | |
5754 | |
27451 | 5755 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
5756 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
5757 progmodes/ebnf-yac.el: New files. | |
5758 | |
27446 | 5759 2000-01-26 Dave Love <fx@gnu.org> |
5760 | |
5761 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
5762 on a function with an empty body. [From Eric Ludlam.] | |
5763 | |
27437 | 5764 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
5765 | |
5766 * vc.el (vc-version-diff): Make sure file name is expanded. | |
5767 | |
27433 | 5768 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
5769 | |
5770 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
5771 (scroll-bar-toolkit-scroll): Don't use a timer. | |
5772 | |
27419 | 5773 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
5774 | |
5775 * language/thai-util.el (thai-composition-function): Delete | |
5776 superfluous `a'. | |
5777 | |
27418 | 5778 2000-01-24 Dave Love <fx@gnu.org> |
5779 | |
5780 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
5781 end-of-defun-function. | |
5782 | |
5783 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
5784 &c. | |
5785 | |
27405 | 5786 2000-01-22 Jason Rumney <jasonr@gnu.org> |
5787 | |
5788 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
5789 conflicts with new face support. | |
5790 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5791 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5792 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5793 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5794 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5795 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5796 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5797 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5798 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5799 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5800 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5801 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5802 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5803 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5804 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5805 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5806 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5807 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5808 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5809 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5810 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5811 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5812 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5813 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5814 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5815 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5816 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5817 |
27366 | 5818 2000-01-19 Dave Love <fx@gnu.org> |
5819 | |
27368 | 5820 * files.el (user-init-file): Don't declare here -- is primitive. |
5821 | |
27366 | 5822 * startup.el (command-line): Check for compiled user-init-file and |
5823 set to uncompiled version if necessary. | |
5824 | |
27358 | 5825 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
5826 | |
27361 | 5827 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
5828 (undigestify-rmail-message): Use it. | |
5829 | |
27358 | 5830 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
5831 | |
27351 | 5832 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
5833 | |
5834 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
5835 of mini-buffer. | |
5836 | |
27326 | 5837 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
5838 | |
27330 | 5839 * emacs-lisp/copyright.el (copyright-update): Removed the |
5840 requirement for a trailing space from `copyright-regexp', to | |
5841 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5842 |
27327 | 5843 * align.el: New file. |
5844 | |
27326 | 5845 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
5846 | |
5847 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
5848 | |
27323 | 5849 2000-01-13 Dave Love <fx@gnu.org> |
5850 | |
5851 * ph.el: Removed. (Obsoleted by EUDC.) | |
5852 | |
27321 | 5853 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
5854 | |
5855 * net/eudc.el (toplevel): Remove autoloaded code installing | |
5856 menu with easymenu, because that causes build problems. | |
5857 | |
5858 * frame.el (frame-notice-user-settings): New variable. | |
5859 (frame-notice-user-settings): Don't modify frame parameters | |
5860 if called a second time. | |
5861 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5862 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 5863 |
5864 * frame.el (frame-notice-user-settings): | |
5865 Notice default-frame-parameters even for non-window frames. | |
5866 | |
27318 | 5867 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
5868 | |
5869 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
5870 for Emacs. | |
5871 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
5872 (eudc-bob-toggle-inline-display): Ditto. | |
5873 (eudc-bob-display-jpeg): Ditto. | |
5874 | |
27304 | 5875 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
5876 | |
27313 | 5877 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
5878 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
5879 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
|
5880 |
27312 | 5881 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
5882 nil)'. | |
5883 | |
5884 * subdirs.el: Add `net' directory. | |
5885 | |
27308 | 5886 * net: New directory. |
5887 | |
27304 | 5888 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
5889 eval-last-sexp. Don't bind debug-on-error here. | |
5890 (eval-last-sexp): New function. Bind debug-on-error if | |
5891 eval-expression-debug-on-error is non-nil. | |
5892 (eval-defun-2, eval-defun): Likewise. | |
5893 | |
5894 * simple.el (eval-expression): Don't bind debug-on-error if | |
5895 eval-expression-debug-on-error is nil. Detect changed | |
5896 debug-on-error, and propagate new value to global binding, if | |
5897 eval-expression-debug-on-error is non-nil, | |
5898 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5899 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5900 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5901 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5902 * 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
|
5903 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5904 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5905 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5906 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5907 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5908 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5909 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5910 |
27288 | 5911 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
5912 | |
27291 | 5913 * tmm.el (tmm-shortcut): Delete region after prompt instead |
5914 of erasing buffer. | |
5915 | |
27288 | 5916 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 5917 (fill-context-prefix): Use the longest common prefix of first |
5918 and second line fill prefix, if there is one. | |
27288 | 5919 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5920 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5921 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5922 * 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
|
5923 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5924 |
27282 | 5925 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
5926 | |
5927 * add-log.el (add-log-current-defun): Handle user-defined | |
5928 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5929 |
27280 | 5930 * add-log.el (add-change-log-entry): Insert version number |
27282 | 5931 if having found a current function |
27278 | 5932 |
5933 * add-log.el (add-log-current-defun): Call | |
5934 `add-log-current-defun-function'. Try matches at level 0 and | |
5935 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5936 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5937 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5938 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5939 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5940 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5941 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5942 |
27265 | 5943 2000-01-10 Dave Love <fx@gnu.org> |
5944 | |
5945 * elide-head.el (elide-head): Use point-marker, not point. | |
5946 | |
27261 | 5947 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
5948 | |
27263 | 5949 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
5950 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5951 |
27261 | 5952 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
5953 Add ispell- prefix. | |
5954 | |
5955 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
5956 | |
5957 * ispell.el: Only define dictionaries in menus when they exist. | |
5958 (version18p): New variable. | |
5959 (version20p): New variable. | |
5960 (xemacsp): New variable. | |
5961 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
5962 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
5963 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5964 run-together words. |
27261 | 5965 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
5966 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
5967 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5968 library path when called non-interactively. |
27261 | 5969 (ispell-menu-map-needed): Uses new variables. |
5970 (ispell-library-path): New variable. | |
5971 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
5972 (ispell-word): Improved documentation string. Test for valid | |
5973 character mappings. Correctly check typed in word changes that can | |
5974 result in single words split into multiple words. Returns | |
5975 replacement word. | |
5976 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
5977 replace in recursive query replace mode. Help message for | |
5978 recursive edit mode. | |
5979 (ispell-show-choices): Protect against bad framepop bindings. | |
5980 (ispell-help): Fix to work with XEmacs. | |
5981 (ispell-highlight-spelling-error): Use new variables. | |
5982 (ispell-overlay-window): Fix to work with XEmacs. | |
5983 (ispell-parse-output): Passed and returns location information | |
5984 tracking spelling corrections. Doesn't recheck same word on | |
5985 current line. | |
5986 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
5987 Fix call to single argument in sleep-for. Use new variables. | |
5988 (ispell-region): Passed and returns location information tracking | |
5989 spelling corrections. Doesn't check same word on current line. | |
5990 Improved documentation string. Doesn't resend a line already | |
5991 checked to the ispell process - fixes bug in LaTeX parsing. | |
5992 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
5993 (ispell-skip-region): No longer skips <TT> in SGML. | |
5994 (ispell-process-line): Tracks location information with spelling | |
5995 corrections. Added documentation string. Accounts for words | |
5996 already accepted on this line. Don't allow query-replace on line | |
5997 starting with math characters. Doesn't resend a line already sent | |
5998 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5999 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6000 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6001 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6002 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6003 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6004 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6005 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6006 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
|
6007 |
27255 | 6008 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6009 | |
6010 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
6011 of a real newline. | |
6012 | |
27253 | 6013 2000-01-09 Stephen Eglen <stephen@gnu.org> |
6014 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6015 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 6016 for .png files. |
6017 | |
27251 | 6018 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
6019 | |
6020 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
6021 | |
27247 | 6022 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6023 | |
27249 | 6024 * progmodes/cperl-mode.el: Replace ^F with ^L. |
6025 | |
27247 | 6026 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6027 before `require'ing rmail and mailalias to prevent infinite |
27247 | 6028 recursion. |
6029 | |
27244 | 6030 2000-01-08 Dave Love <fx@gnu.org> |
6031 | |
27265 | 6032 * emacs-lisp/backquote.el: Remove inappropriate customization |
6033 (allowing custom.el to use backquote). | |
27244 | 6034 |
27241 | 6035 2000-01-07 Dave Love <fx@gnu.org> |
6036 | |
6037 * add-log.el (add-log-debugging): Deleted. | |
6038 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
6039 file. Remove debugging code. | |
6040 (change-log-get-method-definition, change-log-name): Add doc. | |
6041 (change-log-sortable-date-at): New function. | |
6042 (change-log-merge): New command. | |
6043 | |
6044 * time.el (display-time-string-forms): Make the Mail string active. | |
6045 (display-time-update): Provide help-echo for load average. | |
6046 | |
6047 * bindings.el (make-mode-line-mouse2-map): New function. | |
6048 (mode-line-modified): Use it and simplify. | |
6049 (mode-line-mule-info): Provide help-echo info. | |
6050 (minor-mode-alist): Activate the strings. | |
6051 (make-mode-line-mouse-sensitive): Simplify for | |
6052 mode-line-buffer-identification. | |
6053 | |
27233 | 6054 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
6055 | |
6056 * play/pong.el: New file. | |
6057 | |
27241 | 6058 2000-01-06 Dave Love <fx@gnu.org> |
6059 | |
6060 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
6061 `array-' prefix for symbols. | |
6062 | |
6063 2000-01-05 Dave Love <fx@gnu.org> | |
6064 | |
6065 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
6066 outline-headers-as-kill. | |
6067 (outline-mode): Define imenu-generic-expression. | |
6068 (outline-headers-as-kill): New command. | |
6069 | |
6070 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
6071 from paragraph-start. | |
6072 (paragraph-indent-minor-mode): New command. | |
6073 | |
6074 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
6075 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6076 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6077 (fortran-column-ruler): Simplify. | |
6078 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6079 (fortran-with-subprogram-narrowing): Likewise. | |
6080 (fortran-indent-subprogram): Call mark-defun. | |
6081 (fortran-check-for-matching-do): Change narrowing. | |
6082 | |
6083 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6084 (cl-lucid-hash-tag): Delete. | |
6085 (cl-hash-table-p): Correct test for native table. | |
6086 (cl-hash-table-count): Use hash-table-count. | |
6087 | |
6088 * browse-url.el (browse-url): Fix case of | |
6089 browse-url-browser-function being an alist. | |
6090 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6091 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6092 |
27233 | 6093 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6094 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6095 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6096 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6097 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6098 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6099 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6100 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6101 |
27191 | 6102 2000-01-05 Dave Love <fx@gnu.org> |
6103 | |
27241 | 6104 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6105 (beginning-of-defun-raw): Use it. |
6106 (end-of-defun): New variable. | |
6107 (end-of-defun): Use it. | |
6108 (check-parens): New command. | |
6109 | |
27182 | 6110 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6111 | |
27233 | 6112 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6113 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6114 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6115 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6116 |
27176 | 6117 2000-01-05 Andreas Schwab <schwab@suse.de> |
6118 | |
6119 * hscroll.el (hscroll): Doc fix. | |
6120 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6121 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6122 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6123 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6124 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6125 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6126 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6127 file idlw-rinfo.el. |
27182 | 6128 (idlwave-customize): load must read file idlw-shell.el. |
6129 (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
|
6130 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6131 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6132 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6133 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6134 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6135 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6136 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6137 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6138 both reftex-dcr and reftex-vcr. |
27182 | 6139 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6140 * 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
|
6141 |
27164 | 6142 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6143 |
6144 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6145 (ps-print-version): New version number (5.0.3). | |
6146 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6147 local. | |
6148 (ps-spool-config): Initialization fix. | |
27233 | 6149 (ps-print-prologue-1, ps-print-prologue-2) |
6150 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6151 (ps-background-image): Little code reformating. |
6152 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6153 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6154 (ps-prologue-file): New fun. |
6155 | |
27159 | 6156 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6157 | |
27233 | 6158 * ps-vars.el: Eliminated. |
27159 | 6159 |
6160 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6161 `;;;###autoload'. | |
6162 | |
6163 * ps-print.el: ps-vars eliminated, doc fix. | |
6164 (ps-print-version): New version number (5.0.2). | |
6165 (ps-spool-config): Initialization fix. | |
6166 (ps-print-customize): New fun. | |
6167 | |
27155 | 6168 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6169 | |
6170 * autorevert.el (auto-revert-mode): Return value of | |
6171 auto-revert-mode. | |
6172 | |
27152 | 6173 2000-01-04 Dave Love <fx@gnu.org> |
6174 | |
27198 | 6175 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6176 menu items. | |
27152 | 6177 |
27124 | 6178 2000-01-03 Dave Love <fx@gnu.org> |
6179 | |
27191 | 6180 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6181 |
27241 | 6182 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6183 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6184 `cl-hash-table-p', not `hash-table-p'. | |
6185 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6186 | |
27119 | 6187 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6188 | |
6189 * faces.el (face-read-integer, read-face-attribute) | |
6190 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6191 strings. | |
6192 | |
27112 | 6193 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6194 | |
6195 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6196 at comment end, and re-insert them after filling. | |
6197 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6198 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
|
6199 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6200 * 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
|
6201 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6202 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
|
6203 |
27102 | 6204 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6205 | |
6206 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6207 the new name of face-color-supported-p. | |
6208 | |
6209 * term/w32-win.el (xw-defined-colors): Likewise. | |
6210 | |
27097 | 6211 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6212 | |
6213 * simple.el (completion-setup-function): Count completion-size | |
6214 from minibuffer-prompt-end, not from point-min. | |
6215 | |
27091 | 6216 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6217 | |
6218 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6219 Pass the frame to tty-color-* functions. | |
6220 (display-color-p, frame-set-background-mode): Pass the frame to | |
6221 tty-display-color-p. | |
6222 | |
6223 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6224 tty-color-alist. | |
6225 (tty-color-alist, tty-modify-color-alist): New functions. | |
6226 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6227 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6228 an optional parameter FRAME. | |
6229 | |
27074 | 6230 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6231 | |
27082 | 6232 * image.el (create-image, defimage): Don't assume image data is a |
6233 string. | |
6234 | |
27074 | 6235 * image.el (defimage): Handle specifications containing :data |
6236 instead of :file. | |
6237 (image-type-from-data): New function. | |
6238 (image-type-from-file-header): Use it. | |
6239 (create-image): Add parameter DATA-P. | |
27182 | 6240 |
30729 | 6241 See ChangeLog.8 for earlier changes. |