2013-07-12 |
Sergio Durigan... | Fix bug #14847 with continued GDB command lines in... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Glenn Morris | * configure.ac: If with-file-notification=yes, if gfile... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Paul Eggert | Clean up errno reporting and fix some errno-reporting... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Paul Eggert | Minor EBADF fixes. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Juanma Barranquero | lisp/desktop.el: Minor fixes. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Glenn Morris | Auto-commit of generated files. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Andreas Schwab | Remove lisp/emacs-lisp/.gitignore |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Andreas Schwab | * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Andreas Schwab | * image.c (x_find_image_file): Don't close a remote... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Eli Zaretskii | Minor followup to previous commit. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Eli Zaretskii | Fix bug #14842 with doc strings of next-line and previo... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Glenn Morris | * admin/admin.el (manual-style-string): Use non-abbrevi... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Glenn Morris | Remove some more reimplementations of cl-lib functions |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Paul Eggert | Fix races with threads and file descriptors. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Juanma Barranquero | lisp/emacs-lisp/cl-macs.el: Fix typos in docstrings. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Leo Liu | * ido.el (dired-do-copy, dired): Set 'ido property. |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Paul Eggert | * inotify.c (uninitialized): Remove. All uses replaced... |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Glenn Morris | ChangeLog fix |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Glenn Morris | ChangeLog fixes |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Glenn Morris | Remove some reimplementations of cl-gensym |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Glenn Morris | * admin/notes/changelogs: Explain "there is no need". |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Glenn Morris | Stop reimplementing a bunch of cl- functions in ert |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Glenn Morris | Adding :safe property to a defcustom does not merit... |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Glenn Morris | Quieten ruby-mode-tests.el compilation |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Glenn Morris | Silence package-test.el compilation |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Glenn Morris | * test/automated/files.el: Stop "local variables" confu... |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Glenn Morris | * automated/flymake-tests.el (flymake-tests): Remove... |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Glenn Morris | Silence icalendar-tests.el compilation |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Glenn Morris | * undo-tests.el (undo-test-buffer-modified, undo-test... |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Michael Albinus | * net/tramp.el (tramp-methods): Extend docstring. |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Paul Eggert | * eval.c (backtrace_function, backtrace_args): Now... |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Leo Liu | * ido.el (ido-read-file-name): Conform to the requireme... |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Paul Eggert | * sysdep.c, term.c, termcap.c, terminal.c: Integer... |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Juanma Barranquero | lisp/subr.el (delay-warning): New function. |
commit | commitdiff | tree | snapshot |
2013-07-10 |
Paul Eggert | Port to C89. |
commit | commitdiff | tree | snapshot |
2013-07-10 |
David Engster | gnus-start.el (gnus-clean-old-newsrc): Always remove... |
commit | commitdiff | tree | snapshot |
2013-07-10 |
Tassilo Horn | gnus.el (gnus-summary-line-format): Docfix |
commit | commitdiff | tree | snapshot |
2013-07-10 |
Eli Zaretskii | Improve scrolling when line-spacing != 0 and scroll... |
commit | commitdiff | tree | snapshot |
2013-07-10 |
Paul Eggert | Syntax cleanup, mostly replacing macros with functions. |
commit | commitdiff | tree | snapshot |
2013-07-10 |
Michael Albinus | Fix last patch. |
commit | commitdiff | tree | snapshot |
2013-07-10 |
Michael Albinus | Improve error messages. (Bug#14808) |
commit | commitdiff | tree | snapshot |
2013-07-10 |
Ted Zlatanov | * progmodes/cfengine.el: Do not indent inside continued... |
commit | commitdiff | tree | snapshot |
2013-07-10 |
Michael Albinus | Add comment. |
commit | commitdiff | tree | snapshot |
2013-07-10 |
Jan Djärv | * emacs.c (main): Fix syntax error. |
commit | commitdiff | tree | snapshot |
2013-07-10 |
Glenn Morris | Auto-commit of generated files. |
commit | commitdiff | tree | snapshot |
2013-07-10 |
Paul Eggert | * Makefile.in (removenullpaths): Remove adjacent null... |
commit | commitdiff | tree | snapshot |
2013-07-10 |
Paul Eggert | Timestamp fixes for undo. |
commit | commitdiff | tree | snapshot |
2013-07-10 |
Leo Liu | * files.el (require-final-newline): Allow safe local... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Peter Rosin | Avoid nexted functions in AC_LANG_PROGRAM test for... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Paul Eggert | Port recent close-on-exec changes to Cygwin. |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Ken Brown | * src/sheap.c (STATIC_HEAP_SIZE) [__x86_64__]: Increase... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Glenn Morris | Auto-commit of generated files. |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Juanma Barranquero | src/makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/sysdep... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Michael Albinus | * automated/file-notify-tests.el (file-notify-test00... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Glenn Morris | * automated/inotify-test.el (inotify-add-watch, inotify... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Glenn Morris | * test/automated/python-tests.el (python-indent-block... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Glenn Morris | ChangeLog fix |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Glenn Morris | Explictly require ert in some test/automated/*.el files |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Paul Eggert | Handle errno and exit status a bit more carefully. |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Glenn Morris | ChangeLog fix |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Paul Eggert | * filelock.c: Fix comment to match code. |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Leo Liu | * ido.el (ido-add-virtual-buffers-to-list): Robustify... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Paul Eggert | Space between "defined" and "(". |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Leo Liu | * ido.el (ido-read-directory-name): Handle fallback. |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Dmitry Gutov | * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Gnus developers | Merge changes made in Gnus master |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Stefan Monnier | * lisp/faces.el (tty-setup-hook): Declare the hook. |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Stefan Monnier | * lisp/emacs-lisp/pcase.el (pcase--split-pred): Add... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Jan Djärv | * NEWS: NS can be build with ImageMagick. |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Eli Zaretskii | Fix lisp/ChangeLog entry for last commit. |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Eli Zaretskii | Improve scrolling when line-spacing is non-nil. |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Jan Djärv | configure.ac (HAVE_IMAGEMAGICK): Check on NS also. |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Kenichi Handa | merge trunk |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Kenichi Handa | decoder-tests.el (decoder-tests-prefer-utf-8-read): |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Lars Magne... | * net/shr.el (shr-map): Reinstate the `u' key binding |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Glenn Morris | Auto-commit of generated files. |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Paul Eggert | Try to fix FreeBSD 9.1 porting problem. |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Paul Eggert | Remove stray empty line. |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Paul Eggert | Port to Ubuntu 10. |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Juanma Barranquero | ChangeLog fixes. |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Juanma Barranquero | lisp/subr.el (read-quoted-char): Remove unused local... |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Michael Kifer | * faces.el (tty-run-terminal-initialization): function... |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Eli Zaretskii | MS-Windows followup for 2013-07-07T18:00:14Z!eggert... |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Paul Eggert | Make file descriptors close-on-exec when possible. |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Eli Zaretskii | Improve scrolling of windows whose font is different... |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Jan Djärv | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Paul Eggert | Fix openp errno handling. |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Gnus developers | Merge changes made in Gnus master |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Glenn Morris | * etc/NEWS: Tweak +++/--- description |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Glenn Morris | * admin.el (make-manuals): Add the option to only make... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Jan Djärv | * lisp/files.el (write-file): Do not display confirm... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Eli Zaretskii | Fix vertical cursor motion with non-default fonts. |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Michael Albinus | * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-proce... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Michael Albinus | Add TODO entry. |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Martin Rudalics | lisp/window.el (window-state-put): Remove window if... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Juanma Barranquero | lisp/simple.el (alternatives-define): Remove leftover... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
David Kastrup | lisp/gnus/auth-source.el (auth-source-netrc-parse-one... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Leo Liu | * ido.el (ido-use-virtual-buffers): Allow new value... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Eli Zaretskii | Fix bug #14771 with scroll-step = 1 and non-nil line... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Juanma Barranquero | etc/NEWS: Fix typos. |
commit | commitdiff | tree | snapshot |
next |