*** empty log message ***
This commit is contained in:
parent
09fd368a84
commit
85563680f5
1 changed files with 13 additions and 16 deletions
|
@ -1,17 +1,16 @@
|
|||
2006-02-23 Carsten Dominik <dominik@science.uva.nl>
|
||||
12006-02-23 Carsten Dominik <dominik@science.uva.nl>
|
||||
|
||||
* textmodes/org.el: (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.
|
||||
* textmodes/org.el (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 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* progmodes/gud.el (gud-speedbar-buttons): Use shadow face.
|
||||
properly.
|
||||
* progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
|
||||
|
||||
* progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
|
||||
gdb-debug-log-length.
|
||||
|
@ -34,16 +33,14 @@
|
|||
|
||||
2006-02-22 Carsten Dominik <dominik@science.uva.nl>
|
||||
|
||||
* textmodes/reftex.el (reftex-locate-file): Removed duplicate
|
||||
function.
|
||||
* textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
|
||||
|
||||
* textmodes/reftex-vars.el: (reftex-try-all-extensions): New
|
||||
option.
|
||||
* textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
|
||||
|
||||
* textmodes/reftex.el: (reftex-locate-file): Search all extensions
|
||||
* textmodes/reftex.el (reftex-locate-file): Search all extensions
|
||||
if `reftex-try-all-extensions' is set.
|
||||
|
||||
* textmodes/org.el: (org-mark-ring-previous, org-mark-ring-set):
|
||||
* textmodes/org.el (org-mark-ring-previous, org-mark-ring-set):
|
||||
New commands.
|
||||
(org-mark-ring): New variable.
|
||||
(org-mark-ring-length): New option.
|
||||
|
@ -92,10 +89,10 @@
|
|||
(org-agenda-remove-tags-when-in-prefix): New option.
|
||||
|
||||
2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
|
||||
|
||||
|
||||
* ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
|
||||
fix the regular expressions.
|
||||
|
||||
Fix the regular expressions.
|
||||
|
||||
2006-02-21 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* progmodes/sh-script.el (sh-mode): Set shell type based on file name
|
||||
|
|
Loading…
Add table
Reference in a new issue