summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2014-09-10Pacify --enable-gcc-warnings when no window system is used.Paul Eggert
2014-09-10* charset.c (Fget_unused_iso_final_char): Fix subscript error.Paul Eggert
2014-09-10Simplify lisp.h by removing the __COUNTER__ business.Paul Eggert
2014-09-10* nsterm.m (ns_draw_fringe_bitmap): Use the same logic as other terms to dete...Alp Aker
2014-09-10src/w32.c (sys_write): Use SAFE_NALLOCA for the NL -> CRLF translation buffer.Eli Zaretskii
2014-09-10* xterm.c (handle_one_xevent): Add braces to pacify gcc -Wall.Paul Eggert
2014-09-10Detect iconified under Compiz/UnityJan Djärv
2014-09-10* lisp.h (DEFINE_GDB_SYMBOL_ENUM): Remove.Paul Eggert
2014-09-09Improve the experimental local and scoped allocation.Paul Eggert
2014-09-09* nsterm.m (updateFrameSize:, initFrameFromEmacs:)Jan Djärv
2014-09-09Fix the row number mistakenly reported by pos_visible_p in rare cases.Eli Zaretskii
2014-09-09Cleanup last change and make all new stuff conditional.Dmitry Antipov
2014-09-09Add macros to allocate temporary Lisp objects with alloca.Dmitry Antipov
2014-09-09* xterm.c (x_term_init): Consolidate duplicated code.Dmitry Antipov
2014-09-07Merge from emacs-24; up to 2014-07-08T06:24:07Z!eggert@cs.ucla.eduGlenn Morris
2014-09-07Fix bug uncovered by changing alloca to auto buffer.Paul Eggert
2014-09-07* callproc.c (exec_failed) [DOS_NT]: Define a dummy.Paul Eggert
2014-09-07Adjust drag-and-drop fix when window is above top.Paul Eggert
2014-09-07* xselect.c (x_fill_property_data): Handle negative XCDR when dataJan Djärv
2014-09-07Fix bug #18419 with disappearing line numbers when minibuffer is resized.Eli Zaretskii
2014-09-07Fix the MS-Windows build broken by SAFE_ALLOCA changes.Eli Zaretskii
2014-09-07* keyboard.c (read_decoded_event_from_main_queue): Reinstitute allocaPaul Eggert
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert
2014-09-06Remove unused variable EMACS_HEAPSIZE from src/Makefile.in.Eli Zaretskii
2014-09-04Fix bug #18331 with "C-h k C-g" not showing documentation on Windows.Eli Zaretskii
2014-09-04* xsmfns.c: Initialize ice_fd.Jan Djärv
2014-09-03Less chatter in 'make' output.Paul Eggert
2014-09-03Clean up initialization and customization of horizontal scroll bars.Martin Rudalics
2014-09-02Merge from emacs-24; up to 2014-07-04T02:28:54Z!dmantipov@yandex.ruGlenn Morris
2014-09-02Minor cleanup of recent strlen-avoiding patch.Paul Eggert
2014-09-02Fix bug #18384 with incorrect reporting of row number by posn-col-row.Eli Zaretskii
2014-09-02* buffer.h (decode_buffer): New function.Dmitry Antipov
2014-09-02* callproc.c (egetenv_internal): Add arg and rename from egetenv ...Dmitry Antipov
2014-09-01* eval.c (internal_lisp_condition_case): Don't overrun the stackPaul Eggert
2014-09-02* fileio.c (CHECK_LENGTH): New macro.Dmitry Antipov
2014-09-01Avoid extra calls to strlen in filesystem I/O routines.Dmitry Antipov
2014-09-01src/w32proc.c (w32_compare_strings): Support "C" and "POSIX" locales.Eli Zaretskii
2014-09-01Fix typo in previous change's ChangeLog.Paul Eggert
2014-09-01--enable-silent-warnings now suppresses more chatter.Paul Eggert
2014-08-31Clean up extern decls a bit.Paul Eggert
2014-08-31Fix cursor display on the fringe of R2L screen lines.Eli Zaretskii
2014-08-31Fix cursor drawing in hscrolled R2L screen lines.Eli Zaretskii
2014-08-30Fix bug#18368 with broken build on AIX due to HYBRID_MALLOC changes.Ken Brown
2014-08-30Vector-sorting fixes.Paul Eggert
2014-08-30* src/conf_post.h (strnicmp) [CYGWIN && HAVE_NTGUI]: Define. (Bug#18366)Ken Brown
2014-08-30* sysdep.c (str_collate): Clear errno just before wcscoll(_l).Paul Eggert
2014-08-30Minor ChangeLog fixes.Eli Zaretskii
2014-08-30Improve error checking and error messages in string-collation functions.Eli Zaretskii
2014-08-29* sysdep.c (str_collate) [__STDC_ISO_10646__]: Move up setting errno.Michael Albinus
2014-08-29* sysdep.c (str_collate): Do not look at errno after towlower_l.Paul Eggert