Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-406 | Miles Bader | 2005-06-14 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 80-82) - Merge from emacs--cvs-trunk--0 - Update from CVS 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/mm-view.el (mm-inline-text): Withdraw the last change. 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while executing enriched-decode. | ||||
* | (cancel-debug-on-entry): Mention default in minibuffer prompt. | Luc Teirlinck | 2005-06-13 | 1 | -3/+3 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2005-06-13 | 1 | -0/+5 |
| | |||||
* | (cua-mode): Use add-to-ordered-list to | Kim F. Storm | 2005-06-13 | 1 | -1/+1 |
| | | | | add cua--keymap-alist to emulation-mode-map-alists. | ||||
* | (add-to-ordered-list): New defun. | Kim F. Storm | 2005-06-13 | 1 | -0/+26 |
| | |||||
* | *** empty log message *** | Kim F. Storm | 2005-06-13 | 1 | -0/+7 |
| | |||||
* | *** empty log message *** | Stefan Monnier | 2005-06-13 | 1 | -12/+25 |
| | |||||
* | (read-face-name): Use complete-in-turn complete non-aliases | Stefan Monnier | 2005-06-13 | 1 | -3/+12 |
| | | | | in preference to face aliases. | ||||
* | (complete-in-turn): New macro. | Stefan Monnier | 2005-06-13 | 1 | -1/+19 |
| | | | | (dynamic-completion-table, lazy-completion-table): Add debug info. | ||||
* | (fill-match-adaptive-prefix): New function. | Stefan Monnier | 2005-06-13 | 1 | -48/+46 |
| | | | | | | | (fill-context-prefix): Use it to avoid guessing absurdly long prefixes. Remove unused vars `start' and `firstline'. (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p. (justify-current-line, fill-individual-paragraphs): Remove unused vars. | ||||
* | (url-file, url-file-asynch-callback): Use with-current-buffer. | Stefan Monnier | 2005-06-13 | 2 | -5/+7 |
| | |||||
* | *** empty log message *** | Lute Kamstra | 2005-06-13 | 1 | -0/+8 |
| | |||||
* | (ledit-mode): Use delay-mode-hooks. | Lute Kamstra | 2005-06-13 | 1 | -1/+1 |
| | |||||
* | (ediff-mode): Use run-mode-hooks. | Lute Kamstra | 2005-06-13 | 1 | -1/+1 |
| | |||||
* | (ediff-meta-mode): Use run-mode-hooks. | Lute Kamstra | 2005-06-13 | 1 | -1/+2 |
| | |||||
* | (edit-abbrevs-mode): Use kill-all-local-variables and run-mode-hooks. | Lute Kamstra | 2005-06-13 | 1 | -1/+3 |
| | |||||
* | (all): Don't complain about missing GTK-related variables, | Eli Zaretskii | 2005-06-13 | 2 | -0/+8 |
| | | | | unless either `gtk' is boundp or this isn't a `windows-nt' build. | ||||
* | Revert arch-tagline change | Miles Bader | 2005-06-13 | 1 | -2/+1 |
| | |||||
* | (woman-mode-line-format): Delete constant. | Lute Kamstra | 2005-06-13 | 2 | -45/+37 |
| | | | | | | | | (woman-mode-map): Initialize it properly. (woman-mode): Set mode-class property to special. Use delay-mode-hooks and run-mode-hooks. Use the right keymap. Set major-mode and mode-name. Don't set mode-line-format directly. (Man-getpage-in-background): Don't reference woman-mode-line-format. | ||||
* | (cancel-debug-on-entry): Make the empty string argument obsolete. | Lute Kamstra | 2005-06-13 | 2 | -4/+12 |
| | |||||
* | (org-CUA-compatible): New option. | Carsten Dominik | 2005-06-13 | 2 | -209/+492 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (org-disputed-keys): New variable. (org-key): New function. (orgtbl-make-binding): Add docstring to the created function. (org-mode): Set paragraph start/separate regexps. (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers. (org-archive-location, org-archive-mark-done) (org-archive-stamp-time): New options. (org-archive-subtree): New command. (org-fill-paragraph): New function. (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'. (org-fake-empty-table-line): Function removed. (org-format-org-table-html): Do not create empty table lines at separator lines. Improved table header treatment. (org-link-format): New option. (org-make-link): New function. (org-insert-link, org-store-link): Use org-make-link. (org-open-file): Quote file name for shell command, to allow spaces in file names. (org-link-regexp): Fixed bug with mailto link. (org-link-maybe-angles-regexp, org-protected-link-regexp): New constant. (org-export-as-html): Deal with the optional angles around a link. Better treatment of file: links. (org-open-at-point): Replace @{ and @} with < and >. (org-run-mode-hooks): Function removed. (org-agenda-mode): No longer use `org-run-mode-hooks'. | ||||
* | (gdb-registers-mode): Let gdbmi use | Nick Roberts | 2005-06-13 | 1 | -19/+21 |
| | | | | | MI command -data-list-register-values. (gdb-post-prompt): Indent properly. | ||||
* | *** empty log message *** | Nick Roberts | 2005-06-13 | 1 | -0/+6 |
| | |||||
* | (highlight-changes-colors): Rename from `highlight-changes-colours'. | Juanma Barranquero | 2005-06-12 | 2 | -8/+19 |
| | | | | | | (highlight-changes-colours): Keep as obsolete alias. (highlight-changes-face-list): Doc fix. (hilit-chg-make-list): Use `highlight-changes-colors'. | ||||
* | Remove stray paren in defun-prompt-regexp for cperl-mode | Mark A. Hershberger | 2005-06-12 | 2 | -1/+6 |
| | |||||
* | Add comment. | Stefan Monnier | 2005-06-12 | 1 | -2/+8 |
| | |||||
* | Don't say we are dumping under 2 names on windows-nt and cygwin. | Eli Zaretskii | 2005-06-12 | 2 | -1/+4 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2005-06-12 | 1 | -0/+5 |
| | |||||
* | (bootstrap-clean-CMD, bootstrap-clean-SH): Don't use an old loaddefs.el, | Eli Zaretskii | 2005-06-12 | 1 | -11/+9 |
| | | | | as in Makefile.in. | ||||
* | (bootstrap-prepare): Don't use an old loaddefs.el. | Lute Kamstra | 2005-06-12 | 2 | -10/+10 |
| | |||||
* | (Man-mode-map): Initialize it properly. | Lute Kamstra | 2005-06-12 | 2 | -5/+10 |
| | | | | (Man-mode): Set mode-class property to special. | ||||
* | (calendar-mode): Use run-mode-hooks. | Lute Kamstra | 2005-06-12 | 2 | -2/+6 |
| | |||||
* | (menu-bar-make-toggle): Remove stray backslash. | Luc Teirlinck | 2005-06-12 | 1 | -1/+1 |
| | | | | A newline is needed in the docstring there. | ||||
* | *** empty log message *** | Luc Teirlinck | 2005-06-12 | 1 | -0/+8 |
| | |||||
* | Fix `repeat' BNF and `bits 2' example in Commentary. | Thien-Thi Nguyen | 2005-06-11 | 1 | -3/+4 |
| | |||||
* | (debug-on-entry, cancel-debug-on-entry): Doc fixes. | Luc Teirlinck | 2005-06-11 | 1 | -6/+9 |
| | |||||
* | printing v6.8.4 | Vinicius Jose Latorre | 2005-06-11 | 2 | -63/+303 |
| | |||||
* | printing v6.8.4 | Vinicius Jose Latorre | 2005-06-11 | 1 | -0/+13 |
| | |||||
* | Doc fixes for public funcs: | Thien-Thi Nguyen | 2005-06-11 | 2 | -17/+24 |
| | | | | "Returns" to "return", document useful return values, etc. | ||||
* | *** empty log message *** | Eli Zaretskii | 2005-06-11 | 1 | -0/+6 |
| | |||||
* | (fill-context-prefix): Try `adaptive-fill-function' | Eli Zaretskii | 2005-06-11 | 1 | -6/+6 |
| | | | | | BEFORE `adaptive-fill-regexp' when determining a fill prefix. (adaptive-file-function): Minor amendment to doc-string. | ||||
* | (thumbs-per-line, thumbs-thumbsdir-max-size) | Eli Zaretskii | 2005-06-11 | 2 | -5/+9 |
| | | | | | (thumbs-relief, thumbs-margin, thumbs-image-resizing-step): Fix :type--it is `integer', not `string'. | ||||
* | (modeline-highlight): Rename from (the erroneous) `modeline-higilight'. | Eli Zaretskii | 2005-06-11 | 2 | -1/+6 |
| | |||||
* | (edebug-eval-mode-map): Don't copy lisp-interaction-mode-map but make | Lute Kamstra | 2005-06-11 | 2 | -12/+12 |
| | | | | | it the parent. (edebug-eval-mode): Use define-derived-mode. | ||||
* | Add binding of `ESC functionkey' for every `M-functionkey'. | Andreas Schwab | 2005-06-11 | 3 | -6/+27 |
| | |||||
* | Update item for 2004-01-21 with function items. | Jan Djärv | 2005-06-11 | 1 | -2/+2 |
| | |||||
* | Fix last change | Jason Rumney | 2005-06-11 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Jason Rumney | 2005-06-10 | 1 | -0/+5 |
| | |||||
* | 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change) | Jason Rumney | 2005-06-10 | 1 | -2/+2 |
| | | | | | * progmodes/compile.el (compilation-error-regexp-alist-alist) [msft]: update regexp for newer msft compilers. | ||||
* | Remove most autoload cookies. | Stefan Monnier | 2005-06-10 | 2 | -23/+16 |
| | | | | | Don't hook into the url-file-handler since it currently breaks all non-HTTP URLs. |