aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* src/makefile.w32-in ($(BLD)/alloc.$(O)): Update dependencies.Juanma Barranquero2012-09-142-1/+4
* nt/config.nt: Sync with autogen/config.in.Juanma Barranquero2012-09-142-24/+13
* * lisp/dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.Juri Linkov2012-09-142-1/+9
* Update some function declarationsGlenn Morris2012-09-135-6/+13
* * lisp/vc/vc.el: No need to require ediff.Glenn Morris2012-09-132-3/+12
* Use a more backwards-compatible timer format.Paul Eggert2012-09-136-6/+25
* language/chinese.el ("Chinese-GB", "Chinese-BIG5", "Chinese-CNS", "Chinese-EU...Kenichi Handa2012-09-142-4/+12
* * configure.ac: Report Gtk+ 3 as GTK.Jan Djärv2012-09-132-5/+2
* Fix typos in ChangeLogs.Juanma Barranquero2012-09-132-29/+28
* gnus-art.el (gnus-article-stop-animations): Use gnus-timer--function that is ...Katsumi Yamaoka2012-09-133-1/+12
* Auto-commit of generated files.Glenn Morris2012-09-132-56/+116
* * texinfo.tex: Merge from gnulib.Paul Eggert2012-09-132-17/+24
* * configure.ac: Reorder Xaw3d messages.Jan Djärv2012-09-132-1/+6
* * etc/NEWS (--with-x-toolkit): Mention Gtk+ 3 is now default.Jan Djärv2012-09-132-0/+12
* Fix glitches caused by addition of psec to timers.Paul Eggert2012-09-127-4/+28
* Function to mark objects and remove killed buffers at once.Dmitry Antipov2012-09-133-21/+29
* Better workaround for GNOME bug when --enable-gcc-warnings.Paul Eggert2012-09-122-3/+9
* byte-compile-warning-prefix tweakGlenn Morris2012-09-122-0/+9
* * lisp/emacs-lisp/edebug.el (edebug-outside-unread-command-events):Stefan Monnier2012-09-122-7/+10
* Simplify SIGIO usage.Paul Eggert2012-09-1218-233/+171
* * lisp/emacs-lisp/edebug.el: Use lexical-binding.Stefan Monnier2012-09-122-200/+212
* Work around GCC and GNOME bugs when --enable-gcc-warnings.Paul Eggert2012-09-123-0/+22
* More fixes for 'volatile' and setjmp/longjmp.Paul Eggert2012-09-123-79/+144
* Use Isearch lax whitespace mode in Info.Juri Linkov2012-09-122-26/+34
* * 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:[email protected].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