diff options
| author | Stefan Monnier | 2014-04-29 11:16:07 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-04-29 11:16:07 -0400 |
| commit | 4d89ee379aae4a0d087fa6734524e59e37b9cbc5 (patch) | |
| tree | 72cf01645c99e0eda276f7d8b15e9d5532da0acb /src/ChangeLog | |
| parent | 9c23779a9d8474af16cfadb1a08d2c05ececcbec (diff) | |
| download | emacs-4d89ee379aae4a0d087fa6734524e59e37b9cbc5.tar.gz emacs-4d89ee379aae4a0d087fa6734524e59e37b9cbc5.zip | |
* src/window.c (struct saved_window): Remove mark.
(Fset_window_configuration, save_window_save)
(compare_window_configurations): Don't touch marks any more.
* doc/lispref/windows.texi (Window Configurations, Window Configurations):
Window configs don't store marks any more.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 619dce7a731..0fba7894443 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-04-29 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * window.c (struct saved_window): Remove mark. | ||
| 4 | (Fset_window_configuration, save_window_save) | ||
| 5 | (compare_window_configurations): Don't touch marks any more. | ||
| 6 | |||
| 1 | 2014-04-28 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2014-04-28 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | Use bits_word for gcmarkbits. | 9 | Use bits_word for gcmarkbits. |
| @@ -19,8 +25,7 @@ | |||
| 19 | 2014-04-25 Eli Zaretskii <eliz@gnu.org> | 25 | 2014-04-25 Eli Zaretskii <eliz@gnu.org> |
| 20 | 26 | ||
| 21 | * search.c (Fnewline_cache_check): Don't try to count newlines | 27 | * search.c (Fnewline_cache_check): Don't try to count newlines |
| 22 | outside the buffer's restriction, as find_newline doesn't support | 28 | outside the buffer's restriction, as find_newline doesn't support that. |
| 23 | that. | ||
| 24 | 29 | ||
| 25 | 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca> | 30 | 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca> |
| 26 | 31 | ||