aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | More debugging aids around GCPROs.Dmitry Antipov2014-09-111-0/+5
* | * lisp.h (make_local_string): Nitpick indent.Dmitry Antipov2014-09-111-0/+5
* | Pacify --enable-gcc-warnings when no window system is used.Paul Eggert2014-09-101-0/+15
* | * charset.c (Fget_unused_iso_final_char): Fix subscript error.Paul Eggert2014-09-101-0/+7
* | Simplify lisp.h by removing the __COUNTER__ business.Paul Eggert2014-09-101-0/+10
* | * nsterm.m (ns_draw_fringe_bitmap): Use the same logic as other terms to dete...Alp Aker2014-09-101-0/+5
* | src/w32.c (sys_write): Use SAFE_NALLOCA for the NL -> CRLF translation buffer.Eli Zaretskii2014-09-101-0/+5
* | * xterm.c (handle_one_xevent): Add braces to pacify gcc -Wall.Paul Eggert2014-09-101-0/+4
* | Detect iconified under Compiz/UnityJan Djärv2014-09-101-0/+5
* | * lisp.h (DEFINE_GDB_SYMBOL_ENUM): Remove.Paul Eggert2014-09-101-0/+10
* | Improve the experimental local and scoped allocation.Paul Eggert2014-09-091-0/+27
* | Cleanup last change and make all new stuff conditional.Dmitry Antipov2014-09-091-0/+9
* | Add macros to allocate temporary Lisp objects with alloca.Dmitry Antipov2014-09-091-0/+12
* | * xterm.c (x_term_init): Consolidate duplicated code.Dmitry Antipov2014-09-091-0/+7
* | Merge from emacs-24; up to 2014-07-08T06:24:07Z!eggert@cs.ucla.eduGlenn Morris2014-09-071-0/+10
|\ \ | |/
| * Fix bug #18419 with disappearing line numbers when minibuffer is resized.Eli Zaretskii2014-09-071-0/+6
| * Fix bug #18331 with "C-h k C-g" not showing documentation on Windows.Eli Zaretskii2014-09-041-0/+6
* | Fix bug uncovered by changing alloca to auto buffer.Paul Eggert2014-09-071-0/+10
* | * callproc.c (exec_failed) [DOS_NT]: Define a dummy.Paul Eggert2014-09-071-0/+4
* | Adjust drag-and-drop fix when window is above top.Paul Eggert2014-09-071-0/+7
* | * xselect.c (x_fill_property_data): Handle negative XCDR when dataJan Djärv2014-09-071-0/+5
* | Fix the MS-Windows build broken by SAFE_ALLOCA changes.Eli Zaretskii2014-09-071-0/+7
* | * 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