Commit graph

2057 commits

Author SHA1 Message Date
Glenn Morris
17d10974d8 (reftex-toc-do-promote): Use mapc rather than mapcar. 2007-10-12 06:34:33 +00:00
Glenn Morris
4b33469eb5 (reftex-erase-all-selection-and-index-buffers)
(reftex-access-parse-file): Use mapc rather than mapcar.
2007-10-12 06:33:19 +00:00
Glenn Morris
5ffc62f5e6 Revert down-casing of copyright header. 2007-10-11 03:47:14 +00:00
John Wiegley
15841868a1 Installed version 5.11b of org-mode 2007-10-10 23:57:33 +00:00
Miles Bader
1af74d06e5 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
2007-10-09 08:52:57 +00:00
Juri Linkov
e65f7c9677 (fill-paragraph-or-region): New function. 2007-10-06 22:15:10 +00:00
Glenn Morris
0bda3658f4 (tex-fontify-script, tex-font-script-display): Add :version tag.
\
2007-09-28 03:36:33 +00:00
Glenn Morris
8b6f62fc57 (tex-suscript-height-ratio, tex-suscript-height-minimum): New
customizable variables.
(tex-suscript-height): New function.
(superscript, subscript): Set height using tex-suscript-height
rather than fixing at 0.8.
2007-09-28 03:29:59 +00:00
John Wiegley
d509888517 2007-09-26 Bastien Guerry <bzg@altern.org>
* org-export-latex.el (org-export-latex-tables-verbatim): New
	function.
	(org-export-latex-remove-from-headlines): Name changed because of
	typo.
	(org-export-latex-quotation-marks-convention): Option removed.
	(org-export-latex-make-preamble): Handle the DATE option.
	(org-export-latex-cleaned-string): Now the only cleaning function,
	synched up with org.el.
	(org-export-latex-lists, org-export-latex-parse-list)
	(org-export-list-to-latex): New functions.


2007-09-26  Carsten Dominik  <dominik@science.uva.nl>

	* org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
	(org-outline-regexp): New constant.
	(org-remember-handler): Throw error when the target file is not in
	org-mode.
	(org-cleaned-string-for-export): No longer call
	`org-export-latex-cleaned-string' with an argument.
	(org-get-tags): Returns now a list, not a string.
	(org-get-tags-string): New function.
	(org-archive-subtree): No need to split return of `org-get-tags'.
	(org-set-tags, org-entry-properties): Call `org-get-tags-string'
	instead of `org-get-tags'.
	(org-agenda-format-date): Renamed from `org-agenda-date-format'.
	(org-time-from-absolute, org-agenda-format-date-aligned): New
	functions.
	(org-compatible-face): New argument INHERITS.  Inherit from this
	face if possible.
	(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-drawer, org-column, org-warning)
	(org-archived, org-todo, org-done, org-headline-done, org-table)
	(org-formula, org-code, org-agenda-structure)
	(org-scheduled-today, org-scheduled-previously)
	(org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
	in the new way.
	(org-get-heading): New argument NO-TAGS.
	(org-fast-tag-selection-include-todo): Made defvar instead of
	defcustom, feature is not deprecated.
	(org-remember-store-without-prompt): New default value t.
	(org-todo-log-states): New variable.
	(org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
	Compute the log states.
	(org-goto-map): More commands copied from global map.  Also bind
	`org-occur'.
	(org-goto): Made into a general lookup command.
	(org-get-location): Complete rewrite.
	(org-goto-exit-command): New variable.
	(org-goto-selected-point): New variable.
	(org-goto-ret, org-goto-left, org-goto-right, org-goto-quit): Set
	the new variables.
	(org-paste-subtree): Whitespace insertion strategy revised.
	(org-remember-apply-template): Protect v-A from the possibility
	that v-a might be nil.
	(org-remember-handler): Insertion rules revised.
	(org-todo): Respect org-todo-log-states.
	(org-up-heading-safe): New function.
	(org-entry-get-with-inheritance): Use `org-up-heading-safe'.

	* org.texi: Change links to webpage and maintained email.
	(Remember): Promoted to Chapter, significant changes.
	(Fast access to TODO states): New section.
	(Faces for TODO keywords): New section.
	(Export options): Example for #+DATE.
	(Progress logging): Section moved.
2007-09-26 05:05:01 +00:00
Juanma Barranquero
4e454e5bed (table--generate-source-epilogue, table-insert,
table--generate-source-cells-in-a-row, table--make-cell-map,
*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
2007-09-26 00:36:39 +00:00
Juanma Barranquero
6c3bce72f8 (flyspell-delay-commands, flyspell-deplacement-commands):
Use `mapc' rather than `mapcar'.
2007-09-26 00:32:27 +00:00
Juanma Barranquero
b5242984f9 (artist-mt-get-symbol-from-keyword-sub, artist-go-retrieve-from-symbol-sub,
artist-go-get-symbol-shift-sub, artist-fc-retrieve-from-symbol-sub,
artist-vaporize-line, artist-vaporize-lines, artist-ellipse-compute-fill-info,
artist-submit-bug-report): Use `mapc' rather than `mapcar'.
2007-09-26 00:31:44 +00:00
Glenn Morris
acdc4e5902 (tex-font-script-display): Doc fix. 2007-09-25 07:29:43 +00:00
Richard M. Stallman
7c4d5b8abb (org-confirm-shell-link-function, org-confirm-elisp-link-function): Doc fixes. 2007-09-23 14:23:33 +00:00
Juri Linkov
f3de57e906 (org-confirm-shell-link-function): Doc fix. 2007-09-22 23:56:57 +00:00
Glenn Morris
2fb34c68c7 (tex-next-unmatched-eparen): Doc fix.
(tex-last-unended-eparen): New function.
(latex-backward-sexp-1): Doc fix.  Handle escaped parens.
2007-09-21 07:56:33 +00:00
Glenn Morris
09b33024ce (tex-validate-region): Handle escaped parens.
(tex-next-unmatched-eparen): New function.
(latex-forward-sexp-1): Doc fix.  Handle escaped parens.
(latex-forward-sexp): Doc fix.
2007-09-21 03:07:52 +00:00
Glenn Morris
c6228f1452 Refill copyright.
NB previous change had incorrect CVS log entry.  Correct log:

