Mercurial > emacs
comparison src/ChangeLog @ 107709:6db4a0b4404d
Merge from emacs-23 branch
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 30 Mar 2010 22:37:57 -0400 |
parents | 67420d9c4e00 c98cb0bca076 |
children | 41747909cb4b |
comparison
equal
deleted
inserted
replaced
107666:67420d9c4e00 | 107709:6db4a0b4404d |
---|---|
1 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change) | |
2 | |
3 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930). | |
4 | |
5 2010-03-31 Jan Djärv <jan.h.d@swipnet.se> | |
6 | |
7 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is | |
8 invisible (Bug#5766). | |
9 | |
10 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com> | |
11 | |
12 * xdisp.c (x_consider_frame_title, update_window_cursor): Remove | |
13 HAVE_NS conditionals. | |
14 (prepare_menu_bars)[HAVE_NS]: Call ns_set_doc_edited. | |
15 | |
16 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use | |
17 filename for the title. | |
18 (ns_set_doc_edited): Do nothing if the selected window is a | |
19 minibuffer window. | |
20 | |
21 * nsterm.h: Add prototypes for ns_set_name_as_filename and | |
22 ns_set_doc_edited. | |
23 | |
24 * nsterm.m: Remove unneeded prototype. | |
25 | |
26 2010-03-31 Glenn Morris <rgm@gnu.org> | |
27 | |
28 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always | |
29 in the DOC file. (Bug#5336) | |
30 | |
31 2010-03-31 Chong Yidong <cyd@stupidchicken.com> | |
32 | |
33 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730). | |
34 | |
1 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca> | 35 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 36 |
3 * window.c (keys_of_window): Remove redundant/overridden bindings. | 37 * window.c (keys_of_window): Remove redundant/overridden bindings. |
4 | 38 |
5 2010-03-30 Eli Zaretskii <eliz@gnu.org> | 39 2010-03-30 Eli Zaretskii <eliz@gnu.org> |