emacs/lisp/textmodes
Carsten Dominik 38f8646b6f (orgstruct-mode-map): New variable.
(orgstruct-mode): New minor mode.
	(turn-on-orgstruct, orgstruct-error, orgstruct-setup)
	(orgstruct-make-binding, org-context-p, org-get-local-variables)
	(org-run-like-in-org-mode): New functions.
	(org-cycle-list-bullet): New command.
	(org-special-properties, org-property-start-re)
	(org-property-end-re): New constants.
	(org-with-point-at): New macro.
	(org-get-property-block, org-entry-properties, org-entry-get)
	(org-entry-delete, org-entry-get-with-inheritance)
	(org-entry-put, org-buffer-property-keys): New functions.
	(org-insert-property-drawer): New command.
	(org-entry-property-inherited-from): New variable.
	(org-column): New face.
	(org-column-overlays, org-current-columns-fmt)
	(org-current-columns-maxwidths, org-column-map): New variables.
	(org-column-menu): New menu.
	(org-new-column-overlay, org-overlay-columns)
	(org-overlay-columns-title, org-remove-column-overlays)
	(org-column-show-value, org-column-quit, org-column-edit): New
	functions.
	(org-columns, org-agenda-columns): New commands.
	(org-get-columns-autowidth-alist): New functions.
	(org-properties): New customize group.
	(org-default-columns-format): New option.
	(org-priority): Realign tags after changing priority.
	(org-preserve-lc): New macro.
	(org-update-checkbox-count): Catch case when there is no headline.
	(org-agenda-quit): Remove any column overlays.
	(org-beginning-of-item-list): Fixed bug when non-item
	line is indented too deep.
	(org-cached-props): New variable.
	(org-cached-entry-get): New function.
	(org-make-tags-matcher): Handle property matches.
	(org-table-recalculate): Swap evaluation order:  Field
	formula first, then column formulas, but don't allow them to
	overwrite the field formulas.
	(org-table-eval-formula): New argument untouchable.
	(org-table-put-field-property): New function.
2007-07-02 13:38:15 +00:00
..
.gitignore
artist.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
bib-mode.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
bibtex-style.el Adjust copyright notice. 2007-06-11 22:06:36 +00:00
bibtex.el (bibtex-entry-format): New options whitespace', braces', and `string'. 2007-06-23 22:00:03 +00:00
conf-mode.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
css-mode.el (css-navigation-syntax-table): 2007-06-08 21:57:46 +00:00
dns-mode.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
enriched.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
fill.el (canonically-space-region): Make the second arg 2007-05-25 15:00:22 +00:00
flyspell.el (flyspell-correct-word-before-point): Don't let opoint be nil. 2007-05-24 22:12:25 +00:00
ispell.el (ispell-get-word): Return markers for start and end positions. 2007-05-18 22:32:08 +00:00
makeinfo.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
nroff-mode.el Groff \# comments. 2007-06-28 07:14:47 +00:00
org-publish.el Remove RCS keywords 2007-06-11 02:42:19 +00:00
org.el (orgstruct-mode-map): New variable. 2007-07-02 13:38:15 +00:00
page-ext.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
page.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
paragraphs.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
picture.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
po.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
refbib.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
refer.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
refill.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
reftex-auc.el * textmodes/reftex.el: Add maintainer address. 2007-03-22 21:06:43 +00:00
reftex-cite.el * textmodes/reftex.el: Add maintainer address. 2007-03-22 21:06:43 +00:00
reftex-dcr.el * textmodes/reftex.el: Add maintainer address. 2007-03-22 21:06:43 +00:00
reftex-global.el * textmodes/reftex.el: Add maintainer address. 2007-03-22 21:06:43 +00:00
reftex-index.el * textmodes/reftex.el: Add maintainer address. 2007-03-22 21:06:43 +00:00
reftex-parse.el * textmodes/reftex.el: Add maintainer address. 2007-03-22 21:06:43 +00:00
reftex-ref.el * textmodes/reftex.el: Add maintainer address. 2007-03-22 21:06:43 +00:00
reftex-sel.el * textmodes/reftex.el: Add maintainer address. 2007-03-22 21:06:43 +00:00
reftex-toc.el * textmodes/reftex.el: Add maintainer address. 2007-03-22 21:06:43 +00:00
reftex-vars.el * textmodes/reftex.el: Add maintainer address. 2007-03-22 21:06:43 +00:00
reftex.el * textmodes/reftex.el: Add maintainer address. 2007-03-22 21:06:43 +00:00
sgml-mode.el (sgml-xml-guess): Return the result rather than setting sgml-xml-mode. 2007-06-17 13:55:17 +00:00
spell.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
table.el (table--point-entered-cell-function) 2007-05-29 06:14:19 +00:00
tex-mode.el (tex-font-lock-keywords-2): Add citet and citep 2007-05-10 06:00:48 +00:00
texinfmt.el (texinfo-raisesections-alist, texinfo-lowersections-alist): Merge definition 2007-06-27 18:06:14 +00:00
texinfo.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
texnfo-upd.el (texinfo-menu-copy-old-description): 2007-02-03 14:02:45 +00:00
text-mode.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
tildify.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
two-column.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
underline.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00