diff options
| author | Eli Zaretskii | 2008-05-08 11:05:25 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-05-08 11:05:25 +0000 |
| commit | 8691412347e6edf3a1b792db1f7fd77bafd15284 (patch) | |
| tree | 80b21019ecb318f9a95b64cd02bf5383758446d4 | |
| parent | 77fa600f201d9c349512cf152a5bcae195f495ea (diff) | |
| download | emacs-8691412347e6edf3a1b792db1f7fd77bafd15284.tar.gz emacs-8691412347e6edf3a1b792db1f7fd77bafd15284.zip | |
Renamed lisp/epa-file-hook.el to lisp/epa-hook.el.
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/epa-hook.el (renamed from lisp/epa-file-hook.el) | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/Makefile.in | 4 |
6 files changed, 16 insertions, 4 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 90083938e1c..1b64f54cbdd 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-05-08 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (lisp2): Rename epa-file-hook.elc to epa-hook.elc. | ||
| 4 | |||
| 1 | 2008-05-03 Eli Zaretskii <eliz@gnu.org> | 5 | 2008-05-03 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * makefile.w32-in (lisp2): Add epa-file-hook.elc, to track the | 7 | * makefile.w32-in (lisp2): Add epa-file-hook.elc, to track the |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 91a07f24683..8a168b3842e 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -281,7 +281,7 @@ lisp2 = \ | |||
| 281 | $(lispsource)jka-cmpr-hook.elc \ | 281 | $(lispsource)jka-cmpr-hook.elc \ |
| 282 | $(lispsource)vc-hooks.elc \ | 282 | $(lispsource)vc-hooks.elc \ |
| 283 | $(lispsource)ediff-hook.elc \ | 283 | $(lispsource)ediff-hook.elc \ |
| 284 | $(lispsource)epa-file-hook.elc \ | 284 | $(lispsource)epa-hook.elc \ |
| 285 | $(TOOLTIP_SUPPORT) \ | 285 | $(TOOLTIP_SUPPORT) \ |
| 286 | $(WINNT_SUPPORT) \ | 286 | $(WINNT_SUPPORT) \ |
| 287 | $(WINDOW_SUPPORT) \ | 287 | $(WINDOW_SUPPORT) \ |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 87b5a0885d5..97b84e2b001 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2008-05-08 Eli Zaretskii <eliz@gnu.org> | 1 | 2008-05-08 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * epa-hook.el: Renamed from epa-file-hook.el, to avoid | ||
| 4 | file-names clashes on 8+3 filesystems. | ||
| 5 | |||
| 3 | * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid | 6 | * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid |
| 4 | file-names clashes on 8+3 filesystems. | 7 | file-names clashes on 8+3 filesystems. |
| 5 | 8 | ||
diff --git a/lisp/epa-file-hook.el b/lisp/epa-hook.el index 18ee43e13b8..57c5304c45f 100644 --- a/lisp/epa-file-hook.el +++ b/lisp/epa-hook.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; epa-file-hook.el --- preloaded code to enable epa-file.el | 1 | ;;; epa-hook.el --- preloaded code to enable epa-file.el |
| 2 | ;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. | 2 | ;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | ;; Author: Daiki Ueno <ueno@unixuser.org> | 4 | ;; Author: Daiki Ueno <ueno@unixuser.org> |
diff --git a/src/ChangeLog b/src/ChangeLog index e68efb42094..9ed1805d31a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-05-08 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to | ||
| 4 | epa-hook.elc. | ||
| 5 | |||
| 1 | 2008-05-08 Juanma Barranquero <lekktu@gmail.com> | 6 | 2008-05-08 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * font.c (Ffont_match_p): Don't use `iff' in docstring. | 8 | * font.c (Ffont_match_p): Don't use `iff' in docstring. |
diff --git a/src/Makefile.in b/src/Makefile.in index 62cb3daf424..80df9a66a93 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -779,7 +779,7 @@ lisp= \ | |||
| 779 | ${lispsource}jka-cmpr-hook.elc \ | 779 | ${lispsource}jka-cmpr-hook.elc \ |
| 780 | ${lispsource}vc-hooks.elc \ | 780 | ${lispsource}vc-hooks.elc \ |
| 781 | ${lispsource}ediff-hook.elc \ | 781 | ${lispsource}ediff-hook.elc \ |
| 782 | ${lispsource}epa-file-hook.elc \ | 782 | ${lispsource}epa-hook.elc \ |
| 783 | TOOLTIP_SUPPORT \ | 783 | TOOLTIP_SUPPORT \ |
| 784 | VMS_SUPPORT \ | 784 | VMS_SUPPORT \ |
| 785 | MSDOS_SUPPORT \ | 785 | MSDOS_SUPPORT \ |
| @@ -871,7 +871,7 @@ shortlisp= \ | |||
| 871 | ../lisp/vc-hooks.elc \ | 871 | ../lisp/vc-hooks.elc \ |
| 872 | ../lisp/jka-cmpr-hook.elc \ | 872 | ../lisp/jka-cmpr-hook.elc \ |
| 873 | ../lisp/ediff-hook.elc \ | 873 | ../lisp/ediff-hook.elc \ |
| 874 | ../lisp/epa-file-hook.elc \ | 874 | ../lisp/epa-hook.elc \ |
| 875 | ../lisp/widget.elc \ | 875 | ../lisp/widget.elc \ |
| 876 | ../lisp/window.elc \ | 876 | ../lisp/window.elc \ |
| 877 | ../lisp/version.el | 877 | ../lisp/version.el |