aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (Display): Add node "Line Height" to menu.Kim F. Storm2004-12-101-1/+88
| | | | | | (Line Height): New node. Move full description of line-spacing and line-height text properties here from text.texi. (Scroll Bars): Add vertical-scroll-bar variable.
* Fix previous change.Richard M. Stallman2004-12-101-1/+0
|
* (auto-mode-alist): Map .com to DCL mode.Thien-Thi Nguyen2004-12-102-0/+5
|
* *** empty log message ***Kim F. Storm2004-12-101-4/+3
|
* *** empty log message ***Richard M. Stallman2004-12-101-3/+8
|
* (isearch-mode-map): Treat S-SPC like SPC.Richard M. Stallman2004-12-102-0/+6
|
* (xterm-mouse-event): Correct cursor position in aNick Roberts2004-12-091-2/+3
| | | | buffer with a display margin.
* *** empty log message ***Nick Roberts2004-12-091-0/+5
|
* (Imprint): Remove erroneous @value's.Luc Teirlinck2004-12-092-2/+6
|
* [ Add missing change in gnus.texi from last commits: ]Reiner Steib2004-12-092-1/+3
| | | | | * gnus.texi (Filtering Spam Using The Spam ELisp Package): Index `spam-initialize'.
* (Standard Buffer-Local Variables): Add @xref for `line-spacing'.Thien-Thi Nguyen2004-12-092-2/+8
|
* (Window Frame Parameters): New @defvar for `line-spacing'.Thien-Thi Nguyen2004-12-091-0/+19
|
* Fix typos.Richard M. Stallman2004-12-092-27/+31
|
* (INFO_TARGETS): Fix typo.Luc Teirlinck2004-12-091-1/+1
|
* Replace org.info with org.Luc Teirlinck2004-12-091-1/+1
|
* *** empty log message ***Luc Teirlinck2004-12-092-1/+11
|
* (File): Add URL and Org Mode manuals.Luc Teirlinck2004-12-091-0/+2
|
* (Saving Customizations): Emacs only loads the custom fileLuc Teirlinck2004-12-091-11/+26
| | | | | automatically after the init file in version 21.4 or later. Adapt text and examples to this fact.
* (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)Luc Teirlinck2004-12-091-2/+16
| | | | (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
* (install-arch-indep, uninstall): Add org and url manuals.Luc Teirlinck2004-12-092-3/+8
|
* (gnus-narrow-to-page): Don't hardcode point-min.Stefan Monnier2004-12-092-10/+12
|
* *** empty log message ***Jay Belanger2004-12-082-0/+10
|
* Removed comment about installation.Jay Belanger2004-12-081-6/+1
| | | | Removed comment about Emacs 19 support.
* (calc-keypad-mode): Unbind unused mouse events.Jay Belanger2004-12-081-5/+18
| | | | (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
* *** empty log message ***Richard M. Stallman2004-12-082-0/+14
|
* (get_next_display_element): Use `escape-glyph' forRichard M. Stallman2004-12-081-6/+34
| | | | | | | | control chars and escaped octal codes. (Qescape_glyph): New variable. (syms_of_xdisp): Initialize it. (escape_glyph_face): New variable. (redisplay_window): Initialize it.
* Delete code to set display table.Richard M. Stallman2004-12-081-25/+4
| | | | (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
* Update @setfilename.Richard M. Stallman2004-12-082-8/+12
| | | | | (Getting Started): No need to worry about Gnus versions. (Dealing with HTTP documents): Use @inforef.
* Fix @direntry file name.Richard M. Stallman2004-12-081-1/+1
|
* (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE, init_image):Richard M. Stallman2004-12-082-7/+12
| | | | Use 1 rather than TRUE. TRUE's not always defined.
* *** 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: [email protected]/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-082-0/+16
|
* (Scroll Bars): The option `scroll-bar-mode' has to be set through Custom.Luc Teirlinck2004-12-081-2/+4
| | | | Otherwise, it has no effect.
* (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: [email protected]/emacs--cvs-trunk--0--patch-716Miles Bader2004-12-0720-188/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * [email protected]/gnus--rel--5.10--patch-74 Update from CVS 2004-12-02 Katsumi Yamaoka <[email protected]> * 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 <[email protected]> * lisp/gnus/message.el (message-forward-make-body-plain): Always remove headers according to message-forward-ignored-headers. 2004-11-26 Katsumi Yamaoka <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * lisp/gnus/message.el (message-forbidden-properties): Fixed typo in doc string. 2004-11-25 Lars Magne Ingebrigtsen <[email protected]> * lisp/gnus/message.el (message-strip-forbidden-properties): Bind buffer-read-only (etc) to nil. 2004-11-25 Reiner Steib <[email protected]> * 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 <[email protected]> * lisp/gnus/rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to address-mime. Suggested by ARISAWA Akihiro <[email protected]>. 2004-11-22 Marek Martin <[email protected]> (tiny change) * lisp/gnus/nnfolder.el (nnfolder-request-create-group): Save current buffer. 2004-11-22 Reiner Steib <[email protected]> * 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 <[email protected]> * man/gnus.texi (Filtering Spam Using The Spam ELisp Package):
* Remove the plan to use DFA regex; it would be infeasible.Richard M. Stallman2004-12-071-2/+0
|
* Changes from arch/CVS synchronizationMiles Bader2004-12-073-1/+9
|
* * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) aroundJan Djärv2004-12-073-3/+9
| | | | | | | reset_malloc_hooks. * keyboard.c (handle_async_input, input_available_signal): Add ! defined (SYSTEM_MALLOC) around thread code.
* * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.Jan Djärv2004-12-072-0/+21
|
* url.texi: New file.Stefan Monnier2004-12-073-2/+1196
|
* Regenerate.Stefan Monnier2004-12-072-12/+22
|
* (init_eval_once): Increase max_specpdl_size to 1000.Stefan Monnier2004-12-071-1/+1
|
* (INLINE, RE_TRANSLATE_P): Move patches mistakenly committed to src/config.in.Stefan Monnier2004-12-072-5/+17
|
* * PROBLEMS: Update information about klipper on KDE.Jan Djärv2004-12-072-2/+7
|