aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7917953d09a..142415622ff 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,38 @@
12014-06-17 Paul Eggert <eggert@cs.ucla.edu>
2
3 Omit redundant extern decls.
4 Most of this patch is from Dmitry Antipov, in:
5 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00263.html
6 * commands.h (update_mode_lines):
7 * frame.h (Qbackground_color, Qforeground_color)
8 (x_set_menu_bar_lines):
9 * ftfont.c (ftfont_font_format):
10 * intervals.h (Qkeymap, Qfont):
11 * keyboard.c (timer_check, safe_run_hooks, Qregion_extract_function):
12 * lisp.h (Ffboundp, Qnil, Qt, Qlambda, Qintegerp, Qwholenump)
13 (Qsymbolp, Qlisp, Qconsp, Qstringp, Qarrayp, Qbufferp, Qmarkerp)
14 (Qvectorp, Qbuffer_or_string_p, Qchar_table_p, Qvector_or_char_table_p)
15 (Qfloatp, Qnumberp, Qfont_spec, Qfont_entity, Qfont_object)
16 (Fbyteorder, wrong_type_argument, Fmax_char, syms_of_composite)
17 (Fidentity, extract_float, init_display, syms_of_display, Qdisplay):
18 (Qimage, Qbox, redisplay_preserve_echo_area, char_table_ref)
19 (char_table_set, char_table_translate, Qautoload, Qbottom, Qtop)
20 (Qvisible, Qfont, Qfront_sticky, Qrear_nonsticky, init_sigio)
21 (Qtool_bar, Qheader_line):
22 * macros.c (Fexecute_kbd_macro):
23 * xdisp.c (Ftool_bar_height, Ftool_bar_height):
24 * xterm.c (x_delete_terminal, XSetIMValues):
25 * xterm.h (x_set_window_size, x_query_color, x_get_focus_frame)
26 (x_implicitly_set_name, popup_activated)
27 (widget_store_internal_border):
28 Remove redundant decls.
29 * frame.c [USE_X_TOOLKIT]: Include widget.h.
30 * keyboard.c (Fexit_recursive_edit, Fabort_recursive_edit):
31 Remove _Noreturn, as make-docfile now does that for us.
32 * lisp.h (DEFUN): Don't declare fnname here; rely on make-docfile.
33 (Qregion_extract_function): New decl.
34 * window.c, xfns.c: Include menu.h.
35
12014-06-17 Stefan Monnier <monnier@iro.umontreal.ca> 362014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2 37
3 * callint.c (Fcall_interactively): Fix up last change (bug#17701). 38 * callint.c (Fcall_interactively): Fix up last change (bug#17701).