summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241345-2186/+1349
|
* Merge from emacs-23.Glenn Morris2011-01-249-76/+125
|\ | | | | | | Note setting of CANNOT_DUMP on ia64 hpux is still to be merged manually.
| * ChangeLog fix: there was no change to ruby-expr-beg.Glenn Morris2011-01-241-2/+1
| |
| * * lisp/comint.el (comint-mode): Doc fix. (Bug#7897)Glenn Morris2011-01-242-3/+7
| |
| * * files.el (file-name-non-special): Only change buffer-file-name afterStefan Monnier2011-01-242-15/+17
| | | | | | | | | | | | insert-file-contents if it's `visit'ing the file. Fixes: debbugs:7854
| * * lisp/gnus/nnbabyl: Fix typo in copyright years.Glenn Morris2011-01-231-1/+1
| |
| * Backport copyright fix from trunk.Glenn Morris2011-01-231-2/+1
| | | | | | | | | | | | * lisp/mwheel.el: Fix typo in copyright years. Duplicate 2002 introduced in CVS r1.35. 2003 is a copyrightable year since Emacs 21.3 was released then.
| * * dired.el (dired-revert): Doc fix (Bug#7758).Chong Yidong2011-01-232-1/+8
| |
| * Mark tiny change.Glenn Morris2011-01-221-1/+1
| |
| * Merge several fixes from upsteam ruby-mode.Nobuyoshi Nakada2011-01-222-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | * lisp/progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for here-doc which ends with an underscore. (ruby-mode-set-encoding): Skip shebang line always. (ruby-mode-map): Bind C-c C-c to comment-region. (ruby-expr-beg, ruby-font-lock-keywords): Highlight literal hash key labels as symbols. (ruby-forward-sexp): Stop after literal hash key labels. (ruby-font-lock-syntactic-keywords): Highlight regexp after open bracket.
| * * lisp/simple.el (do-auto-fill): Give it a doc string.Glenn Morris2011-01-222-9/+8
| |
| * Fix toggling of case-fold-search from re-builder menu (Bug#7650).Keitaro Miyazaki2011-01-222-1/+8
| | | | | | | | | | * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in the correct buffer.
| * Doc fix for make-text-button.Glenn Morris2011-01-222-7/+15
| | | | | | | | | | | | * doc/lispref/display.texi (Making Buttons): Mention limitation of text buttons. * lisp/button.el (make-text-button): Doc fix. (See bug#7881)
| * * simple.el (line-move-visual): Doc fix (Bug#7594).Chong Yidong2011-01-222-2/+6
| |
* | Merge changes made in Gnus trunk.Gnus developers2011-01-244-10/+73
| | | | | | | | | | | | | | | | | | | | shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6] tags. mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg if EPG is loaded. message.texi (IDNA): Explain what it is. gnus.texi (The Empty Backend): Document nnnil (bug #7653). gnus-agent.el (gnus-agent-prompt-send-queue): Whitespace fix. shr.el (shr-expand-newlines): Proof of concept implemantation of boxy backgrounds. (shr-expand-newlines): Switch to using overlays to enable kill'n'yank in a more sensible manner.
* | * lisp/progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):Stefan Monnier2011-01-242-2/+7
| | | | | | | | | | | | Don't move backward, so as not to fall in an inf-loop. Fixes: debbugs:7736
* | * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function):Stefan Monnier2011-01-242-8/+12
| | | | | | | | | | | | Handle ?" and friends differently (e.g. don't use backrefs). Fixes: debbugs:7735
* | Adding missing ChangeLog entry for rcirc.el change.Deniz Dogan2011-01-241-0/+5
| |
* | * calc/calc.el (calc-default-power-reference-level)Jay Belanger2011-01-235-5/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (calc-default-field-reference-level): New variables. * calc/calc-units.el (math-standard-units): Add dB and Np. (math-logunits): New variable. (math-extract-logunits, math-logcombine, calcFunc-luplus) (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level) (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level): New functions. (math-find-base-units-rec): Add entry for ln(10). * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help. (calc-ul-prefix-help): New function. * calc/calc-ext.el (calc-init-extensions): Autoload new units functions. Add keybindings for new units functions.
* | gnus-html.el (gnus-html-image-fetched): Don't kill the temporary buffer ↵Lars Ingebrigtsen2011-01-245-41/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | after being called. It's apparently being killed by url.el, and killing it made point move to end-of-buffer in a random buffer. shr.el (shr-image-fetched): Ditto. shr.el (shr-image-fetched): Avoid having point move in the article buffer. gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and fix the bug in url-http.el instead. shr.el (shr-image-fetched): Ditto. gravatar.el (gravatar-retrieve): Be silent when retrieving. gnus-gravatar.el (gnus-gravatar-insert): Don't move point around in the article buffer. (gnus-gravatar-insert): Use blank space from the current buffer to avoid breaking text properties. This makes X-Sent updating work again. gnus-art.el (gnus-article-read-summary-keys): Don't call disabled commands.
* | * lisp/mwheel.el: Fix typo in copyright years.Glenn Morris2011-01-231-1/+1
| | | | | | | | | | Duplicate 2002 introduced in CVS r1.35. 2003 is a copyrightable year since Emacs 21.3 was released then.
* | mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.Julien Danjou2011-01-233-3/+10
| | | | | | | | mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to text/x-org.
* | Mark tiny change.Glenn Morris2011-01-221-1/+1
| |
* | Merge chages made in Gnus trunk.Gnus developers2011-01-239-11/+63
| | | | | | | | | | | | | | | | | | | | | | | | mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org. gnus-draft.el (gnus-group-send-queue): Update the queue group in the group buffer after sending the queue. gnus-draft.el (gnus-group-send-queue): Really refresh the queue group after sending. gnus-agent.el (gnus-agent-send-mail): Ditto. gnus-group.el (gnus-group-refresh-group): New convenience function. message.el (message-bogus-addresses): Remove commented-out value. message.el (message-check-recipients): Display the encoded version of the bogus address if they differ. flow-fill.el (fill-flowed): Make `delete-space' option correspond to "DelSp" parameter in RFC3676. gnus-sum.el (gnus-summary-move-article): Protect against backends (i.e., nnimap) returning nil as the article number.
* | Tweak previous copyright.el change.Glenn Morris2011-01-221-4/+2
| | | | | | | | | | | | * lisp/emacs-lisp/copyright.el (copyright-find-copyright) (copyright-update, copyright-fix-years): Do the initial widen and move in copyright-find-copyright.
* | * lisp/emacs-lisp/copyright.el (copyright-fix-years): Use ↵Glenn Morris2011-01-222-1/+2
| | | | | | | | copyright-find-copyright.
* | Some copyright.el updates.Glenn Morris2011-01-222-97/+112
| | | | | | | | | | | | | | | | * lisp/emacs-lisp/copyright.el (copyright-find-copyright): New function, split out from copyright-update-year. (copyright-update): Don't mess with the GPL version if we don't own the copyright. Update license regexp, and remove no longer needed Esperanto stuff.
* | * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).Chong Yidong2011-01-222-1/+7
| |
* | * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).Jari Aalto2011-01-222-679/+675
| | | | | | | | | | (lm): Rename to landmark. (lm-test-run): Rename to landmark-test-run.
* | Merge from emacs-23Glenn Morris2011-01-227-17/+42
|\ \ | |/
| * * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in menu item.Chong Yidong2011-01-212-1/+6
| |
| * * lisp/comint.el (comint-replace-by-expanded-history-before-point): FixRoland McGrath2011-01-212-3/+11
| | | | | | | | | | | | expansion of !$ and !!:N syntax to pick the indicated word. Fixes: debbugs:7883
| * * lisp/progmodes/js.el (js--regexp-literal): Count backslashes.Stefan Monnier2011-01-212-8/+12
| | | | | | | | Fixes: debbugs:7882
| * * lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):Jari Aalto2011-01-212-1/+8
| | | | | | | | | | | | Assume foo(bar) is a manpage reference rather than some unquoted symbol. Fixes: debbugs:7705
| * * lisp/subr.el (shell-quote-argument): Properly quote \n.Stefan Monnier2011-01-212-7/+7
| | | | | | | | | | | | Suggested by Flo <sensorflo@gmail.com>. Fixes: debbugs:7687
| * compile.el fix for bug#7812Glenn Morris2011-01-202-6/+7
| | | | | | | | | | * lisp/progmodes/compile.el (compilation-error-regexp-alist): Fix custom type.
* | * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs.Giorgos Keramidas2011-01-221-0/+3
| |
* | mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on nested ↵Lars Ingebrigtsen2011-01-223-5/+15
| | | | | | | | | | | | related parts. nnfolder.el (nnfolder-request-expire-articles): Return the list of unexpired articles. This fixes the regression that led expiry marks to disappear from nnfolder groups.
* | * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' toKen Manheimer2011-01-212-7/+12
| | | | | | | | | | | | allout-number-siblings, in keeping with what obtained due to (now-defunct) allout-keybindings-list. Ditch repeat binding to (prefixed) ?i. (allout-before-change-handler): Better expose spots affected by undo.
* | * man.el (Man-highlight-references0): Use make-button (Bug#7881).Chong Yidong2011-01-212-1/+7
| |
* | Add pcomplete support for hosts defined in .ssh/config.Phil Hagelberg2011-01-212-5/+43
| | | | | | | | | | | | | | | | * lisp/pcmpl-unix.el (pcmpl-ssh-config-file): New option. (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts. (pcmpl-ssh-config-hosts): New function. (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to pcmpl-ssh-known-hosts.
* | gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather than ↵Julien Danjou2011-01-212-12/+6
| | | | | | | | mm-insert-inline.
* | * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):Stefan Monnier2011-01-212-10/+15
| | | | | | | | Don't confuse the "ret" of "retrograde" with RET.
* | Include entries from yesterdays checkins that were in an unsaved buffer.Ken Manheimer2011-01-211-0/+7
| |
* | calc/calc-undo.el (calc-undo): Autoload it.Jay Belanger2011-01-204-5/+10
| | | | | | | | | | calc/calc-ext.el (calc-init-extensions): Remove keybindings and autoload for `calc-undo'. calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
* | gnus-art.el (gnus-article-remove-images, gnus-article-show-images): Widen ↵Katsumi Yamaoka2011-01-212-7/+16
| | | | | | | | article buffer.
* | calc/calc-prog.elJay Belanger2011-01-204-39/+45
| | | | | | | | | | calc/calc-graph.el calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
* | calc/calc-ext.el (calc-init-extensions): Map all `undo' keybindings to ↵Štěpán Němec2011-01-202-2/+6
| | | | | | | | `calc-undo'.
* | mm-decode.el (mm-inline-media-tests): Add text/x-sh.Julien Danjou2011-01-206-12/+51
| | | | | | | | | | | | | | | | | | | | | | gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather than mm-insert-inline to insert inline part: this respect mm-inline-media-tests displayers. mm-view.el (mm-display-shell-script-inline): New function. mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh. mm-uu.el (mm-uu-type-alist): Add org block. (mm-uu-org-src-code-block-extract): New function. mm-view.el (mm-display-org-inline): New function. mm-decode.el (mm-automatic-display): Add text/org. mailcap.el (mailcap-mime-extensions): Add .org.
* | Don't mess with *temp*.Stefan Monnier2011-01-2010-145/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/obsolete/spell.el: Move from textmodes/spell.el. (spell-string): * lisp/term.el (term-read-input-ring): * lisp/startup.el (display-startup-echo-area-message): * lisp/progmodes/antlr-mode.el (antlr-directory-dependencies): * lisp/gnus/message.el (message-mailer-swallows-blank-line): * lisp/comint.el (comint-read-input-ring): Use with-temp-buffer. * lisp/international/mule.el (ctext-pre-write-conversion): Don't hardcode point-min==1. * lisp/gnus/mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill the temp buffer.