summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices for 2013.Paul Eggert2013-01-011373-1464/+1555
|
* * emacs-lisp/byte-run.el (defmacro): Use same argument parsing asAndreas Schwab2012-12-312-28/+41
| | | | | defun. Don't check for DECL if DOCSTRING isn't a string. (defun): Likewise.
* * eshell/em-cmpl.el (eshell-pcomplete): More thoroughly imitate pcomplete.Glenn Morris2012-12-312-3/+10
| | | | Fixes: debbugs:13293
* * files.el (parse-colon-path): Return nil for empty path elements.Glenn Morris2012-12-312-3/+11
| | | | Fixes: debbugs:13296
* * progmodes/python.el (python-nav-end-of-statement): Rewrite inFabián Ezequiel Gallina2012-12-312-9/+26
| | | | | | | order to improve efficiency (Based on Daniel Colascione's <dancol@dancol.org> patch). Fixes: debbugs:13182
* * lisp/vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.Glenn Morris2012-12-312-1/+7
|
* * progmodes/python.el: Bump defgroup :version to 24.3.Fabián Ezequiel Gallina2012-12-311-1/+1
|
* Backported revisions 2012-12-29T12:33:33Z!fgallina@gnu.org and ↵Fabián Ezequiel Gallina2012-12-312-14/+40
| | | | 2012-12-29T12:57:49Z!fgallina@gnu.org from trunk.
* Fixes: debbugs:13316Andreas Schwab2012-12-312-5/+10
| | | | | * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if neither DOCSTRING nor DECL was given.
* Use URLs, not Boston addresses, in copyright notices.Paul Eggert2012-12-311-8/+4
|
* Auto-commit of loaddefs files.Glenn Morris2012-12-301-1/+1
|
* mairix.el fix for bug#13294Glenn Morris2012-12-292-5/+12
| | | | | | | * lisp/net/mairix.el (rmail, rmail-summary-displayed, rmail-summary): Remove unnecessary/buggy autoloads (missing interactive). (rmail-summary-displayed, rmail-summary): Declare. (mairix-rmail-display): Just require rmail.
* * emacs-lisp/package.el (package-untar-buffer): Improve integrity check for ↵Chong Yidong2012-12-292-7/+16
| | | | tarball contents.
* * emacs-lisp/package.el (package-untar-buffer): Handle problematic tarfile ↵Matt Fidler2012-12-292-1/+10
| | | | | | content listings. Fixes: debbugs:13136
* Fix bug #9521 with forwarding MIME messages in Rmail.Mark Lillibridge2012-12-292-2/+7
| | | | | lisp/mail/rmailmm.el (rmail-insert-mime-forwarded-message): Insert the undecoded text of the message being forwarded.
* * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID toMichael Albinus2012-12-292-1/+8
| | | | integers, if they are real numbers. (Bug#13282)
* Backport gnus-msg fix from trunkLars Ingebrigtsen2012-12-292-1/+7
| | | | | | | * lisp/gnus/gnus-msg.el (gnus-summary-resend-message): Don't bug out on non-string posting styles. Fixes: debbugs:13285
* ChangeLog fixGlenn Morris2012-12-271-6/+1
| | | | | remove dupe, mark tiny change by author without assignment http://orgmode.org/w/?p=org-mode.git;a=patch;h=ae87b6e5f2a143bb69ab512515dc85b41ff0cd1e
* * plstore.el (plstore-passphrase-callback-function): Fix file/buffer typo.Glenn Morris2012-12-272-1/+6
| | | | Fixes: debbugs:13264
* * lisp/progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",Dmitry Gutov2012-12-262-2/+9
| | | | | | | | "module" and "def" to have indentation before them. Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test). * test/automated/ruby-mode-tests.el (ruby-indent-after-block-in-continued-expression): New test.
* * nnimap.el (nnimap-find-article-by-message-id): Don't error out ifAndreas Schwab2012-12-242-1/+6
| | | | group is nil.
* * lisp/progmodes/ruby-mode.el: Bump the version to 1.2.Dmitry Gutov2012-12-242-1/+5
| | | | Fixes: debbugs:13200
* shr: render <em> as italic, not boldAndreas Schwab2012-12-232-1/+5
|
* Speed up fontification where there's large brace blocks.Alan Mackenzie2012-12-232-1/+8
| | | | | progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit to a call of c-beginning-of-decl-1.
* No need to mention generated files in ChangeLogsGlenn Morris2012-12-211-2/+0
| | | | | (at least there should be no blank line separating this from the actual change)
* * sort.el (sort-subr): Doc fix.Chong Yidong2012-12-212-2/+11
| | | | Fixes: debbugs:13056
* Fix typos.Bastien Guerry2012-12-203-2/+8
|
* Bump version to 24.2.91.emacs-24.2.91Chong Yidong2012-12-151-775/+769
| | | | Regenerate ldefs-boot.el and AUTHORS.
* Merge upstream Org (from commit 488eea)Bastien Guerry2012-12-1213-73/+200
|
* Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.Alan Mackenzie2012-12-112-2/+21
| | | | | cc-engine.el (c-backward-comments): Add code to work around `forward-comment' not recognizing ^M as whitespace.
* * progmodes/python.el (python-skeleton-class)Fabián Ezequiel Gallina2012-12-112-8/+13
| | | | (python-skeleton-def): Do not add space after defun name.
* * simple.el (set-mark-default-inactive): Mark for removal after 24.3.Chong Yidong2012-12-092-2/+8
|
* * lisp/simple.el (just-one-space): Doc fix.Dani Moncayo2012-12-082-1/+5
| | | | | | * doc/emacs/killing.texi (Deletion): Doc fix. Fixes: debbugs:12748
* Fix insertion of " inside @smallexample.Eli Zaretskii2012-12-072-1/+7
| | | | lisp/textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
* * lisp/hilit-chg.el (hilit-chg-set-face-on-change): Don't burp inLe Wang2012-12-072-32/+39
| | | | | | narrowed buffer. Fixes: debbugs:12361
* * lisp/emacs-lisp/debug.el (debug): Fix hard-coded frame counts.Michael Heerdegen2012-12-062-3/+8
| | | | | | Virtually backported from trunk. Fixes: debbugs:10025
* lisp/vc/vc-hooks.el (vc-state): Doc fix.Juanma Barranquero2012-12-072-5/+7
|
* Further rmail.el fix for bug#13066Glenn Morris2012-12-062-1/+8
| | | | | * lisp/mail/rmail.el (rmail-maybe-display-summary): Preserve buffer, in case select-window changes it.
* * lisp/emacs-lisp/cl.el, lisp/emacs-lisp/cl-lib.el: Move cl-unload-function andStefan Monnier2012-12-063-8/+14
| | | | cl-load-hook where they belong.
* * ffap.el (ffap-replace-file-component): Fix typo.Chong Yidong2012-12-062-1/+5
|
* Auto-commit of loaddefs files.Glenn Morris2012-12-051-1/+1
|
* * lisp/progmodes/octave-mod.el (octave-mark-block): Move out of tokens andStefan Monnier2012-12-052-1/+9
| | | | | | fix open-paren-like token test. Fixes: debbugs:12785
* rmail-new-summary fix for bug#13066Glenn Morris2012-12-042-1/+6
| | | | | * lisp/mail/rmailsum.el (rmail-new-summary): Tweak for rmail-maybe-display-summary changing buffer.
* * lisp/info.el (Info-fontify-node): Don't hide the last newline.Juri Linkov2012-12-042-2/+7
| | | | Fixes: debbugs:12272
* * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forwardAndreas Schwab2012-12-022-2/+6
| | | | | to TAB, not [tab]. (gnus-summary-article-map): Likewise.
* * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.Andreas Schwab2012-12-022-1/+20
| | | | (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
* * lisp/files.el (dir-locals-read-from-file): Check file non-emptyLeo Liu2012-12-012-8/+14
| | | | | | before reading. Fixes: debbugs:13038
* Auto-commit of loaddefs files.Glenn Morris2012-12-011-770/+783
|
* Fix for jka-compr-compression-info-list not including version extensionGlenn Morris2012-11-282-13/+8
| | | | | | | | * lisp/jka-cmpr-hook.el (jka-compr-get-compression-info): Remove any version extension before checking filename. (jka-compr-compression-info-list): Belated :version bump. Fixes: debbugs:13006
* * simple.el (transient-mark-mode): Doc fix.Chong Yidong2012-11-282-7/+9
| | | | Fixes: debbugs:11523