aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2011-03-29 00:41:01 +0200
committerJuanma Barranquero2011-03-29 00:41:01 +0200
commit461c2ab9a5a244ec9a1b253d07c1a8bdfbd8c573 (patch)
treea702b0c29ce32e78717be01c112889684a0453f6 /src/ChangeLog
parentf6d6298639ae43539581c2079666d76a54f1557e (diff)
downloademacs-461c2ab9a5a244ec9a1b253d07c1a8bdfbd8c573.tar.gz
emacs-461c2ab9a5a244ec9a1b253d07c1a8bdfbd8c573.zip
src/*.c: Remove some additional unused parameters.
* lisp.h (multibyte_char_to_unibyte): * character.c (multibyte_char_to_unibyte): Remove parameter `rev_tbl', unused since 2002-03-01T01:16:34Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org. * character.h (CHAR_TO_BYTE8): * cmds.c (internal_self_insert): * editfns.c (general_insert_function): * keymap.c (push_key_description): * search.c (Freplace_match): * xdisp.c (message_dolog, set_message_1): All callers changed. * coding.c (encode_designation_at_bol): Remove parameter `charbuf_end', unused since 2002-03-01T01:17:24Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org. All callers changed.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index be55ef369b3..1e77a6439e1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12011-03-28 Juanma Barranquero <lekktu@gmail.com>
2
3 * coding.c (encode_designation_at_bol): Remove parameter `charbuf_end',
4 unused since 2002-03-01T01:17:24Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
5 All callers changed.
6
7 * lisp.h (multibyte_char_to_unibyte):
8 * character.c (multibyte_char_to_unibyte): Remove parameter `rev_tbl',
9 unused since 2002-03-01T01:16:34Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
10 * character.h (CHAR_TO_BYTE8):
11 * cmds.c (internal_self_insert):
12 * editfns.c (general_insert_function):
13 * keymap.c (push_key_description):
14 * search.c (Freplace_match):
15 * xdisp.c (message_dolog, set_message_1): All callers changed.
16
12011-03-28 Stefan Monnier <monnier@iro.umontreal.ca> 172011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2 18
3 * keyboard.c (safe_run_hook_funcall): New function. 19 * keyboard.c (safe_run_hook_funcall): New function.
@@ -43,7 +59,7 @@
43 59
44 * nsterm.m (syms_of_nsterm): Use doc: for ns-auto-hide-menu-bar. 60 * nsterm.m (syms_of_nsterm): Use doc: for ns-auto-hide-menu-bar.
45 61
462011-03-27 Anders Lindgren <andlind@gmail.com> 622011-03-27 Anders Lindgren <andlind@gmail.com>
47 63
48 * nsterm.m (ns_menu_bar_is_hidden): New variable. 64 * nsterm.m (ns_menu_bar_is_hidden): New variable.
49 (ns_constrain_all_frames, ns_menu_bar_should_be_hidden) 65 (ns_constrain_all_frames, ns_menu_bar_should_be_hidden)