Mercurial > emacs
comparison lisp/ChangeLog @ 41533:0dabd1022a9e
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 26 Nov 2001 02:26:04 +0000 |
parents | 19496cafe865 |
children | 81a6c3c42b0b |
comparison
equal
deleted
inserted
replaced
41532:afe70a164d3b | 41533:0dabd1022a9e |
---|---|
1 2001-11-25 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities. | |
4 (diff-hunk-kill): Simplify. | |
5 (diff-post-command-hook): Only apply to a single hunk. | |
6 (diff-hunk-text): Make `char-offset' non-optional. | |
7 (diff-find-text): Return a cons cell. | |
8 (diff-find-approx-text): New fun. | |
9 (diff-find-source-location): Use it. | |
10 (diff-apply-hunk, diff-test-hunk, diff-goto-source): | |
11 Adapt to new retval of diff-find-source-location. | |
12 | |
13 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string- | |
14 rather than integer- representation of dates. | |
15 | |
16 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil. | |
17 | |
18 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more. | |
19 (syntax-after): New fun. | |
20 | |
21 * help-funs.el (describe-syntax): New fun. | |
22 | |
23 * font-lock.el (font-lock-cache-state, font-lock-cache-position) | |
24 (font-lock-ppss-stats, font-lock-ppss): Remove. | |
25 (font-lock-fontify-syntactically-region): Remove tuning code. | |
26 (font-lock-compile-keywords): Fix off-by-one bug. | |
27 (font-lock-set-defaults): Don't set removed vars. | |
28 (c-keywords): Add `inline'. | |
29 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'. | |
30 | |
31 * emacs-lisp/lisp-mode.el (lisp-mode-variables): | |
32 Set syntax-begin-function. | |
33 (lisp-interaction-mode-abbrev-table): Defvar to its correct value. | |
34 (lisp-interaction-mode): Don't set local-abbrev-table any more. | |
35 (lisp-mode-auto-fill): Use syntax-ppss and obey | |
36 comment-auto-fill-only-comments. | |
37 (lisp-fill-paragraph): Use syntax-ppss. | |
38 | |
1 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu> | 39 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu> |
2 | 40 |
3 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight | 41 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight |
4 version of rmail-enable-mime. | 42 version of rmail-enable-mime. |
5 (rmail-forward): Use it. | 43 (rmail-forward): Use it. |