summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is non-nil, ↵Lars Magne Ingebrigtsen2011-06-302-3/+13
| | | | and `nnimap-split-methods' is nil, use the former.
* Fix the last commit, do revert-buffer when plstore-revert.Daiki Ueno2011-06-301-0/+1
|
* Add plstore-revert, hide buffer from user.Daiki Ueno2011-06-302-11/+22
| | | | | * plstore.el (plstore-revert): New function. (plstore-open): Use it; hide the buffer from user.
* Silence auth-source.el compilation.Daiki Ueno2011-06-301-0/+1
|
* Add new auth-source backend 'plstore.Daiki Ueno2011-06-303-6/+549
| | | | | | * auth-source.el (auth-source-backend): New member "arg". (auth-source-backend-parse): Handle new backend 'plstore. * plstore.el: New file.
* nnimap.el (nnimap-process-expiry-targets): Say what target we're expiring ↵Lars Magne Ingebrigtsen2011-06-302-7/+13
| | | | articles to.
* * lisp/w32-fns.el (w32-charset-info-alist): Declare.Glenn Morris2011-06-292-0/+4
|
* * lisp/find-dired.el (find-grep-options): Simplify.Glenn Morris2011-06-292-2/+3
|
* * lisp/gnus/gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.Glenn Morris2011-06-292-4/+3
|
* Add bug ref to ChangeLog.Glenn Morris2011-06-291-1/+1
|
* ChangeLog fix.Glenn Morris2011-06-291-1/+1
|
* * etc/TODO: Remove some things that got to-done.Glenn Morris2011-06-291-6/+0
|
* * lisp/term/ns-win.el (ns-set-resource): Declare.Glenn Morris2011-06-292-1/+4
|
* * lisp/gnus/mm-util.el (mm-charset-synonym-alist): Move definition before use.Glenn Morris2011-06-292-28/+32
|
* * lisp/ses.el (row, col): Declare dynamic variables honestly.Glenn Morris2011-06-292-4/+4
|
* Silence reftex-parse compilation.Glenn Morris2011-06-292-26/+33
| | | | | * lisp/textmodes/reftex-parse.el (index-tags): Declare. Nuke trailing whitespace.
* (thing-at-point-short-url-regexp): Require that short URLs have at least one ↵Lars Magne Ingebrigtsen2011-06-302-1/+4
| | | | dot in them (bug #7614).
* mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4 variations ↵Lars Magne Ingebrigtsen2011-06-302-1/+7
| | | | as ASCII (bug#5458).
* Avoid calling customize-save-variable during startup (Bug#8720).Chong Yidong2011-06-295-23/+60
| | | | | | | | | | | | | * lisp/cus-edit.el (customize-push-and-save): New function. * lisp/files.el (hack-local-variables-confirm): Use it. * lisp/custom.el (load-theme): New arg NO-CONFIRM. Use customize-push-and-save (Bug#8720). (custom-enabled-themes): Doc fix. * lisp/cus-theme.el (customize-create-theme) (custom-theme-merge-theme): Callers to load-theme changed.
* nnmh.el (nnmh-request-list-1): Work on MS Windows.Katsumi Yamaoka2011-06-302-1/+7
|
* (rgrep): Bind `process-connection-type' to nil, because using a pty is ↵Lars Magne Ingebrigtsen2011-06-302-2/+9
| | | | apparently too slow (bug #895).
* Merge changes made in Gnus trunk.Lars Magne Ingebrigtsen2011-06-304-5/+35
| | | | | | | | message.el (message-point-in-header-p): Tweak the function to default to saying that we're not in the headers if there is no separator at all. This makes it possible to use the Message version of `M-q' in buffers with no headers (bug#7987). (message-point-in-header-p): Fix last checkin to work with an empty mail-header-separator, too. auth-source.el (auth-source-netrc-saver): If the user says "don't ask again, save the choice via customize. message.el (message-send-mail-function): Add `sendmail-query-once'. nnimap.el (nnimap-finish-retrieve-group-infos): If the server has ended the connection, bail out before waiting infinitely on a new connection.
* Add the new `sendmail-query-once' function to sendmail.el.Lars Magne Ingebrigtsen2011-06-292-0/+48
|
* * lisp/files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.Glenn Morris2011-06-292-0/+7
|
* Silence ses.el compilation.Glenn Morris2011-06-292-8/+18
| | | | | | * lisp/ses.el (top-level): Require cl when compiling. (ses-set-localvars): Fix error statement. Call it at compile time to silence a storm of warnings.
* Rename more functions to use window-/window-- prefixes.Martin Rudalics2011-06-294-150/+196
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * window.c (resize_root_window, grow_mini_window) (shrink_mini_window): Rename Qresize_root_window to Qwindow_resize_root_window and Qresize_root_window_vertically to Qwindow_resize_root_window_vertically. * window.el (normalize-live-buffer): Rename to window-normalize-buffer. (normalize-live-frame): Rename to window-normalize-frame. (normalize-any-window): Rename to window-normalize-any-window. (normalize-live-window): Rename to window-normalize-live-window. (make-window-atom): Rename to window-make-atom. (window-resize-reset): Rename to window--resize-reset. (window-resize-reset-1): Rename to window--resize-reset-1. (resize-mini-window): Rename to window--resize-mini-window. (resize-subwindows-skip-p): Rename to window--resize-subwindows-skip-p. (resize-subwindows-normal): Rename to window--resize-subwindows-normal. (resize-subwindows): Rename to window--resize-subwindows. (resize-other-windows): Rename to window--resize-siblings. (resize-this-window): Rename to window--resize-this-window. (resize-root-window): Rename to window--resize-root-window. (resize-root-window-vertically): Rename to window--resize-root-window-vertically. (normalize-buffer-to-display): Rename to window-normalize-buffer-to-display. (normalize-buffer-to-switch-to): Rename to window-normalize-buffer-to-switch-to. Correspondingly update all callers of the functions listed above. (display-buffer-alist, display-buffer-normalize-arguments) (display-buffer-normalize-options, display-buffer) (display-buffer-alist-set): Use "function" instead of "fun-with-args".
* Auto-commit of generated files.Glenn Morris2011-06-291-71/+94
|
* * configure.in: Do not override user crt-dir, even if faulty.Glenn Morris2011-06-281-3/+4
|
* * configure.in: Tweak previous change.Glenn Morris2011-06-281-1/+4
|
* * configure.in: Try to test for the required crt*.o files.Glenn Morris2011-06-282-48/+74
|
* Merge changes made in Gnus trunk.Teodor Zlatanov2011-06-283-1/+15
| | | | | | gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug reports. gnus.el (gnus-bug-package): Use "gnus." (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
* Tweaks to the report-emacs-bug preamble.Chong Yidong2011-06-282-21/+38
| | | | | | * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug addresses more clearly. Add hyperlinks for bug-gnu-emacs and debbugs.gnu.org. Mention acknowledgment email.
* * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.Paul Eggert2011-06-282-1/+4
|
* (smtpmail-send-it): Leave off changing the buffer multibyteness, since it ↵Lars Magne Ingebrigtsen2011-06-282-1/+5
| | | | shouldn't matter.
* Some more fixes of buffer display functions.Martin Rudalics2011-06-282-19/+37
| | | | | | | | | | | | * window.el (display-buffer-in-side-window): Handle dedicated windows as in display-buffer-reuse-window. (display-buffer-normalize-alist): Use value of override specifier. (display-buffer-normalize-specifiers): Use value of other-window-means-other-frame specifier. (display-buffer-alist): Rewrite some texts in widgets. (display-buffer): Spread arguments when calling function specified by fun-with-args.
* * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table): Unnest `let'.Deniz Dogan2011-06-282-40/+43
|
* * textmodes/css-mode.el (css-proprietary-nmstart-re): Use `regexp-opt'.Deniz Dogan2011-06-282-1/+2
|
* * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped selectors.Deniz Dogan2011-06-282-1/+6
| | | | Fixes: debbugs:5732
* * doc/misc/rcirc.texi (Configuration): Bug-fix: ↵Deniz Dogan2011-06-282-4/+10
| | | | `rcirc-default-user-full-name' is now `rcirc-default-full-name'. Reported by Elias Pipping <pipping@exherbo.org>.
* * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).Jari Aalto2011-06-272-1/+14
| | | | | (eshell-ls-date-format): New defcustom. (eshell-ls-file): Use it.
* * lisp/help-fns.el (describe-variable): Fix message for terminal-local vars.Stefan Monnier2011-06-272-6/+16
|
* * lisp/net/ange-ftp.el: Allow loading .gz files (Bug#6923).Katsumi Yamaoka2011-06-272-3/+11
| | | | | (ange-ftp-make-tmp-name): New arg. (ange-ftp-file-local-copy): Use it.
* Remove incorrect ChangeLog entry from last commit.Chong Yidong2011-06-271-8/+0
|
* Coding system fix for tar-untar-buffer (Bug#8870).Jambunathan K2011-06-272-1/+15
| | | | | * lisp/tar-mode.el (tar-untar-buffer): Set coding-system-for-write to no-conversion.
* Use window- prefix more consistently. Fix two buffer display bugs.Martin Rudalics2011-06-274-93/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * window.c (resize_window_check): Rename to window_resize_check. (resize_window_apply): Rename to window_resize_apply. (Fresize_window_apply): Rename to Fwindow_resize_apply. (Fdelete_other_windows_internal, resize_frame_windows) (Fsplit_window_internal, Fdelete_window_internal) (grow_mini_window, shrink_mini_window) (Fresize_mini_window_internal): Fix callers accordingly. * window.el (resize-window-reset): Rename to window-resize-reset. (resize-window-reset-1): Rename to window-resize-reset-1. (resize-window): Rename to window-resize. (window-min-height, window-min-width) (resize-mini-window, resize-this-window, resize-root-window) (resize-root-window-vertically, adjust-window-trailing-edge) (enlarge-window, shrink-window, maximize-window) (minimize-window, delete-window, quit-restore-window) (split-window, balance-windows, balance-windows-area-adjust) (balance-windows-area, window-state-put-2) (display-buffer-even-window-sizes, display-buffer-set-height) (display-buffer-set-width, set-window-text-height) (fit-window-to-buffer): Rename all "resize-window" prefixed calls to use the "window-resize" prefix convention. (display-buffer-alist): Fix symbol for label specifier. (display-buffer-reuse-window): Set reuse-dedicated to cdr of corresponding specifier. Reported by Juanma Barranquero <lekktu@gmail.com>.
* src/makefile.w32-in: Redesign dependencies.Juanma Barranquero2011-06-272-955/+730
|
* Use better names for window-next/-prev and window-vchild/-hchild.Martin Rudalics2011-06-274-43/+61
| | | | | | | | | | | | | | | | | * window.c (Fwindow_vchild): Rename to Fwindow_top_child. (Fwindow_hchild): Rename to Fwindow_left_child. (Fwindow_next): Rename to Fwindow_next_sibling. (Fwindow_prev): Rename to Fwindow_prev_sibling. * window.el (window-right, window-left, window-child) (window-child-count, window-last-child) (window-iso-combination-p, walk-window-tree-1) (window-atom-check-1, window-tree-1, delete-window) (window-state-get-1, display-buffer-even-window-sizes): Adapt to new naming conventions - window-vchild, window-hchild, window-next and window-prev are now called window-top-child, window-left-child, window-next-sibling and window-prev-sibling respectively.
* Auto-commit of loaddefs files.Glenn Morris2011-06-271-1/+1
|
* Have overlays with window property respect clone numbers.Martin Rudalics2011-06-272-6/+24
| | | | | | | * buffer.c (Qclone_number): Declare static and DEFSYM it. (sort_overlays, overlay_strings): When an overlay's clone number matches the window's clone number process the overlay even if the overlay's window property doesn't match the current window.
* (ses-destroy-cell-variable-range): Fix heading comment convention.Vincent Belaïche2011-06-272-8/+17
| | | | (ses-call-printer): Does not pass an empty string to formatter when the cell is empty to keep from barking printer Calc math-format-value.