summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Richard M. Stallman2004-12-081-0/+5
|
* Delete code to set display table.Richard M. Stallman2004-12-081-25/+4
| | | | (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
* *** empty log message ***Jay Belanger2004-12-081-0/+12
|
* (math-read-replacement-list, math-read-superscripts): Move toJay Belanger2004-12-081-67/+0
| | | | | calc-aent.el. (math-read-preprocess-string): Move to calc-aent.el.
* (math-read-replacement-list, math-read-superscripts): Move fromJay Belanger2004-12-081-0/+67
| | | | | calc-ext.el. (math-read-preprocess-string): Move from calc-ext.el.
* Add math-read-preprocess-string to autoloads.Jay Belanger2004-12-081-1/+1
|
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-718Miles Bader2004-12-081-1/+1
| | | | RCS keyword removal
* (isearch-quote-char): Fix up typo in last change.Stefan Monnier2004-12-082-4/+7
|
* *** empty log message ***Luc Teirlinck2004-12-081-0/+11
|
* (mouse-set-font): Handle the case where the command was not invokedLuc Teirlinck2004-12-081-1/+3
| | | | using the mouse.
* `edit-kbd-macro' is now bound to `C-x C-k e'.Luc Teirlinck2004-12-081-4/+5
| | | | | | | (edmacro-finish-edit): Further update for keyboard macros that are lambda forms. (edmacro-sanitize-for-string): Correctly remove Meta modifier (as suggested by Kim Storm).
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716Miles Bader2004-12-0717-181/+277
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-74 Update from CVS 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/message.el (message-forward-make-body-mml): Remove headers according to message-forward-ignored-headers if a message is decoded. 2004-12-02 Romain Francoise <romain@orebokech.com> * lisp/gnus/message.el (message-forward-make-body-plain): Always remove headers according to message-forward-ignored-headers. 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/lpath.el: Remove bbdb-create-internal, bbdb-records, spam-BBDB-register-routine and spam-enter-ham-BBDB. * lisp/gnus/nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in order to silence the byte compiler. * lisp/gnus/pop3.el (pop3-md5): Define it before being used. * lisp/gnus/spam.el: Fix the way to silence the byte compiler, which complained about bbdb-buffer, bbdb-create-internal, bbdb-search-simple, mail-check-payment, spam-BBDB-register-routine, spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam, spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam, spam-stat-buffer-is-spam, spam-stat-load, spam-stat-register-ham-routine, spam-stat-register-spam-routine, spam-stat-save and spam-stat-split-fancy. 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/canlock.el (canlock-password): Remove `:size 0' or `:size 1' which may confuse users. (canlock-password-for-verify): Ditto. * lisp/gnus/deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto. * lisp/gnus/gnus-art.el (gnus-emphasis-alist): Ditto. * lisp/gnus/gnus-registry.el (gnus-registry-max-entries): Ditto. * lisp/gnus/gnus-score.el (gnus-adaptive-word-length-limit): Ditto. * lisp/gnus/gnus-start.el (gnus-save-killed-list): Ditto. * lisp/gnus/gnus-sum.el (gnus-thread-hide-subtree): Ditto. (gnus-sum-thread-tree-root): Ditto. (gnus-sum-thread-tree-false-root): Ditto. (gnus-sum-thread-tree-single-indent): Ditto. * lisp/gnus/message.el (message-courtesy-message): Ditto. (message-archive-note): Ditto. (message-subscribed-address-file): Ditto. (message-user-fqdn): Ditto. * lisp/gnus/spam-report.el (spam-report-gmane-regex): Ditto. * lisp/gnus/spam.el (spam-blackhole-good-server-regex): Ditto. 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/message.el (message-forbidden-properties): Fixed typo in doc string. 2004-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org> * lisp/gnus/message.el (message-strip-forbidden-properties): Bind buffer-read-only (etc) to nil. 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-util.el (gnus-replace-in-string): Added doc string. * lisp/gnus/nnmail.el (nnmail-split-header-length-limit): Increase to 2048 to avoid problems when splitting mails with many recipients. 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>. 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change) * lisp/gnus/nnfolder.el (nnfolder-request-create-group): Save current buffer. 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de> * man/message.texi (Various Message Variables): Mention that all mail file variables are derived from `message-directory'. * man/gnus.texi (Splitting Mail): Clarify bogus group. 2004-11-16 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus.texi (Filtering Spam Using The Spam ELisp Package):
* Changes from arch/CVS synchronizationMiles Bader2004-12-071-1/+2
|
* Fix spelling mistake in previous changes.Glenn Morris2004-12-071-4/+4
|
* *** empty log message ***Glenn Morris2004-12-071-2/+2
|
* Typo.Andreas Schwab2004-12-071-1/+2
|
* *** empty log message ***Stefan Monnier2004-12-071-4/+9
|
* (font-lock-unfontify-region): Save buffer state.Stefan Monnier2004-12-071-8/+8
| | | | (font-lock-default-unfontify-region): Dont' save buffer state any more.
* *** empty log message ***Jay Belanger2004-12-071-0/+5
|
* Set calc-summary-indentation even when Calc Summary buffer exists.Jay Belanger2004-12-071-5/+6
|
* (holiday-advent): Make arguments optional for backwardsGlenn Morris2004-12-071-13/+23
| | | | compatability. Doc fix.
* *** empty log message ***Glenn Morris2004-12-071-0/+2
|
* (holiday-easter-etc): Make arguments optional for backwardsGlenn Morris2004-12-071-26/+58
| | | | | compatability. Doc fix. Remove un-necessary local vars mandatory, output-list.
* *** empty log message ***Glenn Morris2004-12-071-0/+6
|
* (show-paren-function): Fix last change (2004-12-02).Stefan Monnier2004-12-062-7/+19
|
* (char-displayable-p): Return nil for unibyte mode.Stefan Monnier2004-12-061-2/+5
|
* (regexp-opt-depth): Use subregexp-context-p.Stefan Monnier2004-12-062-34/+30
| | | | | (regexp-opt-not-groupie*-re): Remove. (regexp-opt): Properly handle inputs with duplicate entries.
* (isearch-quote-char): Use it.Stefan Monnier2004-12-061-7/+3
|
* (subregexp-context-p): New function.Stefan Monnier2004-12-061-0/+40
|
* (info-lookup-maybe-add-help cfengine-mode): Regexp typo.Richard M. Stallman2004-12-062-1/+5
|
* (custom-file): Doc fix.Richard M. Stallman2004-12-061-5/+7
|
* Regenerate.Andreas Schwab2004-12-061-1311/+3921
|
* Comment changes.Richard M. Stallman2004-12-061-9/+9
|
* *** empty log message ***Richard M. Stallman2004-12-061-0/+4
|
* New file.Richard M. Stallman2004-12-061-0/+7590
|
* Update international/mule-util.el section.Kenichi Handa2004-12-052-9/+6
|
* Fix previous change.Richard M. Stallman2004-12-051-1/+5
|
* Remove no longer relevant item.Luc Teirlinck2004-12-051-4/+0
|
* Fix previous change.Richard M. Stallman2004-12-051-4/+1
|
* (tramp-handle-file-accessible-directory-p):Sam Steingold2004-12-052-45/+50
| | | | Fixed `tramp-time-diff' comparison logic
* (which-function): UseThien-Thi Nguyen2004-12-052-9/+9
| | | | | `run-hook-with-args-until-success' instead of a custom loop. Fixes bug with local hooks.
* (bibtex-font-lock-url-regexp):Stefan Monnier2004-12-052-83/+117
| | | | | | | | | | | Use delete-dups when calculating the initial value. (bibtex-autokey-get-title): Use <=. (bibtex-goto-line): New function. (bibtex-reposition-window): Use line numbers instead of point positions. Use window-body-height. (bibtex-find-crossref): Use bibtex-reposition-window. (bibtex-find-entry): Use bibtex-reposition-window. Always return position of entry if key is found or nil if not found.
* (custom-file): Escape double-quotes in docstring.Luc Teirlinck2004-12-052-2/+6
|
* *** empty log message ***Richard M. Stallman2004-12-051-0/+12
|
* (custom-file): Doc fix.Richard M. Stallman2004-12-051-1/+3
|
* (sh-indent-for-then): Change default.Richard M. Stallman2004-12-051-1/+1
|
* (widget-specify-field): Add `real-field' property to boundary.Richard M. Stallman2004-12-051-1/+3
| | | | (widget-field-at): Use it.
* (blink-matching-open): Obey syntax-table text properties.Stefan Monnier2004-12-031-14/+9
|
* (tex-validate-region): Obey syntax-table text properties.Stefan Monnier2004-12-031-7/+7
|
* *** empty log message ***Richard M. Stallman2004-12-031-0/+3
|