summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2012-06-26* src/alloc.c: Remove build_string.Dmitry Antipov
2012-06-25Use sprintf return value instead of invoking strlen on result.Paul Eggert
2012-06-25Clean out last vestiges of the old HAVE_CONFIG_H stuff.Paul Eggert
2012-06-25Fix misspelling dispextern.h in ChangeLog.Dmitry Antipov
2012-06-25* configure.in (AC_CHECK_FUNCS): Detect library functionsDmitry Antipov
2012-06-25* keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):Andreas Schwab
2012-06-25* xfns.c (xic_create_fontsetname): Remove redundant callsDmitry Antipov
2012-06-25* gtkutil.c (get_utf8_string): Remove redundant assignment.Paul Eggert
2012-06-25* xfns.c (x_window): Remove redundant cast.Paul Eggert
2012-06-25* xmenu.c (xmenu_show, xdialog_show): Explicit cast fromDmitry Antipov
2012-06-24* xterm.c (x_term_init): Build proper-sized _XSETTINGS_Snnn stringPaul Eggert
2012-06-24* process.c: Fix spelling and caps in comments.Paul Eggert
2012-06-24* emacs.c (setpgrp): Remove definition, unused.Dan Nicolaescu
2012-06-24* sysdep.c (setpgrp): Remove definition, not used in this file.Dan Nicolaescu
2012-06-24src/makefile.w32-in: Update dependencies.Juanma Barranquero
2012-06-24Switch from NO_RETURN to C11's _Noreturn.Paul Eggert
2012-06-24Improve port of struct timespec to MS-Windows.Eli Zaretskii
2012-06-23Fix bug when time_t is unsigned and as wide as intmax_t.Paul Eggert
2012-06-23Avoid compiler warnings in comparing time_t.Eli Zaretskii
2012-06-23src/makefile.w32-in: Update dependencies.Juanma Barranquero
2012-06-23src/w32.c (ltime): Add return type and declare static.Juanma Barranquero
2012-06-23* sysdep.c [__FreeBSD__]: Fix more recently-introduced typos.Paul Eggert
2012-06-23Fix a bug in w32-get-locale-info.Eli Zaretskii
2012-06-23Improve and document the language-change event on MS-Windows.Eli Zaretskii
2012-06-23Backport: Really fix bug #11519, by fixing the last change in ralloc.c.Eli Zaretskii
2012-06-23* xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new xg_select.Chong Yidong
2012-06-23Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.Eli Zaretskii
2012-06-23Really fix bug #11519, by fixing the last change in ralloc.c.Eli Zaretskii
2012-06-23* sysdep.c [__FreeBSD__]: Fix recently-introduced typos.Paul Eggert
2012-06-22Support higher-resolution time stamps.Paul Eggert
2012-06-22* xdisp.c (x_consider_frame_title): Revert last change.Chong Yidong
2012-06-22Enlarge NSTATICS to 0x650.Eli Zaretskii
2012-06-21* src/charset.c (init_charset): Make lack of etc/charsets fatal.Glenn Morris
2012-06-20* fileio.c (Fdefault_file_modes): Block input while fiddling with umask.Paul Eggert
2012-06-19Fix misspelling of Dmitry's last name in ChangeLog.Paul Eggert
2012-06-19* src/minibuf.c (Fread_string): Bind minibuffer-completion-table.Stefan Monnier
2012-06-19* alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov
2012-06-19Preserve tty top-frames under various window-changing operations.Chong Yidong
2012-06-18Port byte-code-meter to modern targets.Paul Eggert
2012-06-18Fix return value of `defun' and un-define it.Stefan Monnier
2012-06-18Handle cases where buffer gets killed while running Fkill_buffer (Bug#11665).Martin Rudalics
2012-06-17Fix recently-introduced process.c problems found by static checking.Paul Eggert
2012-06-17Optimization to avoid redisplaying hidden terminal frames.Chong Yidong
2012-06-17Ensure correct ordering of process writes.Troels Nielsen
2012-06-17* lisp.h (eassert): Assume C89 or later.Paul Eggert
2012-06-17* coding.c (produce_chars): Use ptrdiff_t, not int.Paul Eggert
2012-06-17* xterm.c (x_draw_underwave): Check for integer overflow.Paul Eggert
2012-06-17Merge changes from emacs-24; up to 2012-04-26T02:03:19Z!ueno@unixuser.orgChong Yidong
2012-06-16Implement wave-style variant of underlining.Alp Aker
2012-06-16src/makefile.w32-in: Update dependencies.Juanma Barranquero