aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2006-07-06 08:59:39 +0000
committerMiles Bader2006-07-06 08:59:39 +0000
commit6a46b0188332c8007c23014bd0ba97441be6abe8 (patch)
treee6bad7efe8102d87934fbae8f1b34341cd4e4957 /src/ChangeLog
parent5ed089581a49f8f0eba2d911203ff5db57eac322 (diff)
parent978db1472a9d4bbaafbc93b9176f7c409ac209bd (diff)
downloademacs-6a46b0188332c8007c23014bd0ba97441be6abe8.tar.gz
emacs-6a46b0188332c8007c23014bd0ba97441be6abe8.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 320-342) - Update from CVS - Merge from gnus--rel--5.10 - lisp/play/cookie1.el (cookie): Work properly when there's only one entry - Add note about "link" button-class to etc/TODO * gnus--rel--5.10 (patch 108-112) - Merge from emacs--devo--0 - Clean up merge mistakes - Update from CVS - Update from CVS: texi/gnus.texi (Summary Buffer Lines): Fix typo. Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-86
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog143
1 files changed, 142 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3e523d28f8d..4b817c11eae 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,144 @@
12006-07-05 Chong Yidong <cyd@stupidchicken.com>
2
3 * insdel.c (prepare_to_modify_buffer): For an indirect buffer, do
4 clash detection using the base buffer.
5
6 * puresize.h (BASE_PURESIZE): Increment to 1210500.
7
82006-07-04 Kim F. Storm <storm@cua.dk>
9
10 * xterm.c (x_delete_display): Don't free or derefence NULL pointers.
11
122006-07-04 Kenichi Handa <handa@m17n.org>
13
14 * fontset.c (Fset_overriding_fontspec_internal): Check if we need
15 to update Voverriding_fontspec_alist.
16
172006-07-03 Richard Stallman <rms@gnu.org>
18
19 * xfns.c (Fx_create_frame): Move unwind_create_frame setup down.
20
21 * xfaces.c (Fface_attribute_relative_p): Doc fix.
22
23 * textprop.c (Fget_char_property_and_overlay): Doc fix.
24
25 * eval.c (Fdefvaralias): Doc fix.
26
272006-07-03 Kim F. Storm <storm@cua.dk>
28
29 * dispnew.c (sit_for): Fix preempt condition.
30
312006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
32
33 * lread.c (read_filtered_event): Treat select-window just like
34 switch-frame.
35
362006-07-02 Kim F. Storm <storm@cua.dk>
37
38 * xdisp.c (display_tool_bar_line): Skip glyphs which are too big
39 to ever fit the tool-bar,
40 (MAX_FRAME_TOOL_BAR_HEIGHT): New macro.
41 (tool_bar_lines_needed): Use unused mode-line row as temp_row.
42 (redisplay_tool_bar): Only clear desired matrix if we actually
43 change the tool-bar window height. Only try to make the tool-bar
44 window bigger if there is actually room for it.
45
462006-06-30 Ralf Angeli <angeli@caeruleus.net>
47
48 * w32term.c (x_make_frame_visible): Use SystemParametersInfo with
49 SPI_GETWORKAREA to find the dimensions of the screen work area,
50 and adjust vertical position of the frame in order to avoid being
51 covered by the task bar.
52
53 * w32fns.c (w32_createwindow): Use CW_USEDEFAULT instead of
54 f->left_pos and SH_SHOW instead of f->top_pos in the call to
55 CreateWindow. Record the actual position in f->left_pos and
56 f->top_pos.
57
582006-06-30 John Paul Wallington <jpw@pobox.com>
59
60 * w32console.c (syms_of_ntterm) <w32-use-full-screen-buffer>:
61 Doc fix - default value has changed.
62
632006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
64
65 * mac.c [!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h.
66
67 * macfns.c (Fx_create_frame): Apply 2006-06-24 change for xfns.c.
68
69 * macgui.h (USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1.
70
71 * macterm.c (Qeql): Add extern.
72 (x_set_mouse_pixel_position) [MAC_OSX]: Use CGWarpMouseCursorPosition.
73 (fm_style_face_attributes_alist) [USE_ATSUI]: New variable.
74 (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
75 Change keys of Vmac_atsu_font_table from strings to numbers.
76 (fm_style_to_face_attributes) [USE_ATSUI]: New function.
77 (init_font_name_table) [USE_ATSUI]: Use it.
78 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
79 (syms_of_macterm) [USE_MAC_TSM]: Initialize and staticpro it.
80 [USE_MAC_TSM] (mac_tsm_resume): Restore script and language codes
81 only when saved_ts_script_language_on_focus coincides with
82 Vmac_ts_script_language_on_focus.
83 [USE_MAC_TSM] (mac_tsm_suspend): Save value of
84 Vmac_ts_script_language_on_focus to saved_ts_script_language_on_focus.
85 (XTread_socket) [USE_MAC_TSM]: Add Mac OS Classic support.
86 [USE_MAC_TSM] (mac_handle_text_input_event, init_tsm): Likewise.
87
882006-06-27 Chong Yidong <cyd@stupidchicken.com>
89
90 * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)
91 (Ffield_string_no_properties, Ffield_end): Mention
92 args-out-of-range error condition in docstring.
93
942006-06-27 Kim F. Storm <storm@cua.dk>
95
96 * xdisp.c (handle_composition_prop): Set stop_charpos before push_it.
97
982006-06-25 Kim F. Storm <storm@cua.dk>
99
100 * s/gnu-linux.h (SIGNALS_VIA_CHARACTERS): Define for Linux kernel
101 version 2.4 and later.
102
1032006-06-24 Chong Yidong <cyd@stupidchicken.com>
104
105 * xfns.c (Fx_create_frame): Set font parameter directly instead of
106 using x_default_parameter, since x_get_args clears the parm alist.
107
1082006-06-24 Eli Zaretskii <eliz@gnu.org>
109
110 * dired.c (directory_files_internal) [WINDOWSNT]: Find files
111 case-insensitively.
112
1132006-06-24 Aidan Kehoe <kehoea@parhasard.net>
114
115 * lread.c (read_escape): When an unknown Unicode code point is
116 encountered as a string or character escape, signal an error.
117
1182006-06-23 Kim F. Storm <storm@cua.dk>
119
120 * .gdbinit (pitx): Dump iterator stack.
121
122 * xdisp.c (handle_composition_prop): Push iterator on stack.
123 (set_iterator_to_next): Pop iterator at end of composition.
124
1252006-06-23 Martin Rudalics <rudalics@gmx.at>
126
127 * fileio.c (Frename_file) [DOS_NT]: Don't try to move directory to
128 itself on DOS_NT platforms, if the old and new names are identical
129 but for the letter-case.
130
1312006-06-21 Kim F. Storm <storm@cua.dk>
132
133 * dispextern.h (struct it): Add `position' member to iterator stack.
134 Rename `pos' member to `current'. Rearrange and add comments.
135
136 * xdisp.c (handle_stop): Set it->ignore_overlay_strings_at_pos_p
137 if we get any overlays.
138 (set_cursor_from_row): Don't clobber `end' if we rescan from
139 start_string.
140 (push_it, pop_it): Save it->position.
141
12006-06-19 Richard Stallman <rms@gnu.org> 1422006-06-19 Richard Stallman <rms@gnu.org>
2 143
3 * window.c (size_window): New arg FIRST_ONLY. All callers changed. 144 * window.c (size_window): New arg FIRST_ONLY. All callers changed.
@@ -5,7 +146,7 @@
5 for the case of a top-level window and the following minibuffer. 146 for the case of a top-level window and the following minibuffer.
6 Don't exit because of no `next' when there is a parent. 147 Don't exit because of no `next' when there is a parent.
7 Use the FIRST_ONLY feature when resizing following windows. 148 Use the FIRST_ONLY feature when resizing following windows.
8 149
9 * syntax.c (init_syntax_once): Give most control chars' syntax Spunct. 150 * syntax.c (init_syntax_once): Give most control chars' syntax Spunct.
10 151
112006-06-17 Kim F. Storm <storm@cua.dk> 1522006-06-17 Kim F. Storm <storm@cua.dk>