*** empty log message ***

This commit is contained in:
Stefan Monnier 2001-10-14 20:17:49 +00:00
parent 8958788972
commit 0c88c9374c
2 changed files with 34 additions and 6 deletions

View file

@ -1,15 +1,23 @@
2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
* progmodes/executable.el (executable-binary-suffixes): Make varalias.
(executable-find): Use exec-suffixes.
(executable-set-magic): Don't use make-local-hook.
* bindings.el (exec-suffixes): Initialize to a system-dependent value.
2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
* bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
Add .so to the Unix and GNU branch.
* international/latin-1.el:
* international/latin-2.el:
* international/latin-3.el:
* international/latin-4.el:
* international/latin-5.el:
* international/latin-8.el:
* international/latin-1.el:
* international/latin-2.el:
* international/latin-3.el:
* international/latin-4.el:
* international/latin-5.el:
* international/latin-8.el:
* international/latin-9.el: Add no-byte-compile: t, since
Makefile.in instructs make-docfile to look at .el files.
@ -24,6 +32,9 @@
2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
* bindings.el (esc-map): Revert `j' and `C-j' bindings to
indent-new-comment-line from comment-indent-new-line.
* textmodes/refill.el (refill-mode):
Bind DEL to backward-delete-char-untabify.
Set backward-delete-char-untabify-method to `hungry'.

View file

@ -1,3 +1,20 @@
2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
* s/ms-w32.h (EXEC_SUFFIXES):
* s/msdos.h (EXEC_SUFFIXES):
* process.h (EXEC_SUFFIXES): Remove.
* callproc.c (syms_of_callproc): Init Vexec_suffixes to Qnil.
(decode_suffixes): Remove.
* intervals.h (TEXT_PROP_MEANS_INVISIBLE_WITH_ELLIPSIS)
(TEXT_PROP_MEANS_INVISIBLE_NOELLIPSIS): Use invisible_p's new return vals.
(invisible_ellipsis_p, invisible_noellipsis_p): Remove.
* xdisp.c (DOLIST, LOOP_PROPVAL): Remove.
(invisible_p): Return 1 or 2 depending on whether an ellipsis is used.
(invisible_ellipsis_p, invisible_noellipsis_p): Remove.
2001-10-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* lisp.h (Ftop_level): Add prototype.