comparison lisp/ChangeLog @ 65966:c5b2483c33ef

*** empty log message ***
author Carsten Dominik <dominik@science.uva.nl>
date Mon, 10 Oct 2005 09:20:26 +0000
parents 9d6ad284b72a
children d6def48a38f3
comparison
equal deleted inserted replaced
65965:927e31d586ca 65966:c5b2483c33ef
1 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
2
3 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
4 C-x' as a prefix.
5 (orgtbl-mode-map): Full keymap instead of sparse, because all
6 `self-insert-command' keys are redifined in this map.
7 (org-export-as-html): Specify charset for HTML file, by taking it
8 from the coding system.
9
1 2005-10-10 Kenichi Handa <handa@m17n.org> 10 2005-10-10 Kenichi Handa <handa@m17n.org>
2 11
3 * textmodes/flyspell.el (flyspell-check-word-p): 12 * textmodes/flyspell.el (flyspell-check-word-p):
4 If unread-command-events is non-empty, don't call sit-for. 13 If unread-command-events is non-empty, don't call sit-for.
5 14