aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog90
1 files changed, 85 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a4c985b1a0c..9f8361153a1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,83 @@
12011-09-14 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (try_window_reusing_current_matrix): Fix incorrect
4 computation of loop end. Reported by Johan Bockgård
5 <bojohan@gnu.org>.
6
72011-09-13 Chong Yidong <cyd@stupidchicken.com>
8
9 * frame.c (Fother_visible_frames_p): Function deleted.
10
112011-09-12 Eli Zaretskii <eliz@gnu.org>
12
13 * indent.c (compute_motion): Process display vector front to back
14 rather than the other way around. (Bug#2496)
15
162011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * fileio.c (Finsert_file_contents): Don't assume beg_offset is 0.
19
202011-09-11 Chong Yidong <cyd@stupidchicken.com>
21
22 * minibuf.c (Fread_from_minibuffer): Doc fix.
23
242011-09-11 Eli Zaretskii <eliz@gnu.org>
25
26 * xdisp.c (produce_stretch_glyph): Fix a typo made in changes from
27 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9475)
28
292011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
30
31 * fileio.c (Fvisited_file_modtime): Document `(-1 65535)' as a
32 value for non-existent files.
33
342011-09-11 Eli Zaretskii <eliz@gnu.org>
35
36 * fileio.c (Finsert_file_contents): If the file cannot be opened,
37 set its "size" to -1. This will set the modtime_size field of
38 the corresponding buffer to -1, which is what
39 verify-visited-file-modtime expects for files that do not exist.
40 (Bug#9139)
41
422011-09-11 Paul Eggert <eggert@cs.ucla.edu>
43
44 * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls
45 here ...
46 * lisp.h: ... from here. push_key_description is no longer
47 defined in keyboard.c, so its declaration should not be in
48 lisp.h's "Defined in keyboard.c" section, and KEY_DESCRIPTION_SIZE
49 logically belongs with push_key_description.
50
512011-09-10 Paul Eggert <eggert@cs.ucla.edu>
52
53 * buffer.h: Include <sys/types.h> instead of <time.h>.
54 Otherwise, off_t wasn't defined on FreeBSD 9.0-BETA2 i386.
55 Problem reported by Herbert J. Skuhra.
56
572011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
58
59 * xml.c (parse_region): Make the parsing work for
60 non-comment-starting XML files again (bug#9144).
61
622011-09-10 Andreas Schwab <schwab@linux-m68k.org>
63
64 * image.c (gif_load): Fix calculation of bottom and right corner.
65 (Bug#9468)
66
672011-09-10 Eli Zaretskii <eliz@gnu.org>
68
69 * xdisp.c (MAX_DISP_SCAN): Decrease to 250. Prevents sluggish
70 redisplay in small windows.
71
722011-09-09 Eli Zaretskii <eliz@gnu.org>
73
74 * frame.c (x_report_frame_params): Cast to avoid compiler warnings.
75
762011-09-08 Martin Rudalics <rudalics@gmx.at>
77
78 * window.c (Fset_window_prev_buffers, Fset_window_next_buffers):
79 Operate on live windows only.
80
12011-09-08 Juanma Barranquero <lekktu@gmail.com> 812011-09-08 Juanma Barranquero <lekktu@gmail.com>
2 82
3 * emacs.c (my_heap_start): #ifdef to avoid warnings when unused. 83 * emacs.c (my_heap_start): #ifdef to avoid warnings when unused.
@@ -891,7 +971,7 @@
891 971
892 * nsfns.m (as_script, as_result, as_status): New static variables. 972 * nsfns.m (as_script, as_result, as_status): New static variables.
893 (ns_run_ascript): New function. 973 (ns_run_ascript): New function.
894 (Fns_do_applescript): Set variables as_*. Make an NSApplicationDefined 974 (Fns_do_applescript): Set variables as_*. Make an NSApplicationDefined
895 event with data2 set to NSAPP_DATA2_RUNASSCRIPT, post it and then start 975 event with data2 set to NSAPP_DATA2_RUNASSCRIPT, post it and then start
896 the event loop. Get status from as_status (Bug#7276). 976 the event loop. Get status from as_status (Bug#7276).
897 977
@@ -1067,7 +1147,7 @@
1067 1147
1068 * xdisp.c: Remove one-slot cache of display string positions. 1148 * xdisp.c: Remove one-slot cache of display string positions.
1069 (compute_display_string_pos): Accept an additional argument 1149 (compute_display_string_pos): Accept an additional argument
1070 DISP_PROP_P; callers changed. Scan at most 5K characters forward 1150 DISP_PROP_P; callers changed. Scan at most 5K characters forward
1071 for a display string or property. If found, set DISP_PROP_P 1151 for a display string or property. If found, set DISP_PROP_P
1072 non-zero. 1152 non-zero.
1073 1153
@@ -2085,7 +2165,7 @@
2085 (Fput_unicode_property_internal): New functions. 2165 (Fput_unicode_property_internal): New functions.
2086 (syms_of_chartab): DEFSYM Qchar_code_property_table, defsubr 2166 (syms_of_chartab): DEFSYM Qchar_code_property_table, defsubr
2087 Sunicode_property_table_internal, Sget_unicode_property_internal, 2167 Sunicode_property_table_internal, Sget_unicode_property_internal,
2088 and Sput_unicode_property_internal. Defvar_lisp 2168 and Sput_unicode_property_internal. Defvar_lisp
2089 char-code-property-alist. 2169 char-code-property-alist.
2090 2170
2091 * composite.c (CHAR_COMPOSABLE_P): Adjust for the change of 2171 * composite.c (CHAR_COMPOSABLE_P): Adjust for the change of
@@ -2117,7 +2197,7 @@
2117 (store_config_changed_event): Add comment. 2197 (store_config_changed_event): Add comment.
2118 (dpyinfo_valid, store_font_name_changed, map_tool_bar_style) 2198 (dpyinfo_valid, store_font_name_changed, map_tool_bar_style)
2119 (store_tool_bar_style_changed): New functions. 2199 (store_tool_bar_style_changed): New functions.
2120 (store_monospaced_changed): Add comment. Call dpyinfo_valid. 2200 (store_monospaced_changed): Add comment. Call dpyinfo_valid.
2121 (struct xsettings): Move font inside HAVE_XFT. 2201 (struct xsettings): Move font inside HAVE_XFT.
2122 (GSETTINGS_TOOL_BAR_STYLE, GSETTINGS_FONT_NAME): New defines. 2202 (GSETTINGS_TOOL_BAR_STYLE, GSETTINGS_FONT_NAME): New defines.
2123 (GSETTINGS_MONO_FONT): Rename from SYSTEM_MONO_FONT. 2203 (GSETTINGS_MONO_FONT): Rename from SYSTEM_MONO_FONT.
@@ -2126,7 +2206,7 @@
2126 Check for changes in GSETTINGS_TOOL_BAR_STYLE and GSETTINGS_FONT_NAME 2206 Check for changes in GSETTINGS_TOOL_BAR_STYLE and GSETTINGS_FONT_NAME
2127 also. 2207 also.
2128 (GCONF_TOOL_BAR_STYLE, GCONF_FONT_NAME): New defines. 2208 (GCONF_TOOL_BAR_STYLE, GCONF_FONT_NAME): New defines.
2129 (GCONF_MONO_FONT): Rename from SYSTEM_MONO_FONT. Move inside HAVE_XFT. 2209 (GCONF_MONO_FONT): Rename from SYSTEM_MONO_FONT. Move inside HAVE_XFT.
2130 (something_changed_gconfCB): Rename from something_changedCB. 2210 (something_changed_gconfCB): Rename from something_changedCB.
2131 Check for changes in GCONF_TOOL_BAR_STYLE and GCONF_FONT_NAME also. 2211 Check for changes in GCONF_TOOL_BAR_STYLE and GCONF_FONT_NAME also.
2132 (parse_settings): Move check for font inside HAVE_XFT. 2212 (parse_settings): Move check for font inside HAVE_XFT.