From 719b64c2d9cb294a8ff465cb5ba39d9b41f2e0b9 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 7 Mar 2008 03:56:16 +0000 Subject: [PATCH] Fix merge mistakes (correct date, add missing entries). http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg00225.html --- lisp/ChangeLog | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5a4c4e0a86f..0f12a45a97c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -14323,7 +14323,7 @@ * vc-svn.el (vc-svn-diff): If the repository version of all the files is the same as the specified OLDVERS, do a local diff. -2007-08-25 Stefan Monnier +2007-08-27 Stefan Monnier * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness of buffers in uniquify-managed. @@ -14331,8 +14331,6 @@ * simple.el (invisible-p): Rename from text-invisible-p. Update callers. -2007-08-23 Stefan Monnier - * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face) (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode) (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces) @@ -14376,6 +14374,33 @@ * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'. + * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat + warning if the file uses old style backquotes. + + * emacs-lisp/bytecomp.el (byte-compile-log-file) + (byte-recompile-directory, byte-compile-file) + (byte-compile-from-buffer): Use with-current-buffer. + + * simple.el (text-invisible-p): Rename from line-move-invisible-p. + (line-move-invisible-p): Keep as an obsolete alias, just to be safe. + (line-move-1, line-move-finish, line-move-to-column) + (move-end-of-line, move-beginning-of-line): Use new name. + + * emacs-lisp/backquote.el (backquote-delay-process): Fix last change. + + * progmodes/ada-mode.el: Fix up comment style in header. + (ada-check-emacs-version): Remove. + (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt. + (ada-region-selected): Use (featurep 'xemacs) rather than contortions + to try and quieten the byte-compiler. + (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs. + + * vc.el (vc-annotate-warp-version): Don't use previous-line. + +2007-08-27 Johan Bockg,Ae(Brd + + * net/browse-url.el (browse-url-emacs): New function. + 2007-08-27 Thien-Thi Nguyen * emacs-lisp/avl-tree.el: New file. -- 2.11.4.GIT