summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-406Miles Bader2005-06-141-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 Teirlinck2005-06-131-3/+3
|
* *** empty log message ***Luc Teirlinck2005-06-131-0/+5
|
* (cua-mode): Use add-to-ordered-list toKim F. Storm2005-06-131-1/+1
| | | | add cua--keymap-alist to emulation-mode-map-alists.
* (add-to-ordered-list): New defun.Kim F. Storm2005-06-131-0/+26
|
* *** empty log message ***Kim F. Storm2005-06-131-0/+7
|
* *** empty log message ***Stefan Monnier2005-06-131-12/+25
|
* (read-face-name): Use complete-in-turn complete non-aliasesStefan Monnier2005-06-131-3/+12
| | | | in preference to face aliases.
* (complete-in-turn): New macro.Stefan Monnier2005-06-131-1/+19
| | | | (dynamic-completion-table, lazy-completion-table): Add debug info.
* (fill-match-adaptive-prefix): New function.Stefan Monnier2005-06-131-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 Monnier2005-06-132-5/+7
|
* *** empty log message ***Lute Kamstra2005-06-131-0/+8
|
* (ledit-mode): Use delay-mode-hooks.Lute Kamstra2005-06-131-1/+1
|
* (ediff-mode): Use run-mode-hooks.Lute Kamstra2005-06-131-1/+1
|
* (ediff-meta-mode): Use run-mode-hooks.Lute Kamstra2005-06-131-1/+2
|
* (edit-abbrevs-mode): Use kill-all-local-variables and run-mode-hooks.Lute Kamstra2005-06-131-1/+3
|
* (all): Don't complain about missing GTK-related variables,Eli Zaretskii2005-06-132-0/+8
| | | | unless either `gtk' is boundp or this isn't a `windows-nt' build.
* Revert arch-tagline changeMiles Bader2005-06-131-2/+1
|
* (woman-mode-line-format): Delete constant.Lute Kamstra2005-06-132-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 Kamstra2005-06-132-4/+12
|
* (org-CUA-compatible): New option.Carsten Dominik2005-06-132-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 useNick Roberts2005-06-131-19/+21
| | | | | MI command -data-list-register-values. (gdb-post-prompt): Indent properly.
* *** empty log message ***Nick Roberts2005-06-131-0/+6
|
* (highlight-changes-colors): Rename from `highlight-changes-colours'.Juanma Barranquero2005-06-122-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-modeMark A. Hershberger2005-06-122-1/+6
|
* Add comment.Stefan Monnier2005-06-121-2/+8
|
* Don't say we are dumping under 2 names on windows-nt and cygwin.Eli Zaretskii2005-06-122-1/+4
|
* *** empty log message ***Eli Zaretskii2005-06-121-0/+5
|
* (bootstrap-clean-CMD, bootstrap-clean-SH): Don't use an old loaddefs.el,Eli Zaretskii2005-06-121-11/+9
| | | | as in Makefile.in.
* (bootstrap-prepare): Don't use an old loaddefs.el.Lute Kamstra2005-06-122-10/+10
|
* (Man-mode-map): Initialize it properly.Lute Kamstra2005-06-122-5/+10
| | | | (Man-mode): Set mode-class property to special.
* (calendar-mode): Use run-mode-hooks.Lute Kamstra2005-06-122-2/+6
|
* (menu-bar-make-toggle): Remove stray backslash.Luc Teirlinck2005-06-121-1/+1
| | | | A newline is needed in the docstring there.
* *** empty log message ***Luc Teirlinck2005-06-121-0/+8
|
* Fix `repeat' BNF and `bits 2' example in Commentary.Thien-Thi Nguyen2005-06-111-3/+4
|
* (debug-on-entry, cancel-debug-on-entry): Doc fixes.Luc Teirlinck2005-06-111-6/+9
|
* printing v6.8.4Vinicius Jose Latorre2005-06-112-63/+303
|
* printing v6.8.4Vinicius Jose Latorre2005-06-111-0/+13
|
* Doc fixes for public funcs:Thien-Thi Nguyen2005-06-112-17/+24
| | | | "Returns" to "return", document useful return values, etc.
* *** empty log message ***Eli Zaretskii2005-06-111-0/+6
|
* (fill-context-prefix): Try `adaptive-fill-function'Eli Zaretskii2005-06-111-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 Zaretskii2005-06-112-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 Zaretskii2005-06-112-1/+6
|
* (edebug-eval-mode-map): Don't copy lisp-interaction-mode-map but makeLute Kamstra2005-06-112-12/+12
| | | | | it the parent. (edebug-eval-mode): Use define-derived-mode.
* Add binding of `ESC functionkey' for every `M-functionkey'.Andreas Schwab2005-06-113-6/+27
|
* Update item for 2004-01-21 with function items.Jan Djärv2005-06-111-2/+2
|
* Fix last changeJason Rumney2005-06-111-1/+1
|
* *** empty log message ***Jason Rumney2005-06-101-0/+5
|
* 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)Jason Rumney2005-06-101-2/+2
| | | | | * progmodes/compile.el (compilation-error-regexp-alist-alist) [msft]: update regexp for newer msft compilers.
* Remove most autoload cookies.Stefan Monnier2005-06-102-23/+16
| | | | | Don't hook into the url-file-handler since it currently breaks all non-HTTP URLs.