summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Tidy up fix to debbugs#20240.Alan Mackenzie2015-04-052-8/+13
* Fix lisp/ChangeLog formatting.Eli Zaretskii2015-04-051-0/+2
* Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.Alan Mackenzie2015-04-0521-143/+202
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsRichard Stallman2015-04-052-1/+43
|\
| * emacs-lisp/package.el: Add package-initialize to user-init-file.Artur Malabarba2015-04-052-0/+32
| * emacs-lisp/package.el: Prevent outdated downloads-in-progress.Artur Malabarba2015-04-052-1/+12
* | * mail/rmail.el (rmail-show-message-1): When displaying a mime message,Richard Stallman2015-04-05467-14748/+23419
|\ \ | |/
| * Remove entry from last sync with emacs-24, it wasn't applicableMichael Albinus2015-04-051-5/+0
| * Fix .emacs and .emacs.d/init file recursion problem for NaClPete Williamson2015-04-042-1/+6
| * Merge from origin/emacs-24Paul Eggert2015-04-043-11/+10
| |\
| | * * admin/make-tarball.txt: Copyedits.Glenn Morris2015-04-031-3/+5
| | * ; ChangeLog fixGlenn Morris2015-04-031-5/+3
| | * Revert "CC Mode: Stop Font Lock forcing fontification from BOL. Bug#19669."Alan Mackenzie2015-04-032-8/+5
| * | Merge from origin/emacs-24Paul Eggert2015-04-040-0/+0
| |\ \ | | |/
| | * * etc/AUTHORS: Update the AUTHORS fileemacs-24.5-rc2Nicolas Petton2015-04-011-19/+21
| * | Merge from origin/emacs-24Paul Eggert2015-04-041-0/+5
| |\ \ | | |/
| | * Fix tramp-tests.elMichael Albinus2015-04-012-4/+8
| * | Merge from origin/emacs-24Paul Eggert2015-04-040-0/+0
| |\ \ | | |/
| | * Fix bug#20233, do not merge with masterMichael Albinus2015-04-012-4/+10
| * | (package--with-work-buffer-async): Protect macro arguments.Artur Malabarba2015-04-042-17/+22
| * | emacs-lisp/package.el: Don't overwrite downloads-in-progress.Artur Malabarba2015-04-042-1/+9
| * | Quote directory name in tramp-flush-directory-propertyMichael Albinus2015-04-042-1/+7
| * | Close a timing hole in selections.Jan D2015-04-042-5/+32
| * | Fix debbugs#20240 part two (jit-lock error during `comment-dwim').Alan Mackenzie2015-04-042-6/+15
| * | configure.ac: Update comment.Ulrich Müller2015-04-041-1/+2
| * | Port 'configure' to clang 3.5Paul Eggert2015-04-032-8/+25
| * | Fix Bug#20249Michael Albinus2015-04-032-5/+13
| * | Don't optimized away tool tip redraw, may lead to corrupted text.Jan D2015-04-032-5/+17
| * | pcmpl-ssh-known-hosts: Use `char-before' instead of `looking-back'.Nicolas Richard2015-04-032-1/+6
| * | configure.ac: Add -nopie to LD_SWITCH_SYSTEM_TEMACS.Ulrich Müller2015-04-032-2/+18
| * | ; Tweak the previous changeDmitry Gutov2015-04-031-2/+2
| * | js-mode: Don't indent inside a multiline string literalDmitry Gutov2015-04-033-1/+12
| * | lisp/gnus/gnus-art.el (gnus-article-browse-html-parts): Make external links a...Katsumi Yamaoka2015-04-032-27/+40
| * | * lisp/abbrev.el (define-abbrev-table): Treat a non-string "docstring" asStefan Monnier2015-04-022-1/+6
| * | * lisp/emacs-lisp/lisp-mnt.el (lm-version): Don't burp in a non-file buffer.Stefan Monnier2015-04-022-4/+10
| * | Fix the CC Mode fixes from 2015-03-30. Fixes debbugs#20240.Alan Mackenzie2015-04-013-5/+16
| * | * emacs-lisp/package.el: Spelling fixes and use active voice.Paul Eggert2015-04-012-14/+17
| * | automated/package-test.el (package-test-update-archives): Fix testArtur Malabarba2015-04-012-1/+2
| * | * automated/package-test.el: Avoid async while testing.Artur Malabarba2015-04-012-0/+6
| * | ; Auto-commit of loaddefs files.Glenn Morris2015-04-011-212/+238
| * | * emacs-lisp/package.el: Make package-menu asynchronous.Artur Malabarba2015-04-012-31/+71
| * | * emacs-lisp/package.el: Implement asynchronous refreshing.Artur Malabarba2015-04-012-51/+144
| * | lisp/gnus/registry.el (registry-prune): Fix registry pruning routineEric Abrahamsen2015-04-012-4/+11
| * | * admin/update_autogen (commit): Switch prefix from "# " to "; ".Glenn Morris2015-03-312-2/+6
| * | Pete Williamson <petewil@chromium.org> (tiny change)Simen Heggestøyl2015-03-312-5/+15
| * | Derive `css-mode' from `prog-mode'Simen Heggestøyl2015-03-312-2/+5
| * | Avoid crashing with key-chord (Bug#20223)Eli Zaretskii2015-03-312-0/+17
| * | * lisp/jit-lock.el (jit-lock--run-functions): Fix min/max copy&paste error.Stefan Monnier2015-03-312-3/+6
| * | * jit-lock.el (jit-lock--run-functions): Do the `or' where it can be nil.Stefan Monnier2015-03-311-3/+9
| * | Let jit-lock know the result of font-lock-extend-region-functions.Stefan Monnier2015-03-304-49/+91