aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit firstJan Djärv2012-09-122-14/+33
* | | | Remove unread-command-char.Stefan Monnier2012-09-1211-70/+43
* | | | Fix silent exit upon assertion violation on MS-Windows.Eli Zaretskii2012-09-122-0/+9
* | | | Sync with Tramp 2.2.6.Michael Albinus2012-09-123-1/+12
* | | | Sync with Tramp 2.2.6.Michael Albinus2012-09-123-3/+14
* | | | How to restore a mail from the mailman moderation messageGlenn Morris2012-09-121-0/+10
* | | | Try to keep height of debugger window consistent. (Bug#8789)Martin Rudalics2012-09-122-1/+24
* | | | * image.c (jpeg_memory_src): Don't assume string len fits in unsigned.Paul Eggert2012-09-122-1/+5
* | | | * texinfo.tex: Merge from gnulib.Paul Eggert2012-09-122-23/+30
* | | | * lisp/emacs-lisp/edebug.el (edebug-enter): Don't mess withStefan Monnier2012-09-122-66/+46
* | | | * src/eval.c: Add `inhibit-debugger'.Stefan Monnier2012-09-118-32/+43
* | | | Avoid _setjmp/_longjmp problems with local nonvolatile variables.Paul Eggert2012-09-112-7/+24
* | | | Prefer assignment to memcpy when either will do.Paul Eggert2012-09-1110-12/+25
* | | | * alloc.c (discard_killed_buffers): Tune and simplify a bit.Paul Eggert2012-09-112-12/+15
* | | | Fix 2012-09-11T14:06:33Z!bastien1@free.fr.Bastien Guerry2012-09-111-2/+2
* | | | * nsterm.h: Add delay parameter to updateFrameSize.Jan Djärv2012-09-113-5/+14
* | | | * subr.el (set-temporary-overlay-map): Add a docstring. (bug#12346)Bastien Guerry2012-09-112-0/+10
* | | | Discard killed buffers from deleted window and frame objects.Dmitry Antipov2012-09-115-22/+88
* | | | * minibuffer.el (completion-table-subvert): Fix docstring. (bug#12347)Bastien Guerry2012-09-112-4/+9
* | | | * help-fns.el (describe-variable): Fix typo. (bug#12346)Bastien Guerry2012-09-112-1/+5
* | | | Auto-commit of generated files.Glenn Morris2012-09-112-9/+3
* | | | gnus-notifications.el: add nil checksJulien Danjou2012-09-112-2/+9
* | | | Be more explicit about some Makefile dependenciesGlenn Morris2012-09-112-3/+8
* | | | Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-1113-40/+50
* | | | Fix wrong overhang display for gstring compositions (Bug#12364).YAMAMOTO Mitsuharu2012-09-114-2/+16
* | | | Simplify, document, and port floating-point.Paul Eggert2012-09-1012-236/+105
* | | | * xdisp.c (Qinhibit_debug_on_message): Now static.Paul Eggert2012-09-102-1/+5
* | | | * nsterm.m (ns_update_begin): Set clip path to whole view by usingJan Djärv2012-09-102-0/+14
* | | | * progmodes/sql.el: Version 3.1Michael Mauger2012-09-103-13/+43
* | | | lisp/custom.el (custom-theme-load-confirm): Remove unneeded assignment.Juanma Barranquero2012-09-102-1/+5
* | | | * vc/diff-mode.el (diff-mode-menu): diff-remove-trailing-whitespace.Dan Nicolaescu2012-09-102-0/+7
* | | | Mention diff-remove-trailing-whitespace.Dan Nicolaescu2012-09-101-0/+3
* | | | nt/config.nt: Sync with autogen/config.in.Juanma Barranquero2012-09-102-16/+6
* | | | Auto-commit of generated files.Glenn Morris2012-09-102-53/+1
* | | | * fns.c (Fdelq, Fdelete): Doc fix.Chong Yidong2012-09-102-12/+25
* | | | Parenthesize macro bodies.Paul Eggert2012-09-092-7/+12
* | | | New emacs-lisp-byte-code-mode; misc minor changes.Stefan Monnier2012-09-097-31/+101
* | | | Improve robustness of 'make bootstrap'.Paul Eggert2012-09-096-20/+45
* | | | * lisp/replace.el (replace-regexp-lax-whitespace): New defcustom.Juri Linkov2012-09-103-12/+33
* | | | * src/lisp.h (make_lisp_ptr): New macro to replace XSET.Stefan Monnier2012-09-092-68/+74
* | | | * lisp/eshell/em-unix.el (eshell/sudo): Explicitly drop return value.Stefan Monnier2012-09-093-10/+14
* | | | Avoid leaving traces of cursor when entering linum-mode.Eli Zaretskii2012-09-092-1/+12
* | | | Fix bug #12277 with incomplete redisplay of the vertical border between windows.Eli Zaretskii2012-09-092-0/+11
* | | | Assume C89 or later for math functions.Paul Eggert2012-09-0913-416/+131
* | | | Correct the handling of two c-state-cache state variables.Alan Mackenzie2012-09-092-0/+11
* | | | Remove debug printsJan Djärv2012-09-091-14/+0
* | | | * lisp/register.el (register-separator): Rename fromAndreas Schwab2012-09-093-8/+15
* | | | Clarify descriptions of delq and delete in Lisp manual.Chong Yidong2012-09-092-12/+24
* | | | * minibuf.texi: Fix last change.Chong Yidong2012-09-091-1/+0
* | | | Allow scrolling in y-or-n-p.Chong Yidong2012-09-0910-99/+105