Mercurial > emacs
annotate lisp/ChangeLog @ 30734:103f6840bba1
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 10 Aug 2000 10:44:49 +0000 |
parents | 1f8280a188f2 |
children | 8139b53e0669 |
rev | line source |
---|---|
30734 | 1 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
2 | |
3 * files.el (recover-file): Call insert-directory instead of | |
4 invoking `ls' directly. | |
5 | |
30732 | 6 2000-08-10 Miles Bader <miles@gnu.org> |
7 | |
8 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
9 (comint-last-prompt-overlay): New variables. | |
10 (comint-output-filter): Implement prompt highlighting. | |
11 (comint-snapshot-last-prompt): New function. | |
12 (comint-send-input): Snapshot the last prompt. | |
13 Use comint-highlight-input-face. | |
14 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
15 Use defface instead of defcustom. | |
16 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
17 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
18 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
19 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
20 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
21 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
22 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
23 (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
|
24 (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
|
25 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
|
26 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
27 * 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
|
28 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
29 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
30 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
31 |
30715 | 32 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
33 | |
34 * files.el (insert-directory): Don't call access-file on | |
35 directories on DOS and Windows. | |
36 | |
30704 | 37 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
38 | |
39 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
40 longer if necessary. | |
41 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
42 ccl-program-vector. | |
43 | |
30701 | 44 2000-08-09 Miles Bader <miles@gnu.org> |
45 | |
46 * comint.el (comint-output-filter): Properly handle the case where | |
47 the text surrounded by comint-last-output-overlay was deleted. | |
48 | |
30671 | 49 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
50 | |
30693 | 51 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
52 non-nil. | |
53 (Info-file-list-for-emacs): Remove "info" from the list because | |
54 that leads to trying to use the documentation from file `info' | |
55 in various situations where it isn't appropriate, for instance | |
56 C-h C-k C-h i. | |
57 | |
58 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
59 DIR and/or STRING are nil. | |
60 | |
61 * progmodes/compile.el (compilation-setup): Make variable | |
62 compilation-error-screen-columns buffer-local, as some comment | |
63 in the code suggests it should be. | |
64 | |
65 * files.el (auto-mode-interpreter-regexp): New variable. | |
66 (set-auto-mode): Use it. | |
67 | |
68 * indent.el (indent-for-tab-command): Doc fix. | |
69 | |
70 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
71 | |
30671 | 72 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
73 labels. | |
74 | |
75 * help.el (print-help-return-message): When | |
76 display-buffer-reuse-frames is set, let the help window been quit, | |
77 instead of deleting it, which might delete a reused frame. | |
78 | |
30664 | 79 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
80 | |
81 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
82 rename a directory to a name that differs only by its letter case. | |
83 | |
30655 | 84 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
85 | |
86 * international/quail.el (quail-define-rules): Handle Quail decode | |
87 map correctly. Add code for supporting annotations. | |
88 (quail-install-decode-map): New function. | |
89 (quail-defrule-internal): New optional arguments decode-map and | |
90 props. | |
91 (quail-advice): New function. | |
92 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
93 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
|
94 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
95 * 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
|
96 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
97 * 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
|
98 |
30649 | 99 2000-08-03 Miles Bader <miles@gnu.org> |
100 | |
101 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
102 New variable. | |
103 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
104 comint-use-prompt-regexp-instead-of-fields. | |
105 (comint-send-input): Add `input' field property to stuff we send to | |
106 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
107 (comint-output-filter): Add `output' field property to process | |
108 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
109 (comint-replace-by-expanded-history) | |
110 (comint-get-old-input-default, comint-show-output) | |
111 (comint-backward-matching-input, comint-forward-matching-input) | |
112 (comint-next-prompt, comint-previous-prompt): Use field | |
113 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
114 (comint-line-beginning-position): New function. | |
115 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
116 (comint-replace-by-expanded-history-before-point): Use | |
117 comint-line-beginning-position and line-end-position. | |
118 (comint-last-output-overlay): New variable. | |
119 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
120 | |
121 * shell.el (shell-prompt-pattern): Doc change. | |
122 (shell-backward-command): Use line-beginning-position. | |
123 | |
124 * gud.el (gud-gdb-complete-command): Use | |
125 comint-line-beginning-position. | |
126 | |
127 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
128 comint-bol doesn't actually go to the beginning of the line. | |
129 | |
130 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
131 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
132 (try-expand-line-all-buffers): Likewise. | |
133 | |
134 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
135 explicitly matching comint-prompt-regexp. | |
136 (sql-copy-column): Use comint-line-beginning-position instead of | |
137 explicitly matching comint-prompt-regexp. | |
138 | |
139 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
140 comint-line-beginning-position. | |
141 | |
142 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
143 | |
144 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
145 looking for a prompt, use `forward-line 0' instead of | |
146 `beginning-of-line', to avoid getting caught by an input field. | |
147 | |
30633 | 148 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
149 | |
150 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
151 PATTERN, in the Unix case. | |
152 | |
30629 | 153 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
154 | |
155 * play/zone.el (zone): Discard any pending input before running | |
156 the randomly-chosen pgm. | |
157 | |
30623 | 158 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
159 | |
160 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
161 checking the existence of any multibyte characters. | |
162 | |
30619 | 163 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
164 | |
30622 | 165 * help.el (describe-mode): Test minor-mode symbol for being |
166 bound before testing its value for being nil. | |
167 | |
30619 | 168 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
169 `first', `second', and `third'. | |
170 | |
171 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
172 (second): Make it an alias for `cadr'. | |
173 | |
30616 | 174 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
175 | |
176 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
177 types of display support faces now. | |
178 | |
30614 | 179 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
180 | |
181 * pcvs.el (require): Require `cl' during compilation, only. | |
182 | |
183 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
184 (toplevel): Remove `remq' and `remove' from autoloads. | |
185 (cl-fake-autoloads): New variable. If set, arrange for an error | |
186 when CL functions etc. are autoloaded. | |
187 | |
30585 | 188 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
189 | |
30593 | 190 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
191 | |
30591 | 192 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
193 popped up, but the user clicks outside the menu, return an empty | |
194 regexp (that causes unhighlight-regexp to have no effect). | |
195 | |
30589 | 196 * menu-bar.el (menu-bar-games-menu): Add Zone. |
197 | |
30585 | 198 * hi-lock.el (toplevel): Require font-lock. |
199 | |
30576 | 200 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
201 | |
202 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
203 (ebnf-8-bit-chars): New var for bug fix. | |
204 (ebnf-string): Bug fix. | |
205 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
206 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
|
207 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
208 * 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
|
209 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
210 (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
|
211 `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
|
212 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
213 |
30567 | 214 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
215 | |
216 * international/mule-cmds.el (select-safe-coding-system): Make | |
217 the message text about selecting a safe coding system more clear. | |
218 | |
30564 | 219 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
220 | |
30565 | 221 * hi-lock.el: New file. |
222 | |
223 * play/zone.el: New file. | |
224 | |
30564 | 225 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
226 value of tab-width in the original buffer. Choose a line number | |
227 format that's a multiple of the original buffer's tab width, so | |
228 that lines appear right. | |
229 | |
230 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
231 Spell-check active region if in transient-mark-mode and mark | |
232 is active; otherwise spell-check buffer. | |
233 | |
234 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
235 | |
236 * ps-mule.el: Fix a customization problem on | |
237 ps-mule-font-info-database-default. | |
238 | |
30555 | 239 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
240 | |
241 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
242 display-mouse-p instead of window-system. | |
243 (ebrowse-member-mode-map): Ditto. | |
244 | |
30553 | 245 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
246 | |
247 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
248 fix. | |
249 (ebnf-version): New version number (3.2). | |
250 (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
|
251 |
30547 | 252 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
253 | |
30549 | 254 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
255 font lock support on window-system. | |
256 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
257 | |
30547 | 258 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
259 display-color-p, if fboundp, instead of window-system. | |
260 | |
30545 | 261 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
262 | |
263 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
264 instead of window-system. | |
265 | |
266 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
267 window-system. | |
268 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
269 instead of window-system. | |
270 | |
271 * strokes.el (strokes-file): Run the file name through | |
272 convert-standard-filename. | |
273 (strokes-mode): Call display-mouse-p instead of looking at | |
274 window-system. Change the error message accordingly. | |
275 | |
276 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
277 | |
278 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
279 (lm-plot-square, lm-init-display): Don't use window-system. | |
280 | |
281 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
282 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
283 | |
284 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
285 instead of looking at window-system. | |
286 | |
30528 | 287 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
288 | |
289 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
290 of testing if iswitchb-prepost-hooks is bound, because the | |
291 latter will always be true when invoking a recursive minibuffer | |
292 from an active Iswitchb buffer. | |
293 | |
30526 | 294 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
295 | |
296 * files.el (shell-quote-wildcard-pattern): New function. | |
297 (insert-directory): Call it. Only prepend "\" to command on Unix | |
298 and GNU/Linux systems. | |
299 | |
30524 | 300 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
301 | |
302 * eshell/esh-groups.el: Change custom :link file names | |
303 from `eshell.info' to `eshell'. | |
304 | |
305 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
306 | |
307 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
308 correctly in recursive ange-ftp listings. | |
309 | |
310 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
311 | |
312 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
313 ps-header-font-size-internal and | |
314 ps-header-title-font-size-internal variables are not set, | |
315 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
316 face text property is (foreground-color . COLOR) or | |
317 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
318 (ps-print-version): New version number (5.2.4). | |
319 (ps-plot-region): Code fix. | |
320 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
321 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
322 Bug fix 2. | |
323 | |
324 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
325 | |
326 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
327 identifiers like `myXMLDocument'. | |
328 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
329 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
|
330 |
30524 | 331 * mail/mail-hist.el (mail-hist-previous-input) |
332 (mail-hist-next-input): Do the obvious code factorization. | |
333 (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
|
334 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
|
335 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
|
336 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
337 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
|
338 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
339 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 340 Use `<=', not `<' to compare times! |
341 (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
|
342 |
30502 | 343 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
344 | |
30516 | 345 * play/cookie1.el: Add explanation of how to make cookie.el |
346 compatible with strfile(1) to comment. | |
347 | |
348 * subr.el (remove, remq): New functions. | |
349 | |
30511 | 350 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
351 escape `*' in regexps. | |
352 (midnight-find): Reverse order of arguments in the funcall of | |
353 TEST. | |
354 | |
355 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
356 and `.class'. | |
357 | |
30502 | 358 * play/meese.el: Add Commentary section. |
359 | |
30516 | 360 2000-07-27 Alex Schroeder <alex@gnu.org> |
361 | |
362 * sql.el (sql-ms): Added autoload cookie. | |
363 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
364 (sql-oracle): Ditto. | |
365 (sql-help): Doc change. | |
366 | |
367 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
368 types and exceptions. | |
369 | |
370 2000-07-27 Alex Schroeder <alex@gnu.org> | |
371 | |
372 * sql.el (sql-placeholder-history): New variable. | |
373 (sql-query-placeholders-and-send): New function that will query | |
374 the user and replace placeholders with user input. | |
375 (sql-oracle): If running on NT, set comint-input-sender to | |
376 sql-query-placeholders-and-send. | |
377 | |
378 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
379 present it as a message. | |
380 | |
381 2000-07-27 Alex Schroeder <alex@gnu.org> | |
382 | |
383 * sql.el (sql-input-ring-separator): Doc change. | |
384 (sql-input-ring-file-name): Doc change. | |
385 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
386 `sql-input-ring-file-name' to set the comint-mode equivalents | |
387 without making them local variables. | |
388 (sql-stop): Don't bind `sql-input-ring-separator' and | |
389 `sql-input-ring-file-name' dynamically to their comint-mode | |
390 equivalents. | |
391 | |
30490 | 392 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
393 | |
394 * international/mule.el (register-char-codings): New function. | |
395 (make-coding-system): Handle `safe-chars' specification in the arg | |
396 PROPERTY. | |
397 | |
398 * international/mule-cmds.el | |
399 (find-coding-systems-region-subset-p): This function deleted. | |
400 (sort-coding-systems-predicate): New variable. | |
401 (sort-coding-systems): New function. | |
402 (find-coding-systems-region): Use | |
403 find-coding-systems-region-internal. | |
404 (find-coding-systems-string): Use find-coding-systems-region. | |
405 (find-coding-systems-for-charsets): Check | |
406 char-coding-system-table. | |
407 (select-safe-coding-system-accept-default-p): New variable. | |
408 (select-safe-coding-system): Mostly rewritten. New argument | |
409 ACCEPT-DEFAULT-P. | |
410 (select-message-coding-system): Call select-safe-coding-system | |
411 with ACCEPT-DEFAULT-P arg. | |
412 (reset-language-environment): Reset default-sendmail-coding-system | |
413 to the default value iso-latin-1. | |
414 (set-language-environment): Don't set the obsolete variable | |
415 charset-origin-alist. | |
416 | |
417 * international/codepage.el (cp-coding-system-for-codepage-1): | |
418 Give `safe-chars' property to make-coding-system. | |
419 | |
420 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
421 calling select-message-coding-system twice. | |
422 | |
423 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
424 instead of `safe-charsets'. | |
425 (cyrillic-alternativnyj): Likewise. | |
426 (ccl-encode-alternativnyj): Don't check the charset | |
427 cyrillic-iso8859-5. | |
428 | |
30484 | 429 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
430 | |
431 * composite.el (compose-chars-after): Preserve match data. | |
432 | |
30481 | 433 2000-07-26 Sam Steingold <sds@gnu.org> |
434 | |
435 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
436 (ange-ftp-real-file-newer-than-file-p): New function. | |
437 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
438 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
439 | |
440 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
441 * midnight.el (midnight-float-time): Ditto. | |
442 | |
30479 | 443 2000-07-26 Andreas Schwab <schwab@suse.de> |
444 | |
445 * files.el (normal-backup-enable-predicate): Correct | |
446 interpretation of the return value of compare-strings. | |
447 | |
30471 | 448 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
449 | |
30477 | 450 * isearch.el (isearch-resume): New function. |
451 (isearch-done): Add something to command-history to resume | |
452 the search. | |
453 (isearch-yank-line, isearch-yank-word): Use | |
454 buffer-substring-no-properties instead of buffer-substring. | |
455 | |
30471 | 456 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
457 of flyspell-mouse-map. | |
458 | |
459 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
460 duplicate definition. | |
461 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
462 | |
463 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
464 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
465 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
466 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
|
467 |
30459 | 468 * net/ange-ftp.el: Get modtime over the net. |
469 (ange-ftp-file-modtime): New function. | |
30473 | 470 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
471 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 472 Use it. |
473 (ange-ftp-dot-to-slash): New function. | |
474 (ange-ftp-fix-name-for-vms): Use it. | |
475 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
476 * 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
|
477 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
478 |
30457 | 479 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
480 | |
481 * find-dired.el: Update copyright notice. | |
482 (find-dired): Offer to kill a running `find'. | |
483 | |
484 * enriched.el (enriched-face-ans): For a `foreground-color' | |
485 property, return '(("x-color" COLOR))' so that COLOR will be | |
486 output as a parameter of the x-color annotation. Likewise for the | |
487 `background-color' property. In the case of normal face | |
488 properties, don't return annotations for unspecified foreground | |
489 and background face attributes. | |
490 | |
30450 | 491 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
492 | |
493 * language/japan-util.el (japanese-katakana-region): Fix handling | |
494 HANKAKU argument. | |
495 | |
30438 | 496 2000-07-25 Miles Bader <miles@gnu.org> |
497 | |
498 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
499 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
500 constrain-to-field. | |
501 | |
30437 | 502 2000-07-24 Andrew Innes <andrewi@gnu.org> |
503 | |
504 * timer.el (timer-activate-when-idle): Add optional parameter | |
505 DONT-WAIT. Update docstring. | |
506 (run-with-idle-timer): Specify extra parameter to | |
507 timer-activate-when-idle, so that timer will be activated | |
508 immediately if Emacs is already idle. | |
509 | |
510 * w32-fns.el (w32-using-nt): Fix docstring. | |
511 | |
30434 | 512 2000-07-24 Dave Love <fx@gnu.org> |
513 | |
514 * mouse.el (popup-menu): Set last-command-event. | |
515 (mouse-major-mode-menu-prefix): Declare. | |
516 | |
30433 | 517 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
518 | |
519 * textmodes/flyspell.el: Update to author's version 1.5d. | |
520 | |
521 * progmodes/hideshow.el: Update copyright notice. | |
522 | |
523 * vcursor.el: Set maintainer to FSF, since author cannot | |
524 be reached. | |
525 | |
30422 | 526 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
527 | |
30424 | 528 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
529 the prompt. | |
530 | |
30422 | 531 * mouse.el (popup-menu): Run the keymap through indirect-function, |
532 in case it was defined with define-prefix-key. If the menu is a | |
533 list of keymaps, look up the binding of user's choice in each one | |
534 of the keymaps. | |
535 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
536 don't have a prompt string, create one and insert it into the | |
537 keymap. Don't barf if current-local-map returns nil. | |
538 | |
30415 | 539 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
540 | |
541 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
542 to be undone. | |
543 (dired-sort-other): Use it. | |
544 | |
30412 | 545 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
546 | |
30415 | 547 * Release of cc-mode 5.27 |
30412 | 548 |
549 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
550 | |
551 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
552 c-beginning-of-statement-1 that caused a bad case of recursion | |
553 which could consume a lot of CPU in large classes in languages | |
554 that have in-expression classes (i.e. Java and Pike). | |
555 | |
556 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
557 statements before top level constructs (i.e. case 6 is moved | |
558 before case 5 and is now case 4) to catch in-expression | |
559 classes in top level expressions correctly. | |
560 | |
561 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
562 | |
563 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
564 objc-method-intro. Case 4 removed and case 5I added. | |
565 | |
566 * cc-langs.el (c-append-paragraph-start): New variable used by | |
567 c-common-init to get paragraph-start correct. | |
568 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
569 initialize paragraph-start to make it correct both with and | |
570 without the javadoc special case. | |
571 | |
572 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
573 initialize paragraph-start for javadoc markup. | |
574 | |
575 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
576 change by defaulting this to t. It's motivated by the | |
577 confusing behavior that otherwise arise from the style system | |
578 when editing both java and non-java files at the same time | |
579 (see the comments about style setting in c-common-init). | |
580 | |
581 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
582 | |
583 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
584 similar to the one in c-fill-paragraph to check the fill | |
585 prefix from the adaptive fill function for sanity. | |
586 | |
587 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
588 | |
589 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
590 defun block. | |
591 | |
592 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
593 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
594 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 595 |
596 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
597 | |
598 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
599 leading comma nicely. Extended to handle member initializers | |
600 too. | |
601 | |
30415 | 602 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 603 c-guess-basic-syntax): Fixed recognition of inheritance lists |
604 when the lines begins with a comma. | |
605 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
606 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 607 |
608 * cc-vars.el (c-offsets-alist): Changed default for | |
609 member-init-cont to c-lineup-multi-inher since it now handles | |
610 member initializers and indents better for leading commas. | |
611 | |
612 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
613 | |
614 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
615 handling that caused class open lines to be recognized as | |
616 statement-conts in some cases. | |
617 | |
618 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
619 guessed by the adaptive fill function unless point is on the | |
620 first line of a block comment. | |
621 | |
622 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
623 when the buffer ends with a macro continuation char. | |
624 | |
625 * cc-engine.el (c-guess-basic-syntax): Added support for | |
626 function definitions as statements in Pike. The first | |
627 statement in a lambda block is now labeled defun-block-intro | |
628 instead of statement-block-intro. | |
629 | |
630 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
631 so that the class surrounding point is selected, not the one | |
632 innermost in the state. | |
633 | |
634 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
635 recognition of switch labels having hanging multiline | |
636 statements. | |
637 | |
638 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
639 some code in c-guess-basic-syntax to a separate function. | |
640 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
641 recognition of member inits with multiple line arglists. | |
642 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
643 member-init-cont when the commas are in funny places. | |
644 | |
645 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
646 | |
647 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
648 not used anymore. | |
649 | |
650 * cc-engine.el (c-looking-at-bos): New helper function. | |
651 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
652 inexpr and toplevel classes apart in Pike. | |
653 | |
654 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
655 of case 9A. | |
656 | |
657 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
658 constant, since "class" can introduce an in-expression class | |
659 in Pike nowadays. | |
660 | |
661 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
662 | |
663 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
664 indentation on cpp-macro lines. | |
665 | |
666 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
667 a syntax modifier like comment-intro, to make it possible to | |
668 get syntactic indentation for preprocessor directives. It's | |
669 incompatible wrt to lineup functions on cpp-macro, but it has | |
670 no observable effect in the 99.9% common case where cpp-macro | |
671 is set to -1000. | |
672 | |
673 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
674 | |
675 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
676 member-init-cont when the preceding arglist is several lines. | |
677 | |
678 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
679 | |
680 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
681 style corrected to 8. | |
682 | |
683 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
684 | |
685 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
686 brace list openers in the gnu style. | |
687 | |
688 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
689 | |
690 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
691 | |
692 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
693 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
694 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
695 when c-syntactic-indentation is nil. | |
696 | |
697 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
698 we were left at comments preceding the first statement when | |
699 reaching the beginning of the buffer. | |
700 | |
701 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
702 off all syntactic indentation. | |
703 | |
704 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
705 | |
706 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
707 between the text and the block comment ender when it hangs, | |
708 depending on how many there are before the fill. | |
709 | |
710 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
711 | |
712 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
713 function to go back to the closest preceding statement start, | |
714 which could be inside a conditional statement. | |
715 * cc-engine.el (c-guess-basic-syntax): Use | |
716 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
717 | |
718 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
719 arglist-intro, arglist-cont-nonempty and arglist-close when | |
720 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
721 changed. | |
722 | |
723 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
724 up-to-date with javadoc 1.2. | |
725 | |
726 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
727 | |
728 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
729 multiline Pike type decls. | |
730 | |
731 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
732 | |
733 * cc-cmds.el (c-indent-new-comment-line): Always break | |
734 multiline comments in multiline mode, regardless of | |
735 comment-multi-line. | |
736 | |
737 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
738 | |
739 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
740 fully::qualified::names in C++ member init lists. Preamble in | |
741 case 5D changed. | |
742 | |
743 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
744 | |
745 * cc-langs.el (c-common-init): Handling of obsolete variables | |
746 moved to c-initialize-cc-mode. More compatible style override | |
747 when using global style variables. | |
748 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
749 variables moved here. | |
750 | |
30415 | 751 * cc-mode.texi: Documented the special behavior of |
30412 | 752 c-special-indent-hook as a style variable. Don't talk about |
753 doing (c-make-styles-buffer-local t) in a mode hook, since | |
754 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
|
755 |
30412 | 756 * cc-styles.el (c-make-styles-buffer-local): Flag style |
757 variable localness in c-style-variables-are-local-p to make | |
758 the compatibility measure in c-common-init work well. | |
759 | |
760 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
761 longer contain set-from-style. | |
762 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
763 set-from-style on c-special-indent-hook. | |
764 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
765 copy-alist is sufficient now. | |
766 | |
767 * cc-styles.el (c-set-style, c-set-style-1, | |
768 c-get-style-variables): Fixes to variable initialization so | |
769 that duplicate entries in styles have the same effect | |
770 regardless of DONT-OVERRIDE. | |
771 | |
772 * cc-styles.el (c-set-style-2): Fixed bug where the | |
773 initialization of inheriting styles failed when the | |
774 dont-override flag is set. | |
775 | |
776 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
777 on this. | |
778 | |
779 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
780 | |
781 * cc-defs.el (c-forward-comment): Removed the workaround | |
782 introduced in 5.38 since it had worse side-effects. If a line | |
783 contains the string "//\"", it regarded the // as a comment | |
784 start since the \ temporarily doesn't have escape syntax. | |
785 | |
786 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
787 | |
788 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
789 ada-xref.el before ada-prj.el, so that the Project menu is created | |
790 when ada-prj tries to add to it. | |
791 (ada-activate-keys-for-case): Suppress the characters that are not | |
792 part of the Ada syntax. Better compatibility with else-mode | |
793 (ada-adjust-case-interactive): When auto-casing is not active, | |
794 correctly insert newlines (used to insert only ^M). Prevent the | |
795 syntax table from being changed in case of an error | |
796 (or '_' becomes part of a word and some commands are confused). | |
797 Do nothing if ada-auto-case is nil. | |
798 (ada-after-keyword-p): Ignore keywords that are also attributes | |
799 (ada-batch-reformat): Update usage comment | |
800 (ada-call-from-contextual-menu): New function | |
801 (ada-case-read-exceptions): Reinitialize the casing exception list | |
802 first to nil first, so that the casing exception file can be | |
803 shared. | |
804 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
805 files. | |
806 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
807 anywhere in the error message | |
808 (ada-contextual-menu-last-point): New variable | |
809 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
810 t on XEmacs, it means that DEL should delete one character | |
811 forward. | |
812 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
813 New submenu "Options". | |
814 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
815 statements. | |
816 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
817 even if they don't match ada-fill-comment-prefix Fix handling of | |
818 paragraphs on the first or last line of a file. | |
819 (ada-format-paramlist): Fix handling of default parameter values. | |
820 (ada-get-body-name): New function. | |
821 (ada-get-current-indent): Optimized by searchling directly for an | |
822 existing generic part or a statement outside of it. Handle | |
823 ada-indent-align-comments when indenting comments Replaced some | |
824 regexps by testing directly the next character. This results in a | |
825 huge speedup on some files. New indentation scheme for renames | |
826 statements. Stop looking for the 'while' or 'for' associated with | |
827 a 'loop' at the first semicolon encountered. A "return" can also | |
828 match an anonymous access subprogram declaration. | |
829 (ada-get-indent-noindent): Ignore strings and comments when | |
830 looking for the keywords "record" and "private". | |
831 (ada-goto-matching-decl-start): When matching "if", make sure we | |
832 are not in fact seeing "end if". Ignore "when" statements except | |
833 when initial keyword was "begin". Fix handling of nested | |
834 procedures. Add a recursive call to this function to skip over | |
835 other 'end' statmts. Fix indentation for "when .. => begin" | |
836 (ada-in-open-paren-p): Fix indentation for complex boolean | |
837 expressions, where 'and then', 'or else' and parenthesis | |
838 statements are mixed up. | |
839 (ada-in-paramlist-p): Skip comments while searching for the | |
840 beginning Fix handling of operator declarations. | |
841 (ada-indent-align-comments): New variable | |
842 (ada-indent-current): Change the syntax table only in the | |
843 protected section, so that we are sure it is restored correctly. | |
844 (ada-indent-on-previous-lines): Use ada-use-indent and | |
845 ada-with-indent Correctly indent "select ... then" | |
846 (ada-indent-region): Slight speedup. | |
847 (ada-indent-renames): New variable. | |
848 (ada-last-which-function-subprog, ada-last-which-function-line): | |
849 New variables | |
850 (ada-looking-at-semi-private): Correctly indent the 'private' | |
851 keyword when it is the first word in a package declaration. | |
852 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
853 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
854 even if point is not initially at the end of the word. | |
855 (ada-matching-decl-start-re): Add "when". | |
856 (ada-mode): Add support for abbrev-mode, outline-mode and | |
857 which-func-mode Override the old find-file.el entry in | |
858 ff-special-constructs since it is using the obsolete | |
859 ada-spec-suffix variable | |
860 (ada-no-auto-case): New function | |
861 (ada-scan-paramlist): When parsing the argument type, accept | |
862 spaces (as in "X 'Class", generated by Rational Rose). | |
863 (ada-other-file-name): No longer loads the other file. | |
864 (ada-popup-menu): Save and restore the current buffer and cursor | |
865 position before and after displaying the menu. | |
866 (ada-search-ignore-complex-boolean): New function. | |
867 (ada-uncomment-region): Emacs21 already knows how to delete | |
868 comments not starting in the first column. | |
869 (ada-use-indent): New variable | |
870 (ada-which-function): New function. | |
871 (ada-with-indent): New variable | |
872 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
873 can be batch-compiled from the command line. | |
874 | |
875 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
876 Add to the menu when the file is loaded, not in ada-mode-hook. | |
877 Add -toolbar to the default ddd command Switches moved from | |
878 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
879 ada-prj-default-comp-opt | |
880 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
881 Reference Manual to the menu | |
882 (ada-check-current): rewritten as a call to ada-compile-current | |
883 (ada-compile): Removed. | |
884 (ada-compile-application, ada-compile-current, ada-check-current): | |
885 Set the compilation-search-path so that compile.el automatically | |
886 finds the sources in src_dir. Automatic scrollong of the | |
887 compilation buffer. C-uC-cC-c asks for confirmation before | |
888 compiling | |
889 (ada-compile-current): New parameter, prj-field | |
890 (ada-complete-identifier): Load the .ali file before doing | |
891 processing | |
892 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
893 conform to gnatmake's behavior. | |
894 (ada-find-file-in-dir): New function | |
895 (ada-find-references): Set the environment variables for gnatfind | |
896 (ada-find-src-file-in-dir): New function. | |
897 (ada-first-non-nil): Removed | |
898 (ada-gdb-application): Add support for jdb, the java debugger. | |
899 (ada-get-ada-file-name): Load the original-file first if not done | |
900 yet. | |
901 (ada-get-all-references): Handles the new ali syntax (parent types | |
902 are found between <>). | |
903 (ada-initialize-runtime-library): New function | |
904 (ada-mode-hook): Always load a project file when a file is opened, | |
905 so that the casing exceptions are correctly read. | |
906 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
907 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
908 to open the project file, since the latter does not work with | |
909 speedbar Get default values before loading the prj file, or the | |
910 default executable file name is wrong. Use the absolute value of | |
911 src_dir to initialize ada-search-directories and | |
912 compilation-search-path,... Add the standard runtime library to | |
913 the search path for find-file. | |
914 (ada-prj-default-debugger): Was missing an opening '{' | |
915 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
916 variables. | |
917 (ada-prj-default-gnatmake-opt): New variable | |
918 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
919 buffers, the project file is the default one Save the windows | |
920 configuration before displaying the menu. | |
921 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
922 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
923 ...) regexp-quote identifiers names to support operators +, | |
924 -,... in regexps. | |
925 (ada-remote): New function. | |
926 (ada-run-application): Erase the output buffer before starting the | |
927 run Support remote execution of the application. Use | |
928 call-process, or the arguments are incorrectly parsed | |
929 (ada-set-default-project-file): Reread the content of the active | |
930 project file, not the one from the current buffer When a project | |
931 file is set as the default project, all directories are | |
932 automatically associated with it. | |
933 (ada-set-environment): New function | |
934 (ada-treat-cmd-string): New special variable ${current} | |
935 (ada-treat-cmd-string): Revised. The substitution is now done for | |
936 any ${...} substring | |
937 (ada-xref-current): If no body was found, compiles the spec | |
938 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
939 compiler to get rid of command line length limitations. | |
940 (ada-xref-get-project-field): New function | |
941 (ada-xref-project-files): New variable | |
942 (ada-xref-runtime-library-specs-path) | |
943 (ada-xref-runtime-library-ali-path): New variables | |
944 (ada-xref-set-default-prj-values): Default run command now does a | |
945 cd to the build directory. New field: main_unit Provide a default | |
946 file name even if the current buffer has no prj file. | |
947 | |
948 * ada-prj.el: | |
949 Rewritten to show a tabbed-dialog. | |
950 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
951 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
952 New function | |
953 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
954 (ada-prj-load-from-file): New function | |
955 (ada-prj-save): Always save fields that depend on the current buffer | |
956 (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
|
957 |
30412 | 958 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
959 Ada mode. This will allow us to display the Ada menu in any buffer | |
960 we want (for project items). | |
961 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
962 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
|
963 |
30395 | 964 2000-07-24 Dave Love <fx@gnu.org> |
965 | |
966 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
967 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
968 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
969 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
970 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
971 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
972 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
973 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
974 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
975 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
976 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
977 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
978 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
979 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
980 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
981 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
982 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
983 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
984 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
985 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
986 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
987 (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
|
988 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
989 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
990 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
991 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
992 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
993 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
994 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
995 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
996 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
997 |
30386 | 998 2000-07-23 Dave Love <fx@gnu.org> |
999 | |
1000 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1001 ^o, ^u. | |
1002 | |
30359 | 1003 2000-07-21 Dave Love <fx@gnu.org> |
1004 | |
30374 | 1005 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1006 now passed to the function. It now works properly. | |
1007 | |
30359 | 1008 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1009 | |
30350 | 1010 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1011 | |
1012 * info-look.el (info-lookup): If *info* is shown in another frame | |
1013 on the same display, select that frame, instead of switching to | |
1014 the Info buffer in another window of the selected frame. | |
1015 | |
1016 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1017 kp-0 to kp-9 and kp-subtract. | |
1018 (digit-argument): Handle these keys. | |
1019 | |
30346 | 1020 2000-07-20 Dave Love <fx@gnu.org> |
1021 | |
1022 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1023 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1024 Put an extra property on the overlays and use it to clean up in | |
1025 case goto-address is re-run. | |
1026 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1027 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1028 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1029 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1030 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1031 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1032 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1033 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1034 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1035 |
30331 | 1036 2000-07-19 Dave Love <fx@gnu.org> |
1037 | |
1038 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1039 implementation. | |
1040 | |
1041 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1042 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1043 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1044 | |
30318 | 1045 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1046 | |
30329 | 1047 * textmodes/refer.el: Correct maintainer's email address. |
1048 | |
1049 * progmodes/hideif.el: Correct author's email address. | |
1050 Fix typo in comment. | |
1051 | |
1052 * xml.el: New file. | |
1053 | |
30318 | 1054 * mail/mailheader.el: Correct author's mail address. |
1055 | |
1056 * gnus/parse-time.el: Correct author's mail address. | |
1057 | |
30329 | 1058 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1059 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1060 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1061 New user options. |
1062 (comint-input-ring-file-name): Change custom type. | |
1063 (comint-mode-map): Bind mouse-2. | |
1064 (comint-insert-clicked-input): New function. | |
1065 (comint-send-input): Handle input highlighting. | |
1066 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1067 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1068 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1069 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1070 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1071 |
30311 | 1072 2000-07-18 Dave Love <fx@gnu.org> |
1073 | |
1074 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1075 improvements. | |
1076 | |
30308 | 1077 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1078 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1079 * faces.el (face-font-selection-order) |
30308 | 1080 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1081 |
30298 | 1082 2000-07-18 Dave Love <fx@gnu.org> |
1083 | |
1084 * cus-edit.el (custom-variable-reset-saved) | |
1085 (custom-variable-reset-standard): Remove unused bindings. | |
1086 | |
1087 * rect.el (open-rectangle-line): Remove unused let. | |
1088 | |
1089 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1090 | |
30296 | 1091 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1092 | |
1093 * cdl.el: Fix `Maintainer' keyword. | |
1094 | |
1095 * play/pong.el: Add author's email address. | |
1096 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1097 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1098 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1099 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1100 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1101 |
30290 | 1102 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1103 | |
1104 * mail/vms-pmail.el: Change maintainer to FSF. | |
1105 | |
1106 * net/goto-addr.el: Change maintainer to FSF. | |
1107 | |
1108 * recentf.el: Update from author. | |
1109 | |
1110 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1111 |
30277 | 1112 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1113 | |
1114 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1115 links to eshell, to avoid problems on systems where the manual is | |
1116 installed as `eshell'. | |
1117 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1118 * eshell/em-smart.el (eshell-smart): Ditto. | |
1119 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1120 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1121 |
1122 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1123 same-file check in the MS-DOS version (it does support inodes). | |
1124 | |
1125 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1126 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1127 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1128 Run default directory name through convert-standard-filename. |
30277 | 1129 |
30255 | 1130 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1131 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1132 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1133 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1134 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1135 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1136 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1137 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1138 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1139 Don't translate some national variant characters of latin-jisx0201. |
30262 | 1140 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 1141 |
30255 | 1142 * international/kkc.el (kkc-after-update-conversion-functions): |
1143 New variable. | |
1144 (kkc-update-conversion): Run functions in it at the tail. | |
1145 | |
30277 | 1146 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
|
1147 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1148 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1149 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
|
1150 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1151 |
30253 | 1152 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
1153 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1154 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 1155 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
1156 the conversion list at first if appropriate. | |
1157 (kkc-next): Don't update kkc-next-count here. | |
1158 (kkc-prev): Don't update kkc-prev-count here. | |
1159 (kkc-show-conversion-list-update): Fix setting up of conversion | |
1160 list message. | |
1161 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1162 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1163 |
30290 | 1164 * 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
|
1165 |
30248 | 1166 2000-07-16 Dave Love <fx@gnu.org> |
1167 | |
1168 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
1169 function to be more specific. | |
1170 | |
1171 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
1172 non-string help-echo. | |
1173 (widget-types-convert-widget): Defsubst it. | |
1174 (widget-echo-help): Try to cope with a help-echo function of two | |
1175 possible sorts. | |
1176 | |
30241 | 1177 2000-07-15 Jason Rumney <jasonr@gnu.org> |
1178 | |
1179 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
1180 Declare as obsolete. | |
1181 | |
1182 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
1183 | |
30226 | 1184 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
1185 | |
1186 * hilit-chg.el: Fix typo. | |
1187 | |
30221 | 1188 2000-07-14 Dave Love <fx@gnu.org> |
1189 | |
1190 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
1191 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1192 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1193 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1194 * 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
|
1195 |
30193 | 1196 2000-07-13 Dave Love <fx@gnu.org> |
1197 | |
30195 | 1198 * emacs-lisp/easymenu.el: Doc fixes. |
1199 (easy-menu-remove): Defalias to ignore. | |
1200 | |
30193 | 1201 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
1202 Call throw correctly. | |
1203 | |
30190 | 1204 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
1205 | |
1206 * faces.el (frame-background-mode): Doc fix. | |
1207 | |
1208 * simple.el (eval-expression-print-length): Change custom type to | |
1209 allow entering nil as value. | |
1210 | |
30185 | 1211 2000-07-13 Dave Love <fx@gnu.org> |
1212 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1213 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1214 Change definition layout. |
30187 | 1215 (fortran-mode-menu): Reinstate customize entries. |
1216 | |
30185 | 1217 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
1218 Use :filter, per old XEmacs code. | |
1219 | |
30170 | 1220 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
1221 | |
1222 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
1223 event when deciding what to send to the terminal. | |
1224 | |
30168 | 1225 2000-07-12 Dave Love <fx@gnu.org> |
1226 | |
1227 * cus-start.el: Add optional version as 4th element of specs and | |
1228 use it for several things new in v21. Remove load-path. Fix type | |
1229 of line-number-display-limit. | |
1230 | |
30148 | 1231 2000-07-11 Dave Love <fx@gnu.org> |
1232 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1233 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1234 Use repeat counts in various regexps. |
30150 | 1235 (fortran-mode-syntax-table): Defvar directly. |
1236 (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
|
1237 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1238 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1239 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 1240 (fortran-mode): Set fortran-comment-line-start-skip, |
1241 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
1242 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1243 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1244 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 1245 (fortran-comment-region, fortran-electric-line-number): Simplify. |
1246 (fortran-auto-fill): New function. | |
1247 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1248 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1249 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1250 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1251 Use fortran-auto-fill. |
30150 | 1252 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1253 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 1254 |
30148 | 1255 * widget.el (widget-plist-member): New alias. |
1256 | |
30146 | 1257 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
1258 | |
1259 * eshell/esh-module.el (toplevel): Reference | |
1260 byte-compile-current-file only if it is bound. | |
1261 | |
30131 | 1262 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
1263 | |
1264 * dired.el: Don't require `dired-aux'. | |
1265 | |
30127 | 1266 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
1267 | |
1268 * dired-aux.el (dired-show-file-type): New function. | |
1269 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
1270 (dired-show-file-type): Add autoload. | |
1271 | |
30125 | 1272 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
1273 | |
1274 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1275 change of fontset-info. |
30125 | 1276 (print-fontset): Likewise. |
1277 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1278 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1279 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1280 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1281 |
30111 | 1282 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
1283 | |
30131 | 1284 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 1285 |
30111 | 1286 * dired.el (dired-find-alternate-file): New function. |
1287 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
1288 (toplevel): Require dired-aux when compiling. | |
1289 (dired-buffers): Move defvar within file to avoid compiler warning. | |
1290 | |
1291 * info.el (Info-last-search): Variable removed. | |
1292 (Info-search-history): New variable. | |
1293 (Info-search): New Info-search-history. | |
1294 | |
1295 * battery.el, info-look.el: Change author's mail address. | |
1296 | |
30115 | 1297 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
|
1298 |
30115 | 1299 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
1300 if rmail-ignored-headers is nil. | |
1301 (rmail-retry-failure): Bind rmail-ignored-headers and | |
1302 rmail-displayed-headers to nil. | |
1303 | |
30096 | 1304 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
1305 | |
30103 | 1306 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
1307 (print-region-1): Don't hard code `-h' here. | |
1308 | |
30096 | 1309 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
1310 | |
30103 | 1311 2000-07-01 Francesco Potorti` <pot@gnu.org> |
1312 | |
1313 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
1314 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
|
1315 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1316 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1317 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1318 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1319 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1320 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1321 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1322 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1323 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1324 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1325 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
|
1326 |
30096 | 1327 * ediff-diff.el (ediff-wordify): Use syntax table. |
1328 * 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
|
1329 ediff-color-display-p. |
30096 | 1330 (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
|
1331 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1332 Got rid of special cases for NeXT and OS/2. |
30096 | 1333 * 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
|
1334 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1335 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1336 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1337 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1338 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1339 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1340 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1341 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1342 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1343 * 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
|
1344 |
30076 | 1345 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1346 | |
30085 | 1347 * Makefile.in (DONTCOMPILE): Add comment that the name may |
1348 not be changed without changing the make-dist script. | |
1349 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1350 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 1351 (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
|
1352 |
30067 | 1353 2000-07-05 Andrew Innes <andrewi@gnu.org> |
1354 | |
1355 * makefile.nt: Add support for `bootstrap' and related targets. | |
1356 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1357 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1358 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1359 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1360 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1361 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1362 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
|
1363 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1364 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1365 (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
|
1366 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1367 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
|
1368 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1369 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1370 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1371 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1372 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
|
1373 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1374 |
30056 | 1375 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1376 | |
1377 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
1378 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
1379 (eval-defun): If called with prefix arg, instrument code for | |
1380 Edebug. | |
1381 | |
1382 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
1383 similar to that of eval-defun. | |
1384 | |
30029 | 1385 2000-07-04 Dave Love <fx@gnu.org> |
1386 | |
30035 | 1387 * hl-line.el (hl-line-overlay): Make it permanent-local. |
1388 | |
30029 | 1389 * calendar/todo-mode.el: Replaced with a working version, based on |
1390 revision 1.34 tidied up. | |
1391 | |
1392 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 1393 |
1394 * paths.el (prune-directory-list): New function. | |
1395 (Info-default-directory-list): Rewritten to more methodically | |
1396 enumerate a big list of possible info directories (based on the | |
1397 list used by the standalone info reader). | |
30029 | 1398 |
30021 | 1399 * 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
|
1400 non-existent directories from Info-directory-list. |
30021 | 1401 |
1402 * paths.el (Info-default-directory-list): Try a list of possible | |
1403 info-directories instead of a single one. Add the possible | |
1404 info directory "/usr/share/info". | |
1405 | |
1406 * woman.el (woman-man.conf-path): Explicitly include the debian | |
1407 man-db config file "/etc/manpath.config". | |
1408 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
1409 are present in `manpath.config'. | |
1410 (woman-manpath): Include "/usr/share/man". | |
1411 | |
30006 | 1412 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
1413 | |
30017 | 1414 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
1415 | |
1416 * startup.el (command-line): Initialize blink-cursor based | |
1417 on window-system. | |
1418 | |
30014 | 1419 * frame.el (blink-cursor): Default to nil if not running under |
1420 a window-system. | |
1421 | |
30012 | 1422 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
1423 (face-x-resources): Remove duplicate entry for :font. | |
1424 | |
30006 | 1425 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
1426 instead of cycling through windows with next-window. | |
1427 | |
1428 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
1429 of cycling through windows with next-window. | |
1430 | |
1431 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
1432 of cycling through windows with next-window. | |
1433 | |
1434 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
1435 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
1436 instead of cycling through windows with next-window. | |
1437 | |
1438 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
1439 instead of cycling through windows with next-window. | |
1440 | |
1441 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
1442 of cycling through windows with next-window. | |
1443 | |
1444 * terminal.el (te-process-output): Use walk-windows instead of | |
1445 cycling through windows with next-window. | |
1446 | |
1447 * server.el (server-switch-buffer): Use some-window instead of | |
1448 cycling through windows with next-window. | |
1449 | |
1450 * window.el (some-window): New function. | |
1451 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 1452 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1453 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 1454 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1455 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 1456 |
1457 * window.el (walk-windows): Guarantee termination by keeping a list | |
1458 of all the windows already handled. | |
1459 | |
29975 | 1460 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1461 | |
1462 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
1463 window-system. | |
1464 | |
1465 * man.el (Man-notify-when-ready): Don't use window-system. If | |
1466 Man-notify-method is newframe, and the display is not | |
1467 multi-frame, select the frame created for the man page. | |
1468 (Man-init-defvars): Doc fix. | |
1469 | |
29972 | 1470 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
1471 | |
29982 | 1472 * faces.el (region): Change background color for light background. |
1473 | |
1474 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
1475 attribute from mode-line face of Ediff control frame. | |
1476 | |
29972 | 1477 * replace.el (query-replace-map): Bind `e' like `E'. |
1478 | |
29967 | 1479 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1480 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1481 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1482 Change name to "Select All". |
29969 | 1483 |
29967 | 1484 * dos-fns.el (convert-standard-filename): Fix last change. |
1485 | |
29957 | 1486 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
1487 | |
29959 | 1488 * help.el (describe-variable): Don't insert a second `'s' in front |
1489 of the string `value is shown below'. Since the syntax-table is | |
1490 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
1491 an existing `'s', so that this won't be deleted. | |
1492 | |
29957 | 1493 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
1494 * pcmpl-unix.el: New files. | |
1495 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1496 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1497 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1498 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1499 |
29939 | 1500 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
1501 | |
29956 | 1502 * replace.el (perform-replace): Undo change of 2000-04-04. |
1503 Instead, move backward 1 character at the end of the loop when | |
1504 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1505 |
29949 | 1506 * faces.el (fringe): Change face for different backgrounds. |
1507 | |
1508 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
1509 patch from John. | |
1510 | |
29939 | 1511 * eshell/*.el: Change spelling of the Free Software Foundation. |
1512 | |
1513 * eshell/esh-toggle.el: Removed. | |
1514 | |
1515 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
1516 | |
1517 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
1518 interactively. | |
1519 | |
1520 2000-06-26 Alex Schroeder <alex@gnu.org> | |
1521 | |
1522 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
1523 `define-key'; instead of checking `(emacs-version)' check for | |
1524 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
1525 for `;' and `o' which might be electric. | |
1526 | |
1527 (sql-electric-stuff): New user option. | |
1528 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
1529 (sql-magic-semicolon): New function which uses | |
1530 `sql-electric-stuff'. | |
1531 | |
1532 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
1533 is not fboundp. | |
1534 | |
1535 (sql-oracle-options): New variable. | |
1536 (sql-oracle): Use it. | |
1537 | |
1538 (sql-imenu-generic-expression): Doc change. | |
1539 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
1540 is used. | |
1541 | |
1542 (sql-informix): Added command line parameter "-" to force | |
1543 sql-informix-program to use stdout. | |
1544 | |
29924 | 1545 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
1546 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1547 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 1548 (cp864-decode-table): Doc fix. |
1549 (cp720-decode-table): New variable, supports the Arabic OEM | |
1550 codepage used by Windows. | |
1551 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
1552 | |
29920 | 1553 2000-06-23 Dave Love <fx@gnu.org> |
1554 | |
1555 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
1556 (font-lock-fontify-anchored-keywords): Use | |
1557 line-beginning-position. | |
1558 (global-font-lock-mode): Use mapc. | |
1559 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1560 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1561 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1562 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1563 |
29870 | 1564 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
1565 | |
29885 | 1566 * comint.el (comint-substitute-in-file-name): Call replace-match |
1567 with second and third arg t. | |
1568 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1569 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 1570 Specify foreground color. |
1571 | |
1572 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
1573 color. | |
1574 | |
29876 | 1575 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
1576 | |
1577 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
1578 cddr instead of cdddr. | |
1579 | |
29873 | 1580 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
1581 instead of copy-list. | |
1582 | |
1583 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
1584 of copy-list. | |
1585 | |
29870 | 1586 * subdirs.el: Add eshell subdirectory. |
1587 | |
1588 * eshell: New subdirectory containing the Eshell package. | |
1589 | |
1590 * pcomplete.el: New file. | |
1591 | |
29885 | 1592 2000-06-23 Paul Eggert <eggert@twinsun.com> |
1593 | |
29888 | 1594 * mail/mailpost.el (post-mail-send-it): Make sure file has |
1595 proper permissions from birth. | |
1596 | |
1597 * files.el (basic-save-buffer-2): When temporarily setting | |
1598 file modes, set them to current modes plus 0200, not to 0777. | |
1599 | |
29885 | 1600 * emerge.el (emerge-make-temp-file): Make sure file has proper |
1601 permissions from birth. | |
1602 | |
29857 | 1603 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
1604 | |
1605 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
1606 backup file name through convert-standard-filename. | |
1607 | |
1608 * dos-fns.el (convert-standard-filename): Convert leading | |
1609 directories as well. When long file names are supported, convert | |
1610 characters that are invalid in Windows file names. | |
1611 | |
29849 | 1612 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1613 | |
1614 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
1615 ps-print crashes. New feature: page selection for printing. Create | |
1616 raw-text-unix coding system for XEmacs. Doc fix. | |
1617 (ps-print-version): New version number (5.2.3). | |
1618 (ps-plot-region): Bug fix. | |
1619 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
1620 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
1621 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
1622 funs. | |
1623 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
1624 (ps-last-page): New vars. | |
1625 | |
29845 | 1626 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
1627 | |
1628 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
1629 empty option string. | |
1630 | |
29839 | 1631 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
1632 | |
1633 * man.el (man): Doc fix. | |
1634 | |
29829 | 1635 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
1636 | |
1637 * international/mule-cmds.el (set-language-info-alist): Docstring | |
1638 fixed. | |
1639 | |
29814 | 1640 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
1641 | |
1642 * version.el (emacs-version): Use ISO date format. | |
1643 | |
1644 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
1645 instead of `M-backspace'. | |
1646 | |
1647 * simple.el (turn-off-auto-fill): New function. | |
1648 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1649 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1650 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1651 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1652 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1653 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1654 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1655 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1656 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1657 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1658 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
|
1659 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1660 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1661 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1662 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1663 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1664 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
|
1665 (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
|
1666 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1667 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1668 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1669 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1670 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1671 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1672 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1673 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1674 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1675 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1676 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1677 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1678 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1679 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1680 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1681 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1682 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1683 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1684 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1685 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1686 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1687 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1688 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1689 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1690 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1691 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1692 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1693 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1694 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1695 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1696 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1697 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1698 * 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
|
1699 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1700 * 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
|
1701 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1702 * 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
|
1703 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1704 * 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
|
1705 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1706 |
29776 | 1707 2000-06-20 Dave Love <fx@gnu.org> |
1708 | |
1709 * faces.el (frame-background-mode): Use set-default, not set, in | |
1710 setter. | |
1711 (frame-update-faces, frame-update-face-colors): Define with | |
1712 defalias. | |
1713 | |
1714 * enriched.el (enriched-decode-foreground) | |
1715 (enriched-decode-background): Don't use internal-find-face. | |
1716 | |
1717 * apropos.el: Doc fixes. | |
1718 | |
1719 * cus-edit.el (customize-changed-options): Check arg. | |
1720 (customize-version-lessp): Don't require decimal point. | |
1721 | |
1722 * custom.el (defcustom, defgroup): Doc fix. | |
1723 | |
1724 * newcomment.el (comment) <defgroup>: Add :version. | |
1725 (comment-multi-line): Doc fix. | |
1726 | |
1727 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
1728 define-hooked-global-abbrev): Fix, using define-abbrev. | |
1729 | |
29747 | 1730 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
1731 | |
1732 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
1733 the whole buffer. | |
1734 | |
29740 | 1735 2000-06-19 Dave Love <fx@gnu.org> |
1736 | |
1737 * menu-bar.el (menu-bar-options-save): New function. | |
1738 (menu-bar-options-menu): Use it. | |
1739 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
1740 Simplify. | |
1741 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1742 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1743 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1744 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1745 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1746 |
29720 | 1747 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
1748 | |
1749 * international/codepage.el: | |
1750 (cp-coding-system-for-codepage-1): Delete special codes for | |
1751 generating xxx-dos coding system because now a CCL based coding | |
1752 system can handle EOL conversion by default. | |
1753 | |
1754 * international/mule.el (make-coding-system): Generate subsidiary | |
1755 coding systems for EOL handling variants even for a CCL based | |
1756 coding system. | |
1757 | |
29718 | 1758 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
1759 | |
1760 * international/isearch-x.el (isearch-minibuffer-input-method) | |
1761 (isearch-minibuffer-input-method-function): These variables | |
1762 deleted. | |
1763 (isearch-with-input-method): Don't use the above variables. | |
1764 (isearch-process-search-multibyte-characters): Likewise. Call | |
1765 read-string with the arg INHERIT-INPUT-METHOD t. | |
1766 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1767 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1768 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1769 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1770 (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
|
1771 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1772 * 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
|
1773 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1774 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1775 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
|
1776 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1777 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1778 |
29712 | 1779 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
1780 | |
1781 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1782 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1783 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1784 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1785 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1786 |
29696 | 1787 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
1788 | |
1789 * find-lisp.el: New file. | |
1790 | |
29694 | 1791 2000-06-16 Andrew Innes <andrewi@gnu.org> |
1792 | |
1793 * time.el (display-time-mail-function): New variable, to allow | |
1794 external packages to indicate when new mail is available. | |
1795 (display-time-update): Use it. | |
1796 | |
29689 | 1797 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
1798 | |
29691 | 1799 * international/mule.el (mule-version): Change version name to |
1800 SAKAKI. AOI has already been used by Meadow. | |
1801 | |
29689 | 1802 * international/quail.el (quail-show-guidance-buf): To find the |
1803 bottom window (but minibuffer), pay attention to the height of | |
1804 minibuffer. | |
1805 | |
29670 | 1806 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
1807 | |
29682 | 1808 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
1809 menu-bar menus. Add help strings. Don't remove the Edit menu | |
1810 from the menu bar, as the menu bar has enough space now. | |
1811 | |
29680 | 1812 * Makefile.in (SHELL): Make sure /bin/sh is used. |
1813 | |
29670 | 1814 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
1815 characters, which use series of two ^H characters instead of one. | |
1816 | |
29667 | 1817 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
1818 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1819 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 1820 (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
|
1821 functions. |
29686 | 1822 (Info-find-node-2): Try a case-sensitive search first, then |
1823 do a case-insensitive search. | |
1824 | |
1825 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
1826 tutorials. | |
1827 | |
29676 | 1828 * complete.el (PC-env-vars-alist): New variable. |
1829 (PC-complete-as-file-name): New function. | |
1830 (partial-completion-mode): Initialize PC-env-vars-alist from | |
1831 process-environment. | |
1832 (PC-do-completion): Handle completion of env vars. | |
1833 | |
1834 * info.el (Info-set-mode-line): Show file name in mode line, | |
1835 use `*Info*' instead of `Info:'. | |
1836 | |
29667 | 1837 * startup.el (command-line-1): Change copyright messages to year |
1838 2000. | |
1839 | |
29665 | 1840 2000-06-15 Dave Love <fx@gnu.org> |
1841 | |
1842 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
1843 not local-map. | |
1844 | |
29658 | 1845 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
1846 | |
1847 * international/mule.el (set-buffer-file-coding-system): Almost | |
1848 rewritten to handle `undecided' as no-op. | |
1849 | |
29654 | 1850 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
1851 | |
29667 | 1852 * Makefile.in: New file. |
29657 | 1853 |
1854 * Makefile: Removed. | |
1855 | |
29654 | 1856 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
1857 (goto-address-highlight-keymap): Bind C-c RET. | |
1858 | |
29640 | 1859 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
1860 | |
29649 | 1861 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
1862 inherits buffer-file-coding-system of the current buffer. | |
29647 | 1863 |
29645 | 1864 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
1865 0. Give correct argument to set-auto-coding-function. | |
1866 (tar-expunge): For goto-char, use (point-min), not 0. | |
1867 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
1868 (tar-subfile-save-buffer): Likewize. | |
1869 | |
29640 | 1870 * international/mule.el |
1871 (after-insert-file-set-buffer-file-coding-system): Call | |
1872 set-buffer-file-coding-system with the arg FORCE t. | |
1873 | |
29633 | 1874 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
1875 | |
1876 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
1877 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 1878 the sender is set with `-f'. |
29633 | 1879 |
29622 | 1880 2000-06-13 Dave Love <fx@gnu.org> |
1881 | |
29630 | 1882 * help.el (describe-function-1): Kluge around cases of functions |
1883 fset to subrs whose doc doesn't match their symbol-name. | |
1884 | |
29627 | 1885 * image.el (insert-image): Default STRING to a space. |
29625 | 1886 |
29622 | 1887 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1888 (Info-build-node-completions): Match Ref tags. |
29622 | 1889 |
29612 | 1890 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
1891 | |
29615 | 1892 * frame.el (display-multi-frame-p, display-multi-font-p): New |
1893 defaliases for display-graphic-p. | |
1894 | |
29612 | 1895 * hl-line.el: Fixed a typo in commentary. |
1896 | |
29609 | 1897 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
1898 | |
1899 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
1900 fixed. | |
1901 | |
29608 | 1902 2000-06-12 Dave Love <fx@gnu.org> |
1903 | |
1904 * image.el (insert-image): Save a little consing. | |
1905 | |
29598 | 1906 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
1907 | |
1908 * language/tibet-util.el: Convert all tibetan-1-column characters | |
1909 to the corresponding tibetan characters. | |
1910 (tibetan-add-components): Delete code for the special treatment of | |
1911 'a chung. | |
1912 | |
1913 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
1914 change. | |
1915 (tibetan-vowel-transcription-alist): More rules added. | |
1916 (tibetan-composite-vowel-alist): New variable. | |
1917 (tibetan-precomposition-rule-alist): More rules added. | |
1918 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1919 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1920 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1921 * 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
|
1922 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1923 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1924 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1925 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1926 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1927 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1928 * 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
|
1929 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1930 * 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
|
1931 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1932 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1933 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1934 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1935 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1936 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1937 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1938 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1939 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1940 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1941 * 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
|
1942 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1943 * 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
|
1944 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1945 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1946 (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
|
1947 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1948 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1949 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1950 (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
|
1951 (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
|
1952 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1953 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1954 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1955 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1956 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1957 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1958 * 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
|
1959 (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
|
1960 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1961 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1962 (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
|
1963 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1964 (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
|
1965 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
|
1966 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1967 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1968 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1969 * 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
|
1970 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1971 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1972 (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
|
1973 (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
|
1974 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
|
1975 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1976 * 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
|
1977 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
|
1978 |
29574 | 1979 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
1980 | |
1981 * international/mule.el (set-buffer-file-coding-system): If | |
1982 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
1983 unconditionally. | |
1984 | |
29568 | 1985 2000-06-12 Dave Love <fx@gnu.org> |
1986 | |
1987 * wid-edit.el (widget-specify-button): Really suppress the face if | |
1988 required. | |
1989 | |
29556 | 1990 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
1991 | |
1992 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
1993 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
1994 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
1995 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
1996 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
1997 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
1998 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
1999 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
|
2000 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2001 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2002 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2003 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2004 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2005 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2006 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2007 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2008 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2009 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2010 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2011 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
|
2012 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2013 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
|
2014 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2015 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2016 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2017 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2018 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2019 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2020 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2021 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2022 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2023 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2024 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2025 |
29542 | 2026 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2027 | |
2028 * 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
|
2029 undecided-XXX is specified, change only EOL conversion. |
29542 | 2030 |
2031 * international/mule-conf.el (unix): New alias for the coding | |
2032 system undecided-unix. | |
2033 | |
29528 | 2034 2000-06-09 Dave Love <fx@gnu.org> |
2035 | |
29535 | 2036 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2037 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2038 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2039 (executable-insert): Change custom type. |
2040 (executable-find): Add autoload cookie. | |
29531 | 2041 (executable-make-buffer-file-executable-if-script-p): New |
2042 function. After Noah Friedman. | |
29528 | 2043 |
2044 * files.el (after-save-hook): Customize, with | |
29531 | 2045 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2046 |
29518 | 2047 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2048 | |
29522 | 2049 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2050 "tib24p-mule.bdf" for Tibetan. | |
2051 | |
29520 | 2052 * composite.el (decompose-composite-char): Declare it as obsolete. |
2053 | |
29541 | 2054 * man.el (Man-fontify-manpage): Pay attention to underline and |
2055 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2056 |
29517 | 2057 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2058 | |
2059 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2060 Set maintainer to FSF since author isn't reachable. | |
2061 | |
29508 | 2062 2000-06-08 Dave Love <fx@gnu.org> |
2063 | |
2064 * international/mule-cmds.el (select-safe-coding-system): If | |
2065 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2066 preferred coding-system if buffer-file-coding-system is | |
2067 `undecided'. From Handa. | |
2068 | |
29503 | 2069 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2070 | |
2071 * international/mule.el | |
2072 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2073 size is greater than INSERTED, judget that we are not visiting. | |
2074 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2075 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
|
2076 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2077 * 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
|
2078 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
|
2079 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
|
2080 |
29498 | 2081 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2082 | |
2083 * align.el: Update from author. | |
2084 | |
2085 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2086 | |
2087 * apropos.el (apropos-mode-hook): New user variable. | |
2088 (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
|
2089 |
29498 | 2090 2000-06-07 David Ponce <david@dponce.com> |
2091 | |
2092 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2093 commands. Require `wid-edit' at run-time. | |
2094 | |
2095 2000-06-07 David Ponce <david@dponce.com> | |
2096 | |
2097 * recentf.el: Added some "Commentary". | |
2098 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2099 move the point at the top of the file list. This behaviour is | |
2100 consistent with the menu one when the list contains a lot of | |
2101 files. | |
2102 (recentf-cleanup): Now displays the number of items removed from | |
2103 the list. | |
2104 (recentf-relative-filter) New menu filter to show filenames | |
2105 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
|
2106 |
29498 | 2107 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2108 | |
2109 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2110 with/without giving an error if PostScript printer doesn't have this | |
2111 kind of page size. Zebra Stripe continues or restarts on next page. | |
2112 Manual/automatic paper feeding. Switch or not the header. | |
2113 (ps-print-version): New version number (5.2.2). | |
2114 (ps-windows-system): Include emx as a Windows system. | |
2115 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2116 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2117 (ps-background-text): Code fix. | |
2118 (ps-error-handler-message, ps-user-defined-prologue) | |
2119 (ps-print-prologue-header, ps-printer-name) | |
2120 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2121 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2122 (ps-use-face-background): Customization fix. | |
2123 (ps-n-up-database): Data fix. | |
2124 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2125 (ps-switch-header): New vars. | |
2126 (ps-xemacs-color-name, ps-face-foreground-name) | |
2127 (ps-face-background-name, ps-boolean-constant): New funs. | |
2128 | |
29491 | 2129 2000-06-07 Dave Love <fx@gnu.org> |
2130 | |
2131 * allout.el: New version from Manheimer. | |
2132 | |
29483 | 2133 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2134 | |
2135 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2136 charset. | |
2137 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2138 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
|
2139 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2140 * 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
|
2141 (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
|
2142 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
|
2143 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2144 |
29471 | 2145 2000-06-06 Dave Love <fx@gnu.org> |
2146 | |
2147 * image.el (find-image): Doc fix. Return nil if image not found. | |
2148 (put-image, insert-image): Make STRING arg optional. | |
2149 | |
29455 | 2150 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
2151 | |
2152 * language/vietnamese.el: Remove eval-when-compile. | |
2153 (viet-viscii-nonascii-translation-table): Define it as a | |
2154 translation table made from viet-viscii-decode-table. | |
2155 (viet-viscii-encode-table): Define it as a translation table made | |
2156 from the reverse map of above. | |
2157 (viet-vscii-nonascii-translation-table): Define it as a | |
2158 translation table made from viet-vscii-decode-table. | |
2159 (viet-vscii-encode-table): Define it as a translation table made | |
2160 from the reverse map of above. | |
2161 (ccl-decode-viscii): Use translate-character. | |
2162 (ccl-encode-viscii, ccl-encode-viscii-font) | |
2163 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
2164 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2165 |
29455 | 2166 * language/cyrillic.el: Remove eval-when-compile. |
2167 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
2168 translation table made from cyrillic-koi8-r-decode-table. | |
2169 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
2170 made from the reverse map of above. | |
2171 (ccl-decode-koi8): Use translate-character. | |
2172 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
2173 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
2174 a translation table made from cyrillic-alternativnyj-decode-table. | |
2175 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
2176 table made from the reverse map of above. | |
2177 (ccl-decode-alternativnyj): Use translate-character. | |
2178 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
2179 Likewize | |
2180 | |
2181 * international/mule-diag.el (non-iso-charset-alist): Specify | |
2182 translation table symbol instead of translation table itself. | |
2183 (list-block-of-chars): CHARSET may be a translation table symbol. | |
2184 | |
2185 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
2186 already exists, override it. | |
2187 | |
2188 * international/fontset.el: Use family `proportional' for Tibetan | |
2189 fonts. | |
2190 | |
2191 * international/ccl.el (ccl-compile-translate-character): Don't | |
2192 check if Rrr has property translation-table. | |
2193 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
2194 | |
29447 | 2195 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
2196 | |
2197 * info.el: Bind case-fold-search to t when searching in case | |
2198 a user sets it to nil in a hook. | |
2199 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2200 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2201 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2202 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2203 * 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
|
2204 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2205 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2206 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2207 (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
|
2208 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2209 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
|
2210 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2211 * 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
|
2212 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2213 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2214 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2215 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2216 * 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
|
2217 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2218 (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
|
2219 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2220 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2221 (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
|
2222 (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
|
2223 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2224 * 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
|
2225 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2226 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
|
2227 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2228 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2229 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2230 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2231 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2232 (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
|
2233 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2234 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2235 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
|
2236 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2237 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2238 * 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
|
2239 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2240 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
|
2241 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2242 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
|
2243 |
29447 | 2244 * 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
|
2245 tty's. |
29447 | 2246 * 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
|
2247 differences whenever appropriate. |
29447 | 2248 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
2249 * 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
|
2250 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2251 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2252 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2253 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2254 * 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
|
2255 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2256 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2257 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
|
2258 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2259 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2260 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2261 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2262 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2263 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2264 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2265 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2266 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2267 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2268 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2269 (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
|
2270 (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
|
2271 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2272 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2273 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
|
2274 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2275 (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
|
2276 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2277 |
29403 | 2278 2000-06-02 Dave Love <fx@gnu.org> |
2279 | |
2280 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
2281 all the widgets. Don't require cl or widget. Remove | |
2282 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
2283 (widget-read-event): Removed. Callers changed to use read-event. | |
2284 (widget-button-release-event-p): Renamed from | |
2285 button-release-event-p. | |
2286 (widget-field-add-space, widget-field-use-before-change): | |
2287 Uncustomize. | |
2288 (widget-specify-field): Use keymap property, not local-map. | |
2289 (widget-specify-button): Obey :suppress-face. | |
2290 (widget-specify-insert): Use modern backquote syntax. | |
2291 (widget-image-directory): Renamed from widget-glyph-directory. | |
2292 (widget-image-enable): Renamed from widget-glyph-enable. | |
2293 (widget-image-find): Replaces widget-glyph-find. | |
2294 (widget-button-pressed-face): Move defvar. | |
2295 (widget-image-insert): Replaces widget-glyph-insert. | |
2296 (widget-convert): Use keywordp. | |
2297 (widget-leave-text, widget-children-value-delete): Use mapc. | |
2298 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2299 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 2300 (widget-button-click): Don't set point at the click, but re-centre |
2301 if we scroll out of window. Rewritten for images v. glyphs &c. | |
2302 (widget-tabable-at): Use POS arg, not point. | |
2303 (widget-beginning-of-line, widget-end-of-line) | |
2304 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
2305 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
2306 (widget-default-create): Use widget-image-insert; some rewriting. | |
2307 (widget-visibility-value-create) | |
2308 (widget-push-button-value-create, widget-toggle-value-create): Use | |
2309 widget-image-insert. | |
2310 (checkbox): Create on and off images dynamically. | |
2311 (documentation-link): Change :help-echo. | |
2312 (widget-documentation-link-echo-help): Remove. | |
2313 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2314 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2315 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2316 * 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
|
2317 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2318 * 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
|
2319 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2320 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2321 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2322 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2323 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2324 |
29383 | 2325 2000-06-02 Dave Love <fx@gnu.org> |
2326 | |
29392 | 2327 * files.el (convert-standard-filename): Doc fix. |
2328 (normal-backup-enable-predicate): New function. | |
2329 (backup-enable-predicate): Use it to replace the lambda form. | |
2330 | |
2331 * calendar/todo-mode.el: [This needs more work on the outline | |
2332 stuff.] Doc fixes. | |
2333 (todo) <defgroup>: Add :version. | |
2334 (todo-add-category): Don't use pushnew. | |
2335 (todo-cmd-raise): Fix typo. | |
2336 (todo-top-priorities): Change temp buffer name. | |
2337 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2338 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2339 Use outline-next-heading. |
29392 | 2340 |
29383 | 2341 * autoarg.el: Rewritten to use define-minor-mode. |
2342 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
2343 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
2344 | |
29376 | 2345 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
2346 | |
2347 * isearch.el (isearch-other-meta-char): Fix previous change. | |
2348 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2349 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2350 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2351 * 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
|
2352 (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
|
2353 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2354 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2355 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2356 |
29372 | 2357 2000-06-01 Dave Love <fx@gnu.org> |
2358 | |
2359 * hl-line.el: Rewritten using define-minor-mode. | |
2360 | |
2361 * help.el (describe-function-1): Distinguish special form from | |
2362 builtin function. Sanity-check presence of arglist for builtins. | |
2363 | |
29356 | 2364 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
2365 | |
29365 | 2366 * international/characters.el: Fix syntax/category setting of |
2367 Tibetan characters. | |
2368 | |
2369 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
2370 encoding of Tibetan characters. | |
2371 (tibetan-decompose-precomposition-alist): New variable. | |
2372 (tibetan-decompose-region): Convert precomposed characters to | |
2373 non-precomposed characters. | |
2374 (tibetan-decompose-string): Likewise. | |
2375 (tibetan-composition-function): Fix args to | |
2376 thibetan-compose-string. | |
2377 | |
2378 * language/tibetan.el (tibetan-composable-pattern): More | |
2379 characters included. | |
2380 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
2381 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
2382 "+R" added. | |
2383 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
2384 | |
29359 | 2385 * language/lao-util.el (lao-composition-function): Fix args to |
2386 compose-string. | |
2387 | |
2388 * language/thai-util.el (thai-composition-function): Fix args to | |
2389 compose-string. | |
2390 | |
29356 | 2391 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 2392 to prevent the point moving to the end of a composition when a |
2393 part of a composition is searched. | |
29356 | 2394 (isearch-other-meta-char): If the key invoking this command can be |
2395 mapped by function-key-map to a printing char, call | |
2396 isearch-process-search-char directly. | |
2397 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2398 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2399 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2400 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2401 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2402 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2403 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2404 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2405 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2406 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2407 * 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
|
2408 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2409 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2410 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
|
2411 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2412 * 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
|
2413 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2414 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
|
2415 |
29347 | 2416 2000-05-31 Dave Love <fx@gnu.org> |
2417 | |
2418 * loadhist.el (loadhist-hook-functions): Remove | |
2419 before-change-function, after-change-function. | |
2420 (unload-feature): Deal with symbols which are both bound and | |
2421 fbound. | |
2422 | |
2423 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
2424 before-change-function, after-change-function. | |
2425 | |
2426 * simple.el (newline): Don't bind before-change-function, | |
2427 after-change-function. | |
2428 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2429 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
|
2430 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2431 * 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
|
2432 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
|
2433 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
|
2434 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
|
2435 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2436 * 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
|
2437 |
29330 | 2438 2000-05-31 Dave Love <fx@gnu.org> |
2439 | |
2440 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
2441 pattern for function of change. | |
2442 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
2443 acknowledgements patterns. | |
2444 | |
29328 | 2445 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
2446 | |
2447 * isearch.el (isearch-printing-char): If keyboard coding system is | |
2448 being used, call isearch-process-search-multibyte-characters. | |
2449 | |
2450 * international/isearch-x.el: Mostly rewritten. | |
2451 | |
2452 * international/quail.el (quail-start-conversion): Don't include | |
2453 unhandled events in the returned events, but set them in | |
2454 unread-command-events. Exit if all inputs are deleted. | |
2455 | |
29324 | 2456 2000-05-30 Jason Rumney <jasonr@gnu.org> |
2457 | |
2458 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
2459 | |
2460 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
2461 Reenable code to create initial fontsets. | |
2462 Use set-fontset-font in place of put-charset-property. | |
2463 | |
29302 | 2464 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
2465 | |
29307 | 2466 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
2467 label, ensure that the first colon isn't followed by another. | |
2468 | |
2469 * paths.el (Info-default-directory-list): Doc fix. | |
2470 | |
29304 | 2471 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
2472 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
2473 send a query containing USER only, not USER@HOST. | |
2474 | |
29302 | 2475 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
2476 and rmail-msgend to compute the restriction at the end, instead of | |
2477 computing it. | |
2478 | |
29292 | 2479 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
2480 | |
29295 | 2481 * dabbrev.el (dabbrev-expand): Don't display messages in the |
2482 echo area if the minibuffer window is active. | |
2483 | |
29292 | 2484 * jit-lock.el (jit-lock-mode): Add after change function to |
2485 local hook. | |
2486 | |
2487 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
2488 | |
2489 * antlr-mode.el: New commands: hide/unhide actions, | |
2490 upcase/downcase literals. | |
2491 (antlr-tiny-action-length): New user option. | |
2492 (antlr-hide-actions): New command. Suggested by | |
2493 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
|
2494 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 2495 (antlr-mode-menu): New entries. |
2496 (antlr-downcase-literals): New command. | |
2497 (antlr-upcase-literals): Ditto. | |
2498 | |
2499 * antlr-mode.el: Minor changes: indendation, mode-name. | |
2500 (antlr-indent-line): Indent cpp directive at column 0. | |
2501 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
2502 | |
2503 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
2504 (antlr-font-lock-additional-keywords): Workaround for intentional | |
2505 bug in XEmacs version of font-lock. | |
2506 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
2507 be used by a smarter version of `buffers-menu-grouping-function'. | |
2508 | |
2509 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
2510 | |
2511 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
2512 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
2513 | |
29266 | 2514 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
2515 | |
2516 * international/encoded-kb.el | |
2517 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
2518 charset-iso-final-char return -1 for eight-bit-control and | |
2519 eight-bit-graphic. | |
2520 | |
29261 | 2521 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2522 | |
2523 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
2524 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
2525 available, instead of window-system. | |
2526 | |
29259 | 2527 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2528 | |
2529 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
2530 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
2531 coding systems. | |
2532 | |
29248 | 2533 2000-05-26 Dave Love <fx@gnu.org> |
2534 | |
29255 | 2535 * disp-table.el (standard-display-underline): Don't use |
2536 internal-find-face. | |
2537 | |
29248 | 2538 * mail/reporter.el: Maintainer change. Doc fixes. |
2539 (reporter-version): Deleted. | |
2540 | |
2541 * emacs-lisp/elp.el: Maintainer change. | |
2542 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
2543 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2544 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2545 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2546 * 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
|
2547 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2548 |
29240 | 2549 2000-05-26 Dave Love <fx@gnu.org> |
2550 | |
29242 | 2551 * loadhist.el (unload-feature): Fix interactive spec [from |
2552 lijnzaad@ebi.ac.uk]. | |
2553 | |
29240 | 2554 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
2555 subr-arity to check primitives. | |
2556 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
2557 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
2558 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
2559 mapcar. | |
2560 | |
29226 | 2561 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
2562 | |
29235 | 2563 * international/fontset.el: Set family names of non-latin charsets |
2564 in default fontset to "*". | |
2565 | |
29230 | 2566 * international/mule-diag.el (print-fontset): Combine family part |
2567 and registry part of the fontname by "-*-" instead of "-". | |
2568 | |
29226 | 2569 * international/mule-cmds.el (encode-coding-char): Make strings |
2570 multibyte before calling encode-coding-string. | |
2571 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2572 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2573 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2574 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
2575 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2576 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2577 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2578 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2579 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2580 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2581 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2582 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2583 * 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
|
2584 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2585 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2586 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2587 (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
|
2588 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2589 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2590 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2591 |
29214 | 2592 2000-05-25 Dave Love <fx@gnu.org> |
2593 | |
2594 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
2595 byte-code-function-p. | |
2596 | |
2597 * mail/rmailsum.el: Add provide. | |
2598 | |
2599 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
2600 | |
2601 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
2602 defcustom. | |
2603 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2604 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
|
2605 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2606 * 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
|
2607 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
|
2608 |
29205 | 2609 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2610 | |
2611 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
2612 grayscale support, not about window-system. | |
2613 | |
2614 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
2615 window-system. | |
2616 (ffap-highlight): Always default to t. | |
2617 | |
2618 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
2619 display-popup-menus-p instead of looking at window-system. | |
2620 | |
2621 * disp-table.el (standard-display-g1, standard-display-graphic): | |
2622 Only refuse to use string glyphs on X and MS-Windows. | |
2623 | |
2624 * avoid.el: Remove window-system from commentary, suggest to use | |
2625 display-*-p instead. | |
2626 | |
2627 * apropos.el (apropos-print): Use display-mouse-p instead of | |
2628 window-system. | |
2629 | |
29190 | 2630 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2631 | |
2632 * international/codepage.el (cp-decoding-vector-for-codepage): | |
2633 Fill up unsupported characters with their own codes. From Kenichi | |
2634 Handa. | |
2635 | |
29188 | 2636 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2637 | |
2638 * international/mule-diag.el (describe-char-after): Use | |
2639 display-graphic-p instead of window-system, so that this function | |
2640 works on MS-DOS. | |
2641 | |
29181 | 2642 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2643 | |
2644 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
2645 Remove the eight-bit-graphic and eight-bit-control charsets from | |
2646 the list of charsets which we convert into `?'. | |
2647 | |
29169 | 2648 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
2649 | |
2650 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
2651 private charsets. | |
2652 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
2653 japanese-jisx0213-2): New charsets. | |
2654 | |
2655 * international/fontset.el: Setup default fontset for new charsets. | |
2656 | |
29166 | 2657 2000-05-24 Dave Love <fx@gnu.org> |
2658 | |
2659 * info.el (Info-find-node-2): Restructure [following "Vadim | |
2660 S. Solomin" <sovs@uic.nnov.ru>]. | |
2661 | |
2662 * icomplete.el: Fix header for Finder. | |
2663 | |
2664 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
2665 | |
2666 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
2667 STAY. | |
2668 | |
2669 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
2670 (rmail-show-message): Add call to `rmail-auto-file' during | |
2671 display. | |
2672 (rmail-auto-file): New function. | |
2673 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2674 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
|
2675 |
29193 | 2676 * 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
|
2677 account. |
29193 | 2678 (ediff-test-utility,ediff-diff-mandatory-option) |
2679 (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
|
2680 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
|
2681 |
29193 | 2682 * 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
|
2683 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2684 |
29193 | 2685 * 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
|
2686 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2687 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
2688 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
|
2689 |
29193 | 2690 * 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
|
2691 |
29159 | 2692 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
2693 | |
2694 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
2695 aliases for hebrew-iso-8bit. | |
2696 | |
29148 | 2697 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
2698 | |
2699 * woman.el: New version from Francis J. Wright | |
2700 <F.J.Wright@Maths.QMW.ac.uk>. | |
2701 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
2702 names in environment variables regardless of the path separator. | |
2703 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
2704 on all files, since woman-file-regexp already filters out any | |
2705 directories. | |
2706 | |
29140 | 2707 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
2708 | |
29144 | 2709 * international/quail.el (quail-start-translation): Don't change |
2710 modified-p of the current buffer. | |
2711 (quail-start-conversion): Likewise. | |
2712 | |
2713 * international/kkc.el (kkc-region): Don't change modified-p of | |
2714 the current buffer. | |
2715 | |
29142 | 2716 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
2717 conform to RFC1468. | |
2718 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 2719 |
29138 | 2720 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
2721 | |
2722 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
2723 (speedbar-insert-button): Invisible text property fix. | |
2724 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
2725 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
2726 (speedbar-page-plus): Renamed from speedbar-file-+ | |
2727 (speedbar-page-minus): Renamed from speedbar-file-- | |
2728 (speedbar-page): Renamed from speedbar-file- | |
2729 (speedbar-tag): Renamed from speedbar-tag- | |
2730 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
2731 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
2732 (speedbar-expand-image-button-alist): Use above renames. | |
2733 | |
2734 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
2735 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
2736 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
2737 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
2738 * sb-pg.xpm: Renamed from sb-file.xpm | |
2739 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
2740 * 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
|
2741 |
29128 | 2742 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
2743 | |
2744 * international/quail.el (quail-show-guidance-buf): Set | |
2745 current-input-method of the guidance buffer to the name of the | |
2746 curren input method. | |
2747 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2748 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2749 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2750 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2751 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2752 * 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
|
2753 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2754 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2755 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2756 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2757 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2758 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2759 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2760 * 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
|
2761 |
29116 | 2762 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
2763 | |
29127 | 2764 * startup.el (command-line): Determine source file of compiled |
2765 user init file differently. Warn if compiled user init file | |
2766 is older than its source file. | |
2767 | |
29116 | 2768 * 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
|
2769 |
29112 | 2770 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
2771 | |
2772 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
2773 rather than `|' (which is not allowed on Windows). Replace the | |
2774 drive letters with a string "drive_X". | |
2775 | |
29110 | 2776 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
2777 | |
2778 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
2779 | |
2780 * files.el (interpreter-mode-alist): Add `bash2'. | |
2781 | |
29091 | 2782 2000-05-22 Dave Love <fx@gnu.org> |
2783 | |
2784 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
2785 mapc. | |
2786 (feature-file): Avoid calling symbol-name. Doc fix. | |
2787 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
2788 (loadhist-hook-functions): Add mouse-position-function. | |
2789 (unload-feature): Change uses of mapcar. | |
2790 | |
2791 * files.el (parse-colon-path): Doc fix. | |
2792 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
2793 (set-auto-mode): Use mapc. | |
2794 | |
2795 * complete.el (PC-look-for-include-file): Use :alnum: character | |
2796 class. | |
2797 (partial-completion-mode): Add autoload cookie. | |
2798 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2799 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
|
2800 |
29102 | 2801 * 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
|
2802 `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
|
2803 |
29082 | 2804 2000-05-22 Dave Love <fx@gnu.org> |
2805 | |
2806 * bindings.el: Remove debug-ignored-errors set in other files. | |
2807 | |
2808 * progmodes/etags.el: Add to debug-ignored-errors. | |
2809 (visit-tags-table-buffer): Clear out buffers holding old tables | |
2810 when making a new list. | |
2811 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
2812 mapc. | |
2813 | |
2814 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
2815 quote keywords. | |
2816 (cmpl-string-case-type): Use character classes. | |
2817 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2818 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2819 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2820 * imenu.el: |
29082 | 2821 * mail/mh-e.el: |
2822 * progmodes/compile.el: Add to debug-ignored-errors. | |
2823 | |
2824 * dabbrev.el: Add to debug-ignored-errors. | |
2825 (dabbrev-completion): Use mapc. | |
2826 | |
29075 | 2827 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
2828 | |
2829 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
2830 (woman-mapcan, woman-parse-man.conf) | |
2831 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
2832 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
2833 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
2834 path syntax better. | |
2835 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
2836 (woman-manpath): Call woman-parse-man.conf. | |
2837 (woman-emulation): New defcustom, defaults to nroff. | |
2838 (woman-font-support): New defconst. | |
2839 (woman-use-symbol-font): New defcustom. | |
2840 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
2841 "Emulation". | |
2842 Many functions: Doc fix. | |
2843 | |
29072 | 2844 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
2845 | |
2846 * international/quail.el (quail-simple-translation-keymap): Map | |
2847 128..255 to quail-self-insert-command. | |
2848 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
2849 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2850 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2851 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2852 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2853 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
2854 * 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
|
2855 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
2856 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2857 * 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
|
2858 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
2859 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
2860 * 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
|
2861 |
29059 | 2862 2000-05-21 Dave Love <fx@gnu.org> |
2863 | |
29061 | 2864 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
2865 are invalid characters. | |
2866 | |
29059 | 2867 * international/mule-util.el (detect-coding-with-priority): Use |
2868 mapc. Remove redundant lambda. | |
2869 | |
2870 * international/mule-diag.el (list-non-iso-charset-chars) | |
2871 (describe-fontset): Remove redundant lambda. | |
2872 | |
2873 * emulation/crisp.el (brief-mode): New alias. | |
2874 | |
2875 * emacs-lisp/ring.el (ring-elements): New function. | |
2876 | |
2877 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
2878 (easy-menu-do-add-item): Use keywordp. | |
2879 | |
2880 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
2881 | |
2882 * replace.el: Doc and error message fixes. | |
2883 (replace-highlight): Use facep, not internal-find-face. | |
2884 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2885 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2886 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
2887 * 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
|
2888 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2889 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2890 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2891 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2892 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2893 (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
|
2894 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2895 (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
|
2896 (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
|
2897 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2898 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2899 (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
|
2900 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2901 (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
|
2902 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2903 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2904 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2905 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2906 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2907 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2908 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2909 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2910 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2911 (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
|
2912 (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
|
2913 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2914 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
|
2915 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2916 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2917 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2918 |
29029 | 2919 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
2920 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2921 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 2922 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
2923 | |
29028 | 2924 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
2925 | |
2926 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
2927 and insert, not subst-char-in-region. | |
2928 | |
2929 * international/mule-diag.el (list-character-sets-1): Handle | |
2930 charsets eight-bit-control and eight-bit-graphic. | |
2931 (list-iso-charset-chars): Likewise. | |
2932 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
2933 charactes as is. Use indent-to to align characters. | |
2934 | |
2935 * international/mule-cmds.el (find-multibyte-characters): Never | |
2936 exclude charsets eight-bit-control and eight-bit-graphic. | |
2937 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2938 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2939 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2940 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2941 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2942 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2943 * 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
|
2944 |
28993 | 2945 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
2946 | |
2947 * gud.el (gud-jdb-directories): Doc fix. | |
2948 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
2949 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
2950 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
2951 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
2952 |
28988 | 2953 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
2954 | |
28993 | 2955 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 2956 |
28982 | 2957 2000-05-18 Andreas Schwab <schwab@suse.de> |
2958 | |
2959 * dired.el (dired-between-files): Also skip lines beginning with | |
2960 `used'. | |
2961 | |
28978 | 2962 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
2963 | |
2964 * msb.el (msb-menu-cond): Add choice `user'. | |
2965 | |
28981 | 2966 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
|
2967 |
28981 | 2968 * ps-print.el: Compatibility, customization and doc fix. |
2969 (ps-printer-name-option): Replace defconst by defvar. | |
2970 (ps-postscript-code-directory): XEmacs compatibility. | |
2971 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
2972 fix. | |
2973 (ps-user-defined-prologue, ps-print-prologue-header) | |
2974 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
2975 compatibility and code fix. | |
2976 (ps-print-background-image, ps-print-background-text): | |
2977 Customization fix. | |
2978 (ps-line-number-start, ps-n-up-on): New vars. | |
2979 | |
28978 | 2980 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
2981 | |
2982 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
2983 the indent-comment function to just return the appropriate indent. | |
2984 | |
28975 | 2985 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
2986 | |
2987 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
2988 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
2989 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
2990 | |
28969 | 2991 2000-05-18 Dave Love <fx@gnu.org> |
2992 | |
2993 * info.el (Info-fontify-node): Add intangible property as well as | |
2994 invisible. | |
2995 | |
2996 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
2997 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
2998 | |
28965 | 2999 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3000 | |
3001 * international/mule-diag.el (describe-char-after): Call | |
3002 internal-char-font, not char-font. If internal-char-font returns | |
3003 nil, display "-- none --". | |
3004 | |
28959 | 3005 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3006 | |
3007 * image.el (image-type-available-p): Don't reference image-types | |
3008 if it isn't bound. | |
3009 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3010 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3011 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3012 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3013 |
28954 | 3014 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3015 | |
3016 * startup.el (command-line-1): Don't signal an error if the | |
3017 directory for auto-save-list files does not yet exist. | |
3018 | |
28950 | 3019 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3020 | |
3021 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3022 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3023 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3024 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3025 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3026 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3027 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
|
3028 |
28981 | 3029 * 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
|
3030 |
28942 | 3031 2000-05-16 Dave Love <fx@gnu.org> |
3032 | |
3033 * cus-edit.el: Don't require cl or easymenu. | |
3034 (custom-variable-prompt): Test standard-value property, not | |
3035 user-variable-p. | |
3036 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3037 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
|
3038 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3039 * 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
|
3040 |
28939 | 3041 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3042 | |
3043 * startup.el (command-line-1): Mention the FAQ in the startup | |
3044 message. | |
3045 | |
3046 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3047 | |
3048 * progmodes/compile.el (compilation-parse-errors): Collect | |
3049 `nomessage' regexps last. | |
3050 | |
3051 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3052 | |
3053 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3054 to the function name. | |
3055 | |
28926 | 3056 2000-05-15 Dave Love <fx@gnu.org> |
3057 | |
3058 * speedbar.el (speedbar-recenter): Typo. | |
3059 (speedbar-expand-line): Make arg optional. | |
3060 (speedbar-mode): Avoid a compiler warning. | |
3061 | |
28924 | 3062 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3063 | |
3064 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3065 user-specified option string is empty. | |
3066 | |
3067 * mouse.el (mouse-yank-at-click): Doc fix. | |
3068 | |
28921 | 3069 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3070 | |
3071 * term/internal.el (IT-character-translations): More updates of | |
3072 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3073 documents. | |
3074 | |
28919 | 3075 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3076 | |
3077 * env.el (getenv): New function, interactively callable. | |
3078 (setenv, getenv): Remove autoload cookies. | |
3079 | |
3080 * loadup.el: Load `env'. | |
3081 | |
3082 * progmodes/f90.el: Change author's mail address. | |
3083 | |
28908 | 3084 2000-05-14 Dave Love <fx@gnu.org> |
3085 | |
28911 | 3086 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3087 goto-addr as an option. | |
3088 | |
3089 * help.el (help-xref-stack): Doc fix. | |
3090 (help-xref-following): New variable. | |
3091 (help-make-xrefs): Use it. | |
3092 (help-xref-go-back): Use position information from stack element. | |
3093 (help-follow): Make position in stack element a pair. Use | |
3094 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3095 |
28911 | 3096 * autoarg.el: New file. |
3097 | |
3098 * faces.el: Declare more functions obsolete. | |
3099 | |
28908 | 3100 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3101 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3102 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3103 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3104 Remove all the setup-...-environment functions. | |
3105 | |
28903 | 3106 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3107 | |
28919 | 3108 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3109 >= when detecting. Require `defimage' safely. | |
28903 | 3110 (speedbar-easymenu-definition-base): Add toggle for images. |
3111 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3112 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3113 (speedbar-reconfigure-keymaps-hook): New variable. | |
3114 (speedbar-frame-parameters): Updated documentation. | |
3115 (speedbar-use-imenu-flag): Updated custom tag | |
3116 (speedbar-dynamic-tags-function-list): New variable. | |
3117 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3118 (speedbar-indentation-width, speedbar-indentation-width) New |
3119 variables. | |
3120 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3121 (speedbar-vc-indicator): Doc update. |
3122 (speedbar-ignored-path-expressions): Updated default value. | |
3123 (speedbar-supported-extension-expressions): Updated default value. | |
3124 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3125 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3126 as "+". Added overlay aliases. | |
3127 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3128 `force-mode-line-update'. | |
3129 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3130 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3131 `mouse-set-point' | |
28903 | 3132 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3133 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3134 of arbitrary text, and new helper functions. | |
3135 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3136 filename finder. | |
28903 | 3137 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3138 (speedbar-directory-buttons): Update path search/expansion. | |
3139 (speedbar-make-tag-line): Pay attention to | |
28919 | 3140 `speedbar-indentation-width'. Use more care w/ invisible |
3141 properties. | |
28903 | 3142 (speedbar-change-expand-button-char): Call |
3143 `speedbar-insert-image-button-maybe'. | |
3144 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 3145 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
3146 (speedbar-trim-words-tag-hierarchy) | |
3147 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 3148 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 3149 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
3150 functions. | |
28903 | 3151 (speedbar-mouse-set-point): New function |
3152 (speedbar-power-click): Updated documentation. | |
28919 | 3153 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
3154 of tag prefix text. | |
3155 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
3156 to strange text. | |
3157 (speedbar-expand-line): Takes universal argument to flush the | |
3158 cache. | |
28903 | 3159 (speedbar-flush-expand-line): New function. |
3160 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
3161 Use new generator insertion method. | |
3162 (speedbar-fetch-dynamic-tags): New function. | |
3163 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
3164 `speedbar-fetch-dynamic-imenu'. | |
3165 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
3166 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
3167 "Revert Buffer" menu items. | |
3168 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
3169 filename tag (for expansion purposes.). | |
28919 | 3170 (speedbar-highlight-one-tag-line, |
3171 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
3172 (speedbar-recenter): New functions. | |
28903 | 3173 (defimage-speedbar): Image loading abstraction. |
28919 | 3174 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
3175 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
3176 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
3177 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 3178 (speedbar-expand-image-button-alist): New variable. |
3179 (speedbar-insert-image-button-maybe): Insert an image over some | |
3180 buttons. | |
3181 | |
28894 | 3182 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
3183 | |
3184 * international/mule-cmds.el (encode-coding-char): An ASCII | |
3185 character is always encodable. | |
3186 | |
3187 * international/mule-conf.el: Add more information in descriptions | |
3188 of character sets. | |
3189 | |
28965 | 3190 * international/mule-diag.el (describe-char-after): New function. |
28894 | 3191 (describe-font-internal): Adjusted for the change of font-info. |
3192 (describe-font): Likewise. | |
3193 (print-fontset): Rewritten for the new fontset implementation. | |
3194 (describe-fontset): Include fontset alias names in completion. | |
3195 (list-fontsets): Adjusted for the change of print-fontset. | |
3196 | |
28895 | 3197 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
3198 describe-char-after instead of displaying the detail in the echo | |
3199 area. | |
28965 | 3200 (syntax-code-table): Format changed. |
3201 (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
|
3202 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3203 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3204 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3205 * 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
|
3206 |
28890 | 3207 2000-05-12 Dave Love <fx@gnu.org> |
3208 | |
3209 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
3210 dependence. Use line-{beginning,end}-position, not | |
3211 point-at{b,e}ol. Some doc fixes. | |
3212 (todo-position): New function. Fix callers of position to use it. | |
3213 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
3214 | |
28885 | 3215 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
3216 | |
3217 * time.el (display-time-mail-icon): Use `:ascent center'. | |
3218 | |
28893 | 3219 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
3220 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3221 |
28882 | 3222 2000-05-11 Dave Love <fx@gnu.org> |
3223 | |
28888 | 3224 * calendar/todo-mode.el: New file. |
28882 | 3225 |
28870 | 3226 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
3227 | |
28881 | 3228 * comint.el (comint-read-input-ring): Move reference to |
3229 comint-input-ring-size outside of the save-excursion. It was | |
3230 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
|
3231 |
28875 | 3232 * font-lock.el: Update copyright. Remove Simon Marshall's email |
3233 address on request from him. | |
3234 | |
28870 | 3235 * subr.el (substitute-key-definition): Add comment describing |
3236 the meaning of PREFIX. | |
3237 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3238 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3239 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3240 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3241 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3242 * 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
|
3243 (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
|
3244 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3245 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3246 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3247 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3248 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3249 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3250 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3251 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3252 * 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
|
3253 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3254 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3255 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3256 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3257 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3258 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3259 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3260 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3261 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3262 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3263 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3264 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3265 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3266 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3267 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3268 (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
|
3269 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3270 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3271 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3272 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3273 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3274 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3275 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3276 |
28845 | 3277 2000-05-09 Sam Steingold <sds@goems.com> |
3278 | |
3279 * apropos.el (apropos-print): use `describe-face' instead of | |
3280 `customize-face-other-window'. | |
3281 | |
28842 | 3282 2000-05-09 Dave Love <fx@gnu.org> |
3283 | |
3284 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
3285 | |
3286 * help.el (describe-variable): Have customize button pop the | |
3287 help-xref stack when invoked. | |
3288 (help-xref-symbol-regexp): Add `face'. | |
3289 (help-make-xrefs): Check for quoted face names and adapt regexp | |
3290 submatch numbers to cope. | |
3291 (help-xref-interned): Maybe insert face doc too. Separate | |
3292 sections with a line of hyphens. | |
3293 | |
28848 | 3294 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 3295 (describe-face): Add customize button. Return the help |
3296 text. Fix prompt. | |
3297 | |
28839 | 3298 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
3299 | |
3300 * term/internal.el (IT-character-translations): Fix last change. | |
3301 | |
28833 | 3302 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3303 | |
3304 * woman.el: New file | |
3305 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
3306 | |
28829 | 3307 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3308 | |
28831 | 3309 * term/internal.el (IT-character-translations): Update ASCII |
3310 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
3311 latin-iso8859-15. | |
3312 | |
28829 | 3313 * international/mule-cmds.el (set-language-info-alist): Call |
3314 define-prefix-command with 3 arguments, to make the map suitable | |
3315 for a menu. | |
3316 | |
28827 | 3317 2000-05-07 Dave Love <fx@gnu.org> |
3318 | |
30620
1a808437b658
Restore inadvertently-changed non-ASCII character.
Eli Zaretskii <eliz@gnu.org>
parents:
30619
diff
changeset
|
3319 * time.el: Small doc fixes from Pavel Janík ml. |
28827 | 3320 |
28825 | 3321 2000-05-05 Dave Love <fx@gnu.org> |
3322 | |
3323 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
3324 list in doc string. Don't quote keyword symbols. | |
3325 * emacs-lisp/cl.el: Likewise | |
3326 * emacs-lisp/cl-seq.el: Likewise | |
3327 | |
28823 | 3328 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
3329 | |
3330 * abbrev.el (abbrev-mode): Make ARG optional. | |
3331 | |
28812 | 3332 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
3333 | |
28817 | 3334 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
3335 | |
3336 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
3337 | |
28812 | 3338 * subr.el (substitute-key-definition): Clarify documentation. |
3339 | |
3340 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
3341 | |
3342 * glasses.el (glasses-convert-to-unreadable): Use | |
3343 `glasses-separator' instead of the hard-wired "_". | |
3344 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
3345 place. | |
3346 | |
28808 | 3347 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3348 | |
3349 * term/internal.el (cjk-codepages-alist): Add associations for | |
3350 Chinese and Korean codepages. Remove FIXME comment. | |
3351 | |
28806 | 3352 2000-05-03 Dave Love <fx@gnu.org> |
3353 | |
3354 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
3355 New option. | |
3356 (display-time-mail-icon): New variable. | |
3357 (display-time-string-forms): Use the above. Fix the local-map. | |
3358 | |
28795 | 3359 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
3360 | |
28805 | 3361 * replace.el (query-replace-map): Add binding for `E'. |
3362 (query-replace-help): Extend help text. | |
3363 (perform-replace): Allow editing the replacement string. | |
3364 | |
3365 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
3366 (makefile-mode): Set local abbrev table to | |
3367 makefile-mode-abbrev-table. | |
3368 (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
|
3369 |
28795 | 3370 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
3371 set TOGGLE's value. | |
3372 | |
28805 | 3373 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
3374 mail-interactive-insert-alias. | |
3375 (mail-abbrev-complete-alias): New command. | |
3376 (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
|
3377 |
28790 | 3378 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
3379 | |
3380 * language/lao-util.el (lao-compose-region): New function. | |
3381 | |
28782 | 3382 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
3383 | |
28789 | 3384 * files.el (recover-session): Make directories as necessary |
3385 if they don't exist yet. | |
3386 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3387 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3388 (french-calendar-multibyte-special-days-array) |
28782 | 3389 (french-calendar-special-days-array): Change French text. |
3390 (calendar-french-date-string): Change output. | |
3391 (calendar-goto-french-date): Likewise. | |
3392 | |
3393 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
3394 | |
3395 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
3396 (widget-documentation-string-value-create): Set `:always-active'. | |
3397 | |
28778 | 3398 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3399 | |
3400 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
3401 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
3402 (normal-top-level): Create the directory for auto-save files, if | |
3403 it doesn't already exist (in the ms-dos case only). | |
3404 | |
28775 | 3405 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3406 | |
3407 * international/mule-cmds.el (set-language-environment): Don't | |
3408 concat an integer (dos-codepage), use format instead. | |
3409 | |
28772 | 3410 2000-05-02 Dave Love <fx@gnu.org> |
3411 | |
3412 * help.el (help-xref-on-pp): Check for constant symbols. | |
3413 | |
28764 | 3414 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
3415 | |
3416 * startup.el (normal-top-level): Put a condition-case around | |
3417 the code loading subdirs.el. | |
3418 | |
3419 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
|
3420 |
28764 | 3421 * ps-print.el: Upside-down and face background color printing, |
3422 line number step, doc fix. | |
3423 (ps-print-version): New version number (5.2). | |
3424 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
3425 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
3426 (ps-spool-config): Var fix. | |
3427 (ps-printer-name-option): Const fix. | |
3428 (ps-print-upside-down, ps-use-face-background) | |
3429 (ps-line-number-step): New vars. | |
3430 (ps-window-system, ps-lp-system): New consts. | |
3431 (ps-face-background): New fun. | |
3432 | |
28759 | 3433 2000-04-28 Richard Stallman <rms@gnu.org> |
3434 | |
3435 * files.el (make-auto-save-file-name): | |
3436 Apply auto-save-file-name-transforms to visited file name | |
3437 before generating auto save file name. | |
3438 (auto-save-file-name-transforms): New variable. | |
3439 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3440 * files.el (backup-enable-predicate): |
28759 | 3441 Correctly test for a file under a temporary directory. |
3442 | |
28751 | 3443 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
3444 | |
3445 * subr.el (add-minor-mode): Rewritten. | |
3446 | |
28749 | 3447 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
3448 | |
3449 * mail/sendmail.el (sendmail-send-it): Set | |
3450 buffer-file-coding-system to the selected coding system for MIME | |
3451 header. | |
3452 | |
28748 | 3453 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
3454 | |
3455 * dired.el (dired-move-to-filename-regexp): Allow format where | |
3456 YYYY is followed by two spaces. | |
3457 | |
3458 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
3459 in the second character class of the regexp. | |
3460 | |
3461 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
3462 mh-etc, too. | |
3463 | |
3464 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
3465 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3466 |
28748 | 3467 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
3468 | |
3469 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
3470 argument. | |
3471 | |
3472 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
|
3473 |
28748 | 3474 * emacs-lisp/crm.el (crm-completion-table): New variable. |
3475 (crm-collection-fn, crm-test-completion) | |
3476 (completing-read-multiple): Use it. | |
3477 | |
28736 | 3478 2000-04-27 Dave Love <fx@gnu.org> |
3479 | |
3480 * help.el (locate-library): Use mapc. | |
3481 (help-manyarg-func-alist): Add call-process-region. | |
3482 | |
28724 | 3483 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
3484 | |
28729 | 3485 * subr.el (add-minor-mode): Make argument MAP optional. |
3486 | |
28724 | 3487 * desktop.el (desktop-save): Save list of minor modes. |
3488 (desktop-create-buffer): Restore minor modes. | |
3489 (desktop-minor-mode-table): New user-option. | |
3490 | |
3491 * subr.el (add-minor-mode): New function. | |
3492 | |
3493 * image.el (find-image): New function. | |
3494 (defimage): Rewritten to find image at load time. | |
3495 | |
3496 * startup.el (normal-top-level-add-to-load-path): Handle | |
3497 case that the default directory is not in load-path. | |
3498 | |
3499 * help.el: Old patch from Stefan Monnier. | |
3500 (help-xref-on-pp): New function. | |
3501 (describe-variable): Use it to display xrefs in a symbol's value. | |
3502 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3503 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3504 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3505 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3506 |
28713 | 3507 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
3508 | |
28715 | 3509 * mail/rmail.el (rmail-expunge): When there are no deleted |
3510 messages, do nothing. | |
28713 | 3511 |
28712 | 3512 2000-04-26 Dave Love <fx@gnu.org> |
3513 | |
3514 * international/mule-cmds.el (locale-translation-file-name): | |
3515 Defvar to nil. | |
3516 (set-locale-environment): Set it here (at runtime). | |
3517 | |
28710 | 3518 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
3519 | |
3520 * replace.el (perform-replace): Add parameters START and END. Use | |
3521 them instead of the check for a region in Transient Mark mode. | |
3522 (query-replace-read-args): Return two more list elements for the | |
3523 start and end of the region in Transient Mark mode. | |
3524 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
3525 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
3526 optional last arguments START and END and pass them to | |
3527 perform-replace. | |
3528 | |
3529 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
3530 form with additional arguments for perform-replace. | |
3531 | |
3532 * progmodes/etags.el (tags-query-replace): Add parameters START | |
3533 and END. Construct a form with additional arguments for | |
3534 perform-replace. | |
3535 | |
3536 * simple.el (shell-command): Set default directory for "*Shell | |
3537 Command Output" buffer. | |
3538 | |
3539 * language/european.el (iso-latin-4): Fix typo. | |
3540 | |
3541 * emacs-lisp/crm.el: New file. | |
3542 | |
28701 | 3543 2000-04-24 Dave Love <fx@gnu.org> |
3544 | |
3545 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
3546 (Custom-reset-saved, Custom-reset-standard) | |
3547 (custom-group-value-create, custom-group-set, custom-group-save) | |
3548 (custom-group-reset-current, custom-group-reset-saved) | |
3549 (custom-group-reset-standard): Use mapc. | |
3550 (custom-buffer-create-internal): Disable undo when creating items. | |
3551 Use mapc. | |
3552 (custom-face): Avoid redundant lambda. | |
3553 | |
28699 | 3554 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3555 | |
3556 * startup.el (auto-save-list-file-prefix): Set default to | |
3557 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
3558 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3559 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3560 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3561 * 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
|
3562 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3563 |
28695 | 3564 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3565 | |
3566 * frame.el (scrolling): New group. | |
3567 (automatic-hscrolling): New user-option. | |
3568 | |
3569 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
3570 `--line-spacing'. | |
3571 | |
28668 | 3572 2000-04-19 Dave Love <fx@gnu.org> |
3573 | |
3574 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
3575 (cl-mapc): Rename from mapc. Fix the funcall. | |
3576 | |
28653 | 3577 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
3578 | |
28660 | 3579 * simple.el (clone-indirect-buffer-other-window): New command. |
3580 (clone-indirect-buffer): Add optional arg NORECROD. | |
3581 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
3582 | |
28658 | 3583 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
3584 | |
3585 * window.el (count-screen-lines): New function. | |
3586 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
3587 instead of window-buffer-height. | |
3588 | |
3589 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
3590 non-existing variable comint-input-sentinel. | |
3591 (inferior-lisp-args-to-list): Removed. | |
3592 (inferior-lisp): Use split-string instead of | |
3593 inferior-lisp-args-to-list. | |
3594 | |
3595 * hexl.el (hexl-insert-hex-string): New command. | |
3596 | |
28653 | 3597 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
3598 instead of concat. | |
3599 | |
28634 | 3600 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
3601 | |
3602 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
3603 at the start of an existing but empty folder. | |
3604 | |
3605 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3606 | |
3607 * ps-mule.el: Customization fix, doc fix. | |
3608 (ps-multibyte-buffer): Customization fix. | |
3609 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
3610 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3611 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3612 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3613 |
28626 | 3614 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
3615 | |
3616 * textmodes/texinfo.el (texinfo-insert-@email) | |
3617 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
3618 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
3619 (texinfo-mode-map): Add key bindings for them. | |
3620 | |
3621 * files.el (basic-save-buffer-2): Use a template with `$' | |
3622 instead of `#' for VMS. | |
3623 | |
3624 * simple.el (clone-indirect-buffer): New function. | |
3625 | |
28621 | 3626 2000-04-16 Stephen Eglen <stephen@gnu.org> |
3627 | |
3628 * iswitchb.el (iswitchb-case): New function. If the user input | |
3629 contains any upper-case characters, the search is made | |
3630 case-sensitive. | |
3631 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3632 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3633 |
28621 | 3634 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
3635 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3636 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3637 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3638 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3639 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 3640 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
3641 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
|
3642 (texinfo-environments): New var. |
28621 | 3643 (texinfo-environment-regexp): Use regexp-opt and |
3644 texinfo-environments. | |
3645 | |
3646 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
3647 ispell-process is bound since this might be eval'd before ispell | |
3648 is loaded. | |
3649 (ispell-message): Use a tiny bit less magic and a bit more hard | |
3650 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
|
3651 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3652 * 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
|
3653 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3654 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3655 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3656 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3657 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3658 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3659 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3660 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3661 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3662 |
28602 | 3663 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
3664 | |
3665 * 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
|
3666 |
28602 | 3667 * ps-print.el: Fix counting lines in a region. |
3668 (ps-print-version): New version number (5.1.5). | |
3669 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
3670 (ps-printing-region): Fun code fix. | |
3671 | |
28600 | 3672 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
3673 | |
3674 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
3675 to file-directory-p. | |
3676 | |
28591 | 3677 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
3678 | |
3679 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
3680 exists before calling directory-files. | |
3681 | |
28578 | 3682 2000-04-13 Dave Love <fx@gnu.org> |
3683 | |
3684 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
3685 syntax. | |
3686 | |
3687 * emacs-lisp/cl-specs.el: Remove when, unless. | |
3688 | |
3689 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
3690 (cl-old-mapc): New variable. | |
3691 (mapc): Use it. | |
3692 (cl-map-intervals): Use with-current-buffer. Don't check for | |
3693 next-property-change. | |
3694 (cl-map-overlays): Use with-current-buffer. | |
3695 (cl-expt): Remove. | |
3696 (copy-tree, remprop): Define unconditionally. | |
3697 | |
3698 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
3699 | |
3700 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
3701 to use keywordp. | |
3702 (edebug-spec): Enable keywordp. | |
3703 | |
3704 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
3705 string-lessp. | |
3706 | |
3707 * cus-start.el: Use keywordp. | |
3708 | |
28577 | 3709 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
3710 | |
3711 * diary-lib.el (include-other-diary-files): Fix the fix of | |
3712 2000-02-18 by doing a save-excursion. | |
3713 | |
3714 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3715 | |
3716 * ps-print.el: Customization fix, doc fix. | |
3717 (ps-print-version): New version number (5.1.4). | |
3718 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
3719 (ps-print-preprint): Adjust code. | |
3720 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
3721 (ps-print-prologue-header, ps-print-control-characters) | |
3722 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3723 |
28564 | 3724 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
3725 | |
3726 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
3727 converted to the new menu-item format, names silightly changed, | |
3728 help strings added. | |
3729 | |
3730 Support for spelling without async subprocesses: | |
3731 | |
3732 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
3733 (ispell-session-buffer): New variables. | |
3734 (ispell-start-process, ispell-process-status, | |
3735 ispell-accept-output, ispell-send-string): New functions, for | |
3736 Ispell invocation when async subprocesses aren't supported. | |
3737 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
3738 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
3739 to process-send-string with calls to ispell-send-string, and | |
3740 accept-process-output with ispell-accept-output. | |
3741 (ispell-init-process): Call ispell-process-status instead of | |
3742 process-status with. | |
3743 (ispell-init-process): Call ispell-start-process. Call | |
3744 ispell-accept-output and ispell-send-string. Don't call | |
3745 process-kill-without-query and kill-process if they are unbound. | |
3746 (ispell-async-processp): New function. | |
3747 | |
28560 | 3748 2000-04-12 Dave Love <fx@gnu.org> |
3749 | |
3750 * info.el: Add debug-ignored-errors. | |
3751 (Info-mode-menu): Add some items. | |
3752 (Info-directory): Add autoload cookie. | |
3753 | |
3754 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
3755 Modify `truncate-lines'. Make `describe-language-environment' | |
3756 always visible and add help. Modify `describe-key' help. Invoke | |
3757 Info-directory from `info'. New entry `emacs-manual'. | |
3758 | |
28542 | 3759 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
3760 | |
28549 | 3761 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
3762 propertized-buffer-identification. | |
3763 (ebrowse-update-member-buffer-mode-line): Likewise. | |
3764 (ebrowse--mode-strings): Removed. | |
3765 (ebrowse--mode-line-props): Removed. | |
3766 | |
28542 | 3767 * files.el (auto-mode-alist): Add `EBROWSE'. |
3768 | |
3769 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
3770 space before testing for end of buffer. | |
3771 (ebrowse-load): Removed. | |
3772 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
3773 (ebrowse-create-tree-buffer): Rewritten. | |
3774 (ebrowse-tree-mode): Read tree from buffer. | |
3775 | |
3776 * progmodes/ebrowse-ffh.el: Removed. | |
3777 | |
28535 | 3778 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
3779 | |
3780 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
3781 | |
28534 | 3782 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
3783 | |
3784 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
3785 at the wrong place. | |
3786 | |
28783 | 3787 2000-04-09 Dave Love <fx@gnu.org> |
3788 | |
3789 * files.el (backup-enable-predicate): Use | |
3790 temporary-file-directory, small-temporary-file-directory. | |
3791 (make-backup-file-name-function, backup-directory-alist): New | |
3792 variables. | |
3793 (make-backup-file-name-1): New function. | |
3794 (make-backup-file-name): Use it. | |
3795 (find-backup-file-name): Likewise. Use format for clarity, not | |
3796 concat. | |
3797 (file-newest-backup): Use make-backup-file-name. | |
3798 | |
28523 | 3799 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
3800 | |
28530 | 3801 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3802 |
28530 | 3803 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
3804 to ebrowse-ffh.el. | |
3805 (ebrowse-load): Add autoload. | |
3806 | |
3807 * finder.el (finder-commentary): Add autoload cookie. | |
3808 | |
28523 | 3809 * mail/rfc2368.el: Correct author's email address. |
3810 | |
3811 * progmodes/ebrowse.el: New file. | |
3812 | |
3813 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
3814 item help string. | |
3815 (easy-menu-do-add-item): Ditto. | |
3816 (easy-menu-define): Extend doc string. | |
3817 | |
3818 * jit-lock.el (with-buffer-unmodified): Use | |
3819 restore-buffer-modified-p. | |
3820 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
3821 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
3822 with-buffer-unmodified. | |
3823 | |
28517 | 3824 2000-04-08 Dave Love <fx@gnu.org> |
3825 | |
3826 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
3827 unless, when. | |
3828 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
3829 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
|
3830 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
3831 * 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
|
3832 (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
|
3833 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
|
3834 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3835 |
28506 | 3836 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
3837 | |
3838 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
3839 like C-r. | |
3840 | |
3841 * progmodes/make-mode.el: Some doc fixes. | |
3842 (makefile-mode-abbrev-table): New variable. | |
3843 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
3844 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
3845 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
3846 | |
3847 * replace.el (perform-replace): Don't move forward one char | |
3848 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
3849 to do that because it leaves point 1 position after the last | |
3850 replacement, after everything has been replaced. | |
3851 | |
3852 * jit-lock.el (with-buffer-unmodified): New macro. | |
3853 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
3854 modified state. | |
3855 (jit-lock-function-1): Extracted from jit-lock-function; not | |
3856 preserving buffer's modified state. | |
3857 (jit-lock-function, jit-lock-stealth-fontify): Call | |
3858 jit-lock-function-1. | |
3859 | |
3860 * mail/rfc2368.el: Remove supernumerary copyright line. | |
3861 | |
28499 | 3862 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
3863 | |
3864 * glasses.el: Provide facilities for inserting space before left | |
3865 parentheses and uncapitalization of identifiers. | |
3866 (glasses-mode): Try to remove old overlays in all cases. | |
3867 | |
28485 | 3868 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
3869 | |
28496 | 3870 * progmodes/compile.el (compile-internal): Display the compilation |
3871 buffer in a different frame, if it's already displayed there. | |
3872 | |
28494 | 3873 * mail/rfc2368.el: New file. |
3874 | |
28492 | 3875 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
3876 header and insert its value as mail body. | |
3877 | |
3878 * subr.el (member-ignore-case): New function. | |
3879 | |
3880 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
3881 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
3882 from dabbrev-ignored-regexps. | |
3883 | |
28485 | 3884 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
3885 to extensions handled by gzip. | |
3886 | |
28492 | 3887 2000-04-03 Richard M. Stallman <rms@gnu.org> |
3888 | |
3889 * files.el (insert-directory): List the total free space | |
3890 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3891 |
28492 | 3892 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
3893 line is followed by one that matches CITATION-REGEXP, end the | |
3894 paragraph. | |
3895 | |
3896 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
3897 | |
3898 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
3899 (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
|
3900 |
28474 | 3901 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
3902 | |
3903 * international/mule-cmds.el (encoded-string-description): | |
3904 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 3905 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
3906 for hexadecimal format. | |
28474 | 3907 |
28468 | 3908 2000-04-01 Dave Love <fx@gnu.org> |
3909 | |
3910 * cpp.el: Change customization group to `c' from `C'. | |
3911 | |
3912 * vcursor.el (vcursor-move): Use display-color-p. | |
3913 | |
3914 * international/mule-util.el: Provide mule-utils. | |
3915 (string-to-sequence): Simplify and speed up. | |
3916 | |
3917 * international/mule.el (make-coding-system): Purecopy doc-string. | |
3918 | |
3919 * international/mule-cmds.el: Various menu changes. | |
3920 (describe-specified-language-support): Handle `Default'. | |
3921 (set-language-info): Purecopy `info'. | |
3922 | |
28462 | 3923 2000-03-31 Andrew Innes <andrewi@gnu.org> |
3924 | |
3925 * vc.el (vc-backend-diff): Return the correct status if we had to | |
3926 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
|
3927 |
28445 | 3928 2000-03-31 Dave Love <fx@gnu.org> |
3929 | |
28452 | 3930 * help.el (help-manyarg-func-alist): Correct several omissions. |
3931 | |
28450 | 3932 * add-log.el: Don't require cl, fortran. |
3933 (add-log-current-defun-function): Doc fix. | |
3934 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
3935 fix. | |
3936 (change-log-version-rcs): Function deleted. | |
3937 (change-log-version-number-search): Doc fix. Use | |
3938 vc-workfile-version. Avoid CL dolist. | |
3939 (add-change-log-entry): Just call add-log-current-defun to get | |
3940 defun. Simplify somewhat. | |
3941 (change-log-get-method-definition-1): Likewise. | |
3942 (add-log-current-defun): Return nil if calling | |
3943 add-log-current-defun-function does so. Move Fortran stuff to | |
3944 fortran.el. Return string without properties. | |
3945 | |
28445 | 3946 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
3947 and :alpha: char classes. | |
3948 | |
3949 * mail/supercite.el: Defvar curline when compiling. | |
3950 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
3951 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
3952 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
3953 | |
28444 | 3954 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
3955 | |
3956 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
3957 | |
3958 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
3959 Re-enable new code. | |
3960 | |
3961 * lpr.el (print-region-1): Use -d to specify printer name for | |
3962 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
3963 | |
3964 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
|
3965 |
28444 | 3966 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
3967 for function definition in symbol's function value slot first | |
3968 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
|
3969 |
28435 | 3970 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
3971 | |
3972 * language/european.el ("Polish"): New language environment. | |
3973 (setup-polish-environment): New function. | |
3974 | |
28424 | 3975 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
3976 | |
3977 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
3978 Disable new code. | |
3979 | |
3980 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
3981 trying to `load' the symbol of an autoload instead of the file | |
3982 recorded in the autoload. Fix error messages. | |
3983 | |
28429 | 3984 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
3985 | |
3986 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
3987 (ps-print-version): New version number (5.1.3). | |
3988 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
3989 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
3990 (ps-generate-postscript-with-faces): Code fix. | |
3991 (ps-color-values): XEmacs compatibility. | |
3992 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
3993 (ps-default-fg, ps-default-bg): Adjust customization. | |
3994 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
3995 (ps-color-scale): Renaming old ps-color-value fun. | |
3996 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
3997 with ps-print-header variable. | |
3998 (ps-print-miscellany): New group. | |
3999 (ps-format-color, ps-rgb-color): New funs. | |
4000 (ps-default-foreground): New var. | |
4001 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4002 |
28416 | 4003 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4004 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4005 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4006 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4007 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4008 (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
|
4009 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4010 |
28416 | 4011 * lisp/locate.el: |
4012 (locate-word-at-point): Added this function | |
4013 (locate): Default to using locate-word-at-point as input | |
4014 Run dired-mode-hook | |
4015 | |
28405 | 4016 2000-03-29 Dave Love <fx@gnu.org> |
4017 | |
4018 * calendar/appt.el: Doc fixes. | |
4019 (appt-check): Convert min-to-app to a string before passing to | |
4020 appt-disp-window-function or concat. | |
4021 (appt-delete-window): Remove test for frame-root-window. | |
4022 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4023 | |
4024 * emacs-lisp/bytecomp.el: Doc fixes. | |
4025 (byte-compile-file-form-autoload): Update | |
4026 byte-compile-function-environment. | |
4027 | |
28403 | 4028 2000-03-29 Andreas Schwab <schwab@suse.de> |
4029 | |
4030 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4031 specially. | |
4032 | |
4033 * dired.el (dired-insert-directory): If dired-free-space-program | |
4034 failed just delete its output. | |
4035 | |
28395 | 4036 2000-03-29 Dave Love <fx@gnu.org> |
4037 | |
4038 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4039 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4040 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4041 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4042 clarity. | |
4043 | |
4044 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4045 | |
28377 | 4046 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4047 | |
4048 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4049 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4050 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4051 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4052 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4053 * 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
|
4054 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4055 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4056 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4057 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4058 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4059 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4060 |
28326 | 4061 2000-03-26 Dave Love <fx@gnu.org> |
4062 | |
28331 | 4063 * net/browse-url.el (browse-url): Re-fix case of |
4064 browse-url-browser-function being an alist. | |
4065 (browse-url): Add :link to defgroup. | |
4066 | |
28326 | 4067 * files.el: Doc fixes. |
4068 (file-truename): Include `[' in wildcard characters. | |
4069 (automount-dir-prefix): Customize. | |
4070 (find-file-wildcards): Add :version. | |
4071 (find-file-noselect): Simplify a mapcar call. | |
4072 | |
4073 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4074 compatible with inf-lisp version. | |
4075 (eval-defun-1): Fix custom-declare-variable case. | |
4076 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4077 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4078 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4079 * 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
|
4080 |
28303 | 4081 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4082 | |
28308 | 4083 * Makefile (COMPILE_FIRST): New macro. |
4084 (compile-files): Compile files from COMPILE_FIRST first. | |
4085 | |
4086 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4087 code. | |
4088 | |
28303 | 4089 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4090 matching open parenthesis in column 0 to defun-prompt-regexp | |
4091 only if open-paren-in-column-0-is-defun-start is set. | |
4092 | |
4093 * sun-curs.el: Require CL at compile-time only. | |
4094 | |
4095 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4096 instead of copy-list which is a function from CL. | |
4097 (msb--choose-menu, msb--mode-menu-cond) | |
4098 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4099 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4100 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4101 `(' in column 0 in doc string. | |
4102 (msb--add-separators): Use mapcar instead of mapcan. | |
4103 | |
4104 * cus-dep.el: Require CL at compile-time only. | |
4105 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4106 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4107 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4108 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4109 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4110 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4111 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4112 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4113 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4114 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4115 (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
|
4116 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4117 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4118 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4119 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4120 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4121 |
28292 | 4122 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4123 | |
4124 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4125 (rmail-expunge): Ask for confirmation depending on the setting | |
4126 of rmail-confirm-expunge. | |
4127 | |
4128 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4129 | |
4130 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4131 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4132 cause a bootstrap failure because things don't autoload as | |
4133 expected. | |
4134 | |
28289 | 4135 2000-03-23 Dave Love <fx@gnu.org> |
4136 | |
4137 * net/browse-url.el: Restore previous use of | |
4138 browse-url-maybe-new-window. | |
4139 | |
28287 | 4140 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4141 | |
4142 * ps-print.el: Skip banner page fix. | |
4143 (ps-print-version): New version number (5.1.2). | |
4144 (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
|
4145 |
28287 | 4146 2000-03-23 Dave Pearson <davep@davep.org> |
4147 | |
4148 * net/quickurl.el Changed the type of parameter passed to the | |
4149 function defined by `quickurl-format-function'. Before only the | |
4150 text of the URL was passed. Now the whole URL structure is passed | |
4151 and the function is responsible for extracting the parts it | |
4152 requires. Changed the default of `quickurl-format-function' | |
4153 accordingly. | |
4154 (quickurl-insert): Changed the `funcall' of | |
4155 `quickurl-format-function' to match the above change. | |
4156 (quickurl-list-insert): Changed the `url' case so that it makes | |
4157 use of `quickurl-format-function', previous to this the format was | |
4158 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4159 |
28283 | 4160 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
4161 | |
4162 * startup.el: Change some spellings for the X Window System. | |
4163 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4164 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4165 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4166 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4167 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
|
4168 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4169 |
28276 | 4170 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4171 | |
4172 * w32-fns.el (w32-charset-info-alist): Initialize. | |
4173 | |
28267 | 4174 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4175 | |
4176 * ps-print.el: N-up last page fix. | |
4177 (ps-print-version): New version number (5.1.1). | |
4178 (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
|
4179 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4180 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4181 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4182 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4183 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4184 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4185 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4186 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4187 * 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
|
4188 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4189 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4190 (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
|
4191 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
|
4192 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
|
4193 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4194 (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
|
4195 (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
|
4196 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4197 (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
|
4198 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4199 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4200 * 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
|
4201 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4202 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4203 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4204 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4205 * 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
|
4206 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4207 (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
|
4208 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4209 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4210 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4211 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4212 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4213 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4214 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4215 (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
|
4216 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
|
4217 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4218 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
|
4219 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4220 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4221 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4222 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4223 * 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
|
4224 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4225 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4226 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
|
4227 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4228 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4229 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4230 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4231 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
|
4232 (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
|
4233 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4234 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4235 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4236 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4237 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4238 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4239 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4240 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4241 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4242 |
28246 | 4243 2000-03-21 Jason Rumney <jasonr@gnu.org> |
4244 | |
4245 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
4246 (custom-button-pressed-face): Likewise. | |
4247 | |
28244 | 4248 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
4249 | |
4250 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
4251 (tags-loop-eval): New function. Bind case-fold-search around eval | |
4252 depending on the value of tags-case-fold-search. | |
4253 (tags-loop-continue): Use tags-loop-eval. | |
4254 (find-tag-in-order): Bind case-fold-search depending on the value | |
4255 of tags-case-fold-search. | |
4256 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4257 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4258 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4259 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4260 (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
|
4261 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4262 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4263 (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
|
4264 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4265 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4266 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4267 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4268 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4269 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4270 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4271 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4272 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4273 * 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
|
4274 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4275 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4276 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4277 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4278 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4279 |
28233 | 4280 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
4281 | |
4282 * term/x-win.el: Fontsets related initialization is simplified. | |
4283 | |
4284 * international/mule-diag.el (describe-font): Don't refer to | |
4285 global-fontset-alist, instead call font-list. | |
4286 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
4287 (print-fontset): Adjusted for the change of fontset | |
4288 implementation. | |
4289 | |
4290 * international/fontset.el (x-charset-registries): Variable | |
4291 removed, instead the corresponding data is stored in the default | |
4292 fontset. | |
4293 (register-alternate-fontnames): Function removed. | |
4294 (resolved-ascii-font): Variable removed. | |
4295 (x-compose-font-name): Ignore the second argument REDOCE. | |
4296 (x-complement-fontset-spec): Complement only an ASCII font and | |
4297 element for those charsets than can use that ASCII font. | |
4298 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
4299 instead call fontset-list. | |
4300 (uninstantiated-fontset-alist): Variable removed. | |
4301 (x-style-funcs-alist): Likewise. | |
4302 (fontset-default-styles): Likewise. | |
4303 (x-modify-font-name): Function removed. | |
4304 (create-fontset-from-fontset-spec): Ignore the argument | |
4305 STYLE-VARIANT. | |
4306 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
4307 change. | |
4308 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
4309 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4310 |
28233 | 4311 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
4312 (describe-face): Include `font' attribute in the description. | |
4313 | |
28219 | 4314 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
4315 | |
4316 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
4317 | |
28209 | 4318 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
4319 | |
28212 | 4320 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
4321 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
4322 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
|
4323 |
28209 | 4324 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
4325 about behavior of set-buffer-modified-p wrt redisplay. | |
4326 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4327 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4328 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4329 * 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
|
4330 |
28194 | 4331 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
4332 | |
4333 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
4334 is a string, convert it to a syntax cell using string-to-syntax. | |
4335 | |
4336 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
4337 (string-to-syntax): New function. | |
4338 | |
4339 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
4340 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 4341 try to use passive ftp mode. |
28194 | 4342 |
28189 | 4343 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
4344 | |
28209 | 4345 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 4346 |
4347 * simple.el (append-to-buffer): Update point of windows after | |
4348 insertion. | |
4349 | |
4350 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
4351 forward then moving backward. Reindent. | |
4352 | |
4353 * frame.el (other-frame): Call x-focus-frame only if | |
4354 focus-follows-mouse is off. | |
4355 | |
28185 | 4356 2000-03-17 Dave Love <fx@gnu.org> |
4357 | |
4358 * pcvs-util.el (cvs-strings->string): Rename | |
4359 replace-regexps-in-string. | |
4360 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4361 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4362 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4363 * 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
|
4364 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4365 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4366 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 4367 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4368 |
28174 | 4369 2000-03-16 Dave Love <fx@gnu.org> |
4370 | |
4371 * progmodes/f90.el (f90): Put custom group under `languages', not | |
4372 `fortran'. | |
4373 (f90-mode-hook): Customize. | |
4374 (f90-mode): Set add-log-current-defun-function. | |
4375 (f90-current-defun): New function. | |
4376 | |
28169 | 4377 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
4378 | |
28173 | 4379 * cus-edit.el (custom-variable-tag-face): Handle case that |
4380 default face's height is not a number. | |
4381 (custom-face-tag-face, custom-group-tag-face-1) | |
4382 (custom-group-tag-face): Ditto. | |
4383 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4384 |
28169 | 4385 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
4386 | |
28161 | 4387 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
4388 | |
4389 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
4390 requiring easymenu. | |
4391 | |
28155 | 4392 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4393 | |
4394 * ps-print.el: PostScript user-defined prologue, PostScript error | |
4395 handler, doc fix. | |
4396 (ps-print-version): New version number (5.1). | |
4397 (ps-user-defined-prologue, ps-error-handler-message) | |
4398 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
4399 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
4400 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4401 |
28150 | 4402 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
4403 | |
4404 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 4405 invalid self-assignment code. |
28150 | 4406 |
28149 | 4407 2000-03-14 Dave Love <fx@gnu.org> |
4408 | |
4409 * subr.el (replace-regexp-in-string): Renamed from | |
4410 replace-regexps-in-string. Doc fix. | |
4411 | |
28131 | 4412 2000-03-12 Dave Love <fx@gnu.org> |
4413 | |
4414 * cus-edit.el: Doc fixes. | |
4415 (customize-set-variable, customize-save-variable): Rename args for | |
4416 doc. | |
4417 (custom-variable-tag-face, custom-face-tag-face) | |
4418 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
4419 style which user identify as hyperlink. | |
4420 (hook): Don't add undefined functions to the hook. | |
4421 (debug-ignored-errors): Transfer message from bindings.el. | |
4422 | |
28120 | 4423 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4424 | |
4425 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
4426 double/nested definition. | |
4427 | |
28114 | 4428 2000-03-12 Dave Love <fx@gnu.org> |
4429 | |
4430 * facemenu.el (facemenu-get-face): Use display-color-p. | |
4431 * enriched.el (enriched-decode-foreground): Likewise. | |
4432 (enriched-decode-background): Likewise. | |
4433 * isearch.el (isearch-highlight): Likewise. | |
4434 * info-look.el (info-lookup): Likewise. | |
4435 * simple.el (completion-setup-function): Likewise. | |
4436 | |
4437 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
4438 :options. | |
4439 | |
4440 * bindings.el (mode-line-format): Fix line-number and | |
4441 column-number items. Add help-echo for the background. | |
4442 (mode-line-mule-info): Modify help-echo. | |
4443 | |
4444 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
4445 defcustom. | |
4446 | |
4447 * files.el (load-file): Allow completion to .elc. | |
4448 | |
4449 * man.el: Doc fixes. | |
4450 (Man-init-defvars): Use display-color-p to set fontification. | |
4451 | |
4452 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
4453 | |
28109 | 4454 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4455 | |
4456 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
4457 | |
4458 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
4459 | |
28098 | 4460 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
4461 | |
4462 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
4463 Fix comment. | |
4464 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4465 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4466 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4467 * 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
|
4468 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4469 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4470 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4471 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4472 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4473 * 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
|
4474 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4475 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4476 * 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
|
4477 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
|
4478 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4479 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4480 * 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
|
4481 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4482 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4483 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4484 |
28084 | 4485 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
4486 | |
4487 * textmodes/texinfo.el (texinfo-version): Variable and function | |
4488 removed. | |
4489 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4490 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4491 |
28114 | 4492 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
4493 allow more flexibility. | |
4494 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
4495 fns. | |
4496 (easy-mmode-defmap, easy-mmode-defsyntax) | |
4497 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4498 |
28085 | 4499 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 4500 |
4501 * rect.el (replace-rectangle): New function. | |
4502 | |
4503 2000-03-09 Dave Love <fx@gnu.org> | |
4504 | |
4505 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
4506 "C". | |
4507 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
4508 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
4509 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
4510 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
4511 fortran-comment-line-start here. Set comment-start, | |
4512 add-log-current-defun. | |
4513 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
4514 (fortran-current-defun): New function. | |
4515 | |
28073 | 4516 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
4517 | |
28077 | 4518 * emacs-lisp/re-builder.el: New file. |
4519 | |
28076 | 4520 * mouse.el (mouse-drag-region): Don't run up-event handler |
4521 if hscroll has changed. | |
4522 | |
28073 | 4523 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
4524 builtin operators, use `font-lock-builtin-face' for Emacs and | |
4525 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4526 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4527 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 4528 `(defun (setf foo)' differently. |
4529 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4530 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4531 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4532 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 4533 (regexp-opt): Update comment and adapt the code the new meaning of |
4534 the `paren' argument of regex-opt-group for shy-groups. | |
4535 (regexp-opt-depth): Handle shy groups as well as backslashed | |
4536 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4537 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4538 Allow `paren' to be a string (the string to use to open a group). |
28073 | 4539 Remove open-presuf and close-presuf. Instead of checking for `all |
4540 one-char' and then later on check for `several one-char', handle | |
4541 both cases close together. Also apply a more generic algorithm | |
4542 for suffixes (the mirror image of the algorithm used for | |
4543 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4544 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4545 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4546 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 4547 from comint-mode-map, so we can just inherit from it. Also, move |
4548 the initialization into the `defvar' since there's no docstring | |
4549 anyway and it's fairly short. | |
4550 (inferior-scheme-mode): Define it as derived-mode: the code is | |
4551 shorter and this way we inherit from comint-mode-map rather than | |
4552 copying it. | |
4553 | |
4554 * subr.el (replace-regexps-in-string): Properly handle the case | |
4555 where we match an empty string. | |
4556 | |
4557 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
4558 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
|
4559 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4560 |
28046 | 4561 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
4562 | |
28051 | 4563 * Makefile (compile-files): Compile files one by one because |
4564 that's the only way to ensure a clean compilation environment for | |
4565 each individual file. | |
4566 | |
28046 | 4567 * frame.el (other-frame): Call x-focus-frame. |
4568 | |
28040 | 4569 2000-03-07 Dave Love <fx@gnu.org> |
4570 | |
28043 | 4571 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
4572 :require to defcustom. | |
4573 | |
28040 | 4574 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
4575 lists. | |
4576 | |
4577 * files.el (auto-mode-alist): Add configure.in. | |
4578 | |
4579 * progmodes/autoconf.el: New file. | |
4580 | |
28034 | 4581 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
4582 | |
4583 * mail/mh-e.el: Change maintainer to `none'. | |
4584 | |
4585 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
4586 to remove-hook and add-hook. | |
4587 | |
4588 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
4589 | |
28035 | 4590 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 4591 it as the default. |
28035 | 4592 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
4593 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 4594 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4595 |
28024 | 4596 2000-03-07 Dave Love <fx@gnu.org> |
4597 | |
4598 * winner.el: Fix keywords, autoload cookies. Split | |
4599 eval-when-compile form to avoid compilation failure. | |
4600 | |
28017 | 4601 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
4602 | |
4603 * international/mule.el: Modify comment about coding system | |
4604 property `coding-category'. | |
4605 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
4606 coding-category property of PROPERTIES. | |
4607 | |
4608 * international/mule-conf.el (coding-category-utf-8, | |
4609 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
4610 categories. Include them in the argument for set-coding-priority. | |
4611 | |
4612 * international/mule-cmds.el (reset-language-environment): Include | |
4613 coding-category-utf-8, coding-category-utf-16-be, and | |
4614 coding-category-utf-16-le in the argument for set-coding-priority. | |
4615 (reset-language-environment): Initialize coding-category-utf-8, | |
4616 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
4617 | |
28014 | 4618 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
4619 | |
4620 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
4621 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
4622 extensions as well as compression extensions. | |
4623 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4624 |
27976 | 4625 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
4626 | |
4627 * strokes.el: Change maintainer's mail address. | |
4628 | |
27972 | 4629 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
4630 | |
4631 * international/mule-diag.el (list-character-sets): Make help-echo | |
4632 string by substitute-command-keys. | |
4633 (list-character-sets): Likewise. | |
4634 (sort-listed-character-sets): Call help-setup-xref. | |
4635 | |
27965 | 4636 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
4637 | |
4638 * time.el (display-time-mail-file): Add `none' to the list of | |
4639 choices. | |
4640 | |
27954 | 4641 2000-03-01 Dave Love <fx@gnu.org> |
4642 | |
27959 | 4643 * help.el (help-xref-go-back): Don't try to set position. |
4644 | |
27954 | 4645 * international/mule-diag.el (list-character-sets): Call |
4646 help-setup-xref. Add help-echo to xrefs. | |
4647 (list-character-sets-1): Add help-echo to xrefs. | |
4648 | |
27949 | 4649 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
4650 | |
4651 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
4652 the mode off. | |
4653 | |
4654 * add-log.el (add-log-current-defun): Add support for | |
4655 Autoconf mode. | |
4656 | |
4657 * mail/rmail.el (rmail-quit-hook): New variable. | |
4658 | |
27931 | 4659 2000-03-01 Dave Love <fx@gnu.org> |
4660 | |
27935 | 4661 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
4662 | |
27931 | 4663 * help.el (help-xref-button): Add help-echo arg. |
4664 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
4665 | |
4666 * faces.el (list-faces-display): Supply help-echo with | |
4667 help-make-xrefs. | |
4668 | |
4669 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
4670 nil. | |
4671 | |
27919 | 4672 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
4673 | |
27927 | 4674 * image.el (defimage): Look for image files in load-path. |
4675 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4676 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 4677 `number'. |
4678 | |
27927 | 4679 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
4680 | |
4681 * recentf.el (recentf): Added version tag to the defgroup of | |
4682 recentf. | |
4683 | |
4684 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4685 | |
4686 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
4687 too. | |
4688 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
4689 action to select/unselect a file. | |
4690 (recentf-edit-list): Code cleanup and improvement. | |
4691 (recentf-open-more-files-action): `recentf-open-more-files' button | |
4692 widget action to open a file. | |
4693 (recentf-open-more-files): No more use standard completion but | |
4694 widgets. | |
4695 (recentf-more-collection): Deleted. | |
4696 (recentf-more-history): Deleted. | |
4697 (recentf-setup-more-completion): Deleted. | |
4698 | |
4699 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4700 | |
4701 * recentf.el (recentf-mode): No more needs that Emacs is running | |
4702 under a window-system. | |
4703 | |
4704 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4705 | |
4706 * recentf.el (recentf-edit-list): New command to edit the recent | |
4707 list which allow the user to remove files. | |
4708 (recentf-edit-selected-items): New global variable, used by | |
4709 `recentf-edit-list' to hold the list of files to be removed from | |
4710 the recent list. | |
4711 (recentf-make-menu-items): Updated to display a "Edit list..." | |
4712 menu item. Minor code cleanup. | |
4713 | |
4714 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4715 | |
4716 * recentf.el (recentf-open-more-files): New command to open files | |
4717 that are not displayed in the menu. | |
4718 (recentf-more-collection): New global variable holding the set of | |
4719 permissible completions used by `recentf-open-more-files'. | |
4720 (recentf-more-history): New global variable holding the history list | |
4721 used by `recentf-open-more-files' completion. | |
4722 (recentf-setup-more-completion): New function to setup completion for | |
4723 `recentf-open-more-files'. | |
4724 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
4725 | |
4726 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4727 | |
4728 * recentf.el (recentf-menu-action): Doc fixed. | |
4729 | |
4730 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4731 | |
4732 * recentf.el (recentf-menu-filter): Doc updated. | |
4733 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
4734 (recentf-make-menu-items): New menu filter handling. | |
4735 (recentf-make-menu-item): New helper function. | |
4736 (recentf-menu-elements): New menu handling function. | |
4737 (recentf-sort-ascending): Updated to new menu filter handling. | |
4738 (recentf-sort-descending): Updated to new menu filter handling. | |
4739 (recentf-sort-basenames-ascending): New menu filter function. | |
4740 (recentf-sort-basenames-descending): New menu filter function. | |
4741 (recentf-show-basenames): New menu filter function. | |
4742 (recentf-show-basenames-ascending): New menu filter function. | |
4743 (recentf-show-basenames-descending): New menu filter function. | |
4744 | |
27919 | 4745 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4746 | |
4747 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
4748 the end of the buffer. | |
4749 | |
27911 | 4750 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
4751 | |
4752 * international/mule-diag.el (list-character-sets): Completely | |
4753 rewritten. | |
4754 (sort-listed-character-sets): New function. | |
4755 (list-character-sets-1): Completely rewritten. | |
4756 (list-character-sets-2): New function. | |
4757 (non-iso-charset-alist): New variable. | |
4758 (decode-codepage-char): New function. | |
4759 (charset-history): New variable. | |
4760 (read-charset) (list-block-of-chars) | |
4761 (list-iso-charset-chars) | |
4762 (list-non-iso-charset-chars) | |
4763 (list-charset-chars): New functions. | |
4764 (mule-diag): Call list-character-sets-2, not | |
4765 list-character-sets-2. | |
4766 (dump-charsets): Likewise. | |
4767 | |
27910 | 4768 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
4769 | |
27919 | 4770 * dired-x.el (dired-filename-at-point): Add `@' to valid |
4771 file name characters. | |
4772 (dired-filename-at-point): Handle ange-ftp file names. | |
4773 | |
27910 | 4774 * frame.el (frame-notice-user-settings): Use assq-delete-all |
4775 instead of assoc-delete-all. | |
4776 (frame-notice-user-settings): Ditto. | |
4777 | |
4778 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
4779 Don't copy alist. | |
4780 | |
27906 | 4781 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
4782 | |
4783 * calculator.el (calculator-use-menu): New option. | |
4784 (calculator-initial-bindings): Changed some bindings to work as | |
4785 macros. | |
4786 (calculator-forced-input): Removed. | |
4787 (calculator-restart-other-mode): New variable. | |
4788 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4789 |
27906 | 4790 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
4791 | |
4792 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
4793 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4794 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
4795 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
|
4796 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
4797 * 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
|
4798 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
|
4799 (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
|
4800 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
|
4801 * 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
|
4802 * 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
|
4803 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
|
4804 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
|
4805 * 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
|
4806 * 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
|
4807 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4808 |
27898 | 4809 2000-02-27 Jason Rumney <jasonr@gnu.org> |
4810 | |
4811 * faces.el (face-font-family-alternatives): Add arial to helv. | |
4812 (mode-line, header-line, tool-bar): Same default as x for w32. | |
4813 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
4814 face-font-family-alternatives from working. | |
4815 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
4816 chosen font. | |
4817 | |
27873 | 4818 2000-02-25 Sam Steingold <sds@goems.com> |
4819 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4820 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 4821 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4822 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4823 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 4824 |
4825 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
4826 | |
27856 | 4827 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
4828 | |
4829 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
4830 writable. | |
4831 | |
27868 | 4832 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 4833 |
27847 | 4834 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
4835 | |
4836 * frame.el (show-cursor-in-non-selected-windows): New option. | |
4837 | |
27845 | 4838 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4839 | |
4840 * diary-lib.el (include-other-diary-files): Undo the selective | |
4841 display in any included file and don't kill it. | |
4842 | |
27841 | 4843 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
4844 | |
4845 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
4846 bar. Menu items converted to (menu-item format, help strings | |
4847 added. | |
4848 [downcase, upcase]: Don't enable on MS-DOS. | |
4849 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
4850 bound. | |
4851 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
4852 | |
27825 | 4853 2000-02-23 Dave Love <fx@gnu.org> |
4854 | |
27838 | 4855 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
4856 (backward-kill-word): Revert addition of * to interactive spec -- | |
4857 it's a feature. | |
4858 | |
4859 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
4860 (backward-kill-sentence, kill-sentence): Likewise. | |
4861 | |
27835 | 4862 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
4863 scratch buffer name. | |
4864 (gud-format-command): Use int-to-string in ?l case. Simplify | |
4865 slightly. | |
4866 | |
4867 * term/w32-win.el (internal-face-interactive): Update prompt for | |
4868 new read-face-name. | |
4869 | |
4870 * mail/footnote.el (footnote): Add :version to defgroup. | |
4871 (footnote-section-tag-regexp): Customize. | |
4872 (footnote-start-tag, footnote-end-tag): New option. | |
4873 (footnote-latin-regexp): New variable. | |
4874 (Footnote-latin): New function. | |
4875 (footnote-style-alist): Add element for latin style. | |
4876 (footnote-style): Moved. | |
4877 (Footnote-goto-footnote): Use eq to test arg. | |
4878 | |
4879 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
4880 | |
27825 | 4881 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
4882 (byte-compile-trueconstp): Include keywords. | |
4883 (byte-optimize-quote, byte-optimize-lapcode): Use | |
4884 byte-compile-const-symbol-p. | |
4885 (byte-optimize-char-before): New optimization. | |
4886 | |
4887 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
4888 (byte-compile-const-symbol-p): New function. | |
4889 (byte-compile-constp, byte-compile-out-toplevel) | |
4890 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
4891 Use it. | |
4892 | |
4893 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
4894 | |
27813 | 4895 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
4896 | |
27815 | 4897 * international/encoded-kb.el: Be sure to update minor-mode-alist |
4898 and minor-mode-map-alist. | |
4899 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
4900 codes SS2 and SS3 correctly. | |
4901 (encoded-kbd-self-insert-ccl): New function. | |
4902 (encoded-kbd-setup-keymap): New function. | |
4903 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
4904 by calling encoded-kbd-setup-keymap. | |
4905 | |
27813 | 4906 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
4907 characters. | |
4908 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
4909 locally. | |
4910 | |
27811 | 4911 2000-02-22 Dave Love <fx@gnu.org> |
4912 | |
4913 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
4914 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
4915 defvar. | |
4916 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
4917 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
4918 classes. Match `defface'. | |
4919 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
4920 (eval-defun-1): Fix for defcustom. | |
4921 (lisp-indent-region): Doc fix. | |
4922 | |
4923 * subr.el (when, unless, split-string): Doc fix. | |
4924 (read-passwd): Move call of clear-this-command-keys to the right | |
4925 place. | |
4926 (replace-regexps-in-string): New function. | |
4927 | |
27807 | 4928 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
4929 | |
4930 * help.el (describe-variable): Set syntax table to | |
4931 emacs-lisp-mode-syntax-table when moving forward over the | |
4932 symbol's name. | |
4933 | |
27805 | 4934 2000-02-22 Dave Love <fx@gnu.org> |
4935 | |
4936 * xt-mouse.el: Doc fixes. | |
4937 (xterm-mouse-position-function): New function, replacing advice of | |
4938 mouse-position. | |
4939 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
4940 | |
4941 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
4942 | |
27794 | 4943 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
4944 | |
4945 * format.el (format-annotate-single-property-change): Handle | |
4946 properties.with dotted-list values. | |
4947 (format-proper-list-p): New function. | |
4948 | |
4949 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
4950 . COLOR) and (background-color . COLOR). | |
4951 | |
27788 | 4952 2000-02-20 Dave Love <fx@gnu.org> |
4953 | |
4954 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
4955 and assignments to it. | |
4956 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
4957 current local map. | |
4958 (make-flyspell-overlay): Use it. | |
4959 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
4960 | |
4961 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
4962 (lm-get-header-re): Defun, not defsubst. | |
4963 (lm-get-package-name): Defun, not defsubst. Simplify. | |
4964 (lm-version): Doc fix. Simplify. | |
4965 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
4966 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
4967 (lm-verify, lm-synopsis): Simplify. | |
4968 (lm-report-bug): Require emacsbug. Use compose-mail. | |
4969 | |
27785 | 4970 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
4971 | |
4972 * dired.el (dired-mode): Call propertized-buffer-identification | |
4973 to set mode-line-buffer-identification to something having | |
4974 the right text properties. | |
4975 | |
4976 * bindings.el (propertized-buffer-identification): New function. | |
4977 | |
27777 | 4978 2000-02-20 Dave Love <fx@gnu.org> |
4979 | |
4980 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
4981 check for t-mouse too. | |
4982 | |
4983 * cus-start.el: Make echo-keystrokes `number'. | |
4984 | |
27776 | 4985 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
4986 | |
4987 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
4988 Don't call ring-empty-p unless tags-location-ring is bound. | |
4989 From Noah Friedman <friedman@splode.com>. | |
4990 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
4991 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
4992 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
4993 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
4994 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
4995 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
4996 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
4997 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
4998 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
4999 (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
|
5000 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
|
5001 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5002 |
27757 | 5003 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5004 | |
5005 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5006 | |
27749 | 5007 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5008 | |
27754 | 5009 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5010 | |
27749 | 5011 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5012 of `*' to handle `(* ... *)' comments. | |
5013 | |
27732 | 5014 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5015 | |
27737 | 5016 * 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
|
5017 window-system. |
27737 | 5018 |
27732 | 5019 * menu-bar.el (global-map): Menu-bar items converted to the new |
5020 format (menu-item..., rearranged for better CUA compliance, and | |
5021 their names changed for better clarity. Help strings added. | |
5022 | |
5023 * international/mule-cmds.el (mule-menu-keymap) | |
5024 (describe-language-environment-map, set-coding-system-map) | |
5025 (setup-language-environment-map): Convert to new (menu-item... | |
5026 form, add help strings. Change names of menu items for better | |
5027 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5028 submenu). | |
5029 | |
27729 | 5030 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5031 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5032 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5033 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5034 |
27717 | 5035 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5036 |
27717 | 5037 * faces.el: Don't require custom. Add more specific :groups to |
5038 various deffaces. | |
5039 (set-face-attribute): Purecopy args. | |
5040 (read-face-name): Default to name at point and use it in prompt. | |
5041 Remove colon from arg in all callers. | |
5042 (list-faces-display): Hyperlink to face descriptions and customize | |
5043 buffers. | |
5044 | |
27712 | 5045 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5046 | |
5047 * wid-edit.el (widget-match-inline): An atom never matches a | |
5048 list. | |
5049 | |
27707 | 5050 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5051 | |
27713 | 5052 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5053 at ':' characters by call to split-string. | |
27707 | 5054 |
5055 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5056 | |
27713 | 5057 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5058 |
5059 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5060 | |
27713 | 5061 * textmodes/bibtex.el: Some temporary comments removed. |
5062 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5063 explicit. | |
5064 (bibtex-field-const): Allow capital letters. | |
5065 (bibtex-start-of-string): Deleted because unused. | |
5066 | |
5067 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5068 use the term 'reference' to describe a bibtex entry as a whole. | |
5069 Further, reference keys are no longer called 'labels'. | |
5070 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5071 (bibtex-reformat-previous-labels): Renamed to | |
5072 bibtex-reformat-previous-reference-keys. | |
5073 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5074 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5075 (bibtex-reference-maybe-empty-head): Renamed to | |
5076 bibtex-entry-maybe-empty-head. | |
5077 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5078 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5079 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5080 bibtex-enclosing-entry-maybe-empty-head. | |
5081 (bibtex-entry-field-alist, bibtex-entry-head, | |
5082 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5083 bibtex-map-entries, bibtex-search-entry, | |
5084 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5085 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5086 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5087 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5088 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5089 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5090 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5091 |
5092 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5093 | |
27713 | 5094 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5095 comment. | |
5096 (bibtex-format-field-delimiters): New function, functionality | |
5097 extracted from bibtex-format-entry. | |
5098 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5099 extracted from bibtex-autokey-get-yearfield. | |
5100 | |
5101 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5102 entries in order to avoid stack overflow in the regexp matcher if | |
5103 field contents become large. | |
5104 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5105 bibtex-field-string-part-not-braced, | |
5106 bibtex-field-string-part-no-inner-braces, | |
5107 bibtex-field-string-part-1-inner-brace, | |
5108 bibtex-field-string-part-2-inner-braces, | |
5109 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5110 bibtex-field-string-quoted, bibtex-field-string, | |
5111 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5112 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5113 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5114 as parsing is now performed by the following functions. | |
5115 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5116 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5117 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5118 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5119 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5120 bibtex-search-forward-field, bibtex-search-backward-field, | |
5121 bibtex-start-of-field, bibtex-end-of-field, | |
5122 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5123 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5124 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5125 bibtex-parse-string, bibtex-search-forward-string, | |
5126 bibtex-search-backward-string, bibtex-start-of-string, | |
5127 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5128 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5129 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5130 entries. Instead of reporting the results of the parsing by | |
5131 match-beginning or match-end, these functions return data structures | |
5132 that hold the corresponding positions. | |
5133 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5134 return values rather than by match-beginning or match-end. The | |
5135 following functions have been adapted to use the new parsing | |
5136 functions. | |
5137 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5138 bibtex-enclosing-field, bibtex-format-entry, | |
5139 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
5140 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
5141 bibtex-print-help-message, bibtex-end-of-entry, | |
5142 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
5143 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5144 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
5145 method for parsing. | |
5146 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
5147 bibtex-map-entries, bibtex-flash-head, | |
5148 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
5149 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
5150 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
5151 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5152 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
5153 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5154 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
5155 order to make the new binding of case-fold-search immediately | |
5156 visible. | |
27707 | 5157 |
5158 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5159 | |
27713 | 5160 * textmodes/bibtex.el: Copyright notice is up to date. |
5161 Added constant 'bibtex-maintainer-salutation. | |
5162 | |
5163 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
5164 than make-temp-name, use match-string-no-properties and eliminate | |
5165 a quadratic behavior when building bibtex-strings. | |
5166 | |
5167 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
5168 reference key contains upper case letters. | |
27707 | 5169 |
5170 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5171 | |
27713 | 5172 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5173 a new line. | |
27707 | 5174 |
5175 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5176 | |
27713 | 5177 * bibtex.el: Hiding of entry bodies is not longer provided by |
5178 bibtex.el directly. Instead the hideshow package can be used. | |
5179 Added a special bibtex entry to hs-special-modes-alist. | |
5180 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 5181 |
5182 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5183 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5184 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5185 at ':' characters by call to split-string. |
27729 | 5186 |
5187 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5188 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5189 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 5190 |
5191 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5192 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5193 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5194 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5195 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5196 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5197 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5198 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5199 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5200 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
|
5201 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5202 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5203 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5204 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5205 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5206 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5207 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5208 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5209 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5210 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5211 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5212 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5213 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5214 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5215 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5216 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5217 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5218 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5219 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5220 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5221 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5222 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 5223 |
5224 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5225 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5226 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5227 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5228 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5229 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5230 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5231 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5232 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5233 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5234 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
|
5235 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5236 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5237 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5238 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5239 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5240 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5241 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
|
5242 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5243 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5244 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
|
5245 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
|
5246 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5247 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5248 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5249 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5250 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5251 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
|
5252 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5253 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5254 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
|
5255 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
|
5256 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5257 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5258 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5259 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
|
5260 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
|
5261 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
|
5262 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5263 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5264 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5265 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5266 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
|
5267 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5268 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5269 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5270 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5271 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5272 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5273 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5274 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5275 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
|
5276 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
|
5277 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5278 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5279 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5280 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5281 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5282 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5283 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
|
5284 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5285 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5286 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
|
5287 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
|
5288 visible. |
27729 | 5289 |
5290 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5291 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5292 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5293 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5294 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5295 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5296 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
|
5297 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5298 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5299 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5300 reference key contains upper case letters. |
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 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5305 a new line. |
27729 | 5306 |
5307 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5308 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5309 * 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
|
5310 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5311 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5312 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 5313 |
5314 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5315 | |
27713 | 5316 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 5317 proceedings entry type (for cross referencing). Thanks to Wagner |
5318 Toledo Correa for the suggestion. | |
5319 | |
27713 | 5320 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 5321 |
27690 | 5322 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
5323 | |
5324 * international/characters.el: Setup case table for Vietnamese. | |
5325 | |
27687 | 5326 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
5327 | |
5328 * uniquify.el (toplevel): Require CL at compile time. | |
5329 (uniquify-push): Removed. | |
5330 | |
5331 * shadowfile.el (shadow-when): Removed. | |
5332 | |
5333 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
5334 (tempo-process-and-insert-string): Use dolist instead of | |
5335 tempo-dolist. | |
5336 | |
5337 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
5338 regexp for paragraph-start. | |
5339 | |
5340 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
5341 commas as well. | |
5342 | |
27657 | 5343 2000-02-10 Dave Love <fx@gnu.org> |
5344 | |
5345 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
5346 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
5347 Deleted. | |
5348 (widget-specify-field, widget-specify-button): Don't use | |
5349 widget-mouse-help as help-echo property. | |
5350 (default): Use #'ignore for :validate and :mouse-down-action. | |
5351 (checkbox): Add help-echo. | |
5352 (widget-sexp-validate): Rewritten to clarify error messages. | |
5353 (character): Use char-valid-p in :match function. | |
5354 (widget-color-complete): Use facemenu-color-alist. | |
5355 (widget-color-action): Use facemenu-read-color. | |
5356 | |
5357 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
5358 set up `caar' &c that we now have. | |
5359 | |
27713 | 5360 2000-02-09 Ray Blaak <blaak@gnu.org> |
5361 | |
5362 * delphi.el: Make resourcestring a declaration region, like const | |
5363 and var. | |
5364 | |
27652 | 5365 2000-02-09 Dave Love <fx@gnu.org> |
5366 | |
5367 * bindings.el (mode-line-input-method-map): New variable. | |
5368 (mode-line-mule-info): Use it; fix last change. | |
5369 (mode-line-mode-menu): Move definition. | |
5370 (mode-line-mouse-sensitive-p): Deleted. | |
5371 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
5372 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
5373 level. | |
5374 | |
5375 * startup.el (command-line-1): Don't call | |
5376 make-mode-line-mouse-sensitive. | |
5377 | |
27644 | 5378 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
5379 | |
5380 * mail/rmail.el (rmail-retry-failure): Use | |
5381 rmail-beginning-of-message before rmail-toggle-header, because the | |
5382 former toggles headers. | |
5383 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5384 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
|
5385 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
5386 * 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
|
5387 (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
|
5388 (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
|
5389 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
|
5390 (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
|
5391 (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
|
5392 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5393 * 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
|
5394 (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
|
5395 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
|
5396 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5397 (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
|
5398 (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
|
5399 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
|
5400 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
|
5401 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5402 (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
|
5403 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5404 (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
|
5405 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
|
5406 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5407 (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
|
5408 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
|
5409 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5410 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
|
5411 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5412 * 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
|
5413 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
|
5414 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5415 * 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
|
5416 |
27610 | 5417 2000-02-04 Dave Love <fx@gnu.org> |
5418 | |
27617 | 5419 * bindings.el (mode-line-mule-info): Fix/extend last change. |
5420 | |
27610 | 5421 * completion.el: Replace completion-dolist with dolist. |
5422 | |
5423 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
5424 dotimes. | |
5425 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5426 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5427 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5428 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5429 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5430 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5431 * 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
|
5432 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5433 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5434 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5435 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5436 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5437 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5438 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5439 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5440 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5441 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5442 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5443 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5444 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5445 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5446 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5447 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5448 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5449 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5450 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5451 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5452 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5453 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5454 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5455 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5456 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5457 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5458 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5459 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5460 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5461 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5462 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5463 (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
|
5464 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5465 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5466 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5467 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5468 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5469 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5470 |
27590 | 5471 2000-02-02 Dave Love <fx@gnu.org> |
5472 | |
5473 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
5474 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
5475 | |
5476 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
5477 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
5478 the new builtins directly. | |
5479 | |
5480 * whitespace.el (whitespace): Add :version to defgroup. | |
5481 | |
5482 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
5483 Doc fix. | |
5484 | |
5485 * thingatpt.el (sexp-at-point, symbol-at-point) | |
5486 (number-at-point, list-at-point): Add autoload cookie. | |
5487 | |
5488 * recentf.el (recentf): Add :version to defgroup. | |
5489 | |
5490 * quickurl.el (quickurl): Add :version to defgroup. | |
5491 | |
5492 * elide-head.el (elide-head): Use point-marker more. | |
5493 | |
5494 * bs.el (bs): Add :version to defgroup. | |
5495 | |
5496 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
5497 | |
5498 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
5499 | |
27587 | 5500 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
5501 | |
5502 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
5503 succeeding process operation sets a different coding system. | |
5504 | |
5505 * calculator.el: New file. | |
5506 | |
27572 | 5507 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
5508 | |
5509 * frame.el (frames-on-display-list, framep-on-display): New | |
5510 functions. | |
5511 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
5512 (display-selections-p, display-screens, display-pixel-width) | |
5513 (display-pixel-height, display-mm-width, display-mm-height) | |
5514 (display-backing-store, display-save-under, display-planes) | |
5515 (display-color-cells, display-visual-class): New functions. | |
5516 | |
5517 * term/tty-colors.el (tty-color-gray-shades): New function. | |
5518 | |
5519 * faces.el (display-color-p): Use framep-on-display. | |
5520 (display-grayscale-p): New function. | |
5521 | |
27549 | 5522 2000-01-31 Dave Love <fx@gnu.org> |
5523 | |
5524 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
5525 (create-fontset-from-x-resource): Don't concat integers. | |
5526 | |
27545 | 5527 2000-01-31 Inge Frick <inge@nada.kth.se> |
5528 | |
5529 * view.el: Some changes in documentation. Removed some trailing | |
5530 whitespace. Changed some parameter names to agree with | |
5531 documentation. | |
5532 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
5533 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5534 |
27541 | 5535 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
5536 | |
27543 | 5537 * windmove.el: New file. |
5538 | |
27541 | 5539 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
5540 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 5541 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5542 |
27541 | 5543 * jit-lock.el (jit-lock-function): Widen before calculating end |
5544 position. | |
5545 (jit-lock-stealth-chunk-start): Rewritten. | |
5546 | |
5547 * info.el (Info-title-face-alist): Removed. | |
5548 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
5549 faces. | |
5550 (Info-fontify-node): Use these faces. | |
5551 | |
27527 | 5552 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
5553 | |
5554 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
5555 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
5556 `&allow-other-keywords'. | |
5557 | |
5558 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
5559 the list of directories scanned heuristically. | |
5560 | |
5561 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
5562 exist. | |
5563 | |
27523 | 5564 2000-01-30 Jason Rumney <jasonr@gnu.org> |
5565 | |
5566 * w32-fns.el: Define w32-tty-standard-colors. | |
5567 | |
5568 * startup.el (command-line): Use w32-tty-standard-colors when in | |
5569 w32 console mode. | |
5570 | |
27510 | 5571 2000-01-30 Dave Love <fx@gnu.org> |
5572 | |
27513 | 5573 * jka-compr.el (jka-compr-load): Fix up load-history. |
5574 | |
27510 | 5575 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
5576 | |
5577 * emacs-lisp/cl-macs.el: Revert previous change. | |
5578 | |
27499 | 5579 2000-01-29 Dave Love <fx@gnu.org> |
5580 | |
5581 * facemenu.el: Purecopy various strings. | |
5582 | |
5583 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
5584 years. Deal with three-digit years. | |
5585 | |
5586 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
5587 defconst, purecopy. | |
5588 (help-back-label): Purecopy it. | |
5589 | |
27498 | 5590 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
5591 | |
5592 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
5593 variable. If non-nil, order the buffer list according to the | |
5594 currently selected frame. | |
5595 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
5596 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
|
5597 |
27496 | 5598 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5599 | |
5600 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
5601 | |
27486 | 5602 2000-01-28 Dave Love <fx@gnu.org> |
5603 | |
27491 | 5604 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
5605 | |
27486 | 5606 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
5607 Don't use lisp-indent-hook property. | |
5608 (cl-abs): Remove. | |
5609 | |
5610 * subr.el: Move out indent and edebug specs for when and unless. | |
5611 | |
5612 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
5613 when, unless. | |
5614 | |
5615 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
5616 unless, when. | |
5617 | |
27467 | 5618 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
5619 | |
27481 | 5620 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
5621 `collecting' as synonym for `collect'. | |
5622 | |
5623 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
5624 for the case it contains spaces. | |
5625 | |
5626 * simple.el (what-cursor-position): Change formatting of | |
5627 messages. | |
5628 | |
27473 | 5629 * frame.el (delete-other-frames): New function. |
5630 (toplevel): Bind it to C-x 5 1. | |
5631 | |
27469 | 5632 * sort.el (sort-numeric-base): New option. |
5633 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
5634 interpret it as octal or hexadecimal. Use sort-numeric-base | |
5635 as default base. | |
5636 | |
27467 | 5637 * progmodes/glasses.el: New file. |
5638 | |
27451 | 5639 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
5640 | |
27461 | 5641 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
5642 userids differently. | |
5643 | |
27451 | 5644 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
5645 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
5646 progmodes/ebnf-yac.el: New files. | |
5647 | |
27446 | 5648 2000-01-26 Dave Love <fx@gnu.org> |
5649 | |
5650 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
5651 on a function with an empty body. [From Eric Ludlam.] | |
5652 | |
27437 | 5653 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
5654 | |
5655 * vc.el (vc-version-diff): Make sure file name is expanded. | |
5656 | |
27433 | 5657 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
5658 | |
5659 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
5660 (scroll-bar-toolkit-scroll): Don't use a timer. | |
5661 | |
27419 | 5662 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
5663 | |
5664 * language/thai-util.el (thai-composition-function): Delete | |
5665 superfluous `a'. | |
5666 | |
27418 | 5667 2000-01-24 Dave Love <fx@gnu.org> |
5668 | |
5669 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
5670 end-of-defun-function. | |
5671 | |
5672 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
5673 &c. | |
5674 | |
27405 | 5675 2000-01-22 Jason Rumney <jasonr@gnu.org> |
5676 | |
5677 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
5678 conflicts with new face support. | |
5679 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5680 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5681 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5682 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5683 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5684 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5685 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5686 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5687 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5688 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5689 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5690 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5691 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5692 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5693 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5694 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5695 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5696 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5697 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5698 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5699 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5700 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5701 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5702 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5703 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5704 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5705 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5706 |
27366 | 5707 2000-01-19 Dave Love <fx@gnu.org> |
5708 | |
27368 | 5709 * files.el (user-init-file): Don't declare here -- is primitive. |
5710 | |
27366 | 5711 * startup.el (command-line): Check for compiled user-init-file and |
5712 set to uncompiled version if necessary. | |
5713 | |
27358 | 5714 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
5715 | |
27361 | 5716 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
5717 (undigestify-rmail-message): Use it. | |
5718 | |
27358 | 5719 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
5720 | |
27351 | 5721 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
5722 | |
5723 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
5724 of mini-buffer. | |
5725 | |
27326 | 5726 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
5727 | |
27330 | 5728 * emacs-lisp/copyright.el (copyright-update): Removed the |
5729 requirement for a trailing space from `copyright-regexp', to | |
5730 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5731 |
27327 | 5732 * align.el: New file. |
5733 | |
27326 | 5734 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
5735 | |
5736 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
5737 | |
27323 | 5738 2000-01-13 Dave Love <fx@gnu.org> |
5739 | |
5740 * ph.el: Removed. (Obsoleted by EUDC.) | |
5741 | |
27321 | 5742 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
5743 | |
5744 * net/eudc.el (toplevel): Remove autoloaded code installing | |
5745 menu with easymenu, because that causes build problems. | |
5746 | |
5747 * frame.el (frame-notice-user-settings): New variable. | |
5748 (frame-notice-user-settings): Don't modify frame parameters | |
5749 if called a second time. | |
5750 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5751 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 5752 |
5753 * frame.el (frame-notice-user-settings): | |
5754 Notice default-frame-parameters even for non-window frames. | |
5755 | |
27318 | 5756 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
5757 | |
5758 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
5759 for Emacs. | |
5760 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
5761 (eudc-bob-toggle-inline-display): Ditto. | |
5762 (eudc-bob-display-jpeg): Ditto. | |
5763 | |
27304 | 5764 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
5765 | |
27313 | 5766 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
5767 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
5768 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
|
5769 |
27312 | 5770 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
5771 nil)'. | |
5772 | |
5773 * subdirs.el: Add `net' directory. | |
5774 | |
27308 | 5775 * net: New directory. |
5776 | |
27304 | 5777 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
5778 eval-last-sexp. Don't bind debug-on-error here. | |
5779 (eval-last-sexp): New function. Bind debug-on-error if | |
5780 eval-expression-debug-on-error is non-nil. | |
5781 (eval-defun-2, eval-defun): Likewise. | |
5782 | |
5783 * simple.el (eval-expression): Don't bind debug-on-error if | |
5784 eval-expression-debug-on-error is nil. Detect changed | |
5785 debug-on-error, and propagate new value to global binding, if | |
5786 eval-expression-debug-on-error is non-nil, | |
5787 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5788 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5789 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5790 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5791 * 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
|
5792 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5793 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5794 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5795 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5796 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5797 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5798 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5799 |
27288 | 5800 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
5801 | |
27291 | 5802 * tmm.el (tmm-shortcut): Delete region after prompt instead |
5803 of erasing buffer. | |
5804 | |
27288 | 5805 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 5806 (fill-context-prefix): Use the longest common prefix of first |
5807 and second line fill prefix, if there is one. | |
27288 | 5808 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5809 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5810 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5811 * 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
|
5812 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5813 |
27282 | 5814 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
5815 | |
5816 * add-log.el (add-log-current-defun): Handle user-defined | |
5817 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5818 |
27280 | 5819 * add-log.el (add-change-log-entry): Insert version number |
27282 | 5820 if having found a current function |
27278 | 5821 |
5822 * add-log.el (add-log-current-defun): Call | |
5823 `add-log-current-defun-function'. Try matches at level 0 and | |
5824 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5825 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5826 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5827 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5828 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5829 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5830 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5831 |
27265 | 5832 2000-01-10 Dave Love <fx@gnu.org> |
5833 | |
5834 * elide-head.el (elide-head): Use point-marker, not point. | |
5835 | |
27261 | 5836 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
5837 | |
27263 | 5838 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
5839 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5840 |
27261 | 5841 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
5842 Add ispell- prefix. | |
5843 | |
5844 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
5845 | |
5846 * ispell.el: Only define dictionaries in menus when they exist. | |
5847 (version18p): New variable. | |
5848 (version20p): New variable. | |
5849 (xemacsp): New variable. | |
5850 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
5851 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
5852 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5853 run-together words. |
27261 | 5854 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
5855 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
5856 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5857 library path when called non-interactively. |
27261 | 5858 (ispell-menu-map-needed): Uses new variables. |
5859 (ispell-library-path): New variable. | |
5860 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
5861 (ispell-word): Improved documentation string. Test for valid | |
5862 character mappings. Correctly check typed in word changes that can | |
5863 result in single words split into multiple words. Returns | |
5864 replacement word. | |
5865 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
5866 replace in recursive query replace mode. Help message for | |
5867 recursive edit mode. | |
5868 (ispell-show-choices): Protect against bad framepop bindings. | |
5869 (ispell-help): Fix to work with XEmacs. | |
5870 (ispell-highlight-spelling-error): Use new variables. | |
5871 (ispell-overlay-window): Fix to work with XEmacs. | |
5872 (ispell-parse-output): Passed and returns location information | |
5873 tracking spelling corrections. Doesn't recheck same word on | |
5874 current line. | |
5875 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
5876 Fix call to single argument in sleep-for. Use new variables. | |
5877 (ispell-region): Passed and returns location information tracking | |
5878 spelling corrections. Doesn't check same word on current line. | |
5879 Improved documentation string. Doesn't resend a line already | |
5880 checked to the ispell process - fixes bug in LaTeX parsing. | |
5881 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
5882 (ispell-skip-region): No longer skips <TT> in SGML. | |
5883 (ispell-process-line): Tracks location information with spelling | |
5884 corrections. Added documentation string. Accounts for words | |
5885 already accepted on this line. Don't allow query-replace on line | |
5886 starting with math characters. Doesn't resend a line already sent | |
5887 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5888 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5889 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
5890 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5891 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
5892 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
5893 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5894 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
5895 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
|
5896 |
27255 | 5897 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
5898 | |
5899 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
5900 of a real newline. | |
5901 | |
27253 | 5902 2000-01-09 Stephen Eglen <stephen@gnu.org> |
5903 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5904 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 5905 for .png files. |
5906 | |
27251 | 5907 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
5908 | |
5909 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
5910 | |
27247 | 5911 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
5912 | |
27249 | 5913 * progmodes/cperl-mode.el: Replace ^F with ^L. |
5914 | |
27247 | 5915 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5916 before `require'ing rmail and mailalias to prevent infinite |
27247 | 5917 recursion. |
5918 | |
27244 | 5919 2000-01-08 Dave Love <fx@gnu.org> |
5920 | |
27265 | 5921 * emacs-lisp/backquote.el: Remove inappropriate customization |
5922 (allowing custom.el to use backquote). | |
27244 | 5923 |
27241 | 5924 2000-01-07 Dave Love <fx@gnu.org> |
5925 | |
5926 * add-log.el (add-log-debugging): Deleted. | |
5927 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
5928 file. Remove debugging code. | |
5929 (change-log-get-method-definition, change-log-name): Add doc. | |
5930 (change-log-sortable-date-at): New function. | |
5931 (change-log-merge): New command. | |
5932 | |
5933 * time.el (display-time-string-forms): Make the Mail string active. | |
5934 (display-time-update): Provide help-echo for load average. | |
5935 | |
5936 * bindings.el (make-mode-line-mouse2-map): New function. | |
5937 (mode-line-modified): Use it and simplify. | |
5938 (mode-line-mule-info): Provide help-echo info. | |
5939 (minor-mode-alist): Activate the strings. | |
5940 (make-mode-line-mouse-sensitive): Simplify for | |
5941 mode-line-buffer-identification. | |
5942 | |
27233 | 5943 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
5944 | |
5945 * play/pong.el: New file. | |
5946 | |
27241 | 5947 2000-01-06 Dave Love <fx@gnu.org> |
5948 | |
5949 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
5950 `array-' prefix for symbols. | |
5951 | |
5952 2000-01-05 Dave Love <fx@gnu.org> | |
5953 | |
5954 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
5955 outline-headers-as-kill. | |
5956 (outline-mode): Define imenu-generic-expression. | |
5957 (outline-headers-as-kill): New command. | |
5958 | |
5959 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
5960 from paragraph-start. | |
5961 (paragraph-indent-minor-mode): New command. | |
5962 | |
5963 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
5964 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
5965 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
5966 (fortran-column-ruler): Simplify. | |
5967 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
5968 (fortran-with-subprogram-narrowing): Likewise. | |
5969 (fortran-indent-subprogram): Call mark-defun. | |
5970 (fortran-check-for-matching-do): Change narrowing. | |
5971 | |
5972 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
5973 (cl-lucid-hash-tag): Delete. | |
5974 (cl-hash-table-p): Correct test for native table. | |
5975 (cl-hash-table-count): Use hash-table-count. | |
5976 | |
5977 * browse-url.el (browse-url): Fix case of | |
5978 browse-url-browser-function being an alist. | |
5979 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
5980 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
5981 |
27233 | 5982 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
5983 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
5984 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
5985 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 5986 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
5987 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
5988 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 5989 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
5990 |
27191 | 5991 2000-01-05 Dave Love <fx@gnu.org> |
5992 | |
27241 | 5993 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 5994 (beginning-of-defun-raw): Use it. |
5995 (end-of-defun): New variable. | |
5996 (end-of-defun): Use it. | |
5997 (check-parens): New command. | |
5998 | |
27182 | 5999 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6000 | |
27233 | 6001 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6002 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6003 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6004 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6005 |
27176 | 6006 2000-01-05 Andreas Schwab <schwab@suse.de> |
6007 | |
6008 * hscroll.el (hscroll): Doc fix. | |
6009 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6010 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6011 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6012 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6013 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6014 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6015 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6016 file idlw-rinfo.el. |
27182 | 6017 (idlwave-customize): load must read file idlw-shell.el. |
6018 (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
|
6019 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6020 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6021 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6022 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6023 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6024 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6025 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6026 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6027 both reftex-dcr and reftex-vcr. |
27182 | 6028 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6029 * 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
|
6030 |
27164 | 6031 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6032 |
6033 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6034 (ps-print-version): New version number (5.0.3). | |
6035 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6036 local. | |
6037 (ps-spool-config): Initialization fix. | |
27233 | 6038 (ps-print-prologue-1, ps-print-prologue-2) |
6039 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6040 (ps-background-image): Little code reformating. |
6041 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6042 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6043 (ps-prologue-file): New fun. |
6044 | |
27159 | 6045 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6046 | |
27233 | 6047 * ps-vars.el: Eliminated. |
27159 | 6048 |
6049 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6050 `;;;###autoload'. | |
6051 | |
6052 * ps-print.el: ps-vars eliminated, doc fix. | |
6053 (ps-print-version): New version number (5.0.2). | |
6054 (ps-spool-config): Initialization fix. | |
6055 (ps-print-customize): New fun. | |
6056 | |
27155 | 6057 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6058 | |
6059 * autorevert.el (auto-revert-mode): Return value of | |
6060 auto-revert-mode. | |
6061 | |
27152 | 6062 2000-01-04 Dave Love <fx@gnu.org> |
6063 | |
27198 | 6064 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6065 menu items. | |
27152 | 6066 |
27124 | 6067 2000-01-03 Dave Love <fx@gnu.org> |
6068 | |
27191 | 6069 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6070 |
27241 | 6071 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6072 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6073 `cl-hash-table-p', not `hash-table-p'. | |
6074 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6075 | |
27119 | 6076 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6077 | |
6078 * faces.el (face-read-integer, read-face-attribute) | |
6079 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6080 strings. | |
6081 | |
27112 | 6082 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6083 | |
6084 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6085 at comment end, and re-insert them after filling. | |
6086 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6087 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
|
6088 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6089 * 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
|
6090 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6091 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
|
6092 |
27102 | 6093 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6094 | |
6095 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6096 the new name of face-color-supported-p. | |
6097 | |
6098 * term/w32-win.el (xw-defined-colors): Likewise. | |
6099 | |
27097 | 6100 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6101 | |
6102 * simple.el (completion-setup-function): Count completion-size | |
6103 from minibuffer-prompt-end, not from point-min. | |
6104 | |
27091 | 6105 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6106 | |
6107 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6108 Pass the frame to tty-color-* functions. | |
6109 (display-color-p, frame-set-background-mode): Pass the frame to | |
6110 tty-display-color-p. | |
6111 | |
6112 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6113 tty-color-alist. | |
6114 (tty-color-alist, tty-modify-color-alist): New functions. | |
6115 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6116 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6117 an optional parameter FRAME. | |
6118 | |
27074 | 6119 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6120 | |
27082 | 6121 * image.el (create-image, defimage): Don't assume image data is a |
6122 string. | |
6123 | |
27074 | 6124 * image.el (defimage): Handle specifications containing :data |
6125 instead of :file. | |
6126 (image-type-from-data): New function. | |
6127 (image-type-from-file-header): Use it. | |
6128 (create-image): Add parameter DATA-P. | |
27182 | 6129 |
30729 | 6130 See ChangeLog.8 for earlier changes. |