aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog36
1 files changed, 32 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ceb9cad4d88..be916dff20d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,8 +1,36 @@
12010-04-05 Chong Yidong <cyd@stupidchicken.com>
2
3 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
4 terminal frames (Bug#5837).
5
62010-03-31 Chong Yidong <cyd@stupidchicken.com>
7
8 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
9 * nsterm.h: Fix prototype.
10
112010-03-31 Eli Zaretskii <eliz@gnu.org>
12
13 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
14 in this function. (Bug#5703)
15
162010-03-31 Chong Yidong <cyd@stupidchicken.com>
17
18 * nsterm.h: Fix last change.
19
202010-03-30 Bernhard Herzog <bh@intevation.de> (tiny change)
21
22 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
23
242010-03-30 Jan Djärv <jan.h.d@swipnet.se>
25
26 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
27 invisible (Bug#5766).
28
12010-03-29 Adrian Robert <adrian.b.robert@gmail.com> 292010-03-29 Adrian Robert <adrian.b.robert@gmail.com>
2 30
3 * xdisp.c (x_consider_frame_title, update_window_cursor): Remove 31 * xdisp.c (x_consider_frame_title, update_window_cursor): Remove
4 HAVE_NS conditionals. 32 HAVE_NS conditionals.
5 (prepare_menu_bars)[HAVE_NS]: Call ns_set_doc_edited. 33 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
6 34
7 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use 35 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
8 filename for the title. 36 filename for the title.
@@ -308,7 +336,7 @@
3082010-01-19 Alan Mackenzie <acm@muc.de> 3362010-01-19 Alan Mackenzie <acm@muc.de>
309 337
310 Fix spurious before-change-functions invocation from (insert ?\n). 338 Fix spurious before-change-functions invocation from (insert ?\n).
311 * textprop.c (set_text_properties): rename parameter 339 * textprop.c (set_text_properties): Rename parameter
312 `signal_after_change_p' to `coherent_change_p', and make the 340 `signal_after_change_p' to `coherent_change_p', and make the
313 invocation of `modify_region' conditional on it. 341 invocation of `modify_region' conditional on it.
314 342
@@ -10330,7 +10358,7 @@
10330 10358
10331 * font.c (Vfont_encoding_alist, find_font_encoding): Move from 10359 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
10332 fontset.c. 10360 fontset.c.
10333 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1. 10361 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
10334 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts, 10362 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
10335 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f) 10363 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
10336 only when HAVE_WINDOW_SYSTEM is defined. 10364 only when HAVE_WINDOW_SYSTEM is defined.
@@ -20164,7 +20192,7 @@
20164 20192
201652007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change) 201932007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20166 20194
20167 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error. 20195 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
20168 20196
201692007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change) 201972007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
20170 20198