aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* * xterm.c (x_term_init): Allocate temps on stack, not on heap.Paul Eggert2014-09-301-0/+2
* * frame.c (x_set_frame_parameters): Port --enable-gcc-warningsPaul Eggert2014-09-301-0/+3
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-291-0/+41
* Follow-up to renaming v24.5 to 25.1.Eli Zaretskii2014-09-291-0/+4
* Rename 24.5 to 25.1Stefan Monnier2014-09-291-2/+1
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-0/+25
* * src/sheap.c (bss_sbrk_buffer_beg): Remove redundant variable.Ken Brown2014-09-281-0/+5
* Fix implementation of HYBRID_MALLOC on Cygwin.Ken Brown2014-09-271-0/+8
* * lisp/subr.el (track-mouse): New macro.Stefan Monnier2014-09-271-0/+3
* Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.Stefan Monnier2014-09-261-0/+4
* * xfns.c (x_default_scroll_bar_color_parameter):Paul Eggert2014-09-261-0/+6
* src/w32term.h (ALIGN_STACK): Fix the cpp condition.Ken Brown2014-09-261-0/+4
* Don't use USE_STACK_LISP_OBJECTS on Windows with GCC older than 4.2.Eli Zaretskii2014-09-251-0/+3
* Default to stack objects on DOS_NT platforms as well.Eli Zaretskii2014-09-251-0/+19
* Remove code left dead after 2014-07-27 changes.Martin Rudalics2014-09-251-0/+11
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-0/+50
* Default to stack objects on non-GNU/Linux, non-DOS_NT platforms.Paul Eggert2014-09-241-0/+5
* Avoid signed integer overflow when converting Time to ptrdiff_t.Paul Eggert2014-09-241-0/+11
* * keyboard.c (make_lispy_event): Avoid unnecessary testsPaul Eggert2014-09-241-0/+6
* * lisp.h (USE_STACK_LISP_OBJECTS): Enable by default if GNU_LINUXDmitry Antipov2014-09-241-0/+3
* * chartab.c (uniprop_encode_value_numeric):Dmitry Antipov2014-09-241-0/+5
* Fix fallout on MinGW64 from the previous commit.Eli Zaretskii2014-09-241-0/+13
* * termhooks.h (enum scroll_bar_part): Begin from 0 to allow...Dmitry Antipov2014-09-241-0/+20
* Fix some slow uses and misuses of strcat.Paul Eggert2014-09-231-0/+11
* * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert2014-09-231-0/+5
* * dispextern.h, xdisp.c (window_box_right_offset): Now static.Paul Eggert2014-09-231-0/+4
* Use known length of a Lisp string to copy it faster.Dmitry Antipov2014-09-231-1/+18
* Fix SAFE_ALLOCA to not exhaust the stack when in a loop.Paul Eggert2014-09-221-0/+14
* Merge from emacs-24Stefan Monnier2014-09-221-79/+151
|\
| * On OSX, do not free font-specific data more than once (Bug#18501).Dmitry Antipov2014-09-221-0/+6
| * * configure.ac: Increase headerpad_extra to 1000, update the commentDavid Caldwell2014-09-211-0/+4
| * * src/image.c (imagemagick_load_image): Add delay to imagemagick metadata.Juri Linkov2014-09-181-0/+5
| * Clarify the doc strings of mouse-position and set-mouse-position.Eli Zaretskii2014-09-181-0/+3
| * Fix bug #18490 with redisplay of other windows showing a narrowed buffer.Eli Zaretskii2014-09-181-0/+5
| * Fix display of hollow-box and hbar cursors on r2L lines.Eli Zaretskii2014-09-161-0/+6
| * Fix block cursor display in R2L lines.Eli Zaretskii2014-09-161-0/+8
| * Prefer ptrdiff_t to int and avoid integer overflows.Dmitry Antipov2014-09-161-0/+6
| * Always use matched specpdl entry to record call arguments (Bug#18473).Dmitry Antipov2014-09-161-0/+11
| * Fix display of R2L lines in partial-width windows.Eli Zaretskii2014-09-151-0/+14
* | Fix bug #18516 with SIGSEGV in expand-file-name.Eli Zaretskii2014-09-221-0/+6
* | Avoid extra call to oblookup when interning symbols.Dmitry Antipov2014-09-221-0/+9
* | Minor improvements to new stack-allocated Lisp objects.Paul Eggert2014-09-211-0/+12
* | More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS.Dmitry Antipov2014-09-181-0/+17
* | Port USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64.Paul Eggert2014-09-171-3/+3
* | Port USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64.Paul Eggert2014-09-171-0/+8
* | * unexmacosx.c (copy_data_segment): Port to GCC 4.6+.Samuel Bronson2014-09-171-0/+4
* | Fix minor problems found by static checking.Paul Eggert2014-09-171-0/+8
* | Avoid clang-specific warnings.Dmitry Antipov2014-09-171-0/+6
* | For symbols, use address as hash code.Daniel Colascione2014-09-161-0/+4
* | Avoid more integer overflows on string size calculations.Dmitry Antipov2014-09-161-0/+5