changeset 92541:4f7aee5952c1

Fix merge mistakes (correct date, add missing entries). http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg00225.html
author Glenn Morris <rgm@gnu.org>
date Fri, 07 Mar 2008 03:56:16 +0000
parents 20b7a910db1b
children de672b8f60fd
files lisp/ChangeLog
diffstat 1 files changed, 28 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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  <monnier@iro.umontreal.ca>
+2007-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* 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  <monnier@iro.umontreal.ca>
-
 	* 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  <bojohan@dd.chalmers.se>
+
+	* net/browse-url.el (browse-url-emacs): New function.
+
 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
 
 	* emacs-lisp/avl-tree.el: New file.