summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Remove some unused password-related autoloadsLars Magne Ingebrigtsen2012-01-072-4/+5
| | | | | * mail/smtpmail.el (password-cache-add): Removed unused declaration. (password-read): Don't autoload unused function.
* Fix bug#9693 and bug#9697.Lars Magne Ingebrigtsen2012-01-072-2/+11
|
* Merge changes made in Gnus trunk.Gnus developers2012-01-0711-29/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus.texi (Group Parameters): Really note precedence. 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org> * mm-decode.el (mm-interactively-view-part): Use `completing-read', since ido doesn't work on symbols (bug#9632). * gnus.el (gnus-group-fast-parameter): Use the same precedence rules when getting a single value as when getting all the values. This means that atoms like `gcc-self' work cumulatively, like variable settings, instead of getting the value from the last matching clause. (gnus-group-find-parameter): Protect against the group buffer not existing (bug#9585). 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-start.el (gnus-activate-group): Document more parameters (bug#9694). * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification (bug#9692). * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the article was fetched, so that it can be expired later (bug#9958). (gnus-agent-summary-fetch-series): Add doc string. (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks (bug#9517). * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async retrieval is happening. * gnus.el (gnus-parameters): Doc fix. 2012-01-06 Dave Abrahams <dave@boostpro.com> (tiny change) * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden, show the thread after expansion. 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-art.el (article-narrow-to-head): If the head is completely empty, narrow to the empty region (bug#9764). * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as read, and then mark them as unread only when the unread mark is used. This makes `C-- T k' actually work, even though it's confusing. * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is alive before we try to find its window. 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change) * mm-decode.el (mm-display-external): Use a longer timeout for the deletion to allow slow programs to display the file. 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the prompt to be less confusing.
* lisp/progmodes/which-func.el (which-func-mode): Fix bug#10428.Juanma Barranquero2012-01-072-1/+8
| | | | Turn into a non-interactive function and mark as obsolete.
* More customization-related documentation updates.Chong Yidong2012-01-062-1/+11
| | | | | | | | | | | | | | | | | * doc/emacs/custom.texi (Specifying File Variables): The mode: keyword doesn't have to be first anymore. Add example of specifying minor modes. (Directory Variables): Simplify example. Mention application to non-file buffers. (Disabling): Use "initialization file" terminology. (Init Examples): Fix hook example. * doc/lispref/variables.texi (Directory Local Variables): Document hack-dir-local-variables-non-file-buffer. * lisp/files.el (hack-dir-local-variables-non-file-buffer): Add doc. (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode functions, along with 1 and -1.
* Fix doc strings of 2 time.el variables.Eli Zaretskii2012-01-062-5/+16
| | | | | | | lisp/time.el (display-time-load-average) (display-time-default-load-average): Doc fixes. See the thread starting at http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html for the details.
* Commit of auto-generated files.Eli Zaretskii2012-01-061-2/+2
|
* Trivial unrmail fix for empty input files.Glenn Morris2012-01-062-1/+5
| | | | | | | * lisp/mail/unrmail.el (unrmail): Give an explicit error if the input file has no messages. Fixes: debbugs:10377
* Change the binding of "e" in info-mode.Glenn Morris2012-01-062-1/+4
| | | | | | | | | | * doc/lispref/maps.texi (Standard Keymaps): Refer to Info-edit by name rather than by keybinding. * lisp/info.el (Info-mode-map): Bind e to end-of-buffer, rather than Info-edit. Fixes: debbugs:10385
* * lisp/erc/erc.el (erc-tls): Add autoload cookie.Glenn Morris2012-01-052-0/+5
| | | | Fixes: debbugs:10333
* time.el minor doc fixes.Glenn Morris2012-01-052-1/+7
| | | | | * lisp/time.el (display-time-load-average, display-time-next-load-average): Doc fixes.
* Trivial bytecomp.el fix for file-local buffer-read-only.Glenn Morris2012-01-052-1/+6
| | | | | | | * lisp/emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file local setting of buffer-read-only to the input buffer. Fixes: debbugs:10419
* gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer' argument ↵Lars Magne Ingebrigtsen2012-01-062-1/+7
| | | | to `message-reply'. This broke `special-display-*' frame pop-uping (bug#10238).
* * lisp/calendar/calendar.el (calendar-mode): Locally set scroll-margin to 0.Glenn Morris2012-01-052-0/+6
|
* * lisp/play/doctor.el (doctor-death): Escape "," characters.Ulrich Mueller2012-01-052-2/+6
| | | | Fixes: debbugs:10370
* eshell fix for change in return value of `diff' command (bug#10420)Glenn Morris2012-01-052-2/+10
| | | | | * lisp/eshell/em-unix.el (diff-no-select): Autoload it. (eshell/diff): Use diff-no-select.
* Fix some compiler warnings.Bastien Guerry2012-01-053-17/+28
|
* Fix some compiler warnings.Bastien Guerry2012-01-055-9/+33
|
* Proper fix for shell-completion-execonly.Chong Yidong2012-01-052-4/+18
| | | | | | | | | * shell.el (shell-dynamic-complete-functions): Revert last change. (shell-command-completion-function): New function. (shell-completion-vars): Use it to implement shell-completion-execonly. Fixes: debbugs:10417
* Auto-commit of loaddefs files.Glenn Morris2012-01-057-17/+17
|
* starttls.el (starttls-available-p): Return nil on Windows/MS-DOS systems, ↵Lars Magne Ingebrigtsen2012-01-052-3/+9
| | | | since these allegedly don't work there.
* Tweak handling of custom-enabled-themes and custom-safe-themes.Chong Yidong2012-01-053-9/+23
| | | | | | | * lisp/cus-theme.el (custom-theme-merge-theme): Ignore custom-enabled-themes and custom-safe-themes. * lisp/custom.el (enable-theme): Don't set custom-safe-themes.
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051246-1249/+1249
|
* Copyright, license, and header fixes for Org.Glenn Morris2012-01-0516-51/+47
|
* 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>Michael Mauger2012-01-042-5/+28
| | | | | | | | | | * progmodes/sql.el (sql-login-hook): Add hook to respond to the first prompt in `sql-interacive-mode'. (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin keywords. (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword. (sql-product-interactive): Bug fix: Set `sql-buffer' in context of original buffer. Invoke `sql-login-hook'.
* Merge changes made in Gnus trunk.Gnus developers2012-01-046-13/+45
| | | | | | | | | | | | | | | | | | | 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus.texi (Group Parameters): Note precedence. 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change) * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a live buffer. 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org> * nnir.el (nnir-retrieve-headers): Protect against the article not existing on the server (bug#10335). 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change) * gnus-agent.el (gnus-agent-load-local): Recompute gnus-agent-article-local on changing method. 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus.el (gnus-parameters): Note precedence. 2012-01-04 Leo <sdl.web@gmail.com> * nndraft.el (nndraft-update-unread-articles): Don't move point around in the group buffer.
* Rmail: support citations with non-ASCII letters in namesEli Zaretskii2012-01-042-1/+6
| | | | | lisp/mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII letters in cite-prefix.
* Fix trailing whitespaces in Org files.Bastien Guerry2012-01-0427-67/+59
|
* Fix even more copyright year for Org files.Bastien Guerry2012-01-044-4/+4
|
* Fix more copyright year for Org files.Bastien Guerry2012-01-0412-12/+12
|
* Fix copyright year for Org files.Bastien Guerry2012-01-0495-102/+113
|
* Merge changes made in Gnus trunk.Gnus developers2012-01-046-57/+145
| | | | | | | | | | | | | | | | | | | | | | | 2012-01-04 Julien Danjou <julien@danjou.info> * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs change. 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org> * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture, too. * nntp.el (nntp-retrieve-group-data-early): Use it. 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org> * nntp.el (nntp-retrieval-in-progress): New variable. (nntp-make-process-buffer): Make it buffer-local. * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in 2010. (gnus-demon-init): Use it to compute the time if time is on the form "04:23". * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'. * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection status in the correct buffer. 2012-01-03 Leo <sdl.web@gmail.com> * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around when opening topics (bug#10407).
* * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.Lars Magne Ingebrigtsen2012-01-032-2/+8
|
* Merge Org 7.8.03Bastien Guerry2012-01-03108-3040/+12471
|
* Fix shell completion regression.Chong Yidong2012-01-032-3/+10
| | | | | | * lisp/shell.el (shell-dynamic-complete-functions): Put pcomplete-completions-at-point, so as to try comint-filename-completion first (Bug#10417).
* Fix typos.Juanma Barranquero2012-01-031-16/+16
|
* Handle battery capacity on Lemote Yeeloong.Richard M. Stallman2012-01-022-2/+99
|
* Move shell-dir-cookie-re feature into Dirtrack mode.Chong Yidong2012-01-023-91/+77
| | | | | | | | | | | | * lisp/dirtrack.el (dirtrack-list): Eliminate unused third element. (dirtrack): Merge code for handling relative filenames in prompt from shell-dir-cookie-watcher. (dirtrack-debug-message): New arg to avoid excess format calls. * lisp/shell.el (shell-dir-cookie-re): Variable deleted. (shell-dir-cookie-watcher): Function deleted. (shell-mode): Don't use shell-dir-cookie-re, since it is redundant with dirtrack-mode.
* Allow Emacs on w32 to build against and work with GnuTLS 3.x.Eli Zaretskii2012-01-012-1/+7
| | | | | | | | | | | src/gnutls.c (init_gnutls_functions): Load gnutls_check_version. Load gnutls_transport_set_lowat only if GnuTLS version is below 2.11.1. (emacs_gnutls_handshake): Call gnutls_transport_set_lowat only for GnuTLS versions below 2.11.1. lisp/term/w32-win.el (dynamic-library-alist) <gnutls>: Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to libgnutls-26.dll.
* Auto-commit of loaddefs files.Glenn Morris2012-01-011-302/+292
|
* * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.Andreas Schwab2011-12-312-31/+35
|
* Auto-commit of loaddefs files.Glenn Morris2011-12-311-1/+1
|
* Decode message headers of non-MIME messages in Rmail.Eli Zaretskii2011-12-312-1/+14
| | | | | lisp/mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded headers of non-MIME messages, when rmail-enable-mime is non-nil.
* Fix bug #9246 with scrolling in ERC under word-wrap.Antoine Levitt2011-12-312-19/+19
| | | | | | lisp/erc/erc-goodies.el (erc-scroll-to-bottom): Use post-command-hook rather than window-scroll-functions. Fixes a bug with scrolling under word-wrap on a tty.
* Spelling fixes.Paul Eggert2011-12-3042-50/+50
|
* Spelling fixes.Paul Eggert2011-12-2931-38/+38
|
* Fix earlier ChangeLog message from 2011-12-21T11:30:00Z!tzz@lifelogs.com.Ted Zlatanov2011-12-291-10/+19
|
* * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" propertyMichael Albinus2011-12-292-2/+24
| | | | | | | | also for alternative shells. (tramp-open-connection-setup-interactive-shell): Check, whether the shell is a busybox. (tramp-send-command): Don't suppress multiple prompts for busyboxes, it hurts.
* Fix GDB mode line for gdb-create-source-file-list nil.Chong Yidong2011-12-282-4/+10
| | | | | | | * lisp/progmodes/gdb-mi.el (gdb-get-source-file-list) (gdb-get-source-file): Move mode line update to gdb-get-source-file. Fixes: debbugs:10087
* mm-view.el (mm-display-inline-fontify): Add comment.Katsumi Yamaoka2011-12-282-1/+7
|