aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-05 23:53:03 -0800
committerPaul Eggert2011-03-05 23:53:03 -0800
commit58635e4de85621d4f16befe15b1df44a637bd078 (patch)
treeb5dc80332d5912ba795e59ee86cea1527324709e /src/ChangeLog
parent5489860be109ec6fa2a7d143cdecb6887e37f5d5 (diff)
parent555e9b5c69d70acca13310fbe533594a8f1eab98 (diff)
downloademacs-58635e4de85621d4f16befe15b1df44a637bd078.tar.gz
emacs-58635e4de85621d4f16befe15b1df44a637bd078.zip
Merge from mainline.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog26
1 files changed, 19 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 29514f03177..920355b1723 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -9,6 +9,18 @@
9 (mouse_face_from_buffer_pos, note_mouse_highlight, expose_frame): 9 (mouse_face_from_buffer_pos, note_mouse_highlight, expose_frame):
10 Rename or move local decls. 10 Rename or move local decls.
11 11
122011-03-06 Michael Shields <shields@msrl.com> (tiny change)
13
14 * window.c (Fnext_window): Doc fix. (Bug#5567)
15
162011-03-05 Chong Yidong <cyd@stupidchicken.com>
17
18 * nsterm.m (ns_draw_window_cursor): Fix typo in 2011-02-23 commit.
19
202011-03-02 Ken Brown <kbrown@cornell.edu>
21
22 * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
23
122011-03-02 Paul Eggert <eggert@cs.ucla.edu> 242011-03-02 Paul Eggert <eggert@cs.ucla.edu>
13 25
14 Work around some portability problems with symlinks. 26 Work around some portability problems with symlinks.
@@ -32,7 +44,7 @@
32 44
33 * msdos.c (readlink) [DJGPP < 2.04]: New stub function. 45 * msdos.c (readlink) [DJGPP < 2.04]: New stub function.
34 46
35 * msdos.h: (readlink) [DJGPP < 2.04]: Declare prototype. 47 * msdos.h (readlink) [DJGPP < 2.04]: Declare prototype.
36 48
37 * w32.c (symlink, readlink): New stub functions. 49 * w32.c (symlink, readlink): New stub functions.
38 50
@@ -1178,7 +1190,7 @@
1178 (x_underline_at_descent_line): Remove declaration. 1190 (x_underline_at_descent_line): Remove declaration.
1179 (syms_of_nsterm): Remove & from DEFVAR_LISP and DEFVAR_BOOL. 1191 (syms_of_nsterm): Remove & from DEFVAR_LISP and DEFVAR_BOOL.
1180 1192
1181 * nsselect.m (Vns_sent_selection_hooks, Vns_lost_selection_hooks 1193 * nsselect.m (Vns_sent_selection_hooks, Vns_lost_selection_hooks)
1182 (Vselection_alist, Vselection_converter_alist): Move to globals.h. 1194 (Vselection_alist, Vselection_converter_alist): Move to globals.h.
1183 (syms_of_nsselect): Remove & from DEFVAR_LISP. 1195 (syms_of_nsselect): Remove & from DEFVAR_LISP.
1184 1196
@@ -2895,7 +2907,7 @@
2895 (Qglyphless_char_display, Qhexa_code, Qempty_box, Qthin_space) 2907 (Qglyphless_char_display, Qhexa_code, Qempty_box, Qthin_space)
2896 (Qzero_width): New variables. 2908 (Qzero_width): New variables.
2897 (THIN_SPACE_WIDTH): New macro. 2909 (THIN_SPACE_WIDTH): New macro.
2898 (lookup_glyphless_char_display): New funciton. 2910 (lookup_glyphless_char_display): New function.
2899 (last_glyphless_glyph_frame, last_glyphless_glyph_face_id) 2911 (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
2900 (last_glyphless_glyph_merged_face_id): New variables. 2912 (last_glyphless_glyph_merged_face_id): New variables.
2901 (get_next_display_element): Check glyphless characters. 2913 (get_next_display_element): Check glyphless characters.
@@ -3181,7 +3193,7 @@
31812010-10-12 Jan Djärv <jan.h.d@swipnet.se> 31932010-10-12 Jan Djärv <jan.h.d@swipnet.se>
3182 3194
3183 * nsterm.m (Qleft): Declare. 3195 * nsterm.m (Qleft): Declare.
3184 (ns_right_alternate_modifier): New variable 3196 (ns_right_alternate_modifier): New variable.
3185 (NSRightAlternateKeyMask): New define. 3197 (NSRightAlternateKeyMask): New define.
3186 (EV_MODIFIERS): Parse NSRightAlternateKeyMask if 3198 (EV_MODIFIERS): Parse NSRightAlternateKeyMask if
3187 ns_right_alternate_modifier isn't Qleft. 3199 ns_right_alternate_modifier isn't Qleft.
@@ -3205,7 +3217,7 @@
3205 * Makefile.in (temacs): Use $(ALL_CFLAGS) on the link line. 3217 * Makefile.in (temacs): Use $(ALL_CFLAGS) on the link line.
3206 (PROFILING_LDFLAGS): Remove, not needed anymore. 3218 (PROFILING_LDFLAGS): Remove, not needed anymore.
3207 3219
3208 * Makefile.in: Use $(...) everywhere instead of ${...} 3220 * Makefile.in: Use $(...) everywhere instead of ${...}.
3209 (CRT_DIR): Move near potential user. 3221 (CRT_DIR): Move near potential user.
3210 (START_FILE): Move near CRT_DIR, it might use it. 3222 (START_FILE): Move near CRT_DIR, it might use it.
3211 3223
@@ -6142,7 +6154,7 @@
6142 6154
6143 * eval.c: Fix indentation problem. 6155 * eval.c: Fix indentation problem.
6144 6156
6145 * keyboard.c: Include "process.h" 6157 * keyboard.c: Include "process.h".
6146 6158
6147 * eval.c: Remove obsolete noinline declaration. 6159 * eval.c: Remove obsolete noinline declaration.
6148 * fns.c: Likewise. 6160 * fns.c: Likewise.
@@ -8548,7 +8560,7 @@
8548 Qtool_bar_style. Initialize current_tool_bar_style to nil. 8560 Qtool_bar_style. Initialize current_tool_bar_style to nil.
8549 defsubr Stool_bar_get_system_style. Fprovide on 8561 defsubr Stool_bar_get_system_style. Fprovide on
8550 dynamic-setting. 8562 dynamic-setting.
8551 Move misplaced HAVE_GCONF 8563 Move misplaced HAVE_GCONF.
8552 8564
8553 * xsettings.h (Ftool_bar_get_system_style): Declare. 8565 * xsettings.h (Ftool_bar_get_system_style): Declare.
8554 8566