aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * alloc.c (make_save_ptr_ptr): Define this function.Paul Eggert2013-07-212-0/+19
* * nsterm.m (sendEvent:): Skip mouse moved if no dialog and no EmacsJan Djärv2013-07-212-0/+23
* Auto-commit of generated files.Glenn Morris2013-07-211-3/+3
* Avoid vfork-related deadlock more cleanly.Paul Eggert2013-07-203-38/+25
* Spelling fixes.Paul Eggert2013-07-203-3/+3
* lisp/ChangeLog, src/ChangeLog: Fix typos.Juanma Barranquero2013-07-212-11/+11
* lisp/desktop.el: Correctly restore iconified frames.Juanma Barranquero2013-07-212-0/+13
* image-dired.el: use with-current-bufferGlenn Morris2013-07-202-25/+26
* Tweak some message calls in gdb-mi.elGlenn Morris2013-07-202-6/+9
* Merge from emacs-24; up to 2012-12-31T11:35:13Z!rudalics@gmx.atGlenn Morris2013-07-207-17/+31
|\
| * * lisp/image-dired.el (image-dired-track-original-file):Glenn Morris2013-07-202-4/+9
| * * gdb-mi.el (gdb-done-or-error): Guard against "%" in gdb output (tiny change)Richard Copley2013-07-182-1/+6
| * * src/image.c (Fimage_flush): Fix doc typo.Glenn Morris2013-07-152-1/+5
| * ChangeLog fix (no need to merge to trunk)Glenn Morris2013-07-111-1/+1
| * * INSTALL: Try to clarify role of make distclean.Glenn Morris2013-07-091-10/+8
| * Fixes: debbugs:14826Andreas Schwab2013-07-082-1/+5
* | * international/mule.el (coding-system-iso-2022-flags): Fix lastAndreas Schwab2013-07-202-2/+7
* | Fix array bounds violation when pty allocation fails.Paul Eggert2013-07-204-52/+57
* | * lread.c (Fload): Avoid initialization only when lint checking.Paul Eggert2013-07-202-2/+12
* | merge trunkKenichi Handa2013-07-2036-317/+562
|\ \
| * | * lread.c (Fload): Avoid uninitialized warning.Andreas Schwab2013-07-202-2/+6
| * | Fix some minor file descriptor leaks and related glitches.Paul Eggert2013-07-195-35/+61
| * | * alloc.c (staticpro): Avoid buffer overrun on repeated calls.Paul Eggert2013-07-192-2/+7
| * | (decode_coding_utf_8): Add simple loop for fast processing of ASCII characters.Richard M. Stallman2013-07-192-0/+44
| * | * net/shr.el (shr-mouse-browse-url): New command and keystroke.Lars Magne Ingebrigtsen2013-07-192-0/+10
| * | Merge Changes made in Gnus masterGnus developers2013-07-195-18/+23
| * | eww textarea input fixupLars Magne Ingebrigtsen2013-07-192-1/+5
| * | * conf_post.h (RE_TRANSLATE_P) [emacs]: Remove obsolete optimization.Paul Eggert2013-07-192-6/+4
| * | (shr-make-table-1): Ensure that we don't infloop on degenerate widths.Lars Magne Ingebrigtsen2013-07-192-3/+9
| * | * epa.el (epa-popup-info-window): Doc fix.Richard M. Stallman2013-07-192-2/+3
| * | Add a comment.Richard M. Stallman2013-07-191-1/+3
| * | split-string takes a new arg TRIM that's a regexpRichard M. Stallman2013-07-193-15/+55
| * | Fix the fix for bug #14901.Eli Zaretskii2013-07-192-17/+15
| * | * doc/lispref/windows.texi (Display Action Functions): Mention next-window.Xue Fuqiao2013-07-192-0/+8
| * | * sysdep.c [GNU_LINUX]: Fix fd and memory leaks and similar issues.Paul Eggert2013-07-182-140/+164
| * | Fix obscure porting bug with varargs functions.Paul Eggert2013-07-1811-72/+108
| * | lisp/ChangeLog, src/ChangeLog: Fix typos.Juanma Barranquero2013-07-192-7/+7
| * | * keyboard.c: Try to fix typos in previous change.Paul Eggert2013-07-182-4/+18
| * | Followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se.Juanma Barranquero2013-07-185-10/+30
* | | coding.c (decode_coding_iso_2022): Fix previous change.Kenichi Handa2013-07-201-4/+6
* | | mule.el (coding-system-iso-2022-flags): Change 8-bit-level-4'Kenichi Handa2013-07-202-8/+9
* | | * coding.c (CODING_ISO_FLAG_LEVEL_4): New macro.Kenichi Handa2013-07-203-2/+18
* | | * mule.el (coding-system-iso-2022-flags): Add `level-4'. (Bug#8522)Kenichi Handa2013-07-201-2/+9
|/ /
* | gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's that the ...Katsumi Yamaoka2013-07-182-3/+13
* | * filelock.c: Fix unlikely file descriptor leaks.Paul Eggert2013-07-182-6/+8
* | * filenotify.el (file-notify--library): Renamed fromMichael Albinus2013-07-188-29/+80
* | * doc.c: Fix minor memory and file descriptor leaks.Paul Eggert2013-07-182-16/+22
* | * term.c: Fix minor fdopen-related file descriptor leaks.Paul Eggert2013-07-182-24/+23
* | * charset.c: Fix file descriptor leaks and errno issues.Paul Eggert2013-07-176-25/+65
* | * lread.c: Fix file descriptor leaks and errno issues.Paul Eggert2013-07-176-65/+103