1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
emacs/doc/misc/ChangeLog

6533 lines
203 KiB
Plaintext
Raw Normal View History

2010-01-02 Kevin Ryde <user42@zip.com.au>
* eieio.texi (Naming Conventions): Correction to xref on elisp
coding conventions, is "Tips" node not "Standards".
2009-12-24 Chong Yidong <cyd@stupidchicken.com>
* calc.texi (General Mode Commands): Calc file should be in .emacs.d.
* faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Direct Functions): Add missing port number to tls method.
2009-12-15 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
($(infodir)/edt, edt.dvi): New targets.
2009-12-15 Glenn Morris <rgm@gnu.org>
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
(edt, $(infodir)/edt, edt.dvi): New targets.
* edt.texi: New file (etc/edt-user.doc converted to Texinfo).
* Makefile.in (PDF_TARGETS, pdf): New.
(clean): Add *.pdf.
Add pdf rules for all manuals.
2009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc.texi (Radix Modes): Clarify two's complement notation.
2009-12-14 Chong Yidong <cyd@stupidchicken.com>
* sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
(Smart Jump, Analyzer Debug): Copyedits.
(Semantic mode user commands): Link to new nodes.
(Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
(Highlight Func Mode, Tag Decoration Mode): New nodes, from the
upstream Semantic manual.
* semantic.texi (Introduction): Minor fix to diagram.
2009-12-09 Michael Albinus <michael.albinus@gmx.de>
* eshell.texi (History): Add the other built-in variables.
(Built-ins): Explain built-ins, and how to apply the external commands.
Add `history', `su' and `sudo'.
* tramp.texi (Remote processes): Add missing <RET> in the example.
2009-12-01 Bill Wohler <wohler@newt.com>
* mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
path for mairix example. Specify -q in namazu example since namazu is
excessively garrulous.
2009-11-29 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Remote processes): Improve eshell example with "su"
and "sudo" commands.
2009-11-28 Chong Yidong <cyd@stupidchicken.com>
* semantic.texi (Analyzer Internals): Rename from Analyzer.
* sem-user.texi (Semantic mode user commands): Fix key syntax.
Document semantic-complete-analyze-inline.
(Semanticdb search debugging commands): Minor clarification.
(Analyzer, Smart Completion, Smart Summary, Smart Jump)
(Analyzer Debug): New nodes, adapted from the upstream Semantic user
manual.
(Semantic mode): Link to Idle Scheduler.
2009-11-28 Kevin Ryde <user42@zip.com.au>
* cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
@pxref, now EIEIO is in Emacs.
* erc.texi (Development): Correction to git tutorial url.
2009-11-26 Glenn Morris <rgm@gnu.org>
* faq.texi (Latest version of Emacs): Mention stability of development
version.
(Problems with very large files): Max buffer size increase in 23.2.
(VM): VM has moved house again.
2009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Radix modes): Discuss alternate bases for two's complement
notations.
2009-11-20 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-diary-entry-in-org-file): Rebuild agenda after adding new entry. * org-datetree.el (org-datetree-find-day-create): Fix regular expression. * org.el (org-display-outline-path): Use a format specifier for message, to avoid problems with heading containing `%'. * org-agenda.el (org-agenda-hide-tags-regexp): New option. (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'. (org-agenda-fix-displayed-tags): New function. (org-agenda-do-context-action): Just call `org-display-outline-path', without piping the result through `message'. * org-latex.el (org-export-latex-preprocess): Protect secondary footnote references. * org-indent.el (org-indent-initialize): Avoid empty strings as line prefixes. * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure hat checking for the mark does not throw an error. (org-agenda-diary-entry-in-org-file): Catch the case that there is not `day' text property in the cursor line. * org.el (org-sort-entries-or-items): Make sure that the final entry has a newline before doing the sorting. * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text property at the beginning of the line. * org.el (org-make-link-string): Don't allow a description with only white space. * org-agenda.el (org-agenda-insert-diary-strategy): New variable. (org-agenda-insert-diary-as-top-level): New function. (org-agenda-add-entry-to-org-agenda-diary-file): Call `org-agenda-insert-diary-as-top-level'. * org.el (org-occur-in-agenda-files): Make sure none of the buffers is narrowed. (org-activate-plain-links): Add the face property here. (org-set-font-lock-defaults): Do not add the face to plain links, the activator function does this. * org-habit.el (org-is-habit-p): Add doc string. * org-archive.el (org-archive-subtree-default-with-confirmation): Autoload. * org-latex.el (org-export-latex-fontify): Fix regexp to make char after match optional (happens at the end of a line...). * org.el (org-fontify-meta-lines-and-blocks): Apply special faces for special blocks. * org-faces.el (org-copy-face): Set lisp indentation. (org-quote, org-verse): New faces. * org-agenda.el (org-agenda-remove-date): Remove variable. * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding. * org-html.el (org-export-as-html): Move the home/up link into the content div. * org.el (org-export-latex-packages-alist): Option definition moved here from org-latex.el. * org-html.el (org-export-html-home/up-format): Add an ID to the up/home div. * org-wl.el (org-wl-store-link): Handle the case that `wl-use-petname' is set. * org.el (org-set-effort): Improve prompt. (org-get-outline-path): Widen to get full path. (org-compact-display-after-subtree-move): Function removed. 2009-11-20 Eric Schulte <schulte.eric@gmail.com> * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1 hash keys to cache and re-use images generated by the org-exp-blocks interface to ditaa and dot. * org.el (org-format-latex): Latex images are now saved to files named by the sha1 hash of the latex source text avoiding regeneration of identical images.
2009-11-20 20:54:05 +00:00
2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
* org.texi (Column attributes): Fix documentation of new operators.
2009-11-20 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-diary-entry-in-org-file): Rebuild agenda after adding new entry. * org-datetree.el (org-datetree-find-day-create): Fix regular expression. * org.el (org-display-outline-path): Use a format specifier for message, to avoid problems with heading containing `%'. * org-agenda.el (org-agenda-hide-tags-regexp): New option. (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'. (org-agenda-fix-displayed-tags): New function. (org-agenda-do-context-action): Just call `org-display-outline-path', without piping the result through `message'. * org-latex.el (org-export-latex-preprocess): Protect secondary footnote references. * org-indent.el (org-indent-initialize): Avoid empty strings as line prefixes. * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure hat checking for the mark does not throw an error. (org-agenda-diary-entry-in-org-file): Catch the case that there is not `day' text property in the cursor line. * org.el (org-sort-entries-or-items): Make sure that the final entry has a newline before doing the sorting. * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text property at the beginning of the line. * org.el (org-make-link-string): Don't allow a description with only white space. * org-agenda.el (org-agenda-insert-diary-strategy): New variable. (org-agenda-insert-diary-as-top-level): New function. (org-agenda-add-entry-to-org-agenda-diary-file): Call `org-agenda-insert-diary-as-top-level'. * org.el (org-occur-in-agenda-files): Make sure none of the buffers is narrowed. (org-activate-plain-links): Add the face property here. (org-set-font-lock-defaults): Do not add the face to plain links, the activator function does this. * org-habit.el (org-is-habit-p): Add doc string. * org-archive.el (org-archive-subtree-default-with-confirmation): Autoload. * org-latex.el (org-export-latex-fontify): Fix regexp to make char after match optional (happens at the end of a line...). * org.el (org-fontify-meta-lines-and-blocks): Apply special faces for special blocks. * org-faces.el (org-copy-face): Set lisp indentation. (org-quote, org-verse): New faces. * org-agenda.el (org-agenda-remove-date): Remove variable. * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding. * org-html.el (org-export-as-html): Move the home/up link into the content div. * org.el (org-export-latex-packages-alist): Option definition moved here from org-latex.el. * org-html.el (org-export-html-home/up-format): Add an ID to the up/home div. * org-wl.el (org-wl-store-link): Handle the case that `wl-use-petname' is set. * org.el (org-set-effort): Improve prompt. (org-get-outline-path): Widen to get full path. (org-compact-display-after-subtree-move): Function removed. 2009-11-20 Eric Schulte <schulte.eric@gmail.com> * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1 hash keys to cache and re-use images generated by the org-exp-blocks interface to ditaa and dot. * org.el (org-format-latex): Latex images are now saved to files named by the sha1 hash of the latex source text avoiding regeneration of identical images.
2009-11-20 20:54:05 +00:00
2009-11-20 Chong Yidong <cyd@stupidchicken.com>
* sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
(Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
(Idle Completions Mode): Numerous copyedits.
2009-11-17 Juanma Barranquero <lekktu@gmail.com>
* semantic.texi (Semantic Internals, Glossary):
* sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
(Semanticdb search debugging commands): Fix typos.
2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Radix modes): Mention twos-complement notation.
2009-11-16 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
($(infodir)/semantic, semantic.dvi): New targets.
2009-11-16 Chong Yidong <cyd@stupidchicken.com>
* Makefile.in: Build the Semantic manual.
* semantic.texi, sem-user.texi: New files, adapted from the Semantic
repository.
2009-11-16 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (Receiving Method Calls): New defun
`dbus-unregister-service'.
2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Speed keys): New section.
2009-11-13 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (Type Conversion): Fix typo.
(Asynchronous Methods): Rename `dbus-registered-functions-table' to
`dbus-registered-objects-table'.
(Receiving Method Calls): New defun `dbus-register-property'. Move
`dbus-unregister-object' here.
2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-clone-subtree-with-time-shift): Make it work at the end of the buffer. * org-mobile.el (org-mobile-write-checksums): Specify coding system. (org-mobile-timestamp-buffer): Keep local variable/mode line at beginning of buffer. * org-latex.el (org-latex-entities-regexp): Fix typo in regexp. * org.el (org-block-todo-from-children-or-siblings-or-parent) (org-block-todo-from-checkboxes): Do not block changes to a nil TODO state. 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc> * org-habit.el (org-habit-parse-todo): Indicate which habit is wrongly set up in the error messages. * org-colview.el (org-columns-display-here): Don't try to calculate values if the underlying property is not set. (org-columns-string-to-number): Convert age strings back into fractional days. (org-agenda-colview-summarize): Handle extended summary types properly. * org-colview-xemacs.el (org-columns-display-here): Don't try to calculate values if the underlying property is not set. (org-columns-string-to-number): Convert age strings back into fractional days. (org-agenda-colview-summarize): Handle extended summary types properly. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-format-drawer-function): New variable. (org-export-format-drawer): New function. (org-export-preprocess-string): Pass the backend as a parameter to `org-export-remove-or-extract-drawers'. (org-export-remove-or-extract-drawers): New parameter BACKEND. * org-protocol.el (org-protocol-char-to-string): New defsubst. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error message when no block is selected. * org-latex.el (org-export-latex-links): Check for protectedness in the last matched character, not after the match. * org-datetree.el (org-datetree-find-date-create): Respect restriction when KEEP-RESTRICTION is set. (org-datetree-file-entry-under): New function. (org-datetree-cleanup): New command. 2009-11-13 Dan Davison <davison@stats.ox.ac.uk> * org-src.el (org-edit-src-code): New optional argument context allows calling functions to avoid altering the saved window configuration. (org-edit-src-exit): Do not restore window configuration when this function is used in the context of saving the edit buffer. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-clock.el (org-clock-out, org-clock-cancel): Revert to instances to switching to with-current-buffer, because these seem to cause problems - no idea why. * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file): Require diary-lib for (diary-date-display-form). 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-log-reschedule, org-log-redeadline): New options. (org-log-note-headings): Add templates for rescheduling and deadline changing. (org-startup-options): Add in-buffer settings for logging changing schedule and deadline time stamps. (org-deadline, org-schedule): Check for existing date and arrange for logging if the user requests it. (org-add-log-note): Prepare proper note buffers for rescheduling and deadline changes. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-diary-entry-in-org-file) (org-agenda-add-entry-to-org-agenda-diary-file) (org-agenda-insert-diary-make-new-entry): New functions. (org-agenda-diary-entry): Call `org-agenda-diary-entry-in-org-file' when appropriate. * org.el (org-calendar-insert-diary-entry-key): New option. (org-agenda-diary-file): New option. ("calendar"): Install our insertion function in the calendar. * org-remember.el (org-datetree): Require. (org-remember-templates): Add new positioning option. (org-remember-reference-date): New variable. (org-remember-apply-template): Store the reference date in a local variable. (org-remember-handler): Implement date tree positioning of entries. * org-datetree.el: New file. * org-latex.el (org-export-latex-preprocess): Protect targets in verbatim emphasis. * org-html.el (org-export-as-html): Protect targets in verbatim emphasis. * org-docbook.el (org-export-as-docbook): Protect targets in verbatim emphasis. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-clock.el (org-show-notification): Handle messages that contain a percent character. * org-remember.el (org-remember-apply-template): Turn of partial completion. * org-mobile.el (org-mobile-before-process-capture-hook): New hook. (org-mobile-pull): Run `org-mobile-before-process-capture-hook'. * org.el (org-indent-mode): Define variable already in org.el. (org-unfontify-region): Remove line-prefix and wrap-prefix properties only if org-indent-mode is active. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-icalendar.el (org-print-icalendar-entries): Save match data around call to verify function. (org-print-icalendar-entries): Add a call to the verification function. * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary save-restrivtion' form. 2009-11-13 Dan Davison <davison@stats.ox.ac.uk> * org-exp.el (org-export-format-source-code-or-example): restrict scope of preserve-indentp to the let binding. (org-src): require org-src, since org-src-preserve-indentation is used. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-timer.el (org-timer-set-timer): Set variables org-timer-timer[123] correctly. * org-mobile.el (org-mobile-files-alist): Make it work when `agenda-archives' is included in `org-agenda-text-search-extra-files'. (org-mobile-push): Restore agenda after mobile push. 2009-11-13 John Wiegley <jwiegley@gmail.com> * org-clock.el (org-resolve-clocks-if-idle): Another fix to the way the amount of idle time is presented in the minibuffer. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-icalendar.el (org-print-icalendar-entries): Use org-icalendar-verify-function only if non-nil. * org.el (org-refile): Refile to clock only if the prefix arg is 2. (org-sparse-tree): Fix docstring to be in line with prompt. (org-update-parent-todo-statistics): Call `org-after-todo-statistics-hook' on each level. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-remember.el (org-remember-apply-template): Make sure the buffer exists. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-tab-ind-state): New variable. (org-cycle-level): New function. (org-cycle-level-after-item/entry-creation): New option. (org-flag-subtree): New function. (org-hide-archived-subtrees): Call `org-flag-subtree'. (org-set-effort): Indexed access. * org-list.el (org-cycle-item-indentation): New function. * org.el (org-refile): Make prefix argument 2 refile to current clock. (org-priority): Interpret action `remove' as call to remove the priority cookie. * org-remember.el (org-remember-apply-template): Don't depend on buffer name being like file name. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-clock.el (org-clock-play-sound): Expand file in org-clock-sound, to allow ~ for home. * org-remember.el (org-remember-handler): Set text-before-node-creation even if this already looks like a node, because the string might be needed on non-org-mode target files. * org-agenda.el (org-agenda-open-link): Make this work in agenda clocktables. (org-agenda-switch-to): Follow a link at point if org-return-follows-link' is set and there is nothing else to do in this line. 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc> * org-colview-xemacs.el: Add in changes from org-colview.el 2009-11-13 Dan Davison <davison@stats.ox.ac.uk> * org-exp-blocks.el: Modify split separator regexp to avoid empty strings. 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc> * org-colview.el (org-columns-new): Make this work with the new operators. (org-columns-store-format): Make this work with the new operators. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-src.el (org-src-preserve-indentation): Document that this variable is also used during export. * org-exp.el (org-export-format-source-code-or-example): Preserve indentation if a block has a -i option, or if `org-src-preserve-indentation' is set. * org-exp-blocks.el (org-export-blocks-preprocess): Preserve indentation if a block has a -i option, or if `org-src-preserve-indentation' is set. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-mode-map): Define the new archiving keys. (org-speed-commands-default): Define an archiving key in the speed command map. (org-org-menu): Improve the menu structure concerning archiving. * org-archive.el (org-archive-subtree-default-with-confirmation): New command. * org-agenda.el (org-agenda-mode-map): Define the new archiving keys. (org-agenda-menu): Add the new archiving commands to the menu. (org-agenda-archive-default) (org-agenda-archive-default-with-confirmation): New commands. (org-agenda-archive, org-agenda-archive-to-archive-sibling): Just call `org-agenda-archive-with'. (org-agenda-archive-with): New function. * org-table.el (org-table-convert-region): Inert spaces around "|" to avoid line beginnings like "|-1" which will be mistaken as hlines. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-offer-links-in-entry): Return nil if there are no links, t if a link has been selected. (org-open-at-point): Open attachment directory when called in the headline and there are no links in the entry body. (org-speed-commands-default): Add "o" for open-at-point as a speed command. * org-attach.el (org-attach-reveal): Optional prefix arg IF-EXISTS, which avoids creating the attachment directory if it does not yet exist. * org-agenda.el (org-agenda, org-run-agenda-series): Evaluate MATCH. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org.el ("abbrev"): Work with abbrev tables only after they have been loaded. * org-list.el (org-list-send-list): Fix bug related to match data. * org-latex.el (org-export-latex-fontify): Apply verbatim emphasis. (org-export-latex-make-header): Insert \obeylines if line breaks should be preserved. * org-exp.el (org-export-protect-verbatim): Add an `org-verbatim-emph' property to such text. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-icalendar.el (org-icalendar-use-plain-timestamp): New option. (org-print-icalendar-entries): Skip entries where the timestamp is not a deadline and not scheduled, if the user requests that. * org-latex.el (org-export-latex-quotation-marks): Allow a bracket before an opening quote. * org-archive.el (org-archive-subtree): Keep archive after archiving something. * org-id.el (org-id-update-id-locations): Add archive files if that is required by `org-id-extra-files'. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-src.el (org-src-window-setup): New option. (org-src-switch-to-buffer): New function. (org-edit-src-exit): Add optional argument CONTEXT and use it to restore window configuration. (org-edit-src-code, org-edit-src-continue, org-edit-src-exit): Call `org-src-switch-to-buffer'. * org.el (org-default-properties): Add STYLE property. (org-files-list): Use the function call to get the files. (org-additional-option-like-keywords): Add SETUPFILE to completion list. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-table.el (org-table-convert-region): Correctly interpret quoting in csv import. * org.el (org-icompleting-read): Make iswitchb completion work with lists and tables. * org-agenda.el (org-agenda-add-entry-text): Never add entry text while pushing the mobile agenda. 2009-11-13 John Wiegley <jwiegley@gmail.com> * org-clock.el (org-clock-auto-clock-resolution): Now takes three values: nil, t and `when-no-clock-is-running'. (org-clock-in): Use `org-clock-auto-clock-resolution' to determine whether or not to resolve Org buffers on clock in. 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc> * org-colview.el (org-format-time-period): Function to format times in fractional days for display. (org-columns-display-here): Add support for showing a calculated value in place of the property. (org-columns): Set `org-columns-time' to the current time so time difference calculations will work. (org-columns-time): Use to store the current time when column view is displayed, so all time differences will use the same reference point. (org-columns-compile-map): There is now an extra position in each entry specifying the function to use to calculate the displayed value for the non-calculated properties in the column, (org-columns-compute-all): Set `org-columns-time' to the current time so time difference calculations will work. (org-columns-compute): Handle column operators where the values used are calculated from the underlying property. (org-columns-number-to-string): Handle the 'age' column format (org-columns-string-to-number): Correct the function name (was org-column...). Add support for the 'age' column format. (org-columns-compile-format): Support the additional parameter in org-columns-compile-map. 2009-11-13 Bastien Guerry <bzg@altern.org> * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable variable. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-clock.el (org-clock-has-been-used): New variable. (org-clock-in): Set `org-clock-has-been-used'. (org-clock-save): Save only if clock data has been used or created during this session. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-clock.el (org-clock-persist): New value, to store only the clock history. (org-clock-save): Don't save the clock if only the history should be stored. (org-clock-load): Turn off John Wiegley's auto resolving mechanism when restoring a saved clock. 2009-11-13 John Wiegley <jwiegley@gmail.com> * org-clock.el (org-clock-display, org-clock-put-overlay): Use `org-time-clock-use-fractional'. * org.el (org-time-clocksum-use-fractional) (org-time-clocksum-fractional-format): Two new customizable variables which allow the user to select fractional times (1.25 instead of 1:25) in the `org-clock-display' report. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines): New option. * org.el (org-tag-alist): Fix customization type. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-mobile.el (org-mobile-update-checksum-for-capture-file): Make sure the regexp search can fail without throwing an error. (org-mobile-apply): Save the inbox buffer after removing successfully applied changes. 2009-11-13 John Wiegley <jwiegley@gmail.com> * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle time is reported after the user comes back (but before they resolve time). * org.el (org-get-repeat): Change so that this function can be called with either `org-scheduled-string' or `org-deadline-string'. * org-clock.el (org-clock-auto-clock-resolution): Renamed `org-clock-disable-clock-resolution', since negatives don't sound good in customization variables. (org-clock-in): Don't use the auto-resolution logic if the user is clocking into a different task while an active clock is running. This then allows the default behavior of clocking out of the open task and then into the new task. * org.el (org-modules): Made this variable more consistent, since it was referring to Org, OrgMode and Org-mode, whereas the docs for the variable always refer to Org-mode. 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc> * org.el (org-repeat-re): The changed org-repeat-re no longer matched simple +2d type repeaters. Fix it so it does. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-preprocess): Protect the vspace macro in the VERSE environment. 2009-11-13 John Wiegley <jwiegley@gmail.com> * org-habit.el (org-habit-get-priority): A new function that determines the relative priority of a habit, based on how long past its scheduled date it is, and how near the deadline is. * org-agenda.el (org-agenda-get-scheduled): Set habit priority using `org-habit-get-priority'. * org-habit.el (org-habit-build-graph): Start displaying colors from the first scheduled date, if that date is earlier than the first completion date. * org-habit.el: Changed all "color" variables to faces, and made them appropriate for light and dark backgrounds. * org-habit.el (org-habit-duration-to-days): Made this function more general. (org-habit-parse-todo): Parse the new ".+N/N" style repeater. * org-agenda.el (org-agenda-get-deadlines): Removed all mention of habits, since they don't use DEADLINE anymore. * org.el (org-repeat-re, org-display-custom-time) (org-timestamp-change): Extended to support the new ".+N/N" syntax, used for habits. * org-clock.el (org-clock-resolve-clock): Fixed an incorrect variable reference. * org-agenda.el (org-agenda-set-mode-name): Show Habit in the modeline when habits are being displayed (if that module is being loaded). 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc> * org-clock.el (org-x11-idle-seconds): Add a method to get the X11 idle time using the xscreensaver extension. (org-user-idle-seconds): Use X11 idle time if available. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-next-line): New command. (org-agenda-previous-line): New commands. (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down): New commands. (org-agenda-follow-mode): Do the follow immediately if the mode is turned on here. (previous-line, next-line): Replace keys with the corresponding org functions. (org-agenda-mode-map): Bind backspace and delete to the scrolling command. * org.el (org-icompleting-read): Turn off partial completion mode for the duration of this completion round. * org-latex.el (org-export-latex-fontify-headline): Protect TeX macros in author lines and similar stuff. * org.el (org-file-tags): Fix docstring. (org-get-buffer-tags): Add the #+FILETAGS tags. ("ecb"): Maks ecb show context after jumping into an Org file. 2009-11-13 John Wiegley <johnw@newartisans.com> * org-agenda.el (org-finalize-agenda): Draw habit consistency graphs after everything else in the buffer has been setup. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-mobile.el (org-mobile-apply): Count success and failure. * org.el (org-indent-line-function): Fix regexp replace problem. 2009-11-13 John Wiegley <johnw@newartisans.com> * org-clock.el (org-clock-disable-clock-resolution): New customization variable that disable automatic clock resolution on clock in. (org-clock-in): If `org-clock-disable-clock-resolution' is set, do not automatically resolve anything. This is does not affect idle-time resolution, however, if `org-clock-idle-time' is set. 2009-11-13 John Wiegley <johnw@newartisans.com> * org-habit.el: New file, which implements code to build a "habit consistency graph". * org-agenda.el (org-agenda-get-deadlines) (org-agenda-get-scheduled): Display consistency graphs when outputting habits into the agenda. The graphs are always relative to the current time. (org-format-agenda-item): Added new parameter `habitp', which indicates whether we are formatting a habit or not. Do not display "extra" leading information if habitp is true. * org.el (org-repeat-re): Improved regexp to include .+ and ++ leaders for repeat strings. (org-get-repeat): Now takes a string parameter `tagline', so the caller can obtain the SCHEDULED repeat, or the DEADLINE repeat. 2009-11-13 John Wiegley <johnw@newartisans.com> * org-agenda.el (org-agenda-auto-exclude-function): New customization variable for allowing the user to create an "auto exclusion" filter for doing context-aware auto tag filtering. (org-agenda-filter-by-tag): Changes to support the use of `org-agenda-auto-exclude-function'. See the new manual addition,. 2009-11-13 John Wiegley <johnw@newartisans.com> * org.el (org-files-list): Don't attempt to return a file name for Org buffers which have no associated file. * org-agenda.el (org-agenda-do-action): Fixed a typo. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-mobile.el (org-mobile-locate-entry): Interpret files relative to org-directory. (org-mobile-inbox-for-pull): Document the best location for this file. (org-mobile-check-setup): Verify `org-directory'. (org-mobile-create-index-file): Sort the files to be listed in index.org. 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc> * org.el (org-fast-tag-selection): Add a way to display a description for a tag group. This is done by adding a string to either the startgroup or endgroup cell. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-clock.el (org-clock-resolve, org-resolve-clocks) (org-emacs-idle-seconds): Use `org-float-time' instead of `time-to-seconds' 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-sorting-strategy): Fix customization type. * org.el (org-pre-cycle-hook): Document that `empty' can also be the value of ARG when doing local cycling. 2009-11-13 John Wiegley <johnw@newartisans.com> * org-clock.el (org-clock-resolve-clock): If keeping or subtracting time results in a clock out at a time in the past, and if the resolution occurred due to idleness or invoking `M-x org-resolve-clocks', remember that past moment in time. On the next clock in, the user will be prompted to see if they want to back-date their new clock to then. (org-clock-resolve): Do not jump the user to the location of a dangling clock if the resolution is occuring due to an idle timeout. In that case there is typically only one dangling clock, the active one, and there is no value gained by shuffling their windows around to show it to them. Being prompted to resolve an idle clock should be as inobtrusive as possible. (org-resolve-clocks-if-idle): New function that resolves only the currently active clock if the user has exceeded the time returned by `org-user-idle-seconds', based on the value of `org-clock-idle-time'. (org-clock-in): If, after resolving clocks, (org-clock-out): Cancel the `org-clock-idle-timer' on clock out. * org-clock.el (org-clock-resolve-clock): New function that resolves a clock to a specific time, closing or resuming as need be, and possibly even starting a new clock. (org-clock-resolve): New function used by `org-resolve-clocks' that sets up for the call to `org-clock-resolve-clock'. It determines the time to resolve to based on a single-character selection from the user to either keep time, subtract away time or cancel the clock. (org-resolve-clocks): New user command which resolves dangling clocks -- that is, open but not active -- anywhere in the file list returned by `org-files-list'. (org-clock-in): Automatically resolve dangling clocks whenever a user clocks in. (org-clock-cancel): If the user cancels the solely clock in a LOGBOOK, remove the empty drawer. * org-clock.el (org-clock-idle-time): New user customizable option for detecting whether the user has left a clock idle. Note: it is only used in this commit to test whether it's worthwhile to check OS X to get the Mac user's current idle time. If the Emacs idle time is less than the value, the user hasn't been away long enough to be worth checking (a more expensive test than just getting Emacs idle time). (org-user-idle-seconds, org-mac-idle-seconds) (org-emacs-idle-seconds): This three functions, in conjunction with the user customization variable `org-clock-idle-time', return the number of seconds (as a floating point) that the user has been away from their Emacs (or, if running on OS X, their computer). * org-clock.el (org-find-open-clocks): New function that returns a list of all open clocks in the given FILE. Note that each clock it returns is a cons cell of the format (MARKER . START-TIME). This "clock" value is used by several of the new clock module utility functions. (org-is-active-clock): New inline function which tests whether the given clock value is the same as the currently active clock. Returns non-nil if this is the case. (org-with-clock-position): New macro that evaluates FORMS with point in the buffer and at the position of the given clock. Changes to the current clock are global. (org-with-clock): New macro that evaluates FORMS with point in the buffer and at the position of the given clock. However, changes to the current clock are local and have no effect on the user's active clock. This allows, for example, far any clock to be cancelled without cancelling the active clock. (org-clock-clock-in): New inline function that switches the active clock to the given clock. If either the argument RESUME, or the global `org-clock-in-resume', are non-nil, it will resume a clock that was previously left open. (org-clock-clock-out): New inline function that clocks out the given clock value without affecting the currently active clock. (org-clock-clock-cancel): New inline function that cancels the given clock value without affecting the currently active clock. * org-clock.el (org-clock-in): Before creating `org-clock-mode-line-timer', check to make sure an older timer is not currently running. (org-clock-out): Accept new third parameter `at-time', which permits a clock to be clocked out at a specific time. Note that no attempt is made to verify that the clock out time is later than the clock in time. * org.el (org-files-list): New utility function for returning a list of all open org-mode buffers, plus all files used to build the agenda buffer. Note that not all the files will necessarily be visited by a buffer at time of call. (org-entry-beginning-position): Like the function `line-beginning-position', this inline function returns the beginning position of the current heading/entry. (org-entry-end-position): Like the function `line-end-position', this inline function returns the end position of the current heading/entry. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-list): Mark the all-todo items line as a header line. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-inlinetask-remove-END-maybe): Declare function. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter entries that have no tags. (org-agenda-search-view): New customize group. (org-agenda-search-view-search-words-only): New option. (org-search-view): Implement substring search. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-outline-level): Add doc string. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-inlinetask.el (org-inlinetask-export): Re-introduce variable. (org-inlinetask-export-handler): Only export inline task if the user option calls for it. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-handle-export-tags): Remove inlinetask END if present. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-tables): Don't format in protected regions. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-src.el (org-edit-src-code) (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle macro editing. * org-agenda.el (org-prefix-category-max-length): New variable. (org-format-agenda-item): Use `org-prefix-category-max-length'. (org-compile-prefix-format): Set `org-prefix-category-max-length'. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-mobile.el (org-mobile-create-index-file): Improve the listing of tags and todo keywords. * org-latex.el (org-export-latex-format-image): New function. (org-export-latex-links): Use `org-export-latex-format-image'. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org-inlinetask.el (org-inlinetask-get-current-indentation) (org-inlinetask-remove-terminator): New functions. (org-inlinetask-export-handler): Terminate the description list. * org-exp.el (org-export-select-backend-specific-text): Remove the region markers. * org-inlinetask.el (org-inlinetask-export-handler): fix bug for tasks without content. * org-clock.el: Make sure the clock-in target position does not move to a different node by widening the buffer. * org-html.el (org-export-html-format-image): Wrap image into figure div only when there is a caption. * org-archive.el (org-archive-mark-done): Change default value to nil. 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-context): Call `bobp', not `eobp'. * org-clock.el (org-clock-cancel): Remove quotes from marker variables. * org.el (org-read-date-prefer-future): New allowed value `time'. (org-read-date-analyze): Shift day to tomorrow depending on time entered and value of `org-read-date-prefer-future'.
2009-11-13 08:39:29 +00:00
2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi: Removed @Ie, @ie, @Eg, @eg macros.
2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
* org.texi (Column attributes): Add the new age summary operators.
Also, mention the fact you can only use one summary operator per
property.
2009-11-13 John Wiegley <johnw@newartisans.com>
* org.texi (Tracking your habits): Added a new section in the
manual about how to track habits.
(Resolving idle time): Added a section on how idle and
dangling clocks are resolved.
2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Agenda commands): Document the new `i' command.
(Inserting deadline/schedule): Document logging changes
of scheduling and deadline times stamps.
(In-buffer settings): Document the in-buffer keywords for logging
changes of scheduling and deadline times stamps.
(Structure editing, Plain lists): Document indentation
cycling in empty entries with TAB.
(Archiving): Document the default archiving command.
(Moving subtrees): Document the new keys for archiving.
(Internal archiving): Fix incorrect key.
(Agenda commands): Document the TODO set switching commands.
(Agenda commands): Document the new archiving keys.
(Clocking work time): Better description on how to save
and restore a clock.
(Resolving idle time): Mention the x11idle program to get true
idleness also under X11.
(Resolving idle time): Use @kbd instead of @key for normal
letters, because this is how he rest of the manual does this.
(Pushing to MobileOrg): Mention that `org-directory'
should be set.
(Agenda commands): Document that SPC is a filter for
any tag.
(Search view): Renamed from "Keyword search".
(Capure): New chapter.
(Markup): New chapter.
(Links in HTML export, Images in HTML export): Extend
the section titles.
(Images in HTML export): Document the align option.
(Text areas in HTML export): Extend the section title.
(Images in LaTeX export): Explain image placement in LaTeX.
2009-11-10 Glenn Morris <rgm@gnu.org>
* sc.texi (Hints to MUA Authors): MUA should do any decoding.
2009-11-08 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Auto-save and Backup): Disable backups just for a
method.
* trampver.texi: Update release number.
2009-11-07 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.1.17.
* trampver.texi: Update release number.
2009-10-29 Glenn Morris <rgm@gnu.org>
* texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
2009-10-23 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (External methods): Temporary files are kept for
`rsync' and `rsyncc' methods.
2009-10-09 02:58:57 +00:00
2009-10-09 Juanma Barranquero <lekktu@gmail.com>
* eieio.texi: Fix typos.
2009-10-07 Chong Yidong <cyd@stupidchicken.com>
* cl.texi (Argument Lists): Clarify explicit keyword arguments.
2009-10-07 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
2009-10-07 Chong Yidong <cyd@stupidchicken.com>
* Makefile.in: Build EIEIO and EDE manuals.
2009-10-07 Eric Ludlam <zappo@gnu.org>
* eieio.texi:
* ede.texi: New files.
2009-10-05 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Remote processes): Association of a pty is not supported.
2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
(Processing LaTeX fragments): Document that the size of images can be
changes using the variable `org-format-latex-options'.
(The date/time prompt, Timestamps): Be more accurate over ISO format
dates and times.
(Visibility cycling): Document showeverything keyword.
(In-buffer settings): Document showeverything keyword.
(Setting up the staging area): Fix the example.
(MobileOrg): New section.
(Agenda commands, Exporting Agenda Views): Document exporting the
agenda view to Org files.
2009-09-28 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (History): Add IMAP support.
(External methods): Add `imap' and `imaps' methods.
(GVFS based methods): Add indices for `davs'.
(Password handling): Rename anchors. Add IMAP entries for
~/.authinfo.gpg.
* trampver.texi: Set default value of `emacsimap'.
2009-09-22 Daiki Ueno <ueno@unixuser.org>
* gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
2009-09-13 Chong Yidong <cyd@stupidchicken.com>
* dired-x.texi (Technical Details): Delete
dired-up-directory (Bug#4292).
2009-09-03 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Frequently Asked Questions): New item for emacsclient.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Effort estimates): Document new effort setting commands.
(Agenda commands): Document the new keys fro agenda time motion.
Document entry text mode. Improve documentation of the keys to include
inactive time stamps into the agenda view.
(Feedback): Document the new bug report command.
(Structure editing): Added an index entry for the sorting of subtrees.
2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
* auth.texi (Help for users): Corrected markup.
2009-09-02 03:24:46 +00:00
2009-09-02 Glenn Morris <rgm@gnu.org>
* emacs-mime.texi (time-date): Mention float-time.
2009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Simplifying Formulas): Improve the wording.
2009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
* auth.texi: Rewritten for coverage and clarity.
2009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Expiring Mail): Mention
gnus-mark-copied-or-moved-articles-as-expirable.
(Various Various): Mention gnus-safe-html-newsgroups.
* gnus-news.texi: Mention
gnus-mark-copied-or-moved-articles-as-expirable.
* emacs-mime.texi (Display Customization): Add xref to
gnus-safe-html-newsgroups.
2009-08-28 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Version Control): Remove.
(Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
reference.
(External methods): Correct `scpc' concept index entries. New method
`rsyncc'.
(External packages): New subsections "Filename completion" and "File
attributes cache".
2009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Rewrite Rules): Improve the example.
(Simplifying Formulas): Explain use of the I and H flags for
simplification.
2009-08-25 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
Describe autostart behaviour of dbus-ping.
(Synchronous Methods, Asynchronous Methods): Use English numeric format
for timeout values.
(Top): Remove footnote saying D-Bus is not enabled by
default. (Bug#4256)
2009-08-23 Daiki Ueno <ueno@unixuser.org>
* epa.texi (Quick start): Don't refer to nonexistent epa-mode.
2009-08-24 04:50:07 +00:00
Reported by Jari Aalto (Bug#4211).
(Mail-mode integration): Mention epa-mail-mode and
2009-08-24 04:50:07 +00:00
epa-global-mail-mode.
(Encrypting/decrypting *.gpg files): Don't refer to nonexistent
epa-setup.
2009-08-16 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (Asynchronous Methods): Allow nil handler.
2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
2009-12-08 03:29:05 +00:00
* ediff.texi (ediff-current-file): Add information about this new function.
2009-12-08 03:29:05 +00:00
* viper.texi: Add information about C-s in viper's search command.
2009-08-09 23:39:59 +00:00
2009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
* calc.texi (Date Forms): Fix typos.
2009-08-08 Glenn Morris <rgm@gnu.org>
* org.texi (Agenda commands): Restore clobbered change.
2009-08-07 Eli Zaretskii <eliz@gnu.org>
* calc.texi (Graphics, Devices): Update with the peculiarities of
operation on MS-Windows.
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-create-formula-image): Remove the -E option for dvipng. * org-exp.el (org-default-export-plist): Respect #+BIND. (org-export-confirm-letbind): New function. * org.el (org-paste-subtree): Test the kill ring entry if it is going to be used. (org-copy-subtree): Use `org-forward-same-level'. (org-forward-same-level): Respect the `invisibe-ok' arg for back-to-heading. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-table-map-tables): Make sure cursor is back at table beginning after funcall. * org-agenda.el (org-agenda-bulk-action): Make sure parents are handled before children, and do not error if an entry is not found, probably because it hase been remove when the parent was archived or refiled. * org.el (org-ido-completing-read): Accept straight lists for completion as well as alists. * org-timer.el (org-timer-cancel-timers): Renamed from `org-timer-cancel-timers'. * org.el (org-cycle-internal-local): Fix problem with finding next invisible line. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-list.el (org-list-send-list): Call `org-list-goto-true-beginning' instead of `org-list-find-true-beginning', which does not exist. * org-timer.el (org-timer-reset-timers): Use `mapc'. (org-timer-set-timer): Do not assign to heading. * org-id.el (org-id-open): Quote function name. * org-macs.el (org-unmodified): Turn off recording undo information while running inside the macro. * org-table.el (org-table-export): Also work in file-less buffers. * org.el (org-startup-indented): New option. (org-startup-options): Add new options indent and noindent. (org-unfontify-region): Remove line-prefix and wrap-prefix properties. (org-after-demote-entry-hook, org-after-promote-entry-hook): New hooks. (org-promote, org-demote): Run the new hooks. * org-table.el (org-table-align): Replace leading \n as well. * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix' and `line-wrap' text properties. * org-compat.el (org-kill-new): New function. * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and `line-wrap' text properties. * org-indent.el: New file. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-provide-todo-statistics): Tweak docstring. * org-id.el (org-id-open): Honor `org-link-frame-setup'. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-as-org): Insert the "-source" string before the extension. * org.el (org-read-date): Make sure the calendar is in the current frame. (org-set-emph-re): Remove the ? from the post-match. (org-emphasis-regexp-components): Add backslash to the postmatch class. (org-set-font-lock-defaults): Write \n instead of \xa, and make it optional so that also lines at the end of the buffers will still be matched as headlines. * org-table.el (org-table-error-on-row-ref-crossing-hline): Variable made obsolete. (org-table-relative-ref-may-cross-hline): New option. (org-table-find-row-type): Honow the new option `org-table-relative-ref-may-cross-hline'. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-table.el (org-table-cut-region, org-table-copy-region): Work on single field if no active region. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-make-header): Only insert title if one is defined. * org.el (org-make-options-regexp): Allow empty values. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-cycle-internal-local): Improved version of finding next visible line. (org-cycle-hide-drawers): Only hide drawers if this is really necessary. (outline-end-of-subtree): Make `outline-end-of-subtree' use the org-version of this function in Org-mode. We use advice to implement this change, so that future changes to this function in outline.el wil be handled properly. (org-forward-same-level, org-backward-same-level): New commands. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-remove-empty-overlays-at) (org-clean-visibility-after-subtree-move): New functons. (org-move-subtree-down): Simplify cleanup of display. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-mac-message.el (org-mac-message-get-links): Improve docstring. Make argument SELECT-OR-FLAGGED optional, default to "s". Fix the return value. (org-mac-message-insert-flagged): Simplify. * org.el (org-refile-get-location): Tamper with refile history o that history contains compete matches instead of the entered string. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-store-link): Never store a link to an inline task. * org-footnote.el (org-footnote-goto-local-insertion-point): Skip inline tasks when positioning footnotes. * org.el (org-refile): Remove the END line when archiving an inline task that does have an END line. * org-archive.el (org-archive-subtree): Remove the END line when archiving an inline task that does have an END line. * org-macs.el (org-with-limited-levels): New macro. (org-get-limited-outline-regexp): New function. * org-exp.el (org-export-format-source-code-or-example): Fix bug that did not enumerate first line. (org-export-mark-radio-links): Skip matches in links. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-activate-plain-links): Make single-match. (org-adapt-indentation): Fix docstring. * org-macs.el (org-unmodified): Turn of modification hooks while running this macro. 2009-08-06 Bastien Guerry <bzg@altern.org> * org.el (org-adapt-indentation): Slightly improve the docstring. (org-occur): Sends an error when the user inputs an empty string. (org-priority): Bugfix: the tag alignement should happen within save-excursion. 2009-08-06 Bastien Guerry <bzg@altern.org> * org.el (org-make-link-regexps): Don't exclude parentheses from `org-plain-link-re' (org-cycle-internal-local): When locally cycling, switch directly from CHILDREN to FOLDED if there is no subtree (org-cycle): Update the docstring to document the new behavior of `org-cycle-internal-local'. 2009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change) * org-clock.el (org-clock-in): Bugfix: recognize timestamps with an abbreviated format for days. 2009-08-06 Bastien Guerry <bzg@altern.org> * org-protocol.el (org-protocol-default-template-key): New option. * org.el (org-refile): Bugfix: save-excursion before reading the refile target, otherwise cursor moves might confuse `org-refile'. * org.el (org-toggle-heading): Bugfix: correctly convert list items before the first headline. * org.el (org-provide-todo-statistics): Allow a list of TODO keywords to compute statistics against headlines containing a keyword from this list. (org-update-parent-todo-statistics): Possibly use the new allowed value of `org-provide-todo-statistics'. 2009-08-06 Bastien Guerry <bzg@altern.org> * org-timer.el: Add autoload cookie. * org.el (org-occur-link-in-agenda-files): New function. * org-timer.el (org-timer-last-timer): New variable. * org-agenda.el (org-agenda-mode-map): New key for org-timer-set-timer called from the agenda. * org.el (org-mode-map): New key for org-timer-set-timer. * org-timer.el (org-timer-reset-timers) (org-timer-show-remaining-time, org-timer-set-timer): New functions. * org-clock.el (org-show-notification): Update the docstring. * org.el (org-provide-todo-statistics): Allow new value 'all-headlines for this option, which includes entries with no TODO keywords in the todo statistics. (org-update-parent-todo-statistics): Possibly use the new 'all-headline value from `org-provide-todo-statistics'. 2009-08-06 Bastien Guerry <bzg@altern.org> * org-clock.el (org-dblock-write:clocktable): Add a new option :timestamp which allows display of timestamps in clock reports. * org.el (org-mode-map): Define new key `C-c C-*': convert a plain list to a subtree, preserving the structure of the list. (org-set-emph-re): Make the last element optional in the regexp. This regexp now matches an emphasized string at the end of a line. * org-list.el (org-list-goto-true-beginning) (org-list-make-subtree, org-list-make-subtrees): New functions. * org.el (org-eval-in-calendar): Select the right frame. (org-save-frame-excursion): Remove this macro. 2009-08-06 Bastien Guerry <bzg@altern.org> * org-list.el (org-list-beginning-re): Bugfix: don't use * when trying to find the beginning of a list. * org-exp.el (org-get-file-contents): Use a new argument: markup. When present, tell org-get-file-contents not to protect org-like lines. * org-id.el (org-id-uuid-program): New option to set the name of the uuidgen program. (org-id-method): Use `org-id-uuid-program'. (org-id-new): Use `org-id-uuid-program'. 2009-08-06 Bastien Guerry <bzg@altern.org> * org-exp.el (org-export-number-lines): Allow whitespace in code references. Allow the -r switch to remove the references in the source code even when the lines are not numbered: the labels can be explicit enough. * org.el (org-fontify-whole-heading-line): New option. (org-set-font-lock-defaults): Use the new option. * org-clock.el (org-show-notification-handler): New option. (org-show-notification): Use the new option. 2009-08-06 Bastien Guerry <bzg@altern.org> * org.el (org-eval-in-calendar): Fix a bug about calendar navigation when `calendar-setup' value is 'calendar-only. 2009-08-06 Bastien Guerry <bzg@altern.org> * org.el (orgstruct++-mode): Fix typo in docstring. (org-insert-link): Clean up: (or (...)) => (...) (org-insert-link): Use TAB for stored links completion. 2009-08-06 Bastien Guerry <bzg@altern.org> * org.el (org-get-refile-targets): Fix bug: don't ignore case when building the list of targets. * org-remember.el (org-remember-delete-empty-lines-at-end): New option. (org-remember-handler): Use the new option. 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc> * org.el (org-tags-sort-function): New option for sorting tags. (org-set-tags): Use the new option to sort tags. * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid premature deletion of the data when using org-plot in a script. 2009-08-06 Bastien Guerry <bzg@altern.org> * org-clock.el (org-clock-in-prepare-hook): New hook. (org-clock-in): Use this new hook. 2009-08-06 Bastien Guerry <bzg@altern.org> * org.el (org-special-ctrl-a/e): Explicitely bind the value 'reversed for this option to the "true line boundary first" behavior. (org-tags-match-list-sublevels): Document the 'indented value for this variable. * org-latex.el (org-export-latex-first-lines): Fix problem with publishing the region. * org-exp.el (org-export-format-source-code-or-example): Fix bad line numbering when exporting examples in HTML. 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc> * org-colview.el (org-format-time-period): Formats a time in fractional days as days, hours, mins, seconds. (org-columns-display-here): Add special handling for SINCE and SINCE_IA to format for display. * org.el (org-time-since): Add a function to get the time since an org timestamp. (org-entry-properties): Add two new special properties: SINCE and SINCE_IA. These give the time since any active or inactive timestamp in an entry. (org-special-properties): Add SINCE, SINCE_IA. (org-tags-sort-function): Add custom declaration for tags sorting function. (org-set-tags): Sort tags if org-tags-sort-function is set 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-clock.el (org-clock-goto): Find hidden headlines as well. * org.el (org-narrow-to-subtree): Find hidden headlines as well. * org-plot.el (org-plot/add-options-to-plist): Add timeind option. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-publish.el (org-publish-remove-all-timestamps): New function. (org-publish-all): Remove all timestamp files if `org-publish-all' is called with a prefix argument. * org-list.el (org-indent-item): Fix typo. (org-item-indent-positions): Normalize ordered bullet. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-macs.el (org-set-local): Make a local variable, do not make the variable buffer-local! * org-latex.el (org-export-as-latex): Call `org-install-letbind'. * org-exp.el (org-infile-export-plist): Read BIND lines. (org-install-letbind): New function. (org-export-as-org, org-export-preprocess-string): Call `org-install-letbind'. * org-list.el (org-list-demote-modify-bullet): New option. (org-first-list-item-p): Save point. (org-fix-bullet-type): New optional argument FORCE-BULLET. (org-indent-item): Honor `org-list-demote-modify-bullet'. (org-item-indent-positions): Return bullet types along with indentation. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-show-entry): Hide drawers. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-footnote.el (org-footnote-auto-adjust): New option. (org-footnote-auto-adjust-maybe): New function. (org-footnote-new, org-footnote-delete): Call `org-footnote-auto-adjust-maybe'. * org.el (org-startup-options): Add new footnote-related keywords. * org-publish.el (org-publish-timestamp-filename): Additional arguments PUB-DIR and PUB-FUNC, which are included in the hash. (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC TRUE-PUB-DIR. Pass them through to `org-publish-timestamp-filename'. (org-publish-update-timestamp): Additional arguments PUB-DIR and PUB-FUNC, which are included in the hash. (org-publish-file): Delay timestamp test until the publishing function is known. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-bulk-action): Add scheduling and setting the deadline. * org.el (org-read-date-final-answer): New variable. (org-read-date): Store the final answer string, including the date from the calendar, for reuse by agenda bulk commands. * org-publish.el (org-publish-attachment): Fix publishing of attachments. * org-latex.el (org-export-latex-quotation-marks): Fix export of quotation makrs in parenthesis. (org-remove-initial-hash): New function. (org-export-latex-preprocess): Fix bug with infinite loop if environment is not properly closed. * org-table.el (org-table-get-remote-range): Find #+TBLNAME also when indented. * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME highlight also when indented. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-footnote.el (org-footnote-renumber-fn:N): New command. (org-footnote-action): Offer renumbering. * org.el (org-cycle): Honor the `integrate' value of org-cycle-include-plain-lists'. * org-list.el (org-cycle-include-plain-lists): New allowed value `internal'. Improve the docstring. * org.el (org-set-autofill-regexps): Improve the paragraph-start regexp to work better with LaTeX commands. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-inline-image-extensions): Add ps and eps extensions. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-write-agenda): Make sure org-icalendar is loaded. * org.el (org-map-entries): No longer force `org-tags-match-list-sublevels' to t during a todo-only tags search. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-low-levels): Allow user-defined environment. (org-export-latex-subcontent): Handle user-defined environment. * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to the View dispatcher. * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of `make-overlay'. * org-latex.el (org-export-as-pdf): Protect match data during call to shell-quote-argument. * org-agenda.el (org-agenda-mode-map): Modify bulk action keys. (org-agenda-view-mode-dispatch): New function. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-mode): Reset list of marks. (org-agenda-mode-map): Define new keys for refile and bulk action. (org-agenda-menu): Add menu itesm for refile and bulk action. (org-agenda-refile): New function. (org-agenda-set-tags): Optional arguments TAG and ONOFF. (org-agenda-marked-entries): New variable. (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays) (org-agenda-remove-all-bulk-action-marks) (org-agenda-bulk-action): New functions/commands. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-get-file-contents): Protect org-like lines in included files. (org-export-format-source-code-or-example): Remove newlines. * org-latex.el (org-export-latex-links): Check for no-description marking. * org-exp.el (org-export-preprocess-apply-macros): Switch macro argument separator back to comma. (org-export-normalize-links): Mark links without description. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-infile-export-plist): Fix bug in macro processing. * org-agenda.el (org-agenda-clock-out): Update line after clocking out. (org-agenda-highlight-todo): Fix bug with highlighting. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-set-font-lock-defaults): Adapt formatting to capture new alignment strings. * org-table.el (orgtbl-self-insert-command): Add yas/expand to command list. (org-table-align): Check for forced align type. * org.el (org-self-insert-command): Add yas/expand to command list. * org-clock.el (org-clock-in-hook): New hook. (org-clock-in): Run `org-clock-in-hook. (org-clock-out-hook): New hook. (org-clock-out): Run `org-clock-out-hook. (org-clock-cancel-hook): New hook. (org-clock-cancel): Run `org-clock-cancel-hook. (org-clock-goto-hook): New hook. (org-clock-goto): Run `org-clock-goto-hook. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-store-link): Better default description for link to Org-mode headline. * org-exp.el (org-export-generic): Autoload the generic exporter function. (org-export): Implement the `g' key for the generic exporter. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab', and for zbacktab'. * org-exp.el (org-infile-export-plist): Get macros also from #+SETUPFILE. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-colview.el (org-columns-capture-view): Protect vertical bars in column values. (org-columns-capture-view): Exclude comment and archived trees. * org-colview-xemacs.el (org-columns-capture-view): Protect vertical bars in column values. (org-columns-capture-view): Exclude comment and archived trees. * org.el (org-quote-vert): New function. * org-latex.el (org-export-latex-verbatim-wrap): New option. * org-exp.el (org-export-format-source-code-or-example): Use `org-export-latex-verbatim-wrap'. * org.el (org-clone-subtree-with-time-shift): Also shift inactive time stamps. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp-blocks.el: New file. * org-remember.el (org-remember-templates): Allow the headline element to be a function. (org-remember-apply-template): If the headline is a function, call it to get the true function. * org-clock.el (org-clock-menu): New function. (org-clock-update-mode-line): Update help string. (org-clock-modify-effort-estimate): New function. (org-clock-mark-default-task): New function. * org.el (org-hh:mm-string-to-minutes): Also take just a number of minutes as input. (org-org-menu): Add new clocking stuff. (org-clock-is-active): New function. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-open-non-existing-files): Improve docstring. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New option. (org-export-icalendar): Call `org-bbdb-anniv-export-ical'. * org-bbdb.el (org-bbdb-anniv-export-ical): New function. * org-list.el (org-get-checkbox-statistics-face): Use the new faces. * org-faces.el (org-checkbox-statistics-todo) (org-checkbox-statistics-done): New faces. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-use-verb): New variable. (org-export-latex-emph-format): Prefer \texttt over \verb when org-export-latex-use-verb is set. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-remember.el (org-remember-handler): Abort remember if the buffer is empty. * org-exp.el (org-export-format-source-code-or-example): Run `org-src-mode-hook'. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-indent-line-function): Fix indentation of +#end lines. 2009-08-06 Tassilo Horn <tassilo@member.fsf.org> * org-gnus.el (org-gnus-store-link): Require message.el in org-gnus-store-link. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-src.el: New file, split out of org.el * org-macs.el (org-replace-match-keep-properties): New function. * org-exp.el (org-export-mark-blockquote-verse-center): Better preprocessing of center and quote and verse blocks. * org-list.el (org-list-end): Respect the stored "original" indentation when determining the end of the list. * org-exp.el (org-export-replace-src-segments-and-examples): Remember indentation correctly. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-clock.el (org-clock-update-mode-line): Apply face org-mode-line-clock. * org-faces.el (org-mode-line-clock): New face. 2009-08-06 Tassilo Horn <tassilo@member.fsf.org> * org-gnus.el (org-gnus-store-link): Fix bug where `org-gnus-store-link' used wrong subject when called in an article buffer. Patch provided by fengli AT gmail DOT com. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-format-source-code-or-example): Remember the original indentation of source code snippets and examples. * org-latex.el (org-export-as-latex): Relocate the table of contents. * org.el (org-ctrl-c-ctrl-c): Update clock lines. * org-agenda.el (org-run-agenda-series): Scope global options also when creating the agenda buffer. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-adapt-indentation): Improve documentation. (org-insert-property-drawer): Respect org-adapt-indentation when inserting the drawer. (org-remove-flyspell-overlays-in): New function. (org-do-emphasis-faces, org-activate-plain-links) (org-activate-code, org-fontify-meta-lines-and-blocks) (org-activate-angle-links, org-activate-footnote-links) (org-activate-bracket-links, org-activate-dates) (org-activate-target-links, org-activate-tags): Remove flyspell overlays. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-edit-src-save): New function. * org-clock.el (org-clock-out-switch-to-state): New option. (org-clock-out): Honor `org-clock-out-switch-to-state'. * org-compat.el (org-compatible-face): Improve macro. * org.el (org-global-properties-fixed): Add default for CLOCK_MODELINE_TOTAL. * org-clock.el (org-clock-sum): Accept lists and strigs as tstart andd tend. (org-clock-sum-current-item): Optional argument TSTART, pass it to org-clock-sum. (org-clock-get-sum-start): New function. * org.el (org-startup-options): New keywords blockhide and blockshow. (org-mode): Add new invisibility spec. (org-set-startup-visibility): Hide block on startup if so desired. (org-hide-block-startup): New option. (org-block-regexp): New constant. (org-hide-block-overlays): New variable. (org-block-map, org-hide-block-toggle-all, org-hide-block-all) (org-show-block-all, org-hide-block-toggle-maybe) (org-hide-block-toggle): New functions. (org-edit-src-exit): Do not quote lines starting with # and no + behind it. (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating entry. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-buffer-property-keys): Add Effort property for completion. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-clock.el (org-clock-sum-current-item): Fix positioning bug when retrieving total clocked time in the subtree. * org.el (org-quoting-blocks): New variable. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-table.el (org-table-store-formulas) (org-table-get-stored-formulas, org-table-fix-formulas) (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c) (orgtbl-gather-send-defs): Allow indented #+TBLFM line. * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow indented #+TBLFM line. * org-footnote.el (org-footnote-goto-local-insertion-point): Allow indented #+TBLFM line. * org-colview.el (org-dblock-write:columnview): Allow indented #+TBLFM line. * org-colview-xemacs.el (org-dblock-write:columnview): Allow indented #+TBLFM line. * org-clock.el (org-dblock-write:clocktable): Allow indented #+TBLFM line. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-format-source-code-or-example): Make editing indented blocks work correctly. * org.el (org-edit-src-nindent): New variable. (org-edit-src-code, org-edit-fixed-width-region) (org-edit-src-find-region-and-lang, org-edit-src-exit): Make editing indented blocks work correctly. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-replace-src-segments-and-examples): FInd indented blocks. (org-export-format-source-code-or-example): Fix indentation of blocks. (org-export-remove-indentation): New function. (org-export-select-backend-specific-text): Allow backend-specific code to be indented. (org-export-mark-blockquote-verse-center): Allow markers to be indented. * org.el (org-fontify-meta-lines): New function. (org-set-font-lock-defaults): Call the new fontification function. * org-faces.el (org-meta-line): New face (org-block): New face. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-treat-insert-todo-heading-as-state-change) (org-treat-S-cursor-todo-selection-as-state-change): New variables. (org-insert-todo-heading): Honor `org-treat-insert-todo-heading-as-state-change'. (org-shiftright, org-shiftleft): Honor `org-treat-S-cursor-todo-selection-as-state-change'. (org-inhibit-logging): New variable. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce range for marker position checking. * org-latex.el (org-export-latex-first-lines): Fix bug when exporting a region. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-push-to-kill-ring): Protect using x-set-selection, because that does not always work. * org-agenda.el (org-agenda-list): Apply the new face `org-agenda-date-today'. * org-faces.el (org-agenda-date-today): New face. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-to-appt): Turn off restriction when creating appointments. * org-latex.el (org-export-latex-low-levels): Fix customization type. * org.el (org-priority, org-shiftup, org-shiftdown): Disable priority commands. * org-agenda.el (org-agenda-priority): Disable priority commands. * org.el (org-enable-priority-commands): New option. * org-colview-xemacs.el (org-columns-compute) (org-columns-number-to-string): Fix problems with empty fields. * org-colview.el (org-columns-compute) (org-columns-number-to-string): Fix problems with empty fields. * org-exp.el (org-export-push-to-kill-ring): New function. (org-export-copy-to-kill-ring): New option. * org-latex.el (org-export-as-latex): Call `org-export-push-to-kill-ring'. * org-exp.el (org-export-show-temporary-export-buffer): New option. * org-latex.el (org-export-as-latex): Use `org-export-show-temporary-export-buffer'. * org-exp.el (org-export-show-temporary-export-buffer): New option. (org-export-push-to-kill-ring): New function. * org-colview.el (org-columns-compile-map): New variable. (org-columns-new, org-columns-compute) (org-columns-number-to-string, org-columns-uncompile-format) (org-columns-compile-format): Implement new operators. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-plist-vars): Add :xml-declaration. * org-list.el (org-update-checkbox-count): Make property dependent. * org.el (org-hierarchical-todo-statistics): New option. (org-update-parent-todo-statistics): Modified to handle recursive statistics. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-publish.el (org-publish): Make this function behave correctly in interactive use when called with a prefix argument. * org.el (org-todo-statistics-hook): New hook. (org-update-parent-todo-statistics): Use new hook. (org-log-into-drawer): New function. (org-add-log-setup): Use the new `org-log-into-drawer' function to determine if we should be logging into a drawer. (org-log-into-drawer): Update docstring. (org-default-properties): Add LOG_INTO_DRAWER as a property. * org-list.el (org-checkbox-statistics-hook): New hook. (org-update-checkbox-count-maybe): Use new hook. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a better bufer-generating mechanism. (org-edit-src-find-buffer): New function. * org-icalendar.el (org-print-icalendar-entries): Don't check for archive tag, this is already done by `org-agenda-skip'. data while constructing lost of tags. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-preprocess-apply-macros): Use semicolon as argument separator in macros. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-after-sorting-entries-or-items-hook): New hook. (org-sort-entries-or-items): Run the new hook. (org-after-refile-insert-hook): New hook. (org-refile): Run `org-after-refile-insert-hook'. * org-agenda.el (org-agenda-get-progress): Never take time of day from headline when displaying progress. * org-latex.el (org-export-latex-complex-heading-re): New variable. (org-export-as-latex): Force the correct regexp in the preprocessor buffer. (org-export-latex-set-initial-vars): Set `org-export-latex-complex-heading-re'. * org-agenda.el (org-agenda-start-with-log-mode): New option. (org-agenda-mode): Use `org-agenda-start-with-log-mode'. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-tables-centered): New option. (org-export-latex-tables): Use `org-export-latex-tables-centered'. * org-exp.el (org-export-as-org): New command. (org-export-as-org): New command. * org-publish.el (org-publish-org-to-org): New function. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-yank): Just call `org-yank-generic'. (org-yank-generic): New function, containing the formaer functionality of `org-yank'. * org-latex.el (org-export-latex-not-done-keywords) (org-export-latex-done-keywords): New variables. (org-export-latex-todo-keyword-markup): New option. (org-export-latex-set-initial-vars): Remember the TODO keywords. (org-export-latex-keywords-maybe): Apply the TODO markup. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-infile-export-plist): Add more default macros. (org-export-preprocess-apply-macros): Process macro arguments. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-icalendar.el (org-icalendar-include-todo): New allowedvalue `unblocked'. (org-print-icalendar-entries): Respect the new value of `org-icalendar-include-todo'. * org.el (org-link-try-special-completion) (org-file-complete-link): New functions. (org-insert-link): Add special completion support for some link types. * org-bbdb.el (org-bbdb-complete-link): New function. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-list.el (org-update-checkbox-count): Allow recursive statistics. (org-hierarchical-checkbox-statistics): New option. * org.el (org-cycle): Remove erraneous space character. * org-icalendar.el (org-icalendar-timezone): Initialize from environment. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-autoload): Fix autoloading of ascii export functions. (org-modules): Add org-special-blocks. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-icalendar.el (org-start-icalendar-file): Use the new option. (org-ical-timezone): New option. * org-exp.el (org-export-get-coderef-format): Use the description is present. * org.el (org-sort-entries-or-items): Improve docstring, and make better implementation for time sorting. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-edit-src-persistent-message): New option. (org-edit-src-code, org-edit-fixed-width-region): Use the new option. * org-clock.el (org-clock-insert-selection-line): Fix prefious patch. * org.el (org-edit-src-code, org-edit-fixed-width-region): Use separate buffer instead of indirect buffer to edit source code. (org-edit-src-exit): Make this function work with the new setup. * org-clock.el (org-clock-insert-selection-line): Make sure tasks are properly fontified before shown in the selection menu. * org.el (org-fontify-like-in-org-mode): New function. * org-latex.el (org-export-latex-links): Use the property list to retrieve the default image attributes. * org-exp.el (org-export-plist-vars): Add a new option. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export, org-export-visible): Support ASCII export to buffer (org-export-normalize-links): Do not protect the description if it is explicitly given. * org-list.el (org-reset-checkbox-state-subtree): Moved here from org-checklist.el. (org-reset-checkbox-state-subtree): Call `org-reset-checkbox-state-subtree'. * org-remember.el (org-select-remember-template): For the selection of a valid template. * org-latex.el (org-export-region-as-latex): Supply the force-no-subtree argument. (org-export-as-latex): Provide better limits when exporting the first line. When exporting to string, we still want the first lines. (org-export-latex-first-lines): New argument END, to force the end of the region. (org-export-region-as-latex): Use the property list. (org-export-as-latex): * org-colview-xemacs.el (org-columns-remove-overlays) (org-columns): Fix call to `local-variable-p'. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-after-blockquotes-hook): New hook. (org-export-latex-preprocess): Run the new hook. * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook. (org-export-preprocess-string): Run the new hook. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-macs.el (org-check-external-command): New defsubst. * org.el (org-mode-map): New key for reload. (org-format-latex): Better error message when external programs are not available. * org-agenda.el (org-agenda-mode-map): Bind `org-reload'. * org.el (org-sort-entries-or-items): Explicit sorting function for priorities, needed for XEmacs compatibility. * org-remember.el (org-remember-apply-template): Improve auto-save behavior. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-preprocess): Also protect environments ending in a star. * org-list.el (org-at-item-p): Fix regular expression. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-end-of-subtree): Improve speed. * org-agenda.el (org-agenda-get-timestamps) (org-agenda-get-progress, org-agenda-get-deadlines) (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations, in particular, wait as long as possible to collect the tags. (org-stuck-projects): Improve docstring. * org.el (org-store-link): No errors when getting custom id before first headline. (org-get-tags-at): Use `org-up-heading-safe' when getting tags. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile. * org-protocol.el: Remove dependency on url.el. (org-protocol-unhex-compound, org-protocol-open-source): Remove dependency on url.el. * org-latex.el (org-export-as-pdf): Use `org-latex-to-pdf-process'. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-latex-to-pdf-process): New option. * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry): New option. (org-agenda-get-timestamps): Honor `org-agenda-skip-additional-timestamps-same-entry'. * org-clock.el (org-clock-goto-may-find-recent-task): New option. (org-clock-goto): Find recent task only if `org-clock-goto-may-find-recent-task' allows it. * org-exp.el (org-export-remove-or-extract-drawers): Handle empty drawers, and drawers that are missing the :END: line. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-clock.el (org-clock-goto): Go to recently clocked task if no clock is running. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-update-parent-todo-statistics): Check for STATISTICS_FROM property. * org-list.el (org-update-checkbox-count): Check for STATISTICS_FROM property. * org.el (org-tab-first-hook) (org-tab-after-check-for-table-hook) (org-tab-after-check-for-cycling-hook): New hooks. (org-cycle-internal-global, org-cycle-internal-local): New functions, split out from `org-cycle'. (org-cycle): Call the new hooks. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-preprocess-string): Reset the list of preferred targets for each run of the preprocessor. * org.el (org-refile-target-verify-function): Improve documentation. (org-get-refile-targets): Respect point being moved by the verification function. * org-latex.el (org-export-latex-timestamp-keyword-markup): New option. (org-export-latex-keywords): Use new option. * org.el (org-rear-nonsticky-at): New defsubst. (org-activate-plain-links, org-activate-angle-links) (org-activate-footnote-links, org-activate-bracket-links) (org-activate-dates, org-activate-target-links) (org-activate-tags): Place the rear-nonsticky properties at the correct location. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-protocol.el (server-edit): Declare `server-edit'. (org-protocol-unhex-string, org-protocol-unhex-compound): New functions. (org-protocol-check-filename-for-protocol): Call `server-edit'. * org.el (org-default-properties): New default properteis for completion. * org-exp.el (org-export-add-subtree-options): Add new properties for subtree export. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-id.el (org-id-get-with-outline-path-completion): Turn off org-refile-target-verify-function for the duration of the command. * org.el (org-link-to-org-use-id): New possible value `create-if-interactive-and-no-custom-id'. (org-store-link): Use custom IDs. (org-link-search): Find custom ID properties from #link. (org-default-properties): Add CUSTOM_ID for property completion. (org-refile-target-verify-function): New option. (org-goto): Turn off org-refile-target-verify-function for the duration of the command. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-preferred-target-alist): New variable. (org-export-define-heading-targets): Find the new CUSTOM_ID property. (org-export-target-internal-links): Target the custom ids when possible. * org-latex.el (org-export-latex-preprocess): Better regexp for matching latex macros with arguments. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-remember.el (org-remember-handler): Allow filing to non-org files. 2009-08-06 Magnus Henoch <magnus.henoch@gmail.com> * org-table.el (org-table-fix-formulas): Do not change references to remote tables. (org-table-get-remote-range): Convert standard coordinates to RC format. * org-latex.el (org-export-latex-keywords): Fix regexp bug. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-compat.el (org-sha1-string): Function removed. * org.el (org-refile-allow-creating-parent-nodes): New option. (org-refile-get-location): New argument NEW-NODES. (org-refile): Call `org-refile-get-location' with the new argument. (org-refile-get-location): Arrange for adding a new child. (org-refile-new-child): New function. * org-clock.el: Fix a number of docstrings. (org-clock-find-position): New argument FIND-UNCLOSED to make the function find an unclosed clock in the entry. (org-clock-in): Call `org-clock-find-position' with the new argument if we might be resuming a clock. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-display-custom-times): New variable. (org-export-latex-timestamp-markup): New option. (org-export-latex-set-initial-vars): Remember the local value of `org-display-custom-times'. (org-export-latex-content): Process time stamps. (org-export-latex-time-stamps): New function. * org-macs.el (org-maybe-intangible): Add intangible property again to invisible text. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-default-export-plist): Handle undefined variables. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-sort-entries-or-items): Match TODO keywrds case-sensitively, when sorting. (org-priority): Do not match TODO keywords with wrong case. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-todo): Honor the NOBLOCKING property. * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the NOBLOCKING property. * org.el (org-scan-tags): Fix bug in tag scanner 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-modules): Mark obsolete packages. * org-html.el: New file, split out from org-exp.el. * org-icalendar.el: New file, split out from org-exp.el. * org-xoxo.el: New file, split out from org-exp.el. * org-ascii.el: New file, split out from org-exp.el. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-compat.el (org-find-library-name): New function. * org.el (org-pre-cycle-hook): New hook. (org-cycle): Call the new hook in appropriate places. (org-reload): Only reload files that have been loaded before. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-set-font-lock-defaults): Enforxe space or line end after todo keyword. (org-todo): When changing TODO state, do matching case-sensitively. (org-map-continue-from): New variable. (org-scan-tags): Respect values in `org-map-continue-from'. (org-reload): Make XEmacs compatible. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-protocol.el (org-protocol-flatten-greedy): New function. (org-protocol-flatten): New function. * org.el (org-open-link-from-string): Pass reference buffer to `org-open-at-point'. (org-open-at-point): New optional argument `reference-buffer'. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-scan-tags): Make tag scan find headline in first line, 2nd attempt. (org-get-refile-targets): Add the naked file name. (org-refile): Store as top-level entry when only file name was given. * org-agenda.el (org-agenda-get-progress): Fix regexp bug. * org.el (org-block-todo-from-children-or-siblings-or-parent): Renamed from org-block-todo-from-children-or-siblings, and enhanced to look for the parent's status as well. * org-agenda.el (org-agenda-log-mode-add-notes): New option. (org-agenda-get-progress): Add first notes line to log entry if so desired. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook. (org-agenda-cleanup-fancy-diary): Call the new hook. * org-remember.el (org-remember-apply-template): Take the default for the annotation from the :annotation property. * org-mac-message.el (org-mac-message-get-link): Remove the quotes. (org-mac-message-get-link): Return the result. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-refile-get-location): Add file name only if not already included in outline path. * org-faces.el (org-n-level-faces): Fix customization type from number to integer. * org-exp.el (org-export-headline-levels): Fix customization type from number to integer. * org-agenda.el (org-agenda-confirm-kill) (org-agenda-custom-commands-local-options) (org-timeline-show-empty-dates, org-agenda-ndays) (org-agenda-start-on-weekday, org-scheduled-past-days): Fix customization type from number to integer. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-protocol.el: Declare some functions. * org-agenda.el (org-agenda-compare-effort): Honor `org-sort-agenda-noeffort-is-high'. (org-agenda-filter-by-tag, org-agenda-filter-make-matcher) (org-agenda-compare-effort): Implement the "?" operator for finding entries without effort setting. * org.el (org-extract-attributes-from-string): New function. * org-exp.el (org-export-splice-attributes): New function. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-mouse.el: XEmacs compatibility fixes * org.el (org-modules): Add org-inlinetasks.el (org-cycle): Implement limiting level on cycling. (org-move-subtree-down): Fix bug with swapping subtrees at end of buffer. * org-inlinetask.el: New file. * org-protocol.el: New file. * org.el (org-emphasis-regexp-components): Allow braces in emphasis pre and post match. * org-footnote.el (org-footnote-normalize): When only dorting, do not insert inline notes at the end. * org.el (org-require-autoloaded-modules): Add org-docbook.el. * org-docbook.el: New file. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-reftex-citation): New command. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-cmp-user-defined): New option. (org-sorting-choice, org-agenda-sorting-strategy): Add the new sorting options. (org-entries-lessp): Apply the new sorting option. * org.el (org-block-todo-from-children-or-siblings): Fix bug in blocker code, when an older sibling has children. * org-mac-message.el (org-mac-message-get-link): Improve getting links from multiple selected messages. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-remember.el (org-remember-finalize): Do not set buffer file name to nil. (org-remember-handler): Mark buffer as unmodified. (org-remember-handler): Delete backup file and show message about remaining backup files. (org-remember-auto-remove-backup-files): New option. * org.el (org-store-link): Use buffer name as link description in w3-mode buffers. (org-ido-switchb): Fix argument bug for completion. * org-remember.el (org-remember-apply-template): Set local variable `auto-save-visited-file-name' instead of global one. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-get-todos): Fix bug with match-data. (org-agenda-get-todos): Mark file tags as inherited. (org-agenda-list): Always search diary lines for a time. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-feed.el: New file. * org-exp.el (org-export-as-html): Close local lists depending on indentation, also when starting a table. * org-remember.el (org-remember-backup-directory) (org-remember-backup-name): New internal variable. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-clock.el (org-clock-out-if-current): Make buffer detection work in indirect buffers as well. * org.el (org-emphasis-regexp-components): Add the exxclamation mark to the post-emphasis characters. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-read-date-minibiffer-septup-hook): New hook. (org-read-date): Run the new hook. * org-mac-message.el (org-mac-flagged-mail): New group. (org-mac-mail-account): New variable. (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New commands. * org-remember.el (org-remember-backup-directory): New variable. (org-remember-apply-template): Write file to backup directory. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-mouse.el (org-mouse-todo-menu): New function. (org-mouse-todo-keywords): Function removed. (org-mouse-context-menu): Use `org-mouse-todo-menu'. * org-table.el (org-table-beginning-of-field) (org-table-end-of-field): New commands (org-table-previous-field, org-table-beginning-of-field): Better error messages. (orgtbl-setup): Include `M-a' and `M-e'. * org.el (org-backward-sentence, org-forward-sentence): New commands. * org-colview.el (org-colview-initial-truncate-line-value): New variable. (org-columns-remove-overlays): Restore the value of `truncate-lines'. (org-columns): Remember the value of `truncate-lines'. * org-colview-xemacs.el (org-colview-initial-truncate-line-value): New variable. (org-columns-remove-overlays): Restore the value of `truncate-lines'. (org-columns): Remember the value of `truncate-lines'. * org.el (org-columns-skip-arrchived-trees): New option. * org-agenda.el (org-agenda-export-html-style): Define color for org-agenda-done face. (org-search-view, org-agenda-get-todos, org-agenda-get-progress) (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face. * org.el (org-scan-tags): Use the new face. * org-faces.el (org-agenda-done): New face. * org.el (org-scan-tags): Test the value org `org-tags-match-list-sublevels'. (org-tags-match-list-sublevels): New allowed value: indented. * org-latex.el (org-export-latex-make-header): Apply macros in header. * org-exp.el (org-export-apply-macros-in-string): New function. * org-latex.el (org-export-latex-list-parameters): Fix bug with the definition of a checked box. * org-clock.el (org-clock-find-position): Fix drawer indentations. * org-latex.el (org-export-latex-low-levels): More options for how to process lower levels in LaTeX. (org-export-latex-subcontent): Better treatment for lists as a means of publishing lower levels. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-set-font-lock-defaults): Use new checkbox face. * org-faces.el (org-checkbox): New face. * org-exp.el (org-export-html-preprocess): Only create LaTeX fragement images if there is an export file. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-stuck-projects): Document that the subtree of projects that are not stuck will now be searched for stuck sub-projects. (org-agenda-skip-entry-when-regexp-matches) (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions. (org-agenda-list-stuck-projects): Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'. * org-latex.el (org-export-latex-preprocess): Improve export of verses. * org-exp.el (org-export-as-html): Implement centering as a div rather than a paragraph. Do a better job with line-end in verse environments. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-open-at-point): Fix tags searches by mouse click. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-preprocess): Implement the centering markup. * org-exp.el (org-export-mark-blockquote-verse-center): Renamed from `org-export-mark-blockquote-and-verse'. (org-export-as-html): Implement the centering markup. * org-latex.el (org-export-latex-tables): Fix vertical lines in tables. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-read-date-history): New variable. (org-read-date): Use new history variable. (org-toggle-heading): Fix bug when used before first headline. (org-store-log-note): Remove drawer if empty while note is aborted. (org-remove-empty-drawer-at): New function. (org-check-after-date): New command. (org-sparse-tree): New sparse tree command "a". * org-exp.el (org-export-as-ascii): Improve export of plain lists. 2009-08-06 Bastien Guerry <bzg@altern.org> * org.el (org-toggle-fixed-width-section): Bug fix: insert a column and a space, not only a column. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-emphasis-alist): Better defaults for verbose emphasis. (org-export-latex-emph-format): New function. (org-export-latex-fontify): Call `org-export-latex-emph-format'. * org-agenda.el (org-agenda-menu): Add new commands to menu. (org-agenda-do-date-later, org-agenda-do-date-earlier) (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes) (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New commands. * org.el (org-timestamp-change): Move end-time along with start time. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-target-internal-links) (org-export-as-html): Protect links specified as #name. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-clone-subtree-with-time-shift): New command. * org-latex.el (org-export-latex-special-chars) (org-export-latex-treat-sub-super-char): Fix subscript export. * org-exp.el (org-create-multibrace-regexp): Do not add backslashes to the class. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-colview.el (org-columns-map): Better functions for moving up and down a row, even if `truncate-line' is nil. * org.el (org-insert-todo-heading): Make sure the keyword is inserted at the correct position. * org-publish.el (org-publish-project-alist) (org-publish-projects, org-publish-org-index): Change default anme for the index of file names to "sitemap.org". * org-latex.el (org-export-latex-tables): Use `org-split-string', for Emacs 21 compatibility. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-log-mode-items): Improve docstring. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-page-description) (org-export-page-keywords): New variables. (org-export-plist-vars): Add entries for :keywords and :description. (org-infile-export-plist): Parse for new keywords. (org-get-current-options): Add new keywords (org-export-as-html): Publish description and keywords. * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New option. (org-agenda-add-entry-text): Honor `org-agenda-add-entry-text-descriptive-links'. * org-latex.el (org-export-latex-preprocess): Make all external preprocess functions use a PARAMETER arg. * org-exp.el (org-export-preprocess-string) (org-export-select-backend-specific-text) (org-export-format-source-code-or-example) (org-format-org-table-html): Support docbook export. (org-export-preprocess-string): Make all external preprocess functions use a PARAMETER arg. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-html-style-include-scripts): New option. (org-export-plist-vars): Add new option `org-export-html-style-include-scripts'. (org-export-as-html): Honor new option `org-export-html-style-include-scripts'. (org-export-html-scripts, org-export-html-style-default): Fix xml issues with the Safari browser. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-publish.el (org-publish-attachment): Only copy file when the directories differ. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-clock.el (org-clocktable-steps): Use inactive time stamps for clocktable steps. * org.el (org-additional-option-like-keywords): Add two more keywords. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-format-source-code-or-example): Mark temporary buffer unmodified, so that it will be killed even if mode like message mode has decided to assign a file name. * org.el (org-scan-tags): Improve tag inheritance. (org-scan-tags, org-make-tags-matcher): Make tag comparison case-sensitive. (org-scan-tags): Use the internal tags list instead of creating it from scratch. (org-trust-scanner-tags, org-scanner-tags): New variables. (org-scan-tags): Set `org-scanner-tags'. (org-get-tags-at): Take advantage of `org-trust-scanner-tags'. (org-map-entries): Document the possible speedup using scanner tags. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-add-planning-info): Fix bug with looking for keyword only at column 0. * org-agenda.el (org-agenda-custom-commands-local-options): Add option for tags filter preset. (org-prepare-agenda): Store filter preset as a property on the filter variable. (org-finalize-agenda): Call the filter, if there is a preset. (org-agenda-filter-by-tag): Filter again after clearing the filter, when there still is a preset. (org-agenda-filter-make-matcher, org-agenda-set-mode-name): Include the preset filter. (org-agenda-redo): Apply the filter again, also the preset filter. * org-exp.el (org-export-as-html): Use IDs in the correct way. * org.el (org-uuidgen-p): New funtion. * org-agenda.el (org-agenda-fontify-priorities): New default value `cookies'. (org-agenda-fontify-priorities): Renamed from org-fontify-priorities. * org.el (org-set-font-lock-defaults): Call `org-font-lock-add-priority-faces'. (org-font-lock-add-priority-faces): New function. * org-faces.el: (org-set-tag-faces): New option. (org-priority-faces): New variable. * org-exp.el (org-export-as-html): Add a "content" div around the entire content of the body tag. (org-export-html-get-bibliography): New function. (org-export-html-validation-link): New variable. (org-export-as-html): Add validation link to exported page. * org.el (org-match-sparse-tree): Renamed from `org-tags-sparse-tree'. (org-tags-sparse-tree): New alias. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-get-valid-level): Catch the case where the level change is nil. * org-clock.el (org-clock-find-position): Better indentation of new clock drawers. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-quit): Delete window only when the frame-setup was not `current-window'. * org.el (org-tag-persistent-alist): New option. (org-startup-options): Add keyword `noptag'. (org-fast-todo-selection): Handle :newline correctly. (org-set-tags): Handle :newline correctly. (org-fast-tag-selection): Handle :newline correctly. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-as-ascii): Reverse link buffer before outputting it. (org-export-ascii-push-links): Fix bug with pussing links into the export buffer. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-archive.el (org-archive-subtree): Do not add 1 to level if pasting at top level. * org-bbdb.el: Improve documentation. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-list.el (org-insert-item): Only consider insert empty lines is `org-empty-line-terminates-plain-lists' is not nil. * org.el (org-blank-before-new-entry): Mention the dependence on `org-empty-line-terminates-plain-lists' in the docstring. * org-publish.el (org-publish-get-project-from-filename): New optional argument UP. Only find the top project if UP is set. (org-publish-current-project): Find the top encloding project. * org-agenda.el (org-agenda-before-write-hook) (org-agenda-add-entry-text-maxlines): New options. (org-write-agenda): Run the new hook in the temporary buffer. (org-agenda-add-entry-text): New function. (org-write-agenda): Implement PDF export, using ps2pdf. * org.el (org-global-properties-fixed, org-global-properties): Improve documentation string. * org-exp.el (org-export-ascii-links-to-notes): New option. (org-export-as-ascii): Handle links better. (org-export-ascii-wrap, org-export-ascii-push-links): New functions. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda): Make prefix arg optional. (org-agenda-search-headline-for-time): New option. (org-format-agenda-item): Honor `org-agenda-search-headline-for-time'. * org-table.el (orgtbl-self-insert-command): Cluster undo for 20 characters. * org.el (org-self-insert-cluster-for-undo): New option. (org-self-insert-command): Cluster undo for 20 characters. (org-self-insert-command-undo-counter): New variable. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-as-html): Fix problem with closing colone example. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-as-latex) (org-export-latex-first-lines): Avoid modification flag when adding or removing text properties. (org-export-latex-fontify): Catch error when org-emph-alist has entries that are not defined for LaTeX export. * org-export-latex.el: renamed to org-latex.el * org-latex.el: renamed from org-export-latex.el * org.el (orgstruct++-mode): New function. (turn-on-orgstruct++): Call `orgstruct++-mode'. (org-context-p): Allow detecting item context after the first line of an item. (orgstruct-make-binding): Detect if item-body context should be seen. (orgstruct-is-++): New variable. (org-add-planning-info): Catch the case when there is no planning info yet and the call does not want to add anything, only maybe tries to remove something. (org-special-ctrl-a/e): All value to be a cons cell with separate settings for `C-a. and `C-e'. (org-beginning-of-line, org-end-of-line): Honor separate values for `C-a' and `C-e'. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-reload): New command. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> * org.texi (Publishing action): Improve documentation of file names when publishing to the source directory. (Clean view): Document `org-indent-mode'. (Clocking work time): Add documentation for the new :timetamp option when creating a clock report. (Paragraphs): Fix many typos. (Plain lists): Remove duplicate explanation about the `C-c *' command. (Literal examples): Update to reflect the new behavior of the -n -r -k switches when exporting source code examples. (Structure editing): Add information about `C-c *', converting a plain list into a list of Org items. (Remember): Small rephrasing of the paragraph describing remember.el. Also mentioned that remember.el is part of Emacs 23, not Emacs 22. (Clocking work time): Add documentation about displaying the current clocking time against the effort estimate. Also add a footnote about using `org-clock-in-prepare-hook' to add an effort estimate on the fly, just before clocking it. (Footnotes): Document automatic renumbering and sorting. (Agenda commands): Document new bulk commands. (Plain lists): Document new behavior of `org-cycle-include-plain-lists'. Hyphenation only in TeX. (Clocking work time): Document the key to update effort estimates. (Clocking work time): Document the clock time display. (Structure editing, TODO basics): Document new variables. (Column attributes): Document new colciew operators. (Publishing options): Document :xml-declaration. (Tracking TODO state changes): Document the LOG_INTO_DRAWER property. (Literal examples): Document the new implementation for editing source code. (Publishing action): Mention the new publishing function, to publish an Org source file. (Publishing links): Mention how to link to an Org source file. (Macro replacement): Document new macros. (Handling links): Document type-specific completion when inserting links. (Structure editing, Plain lists): Improve documentation on sorting. (Internal links): Document custom ids for links. (Handling links): Document custom ids for links. (CSS support): Document new class. (Refiling notes): Document the possibility to create new nodes during refiling. (Agenda commands): Document the "?" operator to find tasks without effort setting. (Exporting agenda information): Section moved. (RSS Feeds): New section. (Built-in table editor): Document M-e and M-a navigate inside table field. (Stuck projects): Docment that projects identified as un-stuck will still be searchd for stuck sub-projects. (Paragraphs): Document centering. (Creating timestamps, Agenda commands): Document new behavior when changing time stamps. (Structure editing): Document the new command `org-clone-subtree-with-time-shift'. (Publishing): Refresh this chapter. (Export options, Export options, In-buffer settings): Document the new keywords. (Matching tags and properties): Collect all documentation about tags/property matches here. (Setting tags): Document `org-tag-persistent-alist'. (Weekly/daily agenda): New section. (Orgstruct mode): Describe `orgstruct++-mode'. (Drawers): Mention the LOGBOOK drawer. (Export options, Sectioning structure): Document the #+LEATEX_HEADER in-buffer setting. (Bugs): Section removed. (Hooks): New section. (Add-on packages): Moved here from old location. (Context-sensitive commands): New section. (Setting tags): Document newline option. (Global TODO list, Matching tags and properties): Mention more variables. (Checkboxes): Update to changed command behavior.
2009-08-06 09:14:10 +00:00
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Publishing action): Improve documentation of file
names when publishing to the source directory.
(Clean view): Document `org-indent-mode'.
(Clocking work time): Add documentation for the
new :timetamp option when creating a clock report.
(Paragraphs): Fix many typos.
(Plain lists): Remove duplicate explanation about the
`C-c *' command.
(Literal examples): Update to reflect the new behavior
of the -n -r -k switches when exporting source code examples.
(Structure editing): Add information about `C-c *',
converting a plain list into a list of Org items.
(Remember): Small rephrasing of the paragraph
describing remember.el. Also mentioned that remember.el is part
of Emacs 23, not Emacs 22.
(Clocking work time): Add documentation about
displaying the current clocking time against the effort estimate.
Also add a footnote about using `org-clock-in-prepare-hook' to add
an effort estimate on the fly, just before clocking it.
(Footnotes): Document automatic renumbering and
sorting.
(Agenda commands): Document new bulk commands.
(Plain lists): Document new behavior of
`org-cycle-include-plain-lists'.
Hyphenation only in TeX.
(Clocking work time): Document the key to update effort
estimates.
(Clocking work time): Document the clock time display.
(Structure editing, TODO basics): Document new
variables.
(Column attributes): Document new colciew operators.
(Publishing options): Document :xml-declaration.
(Tracking TODO state changes): Document the
LOG_INTO_DRAWER property.
(Literal examples): Document the new implementation for
editing source code.
(Publishing action): Mention the new publishing
function, to publish an Org source file.
(Publishing links): Mention how to link to an Org source file.
(Macro replacement): Document new macros.
(Handling links): Document type-specific completion
when inserting links.
(Structure editing, Plain lists): Improve documentation
on sorting.
(Internal links): Document custom ids for links.
(Handling links): Document custom ids for links.
(CSS support): Document new class.
(Refiling notes): Document the possibility to create new nodes
during refiling.
(Agenda commands): Document the "?" operator to find
tasks without effort setting.
(Exporting agenda information): Section moved.
(RSS Feeds): New section.
(Built-in table editor): Document M-e and M-a navigate
inside table field.
(Stuck projects): Docment that projects identified as
un-stuck will still be searchd for stuck sub-projects.
(Paragraphs): Document centering.
(Creating timestamps, Agenda commands): Document new
behavior when changing time stamps.
(Structure editing): Document the new command
`org-clone-subtree-with-time-shift'.
(Publishing): Refresh this chapter.
(Export options, Export options, In-buffer settings):
Document the new keywords.
(Matching tags and properties): Collect all
documentation about tags/property matches here.
(Setting tags): Document `org-tag-persistent-alist'.
(Weekly/daily agenda): New section.
(Orgstruct mode): Describe `orgstruct++-mode'.
(Drawers): Mention the LOGBOOK drawer.
(Export options, Sectioning structure): Document the
#+LEATEX_HEADER in-buffer setting.
(Bugs): Section removed.
(Hooks): New section.
(Add-on packages): Moved here from old location.
(Context-sensitive commands): New section.
(Setting tags): Document newline option.
(Global TODO list, Matching tags and properties):
Mention more variables.
(Checkboxes): Update to changed command behavior.
2009-08-07 14:59:37 +00:00
2009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
* speedbar.texi (Basic Key Bindings): Fix typo.
2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Vector/Matrix Functions): Add index entries for both
"v" and "V" key bindings. Mention that `calc-matrix-brackets' only
affects matrices with more than one row.
(Help Commands): Add index entries for "prefix ?" key bindings.
2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Stack Manipulation Commands): Add documentation for
`calc-transpose-lines'
2009-07-27 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (Receiving Method Calls): Describe special return value
`:ignore'.
2009-07-24 12:12:47 +00:00
2009-07-24 Alan Mackenzie <acm@muc.de>
* cc-mode.texi (Config Basics, File Styles): Document that at mode
initialization, any individual variable setting now takes precedence
over one done via c-file-style/c-file-offsets.
2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Undoing Mistakes): Mention that the undo list will be
truncated when Calc is quit.
(Customizing Calc): Document `calc-undo-length'.
2009-07-20 Chong Yidong <cyd@stupidchicken.com>
* calc.texi (About This Manual): Don't mention chapter numbers in text.
2009-07-11 Kevin Ryde <user42@zip.com.au>
* pcl-cvs.texi (About PCL-CVS):
* widget.texi (Basic Types):
Fix cross-references.
2009-07-01 Andreas Schwab <aschwab@redhat.com>
* dbus.texi (Type Conversion): Don't use literal control character.
2009-07-01 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (GVFS based methods): New section.
(Remote processes): Processes for GVFS based methods run locally.
2009-06-30 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Inline methods, External methods, Gateway methods): Avoid
the words "kludge" and hack".
(External methods): Add `synce' method.
* trampver.texi: Update release number.
2009-06-22 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.1.16.
* tramp.texi (History): Add GVFS support.
(External methods): Precise `rsync' description. Add `dav', `davs' and
`obex' methods. Add 'tramp-gvfs-methods' option.
(Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
forms.
(Remote Programs): Introduce `tramp-own-remote-path'.
(Remote processes): New subsection "Running remote programs that create
local X11 windows".
(Frequently Asked Questions): Improve code for disabling vc.
* trampver.texi: Update release number. Set default value of
`emacsgvfs'.
2009-06-21 14:35:26 +00:00
2009-06-21 Chong Yidong <cyd@stupidchicken.com>
* Branch for 23.1.
2009-06-17 Glenn Morris <rgm@gnu.org>
* faq.texi (Obtaining the FAQ): Add reference to Savannah.
(Latest version of Emacs): Mention source code repository.
2009-06-16 Glenn Morris <rgm@gnu.org>
* faq.texi (Top): Language tweak.
(Extended commands): Most people have arrow keys.
(Emacs manual): Say how to follow info links.
(File-name conventions): Change title a bit. Explain about source
versus installed. Condense etc description.
(Guidelines for newsgroup postings): Mention Savannah list page.
(Newsgroup archives): Simplify.
(Contacting the FSF): Add contact URL.
(Emacs Lisp documentation): Printed version not always available.
(Installing Texinfo documentation): Explain how by hand installation is
not normally needed. Use add-to-list. Remove duplicate reference.
(Informational files for Emacs): Move info on Help menu here from
"File-name conventions".
(Help installing Emacs): Tweak uref.
(Obtaining the FAQ): Mention repository.
(Origin of the term Emacs): Explain "ITS".
(Changing load-path): Use add-to-list.
(Automatic indentation): Clarify this is for Text mode.
Don't mention Indented Text mode.
(Finding Emacs on the Internet): The FSF does not seem to offer a
deluxe distribution on CD anymore.
(Top): Mention which Emacs version this FAQ is about. Recommend the latest release. Mention how to get older FAQs. Recommend the Emacs manual. (Guidelines for newsgroup postings): Discourage cross-posts. (Underlining paragraphs): Remove. (Editing MS-DOS files): Remove pre-Emacs 20 information. (Bugs and problems): Update key-binding. (Problems with very large files): Mention 64-bit. (Shell process exits abnormally): Remove. (Problems with Shell Mode): Rename and update. (Spontaneous entry into isearch-mode) (Problems talking to certain hosts): Remove. This is old information, in etc/PROBLEMS if needed. (Emacs takes a long time to visit files, Updating Emacs): Remove. (Dired claims that no file is on this line): Update. (Installing Emacs, Problems building Emacs): Simplify. (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating information. (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify. (Emacs for Mac OS X): Rename from "Emacs for Apple computers". (JDEE): "JDEE", not "JDE". (Handling C-s and C-q with flow control, Binding C-s and C-q): Remove. This is old information, in etc/PROBLEMS if needed. (stty and Backspace key, Kanji and Chinese characters): Remove. (Right-to-left alphabets): Update section. (Changing the included text prefix): Gnus uses message-yank-prefix. Add cross-reference to Supercite manual. (Saving a copy of outgoing mail): Simplify output file description. (Expanding aliases when sending mail): Refer to Emacs manual. Remove old info about RFC822. Correct description of how to rebuild aliases. (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail. (MIME with Emacs mail packages) (Viewing articles with embedded underlining) (Saving a multi-part Gnus posting, Gnus hangs for a long time): Remove old sections. (Killing based on nonstandard headers): Remove. Scoring is preferable, and is well-documented in the Gnus manual. (Reading news with Emacs): Merge "Learning more about Gnus" into here. (Making Gnus faster): Rename from "Starting Gnus faster". Merge "Catch-up is slow in Gnus" into here.
2009-06-16 02:51:00 +00:00
2009-06-16 Glenn Morris <rgm@gnu.org>
* faq.texi (Top): Mention which Emacs version this FAQ is about.
Recommend the latest release. Mention how to get older FAQs.
Recommend the Emacs manual.
(Guidelines for newsgroup postings): Discourage cross-posts.
(Underlining paragraphs): Remove.
(Editing MS-DOS files): Remove pre-Emacs 20 information.
(Bugs and problems): Update key-binding.
(Problems with very large files): Mention 64-bit.
(Shell process exits abnormally): Remove.
(Problems with Shell Mode): Rename and update.
(Spontaneous entry into isearch-mode)
(Problems talking to certain hosts): Remove. This is old information,
in etc/PROBLEMS if needed.
(Emacs takes a long time to visit files, Updating Emacs): Remove.
(Dired claims that no file is on this line): Update.
(Installing Emacs, Problems building Emacs): Simplify.
(Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
information.
(Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
(Emacs for Mac OS X): Rename from "Emacs for Apple computers".
(JDEE): "JDEE", not "JDE".
(Handling C-s and C-q with flow control, Binding C-s and C-q):
Remove. This is old information, in etc/PROBLEMS if needed.
(stty and Backspace key, Kanji and Chinese characters): Remove.
(Right-to-left alphabets): Update section.
(Changing the included text prefix): Gnus uses message-yank-prefix.
Add cross-reference to Supercite manual.
(Saving a copy of outgoing mail): Simplify output file description.
(Expanding aliases when sending mail): Refer to Emacs manual.
Remove old info about RFC822.
Correct description of how to rebuild aliases.
(Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
(MIME with Emacs mail packages)
(Viewing articles with embedded underlining)
(Saving a multi-part Gnus posting, Gnus hangs for a long time):
Remove old sections.
(Killing based on nonstandard headers): Remove. Scoring is preferable,
and is well-documented in the Gnus manual.
(Reading news with Emacs): Merge "Learning more about Gnus" into here.
(Making Gnus faster): Rename from "Starting Gnus faster".
Merge "Catch-up is slow in Gnus" into here.
2009-06-14 Glenn Morris <rgm@gnu.org>
* faq.texi (Status of Emacs): Re-order with most recent releases first.
(New in Emacs 23): New section.
(Handling C-s and C-q with flow control): Add xref.
2009-06-13 Glenn Morris <rgm@gnu.org>
* faq.texi (Setting up a customization file): Grammar fix.
Customize is no longer "new".
(Displaying the current line or column): Line-number mode is on by
default. Don't mention `column' package. Mention linum.el.
(Turning on abbrevs by default): Explain how to do it for buffers,
modes, and everywhere.
(Associating modes with files): Use add-to-list. Don't mention Emacs
19.
(Highlighting a region): On by default since 23.1.
(Replacing highlighted text): Update doc quote.
(Working with unprintable characters): Don't mention search-quote-char.
(Using an already running Emacs process): Gnuclient is probably not an
enhancement these days.
(Indenting switch statements): Remove mention of pre-Emacs 20.
(Horizontal scrolling): Abbreviate Emacs 20 description.
(Replacing text across multiple files): Fix name of dired command.
(Disabling backups): Use require not load.
(Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2009-06-13 Bill Wohler <wohler@newt.com>
Release MH-E manual version 8.2.
* mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
release 8.2.
Remove the term "on-line" (meaning "Info") throughout, since in this day and age the common meaning is "on the web". (copying): Use @copyright in all cases. (Basic keys): Remove reference to deleted manual node "Text Characters". (File-name conventions): Use GNU as an example rather than SERVICE. default.el lives in site-lisp. Update Info directory location. (Real meaning of copyleft): GPL actions have been brought, but all settled out of court. (Guidelines for newsgroup postings): Shorten section title. Simplify comp.emacs description. (Newsgroup archives): Change Google URL. Describe Gmane. (Unsubscribing from Emacs lists): Remove discussion of "distribution points". Mention List-Unsubscribe header. (Contacting the FSF): Update email and URLs. (Basic editing): Mention F1 for help. (Installing Texinfo documentation): Refer to Texinfo website rather than ftp server. (Printing a Texinfo file): Mention texi2pdf. (Informational files for Emacs): Don't describe FTP or SERVICE, they are just stubs nowadays. (Latest version of Emacs): Explain version numbers. (Spell-checkers, Checking TeX and *roff documents): Remove sections. (Turning on syntax highlighting): No need to mention hilit19 any more. (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP. (Modes for various languages): Remove section. (Major packages and programs): Remove most version and maintainer information - it's hard to keep up-to-date, and adds nothing. Similarly with direct links to mailing lists. (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell. (Mailcrypt): Remove section - mailcrypt has not been updated in mnay years, and Emacs comes with tools for this now. (Patch): Remove section - this is a standard tool. (Using function keys under X): Remove section.
2009-06-13 02:21:29 +00:00
2009-06-13 Glenn Morris <rgm@gnu.org>
* faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
in this day and age the common meaning is "on the web".
(copying): Use @copyright in all cases.
(Basic keys): Remove reference to deleted manual node "Text Characters".
(File-name conventions): Use GNU as an example rather than SERVICE.
default.el lives in site-lisp. Update Info directory location.
(Real meaning of copyleft): GPL actions have been brought, but all
settled out of court.
(Guidelines for newsgroup postings): Shorten section title.
Simplify comp.emacs description.
(Newsgroup archives): Change Google URL. Describe Gmane.
(Unsubscribing from Emacs lists): Remove discussion of "distribution
points". Mention List-Unsubscribe header.
(Contacting the FSF): Update email and URLs.
(Basic editing): Mention F1 for help.
(Installing Texinfo documentation): Refer to Texinfo website rather
than ftp server.
(Printing a Texinfo file): Mention texi2pdf.
(Informational files for Emacs): Don't describe FTP or SERVICE, they
are just stubs nowadays.
(Latest version of Emacs): Explain version numbers.
(Spell-checkers, Checking TeX and *roff documents): Remove sections.
(Turning on syntax highlighting): No need to mention hilit19 any more.
(Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
(Modes for various languages): Remove section.
(Major packages and programs): Remove most version and maintainer
information - it's hard to keep up-to-date, and adds nothing.
Similarly with direct links to mailing lists.
(Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
(Mailcrypt): Remove section - mailcrypt has not been updated in mnay
years, and Emacs comes with tools for this now.
(Patch): Remove section - this is a standard tool.
(Using function keys under X): Remove section.
2009-06-12 Glenn Morris <rgm@gnu.org>
* faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
(Help installing Emacs): Remove reference to deleted X11 node.
(Associating modes with files): Interpreter-mode-alist is no longer
subservient to auto-mode-alist.
(Installing Emacs): Change future Emacs version.
(Linking with -lX11 fails): Remove old section.
(Packages that do not come with Emacs): Update ELL location.
Emacs Lisp archive is dead.
(Emacs for Windows): Remove reference to old CE port.
2009-06-12 02:49:38 +00:00
(Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
(Emacs for VMS and DECwindows): Remove old ports.
(Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
(Removing flashing messages): Remove section about non-existent Gnus
option.
* faq.texi (Top): Add @top command.
Remove the optional arguments from all @node commands: makeinfo can
generate these automatically, and it is easier to edit and rearrange
nodes without them.
2009-06-11 Glenn Morris <rgm@gnu.org>
* faq.texi (Common acronyms): Remove no-longer-existing OSF.
(The LPF): Make the updated URL the sole reference point.
(Learning how to do something): Update refcard price and format.
(Getting a printed manual): Sources in doc/emacs/, not man/.
Also available in PDF format. Since the page count varies, be less
precise.
(Informational files for Emacs): Remove references to deleted files
LPF and SUN-SUPPORT, and to UUCP.
(Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
Remove many obsolete ways to get the FAQ, which now seems only to be
distributed with Emacs.
(Mail and news): Remove sections about Rmail Babyl that no longer apply.
2009-06-09 Chong Yidong <cyd@stupidchicken.com>
* org.texi (Org Plot): Fix tags (Bug#3507).
(Workflow states, Agenda commands): Fix tags (Bug#3508).
* ada-mode.texi (Installation, Compile commands)
(Project File Overview, No project files, Set compiler options)
(Use GNAT project file, Use multiple GNAT project files)
(Identifier completion): Use @samp for menu items, and @kbd for key
sequences (Bug#3504).
2009-06-04 22:44:48 +00:00
2009-06-04 Daiki Ueno <ueno@unixuser.org>
* gnus.texi (Security): Fix wording; add a link to epa.info.
2009-06-04 22:44:48 +00:00
2009-06-04 Ryan Yeske <rcyeske@gmail.com>
* message.texi (Header Commands): Fix descriptions to match
keybindings.
2009-04-22 Daiki Ueno <ueno@unixuser.org>
* gnus.texi (Security): Mention that EasyPG is the current default.
2009-04-13 Chong Yidong <cyd@stupidchicken.com>
* ediff.texi (Session Commands): Fix typo.
2009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
* gnus-faq.texi (FAQ 8-4): Fix wrong group name of
news.software.readers. Reported by Florian Rehnisch.
2009-04-02 Glenn Morris <rgm@gnu.org>
* auth.texi: Capitalize direntry.
* mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
using a period in the entry name. (Bug#2797)
2009-03-03 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
($(infodir)/auth, auth.dvi): New targets.
2009-03-03 04:20:40 +00:00
2009-03-03 Glenn Morris <rgm@gnu.org>
* auth.texi: Fix @setfilename.
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
(auth, $(infodir)/auth, auth.dvi): New rules.
2009-02-25 Glenn Morris <rgm@gnu.org>
* faq.texi (Emacs for minimalists): New node. (Bug#2452)
2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (NoCeM): Fix description of gnus-use-nocem.
2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
gnus-nocem-issuers, and gnus-nocem-verifyer.
2009-02-20 12:36:50 +00:00
2009-02-20 Juanma Barranquero <lekktu@gmail.com>
* ada-mode.texi (Project files, Automatic Casing):
* dbus.texi (Signals):
* gnus.texi (Selecting a Group, Filtering Incoming Mail):
* mh-e.texi (HTML):
* nxml-mode.texi (Locating a schema)
(Using the document's URI to locate a schema):
* org.texi (Footnotes, Using the mapping API):
* rcirc.texi (Channels): Remove duplicate words.
2009-02-20 Glenn Morris <rgm@gnu.org>
* dired-x.texi (Miscellaneous Commands):
* gnus.texi: Minor updates for mbox Rmail.
2009-02-16 Karl Berry <karl@gnu.org>
(Top): Mention which Emacs version this FAQ is about. Recommend the latest release. Mention how to get older FAQs. Recommend the Emacs manual. (Guidelines for newsgroup postings): Discourage cross-posts. (Underlining paragraphs): Remove. (Editing MS-DOS files): Remove pre-Emacs 20 information. (Bugs and problems): Update key-binding. (Problems with very large files): Mention 64-bit. (Shell process exits abnormally): Remove. (Problems with Shell Mode): Rename and update. (Spontaneous entry into isearch-mode) (Problems talking to certain hosts): Remove. This is old information, in etc/PROBLEMS if needed. (Emacs takes a long time to visit files, Updating Emacs): Remove. (Dired claims that no file is on this line): Update. (Installing Emacs, Problems building Emacs): Simplify. (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating information. (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify. (Emacs for Mac OS X): Rename from "Emacs for Apple computers". (JDEE): "JDEE", not "JDE". (Handling C-s and C-q with flow control, Binding C-s and C-q): Remove. This is old information, in etc/PROBLEMS if needed. (stty and Backspace key, Kanji and Chinese characters): Remove. (Right-to-left alphabets): Update section. (Changing the included text prefix): Gnus uses message-yank-prefix. Add cross-reference to Supercite manual. (Saving a copy of outgoing mail): Simplify output file description. (Expanding aliases when sending mail): Refer to Emacs manual. Remove old info about RFC822. Correct description of how to rebuild aliases. (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail. (MIME with Emacs mail packages) (Viewing articles with embedded underlining) (Saving a multi-part Gnus posting, Gnus hangs for a long time): Remove old sections. (Killing based on nonstandard headers): Remove. Scoring is preferable, and is well-documented in the Gnus manual. (Reading news with Emacs): Merge "Learning more about Gnus" into here. (Making Gnus faster): Rename from "Starting Gnus faster". Merge "Catch-up is slow in Gnus" into here.
2009-06-16 02:51:00 +00:00
* ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
* cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
* emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
* faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
* idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
* newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
* pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
* sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
* tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
Consistently use @insertcopying in the Top node,
@contents at the front (after @end titlepage),
(Top): Mention which Emacs version this FAQ is about. Recommend the latest release. Mention how to get older FAQs. Recommend the Emacs manual. (Guidelines for newsgroup postings): Discourage cross-posts. (Underlining paragraphs): Remove. (Editing MS-DOS files): Remove pre-Emacs 20 information. (Bugs and problems): Update key-binding. (Problems with very large files): Mention 64-bit. (Shell process exits abnormally): Remove. (Problems with Shell Mode): Rename and update. (Spontaneous entry into isearch-mode) (Problems talking to certain hosts): Remove. This is old information, in etc/PROBLEMS if needed. (Emacs takes a long time to visit files, Updating Emacs): Remove. (Dired claims that no file is on this line): Update. (Installing Emacs, Problems building Emacs): Simplify. (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating information. (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify. (Emacs for Mac OS X): Rename from "Emacs for Apple computers". (JDEE): "JDEE", not "JDE". (Handling C-s and C-q with flow control, Binding C-s and C-q): Remove. This is old information, in etc/PROBLEMS if needed. (stty and Backspace key, Kanji and Chinese characters): Remove. (Right-to-left alphabets): Update section. (Changing the included text prefix): Gnus uses message-yank-prefix. Add cross-reference to Supercite manual. (Saving a copy of outgoing mail): Simplify output file description. (Expanding aliases when sending mail): Refer to Emacs manual. Remove old info about RFC822. Correct description of how to rebuild aliases. (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail. (MIME with Emacs mail packages) (Viewing articles with embedded underlining) (Saving a multi-part Gnus posting, Gnus hangs for a long time): Remove old sections. (Killing based on nonstandard headers): Remove. Scoring is preferable, and is well-documented in the Gnus manual. (Reading news with Emacs): Merge "Learning more about Gnus" into here. (Making Gnus faster): Rename from "Starting Gnus faster". Merge "Catch-up is slow in Gnus" into here.
2009-06-16 02:51:00 +00:00
and @direntry after @copying. (Bug#1988)
2009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
* auth.texi: New file documenting auth-source.
2009-02-13 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Org Plot): Fix link.
2009-02-09 Daiki Ueno <ueno@unixuser.org>
* epa.texi (Mail-mode integration): Mention the way to do
"encrypt-to-self". (Bug#1807)
2009-02-07 03:08:00 +00:00
2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
* ada-mode.texi (No project files): Fix typo. (Bug#2214)
2009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
* gnus-news.texi: Print version about Incoming*.
2009-02-02 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Structure editing, Handling links)
(Fast access to TODO states, Javascript support): Make standard docs
correctly reflect default variable settings.
2009-02-02 07:50:06 +00:00
2009-02-02 Glenn Morris <rgm@gnu.org>
* org.texi: Fix typos.
2009-02-01 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.1.15.
* trampver.texi: Update release number.
2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (TODO dependencies): Document TODO dependencies on
checkboxes.
2009-01-30 Carsten Dominik <dominik@science.uva.nl>
* org.texi (TODO dependencies): Document key binding for toggling
ORDERED property.
2009-01-28 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (Errors and Events): Fix typos. Describe second parameter
of hook functions.
2009-01-28 Carsten Dominik <dominik@science.uva.nl>
* org.texi (TODO dependencies): New section.
2009-01-27 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Plain lists, TODO basics, Priorities)
(Multiple sets in one file, Conflicts): Document interaction with
`shift-selection-mode'.
2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Embedded Mode, Algebraic-Style Calculations):
Make Calc the subject of sentences.
(Rearranging Formulas using Selections): Discuss new options
for `j *'.
2009-01-26 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
2009-01-26 02:37:20 +00:00
2009-01-26 Glenn Morris <rgm@gnu.org>
* org.texi: Fix typos.
2009-01-25 19:40:51 +00:00
2009-01-26 Bill Wohler <wohler@newt.com>
2009-01-26 02:37:20 +00:00
* mh-e.texi (EDITION, UPDATED): Update.
2009-01-25 19:40:51 +00:00
2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-as-html): Turn \par into a paragraph. * org.el (org-agenda-tags-todo-honor-ignore-options): Declare variable. * org-table.el (org-table-insert-hline): Fix typo in fuction call to `backward-char'. * org-exp.el (org-export-as-html): Remove the initial space from colon examples. * org.el (org-scan-tags): Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'. * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New customization groups. (org-agenda-tags-todo-honor-ignore-options): New option. (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item): New function. (org-agenda-get-todos): Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'. 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-format-source-code-or-example): Escape HTML characters also in examples that anre not treated with htmlize. Also, just switch to EXAMPLE processing if we do not have a good version of htmlize. * org-rmail.el: Fix copyright notice. * org.el (org-activate-footnote-links): Improve footnote link highlighting. * org-footnote.el (org-footnote-normalize): Fix finding the end of a footnote definition at the end of the file. * org-table.el (org-table-get-specials): Add an imagined hline at the end of the table. This can be useful for references that want to go to the end of the table. Also fix bug when computing last row constants, in tables that do not start right at the right margin. (org-table-eval-formula): Match and replace remove references. (org-table-formula-substitute-names): Make sure that names inside a "remote" call are left alone, the will be replaced later when the remote call is handled. (org-table-convert-refs-to-rc): Do not convert things that might look like a reference, but are really part of an ID or namei n a remote reference. (org-table-get-remote-range): New function. 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org-faces.el (org-clock-overlay): Fix bug in face definition. * org-clock.el (org-clock-put-overlay): Use new face instead of `secondary-selection'. * org-faces.el (org-clock-overlay): New face. 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-get-current-options): Include the option for publishing time stamps. * org.el (org-toggle-heading): Renamed from `org-toggel-region-headings'. No longer needs a region defined, but will use it if there is one. (org-ctrl-c-star): Simplified, relying more on the internal workings of `org-toggle-heading'. (org-toggle-item): Renamed from `org-toggle-region-items'. No longer needs a region defined, but will use it if there is one. (org-ctrl-c-minus): Simplified, relying more on the inernal workings of `org-toggle-item'. * org-export-latex.el (org-export-latex-preprocess): Fix bug in environment detection. Also, do real changes only in unprotected places. 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org-export-latex.el (org-export-latex-quotation-marks): Use `org-if-unprotected-1'. (org-export-latex-set-initial-vars): Check for class definition in property. * org-macs.el (org-if-unprotected-1): New macro. 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org-compat.el (org-count-lines): New function. * org-exp.el (org-export-format-source-code-or-example): Handle switches related to text areas. * org.el (org-activate-footnote-links): Don't allow match inside a link. * org-footnote.el (org-footnote-re): Don't allow match inside a link. * org-export-latex.el (org-export-latex-links): Keep a relative path relative also after export. * org-exp.el (org-export-html-scripts): Fix HTML snippet. * org.el (org-make-tags-matcher): Never use IDO for completing the tags matcher match string. (org-completing-read): Also remove the special biding for "?". * org-attach.el (org-attach-allow-inheritance): New option. (org-attach-inherited): New variable. (org-attach-dir): Handle properties related to the attachment directory. (org-attach-check-absolute-path): New function. (org-attach-set-directory, org-attach-set-inherit): New commands. (org-attach): Accommodate the new commands in the dispatcher. 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org-compat.el (org-fit-window-to-buffer): Fix bug with using `window-full-width-p'. * org-exp.el (org-export-as-html): Only check for images files that really can be inlined * org.el (org-image-file-name-regexp, org-file-image-p): Allow the list of extensions to be a parameter. * org-exp.el (org-export-html-inline-image-extensions): New variable. * org-agenda.el (org-prepare-agenda): Use `org-agenda-block-separator'. (org-agenda-block-separator): New option. 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org-export-latex.el (org-export-latex-tables): Call `org-table-clean-before-export' with the new optional argument. * org-exp.el (org-table-clean-before-export): New optional parameter MAYBE-QUOTED, allows for quoted characters like \# in first column. 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for histograms. * org-colview.el (org-colview-construct-allowed-dates): Better error catching when a date/time property does not have allowed values defined. * org-colview-xemacs.el (org-colview-construct-allowed-dates): Better error catching when a date/time property does not have allowed values defined. 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-map-entries): Restore point and restriction after `org-map-entries'. 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-time=, org-time<, org-time<=, org-time>) (org-time>=, org-time<>): Make sure both values are dates. 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org-archive.el (org-extract-archive-heading): Allow %s for file name also in achive location heading. 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org-archive.el (org-add-archive-files): Uniquify the list before returning it. 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org-compat.el (org-fit-window-to-buffer): Use `window-full-width-p'. * org-export-latex.el (org-export-latex-fixed-width): Enforce the space after the colon in short examples. * org-exp.el (org-export-protect-colon-examples): Rewritten, to enforce a space after the colon. However, we also allow lines that are *only* a colon. (org-export-as-html): Enforce the space after the colon in short examples. (org-export-preprocess-string): Do the colon example protection earlier. (org-export-remove-timestamps): Do not check for protection at the end of the line. 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-format-latex-options): Add new matcher for single letters between dollars. (org-get-header): Function removed. (org-heading-components): New function. * org-exp.el (org-export-define-heading-targets): Record ID's also as alternative targets. (org-export-as-html): Interpret "id:" links to other files by preserving the relative path. * org-jsinfo.el (org-infojs-handle-options): Catch the case if v is nil. * org-exp.el (org-export-normalize-links): Protect the main link, to avoid special character processing. * org-export-latex.el (org-export-latex-special-keyword-regexp): New variable. (org-export-latex-special-string-regexps): Variable removed. (org-export-latex-keywords): Use the new regexp. * org-exp.el (org-export-handle-include-files): Fetch switches and put them into the BEGIN statement. * org-timer.el (org-timer-mode-line-string): New variable. * org-clock.el (org-clock-mode-line-map): Renamed from `org-clock-mode-map'. (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'. (org-clock-update-mode-line): Renamed from `org-update-mode-line'. (org-clock-put-overlay): Renamed from `org-put-clock-overlay'. (org-clock-remove-overlays): Renamed from `org-remove-clock-overlays'. * org-timer.el (org-timer-pause-or-continue): Implement stopping and mode line display. (org-timer-stop): New command. (org-timer-seconds): Return correct time when timer is paused. (org-timer-mode-line-timer): New variable. (org-timer-set-mode-line, org-timer-update-mode-line): New functions. * org.el (org-insert-heading): Handle new value `auto' for `org-blank-before-new-entry'. (org-org-menu): Add new items for timer functions. * org-list.el (org-insert-item): Handle new value `auto' for `org-blank-before-new-entry'. * org.el (org-blank-before-new-entry): New value `auto', made default. 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-normalize-links): If the link is also used as the description, protect the description. 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-closest-date): Fix bug with yearly repeats, in combination with preference of the past as it is used for deadline and scheduling search. * org-exp.el (org-html-handle-time-stamps): No longer check for the `org-export-with-timestamps' option, because the preprocesser has taken care of this already. * org.el (org-entry-properties): Catch the case when this is called in a non-org-mode file. * org-export-latex.el (org-export-latex-remove-from-headlines): Variable made obsolete, also LaTeX export now uses the standard variables. (org-export-as-latex): Add the timestamps parameter to the preprocessor parameter list. (org-export-latex-content): Export the remaining keywords without considering to remove them. (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional. Use bold font instead of tt font for the keywords. (org-export-latex-fontify-headline): Format headlines, assuming that all keywords still present should be published. (org-export-latex-keywords): Remove argument TIMESTAMPS and just publish what ever remains of the time stamps. (org-export-latex-list-parameters): New option. (org-export-latex-lists): Pass additional parameters to the list converter. * org-exp.el (org-export-preprocess-string): Remove clock lines and timestamps already in the preprocesor. (org-export-remove-timestamps, org-export-remove-clock-lines): New functions. (org-export-as-ascii, org-export-as-html): Add the timestamps parameter to the preprocessor parameter list. * org-list.el (org-list-parse-list): Parse for checkboxes. (org-list-to-generic): Introduce and handle new parameters :cbon and :cboff. (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add optional parameter PARAMS. * org-export-latex.el (org-export-latex-special-chars): Fix problems with interpreting dollar signs. (org-inside-latex-math-p): New function. (org-export-latex-preprocess): Protect all the math fragments. * org.el (org-latex-regexps): Allow a dash after a dollar. * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the mark after copying. * org-agenda.el (org-run-agenda-series): Have series options set when finalizing the agenda. * org-exp.el (org-export-format-source-code-or-example): Protect the converted examples. * org.el (org-set-regexps-and-options): Fix the regexp `org-complex-heading-regexp'. 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-edit-src-get-label-format): New function. (org-coderef-label-format): New option. (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for a label format specification and make sure it is used in the edit buffer. (org-edit-src-get-label-format): New function. (org-store-link): Handle new coderef formats. (org-link-search): Handle new coderef formats. * org-footnote.el (org-footnote-create-definition) (org-footnote-goto-local-insertion-point): Make footnote insertion work correctly when the "Footnotes" headline is the last line in the buffer. * org.el (org-goto-marker-or-bmk): Expose context after jumping to the location. 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org-w3m.el (org-w3m): New customization group. (org-w3m-deactivate-mark): New option. (org-w3m-copy-for-org-mode): Deactivate region, unless the user option say not to. 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-set-font-lock-defaults): Trigger footnote fontification. (org-activate-footnote-links): New function. (org-activate-links): New entry `footnote'. * org-faces.el (org-footnote): New face. 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org-macs.el (org-re): Handle the [:word:] class. * org-exp.el (org-export-preprocess-string): Call `org-export-protect-colon-examples'. (org-export-protect-colon-examples): Renamed from `org-export-protect-examples', and scope limited to lines starting with a colon. 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-preprocess-string): Move the preprocess hook to after turning on Org-mode. (org-export-preprocess-after-include-files-hook) (org-export-preprocess-after-tree-selection-hook) (org-export-preprocess-before-backend-specifics-hook) (org-export-preprocess-final-hook): New hooks. (org-export-preprocess-string): Run the new hooks. * org.el (org-ctrl-c-minus): Fix indentation for new items. * org-footnote.el: New file. * org.el (org-footnote): Require footnote code. (org-startup-options): Add new footnote options. (org-mode-map): New keybindig for footnotes. (org-ctrl-c-ctrl-c): Add function at footnotes. (org-org-menu): New menu entries for footnotes. * org-export-latex.el (org-export-as-latex): Pass footnote variable to preprocessor. (org-export-latex-preprocess): Treat multiple references to a footnote. * org-exp.el (org-export-preprocess-string): Call `org-footnote-normalize'. (org-export-as-ascii, org-export-as-html): Pass footnote variable to preprocessor. (org-export-as-html): Treat multiple references to a footnote. 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org-export-latex.el (org-export-latex-links): Handle coderef links. * org.el (org-bracket-link-analytic-regexp++): New variable. (org-make-link-regexps): Initialize `org-bracket-link-analytic-regexp++'. (org-store-link): Implement special case in edit-src buffer. (org-insert-link): No use of ide to insert stored links. (org-link-search): Implement special case for coderefs. * org-exp.el (org-export-html-scripts): New constant. (org-export-html-style-default): Add a new style for highlighted code. (org-export-code-refs): New variable. (org-export-preprocess-string): Initialize `org-export-code-refs'. Call `org-export-replace-src-segments-and-examples' No longer call `org-export-protect-examples'. (org-export-target-internal-links): Take care of coderef targets. (org-export-last-code-line-counter-value): New variable. (org-export-replace-src-segments-and-examples): Renamed from `org-export-replace-src-segments', and modified. (org-export-format-source-code-or-example): Renamed from `org-export-format-source-code'. (org-export-number-lines): New function. (org-export-as-ascii, org-export-as-html): Handle coderef links.
2009-01-25 15:54:03 +00:00
2009-01-25 Carsten Dominik <dominik@science.uva.nl>
* org.texi (References): Add information about remote references.
(Built-in table editor): Document `C-c RET' in tables.
(Math symbols, Quoting LaTeX code): Mention that simple
LaTeX macros survive LaTeX export.
(Images in LaTeX export): Show how to create a reference to a
figure.
(Sectioning structure): Document that the LaTeX class can be
specified in a property.
(Text areas in HTML export): New section.
(External links): Add examples for text search and ID links.
(Built-in table editor): Remove the descriptio of `C-c
C-q', it not longer works.
(Literal examples): Document that a space must follow
the colon in short examples.
(Relative timer): Document `org-timer-stop'.
(Footnotes): New section.
(Footnote markup): Shorten section and refer to new Footnote
section.
(Literal examples): Add documentation for line
numbering in and references to code examples.
(CSS support): Fix the description of default CSS styles.
(Capturing column view): Document
"file:path/to/file.org" as an allowed value for the ID property of
a dynamic block copying column view.
2009-01-23 13:52:24 +00:00
2009-01-23 Stephen Eglen <stephen@gnu.org>
* mh-e.texi (Getting Started): Describe $MH.
2009-01-21 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (all): Harmonize usage of "external method",
"external transfer method" and "out-of-band method".
(Connection types): Precise the differences of inline and external
methods. Written by Adrian Phillips <a.phillips@met.no>.
2009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
commands as described at the top. Reported by Allan Gottlieb
<gottlieb@nyu.edu>.
2009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Non-ASCII Group Names, RSS): Update description of
nnmail-pathname-coding-system.
2009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
* org.texi (Relative timer): Fix typo.
2009-01-15 Juanma Barranquero <lekktu@gmail.com>
* org.texi (Clocking work time): Fix typo.
2009-01-15 23:58:00 +00:00
Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
2009-01-13 03:41:04 +00:00
2009-01-13 Glenn Morris <rgm@gnu.org>
* org.texi: Fix some more typos.
2009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
* org.texi: Fix some typos.
2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Group Parameters): Add note for local variables.
2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Converting Kill Files): Fix URL. Include
gnus-kill-to-score.el in contrib directory.
2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
(Paging the Article): Add index entry.
2009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
* ada-mode.texi (Examples): Delete redundant text.
2009-01-03 Michael Albinus <michael.albinus@gmx.de>
* trampver.texi (top): Declare ipv6prefix and ipv6postfix.
* tramp.texi (Filename Syntax, Filename completion): Handle IPv6
addresses.
2009-01-03 Bill Wohler <wohler@newt.com>
* mh-e.texi (Scan Line Formats): Indicate that first column should be
kept empty.
2008-12-20 14:37:30 +00:00
2008-12-20 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Activation, Exporting, ASCII export, HTML export)
(HTML Export commands, LaTeX/PDF export commands): Improve
documentation about transient-mark-mode.
(References): DOcuemtn the use of special names like $LR1 to reference
to fields in the last table row.
2008-12-19 00:23:27 +00:00
2008-12-19 Juri Linkov <juri@jurta.org>
* info.texi (Search Text): Remove mention of removed key binding M-s.
2008-12-18 Carsten Dominik <dominik@science.uva.nl>
* org.texi (References): Remove mentioning of @0 as reference for the
last line, this has been reverted in the Lisp sources.
2008-12-17 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (INFO_TARGETS, clean): Add sasl.
(DVI_TARGETS): Remove duplicates. Add sasl.
($(infodir)/sasl, sasl.dvi): New targets.
2008-12-17 Carsten Dominik <dominik@science.uva.nl>
* org.texi: Version number pushed to 6.15d.
2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-refile): Avoid refiling to within the region to be refiled. * org-export-latex.el (org-export-latex-special-chars): Replace special characters also in tables. * org-agenda.el (org-agenda-change-all-lines): New argument FORCE-TAGS. (org-agenda-set-tags): Cet the new tags and pas them to `org-format-agenda-item'. 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> * org-export-latex.el (org-export-latex-classes): Add longable as a default package to all classes. (org-export-latex-tables): Handle the longtable attribute and the align attribute. * org-table.el (orgtbl-to-generic): Handle tables that start with a hline. * org-export-latex.el (org-export-latex-emphasis-alist): Switch to \verb for colde-like snippets. (org-export-as-latex): Fix issues with region export. * org.el (org-up-heading-safe): Speed up function by using a direct regexp search. (org-olpa): New variable. (org-get-outline-path): Speed-up path constructions in cases where this is possible because the entire hierarchy is scanned anyway. (org-refile-get-location): Don't compare the truenames of files, this is too slow. (org-goto-max-level): New option. (org-goto): Use `org-goto-max-level'. 2008-12-16 Tassilo Horn <tassilo@member.fsf.org> * org-gnus.el (org-gnus-article-link, org-gnus-article-link): Strip angle brackets from message-ids in the former and don't do it in the latter. (org-gnus-follow-link): Open summary reliable, even if the last messages were deleted, and handle empty groups, too. 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb instead of \texttt for the =...= and ~===~ emphasis environments. (org-export-as-latex): Remove any old :org-license-to-kill text properties. (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'. (org-export-latex-make-header): Add some hard space after the table of contents. (org-export-latex-first-lines): Accept RBEG argument. Mark exported text so that it will be excuded in further steps. * org-table.el (org-table-get-specials): Make @0 reference the last line in a table. (org-table-recalculate): Improve docstring. 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-log-done): Fix docstring. 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-html-format-image): Fix bugs. * org-export-latex.el (org-export-latex-tables) (org-export-latex-links): Implement attribute, label, and caption handling. * org-exp.el (org-export-html-style-default): Add style definitions for the figure div. (org-export-preprocess-string, org-export-as-html): Implement attribute, label, and caption handling. (org-export-attach-captions-and-attributes): New function. (org-export-html-format-image): New function. (org-format-org-table-html): Implement attribute, label, and caption handling. * org.el (org-find-text-property-in-string): New function. (org-extract-attributes): Use the property org-attr instead of org-attrobutes, because this property is now set with the #+ATTR lines. 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> * org-compat.el (org-substring-no-properties): Fix for XEmacs, for the case that FROM is nil. * org.el (org-before-first-heading-p): New function. 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-as-html): Do not add a space before enforces line breaks. (org-export-as-html): Close paragraph before blockquote and verse tags. 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> * org-id.el (org-id-locations-file): Wrap file name with `convert-standard-filename'. (org-id-files): New variable. (org-id-use-hash): New option. (org-id-update-id-locations): Also search in all files current listed in `org-id-files'. Convert the resulting alist to a hash if the user customation says so. (org-id-locations-save): Handle he case if `org-id-locations' is a hash. (org-id-locations-load): Convert the alist to a hash. (org-id-add-location): Handle the hast case. (kill-emacs-hook): Make sure id locations are saved when Emacs is exited. (org-id-hash-to-alist, org-id-alist-to-hash) (org-id-paste-tracker): New functions.
2008-12-16 13:30:37 +00:00
2008-12-16 Carsten Dominik <dominik@science.uva.nl>
2008-12-17 14:29:39 +00:00
* org.texi (Tables in LaTeX export): New section.
2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-refile): Avoid refiling to within the region to be refiled. * org-export-latex.el (org-export-latex-special-chars): Replace special characters also in tables. * org-agenda.el (org-agenda-change-all-lines): New argument FORCE-TAGS. (org-agenda-set-tags): Cet the new tags and pas them to `org-format-agenda-item'. 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> * org-export-latex.el (org-export-latex-classes): Add longable as a default package to all classes. (org-export-latex-tables): Handle the longtable attribute and the align attribute. * org-table.el (orgtbl-to-generic): Handle tables that start with a hline. * org-export-latex.el (org-export-latex-emphasis-alist): Switch to \verb for colde-like snippets. (org-export-as-latex): Fix issues with region export. * org.el (org-up-heading-safe): Speed up function by using a direct regexp search. (org-olpa): New variable. (org-get-outline-path): Speed-up path constructions in cases where this is possible because the entire hierarchy is scanned anyway. (org-refile-get-location): Don't compare the truenames of files, this is too slow. (org-goto-max-level): New option. (org-goto): Use `org-goto-max-level'. 2008-12-16 Tassilo Horn <tassilo@member.fsf.org> * org-gnus.el (org-gnus-article-link, org-gnus-article-link): Strip angle brackets from message-ids in the former and don't do it in the latter. (org-gnus-follow-link): Open summary reliable, even if the last messages were deleted, and handle empty groups, too. 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb instead of \texttt for the =...= and ~===~ emphasis environments. (org-export-as-latex): Remove any old :org-license-to-kill text properties. (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'. (org-export-latex-make-header): Add some hard space after the table of contents. (org-export-latex-first-lines): Accept RBEG argument. Mark exported text so that it will be excuded in further steps. * org-table.el (org-table-get-specials): Make @0 reference the last line in a table. (org-table-recalculate): Improve docstring. 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-log-done): Fix docstring. 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-html-format-image): Fix bugs. * org-export-latex.el (org-export-latex-tables) (org-export-latex-links): Implement attribute, label, and caption handling. * org-exp.el (org-export-html-style-default): Add style definitions for the figure div. (org-export-preprocess-string, org-export-as-html): Implement attribute, label, and caption handling. (org-export-attach-captions-and-attributes): New function. (org-export-html-format-image): New function. (org-format-org-table-html): Implement attribute, label, and caption handling. * org.el (org-find-text-property-in-string): New function. (org-extract-attributes): Use the property org-attr instead of org-attrobutes, because this property is now set with the #+ATTR lines. 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> * org-compat.el (org-substring-no-properties): Fix for XEmacs, for the case that FROM is nil. * org.el (org-before-first-heading-p): New function. 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-as-html): Do not add a space before enforces line breaks. (org-export-as-html): Close paragraph before blockquote and verse tags. 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com> * org-id.el (org-id-locations-file): Wrap file name with `convert-standard-filename'. (org-id-files): New variable. (org-id-use-hash): New option. (org-id-update-id-locations): Also search in all files current listed in `org-id-files'. Convert the resulting alist to a hash if the user customation says so. (org-id-locations-save): Handle he case if `org-id-locations' is a hash. (org-id-locations-load): Convert the alist to a hash. (org-id-add-location): Handle the hast case. (kill-emacs-hook): Make sure id locations are saved when Emacs is exited. (org-id-hash-to-alist, org-id-alist-to-hash) (org-id-paste-tracker): New functions.
2008-12-16 13:30:37 +00:00
(Images in LaTeX export): New section.
(Inlined images, Images in HTML export): Sections renamed.
2008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
* message.texi (Insertion Variables): Don't advertise sc-cite-original.
2008-12-04 David Engster <dengste@eml.cc>
* gnus.texi (nnmairix): Mention mairix.el. Point out the importance
of nnml-get-new-mail. Change URL for mairix patch.
2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Using the mapping API): Fix bug in mapping example.
(Publishing options): Make the list of properties complete again, in
correspondence to the variable `org-export-plist-vars'.
(Property searches): Document new special values for time comparisons.
(Tag inheritance): Refine the description of tag inheritance.
(Project alist): Add info about the publishing sequence of components.
2008-12-17 14:29:39 +00:00
(Effort estimates): Document the new relative timer.
2008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (About This Manual): Clarify behavior of `C-x * t'.
(Using Calc): Clarify use of `C-x * o'.
(Embedded Mode (Overview)): Clarify use of `C-x * e'.
2008-11-28 Richard M Stallman <rms@gnu.org>
* dbus.texi (Receiving Method Calls): Clean up previous change.
2008-11-26 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
`dbus-escape-as-identifier', `dbus-byte-array-to-string' and
`dbus-unescape-from-identifier'.
(Receiving Method Calls): New constants `dbus-service-emacs' and
`dbus-path-emacs'. Precise return values of `dbus-register-method'.
(Signals): Use the constants in the example.
2008-11-24 Carsten Dominik <dominik@science.uva.nl>
2008-12-02 16:40:31 +00:00
* org.texi: Re-apply change to FDL 1.3.
2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> * org-clock.el (org-dblock-write:clocktable): Make sure the clocktable sees the first line. (org-clock-in): Warn if the clock cannot be resumed. 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-open-at-point): Fix mixup about interactive and non-interactive elisp links. 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-preprocess-string): Allow one comment line before the first headline to always be included. This is to not miss a commented target. * org-mouse.el (org-mouse-insert-item): Call `org-indent-to-column' instead of `indent-to', for XEmacs compatibility. * org.el (org-refile-targets): Fix customize definition so that it works also in XEmacs. (org-fixup-indentation): Call `org-indent-to-column' instead of `indent-to', for XEmacs compatibility. 2008-11-23 Tokuya Kameshima <kames@fa2.so-net.ne.jp> * org-mew.el (org-mew-store-link): Get the correct case folder for refiled messages. 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-as-ascii): Remove the "\\" forced line break indicators. * org.el (org-ido-completing-read): Remove the "i:" prefix for ido-completion propts. 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> * org-remember.el (org-remember-apply-template): Use `org-substring-no-properties'. * org-compat.el (org-substring-no-properties): New function. * org-remember.el (org-remember-apply-template): Use `org-substring-no-properties' for compatibility. * org-list.el (org-list-two-spaces-after-bullet-regexp): New option. (org-fix-bullet-type): respect `org-list-two-spaces-after-bullet-regexp'. * org-clock.el (org-clock-load): Clean up the code. * org.el (org-adaptive-fill-function): Allow two spaces after "1." as a list bullet. 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> * org-clock.el (org-clock-save, org-clock-load): Check for live buffers, existing files, and buffer file names to ensure consistent information. (org-clock-persist): Make `clock' a special value of this variable, and improve docstring. * org-list.el (org-cycle-list-bullet, org-fix-bullet-type) (org-get-string-indentation): Adapt indentation when the bullet width changes. 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> * org-remember.el (org-remember-finalize): Make interactive. (org-remember-kill): New command. (org-remember-finish-immediately): Call `org-remember-finalize' directly. (org-remember-finalize): Make `org-remember-finalize' an interactive function. 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> * org-remember.el (org-remember-apply-template): No ido completion for free prompts in remember templates. (org-remember-before-finalize-hook): New hook. (org-remember-mode): New minor mode. (org-remember-apply-template): Turn on `org-remember-mode'. * org-id.el (org-id-add-location): Avoid error when no file is given. * org-remember.el (org-remember-apply-template): Fix the way how the list of allowed properties is retrieved from the target file. * org.el (org-insert-link): Improve file link matching. 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> * org-colview.el (org-columns-display-here): New argument DATELINE, to trigger using the new face. (org-agenda-colview-summarize): Call `org-columns-display-here' with the new argument. * org-faces.el (org-agenda-column-dateline): New face. * org-publish.el (org-publish-org-index): Use index-title at page title, not as section. * org-exp.el (org-export-html-format-desc): Respect the org-protect property. (org-export-as-html): Protect image specifiers that are in the description part of a link. * org.el (org-sort-entries-or-items, org-completing-read) (org-refile-get-location, org-olpath-completing-read, org-todo) (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher) (org-set-tags, org-change-tag-in-region, org-fast-tag-selection) (org-set-property, org-delete-property) (org-delete-property-globally): Use `org-ido-completing-read'. * org-remember.el (org-remember-apply-template): Use `org-ido-completing-read'. * org-publish.el (org-publish): Use `org-ido-completing-read'. * org-colview.el (org-columns-edit-value, org-columns-new) (org-insert-columns-dblock): Use `org-ido-completing-read'. * org-colview-xemacs.el (org-columns-edit-value) (org-columns-new, org-insert-columns-dblock): Use `org-ido-completing-read'. * org-attach.el (org-attach-delete-one, org-attach-open): Use `org-ido-completing-read'. * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use `org-ido-completing-read'. * org.el (org-time-today): New function. (org-matcher-time): Use `org-time-today'. Add special treatment for "<tomorrow>" and "<yesterday>". (org-ido-completing-read): New function. (org-completion-use-ido): New option. * org-exp.el (org-export-format-source-code): Fix bug in require htmlize code. (org-export-target-internal-links): Fix bug in search for text property. 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> * org-export-latex.el (org-export-latex-subcontent): Interprete target aliases as additonal labels. * org-exp.el (org-export-target-aliases): New variable. (org-export-preprocess-string) (org-export-handle-invisible-targets): Fill the alias alist. (org-export-as-html): Remove the &nbsp; from the anchor, and also assign an id. (org-html-level-start): Insert the target aliases as additonal anchors. * org.el (org-edit-fixed-width-region): Fix bug when starting a new picture area. 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-open-at-mouse): Ensure correct link abbreviations when following a link with the mouse from the agenda. * org-exp.el (org-export-as-html): Avoid lone </div> when no headlines are created. 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-link-translation-function): New option. (org-open-at-point): Call `org-link-translation-function' if non-nil. (org-translate-link): New function. (org-translate-link-from-planner): New function. (org-open-at-point): Allow interactive commands in elisp links. * org-exp.el (org-icalendar-cleanup-string): Restore the old iCalendar quoting. The new one seems to caus problems with applications. * org.el (org-yank): Set `this-command' to `yank', so that `yank-pop' will work. 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455 compliance as far as quoting is concerned. * org.el (org-link-expand-abbrev): Implement %h as an escape for a hexified version of the tag. * org-vm.el (org-vm-follow-link): Require `vm-search'. * org.el (org-up-heading-safe, org-forward-same-level): Always call `org-back-to-heading' instead of `outline-back-to-heading'. (org-back-to-heading): New wrapper around outline-back-to-heading, with a useful error message telling where the error happened. * org-list.el (org-update-checkbox-count): Always call `org-back-to-heading' instead of `outline-back-to-heading'. * org-exp.el (org-export-as-html): Make sure that each <img> tag has an `alt' attribute, to ensure XHTML validation. 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> * org-publish.el (org-publish-attachment): Allow publishing to overwrite attachment files. * org-agenda.el (org-agenda-timerange-leaders): New option. (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'. * org.el (org-edit-src-exit): Untabify ASCII image before returning.
2008-11-23 13:39:49 +00:00
2008-11-23 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Setting up Remember): Document `org-remember-mode'.
(External links): Document that bbdb links can use a regular
expression.
(External links): Document that elisp links can contain interactive
commands.
2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
2008-11-23 02:26:56 +00:00
* viper.texi (viper-translate-all-ESC-keysequences):
Description removed.
2008-11-19 Glenn Morris <rgm@gnu.org>
* doclicense.texi: Change to FDL 1.3.
Relicense all texi files under FDL 1.3 or later.
2008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
2008-11-16 06:03:52 +00:00
2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
2008-11-16 05:03:02 +00:00
* viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Removed.
2008-11-16 06:03:25 +00:00
* ediff.texi: Version/date change.
2008-11-16 05:03:02 +00:00
2008-11-14 Chong Yidong <cyd@stupidchicken.com>
* ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
2008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (About This Manual): Comment out a mention of
marginal notes.
2008-11-12 08:06:35 +00:00
2008-11-12 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Clocking work time): Document the :formula property of
clock tables.
(Structure editing, Refiling notes): Document refiling regions.
(Agenda commands): Document the double-prefix version
of the `l' command in the agenda.
(Handling links): Explain the effect of a double prefix
arg to `C-c C-o'.
(TODO basics): Add documentation for tag triggers.
2008-10-23 Glenn Morris <rgm@gnu.org>
* cl.texi (Function Bindings): Mention `flet' fails to deal with
byte-compiling things like `+'.
* ns-emacs.texi: Merge copyright years of author now with assignment
into FSF years.
(VER): Use it for easier automatic updating. Use Emacs version rather
than standalone Emacs.app version.
2008-10-12 Carsten Dominik <dominik@science.uva.nl>
* org.texi: Lots of minor fixes.
(Capture): New chapter.
(Org Plot): New section.
2008-09-30 Magnus Henoch <mange@freemail.hu>
* cl.texi (Porting Common Lisp): Fix parenthesis order in example.
2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (User Defined Units): Mention how to enter optional display
string.
2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
* message.texi (Sending Variables): Fixed variable documentation to
avoid the "y/n" wording.
2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
* message.texi (Sending Variables): Added `message-confirm-send' doc.
2008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (The Gnus Registry): Don't give argument to @item used in
@enumerate section so as to be able to be formatted with MAKEINFO=no.
2008-09-21 17:34:10 +00:00
2008-09-22 Bill Wohler <wohler@newt.com>
Release MH-E manual version 8.1.
* mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
release 8.1.
* mh-e.texi: Retain dual license as agreed to by the FSF.
However, bump GPL to Version 3.
Use @include for license text.
2008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Top, Setup, Fancy splitting to parent)
2008-11-23 02:26:56 +00:00
(Store custom flags and keywords, Store arbitrary data):
Clean up markup.
2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
* gnus.texi (The Gnus Registry): Document it.
2008-09-08 David Engster <dengste@eml.cc>
2008-11-23 02:26:56 +00:00
* gnus.texi (nnmairix): Point out that nnml uses MH format.
Clarify section about choosing back end servers.
2008-08-23 Glenn Morris <rgm@gnu.org>
* dired-x.texi (Shell Command Guessing):
Mention dired-guess-shell-case-fold-search. (Bug#417)
2008-08-22 19:33:09 +00:00
2008-08-22 Michael Albinus <michael.albinus@gmx.de>
* trampver.texi: Update release number.
2008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
* ns-emacs.texi: Update version.
(Introduction): Correct menu location for options save.
(Customization): Note that defaults are stored under org.gnu.Emacs.
2008-08-11 Bill Wohler <wohler@newt.com>
* mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
explicit about GNU mailutils MH elsewhere (with thanks to Darel
Henman) (closes SF #1768928).
2008-08-10 Glenn Morris <rgm@gnu.org>
* ns-emacs.texi: Use @copying. Change copyright of authors with
assignment to FSF. Change license to GFDL.
(Top): Remove outdated references.
2008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
2008-11-23 02:26:56 +00:00
* gnus.texi (Sorting the Summary Buffer, Summary Sorting):
Add gnus-summary-sort-by-most-recent-number and
gnus-summary-sort-by-most-recent-date.
(Summary Sorting): Explain prefix argument.
2008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Saving Articles): Mention symbolic prefix `r' for
gnus-summary-pipe-output.
2008-08-03 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (Receiving Method Calls): Document error handling of own
D-Bus methods.
2008-08-01 Bill Wohler <wohler@newt.com>
* mh-e.texi (Reading Mail)
2008-11-16 05:03:02 +00:00
(Viewing Attachments): Describe new function
mh-show-preferred-alternative.
(Sending Mail, Redistributing, Sending Message): Describe new hook
mh-annotate-msg-hook.
2008-07-31 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (Arguments and Signatures): Fix example.
(Synchronous Methods): New defun `dbus-call-method-non-blocking'.
(Asynchronous Methods): New node.
2008-11-16 05:03:02 +00:00
(Errors and Events): Describe extended layout of `dbus-event'.
New defun `dbus-event-message-type'.
* bitmaps/README: * xfns.c: * termcap.c: * term.c: * syswait.h: * systty.h: * systime.h: * syssignal.h: * sysdep.c: * process.h: * process.c: * print.c: * ndir.h: * lread.c: * keyboard.c: * getpagesize.h: * floatfns.c: * fileio.c: * emacs.c: * doc.c: * dispnew.c: * dired.c: * data.c: * callproc.c: * buffer.c: * README: * Makefile.in: * s/template.h: * s/msdos.h: * m/vax.h: Remove VMS support. * s/vms.h: * vlimit.h: * uaf.h: * temacs.opt: * param.h: * ioctl.h: Remove file. * descrip.mms: * compile.com: Remove file. * Create.c: Remove VMS support. * message.el (Module): * gnus-start.el (Module): * gnus-registry.el (Module): * textmodes/texinfmt.el: * nxml/nxml-enc.el: * mail/feedmail.el: * international/mule.el: * international/latexenc.el: * emulation/viper-util.el: * emulation/viper-init.el: * emulation/viper-ex.el: * emacs-lisp/bytecomp.el: * version.el: * subr.el: * startup.el: * sort.el: * shadowfile.el: * recentf.el: * printing.el: * paths.el: * minibuffer.el: * ls-lisp.el: * loadup.el: * hippie-exp.el: * finder.el: * files.el: * ediff-util.el: * ediff-ptch.el: * ediff-init.el: * ediff-diff.el: * dired.el: * dired-aux.el: * cus-edit.el: * bindings.el: * arc-mode.el: * add-log.el: Remove VMS support. * obsolete/vmsproc.el: * obsolete/vms-pmail.el: * obsolete/vms-patch.el: Remove file. * etags.c: * emacsclient.c: Remove VMS support. * termcap.src: Remove file. * README: * PROBLEMS: * MACHINES: Remove VMS info. * ediff.texi: Remove VMS support. * os.texi: * intro.texi: * files.texi: Remove VMS support. * emacs.texi: Remove VMS support. * make-dist: * README: Remove VMS support. * vms: Remove directory.
2008-07-31 05:33:56 +00:00
2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
* ediff.texi: Remove VMS support.
2008-07-29 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
($(infodir)/mairix-el), mairix-el.dvi): New targets.
2008-07-29 Chong Yidong <cyd@stupidchicken.com>
* Makefile.in: Add mairix-el targets.
2008-07-29 David Engster <deng@randomsample.de>
* mairix-el.texi: New file.
2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
2008-07-28 21:58:59 +00:00
* ada-mode.texi: Document using GNAT project files as Emacs Ada mode
project files. Delete 'main_unit' project variable; not needed. Allow
process environment variables wherever project variables are allowed.
Add tutorial section on multiple GNAT project files.
2008-07-28 03:59:46 +00:00
2008-07-27 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.1.14.
* trampver.texi: Update release number.
Remove support for Mac Carbon. * mactoolbox.c: * macterm.h: * macterm.c: * macselect.c: * macmenu.c: * macgui.h: * macfns.c: * mac.c: Remove file. * s/darwin.h: * m/intel386.h: * xfaces.c: * xdisp.c: * window.c: * tparam.c: * termhooks.h: * termcap.c: * term.c: * syssignal.h: * sysselect.h: * sysdep.c: * process.c: * lread.c: * lisp.h: * keyboard.c: * image.c: * fringe.c: * frame.h: * frame.c: * fontset.c: * font.h: * font.c: * fns.c: * fileio.c: * emacs.c: * dispnew.c: * dispextern.h: * config.in: * atimer.c: * Makefile.in: Remove code for Carbon * erc.el: Remove code for Carbon. Remove support for Mac Carbon. * term/mac-win.el: Remove file * international/mule-cmds.el: * version.el: * startup.el: * simple.el: * mwheel.el: * mouse.el: * loadup.el: * isearch.el: * info.el: * frame.el: * faces.el: * disp-table.el: * cus-start.el: * cus-face.el: * cus-edit.el: * Makefile.in: Remove code for Carbon. Remove support for Mac Carbon. * makefile.w32-in: * emacsclient.c: Remove code for Carbon. * PROBLEMS: * MACHINES: Remove mentions of Mac Carbon. * ns-emacs.texi: * faq.texi: Remove mentions of Mac Carbon. * os.texi: * frames.texi: * display.texi: Remove mentions of Mac Carbon. * xresources.texi: Remove mentions of Mac Carbon. * make-tarball.txt: * admin.el: * FOR-RELEASE: * CPP-DEFINES: Remove mentions of Mac Carbon. Remove support for Mac Carbon. * mac: Remove directory. * make-dist: * configure.in: * README: * Makefile.in: * INSTALL: Remove code for Carbon. * configure: Regenerate.
2008-07-27 18:24:48 +00:00
2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
* ns-emacs.texi:
* faq.texi: Remove mentions of Mac Carbon.
2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Saving Articles): Describe the 2nd argument of
gnus-summary-save-in-pipe.
(SpamAssassin): Use it.
2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
2008-07-25 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Export options): Document the use of the creator flag.
2008-07-24 14:01:49 +00:00
2008-07-24 Carsten Dominik <dominik@science.uva.nl>
* org.texi: New version 6.06a.
2008-07-23 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
2008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
* calc.texi (Editing Stack Entries):
(Algebraic Entry): Rewrite introductory sentences so it can be used by
Calc's help functions. Mention fixing typos.
(Customizing Calc): Fix typo.
2008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (summarykey): New macro. Use to correctly format keys in
the summary.
2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
* ns-emacs.texi (Customization): Corrected documentation on color
specification formats.
2008-07-19 Andreas Schwab <schwab@suse.de>
* ns-emacs.texi: Moved from ../emacs. Add @direntry.
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
(ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
2008-07-18 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (Inspection): Rework, introduce submenus.
(Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
(Properties and Annotations, Arguments and Signatures): New nodes.
2008-07-13 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (Receiving Method Calls): Fix description of
`dbus-register-method'.
(Signals): Allow also signal arguments for filtering in
`dbus-register-signal'.
2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
* calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
`cnorm'.
(Arithmetic Tutorial): Simplify the verification of prime factors.
2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Saving Articles): Mention
gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
2008-06-29 03:02:14 +00:00
2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi: Adjust mode line throughout.
2008-06-28 Juanma Barranquero <lekktu@gmail.com>
* sasl.texi (Mechanisms): Fix typos.
2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Killing from the stack): Mention using normal Emacs
copying.
2008-06-21 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Password handling): Renamed from "Password caching".
Add `auth-source' mechanism.
(Connection caching): Tramp reopens the connection automatically,
when the operating system on the remote host has been changed.
2008-06-20 15:17:16 +00:00
2008-06-20 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in (distclean): Remove makefile.
2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-colview.el (org-columns-next-allowed-value): Bug fix. * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix. * org-agenda.el (org-agenda-get-closed): Get the end time into the agenda prefix as well. * org-publish.el (org-publish-org-index): Make a properly indented list. * org.el (org-calendar-agenda-action-key): New option. (org-get-cursor-date): New function. (org-mark-entry-for-agenda-action): New command. (org-overriding-default-time): New variable. (org-read-date): Respect `org-overriding-default-time'. * org-remember.el (org-remember-apply-template): Respect the ovverriding default time. * org-agenda.el (org-agenda-action-marker): New variable. (org-agenda-action): New command. (org-agenda-do-action): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-schedule, org-deadline): Protect scheduled and deadline tasks against changes that accidently remove the repeater. Also show a message with the new date when done. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-beginning-of-line): Cater for the case when there are tags but no headline text. (org-align-tags-here): Convert to tabs only when indent-tabs-mode it set. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure the return value is nil instead of "nil" when there is no match. * org-exp.el (org-insert-centered): Use fill-column instead of 80. (org-export-as-ascii): Use string-width to measure the width of the heading. * org.el (org-diary-to-ical-string): No longer kill buffer FROMBUF, this is now done by the caller. * org-exp.el (org-print-icalendar-entries): Move the call to `org-diary-to-ical-string' out of the loop, and kill the buffer afterwords. * org-remember.el (org-remember-visit-immediately): Position cursor after moving to the note. (org-remember-apply-template): Use a text property to record the cursor position. (org-remember-handler): Align tags after pasting the note. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-bbdb.el (org-bbdb-follow-anniversary-link): New function. * org-agenda.el (org-agenda-open-link): If there is an org-bbdb-name property in the current line, jump to that bbdb entry. * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a text property, so that the agenda knows where this entry comes from. * org-agenda.el (org-agenda-clock-in): Fixed bug in the interaction between clocking-in from the agenda, and automatic task state switching. * org-macs.el (org-with-point-at): Bug fix in macro defintion. * org.el (org-beginning-of-line, org-end-of-line): Make sure the zmacs-region stays after this command in XEmacs. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-scan-tags): Allow new values for ACTION parameter. * org-remember.el (org-remember-templates): Fix bug in customization type definition. * org.el (org-map-entries): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-agenda.el (org-agenda-skip-comment-trees): New option. (org-agenda-skip): Respect `org-agenda-skip-comment-trees'. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-remember.el (org-jump-to-target-location): New variable. (org-remember-apply-template): Set `org-remember-apply-template' if requested by template. (org-remember-handler): Start an idle timer to jump to remember location. * org-exp.el (org-get-current-options): Add the FILETAGS setting. * org.el (org-set-regexps-and-options): Fix bug with parsing of file tags. (org-get-tags-at): Add the content of `org-file-tags'. * org-exp.el (org-export-handle-comments): Fix bug with several comment lines after each other. (org-number-to-roman, org-number-to-counter): New functions. (org-export-section-number-format): New option. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-exp.el (org-export-protect-examples): Catch the case of a missing end_example line. * org.el (org-set-regexps-and-options): Set `org-file-properties' and `org-file-tags' to nil. * org-colview.el (org-columns-next-allowed-value): Handle next argument NTH to directly select a value. * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next argument NTH to directly select a value. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-columns-ellipses): New option. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-colview.el (org-columns-add-ellipses): New function. (org-columns-compact-links): New function. (org-columns-cleanup-item): Call `org-columns-compact-links'. (org-columns-display-here): Call `org-agenda-columns-cleanup-item' when in agenda. (org-columns-edit-value): Fixed bug with editing values from agenda column view. (org-columns-redo): Also redo the agenda itself. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New option. * org-colview.el (org-agenda-columns-cleanup-item): New function. * org-exp.el (org-export-ascii-preprocess): Renamed from `org-export-ascii-clean-string'. (org-export-kill-licensed-text) (org-export-define-heading-targets) (org-export-handle-invisible-targets) (org-export-target-internal-links) (org-export-remove-or-extract-drawers) (org-export-remove-archived-trees) (org-export-protect-quoted-subtrees) (org-export-protect-verbatim, org-export-protect-examples) (org-export-select-backend-specific-text) (org-export-mark-blockquote-and-verse) (org-export-remove-comment-blocks-and-subtrees) (org-export-handle-comments, org-export-mark-radio-links) (org-export-remove-special-table-lines) (org-export-normalize-links) (org-export-concatenate-multiline-links) (org-export-concatenate-multiline-emphasis): New functions, obtained from spliiting the export preprocessor. * org-table.el (org-table-recalculate): Improve error message if the row number is invalid. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-archive.el (org-archive-save-context-info): Fix bugs in customization setup and docstring. * org-exp.el (org-export-html-style): Changed the size of in the <pre> element to 90%. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-find-src-example-start): Function removed. (org-edit-src-find-region-and-lang): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-edit-src-exit): New function. (org-exit-edit-mode): New minor mode. * org-exp.el (org-export-preprocess-string): Fix bug with removing comment-like lines from protected examples. * org.el (org-edit-src-example, org-find-src-example-start) (org-protect-source-example, org-edit-special): New functions. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-publish.el (org-publish-project-alist): Fix typo in docstring. (org-publish-project-alist): Handle :index-title property. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-export-latex.el (org-export-as-latex): Make sure region bounds are correct. Parse subtree properties relating to export. * org-exp.el (org-export-add-options-to-plist): New function. (org-infile-export-plist): Use `org-export-add-options-to-plist'. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-default-properties): Add EXPORT_FILE_NAME and EXPORT_TITLE. * org-exp.el (org-export-get-title-from-subtree) (org-export-as-ascii, org-export-as-html): Make sure the original region-beginning and region-end are used, even after moving point. (org-export-get-title-from-subtree): Also try the EXPORT_TITLE property. * org-remember.el (org-remember-last-stored-marker): New variable. (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'. (org-remember-handler): Also use marker to remember last-stored position. * org.el (org-goto-marker-or-bmk): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-file-properties): Renamed from `org-local-properties'. (org-scan-tags): Take file tags into account. (org-tags-match-list-sublevels): Default changed to t. * org-exp.el (org-export-as-html): Close paragraph after a footnote. * org.el (org-update-parent-todo-statistics): New function. * org-exp.el (org-icalendar-store-UID): New option. (org-icalendar-force-UID): Option removed. (org-print-icalendar-entries): IMplement UIDs. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-faces.el (org-column): Document how this face is being used and why sometimes the background faces shine through. * org-mhe.el (org-mhe-follow-link): Improve handling of searches. * org-publish.el (org-publish-attachment): Create publishing directory if it does not yet exist. * org-table.el (org-calc-default-modes): Change default number format to (float 8). * org.el (org-olpath-completing-read): New function. (org-time-clocksum-format): New option. (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'. * org-clock.el (org-clock-display, org-clock-out) (org-update-mode-line): Use `org-time-clocksum-format'. * org-colview-xemacs.el (org-columns-number-to-string): Use `org-time-clocksum-format'. * org-colview.el (org-columns-number-to-string): Use `org-time-clocksum-format'. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-id.el: New file, move from contrib to core. * org-exp.el (org-icalendar-force-UID): New option. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-exp.el (org-print-icalendar-entries): Make sure DTEND is shifted by one day if theere is a date range without an end time. * org.el (org-try-structure-completion): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-set-font-lock-defaults): Improve fontification of description lists. (org-insert-item): Handle description lists. (org-adaptive-fill-function): Improve auto indentation in description lists. * org-exp.el (org-export-as-html, org-export-preprocess-string): Implement VERSE environment. (org-export-preprocess-string): Implement the COMMENT environment. * org-export-latex.el (org-export-latex-preprocess): Implement VERSE environment. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC option. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions. * org.el (org-quote-csv-field): New functions. * org-table.el (org-table-export-default-format): Remove :splice from default format, we get the same effect by not specifying :tstart and :tend. (org-table-export): Improve setup, distinguish better between interactive and non-interactive use, allow specifying the format on the fly, better protection against wrong file names. (orgtbl-to-generic): Fix documentation. Do not require :tstart and :tend when :splice is omitted. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-clock.el (org-clock-select-task): Make sure the selection letters are 1-9 and A-Z, no special characters. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-exp.el (org-export-htmlize): New group. (org-export-htmlize-output-type) (org-export-htmlize-css-font-prefix): New options. (org-export-htmlize-region-for-paste): New function. (org-export-htmlize-generate-css): New command. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-set-visibility-according-to-property): New function. (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options and compute the regular expressions, and update font-lock. (org-property-re): Allow a dash in property names. * org-archive.el (org-extract-archive-file): Insert the file name without the path into the format, to allow the location format to contain a subdirectory. * org-agenda.el (org-agenda-post-command-hook): If point is at end of buffer, and the `org-agenda-type' property undefined, use the value from the character before. * org.el (org-add-planning-info): Don't let indentation for would-be timestamp become extra whitespace at the end of headline. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-remove-double-quotes, org-file-contents): New functions. * org-exp.el (org-infile-export-plist): Also parse the contents of #+SETUPFILE files, recursively. * org.el (org-set-regexps-and-options): Also parse the contents of #+SETUPFILE files, recursively. * org-exp.el (org-export-handle-include-files): New function. (org-export-preprocess-string): Call `org-export-handle-include-files'. * org.el (org-delete-property-globally) (org-delete-property, org-set-property): Ignore case during completion. (org-set-property): Use `org-completing-read' instead of `completing-read'. * org.el (org-complete-expand-structure-template): New, experimental function. (org-structure-template-alist): New, experimental option. (org-complete): Call `org-complete-expand-structure-template'. 2008-06-17 Bastien Guerry <bzg@altern.org> * org-export-latex.el (org-export-latex-preprocess): Added support for blockquotes. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-read-date-analyze): Catch the case where only a weekday is given. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-set-font-lock-defaults): Make the description tag bold. * org-exp.el (org-export-as-html, org-close-li): Implement description lists. 2008-06-17 Jason Riedy <jason@acm.org> * org-table.el (*orgtbl-default-fmt*): New variable. (orgtbl-format-line): Use the value of *orgtbl-default-fmt* when there is no other fmt available. (orgtbl-to-generic): Allow an explicitly nil :tstart or :tend to suppress the appropriate string. (orgtbl-to-orgtbl): New function for translating to another orgtbl table. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-read-date-analyze): "." as an alias for "+0" in read date. * org-clock.el (org-clock-save-markers-for-cut-and-paste): New function. * org-agenda.el (org-agenda-save-markers-for-cut-and-paste): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-clock.el (org-clock-find-position): Don't include notes into clock drawer. * org-archive.el (org-archive-subtree): No longer remove an extra line after cutting the subtree. `org-cut-subtree' already takes care of this. * org-remember.el (org-remember-handler): Only kill the target buffer if it does not contain the running clock. * org.el (org-markers-to-move): New variable. (org-save-markers-in-region, org-check-and-save-marker) (org-reinstall-markers-in-region): New function. (org-move-subtree-down, org-copy-subtree): Remember relative marker positions before cutting. (org-move-subtree-down, org-paste-subtree): Restore relative marker positions after pasting. * org-remember.el (org-remember-clock-out-on-exit): New option. (org-remember-finalize): Clock out only if the setting in `org-remember-clock-out-on-exit' requires it. (org-remember-handler): Do the cleanup in the buffer, to make sure that the clock marker remains in tact. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-clock.el (org-clock-goto): Widen buffer if necessary. (org-clock-in): Make sure that also tasks outside the narrowed region will be clocked in correctly. (org-clock-insert-selection-line): Widen the buffer so that we can find the correct task heading. * org.el (org-base-buffer): New function. * org-exp.el (org-icalendar-cleanup-string): Make sure '," and ";" are escaped. (org-print-icalendar-entries): Also apply `org-icalendar-cleanup-string' to the headline, not only to the summary property. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-exp.el (org-export-preprocess-hook): New hook. (org-export-preprocess-string): Call `org-export-preprocess-hook'. * org.el (org-font-lock-hook): New variable. (org-font-lock-hook): New function. (org-set-font-lock-defaults): Call `org-font-lock-hook'. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.texi: Modify license to no longer include back- and front cover matters. (Using the mapping API): New section. (Agenda column view): New section. (Moving subtrees): Document archiving to the archive sibling. (Agenda commands): Document columns view in the agenda. (Using the property API): Document the API for multi-valued properties.
2008-06-17 15:22:00 +00:00
2008-06-17 Carsten Dominik <dominik@science.uva.nl>
2008-06-18 02:50:11 +00:00
* org.texi (Using the mapping API): New section.
2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-colview.el (org-columns-next-allowed-value): Bug fix. * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix. * org-agenda.el (org-agenda-get-closed): Get the end time into the agenda prefix as well. * org-publish.el (org-publish-org-index): Make a properly indented list. * org.el (org-calendar-agenda-action-key): New option. (org-get-cursor-date): New function. (org-mark-entry-for-agenda-action): New command. (org-overriding-default-time): New variable. (org-read-date): Respect `org-overriding-default-time'. * org-remember.el (org-remember-apply-template): Respect the ovverriding default time. * org-agenda.el (org-agenda-action-marker): New variable. (org-agenda-action): New command. (org-agenda-do-action): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-schedule, org-deadline): Protect scheduled and deadline tasks against changes that accidently remove the repeater. Also show a message with the new date when done. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-beginning-of-line): Cater for the case when there are tags but no headline text. (org-align-tags-here): Convert to tabs only when indent-tabs-mode it set. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure the return value is nil instead of "nil" when there is no match. * org-exp.el (org-insert-centered): Use fill-column instead of 80. (org-export-as-ascii): Use string-width to measure the width of the heading. * org.el (org-diary-to-ical-string): No longer kill buffer FROMBUF, this is now done by the caller. * org-exp.el (org-print-icalendar-entries): Move the call to `org-diary-to-ical-string' out of the loop, and kill the buffer afterwords. * org-remember.el (org-remember-visit-immediately): Position cursor after moving to the note. (org-remember-apply-template): Use a text property to record the cursor position. (org-remember-handler): Align tags after pasting the note. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-bbdb.el (org-bbdb-follow-anniversary-link): New function. * org-agenda.el (org-agenda-open-link): If there is an org-bbdb-name property in the current line, jump to that bbdb entry. * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a text property, so that the agenda knows where this entry comes from. * org-agenda.el (org-agenda-clock-in): Fixed bug in the interaction between clocking-in from the agenda, and automatic task state switching. * org-macs.el (org-with-point-at): Bug fix in macro defintion. * org.el (org-beginning-of-line, org-end-of-line): Make sure the zmacs-region stays after this command in XEmacs. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-scan-tags): Allow new values for ACTION parameter. * org-remember.el (org-remember-templates): Fix bug in customization type definition. * org.el (org-map-entries): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-agenda.el (org-agenda-skip-comment-trees): New option. (org-agenda-skip): Respect `org-agenda-skip-comment-trees'. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-remember.el (org-jump-to-target-location): New variable. (org-remember-apply-template): Set `org-remember-apply-template' if requested by template. (org-remember-handler): Start an idle timer to jump to remember location. * org-exp.el (org-get-current-options): Add the FILETAGS setting. * org.el (org-set-regexps-and-options): Fix bug with parsing of file tags. (org-get-tags-at): Add the content of `org-file-tags'. * org-exp.el (org-export-handle-comments): Fix bug with several comment lines after each other. (org-number-to-roman, org-number-to-counter): New functions. (org-export-section-number-format): New option. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-exp.el (org-export-protect-examples): Catch the case of a missing end_example line. * org.el (org-set-regexps-and-options): Set `org-file-properties' and `org-file-tags' to nil. * org-colview.el (org-columns-next-allowed-value): Handle next argument NTH to directly select a value. * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next argument NTH to directly select a value. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-columns-ellipses): New option. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-colview.el (org-columns-add-ellipses): New function. (org-columns-compact-links): New function. (org-columns-cleanup-item): Call `org-columns-compact-links'. (org-columns-display-here): Call `org-agenda-columns-cleanup-item' when in agenda. (org-columns-edit-value): Fixed bug with editing values from agenda column view. (org-columns-redo): Also redo the agenda itself. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New option. * org-colview.el (org-agenda-columns-cleanup-item): New function. * org-exp.el (org-export-ascii-preprocess): Renamed from `org-export-ascii-clean-string'. (org-export-kill-licensed-text) (org-export-define-heading-targets) (org-export-handle-invisible-targets) (org-export-target-internal-links) (org-export-remove-or-extract-drawers) (org-export-remove-archived-trees) (org-export-protect-quoted-subtrees) (org-export-protect-verbatim, org-export-protect-examples) (org-export-select-backend-specific-text) (org-export-mark-blockquote-and-verse) (org-export-remove-comment-blocks-and-subtrees) (org-export-handle-comments, org-export-mark-radio-links) (org-export-remove-special-table-lines) (org-export-normalize-links) (org-export-concatenate-multiline-links) (org-export-concatenate-multiline-emphasis): New functions, obtained from spliiting the export preprocessor. * org-table.el (org-table-recalculate): Improve error message if the row number is invalid. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-archive.el (org-archive-save-context-info): Fix bugs in customization setup and docstring. * org-exp.el (org-export-html-style): Changed the size of in the <pre> element to 90%. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-find-src-example-start): Function removed. (org-edit-src-find-region-and-lang): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-edit-src-exit): New function. (org-exit-edit-mode): New minor mode. * org-exp.el (org-export-preprocess-string): Fix bug with removing comment-like lines from protected examples. * org.el (org-edit-src-example, org-find-src-example-start) (org-protect-source-example, org-edit-special): New functions. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-publish.el (org-publish-project-alist): Fix typo in docstring. (org-publish-project-alist): Handle :index-title property. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-export-latex.el (org-export-as-latex): Make sure region bounds are correct. Parse subtree properties relating to export. * org-exp.el (org-export-add-options-to-plist): New function. (org-infile-export-plist): Use `org-export-add-options-to-plist'. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-default-properties): Add EXPORT_FILE_NAME and EXPORT_TITLE. * org-exp.el (org-export-get-title-from-subtree) (org-export-as-ascii, org-export-as-html): Make sure the original region-beginning and region-end are used, even after moving point. (org-export-get-title-from-subtree): Also try the EXPORT_TITLE property. * org-remember.el (org-remember-last-stored-marker): New variable. (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'. (org-remember-handler): Also use marker to remember last-stored position. * org.el (org-goto-marker-or-bmk): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-file-properties): Renamed from `org-local-properties'. (org-scan-tags): Take file tags into account. (org-tags-match-list-sublevels): Default changed to t. * org-exp.el (org-export-as-html): Close paragraph after a footnote. * org.el (org-update-parent-todo-statistics): New function. * org-exp.el (org-icalendar-store-UID): New option. (org-icalendar-force-UID): Option removed. (org-print-icalendar-entries): IMplement UIDs. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-faces.el (org-column): Document how this face is being used and why sometimes the background faces shine through. * org-mhe.el (org-mhe-follow-link): Improve handling of searches. * org-publish.el (org-publish-attachment): Create publishing directory if it does not yet exist. * org-table.el (org-calc-default-modes): Change default number format to (float 8). * org.el (org-olpath-completing-read): New function. (org-time-clocksum-format): New option. (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'. * org-clock.el (org-clock-display, org-clock-out) (org-update-mode-line): Use `org-time-clocksum-format'. * org-colview-xemacs.el (org-columns-number-to-string): Use `org-time-clocksum-format'. * org-colview.el (org-columns-number-to-string): Use `org-time-clocksum-format'. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-id.el: New file, move from contrib to core. * org-exp.el (org-icalendar-force-UID): New option. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-exp.el (org-print-icalendar-entries): Make sure DTEND is shifted by one day if theere is a date range without an end time. * org.el (org-try-structure-completion): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-set-font-lock-defaults): Improve fontification of description lists. (org-insert-item): Handle description lists. (org-adaptive-fill-function): Improve auto indentation in description lists. * org-exp.el (org-export-as-html, org-export-preprocess-string): Implement VERSE environment. (org-export-preprocess-string): Implement the COMMENT environment. * org-export-latex.el (org-export-latex-preprocess): Implement VERSE environment. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC option. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions. * org.el (org-quote-csv-field): New functions. * org-table.el (org-table-export-default-format): Remove :splice from default format, we get the same effect by not specifying :tstart and :tend. (org-table-export): Improve setup, distinguish better between interactive and non-interactive use, allow specifying the format on the fly, better protection against wrong file names. (orgtbl-to-generic): Fix documentation. Do not require :tstart and :tend when :splice is omitted. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-clock.el (org-clock-select-task): Make sure the selection letters are 1-9 and A-Z, no special characters. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-exp.el (org-export-htmlize): New group. (org-export-htmlize-output-type) (org-export-htmlize-css-font-prefix): New options. (org-export-htmlize-region-for-paste): New function. (org-export-htmlize-generate-css): New command. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-set-visibility-according-to-property): New function. (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options and compute the regular expressions, and update font-lock. (org-property-re): Allow a dash in property names. * org-archive.el (org-extract-archive-file): Insert the file name without the path into the format, to allow the location format to contain a subdirectory. * org-agenda.el (org-agenda-post-command-hook): If point is at end of buffer, and the `org-agenda-type' property undefined, use the value from the character before. * org.el (org-add-planning-info): Don't let indentation for would-be timestamp become extra whitespace at the end of headline. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-remove-double-quotes, org-file-contents): New functions. * org-exp.el (org-infile-export-plist): Also parse the contents of #+SETUPFILE files, recursively. * org.el (org-set-regexps-and-options): Also parse the contents of #+SETUPFILE files, recursively. * org-exp.el (org-export-handle-include-files): New function. (org-export-preprocess-string): Call `org-export-handle-include-files'. * org.el (org-delete-property-globally) (org-delete-property, org-set-property): Ignore case during completion. (org-set-property): Use `org-completing-read' instead of `completing-read'. * org.el (org-complete-expand-structure-template): New, experimental function. (org-structure-template-alist): New, experimental option. (org-complete): Call `org-complete-expand-structure-template'. 2008-06-17 Bastien Guerry <bzg@altern.org> * org-export-latex.el (org-export-latex-preprocess): Added support for blockquotes. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-read-date-analyze): Catch the case where only a weekday is given. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-set-font-lock-defaults): Make the description tag bold. * org-exp.el (org-export-as-html, org-close-li): Implement description lists. 2008-06-17 Jason Riedy <jason@acm.org> * org-table.el (*orgtbl-default-fmt*): New variable. (orgtbl-format-line): Use the value of *orgtbl-default-fmt* when there is no other fmt available. (orgtbl-to-generic): Allow an explicitly nil :tstart or :tend to suppress the appropriate string. (orgtbl-to-orgtbl): New function for translating to another orgtbl table. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-read-date-analyze): "." as an alias for "+0" in read date. * org-clock.el (org-clock-save-markers-for-cut-and-paste): New function. * org-agenda.el (org-agenda-save-markers-for-cut-and-paste): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-clock.el (org-clock-find-position): Don't include notes into clock drawer. * org-archive.el (org-archive-subtree): No longer remove an extra line after cutting the subtree. `org-cut-subtree' already takes care of this. * org-remember.el (org-remember-handler): Only kill the target buffer if it does not contain the running clock. * org.el (org-markers-to-move): New variable. (org-save-markers-in-region, org-check-and-save-marker) (org-reinstall-markers-in-region): New function. (org-move-subtree-down, org-copy-subtree): Remember relative marker positions before cutting. (org-move-subtree-down, org-paste-subtree): Restore relative marker positions after pasting. * org-remember.el (org-remember-clock-out-on-exit): New option. (org-remember-finalize): Clock out only if the setting in `org-remember-clock-out-on-exit' requires it. (org-remember-handler): Do the cleanup in the buffer, to make sure that the clock marker remains in tact. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-clock.el (org-clock-goto): Widen buffer if necessary. (org-clock-in): Make sure that also tasks outside the narrowed region will be clocked in correctly. (org-clock-insert-selection-line): Widen the buffer so that we can find the correct task heading. * org.el (org-base-buffer): New function. * org-exp.el (org-icalendar-cleanup-string): Make sure '," and ";" are escaped. (org-print-icalendar-entries): Also apply `org-icalendar-cleanup-string' to the headline, not only to the summary property. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-exp.el (org-export-preprocess-hook): New hook. (org-export-preprocess-string): Call `org-export-preprocess-hook'. * org.el (org-font-lock-hook): New variable. (org-font-lock-hook): New function. (org-set-font-lock-defaults): Call `org-font-lock-hook'. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.texi: Modify license to no longer include back- and front cover matters. (Using the mapping API): New section. (Agenda column view): New section. (Moving subtrees): Document archiving to the archive sibling. (Agenda commands): Document columns view in the agenda. (Using the property API): Document the API for multi-valued properties.
2008-06-17 15:22:00 +00:00
(Agenda column view): New section.
2008-06-18 02:50:11 +00:00
(Moving subtrees): Document archiving to the archive sibling.
2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-colview.el (org-columns-next-allowed-value): Bug fix. * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix. * org-agenda.el (org-agenda-get-closed): Get the end time into the agenda prefix as well. * org-publish.el (org-publish-org-index): Make a properly indented list. * org.el (org-calendar-agenda-action-key): New option. (org-get-cursor-date): New function. (org-mark-entry-for-agenda-action): New command. (org-overriding-default-time): New variable. (org-read-date): Respect `org-overriding-default-time'. * org-remember.el (org-remember-apply-template): Respect the ovverriding default time. * org-agenda.el (org-agenda-action-marker): New variable. (org-agenda-action): New command. (org-agenda-do-action): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-schedule, org-deadline): Protect scheduled and deadline tasks against changes that accidently remove the repeater. Also show a message with the new date when done. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-beginning-of-line): Cater for the case when there are tags but no headline text. (org-align-tags-here): Convert to tabs only when indent-tabs-mode it set. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure the return value is nil instead of "nil" when there is no match. * org-exp.el (org-insert-centered): Use fill-column instead of 80. (org-export-as-ascii): Use string-width to measure the width of the heading. * org.el (org-diary-to-ical-string): No longer kill buffer FROMBUF, this is now done by the caller. * org-exp.el (org-print-icalendar-entries): Move the call to `org-diary-to-ical-string' out of the loop, and kill the buffer afterwords. * org-remember.el (org-remember-visit-immediately): Position cursor after moving to the note. (org-remember-apply-template): Use a text property to record the cursor position. (org-remember-handler): Align tags after pasting the note. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-bbdb.el (org-bbdb-follow-anniversary-link): New function. * org-agenda.el (org-agenda-open-link): If there is an org-bbdb-name property in the current line, jump to that bbdb entry. * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a text property, so that the agenda knows where this entry comes from. * org-agenda.el (org-agenda-clock-in): Fixed bug in the interaction between clocking-in from the agenda, and automatic task state switching. * org-macs.el (org-with-point-at): Bug fix in macro defintion. * org.el (org-beginning-of-line, org-end-of-line): Make sure the zmacs-region stays after this command in XEmacs. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-scan-tags): Allow new values for ACTION parameter. * org-remember.el (org-remember-templates): Fix bug in customization type definition. * org.el (org-map-entries): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-agenda.el (org-agenda-skip-comment-trees): New option. (org-agenda-skip): Respect `org-agenda-skip-comment-trees'. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-remember.el (org-jump-to-target-location): New variable. (org-remember-apply-template): Set `org-remember-apply-template' if requested by template. (org-remember-handler): Start an idle timer to jump to remember location. * org-exp.el (org-get-current-options): Add the FILETAGS setting. * org.el (org-set-regexps-and-options): Fix bug with parsing of file tags. (org-get-tags-at): Add the content of `org-file-tags'. * org-exp.el (org-export-handle-comments): Fix bug with several comment lines after each other. (org-number-to-roman, org-number-to-counter): New functions. (org-export-section-number-format): New option. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-exp.el (org-export-protect-examples): Catch the case of a missing end_example line. * org.el (org-set-regexps-and-options): Set `org-file-properties' and `org-file-tags' to nil. * org-colview.el (org-columns-next-allowed-value): Handle next argument NTH to directly select a value. * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next argument NTH to directly select a value. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-columns-ellipses): New option. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-colview.el (org-columns-add-ellipses): New function. (org-columns-compact-links): New function. (org-columns-cleanup-item): Call `org-columns-compact-links'. (org-columns-display-here): Call `org-agenda-columns-cleanup-item' when in agenda. (org-columns-edit-value): Fixed bug with editing values from agenda column view. (org-columns-redo): Also redo the agenda itself. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New option. * org-colview.el (org-agenda-columns-cleanup-item): New function. * org-exp.el (org-export-ascii-preprocess): Renamed from `org-export-ascii-clean-string'. (org-export-kill-licensed-text) (org-export-define-heading-targets) (org-export-handle-invisible-targets) (org-export-target-internal-links) (org-export-remove-or-extract-drawers) (org-export-remove-archived-trees) (org-export-protect-quoted-subtrees) (org-export-protect-verbatim, org-export-protect-examples) (org-export-select-backend-specific-text) (org-export-mark-blockquote-and-verse) (org-export-remove-comment-blocks-and-subtrees) (org-export-handle-comments, org-export-mark-radio-links) (org-export-remove-special-table-lines) (org-export-normalize-links) (org-export-concatenate-multiline-links) (org-export-concatenate-multiline-emphasis): New functions, obtained from spliiting the export preprocessor. * org-table.el (org-table-recalculate): Improve error message if the row number is invalid. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-archive.el (org-archive-save-context-info): Fix bugs in customization setup and docstring. * org-exp.el (org-export-html-style): Changed the size of in the <pre> element to 90%. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-find-src-example-start): Function removed. (org-edit-src-find-region-and-lang): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-edit-src-exit): New function. (org-exit-edit-mode): New minor mode. * org-exp.el (org-export-preprocess-string): Fix bug with removing comment-like lines from protected examples. * org.el (org-edit-src-example, org-find-src-example-start) (org-protect-source-example, org-edit-special): New functions. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-publish.el (org-publish-project-alist): Fix typo in docstring. (org-publish-project-alist): Handle :index-title property. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-export-latex.el (org-export-as-latex): Make sure region bounds are correct. Parse subtree properties relating to export. * org-exp.el (org-export-add-options-to-plist): New function. (org-infile-export-plist): Use `org-export-add-options-to-plist'. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-default-properties): Add EXPORT_FILE_NAME and EXPORT_TITLE. * org-exp.el (org-export-get-title-from-subtree) (org-export-as-ascii, org-export-as-html): Make sure the original region-beginning and region-end are used, even after moving point. (org-export-get-title-from-subtree): Also try the EXPORT_TITLE property. * org-remember.el (org-remember-last-stored-marker): New variable. (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'. (org-remember-handler): Also use marker to remember last-stored position. * org.el (org-goto-marker-or-bmk): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-file-properties): Renamed from `org-local-properties'. (org-scan-tags): Take file tags into account. (org-tags-match-list-sublevels): Default changed to t. * org-exp.el (org-export-as-html): Close paragraph after a footnote. * org.el (org-update-parent-todo-statistics): New function. * org-exp.el (org-icalendar-store-UID): New option. (org-icalendar-force-UID): Option removed. (org-print-icalendar-entries): IMplement UIDs. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-faces.el (org-column): Document how this face is being used and why sometimes the background faces shine through. * org-mhe.el (org-mhe-follow-link): Improve handling of searches. * org-publish.el (org-publish-attachment): Create publishing directory if it does not yet exist. * org-table.el (org-calc-default-modes): Change default number format to (float 8). * org.el (org-olpath-completing-read): New function. (org-time-clocksum-format): New option. (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'. * org-clock.el (org-clock-display, org-clock-out) (org-update-mode-line): Use `org-time-clocksum-format'. * org-colview-xemacs.el (org-columns-number-to-string): Use `org-time-clocksum-format'. * org-colview.el (org-columns-number-to-string): Use `org-time-clocksum-format'. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-id.el: New file, move from contrib to core. * org-exp.el (org-icalendar-force-UID): New option. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-exp.el (org-print-icalendar-entries): Make sure DTEND is shifted by one day if theere is a date range without an end time. * org.el (org-try-structure-completion): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-set-font-lock-defaults): Improve fontification of description lists. (org-insert-item): Handle description lists. (org-adaptive-fill-function): Improve auto indentation in description lists. * org-exp.el (org-export-as-html, org-export-preprocess-string): Implement VERSE environment. (org-export-preprocess-string): Implement the COMMENT environment. * org-export-latex.el (org-export-latex-preprocess): Implement VERSE environment. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC option. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions. * org.el (org-quote-csv-field): New functions. * org-table.el (org-table-export-default-format): Remove :splice from default format, we get the same effect by not specifying :tstart and :tend. (org-table-export): Improve setup, distinguish better between interactive and non-interactive use, allow specifying the format on the fly, better protection against wrong file names. (orgtbl-to-generic): Fix documentation. Do not require :tstart and :tend when :splice is omitted. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-clock.el (org-clock-select-task): Make sure the selection letters are 1-9 and A-Z, no special characters. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-exp.el (org-export-htmlize): New group. (org-export-htmlize-output-type) (org-export-htmlize-css-font-prefix): New options. (org-export-htmlize-region-for-paste): New function. (org-export-htmlize-generate-css): New command. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-set-visibility-according-to-property): New function. (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options and compute the regular expressions, and update font-lock. (org-property-re): Allow a dash in property names. * org-archive.el (org-extract-archive-file): Insert the file name without the path into the format, to allow the location format to contain a subdirectory. * org-agenda.el (org-agenda-post-command-hook): If point is at end of buffer, and the `org-agenda-type' property undefined, use the value from the character before. * org.el (org-add-planning-info): Don't let indentation for would-be timestamp become extra whitespace at the end of headline. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-remove-double-quotes, org-file-contents): New functions. * org-exp.el (org-infile-export-plist): Also parse the contents of #+SETUPFILE files, recursively. * org.el (org-set-regexps-and-options): Also parse the contents of #+SETUPFILE files, recursively. * org-exp.el (org-export-handle-include-files): New function. (org-export-preprocess-string): Call `org-export-handle-include-files'. * org.el (org-delete-property-globally) (org-delete-property, org-set-property): Ignore case during completion. (org-set-property): Use `org-completing-read' instead of `completing-read'. * org.el (org-complete-expand-structure-template): New, experimental function. (org-structure-template-alist): New, experimental option. (org-complete): Call `org-complete-expand-structure-template'. 2008-06-17 Bastien Guerry <bzg@altern.org> * org-export-latex.el (org-export-latex-preprocess): Added support for blockquotes. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-read-date-analyze): Catch the case where only a weekday is given. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-set-font-lock-defaults): Make the description tag bold. * org-exp.el (org-export-as-html, org-close-li): Implement description lists. 2008-06-17 Jason Riedy <jason@acm.org> * org-table.el (*orgtbl-default-fmt*): New variable. (orgtbl-format-line): Use the value of *orgtbl-default-fmt* when there is no other fmt available. (orgtbl-to-generic): Allow an explicitly nil :tstart or :tend to suppress the appropriate string. (orgtbl-to-orgtbl): New function for translating to another orgtbl table. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-read-date-analyze): "." as an alias for "+0" in read date. * org-clock.el (org-clock-save-markers-for-cut-and-paste): New function. * org-agenda.el (org-agenda-save-markers-for-cut-and-paste): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-clock.el (org-clock-find-position): Don't include notes into clock drawer. * org-archive.el (org-archive-subtree): No longer remove an extra line after cutting the subtree. `org-cut-subtree' already takes care of this. * org-remember.el (org-remember-handler): Only kill the target buffer if it does not contain the running clock. * org.el (org-markers-to-move): New variable. (org-save-markers-in-region, org-check-and-save-marker) (org-reinstall-markers-in-region): New function. (org-move-subtree-down, org-copy-subtree): Remember relative marker positions before cutting. (org-move-subtree-down, org-paste-subtree): Restore relative marker positions after pasting. * org-remember.el (org-remember-clock-out-on-exit): New option. (org-remember-finalize): Clock out only if the setting in `org-remember-clock-out-on-exit' requires it. (org-remember-handler): Do the cleanup in the buffer, to make sure that the clock marker remains in tact. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-clock.el (org-clock-goto): Widen buffer if necessary. (org-clock-in): Make sure that also tasks outside the narrowed region will be clocked in correctly. (org-clock-insert-selection-line): Widen the buffer so that we can find the correct task heading. * org.el (org-base-buffer): New function. * org-exp.el (org-icalendar-cleanup-string): Make sure '," and ";" are escaped. (org-print-icalendar-entries): Also apply `org-icalendar-cleanup-string' to the headline, not only to the summary property. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-exp.el (org-export-preprocess-hook): New hook. (org-export-preprocess-string): Call `org-export-preprocess-hook'. * org.el (org-font-lock-hook): New variable. (org-font-lock-hook): New function. (org-set-font-lock-defaults): Call `org-font-lock-hook'. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.texi: Modify license to no longer include back- and front cover matters. (Using the mapping API): New section. (Agenda column view): New section. (Moving subtrees): Document archiving to the archive sibling. (Agenda commands): Document columns view in the agenda. (Using the property API): Document the API for multi-valued properties.
2008-06-17 15:22:00 +00:00
(Agenda commands): Document columns view in the agenda.
2008-06-18 02:50:11 +00:00
(Using the property API): Document the API for multi-valued properties.
2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-colview.el (org-columns-next-allowed-value): Bug fix. * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix. * org-agenda.el (org-agenda-get-closed): Get the end time into the agenda prefix as well. * org-publish.el (org-publish-org-index): Make a properly indented list. * org.el (org-calendar-agenda-action-key): New option. (org-get-cursor-date): New function. (org-mark-entry-for-agenda-action): New command. (org-overriding-default-time): New variable. (org-read-date): Respect `org-overriding-default-time'. * org-remember.el (org-remember-apply-template): Respect the ovverriding default time. * org-agenda.el (org-agenda-action-marker): New variable. (org-agenda-action): New command. (org-agenda-do-action): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-schedule, org-deadline): Protect scheduled and deadline tasks against changes that accidently remove the repeater. Also show a message with the new date when done. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-beginning-of-line): Cater for the case when there are tags but no headline text. (org-align-tags-here): Convert to tabs only when indent-tabs-mode it set. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure the return value is nil instead of "nil" when there is no match. * org-exp.el (org-insert-centered): Use fill-column instead of 80. (org-export-as-ascii): Use string-width to measure the width of the heading. * org.el (org-diary-to-ical-string): No longer kill buffer FROMBUF, this is now done by the caller. * org-exp.el (org-print-icalendar-entries): Move the call to `org-diary-to-ical-string' out of the loop, and kill the buffer afterwords. * org-remember.el (org-remember-visit-immediately): Position cursor after moving to the note. (org-remember-apply-template): Use a text property to record the cursor position. (org-remember-handler): Align tags after pasting the note. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-bbdb.el (org-bbdb-follow-anniversary-link): New function. * org-agenda.el (org-agenda-open-link): If there is an org-bbdb-name property in the current line, jump to that bbdb entry. * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a text property, so that the agenda knows where this entry comes from. * org-agenda.el (org-agenda-clock-in): Fixed bug in the interaction between clocking-in from the agenda, and automatic task state switching. * org-macs.el (org-with-point-at): Bug fix in macro defintion. * org.el (org-beginning-of-line, org-end-of-line): Make sure the zmacs-region stays after this command in XEmacs. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-scan-tags): Allow new values for ACTION parameter. * org-remember.el (org-remember-templates): Fix bug in customization type definition. * org.el (org-map-entries): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-agenda.el (org-agenda-skip-comment-trees): New option. (org-agenda-skip): Respect `org-agenda-skip-comment-trees'. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-remember.el (org-jump-to-target-location): New variable. (org-remember-apply-template): Set `org-remember-apply-template' if requested by template. (org-remember-handler): Start an idle timer to jump to remember location. * org-exp.el (org-get-current-options): Add the FILETAGS setting. * org.el (org-set-regexps-and-options): Fix bug with parsing of file tags. (org-get-tags-at): Add the content of `org-file-tags'. * org-exp.el (org-export-handle-comments): Fix bug with several comment lines after each other. (org-number-to-roman, org-number-to-counter): New functions. (org-export-section-number-format): New option. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-exp.el (org-export-protect-examples): Catch the case of a missing end_example line. * org.el (org-set-regexps-and-options): Set `org-file-properties' and `org-file-tags' to nil. * org-colview.el (org-columns-next-allowed-value): Handle next argument NTH to directly select a value. * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next argument NTH to directly select a value. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-columns-ellipses): New option. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-colview.el (org-columns-add-ellipses): New function. (org-columns-compact-links): New function. (org-columns-cleanup-item): Call `org-columns-compact-links'. (org-columns-display-here): Call `org-agenda-columns-cleanup-item' when in agenda. (org-columns-edit-value): Fixed bug with editing values from agenda column view. (org-columns-redo): Also redo the agenda itself. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New option. * org-colview.el (org-agenda-columns-cleanup-item): New function. * org-exp.el (org-export-ascii-preprocess): Renamed from `org-export-ascii-clean-string'. (org-export-kill-licensed-text) (org-export-define-heading-targets) (org-export-handle-invisible-targets) (org-export-target-internal-links) (org-export-remove-or-extract-drawers) (org-export-remove-archived-trees) (org-export-protect-quoted-subtrees) (org-export-protect-verbatim, org-export-protect-examples) (org-export-select-backend-specific-text) (org-export-mark-blockquote-and-verse) (org-export-remove-comment-blocks-and-subtrees) (org-export-handle-comments, org-export-mark-radio-links) (org-export-remove-special-table-lines) (org-export-normalize-links) (org-export-concatenate-multiline-links) (org-export-concatenate-multiline-emphasis): New functions, obtained from spliiting the export preprocessor. * org-table.el (org-table-recalculate): Improve error message if the row number is invalid. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-archive.el (org-archive-save-context-info): Fix bugs in customization setup and docstring. * org-exp.el (org-export-html-style): Changed the size of in the <pre> element to 90%. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-find-src-example-start): Function removed. (org-edit-src-find-region-and-lang): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-edit-src-exit): New function. (org-exit-edit-mode): New minor mode. * org-exp.el (org-export-preprocess-string): Fix bug with removing comment-like lines from protected examples. * org.el (org-edit-src-example, org-find-src-example-start) (org-protect-source-example, org-edit-special): New functions. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-publish.el (org-publish-project-alist): Fix typo in docstring. (org-publish-project-alist): Handle :index-title property. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-export-latex.el (org-export-as-latex): Make sure region bounds are correct. Parse subtree properties relating to export. * org-exp.el (org-export-add-options-to-plist): New function. (org-infile-export-plist): Use `org-export-add-options-to-plist'. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-default-properties): Add EXPORT_FILE_NAME and EXPORT_TITLE. * org-exp.el (org-export-get-title-from-subtree) (org-export-as-ascii, org-export-as-html): Make sure the original region-beginning and region-end are used, even after moving point. (org-export-get-title-from-subtree): Also try the EXPORT_TITLE property. * org-remember.el (org-remember-last-stored-marker): New variable. (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'. (org-remember-handler): Also use marker to remember last-stored position. * org.el (org-goto-marker-or-bmk): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-file-properties): Renamed from `org-local-properties'. (org-scan-tags): Take file tags into account. (org-tags-match-list-sublevels): Default changed to t. * org-exp.el (org-export-as-html): Close paragraph after a footnote. * org.el (org-update-parent-todo-statistics): New function. * org-exp.el (org-icalendar-store-UID): New option. (org-icalendar-force-UID): Option removed. (org-print-icalendar-entries): IMplement UIDs. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-faces.el (org-column): Document how this face is being used and why sometimes the background faces shine through. * org-mhe.el (org-mhe-follow-link): Improve handling of searches. * org-publish.el (org-publish-attachment): Create publishing directory if it does not yet exist. * org-table.el (org-calc-default-modes): Change default number format to (float 8). * org.el (org-olpath-completing-read): New function. (org-time-clocksum-format): New option. (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'. * org-clock.el (org-clock-display, org-clock-out) (org-update-mode-line): Use `org-time-clocksum-format'. * org-colview-xemacs.el (org-columns-number-to-string): Use `org-time-clocksum-format'. * org-colview.el (org-columns-number-to-string): Use `org-time-clocksum-format'. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-id.el: New file, move from contrib to core. * org-exp.el (org-icalendar-force-UID): New option. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-exp.el (org-print-icalendar-entries): Make sure DTEND is shifted by one day if theere is a date range without an end time. * org.el (org-try-structure-completion): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-set-font-lock-defaults): Improve fontification of description lists. (org-insert-item): Handle description lists. (org-adaptive-fill-function): Improve auto indentation in description lists. * org-exp.el (org-export-as-html, org-export-preprocess-string): Implement VERSE environment. (org-export-preprocess-string): Implement the COMMENT environment. * org-export-latex.el (org-export-latex-preprocess): Implement VERSE environment. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC option. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions. * org.el (org-quote-csv-field): New functions. * org-table.el (org-table-export-default-format): Remove :splice from default format, we get the same effect by not specifying :tstart and :tend. (org-table-export): Improve setup, distinguish better between interactive and non-interactive use, allow specifying the format on the fly, better protection against wrong file names. (orgtbl-to-generic): Fix documentation. Do not require :tstart and :tend when :splice is omitted. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-clock.el (org-clock-select-task): Make sure the selection letters are 1-9 and A-Z, no special characters. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-exp.el (org-export-htmlize): New group. (org-export-htmlize-output-type) (org-export-htmlize-css-font-prefix): New options. (org-export-htmlize-region-for-paste): New function. (org-export-htmlize-generate-css): New command. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-set-visibility-according-to-property): New function. (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options and compute the regular expressions, and update font-lock. (org-property-re): Allow a dash in property names. * org-archive.el (org-extract-archive-file): Insert the file name without the path into the format, to allow the location format to contain a subdirectory. * org-agenda.el (org-agenda-post-command-hook): If point is at end of buffer, and the `org-agenda-type' property undefined, use the value from the character before. * org.el (org-add-planning-info): Don't let indentation for would-be timestamp become extra whitespace at the end of headline. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-remove-double-quotes, org-file-contents): New functions. * org-exp.el (org-infile-export-plist): Also parse the contents of #+SETUPFILE files, recursively. * org.el (org-set-regexps-and-options): Also parse the contents of #+SETUPFILE files, recursively. * org-exp.el (org-export-handle-include-files): New function. (org-export-preprocess-string): Call `org-export-handle-include-files'. * org.el (org-delete-property-globally) (org-delete-property, org-set-property): Ignore case during completion. (org-set-property): Use `org-completing-read' instead of `completing-read'. * org.el (org-complete-expand-structure-template): New, experimental function. (org-structure-template-alist): New, experimental option. (org-complete): Call `org-complete-expand-structure-template'. 2008-06-17 Bastien Guerry <bzg@altern.org> * org-export-latex.el (org-export-latex-preprocess): Added support for blockquotes. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-read-date-analyze): Catch the case where only a weekday is given. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-set-font-lock-defaults): Make the description tag bold. * org-exp.el (org-export-as-html, org-close-li): Implement description lists. 2008-06-17 Jason Riedy <jason@acm.org> * org-table.el (*orgtbl-default-fmt*): New variable. (orgtbl-format-line): Use the value of *orgtbl-default-fmt* when there is no other fmt available. (orgtbl-to-generic): Allow an explicitly nil :tstart or :tend to suppress the appropriate string. (orgtbl-to-orgtbl): New function for translating to another orgtbl table. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.el (org-read-date-analyze): "." as an alias for "+0" in read date. * org-clock.el (org-clock-save-markers-for-cut-and-paste): New function. * org-agenda.el (org-agenda-save-markers-for-cut-and-paste): New function. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-clock.el (org-clock-find-position): Don't include notes into clock drawer. * org-archive.el (org-archive-subtree): No longer remove an extra line after cutting the subtree. `org-cut-subtree' already takes care of this. * org-remember.el (org-remember-handler): Only kill the target buffer if it does not contain the running clock. * org.el (org-markers-to-move): New variable. (org-save-markers-in-region, org-check-and-save-marker) (org-reinstall-markers-in-region): New function. (org-move-subtree-down, org-copy-subtree): Remember relative marker positions before cutting. (org-move-subtree-down, org-paste-subtree): Restore relative marker positions after pasting. * org-remember.el (org-remember-clock-out-on-exit): New option. (org-remember-finalize): Clock out only if the setting in `org-remember-clock-out-on-exit' requires it. (org-remember-handler): Do the cleanup in the buffer, to make sure that the clock marker remains in tact. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-clock.el (org-clock-goto): Widen buffer if necessary. (org-clock-in): Make sure that also tasks outside the narrowed region will be clocked in correctly. (org-clock-insert-selection-line): Widen the buffer so that we can find the correct task heading. * org.el (org-base-buffer): New function. * org-exp.el (org-icalendar-cleanup-string): Make sure '," and ";" are escaped. (org-print-icalendar-entries): Also apply `org-icalendar-cleanup-string' to the headline, not only to the summary property. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org-exp.el (org-export-preprocess-hook): New hook. (org-export-preprocess-string): Call `org-export-preprocess-hook'. * org.el (org-font-lock-hook): New variable. (org-font-lock-hook): New function. (org-set-font-lock-defaults): Call `org-font-lock-hook'. 2008-06-17 Carsten Dominik <dominik@science.uva.nl> * org.texi: Modify license to no longer include back- and front cover matters. (Using the mapping API): New section. (Agenda column view): New section. (Moving subtrees): Document archiving to the archive sibling. (Agenda commands): Document columns view in the agenda. (Using the property API): Document the API for multi-valued properties.
2008-06-17 15:22:00 +00:00
2008-06-17 Jason Riedy <jason@acm.org>
* org.texi (A LaTeX example): Note that fmt may be a one-argument
function, and efmt may be a two-argument function.
(Radio tables): Document multiple destinations.
2008-06-16 01:57:42 +00:00
2008-06-16 Glenn Morris <rgm@gnu.org>
* epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
Add Cover-Texts.
2008-06-15 Glenn Morris <rgm@gnu.org>
* faq.texi (VER): Update to 23.0.60.
* mh-e.texi: Remove option of licensing under GPL.
Add Cover-Texts to GFDL permissions notice.
(GPL): Remove section.
(GFDL): Include doclicense.texi rather than the actual text.
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
(sasl, $(infodir)/sasl, sasl.dvi): New rules.
* sasl.texi: Fix output file name.
* epa.texi, sasl.texi: Refer to license in Emacs manual.
* gnus-coding.texi: Refer to license in Gnus manual.
* idlwave.texi, sasl.texi: Use @copying.
* org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
* speedbar.texi: Update Back-Cover Text as per maintain.info.
* url.texi: Use @copying, @title, @subtitle, @author.
* ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
* dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
* erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
* idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
* rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
* smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
* widget.texi, woman.texi:
Remove references to external license, since doclicense is included.
* ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
* pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
Remove references to non-existent Invariant Sections.
2008-06-14 Glenn Morris <rgm@gnu.org>
* faq.texi (Major packages and programs): Remove references to external
Supercite, Calc, VIPER, since they have been included for some time.
Update VM, AUCTeX, BBDB entries.
2008-06-14 10:01:39 +00:00
2008-06-14 Ulf Jasper <ulf.jasper@web.de>
* newsticker.texi: Updated to match latest newsticker changes.
2008-06-13 Glenn Morris <rgm@gnu.org>
* ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
* dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
* eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
* gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
* nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
* sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
* woman.texi:
Update Back-Cover Text as per maintain.info.
2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
* gnus-faq.texi: Generate. Change node names to "FAQ N-M".
* Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
(gnus-faq.xml): Update repository host.
* gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
* gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
Fix a typo.
2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Mail Source Customization): Correct values of
`mail-source-delete-incoming'. Reported by Tassilo Horn.
(Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
coding standards.
2008-06-14 David Engster <dengste@eml.cc>
* gnus.texi (nnmairix): Markup fixes.
2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (nnmairix): Markup and other minor fixes.
2008-06-05 David Engster <dengste@eml.cc>
* gnus.texi (nnmairix): New nodes describing nnmairix.el.
2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
2008-06-13 13:42:21 +00:00
* gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
(Searching, nnir, nnmairix): New stub nodes.
2008-06-10 11:06:39 +00:00
2008-05-30 Felix Lee <felix.1@canids.net>
* cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
* ses.texi (Acknowledgements): Add Shigeru Fukaya.
2008-05-06 08:27:27 +00:00
2008-05-06 Juanma Barranquero <lekktu@gmail.com>
* info.texi (Top): Fix typo in xref.
2008-05-05 18:23:49 +00:00
2008-05-05 Karl Berry <karl@gnu.org>
* info.texi (Top): @xref to stand-alone manual.
2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
(Various Summary Stuff): Fix typo in last xref.
2008-05-02 09:37:50 +00:00
2008-05-02 Juanma Barranquero <lekktu@gmail.com>
* org.texi (Moving subtrees): Fix typo.
2008-04-28 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Frequently Asked Questions): Explain, how to disable
Tramp via `tramp-mode'.
2008-04-27 18:17:59 +00:00
2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
* org.texi: Massive changes, in many parts of the file.
2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Oort Gnus): Add message-fill-column.
2008-04-12 Adrian Aichner <adrian@xemacs.org>
* gnus.texi (Mail Source Specifiers): Typo fix.
2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Diary Headers Generation): Update key binding for
`gnus-diary-check-message'.
2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Emacsen): Addition.
2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Oort Gnus): Mention customizing of tool bars.
2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
* gnus-news.texi: Update tool bar item.
2008-04-09 Sven Joachim <svenjoac@gmx.de>
* gnus-news.texi: Fix typos.
2008-04-11 22:29:03 +00:00
2008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
2008-04-11 22:35:26 +00:00
* calc.texi (Vector and Matrix Arithmetic, Calc Summary):
2008-04-11 22:29:03 +00:00
Add mention of `kron'.
2008-04-01 05:28:30 +00:00
2008-04-01 Daiki Ueno <ueno@unixuser.org>
* epa.texi (Encrypting/decrypting *.gpg files): Document
epa-file-name-regexp.
2008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Example Methods): Fix description about ssh-agent.
(Indirect Functions): Fix the default value of nntp-telnet-command;
remove link to connect.html.
2008-03-30 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (Synchronous Methods): New parameter TIMEOUT for
dbus-call-method.
(Receiving Method Calls): The timeout can be set by the calling client.
* trampver.texi: Update release number.
2008-03-29 21:38:52 +00:00
2008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Top): Fix version. Add SASL.
2008-03-29 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.1.13.
* trampver.texi: Update release number.
2008-03-29 Chong Yidong <cyd@stupidchicken.com>
* org.texi: Update to new org-mode website.
2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
* cl.texi (For Clauses): Fix loop over key-seq to match code.
2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
gnus-read-ephemeral-gmane-group-url,
gnus-read-ephemeral-emacs-bug-group,
gnus-read-ephemeral-debian-bug-group.
2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
* gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
Add FIXMEs for Bookmarks and gnus-registry-marks.
2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Smileys): Document `smiley-style'.
2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Gnus Development): Clarify difference between ding and
gnu.emacs.gnus.
(MIME Commands, Using MIME, RSS): Fix markup.
* gnus-faq.texi ([8.4]): Ditto.
2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Emacsen): Remove obsolete stuff.
2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Oort Gnus): Add version info WRT
`mail-source-delete-incoming'.
2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Top): Add "Other related manuals" and version info in
`iftex' output.
(Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
gnus-balloon-face-0 and the corresponding format specifiers.
2008-03-26 20:15:47 +00:00
2008-03-26 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Filename completion): Remove footnote about let-bind
of `partial-completion-mode'. It doesn't work this way.
2008-03-26 02:39:11 +00:00
2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
* pcl-cvs.texi (Contributors): Update my email.
2008-03-21 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
2008-03-17 Bill Wohler <wohler@newt.com>
* mh-e.texi (Viewing): Update URL for adding header fields to
mh-invisible-header-fields-default.
2008-03-16 Bill Wohler <wohler@newt.com>
* mh-e.texi (Preface): Add Gnus to requirements.
(Forwarding): Note that forwarded MIME messages are now inline.
2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
* gnus.texi (Example Methods, Direct Functions, Indirect Functions)
(Common Variables): Give precedence to the netcat methods over the
telnet methods, and mention that they are more reliable.
2008-03-13 08:49:10 +00:00
2008-03-13 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Exporting Agenda Views): Document agenda export to
iCalendar.
(Progress logging): Document the new progress logging stuff.
2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
Update for change of `mail-source-delete-incoming'.
* gnus-news.texi: Ditto.
2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
* gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
custom versions.
2008-03-07 22:25:42 +00:00
2008-03-07 Alan Mackenzie <acm@muc.de>
* cc-mode.texi (Limitations and Known Bugs): State that the number of
parens/brackets in a k&r region is limited.
2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
* gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
using different Emacs versions.
2008-02-27 Glenn Morris <rgm@gnu.org>
* sc.texi: Remove a lot of old and obsolete info.
(titlepage): Simplify.
(Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
(VM with any Emacsen, GNEWS with any Emacsen)
(Overloading for Non-conforming MUAs, Version 3 Changes)
(The Supercite Mailing List): Delete nodes.
(Introduction): Remove info about old packages.
(Getting Connected): Simplify. Remove info about old packages.
(Citing Commands): Delete Emacs 19 info.
(Hints to MUA Authors): Simplify.
(Thanks and History): Merge in some info from the deleted node
"Version 3 Changes".
2008-02-05 Juanma Barranquero <lekktu@gmail.com>
* org.texi (Setting tags, In-buffer settings):
* rcirc.texi (rcirc commands): Replace `legal' with `valid'.
2008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-news.texi: Mention that spaces and tabs are allowed in the
installation directory name.
2008-02-12 21:43:49 +00:00
2008-02-12 Romain Francoise <romain@orebokech.com>
* epa.texi (Overview): Fix typo.
2008-02-11 Daiki Ueno <ueno@unixuser.org>
* epa.texi (Quick start): Remove the .emacs setting.
2008-02-10 Daiki Ueno <ueno@unixuser.org>
* epa.texi (Quick start): Use the command `epa-enable' instead of
loading `epa-setup'.
2008-02-08 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
($(infodir)/epa, epa.dvi): New targets.
2008-02-08 06:56:24 +00:00
2008-02-08 Daiki Ueno <ueno@unixuser.org>
* Makefile.in: Add rules to build EasyPG Assistant User's Manual.
* epa.texi: New manual documenting the EasyPG Assistant.
2008-02-06 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
(Inspection): New function dbus-ping.
2008-02-05 21:16:39 +00:00
2008-02-05 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Remote processes): Add `shell-command'.
2008-01-28 Michael Sperber <sperber@deinprogramm.de>
* gnus.texi (Mail Source Specifiers): Document `group' specifier.
(Group Parameters): Document `mail-source' parameter.
2008-01-27 16:15:43 +00:00
2008-01-27 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Inline methods): The hostname of the su(do)? methods
must be a local host.
2008-01-26 21:49:41 +00:00
2008-01-26 Michael Olson <mwolson@gnu.org>
* erc.texi: Update version for ERC 5.3 release.
(Obtaining ERC): Update extras URLs for 5.3.
(Development): Write instructions for git, and remove those for Arch.
(History): Mention the switch to git.
2008-01-24 Karl Berry <karl@gnu.org>
* info.texi (Search Index, Search Text): Mention the command
character in the section name, a la the (Go to node) node.
2008-01-21 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (Errors and Events): New macro dbus-ignore-errors.
2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-news.texi: Mention gnus-article-describe-bindings.
2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-news.texi: Mention gnus-article-wide-reply-with-original.
2008-01-18 Carsten Dominik <dominik@science.uva.nl>
2008-07-23 08:42:41 +00:00
2008-01-18 16:51:59 +00:00
* org.texi (Property inheritance): New section.
(Conventions): New section.
2008-01-18 16:51:59 +00:00
(Structure editing): Document C-RET, the prefix arg to the cut/copy
commands, and the new bindings for refiling.
(Sparse trees): Document the new special command for sparse trees.
(References): Be more clear about the counting of hilines.
(Handling links): Document M-p/n for accessing links.
(Fast access to TODO states): New section.
(Per file keywords): New section.
(Property inheritance): New section.
(Column attributes): New summary types.
(Capturing Column View): New section.
(The date/time prompt): Cover the new features in the date/time prompt.
Compactify the table of keys for the calendar remote control.
(Clocking work time): Document the new :scope parameter.
(Remember): Promoted to chapter.
(Quoted examples): New section.
(Enhancing text): New verbatim environments.
2008-01-14 Michael Albinus <michael.albinus@gmx.de>
* trampver.texi: Update release number.
2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Article Keymap): Add
gnus-article-wide-reply-with-original; fix descriptions of
gnus-article-reply-with-original and
gnus-article-followup-with-original.
2008-01-09 04:19:33 +00:00
2008-01-09 Glenn Morris <rgm@gnu.org>
* nxml-mode.texi: Add @copying section.
2008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
* message.texi (Mail Variables): Add some text from "(gnus)Posting
Server". Add `message-send-mail-with-mailclient'.
* gnus.texi (Posting Server): Move some text to "(message)Mail
Variables" and add a reference here.
2008-01-04 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (Receiving Method Calls): New chapter.
(Errors and Events): Add serial number to events. Replace "signal" by
"message". Introduce dbus-event-serial-number.
2008-01-03 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (Type Conversion): Explain the type specification for empty
arrays. Use another example.
2007-12-30 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (all): Replace "..." by @dots{}.
(Type Conversion): Precise the value range for :byte types.
(Signals): Rename dbus-unregister-signal to dbus-unregister-object.
Mention its return value.
(Errors and Events): There is no D-Bus error propagation during event
processing.
2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
* calc.tex (Yacas Language, Maxima Language, Giac Language):
New sections.
2007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Group Parameters): Reorder the text and add a note about
`gnus-parameters' near the beginning of the node.
2007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
* gnus.texi (Score File Editing): Fix function name.
2007-12-23 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.1.12.
* trampver.texi: Update release number.
2007-12-22 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (Type Conversion): Correct input parameters mapping.
2007-12-21 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (Type Conversion): Extend for D-Bus compound types.
(Errors and Events): Mention wrong-type-argument error.
2007-12-21 Alex Schroeder <alex@gnu.org>
* rcirc.texi: Changed single spaces after sentence end to double
2008-01-07 15:52:44 +00:00
spaces. Fixed some typos.
(Internet Relay Chat): Explain relay.
(Getting started with rcirc): Change items to reflect prompts.
Add more explanation to rcirc-track-minor-mode and added a comment to
warn future maintainers that this section is a copy.
2007-12-21 11:33:54 +00:00
(People): Changed /ignore example.
2007-12-21 11:41:33 +00:00
(Keywords): Not keywords.
2007-12-20 Alex Schroeder <alex@gnu.org>
* rcirc.texi (Top): Fighting Information Overload chapter added.
(Getting started with rcirc): Add notice of rcirc-track-minor-mode.
(rcirc commands): Moved /ignore command to the new chapter.
(Fighting Information Overload): New chapter documenting /keyword,
/bright, /dim, channel ignore, and low priority channels.
(Configuration): Document rcirc-server-alist, remove
rcirc-startup-channels-alist and rcirc-default-server.
2007-12-16 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (Signals): Fix example in dbus-register-signal.
2007-12-14 Sven Joachim <svenjoac@gmx.de>
* gnus.texi (Score Variables): Fix typo.
2007-12-07 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (Synchronous Methods): Adapt dbus-call-method.
(Signals): Adapt dbus-send-signal and dbus-register-signal.
(Errors and Events): Adapt dbus-event.
2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus.texi (Other Files): Add the yenc command.
2007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
since 2004-08-06.
2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Fancy Mail Splitting): Fix description of splitting based
on body.
2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
* emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
and rfc2047-allow-irregular-q-encoded-words; fix description of
rfc2047-encode-encoded-words.
2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
2007-12-05 Michael Olson <mwolson@gnu.org>
* remember.texi (Diary): Remove "require" line for remember-diary.el.
Update documentation for `remember-diary-file'.
2007-12-04 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (Signals): Precise `dbus-register-signal'.
(Errors and Events): Rework events part, the internal structure of
dbus-event has changed.
2007-12-03 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
($(infodir)/dbus, dbus.dvi): New targets.
2007-12-03 Michael Albinus <michael.albinus@gmx.de>
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
unconditionally.
* dbus.texi (Synchronous Methods): Show the result of the "lshal"
emulation with @print{}.
2007-12-02 20:21:49 +00:00
2007-12-02 Richard Stallman <rms@gnu.org>
* dbus.texi (Overview): Minor cleanup.
2007-12-02 16:28:13 +00:00
2007-12-02 Michael Albinus <michael.albinus@gmx.de>
* Makefile.in (INFO_TARGETS): Add dbus.
(DVI_TARGETS): Add dbus.dvi.
(dbus, dbus.dvi): New targets.
2007-12-02 16:28:13 +00:00
* dbus.texi: New file.
2007-11-24 14:53:15 +00:00
2007-11-24 Romain Francoise <romain@orebokech.com>
* nxml-mode.texi: Add description in @direntry.
2007-11-24 15:17:05 +00:00
Fix file name to match @setfilename.
2007-11-24 14:53:15 +00:00
2007-11-23 Mark A. Hershberger <mah@everybody.org>
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
($(infodir)/nxml-mode): New rule.
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
($(infodir)/nxml-mode): New rule.
(clean): Add nxml-mode*.
* nxml-mode.texi: New file with nxml manual.
2007-11-18 Richard Stallman <rms@gnu.org>
* flymake.texi (Example -- Configuring a tool called directly):
Update example.
2007-11-18 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Filename completion): Simplify explanation of
2008-06-27 07:34:53 +00:00
double-slash behavior. Explain directory contents flushing.
2007-11-16 04:23:44 +00:00
2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (TeX and LaTeX Language Modes): Put in
missing braces.
2007-11-15 Richard Stallman <rms@gnu.org>
* cl.texi (Equality Predicates): Delete `eql'.
(Predicates, Naming Conventions, Top): Delete `eql'.
(Common Lisp Compatibility): Delete `eql'.
(Porting Common Lisp): Delete obsolete backquote info.
Minor clarification about character constants.
(Sequence Basics): Minor clarification.
2007-11-15 15:39:08 +00:00
2007-11-15 Juanma Barranquero <lekktu@gmail.com>
2007-11-16 08:55:34 +00:00
* cc-mode.texi (Electric Keys, Custom Macros):
2007-11-15 15:39:08 +00:00
* tramp.texi (Filename completion): Fix typos.
2007-11-15 03:35:49 +00:00
2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Basic commands): Mention the menu.
2007-11-12 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Connection caching): Tramp flushes connection
properties when remote operating system has been changed.
2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
* gnus-news.texi: Fix spelling.
`message-insert-formatted-citation-line', not
`message-insert-formated-citation-line'.
* gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
2007-11-07 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Overview): Mention also the PuTTY integration under
Win32. Remove paragraphs about Tramp's experimental status.
(Frequently Asked Questions): Add code example for highlighting the
mode line.
2007-11-03 Michael Olson <mwolson@gnu.org>
* remember.texi: Change mentions of remember-buffer to
remember-finalize throughout.
2007-10-30 Michael Olson <mwolson@gnu.org>
* remember.texi (Copying): Remove.
(Mailbox): Update with non-BBDB instructions.
(Diary, Org): Add.
(Bibliography, Planner Page): Remove.
2007-10-30 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (INFO_TARGETS): Add remember.
(DVI_TARGETS): Add remember.dvi.
($(infodir)/remember): New rule.
(clean): Add remember*.
2007-10-30 01:39:14 +00:00
2007-10-30 Michael Olson <mwolson@gnu.org>
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
($(infodir)/remember): New rule that builds the Remember Manual.
* remember.texi: New file containing the Remember Mode Manual.
Shuffle chapters around after initial import.
2007-10-30 01:53:49 +00:00
(Function Reference): Split Keystrokes into separate chapter.
(Keystrokes): Document C-c C-k.
(Introduction): Fix typographical issue with "---".
2007-10-30 01:39:14 +00:00
2007-10-29 Richard Stallman <rms@gnu.org>
* widget.texi (Introduction): Delete discussion of implementation
internals.
2007-10-29 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Connection caching): Host names must be different
when tunneling.
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi, gnus-faq.texi, message.texi: Bump version to
Gnus v5.13.
2007-10-28 Miles Bader <miles@gnu.org>
* gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
2007-10-28 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
* gnus-faq.texi ([5.12]): Remove reference to discontinued service.
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Sorting the Summary Buffer): Remove
gnus-article-sort-by-date-reverse.
2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Non-ASCII Group Names): New node.
(Misc Group Stuff): Move gnus-group-name-charset-method-alist and
gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
2008-03-27 13:20:27 +00:00
2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
* gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
clean the output of the program `imap-shell-program'.
2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (IMAP): Mention nnimap-logout-timeout.
2007-10-28 Tassilo Horn <tassilo@member.fsf.org>
* gnus.texi (Sticky Articles): Documentation for sticky article
buffers.
2008-03-27 13:20:27 +00:00
2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
* gnus.texi (RSS): Document nnrss-ignore-article-fields.
2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Archived Messages): Document
gnus-update-message-archive-method.
2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Limiting): Document gnus-summary-limit-to-address.
2008-03-27 13:20:27 +00:00
2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
* gnus.texi (Group Maneuvering): Document
`gnus-summary-next-group-on-exit'.
2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Really Various Summary Commands): Mention
gnus-auto-select-on-ephemeral-exit.
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi, message.texi: Bump version number.
2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Group Line Specification, Misc Group Stuff)
(Server Commands): Parenthesize @pxref{Mail Spool}.
2007-10-28 Didier Verna <didier@xemacs.org>
New user option: message-signature-directory.
* message.texi (Insertion Variables): Document it.
* gnus.texi (Posting Styles): Ditto.
2007-10-28 Didier Verna <didier@xemacs.org>
* gnus.texi (Group Line Specification):
* gnus.texi (Misc Group Stuff):
* gnus.texi (Server Commands): Document the group compaction feature.
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
* gnus-faq.texi ([5.2]): Adjust for message-fill-column.
* message.texi (Various Message Variables): Add message-fill-column.
2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi: Untabify.
2007-10-28 Didier Verna <didier@xemacs.org>
* gnus.texi (Group Parameters): Document the posting-style merging
process in topic-mode.
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
2007-10-28 Romain Francoise <romain@orebokech.com>
* gnus.texi (Mail Spool): Fix typo.
Update copyright.
2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
2007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
* gnus.texi (Summary Generation Commands):
Add gnus-summary-insert-ticked-articles.
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2008-01-07 15:52:44 +00:00
* gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
to spam-spamassassin-program.
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
* message.texi (Mail Headers): Document `opportunistic'.
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
* emacs-mime.texi (Encoding Customization): Explain how to set
mm-coding-system-priorities per hierarchy.
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
2007-10-28 Didier Verna <didier@xemacs.org>
* message.texi (Wide Reply): Update documentation of
message-dont-reply-to-names (now allowing a list of regexps).
2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus.texi (Spam Package Introduction): Fix spam menu and links.
2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus.texi (SpamAssassin back end): Fix typo.
* sieve.texi (Examples): Fix grammar.
2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus.texi (Searching for Articles): Document M-S and M-R.
(Limiting): Document / b.
2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus.texi (Thread Commands): T M-^.
2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
* message.texi (Mail Aliases): Document ecomplete.
(Mail Aliases): Fix typo.
2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Face): Restore xref to gnus-face-properties-alist;
fix typo.
2007-10-28 Romain Francoise <romain@orebokech.com>
* gnus.texi (Mail Spool): Grammar fix.
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Mail Spool): nnml-use-compressed-files can be a
string.
2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Group Parameters): Fix description.
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2008-01-07 15:52:44 +00:00
* gnus.texi (Gmane Spam Reporting):
Fix spam-report-gmane-use-article-number.
Add spam-report-user-mail-address.
2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
* emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Group Parameters): Add simplified sorting example based on
example for `Sorting the Summary Buffer' from Jari Aalto
<jari.aalto@cante.net>.
(Example Methods): Add example for an indirect connection.
2007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
* gnus.texi (nntp-open-via-telnet-and-telnet): Fixed grammar.
(Agent Parameters): Updated parameter names to match code.
(Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
'gnus-agent-summary-fetch-series'.
(Agent and flags): New section providing a generalized discussion
of flag handling.
(Agent and IMAP): Removed flag discussion.
2008-01-07 15:52:44 +00:00
(Agent Variables): Added 'gnus-agent-synchronize-flags'.
2007-10-28 Romain Francoise <romain@orebokech.com>
* gnus.texi (Exiting the Summary Buffer): Add new function
`gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Conformity): Fix typo.
(Customizing Articles): Document `first'.
2007-10-28 Jari Aalto <jari.aalto@cante.net>
* gnus.texi (Sorting the Summary Buffer):
Add `gnus-thread-sort-by-date-reverse'. Add example
host to different sorting in NNTP and RSS groups.
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
* message.texi (Insertion): Describe prefix for
message-mark-inserted-region and message-mark-insert-file.
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
* emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
LaTeX documents. Describe "text/x-gnus-verbatim".
2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
2008-01-07 15:52:44 +00:00
* gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
(Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
(spam-stat spam filtering, SpamOracle)
(Extending the Spam ELisp package): Removed extra quote symbol for
clarity.
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
gnus-article-delete-part and gnus-article-replace-part.
(Using MIME): Add gnus-mime-replace-part.
2007-10-28 Romain Francoise <romain@orebokech.com>
* gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
requires `auto-compression-mode' to be enabled. Add new nnml
variable `nnml-compressed-files-size-threshold'.
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Sorting the Summary Buffer): Added
gnus-thread-sort-by-recipient.
2007-10-28 Romain Francoise <romain@orebokech.com>
* message.texi (Insertion Variables): Mention new variable
`message-yank-empty-prefix'. Change `message-yank-cited-prefix'
documentation accordingly.
2007-10-28 Romain Francoise <romain@orebokech.com>
* gnus.texi (To From Newsgroups): Mention new variables
`gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
stuff; gnus-mime-inline-part does the automatic decompression.
2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
* gnus.texi (Spam ELisp Package Configuration Examples):
2008-01-07 15:52:44 +00:00
"training.ham" should be "training.spam".
2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
* message.texi (Mail Variables): Fix the default value for
message-send-mail-function.
2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Optional Back End Functions): nntp-request-update-info
always returns nil exceptionally.
2007-10-28 Simon Josefsson <jas@extundo.com>
* gnus.texi (Article Washing): Add libidn URL. Suggested by
Michael Cook <michael@waxrat.com>.
2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus.texi (Topic Commands): Fix next/previous.
2007-10-28 Simon Josefsson <jas@extundo.com>
* gnus.texi (Article Washing): Mention `W i'.
2008-03-27 13:20:27 +00:00
2007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
* gnus.texi (Group Parameters): Slight extension of sieve
parameter description.
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
matching score files as well.
(Picons): Describe `gnus-picon-style'.
2007-10-28 Romain Francoise <romain@orebokech.com>
* message.texi (Message Headers): Mention that headers are hidden
using narrowing, and how to expose them.
Update copyright.
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
* gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
`gnus-summary-sort-by-recipient'.
2007-10-28 Romain Francoise <romain@orebokech.com>
* gnus.texi (NNTP marks): New node.
(NNTP): Move NNTP marks variables to the new node.
2007-10-28 Jesper Harder <harder@ifa.au.dk>
2008-01-07 15:52:44 +00:00
* gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
* gnus.texi (MIME Commands, Hashcash): Markup fix.
2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
2008-01-07 15:52:44 +00:00
* gnus.texi: Replaced @file{spam.el} with @code{spam.el}
everywhere for consistency.
2008-01-07 15:52:44 +00:00
(Filtering Spam Using The Spam ELisp Package): Admonish again.
(Spam ELisp Package Sequence of Events): This is Gnus, say so.
Say "regular expression" instead of "regex." Admonish. Pick
other words to sound better (s/so/thus/).
2008-01-07 15:52:44 +00:00
(Spam ELisp Package Filtering of Incoming Mail): Mention
statistical filters. Remove old TODO.
(Spam ELisp Package Sorting and Score Display in Summary Buffer):
2008-01-07 15:52:44 +00:00
New section on sorting and displaying the spam score.
(BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
backend but an alias to spam-use-BBDB.
(Extending the Spam ELisp package): Rewrite the example using the
new backend functionality.
2007-10-28 Simon Josefsson <jas@extundo.com>
* gnus.texi (NNTP): Mention nntp-marks-is-evil and
nntp-marks-directory, from Romain Francoise
<romain@orebokech.com>.
2007-10-28 Magnus Henoch <mange@freemail.hu>
* gnus.texi (Hashcash): New default value of
hashcash-default-payment.
2007-10-28 Simon Josefsson <jas@extundo.com>
* gnus.texi (Hashcash): Fix URL. Add pref to spam section.
(Anti-spam Hashcash Payments): No need to load hashcash.el now.
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Adaptive Scoring): Added gnus-adaptive-pretty-print.
2007-10-28 Simon Josefsson <jas@extundo.com>
* gnus.texi (documentencoding): Add, to avoid warnings.
2007-10-28 Simon Josefsson <jas@extundo.com>
* message.texi (Mail Headers): Add.
* gnus.texi (Hashcash): Fix.
2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
2008-01-07 15:52:44 +00:00
* gnus.texi (Hashcash): Changed location of library, also mention
that payments can be verified and fix the name of the
2008-01-07 15:52:44 +00:00
hashcash-path variable.
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2008-01-07 15:52:44 +00:00
* gnus.texi (Article Display): Add `gnus-picon-style'.
2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (SpamAssassin backend): Add it to the detailmenu.
2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
* gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
2008-01-07 15:52:44 +00:00
(Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
warning about ham processors in spam groups removed.
2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
2008-01-07 15:52:44 +00:00
* gnus.texi (SpamAssassin backend): Added new node about SpamAssassin.
From Hubert Chan <hubert@uhoreg.ca>.
2007-10-28 Jesper Harder <harder@ifa.au.dk>
* gnus.texi (Spam ELisp Package Sequence of Events): Index.
(Mailing List): Typo.
(Customizing Articles): Add gnus-treat-ansi-sequences.
(Article Washing): Index.
* message.texi: Use m-dash consistently.
2007-10-28 Jesper Harder <harder@ifa.au.dk>
* gnus.texi (GroupLens): Remove.
2007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
* gnus.texi (Outgoing Messages, Agent Variables): Add
gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
2007-10-28 Jesper Harder <harder@ifa.au.dk>
* gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
* gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
2007-10-28 Simon Josefsson <jas@extundo.com>
* gnus.texi (Top): Add SASL.
2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
* gnus-faq.texi ([5.12]): Remove reference to discontinued service.
2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Troubleshooting): Adjust Gnus version number.
2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Formulas, Composition Basics): Lower the
precedence of negation.
2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
* ses.texi (The Basics): Mention how to create a new spreadsheet.
Mention the new three-letter column identifiers.
(More on cell printing): Calculate-cell and truncate-cell are now `c'
and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
message when using `c' on an empty default with default printer.
(Buffer-local variables in spreadsheets): `symbolic-formulas' was
renamed to `ses--symbolic-formulas' some time ago.
2007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Default Simplifications, Making Selections)
(Customizing Calc): Clarify associativity of multiplication.
2007-10-23 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Traces and Profiles): Simplify loop over
`trace-function-background'.
2007-10-22 Juri Linkov <juri@jurta.org>
* dired-x.texi (Shell Command Guessing): Default values are now
available by typing M-n instead of M-p.
2007-10-21 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Cleanup remote connections): New section.
2007-10-22 22:21:45 +00:00
(Password caching): Remove `tramp-clear-passwd'.
It's not a command anymore.
(Bug Reports): Add `tramp-bug' to function index.
(Function Index, Variable Index): New nodes.
(Remote shell setup): Describe `tramp-password-prompt-regexp'.
* trampver.texi: Update release number.
2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
2007-10-22 22:21:45 +00:00
* calc.texi (History and Acknowledgements): Turn comment
about integer size into past tense.
(Time Zones): Remove pointer to Calc author's address.
(Trigonometric and Hyperbolic Functions): Mention cotangent
and hyperbolic cotangent. Fix typo.
2007-10-10 04:55:30 +00:00
2007-10-10 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.1.11.
* trampver.texi: Update release number.
2007-10-06 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (External packages): New section.
2007-09-29 Juri Linkov <juri@jurta.org>
* info.texi (Help-Int): Document `L' (`Info-history').
2007-09-26 Carsten Dominik <dominik@science.uva.nl>
* org.texi: Change links to webpage and maintained email.
(Remember): Promote 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 Bill Wohler <wohler@newt.com>
* mh-e.texi (HTML): Mention binding of S-mouse-2 to
browse-url-at-mouse.
2007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
* flymake.texi (Customizable variables): Face names don't end in -face.
Fix flymake-err-line-patterns template.
(Example -- Configuring a tool called directly): Fix init-function.
(Highlighting erroneous lines): Face names don't end in -face.
2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
2007-09-19 03:29:03 +00:00
* erc.texi (Special-Features): Fix small typo.
2007-09-14 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Filename Syntax): Provide links to "Inline methods"
and "External transfer methods".
2007-09-13 04:55:20 +00:00
2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Predefined Units): Add some history.
2007-09-08 03:07:09 +00:00
2007-09-08 Michael Olson <mwolson@gnu.org>
2007-10-23 17:05:41 +00:00
* erc.texi (Copying): New section included from gpl.texi.
This matches the look of the upstream ERC manual.
2007-09-08 03:07:09 +00:00
2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
2007-10-23 17:05:41 +00:00
* calc.texi (History and Acknowledgements): Adjust the "thanks".
(Random Numbers): Clarify the distribution of `random'.
2007-09-06 05:07:05 +00:00
2007-09-06 Glenn Morris <rgm@gnu.org>
Move manual sources from man/ to subdirectories of doc/.
2007-10-22 22:21:45 +00:00
Split into the Emacs manual in emacs/, and other manuals in misc/.
2007-09-06 05:07:05 +00:00
Change all setfilename commands to use ../../info.
* Makefile.in: Move the parts of the old man/Makefile.in that do not
refer to the Emacs manual here.
(infodir): New variable.
(INFO_TARGETS, info): Use infodir. Also used by all info targets.
(cc-mode.texi, faq.texi): Update references to source file locations.
* makefile.w32-in: Move the parts of the old man/makefile.w32-in that
do not refer to the Emacs manual here.
(infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
* Makefile.in: Add `basename' versions of all info targets, for
convenience when rebuilding just one manual.
(../etc/GNU): Delete obsolete target.
(.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
(mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
2007-10-22 22:21:45 +00:00
*.vrs *.toc here...
(maintainer-clean): ...from here.
2007-09-06 05:07:05 +00:00
* makefile.w32-in (../etc/GNU): Delete obsolete target.
2007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Date Conversions): Clarify definition of
Julian day numbering.
(Date Forms): Clarify definition of Julian day numbering;
add some history.
2007-08-30 Carsten Dominik <dominik@science.uva.nl>
2007-10-23 17:05:41 +00:00
* org.texi: Version 5.07.
2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
* message.texi (MIME): Replace mml-attach with mml-attach-file.
2007-08-22 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Adding hyperlink types): New section.
(Embedded LaTeX): Chapter updated because of LaTeX export.
(LaTeX export): New section.
(Using links out): New section.
2007-08-22 Glenn Morris <rgm@gnu.org>
* faq.texi (Learning how to do something): Refcards now in
etc/refcards/ directory.
2007-08-22 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Remote Programs): Persistency file must be cleared when
changing `tramp-remote-path'.
(Filename Syntax): Don't use @var{} constructs inside the @trampfn
macro.
2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi: Move contents to beginning of file.
(Algebraic Entry): Fix the formatting of an example.
2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Basic Operations on Units): Mention exact versus
inexact conversions.
2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Basic Operations on Units): Mention default
values for new units.
(Quick Calculator Mode): Mention that binary format will
be displayed.
2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
2007-08-08 Glenn Morris <rgm@gnu.org>
* gnus.texi, sieve.texi: Replace `iff'.
2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Basic Graphics): Mention the graphing of error
forms.
(Graphics Options): Mention how `g s' handles error forms.
(Curve Fitting): Mention plotting the curves.
(Standard Nonlinear Models): Add additional models.
(Curve Fitting Details): Mention the Levenberg-Marquardt method.
(Linear Fits): Correct result.
2007-08-01 Alan Mackenzie <acm@muc.de>
* cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
to "--no-site-file".
2007-07-29 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Frequently Asked Questions): Point to mode line
extension in Emacs 23.1.
* trampver.texi: Update release number.
2007-07-27 Glenn Morris <rgm@gnu.org>
* calc.texi (Copying): Include license text from gpl.texi, rather than
in-line.
2007-07-25 Glenn Morris <rgm@gnu.org>
* calc.texi (Copying): Replace license with GPLv3.
* Relicense all FSF files to GPLv3 or later.
2007-07-22 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.1.10.
* tramp.texi (trampfn): Expand macro implementation in order to handle
empty arguments.
(trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
2008-10-01 09:12:37 +00:00
occurrences by trampfn.
(Frequently Asked Questions): Extend example code for host
2008-01-07 15:52:44 +00:00
identification in the modeline. Add bbdb to approaches shortening Tramp
file names to be typed.
* trampver.texi: Update release number.
2007-07-17 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi: Move @setfilename ../info/tramp up, outside the header
section. Reported by <poti@potis.org>.
(Remote processes): Arguments of the program to be debugged are taken
literally.
(Frequently Asked Questions): Simplify recentf example.
2007-07-14 Karl Berry <karl@gnu.org>
* info.texi (@copying): New Back-Cover Text.
* info.texi (Quitting Info): Move to proper place in source.
(Reported by Benno Schulenberg.)
2007-07-13 Eli Zaretskii <eliz@gnu.org>
* Makefile.in (../info/emacs-mime): Use --enable-encoding.
* makefile.w32-in ($(infodir)/emacs-mime): Ditto.
* emacs-mime.texi: Add @documentencoding directive.
2007-07-12 Nick Roberts <nickrob@snap.net.nz>
* tramp.texi (Remote processes): Add an anchor to the subsection
"Running a debugger on a remote host".
2007-07-12 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Remote processes): Don't call it "experimental" any
longer. Add subsection about running a debugger on a remote host.
2007-07-10 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Properties and columns): Chapter rewritten.
2007-07-08 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi:
* trampver.texi: Migrate to Tramp 2.1.
2007-07-02 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Properties): New chapter.
2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
* gnus-faq.texi ([3.2]): Fix locating of environment variables in the
Control Panel.
* gnus.texi (Misc Article): Add index entry for
gnus-single-article-buffer.
2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
* gnus.texi (Starting Up): Fix typo.
2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Asynchronous Fetching): Fix typo.
2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
(About This Manual): Remove redundant information.
(Getting Started): Mention author.
(Basic Arithmetic, Customizing Calc): Make description of the
variable `calc-multiplication-has-precedence' match its new effect.
2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Basic Arithmetic, Customizing Calc): Mention
the variable `calc-multiplication-has-precedence'.
2007-06-19 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Tag): Section swapped with node Timestamps.
(Formula syntax for Lisp): Document new `L' flag.
2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
* gnus.texi (Misc Group Stuff, Summary Buffer)
(Server Commands, Article Keymap): Fix typo. s/function/command/.
2007-06-06 Juanma Barranquero <lekktu@gmail.com>
* cc-mode.texi (Comment Commands, Getting Started, Style Variables):
* gnus.texi (Article Buttons, Mail Source Customization)
(Sending or Not Sending, Customizing NNDiary):
* message.texi (Message Headers):
* mh-e.texi (HTML): Fix typos.
2007-06-07 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.0.56.
* tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
2007-06-02 Chong Yidong <cyd@stupidchicken.com>
* Version 22.1 released.
2007-05-26 Michael Olson <mwolson@gnu.org>
* erc.texi (Modules): Fix references to completion modules.
2007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
2007-05-09 Didier Verna <didier@xemacs.org>
* gnus.texi (Email Based Diary): New. Proper documentation for the
nndiary back end and the gnus-diary library.
2007-05-03 Karl Berry <karl@gnu.org>
* .cvsignore (*.pdf): New entry.
* texinfo.tex: Update from current version for better pdf generation.
2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
2007-04-28 Glenn Morris <rgm@gnu.org>
* faq.texi (New in Emacs 22): Restore mention of python.el pending
consideration of legal status.
2007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
* idlwave.texi: Minor updates for IDLWAVE 6.1.
2007-04-24 Chong Yidong <cyd@stupidchicken.com>
* faq.texi (New in Emacs 22): python.el removed.
2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Reporting bugs): Update maintainer's address.
2007-04-22 Chong Yidong <cyd@stupidchicken.com>
* faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
2007-04-15 Jay Belanger <belanger@truman.edu>
* calc.texi (Title page): Remove the date.
(Basic Arithmetic): Emphasize that / binds less strongly than *.
(The Standard Calc Interface): Change trail title.
(Floats): Mention that when non-decimal floats are entered, only
approximations are stored.
(Copying): Move to the appendices.
(GNU Free Documentation License): Add as an appendix.
2007-04-15 Chong Yidong <cyd@stupidchicken.com>
* ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
* dired-x.texi, ebrowse.texi, ediff.texi:
* emacs-mime.texi, erc.texi, eshell.texi:
* eudc.texi, flymake.texi, forms.texi, gnus.texi:
* idlwave.texi, message.texi, newsticker.texi, org.texi:
* pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
* ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
* tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
* woman.texi: Include GFDL.
* doclicense.texi: Remove node heading, so that it can be included by
other files.
* dired-x.texi: Relicence under GFDL. Remove date from title page.
* calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
than *.
2007-04-14 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Formula syntax for Calc): Emphasize the operator precedence
in Calc.
2007-04-09 Romain Francoise <romain@orebokech.com>
* faq.texi (New in Emacs 22): Mention improvements to the Windows and
Mac OS ports. Make it clear that mouse-1 complements and doesn't
replace mouse-2.
2007-04-08 Chong Yidong <cyd@stupidchicken.com>
* woman.texi (Word at point, Interface Options): woman-topic-at-point
renamed to woman-use-topic-at-point. Document new behavior.
2007-04-08 Richard Stallman <rms@gnu.org>
* url.texi: Fix some indexing.
(Disk Caching): Drop discussion of old/other Emacs versions.
2007-04-07 Chong Yidong <cyd@stupidchicken.com>
* url.texi (Disk Caching): Say Emacs 21 "and later".
* cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
on Font locking which now mentions JIT lock.
2007-04-01 Michael Olson <mwolson@gnu.org>
* erc.texi: Update for the ERC 5.2 release.
2007-03-31 David Kastrup <dak@gnu.org>
* woman.texi (Topic, Interface Options): Explain changes semantics of
woman-manpath in order to consider MANPATH_MAP entries.
2007-03-31 Eli Zaretskii <eliz@gnu.org>
* emacs-mime.texi (Non-MIME): Postscript -> PostScript.
2007-03-26 Richard Stallman <rms@gnu.org>
* pgg.texi (Caching passphrase): Clean up previous change.
2007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
* gnus.texi (Setting Process Marks): Fix typo.
2007-03-25 Romain Francoise <romain@orebokech.com>
* faq.texi (New in Emacs 22): Reorganize using an itemized list for
readability, and include various fixes by Daniel Brockman, Nick Roberts
and Dieter Wilhelm.
2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
* gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
* gnus.texi (Mail Source Specifiers): Fix typo.
2007-03-22 Ralf Angeli <angeli@caeruleus.net>
* reftex.texi (Imprint): Update maintainer information.
2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
* message.texi (Message Buffers): Update documentation for
message-generate-new-buffers.
2007-03-15 Daiki Ueno <ueno@unixuser.org>
* pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
2007-03-21 Glenn Morris <rgm@gnu.org>
* eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
2007-03-19 Chong Yidong <cyd@stupidchicken.com>
* eshell.texi (Known problems): Emacs 21 -> 22.
* cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
2007-03-18 Jay Belanger <belanger@truman.edu>
* calc.texi (Time Zones): Mention that the DST rules changed in 2007.
2007-03-12 Glenn Morris <rgm@gnu.org>
* calc.texi (Time Zones): Switch to new North America DST rule.
* calc.texi: Replace "daylight savings" with "daylight
saving" in text throughout.
2007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
* gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
The variable now uses a list of symbols instead of just a symbol.
Reported by Christoph Conrad <christoph.conrad@gmx.de>.
2007-03-06 Romain Francoise <romain@orebokech.com>
* faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
new packages, and mention Gnus update.
2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (NNTP): Mention nntp-never-echoes-commands and
nntp-open-connection-functions-never-echo-commands.
2007-02-27 Chong Yidong <cyd@stupidchicken.com>
* pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
problems on the console, and security risk in not using gpg-agent.
2007-02-25 Carsten Dominik <dominik@science.uva.nl>
* org.texi (The spreadsheet): Renamed from "Table calculations".
Completely reorganized and rewritten.
(CamelCase links): Section removed.
(Repeating items): New section.
(Tracking TODO state changes): New section.
(Agenda views): Chapter reorganized and rewritten.
(HTML export): Section rewritten.
(Tables in arbitrary syntax): New section.
(Summary): Better feature summary.
(Activation): Document problem with cut-and-paste of Lisp code
from PDF files.
(Visibility cycling): Document indirect buffer use.
(Structure editing): Document sorting.
(Remember): Section rewritten.
(Time stamps): Better description of time stamp types.
(Tag searches): Document regular expression search for tags.
(Stuck projects): New section.
(In-buffer settings): New keywords.
(History and Acknowledgments): Updated description.
2007-02-24 Alan Mackenzie <acm@muc.de>
* cc-mode.texi (Movement Commands): Insert two missing command names.
(Getting Started): Slight wording correction (use conditional).
2007-02-22 Kim F. Storm <storm@cua.dk>
* widget.texi (User Interface, Basic Types): Document need to put some
text before the %v escape in :format string in editable-field widget.
2007-02-18 Romain Francoise <romain@orebokech.com>
* pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
`cvs-mode-quit'.
2007-02-10 Markus Triska <markus.triska@gmx.at>
* widget.texi (Programming Example): Put constant strings in :format.
2007-02-07 Juanma Barranquero <lekktu@gmail.com>
* faq.texi (Fullscreen mode on MS-Windows): New node.
2007-02-04 David Kastrup <dak@gnu.org>
* faq.texi (AUCTeX): Update version number. Should probably be done
for other packages as well.
2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
* gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
<tassilo@member.fsf.org>.
2007-01-27 Eli Zaretskii <eliz@gnu.org>
* msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
ls-lisp-use-localized-time-format.
2007-01-20 Markus Triska <markus.triska@gmx.at>
* flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
2007-01-13 Michael Olson <mwolson@gnu.org>
* erc.texi (Modules): Mention capab-identify module.
2007-01-05 Michael Olson <mwolson@gnu.org>
* erc.texi (Getting Started): Update for /RECONNECT command.
2007-01-04 Richard Stallman <rms@gnu.org>
* ebrowse.texi: Change C-c b to C-c C-m.
2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
variables only in info to avoid redundant entries in the printed
manual.
2007-01-02 Daiki Ueno <ueno@unixuser.org>
* message.texi (Using PGP/MIME): Document gpg-agent usage.
2007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
* message.texi (Security): Split into sub-nodes.
2007-01-01 Alan Mackenzie <acm@muc.de>
* cc-mode.texi ("Limitations and Known Bugs"): Document problems with
eval-after-load in Emacs <=21 and a workaround. Document that
trigraphs are not supported.
2007-01-01 Alan Mackenzie <acm@muc.de>
* cc-mode.texi ("Filling and Breaking"): Amend the doc for
c-context-line-break. When invoked within a string, preserve
whitespace. Add a backslash only when also in a macro.
2007-01-01 Alan Mackenzie <acm@muc.de>
* cc-mode.texi ("Choosing a Style"): Mention c-file-style.
2007-01-01 Alan Mackenzie <acm@muc.de>
* cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
are now bound by default to c-\(beginning\|end\)-of-defun by default.
2007-01-01 Alan Mackenzie <acm@muc.de>
* cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
"Choosing a Style".
* cc-mode.texi ("Styles"): Add @dfn{style}.
2006-12-30 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.0.55.
* trampver.texi: Update release number.
2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Customizing Articles): Add index entries for all
gnus-treat-* variables.
2008-03-27 13:20:27 +00:00
2006-12-29 Jouni K. Seppänen <jks@iki.fi>
* gnus.texi (IMAP): Fix incorrect explanation of
nnimap-search-uids-not-since-is-evil in documentation for
nnimap-expunge-search-string.
2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
spam-ifile-database.
2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Spam Package Configuration Examples): Don't encourage to
rebind C-s.
2008-03-27 13:20:27 +00:00
2006-12-26 Jouni K. Seppänen <jks@iki.fi>
* gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
(Mail Group Commands, Expiring Mail, IMAP): Add index entries for
"expiring mail".
(IMAP): Document nnimap-search-uids-not-since-is-evil and
nnimap-nov-is-evil.
2006-12-25 Kevin Ryde <user42@zip.com.au>
* cl.texi (Sorting Sequences): In sort*, add a little cautionary note
about the key procedure being used heavily.
2006-12-24 Chong Yidong <cyd@stupidchicken.com>
* pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
to t.
(Prerequisites): Add explanation about gpg-agent.
2006-12-22 Kevin Ryde <user42@zip.com.au>
* cl.texi (Sorting Sequences): Typo in sort*, example showed plain
"sort" instead of "sort*".
2006-12-19 Richard Stallman <rms@gnu.org>
* calc.texi (History and Acknowledgements): Recognize that Emacs
now does have floating point.
2006-12-19 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (External transfer methods): Describe new method `scpc'.
2006-12-17 Sascha Wilde <wilde@sha-bang.de>
* pgg.texi: Added short note on gpg-agent to the introduction.
2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
also applies to Cc.
2006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (X-Face): Clarify. Say which programs are required
on Windows.
2006-12-08 Michael Olson <mwolson@gnu.org>
* erc.texi (Modules): Remove documentation for list module.
2008-03-27 13:20:27 +00:00
2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
* faq.texi (^M in the shell buffer): Ditto.
2006-11-20 Michael Olson <mwolson@gnu.org>
* erc.texi: Call this the 5.2 stable pre-release of ERC.
2006-11-17 Carsten Dominik <dominik@science.uva.nl>
* org.texi: Fix typos.
(Agenda commands): Document `C-k'.
2006-11-16 Eli Zaretskii <eliz@gnu.org>
* url.texi (http/https): Fix a typo in the HTTP URL.
2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
* ada-mode.texi: Total rewrite.
2006-11-13 Carsten Dominik <dominik@science.uva.nl>
* org.texi: Minor typo fixes.
2006-11-13 Bill Wohler <wohler@newt.com>
Release MH-E manual version 8.0.3.
* mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
release 8.0.3.
* mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
to set MAILDIR.
(Reading Mail): Document the customization of read-mail-command
for MH-E.
(Viewing Attachments): Document mm-discouraged-alternatives.
(Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
(Junk): Add more information about the settings of mh-junk-background
in a program. Add /usr/bin/mh to PATH in examples.
2006-11-12 Richard Stallman <rms@gnu.org>
* woman.texi: Update author address but say he no longer maintains it.
2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
archived trees.
(Checkboxes): Section moved to chapter 5, and extended.
(The date/time prompt): New section.
(Link abbreviations): New section.
(Presentation and sorting): New section.
(Custom agenda views): Section completely rewritten.
(Summary): Compare with Planner.
(Feedback): More info about creating backtraces.
(Plain lists): Modified example.
(Breaking down tasks): New section.
(Custom time format): New section.
(Time stamps): Document inactive timestamps.
(Setting tags): More details about fast tag selection.
(Block agenda): New section.
(Custom agenda views): Section rewritten.
(Block agenda): New section.
2006-11-07 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Configuration): scp is the default method.
(Default Method): Use ssh as example for another method.
2006-10-27 Richard Stallman <rms@gnu.org>
* woman.texi: Downcase nroff/troff/roff.
(Installation): Chapter deleted. Some xrefs deleted.
(Background): woman doesn't advise man ;-).
2008-03-27 13:20:27 +00:00
2006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
* ada-mode.texi (Project files, Identifier completion)
(Automatic Casing, Debugging, Using non-standard file names)
(Working Remotely): Fix typos.
2006-10-20 Masatake YAMATO <jet@gyve.org>
* cc-mode.texi (Sample .emacs File): Added missing `)' in
sample code `my-c-initialization-hook'.
2006-10-19 Stuart D. Herring <herring@lanl.gov>
* widget.texi: Fix typos.
2006-10-19 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Frequently Asked Questions): Remove questions marked with
"???". There have been no complaints for years, so the information
must be appropriate.
2006-10-16 Richard Stallman <rms@gnu.org>
* widget.texi: Use @var instead of capitalization.
Clarify many widget type descriptions.
2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
* gnus.texi (Other modes): Fix typo. Add alternative index entry for
gnus-dired-attach.
(Selecting a Group): Fix typo.
2008-03-27 13:20:27 +00:00
2006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
* widget.texi: Fix typos.
2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Image Enhancements): Update for Emacs 22.
* gnus-faq.texi ([1.3]): Update.
2006-10-06 Richard Stallman <rms@gnu.org>
* faq.texi (Displaying the current line or column):
Delete "As of Emacs 20".
2006-10-06 Romain Francoise <romain@orebokech.com>
* faq.texi (VM): VM works with Emacs 22 too.
2006-10-06 Richard Stallman <rms@gnu.org>
* ebrowse.texi: Remove Emacs version "21" from title.
2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Foreign Groups): Say where change of editing commands are
stored. Add reference to `gnus-parameters'.
2006-09-15 Jay Belanger <belanger@truman.edu>
* calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
Change "Library Public License" to "Lesser Public License"
throughout. Use "yyyy" to represent year.
2006-09-15 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Setting tags): Typo fix.
2006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
* reftex.texi (Citations Outside LaTeX): Simplify lisp example.
2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
* faq.texi (Escape sequences in shell output): EMACS is now set
to Emacs's absolute file name, not to "t".
(^M in the shell buffer): Likewise.
* misc.texi (Interactive Shell): Likewise.
2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Mail Source Specifiers): Mention problem of duplicate
mails with pop3-leave-mail-on-server. Fix wording.
(Limiting): Improve gnus-summary-limit-to-articles.
(X-Face): Fix typo.
2006-09-11 Simon Josefsson <jas@extundo.com>
* smtpmail.texi (Authentication): Explain TLS and SSL better, based on
suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
2006-09-06 Simon Josefsson <jas@extundo.com>
* smtpmail.texi (Authentication): Mention SSL.
2006-09-01 Eli Zaretskii <eliz@gnu.org>
* rcirc.texi (Internet Relay Chat, Useful IRC commands):
Don't use @indicateurl.
* cc-mode.texi (Subword Movement): Don't use @headitem.
(Custom Braces, Clean-ups): Don't use @tie.
2006-08-29 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.0.54.
* tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
Suggested by Adrian Phillips <a.phillips@met.no>.
2006-08-15 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Installation, Activation): Split from Installation and
Activation.
(Clocking work time): Documented new features.
2006-08-13 Alex Schroeder <alex@gnu.org>
* rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
example.
2006-08-12 Eli Zaretskii <eliz@gnu.org>
* faq.texi (How to add fonts): New node.
2006-08-05 Romain Francoise <romain@orebokech.com>
* faq.texi (New in Emacs 22): Expand.
2006-08-03 Michael Olson <mwolson@gnu.org>
* erc.texi: Update for ERC 5.1.4.
2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
in .../site-lisp/gnus/ by default.
[ From gnus-news.texi in the trunk. ]
2006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (MIME Commands): Additions for yEnc.
2006-07-24 Richard Stallman <rms@gnu.org>
* pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
* faq.texi: Move periods and commas inside quotes.
2006-07-20 Jay Belanger <belanger@truman.edu>
* calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
2006-07-18 Chong Yidong <cyd@stupidchicken.com>
* faq.texi (Security risks with Emacs): Document Emacs 22
file-local-variable mechanism.
2006-07-12 Michael Olson <mwolson@gnu.org>
* erc.texi: Update for ERC 5.1.3.
2006-07-12 Alex Schroeder <alex@gnu.org>
* rcirc.texi: Fix typos.
(Getting started with rcirc): New calling convention for M-x irc.
Mention #rcirc. Removed channel tracking.
(Configuration): Changed the names of all variables that got changed
recently, eg. rcirc-server to rcirc-default-server. Added
documentation for rcirc-authinfo, some background for Bitlbee, and
rcirc-track-minor-mode.
(Scrolling conservatively): Fixed the xref from Auto Scrolling to just
Scrolling.
(Reconnecting after you have lost the connection): Fixed example code
to match code changes.
2006-07-10 Nick Roberts <nickrob@snap.net.nz>
* gnus.texi, message.texi: Fix typos.
2006-07-07 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
commands.
(Global TODO list): Document the use of the variables
`org-agenda-todo-ignore-scheduled' and
`org-agenda-todo-list-sublevels'.
2006-07-05 Richard Stallman <rms@gnu.org>
* faq.texi (Scrolling only one line): Fix xref.
2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
* faq.texi (Evaluating Emacs Lisp code):
Throughout, replace eval-current-buffer with eval-buffer.
2006-07-03 Richard Stallman <rms@gnu.org>
* rcirc.texi (Scrolling conservatively): Fix xref.
* pcl-cvs.texi (Viewing differences): Usage fix.
2006-07-03 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Agenda commands): Document `s' key to save all org-mode
buffers.
2006-06-30 Ralf Angeli <angeli@caeruleus.net>
* pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
names. Mention `cvs-msg' face.
2006-06-29 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Checkboxes): New section.
2006-06-28 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Embedded LaTeX): Fix typos and implement small improvements
throughout this chapter.
2006-06-27 Chong Yidong <cyd@stupidchicken.com>
* info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
text for standalone vs Emacs info.
(Help): Clarify header line description. Use mouse-1 for clicks.
(Help-P): Use mouse-1 for clicks.
(Help-^L): "Top" and "All" not displayed with dashes in Emacs.
(Help-^L, Help-M, Help-Int, Search Index, Go to node)
(Choose menu subtopic): Remove gratuitous Emacs command names.
(Help-FOO): Put usual behavior first.
(Help-Xref): Clicking on xrefs works in Emacs.
(Search Text): Clarify what the default behavior is.
(Create Info buffer): Fix Emacs window/X window confusion.
(Emacs Info Variables): Fix for new Emacs init file behavior.
2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
* gnus.texi (Summary Buffer Lines): Fix typo.
2006-06-23 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Embedded LaTeX): New chapter.
(Archiving): Section rewritten.
(Enhancing text): Some parts moved to the new chapter about LaTeX.
2006-06-20 Bill Wohler <wohler@newt.com>
Release MH-E manual version 8.0.1.
* mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
release 8.0.1.
(Preface): Depend on GNU mailutils 1.0 and higher.
2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
* message.texi (News Headers): Update message-syntax-checks section.
2006-06-19 Karl Berry <karl@gnu.org>
* info.texi (Advanced): Mention C-q, especially with ?.
2006-06-19 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Publishing links): Document the `:link-validation-function'
property.
(Extensions and Hacking): New chapter, includes some sections of the
"Miscellaneous" chapter.
2006-06-10 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Progress logging): New section.
2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
* viper.texi (Viper Specials):
* gnus.texi (Example Setup):
* faq.texi (Backspace invokes help):
* dired-x.texi (Optional Installation Dired Jump):
* calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
follow coding conventions.
2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
2006-06-06 Carsten Dominik <dominik@science.uva.nl>
* org.texi (ASCII export): Document indentation adaptation.
(Setting tags): Document mutually-exclusive tags.
2006-06-05 Romain Francoise <romain@orebokech.com>
* url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
Fix typo.
* gnus-faq.texi (Question 8.6): Update reference to the Gnus
channel (#gnus@irc.freenode.net).
Fix typos. Update copyright notice.
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
(Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
(Line-Up Functions, Custom Macros):
* ediff.texi (Window and Frame Configuration)
2007-11-16 08:55:34 +00:00
(Highlighting Difference Regions):
* emacs-mime.texi (Display Customization):
* erc.texi (History):
* eshell.texi (Known problems):
* eudc.texi (Overview, BBDB):
* gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
(The problem of spam, SpamOracle, Extending the Spam package)
(Conformity, Terminology):
2007-11-16 08:55:34 +00:00
* idlwave.texi (Routine Info)
(Class and Keyword Inheritance, Padding Operators)
(Breakpoints and Stepping, Electric Debug Mode)
(Examining Variables, Troubleshooting):
* org.texi (Creating timestamps):
* reftex.texi (Commands, Options, Changes):
* tramp.texi (Inline methods, Password caching)
(Auto-save and Backup, Issues):
* vip.texi (Files, Commands in Insert Mode):
* viper.texi (Emacs Preliminaries, States in Viper)
(Packages that Change Keymaps, Viper Specials, Groundwork):
Fix various typos.
2006-05-31 Michael Ernst <mernst@alum.mit.edu>
* ediff.texi: Fix typos.
2006-05-30 Carsten Dominik <dominik@science.uva.nl>
* org.texi: Small typo fixes.
2006-05-29 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Frequently Asked Questions): Disable zsh zle.
2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
* pcl-cvs.texi: Fix typos.
(Customization): Say "us".
2006-05-26 Eli Zaretskii <eliz@gnu.org>
* org.texi: Remove bogus @setfilename.
2006-05-26 Carsten Dominik <dominik@science.uva.nl>
* org.texi (ASCII export): Omit command name.
(HTML export): Add prefix to all lines in Local Variable example.
(Acknowledgments): Typeset names in italics.
2006-05-24 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Plain lists): Add new item navigation commands.
(External links): Document elisp and info links.
(Custom searches): New section.
(Publishing): New chapter.
(HTML export): Include a list of supported CSS classes.
(Setting tags): Describe the fast-tag-setting interface.
2006-05-20 Luc Teirlinck <teirllm@auburn.edu>
* dired-x.texi: ifinfo -> ifnottex.
2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
* message.texi (Interface): Add tool bar customization.
(MIME): Index and text additions for mml-attach.
(MIME): Describe mml-dnd-protocol-alist and
mml-dnd-attach-options.
* gnus.texi (Oort Gnus): Reorder entries in sections.
Fix some entries.
(Starting Up): Add references to "Emacs for Heathens" and to
"Finding the News". Add user-full-name and user-mail-address.
(Group Buffer Format): Add tool bar customization and update.
(Summary Buffer): Add tool bar customization.
(Posting Styles): Add message-alternative-emails.
2006-05-09 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Filename completion): Improve wording.
2006-05-07 Romain Francoise <romain@orebokech.com>
* faq.texi (Using regular expressions): Fix typo.
(Packages that do not come with Emacs): Fix capitalization.
(Replacing text across multiple files): Expand node to explain how
to use `dired-do-query-replace-regexp' in more detail, based on
suggestion by Eric Hanchrow <offby1@blarg.net>.
2006-05-06 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Filename completion): Completion of remote files'
method, user name and host name is active only in partial
completion mode.
2006-05-06 Bill Wohler <wohler@newt.com>
Release MH-E manual version 8.0.
* mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
release 8.0.
2006-05-06 Bill Wohler <wohler@newt.com>
* mh-e.texi (MH-BOOK-HOME): Change from
http://www.ics.uci.edu/~mh/book/mh to
http://rand-mh.sourceforge.net/book/mh.
Replace .htm suffix with .html for MH book files.
(Using This Manual): Update key binding for getting relevant
chapter in Info from command key.
(Ranges): Fix itemx.
2006-05-05 Karl Berry <karl@gnu.org>
* texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
(\fonttextsize): New user-level command to change text font size.
2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
* pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
* pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
2006-04-24 Bill Wohler <wohler@newt.com>
* mh-e.texi (Getting Started): Make it more explicit that you need
to install MH. Add pointers to current MH implementations.
2006-04-21 Bill Wohler <wohler@newt.com>
Release MH-E manual version 7.94.
* mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
release 7.94.
2006-04-21 Carsten Dominik <dominik@science.uva.nl>
* org.texi: Many small fixes.
(Handling links): Rename from "Managing links".
2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Spam Statistics Package): Fix typo in @pxref.
(Splitting mail using spam-stat): Fix @xref.
2006-04-20 Chong Yidong <cyd@stupidchicken.com>
* gnus.texi (Spam Package): Major revision of the text.
2008-09-24 01:16:16 +00:00
Previously this node was "Filtering Spam Using The Spam ELisp Package".
2006-04-20 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Time stamps): Better explanation of the purpose of
different time stamps.
(Structure editing, Plain lists): More details on how new items
and headings are inserted.
2006-04-18 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Formula syntax): Fix link to Calc Manual.
2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
2006-04-17 Bill Wohler <wohler@newt.com>
* mh-e.texi (Folders): Update mh-before-quit-hook and
mh-quit-hook example with code that removes the buffers rather
than just bury them.
2006-04-17 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.0.53.
2006-04-13 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Updating settings): New section.
(Visibility cycling): Better names for the startup folding
options.
(Exporting): Completely restructured.
(The very busy C-c C-c key): New section.
(Summary of in-buffer settings): New section.
2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
2006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
(Server Commands): Key `v' is reserved for users.
2006-04-11 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Link format): New section, emphasis on bracket links.
(External links): Document bracket links.
(FAQ): Expand to cover shell links and the new link format.
2006-04-09 Kevin Ryde <user42@zip.com.au>
* org.texi (Formula syntax): Typo in node name of calc-eval xref.
2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Summary Buffer Lines): Add `*'.
2008-03-27 13:20:27 +00:00
2006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
* gnus.texi (Group Parameters):
Mention gnus-permanently-visible-groups.
2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Face): Fix typo.
2006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (X-Face): Clarify.
(Face): Need Emacs with PNG support.
2006-04-06 Richard Stallman <rms@gnu.org>
* idlwave.texi: Delete the blocks "not suitable for inclusion with
Emacs".
2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
* idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
blocks not suitable for inclusion with Emacs using variable
PARTOFEMACS.
2006-04-04 Simon Josefsson <jas@extundo.com>
* gnus.texi (Security): Improve.
2006-04-02 Bill Wohler <wohler@newt.com>
* mh-e.texi (Getting Started, Junk, Bug Reports)
(MH FAQ and Support): Fix URLs.
2006-03-31 Romain Francoise <romain@orebokech.com>
* gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
to t, not nil (and has for the past eight years).
2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
* message.texi, gnus.texi: Bump version to 5.11.
2006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Top): Add comment about version line.
* message.texi (Top): Ditto. Change to take named versions into
account.
2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Posting Styles): Add x-face-file to example.
(X-Face): Refer to posting styles.
* gnus-faq.texi ([5.8]): Add x-face-file.
([8.4]): Add links to gmane.emacs.gnus.user and
gmane.emacs.gnus.general.
2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
* gnus-faq.texi: Use .invalid.
([5.4]): Fix gnus-posting-styles example.
2006-03-27 Romain Francoise <romain@orebokech.com>
* faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
Emacs/W3 needs a new maintainer.
(Ispell): Update author and version info.
(Mailcrypt): Mention PGG.
(New in Emacs 22): Add PGG to the list of new packages.
Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
updating dead URLs.
2006-03-25 Karl Berry <karl@gnu.org>
* ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
* dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
* eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
* info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
* rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
* speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
* woman.texi: (1) use @copyright{} instead of (C) in typeset text;
(2) do not indent copyright year list (or anything else).
2006-03-21 Bill Wohler <wohler@newt.com>
* mh-e.texi (Folders): Various edits.
2006-03-20 Romain Francoise <romain@orebokech.com>
* gnus.texi (Mail Folders): Grammar fix.
2006-03-19 Bill Wohler <wohler@newt.com>
* mh-e.texi (Replying): Document Mail-Followup-To.
Change manually-formatted table to multitable. Add debugging info.
Move description of mh-reply-default-reply-to into paragraph
that describes its values.
2006-03-17 Bill Wohler <wohler@newt.com>
2008-09-24 01:16:16 +00:00
* mh-e.texi: Use smallexample and smalllisp consistently.
(Sending Mail Tour): Update method of entering
addresses and subject.
(Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
(Adding Attachments, Searching): Update screenshots for Emacs 22.
2006-03-15 Carsten Dominik <dominik@science.uva.nl>
* org.texi: Version number change only.
2006-03-14 Bill Wohler <wohler@newt.com>
* mh-e.texi: Add index entries around each paragraph rather than
depend on entries from beginning of node. Doing so ensures that
index entries are less likely to be forgotten if text is cut and
pasted, and are necessary anyway if the references are on a
separate page. It seems that makeinfo is now (v. 4.8) only
producing one index entry per node, so there is no longer any
excuse not to. Use subheading instead of heading. The incorrect
use of heading produced very large fonts in Info--as large as the
main heading.
(From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
versions 6 and 7 appeared *around* the time of these Emacs releases.
2006-03-13 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Clean view): Document new startup options.
2006-03-11 Bill Wohler <wohler@newt.com>
* mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
(Composing, Scan Line Formats): Fix @refs.
(Getting Started): Define MH profile and MH profile components.
(Incorporating Mail, Reading Mail, Viewing, Printing)
(Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
(Signature, Aliases, Scan Line Formats): Use @code instead of @samp
for string constants.
(Tool Bar): Remove spurious quote.
(Junk): Use ``...'' instead of "...".
(Scan Line Formats): Replace @samp with @kbd.
2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
easy to understand.
2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi: Markup fix.
(Fancy Mail Splitting): Specify new feature.
2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Fancy Mail Splitting): Improve descriptions about
partial-words matching.
2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
* emacs-mime.texi (Display Customization): Reword image/.* stuff.
* gnus.texi (Oort Gnus): Add note about `gnus-load'.
(MIME Commands): Fix mm-discouraged-alternatives.
2006-03-07 Carsten Dominik <dominik@science.uva.nl>
* org.texi: Version number change only.
2006-03-06 Bill Wohler <wohler@newt.com>
* mh-e.texi: Move from SourceForge repository to Savannah.
This is version 7.93, which is a total rewrite from the previous
edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
version 7.93.
2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
2006-03-01 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Interaction): Add item about `org-mouse.el' by
Piotr Zielinski.
(Managing links): Document that also mouse-1 can be used to
activate a link.
(Headlines, FAQ): Add entry about hiding leading stars.
(Miscellaneous): Resort the sections in this chapter to a more
logical sequence.
2006-02-27 Simon Josefsson <jas@extundo.com>
* emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
2004-01-27 from the trunk).
2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
* cc-mode.texi: Rename c-hungry-backspace to
c-hungry-delete-backwards, at the request of RMS. Leave the old
name as an alias.
2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
* cc-mode.texi: Correct the definition of c-beginning-of-defun, to
include the function header within the defun.
2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
* cc-mode.texi: Correct two typos.
2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
* cc-mode.texi (Comment Commands): State that C-u M-; kills any
existing comment.
(Electric Keys): Add a justification for electric indentation.
(Hungry WS Deletion): Clear up the names and complications of the
BACKSPACE and DELETE keys.
2006-02-23 Juri Linkov <juri@jurta.org>
* faq.texi (Common requests): Move `Turning on auto-fill by
default' after `Wrapping words automatically'. Move `Working with
unprintable characters' before `Searching for/replacing newlines'.
Move `Replacing highlighted text' after `Highlighting a region'.
Merge `Repeating commands' and `Repeating a command as many times
as possible' into the former.
(Packages that do not come with Emacs): Add refs to Gmane and
etc/MORE.STUFF.
2006-02-23 Juri Linkov <juri@jurta.org>
* faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
(Reporting bugs): Suggest using `M-x report-emacs-bug'.
Add xref to `(emacs)Reporting Bugs'.
(Getting a printed manual): Add URL to other formats of the manual.
(Common requests): Fix menu.
(Highlighting a region): Remove ref to `Turning on syntax highlighting'.
(Horizontal scrolling): Mention `truncate-partial-width-windows'.
(Inserting text at the beginning of each line): Add pxref to
`Changing the included text prefix'.
(Forcing the cursor to remain in the same column): Mention `track-eol'
and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
(Replacing text across multiple files): Add keybinding `Q' for
`dired-do-query-replace'.
2006-02-22 Carsten Dominik <dominik@science.uva.nl>
* reftex.texi: Version number and date change only.
* org.texi (Internal Links): Rewrite to cover the modified
linking system.
2006-02-17 Eli Zaretskii <eliz@gnu.org>
* faq.texi: Remove the coding cookie, it's not needed anymore.
2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* faq.texi (Colors on a TTY): Mention Mac OS port.
2006-02-12 Karl Berry <karl@gnu.org>
* faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
8-bit accented a.
2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Gnus Versions): Add history beyond start of Oort.
2006-02-08 Romain Francoise <romain@orebokech.com>
* faq.texi (Top): Remove paragraph about the FAQ being a
transitional document, etc.
(Searching for/replacing newlines): New node.
(Yanking text in isearch): New node.
(Inserting text at the beginning of each line): Rename and make
more general, mention `M-;' in Message mode.
2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
* faq.texi (Meta key does not work in xterm)
(Emacs does not display 8-bit characters)
(Inputting eight-bit characters): Update xrefs.
2006-02-06 Romain Francoise <romain@orebokech.com>
* faq.texi (VM): VM now at version 7.19.
Set myself as maintainer of this file.
2006-02-04 Michael Olson <mwolson@gnu.org>
* erc.texi (History): Note that ERC is now included with Emacs.
2006-01-31 Romain Francoise <romain@orebokech.com>
* message.texi (Message Headers): Explain what
`message-alternative-emails' does in more detail.
Update copyright year.
2006-01-30 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
2006-01-29 Richard M. Stallman <rms@gnu.org>
* cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
2006-01-29 Michael Olson <mwolson@gnu.org>
* makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
* faq.texi (New in Emacs 22): Mention ERC.
2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
* rcirc.texi: Capitalize dir entry for consistency with the entry
in info/dir and other entries in the Emacs category.
Fix typos. Delete trailing whitespace.
2008-03-27 13:20:27 +00:00
2006-01-28 Björn Lindström <bkhl@elektrubadur.se>
* rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
2006-01-27 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
(INFO_TARGETS, DVI_TARGETS): Add rcirc.
* Makefile.in (../info/rcirc, rcirc.dvi): New targets.
(INFO_TARGETS, DVI_TARGETS): Add rcirc.
2006-01-27 Alex Schroeder <alex@gnu.org>
* rcirc.texi: New file.
2006-01-23 Juri Linkov <juri@jurta.org>
* widget.texi (User Interface): Add S-TAB for widget-backward.
2006-01-22 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.0.52.
* tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
Add Tramp disabling item. New item for common connection problems.
(various): Apply "ftp" as method for the download URL.
(Bug Reports): Refer to FAQ for common problems.
2006-01-21 Eli Zaretskii <eliz@gnu.org>
* widget.texi (User Interface): Use @key for TAB.
* ses.texi (Formulas, Printer functions): Use @key for TAB.
* ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
for TAB.
* cc-mode.texi (Indentation Calculation): Use @key for TAB.
2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi: Update copyright.
2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Article Washing): Additions.
2006-01-08 Alex Schroeder <alex@gnu.org>
* pgg.texi (Caching passphrase): Rewording.
2006-01-13 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Agenda commands): Document tags command.
2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (RSS): Addition.
2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
* emacs-mime.texi (Display Customization): Add setting example to
mm-discouraged-alternatives.
2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
* flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
version is the canonical version.
2006-01-08 Alex Schroeder <alex@gnu.org>
* pgg.texi (Caching passphrase): Rewording.
2006-01-06 Eli Zaretskii <eliz@gnu.org>
* flymake.texi (Obtaining Flymake): Update Flymake's CVS
repository URL.
2006-01-06 Carsten Dominik <dominik@science.uva.nl>
* org.texi: Removed the accidentally re-added empty line in the
direntry.
2006-01-05 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Agenda Views): Chapter reorganized.
2005-12-29 Romain Francoise <romain@orebokech.com>
* faq.texi (Using Customize): New node.
2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
* org.texi: Remove blank line in @direntry. It is non-standard
and recursively produces blank lines all over the dir file (when
using Texinfo 4.8).
2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
* widget.texi (atoms): Delete obsolete remark about `file' widget.
2005-12-20 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Tags): Boolean logic documented.
(Agenda Views): Document custom commands.
2005-12-20 David Kastrup <dak@gnu.org>
* faq.texi (AUCTeX): Update version and mailing list info.
2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (MIME Commands): Mention addition of
multipart/alternative to gnus-buttonized-mime-types and add xref
to mm-discouraged-alternatives.
* emacs-mime.texi (Display Customization): Mention addition of
"image/.*" and add xref to gnus-buttonized-mime-types in the
mm-discouraged-alternatives section.
2005-12-16 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Tags): New section.
(Agenda Views): Chapter reorganized.
2005-12-16 Eli Zaretskii <eliz@gnu.org>
* org.texi (Internal Links): Add a missing comma after an @xref.
2005-12-14 Chong Yidong <cyd@stupidchicken.com>
* faq.texi (Filling paragraphs with a single space): No need to
change sentence-end now.
2005-12-13 Romain Francoise <romain@orebokech.com>
* faq.texi (Scrolling only one line): Use `scroll-conservatively'.
2005-12-12 Jay Belanger <belanger@truman.edu>
* faq.texi (Calc): Update version number.
2005-12-12 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Progress Logging): New section.
2005-12-10 Romain Francoise <romain@orebokech.com>
Update the Emacs FAQ for the 22.1 release.
* faq.texi: Set VER to `22.1'.
(Basic editing): Explain how to use localized versions of the
Tutorial. Mention that `C-h r' displays the manual. Delete
obsolete WWW link to an Emacs 18 tutorial.
(Getting a printed manual): Point to the new locations of the
manuals on the GNU Web site.
(Emacs Lisp documentation): Explain that the Emacs Lisp manual is
available via Info (it was previously distributed separately).
(Installing Texinfo documentation): The latest version of Texinfo
is 4.8, not 4.0.
(Informational files for Emacs): COPYING is the GNU General Public
License, not the Emacs General Public License.
(Informational files for Emacs): Delete obsolete link to the
GNUinfo pages as they have been removed from the GNU Web site.
(New in Emacs 22): New node.
(Setting up a customization file): Say that most packages support
Customize nowadays.
(Colors on a TTY): Delete reference to instructions on how to
enable syntax highlighting, it is now enabled by default.
(Turning on abbrevs by default): Emacs now reads the abbrevs file
at startup automatically.
(Controlling case sensitivity): Mention `M-c' in isearch.
(Using an already running Emacs process): Emacs now creates the
socket in `/tmp/emacsUID'. Fix typos. Change default location of
gnuserv. As emacsclient can now run Lisp code as well, delete a
sentence praising gnuserv for that. Simplify description of how
the client/server operation works.
(Compiler error messages): Delete obsolete text (compile.el has
been rewritten).
(Indenting switch statements): Fix typo.
(Matching parentheses): Simplify setup instructions, mention the
menu bar item in the Options menu.
(Repeating a command as many times as possible): Mention `C-x e'.
(Going to a line by number): Mention new keymap and bindings
`M-g M-g', `M-g M-p' and `M-g M-n'.
(Turning on syntax highlighting): Now on by default. Simplify.
(Replacing highlighted text): Use `1', not `t'.
(Problems with very large files): The maximum size is now 256MB on
32-bit machines.
(^M in the shell buffer): Mention `comint-process-echoes'.
(Emacs for Apple computers): Emacs 22 has native support for Mac
OS X.
(Translating names to IP addresses): Delete node.
(Binding keys to commands): Fix typo.
(SPC no longer completes file names): New node.
(MIME with Emacs mail packages): Delete section about the Emacs
MIME FAQ (it's not reachable anymore).
2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
* cc-mode.texi: The manual has been extensively revised: the
information about using CC Mode has been separated from the larger
and more difficult chapters about configuration. It has been
updated for CC Mode 5.31.
2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
* pgg.texi (User Commands): Fix description of pgg-verify-region.
(Selecting an implementation): Fix descriptions.
2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
* message.texi (Various Message Variables): Addition.
2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
* message.texi: Fix default values.
2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
* message.texi (Header Commands): Clarify descriptions of
message-cross-post-followup-to, message-reduce-to-to-cc, and
message-insert-wide-reply.
(Various Commands): Fix kindex for message-kill-to-signature;
clarify description of message-tab.
2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
* message.texi (Mailing Lists): Fix description about MFT.
* gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Slow Terminal Connection): Replace old description
with new one.
2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
replace X-Draft-Headers with X-Draft-From.
2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Various Various): Fix the default value of
nnheader-max-head-length.
(Gnus Versions): Fix typo.
2005-12-08 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Structure editing): Document new functionality of
M-RET.
2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
* org.texi (Internal Links): Fix Texinfo usage.
2005-12-06 Carsten Dominik <dominik@science.uva.nl>
* org.texi (TODO basics): Document the global todo list.
(TODO items): Documents sparse tree for specific TODO
keywords.
2005-11-30 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Plain Lists): Typos fixed.
2005-11-28 Jay Belanger <belanger@truman.edu>
* calc.texi: Change references of `M-#' to `C-x *' prefix.
2005-11-24 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Structure editing): New item moving commands added.
(Plain Lists): New section.
2005-11-18 Carsten Dominik <dominik@science.uva.nl>
* org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
(Agenda): Document commands `org-cycle-agenda-files' and
`org-agenda-file-to-front'
(Built-in table editor): Document `org-table-sort-lines'.
(HTML formatting): Export of hand-formatted lists.
2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
new variable gnus-toolbar-thickness.
2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (XVarious): Revert description of gnus-use-toolbar.
2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (X-Face): Fix description.
(XVarious): Remove gnus-xmas-logo-color-alist and
gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Group Parameters): Mention new variable
gnus-parameters-case-fold-search.
(Home Score File): Addition.
2005-11-04 Ulf Jasper <ulf.jasper@web.de>
* newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
(Overview): List supported feed types.
(Installation): No installation necessary when using autoload.
(Configuration): Rename "RSS" to "news".
2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
* pgg.texi (User Commands): Document additional passphrase
argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
(Backend methods): Likewise for corresponding pgg-scheme-* functions.
2005-11-04 Carsten Dominik <dominik@science.uva.nl>
* org.texi: Version number changed to 3.19.
2005-10-29 Sascha Wilde <wilde@sha-bang.de>
* pgg.texi (How to use): Update the example to add autoload of
pgg-encrypt-symmetric-region.
(User Commands): Document pgg-encrypt-symmetric-region.
(Backend methods): Document pgg-scheme-encrypt-symmetric-region.
2005-10-27 Jay Belanger <belanger@truman.edu>
* calc.texi (Predefined Units): Fix the symbol for a TeX points,
mention other TeX-related units.
2005-10-23 Lars Hansen <larsh@soem.dk>
* dired-x.texi (Miscellaneous Commands): Replace
dired-do-relative-symlink by dired-do-relsymlink and
dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
2005-10-23 Jay Belanger <belanger@truman.edu>
* calc.texi (Predefined Units): Use `alpha' for the fine structure
constant.
2005-10-23 Michael Albinus <michael.albinus@gmx.de>
* faq.texi (Bugs and problems): Replace
`dired-move-to-filename-regexp' by
`directory-listing-before-filename-regexp'.
2005-10-22 Eli Zaretskii <eliz@gnu.org>
* newsticker.texi (UPDATED): Set value.
2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Document Groups): Remove duplicate item.
2005-10-21 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Summary): Mention iCalendar support.
(Exporting): Document iCalendar support.
2005-10-18 Romain Francoise <romain@orebokech.com>
* viper.texi (Viper Specials): Capitalize GNU.
2005-10-17 Juri Linkov <juri@jurta.org>
* info.texi (Getting Started, Search Index, Expert Info):
Fix wording.
(Search Text): Replace `echo area' with `mode line'.
(Search Index): Both `i' and `,' find all index entries.
Replace example `C-f' with `C-l' (which exists in index of Info
manual) and delete spaces in its keyboard input sequence.
Delete unnecessary explanations about literal characters.
2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Document Server Internals): Addition.
2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (A note on namespaces): Fix RFC reference.
2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (RSS): Fix key description.
2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi: Emacs/w3 -> Emacs/W3.
(Browsing the Web): Fix description.
(Web Searches): Ditto.
(Customizing W3): Ditto.
2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Maildir): Clarify expire-age and expire-group.
2005-10-11 Jay Belanger <belanger@truman.edu>
* calc.texi (Integration): Mention using `a i' to compute definite
integrals.
2005-10-11 Juri Linkov <juri@jurta.org>
* info.texi: Rearrange nodes.
(Top): Update menu. Change ref `Info for Experts' to
`Advanced Info Commands'.
(Getting Started): Fix description of manual's parts.
(Help-Int): Change xref `Info Search' to `Search Index', and
`Expert Info' to `Advanced'.
(Advanced): Move node one level up.
(Search Text, Search Index): New nodes split out from `Info Search'.
(Go to node, Choose menu subtopic, Create Info buffer): New nodes
split out from `Advanced'.
(Advanced, Emacs Info Variables): De-document editing an Info file
in Info.
(Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
(Creating an Info File): Delete node and move its text to
`Expert Info'.
2005-10-10 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Workflow states): Documented that change in keywords
becomes active only after restart of Emacs.
2005-10-08 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.0.51.
2005-10-08 Nick Roberts <nickrob@snap.net.nz>
* speedbar.texi (Introduction): Describe new location of speedbar
on menubar.
(Basic Key Bindings): Remove descriptions of bindings that have
been removed.
2005-10-05 Nick Roberts <nickrob@snap.net.nz>
* speedbar.texi (GDB): Describe use of watch expressions.
2005-09-28 Simon Josefsson <jas@extundo.com>
* message.texi (IDNA): Fix.
2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
nntp-server-hook, and nntp-warn-about-losing-connection; fix
description of nntp-open-connection-function.
(Common Variables): Fix descriptions.
2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Server Buffer Format): Document the %a format spec.
2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
2005-09-23 Carsten Dominik <dominik@science.uva.nl>
* org.texi Version 3.16.
2005-09-19 Miles Bader <miles@gnu.org>
* newsticker.texi: Get rid of CVS keywords.
2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Finding the Parent): Fix description of how Gnus
finds article.
2005-09-14 Jari Aalto <jari.aalto@cante.net>
* gnus.texi (Advanced Scoring Examples): New examples to teach how
to drop off non-answered articles.
2005-09-19 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
braces (which are unsupported by NMAKE) for macro `srcdir'.
2005-09-17 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
(../info/newsticker, newsticker.dvi): New targets.
2005-09-17 Ulf Jasper <ulf.jasper@web.de>
* newsticker.texi: Replace @command with @code. Replace @example
with @lisp.
(Top): Added explanations to menu items.
(GNU Free Documentation License): Removed.
2005-09-16 Romain Francoise <romain@orebokech.com>
Update all files to specify GFDL version 1.2.
* doclicense.texi (GNU Free Documentation License): Update to
version 1.2.
2005-09-15 Richard M. Stallman <rms@gnu.org>
* newsticker.texi: Fix @setfilename.
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
(../info/newsticker, newsticker.dvi): New targets.
2005-08-30 Carsten Dominik <dominik@science.uva.nl>
* org.texi: Version 3.15.
2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
* ses.texi: Combine all three indices into one.
Correct a few typos.
2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
* emacs-mime.texi (time-date): Fix description of safe-date-to-time.
2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
* emacs-mime.texi (Handles): Remove duplicate item.
(Encoding Customization): Fix the default value for
mm-coding-system-priorities.
(Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
(Basic Functions): Fix reference.
2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
2005-08-18 Richard M. Stallman <rms@gnu.org>
* faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
and web site.
* faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
not keyboard-translate.
2005-08-11 Richard M. Stallman <rms@gnu.org>
* faq.texi (Using regular expressions): Fix xref.
2005-08-09 Juri Linkov <juri@jurta.org>
* info.texi (Help-P): Replace `Prev' with `Previous'.
(Help-M, Help-Xref): Add S-TAB.
(Help-FOO): Update `u' command.
(Help-Xref): Move info about Mouse-2 from `Help-Int'.
Update info about visibility of xref parts.
(Help-Int): Fix `m' command. Rename `Info-last' to
`Info-history-back'. Add `Info-history-forward'.
(Advanced): Fix `g*' and `M-n' commands.
(Info Search): Add `index-apropos' in stand-alone browser.
Add isearch commands.
(Emacs Info Variables): Remove `Info-fontify'.
Add `Info-mode-hook'. Update face names.
Add `Info-fontify-maximum-menu-size',
`Info-fontify-visited-nodes', `Info-isearch-search'.
2005-08-07 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.0.50.
* tramp.texi: Use @option{} consequently for method names.
(Inline methods, External transfer methods): Remove references to
Cygwin.
(Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
implementation.
2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Startup Files): Fix name of gnus-site-init-file.
Mention that gnus-init-file is not read when Emacs is invoked with
--no-init-file or -q.
2005-07-19 Carsten Dominik <dominik@science.uva.nl>
* org.texi: Version 3.14.
2005-07-04 Carsten Dominik <dominik@science.uva.nl>
* org.texi: Version 3.13.
2005-07-18 Juri Linkov <juri@jurta.org>
* calc.texi (Time Zones, Logical Operations):
* cl.texi (Overview):
* org.texi (TODO types):
* sc.texi (Emacs 18 MUAs):
* speedbar.texi (Top):
* url.texi (History):
Delete duplicate duplicate words.
2008-06-10 16:50:18 +00:00
2005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
* cl.texi (Type Predicates): Document `atom' type.
2005-07-04 Lute Kamstra <lute@gnu.org>
Update FSF's address in GPL notices.
* calc.texi (Copying):
* doclicense.texi (GNU Free Documentation License):
* faq.texi (Contacting the FSF):
* mh-e.texi (Copying): Update FSF's address.
2005-07-03 Richard M. Stallman <rms@gnu.org>
* flymake.texi (Example -- Configuring a tool called directly):
Update name of flymake-build-relative-filename.
2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
2005-06-29 Carsten Dominik <dominik@science.uva.nl>
* org.texi: Version 3.12.
2005-06-24 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in (MAKEINFO): Use --force.
(INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
Makefile.in.
(gnus.dvi): Use "..." to quote Sed args, so that it works with
more shells.
2005-06-23 Richard M. Stallman <rms@gnu.org>
* speedbar.texi (Creating a display): Texinfo usage fixes.
* tramp.texi (Customizing Completion, Auto-save and Backup):
Texinfo usage fixes.
2005-06-23 Juanma Barranquero <lekktu@gmail.com>
* dired-x.texi (Miscellaneous Commands):
* ediff.texi (Miscellaneous):
* gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
(Agent Variables):
* info.texi (Help-Xref):
* message.texi (Message Headers):
* org.texi (Remember):
* reftex.texi (Options (Defining Label Environments)):
(Options (Index Support)):
(Options (Viewing Cross-References)):
(Options (Misc)):
(Changes):
* speedbar.texi (Creating a display):
* tramp.texi (Customizing Completion, Auto-save and Backup):
Texinfo usage fix.
2005-06-13 Carsten Dominik <dominik@science.uva.nl>
* org.texi: Version 3.11.
2005-06-12 Jay Belanger <belanger@truman.edu>
* calc.texi (Getting Started): Remove extra menu item.
2005-05-31 Jay Belanger <belanger@truman.edu>
* calc.texi (Notations Used in This Manual): Use @kbd for key
sequence.
(Demonstration of Calc): Mention another way of starting Calc.
(Starting Calc): Mention long name of M-#.
(Embedded Mode Overview): Remove unnecessary instruction.
(Other M-# commands): Rephrase `M-# 0' explanation.
(Basic Embedded Mode): Rewrite discussion of prefix arguments to
reflect current behavior.
2005-05-30 Jay Belanger <belanger@truman.edu>
* calc.texi (Hooks): Change description of calc-window-hook and
calc-trail-window-hook to match usage.
(Computational Functions): Add more constant-generating functions.
(Customizable Variables): Use defvar.
2005-05-28 Jay Belanger <belanger@truman.edu>
* calc.texi (Assignments in Embedded Mode): Fix variable name.
(Basic Embedded Mode): Explain behavior of arguments to
calc-embedded-mode.
2005-05-27 Jay Belanger <belanger@truman.edu>
* calc.texi (Queries in Keyboard Macros): Rewrite to reflect
current behavior.
2005-05-25 Jay Belanger <belanger@truman.edu>
* calc.texi: Change Calc version number throughout.
(Keypad Mode): Change location in info output.
(Keypad mode overview): Move picture of keypad.
2005-05-21 Jay Belanger <belanger@truman.edu>
* calc.texi (Storing variables): Mention that only most variables
are void to begin with.
2005-05-21 Kevin Ryde <user42@zip.com.au>
* widget.texi (Basic Types): Update cross ref from "Enabling
Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
lispref/text.texi change.
2005-05-20 Carsten Dominik <dominik@science.uva.nl>
* org.texi: Version 3.09.
2005-05-18 Carsten Dominik <dominik@science.uva.nl>
* reftex.texi: Version 4.28.
2005-05-16 Jay Belanger <belanger@truman.edu>
* calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
2005-05-14 Jay Belanger <belanger@truman.edu>
* calc.texi (Default Simplifications): Insert missing ! (logical
not operator).
2005-05-14 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.0.49.
2005-05-10 Jay Belanger <belanger@truman.edu>
* calc.texi (Default Simplifications): Mention that 0^0 simplifies
to 1.
2005-04-29 Carsten Dominik <dominik@science.uva.nl>
* org.texi: Version 3.08, structure reorganized.
2005-04-24 Richard M. Stallman <rms@gnu.org>
* faq.texi: Delete info about lazy-lock.el and fast-lock.el.
2005-04-15 Carsten Dominik <dominik@science.uva.nl>
* org.texi: Update to version 3.06.
2005-04-13 Lute Kamstra <lute@gnu.org>
* cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
* cl.texi (Porting Common Lisp): Fix typo.
2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (RSS): Addition.
2005-04-04 Jay Belanger <belanger@truman.edu>
* calc.texi: Change Calc version number.
(Customizable variables): Fix description of calc-language-alist.
(Copying): Put in version 2 of GPL.
2005-04-01 Jay Belanger <belanger@truman.edu>
* calc.texi (Troubleshooting Commands): Remove comment about
installation.
(Installation): Remove section.
(Customizable Variables): New section.
(Basic Embedded Mode, Customizing Embedded Mode, Graphics)
(Graphical Devices): Add references to Customizable Variables.
2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
* emacs-mime.texi (Display Customization): Markup fixes.
(rfc2047): Update.
2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
* gnus-faq.texi: Replaced with auto-generated version.
2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
* dired-x.texi (Multiple Dired Directories): default-directory was
renamed to dired-default-directory.
2005-03-26 Jay Belanger <belanger@truman.edu>
* calc.texi (Simplifying Formulas, Rewrite Rules):
Change description of top and bottom of fraction.
(Modulo Forms): Move description of how to create modulo forms to
earlier in the section.
(Fraction Mode): Suggest using : to get a fraction by dividing.
(Basic Arithmetic): Adjust placement of command name.
(Truncating the Stack): Emphasize that "hidden" entries are still
visible.
(Installation): Move discussion of printing manual to "About This
Manual".
(About This Manual): Mention how to print the manual.
(Reporting Bugs): Remove first person.
(Building Vectors): Add algebraic version of append.
(Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
(Grouping Digits): Fix typo.
2005-03-25 Werner Lemberg <wl@gnu.org>
* calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
Replace `legal' with `valid'.
2005-03-25 Werner Lemberg <wl@gnu.org>
* calc.texi, reftex.texi: Replace `illegal' with `invalid'.
2005-03-24 Jay Belanger <belanger@truman.edu>
* calc.texi (General Mode Commands)
(Mode Settings in Embedded Mode): Add some explanation of
recording mode settings.
2005-03-24 Richard M. Stallman <rms@gnu.org>
* calc.texi: Remove praise of non-free software.
* idlwave.texi: Don't say where to get IDL or its non-free manual.
(Installation): Node deleted.
2005-03-23 Richard M. Stallman <rms@gnu.org>
* url.texi (HTTP language/coding): Improve last change.
2005-03-22 Jay Belanger <belanger@truman.edu>
* calc.texi (Embedded Mode): Add new information on changing
modes.
2005-03-20 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.0.48.
* trampver.texi.in: Replace "Emacs" by "GNU Emacs".
* tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
"GNU/Linux". Change all addresses to .gnu.org.
(Default Method): Offer shortened syntax for "su" and "sudo"
methods.
2005-03-07 Richard M. Stallman <rms@gnu.org>
* url.texi: Fix usage of "e.g.".
(HTTP language/coding): Explain the rules for these strings.
2005-03-06 Richard M. Stallman <rms@gnu.org>
* woman.texi (Introduction): Minor cleanups.
* url.texi (HTTP language/coding): Get rid of "Emacs 21".
* pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
(Installation): Node deleted.
* mh-e.texi (Preface): Get rid of "Emacs 21".
* eshell.texi (Installation): Delete node (for Emacs 20).
2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
* flymake.texi: Refill and tweak style in @lisp blocks.
2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
2005-03-01 Jay Belanger <belanger@truman.edu>
* calc.texi (Trigonometric and Hyperbolic Functions):
Mention additional functions.
(Algebraic Simplifications): Mention additional simplifications.
2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
* ses.texi: Add concept/function/variable indices (this work was
donated by Brad Collins <brad@chenla.org>, copyright-assignment
papers on file at FSF).
2005-02-10 Jay Belanger <belanger@truman.edu>
* calc.texi: Change @LaTeX to La@TeX throughout.
Redefine @expr as @math for TeX output.
Redefine @texline as a no-op for TeX output.
Define @tfn, replace @t by @tfn throughout.
2005-02-09 Jay Belanger <belanger@truman.edu>
* calc.texi: Add macro for LaTeX for info output.
2005-02-08 Kim F. Storm <storm@cua.dk>
* texinfo.tex (LaTex): Add def.
2005-02-06 Jay Belanger <belanger@truman.edu>
* calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
throughout manual.
2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus.texi: Some edits based on comments from David Abrahams.
2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (RSS): Fix the keystroke.
2005-01-24 David Kastrup <dak@gnu.org>
* faq.texi: Update AUCTeX version info.
2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
* gnus-faq.texi ([4.1]): Typo.
2005-01-19 Jay Belanger <belanger@truman.edu>
* calc.texi (Keep Arguments): Mention that keeping arguments
doesn't work with keyboard macros.
2005-01-16 Richard M. Stallman <rms@gnu.org>
* autotype.texi (Autoinserting): Fix small error.
2005-01-16 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.0.47.
* tramp.texi (Compilation): New section, describing compilation of
remote files.
2005-01-11 Kim F. Storm <storm@cua.dk>
* widget.texi (Basic Types): Add :follow-link keyword.
2005-01-09 Jay Belanger <belanger@truman.edu>
* calc.texi (Basic Commands): Describe new behavior of calc-reset.
2005-01-08 Jay Belanger <belanger@truman.edu>
* calc.texi: Change throughout to reflect new default value of
calc-settings-file.
2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
* message.texi (Reply): `message-reply-to-function' should return
a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
* faq.texi (Changing load-path): Fix typo.
2005-01-05 Jay Belanger <belanger@truman.edu>
* calc.texi (Programming Tutorial): Replace kbd command by
appropriate characters for a keyboard macro.
2005-01-04 Jay Belanger <belanger@truman.edu>
* calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
for Lucid Emacs.
(Programming Tutorial): Mention that the user needs to be in the
right mode to compute some functions.
2005-01-04 Jay Belanger <belanger@truman.edu>
* calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
no longer applicable.
2005-01-01 Jay Belanger <belanger@truman.edu>
* calc.texi (Programming Tutorial): Changed description of how to
edit keyboard macros to match current behavior.
2004-12-31 Jay Belanger <belanger@truman.edu>
* calc.texi: Mention C-cC-c as the way to finish editing throughout.
2004-12-20 Jay Belanger <belanger@truman.edu>
* calc.texi (Types Tutorial): Emphasize that you can't divide by
zero.
2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
* cc-mode.texi (Text Filling and Line Breaking): Put period after
@xref.
(Font Locking): Avoid @strong{Note:}.
2004-12-17 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.0.46.
* tramp.texi (bottom): Add arch-tag. It was lost, somehow.
2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
* url.texi: Correct typos.
(Retrieving URLs): @var{nil}->@code{nil}.
(HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
the standard "The GNU Emacs Manual" in fifth argument of @xref's.
(Dealing with HTTP documents): @inforef->@xref.
2004-12-15 Jay Belanger <belanger@truman.edu>
* calc.texi: Consistently capitalized all mode names.
(Answers to Exercises): Mention that an answer can be a fraction
when in Fraction mode.
2004-12-13 Jay Belanger <belanger@truman.edu>
* calc.texi: Fix some TeX definitions.
2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
* reftex.texi (Imprint): Remove erroneous @value's.
2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
(org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
2004-12-08 Jay Belanger <belanger@truman.edu>
* calc.texi (Starting Calc): Remove comment about installation.
(Keypad Mode Overview): Remove comment about Emacs 19 support.
2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
* url.texi: Update @setfilename.
(Getting Started): No need to worry about Gnus versions.
(Dealing with HTTP documents): Use @inforef.
* org.texi: Fix @direntry file name.
2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
* url.texi: New file.
* Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
2004-12-06 Jay Belanger <belanger@truman.edu>
* calc.texi (Using Calc): Remove paragraph about installation.
2004-12-06 Jay Belanger <belanger@truman.edu>
* calc.texi: Use more Texinfo macros and less TeX defs.
Remove @refill's.
2004-12-06 Richard M. Stallman <rms@gnu.org>
* org.texi: New file.
2004-12-05 Richard M. Stallman <rms@gnu.org>
* Makefile.in (org.dvi, ../info/org): New targets.
(INFO_TARGETS): Add ../info/org.
(DVI_TARGETS): Add org.dvi.
(maintainer-clean): Remove the info files in the info dir.
2004-11-26 Eli Zaretskii <eliz@gnu.org>
* idlwave.texi: Fix the setfilename directive to put the produced
file in ../info.
(Continued Statement Indentation): Resurrect Jan D.'s change from
2004-11-03 that was lost when a newer version of idlwave.texi was
imported.
2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
* gnus-faq.texi ([5.1]): Added missing bracket.
* gnus.texi (Filtering Spam Using The Spam ELisp Package): Index
`spam-initialize'.
2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
* message.texi (Various Message Variables): Mention that all mail
file variables are derived from `message-directory'.
* gnus.texi (Splitting Mail): Clarify bogus group.
2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
* emacs-mime.texi (Encoding Customization): Fix
mm-coding-system-priorities entry.
2008-03-27 13:20:27 +00:00
2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
* idlwave.texi (Continued Statement Indentation):
* reftex.texi (Options (Index Support)):
(Displaying and Editing the Index, Table of Contents):
* speedbar.texi (Creating a display, Major Display Modes): Replace
non-nil with non-@code{nil}.
2004-10-21 Jay Belanger <belanger@truman.edu>
* calc.texi (Algebraic-Style Calculations): Removed a comment.
2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
* calc.texi (Reporting Bugs): Double up `@'.
2004-10-18 Jay Belanger <belanger@truman.edu>
* calc.texi (Reporting Bugs): Changed the address that bugs
should be sent to.
2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (New Features): Add 5.11.
* message.texi (Resending): Remove wrong default value.
* gnus.texi (Mail Source Specifiers): Describe possible problems
of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
`pop3-leave-mail-on-server' to the index.
2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
* message.texi (Canceling News): Add how to set a password.
2004-10-12 Jay Belanger <belanger@truman.edu>
* calc.texi (Help Commands): Changed the descriptions of
calc-describe-function and calc-describe-variable to match their
current behavior.
2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
* gnus-faq.texi ([5.9]): Improve code for reply-in-news.
2004-10-12 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.0.45.
* tramp.texi (Frequently Asked Questions): Comment paragraph about
plink link. The URL is outdated. Originator contacted for
clarification.
2004-10-10 Juri Linkov <juri@jurta.org>
* gnus.texi (Top, Marking Articles): Join two menus in one node
because a node can have only one menu.
2004-10-09 Juri Linkov <juri@jurta.org>
* gnus.texi (Fancy Mail Splitting): Remove backslash in the
example of nnmail-split-fancy.
2004-10-06 Karl Berry <karl@gnu.org>
* info.texi (@kbd{1}--@kbd{9}): No space around --, for
consistency with other uses of dashes.
2004-10-05 Karl Berry <karl@gnu.org>
* info.texi: Consistently use --- throughout, periods at end of
menu descriptions, and a couple typos.
2004-09-26 Jesper Harder <harder@ifa.au.dk>
* sieve.texi (Manage Sieve API): nil -> @code{nil}.
* pgg.texi (User Commands, Backend methods): Do.
* gnus.texi: Markup fixes.
(Setting Process Marks): Fix `M P a' entry.
* emacs-mime.texi: Fixes.
2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
* gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
again.
Use 5.10 instead of 5.10.0.
2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus.texi (Summary Mail Commands): S D e.
2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
* gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
the gnus-article-mode-line-format section.
2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
* gnus.texi (Various Summary Stuff): Fix the documentation for
gnus-newsgroup-variables.
2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (MIME Commands): Added
gnus-mime-display-multipart-as-mixed,
gnus-mime-display-multipart-alternative-as-mixed,
gnus-mime-display-multipart-related-as-mixed.
(Mail Source Customization): Clarify `mail-source-directory'.
(Splitting Mail): Mention gnus-group-find-new-groups.
(SpamOracle): Fixed typo.
* gnus-faq.texi: Untabify.
([6.3]): nnir.el is in contrib directory.
* message.texi (News Headers): Clarify how a unique ID is created.
* gnus.texi (Batching Agents): Fixed typo in example. Reported
by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2008-01-07 15:52:44 +00:00
2004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2008-01-07 15:52:44 +00:00
* gnus.texi (Group Parameters): Added more on hooks.
2004-09-20 Florian Weimer <fw@deneb.enyo.de>
* gnus.texi (Charsets): Point to relevant section in emacs-mime.
2004-09-22 Jay Belanger <belanger@truman.edu>
* calc.texi (Vectors as Lists): Added a warning that the tutorial
might be hidden during part of the session.
2004-09-20 Jay Belanger <belanger@truman.edu>
* calc.texi (Notations Used in This Manual): Put in an earlier
mention that DEL could be called Backspace.
2004-09-10 Simon Josefsson <jas@extundo.com>
* gnus.texi (IMAP): Add example. Suggested and partially written
by Steinar Bang <sb@dod.no>.
2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
* gnus.texi (IMAP): Add comments about imaps synonym to imap in
netrc syntax.
2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
2008-01-07 15:52:44 +00:00
* gnus.texi (Spam ELisp Package Sequence of Events):
Some clarifications.
(Spam ELisp Package Global Variables): More clarifications.
2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
* gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
Mention spam-split does not modify incoming mail.
2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
* gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
2004-09-10 Eli Zaretskii <eliz@gnu.org>
* Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
* makefile.w32-in (sieve, pgg): Use $(infodir).
2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
* makefile.w32-in: Fix PGG and Sieve entries.
2004-08-28 Eli Zaretskii <eliz@gnu.org>
* faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
Emacs and related programs.
2004-08-27 Richard M. Stallman <rms@gnu.org>
* faq.texi: Fix texinfo usage, esp. doublequotes.
(Difference between Emacs and XEmacs): Some clarification.
* faq.texi (Difference between Emacs and XEmacs):
Explain not to contrast XEmacs with GNU Emacs.
2004-08-26 Richard M. Stallman <rms@gnu.org>
* faq.texi (Difference between Emacs and XEmacs): Rewrite.
2004-08-22 David Kastrup <dak@gnu.org>
* reftex.texi (AUCTeX): Update links, section name.
* faq.texi (Calc): Update availability (included in 22.1).
(AUCTeX): Update availability, information, versions, description.
2004-08-14 Eli Zaretskii <eliz@gnu.org>
* Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
* cc-mode.texi: Various updates for CC Mode 5.30.9.
2004-08-10 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.0.44.
2004-08-05 Lars Hansen <larsh@math.ku.dk>
* widget.texi (User Interface): Update how to separate the
editable field of an editable-field widget from other widgets.
(Programming Example): Add text after field.
2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
* emacs-mime.texi (Encoding Customization): Add a note to the
mm-content-transfer-encoding-defaults entry.
(rfc2047): Update.
* gnus.texi (Article Highlighting): Add
gnus-cite-ignore-quoted-from.
(POP before SMTP): New node.
(Posting Styles): Addition.
(Splitting Mail): Add nnmail-split-lowercase-expanded.
(Fancy Mail Splitting): Ditto.
(X-Face): Add gnus-x-face.
2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
* emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
* pgg.texi, sieve.texi: Use @copying and @insertcopying.
2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Mail Source Specifiers): Describe
`pop3-leave-mail-on-server'.
2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
* Makefile.in, makefile.w32-in: Added PGG and Sieve files.
* pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
repository. Change setfilename.
* emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
2004-07-02 Juri Linkov <juri@jurta.org>
* pcl-cvs.texi (Viewing differences): Add `d r'.
2004-06-29 Jesper Harder <harder@ifa.au.dk>
* ses.texi, viper.texi, flymake.texi, faq.texi:
* eshell.texi, ediff.texi: Markup fixes.
2004-06-21 Karl Berry <karl@gnu.org>
* info.texi (Top): Mention that only Emacs has mouse support.
(Getting Started): Mention this in a few other places.
2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
* autotype.texi (Copyrights, Timestamps): Recommend
`before-save-hook' instead of `write-file-functions'.
2004-06-13 Lars Hansen <larsh@math.ku.dk>
* dired-x.texi (dired-mark-omitted): Update keybinding.
2004-06-10 Kim F. Storm <storm@cua.dk>
* pcl-cvs.texi (Viewing differences): Add 'd y'.
2004-06-05 Lars Hansen <larsh@math.ku.dk>
* dired-x.texi (variable dired-omit-mode): Rename from
dired-omit-files-p.
(function dired-omit-mode): Rename from dired-omit-toggle.
Call dired-omit-mode rather than set dired-omit-files-p.
(dired-mark-omitted): Describe command.
2004-05-29 Michael Albinus <michael.albinus@gmx.de>
Version 2.0.41 of Tramp released.
2004-05-29 Juanma Barranquero <lektu@terra.es>
* makefile.w32-in (../info/flymake, flymake.dvi): New targets.
(INFO_TARGETS, DVI_TARGETS): Add Flymake.
2004-05-29 Richard M. Stallman <rms@gnu.org>
* cl.texi (Top): Call this chapter `Introduction'.
(Overview): In TeX, no section heading here.
* cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
2004-05-29 Eli Zaretskii <eliz@gnu.org>
* Makefile.in (../info/flymake, flymake.dvi): New targets.
(INFO_TARGETS, DVI_TARGETS): Add Flymake.
2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
* flymake.texi: New file.
2004-05-28 Simon Josefsson <jas@extundo.com>
* smtpmail.texi (Authentication): Improve STARTTLS discussion.
2008-06-13 13:42:21 +00:00
2004-05-07 Kai Großjohann <kai@emptydomain.de>
Version 2.0.40 of Tramp released.
2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
Complete rework, based on review by Karl Berry <karl@gnu.org>.
* tramp.texi (Auto-save and Backup): Explain exploitation of new
variables `tramp-backup-directory-alist' and
`tramp-bkup-backup-directory-info'.
(Overview, Connection types)
(External transfer methods, Default Method)
(Windows setup hints): Remove restriction of password entering
with external methods.
(Auto-save and Backup): Make file name example
(X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
and `auto-save-directory' must be used.
(Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
only "NT"). Remove doubled entry "What kinds of systems does
@tramp{} work on".
(tramp): Macro removed.
(Obtaining Tramp): Flag removed from title.
(all): "tramp-" and "-" removed from flag names. Flags `tramp'
and `trampver' used properly. Flag `tramp-inst' replaced by
`installchapter'. Installation related text adapted.
2004-04-28 Masatake YAMATO <jet@gyve.org>
* widget.texi (Programming Example): Remove overlays.
2004-04-27 Jesper Harder <harder@ifa.au.dk>
* faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
2004-04-23 Juanma Barranquero <lektu@terra.es>
* makefile.w32-in: Add "-*- makefile -*-" mode tag.
2004-04-05 Jesper Harder <harder@ifa.au.dk>
* info.texi (Info Search): Add info-apropos.
2004-03-22 Juri Linkov <juri@jurta.org>
* faq.texi: Fix help key bindings.
2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
* info.texi (Advanced): Replace @unnumberedsubsec by @subheading
(as suggested by Karl Berry). Update information about colored
stars in menus. Add new subheading describing M-n.
2004-03-12 Richard M. Stallman <rms@gnu.org>
* cl.texi (Top): Rename top node's title.
2004-03-08 Karl Berry <karl@gnu.org>
* info.texi: \input texinfo.tex instead of just texinfo, to avoid
problems making the texinfo distribution.
2004-02-29 Simon Josefsson <jas@extundo.com>
* smtpmail.texi (Authentication): Changed the list of supported
authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
<voegelas@gmx.net>.
2004-02-29 Juanma Barranquero <lektu@terra.es>
* makefile.w32-in (mostlyclean, clean, maintainer-clean):
Use $(DEL) instead of rm, and ignore exit code.
2008-06-13 13:42:21 +00:00
2004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
Tramp version 2.0.39 released.
2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
* tramp.texi (Customizing Completion): Explain new functions
`tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
(all): Savannah URLs unified to "http://savannah.nongnu.org".
(Top): Refer to Savannah mailing list as the major one. Mention
older mailing lists in HTML mode only.
(Auto-save and Backup): Add auto-save. Based on wording of Kai.
(Frequently Asked Questions): Remote hosts must not be Unix-like
for "smb" method.
(Password caching): New node.
(External transfer methods): Refer to password caching for "smb"
method.
2004-02-17 Karl Berry <karl@gnu.org>
* info.texi (Help-Int): Mention the new line number feature.
2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
* ses.texi (Advanced Features): New functionality for
ses-set-header-row (defaults to current row unless C-u used).
(Acknowledgements): Add Stefan Monnier.
2003-12-29 Kevin Ryde <user42@zip.com.au>
* viper.texi (Vi Macros): Fix reference to the Emacs manual.
2008-06-13 13:42:21 +00:00
2003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
Tramp version 2.0.38 released.
* tramp.texi (Remote shell setup): Warn of environment variables
FRUMPLE if user frumple exists. Suggested by Sven Gabriel
<sven.gabriel@imk.fzk.de>.
(Configuration): Tramp now chooses base64/uuencode
automatically. Update wording accordingly.
(Top): More description for the `Default Method' menu entry.
(Default Method): Use @code, not @var, for Lisp variables.
(Default Method): New subsection `Which method is the right one
for me?' Suggested by Christian Kirsch.
(Configuration): Pointer to new subsection added.
(Default Method): Too many "use" in one sentence.
Rephrase. Reported by Christian Kirsch.
(Filename Syntax): Old `su' example is probably a left-over from
the sm/su method naming. Replace with `ssh', instead.
(External transfer methods, Auto-save and Backup):
Typo fixes.
2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
2008-10-01 09:12:37 +00:00
* tramp.texi (all): Harmonize all occurrences of @tramp{}.
(Top): Mention japanese manual only if flag `jamanual' is set.
Insert section `Japanese manual' in menu.
2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
* eshell.texi (Known Problems): Add doc item.
2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
* cc-mode.texi: Update for CC Mode 5.30.
Note: Please refrain from doing purely cosmetic changes like
removing trailing whitespace in this manual; it clobbers cvs
merging for no good reason.
2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
* man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
* man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
@acronym{ASCII}.
2003-10-26 Karl Berry <karl@gnu.org>
* info.texi (Info Search): Echo area, not echo are. From Debian
diff.
2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
2008-09-24 01:16:16 +00:00
* widget.texi (Defining New Widgets): Document new behavior of
:buttons and :children keywords.
2003-10-22 Miles Bader <miles@gnu.org>
* Makefile.in (info): Move before $(top_srcdir)/info.
2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
* tramp.texi (Inline methods): Small grammar fix.
(External transfer methods): Likewise.
2003-10-08 Nick Roberts <nick@nick.uklinux.net>
* speedbar.texi: Remove paragraph for GUD that is no longer true.
2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
* texinfo.tex: Replace `%' in arch tagline by @ignore.
2003-09-30 Richard M. Stallman <rms@gnu.org>
* dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
* widget.texi (User Interface): Fix typos.
* pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
* pcl-cvs.texi (Selected Files): Fix typo.
2003-09-21 Karl Berry <karl@gnu.org>
* info.texi (] and [ commands): No period at end of section title.
2003-09-04 Miles Bader <miles@gnu.org>
* Makefile.in (top_srcdir): New variable.
($(top_srcdir)/info): New rule.
(info): Depend on it.
2003-09-03 Peter Runestig <peter@runestig.com>
* makefile.w32-in: New file.
2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
* widget.texi (User Interface): Explain the need of static text
around an editable field.
2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
* widget.texi (Basic Types): The argument to `:help-echo' can now
be a form that evaluates to a string.
2003-08-18 Kim F. Storm <storm@cua.dk>
* calc.texi (Queries in Macros): Update xref to keyboard macro query.
2003-08-16 Richard M. Stallman <rms@gnu.org>
* dired-x.texi (Shell Command Guessing): Explain *.
2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
* pcl-cvs.texi (Log Edit Mode): Fix key binding for
log-edit-insert-changelog.
2003-08-03 Karl Berry <karl@gnu.org>
* info.texi: Need @contents.
2008-03-27 13:20:27 +00:00
2003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
Tramp version 2.0.36 released.
* tramp.texi (Remote shell setup): Explain about problems with
non-Bourne commands in ~/.profile and ~/.shrc.
2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
* info.texi (Help-Inv, Help-M, Help-Xref): Update following
renaming of `vis-mode' to `visible-mode'.
2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
* info.texi (Top, Help-Small-Screen): Remove accidentally added
next, prev and up pointers.
2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
* info.texi (Help): Mention existence of Emacs and stand-alone
Info at the very beginning of the tutorial.
(Help-Inv): New node.
(Help-]): New node.
(Help-M): Systematically point out the differences between default
Emacs and stand-alone versions. Delete second menu.
(Help-Xref): Systematically point out the differences between
default Emacs and stand-alone versions.
(Help-Int): Change `l' example.
(Expert Info): Fix typos.
(Emacs Info Variables): Mention `Info-hide-note-references' and
new default for `Info-scroll-prefer-subnodes'.
2008-03-27 13:20:27 +00:00
2003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
Version 2.0.35 of Tramp released.
* tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
(Inline methods): Add methods `remsh' and `plink1'.
(External transfer methods): Add method `remcp'.
(Multi-hop Methods): Add method `remsh'.
Small patch from Adrian Aichner <adrian@xemacs.org>:
Fix minor typos.
(Concept Index): Added to make manual searchable via
`Info-index'.
(Version Control): Add cindex entry.
2008-03-27 13:20:27 +00:00
2003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
* trampver.texi: Version 2.0.34 released.
2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
* faq.texi: Improve previous changes.
2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
* faq.texi: Update copyright and maintenance details.
Update some package URLs, versions, and maintainers.
Remove many references to the Emacs Lisp Archive.
2003-04-23 Simon Josefsson <jas@extundo.com>
* smtpmail.texi: Fix license (the invariant sections mentioned has
never been part of the smtp manual). Align info dir entry with
other emacs packages.
2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
* tramp.texi: Version 2.0.33 released.
Remove installation chapter. Remove XEmacs specifics.
2003-03-29 Richard M. Stallman <rms@gnu.org>
* tramp.texi (Top): Undo the previous renaming.
(emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
2008-03-27 13:20:27 +00:00
2003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
* Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
version of manual.
* tramp.texi (Auto-save and Backup): New node.
2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
* tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
Emacs" in order to have better differentiation to "XEmacs".
`emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
are new macros in order to point to the other Emacs flavor where
appropriate. In info case, point to node `Installation' in order
to explain how to generate the other way. In html case, make a
link to the other html file.
(Obtaining TRAMP): Added a paragraph saying to perform `autoconf'
after CVS checkout/update.
(Installation): Completely rewritten.
(Installation parameters, Load paths): New sections under
`Installation'.
2008-03-27 13:20:27 +00:00
2003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
* tramp.texi: Version 2.0.30 released.
Replace word "path" with "localname" where used as a component of
a Tramp file name.
2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
* tramp.texi (Frequently Asked Questions): `tramp-chunksize'
introduced.
(Installation): Explain what to do if files from the tramp/contrib
directory are needed.
2003-02-23 Alex Schroeder <alex@emacswiki.org>
* smtpmail.texi (How Mail Works): New.
2003-02-22 Alex Schroeder <alex@emacswiki.org>
* smtpmail.texi: New file.
* Makefile.in: Build SMTP manual.
2008-03-27 13:20:27 +00:00
2003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
* tramp.texi: Version 2.0.29 released.
(Installation): In Emacs, use M-x texinfo-format-buffer RET, not
M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
* tramp.texi (Frequently Asked Questions): Explain a workaround if
another package loads accidently Ange-FTP.
2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
* tramp.texi (Customizing Completion): Add function
`tramp-parse-sconfig'. Change example of
`tramp-set-completion-function', because parsing of ssh config
files looks more natural.
2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
* gnus.texi: Do not use `path' in several locations.
2008-03-27 13:20:27 +00:00
2002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
* tramp.texi (External transfer methods): New method `smb'. From
Michael Albinus.
2002-11-05 Karl Berry <karl@gnu.org>
* info.texi (Info-fontify): Reorder face list to avoid bad line
breaks.
2008-03-27 13:20:27 +00:00
2002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* tramp.texi: Move @copying to standard place. Use
@insertcopying.
2002-10-02 Karl Berry <karl@gnu.org>
* (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
speedbar.texi vip.texi viper.texi widget.texi woman.texi):
Per rms, update all manuals to use @copying instead of @ifinfo.
Also use @ifnottex instead of @ifinfo around the top node, where
needed for the sake of the HTML output.
(The Gnus manual is not fixed since it's not clear to me how it
works; and the Tramp manual already uses @copying, although in an
unusual way. All others were changed.)
2002-09-10 Jonathan Yavner <jyavner@engineer.com>
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
(../info/ses, ses.dvi): New targets.
* ses.texi: New file.
2008-03-27 13:20:27 +00:00
2002-09-06 Pavel Janík <Pavel@Janik.cz>
* texinfo.tex: Update to texinfo 4.2.
2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
* reftex.texi: Update to RefTeX 4.19.
2008-03-27 13:20:27 +00:00
2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
(../info/tramp, tramp.dvi): New targets.
2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
* Makefile.in (DVI_TARGETS): Add calc.dvi.
(calc.dvi): Uncomment.
2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
* Makefile.in (INFO_TARGETS): Add ../info/calc.
(../info/calc): New target.
2001-10-20 Gerd Moellmann <gerd@gnu.org>
* (Version 21.1 released.)
2001-10-05 Gerd Moellmann <gerd@gnu.org>
* Branch for 21.1.
2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
* Makefile.in (../info/info): Use an explicit -o switch to
makeinfo.
2001-03-05 Gerd Moellmann <gerd@gnu.org>
* Makefile.in (mostlyclean, maintainer-clean): Delete more files.
2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
* Makefile.in (../info/idlwave): Use --no-split.
2000-12-14 Dave Love <fx@gnu.org>
* Makefile.in (mostlyclean): Remove gnustmp.*
(gnus.dvi): Change rule to remove @latex stuff.
2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
* Makefile.in (Speedbar): Add build targets for speedbar.texi.
2000-10-13 John Wiegley <johnw@gnu.org>
* Makefile.in: Add build targets for eshell.texi.
2000-09-25 Gerd Moellmann <gerd@gnu.org>
* Makefile.in: Remove/comment speedbar stuff.
2000-09-22 Dave Love <fx@gnu.org>
* Makefile.in: Add emacs-mime.
2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
* Makefile.in (INFO_TARGETS): Add ../info/woman.
(DVI_TARGETS): Add woman.dvi.
(../info/woman, woman.dvi): New targets.
2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
* .cvsignore (*.tmp): New entry. Seems to be used for @macro.
* pcl-cvs.texi: New file.
* Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
(../info/pcl-cvs, pcl-cvs.dvi): New targets.
2000-05-11 Gerd Moellmann <gerd@gnu.org>
* Makefile.in (INFO_TARGETS): Add info/ebrowse.
(../info/ebrowse, ebrowse.dvi): New targets.
2000-01-13 Gerd Moellmann <gerd@gnu.org>
* Makefile.in (INFO_TARGETS): Add eudc.
(DVI_TARGETS): Add eudc.dvi.
(../info/eudc, eudc.dvi): New targets.
2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
* Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
compatibility with 8+3 filesystems).
(../info/efaq): Rename from emacs-faq.
2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
(../info/idlwave, idlwave.dvi): New targets.
1999-10-23 Dave Love <fx@gnu.org>
* Makefile.in: Use autotype.texi.
1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
* Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
faq.texi file) rather than ../info/faq.
1999-10-07 Gerd Moellmann <gerd@gnu.org>
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
(../info/ada-mode, ada-mode.dvi): New targets.
1999-09-01 Dave Love <fx@gnu.org>
* Makefile.in: Add faq.
1999-07-12 Richard Stallman <rms@gnu.org>
* Version 20.4 released.
1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
* Version 20.3 released.
1998-04-06 Andreas Schwab <schwab@gnu.org>
* Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
it in dvi targets.
(../etc/GNU): Change to $(srcdir) first.
1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
* reftex.texi: Update for RefTeX version 3.22.
1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
* Makefile.in (reftex.dvi, ../info/reftex): New targets.
(INFO_TARGETS, DVI_TARGETS): Add the new targets.
1997-09-23 Paul Eggert <eggert@twinsun.com>
* Makefile.in: Merge changes mistakenly made to `Makefile'.
(../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
* Version 20.2 released.
1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
* Version 20.1 released.
1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
* Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
* Version 19.33 released.
1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
* Version 19.32 released.
1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
* Makefile.in: Add rules for the Message manual.
1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
* gnus.texi: New version.
* message.texi: New manual.
1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
* Makefile.in (All info targets): cd $(srcdir) to do the work.
1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
* Makefile.in (All info targets): Specify $(srcdir) in input files.
Specify -I option.
(All dvi targets): Set the TEXINPUTS variable.
1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
* Version 19.31 released.
1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
* Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
(INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
* Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
(INFO_TARGETS): Add ../info/cc-mode.
(DVI_TARGETS): Add cc-mode.dvi.
1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
* Version 19.31 released.
1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
* Version 19.30 released.
1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
* gnus.texi: New file.
1995-11-04 Erik Naggum <erik@naggum.no>
* gnus.texi: File deleted.
1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
* mh-e.texi: "Function Index" -> "Command Index" to work with
Emacs 19.30 C-h C-k support of separately-documented commands.
1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
* Makefile.in (../info/ediff, ediff.dvi): New targets.
(INFO_TARGETS, DVI_TARGETS): Add those new targets.
1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
(../info/viper, viper.dvi): New targets.
1995-04-20 Kevin Rodgers <kevinr@ihs.com>
* dired-x.texi (Installation): Change the example to set
buffer-local variables like dired-omit-files-p in
dired-mode-hook.
1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
(../info/mh-e, mh-e.dvi): New targets.
1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
* Makefile.in (maintainer-clean): Rename from realclean.
1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
* Makefile.in: New file.
* Makefile: File deleted.
1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
* Makefile (TEXINDEX_OBJS): Variable deleted.
(texindex, texindex.o, getopt.o): Rules deleted.
All deps on texindex deleted.
(distclean): Don't delete texindex.
(mostlyclean): Don't delete *.o.
* texindex.c, getopt.c: Files deleted.
1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
* Version 19.26 released.
1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
* Version 19.25 released.
1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
* Version 19.24 released.
1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
* Version 19.23 released.
1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
* Makefile: Delete spurious tab.
1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
* Makefile (.SUFFIXES): New rule.
1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
* Makefile (dired-x.dvi, ../info/dired-x): New targets.
(INFO_TARGETS, DVI_TARGETS): Add the new targets.
1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
* Makefile (../info/sc): Rename from sc.info.
(../info/cl): Likewise.
(INFO_TARGETS): Use new names.
1993-12-04 Richard Stallman (rms@srarc2)
* getopt.c: New file.
* Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
(getopt.o): New rule.
(dvi): Don't depend on texindex.
(cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
Depend on texindex.
1993-12-03 Richard Stallman (rms@srarc2)
* Makefile (../info/sc.info): Rename from ../info/sc.
(TEXI2DVI): New variable.
(cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
Add explicit commands.
(TEXINDEX_OBJS): Delete duplicate getopt.o.
1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
* Version 19.22 released.
1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
* Makefile (TEXINDEX_OBJS): Delete spurious period.
1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
* Version 19.21 released.
1993-11-15 Paul Eggert (eggert@twinsun.com)
* man/Makefile (../info/cl.info): Rename from ../info/cl.
1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
* Makefile (../etc/GNU): New target.
(EMACSSOURCES): Add gnu1.texi.
1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
* Makefile (realclean): Don't delete the Info files.
2008-12-19 01:50:43 +00:00
1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
* forms.texi: Fix forms.texi so that it will format correctly.
Add missing `@end iftex', fix bad reference.
* info.texi, info-stn.texi: New files implement texinfo version of
`info' file.
2008-12-19 01:50:43 +00:00
1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
* Makefile: Fix targets for texindex, new info.texi files.
* info-stnd.texi: New file implements info for standalone info
reader.
* info.texi: Update to include recent changes to "../info/info".
New source file for ../info/info; includes info-stnd.texi.
* texindex.c: Include "../src/config.h" if building in emacs.
* Makefile: Change all files to FILENAME.texi, force all targets
to be FILENAME, not FILENAME.info. This changes sc.texinfo,
vip.texinfo, forms.texinfo, cl.texinfo.
Add target to build texindex.c, defining `emacs'.
* forms.texi: Install new file to match version 2.3 of forms.el.
1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
* Version 19.19 released.
1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
* sc.texinfo: Fix info file name.
* Makefile (info): Add gnus and sc.
(dvi): Add gnus.dvi and sc.dvi.
(../info/sc, sc.dvi): New targets.
1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
* Version 19.18 released.
1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
* Makefile: Fix source file names of the separate manuals.
(gnus.dvi, ../info/gnus): New targets.
1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
* Version 19.17 released.
1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
* split-man: Fix typos in last change.
1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
* Version 19.16 released.
1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
* version 19.15 released.
1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
* Makefile (distclean): It's rm, not rf.
1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
* Version 19.14 released.
1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
* Makefile: New file.
1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
* Version 19.13 released.
1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
* Version 19.9 released.
1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
* Version 19.8 released.
1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
* Version 19.7 released.
1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
* gnus.texinfo: New file. Removed installation instructions.
1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
* texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
* texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
then define `\sc' as the command for smallcaps in Texinfo. This
means that the @sc command will produce small caps. bfox has
made the corresponding change to makeinfo and texinfm.el.
1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
* vip.texinfo: Remove menu entry Adding Lisp Code in node
Customization since the menu entry did not point to anything.
Also add an @finalout command to remove overfull hboxes from the
printed output.
* cl.texinfo: Add @bye, \input line and @settitle to file.
This file is clearly intended to be a chapter of some other work,
but the other work does not yet exist.
1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
* texinfo.texinfo: Three typos corrected.
2007-09-06 05:07:05 +00:00
;; Local Variables:
2008-03-27 13:20:27 +00:00
;; coding: utf-8
2007-09-06 05:07:05 +00:00
;; fill-column: 79
;; add-log-time-zone-rule: t
;; End:
Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
2009-01-08 05:28:46 +00:00
2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2007-09-06 05:07:05 +00:00
This file is part of GNU Emacs.
GNU Emacs is free software: you can redistribute it and/or modify
2007-09-06 05:07:05 +00:00
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
2007-09-06 05:07:05 +00:00
GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
2007-09-06 05:07:05 +00:00
2007-09-07 07:36:10 +00:00
;; arch-tag: 08b2903e-900c-4c72-a4a9-e76416a80803