diff options
| author | Glenn Morris | 2012-04-08 23:47:33 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-04-08 23:47:33 -0700 |
| commit | 50fe702a88904e0e29ccda7b7b41782985a16d48 (patch) | |
| tree | 9a4fe85e1236390393c3db4e398ad76b7af16e8b /src/ChangeLog | |
| parent | fd9d85c2d2a2bb0f159f5d13c3c7b5c900164654 (diff) | |
| download | emacs-50fe702a88904e0e29ccda7b7b41782985a16d48.tar.gz emacs-50fe702a88904e0e29ccda7b7b41782985a16d48.zip | |
Generate leim-list with bootstrap-emacs, in prep for dumping it with emacs
* src/Makefile.in: (leimdir): New variable.
($(leimdir)/leim-list.el): New rule.
(emacs$(EXEEXT)): Depend on leim-list.el.
Fixes: debbugs:4789
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1109f31f9d8..eea8345b4f4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2012-04-09 Glenn Morris <rgm@gnu.org> | 1 | 2012-04-09 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in: Generate leim-list with bootstrap-emacs, in | ||
| 4 | preparation for dumping it with emacs. (Bug#4789) | ||
| 5 | (leimdir): New variable. | ||
| 6 | ($(leimdir)/leim-list.el): New rule. | ||
| 7 | (emacs$(EXEEXT)): Depend on leim-list.el. | ||
| 8 | |||
| 3 | * buffer.c (Qucs_set_table_for_input): Remove. (Bug#9821) | 9 | * buffer.c (Qucs_set_table_for_input): Remove. (Bug#9821) |
| 4 | (Fget_buffer_create): Don't call Qucs_set_table_for_input. | 10 | (Fget_buffer_create): Don't call Qucs_set_table_for_input. |
| 5 | (init_buffer_once, syms_of_buffer): Remove Qucs_set_table_for_input. | 11 | (init_buffer_once, syms_of_buffer): Remove Qucs_set_table_for_input. |