Commit graph

1491 commits

Author SHA1 Message Date
Carsten Dominik
634a7d0b4a Many small changes to keep the byte compiler happy. Furthermore:
(org-prefix-format-compiled): New variable.
(org-compile-prefix-format): New function.
(org-timeline, org-agenda, org-diary): Call
`org-compile-prefix-format'.
(org-agenda-prefix-format,org-timeline-prefix-format): New
options.
(org-agenda-get-scheduled): Check if file is openned in
`org-mode'.
(org-get-entries-from-diary): Use `org-get-time-of-day', for
consistency with entries from `org-mode' files.
(org-get-time-of-day): Fixed bug with partial matches early in a
line.
(org-non-link-chars): New constant.
(org-link-regexp): Respect `org-non-link-chars'.
(org-agenda-day-view): Command removed.
(org-agenda-toggle-week-view): Renamed from
`org-agenda-week-view'.
(org-follow-bbdb-link, org-store-link): Search also company field.
(org-highlight-overlay): New variable.
(org-highlight, org-unhighlight): New functions.
(org-agenda-mode): Added pre-command-hook to remove highlight.
(org-evaluate-time-range): Behavior depend upon time stamp format:
Does it contain a time or not?
(org-show-subtree, org-show-entry): New functions.
(org-agenda-cleanup-fancy-diary): Remove empty lines.
2005-04-29 08:40:22 +00:00
David Kastrup
1639cc2e92 (TeX-mode, plain-TeX-mode, LaTeX-mode):
Mention that the autoloaded aliases should be kept for AUCTeX.
2005-04-23 16:45:07 +00:00
Carsten Dominik
f6a76cf336 (org-up-heading-all): Fixed bug with
`outline-up-heading-all'.
2005-04-16 14:50:10 +00:00
Carsten Dominik
a9f07b61ab *** empty log message *** 2005-04-15 06:54:43 +00:00
Carsten Dominik
35fb998996 (org-agenda-date-prompt): Renamed from
`org-agenda-date-today'.
	(org-evaluate-time-range): Insert at point instead of directly
	after time range.
	(org-first-headline-recenter, org-subtree-end-visible-p)
	(org-optimize-window-after-visibility-change): New functions
	(org-agenda-post-command-hook): Don't allow point at end of line,
	to make sure it always hits the text properties.
	(org-agenda-next-date-line, org-agenda-previous-date-line): New
	commands.
	(org-set-regexps-and-options): Category may contain white space.
	(org-agenda-get-deadlines, org-agenda-get-scheduled): Improved
	marker positions.
	(org-agenda-new-marker): Argument POS made optional.
	(org-agenda-get-timestamps): Deadlines which are done are listed
	in org-done-face now.
	(org-agenda-get-todos, org-agenda-get-timestamps)
	(org-agenda-get-deadlines, org-agenda-get-scheduled): set
	`undone-face' and `done-face' properties.
	(org-last-todo-state-is-todo): New variable.
	(org-todo): Set `org-last-todo-state-is-todo'.
	(org-agenda-todo): Change face according to
	`org-last-todo-state-is-todo'.  And change other lines refering to
	the same entry.
	(org-calendar-goto-agenda): New command.
	(org-calendar-to-agenda-key): New option.
	(org-startup-folded): New allowed value `content'.
	(org-set-regexps-and-options): Accept new value `content' for
	`org-startup-folded'.
	(org-get-current-options): Handle new value `content' for
	`org-startup-folded'.
	(org-insert-todo-heading): New command.
	(org-mode): Insert first line "*-* mode: org-mode -*-" when called
	interactively in empty file and option
	`org-insert-mode-line-in-empty-file' has been set.
	(org-agenda-todo,org-agenda-priority): Modified to use
	`org-agenda-change-all-lines'.
	(org-warning-face): Changed color on dark background
2005-04-15 06:49:56 +00:00
Stefan Monnier
a172852f2b (bibtex-autokey-titleword-ignore, bibtex-reference-key)
(bibtex-autokey-demangle-name, bibtex-mode): Use char-classes to accept
non-ascii letters, accepted in some recent bibtex implementations.
2005-04-10 20:35:00 +00:00
Dan Nicolaescu
ea81d57ec5 * mh-customize.el (mh-speedbar-selected-folder-face): Special case
high number of colors displays.

* textmodes/table.el (table-cell-face): Add special case for
displays supporting a high number of colors.
* progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
(vhdl-font-lock-reserved-words-face)
(vhdl-speedbar-architecture-face)
(vhdl-speedbar-instantiation-face)
(vhdl-speedbar-architecture-selected-face)
(vhdl-speedbar-instantiation-selected-face): Likewise.
* progmodes/sh-script.el (sh-heredoc-face): Likewise.
* progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
* progmodes/ebrowse.el (ebrowse-tree-mark-face)
(ebrowse-root-class-face, ebrowse-member-attribute-face)
(ebrowse-progress-face): Likewise.
* progmodes/compile.el (compilation-info-face): Likewise.
* progmodes/cc-fonts.el (c-invalid-face): Likewise.
* emacs-lisp/re-builder.el (reb-match-3): Likewise.
* calendar/calendar.el (diary-face): Likewise.
* woman.el (woman-italic-face, woman-bold-face)
(woman-unknown-face): Likewise.
* wid-edit.el (widget-button-pressed-face): Likewise.
* whitespace.el (whitespace-highlight-face): Likewise.
* smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
* pcvs-info.el (cvs-marked-face): Likewise.
* info.el (info-xref): Likewise.
* ido.el (ido-subdir-face, ido-indicator-face): Likewise.
* hilit-chg.el (highlight-changes-face)
(highlight-changes-delete-face): Likewise.
* hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
(hi-red-b): Likewise.
* generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
* font-lock.el (font-lock-keyword-face)
(font-lock-function-name-face, font-lock-warning-face): Likewise.
* cus-edit.el (custom-invalid-face, custom-modified-face)
(custom-set-face, custom-changed-face, custom-variable-tag-face)
(custom-group-tag-face-1, custom-group-tag-face): Likewise.
* comint.el (comint-highlight-prompt): Likewise.
2005-04-08 14:26:13 +00:00
Stephen Eglen
fc2cae5953 (flyspell-large-region): Clarify docstring. 2005-04-08 09:55:48 +00:00
Stefan Monnier
797bf075e1 (tex-font-lock-keywords-2): Add \bfseries. 2005-04-06 15:45:00 +00:00
Carsten Dominik
c52dbe8c62 (org-diary-default-entry): Fixed call to
`add-to-diary-entry'.
2005-04-05 10:08:11 +00:00
Lute Kamstra
6de274aa32 (refill-mode): Specify :group. 2005-04-04 09:29:08 +00:00
Lute Kamstra
fb1668f9cf (enriched-mode): Specify :group. 2005-04-04 09:27:16 +00:00
Stefan Monnier
63d516ce90 (bibtex-url): Use format to generate the url.
(bibtex-generate-url-list): Update docstring accordingly. Put the
complex example in the docstring.
(bibtex-font-lock-url): Use pop.
2005-04-03 21:26:11 +00:00
Kenichi Handa
7c315e1cff (fill-text-properties-at): New function.
(fill-newline): Use fill-text-properties-at instead of
text-properties-at.
2005-03-31 04:45:27 +00:00
Karl Berry
ace4dad6d2 shell-quote-argument, not comint-quote-filename 2005-03-31 00:24:57 +00:00
Carsten Dominik
ef943dbafe * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
(org-agenda-convert-date, org-agenda-goto-calendar): New commands.
	(org-diary-default-entry): New function.
	(org-get-entries-from-diary): Better parsing of diary entries
	(org-agenda-check-no-diary): New function.
	("diary-lib"): Advice to function `add-to-diary-list', to allow
	linking to diary entries.
	(org-agenda-execute-calendar-command): New function
	(org-agenda): Improved visible section in window.  And
	use `org-fit-agenda-window'.
	(org-fit-agenda-window): New option.
	(org-move-subtree-down): Better handling of empty lines
	at end of subtree.
	(org-cycle): Numeric prefix is interpreted now as show-subtree N
	levels up.
	(org-fontify-done-headline): New option.
	(org-headline-done-face): New face.
	(org-set-font-lock-defaults): Use `org-headline-done-face'.
	(org-table-copy-down): renamed from
	`org-table-copy-from-above'.  When current field is non-empty, it
	is copied to next row.
	(org-table-copy-from-above): Fixed bug which made it
	impossible to copy fields containing only a single non-white
	character.
