From c7cf0ebc24d66371c8d48ad72f65e72a2a027f06 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 8 Jan 2013 15:27:18 +0100 Subject: Merge Org 7.9.3 (commit 31c1aea) --- etc/ORG-NEWS | 51 +++++++++++++++++++++++++++++++++++++++++++++++ etc/refcards/orgcard.pdf | Bin 118624 -> 118630 bytes etc/refcards/orgcard.tex | 6 +++--- 3 files changed, 54 insertions(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index a84165a0f74..e0f8812ab1d 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -1,10 +1,61 @@ ORG NEWS -- history of user-visible changes. -*- org -*- +#+LINK: doc http://orgmode.org/worg/doc.html#%s + Copyright (C) 2012-2013 Free Software Foundation, Inc. See the end of the file for license conditions. Please send Org bug reports to emacs-orgmode@gnu.org. +* Version 7.9.3 + +** New option [[doc::org-agenda-use-tag-inheritance][org-agenda-use-tag-inheritance]] + +[[doc::org-use-tag-inheritance][org-use-tag-inheritance]] controls whether tags are inherited when +org-tags-view is called (either in =tags=, =tags-tree= or =tags-todo= +agenda views.) + +When generating other agenda types such as =agenda=, =todo= and +=todo-tree=, tags inheritance is not used when selecting the entries +to display. Still, you might want to have all tag information correct +in the agenda buffer, e.g. for tag filtering. In that case, add the +agenda type to this variable. + +Setting this variable to nil should considerably speeds up the agenda +generation. + +Note that the default was to display inherited tags in the agenda +lines even if `org-use-tag-inheritance' was nil. The default is now +to *never* display inherited tags in agenda lines, but to /know/ about +them when the agenda type is listed in [[doc::org-agenda-use-tag-inheritance][org-agenda-use-tag-inheritance]]. + +** New default value nil for [[doc::org-agenda-dim-blocked-tasks][org-agenda-dim-blocked-tasks]] + +Using `nil' as the default value speeds up the agenda generation. You +can hit `#' (or `C-u #') in agenda buffers to temporarily dim (or turn +invisible) blocked tasks. + +** New speedy keys for [[doc::org-speed-commands-default][org-speed-commands-default]] + +You can now use `:' (instead of `;') for setting tags---this is +consistent with using the `:' key in agenda view. + +You can now use `=' for [[doc::org-columns][org-columns]]. + +** =org-float= is now obsolete, use =diary-float= instead +** No GPL manual anymore + +There used to be a GPL version of the Org manual, but this is not the +case anymore, the Free Software Foundation does not permit this. + +The GNU FDL license is now included in the manual directly. + +** Enhanced compatibility with Emacs 22 and XEmacs + +Thanks to Achim for his work on enhancing Org's compatibility with +various Emacsen. Things may not be perfect, but Org should work okay +in most environments. + * Version 7.9.2 ** New ELPA repository for Org packages diff --git a/etc/refcards/orgcard.pdf b/etc/refcards/orgcard.pdf index ccc02ae7968..8fc57d9c6d8 100644 Binary files a/etc/refcards/orgcard.pdf and b/etc/refcards/orgcard.pdf differ diff --git a/etc/refcards/orgcard.tex b/etc/refcards/orgcard.tex index 487b72be464..221746ce85b 100644 --- a/etc/refcards/orgcard.tex +++ b/etc/refcards/orgcard.tex @@ -1,7 +1,7 @@ % Reference Card for Org Mode -\def\orgversionnumber{7.9.2} -\def\versionyear{2012} % latest update -\input emacsver.tex +\def\orgversionnumber{7.9.3} +\def\versionyear{2013} % latest update +\def\year{2013} % latest copyright year %**start of header \newcount\columnsperpage -- cgit v1.2.1 From 04c285b2644d4fc551c907365a574ebbfd260b23 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 8 Jan 2013 23:02:09 +0100 Subject: Fixes related to the last Org merge. --- etc/ORG-NEWS | 7 ------- etc/refcards/orgcard.tex | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) (limited to 'etc') diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index e0f8812ab1d..4d16d1925eb 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -43,13 +43,6 @@ consistent with using the `:' key in agenda view. You can now use `=' for [[doc::org-columns][org-columns]]. ** =org-float= is now obsolete, use =diary-float= instead -** No GPL manual anymore - -There used to be a GPL version of the Org manual, but this is not the -case anymore, the Free Software Foundation does not permit this. - -The GNU FDL license is now included in the manual directly. - ** Enhanced compatibility with Emacs 22 and XEmacs Thanks to Achim for his work on enhancing Org's compatibility with diff --git a/etc/refcards/orgcard.tex b/etc/refcards/orgcard.tex index 221746ce85b..651d7dd08eb 100644 --- a/etc/refcards/orgcard.tex +++ b/etc/refcards/orgcard.tex @@ -1,7 +1,7 @@ % Reference Card for Org Mode \def\orgversionnumber{7.9.3} \def\versionyear{2013} % latest update -\def\year{2013} % latest copyright year +\input emacsver.tex %**start of header \newcount\columnsperpage -- cgit v1.2.1 From 073ca75ba32d3b14aace7ad51c85f83be09376bd Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 9 Jan 2013 01:50:40 +0200 Subject: * lisp/textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate): * lisp/progmodes/flymake.el (flymake-errline, flymake-warnline): Use underline style wave on terminals that support it. * src/xfaces.c (tty_supports_face_attributes_p): Return 0 for the case of (supports :underline (:style wave)). Fixes: debbugs:13000 --- etc/NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc') diff --git a/etc/NEWS b/etc/NEWS index d826ec37458..29e0d5a9fe5 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -205,6 +205,9 @@ property using the supplied face spec. *** Face specs set via Custom themes now replace the `defface' spec rather than inheriting from it (as do face specs set via Customize). +*** New face characteristic (supports :underline (:style wave)) +specifies whether or not the terminal can display a wavy line. + ** time-to-seconds is not obsolete any more. ** New function special-form-p. ** Docstrings can be made dynamic by adding a `dynamic-docstring-function' -- cgit v1.2.1