(tex-validate-buffer): Use paragraph motion functions, rather than
hard-coding "\n\n".
(tex-validate-region): Check for eobp, to speed up.
(tex-next-unmatched-end): Doc fix.
2007-09-20 03:08:03 +00:00
Glenn Morris
98fcc75bb3 (tex-validate-buffer): Use paragraph motion functions, rather than
hard-coding "\n\n".
(tex-validate-region): Check for eobp, to speed up.
(tex-next-unmatched-end): Doc fix.
2007-09-20 03:06:38 +00:00
Glenn Morris
0a4daff51e Revert previous change. 2007-09-20 03:01:01 +00:00
Glenn Morris
3cfff67b9e Revert previous change. 2007-09-20 02:53:58 +00:00
Glenn Morris
120d9fb5a2 (tex-terminate-paragraph): Leave point at the site of any mismatch. 2007-09-19 07:24:45 +00:00
Glenn Morris
41c12ad876 (tex-terminate-paragraph): Use backward-paragraph. 2007-09-19 07:24:17 +00:00
Glenn Morris
739d53dc46 (tex-terminate-paragraph): Use backward-paragraph. 2007-09-19 07:19:54 +00:00
Stefan Monnier
fb7d927563 (css-electric-keys): electrick->electric.
(css-mode): Update correspondingly.
2007-09-18 01:48:23 +00:00
Richard M. Stallman
299ea3d32e (tex-verbatim-environments): Eliminate CL dependency. 2007-09-17 22:23:13 +00:00
Glenn Morris
3d1634c64a (tex-compilation-parse-errors): Prefer the filename from
`--file-line-error', if it is available.
2007-09-17 07:04:46 +00:00
Glenn Morris
e47a29adbf Joe Wells <jbw at macs.hw.ac.uk> (tiny change)
(tex-compilation-parse-errors): Also match TeX `--file-line-error'
format.
2007-09-17 07:02:35 +00:00
Glenn Morris
6f800ba681 (tex-compilation-parse-errors): Prefer the filename from
`--file-line-error', if it is available.
2007-09-17 07:01:53 +00:00
Glenn Morris
af751646bd Joe Wells <jbw at macs.hw.ac.uk> (tiny change)
(tex-compilation-parse-errors): Also match TeX `--file-line-error'
format.
2007-09-17 07:01:41 +00:00
Glenn Morris
eecfb4da1b (tex-region): Simplify previous change,
handling the case where the region is not in `tex-main-file'.
(tex-region-1): Delete.
(tex-region-header): New function, doing the header part of the
old tex-region-1.
2007-09-17 00:26:49 +00:00
Glenn Morris
595a68b473 (tex-region): Simplify previous change,
handling the case where the region is not in `tex-main-file'.
(tex-region-1): Delete.
(tex-region-header): New function, doing the header part of the
old tex-region-1.
2007-09-17 00:24:12 +00:00
Glenn Morris
80c2ab0f7d (tex-region): Handle the case where the region is not in
`tex-main-file'.  Move the old code that applies to both cases...
(tex-region-1): ...to this new function.
2007-09-16 02:05:26 +00:00
Glenn Morris
b2272f67e7 (tex-region): Handle the case where the region is not in
`tex-main-file'.  Move the old code that applies to both cases...
(tex-region-1): ...to this new function.
2007-09-16 02:01:51 +00:00
Glenn Morris
96736d92c6 (css): New custom group.
(css-electrick-keys, css-selector, css-property)
(css-indent-offset): Specify custom group.
2007-09-15 20:45:41 +00:00
Glenn Morris
3c8e09dc2a (bibtex-style-indent-basic): Specify a custom group. 2007-09-15 20:44:17 +00:00
Glenn Morris
cf69573ae0 (org-publish-org-to-html): Remove duplicate function definition. 2007-09-12 07:30:25 +00:00
Glenn Morris
58efff6411 Standardize license text. 2007-09-12 07:30:07 +00:00
Stefan Monnier
2db33a18b6 Remove spurious * in docstrings.
(texinfo-mode-syntax-table, texinfo-mode-map): Initialize in the declaration.
2007-09-10 04:02:09 +00:00
Carsten Dominik
b1634ed294 * textmodes/org-export-latex.el: arch-tag restored. 2007-09-08 04:48:24 +00:00
Carsten Dominik
4fbd475076 *** empty log message *** 2007-09-08 04:40:00 +00:00
John Wiegley
0b8568f5fb Updated to org-mode 5.08 2007-09-07 20:16:46 +00:00
Michaël Cadilhac
08fea92887 (flyspell-mark-duplications-exceptions): New variable. List of
exceptions for the duplicated word rule.
(flyspell-mark-duplications-flag): Mention it.
(flyspell-word): Treat it.
2007-08-31 13:41:31 +00:00
Carsten Dominik
a2ac8d7658 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
(org-remove-keyword-keys): New function.
2007-08-30 13:56:28 +00:00
Carsten Dominik
374585c99c (org-export-visible): Fix drawers before export.
(org-do-sort): Allow sorting by priority.
	(org-agenda-files): Ignore non-existing files.
	(org-agenda-skip-unavailable-files): New variable.
	(org-ellipsis): All a face as value.
	(org-mode): Interprete the face value of `org-ellipsis'.
	(org-archive-save-context-info): New option.
	(org-archive-subtree): Store context info in archived entry.
	(org-fast-tag-selection-can-set-todo-state): New variable.
	(org-fast-tag-selection): Allow setting TODO states through this
	interface.
	(org-cycle): Docstring updated.
	(org-todo-keyword-faces): New option.
	(org-get-todo-face): New function.
	(org-set-font-lock-defaults, org-agenda-highlight-todo): Use
	`org-get-todo-face'.
	(org-switch-to-buffer-other-window): New function.
	(org-table-edit-field, org-table-show-reference)
	(org-table-edit-formulas, org-add-log-note)
	(org-fast-tag-selection, org-agenda, org-prepare-agenda)
	(org-timeline): Use `org-switch-to-buffer-other-window' instead of
	`switch-to-buffer-other-window' to make sure that the temporary
	windows show up on the current frame.
	(org-mhe-get-message-real-folder, org-batch-store-agenda-views)
	(org-get-entries-from-diary, org-replace-region-by-html): Don't
	allow pop-up frames.
	(org-agenda-get-deadlines, org-agenda-get-scheduled): Fixed
	problems with time-of-day.
	(org-export-get-title-from-subtree): New function.
	(org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
	with listing items that are DONE.
	(org-change-tag-in-region): New command.
	(org-agenda-skip-scheduled-if-done)
	(org-agenda-skip-deadline-if-done): Docstring clarified.
	(org-mode): Hide drawers on startup.
	(org-get-todo-face): New function.
	(org-todo-keyword-faces): New option.
2007-08-30 09:49:14 +00:00
Glenn Morris
76b872c7b0 License should be GPLv3 or later. 2007-08-29 07:26:00 +00:00
Richard M. Stallman
478adae212 (flyspell-mode): Catch errors in flyspell-mode-on. 2007-08-27 16:26:48 +00:00
Miles Bader
970a31dd84 Remove RCS keywords
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-863
2007-08-27 09:30:04 +00:00
Miles Bader
7f22a76506 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 97-100)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 246-247)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-860
2007-08-27 04:00:19 +00:00
Stefan Monnier
1c232e1069 (\,): Calrify it's not a new-style unquote. 2007-08-23 18:37:20 +00:00