Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1373 | -1464/+1555 |
| | |||||
* | * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as | Andreas Schwab | 2012-12-31 | 2 | -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 Morris | 2012-12-31 | 2 | -3/+10 |
| | | | | Fixes: debbugs:13293 | ||||
* | * files.el (parse-colon-path): Return nil for empty path elements. | Glenn Morris | 2012-12-31 | 2 | -3/+11 |
| | | | | Fixes: debbugs:13296 | ||||
* | * progmodes/python.el (python-nav-end-of-statement): Rewrite in | Fabián Ezequiel Gallina | 2012-12-31 | 2 | -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 Morris | 2012-12-31 | 2 | -1/+7 |
| | |||||
* | * progmodes/python.el: Bump defgroup :version to 24.3. | Fabián Ezequiel Gallina | 2012-12-31 | 1 | -1/+1 |
| | |||||
* | Backported revisions 2012-12-29T12:33:33Z!fgallina@gnu.org and ↵ | Fabián Ezequiel Gallina | 2012-12-31 | 2 | -14/+40 |
| | | | | 2012-12-29T12:57:49Z!fgallina@gnu.org from trunk. | ||||
* | Fixes: debbugs:13316 | Andreas Schwab | 2012-12-31 | 2 | -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 Eggert | 2012-12-31 | 1 | -8/+4 |
| | |||||
* | Auto-commit of loaddefs files. | Glenn Morris | 2012-12-30 | 1 | -1/+1 |
| | |||||
* | mairix.el fix for bug#13294 | Glenn Morris | 2012-12-29 | 2 | -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 Yidong | 2012-12-29 | 2 | -7/+16 |
| | | | | tarball contents. | ||||
* | * emacs-lisp/package.el (package-untar-buffer): Handle problematic tarfile ↵ | Matt Fidler | 2012-12-29 | 2 | -1/+10 |
| | | | | | | content listings. Fixes: debbugs:13136 | ||||
* | Fix bug #9521 with forwarding MIME messages in Rmail. | Mark Lillibridge | 2012-12-29 | 2 | -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 to | Michael Albinus | 2012-12-29 | 2 | -1/+8 |
| | | | | integers, if they are real numbers. (Bug#13282) | ||||
* | Backport gnus-msg fix from trunk | Lars Ingebrigtsen | 2012-12-29 | 2 | -1/+7 |
| | | | | | | | * lisp/gnus/gnus-msg.el (gnus-summary-resend-message): Don't bug out on non-string posting styles. Fixes: debbugs:13285 | ||||
* | ChangeLog fix | Glenn Morris | 2012-12-27 | 1 | -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 Morris | 2012-12-27 | 2 | -1/+6 |
| | | | | Fixes: debbugs:13264 | ||||
* | * lisp/progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class", | Dmitry Gutov | 2012-12-26 | 2 | -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 if | Andreas Schwab | 2012-12-24 | 2 | -1/+6 |
| | | | | group is nil. | ||||
* | * lisp/progmodes/ruby-mode.el: Bump the version to 1.2. | Dmitry Gutov | 2012-12-24 | 2 | -1/+5 |
| | | | | Fixes: debbugs:13200 | ||||
* | shr: render <em> as italic, not bold | Andreas Schwab | 2012-12-23 | 2 | -1/+5 |
| | |||||
* | Speed up fontification where there's large brace blocks. | Alan Mackenzie | 2012-12-23 | 2 | -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 ChangeLogs | Glenn Morris | 2012-12-21 | 1 | -2/+0 |
| | | | | | (at least there should be no blank line separating this from the actual change) | ||||
* | * sort.el (sort-subr): Doc fix. | Chong Yidong | 2012-12-21 | 2 | -2/+11 |
| | | | | Fixes: debbugs:13056 | ||||
* | Fix typos. | Bastien Guerry | 2012-12-20 | 3 | -2/+8 |
| | |||||
* | Bump version to 24.2.91.emacs-24.2.91 | Chong Yidong | 2012-12-15 | 1 | -775/+769 |
| | | | | Regenerate ldefs-boot.el and AUTHORS. | ||||
* | Merge upstream Org (from commit 488eea) | Bastien Guerry | 2012-12-12 | 13 | -73/+200 |
| | |||||
* | Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841. | Alan Mackenzie | 2012-12-11 | 2 | -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 Gallina | 2012-12-11 | 2 | -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 Yidong | 2012-12-09 | 2 | -2/+8 |
| | |||||
* | * lisp/simple.el (just-one-space): Doc fix. | Dani Moncayo | 2012-12-08 | 2 | -1/+5 |
| | | | | | | * doc/emacs/killing.texi (Deletion): Doc fix. Fixes: debbugs:12748 | ||||
* | Fix insertion of " inside @smallexample. | Eli Zaretskii | 2012-12-07 | 2 | -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 in | Le Wang | 2012-12-07 | 2 | -32/+39 |
| | | | | | | narrowed buffer. Fixes: debbugs:12361 | ||||
* | * lisp/emacs-lisp/debug.el (debug): Fix hard-coded frame counts. | Michael Heerdegen | 2012-12-06 | 2 | -3/+8 |
| | | | | | | Virtually backported from trunk. Fixes: debbugs:10025 | ||||
* | lisp/vc/vc-hooks.el (vc-state): Doc fix. | Juanma Barranquero | 2012-12-07 | 2 | -5/+7 |
| | |||||
* | Further rmail.el fix for bug#13066 | Glenn Morris | 2012-12-06 | 2 | -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 and | Stefan Monnier | 2012-12-06 | 3 | -8/+14 |
| | | | | cl-load-hook where they belong. | ||||
* | * ffap.el (ffap-replace-file-component): Fix typo. | Chong Yidong | 2012-12-06 | 2 | -1/+5 |
| | |||||
* | Auto-commit of loaddefs files. | Glenn Morris | 2012-12-05 | 1 | -1/+1 |
| | |||||
* | * lisp/progmodes/octave-mod.el (octave-mark-block): Move out of tokens and | Stefan Monnier | 2012-12-05 | 2 | -1/+9 |
| | | | | | | fix open-paren-like token test. Fixes: debbugs:12785 | ||||
* | rmail-new-summary fix for bug#13066 | Glenn Morris | 2012-12-04 | 2 | -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 Linkov | 2012-12-04 | 2 | -2/+7 |
| | | | | Fixes: debbugs:12272 | ||||
* | * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward | Andreas Schwab | 2012-12-02 | 2 | -2/+6 |
| | | | | | to TAB, not [tab]. (gnus-summary-article-map): Likewise. | ||||
* | * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition. | Andreas Schwab | 2012-12-02 | 2 | -1/+20 |
| | | | | (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader. | ||||
* | * lisp/files.el (dir-locals-read-from-file): Check file non-empty | Leo Liu | 2012-12-01 | 2 | -8/+14 |
| | | | | | | before reading. Fixes: debbugs:13038 | ||||
* | Auto-commit of loaddefs files. | Glenn Morris | 2012-12-01 | 1 | -770/+783 |
| | |||||
* | Fix for jka-compr-compression-info-list not including version extension | Glenn Morris | 2012-11-28 | 2 | -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 Yidong | 2012-11-28 | 2 | -7/+9 |
| | | | | Fixes: debbugs:11523 |