aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog85
1 files changed, 80 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 68f3dbdedcb..cd1b74b75f1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12011-04-08 Paul Eggert <eggert@cs.ucla.edu> 12011-04-09 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * eval.c: Port to Windows vsnprintf (Bug#8435). 3 * eval.c: Port to Windows vsnprintf (Bug#8435).
4 Include <limits.h>. 4 Include <limits.h>.
@@ -9,8 +9,6 @@
9 Also, simplify the allocation scheme, by avoiding the need for 9 Also, simplify the allocation scheme, by avoiding the need for
10 calling realloc, and removing the ALLOCATED variable. 10 calling realloc, and removing the ALLOCATED variable.
11 11
122011-04-07 Paul Eggert <eggert@cs.ucla.edu>
13
14 * eval.c (verror): Initial buffer size is 4000 (not 200) bytes. 12 * eval.c (verror): Initial buffer size is 4000 (not 200) bytes.
15 13
16 Remove the doprnt implementation, as Emacs now uses vsnprintf. 14 Remove the doprnt implementation, as Emacs now uses vsnprintf.
@@ -45,8 +43,6 @@
45 43
46 * keyboard.c (access_keymap_keyremap): Print func name, not garbage. 44 * keyboard.c (access_keymap_keyremap): Print func name, not garbage.
47 45
482011-04-06 Paul Eggert <eggert@cs.ucla.edu>
49
50 * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int. 46 * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int.
51 47
52 * xterm.c (x_catch_errors): Remove duplicate declaration. 48 * xterm.c (x_catch_errors): Remove duplicate declaration.
@@ -55,6 +51,85 @@
55 51
56 * xdisp.c, lisp.h (message_nolog): Remove; unused. 52 * xdisp.c, lisp.h (message_nolog): Remove; unused.
57 53
542011-04-09 Chong Yidong <cyd@stupidchicken.com>
55
56 * ftfont.c (get_adstyle_property, ftfont_pattern_entity): Use
57 unsigned char, to match FcChar8 type definition.
58
59 * xterm.c (handle_one_xevent):
60 * xmenu.c (create_and_show_popup_menu):
61 * xselect.c (x_decline_selection_request)
62 (x_reply_selection_request): Avoid type-punned deref of X events.
63
642011-04-09 Eli Zaretskii <eliz@emacstest.gnu.org>
65
66 Fix some uses of `int' instead of EMACS_INT.
67 * search.c (string_match_1, fast_string_match)
68 (fast_c_string_match_ignore_case, fast_string_match_ignore_case)
69 (scan_buffer, find_next_newline_no_quit)
70 (find_before_next_newline, search_command, Freplace_match)
71 (Fmatch_data): Make some `int' variables be EMACS_INT.
72
73 * xdisp.c (display_count_lines): 3rd argument and return value now
74 EMACS_INT. All callers changed.
75 (pint2hrstr): Last argument is now EMACS_INT.
76
77 * coding.c (detect_coding_utf_8, detect_coding_emacs_mule)
78 (detect_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
79 (detect_coding_ccl, detect_coding_charset, decode_coding_utf_8)
80 (decode_coding_utf_16, decode_coding_emacs_mule)
81 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
82 (decode_coding_ccl, decode_coding_charset)
83 <consumed_chars, consumed_chars_base>: Declare EMACS_INT.
84 (decode_coding_iso_2022, decode_coding_emacs_mule)
85 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
86 <char_offset, last_offset>: Declare EMACS_INT.
87 (encode_coding_utf_8, encode_coding_utf_16)
88 (encode_coding_emacs_mule, encode_invocation_designation)
89 (encode_designation_at_bol, encode_coding_iso_2022)
90 (encode_coding_sjis, encode_coding_big5, encode_coding_ccl)
91 (encode_coding_raw_text, encode_coding_charset) <produced_chars>:
92 Declare EMACS_INT.
93 (ASSURE_DESTINATION): Declare more_bytes EMACS_INT.
94 (encode_invocation_designation): Last argument P_NCHARS is now
95 EMACS_INT.
96 (decode_eol): Declare pos_byte, pos, and pos_end EMACS_INT.
97 (produce_chars): from_nchars and to_nchars are now EMACS_INT.
98
99 * coding.h (struct coding_system) <head_ascii>: Declare EMACS_INT.
100 All users changed.
101
102 * ccl.c (Fccl_execute_on_string): Declare some variables
103 EMACS_INT.
104
1052011-04-08 Samuel Thibault <sthibault@debian.org> (tiny change)
106
107 * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).
108
1092011-03-19 Christoph Scholtes <cschol2112@googlemail.com>
110
111 * process.c (Fformat_network_address): Doc fix.
112
1132011-04-08 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
114
115 * xml.c (parse_region): Avoid creating spurious whiespace nodes.
116
1172011-04-08 Chong Yidong <cyd@stupidchicken.com>
118
119 * keyboard.c (read_char): Call Lisp function help-form-show,
120 instead of using internal_with_output_to_temp_buffer.
121 (Qhelp_form_show): New var.
122 (syms_of_keyboard): Use DEFSYM macro.
123
124 * print.c (internal_with_output_to_temp_buffer): Function deleted.
125
126 * lisp.h (internal_with_output_to_temp_buffer): Remove prototype.
127
1282011-04-06 Chong Yidong <cyd@stupidchicken.com>
129
130 * process.c (Flist_processes): Removed to Lisp.
131 (list_processes_1): Deleted.
132
582011-04-06 Eli Zaretskii <eliz@gnu.org> 1332011-04-06 Eli Zaretskii <eliz@gnu.org>
59 134
60 * msdos.c (careadlinkat, careadlinkatcwd): MS-DOS replacements. 135 * msdos.c (careadlinkat, careadlinkatcwd): MS-DOS replacements.