1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-05 13:31:45 -08:00
Commit graph

33633 commits

Author SHA1 Message Date
Carsten Dominik
2fdb00aab2 (org-export-as-xoxo): Fix call to `indent-region'. 2006-04-21 13:48:00 +00:00
Carsten Dominik
bea5b1ba9a (org-mode-map): Catch conflict with old allout.el.
(org-open-at-point): Remove the "...done" message to keep
	output in the echo area visible.
2006-04-21 13:45:58 +00:00
Carsten Dominik
90c14869e2 *** empty log message *** 2006-04-21 13:45:44 +00:00
Eli Zaretskii
72ffd9d017 *** empty log message *** 2006-04-21 12:23:10 +00:00
Eli Zaretskii
50e5c8857d (keyboard-coding-system): defcustom info-link fixes: "Specify Coding" has
been split, keyboard now in "Terminal Coding", and "Single-Byte Character
Support" is now "Unibyte Mode".
2006-04-21 12:22:24 +00:00
Eli Zaretskii
72dcf679ee Change herring@lanl.gov's entries to use the name from his legal papers. 2006-04-21 12:06:53 +00:00
Miles Bader
f67d6742cb Revision: emacs@sv.gnu.org/emacs--devo--0--patch-238
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 87-90)

   - Merge from emacs--devo--0
   - Update from CVS
2006-04-21 05:35:31 +00:00
Bill Wohler
d2464a9fb9 * mh-tool-bar.el (image-load-path): Define to shush compiler.
(mh-buffer-exists-p): Move inside mh-do-in-gnu-emacs since it isn't
used outside of it.
(mh-tool-bar-folder-buttons-init, mh-tool-bar-letter-buttons-init):
Update load-path/image-load-path before setting buttons. This code
used to be in mh-folder-mode/mh-letter-mode but this was the wrong
place since mh-tool-bar-*-buttons-init can also be called when
customizing the buttons.
(mh-tool-bar-update): New function which updates tool-bar-map in all
of the MH-E buffers after customizing the buttons (closes SF
#1452718).
(mh-tool-bar-folder-buttons-set, mh-tool-bar-letter-buttons-set): Call
it (closes SF #1452718).

* mh-folder.el (mh-folder-buttons-init-flag): Delete. Use
mh-folder-tool-bar-map instead.
(image-load-path): Delete. No longer used.
(mh-folder-mode): Moved setting of image-load-path into
mh-tool-bar-folder-buttons-init.

* mh-letter.el (mh-letter-buttons-init-flag): Delete. Use
mh-letter-tool-bar-map instead.
(image-load-path): Delete. No longer used.
(mh-letter-mode): Moved setting of image-load-path into
mh-tool-bar-letter-buttons-init.

* mh-seq.el (mh-narrow-to-seq, mh-widen): Use with-current-buffer
instead of set-buffer.
2006-04-21 01:32:16 +00:00
Dan Nicolaescu
7fe9a6e3c1 (sh-shell): Mark as safe. 2006-04-20 23:35:08 +00:00
Nick Roberts
bf49275d6e *** empty log message *** 2006-04-20 23:00:16 +00:00
Nick Roberts
eff8536f40 (gdb-data-list-register-values-handler):
Use font-lock-warning-face for any errors e.g. no stack.
(gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2006-04-20 22:57:03 +00:00
Dan Nicolaescu
be2c62b3c2 (comment-start, comment-start-skip)
(comment-end-skip, comment-end): Mark as safe.
2006-04-20 21:24:19 +00:00
J.D. Smith
5a02d811ed Ensure point at beginning of source help buffer, so class/tag finding works. 2006-04-20 19:45:16 +00:00
Carsten Dominik
a650b502fe Remove forgotten (debug) form. 2006-04-20 12:17:26 +00:00
Carsten Dominik
b744e31940 *** empty log message *** 2006-04-20 11:48:56 +00:00
Carsten Dominik
d943b3c6ed * org.el (org-deadline-announce): Face removed.
(org-level-faces, org-n-levels): Converted to constant.
        (org-compatible-face): New function.
        (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
        (org-level-5, org-level-6, org-level-7, org-level-8)
        (org-special-keyword, org-warning, org-headline-done,
        org-link)
        (org-date, org-tag, org-todo, org-done, org-table,
        org-formula)
        (org-scheduled-today, org-scheduled-previously,
        org-time-grid):
        Face definition revised for better color tty support.
        (org-bold-re, org-italic-re, org-underline-re): New constants.
        (org-set-font-lock-defaults): Use the new constants.
        (org-agenda-highlight-todo): New function.
        (org-agenda-todo): Fixed bug with point at end of line.
        (org-agenda-change-all-lines, org-finalize-agenda-entries):
        Fontify TODO keywords.
        (org-insert-link): Preserve relative path in ../ links.
        (org-export-as-html): Convert links pointing to .org files
        into
        links that will work beteen the exported HTML files.
        (org-todo-list): Fix bug when arg=0.
        (org-insert-heading): More fine-tuning.
2006-04-20 11:44:52 +00:00
J.D. Smith
374407b3db Remove C-c C-j binding. 2006-04-19 21:17:12 +00:00
Bill Wohler
02195654f6 Fix typo. 2006-04-19 21:03:23 +00:00
Bill Wohler
d36069f0e7 (mh-tool-bar-define): Fix enable-expr so that one can permenently
disable a button (such as a separator) with nil.
2006-04-19 21:02:59 +00:00
Romain Francoise
f948ab6c52 (rmail-convert-to-babyl-format): Use second group from
`rmail-mime-charset-pattern'.
2006-04-19 09:55:40 +00:00
Dan Nicolaescu
0fea1d1029 (python-mode): Fix typo. 2006-04-19 06:37:31 +00:00
Romain Francoise
0273adca6b Remove conflict marker. 2006-04-19 06:29:47 +00:00
J.D. Smith
c3d2959c21 (comint-previous-input): Don't clobber input line when moving off either
end of the input history ring.
(comint-delete-input): New function, used by `comint-previous-input' and
others.
(comint-previous-matching-input): Use `coming-delete-input'. Save the
partial input if leaving the edit line.  Goto point-max before deleting
input to avoid partial input fragments hanging around.
(comint-restore-input): New function, used by `comint-previous-input',
and bound to "C-c C-j".
2006-04-18 23:49:28 +00:00
J.D. Smith
014513ef4f * comint.el (comint-previous-input): Don't clobber input line
when moving off either end of the input history ring.
(comint-delete-input): New function, used by
`comint-previous-input' and others.
(comint-previous-matching-input): Use
`coming-delete-input'. Save the partial input if leaving the
edit line.  Goto point-max before deleting input to avoid
partial input fragments hanging around.
(comint-restore-input): New function, used by
`comint-previous-input', and bound to [C-c C-g].
2006-04-18 23:46:53 +00:00
Luc Teirlinck
7edd10caf2 *** empty log message *** 2006-04-18 23:04:23 +00:00
Luc Teirlinck
f5aefd63a6 (imenu--index-alist): Balance parentheses. 2006-04-18 22:49:21 +00:00
Dan Nicolaescu
3398a4aee7 (python-mode): Add support for
hs-minor-mode.
2006-04-18 22:34:54 +00:00
Reiner Steib
ec7793c3a6 (read-abbrev-file): Use abbrev-file-name if optional
file is nil.
2006-04-18 22:04:27 +00:00
Bill Wohler
def2755256 Add SF number to :package-version implementation. 2006-04-18 21:29:03 +00:00
Richard M. Stallman
290e4aae7b *** empty log message *** 2006-04-18 21:25:10 +00:00
Richard M. Stallman
42cc79e684 (tooltip-mode, tooltip-use-echo-area): Doc fixes. 2006-04-18 21:23:12 +00:00
Richard M. Stallman
98639288c8 (imenu-create-index-function, imenu--index-alist)
(imenu--last-menubar-index-alist, imenu--make-index-alist)
(imenu-default-create-index-function, imenu--generic-function):
Doc fixes.
2006-04-18 21:22:33 +00:00
Richard M. Stallman
df5b8a5364 (image-toggle-display): Handle tar and arc subfiles. 2006-04-18 21:21:08 +00:00
Richard M. Stallman
e58cec15eb (enable-local-variables): Allow :all as value.
(hack-local-variables): Implement that value.
(safe-local-variable-values, safe-local-eval-forms)
(enable-local-variables): Mark as risky.
(find-file-visit-truename, kept-old-versions): Mark safe.
2006-04-18 21:20:03 +00:00
Richard M. Stallman
7561ff7493 (help-mode): Set view-exit-action to delete window. 2006-04-18 21:18:27 +00:00
Richard M. Stallman
27bdc650c3 (setenv): Get rid of arg UNSET. Interactive unsetting
now works by passing nil as arg.
2006-04-18 21:17:50 +00:00
Stefan Monnier
75669e0223 (tcl-send-string, tcl-send-region): Use forward-line so as to get to BOL
even in the presence of fields.
(tcl-eval-region): Strip surrounding space to avoid multiple prompts in return.
(inferior-tcl): Tell tclsh to work in interactive mode.
2006-04-18 21:16:50 +00:00
Richard M. Stallman
7cf8b3fcac (apropos-print): Don't do where-is on self-insert-command. 2006-04-18 21:16:50 +00:00
Richard M. Stallman
4cabf12bbc (edit-abbrevs-redefine): Temporarily widen.
(read-abbrev-file): Provide default when reading filename.
2006-04-18 21:16:13 +00:00
Bill Wohler
17ce6de79f (defcustom-mh, defface-mh, defgroup-mh, mh-face-data)
(mh-strip-package-version, mh-face-data, mh-inherit-face-flag)
(mh-min-colors-defined-flag): Do not unbind these macros and
variables. Nice idea, but too many nasty side-effects. These macros
are needed by [Cc]ustom-make-dependencies when creating the MH-E
customization groups in mh-cus-load.el. These disappeared when the
macros above were introduced. Besides, if a developer were to try to
show the help for a macro or variable they were looking at and got [No
match] when they did so, that would be bad.
2006-04-18 19:20:44 +00:00
Stefan Monnier
8d85a56561 (partial-completion-mode): Use 'choose-completion-string-functions to make
sure that choose-completion fills the minibuffer properly.

