diff options
Diffstat (limited to 'admin/ChangeLog')
| -rw-r--r-- | admin/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index baa8706fd32..680792c12b7 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2013-10-30 Glenn Morris <rgm@gnu.org> | 1 | 2013-10-30 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * unidata/unidata-gen.el (unidata-gen-files): Use pop. | ||
| 4 | Also take the output directory as an argument. | ||
| 5 | * unidata/Makefile.in: Simplify now that unidata-gen-files takes | ||
| 6 | the output directory as an argument (no need to cd, etc). | ||
| 7 | (abs_srcdir, abs_builddir): Remove. | ||
| 8 | (abs_top_builddir): Replace by top_builddir. | ||
| 9 | (${DSTDIR}/charprop.el): No need to cd. Pass dest as argument. | ||
| 10 | (${DSTDIR}/charprop.el, charprop.el): | ||
| 11 | No need to pass unidata.txt as argument. | ||
| 12 | |||
| 3 | * unidata/unidata-gen.el (unidata--ensure-compiled): New function. | 13 | * unidata/unidata-gen.el (unidata--ensure-compiled): New function. |
| 4 | (unidata-gen-table-name, unidata-gen-table-decomposition) | 14 | (unidata-gen-table-name, unidata-gen-table-decomposition) |
| 5 | (unidata-gen-files): Use unidata--ensure-compiled. | 15 | (unidata-gen-files): Use unidata--ensure-compiled. |