Commit graph

2016 commits

Author SHA1 Message Date
Juri Linkov
69f5930ae5 (ispell-word): Add interactive arg `region'. Fix docstring. 2007-10-18 00:07:48 +00:00
Juri Linkov
b2d35abb42 (fill-paragraph-or-region): Remove function at the request of RMS.
(fill-paragraph): Change `arg' to optional `justify'.  Add interactive
arg `region'.  Fix docstring.  At the first `or' branch add call to
`fill-region' if it the region is active in transient-mark-mode.
2007-10-18 00:06:33 +00:00
Juri Linkov
75662d966b (ispell-word): Call `ispell-region' on the active region in transient-mark-mode.
(ispell-region): Change messages displayed at the start and end of
the spell-checking to be the same.
2007-10-14 20:40:53 +00:00
Glenn Morris
47aad890c4 (reftex-select-item): Use mapc rather than mapcar. 2007-10-13 23:01:09 +00:00
Glenn Morris
85484c836a (org-export-as-html, org-export-as-ascii)
(org-fast-tag-selection): Use mapc rather than mapcar.
2007-10-13 02:57:57 +00:00
Glenn Morris
b6064d5230 (org-publish-get-plist-from-filename): Use mapc rather than mapcar. 2007-10-12 06:41:15 +00:00
Glenn Morris
551e625ffe Remove some trailing whitespace.
(reftex-do-citation)
(reftex-insert-bib-matches): Use mapc rather than mapcar.
2007-10-12 06:39:21 +00:00
Glenn Morris
fe2ca5ece2 (reftex-offer-label-menu): Use mapc rather than mapcar. 2007-10-12 06:37:58 +00:00
Glenn Morris
91529f3d15 (reftex-select-unmark): Use mapc rather than mapcar. 2007-10-12 06:36:27 +00:00
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