aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* auto upstreamJoakim Verona2013-01-1044-713/+1473
|\
| * * lisp/doc-view.el: Add support for DjVu.Elias Pipping2013-01-092-40/+135
| * * lisp/doc-view.el: Add support for mupdf converter.Elias Pipping2013-01-092-18/+70
| * * net/tramp.el (tramp-eshell-directory-change): Check remote-pathMichael Albinus2013-01-092-1/+13
| * Merge from emacs-24; up to 2012-12-08T12:11:29Z!eliz@gnu.orgGlenn Morris2013-01-0937-633/+1214
| |\
| | * Remove duplicated ChangeLog entryGlenn Morris2013-01-091-3/+0
| | * * emacs-lisp/trace.el (trace-function, trace-function-background): Doc fix.Glenn Morris2013-01-082-2/+11
| | * * lisp/international/mule-cmds.el (read-char-by-name): Move let-bindingJuri Linkov2013-01-092-8/+16
| | * Fixes related to the last Org merge.Bastien Guerry2013-01-081-39/+27
| | * Merge Org up to commit 4cac75153. Some ChangeLog formatting fixes.Bastien Guerry2013-01-084-95/+73
| | * Merge Org (commit c8c217). Fix mistake about updating the wrong ChangeLog.Bastien Guerry2013-01-084-404/+412
| | * Merge Org 7.9.3 (commit 31c1aea)Bastien Guerry2013-01-0833-621/+1224
| | * * lisp/progmodes/compile.el (compilation-parse-errors): Fix typo.Glenn Morris2013-01-062-1/+6
| | * comint-send-input tiny changeVitalie Spinu2013-01-062-2/+7
| * | Spelling fixes.Paul Eggert2013-01-092-6/+12
| * | * mml-smime.el (epg-sub-key-fingerprint): Autoload.Daiki Ueno2013-01-092-0/+6
| * | Remove some obsolete trace.el commentaryGlenn Morris2013-01-081-16/+0
| * | * lisp/textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):Juri Linkov2013-01-093-4/+28
* | | auto upstreamJoakim Verona2013-01-0911-76/+260
|\ \ \ | |/ /
| * | * lisp/emacs-lisp/pcase.el (pcase--split-equal): Also take advantage ifStefan Monnier2013-01-082-14/+18
| * | * lisp/simple.el: Use lexical-binding.Stefan Monnier2013-01-082-106/+89
| * | * lisp/simple.el (primitive-undo): Move from undo.c.Aaron S. Hawley2013-01-082-0/+139
| * | * lisp/vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.Stefan Monnier2013-01-082-9/+14
| * | * lisp/emacs-lisp/nadvice.el (advice--tweak): New function.Stefan Monnier2013-01-083-29/+33
| * | * net/tramp-adb.el (tramp-adb-file-name-handler-alist): RemoveMichael Albinus2013-01-082-1/+5
| * | Add some :version tagsGlenn Morris2013-01-074-0/+10
| * | * lisp/info.el (Info-read-node-name-2): Don't duplicate suffixes for single c...Juri Linkov2013-01-082-4/+23
| * | * lisp/info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)Juri Linkov2013-01-082-17/+33
* | | auto upstreamJoakim Verona2013-01-0810-84/+249
|\ \ \ | |/ /
| * | Introduce `apropos-user-option' and update `apropos-variable'. (Bug#13276)Bastien Guerry2013-01-073-7/+52
| * | * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):Jürgen Hötzel2013-01-072-2/+24
| * | * lisp/emacs-lisp/advice.el (ad-activate-advised-definition): Refresh theStefan Monnier2013-01-072-9/+19
| * | wid-edit.el (widget-default-get): Work for inlined elements (Bug#12670)Katsumi Yamaoka2013-01-072-2/+16
| * | * net/tramp.el (tramp-default-host-alist): New defcustom.Michael Albinus2013-01-074-50/+84
| * | lisp/gnus/mml-smime.el: Support signing by sender.Daiki Ueno2013-01-072-16/+56
* | | auto upstreamJoakim Verona2013-01-074-64/+179
|\ \ \ | |/ /
| * | * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.Jürgen Hötzel2013-01-062-1/+6
| * | * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size canMichael Albinus2013-01-062-27/+45
| * | Try to handle buffer/file modifications which conflict with VCS locking.Chong Yidong2013-01-063-13/+37
| * | * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):Michael Albinus2013-01-052-7/+16
| * | * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robustMichael Albinus2013-01-052-24/+83
* | | auto upstreamJoakim Verona2013-01-0512-60/+147
|\ \ \ | |/ /
| * | * epg.el: Silence byte-compiler warnings.Daiki Ueno2013-01-052-2/+8
| * | * epg.el (epg--start): Don't call "tty" program on W32 platforms.Daiki Ueno2013-01-052-6/+12
| * | Merge from emacs-24; up to 2012-12-06T20:16:38Z!monnier@iro.umontreal.caGlenn Morris2013-01-044-22/+53
| |\ \ | | |/
| | * * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must beMichael Albinus2013-01-042-9/+25
| | * term-handle-colors-array fixGlenn Morris2013-01-032-4/+13
| | * * term.el (term-default-fg-color, term-default-bg-color): Fix custom type.Glenn Morris2013-01-022-2/+5
| | * etags.el fix for compressed filesGlenn Morris2013-01-022-7/+8
| * | icomplete-prospects-height fix (tiny change)Wesley Dawson2013-01-042-3/+13