diff options
| author | Stefan Monnier | 2006-05-29 01:05:24 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-05-29 01:05:24 +0000 |
| commit | 6ad0381ce14cbb2b348c62ce57c00a50929f7cf8 (patch) | |
| tree | 94aa0bfe2cb7fb99aa764c7660c996504d804f3d /src/ChangeLog | |
| parent | 7311509ee6842235502d446a4aaf16d3f0a6e068 (diff) | |
| download | emacs-6ad0381ce14cbb2b348c62ce57c00a50929f7cf8.tar.gz emacs-6ad0381ce14cbb2b348c62ce57c00a50929f7cf8.zip | |
(struct saved_window): Add `dedicated'.
(Fset_window_configuration, save_window_save): Save/restore the
`dedicated' flag.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f210ed382a6..c973a07f264 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,12 @@ | |||
| 3 | * coding.c (Ffind_operation_coding_system): Call a function by | 3 | * coding.c (Ffind_operation_coding_system): Call a function by |
| 4 | safe_call1 instead of call1. | 4 | safe_call1 instead of call1. |
| 5 | 5 | ||
| 6 | 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 7 | |||
| 8 | * window.c (struct saved_window): Add `dedicated'. | ||
| 9 | (Fset_window_configuration, save_window_save): Save/restore the | ||
| 10 | `dedicated' flag. | ||
| 11 | |||
| 6 | 2006-05-28 Kim F. Storm <storm@cua.dk> | 12 | 2006-05-28 Kim F. Storm <storm@cua.dk> |
| 7 | 13 | ||
| 8 | * xdisp.c (set_cursor_from_row): If cursor cannot be set in row, | 14 | * xdisp.c (set_cursor_from_row): If cursor cannot be set in row, |
| @@ -32,8 +38,8 @@ | |||
| 32 | 38 | ||
| 33 | 2006-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 39 | 2006-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 34 | 40 | ||
| 35 | * macselect.c (mac_handle_apple_event): Return | 41 | * macselect.c (mac_handle_apple_event): |
| 36 | errAEEventNotHandled if key binding is not found. | 42 | Return errAEEventNotHandled if key binding is not found. |
| 37 | 43 | ||
| 38 | 2006-05-26 Eli Zaretskii <eliz@gnu.org> | 44 | 2006-05-26 Eli Zaretskii <eliz@gnu.org> |
| 39 | 45 | ||
| @@ -44,9 +50,9 @@ | |||
| 44 | 50 | ||
| 45 | 2006-05-26 Chong Yidong <cyd@stupidchicken.com> | 51 | 2006-05-26 Chong Yidong <cyd@stupidchicken.com> |
| 46 | 52 | ||
| 47 | * fileio.c (Fcopy_file): Delete argument MUSTBENEW. Incorporate | 53 | * fileio.c (Fcopy_file): Delete argument MUSTBENEW. |
| 48 | the exclusive file-opening functionality into the behavior when | 54 | Incorporate the exclusive file-opening functionality into the behavior |
| 49 | OK-IF-ALREADY-EXISTS is nil. | 55 | when OK-IF-ALREADY-EXISTS is nil. |
| 50 | (Frename_file): Call Fcopy_file without MUSTBENEW argument. | 56 | (Frename_file): Call Fcopy_file without MUSTBENEW argument. |
| 51 | 57 | ||
| 52 | 2006-05-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 58 | 2006-05-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| @@ -98,8 +104,7 @@ | |||
| 98 | load-history, except at preloading time. | 104 | load-history, except at preloading time. |
| 99 | 105 | ||
| 100 | * lread.c (Fload): At preloading time, preserve the extension of | 106 | * lread.c (Fload): At preloading time, preserve the extension of |
| 101 | the filename which goes into load-history. New variable | 107 | the filename which goes into load-history. New var hist_file_name. |
| 102 | hist_file_name. | ||
| 103 | 108 | ||
| 104 | * lread.c (Fload): Do eval-after-load stuff by calling the lisp | 109 | * lread.c (Fload): Do eval-after-load stuff by calling the lisp |
| 105 | function do-after-load-evaluation. | 110 | function do-after-load-evaluation. |