emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Mon, 29 Oct 2007 15:33:09 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/10/29 15:33:06

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12089
retrieving revision 1.12090
diff -u -b -r1.12089 -r1.12090
--- ChangeLog   29 Oct 2007 13:55:17 -0000      1.12089
+++ ChangeLog   29 Oct 2007 15:33:04 -0000      1.12090
@@ -1,3 +1,27 @@
+2007-10-29  Dan Nicolaescu  <address@hidden>
+
+       * calc/calc.el (calc-emacs-type-lucid): Remove.
+       (calc-digit-map, calcDigit-start, calc-read-key)
+       (calc-clear-unread-commands):
+       * calc/calc-ext.el (calc-user-key-map): Replace uses of
+       calc-emacs-type-lucid with (featurep 'xemacs)
+
+       * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
+       (featurep 'xemacs).
+       (tpu-lucid-emacs19-p): Remove.
+       (tpu-map-key): Make it a function instead of using fset.  Inline
+       tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
+       (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
+
+       * ielm.el: Use featurep 'xemacs.
+
+       * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
+       (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
+       (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
+       (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
+       cperl-xemacs-p with (featurep 'xemacs).
+       (font-lock-cache-position): Pacify byte compiler.
+
 2007-10-29  Drew Adams  <address@hidden>
 
        * faces.el (read-color): New function.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]