Mercurial > emacs
comparison src/ChangeLog @ 90813:e6fdae9180d4
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 698-710)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 216)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-196
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 24 Apr 2007 21:56:25 +0000 |
parents | 5021c896064c 80299860c7c7 |
children | 70bf32a0f523 |
comparison
equal
deleted
inserted
replaced
90812:6137cc8ddf90 | 90813:e6fdae9180d4 |
---|---|
1 2007-04-24 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * xdisp.c (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED | |
4 values of the actual window. | |
5 | |
6 2007-04-23 Richard Stallman <rms@gnu.org> | |
7 | |
8 * process.c (Fstart_process): Doc fix. | |
9 | |
10 2007-04-23 Eli Zaretskii <eliz@gnu.org> | |
11 | |
12 * process.c (Fstart_process): Doc fix. | |
13 | |
14 2007-04-22 Richard Stallman <rms@gnu.org> | |
15 | |
16 * abbrev.c (Fdefine_abbrev): Doc fix. | |
17 | |
18 * keymap.c (Fdefine_key): Minor doc fix. | |
19 | |
20 2007-04-21 Glenn Morris <rgm@gnu.org> | |
21 | |
22 * keymap.c (Fdefine_key): Fix info ref in doc string. | |
23 | |
24 2007-04-20 Glenn Morris <rgm@gnu.org> | |
25 | |
26 * sysdep.c (init_system_name): Don't accept localhost.localdomain. | |
27 | |
28 2007-04-19 Juanma Barranquero <lekktu@gmail.com> | |
29 | |
30 * minibuf.c (Fminibuffer_contents, Fminibuffer_contents_no_properties) | |
31 (Fminibuffer_completion_contents, Fdelete_minibuffer_contents): | |
32 Doc fixes. | |
33 | |
34 2007-04-16 Chong Yidong <cyd@stupidchicken.com> | |
35 | |
36 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay): Set | |
37 garbaged flag in presence of window margins. | |
38 (showing_window_margins_p): New function. | |
39 | |
40 * xdisp.c (cursor_row_p): Only end row on newline if it's a | |
41 display string. Suggested by Lennart Borgman. | |
42 | |
43 2007-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
44 | |
45 * alloc.c (mem_insert): Set min_heap_address and max_heap_address | |
46 if they are not yet initialized. | |
47 | |
48 2007-04-15 Chong Yidong <cyd@stupidchicken.com> | |
49 | |
50 * xdisp.c (redisplay_window): When deciding whether or not to | |
51 recenter, don't use the reset values of BEG_UNCHANGED and | |
52 END_UNCHANGED. | |
53 | |
54 2007-04-13 Kim F. Storm <storm@cua.dk> | |
55 | |
56 * buffer.c (Fkill_buffer): gcpro BUF during kill_buffer_processes | |
57 and check that buffer is still alive upon return. | |
58 | |
59 2007-04-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
60 | |
61 * macterm.c [!TARGET_API_MAC_CARBON]: Include Displays.h. | |
62 (mac_screen_config_changed): New variable. | |
63 (mac_handle_dm_notification, init_dm_notification_handler) | |
64 (mac_get_screen_info): New functions. | |
65 [MAC_OS8] (main): Call init_dm_notification_handler. | |
66 (mac_initialize) [MAC_OSX]: Likewise. | |
67 (XTread_socket): Call mac_get_screen_info if screen config changed. | |
68 (mac_initialized): Make static. | |
69 (mac_initialize_display_info): Remove function. | |
70 (mac_term_init): Call mac_get_screen_info. Add partial contents of | |
71 mac_initialize_display_info. | |
72 | |
73 2007-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
74 | |
75 * mac.c (xrm_get_preference_database, Fmac_get_preference) | |
76 [TARGET_API_MAC_CARBON]: Use CFPreferencesAppSynchronize. | |
77 | |
78 * macterm.c [TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event): | |
79 Use GetGlobalMouse instead of GetMouse and LocalToGlobal. | |
80 (mac_initialize_display_info) [MAC_OSX]: Use CGRectZero. | |
81 (mac_initialize_display_info) [!MAC_OSX]: dpyinfo->height and | |
82 dpyinfo->width are those of whole screen. | |
83 | |
1 2007-04-10 Chong Yidong <cyd@stupidchicken.com> | 84 2007-04-10 Chong Yidong <cyd@stupidchicken.com> |
2 | 85 |
3 * xdisp.c (note_mode_line_or_margin_highlight): Don't decrement | 86 * xdisp.c (note_mode_line_or_margin_highlight): Don't decrement |
4 glyph pointer before start of glyph row. | 87 glyph pointer before start of glyph row. |
5 | 88 |