summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* shr.el (shr-table-widths): Don't use cl function `reduce'.Katsumi Yamaoka2010-10-082-2/+6
|
* Improvements to face customization interface.Chong Yidong2010-10-073-163/+212
| | | | | | | | | | | | | | | * lisp/cus-edit.el (custom-variable, custom-face): Doc fix. (custom-face-edit): Add value-create attribute. (custom-face-edit-value-create) (custom-face-edit-value-visibility-action): New functions. Hide unused face attributes by default, and add a visibility toggle. (custom-face-edit-deactivate): Show empty values with shadow face. (custom-face-selected): Only use this for face specs with default attributes. (custom-face-value-create): Cleanup. * lisp/wid-edit.el (widget-checklist-value-create): Use dolist. (widget-checklist-match-find): Make second arg optional.
* Merge changes made in Gnus trunk.Lars Magne Ingebrigtsen2010-10-079-51/+106
| | | | | | | | | | | | | | | shr.el (shr-render-td): Use a cache for the table rendering function to avoid getting an exponential rendering behaviour in nested tables. shr.el (shr-insert): Rework the line-breaking algorithm. shr.el (shr-insert): Don't leave trailing spaces. shr.el (shr-insert-table): Also insert empty TDs. shr.el (shr-tag-blockquote): Ensure paragraphs after </ul>. gnus-start.el (gnus-get-unread-articles): Require gnus-agent before bidning gnus-agent variables. mm-decode.el (mm-save-part): If given a non-directory result, expand the file name before using to avoid setting mm-default-directory to nil. gnus.el (gnus-carpal): The carpal mode has been removed, but define the variable for backwards compatability. nnimap.el (nnimap-update-info): Remove double setting of high. nnimap.el (nnimap-update-info): Don't ignore groups that have no UIDNEXT. shr.el (require): Require cl when compiling. shr.el (shr-tag-hr): New function.
* * lisp/gnus/gnus-sum.el (gnus-number): Rename from `number'.Stefan Monnier2010-10-072-8/+15
| | | | | (gnus-article-marked-p, gnus-summary-limit-to-display-predicate) (gnus-summary-limit-children): Update uses correspondingly.
* Tiny hilit-chg.el change.Glenn Morris2010-10-072-12/+16
| | | | | * lisp/hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk): Prefix things.
* Rename some more shadow.el stuff.Glenn Morris2010-10-072-4/+8
| | | | | | * lisp/emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords) (load-path-shadows-find-file): Rename variable and button. (list-load-path-shadows): Update button caller.
* Rename shadow-mode.Glenn Morris2010-10-072-3/+9
| | | | | | * lisp/emacs-lisp/shadow.el (shadow-font-lock-keywords) (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to load-path-shadows-mode, update references.
* [Gnus] Introduce gnus-gravatar-too-ugly.Katsumi Yamaoka2010-10-074-4/+34
| | | | | | gnus-gravatar.el (gnus-gravatar-too-ugly): New user option. gnus-gravatar.el (gnus-gravatar-transform-address): Don't show avatars of people of which mail addresses match gnus-gravatar-too-ugly. gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
* Merge changes made in Gnus trunk.Gnus developers2010-10-073-13/+62
| | | | | | nnimap.el (nnimap-request-rename-group): Add this method. shr.el: Keep track of the natural width of TD elements, so we know which ones to expand. shr.el: Expand TD elements to fill available space.
* url-http.el (url-http-end-of-document-sentinel): Protect against theLars Magne Ingebrigtsen2010-10-072-7/+13
| | | | process buffer being killed.
* SMIE: Reliably distinguish openers/closers in smie-prec2-levelsStefan Monnier2010-10-073-34/+78
| | | | | | | | | | * lisp/emacs-lisp/smie.el (smie-bnf-classify): New function. (smie-bnf-precedence-table): Use it to remember the closers/openers. (smie-merge-prec2s): Handle those new entries. (smie-prec2-levels): Only set precedence to nil for actual openers/closers. * lisp/progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry that is now unnecessary.
* (regexp-opt): Add `symbols' mode.Miles Bader2010-10-073-4/+17
|
* [Gnus] Enable XEmacs to display images.Katsumi Yamaoka2010-10-073-5/+12
| | | | | gnus-html.el (gnus-html-schedule-image-fetching): Remove function name from XEmacs' function-arglist. gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to gravatar under XEmacs.
* gnus-int.el, gnus-util.el: Gnus hooks for the mark get/set operations.Teodor Zlatanov2010-10-075-217/+262
| | | | | gnus-sync.el: Update docs to explain state and plans. auth-source.el: Update docs with TODO items.
* Reduce rmail.el's use of sendmail.elGlenn Morris2010-10-062-9/+13
| | | | | | | | * lisp/mail/rmail.el (mail-sendmail-delimit-header, mail-header-end) (mail-position-on-field): Remove declarations. (mail-position-on-field): Autoload it. (rmail-retry-failure): Replace use of mail-sendmail-delimit-header and mail-header-end. Don't require sendmail.
* Add a shadow-mode for load-path shadows.Glenn Morris2010-10-062-8/+46
| | | | | | | * lisp/emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable. (shadow-mode): New mode. (shadow-find-file): New button. (list-load-path-shadows): Use shadow-mode and buttons.
* Minor iimage.el changes.Glenn Morris2010-10-062-27/+32
| | | | | | | * lisp/iimage.el (iimage-version): Remove. (iimage-mode-image-search-path, iimage-mode-image-regex-alist): Turn into defcustoms. (iimage-mode-map): Give it a doc string.
* Minr appt.el change.Glenn Morris2010-10-062-3/+10
| | | | | * lisp/calendar/appt.el (appt-activate): Give a warning rather than an error if there is no diary-file.
* Include version number in doc `make dist' tarfiles.Glenn Morris2010-10-067-40/+58
| | | | | | | | | | | | | | * doc/lispref/Makefile.in (version): New, set by configure. (clean): Delete dist tar file. (dist): Use version in tar name. * doc/lispintro/Makefile.in (version): New, set by configure. (clean): Delete dist tar file. (dist): Use version in tar name. * doc/emacs/Makefile.in (version): New, set by configure. (clean): Delete dist tar file. (dist): Use version in tar name.
* sieve-manage.el: Add authenticate function.Julien Danjou2010-10-065-10/+34
| | | | sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port.
* shr.el (shr-render-td): Only delete space at the end of the TD.Lars Magne Ingebrigtsen2010-10-062-2/+5
|
* sieve-manage: use auth-source.Julien Danjou2010-10-064-162/+77
|
* Merge changes made in Gnus trunk.Gnus developers2010-10-0610-241/+257
| | | | | | | | | | | | | | | | shr.el: Rearrange function order to be more logical. gnus-faq.texi: Remove reference to my.gnus.org message.el (message-change-subject): Remove 404 URL in a comment. nnir.el: Fix Swish-E URL. nnir.el: Fix Namazu URL. nnrss.el (nnrss-check-group): Remove 404 URL in comment. nnrss.el (nnrss-discover-feed): Remove 404 URL in docstring. gnus-faq.texi (FAQ 5-5): Fix Flyspell URL. gnus-faq.texi (FAQ 7-1): Fix getmail URL. gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion to ReiserFS. nnimap.el (nnimap-open-connection): Prepare to support open-gnutls-stream. shr.el (shr-insert): Get 'space transition right. message.texi: Remove reference to gpg-2comp.
* * net/tramp-sh.el (tramp-sh-file-name-handler-alist): UseMichael Albinus2010-10-062-1/+6
| | | | `tramp-handle-find-backup-file-name'.
* nt/INSTALL: Add note about problematic characters passed to configure.Juanma Barranquero2010-10-062-0/+12
|
* * epa.texi (Caching Passphrases): New section.Daiki Ueno2010-10-062-0/+42
|
* Minor doc/*/Makefile.in change.Glenn Morris2010-10-057-4/+7
| | | | | | | * doc/emacs/Makefile.in ($(infodir)): Add parallel build workaround. * doc/lispintro/Makefile.in ($(infodir)): Add parallel build workaround. * doc/lispref/Makefile.in ($(infodir)): Add parallel build workaround. * doc/misc/Makefile.in ($(infodir)): Add parallel build workaround.
* Remove obsolete variable font-lock-defaults-alist.Glenn Morris2010-10-054-35/+21
| | | | | | | | | | | * lisp/font-core.el (font-lock-defaults-alist): Remove variable. (font-lock-mode): Doc fix. (font-lock-default-function): Do not consult font-lock-defaults-alist. * lisp/font-lock.el (font-lock-refresh-defaults): Doc fix. (font-lock-set-defaults): Doc fix. Do not consult font-lock-defaults-alist. * etc/NEWS: Mention above change.
* * lisp/hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.Glenn Morris2010-10-052-4/+6
| | | | Remove arch-tag comment.
* gnus-art.el (gnus-mime-view-part-as-type): Make it work when being called ↵Katsumi Yamaoka2010-10-062-1/+6
| | | | interactively.
* * lisp/emacs-lisp/cl.el: No longer provide cl-19.Glenn Morris2010-10-053-1/+6
| | | | * etc/NEWS: Mention this change.
* Misc cleanup for doc/*/Makefiles.Glenn Morris2010-10-058-102/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/Makefile.in (SHELL): Set it. (info): Move the mkdir dependency to the individual info files. (mostlyclean): Tidy up. (clean): Only delete the specific dvi and pdf files. (maintainer-clean): Be more restrictive in what we delete. * doc/lispref/Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile. (INSTALL_INFO): Remove unused variable. (mostlyclean, infoclean, dist): New rules. (clean): Delete dvi and pdf files. (maintainer-clean): Remove elisp.oaux, use infoclean. * doc/lispintro/Makefile.in (SHELL): Use /bin/sh, like every other Makefile.in. (INFO_SOURCES, INFO_TARGETS, DVI_TARGETS): Remove variables. ($(infodir), html, pdf, infoclean, dist): New rules. (${infodir}/eintr): Ensure $infodir exists. Use $@. (emacs-lisp-intro.dvi, emacs-lisp-intro.pdf, emacs-lisp-intro.html): Use $^. (.PHONY): Declare clean rules. (mostlyclean): Delete more temp files. (clean): Delete specific dvi, pdf and html files. (maintainer-clean): Use infoclean. (.NOEXPORT): Remove, unused by any other Makefile.in. * doc/emacs/Makefile.in (EMACS_XTRA): Add the main source file. (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi. (mostlyclean): No core files, reorder other files. (clean): Delete specific dvi and pdf files. (infoclean, dist): New rules. (maintainer-clean): Use infoclean.
* gnus-group.el (gnus-group-completing-read): Fix last change.Katsumi Yamaoka2010-10-061-1/+3
|
* Eliminate `remove-if-not' that is a cl function.Katsumi Yamaoka2010-10-066-24/+75
| | | | | | | | | gnus-util.el (gnus-remove-if): Allow hash table. gnus-util.el (gnus-remove-if-not): New function. gnus-art.el (gnus-mime-view-part-as-type): Replace remove-if-not with gnus-remove-if-not. gnus-score.el (gnus-summary-score-effect): Replace remove-if-not with gnus-remove-if-not. gnus-sum.el (gnus-read-move-group-name): Replace remove-if-not with gnus-remove-if-not. gnus-group.el (gnus-group-completing-read): Regard collection as a hash table if it is not a list.
* shr.el (shr-render-td): Allow blank/missing <TD>s.Lars Magne Ingebrigtsen2010-10-052-9/+39
| | | | shr.el: Document the table-rendering algorithm.
* Merge changes made in Gnus trunk.Lars Magne Ingebrigtsen2010-10-059-46/+168
| | | | | | | | | | | | | | | | | | | mm-decode.el (mm-shr): Bind shr-blocked-images to gnus-blocked-images. shr.el (shr-tag-table): Put all the images after the table. shr.el (shr-tag-table): Really inhibit images inside the table. shr.el (shr-collect-overlays): Copy over overlays from the TD elements to the main document. nnimap.el (nnimap-request-newgroups): Return success. gnus-group.el (gnus-group-make-group): Doc fix. nnir.el (nnir-retrieve-headers): Don't bug out on invalid data. gnus-sum.el (gnus-article-sort-by-most-recent-date): New function, added for symmetry. mm-decode.el (mm-shr): Allow displaying cid: images from shr.el. shr.el (shr-insert-table): Bind free variable. gnus-art.el (gnus-blocked-images): Move variable here. mm-decode.el (mm-shr): Require shr. shr.el (shr-tag-img): Shorten ALT texts and allow them to be line-broken. shr.el (shr-tag-img): Ignore image fetching errors. shr.el (shr-overlays-in-region): Compute overlay positions correctly. gnus-html.el (gnus-html-schedule-image-fetching): Protect against invalid URLs.
* * net/tramp.el (tramp-handle-directory-files-and-attributes)Michael Albinus2010-10-058-103/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p): New defuns, taken from tramp-smb.el. (tramp-coding-system-change-eol-conversion) (tramp-set-process-query-on-exit-flag): Removed. * net/tramp-compat.el (top): Do not check for byte-compiler objects. (tramp-compat-coding-system-change-eol-conversion) (tramp-compat-set-process-query-on-exit-flag): New defuns, taken from tramp.el. * net/tramp-gvfs.el: * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag' by `tramp-compat-set-process-query-on-exit-flag'. * net/tramp-imap.el (tramp-imap-file-name-handler-alist): Use `tramp-handle-directory-files-and-attributes', `tramp-handle-file-exists-p' and `tramp-handle-file-newer-than-file-p'. (tramp-imap-handle-file-exists-p) (tramp-imap-handle-file-executable-p) (tramp-imap-handle-file-readable-p) (tramp-imap-handle-directory-files-and-attributes) (tramp-imap-handle-file-newer-than-file-p): Removed. * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag' by `tramp-compat-set-process-query-on-exit-flag' and `tramp-coding-system-change-eol-conversion' by `tramp-compat-coding-system-change-eol-conversion'. * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use `tramp-handle-directory-files-and-attributes', `tramp-handle-file-exists-p' and `tramp-handle-file-newer-than-file-p'. (tramp-smb-handle-directory-files-and-attributes) (tramp-smb-handle-file-exists-p) (tramp-smb-handle-file-newer-than-file-p): Removed. (tramp-smb-maybe-open-connection): Replace `tramp-set-process-query-on-exit-flag' by `tramp-compat-set-process-query-on-exit-flag'.
* sieve-manage.el (sieve-manage-capability): Do not bug out when the ↵Julien Danjou2010-10-053-25/+41
| | | | | | server-value of the capability is nil. gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
* Merge changes made in Gnus trunk.Gnus developers2010-10-054-2/+22
| | | | | | | sieve-manage.el (sieve-manage-default-stream): Make default stream customizable. gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid broken links. nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is unknown. shr.el (shr-tag-em): Add <EM> tag.
* gnus-util.el (gnus-emacs-completing-read, gnus-iswitchb-completing-read): ↵Julien Danjou2010-10-052-2/+8
| | | | Use autoload rather than require.
* Merge changes made ein Gnus trunk.Katsumi Yamaoka2010-10-053-14/+28
| | | | | gnus-util.el (gnus-completing-read-function): Exclude gnus-icompleting-read and gnus-ido-completing-read from candidates for XEmacs since iswitchb.el is very old and ido.el is unavailable in XEmacs. gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as not to use `delete-dups' that is unavailable in XEmacs 21.4.
* NEWS update.Glenn Morris2010-10-041-0/+3
|
* * lisp/obsolete/rnews.el, lisp/obsolete/rnewspost.el: Remove files.Glenn Morris2010-10-043-1428/+4
|
* Fix rnewspost.el comment typo.Glenn Morris2010-10-041-1/+1
|
* gnus-html.el (gnus-html-schedule-image-fetching): Work for XEmacs.Katsumi Yamaoka2010-10-052-2/+8
|
* * .dir-locals.el: The Emacs convention is sentence-end-double-space.Glenn Morris2010-10-042-2/+5
| | | | Remove arch-tag comment.
* mm-decode.el (mm-shr): Decode contents by charset.Katsumi Yamaoka2010-10-052-1/+18
|
* shr.el: Revert last change.Katsumi Yamaoka2010-10-052-26/+1
|
* shr.el (shr-encode-url-chars): New function.Katsumi Yamaoka2010-10-052-1/+26
|
* Merge changes made in Gnus trunk.Gnus developers2010-10-0418-301/+334
| | | | | | | | | | | | | | | | | | | | | | | | | shr.el: Implement table rendering. shr.el (shr-make-table): Tweak table generation. shr.el (shr-make-table): Fix typo. nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl. gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list, for XEmacs. nnimap.el (nnimap-close-server): Implement. gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful. nnir.el (nnir-run-imap): Remove spurious space in search string. message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses without @ signs. gnus-sum.el (gnus-widen-article-window): New variable. shr.el (browse-url): Required. shr.el (shr-ensure-paragraph): Don't insert a new newline after empty-ish lines. shr.el (shr-show-alt-text, shr-browse-image): New commands. gravatar.el (gravatar-retrieved): kill buffer when retrieved. shr.el (shr-browse-url, shr-copy-url): New commands. shr.el (shr-render-td): Protect against too-wide text. spam-report.el (spam-report-url-ping-plain): Don't query about killing the process. nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting for data. shr.el (shr-tag-blockquote): Ensure paragraph after quote, too. mml-smime.el: Fix gnus-completing-read usage. shr.el (shr-get-image-data): Ensure against the cache file missing. nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is unknown.