1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-21 05:00:47 -08:00
Commit graph

1734 commits

Author SHA1 Message Date
Carsten Dominik
c61e94b456 (org-get-level-face): Fixed bug with level counting. 2006-03-27 08:03:33 +00:00
Carsten Dominik
c0434d3b46 (org-open-at-point): Fixed bug in wiki-style bracket links. 2006-03-21 13:36:56 +00:00
Roland Winkler
8a51a3181a * textmodes/bibtex.el (bibtex-include-OPTkey)
(bibtex-entry-field-alist, bibtex-generate-url-list): Mark as
	risky.
	(bibtex-autokey-name-case-convert)
	(bibtex-autokey-titleword-case-convert): Make these the aliases
	for the following two variables.
	(bibtex-autokey-name-case-convert-function)
	(bibtex-autokey-titleword-case-convert-function): Make these the
	real names.
	(bibtex-font-lock-keywords): Make bibtex-font-lock-url and
	bibtex-font-lock-crossref sublists.
	(bibtex-mode): Revert 2005-12-30 change (which made
	completion-ignore-case buffer-local).
	(bibtex-url): Simplify
2006-03-19 21:55:25 +00:00
Eli Zaretskii
b857cb5c8e (ispell-skip-region-alist): Add "_+" to the part that matches email addresses,
file names, etc.
2006-03-18 14:11:55 +00:00
Carsten Dominik
15f43010ab (org-popup-calendar-for-date-prompt): Fix customization type. 2006-03-17 13:05:30 +00:00
Carsten Dominik
7f99ce5270 *** empty log message *** 2006-03-17 06:58:15 +00:00
Carsten Dominik
ff0ea6bf4f (org-read-date): Include subgroup 5 into
replacement text.
2006-03-17 06:57:53 +00:00
Carsten Dominik
194aab4fa5 (org-insert-centered): Use `string-width' to make
underlining work for wide characters.
	(org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
	TAB to `org-cycle', to make sure that no binding in
	`outline-mode-map' can supercede it.
2006-03-15 07:11:19 +00:00
Carsten Dominik
4ed3184285 (org-link-search): Avoid self-matching of links, allow
target text to be distributed over several lines.
	(org-search-not-link): New function.
	(org-set-regexps-and-options, org-get-current-options): New
	startup options.
	(org-export-as-html): Take odd-level setting from local variable.
	(org-fontify-emphasized-text): New option.
	(org-set-font-lock-defaults): Include emphasized text.
	(org-follow-mhe-link): Allow folder-only links, fix folder name.
	(org-font-lock): Customize group renamed from `org-faces'.
