aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Fix bug #14881 with scrolling images smaller than the window height.Eli Zaretskii2013-07-172-5/+16
* A few more minor file errno-reporting bugs.Paul Eggert2013-07-165-8/+41
* src/w32fns.c (unwind_create_tip_frame): Fix declaration.Juanma Barranquero2013-07-172-1/+5
* Fix w32 bug with call-process-region.Paul Eggert2013-07-162-7/+11
* Fix bug where insert-file-contents closes a file twice.Paul Eggert2013-07-163-19/+25
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-1637-432/+445
* * lisp/progmodes/ruby-mode.el (ruby-block-beg-keywords): Inline.Dmitry Gutov2013-07-162-22/+22
* Be simpler and more consistent about reporting I/O errors.Paul Eggert2013-07-166-35/+42
* * fileio.c (report_file_errno): Fix errno reporting bug.Paul Eggert2013-07-1612-71/+74
* Fix minor problems found by --enable-gcc-warnings.Paul Eggert2013-07-163-3/+9
* * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): Do notDmitry Gutov2013-07-162-1/+6
* Stop cursor blink after blink-cursor-blinks (10), stop timers when not blinking.Jan Djärv2013-07-1610-16/+184
* Fix porting bug to older POSIXish platforms.Paul Eggert2013-07-168-7/+28
* Fix the introduction of `set-frame-selected-window''s arguments.Xue Fuqiao2013-07-162-4/+8
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-1545-426/+417
* Spelling fixes for "does not exists".Paul Eggert2013-07-155-6/+6
* * lisp/edmacro.el (edmacro-format-keys): Fix previous change.Glenn Morris2013-07-152-1/+6
* * callproc.c (Fcall_process_region): Fix minor race and tune.Paul Eggert2013-07-142-59/+92
* * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.Paul Eggert2013-07-143-15/+15
* lisp/simple.el (define-alternatives): Rename from alternatives-define.Juanma Barranquero2013-07-152-3/+8
* lisp/desktop.el (desktop-restore-frames): Change default to t.Juanma Barranquero2013-07-153-92/+448
* * filelock.c (create_lock_file) [!HAVE_MKOSTEMP && !HAVE_MKSTEMP]:Paul Eggert2013-07-142-7/+6
* * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.Michael Albinus2013-07-142-1/+6
* Spelling fixes.Paul Eggert2013-07-134-4/+4
* * callproc.c (child_setup, relocate_fd) [!DOS_NT]:Paul Eggert2013-07-133-13/+13
* * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): HighlightDmitry Gutov2013-07-132-0/+10
* progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13Alan Mackenzie2013-07-132-14/+24
* Prevent leak in GDI objects (bug #14850).Eli Zaretskii2013-07-132-1/+7
* Improve the documentation of prefer-utf-8 and related issues.Eli Zaretskii2013-07-134-12/+49
* Fix bug #14822 with decoding when inhibit-null-byte-detection is non-nil.Eli Zaretskii2013-07-132-0/+8
* Auto-commit of generated files.Glenn Morris2013-07-131-38/+44
* * deps.mk (sysdep.o): Remove dependency on ../lib/ignore-value.h.Paul Eggert2013-07-132-1/+5
* Fix bug #14838 with slow scrolling with certain fonts.Eli Zaretskii2013-07-132-4/+15
* * ido.el (ido-read-file-name): Guard against non-symbol value.Leo Liu2013-07-132-3/+11
* * lisp/progmodes/python.el (python-imenu--build-tree): Fix corner caseFabián Ezequiel Gallina2013-07-124-2/+64
* * NEWS: Mention new value for ido-use-virtual-buffers.Leo Liu2013-07-132-0/+6
* * ido.el (ido-exhibit): Handle ido-enter-matching-directory beforeLeo Liu2013-07-132-5/+10
* Don't lose top specpdl entry when memory is exhausted.Paul Eggert2013-07-122-23/+41
* * configure.ac: Simplify --with-file-notification handling.Paul Eggert2013-07-122-56/+47
* ChangeLog fixGlenn Morris2013-07-121-3/+5
* * progmodes/ruby-mode.el (ruby-font-lock-keywords): Simplify the lastDmitry Gutov2013-07-131-5/+2
* * configure.ac: Further fix.Glenn Morris2013-07-121-0/+1
* * configure.ac: Fix goofs in previous.Glenn Morris2013-07-121-3/+7
* * lisp/progmodes/ruby-mode.el (ruby-percent-literals-beg-re):Dmitry Gutov2013-07-132-5/+20