1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
Commit Graph

76902 Commits

Author SHA1 Message Date
Carsten Dominik
36ad15539d New file 2008-01-18 15:14:45 +00:00
Carsten Dominik
514a6ce6e4 (org-publish-current-project): Fix bug
with forcing publication.
2008-01-18 15:11:17 +00:00
Carsten Dominik
8c6fb58bdf (org-entry-properties): Include the CLOCKSUM special
property.
	(org-columns-edit-value): Do not allow to edit the special
	CLOCKSUM property.
	(org-flag-drawer): Use the original value of `outline-regexp'.
	(org-remember-handler): Add invisible-ok flag to call to
	`org-end-of-subtree'
	(org-agenda-highlight-todo): Respect
	`org-agenda-todo-keyword-format'.
	(org-agenda-todo-keyword-format): New option.
	(org-infile-export-plist): No restriction while searching for
	options.
	(org-remember-handler): Remove comments at the end of the buffer.
	(org-remember-use-refile-when-interactive): New option.
	(org-table-sort-lines): Make sure sorting works on link
	descritions only, and ignores the link.
	(org-sort-entries-or-items): Make sure the end of the subtree is
	included.
	(org-refile-use-outline-path): New allowed values `file' and
	`full-file-path'.
	(org-get-refile-targets): Respect new values for
	`org-refile-use-outline-path'.
	(org-agenda-get-restriction-and-command): DEL goes back to initial
	list.
	(org-export-as-xoxo): Restore point when done.
	(org-open-file): Allow multiple %s in command.
	(org-clock-in-switch-to-state): New option.
	(org-first-list-item-p): New function.
	(org-last-remember-storage-locations): New variable.
	(org-get-refile-targets): Interpret the new maxlevel setting.
	(org-refile-targets): New option `:maxlevel'.
	(org-copy-subtree): Include empty lines before but not after
	subtree.
	(org-back-over-empty-lines, org-skip-whitespace): New functions.
	(org-move-item-down, org-move-item-up): Include empty lines before
	but not after item.
	(org-first-sibling-p): New function.
	(org-remember-apply-template): Defaults, completions and history
	for template prompts.  Also, interpret new `%!' escape.
	(org-context-choices): New constant.
	(org-bound-and-true-p): New macro.
	(org-imenu-depth): New option.
	(org-imenu-markers): New variable.
	(org-imenu-new-marker, org-imenu-get-tree)
	(org-speedbar-set-agenda-restriction): New functions.
	(org-agenda-set-restriction-lock)
	(org-agenda-remove-restriction-lock, org-agenda-maybe-redo): New
	functions.
	(org-agenda-restriction-lock): New face.
	(org-agenda-restriction-lock-overlay)
	(org-speedbar-restriction-lock-overlay): New variables.
	(org-open-at-point): Removed obsolete way to do redirection in
	shell links.
	(org-imenu-and-speedbar): New customization group.
	(org-entry-properties): Return keyword-less time strings.
	(org-clock-heading-function): New option.
	(org-clock-in): Use `org-clock-heading-function'.
	(org-calendar-holiday): Try to use `calendar-check-holidays'
	instead of the obsolete `check-calendar-holidays'.
	(org-export-html-special-string-regexps): New constant.
	(org-massive-special-regexp): New variable.
	(org-compute-latex-and-specials-regexp)
	(org-do-latex-and-special-faces): New functions.
	(org-latex-and-export-specials): New face.
	(org-highlight-latex-fragments-and-specials): New option.
	(org-link-escape-chars): Use characters instead of strings.
	(org-link-escape-chars-browser, org-link-escape)
	(org-link-unescape): Use characters instead of strings.
	(org-export-html-convert-sub-super, org-html-do-expand): Check for
	protected text.
	(org-emphasis-alist): Additional `verbatim' flag.
	(org-set-emph-re): Handle the verbatim flag and compute
	`org-verbatim-re'.
	(org-cleaned-string-for-export): Protect verbatim elements.
	(org-verbatim-re): New variable.
	(org-hide-emphasis-markers): New option.
	(org-additional-option-like-keywords): Add new keywords.
	(org-get-entry): Renamed from `org-get-cleaned-entry'.
	(org-icalendar-cleanup-string): New function for quoting icalendar
	text.
	(org-agenda-skip-scheduled-if-done): New option.
	(org-agenda-get-scheduled, org-agenda-get-blocks): Use
	`org-agenda-skip-scheduled-if-done'.
	(org-prepare-agenda-buffers): Allow buffers as arguments.
	(org-entry-properties): Add CATEGORY as a special property.
	(org-use-property-inheritance): Allow a list of properties as a
	value.
	(org-eval-in-calendar): No longer update the prompt.
	(org-read-date-popup-calendar): Renamed from
	`org-popup-calendar-for-date-prompt'.
	(org-read-date-display-live): New variable.
	(org-read-date-display): New function.
	(org-read-date-analyze): New function.
	(org-remember-apply-template): Define `remember-finalize' if it is
	not yet defined.
	(org-remember-insinuate): New function.
	(org-read-date-prefer-future): New option.
	(org-read-date): Respect the setting of
	`org-read-date-prefer-future'.  Use `org-read-date-analyze'.
	(org-set-font-lock-defaults): Use `org-archive-tag' instead of a
	hardcoded string.
	(org-remember-apply-template): Use `remember-finalize' instead of
	`remember-buffer'.
	(org-columns-compute, org-column-number-to-string)
	(org-columns-uncompile-format, org-columns-compile-format)
	(org-columns-compile-format): Handle printf format specifier.
	(org-columns-new, org-column-number-to-string)
	(org-columns-uncompile-format, org-columns-compile-format):
	Support for new currency summary type.
	(org-tree-to-indirect-buffer): Do not kill old buffer when
	`org-indirect-buffer-display' is `new-frame'.
	(org-indirect-buffer-display): Document that `new-frame' leads to
	indiret buffer proliferation.
	(org-agenda-list): Use `org-extend-today-until'.
	(org-extend-today-until): New option.
	(org-format-org-table-html): Use lower-case for <col> tag.
	(org-agenda-execute): New command.
	(org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
	(org-select-remember-template): New function.
	(org-remember-apply-template): Use `org-select-remember-template'.
	(org-go-to-remember-target): New function.
2008-01-18 15:11:02 +00:00
Carsten Dominik
36611f0f4b *** empty log message *** 2008-01-18 15:06:59 +00:00
Dan Nicolaescu
e166638d11 Add a TODO note about vc-state.
(vc-next-action): Register 'unregistered and 'ignored files.  Use
when and unless instead of if where appropriate.
(vc-start-entry): Fix typo.
(vc-status): Autoload it.
2008-01-18 14:12:44 +00:00
Miles Bader
42b54a9bef Add arch tagline 2008-01-18 07:25:21 +00:00
Miles Bader
a11ded73f4 Add arch tagline 2008-01-18 07:23:26 +00:00
Glenn Morris
95986dbebc Present tense. 2008-01-18 05:45:26 +00:00
Glenn Morris
d4f7fdc601 (ffap-alist): Remove space from RFC regexp. 2008-01-18 05:43:35 +00:00
Glenn Morris
279c44082a Richard M. Stallman <rms at gnu.org>
(custom-theme-recalc-face): Use face-spec-set rather than
face-spec-recalc.
2008-01-18 05:41:09 +00:00
Glenn Morris
7d235bca82 Re-arrange for font-lock. 2008-01-18 05:39:20 +00:00
Glenn Morris
e47b4224c4 (ibuffer-mode): Fix typo in previous change. 2008-01-18 05:37:32 +00:00
Richard M. Stallman
4afd234b27 (icomplete-get-keys): Look up KEYS using all maps in proper buffer. 2008-01-18 03:19:07 +00:00
Stefan Monnier
9536288fb0 *** empty log message *** 2008-01-17 18:24:10 +00:00
Jason Rumney
d616968003 (handle_one_xevent): Revert to counting chars not bytes.
(XTread_socket): Clarify what return value is counting in comment.
2008-01-17 15:23:38 +00:00
Vinicius Jose Latorre
5ba43af2c2 New file: blank-mode.el 2008-01-17 12:48:41 +00:00
Vinicius Jose Latorre
30d0ade9b8 New file: blank-mode.el 2008-01-17 12:46:55 +00:00
Jason Rumney
1f1d079727 (use_file_dialog): Doc fix. 2008-01-17 12:05:19 +00:00
Andreas Schwab
55e6d9b27e Regenerate. 2008-01-17 11:43:28 +00:00
Andreas Schwab
ea7a608ab9 (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
instead of HAVE_X86_64_LIB64_DIR.
2008-01-17 11:42:12 +00:00
Andreas Schwab
ddd01c5dd4 (HAVE_LIB64_DIR): Renamed from HAVE_X86_64_LIB64_DIR. 2008-01-17 11:41:10 +00:00
Jason Rumney
602e142f5c (w32_read_socket) <WM_CHAR>: Decode characters outside
the unicode range available in MULE by locale-coding-system.
Improve dbcs lead byte detection. Set event timestamp and modifiers
earlier.
2008-01-17 11:38:45 +00:00
Glenn Morris
2f5ca70b21 (ibuffer-save-filter-groups, ibuffer-save-filters): Remove calls to
deleted ibuffer-update-mode-name.
2008-01-17 05:16:35 +00:00
Glenn Morris
058e068762 (HAVE_X86_64_LIB64_DIR): Also set on s390x systems. 2008-01-17 04:10:08 +00:00
Glenn Morris
b4e96cdbf9 (ibuffer-auto-mode): Remove call to deleted ibuffer-update-mode-name. 2008-01-17 04:09:20 +00:00
Glenn Morris
b16ed52dbb (START_FILES, LIB_STANDARD): Adjust value according to HAVE_X86_64_LIB64_DIR. 2008-01-17 04:08:06 +00:00
Glenn Morris
eddedb1594 Regenerate. 2008-01-17 04:06:38 +00:00
Glenn Morris
beccaaa6de (HAVE_X86_64_LIB64_DIR): Also set on s390x systems. 2008-01-17 04:04:51 +00:00
Glenn Morris
5d2c8fc0d8 (START_FILES, LIB_STANDARD): Adjust value according to HAVE_X86_64_LIB64_DIR. 2008-01-17 04:04:26 +00:00
Alan Mackenzie
1d6c7cd7ee (c-constant-symbol): Put this defun inside an eval-and-compile, so as to
permit byte-compiling (e.g. in bootstrap).
2008-01-16 21:26:59 +00:00
Alan Mackenzie
9302e128c9 *** empty log message *** 2008-01-16 21:26:01 +00:00
Juanma Barranquero
927783c1e2 *** empty log message *** 2008-01-16 16:30:53 +00:00
Dan Nicolaescu
6bed5c4a80 * configure.in: Remove more references to unsupported systems.
* s/irix3-3.h:
* s/irix4-0.h:
* s/386-ix.h:
* s/domain.h:
* s/hpux9-x11r4.h:
* s/hpux9shxr4.h: Remove files for systems no longer supported.

* sysdep.c: Remove code containing references to symbols defined
by unsupported systems.
2008-01-16 16:29:00 +00:00
Martin Rudalics
1d86a98fa0 *** empty log message *** 2008-01-16 16:25:18 +00:00
Stefan Monnier
d783847a91 (rng-nxml-mode-init): Add status after the "degraded" indicator. 2008-01-16 16:23:09 +00:00
Martin Rudalics
91b53ad5c8 (longlines-mode, longlines-show-region)
(longlines-unshow-hard-newlines): Bind buffer-file-name and
buffer-file-truename to nil while modifying buffer.
2008-01-16 16:23:00 +00:00
Martin Rudalics
5ae87ed414 (custom-reset-standard-variables-list)
(custom-reset-standard-faces-list): New variables.
(custom-reset-standard-save-and-update): New function.
(Custom-save): Apply custom-mark-to-save before and
custom-state-set-and-redraw after saving options.
(Custom-reset-standard): Apply custom-mark-to-reset-standard to
options and call custom-reset-standard-save-and-update.
(custom-variable, custom-face, custom-group): Provide new
entries for custom-mark-to-save, custom-mark-to-reset-standard,
and custom-state-set-and-redraw.
(custom-variable-mark-to-save)
(custom-variable-state-set-and-redraw)
(custom-variable-mark-to-reset-standard)
(custom-face-mark-to-save, custom-face-state-set-and-redraw)
(custom-face-mark-to-reset-standard)
(custom-group-mark-to-save, custom-group-state-set-and-redraw)
(custom-group-mark-to-reset-standard): New functions.
(custom-variable-save): Move save, state-set, and redraw
functionality to custom-variable-mark-to-save.
(custom-face-save): Move save, state-set, and redraw
functionality to custom-face-mark-to-save.
(custom-group-save): Move save, state-set, and redraw
functionality to custom-group-mark-to-save.
(custom-variable-reset-standard, custom-face-reset-standard)
(custom-group-reset-standard): Move save, state-set, and redraw
functionality to custom-reset-standard-save-and-update.

(custom-buffer-create-internal): Fix text in verbose help.
(custom-face-value-create): Indent doc-strings of faces like
those of variables.
2008-01-16 16:22:29 +00:00
Stefan Monnier
656d4706ab (server-process-filter): Replace lineno and columnnno
which defaulted to 1&0 with filepos which defaults to nil.
(server-goto-line-column): Don't move if filepos is nil.
(server-visit-files): Slight restructure to consolidate two calls to
server-goto-line-column into just one.
2008-01-16 16:21:08 +00:00
Juanma Barranquero
a8b6a3a6a0 (ada-convert-file-name): Fix typo in docstring. 2008-01-16 16:19:01 +00:00
Juanma Barranquero
6b588eb77e (whitespace-check-leading-whitespace, whitespace-check-trailing-whitespace,
whitespace-check-spacetab-whitespace, whitespace-check-indent-whitespace,
whitespace-check-ateol-whitespace): Fix typos in docstrings.
2008-01-16 16:18:32 +00:00
Stefan Monnier
7d7d1bb69d (nxml-mode): Use mode-line-process to indicate the use of degraded mode.
(nxml-degrade): Don't change mode-name.
2008-01-16 16:17:53 +00:00
Juanma Barranquero
d7cd2d8b4e (display-mm-height, display-mm-width): Fix typos in docstrings. 2008-01-16 16:17:19 +00:00
Stefan Monnier
c7972fb159 (rng-nxml-mode-init): Don't overwrite mode-line-process. 2008-01-16 16:17:00 +00:00
Juanma Barranquero
d2bde04f6a Fix typos in comments. 2008-01-16 16:15:56 +00:00
Stefan Monnier
23eabff6db (mode): Pass the buffer to format-mode-line.
(ibuffer-update-mode-name): Remove.
(ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
(ibuffer-mode): Use mode-line-process instead.
2008-01-16 16:11:09 +00:00
Stefan Monnier
b5c499629b (ibuffer-auto-update-changed, ibuffer-auto-mode): Use derived-mode-p.
(ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
2008-01-16 15:57:42 +00:00
Stefan Monnier
145fe412ba (describe-mode): Pass the right buffer to format-mode-line. 2008-01-16 15:55:15 +00:00
Glenn Morris
a9c6b41c63 Regenerate. 2008-01-16 08:57:42 +00:00
Glenn Morris
b11a06ccc7 (comint-regexp-arg): Fix no-input case. 2008-01-16 08:11:05 +00:00
Glenn Morris
2d216b52ea (comint-regexp-arg): Fix no-input case. 2008-01-16 08:10:36 +00:00