Mercurial > emacs
comparison src/ChangeLog @ 71041:8aeb086972ae
(struct saved_window): Add `dedicated'.
(Fset_window_configuration, save_window_save): Save/restore the
`dedicated' flag.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 29 May 2006 01:05:24 +0000 |
parents | 549b9a50b995 |
children | 92b0f65a55ce |
comparison
equal
deleted
inserted
replaced
71040:549b9a50b995 | 71041:8aeb086972ae |
---|---|
1 2006-05-29 Kenichi Handa <handa@m17n.org> | 1 2006-05-29 Kenichi Handa <handa@m17n.org> |
2 | 2 |
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 | |
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. | |
5 | 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, |
9 don't update w->cursor and return 0. Return 1 on success. | 15 don't update w->cursor and return 0. Return 1 on success. |
30 | 36 |
31 * w32term.c: Likewise. | 37 * w32term.c: Likewise. |
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 |
40 * emacs.c (main) [PROFILING]: Enable also for __MINGW32__. | 46 * emacs.c (main) [PROFILING]: Enable also for __MINGW32__. |
41 [__MINGW32__]: MinGW-specific declaration of `etext'. | 47 [__MINGW32__]: MinGW-specific declaration of `etext'. |
42 | 48 |
43 * w32heap.c (etext, edata): Remove unused definitions. | 49 * w32heap.c (etext, edata): Remove unused definitions. |
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> |
53 | 59 |
54 * sound.c (alsa_configure): Move get period/buffer_size after | 60 * sound.c (alsa_configure): Move get period/buffer_size after |
96 | 102 |
97 * lread.c (readevalloop): Call file-truename on the name for | 103 * lread.c (readevalloop): Call file-truename on the name for |
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. |
106 | 111 |
107 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 112 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |