diff options
| author | Juanma Barranquero | 2010-07-20 13:13:25 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-07-20 13:13:25 +0200 |
| commit | a628ad9d974d15b9fbab527e0151377d23b5aeae (patch) | |
| tree | 1e713b66b48e12f7ab96ca4b6aaa9a1422d6c05b | |
| parent | da040a16153051de6359361bcc9727f97782b350 (diff) | |
| download | emacs-a628ad9d974d15b9fbab527e0151377d23b5aeae.tar.gz emacs-a628ad9d974d15b9fbab527e0151377d23b5aeae.zip | |
Fix typos in ChangeLogs.
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/ChangeLog | 1 | ||||
| -rw-r--r-- | lib-src/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 48 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/org/ChangeLog | 233 | ||||
| -rw-r--r-- | lisp/url/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 40 |
10 files changed, 176 insertions, 181 deletions
| @@ -44,7 +44,8 @@ | |||
| 44 | Fix CFLAGS for non-GCC compilers. | 44 | Fix CFLAGS for non-GCC compilers. |
| 45 | * configure.in (CFLAGS): Always use -g like it was done before the | 45 | * configure.in (CFLAGS): Always use -g like it was done before the |
| 46 | 2010-03-30 change. | 46 | 2010-03-30 change. |
| 47 | (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags. (Bug#6538) | 47 | (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags. |
| 48 | (Bug#6538) | ||
| 48 | 49 | ||
| 49 | 2010-06-30 Glenn Morris <rgm@gnu.org> | 50 | 2010-06-30 Glenn Morris <rgm@gnu.org> |
| 50 | 51 | ||
| @@ -82,8 +83,7 @@ | |||
| 82 | 83 | ||
| 83 | 2010-06-12 Glenn Morris <rgm@gnu.org> | 84 | 2010-06-12 Glenn Morris <rgm@gnu.org> |
| 84 | 85 | ||
| 85 | * Makefile.in (install-arch-indep): Delete any old info .gz files | 86 | * Makefile.in (install-arch-indep): Delete any old info .gz files first. |
| 86 | first. | ||
| 87 | 87 | ||
| 88 | 2010-06-11 Glenn Morris <rgm@gnu.org> | 88 | 2010-06-11 Glenn Morris <rgm@gnu.org> |
| 89 | 89 | ||
| @@ -509,7 +509,7 @@ | |||
| 509 | * configure.in: Remove support for old UNIX System V systems and | 509 | * configure.in: Remove support for old UNIX System V systems and |
| 510 | for Unixware on non-x86 machines. | 510 | for Unixware on non-x86 machines. |
| 511 | 511 | ||
| 512 | * configure.in: Remove support for Solaris on PPC and for old versions. | 512 | * configure.in: Remove support for Solaris on PPC and for old versions. |
| 513 | 513 | ||
| 514 | * configure.in: Remove non-working lynxos port. | 514 | * configure.in: Remove non-working lynxos port. |
| 515 | 515 | ||
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index ee6ba8ed50b..20e8150599b 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -25,8 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | 2010-06-19 Chong Yidong <cyd@stupidchicken.com> | 26 | 2010-06-19 Chong Yidong <cyd@stupidchicken.com> |
| 27 | 27 | ||
| 28 | * errors.texi (Standard Errors): Remove unnecessary markup | 28 | * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461). |
| 29 | (Bug#6461). | ||
| 30 | 29 | ||
| 31 | 2010-06-02 Chong Yidong <cyd@stupidchicken.com> | 30 | 2010-06-02 Chong Yidong <cyd@stupidchicken.com> |
| 32 | 31 | ||
| @@ -45,8 +44,7 @@ | |||
| 45 | 44 | ||
| 46 | 2010-05-22 Chong Yidong <cyd@stupidchicken.com> | 45 | 2010-05-22 Chong Yidong <cyd@stupidchicken.com> |
| 47 | 46 | ||
| 48 | * display.texi (Image Cache): Update documentation about image | 47 | * display.texi (Image Cache): Update documentation about image caching. |
| 49 | caching. | ||
| 50 | 48 | ||
| 51 | 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change) | 49 | 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change) |
| 52 | 50 | ||
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index e72ddd435d2..44d1e00be0d 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -109,7 +109,7 @@ | |||
| 109 | 109 | ||
| 110 | * Version 23.2 released. | 110 | * Version 23.2 released. |
| 111 | 111 | ||
| 112 | 2010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change) | 112 | 2010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change) |
| 113 | 113 | ||
| 114 | * calc.texi (Tutorial): Use "^{\prime}" to indicate primes. | 114 | * calc.texi (Tutorial): Use "^{\prime}" to indicate primes. |
| 115 | 115 | ||
| @@ -258,7 +258,7 @@ | |||
| 258 | 2010-01-17 Michael Albinus <michael.albinus@gmx.de> | 258 | 2010-01-17 Michael Albinus <michael.albinus@gmx.de> |
| 259 | 259 | ||
| 260 | * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and | 260 | * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and |
| 261 | SXEmacs 22 to the supported systems. New item for hung ssh sessions. | 261 | SXEmacs 22 to the supported systems. New item for hung ssh sessions. |
| 262 | 262 | ||
| 263 | 2010-01-17 Glenn Morris <rgm@gnu.org> | 263 | 2010-01-17 Glenn Morris <rgm@gnu.org> |
| 264 | 264 | ||
diff --git a/etc/ChangeLog b/etc/ChangeLog index 82670f40949..923659fb478 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -7,7 +7,6 @@ | |||
| 7 | * refcards/orgcard.tex: Remove the key for the TODO sparse tree | 7 | * refcards/orgcard.tex: Remove the key for the TODO sparse tree |
| 8 | and add the new key. Document new keys for image and entity | 8 | and add the new key. Document new keys for image and entity |
| 9 | display. Document the Org Babel keys. | 9 | display. Document the Org Babel keys. |
| 10 | |||
| 11 | 10 | ||
| 12 | 2010-06-19 Ken Brown <kbrown@cornell.edu> | 11 | 2010-06-19 Ken Brown <kbrown@cornell.edu> |
| 13 | 12 | ||
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index e58d8ef1cd1..03cf3efbd06 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | 20 | ||
| 21 | 2010-07-11 Eli Zaretskii <eliz@gnu.org> | 21 | 2010-07-11 Eli Zaretskii <eliz@gnu.org> |
| 22 | 22 | ||
| 23 | * makefile.w32-in (obj): Add menu.o, bidi.o, w32uniscrobe.o, | 23 | * makefile.w32-in (obj): Add menu.o, bidi.o, w32uniscribe.o, |
| 24 | and unexw32.o. (Bug#6603) | 24 | and unexw32.o. (Bug#6603) |
| 25 | 25 | ||
| 26 | 2010-07-10 Eli Zaretskii <eliz@gnu.org> | 26 | 2010-07-10 Eli Zaretskii <eliz@gnu.org> |
| @@ -272,8 +272,7 @@ | |||
| 272 | 272 | ||
| 273 | 2010-01-29 Kester Habermann <kester@linuxtag.org> (tiny change) | 273 | 2010-01-29 Kester Habermann <kester@linuxtag.org> (tiny change) |
| 274 | 274 | ||
| 275 | * etags.c (Fortran_functions): Handle recursive keyword | 275 | * etags.c (Fortran_functions): Handle recursive keyword (Bug#5484). |
| 276 | (Bug#5484). | ||
| 277 | 276 | ||
| 278 | 2010-01-11 Glenn Morris <rgm@gnu.org> | 277 | 2010-01-11 Glenn Morris <rgm@gnu.org> |
| 279 | 278 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ecafde3d9bb..6c4294361ef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | 2010-07-18 Alan Mackenzie <acm@muc.de> | 14 | 2010-07-18 Alan Mackenzie <acm@muc.de> |
| 15 | 15 | ||
| 16 | Enhance `c-file-style' in file/directory local variables. | 16 | Enhance `c-file-style' in file/directory local variables. |
| 17 | * cc-mode.el (c-count-cfss): New function. | 17 | * progmodes/cc-mode.el (c-count-cfss): New function. |
| 18 | (c-before-hack-hook): Call `c-set-style' differently according to | 18 | (c-before-hack-hook): Call `c-set-style' differently according to |
| 19 | whether c-file-style was set in file or directory local | 19 | whether c-file-style was set in file or directory local |
| 20 | variables. | 20 | variables. |
| @@ -47,8 +47,7 @@ | |||
| 47 | (sql-connection-alist): New variable. | 47 | (sql-connection-alist): New variable. |
| 48 | (sql-connect): New function. | 48 | (sql-connect): New function. |
| 49 | (sql--alt-buffer-part, sql--alt-if-not-empty) | 49 | (sql--alt-buffer-part, sql--alt-if-not-empty) |
| 50 | (sql-make-alternate-buffer-name): Improved alternative buffer | 50 | (sql-make-alternate-buffer-name): Improved alternative buffer name. |
| 51 | name. | ||
| 52 | 51 | ||
| 53 | 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com> | 52 | 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| 54 | 53 | ||
| @@ -79,7 +78,7 @@ | |||
| 79 | 78 | ||
| 80 | 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de> | 79 | 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de> |
| 81 | 80 | ||
| 82 | * vc.el (vc-coding-system-inherit-eol): New defvar. | 81 | * vc/vc.el (vc-coding-system-inherit-eol): New defvar. |
| 83 | (vc-coding-system-for-diff): Use it to decide whether to inherit | 82 | (vc-coding-system-for-diff): Use it to decide whether to inherit |
| 84 | from the file the EOL format for reading the diffs of that file. | 83 | from the file the EOL format for reading the diffs of that file. |
| 85 | (Bug#4451) | 84 | (Bug#4451) |
| @@ -132,7 +131,7 @@ | |||
| 132 | * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite | 131 | * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite |
| 133 | Cut/Copy/Paste menu bar items. | 132 | Cut/Copy/Paste menu bar items. |
| 134 | 133 | ||
| 135 | 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com> | 134 | 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| 136 | 135 | ||
| 137 | Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975). | 136 | Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975). |
| 138 | Patch applied by Karl Fogel. | 137 | Patch applied by Karl Fogel. |
| @@ -142,7 +141,7 @@ | |||
| 142 | another buffer (e.g gnus-art). | 141 | another buffer (e.g gnus-art). |
| 143 | 142 | ||
| 144 | 2010-07-13 Karl Fogel <kfogel@red-bean.com> | 143 | 2010-07-13 Karl Fogel <kfogel@red-bean.com> |
| 145 | Thierry Volpiatto <thierry.volpiatto@gmail.com> | 144 | Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| 146 | 145 | ||
| 147 | Preparation for setting bookmarks in Gnus article buffers (Bug#5975). | 146 | Preparation for setting bookmarks in Gnus article buffers (Bug#5975). |
| 148 | 147 | ||
| @@ -244,7 +243,8 @@ | |||
| 244 | 243 | ||
| 245 | 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es> | 244 | 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es> |
| 246 | 245 | ||
| 247 | * ispell.el (ispell-alternate-dictionary): Use file-readable-p. | 246 | * textmodes/ispell.el (ispell-alternate-dictionary): |
| 247 | Use file-readable-p. | ||
| 248 | Return nil if no word-list is found at default locations. | 248 | Return nil if no word-list is found at default locations. |
| 249 | (ispell-complete-word-dict): Default to nil. | 249 | (ispell-complete-word-dict): Default to nil. |
| 250 | (ispell-command-loop): Use 'word-list' when using lookup-words. | 250 | (ispell-command-loop): Use 'word-list' when using lookup-words. |
| @@ -385,7 +385,7 @@ | |||
| 385 | * bindings.el (global-map): Bind delete and DEL, the former to | 385 | * bindings.el (global-map): Bind delete and DEL, the former to |
| 386 | delete-forward-char. | 386 | delete-forward-char. |
| 387 | 387 | ||
| 388 | 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com> | 388 | 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com> |
| 389 | 389 | ||
| 390 | * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB. | 390 | * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB. |
| 391 | (ruby-mode): Bind indent-line-function (Bug#5119). | 391 | (ruby-mode): Bind indent-line-function (Bug#5119). |
| @@ -413,11 +413,11 @@ | |||
| 413 | 413 | ||
| 414 | 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es> | 414 | 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es> |
| 415 | 415 | ||
| 416 | * flyspell.el (flyspell-check-previous-highlighted-word): Make | 416 | * textmodes/flyspell.el (flyspell-check-previous-highlighted-word): |
| 417 | sure `flyspell-word' re-checks word after function run (Bug#6504). | 417 | Make sure `flyspell-word' re-checks word after function run (Bug#6504). |
| 418 | 418 | ||
| 419 | * ispell.el (ispell-init-process): Make sure ispell and default | 419 | * textmodes/ispell.el (ispell-init-process): Make sure ispell and |
| 420 | directories are expanded. (Bug#6143). | 420 | default directories are expanded. (Bug#6143). |
| 421 | 421 | ||
| 422 | 2010-06-24 Juri Linkov <juri@jurta.org> | 422 | 2010-06-24 Juri Linkov <juri@jurta.org> |
| 423 | 423 | ||
| @@ -473,7 +473,7 @@ | |||
| 473 | 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu> | 473 | 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu> |
| 474 | 474 | ||
| 475 | Avoid displaying files with a nil state in vc-dir. | 475 | Avoid displaying files with a nil state in vc-dir. |
| 476 | * vc-dir.el (vc-dir-update): Obey the noinsert argument in all | 476 | * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all |
| 477 | cases that cause insertion. | 477 | cases that cause insertion. |
| 478 | (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files | 478 | (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files |
| 479 | with a nil state. | 479 | with a nil state. |
| @@ -594,8 +594,8 @@ | |||
| 594 | 594 | ||
| 595 | 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es> | 595 | 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es> |
| 596 | 596 | ||
| 597 | * ispell.el (ispell-aspell-find-dictionary): Fix regexp for | 597 | * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp |
| 598 | languages like Portuguese with pt_{BR,PT} and no plain pt. | 598 | for languages like Portuguese with pt_{BR,PT} and no plain pt. |
| 599 | 599 | ||
| 600 | 2010-06-17 Juanma Barranquero <lekktu@gmail.com> | 600 | 2010-06-17 Juanma Barranquero <lekktu@gmail.com> |
| 601 | 601 | ||
| @@ -658,7 +658,8 @@ | |||
| 658 | Fix annotating other revisions for renamed files in vc-annotate. | 658 | Fix annotating other revisions for renamed files in vc-annotate. |
| 659 | * vc-annotate.el (vc-annotate): Add an optional argument for the | 659 | * vc-annotate.el (vc-annotate): Add an optional argument for the |
| 660 | VC backend. Use it when non-nil. | 660 | VC backend. Use it when non-nil. |
| 661 | (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487) | 661 | (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. |
| 662 | (Bug#6487) | ||
| 662 | 663 | ||
| 663 | Fix vc-annotate-show-changeset-diff-revision-at-line for git. | 664 | Fix vc-annotate-show-changeset-diff-revision-at-line for git. |
| 664 | * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal): | 665 | * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal): |
| @@ -751,7 +752,7 @@ | |||
| 751 | 752 | ||
| 752 | 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es> | 753 | 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es> |
| 753 | 754 | ||
| 754 | * ispell.el (ispell-dictionary-base-alist): Fix | 755 | * textmodes/ispell.el (ispell-dictionary-base-alist): Fix |
| 755 | portuguese casechars/not-casechars for missing 'çÇ'. | 756 | portuguese casechars/not-casechars for missing 'çÇ'. |
| 756 | Suggested by Rolando Pereira (bug#6434). | 757 | Suggested by Rolando Pereira (bug#6434). |
| 757 | 758 | ||
| @@ -1079,8 +1080,7 @@ | |||
| 1079 | 1080 | ||
| 1080 | 2010-06-03 Chong Yidong <cyd@stupidchicken.com> | 1081 | 2010-06-03 Chong Yidong <cyd@stupidchicken.com> |
| 1081 | 1082 | ||
| 1082 | * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc | 1083 | * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix. |
| 1083 | fix. | ||
| 1084 | 1084 | ||
| 1085 | 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca> | 1085 | 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca> |
| 1086 | 1086 | ||
| @@ -1459,7 +1459,7 @@ | |||
| 1459 | * net/rcirc.el (rcirc-server-alist): Add :pass. | 1459 | * net/rcirc.el (rcirc-server-alist): Add :pass. |
| 1460 | (rcirc): When prompting for connection parameters, also prompt for | 1460 | (rcirc): When prompting for connection parameters, also prompt for |
| 1461 | username and password. | 1461 | username and password. |
| 1462 | (rcirc-connect): Take a PASS argument. If PASS is non-nil, send | 1462 | (rcirc-connect): Take a PASS argument. If PASS is non-nil, send |
| 1463 | value to server when connecting. | 1463 | value to server when connecting. |
| 1464 | 1464 | ||
| 1465 | 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca> | 1465 | 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -1841,8 +1841,8 @@ | |||
| 1841 | 1841 | ||
| 1842 | 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es> | 1842 | 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es> |
| 1843 | 1843 | ||
| 1844 | * ispell.el (ispell-init-process): Do not kill ispell process | 1844 | * textmodes/ispell.el (ispell-init-process): Do not kill ispell |
| 1845 | everytime when spellchecking from the minibuffer (bug#6143). | 1845 | process everytime when spellchecking from the minibuffer (bug#6143). |
| 1846 | 1846 | ||
| 1847 | 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca> | 1847 | 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 1848 | 1848 | ||
| @@ -2503,8 +2503,8 @@ | |||
| 2503 | 2503 | ||
| 2504 | 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es> | 2504 | 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es> |
| 2505 | 2505 | ||
| 2506 | * ispell.el (ispell-init-process): Fix personal dictionary condition | 2506 | * textmodes/ispell.el (ispell-init-process): Fix personal dictionary |
| 2507 | in default directory check. | 2507 | condition in default directory check. |
| 2508 | (ispell-init-process,ispell-kill-ispell,kill-buffer-hook): | 2508 | (ispell-init-process,ispell-kill-ispell,kill-buffer-hook): |
| 2509 | Kill ispell process when killing its associated buffer. | 2509 | Kill ispell process when killing its associated buffer. |
| 2510 | 2510 | ||
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index ba83627094e..4abcd9824e2 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -110,7 +110,7 @@ | |||
| 110 | 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de> | 110 | 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de> |
| 111 | 111 | ||
| 112 | * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group | 112 | * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group |
| 113 | when catching the `C-g'. Reported by: "Leo" | 113 | when catching the `C-g'. Reported by "Leo". |
| 114 | 114 | ||
| 115 | 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org> | 115 | 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org> |
| 116 | 116 | ||
| @@ -244,7 +244,7 @@ | |||
| 244 | 244 | ||
| 245 | * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml | 245 | * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml |
| 246 | handles on recursive mml-to-mime translation and check them for | 246 | handles on recursive mml-to-mime translation and check them for |
| 247 | boundary delimiter collisions. Reported by: Greg Troxel. | 247 | boundary delimiter collisions. Reported by Greg Troxel. |
| 248 | 248 | ||
| 249 | 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org> | 249 | 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org> |
| 250 | 250 | ||
| @@ -392,7 +392,7 @@ | |||
| 392 | (nnimap-retrieve-groups, nnimap-verify-uidvalidity) | 392 | (nnimap-retrieve-groups, nnimap-verify-uidvalidity) |
| 393 | (nnimap-update-unseen): Significantly improved speed of Gnus startup | 393 | (nnimap-update-unseen): Significantly improved speed of Gnus startup |
| 394 | with many imap folders. This is done by caching the group status from | 394 | with many imap folders. This is done by caching the group status from |
| 395 | the imap server persistently in a group parameter `imap-status'. (This | 395 | the imap server persistently in a group parameter `imap-status'. (This |
| 396 | was cached before too if `nnimap-retrieve-groups-asynchronous' was set, | 396 | was cached before too if `nnimap-retrieve-groups-asynchronous' was set, |
| 397 | but not persistently, so every Gnus startup was still very slow.) | 397 | but not persistently, so every Gnus startup was still very slow.) |
| 398 | 398 | ||
| @@ -517,7 +517,7 @@ | |||
| 517 | 517 | ||
| 518 | * nneething.el (mailcap): Require mailcap. | 518 | * nneething.el (mailcap): Require mailcap. |
| 519 | 519 | ||
| 520 | * nnheader.el: (declare-function): Add compatibility stub. | 520 | * nnheader.el (declare-function): Add compatibility stub. |
| 521 | (message-remove-header): Declare rather than autoload. | 521 | (message-remove-header): Declare rather than autoload. |
| 522 | (nnheader-replace-header): Require message. | 522 | (nnheader-replace-header): Require message. |
| 523 | 523 | ||
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index fe66321d4e6..436cdbd846f 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -44,17 +44,16 @@ | |||
| 44 | 44 | ||
| 45 | 2010-07-19 Matt Lundin <mdl@imapmail.org> | 45 | 2010-07-19 Matt Lundin <mdl@imapmail.org> |
| 46 | 46 | ||
| 47 | * org-agenda.el (org-search-view): Fixed inclusion of agenda-archives | 47 | * org-agenda.el (org-search-view): Fix inclusion of agenda-archives |
| 48 | in org-agenda-text-search-extra-files. | 48 | in org-agenda-text-search-extra-files. |
| 49 | 49 | ||
| 50 | 2010-07-19 David Maus <dmaus@ictsoc.de> | 50 | 2010-07-19 David Maus <dmaus@ictsoc.de> |
| 51 | 51 | ||
| 52 | * org-list.el (org-list-send-list): Locally bind variable | 52 | * org-list.el (org-list-send-list): Locally bind variable `txt'. |
| 53 | `txt'. | ||
| 54 | 53 | ||
| 55 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | 54 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> |
| 56 | 55 | ||
| 57 | * org.el (org-reload): now also reloading babel files | 56 | * org.el (org-reload): Now also reloading babel files. |
| 58 | 57 | ||
| 59 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> | 58 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> |
| 60 | 59 | ||
| @@ -64,7 +63,8 @@ | |||
| 64 | 63 | ||
| 65 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> | 64 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> |
| 66 | 65 | ||
| 67 | * org-latex.el (org-export-latex-preprocess): Make a special case for \nbsp. | 66 | * org-latex.el (org-export-latex-preprocess): Make a special case |
| 67 | for \nbsp. | ||
| 68 | (org-latex-entities): Remove the entry for \nbsp. | 68 | (org-latex-entities): Remove the entry for \nbsp. |
| 69 | (org-latex-entities-exceptions): Variable removed. | 69 | (org-latex-entities-exceptions): Variable removed. |
| 70 | 70 | ||
| @@ -92,7 +92,7 @@ | |||
| 92 | 92 | ||
| 93 | 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com> | 93 | 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com> |
| 94 | 94 | ||
| 95 | * org-list.el (org-list-send-list): regexp defining the start of | 95 | * org-list.el (org-list-send-list): Regexp defining the start of |
| 96 | a radio list is now on par with the one used for radio tables. | 96 | a radio list is now on par with the one used for radio tables. |
| 97 | 97 | ||
| 98 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> | 98 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> |
| @@ -107,12 +107,12 @@ | |||
| 107 | 107 | ||
| 108 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | 108 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> |
| 109 | 109 | ||
| 110 | * org-latex.el (org-export-latex-listings-langs): added (sqlite "SQL") | 110 | * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL"). |
| 111 | 111 | ||
| 112 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> | 112 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> |
| 113 | 113 | ||
| 114 | * org-latex.el (org-export-latex-first-lines): Do not mark | 114 | * org-latex.el (org-export-latex-first-lines): Do not mark |
| 115 | meta lines for removal. Do not remove BABEL config lines during export | 115 | meta lines for removal. Do not remove BABEL config lines during export. |
| 116 | 116 | ||
| 117 | 2010-07-19 David Maus <dmaus@ictsoc.de> | 117 | 2010-07-19 David Maus <dmaus@ictsoc.de> |
| 118 | 118 | ||
| @@ -121,11 +121,11 @@ | |||
| 121 | 121 | ||
| 122 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | 122 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> |
| 123 | 123 | ||
| 124 | * org.el: added autoload for org-babel-do-load-languages | 124 | * org.el: Add autoload for org-babel-do-load-languages. |
| 125 | 125 | ||
| 126 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | 126 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> |
| 127 | 127 | ||
| 128 | * org-src.el (org-src-lang-modes): added sqlite to sql-mode | 128 | * org-src.el (org-src-lang-modes): Add sqlite to sql-mode. |
| 129 | 129 | ||
| 130 | 2010-07-19 David Maus <dmaus@ictsoc.de> | 130 | 2010-07-19 David Maus <dmaus@ictsoc.de> |
| 131 | 131 | ||
| @@ -181,27 +181,27 @@ | |||
| 181 | 181 | ||
| 182 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | 182 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> |
| 183 | 183 | ||
| 184 | * org.el (org-babel-load-languages): adding ob-mscgen | 184 | * org.el (org-babel-load-languages): Add ob-mscgen. |
| 185 | 185 | ||
| 186 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | 186 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> |
| 187 | 187 | ||
| 188 | * org-latex.el (org-export-latex-tables): format string now | 188 | * org-latex.el (org-export-latex-tables): Format string now |
| 189 | matches options | 189 | matches options. |
| 190 | 190 | ||
| 191 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | 191 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> |
| 192 | 192 | ||
| 193 | * org.el (org-babel-load-languages): this variable controls which | 193 | * org.el (org-babel-load-languages): This variable controls which |
| 194 | languages will be loaded by org-babel. It is customizable through | 194 | languages will be loaded by org-babel. It is customizable through |
| 195 | the customize interface. | 195 | the customize interface. |
| 196 | 196 | ||
| 197 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | 197 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> |
| 198 | 198 | ||
| 199 | * org-latex.el (org-export-latex-format-image): updated number of | 199 | * org-latex.el (org-export-latex-format-image): Update number of |
| 200 | arguments to allow for an optional short-name | 200 | arguments to allow for an optional short-name. |
| 201 | 201 | ||
| 202 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> | 202 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> |
| 203 | 203 | ||
| 204 | * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2 | 204 | * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2. |
| 205 | 205 | ||
| 206 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> | 206 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> |
| 207 | 207 | ||
| @@ -222,7 +222,7 @@ | |||
| 222 | 222 | ||
| 223 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> | 223 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> |
| 224 | 224 | ||
| 225 | * org.el (org-default-notes-file): Update docstring | 225 | * org.el (org-default-notes-file): Update docstring. |
| 226 | 226 | ||
| 227 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> | 227 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> |
| 228 | 228 | ||
| @@ -230,13 +230,13 @@ | |||
| 230 | 230 | ||
| 231 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | 231 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> |
| 232 | 232 | ||
| 233 | * org-exp.el (org-export-attach-captions-and-attributes): adding | 233 | * org-exp.el (org-export-attach-captions-and-attributes): Add |
| 234 | a shortname attribute to caption strings under the symbol name | 234 | a shortname attribute to caption strings under the symbol name |
| 235 | org-caption-shortn. | 235 | org-caption-shortn. |
| 236 | 236 | ||
| 237 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> | 237 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> |
| 238 | 238 | ||
| 239 | * org.el (org-switchb): Renamed from `org-iswitchb'. Improve | 239 | * org.el (org-switchb): Rename from `org-iswitchb'. Improve |
| 240 | docstring. | 240 | docstring. |
| 241 | (org-iswitchb): New alias. | 241 | (org-iswitchb): New alias. |
| 242 | (org-ido-switchb): Make alias point to `org-switchb'. | 242 | (org-ido-switchb): Make alias point to `org-switchb'. |
| @@ -313,28 +313,28 @@ | |||
| 313 | 313 | ||
| 314 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | 314 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> |
| 315 | 315 | ||
| 316 | * org-exp.el (org-export-handle-table-metalines): this function | 316 | * org-exp.el (org-export-handle-table-metalines): This function |
| 317 | removes table specific meta-lines, now that we aren't wiping | 317 | removes table specific meta-lines, now that we aren't wiping |
| 318 | everything that looks remotely like a comment at the end of the | 318 | everything that looks remotely like a comment at the end of the |
| 319 | export process we have to be sure to catch all of the specific lines | 319 | export process we have to be sure to catch all of the specific lines |
| 320 | in org-exp.el | 320 | in org-exp.el. |
| 321 | 321 | ||
| 322 | 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com> | 322 | 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com> |
| 323 | 323 | ||
| 324 | * org-exp.el: (org-export-select-backend-specific-text) Properly | 324 | * org-exp.el (org-export-select-backend-specific-text): Properly |
| 325 | get rid of #+Backend and #+ATTR_Backend specifics to backends not | 325 | get rid of #+Backend and #+ATTR_Backend specifics to backends not |
| 326 | matching the one we're exporting to. | 326 | matching the one we're exporting to. |
| 327 | 327 | ||
| 328 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | 328 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> |
| 329 | 329 | ||
| 330 | * Makefile (lisp/org-install.el): replacing babel files in | 330 | * Makefile (lisp/org-install.el): Replace babel files in |
| 331 | construction of org-install.el | 331 | construction of org-install.el. |
| 332 | 332 | ||
| 333 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | 333 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> |
| 334 | 334 | ||
| 335 | * org-table.el (orgtbl-to-generic): added the :remove-newlines | 335 | * org-table.el (orgtbl-to-generic): Add the :remove-newlines |
| 336 | option which will strip newline characters from the text of table | 336 | option which will strip newline characters from the text of table |
| 337 | cells and replace then with "\n" | 337 | cells and replace then with "\n". |
| 338 | 338 | ||
| 339 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> | 339 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> |
| 340 | 340 | ||
| @@ -353,8 +353,8 @@ | |||
| 353 | 353 | ||
| 354 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> | 354 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> |
| 355 | 355 | ||
| 356 | * org-capture.el (org-capture-position-for-last-stored): | 356 | * org-capture.el (org-capture-position-for-last-stored) |
| 357 | org-capture-bookmark-last-stored-position): New functions. | 357 | (org-capture-bookmark-last-stored-position): New functions. |
| 358 | (org-capture-place-table-line): Better error catching. | 358 | (org-capture-place-table-line): Better error catching. |
| 359 | (org-capture-place-item): | 359 | (org-capture-place-item): |
| 360 | (org-capture-place-entry): | 360 | (org-capture-place-entry): |
| @@ -365,10 +365,10 @@ | |||
| 365 | 365 | ||
| 366 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | 366 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> |
| 367 | 367 | ||
| 368 | * org-exp.el (org-export-mark-blockquote-verse-center): fixed | 368 | * org-exp.el (org-export-mark-blockquote-verse-center): Fix |
| 369 | small bug, now grabbing match data before overwritten by looking-at | 369 | small bug, now grabbing match data before overwritten by looking-at |
| 370 | this fixes a problem with remainders of #+end_quote lines appearing | 370 | this fixes a problem with remainders of #+end_quote lines appearing |
| 371 | in exported output | 371 | in exported output. |
| 372 | 372 | ||
| 373 | 2010-07-19 David Maus <dmaus@ictsoc.de> | 373 | 2010-07-19 David Maus <dmaus@ictsoc.de> |
| 374 | 374 | ||
| @@ -377,19 +377,19 @@ | |||
| 377 | 377 | ||
| 378 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | 378 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> |
| 379 | 379 | ||
| 380 | * org-latex.el (org-export-latex-fixed-width): now checking | 380 | * org-latex.el (org-export-latex-fixed-width): Now check |
| 381 | org-example rather than org-protected on verbatim export, because by | 381 | org-example rather than org-protected on verbatim export, because by |
| 382 | default all ": " prefixed lines are marked protected | 382 | default all ": " prefixed lines are marked protected. |
| 383 | 383 | ||
| 384 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | 384 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> |
| 385 | 385 | ||
| 386 | * org-latex.el (org-export-latex-fixed-width): check for | 386 | * org-latex.el (org-export-latex-fixed-width): Check for |
| 387 | protection before wrapping ": " lines as verbatim | 387 | protection before wrapping ": " lines as verbatim. |
| 388 | 388 | ||
| 389 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | 389 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> |
| 390 | 390 | ||
| 391 | * org-exp.el (org-export-handle-comments): check for protection | 391 | * org-exp.el (org-export-handle-comments): Check for protection |
| 392 | before removing comments | 392 | before removing comments. |
| 393 | 393 | ||
| 394 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> | 394 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> |
| 395 | 395 | ||
| @@ -461,7 +461,7 @@ | |||
| 461 | * org-compat.el (org-get-x-clipboard): Function moved here from | 461 | * org-compat.el (org-get-x-clipboard): Function moved here from |
| 462 | remember.el. | 462 | remember.el. |
| 463 | 463 | ||
| 464 | * org-mks.el: New file | 464 | * org-mks.el: New file. |
| 465 | 465 | ||
| 466 | * org.el (org-set-regexps-and-options): Allow statistic cookies as | 466 | * org.el (org-set-regexps-and-options): Allow statistic cookies as |
| 467 | part of complex headlines. | 467 | part of complex headlines. |
| @@ -476,44 +476,43 @@ | |||
| 476 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> | 476 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> |
| 477 | 477 | ||
| 478 | * org-exp.el (org-export-format-source-code-or-example): Mark examples | 478 | * org-exp.el (org-export-format-source-code-or-example): Mark examples |
| 479 | by a property. o | 479 | by a property. |
| 480 | 480 | ||
| 481 | * org-html.el (org-export-html-close-lists-maybe): Check if raw | 481 | * org-html.el (org-export-html-close-lists-maybe): Check if raw |
| 482 | HTML stuff was actually made from an example | 482 | HTML stuff was actually made from an example. |
| 483 | 483 | ||
| 484 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | 484 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> |
| 485 | 485 | ||
| 486 | * Makefile (LISPF): let's not compile files that won't often be used. | 486 | * Makefile (LISPF): Let's not compile files that won't often be used. |
| 487 | 487 | ||
| 488 | 2010-07-19 Bastien Guerry <bzg@altern.org> | 488 | 2010-07-19 Bastien Guerry <bzg@altern.org> |
| 489 | 489 | ||
| 490 | * org-latex.el: items are no longer skipped when their first line | 490 | * org-latex.el: Items are no longer skipped when their first line |
| 491 | ends on a protected element. | 491 | ends on a protected element. |
| 492 | 492 | ||
| 493 | * org-list.el: protected environments looking like lists are not | 493 | * org-list.el: Protected environments looking like lists are not |
| 494 | exported anymore. | 494 | exported anymore. |
| 495 | 495 | ||
| 496 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | 496 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> |
| 497 | 497 | ||
| 498 | * org-exp-blocks.el (org-export-blocks-preprocess): | 498 | * org-exp-blocks.el (org-export-blocks-preprocess): |
| 499 | cleanup trailing newline after block | 499 | Cleanup trailing newline after block. |
| 500 | 500 | ||
| 501 | 2010-07-19 Bastien Guerry <bzg@altern.org> | 501 | 2010-07-19 Bastien Guerry <bzg@altern.org> |
| 502 | 502 | ||
| 503 | * org-exp.el: comment regexp now matches documentation. No more | 503 | * org-exp.el: Comment regexp now matches documentation. No more |
| 504 | protection check when deleting comments before export. | 504 | protection check when deleting comments before export. |
| 505 | 505 | ||
| 506 | 2010-07-19 Bastien Guerry <bzg@altern.org> | 506 | 2010-07-19 Bastien Guerry <bzg@altern.org> |
| 507 | 507 | ||
| 508 | * org-exp.el (org-export-preprocess-string): | 508 | * org-exp.el (org-export-preprocess-string): |
| 509 | now using `org-export-handle-include-files-recurse' to resolve | 509 | Now using `org-export-handle-include-files-recurse' to resolve |
| 510 | included files | 510 | included files. |
| 511 | 511 | ||
| 512 | 2010-07-19 Bastien Guerry <bzg@altern.org> | 512 | 2010-07-19 Bastien Guerry <bzg@altern.org> |
| 513 | 513 | ||
| 514 | * org-agenda.el (org-agenda-get-deadlines): | 514 | * org-agenda.el (org-agenda-get-deadlines): |
| 515 | (org-agenda-get-scheduled): | 515 | (org-agenda-get-scheduled): |
| 516 | |||
| 517 | * org.el (org-time-string-to-seconds): | 516 | * org.el (org-time-string-to-seconds): |
| 518 | For deadline and scheduled agenda display ignore the cyclic repeater | 517 | For deadline and scheduled agenda display ignore the cyclic repeater |
| 519 | when calculating how many days late the task is. If you have a weekly | 518 | when calculating how many days late the task is. If you have a weekly |
| @@ -529,7 +528,7 @@ | |||
| 529 | 2010-07-19 Mikael Fornius <mfo@abc.se> | 528 | 2010-07-19 Mikael Fornius <mfo@abc.se> |
| 530 | 529 | ||
| 531 | * org.el (org-raise-scripts): Do not fontify sub/superscripts of text | 530 | * org.el (org-raise-scripts): Do not fontify sub/superscripts of text |
| 532 | with face `org-special-keyword'. Makes property keys as :LAST_REPEAT: | 531 | with face `org-special-keyword'. Make property keys as :LAST_REPEAT: |
| 533 | display correctly. | 532 | display correctly. |
| 534 | 533 | ||
| 535 | 2010-07-19 Mikael Fornius <mfo@abc.se> | 534 | 2010-07-19 Mikael Fornius <mfo@abc.se> |
| @@ -538,20 +537,20 @@ | |||
| 538 | 537 | ||
| 539 | 2010-07-19 Mikael Fornius <mfo@abc.se> | 538 | 2010-07-19 Mikael Fornius <mfo@abc.se> |
| 540 | 539 | ||
| 541 | * org.el (test): Removed unused test function. | 540 | * org.el (test): Remove unused test function. |
| 542 | 541 | ||
| 543 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | 542 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> |
| 544 | 543 | ||
| 545 | * org-exp-blocks.el (org-export-blocks-preprocess): fixed typo | 544 | * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo. |
| 546 | 545 | ||
| 547 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | 546 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> |
| 548 | 547 | ||
| 549 | * org-exp-blocks.el (org-export-blocks-postblock-hook): adding | 548 | * org-exp-blocks.el (org-export-blocks-postblock-hook): Add |
| 550 | documentation to and turning into a defcustom | 549 | documentation to and turn into a defcustom. |
| 551 | 550 | ||
| 552 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | 551 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> |
| 553 | 552 | ||
| 554 | * org-exp.el (org-get-file-contents): by un-setting prefix1 to "" | 553 | * org-exp.el (org-get-file-contents): By un-setting prefix1 to "" |
| 555 | instead of to nil we avoid errors when :prefix1 is defined, but | 554 | instead of to nil we avoid errors when :prefix1 is defined, but |
| 556 | prefix is not. | 555 | prefix is not. |
| 557 | 556 | ||
| @@ -585,7 +584,7 @@ | |||
| 585 | 584 | ||
| 586 | * org.el (org-emph-re): Document the match groups. | 585 | * org.el (org-emph-re): Document the match groups. |
| 587 | 586 | ||
| 588 | 2010-07-19 Bernt Hansen <bernt@norang.ca> | 587 | 2010-07-19 Bernt Hansen <bernt@norang.ca> |
| 589 | 588 | ||
| 590 | * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to | 589 | * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to |
| 591 | t before calling `org-clock-out', so that that function can | 590 | t before calling `org-clock-out', so that that function can |
| @@ -636,20 +635,20 @@ | |||
| 636 | 635 | ||
| 637 | 2010-07-19 John Wiegley <jwiegley@gmail.com> | 636 | 2010-07-19 John Wiegley <jwiegley@gmail.com> |
| 638 | 637 | ||
| 639 | * org-clock.el (org-clock-clock-in, org-clock-in): Added | 638 | * org-clock.el (org-clock-clock-in, org-clock-in): Add |
| 640 | parameter `start-time'. | 639 | parameter `start-time'. |
| 641 | (org-clock-resolve-clock): Added parameter `clock-out-time'. | 640 | (org-clock-resolve-clock): Add parameter `clock-out-time'. |
| 642 | If set, and resolve-to is a past time, then the clock out | 641 | If set, and resolve-to is a past time, then the clock out |
| 643 | event occurs at `clock-out-time' rather than at `resolve-to'. | 642 | event occurs at `clock-out-time' rather than at `resolve-to'. |
| 644 | In this case, `resolve-to' becomes the clock in time. | 643 | In this case, `resolve-to' becomes the clock in time. |
| 645 | (org-clock-jump-to-current-clock): Created new global command | 644 | (org-clock-jump-to-current-clock): Create new global command |
| 646 | to reveal the current clock. | 645 | to reveal the current clock. |
| 647 | (org-clock-resolve): Added new commands g/G and j/J, and a | 646 | (org-clock-resolve): Add new commands g/G and j/J, and a |
| 648 | help window describing all commands and their meaning. | 647 | help window describing all commands and their meaning. |
| 649 | (org-clock-resolve-expert): New customization variable. | 648 | (org-clock-resolve-expert): New customization variable. |
| 650 | (org-find-open-clocks): Fixed a bug that caused discovered | 649 | (org-find-open-clocks): Fix a bug that caused discovered |
| 651 | clocks not to match up with the currently active clock. | 650 | clocks not to match up with the currently active clock. |
| 652 | (org-resolve-clocks): Changed the argument | 651 | (org-resolve-clocks): Change the argument |
| 653 | `also-non-dangling-p' to `only-dangling-p', since due to a bug | 652 | `also-non-dangling-p' to `only-dangling-p', since due to a bug |
| 654 | this was the default behavior all along. | 653 | this was the default behavior all along. |
| 655 | 654 | ||
| @@ -700,7 +699,7 @@ | |||
| 700 | * org-publish.el (org-publish-cache): Use one big hashmap for | 699 | * org-publish.el (org-publish-cache): Use one big hashmap for |
| 701 | each project defined in `org-publish-project-alist'. | 700 | each project defined in `org-publish-project-alist'. |
| 702 | (initialize-files-alist): Function removed. | 701 | (initialize-files-alist): Function removed. |
| 703 | (org-publish-validate-link): Function removed. | 702 | (org-publish-validate-link): Function removed. |
| 704 | (org-publish-get-base-files): Add variable `sitemap-requested' | 703 | (org-publish-get-base-files): Add variable `sitemap-requested' |
| 705 | to avoid sorting where possible. | 704 | to avoid sorting where possible. |
| 706 | (org-publish-get-files): Function removed. | 705 | (org-publish-get-files): Function removed. |
| @@ -732,7 +731,7 @@ | |||
| 732 | 2010-07-19 Jan Böker <jan.boecker@jboecker.de> | 731 | 2010-07-19 Jan Böker <jan.boecker@jboecker.de> |
| 733 | 732 | ||
| 734 | * org.el (org-file-apps): Improve docstring to reflect | 733 | * org.el (org-file-apps): Improve docstring to reflect |
| 735 | grouping matches | 734 | grouping matches. |
| 736 | 735 | ||
| 737 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> | 736 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> |
| 738 | 737 | ||
| @@ -812,7 +811,7 @@ | |||
| 812 | 2010-07-19 Dan Davison <davison@stats.ox.ac.uk> | 811 | 2010-07-19 Dan Davison <davison@stats.ox.ac.uk> |
| 813 | 812 | ||
| 814 | * org-src.el (org-edit-src-code): allow-write-back-p had | 813 | * org-src.el (org-edit-src-code): allow-write-back-p had |
| 815 | erroneously been omitted from let binding | 814 | erroneously been omitted from let binding. |
| 816 | 815 | ||
| 817 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> | 816 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> |
| 818 | 817 | ||
| @@ -936,7 +935,7 @@ | |||
| 936 | * org.el (org-set-autofill-regexps): XEmacs compatibility. | 935 | * org.el (org-set-autofill-regexps): XEmacs compatibility. |
| 937 | 936 | ||
| 938 | * org-latex.el (org-export-latex-set-initial-vars): Allow "-" | 937 | * org-latex.el (org-export-latex-set-initial-vars): Allow "-" |
| 939 | in latex class definitions | 938 | in latex class definitions. |
| 940 | 939 | ||
| 941 | * org.el (org-shiftup-hook, org-shiftdown-hook) | 940 | * org.el (org-shiftup-hook, org-shiftdown-hook) |
| 942 | (org-shiftleft-hook, org-shiftright-hook): New hooks. | 941 | (org-shiftleft-hook, org-shiftright-hook): New hooks. |
| @@ -985,7 +984,7 @@ | |||
| 985 | to the file. | 984 | to the file. |
| 986 | (org-publish-index-generate-theindex.inc): Check if there is | 985 | (org-publish-index-generate-theindex.inc): Check if there is |
| 987 | actually a target and only then add it to the link. | 986 | actually a target and only then add it to the link. |
| 988 | (org-publish-projects): Fix a remaining issue with the last commit | 987 | (org-publish-projects): Fix a remaining issue with the last commit. |
| 989 | 988 | ||
| 990 | * org-html.el (org-export-as-html): Treat verse as open/close | 989 | * org-html.el (org-export-as-html): Treat verse as open/close |
| 991 | paragraph. | 990 | paragraph. |
| @@ -996,7 +995,7 @@ | |||
| 996 | 995 | ||
| 997 | * org-src.el (org-edit-src-code): Allow the org-src edit buffer to | 996 | * org-src.el (org-edit-src-code): Allow the org-src edit buffer to |
| 998 | be used in a read-only mode. | 997 | be used in a read-only mode. |
| 999 | (org-edit-src-code): Different message in read-only mode | 998 | (org-edit-src-code): Different message in read-only mode. |
| 1000 | 999 | ||
| 1001 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> | 1000 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> |
| 1002 | 1001 | ||
| @@ -1146,7 +1145,7 @@ | |||
| 1146 | 1145 | ||
| 1147 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> | 1146 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> |
| 1148 | 1147 | ||
| 1149 | * org-footnote.el (org-footnote-goto-previous-reference): Renamed | 1148 | * org-footnote.el (org-footnote-goto-previous-reference): Rename |
| 1150 | from `org-footnote-goto-next-reference'. | 1149 | from `org-footnote-goto-next-reference'. |
| 1151 | 1150 | ||
| 1152 | * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if | 1151 | * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if |
| @@ -1189,17 +1188,17 @@ | |||
| 1189 | 1188 | ||
| 1190 | 2010-07-19 Jan Böcker <jan.boecker@jboecker.de> | 1189 | 2010-07-19 Jan Böcker <jan.boecker@jboecker.de> |
| 1191 | 1190 | ||
| 1192 | * org.el (org-file-apps-entry-match-against-dlink-p): new function. | 1191 | * org.el (org-file-apps-entry-match-against-dlink-p): New function. |
| 1193 | (org-file-apps-ex): remove variable. | 1192 | (org-file-apps-ex): Remove variable. |
| 1194 | (org-open-file): Integrate org-file-apps-ex functionality back | 1193 | (org-open-file): Integrate org-file-apps-ex functionality back |
| 1195 | into org-file-apps, and decide whether to match a regexp against | 1194 | into org-file-apps, and decide whether to match a regexp against |
| 1196 | the link or the filename using org-file-apps-entry-uses-grouping-p. | 1195 | the link or the filename using org-file-apps-entry-uses-grouping-p. |
| 1197 | 1196 | ||
| 1198 | 2010-07-19 Jan Böcker <jan.boecker@jboecker.de> | 1197 | 2010-07-19 Jan Böcker <jan.boecker@jboecker.de> |
| 1199 | 1198 | ||
| 1200 | * org.el (org-file-apps-ex): new variable. | 1199 | * org.el (org-file-apps-ex): New variable. |
| 1201 | (org-open-file): Before considering org-file-apps, first match the | 1200 | (org-open-file): Before considering org-file-apps, first match the |
| 1202 | regexps from org-file-apps-ex against the whole link. See | 1201 | regexps from org-file-apps-ex against the whole link. See |
| 1203 | docstring of org-file-apps-ex. | 1202 | docstring of org-file-apps-ex. |
| 1204 | 1203 | ||
| 1205 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> | 1204 | 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> |
| @@ -1266,7 +1265,7 @@ | |||
| 1266 | 1265 | ||
| 1267 | * org-entities.el (org-entities-user): Fix typo. | 1266 | * org-entities.el (org-entities-user): Fix typo. |
| 1268 | 1267 | ||
| 1269 | * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords | 1268 | * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords. |
| 1270 | 1269 | ||
| 1271 | * org-entities.el (org-entities-user): Improve docstring. | 1270 | * org-entities.el (org-entities-user): Improve docstring. |
| 1272 | 1271 | ||
| @@ -1390,14 +1389,14 @@ | |||
| 1390 | (org-emphasis-alist): Change Customize group variable name | 1389 | (org-emphasis-alist): Change Customize group variable name |
| 1391 | (org-emphasis-regexp-components): Change Customize group variable | 1390 | (org-emphasis-regexp-components): Change Customize group variable |
| 1392 | name | 1391 | name |
| 1393 | (org-modules): Remove mention of org-R | 1392 | (org-modules): Remove mention of org-R. |
| 1394 | 1393 | ||
| 1395 | * org-faces.el (org-faces): Change Customize group variable name | 1394 | * org-faces.el (org-faces): Change Customize group variable name. |
| 1396 | 1395 | ||
| 1397 | 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> | 1396 | 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> |
| 1398 | 1397 | ||
| 1399 | * org-agenda.el (org-diary-last-run-time): New variable. | 1398 | * org-agenda.el (org-diary-last-run-time): New variable. |
| 1400 | (org-diary): prepare agenda buffers only if last call was some | 1399 | (org-diary): Prepare agenda buffers only if last call was some |
| 1401 | time ago. | 1400 | time ago. |
| 1402 | 1401 | ||
| 1403 | * org-html.el (org-export-html-preprocess): Replace \ref macros | 1402 | * org-html.el (org-export-html-preprocess): Replace \ref macros |
| @@ -1415,7 +1414,7 @@ | |||
| 1415 | 1414 | ||
| 1416 | 2010-04-10 Dan Davison <davison@stats.ox.ac.uk> | 1415 | 2010-04-10 Dan Davison <davison@stats.ox.ac.uk> |
| 1417 | 1416 | ||
| 1418 | * org.el (org-hidden-keywords): New customizable variable. This is | 1417 | * org.el (org-hidden-keywords): New customizable variable. This is |
| 1419 | a list of symbols specifying which of the special keywords #+DATE, | 1418 | a list of symbols specifying which of the special keywords #+DATE, |
| 1420 | #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock. | 1419 | #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock. |
| 1421 | (org-fontify-meta-lines-and-blocks): Changes to font-lock code | 1420 | (org-fontify-meta-lines-and-blocks): Changes to font-lock code |
| @@ -1423,7 +1422,8 @@ | |||
| 1423 | 1422 | ||
| 1424 | * org-faces.el (org-document-title): New face for #+TITLE lines | 1423 | * org-faces.el (org-document-title): New face for #+TITLE lines |
| 1425 | (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines | 1424 | (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines |
| 1426 | (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL keywords | 1425 | (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL |
| 1426 | keywords. | ||
| 1427 | 1427 | ||
| 1428 | 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> | 1428 | 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> |
| 1429 | 1429 | ||
| @@ -1446,7 +1446,7 @@ | |||
| 1446 | * org-exp.el (org-export-author-info, org-export-email-info): Fix | 1446 | * org-exp.el (org-export-author-info, org-export-email-info): Fix |
| 1447 | docstrings. | 1447 | docstrings. |
| 1448 | 1448 | ||
| 1449 | * org-beamer.el (org-beamer-select-environment): Renamed from | 1449 | * org-beamer.el (org-beamer-select-environment): Rename from |
| 1450 | `org-beamer-set-environment-tag'. Improve docstring. | 1450 | `org-beamer-set-environment-tag'. Improve docstring. |
| 1451 | 1451 | ||
| 1452 | * org-freemind.el (org-freemind-write-mm-buffer): Fix another | 1452 | * org-freemind.el (org-freemind-write-mm-buffer): Fix another |
| @@ -1523,7 +1523,7 @@ | |||
| 1523 | 1523 | ||
| 1524 | * org-src.el (org-edit-src-exit): When returning from code edit | 1524 | * org-src.el (org-edit-src-exit): When returning from code edit |
| 1525 | buffer, if code block is hidden, leave point at start of | 1525 | buffer, if code block is hidden, leave point at start of |
| 1526 | #+begin_src line | 1526 | #+begin_src line. |
| 1527 | 1527 | ||
| 1528 | 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> | 1528 | 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> |
| 1529 | 1529 | ||
| @@ -1597,18 +1597,18 @@ | |||
| 1597 | (org-set-autofill-regexps): Store a backup of | 1597 | (org-set-autofill-regexps): Store a backup of |
| 1598 | `adaptive-fill-regexp'. | 1598 | `adaptive-fill-regexp'. |
| 1599 | (org-adaptive-fill-function): Fix filling of comments and ordered | 1599 | (org-adaptive-fill-function): Fix filling of comments and ordered |
| 1600 | lists. If there is no other match, till try adaptive fill. | 1600 | lists. If there is no other match, till try adaptive fill. |
| 1601 | 1601 | ||
| 1602 | 2010-04-10 John Wiegley <jwiegley@gmail.com> | 1602 | 2010-04-10 John Wiegley <jwiegley@gmail.com> |
| 1603 | 1603 | ||
| 1604 | * org-agenda.el (org-agenda-include-deadlines): Added new | 1604 | * org-agenda.el (org-agenda-include-deadlines): Add new |
| 1605 | customization variable to determine whether unscheduled tasks | 1605 | customization variable to determine whether unscheduled tasks |
| 1606 | should appear in the agenda solely because of their deadline. | 1606 | should appear in the agenda solely because of their deadline. |
| 1607 | Default to true, which was the previous behavior (it just wasn't | 1607 | Default to true, which was the previous behavior (it just wasn't |
| 1608 | configurable). | 1608 | configurable). |
| 1609 | (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in | 1609 | (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in |
| 1610 | the agenda to show/hide deadline tasks. | 1610 | the agenda to show/hide deadline tasks. |
| 1611 | (org-agenda-menu): Added menu option for show/hide deadlines. | 1611 | (org-agenda-menu): Add menu option for show/hide deadlines. |
| 1612 | (org-agenda-list): Make the agenda list sensitive to the value of | 1612 | (org-agenda-list): Make the agenda list sensitive to the value of |
| 1613 | `org-agenda-include-deadlines'. | 1613 | `org-agenda-include-deadlines'. |
| 1614 | (org-agenda-toggle-deadlines): New function to toggle the value of | 1614 | (org-agenda-toggle-deadlines): New function to toggle the value of |
| @@ -1776,9 +1776,9 @@ | |||
| 1776 | 1776 | ||
| 1777 | 2010-04-10 Bastien Guerry <bzg@altern.org> | 1777 | 2010-04-10 Bastien Guerry <bzg@altern.org> |
| 1778 | 1778 | ||
| 1779 | * org-timer.el (org-timer-current-timer): Renamed from | 1779 | * org-timer.el (org-timer-current-timer): Rename from |
| 1780 | `org-timer-last-timer'. | 1780 | `org-timer-last-timer'. |
| 1781 | (org-timer-timer1, org-timer-timer2, org-timer-timer3): Removed. | 1781 | (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove. |
| 1782 | (org-timer-cancel-timer, org-timer-show-remaining-time) | 1782 | (org-timer-cancel-timer, org-timer-show-remaining-time) |
| 1783 | (org-timer-set-timer): Update to use only one timer. | 1783 | (org-timer-set-timer): Update to use only one timer. |
| 1784 | 1784 | ||
| @@ -1898,7 +1898,7 @@ | |||
| 1898 | 1898 | ||
| 1899 | 2010-04-10 Dan Davison <davison@stats.ox.ac.uk> | 1899 | 2010-04-10 Dan Davison <davison@stats.ox.ac.uk> |
| 1900 | 1900 | ||
| 1901 | * org-src.el (org-edit-src-exit): Widen before exiting edit buffers | 1901 | * org-src.el (org-edit-src-exit): Widen before exiting edit buffers. |
| 1902 | 1902 | ||
| 1903 | 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> | 1903 | 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> |
| 1904 | 1904 | ||
| @@ -1957,7 +1957,7 @@ | |||
| 1957 | * org-mac-message.el (org-mac-message-insert-flagged): Call | 1957 | * org-mac-message.el (org-mac-message-insert-flagged): Call |
| 1958 | `org-insert-heading' with the INVISIBLE-OK argument. | 1958 | `org-insert-heading' with the INVISIBLE-OK argument. |
| 1959 | 1959 | ||
| 1960 | * org.el (org-insert-heading): New argument INVISIBLE-OK. | 1960 | * org.el (org-insert-heading): New argument INVISIBLE-OK. |
| 1961 | 1961 | ||
| 1962 | * org-agenda.el (org-agenda-view-mode-dispatch): Improve the | 1962 | * org-agenda.el (org-agenda-view-mode-dispatch): Improve the |
| 1963 | prompt message. | 1963 | prompt message. |
| @@ -1985,8 +1985,8 @@ | |||
| 1985 | 2010-04-10 Mikael Fornius <mfo@abc.se> | 1985 | 2010-04-10 Mikael Fornius <mfo@abc.se> |
| 1986 | 1986 | ||
| 1987 | * org.el (org-assign-fast-keys): Prefer keys used in keyword name | 1987 | * org.el (org-assign-fast-keys): Prefer keys used in keyword name |
| 1988 | when assigning. Begin using numerical characters when all in name | 1988 | when assigning. Begin using numerical characters when all in name |
| 1989 | is used up. This is to spare alphanumeric characters for better | 1989 | is used up. This is to spare alphanumeric characters for better |
| 1990 | match with other keywords. | 1990 | match with other keywords. |
| 1991 | 1991 | ||
| 1992 | 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> | 1992 | 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> |
| @@ -2038,7 +2038,7 @@ | |||
| 2038 | * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure | 2038 | * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure |
| 2039 | org-datetree.el is loaded. | 2039 | org-datetree.el is loaded. |
| 2040 | 2040 | ||
| 2041 | * org-datetree.el: autoload `org-datetree-find-day-create' | 2041 | * org-datetree.el: Autoload `org-datetree-find-day-create'. |
| 2042 | 2042 | ||
| 2043 | * org-latex.el (org-export-latex-hyperref-format): New option. | 2043 | * org-latex.el (org-export-latex-hyperref-format): New option. |
| 2044 | (org-export-latex-links): Use `org-export-latex-hyperref-format'. | 2044 | (org-export-latex-links): Use `org-export-latex-hyperref-format'. |
| @@ -2370,12 +2370,12 @@ | |||
| 2370 | * org-colview-xemacs.el (org-columns-edit-value): Use | 2370 | * org-colview-xemacs.el (org-columns-edit-value): Use |
| 2371 | org-unrestricted property. | 2371 | org-unrestricted property. |
| 2372 | 2372 | ||
| 2373 | * org-colview.el (org-columns-edit-value): Use | 2373 | * org-colview.el (org-columns-edit-value): Use |
| 2374 | org-unrestricted property. | 2374 | org-unrestricted property. |
| 2375 | 2375 | ||
| 2376 | * org.el (org-compute-property-at-point): Set org-unrestricted | 2376 | * org.el (org-compute-property-at-point): Set org-unrestricted |
| 2377 | text property if the list contains ":ETC". | 2377 | text property if the list contains ":ETC". |
| 2378 | (org-insert-property-drawer): Use | 2378 | (org-insert-property-drawer): Use |
| 2379 | org-unrestricted property. | 2379 | org-unrestricted property. |
| 2380 | 2380 | ||
| 2381 | * org-exp.el | 2381 | * org-exp.el |
| @@ -2884,16 +2884,15 @@ | |||
| 2884 | 2884 | ||
| 2885 | 2009-11-13 Dan Davison <davison@stats.ox.ac.uk> | 2885 | 2009-11-13 Dan Davison <davison@stats.ox.ac.uk> |
| 2886 | 2886 | ||
| 2887 | * org-exp.el (org-export-format-source-code-or-example): restrict | 2887 | * org-exp.el (org-export-format-source-code-or-example): Restrict |
| 2888 | scope of preserve-indentp to the let binding. | 2888 | scope of preserve-indentp to the let binding. |
| 2889 | (org-src): require org-src, since org-src-preserve-indentation is used. | 2889 | (org-src): Require org-src, since org-src-preserve-indentation is used. |
| 2890 | 2890 | ||
| 2891 | 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> | 2891 | 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> |
| 2892 | 2892 | ||
| 2893 | * org-timer.el (org-timer-set-timer): Set variables | 2893 | * org-timer.el (org-timer-set-timer): Set variables |
| 2894 | org-timer-timer[123] correctly. | 2894 | org-timer-timer[123] correctly. |
| 2895 | 2895 | ||
| 2896 | |||
| 2897 | * org-mobile.el (org-mobile-files-alist): Make it work when | 2896 | * org-mobile.el (org-mobile-files-alist): Make it work when |
| 2898 | `agenda-archives' is included in | 2897 | `agenda-archives' is included in |
| 2899 | `org-agenda-text-search-extra-files'. | 2898 | `org-agenda-text-search-extra-files'. |
| @@ -2956,7 +2955,7 @@ | |||
| 2956 | 2955 | ||
| 2957 | 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc> | 2956 | 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc> |
| 2958 | 2957 | ||
| 2959 | * org-colview-xemacs.el: Add in changes from org-colview.el | 2958 | * org-colview-xemacs.el: Add in changes from org-colview.el. |
| 2960 | 2959 | ||
| 2961 | 2009-11-13 Dan Davison <davison@stats.ox.ac.uk> | 2960 | 2009-11-13 Dan Davison <davison@stats.ox.ac.uk> |
| 2962 | 2961 | ||
| @@ -3163,7 +3162,7 @@ | |||
| 3163 | called with either `org-scheduled-string' or | 3162 | called with either `org-scheduled-string' or |
| 3164 | `org-deadline-string'. | 3163 | `org-deadline-string'. |
| 3165 | 3164 | ||
| 3166 | * org-clock.el (org-clock-auto-clock-resolution): Renamed | 3165 | * org-clock.el (org-clock-auto-clock-resolution): Rename from |
| 3167 | `org-clock-disable-clock-resolution', since negatives don't sound | 3166 | `org-clock-disable-clock-resolution', since negatives don't sound |
| 3168 | good in customization variables. | 3167 | good in customization variables. |
| 3169 | (org-clock-in): Don't use the auto-resolution logic if the user is | 3168 | (org-clock-in): Don't use the auto-resolution logic if the user is |
| @@ -3205,14 +3204,14 @@ | |||
| 3205 | more general. | 3204 | more general. |
| 3206 | (org-habit-parse-todo): Parse the new ".+N/N" style repeater. | 3205 | (org-habit-parse-todo): Parse the new ".+N/N" style repeater. |
| 3207 | 3206 | ||
| 3208 | * org-agenda.el (org-agenda-get-deadlines): Removed all mention of | 3207 | * org-agenda.el (org-agenda-get-deadlines): Remove all mention of |
| 3209 | habits, since they don't use DEADLINE anymore. | 3208 | habits, since they don't use DEADLINE anymore. |
| 3210 | 3209 | ||
| 3211 | * org.el (org-repeat-re, org-display-custom-time) | 3210 | * org.el (org-repeat-re, org-display-custom-time) |
| 3212 | (org-timestamp-change): Extended to support the new ".+N/N" | 3211 | (org-timestamp-change): Extend to support the new ".+N/N" |
| 3213 | syntax, used for habits. | 3212 | syntax, used for habits. |
| 3214 | 3213 | ||
| 3215 | * org-clock.el (org-clock-resolve-clock): Fixed an incorrect | 3214 | * org-clock.el (org-clock-resolve-clock): Fix an incorrect |
| 3216 | variable reference. | 3215 | variable reference. |
| 3217 | 3216 | ||
| 3218 | * org-agenda.el (org-agenda-set-mode-name): Show Habit in the | 3217 | * org-agenda.el (org-agenda-set-mode-name): Show Habit in the |
| @@ -3246,7 +3245,7 @@ | |||
| 3246 | 3245 | ||
| 3247 | * org.el (org-file-tags): Fix docstring. | 3246 | * org.el (org-file-tags): Fix docstring. |
| 3248 | (org-get-buffer-tags): Add the #+FILETAGS tags. | 3247 | (org-get-buffer-tags): Add the #+FILETAGS tags. |
| 3249 | ("ecb"): Maks ecb show context after jumping into an Org file. | 3248 | ("ecb"): Make ecb show context after jumping into an Org file. |
| 3250 | 3249 | ||
| 3251 | 2009-11-13 John Wiegley <johnw@newartisans.com> | 3250 | 2009-11-13 John Wiegley <johnw@newartisans.com> |
| 3252 | 3251 | ||
| @@ -3277,11 +3276,11 @@ | |||
| 3277 | (org-agenda-get-scheduled): Display consistency graphs when | 3276 | (org-agenda-get-scheduled): Display consistency graphs when |
| 3278 | outputting habits into the agenda. The graphs are always relative | 3277 | outputting habits into the agenda. The graphs are always relative |
| 3279 | to the current time. | 3278 | to the current time. |
| 3280 | (org-format-agenda-item): Added new parameter `habitp', which | 3279 | (org-format-agenda-item): Add new parameter `habitp', which |
| 3281 | indicates whether we are formatting a habit or not. Do not | 3280 | indicates whether we are formatting a habit or not. Do not |
| 3282 | display "extra" leading information if habitp is true. | 3281 | display "extra" leading information if habitp is true. |
| 3283 | 3282 | ||
| 3284 | * org.el (org-repeat-re): Improved regexp to include .+ and ++ | 3283 | * org.el (org-repeat-re): Improve regexp to include .+ and ++ |
| 3285 | leaders for repeat strings. | 3284 | leaders for repeat strings. |
| 3286 | (org-get-repeat): Now takes a string parameter `tagline', so the | 3285 | (org-get-repeat): Now takes a string parameter `tagline', so the |
| 3287 | caller can obtain the SCHEDULED repeat, or the DEADLINE repeat. | 3286 | caller can obtain the SCHEDULED repeat, or the DEADLINE repeat. |
| @@ -3299,7 +3298,7 @@ | |||
| 3299 | * org.el (org-files-list): Don't attempt to return a file name for | 3298 | * org.el (org-files-list): Don't attempt to return a file name for |
| 3300 | Org buffers which have no associated file. | 3299 | Org buffers which have no associated file. |
| 3301 | 3300 | ||
| 3302 | * org-agenda.el (org-agenda-do-action): Fixed a typo. | 3301 | * org-agenda.el (org-agenda-do-action): Fix a typo. |
| 3303 | 3302 | ||
| 3304 | 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> | 3303 | 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> |
| 3305 | 3304 | ||
| @@ -3321,7 +3320,7 @@ | |||
| 3321 | 3320 | ||
| 3322 | * org-clock.el (org-clock-resolve, org-resolve-clocks) | 3321 | * org-clock.el (org-clock-resolve, org-resolve-clocks) |
| 3323 | (org-emacs-idle-seconds): Use `org-float-time' instead of | 3322 | (org-emacs-idle-seconds): Use `org-float-time' instead of |
| 3324 | `time-to-seconds' | 3323 | `time-to-seconds'. |
| 3325 | 3324 | ||
| 3326 | 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> | 3325 | 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> |
| 3327 | 3326 | ||
| @@ -3490,7 +3489,7 @@ | |||
| 3490 | * org-exp.el (org-export-select-backend-specific-text): Remove the | 3489 | * org-exp.el (org-export-select-backend-specific-text): Remove the |
| 3491 | region markers. | 3490 | region markers. |
| 3492 | 3491 | ||
| 3493 | * org-inlinetask.el (org-inlinetask-export-handler): fix bug for | 3492 | * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for |
| 3494 | tasks without content. | 3493 | tasks without content. |
| 3495 | 3494 | ||
| 3496 | * org-clock.el: Make sure the clock-in target position does not | 3495 | * org-clock.el: Make sure the clock-in target position does not |
| @@ -3779,7 +3778,7 @@ | |||
| 3779 | 3778 | ||
| 3780 | 2009-10-01 Bastien Guerry <bzg@altern.org> | 3779 | 2009-10-01 Bastien Guerry <bzg@altern.org> |
| 3781 | 3780 | ||
| 3782 | * org.el (org-check-agenda-file): Use a more explicit message | 3781 | * org.el (org-check-agenda-file): Use a more explicit message. |
| 3783 | 3782 | ||
| 3784 | 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com> | 3783 | 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com> |
| 3785 | 3784 | ||
| @@ -4307,7 +4306,7 @@ | |||
| 4307 | * org-faces.el (org-agenda-clocking): New face. | 4306 | * org-faces.el (org-agenda-clocking): New face. |
| 4308 | 4307 | ||
| 4309 | * org-agenda.el (org-agenda-mark-clocking-task): New function. | 4308 | * org-agenda.el (org-agenda-mark-clocking-task): New function. |
| 4310 | (org-finalize-agenda): call `org-agenda-mark-clocking-task'. | 4309 | (org-finalize-agenda): Call `org-agenda-mark-clocking-task'. |
| 4311 | 4310 | ||
| 4312 | * org.el (org-modules): Add org-track.el. | 4311 | * org.el (org-modules): Add org-track.el. |
| 4313 | 4312 | ||
| @@ -5276,7 +5275,7 @@ | |||
| 5276 | 5275 | ||
| 5277 | 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> | 5276 | 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> |
| 5278 | 5277 | ||
| 5279 | * org-icalendar.el (org-icalendar-include-todo): New allowedvalue | 5278 | * org-icalendar.el (org-icalendar-include-todo): New allowed value |
| 5280 | `unblocked'. | 5279 | `unblocked'. |
| 5281 | (org-print-icalendar-entries): Respect the new value of | 5280 | (org-print-icalendar-entries): Respect the new value of |
| 5282 | `org-icalendar-include-todo'. | 5281 | `org-icalendar-include-todo'. |
| @@ -5707,7 +5706,7 @@ | |||
| 5707 | * org.el (org-emphasis-regexp-components): Allow braces in | 5706 | * org.el (org-emphasis-regexp-components): Allow braces in |
| 5708 | emphasis pre and post match. | 5707 | emphasis pre and post match. |
| 5709 | 5708 | ||
| 5710 | * org-footnote.el (org-footnote-normalize): When only dorting, do | 5709 | * org-footnote.el (org-footnote-normalize): When only sorting, do |
| 5711 | not insert inline notes at the end. | 5710 | not insert inline notes at the end. |
| 5712 | 5711 | ||
| 5713 | * org.el (org-require-autoloaded-modules): Add org-docbook.el. | 5712 | * org.el (org-require-autoloaded-modules): Add org-docbook.el. |
| @@ -6141,9 +6140,9 @@ | |||
| 6141 | (org-export-latex-fontify): Catch error when org-emph-alist has | 6140 | (org-export-latex-fontify): Catch error when org-emph-alist has |
| 6142 | entries that are not defined for LaTeX export. | 6141 | entries that are not defined for LaTeX export. |
| 6143 | 6142 | ||
| 6144 | * org-export-latex.el: renamed to org-latex.el. | 6143 | * org-export-latex.el: Rename to org-latex.el. |
| 6145 | 6144 | ||
| 6146 | * org-latex.el: renamed from org-export-latex.el. | 6145 | * org-latex.el: Rename from org-export-latex.el. |
| 6147 | 6146 | ||
| 6148 | * org.el (orgstruct++-mode): New function. | 6147 | * org.el (orgstruct++-mode): New function. |
| 6149 | (turn-on-orgstruct++): Call `orgstruct++-mode'. | 6148 | (turn-on-orgstruct++): Call `orgstruct++-mode'. |
| @@ -7226,7 +7225,7 @@ | |||
| 7226 | 7225 | ||
| 7227 | * org-list.el (org-list-two-spaces-after-bullet-regexp): New | 7226 | * org-list.el (org-list-two-spaces-after-bullet-regexp): New |
| 7228 | option. | 7227 | option. |
| 7229 | (org-fix-bullet-type): respect | 7228 | (org-fix-bullet-type): Respect |
| 7230 | `org-list-two-spaces-after-bullet-regexp'. | 7229 | `org-list-two-spaces-after-bullet-regexp'. |
| 7231 | 7230 | ||
| 7232 | * org-clock.el (org-clock-load): Clean up the code. | 7231 | * org-clock.el (org-clock-load): Clean up the code. |
| @@ -7603,7 +7602,7 @@ | |||
| 7603 | * org-agenda.el (org-agenda-remove-marked-text): New function. | 7602 | * org-agenda.el (org-agenda-remove-marked-text): New function. |
| 7604 | (org-agenda-mark-filtered-text) | 7603 | (org-agenda-mark-filtered-text) |
| 7605 | (org-agenda-unmark-filtered-text): New functions. | 7604 | (org-agenda-unmark-filtered-text): New functions. |
| 7606 | (org-write-agenda): Remove fltered text. | 7605 | (org-write-agenda): Remove filtered text. |
| 7607 | 7606 | ||
| 7608 | * org.el (org-make-tags-matcher): Give access to TODO "property" | 7607 | * org.el (org-make-tags-matcher): Give access to TODO "property" |
| 7609 | without speed penalty. | 7608 | without speed penalty. |
| @@ -7700,7 +7699,7 @@ | |||
| 7700 | 7699 | ||
| 7701 | * org.el (org-insert-heading-respect-content): Force heading | 7700 | * org.el (org-insert-heading-respect-content): Force heading |
| 7702 | creation. | 7701 | creation. |
| 7703 | (org-insert-heading): keep the folding state of the heading before | 7702 | (org-insert-heading): Keep the folding state of the heading before |
| 7704 | the inserted one. | 7703 | the inserted one. |
| 7705 | 7704 | ||
| 7706 | 2008-10-26 Carsten Dominik <dominik@science.uva.nl> | 7705 | 2008-10-26 Carsten Dominik <dominik@science.uva.nl> |
| @@ -7983,7 +7982,7 @@ | |||
| 7983 | * org.el (org-add-log-setup): Skip over drawers (properties, | 7982 | * org.el (org-add-log-setup): Skip over drawers (properties, |
| 7984 | clocks etc) when adding notes. | 7983 | clocks etc) when adding notes. |
| 7985 | 7984 | ||
| 7986 | * org-agenda.el (org-agenda-get-closed): show durations of clocked | 7985 | * org-agenda.el (org-agenda-get-closed): Show durations of clocked |
| 7987 | items as well as the start and end times. | 7986 | items as well as the start and end times. |
| 7988 | 7987 | ||
| 7989 | * org-compat.el (org-get-x-clipboard-compat): Add a compat | 7988 | * org-compat.el (org-get-x-clipboard-compat): Add a compat |
| @@ -8009,7 +8008,7 @@ | |||
| 8009 | 8008 | ||
| 8010 | 2008-10-12 Bastien Guerry <bzg@altern.org> | 8009 | 2008-10-12 Bastien Guerry <bzg@altern.org> |
| 8011 | 8010 | ||
| 8012 | * org-export-latex.el (org-export-latex-tables): protect exported | 8011 | * org-export-latex.el (org-export-latex-tables): Protect exported |
| 8013 | tables from further special chars conversion. | 8012 | tables from further special chars conversion. |
| 8014 | (org-export-latex-preprocess): Preserve LaTeX environments. | 8013 | (org-export-latex-preprocess): Preserve LaTeX environments. |
| 8015 | (org-list-parse-list): Parse descriptive lists. | 8014 | (org-list-parse-list): Parse descriptive lists. |
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 24fa2c0c064..b377f631704 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2010-07-01 Mark A. Hershberger <mah@everybody.org> | 1 | 2010-07-01 Mark A. Hershberger <mah@everybody.org> |
| 2 | 2 | ||
| 3 | * url-http.el (url-http-create-request): Add a CRLF on the end so | 3 | * url-http.el (url-http-create-request): Add a CRLF on the end so |
| 4 | that POSTs with content to https urls work. See | 4 | that POSTs with content to https urls work. See |
| 5 | <https://bugs.launchpad.net/mediawiki-el/+bug/540759> | 5 | <https://bugs.launchpad.net/mediawiki-el/+bug/540759> |
| 6 | 6 | ||
| 7 | 2010-06-22 Mark A. Hershberger <mah@everybody.org> | 7 | 2010-06-22 Mark A. Hershberger <mah@everybody.org> |
| @@ -220,7 +220,7 @@ | |||
| 220 | 2008-03-09 Magnus Henoch <mange@freemail.hu> | 220 | 2008-03-09 Magnus Henoch <mange@freemail.hu> |
| 221 | 221 | ||
| 222 | * url-http.el (url-http-chunked-encoding-after-change-function): | 222 | * url-http.el (url-http-chunked-encoding-after-change-function): |
| 223 | Remove superfluous CRLF at end of file. (bug #42) | 223 | Remove superfluous CRLF at end of file. (Bug #42) |
| 224 | 224 | ||
| 225 | 2008-03-02 Andreas Schwab <schwab@suse.de> | 225 | 2008-03-02 Andreas Schwab <schwab@suse.de> |
| 226 | 226 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index d508ccf68c8..43b4c08dd23 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | 10 | ||
| 11 | * gtkutil.c (xg_event_is_for_menubar): Also check that event window | 11 | * gtkutil.c (xg_event_is_for_menubar): Also check that event window |
| 12 | is related to the menu bar (Bug#6499). | 12 | is related to the menu bar (Bug#6499). |
| 13 | (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0 | 13 | (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0. |
| 14 | 14 | ||
| 15 | 2010-07-16 Jan Djärv <jan.h.d@swipnet.se> | 15 | 2010-07-16 Jan Djärv <jan.h.d@swipnet.se> |
| 16 | 16 | ||
| @@ -115,7 +115,8 @@ | |||
| 115 | * process.c (add_keyboard_wait_descriptor) | 115 | * process.c (add_keyboard_wait_descriptor) |
| 116 | (delete_keyboard_wait_descriptor): Move to common section, do | 116 | (delete_keyboard_wait_descriptor): Move to common section, do |
| 117 | nothing when subprocesses is not defined. | 117 | nothing when subprocesses is not defined. |
| 118 | * term.c (Fsuspend_tty, Fresume_tty, init_tty): Remove subprocesses #ifdefs. | 118 | * term.c (Fsuspend_tty, Fresume_tty, init_tty): |
| 119 | Remove subprocesses #ifdefs. | ||
| 119 | 120 | ||
| 120 | Convert maybe_fatal to standard C. | 121 | Convert maybe_fatal to standard C. |
| 121 | * lisp.h (verror): Declare. | 122 | * lisp.h (verror): Declare. |
| @@ -162,8 +163,7 @@ | |||
| 162 | 163 | ||
| 163 | 2010-07-12 Andreas Schwab <schwab@linux-m68k.org> | 164 | 2010-07-12 Andreas Schwab <schwab@linux-m68k.org> |
| 164 | 165 | ||
| 165 | * dbusbind.c (xd_initialize): Don't compare boolean with a | 166 | * dbusbind.c (xd_initialize): Don't compare boolean with a constant. |
| 166 | constant. | ||
| 167 | 167 | ||
| 168 | 2010-07-12 Eli Zaretskii <eliz@gnu.org> | 168 | 2010-07-12 Eli Zaretskii <eliz@gnu.org> |
| 169 | 169 | ||
| @@ -454,7 +454,6 @@ | |||
| 454 | * xsettings.c: | 454 | * xsettings.c: |
| 455 | * xsmfns.c: Likewise. | 455 | * xsmfns.c: Likewise. |
| 456 | 456 | ||
| 457 | |||
| 458 | 2010-07-08 Eli Zaretskii <eliz@gnu.org> | 457 | 2010-07-08 Eli Zaretskii <eliz@gnu.org> |
| 459 | 458 | ||
| 460 | * process.c (kbd_is_on_hold, hold_keyboard_input) | 459 | * process.c (kbd_is_on_hold, hold_keyboard_input) |
| @@ -468,7 +467,8 @@ | |||
| 468 | 467 | ||
| 469 | 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu> | 468 | 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu> |
| 470 | 469 | ||
| 471 | * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative declaration. | 470 | * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative |
| 471 | declaration. | ||
| 472 | 472 | ||
| 473 | Clean up include guards. | 473 | Clean up include guards. |
| 474 | * tparam.c: Remove include guards for config.h, string.h and code | 474 | * tparam.c: Remove include guards for config.h, string.h and code |
| @@ -691,8 +691,8 @@ | |||
| 691 | 2010-07-07 Jan Djärv <jan.h.d@swipnet.se> | 691 | 2010-07-07 Jan Djärv <jan.h.d@swipnet.se> |
| 692 | 692 | ||
| 693 | * process.c (kbd_is_on_hold): New variable. | 693 | * process.c (kbd_is_on_hold): New variable. |
| 694 | (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p): New | 694 | (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p): |
| 695 | functions. | 695 | New functions. |
| 696 | (wait_reading_process_output): If kbd_on_hold_p returns non-zero, | 696 | (wait_reading_process_output): If kbd_on_hold_p returns non-zero, |
| 697 | select on empty input mask. | 697 | select on empty input mask. |
| 698 | (init_process): Initialize kbd_is_on_hold to 0. | 698 | (init_process): Initialize kbd_is_on_hold to 0. |
| @@ -716,8 +716,8 @@ | |||
| 716 | * dosfns.c: | 716 | * dosfns.c: |
| 717 | * w16select.c: Convert function definitions to ANSI C. | 717 | * w16select.c: Convert function definitions to ANSI C. |
| 718 | 718 | ||
| 719 | * msdos.h (ctrl_break_func, install_ctrl_break_check): Remove | 719 | * msdos.h (ctrl_break_func, install_ctrl_break_check): |
| 720 | unused prototypes. | 720 | Remove unused prototypes. |
| 721 | 721 | ||
| 722 | 2010-07-07 Juanma Barranquero <lekktu@gmail.com> | 722 | 2010-07-07 Juanma Barranquero <lekktu@gmail.com> |
| 723 | 723 | ||
| @@ -1128,16 +1128,16 @@ | |||
| 1128 | * nsfns.m (compute_tip_xy): Do not convert coordinates from frame | 1128 | * nsfns.m (compute_tip_xy): Do not convert coordinates from frame |
| 1129 | parameters, they are already absolute. | 1129 | parameters, they are already absolute. |
| 1130 | 1130 | ||
| 1131 | * nsterm.m (x_set_window_size, initFrameFromEmacs): Renamed | 1131 | * nsterm.m (x_set_window_size, initFrameFromEmacs): |
| 1132 | FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT. | 1132 | Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT. |
| 1133 | 1133 | ||
| 1134 | * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGH | 1134 | * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT. |
| 1135 | 1135 | ||
| 1136 | * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar): Update | 1136 | * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar): |
| 1137 | FRAME_TOOLBAR_HEIGHT. | 1137 | Update FRAME_TOOLBAR_HEIGHT. |
| 1138 | 1138 | ||
| 1139 | * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Add | 1139 | * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): |
| 1140 | BLOCK/UNBLOCK_INPUT so asserts don't trigger. | 1140 | Add BLOCK/UNBLOCK_INPUT so asserts don't trigger. |
| 1141 | 1141 | ||
| 1142 | 2010-06-30 Chong Yidong <cyd@stupidchicken.com> | 1142 | 2010-06-30 Chong Yidong <cyd@stupidchicken.com> |
| 1143 | 1143 | ||
| @@ -1326,7 +1326,7 @@ | |||
| 1326 | * xfns.c (x_default_font_parameter): Try to open font from system | 1326 | * xfns.c (x_default_font_parameter): Try to open font from system |
| 1327 | before using it (bug#6478). Rename got_from_gconf to got_from_system. | 1327 | before using it (bug#6478). Rename got_from_gconf to got_from_system. |
| 1328 | 1328 | ||
| 1329 | 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change) | 1329 | 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change) |
| 1330 | 1330 | ||
| 1331 | * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437). | 1331 | * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437). |
| 1332 | 1332 | ||
| @@ -1498,8 +1498,8 @@ | |||
| 1498 | 1498 | ||
| 1499 | 2010-06-03 Andreas Schwab <schwab@linux-m68k.org> | 1499 | 2010-06-03 Andreas Schwab <schwab@linux-m68k.org> |
| 1500 | 1500 | ||
| 1501 | * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 | 1501 | * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address. |
| 1502 | address. (Bug#6346) | 1502 | (Bug#6346) |
| 1503 | 1503 | ||
| 1504 | 2010-06-03 Juanma Barranquero <lekktu@gmail.com> | 1504 | 2010-06-03 Juanma Barranquero <lekktu@gmail.com> |
| 1505 | 1505 | ||