Mercurial > emacs
comparison lisp/ChangeLog @ 85710:beb909dfc54d
Rewrite abbrev.c in Elisp.
* image.c (Qcount): Don't declare as extern.
(syms_of_image): Initialize and staticpro `Qcount'.
* puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
* emacs.c (main): Don't call syms_of_abbrev.
* Makefile.in (obj): Remove abbrev.o.
(abbrev.o): Remove.
* abbrev.c: Remove.
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".
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 28 Oct 2007 02:41:00 +0000 |
parents | b3d833f18a3f |
children | b6f5dc84b2e1 |
comparison
equal
deleted
inserted
replaced
85709:2dabdbde81e8 | 85710:beb909dfc54d |
---|---|
1 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 Rewrite abbrev.c in Elisp. | |
4 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el. | |
5 (abbrev-table-get, abbrev-table-put, abbrev-get) | |
6 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table) | |
7 (define-abbrev, abbrev--check-chars, define-global-abbrev) | |
8 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol) | |
9 (abbrev-expansion, abbrev--before-point, expand-abbrev) | |
10 (unexpand-abbrev, abbrev--write, abbrev--describe) | |
11 (insert-abbrev-table-description, define-abbrev-table): | |
12 New funs, largely transcribed from abbrev.c. | |
13 (abbrev-with-wrapper-hook): New macro. | |
14 (abbrev-table-name-list, global-abbrev-table) | |
15 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table) | |
16 (abbrevs-changed, abbrev-all-caps, abbrev-start-location) | |
17 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text) | |
18 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function): | |
19 New vars, largely transcribed from abbrev.c. | |
20 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el. | |
21 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook. | |
22 * loadup.el: Load "abbrev.el" before "lisp-mode.el". | |
23 | |
1 2007-10-27 Glenn Morris <rgm@gnu.org> | 24 2007-10-27 Glenn Morris <rgm@gnu.org> |
2 | 25 |
3 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix. | 26 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix. |
4 (shell-dirtrack-toggle): Mark as obsolete. | 27 (shell-dirtrack-toggle): Mark as obsolete. |
5 (dirtrack-toggle, dirtrack-mode): No longer alias to | 28 (dirtrack-toggle, dirtrack-mode): No longer alias to |