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: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Fri, 22 Feb 2008 03:58:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/02/22 03:58:57

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12865
retrieving revision 1.12866
diff -u -b -r1.12865 -r1.12866
--- ChangeLog   22 Feb 2008 03:48:30 -0000      1.12865
+++ ChangeLog   22 Feb 2008 03:58:56 -0000      1.12866
@@ -1,3 +1,27 @@
+2008-02-22  Glenn Morris  <address@hidden>
+
+       * json.el (top-level): No need to require thingatpt.
+       (json-read-keyword): Use thing-at-point rather than word-at-point.
+
+       * time.el (top-level): No need to require time-date when compiling.
+
+       * emacs-lisp/copyright.el (copyright-update-year): Fix
+       subexpression numbering for the case when years are split over
+       lines, and for the replace case.
+
+       * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
+       (tpu-caar, tpu-cadr): Delete functions.
+       (zmacs-regions): No need to declare for compiler.
+       (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
+       (tpu-spell-check): Rewrite, and handle mark after point.
+       (tpu-special-insert): Use or rather than if.
+
+       * emulation/vip.el (vip-special-prefix-com): Use ispell-region
+       rather than spell-region.
+
+       * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
+       warnings about spell-region.
+
 2008-02-22  Kenichi Handa  <address@hidden>
 
        * loadup.el: Don't load language/devanagari, language/kannanda,




reply via email to

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