diff options
| author | Stefan Monnier | 2014-04-16 10:00:39 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-04-16 10:00:39 -0400 |
| commit | 63032a0eb9b9c9a8d5f4cae700b83d0dd1e699ce (patch) | |
| tree | fe5f54d82d291b707f19c0c7471f529d28ca27d6 /src/ChangeLog | |
| parent | ae5a4398c1751b5d95b4b002f9930dca1b1f1311 (diff) | |
| download | emacs-63032a0eb9b9c9a8d5f4cae700b83d0dd1e699ce.tar.gz emacs-63032a0eb9b9c9a8d5f4cae700b83d0dd1e699ce.zip | |
* src/window.c (save_window_save): Lookup window_point_insertion_type in
the right buffer.
(Qwindow_point_insertion_type): New var.
(syms_of_window): Initialize it.
Fixes: debbugs:15457
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1899edae349..84760abd019 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * window.c (save_window_save): Lookup window_point_insertion_type in | ||
| 4 | the right buffer (bug#15457). | ||
| 5 | (Qwindow_point_insertion_type): New var. | ||
| 6 | (syms_of_window): Initialize it. | ||
| 7 | |||
| 1 | 2014-04-16 Eli Zaretskii <eliz@gnu.org> | 8 | 2014-04-16 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * unexcoff.c [MSDOS]: Include libc/atexit.h. | 10 | * unexcoff.c [MSDOS]: Include libc/atexit.h. |
| @@ -26,8 +33,8 @@ | |||
| 26 | 33 | ||
| 27 | * msdos.c (check_window_system): Remove unnecessary an | 34 | * msdos.c (check_window_system): Remove unnecessary an |
| 28 | incompatible duplicate function. | 35 | incompatible duplicate function. |
| 29 | (sys_opendir, readlinkat, faccessat, fstatat, unsetenv): New | 36 | (sys_opendir, readlinkat, faccessat, fstatat, unsetenv): |
| 30 | functions in support of new functionality. | 37 | New functions in support of new functionality. |
| 31 | 38 | ||
| 32 | * menu.c (single_menu_item): Add visual indication of submenu | 39 | * menu.c (single_menu_item): Add visual indication of submenu |
| 33 | also for menus on MSDOS frames. | 40 | also for menus on MSDOS frames. |
| @@ -211,7 +218,7 @@ | |||
| 211 | (adjust_after_replace): | 218 | (adjust_after_replace): |
| 212 | (replace_range): Pass value for new record_markers arg to | 219 | (replace_range): Pass value for new record_markers arg to |
| 213 | delete_record. | 220 | delete_record. |
| 214 | * undo.c (record_marker_adjustment): Renamed to | 221 | * undo.c (record_marker_adjustment): Rename to |
| 215 | record_marker_adjustments and made static. | 222 | record_marker_adjustments and made static. |
| 216 | (record_delete): Check record_markers arg and call | 223 | (record_delete): Check record_markers arg and call |
| 217 | record_marker_adjustments. | 224 | record_marker_adjustments. |