summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* Release MH-E version 8.5.mh-e-8.5Bill Wohler2013-03-022-5/+11
* Merge from trunk; up to 2013-03-02T21:05:52Z!eggert@cs.ucla.edu.Bill Wohler2013-03-0272-1687/+2167
|\
| * Fix typo in comment (bug#13851).Bastien Guerry2013-03-021-1/+1
| * * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.Michael Albinus2013-03-012-25/+36
| * * lisp/textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.Stefan Monnier2013-03-012-184/+194
| * * lisp/net/net-utils.el (net-utils-run-simple): Don't display-bufferThierry Volpiatto2013-03-012-4/+10
| * textmodes/ispell.el: Expand hunspell affix-file paths. Improve debug messages...Agustín Martín2013-03-012-1/+10
| * Auto-commit of loaddefs files.Glenn Morris2013-03-011-207/+185
| * * net/tramp.el (tramp-obsolete-methods): New defconst.Michael Albinus2013-03-013-88/+48
| * * lisp/textmodes/sgml-mode.el (sgml-syntax-propertize-function):Dale Sedivec2013-02-282-3/+9
| * * lisp/dired-aux.el (dired-diff): If file at point is a backup file,Juri Linkov2013-02-283-6/+19
| * * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...Michael Albinus2013-02-282-16/+17
| * Initial support for hunspell dictionaries auto-detection (Bug#13639)Agustín Martín2013-02-282-24/+228
| * * lisp/imenu.el: Comment nitpicks.Stefan Monnier2013-02-282-11/+16
| * * lisp/vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.Sam Steingold2013-02-282-3/+11
| * * lisp/net/net-utils.el (net-utils--revert-function): New fun.Thierry Volpiatto2013-02-282-14/+40
| * Merge from emacs-24; up to 2012-12-23T02:41:17Z!rgm@gnu.orgGlenn Morris2013-02-2714-349/+192
| |\
| | * Merge latest Org fixes (commit 7524ef2).Bastien Guerry2013-02-2812-347/+190
| | * * lisp/textmodes/paragraphs.el (mark-paragraph): Doc fix.Glenn Morris2013-02-252-2/+6
| * | * lisp/doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.Stefan Monnier2013-02-272-5/+10
| * | * lisp/font-lock.el (lisp-font-lock-keywords-2): Fix highlighting ofThierry Volpiatto2013-02-272-4/+9
| * | * net/tramp-adb.el (tramp-adb-parse-device-names)Michael Albinus2013-02-272-8/+14
| * | * net/tramp-sh.el (tramp-sh-handle-insert-directory): AddMichael Albinus2013-02-262-3/+10
| * | * lisp/emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.Stefan Monnier2013-02-252-26/+16
| * | * lisp/emacs-lisp/bytecomp.el (byte-compile-file): Use let.Stefan Monnier2013-02-252-10/+12
| * | lisp/gnus/mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in shell-q...Adam Sjøgren2013-02-252-1/+6
| * | * lisp/replace.el (read-regexp): Let-bind `default' to the firstJuri Linkov2013-02-252-26/+41
| * | Implement CLASH_DETECTION for MS-Windows.Eli Zaretskii2013-02-252-0/+8
| * | * lisp/files.el (basic-save-buffer): Remove redundant directory-creation.Stefan Monnier2013-02-252-25/+18
| * | gnus-registry.el: Silence XEmacs byte compilerDavid Engster2013-02-241-0/+6
| * | * lisp/eshell/em-cmpl.el: Corrected "context-related help"Aidan Gauland2013-02-241-1/+1
| * | * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):Jay Belanger2013-02-233-13/+22
| * | Update ps-mode.el from upstreamPeter Kleiweg2013-02-232-3/+8
| * | Add bug-gnu-emacs to some specialized bug report addressesGlenn Morris2013-02-237-11/+21
| * | Make simula.el special bug reporting obsoleteGlenn Morris2013-02-232-28/+10
| * | Avoid recursive byte-compile-files fighting over input/output buffersGlenn Morris2013-02-232-3/+25
| * | * net/tramp.el (tramp-methods): Fix docstring.Michael Albinus2013-02-233-59/+64
| * | gnus-registry.el (gnus-registry-save): Provide class name when calling `eieio...David Engster2013-02-222-2/+15
| * | Merge from emacs-24; up to 2012-12-22T02:59:08Z!cyd@gnu.orgGlenn Morris2013-02-224-3/+30
| |\ \ | | |/
| | * * lisp/isearch.el (isearch-lazy-highlight-new-loop):Juri Linkov2013-02-214-3/+30
| * | * net/tramp.el (tramp-tramp-file-p): Fix docstring.Michael Albinus2013-02-223-6/+19
| * | Use derived-mode-p in previous changeGlenn Morris2013-02-211-1/+1
| * | Tweak for sgml-transformation-function Glenn Morris2013-02-212-12/+23
| * | Doc fixes re set-variableGlenn Morris2013-02-215-9/+12
| * | * lisp/image-mode.el (image-mode): Add mouse bindings for mode-line-process.Glenn Morris2013-02-212-5/+18
| * | * lisp/htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)Glenn Morris2013-02-212-1/+5
| * | * cmuscheme.el (scheme-buffer): Fix docstring.Bastien Guerry2013-02-212-1/+5
| * | Merge from emacs-24; up to 2012-12-21T07:35:02Z!ueno@gnu.orgGlenn Morris2013-02-213-32/+50
| |\ \ | | |/
| | * * progmodes/python.el (python-info-current-defun): EnhanceFabián Ezequiel Gallina2013-02-202-35/+38
| | * * lisp/net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is notGlenn Morris2013-02-192-0/+7