aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-04-09 10:07:14 +0000
committerJuanma Barranquero2008-04-09 10:07:14 +0000
commit03fdd67449f51bb8868b4e1e42463a404cec3ec5 (patch)
tree22eb430610bdce77974056fb2f916a8daedfabd8
parent14c0a34db0216423c493349efd9079e968586ef5 (diff)
downloademacs-03fdd67449f51bb8868b4e1e42463a404cec3ec5.tar.gz
emacs-03fdd67449f51bb8868b4e1e42463a404cec3ec5.zip
New file.
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/calc/.gitignore2
2 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8a2a05d8cfd..e1628021f0d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12008-04-09 Juanma Barranquero <lekktu@gmail.com>
2
3 * calc/.cvsignore: New file.
4
12008-04-09 Jan Djärv <jan.h.d@swipnet.se> 52008-04-09 Jan Djärv <jan.h.d@swipnet.se>
2 6
3 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as 7 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
@@ -23,8 +27,8 @@
23 27
242008-04-09 Chong Yidong <cyd@stupidchicken.com> 282008-04-09 Chong Yidong <cyd@stupidchicken.com>
25 29
26 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use 30 * emacs-lisp/regexp-opt.el (regexp-opt-group):
27 substring-no-properties for correct handling of unibyte strings. 31 Use substring-no-properties for correct handling of unibyte strings.
28 32
292008-04-09 Stefan Monnier <monnier@iro.umontreal.ca> 332008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
30 34
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 @@
1*.elc
2calc-loaddefs.el