aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lisp/find-cmd.el (find-cmd): Use grep's `find-program'.Stefan Monnier2014-09-245-16/+28
* * keyboard.c (make_lispy_event): Avoid unnecessary testsPaul Eggert2014-09-242-23/+26
* Newsticker: Add commands to rearrange treeview groups and document them. (Bug...Ulf Jasper2014-09-248-198/+688
* * 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
* movemail: don't dump core if the current time is outlandishPaul Eggert2014-09-232-11/+19
* Merge from gnulib.Paul Eggert2014-09-233-5/+12
* * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert2014-09-2314-18/+27
* * dispextern.h, xdisp.c (window_box_right_offset): Now static.Paul Eggert2014-09-233-2/+5
* Use known length of a Lisp string to copy it faster.Dmitry Antipov2014-09-2314-15/+41
* Auto-commit of loaddefs files.Glenn Morris2014-09-231-1/+1
* Fix SAFE_ALLOCA to not exhaust the stack when in a loop.Paul Eggert2014-09-223-6/+25
* Merge from emacs-24Stefan Monnier2014-09-2220-182/+342
|\
| * On OSX, do not free font-specific data more than once (Bug#18501).Dmitry Antipov2014-09-222-13/+24
| * * configure.ac: Increase headerpad_extra to 1000, update the commentDavid Caldwell2014-09-214-5/+18
| * Add the missing last name to ChangeLogDmitry Gutov2014-09-191-1/+1
| * Clarify url-http and url-retrieve-internal docstringsDmitry Gutov2014-09-193-4/+10
| * * src/image.c (imagemagick_load_image): Add delay to imagemagick metadata.Juri Linkov2014-09-182-0/+11
| * Do not call egrep to determine emacs version in EDE.David Engster2014-09-182-7/+8
| * Clarify the doc strings of mouse-position and set-mouse-position.Eli Zaretskii2014-09-182-6/+10
| * Fix bug #18490 with redisplay of other windows showing a narrowed buffer.Eli Zaretskii2014-09-182-0/+11
| * Fix `fit-window-to-buffer' (Bug#18498).Kan-Ru Chen2014-09-182-5/+11
| * Fix display of hollow-box and hbar cursors on r2L lines.Eli Zaretskii2014-09-163-4/+31
| * Fix block cursor display in R2L lines.Eli Zaretskii2014-09-163-2/+10
| * Prefer ptrdiff_t to int and avoid integer overflows.Dmitry Antipov2014-09-164-3/+9
| * Always use matched specpdl entry to record call arguments (Bug#18473).Dmitry Antipov2014-09-163-34/+40
| * src/dispextern.h: Commentary fix.Eli Zaretskii2014-09-151-1/+3
| * Fix display of R2L lines in partial-width windows.Eli Zaretskii2014-09-152-13/+57
* | oopsSam Steingold2014-09-221-0/+1
* | (sql-execute): Use `special-mode'.Sam Steingold2014-09-221-1/+5
* | (sql-product-alist): Improve the Vertica entry.Sam Steingold2014-09-222-3/+6
* | Add pcase-defmacro, as well as `quote' and `app' patterns.Stefan Monnier2014-09-225-215/+294
|\ \
| * | * lisp/loadup.el: Increase max-lisp-eval-depth while macroexpanding macroexp.Stefan Monnier2014-09-222-1/+4
| * | * lisp/emacs-lisp/pcase.el: Allow (F . ARGS) in `app' patterns.Stefan Monnier2014-09-223-49/+54
| * | * lisp/emacs-lisp/pcase.el: Use pcase-defmacro to handle backquote.Stefan Monnier2014-09-222-147/+61
| * | * lisp/emacs-lisp/pcase.el (pcase--match): New smart-constructor function.Stefan Monnier2014-09-223-71/+99
| * | * lisp/emacs-lisp/pcase.el (pcase-defmacro): New macro.Stefan Monnier2014-09-223-1/+31
| * | Add support for `quote' and `app'.Stefan Monnier2014-09-224-1/+105
* | | Fix bug #18516 with SIGSEGV in expand-file-name.Eli Zaretskii2014-09-222-0/+9
|/ /
* | Use lexical-bindin in Ibuffer.Stefan Monnier2014-09-224-45/+56
* | * lisp/font-lock.el (font-lock-compile-keyword): Don't confuse a lambdaStefan Monnier2014-09-222-2/+5
* | * lisp/emacs-lisp/bytecomp.el (byte-compile-lambda): Don't add fundoc usageStefan Monnier2014-09-222-2/+8
* | * lisp/mpc.el (mpc-data-directory): Use locate-user-emacs-file.Stefan Monnier2014-09-222-8/+14
* | Avoid extra call to oblookup when interning symbols.Dmitry Antipov2014-09-225-54/+57