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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Sun, 28 Oct 2007 02:41:02 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/10/28 02:41:00

Index: lisp/ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12074
retrieving revision 1.12075
diff -u -b -r1.12074 -r1.12075
--- lisp/ChangeLog      27 Oct 2007 22:14:44 -0000      1.12074
+++ lisp/ChangeLog      28 Oct 2007 02:40:56 -0000      1.12075
@@ -1,3 +1,26 @@
+2007-10-28  Stefan Monnier  <address@hidden>
+
+       Rewrite abbrev.c in Elisp.
+       * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
+       (abbrev-table-get, abbrev-table-put, abbrev-get)
+       (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
+       (define-abbrev, abbrev--check-chars, define-global-abbrev)
+       (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
+       (abbrev-expansion, abbrev--before-point, expand-abbrev)
+       (unexpand-abbrev, abbrev--write, abbrev--describe)
+       (insert-abbrev-table-description, define-abbrev-table):
+       New funs, largely transcribed from abbrev.c.
+       (abbrev-with-wrapper-hook): New macro.
+       (abbrev-table-name-list, global-abbrev-table)
+       (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
+       (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
+       (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
+       (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
+       New vars, largely transcribed from abbrev.c.
+       * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
+       * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
+       * loadup.el: Load "abbrev.el" before "lisp-mode.el".
+
 2007-10-27  Glenn Morris  <address@hidden>
 
        * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.




reply via email to

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