diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a2a05d8cfd..e1628021f0d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-04-09 Juanma Barranquero + + * calc/.cvsignore: New file. + 2008-04-09 Jan Djärv * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as @@ -23,8 +27,8 @@ 2008-04-09 Chong Yidong - * emacs-lisp/regexp-opt.el (regexp-opt-group): Use - substring-no-properties for correct handling of unibyte strings. + * emacs-lisp/regexp-opt.el (regexp-opt-group): + Use substring-no-properties for correct handling of unibyte strings. 2008-04-09 Stefan Monnier diff --git a/lisp/calc/.gitignore b/lisp/calc/.gitignore new file mode 100644 index 00000000000..a46b68dccbd --- /dev/null +++ b/lisp/calc/.gitignore @@ -0,0 +1,2 @@ +*.elc +calc-loaddefs.el