diff options
| author | Glenn Morris | 2013-11-27 13:25:44 -0500 |
|---|---|---|
| committer | Glenn Morris | 2013-11-27 13:25:44 -0500 |
| commit | 7e3bf78c8900d7bac3bbeca038a99f5ce7afeeee (patch) | |
| tree | ab254409204419f0e2250372d260c85abe377aa4 /src/ChangeLog | |
| parent | ccd4fb3d2ec32d1db12412231d6a7d507039de9d (diff) | |
| download | emacs-7e3bf78c8900d7bac3bbeca038a99f5ce7afeeee.tar.gz emacs-7e3bf78c8900d7bac3bbeca038a99f5ce7afeeee.zip | |
Stop keeping generated Unicode lisp files in the repository
Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg01023.html
* admin/unidata/Makefile.in (all, install, clean, bootstrap-clean)
(distclean, maintainer-clean): Declare as PHONY.
(compile, extraclean): New.
(${DSTDIR}/charprop.el): Depend on source files rather than
intermediate products.
* lisp/international/charprop.el, lisp/international/uni-bidi.el:
* lisp/international/uni-category.el, lisp/international/uni-combining.el:
* lisp/international/uni-comment.el, lisp/international/uni-decimal.el:
* lisp/international/uni-decomposition.el, lisp/international/uni-digit.el:
* lisp/international/uni-lowercase.el, lisp/international/uni-mirrored.el:
* lisp/international/uni-name.el, lisp/international/uni-numeric.el:
* lisp/international/uni-old-name.el, lisp/international/uni-titlecase.el:
* lisp/international/uni-uppercase.el:
Remove generated files from VCS repository.
* src/Makefile.in ($(lispsource)/international/charprop.el): New.
(emacs$(EXEEXT)): Depend on charprop.el.
* Makefile.in: Comment.
* .bzrignore: Add generated Unicode files.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 89d1fb30774..78dd2362018 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-11-27 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in ($(lispsource)/international/charprop.el): New. | ||
| 4 | (emacs$(EXEEXT)): Depend on charprop.el. | ||
| 5 | |||
| 1 | 2013-11-27 Eli Zaretskii <eliz@gnu.org> | 6 | 2013-11-27 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * fileio.c (Finsert_file_contents): Invalidate buffer caches when | 8 | * fileio.c (Finsert_file_contents): Invalidate buffer caches when |