Mercurial > emacs
comparison lisp/ChangeLog @ 39936:586d992fb79f
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 14 Oct 2001 20:17:49 +0000 |
parents | 6409c35c922d |
children | b6b684cd54c9 |
comparison
equal
deleted
inserted
replaced
39935:6658b2120eba | 39936:586d992fb79f |
---|---|
1 2001-10-14 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * progmodes/executable.el (executable-binary-suffixes): Make varalias. | |
4 (executable-find): Use exec-suffixes. | |
5 (executable-set-magic): Don't use make-local-hook. | |
6 | |
7 * bindings.el (exec-suffixes): Initialize to a system-dependent value. | |
8 | |
1 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il> | 9 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il> |
2 | 10 |
3 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]: | 11 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]: |
4 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386. | 12 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386. |
5 Add .so to the Unix and GNU branch. | 13 Add .so to the Unix and GNU branch. |
6 | 14 |
7 * international/latin-1.el: | 15 * international/latin-1.el: |
8 * international/latin-2.el: | 16 * international/latin-2.el: |
9 * international/latin-3.el: | 17 * international/latin-3.el: |
10 * international/latin-4.el: | 18 * international/latin-4.el: |
11 * international/latin-5.el: | 19 * international/latin-5.el: |
12 * international/latin-8.el: | 20 * international/latin-8.el: |
13 * international/latin-9.el: Add no-byte-compile: t, since | 21 * international/latin-9.el: Add no-byte-compile: t, since |
14 Makefile.in instructs make-docfile to look at .el files. | 22 Makefile.in instructs make-docfile to look at .el files. |
15 | 23 |
16 2001-10-14 Miles Bader <miles@gnu.org> | 24 2001-10-14 Miles Bader <miles@gnu.org> |
17 | 25 |
21 specified using the keyword `:type' too. | 29 specified using the keyword `:type' too. |
22 (button-type): New function. | 30 (button-type): New function. |
23 (button): Add `button-category-symbol' property. | 31 (button): Add `button-category-symbol' property. |
24 | 32 |
25 2001-10-13 Stefan Monnier <monnier@cs.yale.edu> | 33 2001-10-13 Stefan Monnier <monnier@cs.yale.edu> |
34 | |
35 * bindings.el (esc-map): Revert `j' and `C-j' bindings to | |
36 indent-new-comment-line from comment-indent-new-line. | |
26 | 37 |
27 * textmodes/refill.el (refill-mode): | 38 * textmodes/refill.el (refill-mode): |
28 Bind DEL to backward-delete-char-untabify. | 39 Bind DEL to backward-delete-char-untabify. |
29 Set backward-delete-char-untabify-method to `hungry'. | 40 Set backward-delete-char-untabify-method to `hungry'. |
30 | 41 |