]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 14 Oct 2001 20:17:49 +0000 (20:17 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 14 Oct 2001 20:17:49 +0000 (20:17 +0000)
lisp/ChangeLog
src/ChangeLog

index 092173917bac48aa0380ed6250cb9f3ffc13b154..c021cee952f70f412548d7ebab8b9b9767a49f24 100644 (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'.
index 5b2329f1659b099b4438d667b24085afac890909..a4374db8a999f9c2c9e6885773995d1df4a43b03 100644 (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\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * lisp.h (Ftop_level): Add prototype.