1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00
Commit graph

33935 commits

Author SHA1 Message Date
Carsten Dominik
4b3a9ba762 (org-open-at-point): Use renamed variable
`org-confirm-shell-link-function'.
	(org-confirm-shell-link-function): Renamed from
	`org-confirm-shell-links'.
	(org-export-directory): New function.
	(org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
	(org-export-icalendar): Use `org-export-directory'.
	(org-indent-item): Keep cursor position.
	(org-link-file-path-type): New option.
	(org-export-as-html): Fixed bug with plain lists starting in
	column 0.
	(org-export-as-html): Removed deadline formatting, this happens
	now already in `org-html-handle-time-stamps'.
	(org-export-html-style): Deadline class removed.
	(org-insert-labeled-timestamps-at-point): New option.
	(org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
	of `hide-sublevels 1', in case the first headline is not level 1.
	(org-overview, org-content): New fuction.
	(org-cycle-global-status, org-cycle-subtree-status): Make these
	variables buffer-local.
	(org-global-cycle): New command.
	(org-shifttab): Use `org-global-cycle'.
	(org-insert-heading, org-insert-item): Go to end of new
	headline/item after creating it.
	(org-export-visible): Renames from `org-export-copy-visible'.  Now
	creates a temporary org-file and applies an exporting command to
	it.
	(org-table-eval-formula): Support for lisp forms.
	(org-agenda-todo-ignore-scheduled): New option.
	(org-agenda-get-todos): Use new option
	`org-agenda-todo-ignore-scheduled'.
	(org-export-html-inline-images): New value `maybe'.
	(org-export-as-html): Inlining of images dependent on link
	description.
	(org-archive-subtree): Check for end-of-buffer before trying
	`kill-line'.
	(org-agenda-follow-mode): New option.
	(org-export-with-tags, org-export-with-timestamps): New options.
	(org-html-handle-time-stamps): New function.
	(org-keyword-time-regexp): New variable.
	(org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
	(org-agenda-todo-list-sublevels): New option.
	(org-html-level-start): When TITLE is nil, just close all levels.
	(org-parse-key-lines, org-parse-export-options): Functions
	removed, replaced by `org-infile-export-plist'.
	(org-combine-plists, org-infile-export-plist)
	(org-default-export-plist): New functions.
	(org-export-html-preamble, org-export-html-postamble)
	(org-export-html-auto-preamble, org-export-html-auto-postamble):
	New variables.
	(org-export-publishing-directory): New option.
	(org-export-as-html, org-export-as-ascii): Use the new property
	lists for settings.
	(org-export-copy-visible, org-export-as-xoxo): Respect
	`org-export-publishing-directory'.
	(org-link-search, org-store-link, org-file-apps): Support for
	links to BibTeX database entries..
	(org-get-current-options, org-set-regexps-and-options): Implement
	logging as a startup option.
	(org-store-link): Make sure context string is never empty
	(org-insert-link): Use relative path when possible.
	(org-at-item-checklet-p): New function.
	(org-shifttab, org-shiftmetaleft, org-shiftmetaright)
	(org-shiftmetaup, org-shiftmetadown, org-metaleft)
	(org-metaright, org-metaup, org-metadown, org-shiftup)
	(org-shiftdown, org-shiftright, org-shiftleft)
	(org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
	Dispatch using `call-interactively'.
	(org-call-with-arg): New defsubst.
	(org-tag-alist, org-use-fast-tag-selection): New options.
	(org-complete): Use `org-tag-alist'.
	(org-fast-tag-insert, org-fast-tag-selection): New functions.
	(org-next-item, org-previous-item): New commands.
	(org-beginning-of-item, org-end-of-item): Added (interactive) to
	make command.
	(org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2006-05-24 07:54:46 +00:00
Thien-Thi Nguyen
5f25dc8145 (bindat-pack): Doc fix. 2006-05-23 11:23:25 +00:00
Thien-Thi Nguyen
b12d1537e7 Refill; nfc. 2006-05-23 08:04:25 +00:00
Thien-Thi Nguyen
f569c26e79 (ewoc-delete): New function.
(ewoc-filter): Use `ewoc-delete'.
2006-05-23 07:31:45 +00:00
Chong Yidong
594a1605cd Update comments. 2006-05-23 00:49:55 +00:00
Stefan Monnier
8e6ea7a321 (bibtex-format-entry, bibtex-clean-entry):
Signal more user-friendly error messages.
2006-05-22 21:50:47 +00:00
Stefan Monnier
35731e3bcd (PC-do-completion): Undo the addition of implicit
wildcards if they did not lead to finding any match.
(read-file-name-internal): Don't add the final > if the completion is
not finished.
2006-05-22 18:09:40 +00:00
Reiner Steib
35fdd9a77a (bibtex-maintain-sorted-entries): Quote safe-local-variable predicate. 2006-05-22 13:19:02 +00:00
Thien-Thi Nguyen
bb8d35a25e (ewoc-set-data): New func. 2006-05-22 05:41:48 +00:00
Roland Winkler
21225d8f7e (sh-mode): Use skeleton-pair-filter-function. 2006-05-21 23:18:19 +00:00
Roland Winkler
62fda6d68a (sh-mode): Use skeleton-filter-function. 2006-05-21 23:10:13 +00:00
Richard M. Stallman
214a3db00c (kill-region): Interactively, pass point, then mark. 2006-05-21 22:56:44 +00:00
Thien-Thi Nguyen
3fe358978b (ewoc-create): Add autoload cookie. 2006-05-21 22:25:22 +00:00
Roland Winkler
aa18ec07ff (sgml-transformation): Make this the alias for the following variable.
(sgml-transformation-function): Make this the real name.
(sgml-tag-alist): Mark as risky.
2006-05-21 22:19:59 +00:00
Roland Winkler
5c741ceba1 (skeleton-transformation, skeleton-filter, skeleton-pair-filter):
Make these the aliases for the following variables.
(skeleton-transformation-function, skeleton-filter-function)
(skeleton-pair-filter-function): Make these the real names.
2006-05-21 22:01:50 +00:00
Roland Winkler
5c9c3eba64 (flyspell-generic-check-word-p): Make this the alias for the
following variable.
(flyspell-generic-check-word-predicate): Make this the real name.
2006-05-21 20:57:08 +00:00
Roland Winkler
41d207e1aa (ispell-format-word): Make this the alias for the following variable.
(ispell-format-word-function): Make this the real name.
(ispell-message-text-end): Mark as risky.
2006-05-21 20:25:43 +00:00
Roland Winkler
b308197bd9 (makefile-query-one-target-method): Make this the alias for the
following variable.
(makefile-query-one-target-method-function): Make this the real name.
2006-05-21 19:26:05 +00:00
Roland Winkler
f904adbb72 (artist-text-renderer): Make this the alias for the following variable.
(artist-text-renderer-function): Make this the real name.
2006-05-21 19:10:12 +00:00
Roland Winkler
9e2d84ccc8 (makefile-special-targets-list)
(makefile-macro-table, makefile-target-table): Mark as risky.
2006-05-21 18:46:41 +00:00
Roland Winkler
eab10abb18 (bibtex-maintain-sorted-entries): Mark as safe. 2006-05-21 17:45:09 +00:00
Mathias Dahl
193948a0b0 Added information to the add-tags prompt. 2006-05-21 14:03:56 +00:00
Romain Francoise
c51ec744ad (dired-mode-map): Don't bind M-g. 2006-05-21 08:33:46 +00:00
Richard M. Stallman
6f5c4cc997 *** empty log message *** 2006-05-21 00:27:13 +00:00
Richard M. Stallman
e19d2d64ab (dired-mode-map): Put dired-goto-file on j, not M-g.
(dired-goto-file): Doc fix.
2006-05-21 00:22:46 +00:00
Kim F. Storm
398d70ced0 Mention customizing cua-mode as alternative
way to enable built-in cua-mode if user loads older CUA-mode package.
2006-05-20 22:38:02 +00:00
Kim F. Storm
5748161eab *** empty log message *** 2006-05-20 22:37:32 +00:00
Kim F. Storm
fcbc95a904 (ido-read-file-name): Bind ido-show-dot-for-dired to nil
if default-filename is specified.
2006-05-20 22:33:54 +00:00
Kim F. Storm
f2154114c1 *** empty log message *** 2006-05-20 22:33:44 +00:00
Eli Zaretskii
372ef0ab50 (menu-bar-manuals-menu) <info-apropos>: New menu item. 2006-05-20 20:43:15 +00:00
Eli Zaretskii
424567e3ec *** empty log message *** 2006-05-20 20:17:49 +00:00
Eli Zaretskii
9ef5b4323d (info-apropos): Speed up by using add-to-list instead of manual consing. 2006-05-20 20:16:59 +00:00
Eli Zaretskii
59ad6ae53b (info-apropos): Make sure current-file and current-node have non-nil values. 2006-05-20 20:07:20 +00:00
Eli Zaretskii
16c4412e9c *** empty log message *** 2006-05-20 18:36:50 +00:00
Eli Zaretskii
73290fbd37 (makefile-mode): Doc fix. 2006-05-20 18:36:11 +00:00
Eli Zaretskii
40c50be3a6 (dired-do-shell-command): Doc fix. 2006-05-20 18:19:36 +00:00
Eli Zaretskii
8a5e4b3bf7 (info-xref-check-all-custom): Skip :tag part of
``(custom-manual :tag "Foo" "(foo)Node")''.
2006-05-20 18:11:02 +00:00
Eli Zaretskii
664a80e90a (c-backslash-column): Mark as safe if its value is an integer. 2006-05-20 17:46:07 +00:00
Eli Zaretskii
3b96a16d2e (rmail-mime-charset-pattern): Add "?:" before "format".
(rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
2006-05-20 17:36:45 +00:00
Eli Zaretskii
d689858f8a (show-ifdef-block): Fix bug where parts of a hidden block remained hidden if
`hide-ifdef-lines' is non-nil.
2006-05-20 17:27:07 +00:00
Stefan Monnier
237d230e4e (gdb-script-font-lock-keywords): Use a stricter regexp for keywords. 2006-05-20 14:40:56 +00:00
YAMAMOTO Mitsuharu
0cd80dfa3f (w32-drag-n-drop): Substitute '/' for '\',
encode, and escape file name on conversion to URL.
2006-05-20 04:31:17 +00:00
YAMAMOTO Mitsuharu
fc0a69d1e7 (mac-ae-open-documents): Escape file name on conversion to URL. 2006-05-20 04:30:07 +00:00
YAMAMOTO Mitsuharu
59b715013e (browse-url-file-url): Encode file name on conversion to URL. 2006-05-20 04:29:38 +00:00
YAMAMOTO Mitsuharu
f9be433c82 (x-dnd-handle-file-name): Encode and escape file names
on conversion to URLs.
2006-05-20 04:29:18 +00:00
YAMAMOTO Mitsuharu
01aa8c41f3 (dnd-handle-one-url): Change 3rd arg ARG to URL. Don't unescape URL.
(dnd-get-local-file-name): Unescape URL on conversion to file name.
Specify LITERAL in replace-regexp-in-string.
2006-05-20 04:28:48 +00:00
Eli Zaretskii
75e3b95755 *** empty log message *** 2006-05-19 19:51:35 +00:00
Eli Zaretskii
74456292ce (c-style-alist): Doc fix. 2006-05-19 19:50:50 +00:00
YAMAMOTO Mitsuharu
689840b922 *** empty log message *** 2006-05-19 09:12:55 +00:00
YAMAMOTO Mitsuharu
7b39356d19 (mac-bytes-to-digits): Remove function.
(mac-handle-toolbar-switch-mode): Use coercion instead of it.
2006-05-19 09:09:37 +00:00