aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/dispnew.c (adjust_decode_mode_spec_buffer): Use 'int' instead of 'ssize_t'.Eli Zaretskii2014-10-022-1/+6
* Merge from emacs-24Stefan Monnier2014-10-022-12/+27
|\
| * ChangeLog whitespace triviaGlenn Morris2014-10-011-2/+2
| * * xfaces.c (Finternal_set_lisp_face_attribute): Added FIXME comment.Jan Djärv2014-10-012-0/+8
| * * xfaces.c (Finternal_set_lisp_face_attribute): Don't try toJan Djärv2014-10-012-11/+19
* | * alloc.c (mark_overlay): Assume that overlay boundaries areDmitry Antipov2014-10-023-25/+18
* | * src/lisp.h: Fix up compilation for USE_STACK_LISP_OBJECTS=false.Stefan Monnier2014-10-022-1/+3
* | Consolidate management/ownership of selections.Stefan Monnier2014-10-012-29/+19
* | Commit forgotten ChangeLog filesStefan Monnier2014-10-011-0/+4
* | Consolidate x-select-text.Stefan Monnier2014-10-011-1/+3
* | Don't modify the process's command name passed to start-process on MS-Windows.Eli Zaretskii2014-10-012-0/+15
* | Revert the changes in 2014-10-01T02:25:40Z!eggert@cs.ucla.edu.Eli Zaretskii2014-10-012-4/+1
* | * gtkutil.c (xg_set_toolkit_horizontal_scroll_bar_thumb):Dmitry Antipov2014-10-012-7/+13
* | Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-3028-214/+314
* | * dispnew.c (adjust_decode_mode_spec_buffer): Prefer ptrdiff_tPaul Eggert2014-09-302-1/+6
* | Merge from emacs-24Stefan Monnier2014-09-306-52/+156
|\ \ | |/
| * Fix creation of frames on MS-Windows: don't cons Lisp objects in input thread.Eli Zaretskii2014-09-302-17/+44
| * Spelling fix.Paul Eggert2014-09-291-1/+1
| * Fix bug #18545 with lack of scrolling a window when point goes out of view.Eli Zaretskii2014-09-293-11/+64
| * Fix bug #18528 with crashes at startup during frameset restoration.Eli Zaretskii2014-09-243-32/+58
* | * alloc.c: Remove now-unnecessary check.Paul Eggert2014-09-302-6/+4
* | * xterm.c (x_term_init): Allocate temps on stack, not on heap.Paul Eggert2014-09-302-10/+9
* | * frame.c (x_set_frame_parameters): Port --enable-gcc-warningsPaul Eggert2014-09-302-1/+4
* | Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-2924-203/+201
* | Follow-up to renaming v24.5 to 25.1.Eli Zaretskii2014-09-292-1/+5
* | Rename 24.5 to 25.1Stefan Monnier2014-09-291-2/+1
* | Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-2926-231/+119
* | * src/sheap.c (bss_sbrk_buffer_beg): Remove redundant variable.Ken Brown2014-09-283-4/+8
* | Fix implementation of HYBRID_MALLOC on Cygwin.Ken Brown2014-09-273-4/+14
* | * lisp/subr.el (track-mouse): New macro.Stefan Monnier2014-09-272-8/+7
* | Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.Stefan Monnier2014-09-262-0/+5
* | * xfns.c (x_default_scroll_bar_color_parameter):Paul Eggert2014-09-262-0/+8
* | src/w32term.h (ALIGN_STACK): Fix the cpp condition.Ken Brown2014-09-262-1/+5
* | Don't use USE_STACK_LISP_OBJECTS on Windows with GCC older than 4.2.Eli Zaretskii2014-09-252-1/+10
* | src/w32term.h (ALIGN_STACK): Fix a typo in last commit.Eli Zaretskii2014-09-251-1/+1
* | * xterm.c (x_new_font): Fix typo introduced by the recent dead code removal.Dmitry Antipov2014-09-251-1/+1
* | * lisp.h (toplevel): Adjust comment around USE_STACK_LISP_OBJECTS.Dmitry Antipov2014-09-251-12/+11
* | Default to stack objects on DOS_NT platforms as well.Eli Zaretskii2014-09-257-24/+57
* | Remove code left dead after 2014-07-27 changes.Martin Rudalics2014-09-258-477/+12
* | Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-2425-30/+150
* | Default to stack objects on non-GNU/Linux, non-DOS_NT platforms.Paul Eggert2014-09-242-5/+9
* | Avoid signed integer overflow when converting Time to ptrdiff_t.Paul Eggert2014-09-244-7/+42
* | * keyboard.c (make_lispy_event): Avoid unnecessary testsPaul Eggert2014-09-242-23/+26
* | * lisp.h (toplevel) [!USE_STACK_LISP_OBJECTS]: Fix poorly nestedKen Brown2014-09-241-3/+3
* | * lisp.h (USE_STACK_LISP_OBJECTS): Enable by default if GNU_LINUXDmitry Antipov2014-09-242-2/+16
* | * chartab.c (uniprop_encode_value_numeric):Dmitry Antipov2014-09-244-19/+17
* | Fix fallout on MinGW64 from the previous commit.Eli Zaretskii2014-09-244-7/+21
* | * termhooks.h (enum scroll_bar_part): Begin from 0 to allow...Dmitry Antipov2014-09-249-60/+81
* | Fix some slow uses and misuses of strcat.Paul Eggert2014-09-236-13/+25
* | * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert2014-09-2314-18/+27