aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* * keyboard.c (read_decoded_event_from_main_queue): Reinstitute allocaPaul Eggert2014-09-071-1/+7
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-0/+98
* Remove unused variable EMACS_HEAPSIZE from src/Makefile.in.Eli Zaretskii2014-09-061-1/+5
* * xsmfns.c: Initialize ice_fd.Jan Djärv2014-09-041-0/+7
* Less chatter in 'make' output.Paul Eggert2014-09-031-0/+7
* Clean up initialization and customization of horizontal scroll bars.Martin Rudalics2014-09-031-0/+10
* Merge from emacs-24; up to 2014-07-04T02:28:54Z!dmantipov@yandex.ruGlenn Morris2014-09-021-0/+22
|\
| * Fix bug #18384 with incorrect reporting of row number by posn-col-row.Eli Zaretskii2014-09-021-0/+7
| * * eval.c (internal_lisp_condition_case): Don't overrun the stackPaul Eggert2014-09-011-0/+5
| * Fix cursor display on the fringe of R2L screen lines.Eli Zaretskii2014-08-311-0/+6
| * * src/conf_post.h (strnicmp) [CYGWIN && HAVE_NTGUI]: Define. (Bug#18366)Ken Brown2014-08-301-0/+5
| * Fix bug #18339 with segfault when $ is typed into empty LaTeX buffer.Eli Zaretskii2014-08-281-0/+5
* | Minor cleanup of recent strlen-avoiding patch.Paul Eggert2014-09-021-0/+8
* | * buffer.h (decode_buffer): New function.Dmitry Antipov2014-09-021-0/+8
* | * callproc.c (egetenv_internal): Add arg and rename from egetenv ...Dmitry Antipov2014-09-021-0/+3
* | * fileio.c (CHECK_LENGTH): New macro.Dmitry Antipov2014-09-021-0/+6
* | Avoid extra calls to strlen in filesystem I/O routines.Dmitry Antipov2014-09-011-0/+13
* | src/w32proc.c (w32_compare_strings): Support "C" and "POSIX" locales.Eli Zaretskii2014-09-011-0/+5
* | Fix typo in previous change's ChangeLog.Paul Eggert2014-09-011-1/+1
* | --enable-silent-warnings now suppresses more chatter.Paul Eggert2014-09-011-0/+6
* | Clean up extern decls a bit.Paul Eggert2014-08-311-0/+16
* | Fix cursor drawing in hscrolled R2L screen lines.Eli Zaretskii2014-08-311-0/+9
* | Fix bug#18368 with broken build on AIX due to HYBRID_MALLOC changes.Ken Brown2014-08-301-0/+6
* | Vector-sorting fixes.Paul Eggert2014-08-301-0/+14
* | * sysdep.c (str_collate): Clear errno just before wcscoll(_l).Paul Eggert2014-08-301-0/+6
* | Minor ChangeLog fixes.Eli Zaretskii2014-08-301-1/+1
* | Improve error checking and error messages in string-collation functions.Eli Zaretskii2014-08-301-0/+12
* | * sysdep.c (str_collate) [__STDC_ISO_10646__]: Move up setting errno.Michael Albinus2014-08-291-4/+8
* | * sysdep.c (str_collate): Do not look at errno after towlower_l.Paul Eggert2014-08-291-0/+7
* | Implement case-insensitive and Unicode-compliant collation on MS-Windows.Eli Zaretskii2014-08-291-0/+14
* | Add optional arguments LOCALE and IGNORE-CASE to collation functions.Michael Albinus2014-08-291-0/+11
* | Fix ChangeLog entry.Dmitry Antipov2014-08-291-1/+1
* | Fix last change to support Darwin/OSX (Bug#18354).Dmitry Antipov2014-08-291-0/+5
* | Add vectors support to Fsort.Dmitry Antipov2014-08-291-0/+11
* | Revert x_scroll_bar_handle_click "typo fix".Martin Rudalics2014-08-281-2/+0
* | Add support for HYBRID_MALLOC, allowing the use of gmalloc beforeKen Brown2014-08-281-0/+44
* | Some fixes for scroll bar code.Martin Rudalics2014-08-281-0/+16
* | Merge from emacs-24; up to 2014-07-02T00:57:53Z!juri@jurta.orgGlenn Morris2014-08-271-0/+17
|\ \ | |/
| * Fix unoptimized build on MSDOS.Eli Zaretskii2014-08-251-0/+4
| * src/xdisp.c (handle_stop): Improve commentary.Eli Zaretskii2014-08-181-0/+2
| * Fix bug #18276 with vertical motion through a display property.Eli Zaretskii2014-08-181-0/+5
| * Avoid inflooping in redisplay caused by hscrolled R2L lines.Eli Zaretskii2014-08-171-0/+7
| * Fix bug #18277 with mouse clicks on R2L lines.Eli Zaretskii2014-08-171-0/+5
* | * sysdep.c (LC_COLLATE, LC_COLLATE_MASK): Give individual defaults.Paul Eggert2014-08-271-0/+5
* | Fix bug #18339 with segfault when $ is typed into empty LaTeX buffer.Eli Zaretskii2014-08-271-0/+5
* | Improve robustness of new string-collation code.Paul Eggert2014-08-271-0/+12
* | * lisp.h (str_collate):Michael Albinus2014-08-271-0/+6
* | * src/keyboard.c (Vtop_level_message): Rename toDmitry Antipov2014-08-271-0/+4
* | Fix some glitches in previous change.Dmitry Antipov2014-08-271-0/+9
* | ChangeLog fixesGlenn Morris2014-08-261-3/+4