2006-03-13 07:08:15 +00:00
Eli Zaretskii
918555b804 (ispell-find-aspell-dictionaries): Add aliases before merging elements from the
standard ispell-dictionary-alist.
(ispell-aspell-add-aliases): Add aliases to the passed dictionary alist, and
return the new alist.
2006-03-11 15:36:15 +00:00
Eli Zaretskii
17849b4ae2 (ispell-menu-map-needed) [ispell-message]: Be visible only if major mode
is Mail Mode.
2006-03-11 15:29:52 +00:00
Eli Zaretskii
55faab0a19 (flyspell-external-point-words, flyspell-process-localwords): Fix last changes. 2006-03-11 15:07:32 +00:00
Carsten Dominik
7204b00e0e Move defvars out of eval-when-compile. Use
buffer-file-name variable.
	(org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
	arg `file'.
	(org-level-faces): Remove startup dependency.
	(org-cycle, org-map-tree, org-scan-tags)
	(org-remember-handler): Don't call `outline-level' directly.
	(org-mhe-search-all-folders): New option.
	(org-mhe-get-message-folder-from-index,
	org-mhe-get-message-folder): Fix indexing search.
	(org-format-agenda-item): Handle nil TAGS argument.
	(org-cleaned-string-for-export, org-activate-target-links)
	(org-make-target-link-regexp): Deal with empty radio target list.
	(org-tag): New face.
	(org-get-level-face): New function.
	(org-set-font-lock-defaults): Simplify setup for headlines.
	(org-complete): Pass common substring to `display-completion-list'.
2006-03-07 10:03:55 +00:00
Eli Zaretskii
4a2c445928 (flyspell-process-localwords): Be case-sensitive. 2006-03-03 12:28:24 +00:00
Eli Zaretskii
ee65a1327b (flyspell-external-point-words): Be case-sensitive. 2006-03-03 11:49:22 +00:00
Carsten Dominik
72a80fb875 (org-paste-subtree): Removed forgotten (debug)
form.
2006-03-02 15:44:23 +00:00
Carsten Dominik
a85551d8c9 (reftex-index-map): Fixed typo,
follow-mouse must be follow-link.
2006-03-01 07:16:16 +00:00
Carsten Dominik
f620c6bd15 (reftex-toc-map): Fixed typo,
follow-mouse must be follow-link.
2006-03-01 07:12:40 +00:00
Carsten Dominik
79c4be8e2e (org-export-as-html): Fixed bugs in HTML
formatting: No nested anchors.
	(org-all-targets): Fixed bug with XEmacs compatibility.
	(org-read-date): Add (require 'parse-time).
	(org-set-tags): Fixed bug with extra inserted space.
	(org-export-html-style): Define a style class for targets.
	(org-agenda-keymap, org-mouse-map): Added a binding for
	`follow-link'.
	(org-hide-leading-stars): New option.
	(org-hide): New face.
	(org-set-font-lock-defaults): Allow to hide leading stars.
	(org-get-legal-level, org-tr-level): New functions.
	(org-odd-levels-only): New option.
	(org-level-faces, org-paste-subtree, org-convert-to-odd-levels,
	org-demote, org-promote): Deal with double-star levels.
	(org-convert-to-odd-levels): New command.
2006-03-01 07:07:01 +00:00
Carsten Dominik
d9628d6ebc (reftex-toc-map): Add `follow-mouse'
binding.
2006-02-27 07:41:32 +00:00
Carsten Dominik
1607e1bbfe (reftex-select-label-map,
reftex-select-bib-map): Add `follow-mouse' binding.
2006-02-27 07:41:18 +00:00
Carsten Dominik
ece1a6d7d8 (reftex-index-map): Add `follow-mouse'
binding.
2006-02-27 07:40:59 +00:00
Juanma Barranquero
35402b9845 (org-xemacs-p, org-export-html-show-new-buffer, org-table-may-need-update,
org-insert-item, org-mhe-get-message-real-folder,
org-mhe-get-message-folder-from-index, org-mhe-get-message-folder,
org-mhe-get-message-num, org-mhe-get-header, org-make-org-heading-search-string,
org-make-org-heading-camel, org-table-sort-lines, org-format-org-table-html,
org-format-table-table-html): Fix typos in docstrings.
2006-02-23 14:43:40 +00:00
Carsten Dominik
272dfec25a (org-cleaned-string-for-export, org-solidify-link-text):
New function.
	(org-add-hook): Use `add-local-hook' instead of `make-local-hook'
	for XEmacs, just to silence the compiler.
	(org-export-as-ascii, org-export-as-html-and-open): Use
	`org-cleaned-string-for-export' and create internal links.
	(org-follow-mhe-link): Require mh-e, use folder.
2006-02-23 10:54:29 +00:00
Carsten Dominik
c7cf105d97 *** empty log message *** 2006-02-22 08:56:27 +00:00
Carsten Dominik
5d2a58e007 Version number change only 2006-02-22 07:21:49 +00:00
Carsten Dominik
4af5848098 (reftex-locate-file): Search all extensions if
`reftex-try-all-extensions' is set.
2006-02-22 07:21:09 +00:00
Carsten Dominik
ea2a0e35d9 (reftex-try-all-extensions): New option. 2006-02-22 07:20:54 +00:00
Carsten Dominik
a96ee7dff6 (org-mark-ring-previous, org-mark-ring-set): New
commands.
	(org-mark-ring): New variable.
	(org-mark-ring-length): New option.
	(org-open-at-point, org-goto, org-open-file): Push old position
	onto the mark ring.
	(org-add-hook): New function.
	(org-export-table-remove-special-lines): New option.
	(org-skip-comments, org-format-org-table-html): Respect new option
	`org-export-table-remove-special-lines'.
	(org-open-file): Allow special command configuration for
	directory link.
	(org-file-apps): Fixed bugs in customize type, added setting for
	directories.
	(org-activate-tags, org-format-agenda-item, org-complete)
	(org-get-tags-at, org-scan-tags, org-make-tags-matcher)
	(org-get-tags, org-get-buffer-tags, org-open-at-point)
	(org-link-search, org-make-org-heading-search-string)
	(org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
	(org-radio-targets, org-file-link-context-use-camel-case)
	(org-activate-camels): New options.
	(org-update-radio-target-regexp, org-all-targets)
	(org-make-target-link-regexp, org-activate-target-links): New
	functions.
	(org-make-org-heading-search-string): New function.
	(org-store-link, org-insert-link): Use new option
	`org-file-link-context-use-camel-case'.
	(org-activate-camels): Use new option `org-activate-camels'.
	(org-link-regexp): Added mhe prefix.
	(org-open-at-point,org-store-link): Support for mhe links.
	(org-mhe-get-message-id, org-mhe-get-message-folder)
	(org-mhe-get-header,org-follow-mhe-link): New functions.
	(org-remove-angle-brackets, org-add-angle-brackets): New
	functions.
	(org-bracked-link-regexp): New constant.
	(org-read-date): Fixed bug that was rejecting all typed dates.
	(org-link-search): Make hierarchy above visible after a match.
	(org-follow-bbdb-link): Inhibit electric mode for BBDB.
	(org-store-link): Fixed bug with link creation when cursor is in
	an empty line.
	(org-open-at-point): Fixed bug with matching a link.  Fixed buggy
	argument sequence in call to `org-view-tags'.
	(org-compile-prefix-format): Set `org-prefix-has-tag'.
	(org-prefix-has-tag): New variable.
	(org-format-agenda-item): Remove tags from headline if
	appropriate.
	(org-agenda-remove-tags-when-in-prefix): New option.
2006-02-22 07:10:21 +00:00
Eli Zaretskii
72e4724be1 (ispell-local-dictionary-alist): Accept as valid any coding-system
supported by emacs.
(ispell-dictionary-alist-3): Esperanto dictionary's coding system
changed to iso-8859-3.
2006-02-17 11:13:26 +00:00
Eli Zaretskii
a2a385a7ab (ispell-change-dictionary): Call ispell-buffer-local-dict instead of
ispell-accept-buffer-local-defs.
2006-02-17 10:43:53 +00:00
Stefan Monnier
ea37fbb817 Clean up name space.
(nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
(nroff-mode): Obey the global setting of nroff-electric-mode.
(nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2006-02-06 23:13:22 +00:00
Thien-Thi Nguyen
ceb4c4d303 Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
Werner LEMBERG
cb8ec72ad3 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
greedy to find the closing bracket in \*[...] and similar
expressions.  This is a first rough fix -- many additional
refinements are necessary to make this nroff mode really usable with
groff.
2006-02-03 21:13:59 +00:00
Stefan Monnier
7b8e06aaa6 (*table--cell-describe-mode, *table--cell-describe-bindings): Undo last change
since print-help-return-message is not obsoleted by anything at all.
2006-02-02 15:12:17 +00:00
Juanma Barranquero
07e334eac8 (org-agenda-use-time-grid): Fix typo in docstring. 2006-01-30 02:08:05 +00:00
Juanma Barranquero
b0a10108c3 (org-allow-space-in-links, org-closed-string, org-quote-string,
org-calendar-to-agenda-key, org-agenda-sorting-strategy,
org-agenda-use-time-grid, org-show-following-heading,
org-tags-column, org-use-tag-inheritance, org,
org-allow-space-in-links, org-usenet-links-prefer-google,
org-file-apps-defaults-gnu, org-enable-table-editor,
org-calc-default-modes, org-export-html-style,
org-table-allow-automatic-line-recalculation,
org-export-with-fixed-width, org-export-with-sub-superscripts,
org-special-keyword, org-formula, org-time-grid,
org-table-may-need-update, org-mode, org-goto-ret, org-goto-left,
org-goto-right, org-goto-quit, org-get-indentation,
org-end-of-item, org-move-item-down, org-move-item-up,
org-renumber-ordered-list, org-todo, org-log-done, org-occur,
org-remove-occur-highlights, org-read-date, org-goto-calendar,
org-agenda, org-agenda-day-view, org-agenda-previous-date-line,
org-agenda-log-mode, org-agenda-toggle-diary,
org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary,
org-agenda-file-to-end, org-agenda-no-heading-message,
org-agenda-get-closed, org-format-agenda-item, org-cmp-priority,
org-cmp-category, org-cmp-time, org-agenda-change-all-lines,
org-agenda-diary-entry, org-scan-tags,
org-after-todo-state-change-hook, org-tags-view, org-link-search,
org-camel-to-words, org-open-file, org-remember-handler,
org-table-convert-region, org-table-move-row-down,
org-table-move-row-up, org-table-copy-region,
org-table-wrap-region, org-table-toggle-vline-visibility,
org-table-get-vertical-vector, org-table-modify-formulas,
org-table-get-specials, org-recalc-commands,
org-table-rotate-recalc-marks, org-table-eval-formula,
orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle,
org-level-color-stars-only, org-insert-heading):
Fix typos in docstrings.
(last-arg): Add defvar.
2006-01-30 02:04:47 +00:00
Eli Zaretskii
967a91b21d (ispell-find-aspell-dictionaries): If no English aspell dictionary is
installed, use the first entry of ispell-dictionary-alist-1.
2006-01-27 19:49:14 +00:00
Eli Zaretskii
c52bf88ffe (flyspell-incorrect, flyspell-duplicate): Doc fix. 2006-01-27 19:43:06 +00:00
Eli Zaretskii
f60117ac29 (flyspell-emacs-popup, flypell-xemacs-popup): Default to disabling the
"Save affix" question.
2006-01-21 13:11:21 +00:00
Carsten Dominik
6e2752e742 (org-open-at-point): Fixed bug with matching a link.
Fixed buggy argument sequence in call to `org-view-tags'.
	(org-compile-prefix-format): Set `org-prefix-has-tag'.
	(org-prefix-has-tag): New variable.
	(org-format-agenda-item): Remove tags from headline if
	appropriate.
	(org-agenda-remove-tags-when-in-prefix): New option.
2006-01-20 13:53:32 +00:00
Stefan Monnier
d2eed686a9 (table-mode-indicator): Typo in last change. 2006-01-19 19:03:33 +00:00
Richard M. Stallman
964a8b4727 (bibtex-strings, bibtex-reference-keys): Mark as risky. 2006-01-19 17:48:06 +00:00
Stefan Monnier
1042fc7f9c Move defvars out of eval-when-compile.
Remove harmful code meant to avoid byte-compiler warnings.
(table-fixed-mode-indicator): Remove.  Use a more complex mode-line
specification that checks table-fixed-width-mode directly.
(table-recognize-region, table-recognize-cell): Use restore-buffer-modified-p.
(table-fixed-width-mode): Remove code that refreshes
table-fixed-mode-indicator.
(*table--cell-describe-bindings, *table--cell-describe-mode):
Avoid obsolete name print-help-return-message.
(table--test-cell-list): Don't use replace-regexp from elisp.
(table--point-entered-cell-function, table--point-left-cell-function):
Don't set table-fixed-mode-indicator, use force-mode-line-update.
2006-01-18 16:39:43 +00:00
Stefan Monnier
f462ee2c28 Move defvars out of eval-when-compile. Move code
that was after the end of file.  Use buffer-file-name variable.
(org-timestamp-change): Use with-current-buffer.
(org-todo-list): Don't unnecessarily define a new buffer-local var.
(org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg `file'.
2006-01-18 16:19:21 +00:00
Stefan Monnier
8e2e29565d (ispell-kill-ispell-hook): Add to the hook when
loading the file rather than when turning on flyspell-mode.
2006-01-17 16:35:52 +00:00
Juri Linkov
3d6ce9c2a7 Add `coding: iso-2022-7bit' cookie.
(html-mode): Set `sentence-end-base' instead of `sentence-end'.
2006-01-17 00:53:03 +00:00
Stefan Monnier
d83d8efe0b (ispell-internal-change-dictionary, ispell-change-dictionary):
Undo most of last change of 2006-01-13.
(start, end): Move declaration outside of eval-when-compile.
2006-01-15 06:05:50 +00:00
Stefan Monnier
949855fe64 (flyspell-kill-ispell-hook): Fix braino. 2006-01-15 05:47:44 +00:00
Stefan Monnier
ef0f5f7e62 (flyspell-kill-ispell-hook): New fun.
(flyspell-mode-on): Use it.
2006-01-15 05:46:20 +00:00