aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-10-03 00:41:23 -0400
committerStefan Monnier2013-10-03 00:41:23 -0400
commit328a8179fec33f5a75e2cfe22e43f4ec0df770b7 (patch)
tree1c58ada4da59ca904b6afba923eb6159665a1655 /src/ChangeLog
parent15a1e936a0c2bf239d71239bb9899a9177599973 (diff)
downloademacs-328a8179fec33f5a75e2cfe22e43f4ec0df770b7.tar.gz
emacs-328a8179fec33f5a75e2cfe22e43f4ec0df770b7.zip
* lisp/subr.el (decode-char, encode-char): Use advertised-calling-convention
instead of the docstring to discourage use of the `restriction' arg. (error): Use `declare'. * src/charset.c (Fdecode_char, Fencode_char): Remove description of `restriction' arg. now that it's hidden by advertised-calling-convention.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6af5b2ee086..c201df19851 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,12 @@
12013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * charset.c (Fdecode_char, Fencode_char): Remove description of
4 `restriction' arg. now that it's hidden by advertised-calling-convention.
5
12013-10-02 Jan Djärv <jan.h.d@swipnet.se> 62013-10-02 Jan Djärv <jan.h.d@swipnet.se>
2 7
3 * macfont.m (mac_ctfont_create_preferred_family_for_attributes): Remove 8 * macfont.m (mac_ctfont_create_preferred_family_for_attributes):
4 unised variable (from mac-port). 9 Remove unused variable (from mac-port).
5 (macfont_draw): Use s->ybase for correct y position. 10 (macfont_draw): Use s->ybase for correct y position.
6 11
72013-10-02 Dmitry Antipov <dmantipov@yandex.ru> 122013-10-02 Dmitry Antipov <dmantipov@yandex.ru>
@@ -52,7 +57,7 @@
52 (ns_term_init): Remove assignment of ns_selection_color, logic 57 (ns_term_init): Remove assignment of ns_selection_color, logic
53 moved to ns_get_color. 58 moved to ns_get_color.
54 59
55 * nsterm.h (NS_SELECTION_BG_COLOR_DEFAULT): Renamed from 60 * nsterm.h (NS_SELECTION_BG_COLOR_DEFAULT): Rename from
56 NS_SELECTION_COLOR_DEFAULT. 61 NS_SELECTION_COLOR_DEFAULT.
57 (NS_SELECTION_FG_COLOR_DEFAULT): New. 62 (NS_SELECTION_FG_COLOR_DEFAULT): New.
58 63
@@ -240,8 +245,8 @@
240 (vroundup_ct): New macro. 245 (vroundup_ct): New macro.
241 (vroundup): Assume argument >= 0; invoke vroundup_ct. 246 (vroundup): Assume argument >= 0; invoke vroundup_ct.
242 * casetab.c (shuffle,set_identity): Change lint_assume to assume. 247 * casetab.c (shuffle,set_identity): Change lint_assume to assume.
243 * composite.c (composition_gstring_put_cache): Change 248 * composite.c (composition_gstring_put_cache):
244 lint_assume to assume. 249 Change lint_assume to assume.
245 * conf_post.h (assume): New macro. 250 * conf_post.h (assume): New macro.
246 (lint_assume): Remove. 251 (lint_assume): Remove.
247 * dispnew.c (update_frame_1): Change lint_assume to assume. 252 * dispnew.c (update_frame_1): Change lint_assume to assume.