]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(DONTCOMPILE): Omit sc.el.
[gnu-emacs] / lisp / ChangeLog
index 30da4f370086bb75ba7c43f5cae725687039d735..4055bfcf7bcb138c688a2cb5d89ecba6a1755caf 100644 (file)
@@ -1,5 +1,91 @@
+2001-08-16  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.nt (DONTCOMPILE): Omit bindings.el.
+       (DONTCOMPILE): Omit sc.el.
+
+       * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
+       (DONTCOMPILE): Omit sc.el.
+
+2001-08-16  Gerd Moellmann  <gerd@gnu.org>
+
+       * replace.el (occur): Bind inhibit-read-only to t.
+
+2001-08-16  Miles Bader  <miles@gnu.org>
+
+       * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t
+       when calling `constrain-to-field', to avoid problems with comint
+       prompts.
+
+2001-08-15  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
+       (toplevel): Set it as `common-lisp-indent-function' for
+       `defmethod'.
+
+       * ediff-mult.el (ediff-get-meta-info): Fix the condition 
+       of a while-loop.
+
+       * Makefile.in (DONTCOMPILE): Remove sc.el.
+       
+       * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
+       Don't include term/.
+
+       * mail/sc.el:  Moved to obsolete/.
+
+2001-08-14  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
+
+       * ps-print.el: Change error function arguments to follow Emacs
+       message convention.  Doc fix.
+       (ps-print-version): New version number (6.5.4).
+       (coding-system-for-write): Change declaration position to avoid
+       XEmacs compilation gripes.
+       (coding-system-for-read, buffer-file-coding-system): Declarations
+       to avoid XEmacs compilation gripes.
+
+       * ps-mule.el: Doc fix.
+       (ps-mule-encode-header-string): If STRING is not a string, replace
+       STRING by empty string.
+
+2001-08-14  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * frame.el (show-trailing-whitespace): Doc fix.
+
+2001-08-13  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * desktop.el (desktop-save): Insert the coding: tag before
+       desktop-header.
+
+2001-08-13  Gerd Moellmann  <gerd@gnu.org>
+
+       * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
+       its path from $els.
+
+       * image.el (image-jpeg-p): Fix call of substring.
+
+2001-08-10  Gerd Moellmann  <gerd@gnu.org>
+
+       * play/animate.el (animate-string): Doc fix.  Use a buffer
+       name with stars in it.
+       (animate-sequence): New function.
+       From Richard Stallman <rms@gnu.org>.
+
+       * frame.el (select-frame-set-input-focus): New function
+       extracted from other-frame.
+       (other-frame): Use it.
+       (next-multiframe-window, previous-multiframe-window): Use it.
+
+       * isearch.el (isearch-other-meta-char): Don't switch to the
+       buffer of a window clicked on, when the current buffer is
+       in Isearch mode.
+
+       * image.el (image-jpeg-p): Test for APPn markers in the range
+       #xe0..#xef.
+
 2001-08-09  Gerd Moellmann  <gerd@gnu.org>
 
+       * desktop.el (desktop-save): Don't use concat to form a file
+       name, use expand-file-name.
+
        * mouse.el (mouse-delete-window): Do nothing if frame has just
        one window.
 
 2001-08-06  Gerd Moellmann  <gerd@gnu.org>
 
        * help.el (describe-function-1): Use
-       find-function-search-for-symbol instead of find-functin-noselect
+       find-function-search-for-symbol instead of find-function-noselect
        because the latter follows aliases.
 
        * play/animate.el (animate-birthday-present): Re-insert.