diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0bc8a712112..aa2f95907eb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 1 | 2014-08-11 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * fileio.c: Revert 2013-01-31 change, which chose coding system for | ||
| 4 | writing before backing up, since it causes a more serious problem | ||
| 5 | than the one it solves. (Closes Bug#18141, reopens Bug#13522.) | ||
| 6 | (choose_write_coding_system): No longer callable from Lisp. | ||
| 7 | Move last piece back here from Fwrite_region. | ||
| 8 | (Fwrite_region, syms_of_fileio): Update for above changes. | ||
| 9 | |||
| 10 | 2014-08-11 Martin Rudalics <rudalics@gmx.at> | ||
| 11 | |||
| 12 | * window.c (Fwindow_valid_p): Fix doc-string (Bug#18194). | ||
| 13 | (Fwindow_new_total, Fwindow_normal_size, Fwindow_new_normal) | ||
| 14 | (Fwindow_new_pixel, Fset_window_new_pixel) | ||
| 15 | (Fset_window_new_total, Fset_window_new_normal) | ||
| 16 | (Fwindow_resize_apply): Fix doc-strings (see Bug#18112). | ||
| 17 | See also: | ||
| 18 | http://lists.gnu.org/archive/html/bug-gnu-emacs/2014-08/msg00287.html | ||
| 19 | |||
| 20 | 2014-08-11 Eli Zaretskii <eliz@gnu.org> | ||
| 21 | |||
| 22 | * fontset.c (Finternal_char_font): Recompute basic faces if the | ||
| 23 | frame's face cache was cleared. (Bug#18162) | ||
| 24 | |||
| 25 | 2014-08-11 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 26 | |||
| 27 | Fix bug with uninitialized undo list of an indirect buffer (Bug#18180). | ||
| 28 | * buffer.c (Fmake_indirect_buffer): Initialize undo list with the | ||
| 29 | base buffer's undo list. | ||
| 30 | |||
| 1 | 2014-08-10 Reuben Thomas <rrt@sc3d.org> | 31 | 2014-08-10 Reuben Thomas <rrt@sc3d.org> |
| 2 | 32 | ||
| 3 | Fix a couple of recent inadvertent breaks of the MSDOS port. | 33 | Fix a couple of recent inadvertent breaks of the MSDOS port. |