summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* * lisp/version.el (emacs-build-system): Give it a doc-string.Glenn Morris2011-11-232-5/+11
| | | | Consolidate local variables at the end of the file.
* * lisp/view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org ↵Juri Linkov2011-11-242-4/+7
| | | | | | from 2011-07-19. Fixes: debbugs:8615
* Make rmail-mime toggle headers of non-mime messages.Glenn Morris2011-11-232-1/+7
| | | | | | | * lisp/mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil, if called on a non-mime message just toggle the headers. Fixes: debbugs:8006
* Fix typos.Juanma Barranquero2011-11-2421-66/+95
|
* mail-source.el (mail-source-fetch-maildir): Don't expect the return value of ↵Adam W2011-11-242-1/+9
| | | | `delete-file', that returns nil for a local file but returns t for a remote file using ssh.
* * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bindMichael Albinus2011-11-232-4/+10
| | | | `non-essential' to t, in order to avoid remote connections.
* Fix "make autoloads" on MS-Windows.Eli Zaretskii2011-11-232-1/+11
| | | | | lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads): On MS-DOS and MS-Windows, compare with loaddefs.el case-insensitively.
* Auto-commit of loaddefs files.Glenn Morris2011-11-232-2/+2
|
* * paths.el (rmail-file-name): Reformat the doc-string so that it is picked up.Glenn Morris2011-11-232-2/+9
|
* Doc fixes related to rmail-automatic-folder-directives.Glenn Morris2011-11-232-18/+36
| | | | | | * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes. (rmail-auto-file): Ignore case in the "special" field names, as mail-fetch-field does for all others.
* * lisp/mail/unrmail.el (unrmail): Always add blank line. (tiny change)Mark Lillibridge2011-11-222-3/+6
| | | | Fixes: debbugs:7743
* Rmail trivia: give explicit errors for empty folders.Glenn Morris2011-11-224-1/+15
| | | | | | | | | * mail/rmail.el (rmail-forward): * mail/rmailkwd.el (rmail-set-label): * mail/rmailout.el (rmail-output, rmail-output-as-seen) (rmail-output-body-to-file): Give error if no message. Fixes: debbugs:10082
* * lisp/mail/rmail.el (rmail-current-message): Doc fix.Glenn Morris2011-11-222-1/+5
|
* * lisp/mail/rmail.el (rmail-message-filter): Mark as obsolete. Glenn Morris2011-11-222-0/+9
| | | | | | * etc/NEWS: Mention this. Fixes: debbugs:2624
* Spelling fixes.Paul Eggert2011-11-2255-109/+109
|
* shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to avoid later ↵Lars Magne Ingebrigtsen2011-11-232-3/+8
| | | | breakage.
* * lisp/server.el (server-eval-and-print): Allow C-g.Stefan Monnier2011-11-222-1/+12
| | | | Fixes: debbugs:6585
* Auto-commit of loaddefs files.Glenn Morris2011-11-221-1/+1
|
* Move rmailmm test functions to test/ directory.Glenn Morris2011-11-212-69/+6
| | | | | | | | * lisp/mail/rmailmm.el (test-rmail-mime-handler) (test-rmail-mime-bulk-handler) (test-rmail-mime-multipart-handler): Move tests to test/ directory. * test/rmailmm.el: New file, split from lisp/mail/rmailmm.el.
* gnus-art.el (gnus-article-setup-buffer): Decode group name used for article ↵Katsumi Yamaoka2011-11-222-1/+8
| | | | buffers' name.
* shr.el (shr-table-horizontal-line): Revert infinite loops introduced by Paul ↵Lars Magne Ingebrigtsen2011-11-222-3/+8
| | | | Eggert's spellfixes two days ago.
* * lisp/calc/calc.el (calc-read-key-sequence): Let-bind ↵Juri Linkov2011-11-222-1/+7
| | | | | | `input-method-function' to nil. Fixes: debbugs:10018
* mm-view.el (mm-display-inline-fontify): Make the font-lock variables ↵Lars Magne Ingebrigtsen2011-11-212-17/+26
| | | | buffer-local instead of binding them to avoid warnings. Also demote errors (bug#10063).
* Tell the caller that the next line needs recomputation, even though it ↵Lars Magne Ingebrigtsen2011-11-212-6/+16
| | | | | | doesn't start a sexp. Fixes: debbugs:10094
* * lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.Stefan Monnier2011-11-212-10/+7
|
* * mh-e.el (Version, mh-version): Update for release 8.3.1.Bill Wohler2011-11-202-2/+8
|
* * lisp/vc/pcvs-util.el (cvs-pop-to-buffer-same-frame): Use force-same-window.Stefan Monnier2011-11-202-1/+5
|
* Fix typos.Juanma Barranquero2011-11-2032-75/+88
|
* Auto-commit of loaddefs files.Glenn Morris2011-11-202-2/+2
|
* * org-list.el (org-list-send-item): Use sort instead of sort*.Andreas Schwab2011-11-202-1/+5
|
* Spelling fixes.Paul Eggert2011-11-1951-61/+61
|
* * lisp/window.el (replace-buffer-in-windows): Restore interactive spec.Chong Yidong2011-11-202-0/+5
| | | | (Probably inadvertently removed when converting to Lisp.)
* * lisp/electric.el (electric-indent-mode): Fix last change (too optimistic).Stefan Monnier2011-11-202-9/+19
|
* * lisp/emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.Stefan Monnier2011-11-192-4/+15
| | | | | | | (byte-compile-global-not-obsolete-vars): New var. (byte-compile-check-variable, byte-compile-make-obsolete-variable): Use it. (byte-compile-warn-obsolete): Align text with the one in *Help*.
* Fix typos.Juanma Barranquero2011-11-2062-129/+177
|
* Spelling fixes.Paul Eggert2011-11-19109-190/+182
|
* Small rmail fixes.Glenn Morris2011-11-193-20/+40
| | | | | | | | | | | | | * lisp/mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom. (rmail-insert-mime-forwarded-message-function, rmail-mime-feature): Doc fixes. (rmail-decode-mime-charset): Mark as obsolete. * lisp/mail/rmailsum.el (rmail-message-regexp-p-1): * lisp/mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend): Before using mime functions, check they are set. Fixes: debbugs:10077
* * lisp/info.el (Info-finder-find-node): Use `package--builtins' insteadJuri Linkov2011-11-202-15/+26
| | | | | of `package-alist'. Use node names formed by the pattern "Keyword " and the keyword name.
* * lisp/progmodes/sh-script.el (sh-assignment-regexp): Add entry forAndreas Schwab2011-11-202-0/+6
| | | | bash.
* Don't kill the *info* buffer in `Info-revert-find-node'.Juri Linkov2011-11-192-15/+25
| | | | | | | | | | | | | | | | Add `revert-buffer' to defcustom `Info-hide-node-references'. * lisp/info.el (Info-hide-note-references): Add `:set' tag to `defcustom' that calls `revert-buffer' on all Info buffers. (Info-revert-find-node): Remove let-bindings `old-buffer-name', `old-history', `old-history-forward'. Add let-binding `window-selected'. Remove calls to `kill-buffer', `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil before calling `Info-find-node', so `Info-find-node-2' will reread the Info file. Restore window positions only when `window-selected' is non-nil. Fixes: debbugs:9915
* * lisp/isearch.el (isearch-lazy-highlight-new-loop):Juri Linkov2011-11-194-20/+39
| | | | | | | | | | | | | | | | Remove condition `(not isearch-error)'. * lisp/misearch.el (multi-isearch-search-fun): Add condition `(not bound)' to ignore lazy-highlighting search. Add the search-failed message "end of multi" when the end of multi-sequence is reached. Uncapitalize the search-failed message "Repeat for next buffer". * lisp/info.el (Info-search): Add the search-failed message "end of the manual" when the end of the manual is reached in Isearch mode. Fixes: debbugs:9918
* Replace `delete' with `remove' in info.el.Juri Linkov2011-11-192-3/+10
| | | | | | | * lisp/info.el (Info-find-node-2, Info-select-node, Info-history-find-node): Use non-destructive `remove' instead of `delete' because `Info-history-list' stored to `Info-isearch-initial-history-list' in `Info-isearch-start' might need to be restored in `Info-isearch-end'.
* * lisp/isearch.el (isearch-edit-string): Let-bind `history-add-new-input'Juri Linkov2011-11-192-5/+10
| | | | | | to nil instead of binding `search-ring' and `regexp-search-ring'. Fixes: debbugs:9185
* Fix bug #10076 with vertical cursor motion in hscrolled windows.Eli Zaretskii2011-11-192-8/+12
| | | | | | lisp/simple.el (line-move): Force movement by logical lines for any hscrolled window, not only when auto-hscroll-mode is on. (line-move-visual): Update doc string to that effect.
* Change arg names of walk-windows etc from "proc" to "fun".Chong Yidong2011-11-191-24/+23
| | | | | | | They shouldn't be named "proc" since they are not processes. * lisp/window.el (walk-window-tree-1, walk-window-tree) (walk-window-subtree, walk-windows): Change argument name.
* Add a coding cookie to subr.el.Eli Zaretskii2011-11-191-1/+1
|
* * language/european.el (macintosh): Define as alias for mac-roman.Andreas Schwab2011-11-192-0/+5
|
* Fix bug #9520 with MIME display toggling.Eli Zaretskii2011-11-192-46/+101
| | | | | | | | | | | | | | | lisp/mail/rmailmm.el (rmail-mime-display-header) (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts. (rmail-mime-entity-segment, rmail-mime-toggle-raw) (rmail-mime-toggle-hidden, rmail-mime-insert-text) (rmail-mime-insert-bulk, rmail-mime-insert-multipart) (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead of a raw aref. (rmail-mime-entity-segment): To get past the tagline, move forward 2 more lines, to account for the 2 empty lines that precede and follow the line with the buttons. (rmail-mime-update-tagline): Move one more line, to get past the empty line that follows the buttons in the tagline.
* Prefix a few more internal functions with "window--".Martin Rudalics2011-11-192-25/+31
| | | | | | * window.el (window-max-delta-1, window-min-delta-1) (window-min-size-1, window-state-get-1, window-state-put-1) (window-state-put-2): Use "window--" prefix.
* Spelling fixes.Paul Eggert2011-11-1973-119/+118
|