]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2013-07-25 Grégoire Jadi* lisp/xwidget.el (xwidget-delete-zombies): Rewrite...
2013-07-19 Joakim VeronaMerge branch 'trunk' into xwidget
2013-07-19 Paul EggertFix some minor file descriptor leaks and related glitches.
2013-07-19 Paul Eggert* alloc.c (staticpro): Avoid buffer overrun on repeated...
2013-07-19 Richard M.... (decode_coding_utf_8): Add simple loop for fast process...
2013-07-19 Lars Magne... * net/shr.el (shr-mouse-browse-url): New command and...
2013-07-19 Gnus developersMerge Changes made in Gnus master
2013-07-19 Lars Magne... eww textarea input fixup
2013-07-19 Paul Eggert* conf_post.h (RE_TRANSLATE_P) [emacs]: Remove obsolete...
2013-07-19 Lars Magne... (shr-make-table-1): Ensure that we don't infloop on...
2013-07-19 Richard M.... * epa.el (epa-popup-info-window): Doc fix.
2013-07-19 Richard M.... Add a comment.
2013-07-19 Richard M.... split-string takes a new arg TRIM that's a regexp
2013-07-19 Eli ZaretskiiFix the fix for bug #14901.
2013-07-19 Xue Fuqiao* doc/lispref/windows.texi (Display Action Functions...
2013-07-19 Paul Eggert* sysdep.c [GNU_LINUX]: Fix fd and memory leaks and...
2013-07-19 Paul EggertFix obscure porting bug with varargs functions.
2013-07-19 Juanma Barranquerolisp/ChangeLog, src/ChangeLog: Fix typos.
2013-07-18 Paul Eggert* keyboard.c: Try to fix typos in previous change.
2013-07-18 Joakim VeronaMerge pull request #8 from daimrod/gdbinit-xwidget
2013-07-18 Joakim VeronaMerge pull request #7 from daimrod/fix-image-mode-inter...
2013-07-18 Joakim VeronaMerge pull request #9 from daimrod/quickfix-cairo-view
2013-07-18 Grégoire Jadi* lisp/xwidget.el: Fix the interaction between `image...
2013-07-18 Grégoire Jadi* src/xwidget.c (xwidget_init_view): Prevent an error...
2013-07-18 Juanma BarranqueroFollowup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se.
2013-07-18 Grégoire Jadi* test/automated/test-xwidget.el: Add XWidget test...
2013-07-18 Grégoire Jadi* src/xwidget.c (Fset_frame_visible): Hack to force...
2013-07-18 Grégoire Jadi* lisp/emacs-parallel/parallel.el lisp/emacs-parallel...
2013-07-18 Katsumi Yamaokagnus-art.el (gnus-shr-put-image): Make it work as well...
2013-07-18 Paul Eggert* filelock.c: Fix unlikely file descriptor leaks.
2013-07-18 Michael Albinus* filenotify.el (file-notify--library): Renamed from
2013-07-18 Paul Eggert* doc.c: Fix minor memory and file descriptor leaks.
2013-07-18 Grégoire Jadi* src/xwidget.h (xwidget): Remove old todo.
2013-07-18 Grégoire Jadi* src/xwidget.c (Fxwidget_info): Fix a regression intro...
2013-07-18 Grégoire Jadi* src/xwidget.c (Fxwidget_delete_zombies): Re-implement...
2013-07-18 Paul Eggert* term.c: Fix minor fdopen-related file descriptor...
2013-07-18 Paul Eggert* charset.c: Fix file descriptor leaks and errno issues.
2013-07-17 Paul Eggert* lread.c: Fix file descriptor leaks and errno issues.
2013-07-17 Eli ZaretskiiFix bug #14881 with scrolling images smaller than the...
2013-07-17 Paul EggertA few more minor file errno-reporting bugs.
2013-07-16 Juanma Barranquerosrc/w32fns.c (unwind_create_tip_frame): Fix declaration.
2013-07-16 Paul EggertFix w32 bug with call-process-region.
2013-07-16 Paul EggertFix bug where insert-file-contents closes a file twice.
2013-07-16 Paul EggertNew unwind-protect flavors to better type-check C callb...
2013-07-16 Dmitry Gutov* lisp/progmodes/ruby-mode.el (ruby-block-beg-keywords...
2013-07-16 Paul EggertBe simpler and more consistent about reporting I/O...
2013-07-16 Grégoire Jadi* src/.gdbinit (xxwidget): Add an optional parameter.
2013-07-16 Grégoire Jadi* src/xwidget.c (Fmake_xwidget): Set the initial value...
2013-07-16 Grégoire Jadi* src/xwidget.c: Add a `query-on-exit' flag to determin...
2013-07-16 Grégoire Jadi* src/xwidget.c (kill_buffer_xwidgets): Cleanup OSR...
2013-07-16 Grégoire Jadi* src/xwidget.c (Fxwidget_view_lookup): Bring `xwidget...
2013-07-16 Grégoire Jadi* src/xwidget.c (Fxwidget_view_model, Fxwidget_view_win...
2013-07-16 Grégoire Jadi* src/xwidget.c: Fix indentation.
2013-07-16 Grégoire Jadi* src/xwidget.h src/xwidget.c (valid_xwidget_spec_p...
2013-07-16 Grégoire Jadi* src/print.c (print_object): Add pretty printing for...
2013-07-16 Paul Eggert* fileio.c (report_file_errno): Fix errno reporting...
2013-07-16 Paul EggertFix minor problems found by --enable-gcc-warnings.
2013-07-16 Dmitry Gutov* lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords...
2013-07-16 Jan DjärvStop cursor blink after blink-cursor-blinks (10), stop...
2013-07-16 Paul EggertFix porting bug to older POSIXish platforms.
2013-07-16 Xue FuqiaoFix the introduction of `set-frame-selected-window...
2013-07-16 Paul EggertPrefer list1 (X) to Fcons (X, Qnil) when building lists.
2013-07-16 Paul EggertSpelling fixes for "does not exists".
2013-07-15 Glenn Morris* lisp/edmacro.el (edmacro-format-keys): Fix previous...
2013-07-15 Paul Eggert* callproc.c (Fcall_process_region): Fix minor race...
2013-07-15 Paul Eggert* shell.el (explicit-bash-args): Remove obsolete hack...
2013-07-15 Juanma Barranquerolisp/simple.el (define-alternatives): Rename from alter...
2013-07-15 Juanma Barranquerolisp/desktop.el (desktop-restore-frames): Change defaul...
2013-07-14 Paul Eggert* filelock.c (create_lock_file) [!HAVE_MKOSTEMP &&...
2013-07-14 Michael Albinus* net/tramp-sh.el (tramp-sh-handle-vc-registered):...
2013-07-14 Joakim VeronaMerge branch 'trunk' into xwidget
2013-07-14 Paul EggertSpelling fixes.
2013-07-14 Paul Eggert* callproc.c (child_setup, relocate_fd) [!DOS_NT]:
2013-07-13 Dmitry Gutov* lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords...
2013-07-13 Alan Mackenzieprogmodes/cc-engine.el (c-forward-decl-or-cast-1):...
2013-07-13 Eli ZaretskiiPrevent leak in GDI objects (bug #14850).
2013-07-13 Eli ZaretskiiImprove the documentation of prefer-utf-8 and related...
2013-07-13 Eli ZaretskiiFix bug #14822 with decoding when inhibit-null-byte...
2013-07-13 Glenn MorrisAuto-commit of generated files.
2013-07-13 Paul Eggert* deps.mk (sysdep.o): Remove dependency on ../lib/ignor...
2013-07-13 Eli ZaretskiiFix bug #14838 with slow scrolling with certain fonts.
2013-07-13 Leo Liu* ido.el (ido-read-file-name): Guard against non-symbol...
2013-07-13 Fabián Ezequiel... * lisp/progmodes/python.el (python-imenu--build-tree...
2013-07-13 Leo Liu* NEWS: Mention new value for ido-use-virtual-buffers.
2013-07-13 Leo Liu* ido.el (ido-exhibit): Handle ido-enter-matching-direc...
2013-07-13 Paul EggertDon't lose top specpdl entry when memory is exhausted.
2013-07-13 Paul Eggert* configure.ac: Simplify --with-file-notification handling.
2013-07-12 Glenn MorrisChangeLog fix
2013-07-12 Dmitry Gutov* progmodes/ruby-mode.el (ruby-font-lock-keywords)...
2013-07-12 Glenn Morris* configure.ac: Further fix.
2013-07-12 Glenn Morris* configure.ac: Fix goofs in previous.
2013-07-12 Dmitry Gutov* lisp/progmodes/ruby-mode.el (ruby-percent-literals...
2013-07-12 Sergio Durigan... Fix last lisp/ChangeLog entry.
2013-07-12 Sergio Durigan... Fix bug #14847 with continued GDB command lines in...
2013-07-12 Glenn Morris* configure.ac: If with-file-notification=yes, if gfile...
2013-07-12 Paul EggertClean up errno reporting and fix some errno-reporting...
2013-07-12 Paul EggertMinor EBADF fixes.
2013-07-12 Juanma Barranquerolisp/desktop.el: Minor fixes.
2013-07-12 Glenn MorrisAuto-commit of generated files.
2013-07-12 Andreas SchwabRemove lisp/emacs-lisp/.gitignore
next