2005-03-30 12:37:36 +00:00
Karl Berry
6380e5a709 quote file name arg passed shell (from olive lin) 2005-03-29 14:56:14 +00:00
Luc Teirlinck
73cba75d19 (html-mode): Doc update. 2005-03-27 03:34:12 +00:00
Eli Zaretskii
04dd07e31c (ispell-dictionary-alist-6): Add slovenian. 2005-03-26 16:34:34 +00:00
Werner LEMBERG
f8b00e0f4a * textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
with `valid'.
2005-03-25 10:08:35 +00:00
Werner LEMBERG
5181ff9f3d * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
textmodes/reftex-index.el, textmodes/reftex-parse.el,
textmodes/reftex-ref.el, textmodes/reftex-vars.el,
textmodes/reftex.el, textmodes/org.el: Replace `illegal' with
`invalid'.
2005-03-25 09:03:24 +00:00
Richard M. Stallman
676019c5c8 (mail-mode-flyspell-verify): Fix regexp syntax. 2005-03-23 14:39:08 +00:00
Eli Zaretskii
3356ce3b56 (tex-view): If tex-shell process is not running, restart it. 2005-03-19 14:45:20 +00:00
Stefan Monnier
951f97e67d (table--line-column-position): New idiom.
(table--row-column-insertion-point-p): New function to test
validity of row and column insertion operation at a location.
(table-global-menu, table-cell-menu): Use above functions for
deterministic test operation.
(table--editable-cell-p): Behave in deterministic fashion.
2005-03-18 23:17:34 +00:00
Juri Linkov
1332f1a08b (ispell-lazy-highlight): New defcustom.
(ispell-highlight-face): Set default face to `isearch' when
lazy highlighting is enabled.
(ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
priority to 1.  Add lazy highlighting.
(ispell-highlight-spelling-error-xemacs): Remove obsolete arg
from `isearch-dehighlight'.
2005-03-18 10:01:12 +00:00
Kenichi Handa
ac249c4c50 Change encoding to iso-2022-7bit and add coding: tag.
(adaptive-fill-regexp): Add more bullets.
(fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
regexps.
2005-03-11 02:04:21 +00:00
Kenichi Handa
ca8d88cd7d (ispell-insert-word): New function.
(ispell-word): Use ispell-insert-word to isnert a new word.
(ispell-process-line): Likewise
(ispell-complete-word): Likewise.
2005-03-09 00:36:22 +00:00
Juri Linkov
af3abed126 (sgml-tag, html-tag-alist)
(html-horizontal-rule, html-line, html-image, html-checkboxes)
(html-radio-buttons): Add a space before the trailing `/>' where
sgml-xml-mode is non-nil.
(sgml-delete-tag): Check if the tag ends with `/>' to not delete
the subsequent tag of the empty XML tag.
(html-href-anchor): Don't set initial input to "http:".
(html-image): Ask for the image URL and set point inside alt="".
(html-name-anchor): Duplicate the name in the `id' attribute when
sgml-xml-mode is non-nil.
(html-paragraph): Remove \n before <p>.
(html-checkboxes, html-radio-buttons): Insert `checked="checked"'
instead of `checked' when sgml-xml-mode is non-nil.
2005-03-08 21:45:00 +00:00
Richard M. Stallman
6a37fcbfa1 (flyspell-large-region): Pass args differently for aspell. 2005-03-06 18:27:25 +00:00
Robert J. Chassell
edc7140ab2 (texinfo-append-refill): Redefine the types of line to which @refill
is not appended by replacing a search for `@refill\\|@bye' with
`@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
itemize@refill' bug and the unfilled long lines bug.
(texinfmt-version): update number and date.
2005-03-04 13:54:44 +00:00
Robert J. Chassell
5fe9405724 Update copyright notice to 2005. 2005-03-01 12:28:24 +00:00
Robert J. Chassell
470ba11f43 (texinfo-no-refill-regexp): commented out inclusion of "itemize\\|",
which may be unnecessary, is certainly inelegant, and stops refilling in
itemize lists when formatting Japanese Texinfo files to Info.
2005-02-28 15:06:13 +00:00
Richard M. Stallman
8e07e84ae6 (ispell-change-dictionary): Doc fix. 2005-02-27 10:37:13 +00:00
Richard M. Stallman
8ceb0c6ea9 (flyspell-mode-on): Call ispell-change-dictionary only if necessary. 2005-02-27 10:36:38 +00:00
Stefan Monnier
6ecedb401f (tex-font-lock-keywords-3): #n is atomic. 2005-02-24 15:34:34 +00:00
Kenichi Handa
bb1954bdd6 (ispell-dictionary-alist): Fix docstring. 2005-02-21 02:15:31 +00:00
Carsten Dominik
3ee26b0c20 (reftex-do-citation): Cleanup single
optional argument to \cite.
2005-02-14 12:12:04 +00:00
Kim F. Storm
bf247b6ed0 Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
Stefan Monnier
ca97010c3a (ispell-internal-change-dictionary): Fix problem in recent changes, where
the ispell process was repeatedly killed & restarted.
2005-02-03 16:20:22 +00:00
Carsten Dominik
489632ba4f (reftex-access-scan-info): Error out in a
buffer not visiting a file.
2005-02-01 12:39:39 +00:00
Richard M. Stallman
a6e7a34bef (ispell-local-dictionary-overridden): New var.
(ispell-local-dictionary): Doc fix.
(ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
Don't reinitialize at run time.  Don't defcustom.
All uses changed to append ispell-local-dictionary-alist,
or else check it first.
(ispell-current-dictionary): New variable for dictionary in use.
(ispell-dictionary): Now used only for global default.
(ispell-start-process): Set ispell-current-dictionary,
not ispell-dictionary.
(ispell-change-dictionary): Use this only for setting
user preferences.
(ispell-internal-change-dictionary): New function
to change the current dictionary in use.
(ispell-region, ispell-process-line, ispell-buffer-local-dict):
Use ispell-current-dictionary.
Handle ispell-local-dictionary-overridden.
(ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
2005-01-31 11:54:36 +00:00
Carsten Dominik
0072e19e63 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
(reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
	(reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
	(reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
2005-01-26 08:28:31 +00:00
Carsten Dominik
5d4ba9da90 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
isearch minor mode.
2005-01-26 08:28:06 +00:00
Lute Kamstra
31df23f567 (bibtex-format-entry): Use `bibtex-empty-field-re' only on the text of
fields, not on entire field lines.
(bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
not on part of a buffer.
(bibtex-empty-field-re): Don't match nonempty field text strings like
"{letters\\macro{}more letters}".  Clarify docstring.
(bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
(bibtex-entry-offset, bibtex-parse-association)
(bibtex-parse-field-name): Fix typos in docstrings.
(bibtex-field-list, bibtex-find-crossref): Fix typos in error
messages.
2005-01-25 17:26:11 +00:00
Lute Kamstra
2fc3738c63 (ispell-dictionary-alist-4): Rewrite the CASECHARS and NOT-CASECHARS
regular expressions of the "nederlands" and "nederlands8" dictionaries
to prevent a "Range striding over charsets" error.
2005-01-25 00:38:46 +00:00
Stefan Monnier
04138be8a5 (refill-post-command-function):
Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
to the list of functions that we should be careful not to undo.
(refill-late-fill-paragraph-function): Remove.
(refill-saved-state): New var.
(refill-mode): Use it to save fill-paragraph-function.
Save also the value of auto-fill-function.
2005-01-23 22:01:59 +00:00
Kenichi Handa
664ca704c3 (ispell-looking-at): New function.
(ispell-process-line): Use ispell-looking-at to compare the ispell
output and the buffer contents.
2005-01-18 23:20:18 +00:00
Richard M. Stallman
053be11a88 Comment change. 2005-01-17 23:49:20 +00:00
Steven Tamm
4042dc2593 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
tex-shell cause to force interactivity when using pipes.
2005-01-17 17:32:30 +00:00
Carsten Dominik
32073b07e3 (org-version): Unnecessary prefix arg removed. 2005-01-17 10:18:56 +00:00