Mercurial > emacs
annotate lisp/ChangeLog @ 30767:7dc7bfb39bca
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 11 Aug 2000 19:17:18 +0000 |
parents | 9459d3b62846 |
children | 526b2501f5aa |
rev | line source |
---|---|
30767 | 1 2000-08-12 Miles Bader <miles@gnu.org> |
2 | |
3 * comint.el (comint-send-string, comint-send-region): Make into | |
4 real functions. Snapshot the prompt before sending. | |
5 | |
30764 | 6 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
7 | |
8 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
9 technique similar to Info-index, instead of relying on specific | |
10 names of relevant Index nodes. | |
11 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
12 going to the first node found by Info-find-emacs-command-nodes. | |
13 | |
30758 | 14 2000-08-11 eliz <eliz@is.elta.co.il> |
15 | |
16 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
17 | |
30741 | 18 2000-08-10 Miles Bader <miles@gnu.org> |
19 | |
20 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
21 | |
30739 | 22 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
23 | |
24 * info.el (Info-file-list-for-emacs): More elements for the | |
25 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
26 and woman manuals. | |
27 | |
30737 | 28 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
29 | |
30 * comint.el (comint-send-input): Make the newline boundary overlay | |
31 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
32 (comint-output-filter): Use `insert' instead of | |
33 `insert-before-markers'. Extend comint-last-output-overlay when | |
34 necessary since we can't rely on insert-before-markers to do it. | |
35 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
36 save-excursion when inserting the output, so that point gets | |
37 updated correctly; the old method relied on a rather dodgy | |
38 side-effect of comint-output-filter to avoid the effect of | |
39 save-excursion. | |
40 | |
30734 | 41 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
42 | |
43 * files.el (recover-file): Call insert-directory instead of | |
44 invoking `ls' directly. | |
45 | |
30732 | 46 2000-08-10 Miles Bader <miles@gnu.org> |
47 | |
48 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
49 (comint-last-prompt-overlay): New variables. | |
50 (comint-output-filter): Implement prompt highlighting. | |
51 (comint-snapshot-last-prompt): New function. | |
52 (comint-send-input): Snapshot the last prompt. | |
53 Use comint-highlight-input-face. | |
54 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
55 Use defface instead of defcustom. | |
56 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
57 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
58 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
59 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
60 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
61 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
62 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
63 (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
|
64 (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
|
65 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
|
66 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
67 * 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
|
68 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
69 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
70 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
71 |
30715 | 72 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
73 | |
74 * files.el (insert-directory): Don't call access-file on | |
75 directories on DOS and Windows. | |
76 | |
30704 | 77 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
78 | |
79 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
80 longer if necessary. | |
81 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
82 ccl-program-vector. | |
83 | |
30701 | 84 2000-08-09 Miles Bader <miles@gnu.org> |
85 | |
86 * comint.el (comint-output-filter): Properly handle the case where | |
87 the text surrounded by comint-last-output-overlay was deleted. | |
88 | |
30671 | 89 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
90 | |
30693 | 91 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
92 non-nil. | |
93 (Info-file-list-for-emacs): Remove "info" from the list because | |
94 that leads to trying to use the documentation from file `info' | |
95 in various situations where it isn't appropriate, for instance | |
96 C-h C-k C-h i. | |
97 | |
98 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
99 DIR and/or STRING are nil. | |
100 | |
101 * progmodes/compile.el (compilation-setup): Make variable | |
102 compilation-error-screen-columns buffer-local, as some comment | |
103 in the code suggests it should be. | |
104 | |
105 * files.el (auto-mode-interpreter-regexp): New variable. | |
106 (set-auto-mode): Use it. | |
107 | |
108 * indent.el (indent-for-tab-command): Doc fix. | |
109 | |
110 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
111 | |
30671 | 112 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
113 labels. | |
114 | |
115 * help.el (print-help-return-message): When | |
116 display-buffer-reuse-frames is set, let the help window been quit, | |
117 instead of deleting it, which might delete a reused frame. | |
118 | |
30664 | 119 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
120 | |
121 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
122 rename a directory to a name that differs only by its letter case. | |
123 | |
30655 | 124 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
125 | |
126 * international/quail.el (quail-define-rules): Handle Quail decode | |
127 map correctly. Add code for supporting annotations. | |
128 (quail-install-decode-map): New function. | |
129 (quail-defrule-internal): New optional arguments decode-map and | |
130 props. | |
131 (quail-advice): New function. | |
132 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
133 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
|
134 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
135 * 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
|
136 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
137 * 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
|
138 |
30649 | 139 2000-08-03 Miles Bader <miles@gnu.org> |
140 | |
141 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
142 New variable. | |
143 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
144 comint-use-prompt-regexp-instead-of-fields. | |
145 (comint-send-input): Add `input' field property to stuff we send to | |
146 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
147 (comint-output-filter): Add `output' field property to process | |
148 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
149 (comint-replace-by-expanded-history) | |
150 (comint-get-old-input-default, comint-show-output) | |
151 (comint-backward-matching-input, comint-forward-matching-input) | |
152 (comint-next-prompt, comint-previous-prompt): Use field | |
153 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
154 (comint-line-beginning-position): New function. | |
155 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
156 (comint-replace-by-expanded-history-before-point): Use | |
157 comint-line-beginning-position and line-end-position. | |
158 (comint-last-output-overlay): New variable. | |
159 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
160 | |
161 * shell.el (shell-prompt-pattern): Doc change. | |
162 (shell-backward-command): Use line-beginning-position. | |
163 | |
164 * gud.el (gud-gdb-complete-command): Use | |
165 comint-line-beginning-position. | |
166 | |
167 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
168 comint-bol doesn't actually go to the beginning of the line. | |
169 | |
170 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
171 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
172 (try-expand-line-all-buffers): Likewise. | |
173 | |
174 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
175 explicitly matching comint-prompt-regexp. | |
176 (sql-copy-column): Use comint-line-beginning-position instead of | |
177 explicitly matching comint-prompt-regexp. | |
178 | |
179 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
180 comint-line-beginning-position. | |
181 | |
182 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
183 | |
184 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
185 looking for a prompt, use `forward-line 0' instead of | |
186 `beginning-of-line', to avoid getting caught by an input field. | |
187 | |
30633 | 188 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
189 | |
190 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
191 PATTERN, in the Unix case. | |
192 | |
30629 | 193 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
194 | |
195 * play/zone.el (zone): Discard any pending input before running | |
196 the randomly-chosen pgm. | |
197 | |
30623 | 198 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
199 | |
200 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
201 checking the existence of any multibyte characters. | |
202 | |
30619 | 203 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
204 | |
30622 | 205 * help.el (describe-mode): Test minor-mode symbol for being |
206 bound before testing its value for being nil. | |
207 | |
30619 | 208 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
209 `first', `second', and `third'. | |
210 | |
211 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
212 (second): Make it an alias for `cadr'. | |
213 | |
30616 | 214 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
215 | |
216 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
217 types of display support faces now. | |
218 | |
30614 | 219 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
220 | |
221 * pcvs.el (require): Require `cl' during compilation, only. | |
222 | |
223 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
224 (toplevel): Remove `remq' and `remove' from autoloads. | |
225 (cl-fake-autoloads): New variable. If set, arrange for an error | |
226 when CL functions etc. are autoloaded. | |
227 | |
30585 | 228 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
229 | |
30593 | 230 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
231 | |
30591 | 232 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
233 popped up, but the user clicks outside the menu, return an empty | |
234 regexp (that causes unhighlight-regexp to have no effect). | |
235 | |
30589 | 236 * menu-bar.el (menu-bar-games-menu): Add Zone. |
237 | |
30585 | 238 * hi-lock.el (toplevel): Require font-lock. |
239 | |
30576 | 240 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
241 | |
242 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
243 (ebnf-8-bit-chars): New var for bug fix. | |
244 (ebnf-string): Bug fix. | |
245 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
246 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
|
247 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
248 * 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
|
249 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
250 (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
|
251 `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
|
252 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
253 |
30567 | 254 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
255 | |
256 * international/mule-cmds.el (select-safe-coding-system): Make | |
257 the message text about selecting a safe coding system more clear. | |
258 | |
30564 | 259 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
260 | |
30565 | 261 * hi-lock.el: New file. |
262 | |
263 * play/zone.el: New file. | |
264 | |
30564 | 265 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
266 value of tab-width in the original buffer. Choose a line number | |
267 format that's a multiple of the original buffer's tab width, so | |
268 that lines appear right. | |
269 | |
270 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
271 Spell-check active region if in transient-mark-mode and mark | |
272 is active; otherwise spell-check buffer. | |
273 | |
274 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
275 | |
276 * ps-mule.el: Fix a customization problem on | |
277 ps-mule-font-info-database-default. | |
278 | |
30555 | 279 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
280 | |
281 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
282 display-mouse-p instead of window-system. | |
283 (ebrowse-member-mode-map): Ditto. | |
284 | |
30553 | 285 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
286 | |
287 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
288 fix. | |
289 (ebnf-version): New version number (3.2). | |
290 (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
|
291 |
30547 | 292 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
293 | |
30549 | 294 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
295 font lock support on window-system. | |
296 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
297 | |
30547 | 298 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
299 display-color-p, if fboundp, instead of window-system. | |
300 | |
30545 | 301 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
302 | |
303 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
304 instead of window-system. | |
305 | |
306 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
307 window-system. | |
308 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
309 instead of window-system. | |
310 | |
311 * strokes.el (strokes-file): Run the file name through | |
312 convert-standard-filename. | |
313 (strokes-mode): Call display-mouse-p instead of looking at | |
314 window-system. Change the error message accordingly. | |
315 | |
316 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
317 | |
318 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
319 (lm-plot-square, lm-init-display): Don't use window-system. | |
320 | |
321 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
322 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
323 | |
324 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
325 instead of looking at window-system. | |
326 | |
30528 | 327 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
328 | |
329 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
330 of testing if iswitchb-prepost-hooks is bound, because the | |
331 latter will always be true when invoking a recursive minibuffer | |
332 from an active Iswitchb buffer. | |
333 | |
30526 | 334 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
335 | |
336 * files.el (shell-quote-wildcard-pattern): New function. | |
337 (insert-directory): Call it. Only prepend "\" to command on Unix | |
338 and GNU/Linux systems. | |
339 | |
30524 | 340 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
341 | |
342 * eshell/esh-groups.el: Change custom :link file names | |
343 from `eshell.info' to `eshell'. | |
344 | |
345 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
346 | |
347 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
348 correctly in recursive ange-ftp listings. | |
349 | |
350 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
351 | |
352 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
353 ps-header-font-size-internal and | |
354 ps-header-title-font-size-internal variables are not set, | |
355 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
356 face text property is (foreground-color . COLOR) or | |
357 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
358 (ps-print-version): New version number (5.2.4). | |
359 (ps-plot-region): Code fix. | |
360 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
361 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
362 Bug fix 2. | |
363 | |
364 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
365 | |
366 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
367 identifiers like `myXMLDocument'. | |
368 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
369 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
|
370 |
30524 | 371 * mail/mail-hist.el (mail-hist-previous-input) |
372 (mail-hist-next-input): Do the obvious code factorization. | |
373 (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
|
374 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
|
375 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
|
376 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
377 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
|
378 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
379 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 380 Use `<=', not `<' to compare times! |
381 (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
|
382 |
30502 | 383 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
384 | |
30516 | 385 * play/cookie1.el: Add explanation of how to make cookie.el |
386 compatible with strfile(1) to comment. | |
387 | |
388 * subr.el (remove, remq): New functions. | |
389 | |
30511 | 390 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
391 escape `*' in regexps. | |
392 (midnight-find): Reverse order of arguments in the funcall of | |
393 TEST. | |
394 | |
395 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
396 and `.class'. | |
397 | |
30502 | 398 * play/meese.el: Add Commentary section. |
399 | |
30516 | 400 2000-07-27 Alex Schroeder <alex@gnu.org> |
401 | |
402 * sql.el (sql-ms): Added autoload cookie. | |
403 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
404 (sql-oracle): Ditto. | |
405 (sql-help): Doc change. | |
406 | |
407 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
408 types and exceptions. | |
409 | |
410 2000-07-27 Alex Schroeder <alex@gnu.org> | |
411 | |
412 * sql.el (sql-placeholder-history): New variable. | |
413 (sql-query-placeholders-and-send): New function that will query | |
414 the user and replace placeholders with user input. | |
415 (sql-oracle): If running on NT, set comint-input-sender to | |
416 sql-query-placeholders-and-send. | |
417 | |
418 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
419 present it as a message. | |
420 | |
421 2000-07-27 Alex Schroeder <alex@gnu.org> | |
422 | |
423 * sql.el (sql-input-ring-separator): Doc change. | |
424 (sql-input-ring-file-name): Doc change. | |
425 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
426 `sql-input-ring-file-name' to set the comint-mode equivalents | |
427 without making them local variables. | |
428 (sql-stop): Don't bind `sql-input-ring-separator' and | |
429 `sql-input-ring-file-name' dynamically to their comint-mode | |
430 equivalents. | |
431 | |
30490 | 432 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
433 | |
434 * international/mule.el (register-char-codings): New function. | |
435 (make-coding-system): Handle `safe-chars' specification in the arg | |
436 PROPERTY. | |
437 | |
438 * international/mule-cmds.el | |
439 (find-coding-systems-region-subset-p): This function deleted. | |
440 (sort-coding-systems-predicate): New variable. | |
441 (sort-coding-systems): New function. | |
442 (find-coding-systems-region): Use | |
443 find-coding-systems-region-internal. | |
444 (find-coding-systems-string): Use find-coding-systems-region. | |
445 (find-coding-systems-for-charsets): Check | |
446 char-coding-system-table. | |
447 (select-safe-coding-system-accept-default-p): New variable. | |
448 (select-safe-coding-system): Mostly rewritten. New argument | |
449 ACCEPT-DEFAULT-P. | |
450 (select-message-coding-system): Call select-safe-coding-system | |
451 with ACCEPT-DEFAULT-P arg. | |
452 (reset-language-environment): Reset default-sendmail-coding-system | |
453 to the default value iso-latin-1. | |
454 (set-language-environment): Don't set the obsolete variable | |
455 charset-origin-alist. | |
456 | |
457 * international/codepage.el (cp-coding-system-for-codepage-1): | |
458 Give `safe-chars' property to make-coding-system. | |
459 | |
460 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
461 calling select-message-coding-system twice. | |
462 | |
463 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
464 instead of `safe-charsets'. | |
465 (cyrillic-alternativnyj): Likewise. | |
466 (ccl-encode-alternativnyj): Don't check the charset | |
467 cyrillic-iso8859-5. | |
468 | |
30484 | 469 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
470 | |
471 * composite.el (compose-chars-after): Preserve match data. | |
472 | |
30481 | 473 2000-07-26 Sam Steingold <sds@gnu.org> |
474 | |
475 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
476 (ange-ftp-real-file-newer-than-file-p): New function. | |
477 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
478 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
479 | |
480 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
481 * midnight.el (midnight-float-time): Ditto. | |
482 | |
30479 | 483 2000-07-26 Andreas Schwab <schwab@suse.de> |
484 | |
485 * files.el (normal-backup-enable-predicate): Correct | |
486 interpretation of the return value of compare-strings. | |
487 | |
30471 | 488 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
489 | |
30477 | 490 * isearch.el (isearch-resume): New function. |
491 (isearch-done): Add something to command-history to resume | |
492 the search. | |
493 (isearch-yank-line, isearch-yank-word): Use | |
494 buffer-substring-no-properties instead of buffer-substring. | |
495 | |
30471 | 496 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
497 of flyspell-mouse-map. | |
498 | |
499 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
500 duplicate definition. | |
501 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
502 | |
503 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
504 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
505 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
506 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
|
507 |
30459 | 508 * net/ange-ftp.el: Get modtime over the net. |
509 (ange-ftp-file-modtime): New function. | |
30473 | 510 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
511 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 512 Use it. |
513 (ange-ftp-dot-to-slash): New function. | |
514 (ange-ftp-fix-name-for-vms): Use it. | |
515 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
516 * 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
|
517 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
518 |
30457 | 519 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
520 | |
521 * find-dired.el: Update copyright notice. | |
522 (find-dired): Offer to kill a running `find'. | |
523 | |
524 * enriched.el (enriched-face-ans): For a `foreground-color' | |
525 property, return '(("x-color" COLOR))' so that COLOR will be | |
526 output as a parameter of the x-color annotation. Likewise for the | |
527 `background-color' property. In the case of normal face | |
528 properties, don't return annotations for unspecified foreground | |
529 and background face attributes. | |
530 | |
30450 | 531 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
532 | |
533 * language/japan-util.el (japanese-katakana-region): Fix handling | |
534 HANKAKU argument. | |
535 | |
30438 | 536 2000-07-25 Miles Bader <miles@gnu.org> |
537 | |
538 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
539 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
540 constrain-to-field. | |
541 | |
30437 | 542 2000-07-24 Andrew Innes <andrewi@gnu.org> |
543 | |
544 * timer.el (timer-activate-when-idle): Add optional parameter | |
545 DONT-WAIT. Update docstring. | |
546 (run-with-idle-timer): Specify extra parameter to | |
547 timer-activate-when-idle, so that timer will be activated | |
548 immediately if Emacs is already idle. | |
549 | |
550 * w32-fns.el (w32-using-nt): Fix docstring. | |
551 | |
30434 | 552 2000-07-24 Dave Love <fx@gnu.org> |
553 | |
554 * mouse.el (popup-menu): Set last-command-event. | |
555 (mouse-major-mode-menu-prefix): Declare. | |
556 | |
30433 | 557 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
558 | |
559 * textmodes/flyspell.el: Update to author's version 1.5d. | |
560 | |
561 * progmodes/hideshow.el: Update copyright notice. | |
562 | |
563 * vcursor.el: Set maintainer to FSF, since author cannot | |
564 be reached. | |
565 | |
30422 | 566 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
567 | |
30424 | 568 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
569 the prompt. | |
570 | |
30422 | 571 * mouse.el (popup-menu): Run the keymap through indirect-function, |
572 in case it was defined with define-prefix-key. If the menu is a | |
573 list of keymaps, look up the binding of user's choice in each one | |
574 of the keymaps. | |
575 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
576 don't have a prompt string, create one and insert it into the | |
577 keymap. Don't barf if current-local-map returns nil. | |
578 | |
30415 | 579 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
580 | |
581 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
582 to be undone. | |
583 (dired-sort-other): Use it. | |
584 | |
30412 | 585 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
586 | |
30415 | 587 * Release of cc-mode 5.27 |
30412 | 588 |
589 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
590 | |
591 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
592 c-beginning-of-statement-1 that caused a bad case of recursion | |
593 which could consume a lot of CPU in large classes in languages | |
594 that have in-expression classes (i.e. Java and Pike). | |
595 | |
596 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
597 statements before top level constructs (i.e. case 6 is moved | |
598 before case 5 and is now case 4) to catch in-expression | |
599 classes in top level expressions correctly. | |
600 | |
601 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
602 | |
603 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
604 objc-method-intro. Case 4 removed and case 5I added. | |
605 | |
606 * cc-langs.el (c-append-paragraph-start): New variable used by | |
607 c-common-init to get paragraph-start correct. | |
608 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
609 initialize paragraph-start to make it correct both with and | |
610 without the javadoc special case. | |
611 | |
612 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
613 initialize paragraph-start for javadoc markup. | |
614 | |
615 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
616 change by defaulting this to t. It's motivated by the | |
617 confusing behavior that otherwise arise from the style system | |
618 when editing both java and non-java files at the same time | |
619 (see the comments about style setting in c-common-init). | |
620 | |
621 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
622 | |
623 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
624 similar to the one in c-fill-paragraph to check the fill | |
625 prefix from the adaptive fill function for sanity. | |
626 | |
627 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
628 | |
629 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
630 defun block. | |
631 | |
632 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
633 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
634 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 635 |
636 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
637 | |
638 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
639 leading comma nicely. Extended to handle member initializers | |
640 too. | |
641 | |
30415 | 642 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 643 c-guess-basic-syntax): Fixed recognition of inheritance lists |
644 when the lines begins with a comma. | |
645 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
646 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 647 |
648 * cc-vars.el (c-offsets-alist): Changed default for | |
649 member-init-cont to c-lineup-multi-inher since it now handles | |
650 member initializers and indents better for leading commas. | |
651 | |
652 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
653 | |
654 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
655 handling that caused class open lines to be recognized as | |
656 statement-conts in some cases. | |
657 | |
658 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
659 guessed by the adaptive fill function unless point is on the | |
660 first line of a block comment. | |
661 | |
662 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
663 when the buffer ends with a macro continuation char. | |
664 | |
665 * cc-engine.el (c-guess-basic-syntax): Added support for | |
666 function definitions as statements in Pike. The first | |
667 statement in a lambda block is now labeled defun-block-intro | |
668 instead of statement-block-intro. | |
669 | |
670 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
671 so that the class surrounding point is selected, not the one | |
672 innermost in the state. | |
673 | |
674 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
675 recognition of switch labels having hanging multiline | |
676 statements. | |
677 | |
678 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
679 some code in c-guess-basic-syntax to a separate function. | |
680 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
681 recognition of member inits with multiple line arglists. | |
682 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
683 member-init-cont when the commas are in funny places. | |
684 | |
685 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
686 | |
687 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
688 not used anymore. | |
689 | |
690 * cc-engine.el (c-looking-at-bos): New helper function. | |
691 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
692 inexpr and toplevel classes apart in Pike. | |
693 | |
694 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
695 of case 9A. | |
696 | |
697 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
698 constant, since "class" can introduce an in-expression class | |
699 in Pike nowadays. | |
700 | |
701 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
702 | |
703 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
704 indentation on cpp-macro lines. | |
705 | |
706 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
707 a syntax modifier like comment-intro, to make it possible to | |
708 get syntactic indentation for preprocessor directives. It's | |
709 incompatible wrt to lineup functions on cpp-macro, but it has | |
710 no observable effect in the 99.9% common case where cpp-macro | |
711 is set to -1000. | |
712 | |
713 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
714 | |
715 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
716 member-init-cont when the preceding arglist is several lines. | |
717 | |
718 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
719 | |
720 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
721 style corrected to 8. | |
722 | |
723 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
724 | |
725 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
726 brace list openers in the gnu style. | |
727 | |
728 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
729 | |
730 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
731 | |
732 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
733 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
734 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
735 when c-syntactic-indentation is nil. | |
736 | |
737 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
738 we were left at comments preceding the first statement when | |
739 reaching the beginning of the buffer. | |
740 | |
741 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
742 off all syntactic indentation. | |
743 | |
744 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
745 | |
746 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
747 between the text and the block comment ender when it hangs, | |
748 depending on how many there are before the fill. | |
749 | |
750 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
751 | |
752 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
753 function to go back to the closest preceding statement start, | |
754 which could be inside a conditional statement. | |
755 * cc-engine.el (c-guess-basic-syntax): Use | |
756 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
757 | |
758 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
759 arglist-intro, arglist-cont-nonempty and arglist-close when | |
760 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
761 changed. | |
762 | |
763 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
764 up-to-date with javadoc 1.2. | |
765 | |
766 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
767 | |
768 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
769 multiline Pike type decls. | |
770 | |
771 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
772 | |
773 * cc-cmds.el (c-indent-new-comment-line): Always break | |
774 multiline comments in multiline mode, regardless of | |
775 comment-multi-line. | |
776 | |
777 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
778 | |
779 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
780 fully::qualified::names in C++ member init lists. Preamble in | |
781 case 5D changed. | |
782 | |
783 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
784 | |
785 * cc-langs.el (c-common-init): Handling of obsolete variables | |
786 moved to c-initialize-cc-mode. More compatible style override | |
787 when using global style variables. | |
788 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
789 variables moved here. | |
790 | |
30415 | 791 * cc-mode.texi: Documented the special behavior of |
30412 | 792 c-special-indent-hook as a style variable. Don't talk about |
793 doing (c-make-styles-buffer-local t) in a mode hook, since | |
794 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
|
795 |
30412 | 796 * cc-styles.el (c-make-styles-buffer-local): Flag style |
797 variable localness in c-style-variables-are-local-p to make | |
798 the compatibility measure in c-common-init work well. | |
799 | |
800 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
801 longer contain set-from-style. | |
802 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
803 set-from-style on c-special-indent-hook. | |
804 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
805 copy-alist is sufficient now. | |
806 | |
807 * cc-styles.el (c-set-style, c-set-style-1, | |
808 c-get-style-variables): Fixes to variable initialization so | |
809 that duplicate entries in styles have the same effect | |
810 regardless of DONT-OVERRIDE. | |
811 | |
812 * cc-styles.el (c-set-style-2): Fixed bug where the | |
813 initialization of inheriting styles failed when the | |
814 dont-override flag is set. | |
815 | |
816 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
817 on this. | |
818 | |
819 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
820 | |
821 * cc-defs.el (c-forward-comment): Removed the workaround | |
822 introduced in 5.38 since it had worse side-effects. If a line | |
823 contains the string "//\"", it regarded the // as a comment | |
824 start since the \ temporarily doesn't have escape syntax. | |
825 | |
826 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
827 | |
828 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
829 ada-xref.el before ada-prj.el, so that the Project menu is created | |
830 when ada-prj tries to add to it. | |
831 (ada-activate-keys-for-case): Suppress the characters that are not | |
832 part of the Ada syntax. Better compatibility with else-mode | |
833 (ada-adjust-case-interactive): When auto-casing is not active, | |
834 correctly insert newlines (used to insert only ^M). Prevent the | |
835 syntax table from being changed in case of an error | |
836 (or '_' becomes part of a word and some commands are confused). | |
837 Do nothing if ada-auto-case is nil. | |
838 (ada-after-keyword-p): Ignore keywords that are also attributes | |
839 (ada-batch-reformat): Update usage comment | |
840 (ada-call-from-contextual-menu): New function | |
841 (ada-case-read-exceptions): Reinitialize the casing exception list | |
842 first to nil first, so that the casing exception file can be | |
843 shared. | |
844 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
845 files. | |
846 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
847 anywhere in the error message | |
848 (ada-contextual-menu-last-point): New variable | |
849 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
850 t on XEmacs, it means that DEL should delete one character | |
851 forward. | |
852 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
853 New submenu "Options". | |
854 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
855 statements. | |
856 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
857 even if they don't match ada-fill-comment-prefix Fix handling of | |
858 paragraphs on the first or last line of a file. | |
859 (ada-format-paramlist): Fix handling of default parameter values. | |
860 (ada-get-body-name): New function. | |
861 (ada-get-current-indent): Optimized by searchling directly for an | |
862 existing generic part or a statement outside of it. Handle | |
863 ada-indent-align-comments when indenting comments Replaced some | |
864 regexps by testing directly the next character. This results in a | |
865 huge speedup on some files. New indentation scheme for renames | |
866 statements. Stop looking for the 'while' or 'for' associated with | |
867 a 'loop' at the first semicolon encountered. A "return" can also | |
868 match an anonymous access subprogram declaration. | |
869 (ada-get-indent-noindent): Ignore strings and comments when | |
870 looking for the keywords "record" and "private". | |
871 (ada-goto-matching-decl-start): When matching "if", make sure we | |
872 are not in fact seeing "end if". Ignore "when" statements except | |
873 when initial keyword was "begin". Fix handling of nested | |
874 procedures. Add a recursive call to this function to skip over | |
875 other 'end' statmts. Fix indentation for "when .. => begin" | |
876 (ada-in-open-paren-p): Fix indentation for complex boolean | |
877 expressions, where 'and then', 'or else' and parenthesis | |
878 statements are mixed up. | |
879 (ada-in-paramlist-p): Skip comments while searching for the | |
880 beginning Fix handling of operator declarations. | |
881 (ada-indent-align-comments): New variable | |
882 (ada-indent-current): Change the syntax table only in the | |
883 protected section, so that we are sure it is restored correctly. | |
884 (ada-indent-on-previous-lines): Use ada-use-indent and | |
885 ada-with-indent Correctly indent "select ... then" | |
886 (ada-indent-region): Slight speedup. | |
887 (ada-indent-renames): New variable. | |
888 (ada-last-which-function-subprog, ada-last-which-function-line): | |
889 New variables | |
890 (ada-looking-at-semi-private): Correctly indent the 'private' | |
891 keyword when it is the first word in a package declaration. | |
892 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
893 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
894 even if point is not initially at the end of the word. | |
895 (ada-matching-decl-start-re): Add "when". | |
896 (ada-mode): Add support for abbrev-mode, outline-mode and | |
897 which-func-mode Override the old find-file.el entry in | |
898 ff-special-constructs since it is using the obsolete | |
899 ada-spec-suffix variable | |
900 (ada-no-auto-case): New function | |
901 (ada-scan-paramlist): When parsing the argument type, accept | |
902 spaces (as in "X 'Class", generated by Rational Rose). | |
903 (ada-other-file-name): No longer loads the other file. | |
904 (ada-popup-menu): Save and restore the current buffer and cursor | |
905 position before and after displaying the menu. | |
906 (ada-search-ignore-complex-boolean): New function. | |
907 (ada-uncomment-region): Emacs21 already knows how to delete | |
908 comments not starting in the first column. | |
909 (ada-use-indent): New variable | |
910 (ada-which-function): New function. | |
911 (ada-with-indent): New variable | |
912 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
913 can be batch-compiled from the command line. | |
914 | |
915 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
916 Add to the menu when the file is loaded, not in ada-mode-hook. | |
917 Add -toolbar to the default ddd command Switches moved from | |
918 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
919 ada-prj-default-comp-opt | |
920 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
921 Reference Manual to the menu | |
922 (ada-check-current): rewritten as a call to ada-compile-current | |
923 (ada-compile): Removed. | |
924 (ada-compile-application, ada-compile-current, ada-check-current): | |
925 Set the compilation-search-path so that compile.el automatically | |
926 finds the sources in src_dir. Automatic scrollong of the | |
927 compilation buffer. C-uC-cC-c asks for confirmation before | |
928 compiling | |
929 (ada-compile-current): New parameter, prj-field | |
930 (ada-complete-identifier): Load the .ali file before doing | |
931 processing | |
932 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
933 conform to gnatmake's behavior. | |
934 (ada-find-file-in-dir): New function | |
935 (ada-find-references): Set the environment variables for gnatfind | |
936 (ada-find-src-file-in-dir): New function. | |
937 (ada-first-non-nil): Removed | |
938 (ada-gdb-application): Add support for jdb, the java debugger. | |
939 (ada-get-ada-file-name): Load the original-file first if not done | |
940 yet. | |
941 (ada-get-all-references): Handles the new ali syntax (parent types | |
942 are found between <>). | |
943 (ada-initialize-runtime-library): New function | |
944 (ada-mode-hook): Always load a project file when a file is opened, | |
945 so that the casing exceptions are correctly read. | |
946 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
947 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
948 to open the project file, since the latter does not work with | |
949 speedbar Get default values before loading the prj file, or the | |
950 default executable file name is wrong. Use the absolute value of | |
951 src_dir to initialize ada-search-directories and | |
952 compilation-search-path,... Add the standard runtime library to | |
953 the search path for find-file. | |
954 (ada-prj-default-debugger): Was missing an opening '{' | |
955 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
956 variables. | |
957 (ada-prj-default-gnatmake-opt): New variable | |
958 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
959 buffers, the project file is the default one Save the windows | |
960 configuration before displaying the menu. | |
961 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
962 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
963 ...) regexp-quote identifiers names to support operators +, | |
964 -,... in regexps. | |
965 (ada-remote): New function. | |
966 (ada-run-application): Erase the output buffer before starting the | |
967 run Support remote execution of the application. Use | |
968 call-process, or the arguments are incorrectly parsed | |
969 (ada-set-default-project-file): Reread the content of the active | |
970 project file, not the one from the current buffer When a project | |
971 file is set as the default project, all directories are | |
972 automatically associated with it. | |
973 (ada-set-environment): New function | |
974 (ada-treat-cmd-string): New special variable ${current} | |
975 (ada-treat-cmd-string): Revised. The substitution is now done for | |
976 any ${...} substring | |
977 (ada-xref-current): If no body was found, compiles the spec | |
978 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
979 compiler to get rid of command line length limitations. | |
980 (ada-xref-get-project-field): New function | |
981 (ada-xref-project-files): New variable | |
982 (ada-xref-runtime-library-specs-path) | |
983 (ada-xref-runtime-library-ali-path): New variables | |
984 (ada-xref-set-default-prj-values): Default run command now does a | |
985 cd to the build directory. New field: main_unit Provide a default | |
986 file name even if the current buffer has no prj file. | |
987 | |
988 * ada-prj.el: | |
989 Rewritten to show a tabbed-dialog. | |
990 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
991 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
992 New function | |
993 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
994 (ada-prj-load-from-file): New function | |
995 (ada-prj-save): Always save fields that depend on the current buffer | |
996 (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
|
997 |
30412 | 998 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
999 Ada mode. This will allow us to display the Ada menu in any buffer | |
1000 we want (for project items). | |
1001 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
1002 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
|
1003 |
30395 | 1004 2000-07-24 Dave Love <fx@gnu.org> |
1005 | |
1006 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1007 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1008 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1009 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1010 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1011 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1012 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1013 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1014 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1015 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1016 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1017 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1018 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1019 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1020 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1021 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1022 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1023 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1024 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1025 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1026 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1027 (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
|
1028 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1029 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1030 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1031 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1032 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1033 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1034 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1035 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1036 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1037 |
30386 | 1038 2000-07-23 Dave Love <fx@gnu.org> |
1039 | |
1040 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1041 ^o, ^u. | |
1042 | |
30359 | 1043 2000-07-21 Dave Love <fx@gnu.org> |
1044 | |
30374 | 1045 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1046 now passed to the function. It now works properly. | |
1047 | |
30359 | 1048 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1049 | |
30350 | 1050 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1051 | |
1052 * info-look.el (info-lookup): If *info* is shown in another frame | |
1053 on the same display, select that frame, instead of switching to | |
1054 the Info buffer in another window of the selected frame. | |
1055 | |
1056 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1057 kp-0 to kp-9 and kp-subtract. | |
1058 (digit-argument): Handle these keys. | |
1059 | |
30346 | 1060 2000-07-20 Dave Love <fx@gnu.org> |
1061 | |
1062 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1063 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1064 Put an extra property on the overlays and use it to clean up in | |
1065 case goto-address is re-run. | |
1066 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1067 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1068 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1069 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1070 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1071 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1072 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1073 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1074 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1075 |
30331 | 1076 2000-07-19 Dave Love <fx@gnu.org> |
1077 | |
1078 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1079 implementation. | |
1080 | |
1081 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1082 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1083 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1084 | |
30318 | 1085 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1086 | |
30329 | 1087 * textmodes/refer.el: Correct maintainer's email address. |
1088 | |
1089 * progmodes/hideif.el: Correct author's email address. | |
1090 Fix typo in comment. | |
1091 | |
1092 * xml.el: New file. | |
1093 | |
30318 | 1094 * mail/mailheader.el: Correct author's mail address. |
1095 | |
1096 * gnus/parse-time.el: Correct author's mail address. | |
1097 | |
30329 | 1098 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1099 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1100 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1101 New user options. |
1102 (comint-input-ring-file-name): Change custom type. | |
1103 (comint-mode-map): Bind mouse-2. | |
1104 (comint-insert-clicked-input): New function. | |
1105 (comint-send-input): Handle input highlighting. | |
1106 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1107 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1108 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1109 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1110 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1111 |
30311 | 1112 2000-07-18 Dave Love <fx@gnu.org> |
1113 | |
1114 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1115 improvements. | |
1116 | |
30308 | 1117 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1118 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1119 * faces.el (face-font-selection-order) |
30308 | 1120 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1121 |
30298 | 1122 2000-07-18 Dave Love <fx@gnu.org> |
1123 | |
1124 * cus-edit.el (custom-variable-reset-saved) | |
1125 (custom-variable-reset-standard): Remove unused bindings. | |
1126 | |
1127 * rect.el (open-rectangle-line): Remove unused let. | |
1128 | |
1129 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1130 | |
30296 | 1131 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1132 | |
1133 * cdl.el: Fix `Maintainer' keyword. | |
1134 | |
1135 * play/pong.el: Add author's email address. | |
1136 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1137 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1138 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1139 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1140 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1141 |
30290 | 1142 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1143 | |
1144 * mail/vms-pmail.el: Change maintainer to FSF. | |
1145 | |
1146 * net/goto-addr.el: Change maintainer to FSF. | |
1147 | |
1148 * recentf.el: Update from author. | |
1149 | |
1150 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1151 |
30277 | 1152 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1153 | |
1154 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1155 links to eshell, to avoid problems on systems where the manual is | |
1156 installed as `eshell'. | |
1157 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1158 * eshell/em-smart.el (eshell-smart): Ditto. | |
1159 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1160 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1161 |
1162 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1163 same-file check in the MS-DOS version (it does support inodes). | |
1164 | |
1165 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1166 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1167 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1168 Run default directory name through convert-standard-filename. |
30277 | 1169 |
30255 | 1170 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1171 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1172 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1173 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1174 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1175 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1176 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1177 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1178 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1179 Don't translate some national variant characters of latin-jisx0201. |
30262 | 1180 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 1181 |
30255 | 1182 * international/kkc.el (kkc-after-update-conversion-functions): |
1183 New variable. | |
1184 (kkc-update-conversion): Run functions in it at the tail. | |
1185 | |
30277 | 1186 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
|
1187 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1188 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1189 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
|
1190 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1191 |
30253 | 1192 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
1193 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1194 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 1195 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
1196 the conversion list at first if appropriate. | |
1197 (kkc-next): Don't update kkc-next-count here. | |
1198 (kkc-prev): Don't update kkc-prev-count here. | |
1199 (kkc-show-conversion-list-update): Fix setting up of conversion | |
1200 list message. | |
1201 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1202 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1203 |
30290 | 1204 * 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
|
1205 |
30248 | 1206 2000-07-16 Dave Love <fx@gnu.org> |
1207 | |
1208 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
1209 function to be more specific. | |
1210 | |
1211 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
1212 non-string help-echo. | |
1213 (widget-types-convert-widget): Defsubst it. | |
1214 (widget-echo-help): Try to cope with a help-echo function of two | |
1215 possible sorts. | |
1216 | |
30241 | 1217 2000-07-15 Jason Rumney <jasonr@gnu.org> |
1218 | |
1219 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
1220 Declare as obsolete. | |
1221 | |
1222 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
1223 | |
30226 | 1224 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
1225 | |
1226 * hilit-chg.el: Fix typo. | |
1227 | |
30221 | 1228 2000-07-14 Dave Love <fx@gnu.org> |
1229 | |
1230 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
1231 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1232 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1233 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1234 * 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
|
1235 |
30193 | 1236 2000-07-13 Dave Love <fx@gnu.org> |
1237 | |
30195 | 1238 * emacs-lisp/easymenu.el: Doc fixes. |
1239 (easy-menu-remove): Defalias to ignore. | |
1240 | |
30193 | 1241 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
1242 Call throw correctly. | |
1243 | |
30190 | 1244 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
1245 | |
1246 * faces.el (frame-background-mode): Doc fix. | |
1247 | |
1248 * simple.el (eval-expression-print-length): Change custom type to | |
1249 allow entering nil as value. | |
1250 | |
30185 | 1251 2000-07-13 Dave Love <fx@gnu.org> |
1252 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1253 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1254 Change definition layout. |
30187 | 1255 (fortran-mode-menu): Reinstate customize entries. |
1256 | |
30185 | 1257 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
1258 Use :filter, per old XEmacs code. | |
1259 | |
30170 | 1260 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
1261 | |
1262 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
1263 event when deciding what to send to the terminal. | |
1264 | |
30168 | 1265 2000-07-12 Dave Love <fx@gnu.org> |
1266 | |
1267 * cus-start.el: Add optional version as 4th element of specs and | |
1268 use it for several things new in v21. Remove load-path. Fix type | |
1269 of line-number-display-limit. | |
1270 | |
30148 | 1271 2000-07-11 Dave Love <fx@gnu.org> |
1272 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1273 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1274 Use repeat counts in various regexps. |
30150 | 1275 (fortran-mode-syntax-table): Defvar directly. |
1276 (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
|
1277 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1278 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1279 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 1280 (fortran-mode): Set fortran-comment-line-start-skip, |
1281 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
1282 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1283 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1284 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 1285 (fortran-comment-region, fortran-electric-line-number): Simplify. |
1286 (fortran-auto-fill): New function. | |
1287 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1288 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1289 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1290 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1291 Use fortran-auto-fill. |
30150 | 1292 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1293 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 1294 |
30148 | 1295 * widget.el (widget-plist-member): New alias. |
1296 | |
30146 | 1297 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
1298 | |
1299 * eshell/esh-module.el (toplevel): Reference | |
1300 byte-compile-current-file only if it is bound. | |
1301 | |
30131 | 1302 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
1303 | |
1304 * dired.el: Don't require `dired-aux'. | |
1305 | |
30127 | 1306 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
1307 | |
1308 * dired-aux.el (dired-show-file-type): New function. | |
1309 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
1310 (dired-show-file-type): Add autoload. | |
1311 | |
30125 | 1312 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
1313 | |
1314 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1315 change of fontset-info. |
30125 | 1316 (print-fontset): Likewise. |
1317 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1318 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1319 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1320 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1321 |
30111 | 1322 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
1323 | |
30131 | 1324 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 1325 |
30111 | 1326 * dired.el (dired-find-alternate-file): New function. |
1327 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
1328 (toplevel): Require dired-aux when compiling. | |
1329 (dired-buffers): Move defvar within file to avoid compiler warning. | |
1330 | |
1331 * info.el (Info-last-search): Variable removed. | |
1332 (Info-search-history): New variable. | |
1333 (Info-search): New Info-search-history. | |
1334 | |
1335 * battery.el, info-look.el: Change author's mail address. | |
1336 | |
30115 | 1337 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
|
1338 |
30115 | 1339 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
1340 if rmail-ignored-headers is nil. | |
1341 (rmail-retry-failure): Bind rmail-ignored-headers and | |
1342 rmail-displayed-headers to nil. | |
1343 | |
30096 | 1344 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
1345 | |
30103 | 1346 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
1347 (print-region-1): Don't hard code `-h' here. | |
1348 | |
30096 | 1349 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
1350 | |
30103 | 1351 2000-07-01 Francesco Potorti` <pot@gnu.org> |
1352 | |
1353 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
1354 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
|
1355 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1356 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1357 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1358 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1359 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1360 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1361 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1362 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1363 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1364 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1365 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
|
1366 |
30096 | 1367 * ediff-diff.el (ediff-wordify): Use syntax table. |
1368 * 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
|
1369 ediff-color-display-p. |
30096 | 1370 (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
|
1371 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1372 Got rid of special cases for NeXT and OS/2. |
30096 | 1373 * 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
|
1374 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1375 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1376 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1377 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1378 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1379 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1380 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1381 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1382 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1383 * 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
|
1384 |
30076 | 1385 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1386 | |
30085 | 1387 * Makefile.in (DONTCOMPILE): Add comment that the name may |
1388 not be changed without changing the make-dist script. | |
1389 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1390 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 1391 (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
|
1392 |
30067 | 1393 2000-07-05 Andrew Innes <andrewi@gnu.org> |
1394 | |
1395 * makefile.nt: Add support for `bootstrap' and related targets. | |
1396 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1397 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1398 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1399 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1400 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1401 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1402 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
|
1403 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1404 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1405 (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
|
1406 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1407 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
|
1408 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1409 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1410 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1411 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1412 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
|
1413 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1414 |
30056 | 1415 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1416 | |
1417 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
1418 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
1419 (eval-defun): If called with prefix arg, instrument code for | |
1420 Edebug. | |
1421 | |
1422 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
1423 similar to that of eval-defun. | |
1424 | |
30029 | 1425 2000-07-04 Dave Love <fx@gnu.org> |
1426 | |
30035 | 1427 * hl-line.el (hl-line-overlay): Make it permanent-local. |
1428 | |
30029 | 1429 * calendar/todo-mode.el: Replaced with a working version, based on |
1430 revision 1.34 tidied up. | |
1431 | |
1432 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 1433 |
1434 * paths.el (prune-directory-list): New function. | |
1435 (Info-default-directory-list): Rewritten to more methodically | |
1436 enumerate a big list of possible info directories (based on the | |
1437 list used by the standalone info reader). | |
30029 | 1438 |
30021 | 1439 * 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
|
1440 non-existent directories from Info-directory-list. |
30021 | 1441 |
1442 * paths.el (Info-default-directory-list): Try a list of possible | |
1443 info-directories instead of a single one. Add the possible | |
1444 info directory "/usr/share/info". | |
1445 | |
1446 * woman.el (woman-man.conf-path): Explicitly include the debian | |
1447 man-db config file "/etc/manpath.config". | |
1448 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
1449 are present in `manpath.config'. | |
1450 (woman-manpath): Include "/usr/share/man". | |
1451 | |
30006 | 1452 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
1453 | |
30017 | 1454 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
1455 | |
1456 * startup.el (command-line): Initialize blink-cursor based | |
1457 on window-system. | |
1458 | |
30014 | 1459 * frame.el (blink-cursor): Default to nil if not running under |
1460 a window-system. | |
1461 | |
30012 | 1462 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
1463 (face-x-resources): Remove duplicate entry for :font. | |
1464 | |
30006 | 1465 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
1466 instead of cycling through windows with next-window. | |
1467 | |
1468 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
1469 of cycling through windows with next-window. | |
1470 | |
1471 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
1472 of cycling through windows with next-window. | |
1473 | |
1474 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
1475 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
1476 instead of cycling through windows with next-window. | |
1477 | |
1478 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
1479 instead of cycling through windows with next-window. | |
1480 | |
1481 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
1482 of cycling through windows with next-window. | |
1483 | |
1484 * terminal.el (te-process-output): Use walk-windows instead of | |
1485 cycling through windows with next-window. | |
1486 | |
1487 * server.el (server-switch-buffer): Use some-window instead of | |
1488 cycling through windows with next-window. | |
1489 | |
1490 * window.el (some-window): New function. | |
1491 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 1492 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1493 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 1494 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1495 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 1496 |
1497 * window.el (walk-windows): Guarantee termination by keeping a list | |
1498 of all the windows already handled. | |
1499 | |
29975 | 1500 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1501 | |
1502 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
1503 window-system. | |
1504 | |
1505 * man.el (Man-notify-when-ready): Don't use window-system. If | |
1506 Man-notify-method is newframe, and the display is not | |
1507 multi-frame, select the frame created for the man page. | |
1508 (Man-init-defvars): Doc fix. | |
1509 | |
29972 | 1510 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
1511 | |
29982 | 1512 * faces.el (region): Change background color for light background. |
1513 | |
1514 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
1515 attribute from mode-line face of Ediff control frame. | |
1516 | |
29972 | 1517 * replace.el (query-replace-map): Bind `e' like `E'. |
1518 | |
29967 | 1519 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1520 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1521 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1522 Change name to "Select All". |
29969 | 1523 |
29967 | 1524 * dos-fns.el (convert-standard-filename): Fix last change. |
1525 | |
29957 | 1526 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
1527 | |
29959 | 1528 * help.el (describe-variable): Don't insert a second `'s' in front |
1529 of the string `value is shown below'. Since the syntax-table is | |
1530 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
1531 an existing `'s', so that this won't be deleted. | |
1532 | |
29957 | 1533 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
1534 * pcmpl-unix.el: New files. | |
1535 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1536 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1537 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1538 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1539 |
29939 | 1540 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
1541 | |
29956 | 1542 * replace.el (perform-replace): Undo change of 2000-04-04. |
1543 Instead, move backward 1 character at the end of the loop when | |
1544 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1545 |
29949 | 1546 * faces.el (fringe): Change face for different backgrounds. |
1547 | |
1548 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
1549 patch from John. | |
1550 | |
29939 | 1551 * eshell/*.el: Change spelling of the Free Software Foundation. |
1552 | |
1553 * eshell/esh-toggle.el: Removed. | |
1554 | |
1555 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
1556 | |
1557 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
1558 interactively. | |
1559 | |
1560 2000-06-26 Alex Schroeder <alex@gnu.org> | |
1561 | |
1562 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
1563 `define-key'; instead of checking `(emacs-version)' check for | |
1564 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
1565 for `;' and `o' which might be electric. | |
1566 | |
1567 (sql-electric-stuff): New user option. | |
1568 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
1569 (sql-magic-semicolon): New function which uses | |
1570 `sql-electric-stuff'. | |
1571 | |
1572 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
1573 is not fboundp. | |
1574 | |
1575 (sql-oracle-options): New variable. | |
1576 (sql-oracle): Use it. | |
1577 | |
1578 (sql-imenu-generic-expression): Doc change. | |
1579 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
1580 is used. | |
1581 | |
1582 (sql-informix): Added command line parameter "-" to force | |
1583 sql-informix-program to use stdout. | |
1584 | |
29924 | 1585 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
1586 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1587 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 1588 (cp864-decode-table): Doc fix. |
1589 (cp720-decode-table): New variable, supports the Arabic OEM | |
1590 codepage used by Windows. | |
1591 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
1592 | |
29920 | 1593 2000-06-23 Dave Love <fx@gnu.org> |
1594 | |
1595 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
1596 (font-lock-fontify-anchored-keywords): Use | |
1597 line-beginning-position. | |
1598 (global-font-lock-mode): Use mapc. | |
1599 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1600 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1601 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1602 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1603 |
29870 | 1604 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
1605 | |
29885 | 1606 * comint.el (comint-substitute-in-file-name): Call replace-match |
1607 with second and third arg t. | |
1608 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1609 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 1610 Specify foreground color. |
1611 | |
1612 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
1613 color. | |
1614 | |
29876 | 1615 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
1616 | |
1617 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
1618 cddr instead of cdddr. | |
1619 | |
29873 | 1620 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
1621 instead of copy-list. | |
1622 | |
1623 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
1624 of copy-list. | |
1625 | |
29870 | 1626 * subdirs.el: Add eshell subdirectory. |
1627 | |
1628 * eshell: New subdirectory containing the Eshell package. | |
1629 | |
1630 * pcomplete.el: New file. | |
1631 | |
29885 | 1632 2000-06-23 Paul Eggert <eggert@twinsun.com> |
1633 | |
29888 | 1634 * mail/mailpost.el (post-mail-send-it): Make sure file has |
1635 proper permissions from birth. | |
1636 | |
1637 * files.el (basic-save-buffer-2): When temporarily setting | |
1638 file modes, set them to current modes plus 0200, not to 0777. | |
1639 | |
29885 | 1640 * emerge.el (emerge-make-temp-file): Make sure file has proper |
1641 permissions from birth. | |
1642 | |
29857 | 1643 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
1644 | |
1645 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
1646 backup file name through convert-standard-filename. | |
1647 | |
1648 * dos-fns.el (convert-standard-filename): Convert leading | |
1649 directories as well. When long file names are supported, convert | |
1650 characters that are invalid in Windows file names. | |
1651 | |
29849 | 1652 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1653 | |
1654 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
1655 ps-print crashes. New feature: page selection for printing. Create | |
1656 raw-text-unix coding system for XEmacs. Doc fix. | |
1657 (ps-print-version): New version number (5.2.3). | |
1658 (ps-plot-region): Bug fix. | |
1659 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
1660 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
1661 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
1662 funs. | |
1663 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
1664 (ps-last-page): New vars. | |
1665 | |
29845 | 1666 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
1667 | |
1668 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
1669 empty option string. | |
1670 | |
29839 | 1671 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
1672 | |
1673 * man.el (man): Doc fix. | |
1674 | |
29829 | 1675 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
1676 | |
1677 * international/mule-cmds.el (set-language-info-alist): Docstring | |
1678 fixed. | |
1679 | |
29814 | 1680 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
1681 | |
1682 * version.el (emacs-version): Use ISO date format. | |
1683 | |
1684 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
1685 instead of `M-backspace'. | |
1686 | |
1687 * simple.el (turn-off-auto-fill): New function. | |
1688 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1689 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1690 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1691 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1692 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1693 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1694 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1695 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1696 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1697 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1698 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
|
1699 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1700 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1701 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1702 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1703 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1704 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
|
1705 (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
|
1706 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1707 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1708 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1709 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1710 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1711 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1712 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1713 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1714 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1715 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1716 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1717 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1718 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1719 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1720 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1721 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1722 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1723 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1724 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1725 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1726 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1727 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1728 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1729 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1730 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1731 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1732 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1733 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1734 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1735 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1736 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1737 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1738 * 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
|
1739 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1740 * 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
|
1741 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1742 * 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
|
1743 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1744 * 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
|
1745 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1746 |
29776 | 1747 2000-06-20 Dave Love <fx@gnu.org> |
1748 | |
1749 * faces.el (frame-background-mode): Use set-default, not set, in | |
1750 setter. | |
1751 (frame-update-faces, frame-update-face-colors): Define with | |
1752 defalias. | |
1753 | |
1754 * enriched.el (enriched-decode-foreground) | |
1755 (enriched-decode-background): Don't use internal-find-face. | |
1756 | |
1757 * apropos.el: Doc fixes. | |
1758 | |
1759 * cus-edit.el (customize-changed-options): Check arg. | |
1760 (customize-version-lessp): Don't require decimal point. | |
1761 | |
1762 * custom.el (defcustom, defgroup): Doc fix. | |
1763 | |
1764 * newcomment.el (comment) <defgroup>: Add :version. | |
1765 (comment-multi-line): Doc fix. | |
1766 | |
1767 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
1768 define-hooked-global-abbrev): Fix, using define-abbrev. | |
1769 | |
29747 | 1770 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
1771 | |
1772 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
1773 the whole buffer. | |
1774 | |
29740 | 1775 2000-06-19 Dave Love <fx@gnu.org> |
1776 | |
1777 * menu-bar.el (menu-bar-options-save): New function. | |
1778 (menu-bar-options-menu): Use it. | |
1779 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
1780 Simplify. | |
1781 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1782 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1783 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1784 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1785 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1786 |
29720 | 1787 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
1788 | |
1789 * international/codepage.el: | |
1790 (cp-coding-system-for-codepage-1): Delete special codes for | |
1791 generating xxx-dos coding system because now a CCL based coding | |
1792 system can handle EOL conversion by default. | |
1793 | |
1794 * international/mule.el (make-coding-system): Generate subsidiary | |
1795 coding systems for EOL handling variants even for a CCL based | |
1796 coding system. | |
1797 | |
29718 | 1798 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
1799 | |
1800 * international/isearch-x.el (isearch-minibuffer-input-method) | |
1801 (isearch-minibuffer-input-method-function): These variables | |
1802 deleted. | |
1803 (isearch-with-input-method): Don't use the above variables. | |
1804 (isearch-process-search-multibyte-characters): Likewise. Call | |
1805 read-string with the arg INHERIT-INPUT-METHOD t. | |
1806 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1807 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1808 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1809 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1810 (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
|
1811 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1812 * 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
|
1813 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1814 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1815 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
|
1816 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1817 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1818 |
29712 | 1819 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
1820 | |
1821 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1822 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1823 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1824 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1825 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1826 |
29696 | 1827 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
1828 | |
1829 * find-lisp.el: New file. | |
1830 | |
29694 | 1831 2000-06-16 Andrew Innes <andrewi@gnu.org> |
1832 | |
1833 * time.el (display-time-mail-function): New variable, to allow | |
1834 external packages to indicate when new mail is available. | |
1835 (display-time-update): Use it. | |
1836 | |
29689 | 1837 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
1838 | |
29691 | 1839 * international/mule.el (mule-version): Change version name to |
1840 SAKAKI. AOI has already been used by Meadow. | |
1841 | |
29689 | 1842 * international/quail.el (quail-show-guidance-buf): To find the |
1843 bottom window (but minibuffer), pay attention to the height of | |
1844 minibuffer. | |
1845 | |
29670 | 1846 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
1847 | |
29682 | 1848 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
1849 menu-bar menus. Add help strings. Don't remove the Edit menu | |
1850 from the menu bar, as the menu bar has enough space now. | |
1851 | |
29680 | 1852 * Makefile.in (SHELL): Make sure /bin/sh is used. |
1853 | |
29670 | 1854 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
1855 characters, which use series of two ^H characters instead of one. | |
1856 | |
29667 | 1857 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
1858 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1859 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 1860 (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
|
1861 functions. |
29686 | 1862 (Info-find-node-2): Try a case-sensitive search first, then |
1863 do a case-insensitive search. | |
1864 | |
1865 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
1866 tutorials. | |
1867 | |
29676 | 1868 * complete.el (PC-env-vars-alist): New variable. |
1869 (PC-complete-as-file-name): New function. | |
1870 (partial-completion-mode): Initialize PC-env-vars-alist from | |
1871 process-environment. | |
1872 (PC-do-completion): Handle completion of env vars. | |
1873 | |
1874 * info.el (Info-set-mode-line): Show file name in mode line, | |
1875 use `*Info*' instead of `Info:'. | |
1876 | |
29667 | 1877 * startup.el (command-line-1): Change copyright messages to year |
1878 2000. | |
1879 | |
29665 | 1880 2000-06-15 Dave Love <fx@gnu.org> |
1881 | |
1882 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
1883 not local-map. | |
1884 | |
29658 | 1885 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
1886 | |
1887 * international/mule.el (set-buffer-file-coding-system): Almost | |
1888 rewritten to handle `undecided' as no-op. | |
1889 | |
29654 | 1890 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
1891 | |
29667 | 1892 * Makefile.in: New file. |
29657 | 1893 |
1894 * Makefile: Removed. | |
1895 | |
29654 | 1896 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
1897 (goto-address-highlight-keymap): Bind C-c RET. | |
1898 | |
29640 | 1899 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
1900 | |
29649 | 1901 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
1902 inherits buffer-file-coding-system of the current buffer. | |
29647 | 1903 |
29645 | 1904 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
1905 0. Give correct argument to set-auto-coding-function. | |
1906 (tar-expunge): For goto-char, use (point-min), not 0. | |
1907 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
1908 (tar-subfile-save-buffer): Likewize. | |
1909 | |
29640 | 1910 * international/mule.el |
1911 (after-insert-file-set-buffer-file-coding-system): Call | |
1912 set-buffer-file-coding-system with the arg FORCE t. | |
1913 | |
29633 | 1914 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
1915 | |
1916 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
1917 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 1918 the sender is set with `-f'. |
29633 | 1919 |
29622 | 1920 2000-06-13 Dave Love <fx@gnu.org> |
1921 | |
29630 | 1922 * help.el (describe-function-1): Kluge around cases of functions |
1923 fset to subrs whose doc doesn't match their symbol-name. | |
1924 | |
29627 | 1925 * image.el (insert-image): Default STRING to a space. |
29625 | 1926 |
29622 | 1927 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1928 (Info-build-node-completions): Match Ref tags. |
29622 | 1929 |
29612 | 1930 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
1931 | |
29615 | 1932 * frame.el (display-multi-frame-p, display-multi-font-p): New |
1933 defaliases for display-graphic-p. | |
1934 | |
29612 | 1935 * hl-line.el: Fixed a typo in commentary. |
1936 | |
29609 | 1937 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
1938 | |
1939 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
1940 fixed. | |
1941 | |
29608 | 1942 2000-06-12 Dave Love <fx@gnu.org> |
1943 | |
1944 * image.el (insert-image): Save a little consing. | |
1945 | |
29598 | 1946 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
1947 | |
1948 * language/tibet-util.el: Convert all tibetan-1-column characters | |
1949 to the corresponding tibetan characters. | |
1950 (tibetan-add-components): Delete code for the special treatment of | |
1951 'a chung. | |
1952 | |
1953 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
1954 change. | |
1955 (tibetan-vowel-transcription-alist): More rules added. | |
1956 (tibetan-composite-vowel-alist): New variable. | |
1957 (tibetan-precomposition-rule-alist): More rules added. | |
1958 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1959 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1960 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1961 * 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
|
1962 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1963 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1964 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1965 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1966 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1967 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1968 * 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
|
1969 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1970 * 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
|
1971 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1972 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1973 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1974 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1975 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1976 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1977 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1978 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1979 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1980 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1981 * 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
|
1982 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1983 * 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
|
1984 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1985 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1986 (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
|
1987 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1988 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1989 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1990 (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
|
1991 (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
|
1992 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1993 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1994 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1995 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1996 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1997 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1998 * 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
|
1999 (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
|
2000 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2001 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2002 (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
|
2003 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2004 (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
|
2005 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
|
2006 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2007 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2008 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2009 * 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
|
2010 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2011 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2012 (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
|
2013 (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
|
2014 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
|
2015 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2016 * 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
|
2017 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
|
2018 |
29574 | 2019 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2020 | |
2021 * international/mule.el (set-buffer-file-coding-system): If | |
2022 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2023 unconditionally. | |
2024 | |
29568 | 2025 2000-06-12 Dave Love <fx@gnu.org> |
2026 | |
2027 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2028 required. | |
2029 | |
29556 | 2030 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2031 | |
2032 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2033 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2034 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2035 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2036 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2037 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2038 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2039 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
|
2040 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2041 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2042 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2043 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2044 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2045 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2046 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2047 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2048 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2049 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2050 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2051 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
|
2052 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2053 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
|
2054 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2055 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2056 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2057 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2058 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2059 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2060 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2061 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2062 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2063 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2064 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2065 |
29542 | 2066 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2067 | |
2068 * 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
|
2069 undecided-XXX is specified, change only EOL conversion. |
29542 | 2070 |
2071 * international/mule-conf.el (unix): New alias for the coding | |
2072 system undecided-unix. | |
2073 | |
29528 | 2074 2000-06-09 Dave Love <fx@gnu.org> |
2075 | |
29535 | 2076 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2077 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2078 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2079 (executable-insert): Change custom type. |
2080 (executable-find): Add autoload cookie. | |
29531 | 2081 (executable-make-buffer-file-executable-if-script-p): New |
2082 function. After Noah Friedman. | |
29528 | 2083 |
2084 * files.el (after-save-hook): Customize, with | |
29531 | 2085 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2086 |
29518 | 2087 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2088 | |
29522 | 2089 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2090 "tib24p-mule.bdf" for Tibetan. | |
2091 | |
29520 | 2092 * composite.el (decompose-composite-char): Declare it as obsolete. |
2093 | |
29541 | 2094 * man.el (Man-fontify-manpage): Pay attention to underline and |
2095 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2096 |
29517 | 2097 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2098 | |
2099 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2100 Set maintainer to FSF since author isn't reachable. | |
2101 | |
29508 | 2102 2000-06-08 Dave Love <fx@gnu.org> |
2103 | |
2104 * international/mule-cmds.el (select-safe-coding-system): If | |
2105 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2106 preferred coding-system if buffer-file-coding-system is | |
2107 `undecided'. From Handa. | |
2108 | |
29503 | 2109 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2110 | |
2111 * international/mule.el | |
2112 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2113 size is greater than INSERTED, judget that we are not visiting. | |
2114 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2115 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
|
2116 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2117 * 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
|
2118 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
|
2119 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
|
2120 |
29498 | 2121 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2122 | |
2123 * align.el: Update from author. | |
2124 | |
2125 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2126 | |
2127 * apropos.el (apropos-mode-hook): New user variable. | |
2128 (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
|
2129 |
29498 | 2130 2000-06-07 David Ponce <david@dponce.com> |
2131 | |
2132 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2133 commands. Require `wid-edit' at run-time. | |
2134 | |
2135 2000-06-07 David Ponce <david@dponce.com> | |
2136 | |
2137 * recentf.el: Added some "Commentary". | |
2138 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2139 move the point at the top of the file list. This behaviour is | |
2140 consistent with the menu one when the list contains a lot of | |
2141 files. | |
2142 (recentf-cleanup): Now displays the number of items removed from | |
2143 the list. | |
2144 (recentf-relative-filter) New menu filter to show filenames | |
2145 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
|
2146 |
29498 | 2147 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2148 | |
2149 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2150 with/without giving an error if PostScript printer doesn't have this | |
2151 kind of page size. Zebra Stripe continues or restarts on next page. | |
2152 Manual/automatic paper feeding. Switch or not the header. | |
2153 (ps-print-version): New version number (5.2.2). | |
2154 (ps-windows-system): Include emx as a Windows system. | |
2155 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2156 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2157 (ps-background-text): Code fix. | |
2158 (ps-error-handler-message, ps-user-defined-prologue) | |
2159 (ps-print-prologue-header, ps-printer-name) | |
2160 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2161 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2162 (ps-use-face-background): Customization fix. | |
2163 (ps-n-up-database): Data fix. | |
2164 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2165 (ps-switch-header): New vars. | |
2166 (ps-xemacs-color-name, ps-face-foreground-name) | |
2167 (ps-face-background-name, ps-boolean-constant): New funs. | |
2168 | |
29491 | 2169 2000-06-07 Dave Love <fx@gnu.org> |
2170 | |
2171 * allout.el: New version from Manheimer. | |
2172 | |
29483 | 2173 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2174 | |
2175 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2176 charset. | |
2177 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2178 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
|
2179 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2180 * 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
|
2181 (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
|
2182 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
|
2183 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2184 |
29471 | 2185 2000-06-06 Dave Love <fx@gnu.org> |
2186 | |
2187 * image.el (find-image): Doc fix. Return nil if image not found. | |
2188 (put-image, insert-image): Make STRING arg optional. | |
2189 | |
29455 | 2190 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
2191 | |
2192 * language/vietnamese.el: Remove eval-when-compile. | |
2193 (viet-viscii-nonascii-translation-table): Define it as a | |
2194 translation table made from viet-viscii-decode-table. | |
2195 (viet-viscii-encode-table): Define it as a translation table made | |
2196 from the reverse map of above. | |
2197 (viet-vscii-nonascii-translation-table): Define it as a | |
2198 translation table made from viet-vscii-decode-table. | |
2199 (viet-vscii-encode-table): Define it as a translation table made | |
2200 from the reverse map of above. | |
2201 (ccl-decode-viscii): Use translate-character. | |
2202 (ccl-encode-viscii, ccl-encode-viscii-font) | |
2203 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
2204 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2205 |
29455 | 2206 * language/cyrillic.el: Remove eval-when-compile. |
2207 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
2208 translation table made from cyrillic-koi8-r-decode-table. | |
2209 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
2210 made from the reverse map of above. | |
2211 (ccl-decode-koi8): Use translate-character. | |
2212 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
2213 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
2214 a translation table made from cyrillic-alternativnyj-decode-table. | |
2215 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
2216 table made from the reverse map of above. | |
2217 (ccl-decode-alternativnyj): Use translate-character. | |
2218 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
2219 Likewize | |
2220 | |
2221 * international/mule-diag.el (non-iso-charset-alist): Specify | |
2222 translation table symbol instead of translation table itself. | |
2223 (list-block-of-chars): CHARSET may be a translation table symbol. | |
2224 | |
2225 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
2226 already exists, override it. | |
2227 | |
2228 * international/fontset.el: Use family `proportional' for Tibetan | |
2229 fonts. | |
2230 | |
2231 * international/ccl.el (ccl-compile-translate-character): Don't | |
2232 check if Rrr has property translation-table. | |
2233 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
2234 | |
29447 | 2235 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
2236 | |
2237 * info.el: Bind case-fold-search to t when searching in case | |
2238 a user sets it to nil in a hook. | |
2239 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2240 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2241 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2242 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2243 * 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
|
2244 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2245 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2246 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2247 (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
|
2248 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2249 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
|
2250 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2251 * 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
|
2252 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2253 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2254 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2255 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2256 * 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
|
2257 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2258 (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
|
2259 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2260 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2261 (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
|
2262 (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
|
2263 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2264 * 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
|
2265 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2266 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
|
2267 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2268 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2269 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2270 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2271 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2272 (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
|
2273 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2274 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2275 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
|
2276 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2277 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2278 * 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
|
2279 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2280 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
|
2281 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2282 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
|
2283 |
29447 | 2284 * 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
|
2285 tty's. |
29447 | 2286 * 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
|
2287 differences whenever appropriate. |
29447 | 2288 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
2289 * 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
|
2290 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2291 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2292 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2293 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2294 * 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
|
2295 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2296 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2297 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
|
2298 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2299 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2300 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2301 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2302 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2303 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2304 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2305 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2306 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2307 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2308 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2309 (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
|
2310 (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
|
2311 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2312 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2313 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
|
2314 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2315 (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
|
2316 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2317 |
29403 | 2318 2000-06-02 Dave Love <fx@gnu.org> |
2319 | |
2320 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
2321 all the widgets. Don't require cl or widget. Remove | |
2322 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
2323 (widget-read-event): Removed. Callers changed to use read-event. | |
2324 (widget-button-release-event-p): Renamed from | |
2325 button-release-event-p. | |
2326 (widget-field-add-space, widget-field-use-before-change): | |
2327 Uncustomize. | |
2328 (widget-specify-field): Use keymap property, not local-map. | |
2329 (widget-specify-button): Obey :suppress-face. | |
2330 (widget-specify-insert): Use modern backquote syntax. | |
2331 (widget-image-directory): Renamed from widget-glyph-directory. | |
2332 (widget-image-enable): Renamed from widget-glyph-enable. | |
2333 (widget-image-find): Replaces widget-glyph-find. | |
2334 (widget-button-pressed-face): Move defvar. | |
2335 (widget-image-insert): Replaces widget-glyph-insert. | |
2336 (widget-convert): Use keywordp. | |
2337 (widget-leave-text, widget-children-value-delete): Use mapc. | |
2338 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2339 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 2340 (widget-button-click): Don't set point at the click, but re-centre |
2341 if we scroll out of window. Rewritten for images v. glyphs &c. | |
2342 (widget-tabable-at): Use POS arg, not point. | |
2343 (widget-beginning-of-line, widget-end-of-line) | |
2344 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
2345 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
2346 (widget-default-create): Use widget-image-insert; some rewriting. | |
2347 (widget-visibility-value-create) | |
2348 (widget-push-button-value-create, widget-toggle-value-create): Use | |
2349 widget-image-insert. | |
2350 (checkbox): Create on and off images dynamically. | |
2351 (documentation-link): Change :help-echo. | |
2352 (widget-documentation-link-echo-help): Remove. | |
2353 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2354 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2355 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2356 * 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
|
2357 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2358 * 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
|
2359 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2360 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2361 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2362 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2363 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2364 |
29383 | 2365 2000-06-02 Dave Love <fx@gnu.org> |
2366 | |
29392 | 2367 * files.el (convert-standard-filename): Doc fix. |
2368 (normal-backup-enable-predicate): New function. | |
2369 (backup-enable-predicate): Use it to replace the lambda form. | |
2370 | |
2371 * calendar/todo-mode.el: [This needs more work on the outline | |
2372 stuff.] Doc fixes. | |
2373 (todo) <defgroup>: Add :version. | |
2374 (todo-add-category): Don't use pushnew. | |
2375 (todo-cmd-raise): Fix typo. | |
2376 (todo-top-priorities): Change temp buffer name. | |
2377 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2378 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2379 Use outline-next-heading. |
29392 | 2380 |
29383 | 2381 * autoarg.el: Rewritten to use define-minor-mode. |
2382 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
2383 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
2384 | |
29376 | 2385 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
2386 | |
2387 * isearch.el (isearch-other-meta-char): Fix previous change. | |
2388 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2389 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2390 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2391 * 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
|
2392 (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
|
2393 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2394 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2395 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2396 |
29372 | 2397 2000-06-01 Dave Love <fx@gnu.org> |
2398 | |
2399 * hl-line.el: Rewritten using define-minor-mode. | |
2400 | |
2401 * help.el (describe-function-1): Distinguish special form from | |
2402 builtin function. Sanity-check presence of arglist for builtins. | |
2403 | |
29356 | 2404 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
2405 | |
29365 | 2406 * international/characters.el: Fix syntax/category setting of |
2407 Tibetan characters. | |
2408 | |
2409 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
2410 encoding of Tibetan characters. | |
2411 (tibetan-decompose-precomposition-alist): New variable. | |
2412 (tibetan-decompose-region): Convert precomposed characters to | |
2413 non-precomposed characters. | |
2414 (tibetan-decompose-string): Likewise. | |
2415 (tibetan-composition-function): Fix args to | |
2416 thibetan-compose-string. | |
2417 | |
2418 * language/tibetan.el (tibetan-composable-pattern): More | |
2419 characters included. | |
2420 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
2421 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
2422 "+R" added. | |
2423 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
2424 | |
29359 | 2425 * language/lao-util.el (lao-composition-function): Fix args to |
2426 compose-string. | |
2427 | |
2428 * language/thai-util.el (thai-composition-function): Fix args to | |
2429 compose-string. | |
2430 | |
29356 | 2431 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 2432 to prevent the point moving to the end of a composition when a |
2433 part of a composition is searched. | |
29356 | 2434 (isearch-other-meta-char): If the key invoking this command can be |
2435 mapped by function-key-map to a printing char, call | |
2436 isearch-process-search-char directly. | |
2437 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2438 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2439 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2440 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2441 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2442 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2443 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2444 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2445 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2446 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2447 * 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
|
2448 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2449 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2450 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
|
2451 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2452 * 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
|
2453 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2454 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
|
2455 |
29347 | 2456 2000-05-31 Dave Love <fx@gnu.org> |
2457 | |
2458 * loadhist.el (loadhist-hook-functions): Remove | |
2459 before-change-function, after-change-function. | |
2460 (unload-feature): Deal with symbols which are both bound and | |
2461 fbound. | |
2462 | |
2463 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
2464 before-change-function, after-change-function. | |
2465 | |
2466 * simple.el (newline): Don't bind before-change-function, | |
2467 after-change-function. | |
2468 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2469 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
|
2470 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2471 * 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
|
2472 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
|
2473 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
|
2474 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
|
2475 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2476 * 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
|
2477 |
29330 | 2478 2000-05-31 Dave Love <fx@gnu.org> |
2479 | |
2480 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
2481 pattern for function of change. | |
2482 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
2483 acknowledgements patterns. | |
2484 | |
29328 | 2485 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
2486 | |
2487 * isearch.el (isearch-printing-char): If keyboard coding system is | |
2488 being used, call isearch-process-search-multibyte-characters. | |
2489 | |
2490 * international/isearch-x.el: Mostly rewritten. | |
2491 | |
2492 * international/quail.el (quail-start-conversion): Don't include | |
2493 unhandled events in the returned events, but set them in | |
2494 unread-command-events. Exit if all inputs are deleted. | |
2495 | |
29324 | 2496 2000-05-30 Jason Rumney <jasonr@gnu.org> |
2497 | |
2498 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
2499 | |
2500 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
2501 Reenable code to create initial fontsets. | |
2502 Use set-fontset-font in place of put-charset-property. | |
2503 | |
29302 | 2504 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
2505 | |
29307 | 2506 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
2507 label, ensure that the first colon isn't followed by another. | |
2508 | |
2509 * paths.el (Info-default-directory-list): Doc fix. | |
2510 | |
29304 | 2511 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
2512 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
2513 send a query containing USER only, not USER@HOST. | |
2514 | |
29302 | 2515 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
2516 and rmail-msgend to compute the restriction at the end, instead of | |
2517 computing it. | |
2518 | |
29292 | 2519 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
2520 | |
29295 | 2521 * dabbrev.el (dabbrev-expand): Don't display messages in the |
2522 echo area if the minibuffer window is active. | |
2523 | |
29292 | 2524 * jit-lock.el (jit-lock-mode): Add after change function to |
2525 local hook. | |
2526 | |
2527 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
2528 | |
2529 * antlr-mode.el: New commands: hide/unhide actions, | |
2530 upcase/downcase literals. | |
2531 (antlr-tiny-action-length): New user option. | |
2532 (antlr-hide-actions): New command. Suggested by | |
2533 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
|
2534 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 2535 (antlr-mode-menu): New entries. |
2536 (antlr-downcase-literals): New command. | |
2537 (antlr-upcase-literals): Ditto. | |
2538 | |
2539 * antlr-mode.el: Minor changes: indendation, mode-name. | |
2540 (antlr-indent-line): Indent cpp directive at column 0. | |
2541 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
2542 | |
2543 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
2544 (antlr-font-lock-additional-keywords): Workaround for intentional | |
2545 bug in XEmacs version of font-lock. | |
2546 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
2547 be used by a smarter version of `buffers-menu-grouping-function'. | |
2548 | |
2549 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
2550 | |
2551 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
2552 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
2553 | |
29266 | 2554 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
2555 | |
2556 * international/encoded-kb.el | |
2557 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
2558 charset-iso-final-char return -1 for eight-bit-control and | |
2559 eight-bit-graphic. | |
2560 | |
29261 | 2561 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2562 | |
2563 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
2564 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
2565 available, instead of window-system. | |
2566 | |
29259 | 2567 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2568 | |
2569 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
2570 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
2571 coding systems. | |
2572 | |
29248 | 2573 2000-05-26 Dave Love <fx@gnu.org> |
2574 | |
29255 | 2575 * disp-table.el (standard-display-underline): Don't use |
2576 internal-find-face. | |
2577 | |
29248 | 2578 * mail/reporter.el: Maintainer change. Doc fixes. |
2579 (reporter-version): Deleted. | |
2580 | |
2581 * emacs-lisp/elp.el: Maintainer change. | |
2582 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
2583 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2584 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2585 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2586 * 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
|
2587 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2588 |
29240 | 2589 2000-05-26 Dave Love <fx@gnu.org> |
2590 | |
29242 | 2591 * loadhist.el (unload-feature): Fix interactive spec [from |
2592 lijnzaad@ebi.ac.uk]. | |
2593 | |
29240 | 2594 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
2595 subr-arity to check primitives. | |
2596 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
2597 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
2598 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
2599 mapcar. | |
2600 | |
29226 | 2601 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
2602 | |
29235 | 2603 * international/fontset.el: Set family names of non-latin charsets |
2604 in default fontset to "*". | |
2605 | |
29230 | 2606 * international/mule-diag.el (print-fontset): Combine family part |
2607 and registry part of the fontname by "-*-" instead of "-". | |
2608 | |
29226 | 2609 * international/mule-cmds.el (encode-coding-char): Make strings |
2610 multibyte before calling encode-coding-string. | |
2611 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2612 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2613 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2614 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
2615 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2616 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2617 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2618 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2619 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2620 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2621 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2622 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2623 * 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
|
2624 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2625 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2626 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2627 (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
|
2628 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2629 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2630 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2631 |
29214 | 2632 2000-05-25 Dave Love <fx@gnu.org> |
2633 | |
2634 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
2635 byte-code-function-p. | |
2636 | |
2637 * mail/rmailsum.el: Add provide. | |
2638 | |
2639 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
2640 | |
2641 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
2642 defcustom. | |
2643 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2644 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
|
2645 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2646 * 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
|
2647 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
|
2648 |
29205 | 2649 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2650 | |
2651 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
2652 grayscale support, not about window-system. | |
2653 | |
2654 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
2655 window-system. | |
2656 (ffap-highlight): Always default to t. | |
2657 | |
2658 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
2659 display-popup-menus-p instead of looking at window-system. | |
2660 | |
2661 * disp-table.el (standard-display-g1, standard-display-graphic): | |
2662 Only refuse to use string glyphs on X and MS-Windows. | |
2663 | |
2664 * avoid.el: Remove window-system from commentary, suggest to use | |
2665 display-*-p instead. | |
2666 | |
2667 * apropos.el (apropos-print): Use display-mouse-p instead of | |
2668 window-system. | |
2669 | |
29190 | 2670 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2671 | |
2672 * international/codepage.el (cp-decoding-vector-for-codepage): | |
2673 Fill up unsupported characters with their own codes. From Kenichi | |
2674 Handa. | |
2675 | |
29188 | 2676 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2677 | |
2678 * international/mule-diag.el (describe-char-after): Use | |
2679 display-graphic-p instead of window-system, so that this function | |
2680 works on MS-DOS. | |
2681 | |
29181 | 2682 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2683 | |
2684 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
2685 Remove the eight-bit-graphic and eight-bit-control charsets from | |
2686 the list of charsets which we convert into `?'. | |
2687 | |
29169 | 2688 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
2689 | |
2690 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
2691 private charsets. | |
2692 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
2693 japanese-jisx0213-2): New charsets. | |
2694 | |
2695 * international/fontset.el: Setup default fontset for new charsets. | |
2696 | |
29166 | 2697 2000-05-24 Dave Love <fx@gnu.org> |
2698 | |
2699 * info.el (Info-find-node-2): Restructure [following "Vadim | |
2700 S. Solomin" <sovs@uic.nnov.ru>]. | |
2701 | |
2702 * icomplete.el: Fix header for Finder. | |
2703 | |
2704 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
2705 | |
2706 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
2707 STAY. | |
2708 | |
2709 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
2710 (rmail-show-message): Add call to `rmail-auto-file' during | |
2711 display. | |
2712 (rmail-auto-file): New function. | |
2713 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2714 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
|
2715 |
29193 | 2716 * 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
|
2717 account. |
29193 | 2718 (ediff-test-utility,ediff-diff-mandatory-option) |
2719 (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
|
2720 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
|
2721 |
29193 | 2722 * 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
|
2723 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2724 |
29193 | 2725 * 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
|
2726 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2727 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
2728 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
|
2729 |
29193 | 2730 * 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
|
2731 |
29159 | 2732 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
2733 | |
2734 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
2735 aliases for hebrew-iso-8bit. | |
2736 | |
29148 | 2737 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
2738 | |
2739 * woman.el: New version from Francis J. Wright | |
2740 <F.J.Wright@Maths.QMW.ac.uk>. | |
2741 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
2742 names in environment variables regardless of the path separator. | |
2743 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
2744 on all files, since woman-file-regexp already filters out any | |
2745 directories. | |
2746 | |
29140 | 2747 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
2748 | |
29144 | 2749 * international/quail.el (quail-start-translation): Don't change |
2750 modified-p of the current buffer. | |
2751 (quail-start-conversion): Likewise. | |
2752 | |
2753 * international/kkc.el (kkc-region): Don't change modified-p of | |
2754 the current buffer. | |
2755 | |
29142 | 2756 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
2757 conform to RFC1468. | |
2758 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 2759 |
29138 | 2760 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
2761 | |
2762 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
2763 (speedbar-insert-button): Invisible text property fix. | |
2764 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
2765 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
2766 (speedbar-page-plus): Renamed from speedbar-file-+ | |
2767 (speedbar-page-minus): Renamed from speedbar-file-- | |
2768 (speedbar-page): Renamed from speedbar-file- | |
2769 (speedbar-tag): Renamed from speedbar-tag- | |
2770 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
2771 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
2772 (speedbar-expand-image-button-alist): Use above renames. | |
2773 | |
2774 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
2775 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
2776 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
2777 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
2778 * sb-pg.xpm: Renamed from sb-file.xpm | |
2779 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
2780 * 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
|
2781 |
29128 | 2782 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
2783 | |
2784 * international/quail.el (quail-show-guidance-buf): Set | |
2785 current-input-method of the guidance buffer to the name of the | |
2786 curren input method. | |
2787 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2788 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2789 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2790 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2791 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2792 * 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
|
2793 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2794 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2795 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2796 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2797 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2798 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2799 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2800 * 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
|
2801 |
29116 | 2802 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
2803 | |
29127 | 2804 * startup.el (command-line): Determine source file of compiled |
2805 user init file differently. Warn if compiled user init file | |
2806 is older than its source file. | |
2807 | |
29116 | 2808 * 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
|
2809 |
29112 | 2810 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
2811 | |
2812 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
2813 rather than `|' (which is not allowed on Windows). Replace the | |
2814 drive letters with a string "drive_X". | |
2815 | |
29110 | 2816 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
2817 | |
2818 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
2819 | |
2820 * files.el (interpreter-mode-alist): Add `bash2'. | |
2821 | |
29091 | 2822 2000-05-22 Dave Love <fx@gnu.org> |
2823 | |
2824 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
2825 mapc. | |
2826 (feature-file): Avoid calling symbol-name. Doc fix. | |
2827 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
2828 (loadhist-hook-functions): Add mouse-position-function. | |
2829 (unload-feature): Change uses of mapcar. | |
2830 | |
2831 * files.el (parse-colon-path): Doc fix. | |
2832 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
2833 (set-auto-mode): Use mapc. | |
2834 | |
2835 * complete.el (PC-look-for-include-file): Use :alnum: character | |
2836 class. | |
2837 (partial-completion-mode): Add autoload cookie. | |
2838 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2839 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
|
2840 |
29102 | 2841 * 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
|
2842 `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
|
2843 |
29082 | 2844 2000-05-22 Dave Love <fx@gnu.org> |
2845 | |
2846 * bindings.el: Remove debug-ignored-errors set in other files. | |
2847 | |
2848 * progmodes/etags.el: Add to debug-ignored-errors. | |
2849 (visit-tags-table-buffer): Clear out buffers holding old tables | |
2850 when making a new list. | |
2851 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
2852 mapc. | |
2853 | |
2854 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
2855 quote keywords. | |
2856 (cmpl-string-case-type): Use character classes. | |
2857 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2858 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2859 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2860 * imenu.el: |
29082 | 2861 * mail/mh-e.el: |
2862 * progmodes/compile.el: Add to debug-ignored-errors. | |
2863 | |
2864 * dabbrev.el: Add to debug-ignored-errors. | |
2865 (dabbrev-completion): Use mapc. | |
2866 | |
29075 | 2867 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
2868 | |
2869 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
2870 (woman-mapcan, woman-parse-man.conf) | |
2871 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
2872 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
2873 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
2874 path syntax better. | |
2875 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
2876 (woman-manpath): Call woman-parse-man.conf. | |
2877 (woman-emulation): New defcustom, defaults to nroff. | |
2878 (woman-font-support): New defconst. | |
2879 (woman-use-symbol-font): New defcustom. | |
2880 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
2881 "Emulation". | |
2882 Many functions: Doc fix. | |
2883 | |
29072 | 2884 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
2885 | |
2886 * international/quail.el (quail-simple-translation-keymap): Map | |
2887 128..255 to quail-self-insert-command. | |
2888 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
2889 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2890 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2891 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2892 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2893 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
2894 * 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
|
2895 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
2896 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2897 * 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
|
2898 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
2899 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
2900 * 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
|
2901 |
29059 | 2902 2000-05-21 Dave Love <fx@gnu.org> |
2903 | |
29061 | 2904 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
2905 are invalid characters. | |
2906 | |
29059 | 2907 * international/mule-util.el (detect-coding-with-priority): Use |
2908 mapc. Remove redundant lambda. | |
2909 | |
2910 * international/mule-diag.el (list-non-iso-charset-chars) | |
2911 (describe-fontset): Remove redundant lambda. | |
2912 | |
2913 * emulation/crisp.el (brief-mode): New alias. | |
2914 | |
2915 * emacs-lisp/ring.el (ring-elements): New function. | |
2916 | |
2917 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
2918 (easy-menu-do-add-item): Use keywordp. | |
2919 | |
2920 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
2921 | |
2922 * replace.el: Doc and error message fixes. | |
2923 (replace-highlight): Use facep, not internal-find-face. | |
2924 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2925 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2926 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
2927 * 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
|
2928 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2929 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2930 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2931 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2932 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2933 (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
|
2934 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2935 (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
|
2936 (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
|
2937 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2938 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2939 (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
|
2940 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2941 (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
|
2942 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2943 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2944 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2945 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2946 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2947 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2948 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2949 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2950 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2951 (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
|
2952 (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
|
2953 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2954 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
|
2955 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2956 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2957 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2958 |
29029 | 2959 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
2960 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2961 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 2962 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
2963 | |
29028 | 2964 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
2965 | |
2966 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
2967 and insert, not subst-char-in-region. | |
2968 | |
2969 * international/mule-diag.el (list-character-sets-1): Handle | |
2970 charsets eight-bit-control and eight-bit-graphic. | |
2971 (list-iso-charset-chars): Likewise. | |
2972 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
2973 charactes as is. Use indent-to to align characters. | |
2974 | |
2975 * international/mule-cmds.el (find-multibyte-characters): Never | |
2976 exclude charsets eight-bit-control and eight-bit-graphic. | |
2977 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2978 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2979 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2980 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2981 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2982 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2983 * 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
|
2984 |
28993 | 2985 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
2986 | |
2987 * gud.el (gud-jdb-directories): Doc fix. | |
2988 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
2989 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
2990 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
2991 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
2992 |
28988 | 2993 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
2994 | |
28993 | 2995 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 2996 |
28982 | 2997 2000-05-18 Andreas Schwab <schwab@suse.de> |
2998 | |
2999 * dired.el (dired-between-files): Also skip lines beginning with | |
3000 `used'. | |
3001 | |
28978 | 3002 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
3003 | |
3004 * msb.el (msb-menu-cond): Add choice `user'. | |
3005 | |
28981 | 3006 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
|
3007 |
28981 | 3008 * ps-print.el: Compatibility, customization and doc fix. |
3009 (ps-printer-name-option): Replace defconst by defvar. | |
3010 (ps-postscript-code-directory): XEmacs compatibility. | |
3011 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3012 fix. | |
3013 (ps-user-defined-prologue, ps-print-prologue-header) | |
3014 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3015 compatibility and code fix. | |
3016 (ps-print-background-image, ps-print-background-text): | |
3017 Customization fix. | |
3018 (ps-line-number-start, ps-n-up-on): New vars. | |
3019 | |
28978 | 3020 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3021 | |
3022 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3023 the indent-comment function to just return the appropriate indent. | |
3024 | |
28975 | 3025 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3026 | |
3027 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3028 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3029 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3030 | |
28969 | 3031 2000-05-18 Dave Love <fx@gnu.org> |
3032 | |
3033 * info.el (Info-fontify-node): Add intangible property as well as | |
3034 invisible. | |
3035 | |
3036 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3037 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3038 | |
28965 | 3039 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3040 | |
3041 * international/mule-diag.el (describe-char-after): Call | |
3042 internal-char-font, not char-font. If internal-char-font returns | |
3043 nil, display "-- none --". | |
3044 | |
28959 | 3045 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3046 | |
3047 * image.el (image-type-available-p): Don't reference image-types | |
3048 if it isn't bound. | |
3049 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3050 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3051 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3052 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3053 |
28954 | 3054 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3055 | |
3056 * startup.el (command-line-1): Don't signal an error if the | |
3057 directory for auto-save-list files does not yet exist. | |
3058 | |
28950 | 3059 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3060 | |
3061 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3062 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3063 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3064 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3065 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3066 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3067 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
|
3068 |
28981 | 3069 * 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
|
3070 |
28942 | 3071 2000-05-16 Dave Love <fx@gnu.org> |
3072 | |
3073 * cus-edit.el: Don't require cl or easymenu. | |
3074 (custom-variable-prompt): Test standard-value property, not | |
3075 user-variable-p. | |
3076 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3077 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
|
3078 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3079 * 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
|
3080 |
28939 | 3081 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3082 | |
3083 * startup.el (command-line-1): Mention the FAQ in the startup | |
3084 message. | |
3085 | |
3086 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3087 | |
3088 * progmodes/compile.el (compilation-parse-errors): Collect | |
3089 `nomessage' regexps last. | |
3090 | |
3091 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3092 | |
3093 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3094 to the function name. | |
3095 | |
28926 | 3096 2000-05-15 Dave Love <fx@gnu.org> |
3097 | |
3098 * speedbar.el (speedbar-recenter): Typo. | |
3099 (speedbar-expand-line): Make arg optional. | |
3100 (speedbar-mode): Avoid a compiler warning. | |
3101 | |
28924 | 3102 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3103 | |
3104 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3105 user-specified option string is empty. | |
3106 | |
3107 * mouse.el (mouse-yank-at-click): Doc fix. | |
3108 | |
28921 | 3109 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3110 | |
3111 * term/internal.el (IT-character-translations): More updates of | |
3112 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3113 documents. | |
3114 | |
28919 | 3115 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3116 | |
3117 * env.el (getenv): New function, interactively callable. | |
3118 (setenv, getenv): Remove autoload cookies. | |
3119 | |
3120 * loadup.el: Load `env'. | |
3121 | |
3122 * progmodes/f90.el: Change author's mail address. | |
3123 | |
28908 | 3124 2000-05-14 Dave Love <fx@gnu.org> |
3125 | |
28911 | 3126 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3127 goto-addr as an option. | |
3128 | |
3129 * help.el (help-xref-stack): Doc fix. | |
3130 (help-xref-following): New variable. | |
3131 (help-make-xrefs): Use it. | |
3132 (help-xref-go-back): Use position information from stack element. | |
3133 (help-follow): Make position in stack element a pair. Use | |
3134 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3135 |
28911 | 3136 * autoarg.el: New file. |
3137 | |
3138 * faces.el: Declare more functions obsolete. | |
3139 | |
28908 | 3140 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3141 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3142 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3143 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3144 Remove all the setup-...-environment functions. | |
3145 | |
28903 | 3146 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3147 | |
28919 | 3148 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3149 >= when detecting. Require `defimage' safely. | |
28903 | 3150 (speedbar-easymenu-definition-base): Add toggle for images. |
3151 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3152 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3153 (speedbar-reconfigure-keymaps-hook): New variable. | |
3154 (speedbar-frame-parameters): Updated documentation. | |
3155 (speedbar-use-imenu-flag): Updated custom tag | |
3156 (speedbar-dynamic-tags-function-list): New variable. | |
3157 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3158 (speedbar-indentation-width, speedbar-indentation-width) New |
3159 variables. | |
3160 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3161 (speedbar-vc-indicator): Doc update. |
3162 (speedbar-ignored-path-expressions): Updated default value. | |
3163 (speedbar-supported-extension-expressions): Updated default value. | |
3164 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3165 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3166 as "+". Added overlay aliases. | |
3167 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3168 `force-mode-line-update'. | |
3169 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3170 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3171 `mouse-set-point' | |
28903 | 3172 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3173 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3174 of arbitrary text, and new helper functions. | |
3175 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3176 filename finder. | |
28903 | 3177 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3178 (speedbar-directory-buttons): Update path search/expansion. | |
3179 (speedbar-make-tag-line): Pay attention to | |
28919 | 3180 `speedbar-indentation-width'. Use more care w/ invisible |
3181 properties. | |
28903 | 3182 (speedbar-change-expand-button-char): Call |
3183 `speedbar-insert-image-button-maybe'. | |
3184 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 3185 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
3186 (speedbar-trim-words-tag-hierarchy) | |
3187 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 3188 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 3189 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
3190 functions. | |
28903 | 3191 (speedbar-mouse-set-point): New function |
3192 (speedbar-power-click): Updated documentation. | |
28919 | 3193 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
3194 of tag prefix text. | |
3195 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
3196 to strange text. | |
3197 (speedbar-expand-line): Takes universal argument to flush the | |
3198 cache. | |
28903 | 3199 (speedbar-flush-expand-line): New function. |
3200 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
3201 Use new generator insertion method. | |
3202 (speedbar-fetch-dynamic-tags): New function. | |
3203 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
3204 `speedbar-fetch-dynamic-imenu'. | |
3205 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
3206 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
3207 "Revert Buffer" menu items. | |
3208 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
3209 filename tag (for expansion purposes.). | |
28919 | 3210 (speedbar-highlight-one-tag-line, |
3211 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
3212 (speedbar-recenter): New functions. | |
28903 | 3213 (defimage-speedbar): Image loading abstraction. |
28919 | 3214 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
3215 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
3216 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
3217 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 3218 (speedbar-expand-image-button-alist): New variable. |
3219 (speedbar-insert-image-button-maybe): Insert an image over some | |
3220 buttons. | |
3221 | |
28894 | 3222 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
3223 | |
3224 * international/mule-cmds.el (encode-coding-char): An ASCII | |
3225 character is always encodable. | |
3226 | |
3227 * international/mule-conf.el: Add more information in descriptions | |
3228 of character sets. | |
3229 | |
28965 | 3230 * international/mule-diag.el (describe-char-after): New function. |
28894 | 3231 (describe-font-internal): Adjusted for the change of font-info. |
3232 (describe-font): Likewise. | |
3233 (print-fontset): Rewritten for the new fontset implementation. | |
3234 (describe-fontset): Include fontset alias names in completion. | |
3235 (list-fontsets): Adjusted for the change of print-fontset. | |
3236 | |
28895 | 3237 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
3238 describe-char-after instead of displaying the detail in the echo | |
3239 area. | |
28965 | 3240 (syntax-code-table): Format changed. |
3241 (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
|
3242 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3243 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3244 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3245 * 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
|
3246 |
28890 | 3247 2000-05-12 Dave Love <fx@gnu.org> |
3248 | |
3249 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
3250 dependence. Use line-{beginning,end}-position, not | |
3251 point-at{b,e}ol. Some doc fixes. | |
3252 (todo-position): New function. Fix callers of position to use it. | |
3253 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
3254 | |
28885 | 3255 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
3256 | |
3257 * time.el (display-time-mail-icon): Use `:ascent center'. | |
3258 | |
28893 | 3259 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
3260 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3261 |
28882 | 3262 2000-05-11 Dave Love <fx@gnu.org> |
3263 | |
28888 | 3264 * calendar/todo-mode.el: New file. |
28882 | 3265 |
28870 | 3266 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
3267 | |
28881 | 3268 * comint.el (comint-read-input-ring): Move reference to |
3269 comint-input-ring-size outside of the save-excursion. It was | |
3270 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
|
3271 |
28875 | 3272 * font-lock.el: Update copyright. Remove Simon Marshall's email |
3273 address on request from him. | |
3274 | |
28870 | 3275 * subr.el (substitute-key-definition): Add comment describing |
3276 the meaning of PREFIX. | |
3277 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3278 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3279 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3280 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3281 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3282 * 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
|
3283 (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
|
3284 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3285 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3286 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3287 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3288 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3289 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3290 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3291 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3292 * 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
|
3293 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3294 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3295 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3296 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3297 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3298 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3299 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3300 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3301 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3302 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3303 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3304 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3305 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3306 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3307 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3308 (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
|
3309 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3310 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3311 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3312 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3313 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3314 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3315 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3316 |
28845 | 3317 2000-05-09 Sam Steingold <sds@goems.com> |
3318 | |
3319 * apropos.el (apropos-print): use `describe-face' instead of | |
3320 `customize-face-other-window'. | |
3321 | |
28842 | 3322 2000-05-09 Dave Love <fx@gnu.org> |
3323 | |
3324 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
3325 | |
3326 * help.el (describe-variable): Have customize button pop the | |
3327 help-xref stack when invoked. | |
3328 (help-xref-symbol-regexp): Add `face'. | |
3329 (help-make-xrefs): Check for quoted face names and adapt regexp | |
3330 submatch numbers to cope. | |
3331 (help-xref-interned): Maybe insert face doc too. Separate | |
3332 sections with a line of hyphens. | |
3333 | |
28848 | 3334 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 3335 (describe-face): Add customize button. Return the help |
3336 text. Fix prompt. | |
3337 | |
28839 | 3338 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
3339 | |
3340 * term/internal.el (IT-character-translations): Fix last change. | |
3341 | |
28833 | 3342 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3343 | |
3344 * woman.el: New file | |
3345 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
3346 | |
28829 | 3347 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3348 | |
28831 | 3349 * term/internal.el (IT-character-translations): Update ASCII |
3350 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
3351 latin-iso8859-15. | |
3352 | |
28829 | 3353 * international/mule-cmds.el (set-language-info-alist): Call |
3354 define-prefix-command with 3 arguments, to make the map suitable | |
3355 for a menu. | |
3356 | |
28827 | 3357 2000-05-07 Dave Love <fx@gnu.org> |
3358 | |
30620
1a808437b658
Restore inadvertently-changed non-ASCII character.
Eli Zaretskii <eliz@gnu.org>
parents:
30619
diff
changeset
|
3359 * time.el: Small doc fixes from Pavel Janík ml. |
28827 | 3360 |
28825 | 3361 2000-05-05 Dave Love <fx@gnu.org> |
3362 | |
3363 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
3364 list in doc string. Don't quote keyword symbols. | |
3365 * emacs-lisp/cl.el: Likewise | |
3366 * emacs-lisp/cl-seq.el: Likewise | |
3367 | |
28823 | 3368 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
3369 | |
3370 * abbrev.el (abbrev-mode): Make ARG optional. | |
3371 | |
28812 | 3372 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
3373 | |
28817 | 3374 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
3375 | |
3376 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
3377 | |
28812 | 3378 * subr.el (substitute-key-definition): Clarify documentation. |
3379 | |
3380 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
3381 | |
3382 * glasses.el (glasses-convert-to-unreadable): Use | |
3383 `glasses-separator' instead of the hard-wired "_". | |
3384 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
3385 place. | |
3386 | |
28808 | 3387 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3388 | |
3389 * term/internal.el (cjk-codepages-alist): Add associations for | |
3390 Chinese and Korean codepages. Remove FIXME comment. | |
3391 | |
28806 | 3392 2000-05-03 Dave Love <fx@gnu.org> |
3393 | |
3394 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
3395 New option. | |
3396 (display-time-mail-icon): New variable. | |
3397 (display-time-string-forms): Use the above. Fix the local-map. | |
3398 | |
28795 | 3399 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
3400 | |
28805 | 3401 * replace.el (query-replace-map): Add binding for `E'. |
3402 (query-replace-help): Extend help text. | |
3403 (perform-replace): Allow editing the replacement string. | |
3404 | |
3405 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
3406 (makefile-mode): Set local abbrev table to | |
3407 makefile-mode-abbrev-table. | |
3408 (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
|
3409 |
28795 | 3410 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
3411 set TOGGLE's value. | |
3412 | |
28805 | 3413 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
3414 mail-interactive-insert-alias. | |
3415 (mail-abbrev-complete-alias): New command. | |
3416 (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
|
3417 |
28790 | 3418 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
3419 | |
3420 * language/lao-util.el (lao-compose-region): New function. | |
3421 | |
28782 | 3422 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
3423 | |
28789 | 3424 * files.el (recover-session): Make directories as necessary |
3425 if they don't exist yet. | |
3426 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3427 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3428 (french-calendar-multibyte-special-days-array) |
28782 | 3429 (french-calendar-special-days-array): Change French text. |
3430 (calendar-french-date-string): Change output. | |
3431 (calendar-goto-french-date): Likewise. | |
3432 | |
3433 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
3434 | |
3435 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
3436 (widget-documentation-string-value-create): Set `:always-active'. | |
3437 | |
28778 | 3438 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3439 | |
3440 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
3441 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
3442 (normal-top-level): Create the directory for auto-save files, if | |
3443 it doesn't already exist (in the ms-dos case only). | |
3444 | |
28775 | 3445 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3446 | |
3447 * international/mule-cmds.el (set-language-environment): Don't | |
3448 concat an integer (dos-codepage), use format instead. | |
3449 | |
28772 | 3450 2000-05-02 Dave Love <fx@gnu.org> |
3451 | |
3452 * help.el (help-xref-on-pp): Check for constant symbols. | |
3453 | |
28764 | 3454 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
3455 | |
3456 * startup.el (normal-top-level): Put a condition-case around | |
3457 the code loading subdirs.el. | |
3458 | |
3459 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
|
3460 |
28764 | 3461 * ps-print.el: Upside-down and face background color printing, |
3462 line number step, doc fix. | |
3463 (ps-print-version): New version number (5.2). | |
3464 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
3465 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
3466 (ps-spool-config): Var fix. | |
3467 (ps-printer-name-option): Const fix. | |
3468 (ps-print-upside-down, ps-use-face-background) | |
3469 (ps-line-number-step): New vars. | |
3470 (ps-window-system, ps-lp-system): New consts. | |
3471 (ps-face-background): New fun. | |
3472 | |
28759 | 3473 2000-04-28 Richard Stallman <rms@gnu.org> |
3474 | |
3475 * files.el (make-auto-save-file-name): | |
3476 Apply auto-save-file-name-transforms to visited file name | |
3477 before generating auto save file name. | |
3478 (auto-save-file-name-transforms): New variable. | |
3479 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3480 * files.el (backup-enable-predicate): |
28759 | 3481 Correctly test for a file under a temporary directory. |
3482 | |
28751 | 3483 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
3484 | |
3485 * subr.el (add-minor-mode): Rewritten. | |
3486 | |
28749 | 3487 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
3488 | |
3489 * mail/sendmail.el (sendmail-send-it): Set | |
3490 buffer-file-coding-system to the selected coding system for MIME | |
3491 header. | |
3492 | |
28748 | 3493 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
3494 | |
3495 * dired.el (dired-move-to-filename-regexp): Allow format where | |
3496 YYYY is followed by two spaces. | |
3497 | |
3498 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
3499 in the second character class of the regexp. | |
3500 | |
3501 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
3502 mh-etc, too. | |
3503 | |
3504 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
3505 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3506 |
28748 | 3507 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
3508 | |
3509 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
3510 argument. | |
3511 | |
3512 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
|
3513 |
28748 | 3514 * emacs-lisp/crm.el (crm-completion-table): New variable. |
3515 (crm-collection-fn, crm-test-completion) | |
3516 (completing-read-multiple): Use it. | |
3517 | |
28736 | 3518 2000-04-27 Dave Love <fx@gnu.org> |
3519 | |
3520 * help.el (locate-library): Use mapc. | |
3521 (help-manyarg-func-alist): Add call-process-region. | |
3522 | |
28724 | 3523 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
3524 | |
28729 | 3525 * subr.el (add-minor-mode): Make argument MAP optional. |
3526 | |
28724 | 3527 * desktop.el (desktop-save): Save list of minor modes. |
3528 (desktop-create-buffer): Restore minor modes. | |
3529 (desktop-minor-mode-table): New user-option. | |
3530 | |
3531 * subr.el (add-minor-mode): New function. | |
3532 | |
3533 * image.el (find-image): New function. | |
3534 (defimage): Rewritten to find image at load time. | |
3535 | |
3536 * startup.el (normal-top-level-add-to-load-path): Handle | |
3537 case that the default directory is not in load-path. | |
3538 | |
3539 * help.el: Old patch from Stefan Monnier. | |
3540 (help-xref-on-pp): New function. | |
3541 (describe-variable): Use it to display xrefs in a symbol's value. | |
3542 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3543 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3544 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3545 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3546 |
28713 | 3547 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
3548 | |
28715 | 3549 * mail/rmail.el (rmail-expunge): When there are no deleted |
3550 messages, do nothing. | |
28713 | 3551 |
28712 | 3552 2000-04-26 Dave Love <fx@gnu.org> |
3553 | |
3554 * international/mule-cmds.el (locale-translation-file-name): | |
3555 Defvar to nil. | |
3556 (set-locale-environment): Set it here (at runtime). | |
3557 | |
28710 | 3558 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
3559 | |
3560 * replace.el (perform-replace): Add parameters START and END. Use | |
3561 them instead of the check for a region in Transient Mark mode. | |
3562 (query-replace-read-args): Return two more list elements for the | |
3563 start and end of the region in Transient Mark mode. | |
3564 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
3565 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
3566 optional last arguments START and END and pass them to | |
3567 perform-replace. | |
3568 | |
3569 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
3570 form with additional arguments for perform-replace. | |
3571 | |
3572 * progmodes/etags.el (tags-query-replace): Add parameters START | |
3573 and END. Construct a form with additional arguments for | |
3574 perform-replace. | |
3575 | |
3576 * simple.el (shell-command): Set default directory for "*Shell | |
3577 Command Output" buffer. | |
3578 | |
3579 * language/european.el (iso-latin-4): Fix typo. | |
3580 | |
3581 * emacs-lisp/crm.el: New file. | |
3582 | |
28701 | 3583 2000-04-24 Dave Love <fx@gnu.org> |
3584 | |
3585 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
3586 (Custom-reset-saved, Custom-reset-standard) | |
3587 (custom-group-value-create, custom-group-set, custom-group-save) | |
3588 (custom-group-reset-current, custom-group-reset-saved) | |
3589 (custom-group-reset-standard): Use mapc. | |
3590 (custom-buffer-create-internal): Disable undo when creating items. | |
3591 Use mapc. | |
3592 (custom-face): Avoid redundant lambda. | |
3593 | |
28699 | 3594 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3595 | |
3596 * startup.el (auto-save-list-file-prefix): Set default to | |
3597 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
3598 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3599 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3600 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3601 * 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
|
3602 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3603 |
28695 | 3604 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3605 | |
3606 * frame.el (scrolling): New group. | |
3607 (automatic-hscrolling): New user-option. | |
3608 | |
3609 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
3610 `--line-spacing'. | |
3611 | |
28668 | 3612 2000-04-19 Dave Love <fx@gnu.org> |
3613 | |
3614 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
3615 (cl-mapc): Rename from mapc. Fix the funcall. | |
3616 | |
28653 | 3617 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
3618 | |
28660 | 3619 * simple.el (clone-indirect-buffer-other-window): New command. |
3620 (clone-indirect-buffer): Add optional arg NORECROD. | |
3621 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
3622 | |
28658 | 3623 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
3624 | |
3625 * window.el (count-screen-lines): New function. | |
3626 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
3627 instead of window-buffer-height. | |
3628 | |
3629 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
3630 non-existing variable comint-input-sentinel. | |
3631 (inferior-lisp-args-to-list): Removed. | |
3632 (inferior-lisp): Use split-string instead of | |
3633 inferior-lisp-args-to-list. | |
3634 | |
3635 * hexl.el (hexl-insert-hex-string): New command. | |
3636 | |
28653 | 3637 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
3638 instead of concat. | |
3639 | |
28634 | 3640 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
3641 | |
3642 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
3643 at the start of an existing but empty folder. | |
3644 | |
3645 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3646 | |
3647 * ps-mule.el: Customization fix, doc fix. | |
3648 (ps-multibyte-buffer): Customization fix. | |
3649 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
3650 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3651 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3652 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3653 |
28626 | 3654 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
3655 | |
3656 * textmodes/texinfo.el (texinfo-insert-@email) | |
3657 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
3658 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
3659 (texinfo-mode-map): Add key bindings for them. | |
3660 | |
3661 * files.el (basic-save-buffer-2): Use a template with `$' | |
3662 instead of `#' for VMS. | |
3663 | |
3664 * simple.el (clone-indirect-buffer): New function. | |
3665 | |
28621 | 3666 2000-04-16 Stephen Eglen <stephen@gnu.org> |
3667 | |
3668 * iswitchb.el (iswitchb-case): New function. If the user input | |
3669 contains any upper-case characters, the search is made | |
3670 case-sensitive. | |
3671 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3672 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3673 |
28621 | 3674 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
3675 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3676 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3677 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3678 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3679 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 3680 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
3681 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
|
3682 (texinfo-environments): New var. |
28621 | 3683 (texinfo-environment-regexp): Use regexp-opt and |
3684 texinfo-environments. | |
3685 | |
3686 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
3687 ispell-process is bound since this might be eval'd before ispell | |
3688 is loaded. | |
3689 (ispell-message): Use a tiny bit less magic and a bit more hard | |
3690 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
|
3691 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3692 * 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
|
3693 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3694 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3695 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3696 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3697 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3698 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3699 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3700 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3701 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3702 |
28602 | 3703 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
3704 | |
3705 * 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
|
3706 |
28602 | 3707 * ps-print.el: Fix counting lines in a region. |
3708 (ps-print-version): New version number (5.1.5). | |
3709 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
3710 (ps-printing-region): Fun code fix. | |
3711 | |
28600 | 3712 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
3713 | |
3714 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
3715 to file-directory-p. | |
3716 | |
28591 | 3717 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
3718 | |
3719 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
3720 exists before calling directory-files. | |
3721 | |
28578 | 3722 2000-04-13 Dave Love <fx@gnu.org> |
3723 | |
3724 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
3725 syntax. | |
3726 | |
3727 * emacs-lisp/cl-specs.el: Remove when, unless. | |
3728 | |
3729 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
3730 (cl-old-mapc): New variable. | |
3731 (mapc): Use it. | |
3732 (cl-map-intervals): Use with-current-buffer. Don't check for | |
3733 next-property-change. | |
3734 (cl-map-overlays): Use with-current-buffer. | |
3735 (cl-expt): Remove. | |
3736 (copy-tree, remprop): Define unconditionally. | |
3737 | |
3738 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
3739 | |
3740 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
3741 to use keywordp. | |
3742 (edebug-spec): Enable keywordp. | |
3743 | |
3744 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
3745 string-lessp. | |
3746 | |
3747 * cus-start.el: Use keywordp. | |
3748 | |
28577 | 3749 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
3750 | |
3751 * diary-lib.el (include-other-diary-files): Fix the fix of | |
3752 2000-02-18 by doing a save-excursion. | |
3753 | |
3754 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3755 | |
3756 * ps-print.el: Customization fix, doc fix. | |
3757 (ps-print-version): New version number (5.1.4). | |
3758 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
3759 (ps-print-preprint): Adjust code. | |
3760 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
3761 (ps-print-prologue-header, ps-print-control-characters) | |
3762 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3763 |
28564 | 3764 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
3765 | |
3766 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
3767 converted to the new menu-item format, names silightly changed, | |
3768 help strings added. | |
3769 | |
3770 Support for spelling without async subprocesses: | |
3771 | |
3772 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
3773 (ispell-session-buffer): New variables. | |
3774 (ispell-start-process, ispell-process-status, | |
3775 ispell-accept-output, ispell-send-string): New functions, for | |
3776 Ispell invocation when async subprocesses aren't supported. | |
3777 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
3778 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
3779 to process-send-string with calls to ispell-send-string, and | |
3780 accept-process-output with ispell-accept-output. | |
3781 (ispell-init-process): Call ispell-process-status instead of | |
3782 process-status with. | |
3783 (ispell-init-process): Call ispell-start-process. Call | |
3784 ispell-accept-output and ispell-send-string. Don't call | |
3785 process-kill-without-query and kill-process if they are unbound. | |
3786 (ispell-async-processp): New function. | |
3787 | |
28560 | 3788 2000-04-12 Dave Love <fx@gnu.org> |
3789 | |
3790 * info.el: Add debug-ignored-errors. | |
3791 (Info-mode-menu): Add some items. | |
3792 (Info-directory): Add autoload cookie. | |
3793 | |
3794 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
3795 Modify `truncate-lines'. Make `describe-language-environment' | |
3796 always visible and add help. Modify `describe-key' help. Invoke | |
3797 Info-directory from `info'. New entry `emacs-manual'. | |
3798 | |
28542 | 3799 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
3800 | |
28549 | 3801 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
3802 propertized-buffer-identification. | |
3803 (ebrowse-update-member-buffer-mode-line): Likewise. | |
3804 (ebrowse--mode-strings): Removed. | |
3805 (ebrowse--mode-line-props): Removed. | |
3806 | |
28542 | 3807 * files.el (auto-mode-alist): Add `EBROWSE'. |
3808 | |
3809 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
3810 space before testing for end of buffer. | |
3811 (ebrowse-load): Removed. | |
3812 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
3813 (ebrowse-create-tree-buffer): Rewritten. | |
3814 (ebrowse-tree-mode): Read tree from buffer. | |
3815 | |
3816 * progmodes/ebrowse-ffh.el: Removed. | |
3817 | |
28535 | 3818 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
3819 | |
3820 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
3821 | |
28534 | 3822 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
3823 | |
3824 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
3825 at the wrong place. | |
3826 | |
28783 | 3827 2000-04-09 Dave Love <fx@gnu.org> |
3828 | |
3829 * files.el (backup-enable-predicate): Use | |
3830 temporary-file-directory, small-temporary-file-directory. | |
3831 (make-backup-file-name-function, backup-directory-alist): New | |
3832 variables. | |
3833 (make-backup-file-name-1): New function. | |
3834 (make-backup-file-name): Use it. | |
3835 (find-backup-file-name): Likewise. Use format for clarity, not | |
3836 concat. | |
3837 (file-newest-backup): Use make-backup-file-name. | |
3838 | |
28523 | 3839 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
3840 | |
28530 | 3841 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3842 |
28530 | 3843 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
3844 to ebrowse-ffh.el. | |
3845 (ebrowse-load): Add autoload. | |
3846 | |
3847 * finder.el (finder-commentary): Add autoload cookie. | |
3848 | |
28523 | 3849 * mail/rfc2368.el: Correct author's email address. |
3850 | |
3851 * progmodes/ebrowse.el: New file. | |
3852 | |
3853 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
3854 item help string. | |
3855 (easy-menu-do-add-item): Ditto. | |
3856 (easy-menu-define): Extend doc string. | |
3857 | |
3858 * jit-lock.el (with-buffer-unmodified): Use | |
3859 restore-buffer-modified-p. | |
3860 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
3861 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
3862 with-buffer-unmodified. | |
3863 | |
28517 | 3864 2000-04-08 Dave Love <fx@gnu.org> |
3865 | |
3866 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
3867 unless, when. | |
3868 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
3869 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
|
3870 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
3871 * 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
|
3872 (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
|
3873 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
|
3874 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3875 |
28506 | 3876 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
3877 | |
3878 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
3879 like C-r. | |
3880 | |
3881 * progmodes/make-mode.el: Some doc fixes. | |
3882 (makefile-mode-abbrev-table): New variable. | |
3883 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
3884 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
3885 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
3886 | |
3887 * replace.el (perform-replace): Don't move forward one char | |
3888 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
3889 to do that because it leaves point 1 position after the last | |
3890 replacement, after everything has been replaced. | |
3891 | |
3892 * jit-lock.el (with-buffer-unmodified): New macro. | |
3893 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
3894 modified state. | |
3895 (jit-lock-function-1): Extracted from jit-lock-function; not | |
3896 preserving buffer's modified state. | |
3897 (jit-lock-function, jit-lock-stealth-fontify): Call | |
3898 jit-lock-function-1. | |
3899 | |
3900 * mail/rfc2368.el: Remove supernumerary copyright line. | |
3901 | |
28499 | 3902 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
3903 | |
3904 * glasses.el: Provide facilities for inserting space before left | |
3905 parentheses and uncapitalization of identifiers. | |
3906 (glasses-mode): Try to remove old overlays in all cases. | |
3907 | |
28485 | 3908 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
3909 | |
28496 | 3910 * progmodes/compile.el (compile-internal): Display the compilation |
3911 buffer in a different frame, if it's already displayed there. | |
3912 | |
28494 | 3913 * mail/rfc2368.el: New file. |
3914 | |
28492 | 3915 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
3916 header and insert its value as mail body. | |
3917 | |
3918 * subr.el (member-ignore-case): New function. | |
3919 | |
3920 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
3921 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
3922 from dabbrev-ignored-regexps. | |
3923 | |
28485 | 3924 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
3925 to extensions handled by gzip. | |
3926 | |
28492 | 3927 2000-04-03 Richard M. Stallman <rms@gnu.org> |
3928 | |
3929 * files.el (insert-directory): List the total free space | |
3930 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3931 |
28492 | 3932 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
3933 line is followed by one that matches CITATION-REGEXP, end the | |
3934 paragraph. | |
3935 | |
3936 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
3937 | |
3938 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
3939 (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
|
3940 |
28474 | 3941 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
3942 | |
3943 * international/mule-cmds.el (encoded-string-description): | |
3944 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 3945 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
3946 for hexadecimal format. | |
28474 | 3947 |
28468 | 3948 2000-04-01 Dave Love <fx@gnu.org> |
3949 | |
3950 * cpp.el: Change customization group to `c' from `C'. | |
3951 | |
3952 * vcursor.el (vcursor-move): Use display-color-p. | |
3953 | |
3954 * international/mule-util.el: Provide mule-utils. | |
3955 (string-to-sequence): Simplify and speed up. | |
3956 | |
3957 * international/mule.el (make-coding-system): Purecopy doc-string. | |
3958 | |
3959 * international/mule-cmds.el: Various menu changes. | |
3960 (describe-specified-language-support): Handle `Default'. | |
3961 (set-language-info): Purecopy `info'. | |
3962 | |
28462 | 3963 2000-03-31 Andrew Innes <andrewi@gnu.org> |
3964 | |
3965 * vc.el (vc-backend-diff): Return the correct status if we had to | |
3966 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
|
3967 |
28445 | 3968 2000-03-31 Dave Love <fx@gnu.org> |
3969 | |
28452 | 3970 * help.el (help-manyarg-func-alist): Correct several omissions. |
3971 | |
28450 | 3972 * add-log.el: Don't require cl, fortran. |
3973 (add-log-current-defun-function): Doc fix. | |
3974 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
3975 fix. | |
3976 (change-log-version-rcs): Function deleted. | |
3977 (change-log-version-number-search): Doc fix. Use | |
3978 vc-workfile-version. Avoid CL dolist. | |
3979 (add-change-log-entry): Just call add-log-current-defun to get | |
3980 defun. Simplify somewhat. | |
3981 (change-log-get-method-definition-1): Likewise. | |
3982 (add-log-current-defun): Return nil if calling | |
3983 add-log-current-defun-function does so. Move Fortran stuff to | |
3984 fortran.el. Return string without properties. | |
3985 | |
28445 | 3986 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
3987 and :alpha: char classes. | |
3988 | |
3989 * mail/supercite.el: Defvar curline when compiling. | |
3990 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
3991 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
3992 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
3993 | |
28444 | 3994 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
3995 | |
3996 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
3997 | |
3998 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
3999 Re-enable new code. | |
4000 | |
4001 * lpr.el (print-region-1): Use -d to specify printer name for | |
4002 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
4003 | |
4004 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
|
4005 |
28444 | 4006 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4007 for function definition in symbol's function value slot first | |
4008 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
|
4009 |
28435 | 4010 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4011 | |
4012 * language/european.el ("Polish"): New language environment. | |
4013 (setup-polish-environment): New function. | |
4014 | |
28424 | 4015 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4016 | |
4017 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4018 Disable new code. | |
4019 | |
4020 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4021 trying to `load' the symbol of an autoload instead of the file | |
4022 recorded in the autoload. Fix error messages. | |
4023 | |
28429 | 4024 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4025 | |
4026 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4027 (ps-print-version): New version number (5.1.3). | |
4028 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4029 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4030 (ps-generate-postscript-with-faces): Code fix. | |
4031 (ps-color-values): XEmacs compatibility. | |
4032 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4033 (ps-default-fg, ps-default-bg): Adjust customization. | |
4034 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4035 (ps-color-scale): Renaming old ps-color-value fun. | |
4036 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4037 with ps-print-header variable. | |
4038 (ps-print-miscellany): New group. | |
4039 (ps-format-color, ps-rgb-color): New funs. | |
4040 (ps-default-foreground): New var. | |
4041 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4042 |
28416 | 4043 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4044 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4045 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4046 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4047 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4048 (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
|
4049 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4050 |
28416 | 4051 * lisp/locate.el: |
4052 (locate-word-at-point): Added this function | |
4053 (locate): Default to using locate-word-at-point as input | |
4054 Run dired-mode-hook | |
4055 | |
28405 | 4056 2000-03-29 Dave Love <fx@gnu.org> |
4057 | |
4058 * calendar/appt.el: Doc fixes. | |
4059 (appt-check): Convert min-to-app to a string before passing to | |
4060 appt-disp-window-function or concat. | |
4061 (appt-delete-window): Remove test for frame-root-window. | |
4062 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4063 | |
4064 * emacs-lisp/bytecomp.el: Doc fixes. | |
4065 (byte-compile-file-form-autoload): Update | |
4066 byte-compile-function-environment. | |
4067 | |
28403 | 4068 2000-03-29 Andreas Schwab <schwab@suse.de> |
4069 | |
4070 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4071 specially. | |
4072 | |
4073 * dired.el (dired-insert-directory): If dired-free-space-program | |
4074 failed just delete its output. | |
4075 | |
28395 | 4076 2000-03-29 Dave Love <fx@gnu.org> |
4077 | |
4078 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4079 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4080 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4081 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4082 clarity. | |
4083 | |
4084 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4085 | |
28377 | 4086 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4087 | |
4088 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4089 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4090 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4091 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4092 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4093 * 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
|
4094 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4095 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4096 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4097 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4098 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4099 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4100 |
28326 | 4101 2000-03-26 Dave Love <fx@gnu.org> |
4102 | |
28331 | 4103 * net/browse-url.el (browse-url): Re-fix case of |
4104 browse-url-browser-function being an alist. | |
4105 (browse-url): Add :link to defgroup. | |
4106 | |
28326 | 4107 * files.el: Doc fixes. |
4108 (file-truename): Include `[' in wildcard characters. | |
4109 (automount-dir-prefix): Customize. | |
4110 (find-file-wildcards): Add :version. | |
4111 (find-file-noselect): Simplify a mapcar call. | |
4112 | |
4113 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4114 compatible with inf-lisp version. | |
4115 (eval-defun-1): Fix custom-declare-variable case. | |
4116 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4117 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4118 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4119 * 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
|
4120 |
28303 | 4121 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4122 | |
28308 | 4123 * Makefile (COMPILE_FIRST): New macro. |
4124 (compile-files): Compile files from COMPILE_FIRST first. | |
4125 | |
4126 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4127 code. | |
4128 | |
28303 | 4129 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4130 matching open parenthesis in column 0 to defun-prompt-regexp | |
4131 only if open-paren-in-column-0-is-defun-start is set. | |
4132 | |
4133 * sun-curs.el: Require CL at compile-time only. | |
4134 | |
4135 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4136 instead of copy-list which is a function from CL. | |
4137 (msb--choose-menu, msb--mode-menu-cond) | |
4138 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4139 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4140 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4141 `(' in column 0 in doc string. | |
4142 (msb--add-separators): Use mapcar instead of mapcan. | |
4143 | |
4144 * cus-dep.el: Require CL at compile-time only. | |
4145 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4146 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4147 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4148 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4149 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4150 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4151 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4152 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4153 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4154 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4155 (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
|
4156 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4157 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4158 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4159 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4160 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4161 |
28292 | 4162 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4163 | |
4164 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4165 (rmail-expunge): Ask for confirmation depending on the setting | |
4166 of rmail-confirm-expunge. | |
4167 | |
4168 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4169 | |
4170 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4171 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4172 cause a bootstrap failure because things don't autoload as | |
4173 expected. | |
4174 | |
28289 | 4175 2000-03-23 Dave Love <fx@gnu.org> |
4176 | |
4177 * net/browse-url.el: Restore previous use of | |
4178 browse-url-maybe-new-window. | |
4179 | |
28287 | 4180 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4181 | |
4182 * ps-print.el: Skip banner page fix. | |
4183 (ps-print-version): New version number (5.1.2). | |
4184 (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
|
4185 |
28287 | 4186 2000-03-23 Dave Pearson <davep@davep.org> |
4187 | |
4188 * net/quickurl.el Changed the type of parameter passed to the | |
4189 function defined by `quickurl-format-function'. Before only the | |
4190 text of the URL was passed. Now the whole URL structure is passed | |
4191 and the function is responsible for extracting the parts it | |
4192 requires. Changed the default of `quickurl-format-function' | |
4193 accordingly. | |
4194 (quickurl-insert): Changed the `funcall' of | |
4195 `quickurl-format-function' to match the above change. | |
4196 (quickurl-list-insert): Changed the `url' case so that it makes | |
4197 use of `quickurl-format-function', previous to this the format was | |
4198 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4199 |
28283 | 4200 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
4201 | |
4202 * startup.el: Change some spellings for the X Window System. | |
4203 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4204 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4205 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4206 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4207 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
|
4208 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4209 |
28276 | 4210 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4211 | |
4212 * w32-fns.el (w32-charset-info-alist): Initialize. | |
4213 | |
28267 | 4214 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4215 | |
4216 * ps-print.el: N-up last page fix. | |
4217 (ps-print-version): New version number (5.1.1). | |
4218 (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
|
4219 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4220 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4221 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4222 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4223 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4224 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4225 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4226 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4227 * 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
|
4228 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4229 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4230 (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
|
4231 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
|
4232 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
|
4233 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4234 (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
|
4235 (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
|
4236 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4237 (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
|
4238 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4239 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4240 * 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
|
4241 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4242 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4243 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4244 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4245 * 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
|
4246 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4247 (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
|
4248 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4249 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4250 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4251 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4252 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4253 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4254 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4255 (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
|
4256 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
|
4257 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4258 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
|
4259 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4260 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4261 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4262 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4263 * 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
|
4264 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4265 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4266 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
|
4267 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4268 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4269 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4270 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4271 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
|
4272 (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
|
4273 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4274 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4275 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4276 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4277 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4278 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4279 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4280 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4281 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4282 |
28246 | 4283 2000-03-21 Jason Rumney <jasonr@gnu.org> |
4284 | |
4285 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
4286 (custom-button-pressed-face): Likewise. | |
4287 | |
28244 | 4288 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
4289 | |
4290 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
4291 (tags-loop-eval): New function. Bind case-fold-search around eval | |
4292 depending on the value of tags-case-fold-search. | |
4293 (tags-loop-continue): Use tags-loop-eval. | |
4294 (find-tag-in-order): Bind case-fold-search depending on the value | |
4295 of tags-case-fold-search. | |
4296 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4297 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4298 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4299 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4300 (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
|
4301 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4302 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4303 (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
|
4304 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4305 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4306 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4307 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4308 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4309 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4310 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4311 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4312 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4313 * 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
|
4314 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4315 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4316 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4317 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4318 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4319 |
28233 | 4320 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
4321 | |
4322 * term/x-win.el: Fontsets related initialization is simplified. | |
4323 | |
4324 * international/mule-diag.el (describe-font): Don't refer to | |
4325 global-fontset-alist, instead call font-list. | |
4326 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
4327 (print-fontset): Adjusted for the change of fontset | |
4328 implementation. | |
4329 | |
4330 * international/fontset.el (x-charset-registries): Variable | |
4331 removed, instead the corresponding data is stored in the default | |
4332 fontset. | |
4333 (register-alternate-fontnames): Function removed. | |
4334 (resolved-ascii-font): Variable removed. | |
4335 (x-compose-font-name): Ignore the second argument REDOCE. | |
4336 (x-complement-fontset-spec): Complement only an ASCII font and | |
4337 element for those charsets than can use that ASCII font. | |
4338 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
4339 instead call fontset-list. | |
4340 (uninstantiated-fontset-alist): Variable removed. | |
4341 (x-style-funcs-alist): Likewise. | |
4342 (fontset-default-styles): Likewise. | |
4343 (x-modify-font-name): Function removed. | |
4344 (create-fontset-from-fontset-spec): Ignore the argument | |
4345 STYLE-VARIANT. | |
4346 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
4347 change. | |
4348 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
4349 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4350 |
28233 | 4351 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
4352 (describe-face): Include `font' attribute in the description. | |
4353 | |
28219 | 4354 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
4355 | |
4356 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
4357 | |
28209 | 4358 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
4359 | |
28212 | 4360 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
4361 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
4362 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
|
4363 |
28209 | 4364 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
4365 about behavior of set-buffer-modified-p wrt redisplay. | |
4366 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4367 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4368 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4369 * 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
|
4370 |
28194 | 4371 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
4372 | |
4373 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
4374 is a string, convert it to a syntax cell using string-to-syntax. | |
4375 | |
4376 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
4377 (string-to-syntax): New function. | |
4378 | |
4379 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
4380 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 4381 try to use passive ftp mode. |
28194 | 4382 |
28189 | 4383 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
4384 | |
28209 | 4385 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 4386 |
4387 * simple.el (append-to-buffer): Update point of windows after | |
4388 insertion. | |
4389 | |
4390 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
4391 forward then moving backward. Reindent. | |
4392 | |
4393 * frame.el (other-frame): Call x-focus-frame only if | |
4394 focus-follows-mouse is off. | |
4395 | |
28185 | 4396 2000-03-17 Dave Love <fx@gnu.org> |
4397 | |
4398 * pcvs-util.el (cvs-strings->string): Rename | |
4399 replace-regexps-in-string. | |
4400 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4401 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4402 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4403 * 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
|
4404 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4405 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4406 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 4407 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4408 |
28174 | 4409 2000-03-16 Dave Love <fx@gnu.org> |
4410 | |
4411 * progmodes/f90.el (f90): Put custom group under `languages', not | |
4412 `fortran'. | |
4413 (f90-mode-hook): Customize. | |
4414 (f90-mode): Set add-log-current-defun-function. | |
4415 (f90-current-defun): New function. | |
4416 | |
28169 | 4417 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
4418 | |
28173 | 4419 * cus-edit.el (custom-variable-tag-face): Handle case that |
4420 default face's height is not a number. | |
4421 (custom-face-tag-face, custom-group-tag-face-1) | |
4422 (custom-group-tag-face): Ditto. | |
4423 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4424 |
28169 | 4425 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
4426 | |
28161 | 4427 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
4428 | |
4429 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
4430 requiring easymenu. | |
4431 | |
28155 | 4432 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4433 | |
4434 * ps-print.el: PostScript user-defined prologue, PostScript error | |
4435 handler, doc fix. | |
4436 (ps-print-version): New version number (5.1). | |
4437 (ps-user-defined-prologue, ps-error-handler-message) | |
4438 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
4439 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
4440 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4441 |
28150 | 4442 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
4443 | |
4444 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 4445 invalid self-assignment code. |
28150 | 4446 |
28149 | 4447 2000-03-14 Dave Love <fx@gnu.org> |
4448 | |
4449 * subr.el (replace-regexp-in-string): Renamed from | |
4450 replace-regexps-in-string. Doc fix. | |
4451 | |
28131 | 4452 2000-03-12 Dave Love <fx@gnu.org> |
4453 | |
4454 * cus-edit.el: Doc fixes. | |
4455 (customize-set-variable, customize-save-variable): Rename args for | |
4456 doc. | |
4457 (custom-variable-tag-face, custom-face-tag-face) | |
4458 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
4459 style which user identify as hyperlink. | |
4460 (hook): Don't add undefined functions to the hook. | |
4461 (debug-ignored-errors): Transfer message from bindings.el. | |
4462 | |
28120 | 4463 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4464 | |
4465 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
4466 double/nested definition. | |
4467 | |
28114 | 4468 2000-03-12 Dave Love <fx@gnu.org> |
4469 | |
4470 * facemenu.el (facemenu-get-face): Use display-color-p. | |
4471 * enriched.el (enriched-decode-foreground): Likewise. | |
4472 (enriched-decode-background): Likewise. | |
4473 * isearch.el (isearch-highlight): Likewise. | |
4474 * info-look.el (info-lookup): Likewise. | |
4475 * simple.el (completion-setup-function): Likewise. | |
4476 | |
4477 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
4478 :options. | |
4479 | |
4480 * bindings.el (mode-line-format): Fix line-number and | |
4481 column-number items. Add help-echo for the background. | |
4482 (mode-line-mule-info): Modify help-echo. | |
4483 | |
4484 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
4485 defcustom. | |
4486 | |
4487 * files.el (load-file): Allow completion to .elc. | |
4488 | |
4489 * man.el: Doc fixes. | |
4490 (Man-init-defvars): Use display-color-p to set fontification. | |
4491 | |
4492 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
4493 | |
28109 | 4494 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4495 | |
4496 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
4497 | |
4498 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
4499 | |
28098 | 4500 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
4501 | |
4502 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
4503 Fix comment. | |
4504 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4505 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4506 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4507 * 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
|
4508 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4509 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4510 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4511 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4512 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4513 * 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
|
4514 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4515 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4516 * 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
|
4517 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
|
4518 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4519 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4520 * 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
|
4521 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4522 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4523 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4524 |
28084 | 4525 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
4526 | |
4527 * textmodes/texinfo.el (texinfo-version): Variable and function | |
4528 removed. | |
4529 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4530 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4531 |
28114 | 4532 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
4533 allow more flexibility. | |
4534 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
4535 fns. | |
4536 (easy-mmode-defmap, easy-mmode-defsyntax) | |
4537 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4538 |
28085 | 4539 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 4540 |
4541 * rect.el (replace-rectangle): New function. | |
4542 | |
4543 2000-03-09 Dave Love <fx@gnu.org> | |
4544 | |
4545 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
4546 "C". | |
4547 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
4548 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
4549 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
4550 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
4551 fortran-comment-line-start here. Set comment-start, | |
4552 add-log-current-defun. | |
4553 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
4554 (fortran-current-defun): New function. | |
4555 | |
28073 | 4556 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
4557 | |
28077 | 4558 * emacs-lisp/re-builder.el: New file. |
4559 | |
28076 | 4560 * mouse.el (mouse-drag-region): Don't run up-event handler |
4561 if hscroll has changed. | |
4562 | |
28073 | 4563 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
4564 builtin operators, use `font-lock-builtin-face' for Emacs and | |
4565 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4566 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4567 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 4568 `(defun (setf foo)' differently. |
4569 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4570 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4571 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4572 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 4573 (regexp-opt): Update comment and adapt the code the new meaning of |
4574 the `paren' argument of regex-opt-group for shy-groups. | |
4575 (regexp-opt-depth): Handle shy groups as well as backslashed | |
4576 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4577 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4578 Allow `paren' to be a string (the string to use to open a group). |
28073 | 4579 Remove open-presuf and close-presuf. Instead of checking for `all |
4580 one-char' and then later on check for `several one-char', handle | |
4581 both cases close together. Also apply a more generic algorithm | |
4582 for suffixes (the mirror image of the algorithm used for | |
4583 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4584 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4585 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4586 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 4587 from comint-mode-map, so we can just inherit from it. Also, move |
4588 the initialization into the `defvar' since there's no docstring | |
4589 anyway and it's fairly short. | |
4590 (inferior-scheme-mode): Define it as derived-mode: the code is | |
4591 shorter and this way we inherit from comint-mode-map rather than | |
4592 copying it. | |
4593 | |
4594 * subr.el (replace-regexps-in-string): Properly handle the case | |
4595 where we match an empty string. | |
4596 | |
4597 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
4598 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
|
4599 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4600 |
28046 | 4601 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
4602 | |
28051 | 4603 * Makefile (compile-files): Compile files one by one because |
4604 that's the only way to ensure a clean compilation environment for | |
4605 each individual file. | |
4606 | |
28046 | 4607 * frame.el (other-frame): Call x-focus-frame. |
4608 | |
28040 | 4609 2000-03-07 Dave Love <fx@gnu.org> |
4610 | |
28043 | 4611 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
4612 :require to defcustom. | |
4613 | |
28040 | 4614 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
4615 lists. | |
4616 | |
4617 * files.el (auto-mode-alist): Add configure.in. | |
4618 | |
4619 * progmodes/autoconf.el: New file. | |
4620 | |
28034 | 4621 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
4622 | |
4623 * mail/mh-e.el: Change maintainer to `none'. | |
4624 | |
4625 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
4626 to remove-hook and add-hook. | |
4627 | |
4628 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
4629 | |
28035 | 4630 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 4631 it as the default. |
28035 | 4632 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
4633 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 4634 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4635 |
28024 | 4636 2000-03-07 Dave Love <fx@gnu.org> |
4637 | |
4638 * winner.el: Fix keywords, autoload cookies. Split | |
4639 eval-when-compile form to avoid compilation failure. | |
4640 | |
28017 | 4641 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
4642 | |
4643 * international/mule.el: Modify comment about coding system | |
4644 property `coding-category'. | |
4645 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
4646 coding-category property of PROPERTIES. | |
4647 | |
4648 * international/mule-conf.el (coding-category-utf-8, | |
4649 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
4650 categories. Include them in the argument for set-coding-priority. | |
4651 | |
4652 * international/mule-cmds.el (reset-language-environment): Include | |
4653 coding-category-utf-8, coding-category-utf-16-be, and | |
4654 coding-category-utf-16-le in the argument for set-coding-priority. | |
4655 (reset-language-environment): Initialize coding-category-utf-8, | |
4656 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
4657 | |
28014 | 4658 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
4659 | |
4660 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
4661 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
4662 extensions as well as compression extensions. | |
4663 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4664 |
27976 | 4665 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
4666 | |
4667 * strokes.el: Change maintainer's mail address. | |
4668 | |
27972 | 4669 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
4670 | |
4671 * international/mule-diag.el (list-character-sets): Make help-echo | |
4672 string by substitute-command-keys. | |
4673 (list-character-sets): Likewise. | |
4674 (sort-listed-character-sets): Call help-setup-xref. | |
4675 | |
27965 | 4676 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
4677 | |
4678 * time.el (display-time-mail-file): Add `none' to the list of | |
4679 choices. | |
4680 | |
27954 | 4681 2000-03-01 Dave Love <fx@gnu.org> |
4682 | |
27959 | 4683 * help.el (help-xref-go-back): Don't try to set position. |
4684 | |
27954 | 4685 * international/mule-diag.el (list-character-sets): Call |
4686 help-setup-xref. Add help-echo to xrefs. | |
4687 (list-character-sets-1): Add help-echo to xrefs. | |
4688 | |
27949 | 4689 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
4690 | |
4691 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
4692 the mode off. | |
4693 | |
4694 * add-log.el (add-log-current-defun): Add support for | |
4695 Autoconf mode. | |
4696 | |
4697 * mail/rmail.el (rmail-quit-hook): New variable. | |
4698 | |
27931 | 4699 2000-03-01 Dave Love <fx@gnu.org> |
4700 | |
27935 | 4701 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
4702 | |
27931 | 4703 * help.el (help-xref-button): Add help-echo arg. |
4704 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
4705 | |
4706 * faces.el (list-faces-display): Supply help-echo with | |
4707 help-make-xrefs. | |
4708 | |
4709 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
4710 nil. | |
4711 | |
27919 | 4712 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
4713 | |
27927 | 4714 * image.el (defimage): Look for image files in load-path. |
4715 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4716 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 4717 `number'. |
4718 | |
27927 | 4719 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
4720 | |
4721 * recentf.el (recentf): Added version tag to the defgroup of | |
4722 recentf. | |
4723 | |
4724 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4725 | |
4726 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
4727 too. | |
4728 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
4729 action to select/unselect a file. | |
4730 (recentf-edit-list): Code cleanup and improvement. | |
4731 (recentf-open-more-files-action): `recentf-open-more-files' button | |
4732 widget action to open a file. | |
4733 (recentf-open-more-files): No more use standard completion but | |
4734 widgets. | |
4735 (recentf-more-collection): Deleted. | |
4736 (recentf-more-history): Deleted. | |
4737 (recentf-setup-more-completion): Deleted. | |
4738 | |
4739 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4740 | |
4741 * recentf.el (recentf-mode): No more needs that Emacs is running | |
4742 under a window-system. | |
4743 | |
4744 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4745 | |
4746 * recentf.el (recentf-edit-list): New command to edit the recent | |
4747 list which allow the user to remove files. | |
4748 (recentf-edit-selected-items): New global variable, used by | |
4749 `recentf-edit-list' to hold the list of files to be removed from | |
4750 the recent list. | |
4751 (recentf-make-menu-items): Updated to display a "Edit list..." | |
4752 menu item. Minor code cleanup. | |
4753 | |
4754 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4755 | |
4756 * recentf.el (recentf-open-more-files): New command to open files | |
4757 that are not displayed in the menu. | |
4758 (recentf-more-collection): New global variable holding the set of | |
4759 permissible completions used by `recentf-open-more-files'. | |
4760 (recentf-more-history): New global variable holding the history list | |
4761 used by `recentf-open-more-files' completion. | |
4762 (recentf-setup-more-completion): New function to setup completion for | |
4763 `recentf-open-more-files'. | |
4764 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
4765 | |
4766 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4767 | |
4768 * recentf.el (recentf-menu-action): Doc fixed. | |
4769 | |
4770 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4771 | |
4772 * recentf.el (recentf-menu-filter): Doc updated. | |
4773 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
4774 (recentf-make-menu-items): New menu filter handling. | |
4775 (recentf-make-menu-item): New helper function. | |
4776 (recentf-menu-elements): New menu handling function. | |
4777 (recentf-sort-ascending): Updated to new menu filter handling. | |
4778 (recentf-sort-descending): Updated to new menu filter handling. | |
4779 (recentf-sort-basenames-ascending): New menu filter function. | |
4780 (recentf-sort-basenames-descending): New menu filter function. | |
4781 (recentf-show-basenames): New menu filter function. | |
4782 (recentf-show-basenames-ascending): New menu filter function. | |
4783 (recentf-show-basenames-descending): New menu filter function. | |
4784 | |
27919 | 4785 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4786 | |
4787 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
4788 the end of the buffer. | |
4789 | |
27911 | 4790 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
4791 | |
4792 * international/mule-diag.el (list-character-sets): Completely | |
4793 rewritten. | |
4794 (sort-listed-character-sets): New function. | |
4795 (list-character-sets-1): Completely rewritten. | |
4796 (list-character-sets-2): New function. | |
4797 (non-iso-charset-alist): New variable. | |
4798 (decode-codepage-char): New function. | |
4799 (charset-history): New variable. | |
4800 (read-charset) (list-block-of-chars) | |
4801 (list-iso-charset-chars) | |
4802 (list-non-iso-charset-chars) | |
4803 (list-charset-chars): New functions. | |
4804 (mule-diag): Call list-character-sets-2, not | |
4805 list-character-sets-2. | |
4806 (dump-charsets): Likewise. | |
4807 | |
27910 | 4808 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
4809 | |
27919 | 4810 * dired-x.el (dired-filename-at-point): Add `@' to valid |
4811 file name characters. | |
4812 (dired-filename-at-point): Handle ange-ftp file names. | |
4813 | |
27910 | 4814 * frame.el (frame-notice-user-settings): Use assq-delete-all |
4815 instead of assoc-delete-all. | |
4816 (frame-notice-user-settings): Ditto. | |
4817 | |
4818 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
4819 Don't copy alist. | |
4820 | |
27906 | 4821 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
4822 | |
4823 * calculator.el (calculator-use-menu): New option. | |
4824 (calculator-initial-bindings): Changed some bindings to work as | |
4825 macros. | |
4826 (calculator-forced-input): Removed. | |
4827 (calculator-restart-other-mode): New variable. | |
4828 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4829 |
27906 | 4830 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
4831 | |
4832 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
4833 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4834 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
4835 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
|
4836 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
4837 * 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
|
4838 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
|
4839 (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
|
4840 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
|
4841 * 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
|
4842 * 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
|
4843 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
|
4844 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
|
4845 * 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
|
4846 * 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
|
4847 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4848 |
27898 | 4849 2000-02-27 Jason Rumney <jasonr@gnu.org> |
4850 | |
4851 * faces.el (face-font-family-alternatives): Add arial to helv. | |
4852 (mode-line, header-line, tool-bar): Same default as x for w32. | |
4853 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
4854 face-font-family-alternatives from working. | |
4855 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
4856 chosen font. | |
4857 | |
27873 | 4858 2000-02-25 Sam Steingold <sds@goems.com> |
4859 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4860 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 4861 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4862 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4863 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 4864 |
4865 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
4866 | |
27856 | 4867 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
4868 | |
4869 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
4870 writable. | |
4871 | |
27868 | 4872 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 4873 |
27847 | 4874 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
4875 | |
4876 * frame.el (show-cursor-in-non-selected-windows): New option. | |
4877 | |
27845 | 4878 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4879 | |
4880 * diary-lib.el (include-other-diary-files): Undo the selective | |
4881 display in any included file and don't kill it. | |
4882 | |
27841 | 4883 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
4884 | |
4885 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
4886 bar. Menu items converted to (menu-item format, help strings | |
4887 added. | |
4888 [downcase, upcase]: Don't enable on MS-DOS. | |
4889 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
4890 bound. | |
4891 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
4892 | |
27825 | 4893 2000-02-23 Dave Love <fx@gnu.org> |
4894 | |
27838 | 4895 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
4896 (backward-kill-word): Revert addition of * to interactive spec -- | |
4897 it's a feature. | |
4898 | |
4899 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
4900 (backward-kill-sentence, kill-sentence): Likewise. | |
4901 | |
27835 | 4902 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
4903 scratch buffer name. | |
4904 (gud-format-command): Use int-to-string in ?l case. Simplify | |
4905 slightly. | |
4906 | |
4907 * term/w32-win.el (internal-face-interactive): Update prompt for | |
4908 new read-face-name. | |
4909 | |
4910 * mail/footnote.el (footnote): Add :version to defgroup. | |
4911 (footnote-section-tag-regexp): Customize. | |
4912 (footnote-start-tag, footnote-end-tag): New option. | |
4913 (footnote-latin-regexp): New variable. | |
4914 (Footnote-latin): New function. | |
4915 (footnote-style-alist): Add element for latin style. | |
4916 (footnote-style): Moved. | |
4917 (Footnote-goto-footnote): Use eq to test arg. | |
4918 | |
4919 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
4920 | |
27825 | 4921 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
4922 (byte-compile-trueconstp): Include keywords. | |
4923 (byte-optimize-quote, byte-optimize-lapcode): Use | |
4924 byte-compile-const-symbol-p. | |
4925 (byte-optimize-char-before): New optimization. | |
4926 | |
4927 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
4928 (byte-compile-const-symbol-p): New function. | |
4929 (byte-compile-constp, byte-compile-out-toplevel) | |
4930 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
4931 Use it. | |
4932 | |
4933 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
4934 | |
27813 | 4935 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
4936 | |
27815 | 4937 * international/encoded-kb.el: Be sure to update minor-mode-alist |
4938 and minor-mode-map-alist. | |
4939 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
4940 codes SS2 and SS3 correctly. | |
4941 (encoded-kbd-self-insert-ccl): New function. | |
4942 (encoded-kbd-setup-keymap): New function. | |
4943 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
4944 by calling encoded-kbd-setup-keymap. | |
4945 | |
27813 | 4946 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
4947 characters. | |
4948 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
4949 locally. | |
4950 | |
27811 | 4951 2000-02-22 Dave Love <fx@gnu.org> |
4952 | |
4953 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
4954 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
4955 defvar. | |
4956 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
4957 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
4958 classes. Match `defface'. | |
4959 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
4960 (eval-defun-1): Fix for defcustom. | |
4961 (lisp-indent-region): Doc fix. | |
4962 | |
4963 * subr.el (when, unless, split-string): Doc fix. | |
4964 (read-passwd): Move call of clear-this-command-keys to the right | |
4965 place. | |
4966 (replace-regexps-in-string): New function. | |
4967 | |
27807 | 4968 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
4969 | |
4970 * help.el (describe-variable): Set syntax table to | |
4971 emacs-lisp-mode-syntax-table when moving forward over the | |
4972 symbol's name. | |
4973 | |
27805 | 4974 2000-02-22 Dave Love <fx@gnu.org> |
4975 | |
4976 * xt-mouse.el: Doc fixes. | |
4977 (xterm-mouse-position-function): New function, replacing advice of | |
4978 mouse-position. | |
4979 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
4980 | |
4981 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
4982 | |
27794 | 4983 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
4984 | |
4985 * format.el (format-annotate-single-property-change): Handle | |
4986 properties.with dotted-list values. | |
4987 (format-proper-list-p): New function. | |
4988 | |
4989 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
4990 . COLOR) and (background-color . COLOR). | |
4991 | |
27788 | 4992 2000-02-20 Dave Love <fx@gnu.org> |
4993 | |
4994 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
4995 and assignments to it. | |
4996 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
4997 current local map. | |
4998 (make-flyspell-overlay): Use it. | |
4999 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
5000 | |
5001 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
5002 (lm-get-header-re): Defun, not defsubst. | |
5003 (lm-get-package-name): Defun, not defsubst. Simplify. | |
5004 (lm-version): Doc fix. Simplify. | |
5005 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5006 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5007 (lm-verify, lm-synopsis): Simplify. | |
5008 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5009 | |
27785 | 5010 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5011 | |
5012 * dired.el (dired-mode): Call propertized-buffer-identification | |
5013 to set mode-line-buffer-identification to something having | |
5014 the right text properties. | |
5015 | |
5016 * bindings.el (propertized-buffer-identification): New function. | |
5017 | |
27777 | 5018 2000-02-20 Dave Love <fx@gnu.org> |
5019 | |
5020 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5021 check for t-mouse too. | |
5022 | |
5023 * cus-start.el: Make echo-keystrokes `number'. | |
5024 | |
27776 | 5025 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5026 | |
5027 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5028 Don't call ring-empty-p unless tags-location-ring is bound. | |
5029 From Noah Friedman <friedman@splode.com>. | |
5030 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5031 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5032 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5033 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5034 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5035 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5036 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5037 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5038 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5039 (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
|
5040 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
|
5041 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5042 |
27757 | 5043 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5044 | |
5045 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5046 | |
27749 | 5047 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5048 | |
27754 | 5049 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5050 | |
27749 | 5051 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5052 of `*' to handle `(* ... *)' comments. | |
5053 | |
27732 | 5054 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5055 | |
27737 | 5056 * 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
|
5057 window-system. |
27737 | 5058 |
27732 | 5059 * menu-bar.el (global-map): Menu-bar items converted to the new |
5060 format (menu-item..., rearranged for better CUA compliance, and | |
5061 their names changed for better clarity. Help strings added. | |
5062 | |
5063 * international/mule-cmds.el (mule-menu-keymap) | |
5064 (describe-language-environment-map, set-coding-system-map) | |
5065 (setup-language-environment-map): Convert to new (menu-item... | |
5066 form, add help strings. Change names of menu items for better | |
5067 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5068 submenu). | |
5069 | |
27729 | 5070 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5071 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5072 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5073 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5074 |
27717 | 5075 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5076 |
27717 | 5077 * faces.el: Don't require custom. Add more specific :groups to |
5078 various deffaces. | |
5079 (set-face-attribute): Purecopy args. | |
5080 (read-face-name): Default to name at point and use it in prompt. | |
5081 Remove colon from arg in all callers. | |
5082 (list-faces-display): Hyperlink to face descriptions and customize | |
5083 buffers. | |
5084 | |
27712 | 5085 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5086 | |
5087 * wid-edit.el (widget-match-inline): An atom never matches a | |
5088 list. | |
5089 | |
27707 | 5090 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5091 | |
27713 | 5092 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5093 at ':' characters by call to split-string. | |
27707 | 5094 |
5095 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5096 | |
27713 | 5097 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5098 |
5099 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5100 | |
27713 | 5101 * textmodes/bibtex.el: Some temporary comments removed. |
5102 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5103 explicit. | |
5104 (bibtex-field-const): Allow capital letters. | |
5105 (bibtex-start-of-string): Deleted because unused. | |
5106 | |
5107 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5108 use the term 'reference' to describe a bibtex entry as a whole. | |
5109 Further, reference keys are no longer called 'labels'. | |
5110 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5111 (bibtex-reformat-previous-labels): Renamed to | |
5112 bibtex-reformat-previous-reference-keys. | |
5113 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5114 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5115 (bibtex-reference-maybe-empty-head): Renamed to | |
5116 bibtex-entry-maybe-empty-head. | |
5117 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5118 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5119 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5120 bibtex-enclosing-entry-maybe-empty-head. | |
5121 (bibtex-entry-field-alist, bibtex-entry-head, | |
5122 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5123 bibtex-map-entries, bibtex-search-entry, | |
5124 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5125 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5126 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5127 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5128 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5129 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5130 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5131 |
5132 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5133 | |
27713 | 5134 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5135 comment. | |
5136 (bibtex-format-field-delimiters): New function, functionality | |
5137 extracted from bibtex-format-entry. | |
5138 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5139 extracted from bibtex-autokey-get-yearfield. | |
5140 | |
5141 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5142 entries in order to avoid stack overflow in the regexp matcher if | |
5143 field contents become large. | |
5144 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5145 bibtex-field-string-part-not-braced, | |
5146 bibtex-field-string-part-no-inner-braces, | |
5147 bibtex-field-string-part-1-inner-brace, | |
5148 bibtex-field-string-part-2-inner-braces, | |
5149 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5150 bibtex-field-string-quoted, bibtex-field-string, | |
5151 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5152 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5153 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5154 as parsing is now performed by the following functions. | |
5155 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5156 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5157 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5158 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5159 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5160 bibtex-search-forward-field, bibtex-search-backward-field, | |
5161 bibtex-start-of-field, bibtex-end-of-field, | |
5162 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5163 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5164 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5165 bibtex-parse-string, bibtex-search-forward-string, | |
5166 bibtex-search-backward-string, bibtex-start-of-string, | |
5167 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5168 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5169 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5170 entries. Instead of reporting the results of the parsing by | |
5171 match-beginning or match-end, these functions return data structures | |
5172 that hold the corresponding positions. | |
5173 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5174 return values rather than by match-beginning or match-end. The | |
5175 following functions have been adapted to use the new parsing | |
5176 functions. | |
5177 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5178 bibtex-enclosing-field, bibtex-format-entry, | |
5179 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
5180 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
5181 bibtex-print-help-message, bibtex-end-of-entry, | |
5182 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
5183 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5184 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
5185 method for parsing. | |
5186 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
5187 bibtex-map-entries, bibtex-flash-head, | |
5188 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
5189 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
5190 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
5191 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5192 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
5193 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5194 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
5195 order to make the new binding of case-fold-search immediately | |
5196 visible. | |
27707 | 5197 |
5198 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5199 | |
27713 | 5200 * textmodes/bibtex.el: Copyright notice is up to date. |
5201 Added constant 'bibtex-maintainer-salutation. | |
5202 | |
5203 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
5204 than make-temp-name, use match-string-no-properties and eliminate | |
5205 a quadratic behavior when building bibtex-strings. | |
5206 | |
5207 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
5208 reference key contains upper case letters. | |
27707 | 5209 |
5210 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5211 | |
27713 | 5212 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5213 a new line. | |
27707 | 5214 |
5215 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5216 | |
27713 | 5217 * bibtex.el: Hiding of entry bodies is not longer provided by |
5218 bibtex.el directly. Instead the hideshow package can be used. | |
5219 Added a special bibtex entry to hs-special-modes-alist. | |
5220 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 5221 |
5222 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5223 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5224 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5225 at ':' characters by call to split-string. |
27729 | 5226 |
5227 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5228 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5229 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 5230 |
5231 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5232 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5233 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5234 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5235 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5236 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5237 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5238 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5239 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5240 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
|
5241 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5242 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5243 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5244 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5245 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5246 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5247 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5248 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5249 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5250 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5251 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5252 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5253 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5254 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5255 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5256 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5257 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5258 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5259 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5260 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5261 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5262 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 5263 |
5264 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5265 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5266 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5267 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5268 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5269 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5270 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5271 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5272 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5273 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5274 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
|
5275 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5276 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5277 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5278 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5279 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5280 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5281 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
|
5282 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5283 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5284 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
|
5285 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
|
5286 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5287 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5288 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5289 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5290 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5291 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
|
5292 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5293 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5294 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
|
5295 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
|
5296 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5297 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5298 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5299 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
|
5300 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
|
5301 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
|
5302 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5303 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5304 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5305 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5306 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
|
5307 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5308 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5309 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5310 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5311 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5312 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5313 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5314 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5315 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
|
5316 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
|
5317 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5318 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5319 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5320 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5321 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5322 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5323 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
|
5324 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5325 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5326 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
|
5327 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
|
5328 visible. |
27729 | 5329 |
5330 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5331 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5332 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5333 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5334 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5335 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5336 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
|
5337 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5338 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5339 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5340 reference key contains upper case letters. |
27729 | 5341 |
5342 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5343 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5344 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5345 a new line. |
27729 | 5346 |
5347 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5348 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5349 * 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
|
5350 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5351 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5352 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 5353 |
5354 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5355 | |
27713 | 5356 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 5357 proceedings entry type (for cross referencing). Thanks to Wagner |
5358 Toledo Correa for the suggestion. | |
5359 | |
27713 | 5360 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 5361 |
27690 | 5362 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
5363 | |
5364 * international/characters.el: Setup case table for Vietnamese. | |
5365 | |
27687 | 5366 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
5367 | |
5368 * uniquify.el (toplevel): Require CL at compile time. | |
5369 (uniquify-push): Removed. | |
5370 | |
5371 * shadowfile.el (shadow-when): Removed. | |
5372 | |
5373 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
5374 (tempo-process-and-insert-string): Use dolist instead of | |
5375 tempo-dolist. | |
5376 | |
5377 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
5378 regexp for paragraph-start. | |
5379 | |
5380 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
5381 commas as well. | |
5382 | |
27657 | 5383 2000-02-10 Dave Love <fx@gnu.org> |
5384 | |
5385 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
5386 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
5387 Deleted. | |
5388 (widget-specify-field, widget-specify-button): Don't use | |
5389 widget-mouse-help as help-echo property. | |
5390 (default): Use #'ignore for :validate and :mouse-down-action. | |
5391 (checkbox): Add help-echo. | |
5392 (widget-sexp-validate): Rewritten to clarify error messages. | |
5393 (character): Use char-valid-p in :match function. | |
5394 (widget-color-complete): Use facemenu-color-alist. | |
5395 (widget-color-action): Use facemenu-read-color. | |
5396 | |
5397 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
5398 set up `caar' &c that we now have. | |
5399 | |
27713 | 5400 2000-02-09 Ray Blaak <blaak@gnu.org> |
5401 | |
5402 * delphi.el: Make resourcestring a declaration region, like const | |
5403 and var. | |
5404 | |
27652 | 5405 2000-02-09 Dave Love <fx@gnu.org> |
5406 | |
5407 * bindings.el (mode-line-input-method-map): New variable. | |
5408 (mode-line-mule-info): Use it; fix last change. | |
5409 (mode-line-mode-menu): Move definition. | |
5410 (mode-line-mouse-sensitive-p): Deleted. | |
5411 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
5412 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
5413 level. | |
5414 | |
5415 * startup.el (command-line-1): Don't call | |
5416 make-mode-line-mouse-sensitive. | |
5417 | |
27644 | 5418 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
5419 | |
5420 * mail/rmail.el (rmail-retry-failure): Use | |
5421 rmail-beginning-of-message before rmail-toggle-header, because the | |
5422 former toggles headers. | |
5423 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5424 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
|
5425 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
5426 * 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
|
5427 (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
|
5428 (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
|
5429 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
|
5430 (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
|
5431 (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
|
5432 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5433 * 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
|
5434 (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
|
5435 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
|
5436 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5437 (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
|
5438 (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
|
5439 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
|
5440 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
|
5441 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5442 (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
|
5443 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5444 (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
|
5445 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
|
5446 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5447 (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
|
5448 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
|
5449 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5450 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
|
5451 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5452 * 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
|
5453 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
|
5454 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5455 * 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
|
5456 |
27610 | 5457 2000-02-04 Dave Love <fx@gnu.org> |
5458 | |
27617 | 5459 * bindings.el (mode-line-mule-info): Fix/extend last change. |
5460 | |
27610 | 5461 * completion.el: Replace completion-dolist with dolist. |
5462 | |
5463 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
5464 dotimes. | |
5465 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5466 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5467 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5468 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5469 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5470 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5471 * 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
|
5472 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5473 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5474 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5475 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5476 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5477 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5478 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5479 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5480 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5481 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5482 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5483 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5484 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5485 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5486 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5487 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5488 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5489 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5490 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5491 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5492 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5493 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5494 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5495 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5496 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5497 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5498 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5499 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5500 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5501 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5502 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5503 (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
|
5504 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5505 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5506 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5507 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5508 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5509 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5510 |
27590 | 5511 2000-02-02 Dave Love <fx@gnu.org> |
5512 | |
5513 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
5514 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
5515 | |
5516 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
5517 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
5518 the new builtins directly. | |
5519 | |
5520 * whitespace.el (whitespace): Add :version to defgroup. | |
5521 | |
5522 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
5523 Doc fix. | |
5524 | |
5525 * thingatpt.el (sexp-at-point, symbol-at-point) | |
5526 (number-at-point, list-at-point): Add autoload cookie. | |
5527 | |
5528 * recentf.el (recentf): Add :version to defgroup. | |
5529 | |
5530 * quickurl.el (quickurl): Add :version to defgroup. | |
5531 | |
5532 * elide-head.el (elide-head): Use point-marker more. | |
5533 | |
5534 * bs.el (bs): Add :version to defgroup. | |
5535 | |
5536 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
5537 | |
5538 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
5539 | |
27587 | 5540 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
5541 | |
5542 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
5543 succeeding process operation sets a different coding system. | |
5544 | |
5545 * calculator.el: New file. | |
5546 | |
27572 | 5547 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
5548 | |
5549 * frame.el (frames-on-display-list, framep-on-display): New | |
5550 functions. | |
5551 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
5552 (display-selections-p, display-screens, display-pixel-width) | |
5553 (display-pixel-height, display-mm-width, display-mm-height) | |
5554 (display-backing-store, display-save-under, display-planes) | |
5555 (display-color-cells, display-visual-class): New functions. | |
5556 | |
5557 * term/tty-colors.el (tty-color-gray-shades): New function. | |
5558 | |
5559 * faces.el (display-color-p): Use framep-on-display. | |
5560 (display-grayscale-p): New function. | |
5561 | |
27549 | 5562 2000-01-31 Dave Love <fx@gnu.org> |
5563 | |
5564 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
5565 (create-fontset-from-x-resource): Don't concat integers. | |
5566 | |
27545 | 5567 2000-01-31 Inge Frick <inge@nada.kth.se> |
5568 | |
5569 * view.el: Some changes in documentation. Removed some trailing | |
5570 whitespace. Changed some parameter names to agree with | |
5571 documentation. | |
5572 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
5573 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5574 |
27541 | 5575 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
5576 | |
27543 | 5577 * windmove.el: New file. |
5578 | |
27541 | 5579 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
5580 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 5581 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5582 |
27541 | 5583 * jit-lock.el (jit-lock-function): Widen before calculating end |
5584 position. | |
5585 (jit-lock-stealth-chunk-start): Rewritten. | |
5586 | |
5587 * info.el (Info-title-face-alist): Removed. | |
5588 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
5589 faces. | |
5590 (Info-fontify-node): Use these faces. | |
5591 | |
27527 | 5592 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
5593 | |
5594 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
5595 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
5596 `&allow-other-keywords'. | |
5597 | |
5598 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
5599 the list of directories scanned heuristically. | |
5600 | |
5601 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
5602 exist. | |
5603 | |
27523 | 5604 2000-01-30 Jason Rumney <jasonr@gnu.org> |
5605 | |
5606 * w32-fns.el: Define w32-tty-standard-colors. | |
5607 | |
5608 * startup.el (command-line): Use w32-tty-standard-colors when in | |
5609 w32 console mode. | |
5610 | |
27510 | 5611 2000-01-30 Dave Love <fx@gnu.org> |
5612 | |
27513 | 5613 * jka-compr.el (jka-compr-load): Fix up load-history. |
5614 | |
27510 | 5615 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
5616 | |
5617 * emacs-lisp/cl-macs.el: Revert previous change. | |
5618 | |
27499 | 5619 2000-01-29 Dave Love <fx@gnu.org> |
5620 | |
5621 * facemenu.el: Purecopy various strings. | |
5622 | |
5623 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
5624 years. Deal with three-digit years. | |
5625 | |
5626 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
5627 defconst, purecopy. | |
5628 (help-back-label): Purecopy it. | |
5629 | |
27498 | 5630 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
5631 | |
5632 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
5633 variable. If non-nil, order the buffer list according to the | |
5634 currently selected frame. | |
5635 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
5636 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
|
5637 |
27496 | 5638 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5639 | |
5640 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
5641 | |
27486 | 5642 2000-01-28 Dave Love <fx@gnu.org> |
5643 | |
27491 | 5644 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
5645 | |
27486 | 5646 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
5647 Don't use lisp-indent-hook property. | |
5648 (cl-abs): Remove. | |
5649 | |
5650 * subr.el: Move out indent and edebug specs for when and unless. | |
5651 | |
5652 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
5653 when, unless. | |
5654 | |
5655 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
5656 unless, when. | |
5657 | |
27467 | 5658 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
5659 | |
27481 | 5660 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
5661 `collecting' as synonym for `collect'. | |
5662 | |
5663 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
5664 for the case it contains spaces. | |
5665 | |
5666 * simple.el (what-cursor-position): Change formatting of | |
5667 messages. | |
5668 | |
27473 | 5669 * frame.el (delete-other-frames): New function. |
5670 (toplevel): Bind it to C-x 5 1. | |
5671 | |
27469 | 5672 * sort.el (sort-numeric-base): New option. |
5673 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
5674 interpret it as octal or hexadecimal. Use sort-numeric-base | |
5675 as default base. | |
5676 | |
27467 | 5677 * progmodes/glasses.el: New file. |
5678 | |
27451 | 5679 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
5680 | |
27461 | 5681 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
5682 userids differently. | |
5683 | |
27451 | 5684 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
5685 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
5686 progmodes/ebnf-yac.el: New files. | |
5687 | |
27446 | 5688 2000-01-26 Dave Love <fx@gnu.org> |
5689 | |
5690 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
5691 on a function with an empty body. [From Eric Ludlam.] | |
5692 | |
27437 | 5693 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
5694 | |
5695 * vc.el (vc-version-diff): Make sure file name is expanded. | |
5696 | |
27433 | 5697 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
5698 | |
5699 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
5700 (scroll-bar-toolkit-scroll): Don't use a timer. | |
5701 | |
27419 | 5702 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
5703 | |
5704 * language/thai-util.el (thai-composition-function): Delete | |
5705 superfluous `a'. | |
5706 | |
27418 | 5707 2000-01-24 Dave Love <fx@gnu.org> |
5708 | |
5709 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
5710 end-of-defun-function. | |
5711 | |
5712 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
5713 &c. | |
5714 | |
27405 | 5715 2000-01-22 Jason Rumney <jasonr@gnu.org> |
5716 | |
5717 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
5718 conflicts with new face support. | |
5719 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5720 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5721 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5722 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5723 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5724 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5725 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5726 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5727 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5728 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5729 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5730 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5731 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5732 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5733 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5734 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5735 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5736 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5737 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5738 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5739 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5740 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5741 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5742 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5743 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5744 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5745 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5746 |
27366 | 5747 2000-01-19 Dave Love <fx@gnu.org> |
5748 | |
27368 | 5749 * files.el (user-init-file): Don't declare here -- is primitive. |
5750 | |
27366 | 5751 * startup.el (command-line): Check for compiled user-init-file and |
5752 set to uncompiled version if necessary. | |
5753 | |
27358 | 5754 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
5755 | |
27361 | 5756 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
5757 (undigestify-rmail-message): Use it. | |
5758 | |
27358 | 5759 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
5760 | |
27351 | 5761 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
5762 | |
5763 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
5764 of mini-buffer. | |
5765 | |
27326 | 5766 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
5767 | |
27330 | 5768 * emacs-lisp/copyright.el (copyright-update): Removed the |
5769 requirement for a trailing space from `copyright-regexp', to | |
5770 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5771 |
27327 | 5772 * align.el: New file. |
5773 | |
27326 | 5774 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
5775 | |
5776 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
5777 | |
27323 | 5778 2000-01-13 Dave Love <fx@gnu.org> |
5779 | |
5780 * ph.el: Removed. (Obsoleted by EUDC.) | |
5781 | |
27321 | 5782 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
5783 | |
5784 * net/eudc.el (toplevel): Remove autoloaded code installing | |
5785 menu with easymenu, because that causes build problems. | |
5786 | |
5787 * frame.el (frame-notice-user-settings): New variable. | |
5788 (frame-notice-user-settings): Don't modify frame parameters | |
5789 if called a second time. | |
5790 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5791 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 5792 |
5793 * frame.el (frame-notice-user-settings): | |
5794 Notice default-frame-parameters even for non-window frames. | |
5795 | |
27318 | 5796 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
5797 | |
5798 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
5799 for Emacs. | |
5800 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
5801 (eudc-bob-toggle-inline-display): Ditto. | |
5802 (eudc-bob-display-jpeg): Ditto. | |
5803 | |
27304 | 5804 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
5805 | |
27313 | 5806 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
5807 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
5808 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
|
5809 |
27312 | 5810 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
5811 nil)'. | |
5812 | |
5813 * subdirs.el: Add `net' directory. | |
5814 | |
27308 | 5815 * net: New directory. |
5816 | |
27304 | 5817 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
5818 eval-last-sexp. Don't bind debug-on-error here. | |
5819 (eval-last-sexp): New function. Bind debug-on-error if | |
5820 eval-expression-debug-on-error is non-nil. | |
5821 (eval-defun-2, eval-defun): Likewise. | |
5822 | |
5823 * simple.el (eval-expression): Don't bind debug-on-error if | |
5824 eval-expression-debug-on-error is nil. Detect changed | |
5825 debug-on-error, and propagate new value to global binding, if | |
5826 eval-expression-debug-on-error is non-nil, | |
5827 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5828 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5829 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5830 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5831 * 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
|
5832 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5833 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5834 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5835 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5836 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5837 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5838 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5839 |
27288 | 5840 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
5841 | |
27291 | 5842 * tmm.el (tmm-shortcut): Delete region after prompt instead |
5843 of erasing buffer. | |
5844 | |
27288 | 5845 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 5846 (fill-context-prefix): Use the longest common prefix of first |
5847 and second line fill prefix, if there is one. | |
27288 | 5848 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5849 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5850 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5851 * 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
|
5852 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5853 |
27282 | 5854 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
5855 | |
5856 * add-log.el (add-log-current-defun): Handle user-defined | |
5857 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5858 |
27280 | 5859 * add-log.el (add-change-log-entry): Insert version number |
27282 | 5860 if having found a current function |
27278 | 5861 |
5862 * add-log.el (add-log-current-defun): Call | |
5863 `add-log-current-defun-function'. Try matches at level 0 and | |
5864 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5865 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5866 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5867 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5868 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5869 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5870 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5871 |
27265 | 5872 2000-01-10 Dave Love <fx@gnu.org> |
5873 | |
5874 * elide-head.el (elide-head): Use point-marker, not point. | |
5875 | |
27261 | 5876 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
5877 | |
27263 | 5878 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
5879 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5880 |
27261 | 5881 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
5882 Add ispell- prefix. | |
5883 | |
5884 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
5885 | |
5886 * ispell.el: Only define dictionaries in menus when they exist. | |
5887 (version18p): New variable. | |
5888 (version20p): New variable. | |
5889 (xemacsp): New variable. | |
5890 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
5891 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
5892 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5893 run-together words. |
27261 | 5894 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
5895 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
5896 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5897 library path when called non-interactively. |
27261 | 5898 (ispell-menu-map-needed): Uses new variables. |
5899 (ispell-library-path): New variable. | |
5900 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
5901 (ispell-word): Improved documentation string. Test for valid | |
5902 character mappings. Correctly check typed in word changes that can | |
5903 result in single words split into multiple words. Returns | |
5904 replacement word. | |
5905 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
5906 replace in recursive query replace mode. Help message for | |
5907 recursive edit mode. | |
5908 (ispell-show-choices): Protect against bad framepop bindings. | |
5909 (ispell-help): Fix to work with XEmacs. | |
5910 (ispell-highlight-spelling-error): Use new variables. | |
5911 (ispell-overlay-window): Fix to work with XEmacs. | |
5912 (ispell-parse-output): Passed and returns location information | |
5913 tracking spelling corrections. Doesn't recheck same word on | |
5914 current line. | |
5915 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
5916 Fix call to single argument in sleep-for. Use new variables. | |
5917 (ispell-region): Passed and returns location information tracking | |
5918 spelling corrections. Doesn't check same word on current line. | |
5919 Improved documentation string. Doesn't resend a line already | |
5920 checked to the ispell process - fixes bug in LaTeX parsing. | |
5921 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
5922 (ispell-skip-region): No longer skips <TT> in SGML. | |
5923 (ispell-process-line): Tracks location information with spelling | |
5924 corrections. Added documentation string. Accounts for words | |
5925 already accepted on this line. Don't allow query-replace on line | |
5926 starting with math characters. Doesn't resend a line already sent | |
5927 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5928 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5929 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
5930 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5931 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
5932 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
5933 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5934 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
5935 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
|
5936 |
27255 | 5937 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
5938 | |
5939 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
5940 of a real newline. | |
5941 | |
27253 | 5942 2000-01-09 Stephen Eglen <stephen@gnu.org> |
5943 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5944 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 5945 for .png files. |
5946 | |
27251 | 5947 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
5948 | |
5949 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
5950 | |
27247 | 5951 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
5952 | |
27249 | 5953 * progmodes/cperl-mode.el: Replace ^F with ^L. |
5954 | |
27247 | 5955 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5956 before `require'ing rmail and mailalias to prevent infinite |
27247 | 5957 recursion. |
5958 | |
27244 | 5959 2000-01-08 Dave Love <fx@gnu.org> |
5960 | |
27265 | 5961 * emacs-lisp/backquote.el: Remove inappropriate customization |
5962 (allowing custom.el to use backquote). | |
27244 | 5963 |
27241 | 5964 2000-01-07 Dave Love <fx@gnu.org> |
5965 | |
5966 * add-log.el (add-log-debugging): Deleted. | |
5967 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
5968 file. Remove debugging code. | |
5969 (change-log-get-method-definition, change-log-name): Add doc. | |
5970 (change-log-sortable-date-at): New function. | |
5971 (change-log-merge): New command. | |
5972 | |
5973 * time.el (display-time-string-forms): Make the Mail string active. | |
5974 (display-time-update): Provide help-echo for load average. | |
5975 | |
5976 * bindings.el (make-mode-line-mouse2-map): New function. | |
5977 (mode-line-modified): Use it and simplify. | |
5978 (mode-line-mule-info): Provide help-echo info. | |
5979 (minor-mode-alist): Activate the strings. | |
5980 (make-mode-line-mouse-sensitive): Simplify for | |
5981 mode-line-buffer-identification. | |
5982 | |
27233 | 5983 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
5984 | |
5985 * play/pong.el: New file. | |
5986 | |
27241 | 5987 2000-01-06 Dave Love <fx@gnu.org> |
5988 | |
5989 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
5990 `array-' prefix for symbols. | |
5991 | |
5992 2000-01-05 Dave Love <fx@gnu.org> | |
5993 | |
5994 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
5995 outline-headers-as-kill. | |
5996 (outline-mode): Define imenu-generic-expression. | |
5997 (outline-headers-as-kill): New command. | |
5998 | |
5999 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
6000 from paragraph-start. | |
6001 (paragraph-indent-minor-mode): New command. | |
6002 | |
6003 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
6004 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6005 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6006 (fortran-column-ruler): Simplify. | |
6007 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6008 (fortran-with-subprogram-narrowing): Likewise. | |
6009 (fortran-indent-subprogram): Call mark-defun. | |
6010 (fortran-check-for-matching-do): Change narrowing. | |
6011 | |
6012 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6013 (cl-lucid-hash-tag): Delete. | |
6014 (cl-hash-table-p): Correct test for native table. | |
6015 (cl-hash-table-count): Use hash-table-count. | |
6016 | |
6017 * browse-url.el (browse-url): Fix case of | |
6018 browse-url-browser-function being an alist. | |
6019 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6020 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6021 |
27233 | 6022 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6023 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6024 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6025 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6026 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6027 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6028 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6029 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6030 |
27191 | 6031 2000-01-05 Dave Love <fx@gnu.org> |
6032 | |
27241 | 6033 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6034 (beginning-of-defun-raw): Use it. |
6035 (end-of-defun): New variable. | |
6036 (end-of-defun): Use it. | |
6037 (check-parens): New command. | |
6038 | |
27182 | 6039 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6040 | |
27233 | 6041 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6042 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6043 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6044 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6045 |
27176 | 6046 2000-01-05 Andreas Schwab <schwab@suse.de> |
6047 | |
6048 * hscroll.el (hscroll): Doc fix. | |
6049 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6050 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6051 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6052 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6053 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6054 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6055 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6056 file idlw-rinfo.el. |
27182 | 6057 (idlwave-customize): load must read file idlw-shell.el. |
6058 (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
|
6059 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6060 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6061 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6062 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6063 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6064 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6065 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6066 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6067 both reftex-dcr and reftex-vcr. |
27182 | 6068 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6069 * 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
|
6070 |
27164 | 6071 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6072 |
6073 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6074 (ps-print-version): New version number (5.0.3). | |
6075 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6076 local. | |
6077 (ps-spool-config): Initialization fix. | |
27233 | 6078 (ps-print-prologue-1, ps-print-prologue-2) |
6079 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6080 (ps-background-image): Little code reformating. |
6081 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6082 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6083 (ps-prologue-file): New fun. |
6084 | |
27159 | 6085 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6086 | |
27233 | 6087 * ps-vars.el: Eliminated. |
27159 | 6088 |
6089 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6090 `;;;###autoload'. | |
6091 | |
6092 * ps-print.el: ps-vars eliminated, doc fix. | |
6093 (ps-print-version): New version number (5.0.2). | |
6094 (ps-spool-config): Initialization fix. | |
6095 (ps-print-customize): New fun. | |
6096 | |
27155 | 6097 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6098 | |
6099 * autorevert.el (auto-revert-mode): Return value of | |
6100 auto-revert-mode. | |
6101 | |
27152 | 6102 2000-01-04 Dave Love <fx@gnu.org> |
6103 | |
27198 | 6104 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6105 menu items. | |
27152 | 6106 |
27124 | 6107 2000-01-03 Dave Love <fx@gnu.org> |
6108 | |
27191 | 6109 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6110 |
27241 | 6111 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6112 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6113 `cl-hash-table-p', not `hash-table-p'. | |
6114 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6115 | |
27119 | 6116 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6117 | |
6118 * faces.el (face-read-integer, read-face-attribute) | |
6119 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6120 strings. | |
6121 | |
27112 | 6122 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6123 | |
6124 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6125 at comment end, and re-insert them after filling. | |
6126 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6127 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
|
6128 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6129 * 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
|
6130 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6131 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
|
6132 |
27102 | 6133 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6134 | |
6135 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6136 the new name of face-color-supported-p. | |
6137 | |
6138 * term/w32-win.el (xw-defined-colors): Likewise. | |
6139 | |
27097 | 6140 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6141 | |
6142 * simple.el (completion-setup-function): Count completion-size | |
6143 from minibuffer-prompt-end, not from point-min. | |
6144 | |
27091 | 6145 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6146 | |
6147 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6148 Pass the frame to tty-color-* functions. | |
6149 (display-color-p, frame-set-background-mode): Pass the frame to | |
6150 tty-display-color-p. | |
6151 | |
6152 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6153 tty-color-alist. | |
6154 (tty-color-alist, tty-modify-color-alist): New functions. | |
6155 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6156 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6157 an optional parameter FRAME. | |
6158 | |
27074 | 6159 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6160 | |
27082 | 6161 * image.el (create-image, defimage): Don't assume image data is a |
6162 string. | |
6163 | |
27074 | 6164 * image.el (defimage): Handle specifications containing :data |
6165 instead of :file. | |
6166 (image-type-from-data): New function. | |
6167 (image-type-from-file-header): Use it. | |
6168 (create-image): Add parameter DATA-P. | |
27182 | 6169 |
30729 | 6170 See ChangeLog.8 for earlier changes. |