diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 23 | ||||
| -rw-r--r-- | etc/DEBUG | 13 | ||||
| -rw-r--r-- | etc/NEWS | 53 | ||||
| -rw-r--r-- | etc/TUTORIAL | 2 | ||||
| -rw-r--r-- | etc/TUTORIAL.de | 4 | ||||
| -rw-r--r-- | etc/orgcard.tex | 2 |
6 files changed, 81 insertions, 16 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index ae887b33da9..32d7525e153 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2006-08-15 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * orgcard.tex: Version number change. | ||
| 4 | |||
| 5 | 2006-08-12 Werner Lemberg <wl@gnu.org> | ||
| 6 | |||
| 7 | * TUTORIAL.de: Synchronize with TUTORIAL. | ||
| 8 | |||
| 9 | 2006-08-10 Romain Francoise <romain@orebokech.com> | ||
| 10 | |||
| 11 | * NEWS: Mention that zone-mode.el is now obsolete. | ||
| 12 | |||
| 13 | 2006-08-09 Richard Stallman <rms@gnu.org> | ||
| 14 | |||
| 15 | * TUTORIAL: Don't say which side scroll bar is on. | ||
| 16 | |||
| 17 | 2006-08-06 Nick Roberts <nickrob@snap.net.nz> | ||
| 18 | |||
| 19 | * DEBUG (Note): Add note about following a longjmp call. | ||
| 20 | Add local variables list for outline mode. | ||
| 21 | |||
| 1 | 2006-08-03 Michael Olson <mwolson@gnu.org> | 22 | 2006-08-03 Michael Olson <mwolson@gnu.org> |
| 2 | 23 | ||
| 3 | * ERC-NEWS: Update for ERC 5.1.4. | 24 | * ERC-NEWS: Update for ERC 5.1.4. |
| @@ -186,7 +207,7 @@ | |||
| 186 | 207 | ||
| 187 | 2006-05-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 208 | 2006-05-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 188 | 209 | ||
| 189 | * NEWS: Mention F10 for Gtk+/Leddtif/Lucid menus. | 210 | * NEWS: Mention F10 for Gtk+/Lesstif/Lucid menus. |
| 190 | 211 | ||
| 191 | 2006-05-26 Eli Zaretskii <eliz@gnu.org> | 212 | 2006-05-26 Eli Zaretskii <eliz@gnu.org> |
| 192 | 213 | ||
| @@ -272,6 +272,13 @@ related data structures in a terse and user-friendly format: | |||
| 272 | The above commands also exist in a version with an `x' suffix which | 272 | The above commands also exist in a version with an `x' suffix which |
| 273 | takes an object of the relevant type as argument. | 273 | takes an object of the relevant type as argument. |
| 274 | 274 | ||
| 275 | ** Following longjmp call. | ||
| 276 | |||
| 277 | Recent versions of glibc (2.4+?) encrypt stored values for setjmp/longjmp which | ||
| 278 | prevents GDB from being able to follow a longjmp call using `next'. To | ||
| 279 | disable this protection you need to set the environment variable | ||
| 280 | LD_POINTER_GUARD to 0. | ||
| 281 | |||
| 275 | ** Using GDB in Emacs | 282 | ** Using GDB in Emacs |
| 276 | 283 | ||
| 277 | Debugging with GDB in Emacs offers some advantages over the command line (See | 284 | Debugging with GDB in Emacs offers some advantages over the command line (See |
| @@ -739,4 +746,10 @@ look at the disassembly to determine which registers are being used, | |||
| 739 | and look at those registers directly, to see the actual current values | 746 | and look at those registers directly, to see the actual current values |
| 740 | of these variables. | 747 | of these variables. |
| 741 | 748 | ||
| 749 | |||
| 750 | Local variables: | ||
| 751 | mode: outline | ||
| 752 | paragraph-separate: "[ ]*$" | ||
| 753 | end: | ||
| 754 | |||
| 742 | ;;; arch-tag: fbf32980-e35d-481f-8e4c-a2eca2586e6b | 755 | ;;; arch-tag: fbf32980-e35d-481f-8e4c-a2eca2586e6b |
| @@ -1846,9 +1846,8 @@ type "C-h i m org RET" to read that manual. A reference card is | |||
| 1846 | available in `etc/orgcard.tex' and `etc/orgcard.ps'. | 1846 | available in `etc/orgcard.tex' and `etc/orgcard.ps'. |
| 1847 | 1847 | ||
| 1848 | +++ | 1848 | +++ |
| 1849 | ** The new package dns-mode.el add syntax highlight of DNS master files. | 1849 | ** The new package dns-mode.el adds syntax highlighting of DNS master files. |
| 1850 | The key binding C-c C-s (`dns-mode-soa-increment-serial') can be used | 1850 | It is a modern replacement for zone-mode.el, which is now obsolete. |
| 1851 | to increment the SOA serial. | ||
| 1852 | 1851 | ||
| 1853 | --- | 1852 | --- |
| 1854 | ** The new global minor mode `file-name-shadow-mode' modifies the way | 1853 | ** The new global minor mode `file-name-shadow-mode' modifies the way |
| @@ -2069,6 +2068,7 @@ using hi-lock-mode in an initialization file will turn on Hi Lock in all | |||
| 2069 | buffers and no warning will be issued (for compatibility with the | 2068 | buffers and no warning will be issued (for compatibility with the |
| 2070 | behavior in older versions of Emacs). | 2069 | behavior in older versions of Emacs). |
| 2071 | 2070 | ||
| 2071 | --- | ||
| 2072 | ** Changes in Allout | 2072 | ** Changes in Allout |
| 2073 | 2073 | ||
| 2074 | *** Topic cryptography added, enabling easy gpg topic encryption and | 2074 | *** Topic cryptography added, enabling easy gpg topic encryption and |
| @@ -2077,11 +2077,19 @@ clear-text within a single file to your heart's content, using symmetric | |||
| 2077 | and/or public key modes. Time-limited key caching, user-provided | 2077 | and/or public key modes. Time-limited key caching, user-provided |
| 2078 | symmetric key hinting and consistency verification, auto-encryption of | 2078 | symmetric key hinting and consistency verification, auto-encryption of |
| 2079 | pending topics on save, and more, make it easy to use encryption in | 2079 | pending topics on save, and more, make it easy to use encryption in |
| 2080 | powerful ways. | 2080 | powerful ways. Encryption behavior customization is collected in the |
| 2081 | allout-encryption customization group. | ||
| 2081 | 2082 | ||
| 2082 | *** `allout-view-change-hook' marked as being deprecated - use | 2083 | *** `allout-view-change-hook' marked as being deprecated - use |
| 2083 | `allout-exposure-change-hook' instead. Both are currently being used, but | 2084 | `allout-exposure-change-hook' instead. Both are still invoked, but |
| 2084 | `allout-view-change-hook' will be ignored in a subsequent allout version. | 2085 | `allout-view-change-hook' will eventually be ignored. The new |
| 2086 | `allout-exposure-change-hook' is called with args that were passed to | ||
| 2087 | `allout-flag-region', making it easier to use. | ||
| 2088 | |||
| 2089 | *** Other allout functions which change the outline structure also have | ||
| 2090 | hooks, enabling cooperative allout enhancements. See | ||
| 2091 | `allout-structure-added-hook', `allout-structure-deleted-hook', and | ||
| 2092 | `allout-structure-shifted-hook'. | ||
| 2085 | 2093 | ||
| 2086 | *** Default command prefix changed to "\C-c " (control-c space), to avoid | 2094 | *** Default command prefix changed to "\C-c " (control-c space), to avoid |
| 2087 | intruding on user's keybinding space. Customize the | 2095 | intruding on user's keybinding space. Customize the |
| @@ -2092,23 +2100,43 @@ concealed text, instead of selective-display. This simplifies the code, in | |||
| 2092 | particular avoiding the need for kludges for isearch dynamic-display, | 2100 | particular avoiding the need for kludges for isearch dynamic-display, |
| 2093 | discretionary handling of edits of concealed text, undo concerns, etc. | 2101 | discretionary handling of edits of concealed text, undo concerns, etc. |
| 2094 | 2102 | ||
| 2103 | *** Some previously rough topic-header format edge cases are reconciled. | ||
| 2104 | Level 1 topics use the mode's comment format, and lines starting with the | ||
| 2105 | asterisk - for instance, the comment close of some languages (eg, c's "*/" | ||
| 2106 | or mathematica's "*)") - at the beginning of line are no longer are | ||
| 2107 | interpreted as level 1 topics in those modes. (Yay!) | ||
| 2108 | |||
| 2095 | *** Many substantial fixes and refinements, including: | 2109 | *** Many substantial fixes and refinements, including: |
| 2096 | 2110 | ||
| 2097 | - repaired inhibition of inadvertent edits to concealed text | 2111 | - repaired regexp-quoting of custom header prefixes, so any literals |
| 2098 | - repaired retention of topic body hanging indent upon topic depth shifts | 2112 | will now work (for instance, mathematica's "(*" is now properly |
| 2113 | accepted). | ||
| 2114 | - repaired inhibition of inadvertent edits to concealed text. | ||
| 2099 | - refuse to create "containment discontinuities", where a | 2115 | - refuse to create "containment discontinuities", where a |
| 2100 | topic is shifted deeper than the offspring-depth of its' container | 2116 | topic is shifted deeper than the offspring-depth of its' container |
| 2101 | - auto-fill-mode is now left inactive when allout-mode starts, if it | 2117 | - auto-fill-mode is now left inactive when allout-mode starts, if it |
| 2102 | already was inactive. also, `allout-inhibit-auto-fill' custom | 2118 | already was inactive. also, `allout-inhibit-auto-fill' custom |
| 2103 | configuration variable makes it easy to disable auto fill in allout | 2119 | configuration variable makes it easy to disable auto fill in allout |
| 2104 | outlines in general or on a per-buffer basis. | 2120 | outlines in general or on a per-buffer basis. |
| 2105 | - new hook `allout-mode-deactivate-hook', for coordinating with | 2121 | - mode hook changes: new hook `allout-mode-deactivate-hook', for |
| 2106 | deactivation of allout-mode. | 2122 | coordinating with deactivation of allout-mode. `allout-mode-hook' is |
| 2123 | now run after the `allout-mode' variable is changed, as is the new | ||
| 2124 | `allout-mode-deactivate-hook'. | ||
| 2125 | - allout now tolerates fielded text in outlines without disruption. | ||
| 2126 | - hot-spot navigation now is modularized with a new function, | ||
| 2127 | `allout-hotspot-key-handler', enabling easier articulation and | ||
| 2128 | enhancement of the functionality by allout addons. | ||
| 2129 | - topic body navigation is easier, where repeated beginning of line and | ||
| 2130 | end of line key commands cycle through the actually beginning/end of | ||
| 2131 | line and then beginning/end of topic, etc. see new customization vars | ||
| 2132 | `allout-beginning-of-line-cycles' and `allout-end-of-line-cycles'. | ||
| 2133 | - repaired retention of topic body hanging indent upon topic depth shifts | ||
| 2107 | - bulleting variation is simpler and more accommodating, both in the | 2134 | - bulleting variation is simpler and more accommodating, both in the |
| 2108 | default behavior and in ability to vary when creating new topics | 2135 | default behavior and in ability to vary when creating new topics |
| 2109 | - mode deactivation now does cleans up effectively, more properly | 2136 | - mode deactivation now does cleans up effectively, more properly |
| 2110 | restoring affected variables and hooks to former state, removing | 2137 | restoring affected variables and hooks to former state, removing |
| 2111 | overlays, etc. | 2138 | overlays, etc. see `allout-add-resumptions' and |
| 2139 | `allout-do-resumptions', which replace the old `allout-resumptions'. | ||
| 2112 | - included a few unit-tests for interior functionality. developers can | 2140 | - included a few unit-tests for interior functionality. developers can |
| 2113 | have them automatically run at the end of module load by customizing | 2141 | have them automatically run at the end of module load by customizing |
| 2114 | the option `allout-run-unit-tests-on-load'. | 2142 | the option `allout-run-unit-tests-on-load'. |
| @@ -3588,6 +3616,9 @@ variable `calculator-radix-grouping-mode'. | |||
| 3588 | ** iso-acc.el is now obsolete. Use one of the latin input methods instead. | 3616 | ** iso-acc.el is now obsolete. Use one of the latin input methods instead. |
| 3589 | 3617 | ||
| 3590 | --- | 3618 | --- |
| 3619 | ** zone-mode.el is now obsolete. Use dns-mode.el instead. | ||
| 3620 | |||
| 3621 | --- | ||
| 3591 | ** cplus-md.el has been deleted. | 3622 | ** cplus-md.el has been deleted. |
| 3592 | 3623 | ||
| 3593 | ** Ewoc changes | 3624 | ** Ewoc changes |
diff --git a/etc/TUTORIAL b/etc/TUTORIAL index 5748d0d4e5e..630cc4f9765 100644 --- a/etc/TUTORIAL +++ b/etc/TUTORIAL | |||
| @@ -217,7 +217,7 @@ This should have scrolled the screen up by 8 lines. If you would like | |||
| 217 | to scroll it down again, you can give an argument to M-v. | 217 | to scroll it down again, you can give an argument to M-v. |
| 218 | 218 | ||
| 219 | If you are using a windowed display, such as X11 or MS-Windows, there | 219 | If you are using a windowed display, such as X11 or MS-Windows, there |
| 220 | should be a tall rectangular area called a scroll bar at the left hand | 220 | should be a tall rectangular area called a scroll bar at the |
| 221 | side of the Emacs window. You can scroll the text by clicking the | 221 | side of the Emacs window. You can scroll the text by clicking the |
| 222 | mouse in the scroll bar. | 222 | mouse in the scroll bar. |
| 223 | 223 | ||
diff --git a/etc/TUTORIAL.de b/etc/TUTORIAL.de index 4ccdd88523c..c181d596065 100644 --- a/etc/TUTORIAL.de +++ b/etc/TUTORIAL.de | |||
| @@ -285,8 +285,8 @@ sein. Wollen Sie ihn nach unten verschieben, dann geben Sie M-v mit | |||
| 285 | einem numerischen Argument ein. | 285 | einem numerischen Argument ein. |
| 286 | 286 | ||
| 287 | Wenn Sie eine graphische Oberfläche wie X oder MS-Windows verwenden, | 287 | Wenn Sie eine graphische Oberfläche wie X oder MS-Windows verwenden, |
| 288 | dann befindet sich ein schmaler, langgezogener rechteckiger Bereich im | 288 | dann befindet sich ein schmaler, langgezogener rechteckiger Bereich auf |
| 289 | Regelfall auf der linken Seite des Emacs-Fensters. Dieser Bereich | 289 | der linken oder rechten Seite des Emacs-Fensters. Dieser Bereich |
| 290 | wird Scrollbar genannt (`Verschiebungsbalken'). Sie können Text | 290 | wird Scrollbar genannt (`Verschiebungsbalken'). Sie können Text |
| 291 | verschieben, indem Sie mit der Maus auf den Scrollbar klicken. | 291 | verschieben, indem Sie mit der Maus auf den Scrollbar klicken. |
| 292 | 292 | ||
diff --git a/etc/orgcard.tex b/etc/orgcard.tex index 951d0167c2e..ef2e847b5f1 100644 --- a/etc/orgcard.tex +++ b/etc/orgcard.tex | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | % Reference Card for Org Mode | 1 | % Reference Card for Org Mode |
| 2 | \def\orgversionnumber{4.43} | 2 | \def\orgversionnumber{4.44} |
| 3 | \def\year{2006} | 3 | \def\year{2006} |
| 4 | % | 4 | % |
| 5 | %**start of header | 5 | %**start of header |