aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* 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:[email protected] (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.Chong 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
* Buffer Menu doc fixes.Chong Yidong2012-11-282-27/+37
| | | | | | | * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode) (buffer-menu): Doc fix. Fixes: debbugs:12294
* diary-header-line-format: Use keybinding of diary-show-all-entries in the ↵Roland Winkler2012-11-272-2/+6
| | | | diary buffer
* * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead ofMichael Albinus2012-11-272-5/+7
| | | | "<STDIN>". This is binary safe.
* * lisp/textmodes/table.el (table-insert): Don't use `symbol-name' onStefan Monnier2012-11-262-25/+35
| | | | | | lexically scoped variables. Fixes: debbugs:13005
* vc-hooks.el workaround for bug#11490Glenn Morris2012-11-262-8/+11
| | | | * vc/vc-hooks.el (vc-mistrust-permissions): Default to t, to avoid data-loss.
* * progmodes/python.el:Fabián Ezequiel Gallina2012-11-262-1/+7
| | | | | (python-indent-guess-indent-offset): If indentation is guessed make python-indent-offset variable buffer local.
* Fix Imenu regression.Fabián Ezequiel Gallina2012-11-262-9/+35
| | | | | | | * progmodes/python.el: (python-nav-beginning-of-defun): Fix forward movement when statement(s) separates point from defun. (python-imenu-prev-index-position): New function.
* Fix last commit's log entry.Eli Zaretskii2012-11-261-1/+1
| | | | Fixes: debbugs:12989
* Partial fix for bug #12989 with buffer-file-type annoyances.Eli Zaretskii2012-11-263-6/+14
| | | | | | lisp/subr.el (buffer-file-type): Declare with defvar-local. Doc fix. lisp/dos-w32.el (find-file-not-found-set-buffer-file-coding-system): Don't set buffer-file-type. Return nil.