aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2006-02-11 00:11:19 +0000
committerMiles Bader2006-02-11 00:11:19 +0000
commit0b125475295ac24db12b28e67d349a0ec0020bd3 (patch)
tree100578c3b6eb01151eb5c51f0bbe11ca941bd0d5 /src/ChangeLog
parent380874900ca183ec2fdce91949d841328852d7a8 (diff)
parent9d64cd1339707277e541b6c54f847240464f65ec (diff)
downloademacs-0b125475295ac24db12b28e67d349a0ec0020bd3.tar.gz
emacs-0b125475295ac24db12b28e67d349a0ec0020bd3.zip
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-14
Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 58-65) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 22-28) - Update from CVS - Merge from emacs--devo--0 - Update from CVS: lisp/gnus.el: Remove bogus comment.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog53
1 files changed, 52 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 73436b217a1..0f1dded77c7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,58 @@
12006-02-10 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * data.c (Findirect_function): Rewrite docstring.
4 Fix omission bug: Declare new arg NOERROR.
5
62006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7
8 * macfns.c (x_set_mouse_color): Don't call rif->define_frame_cursor
9 if window_desc is not set yet.
10 (Fx_create_frame): Remove variable x_frame_name. Apply 2005-12-07
11 and 2006-01-26 changes for xfns.c. Call x_iconify_frame if frame
12 parameter `visibility' is `icon'.
13 (Fx_create_frame, x_create_tip_frame): Use "fontset-standard"
14 instead of "fontset-mac".
15 (Fx_focus_frame): New defun.
16 (syms_of_macfns): Defsubr it.
17
18 * macterm.c (mac_define_frame_cursor): Don't change pointer shape
19 for unfocused frame.
20 (x_raise_frame): Call BringToFront instead of SelectWindow.
21 (x_lower_frame): Use NULL instead of nil.
22 (x_make_frame_visible): Don't call SelectWindow.
23 (XTread_socket): Increment handling_signal at the start, decrement
24 it at the end.
25 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): Use
26 CFPreferencesGetAppIntegerValue instead of Fmac_get_preference.
27
282006-02-10 Kim F. Storm <storm@cua.dk>
29
30 * data.c (Findirect_function): Add NOERROR arg. All callers changed
31 to pass Qnil for NOERROR.
32
33 * keymap.c (current_minor_maps_error): Remove.
34 (current_minor_maps): Pass Qt for NOERROR to Findirect_function
35 instead of using internal_condition_case_1+current_minor_maps_error.
36
372006-02-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
38
39 * xterm.c (handle_one_xevent): Must note mouse movement even for nil
40 frames for GTK, in that case it is the tool bar. This is so that
41 highlighted text get reset properly.
42
432006-02-09 Juanma Barranquero <lekktu@gmail.com>
44
45 * alloc.c (Fmake_bool_vector, Fpurecopy): Doc fixes.
46
472006-02-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
48
49 * window.c (adjust_window_trailing_edge): Check that shrinking
50 does not set a window to size zero or less.
51
12006-02-08 Miles Bader <miles@gnu.org> 522006-02-08 Miles Bader <miles@gnu.org>
2 53
3 * editfns.c (Fconstrain_to_field): Use Fget_char_property instead 54 * editfns.c (Fconstrain_to_field): Use Fget_char_property instead
4 of Fget_text_property (other field functions word with overlays as 55 of Fget_text_property (other field functions work with overlays as
5 well as text-properties). 56 well as text-properties).
6 57
72006-02-07 Kenichi Handa <handa@m17n.org> 582006-02-07 Kenichi Handa <handa@m17n.org>