(PC-old-read-file-name-internal): Remove.
(PC-read-include-file-name-internal): Remove.  Turn it into an advice
of read-file-name-internal.
(partial-completion-mode): Enable/disable this advice.
2006-04-18 17:33:33 +00:00
Juanma Barranquero
348f73b053 Bring ChangeLog back to the iso-2022-7bit flock. 2006-04-18 10:26:37 +00:00
Juanma Barranquero
aa04257e45 (tramp-completion-file-name-handler): Revert change of 2006-04-17. 2006-04-18 10:02:40 +00:00
Carsten Dominik
87acbfdaba *** empty log message *** 2006-04-18 06:37:40 +00:00
Carsten Dominik
4146eb1624 (org-insert-heading): Insert heading before current if at
beginning of line.
	(org-todo, org-date): New faces.
	(org-table-align): Make sure tooltip window contains full text.
	(org-no-properties): New defsubst.
	(org-set-font-lock-defaults): Use new faces.
2006-04-18 06:34:24 +00:00
Miles Bader
25bf734947 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-228
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 86)

   - Update from CVS
2006-04-18 02:14:00 +00:00
Bill Wohler
d5468dff87 (mh-insert-x-mailer): Strip build number from version in X-Mailer
field (closes SF #1466481).
2006-04-18 01:55:54 +00:00
Bill Wohler
c90c4cf168 * mh-acros.el (mh-defun-compat): Rename to defun-mh in order that
variables and functions with the same name are found correctly by
find-func (invoked by clicking on the filename link in the *Help*
buffer.
(mh-defmacro-compat): Rename to defmacro-mh. Ditto. *
mh-e.el: (mh-defgroup): Rename to defgroup-mh. Ditto.
(mh-defcustom): Rename to defcustom-mh. Ditto.
(mh-defface): Rename to defface-mh. Ditto.
(mh-font-lock-add-keywords): Make changes according to these
renamings.

* mh-e.el, mh-compat.el, mh-gnus.el: Use the new names (closes SF
#1472029).
2006-04-18 00:55:43 +00:00
Bill Wohler
cd35b20a6f (mh-sub-folders-actual): Mention that folder must have been processed
by mh-normalize-folder-name.
(mh-folder-completion-function): Handle completion of folders with
absolute names. Also, when flag is t, display complete folder name to
provide proper highlighting in Emacs 22 now that
minibuffer-completing-file-name is nil (closes SF #1470518).
(mh-folder-completing-read): No longer set
minibuffer-completing-file-name to t. This was causing "Can't set
current directory errors" when browsing absolute file names. Another
benefit of this change is that SPC can be used for completion
again (closes SF #1470518).
2006-04-17 23:43:03 +00:00
Nick Roberts
791223f7e8 *** empty log message *** 2006-04-17 20:25:52 +00:00