aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-03-07 03:56:16 +0000
committerGlenn Morris2008-03-07 03:56:16 +0000
commit719b64c2d9cb294a8ff465cb5ba39d9b41f2e0b9 (patch)
treee3b1dc3275bbb5ed6ab7e510e178fe17413bd550
parentc960bff86fd051456c6d1c2bb5ec8aebe57247fa (diff)
downloademacs-719b64c2d9cb294a8ff465cb5ba39d9b41f2e0b9.tar.gz
emacs-719b64c2d9cb294a8ff465cb5ba39d9b41f2e0b9.zip
Fix merge mistakes (correct date, add missing entries).
http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg00225.html
-rw-r--r--lisp/ChangeLog31
1 files 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 @@
14323 * vc-svn.el (vc-svn-diff): If the repository version of all the 14323 * vc-svn.el (vc-svn-diff): If the repository version of all the
14324 files is the same as the specified OLDVERS, do a local diff. 14324 files is the same as the specified OLDVERS, do a local diff.
14325 14325
143262007-08-25 Stefan Monnier <monnier@iro.umontreal.ca> 143262007-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14327 14327
14328 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness 14328 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
14329 of buffers in uniquify-managed. 14329 of buffers in uniquify-managed.
@@ -14331,8 +14331,6 @@
14331 * simple.el (invisible-p): Rename from text-invisible-p. 14331 * simple.el (invisible-p): Rename from text-invisible-p.
14332 Update callers. 14332 Update callers.
14333 14333
143342007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14335
14336 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face) 14334 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
14337 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode) 14335 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
14338 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces) 14336 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
@@ -14376,6 +14374,33 @@
14376 14374
14377 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'. 14375 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
14378 14376
14377 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
14378 warning if the file uses old style backquotes.
14379
14380 * emacs-lisp/bytecomp.el (byte-compile-log-file)
14381 (byte-recompile-directory, byte-compile-file)
14382 (byte-compile-from-buffer): Use with-current-buffer.
14383
14384 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
14385 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
14386 (line-move-1, line-move-finish, line-move-to-column)
14387 (move-end-of-line, move-beginning-of-line): Use new name.
14388
14389 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
14390
14391 * progmodes/ada-mode.el: Fix up comment style in header.
14392 (ada-check-emacs-version): Remove.
14393 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
14394 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
14395 to try and quieten the byte-compiler.
14396 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
14397
14398 * vc.el (vc-annotate-warp-version): Don't use previous-line.
14399
144002007-08-27 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
14401
14402 * net/browse-url.el (browse-url-emacs): New function.
14403
143792007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org> 144042007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
14380 14405
14381 * emacs-lisp/avl-tree.el: New file. 14406 * emacs-lisp/avl-tree.el: New file.