# HG changeset patch # User Glenn Morris # Date 1204862176 0 # Node ID 4f7aee5952c19763994f13165f3cccacb7119d70 # Parent 20b7a910db1bf425cbb9afa0d17da540e11b6ad4 Fix merge mistakes (correct date, add missing entries). http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg00225.html diff -r 20b7a910db1b -r 4f7aee5952c1 lisp/ChangeLog --- a/lisp/ChangeLog Fri Mar 07 00:45:44 2008 +0000 +++ b/lisp/ChangeLog Fri Mar 07 03:56:16 2008 +0000 @@ -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.