aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2004-03-21 15:34:56 +0000
committerJuanma Barranquero2004-03-21 15:34:56 +0000
commit942269e7b4e1d4c0685ae0a09d9794f1b5b3609d (patch)
tree2969a22d701f8ea1f4dc5cba82846360ee53cddd /lisp/ChangeLog
parentf7da2617c057bbfaa1e2c6b71fe8129008cb5c6a (diff)
downloademacs-942269e7b4e1d4c0685ae0a09d9794f1b5b3609d.tar.gz
emacs-942269e7b4e1d4c0685ae0a09d9794f1b5b3609d.zip
(rx): Work at compile time, not run time.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f1f7e983120..2c53d1c393b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12004-03-21 Dave Love <fx@gnu.org>
2
3 * progmodes/cfengine.el (cfengine-mode): Set
4 parse-sexp-ignore-comments.
5
6 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
7
12004-03-21 Juanma Barranquero <lektu@terra.es> 82004-03-21 Juanma Barranquero <lektu@terra.es>
2 9
3 * allout.el (allout-mode): Fix docstring. 10 * allout.el (allout-mode): Fix docstring.
@@ -21,7 +28,7 @@
21 (ruler-mode-space): Don't depend on a numeric WIDTH value. 28 (ruler-mode-space): Don't depend on a numeric WIDTH value.
22 (ruler-mode-ruler): Use symbolic display elements for scrollbar, 29 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
23 fringes and margins width. 30 fringes and margins width.
24 (ruler-mode-ruler-function): Default to ruler-mode-ruler 31 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
25 32
262004-03-19 Kim F. Storm <storm@cua.dk> 332004-03-19 Kim F. Storm <storm@cua.dk>
27 34