diff options
| author | Juanma Barranquero | 2014-02-13 03:19:48 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2014-02-13 03:19:48 +0100 |
| commit | c295fc18e390940520d0cfd6427a77ff8c326d4e (patch) | |
| tree | f524681455597fc8b236511c36962a3fa97b8275 | |
| parent | 45432fd9d137857c3207176a1b2d92600febc25d (diff) | |
| download | emacs-c295fc18e390940520d0cfd6427a77ff8c326d4e.tar.gz emacs-c295fc18e390940520d0cfd6427a77ff8c326d4e.zip | |
Fix typos in Changelogs.
| -rw-r--r-- | admin/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/lispintro/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 8 | ||||
| -rw-r--r-- | lib-src/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 18 | ||||
| -rw-r--r-- | lisp/cedet/ChangeLog | 30 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 36 | ||||
| -rw-r--r-- | lisp/org/ChangeLog | 67 | ||||
| -rw-r--r-- | lisp/url/ChangeLog | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 14 | ||||
| -rw-r--r-- | test/ChangeLog | 8 |
12 files changed, 97 insertions, 98 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 3695deff983..f27a03af773 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -367,7 +367,7 @@ | |||
| 367 | 367 | ||
| 368 | 2013-05-07 Paul Eggert <eggert@cs.ucla.edu> | 368 | 2013-05-07 Paul Eggert <eggert@cs.ucla.edu> |
| 369 | 369 | ||
| 370 | Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) | 370 | Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) |
| 371 | * merge-gnulib (GNULIB_MODULES): Add qacl. | 371 | * merge-gnulib (GNULIB_MODULES): Add qacl. |
| 372 | (GNULIB_TOOL_FLAGS): Do not avoid errno. | 372 | (GNULIB_TOOL_FLAGS): Do not avoid errno. |
| 373 | 373 | ||
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index 53fe1c85022..6646637c642 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog | |||
| @@ -69,8 +69,8 @@ | |||
| 69 | (emacs-lisp-intro.ps): Remove explicit rule. | 69 | (emacs-lisp-intro.ps): Remove explicit rule. |
| 70 | (emacs-lisp-intro.html): Use HTML_OPTS. | 70 | (emacs-lisp-intro.html): Use HTML_OPTS. |
| 71 | (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS. | 71 | (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS. |
| 72 | (.PHONY): install-dvi, install-html, install-pdf, install-ps | 72 | (.PHONY): install-dvi, install-html, install-pdf, install-ps, |
| 73 | ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf, | 73 | install-doc, uninstall-dvi, uninstall-html, uninstall-pdf, |
| 74 | uninstall-ps, and uninstall-doc. | 74 | uninstall-ps, and uninstall-doc. |
| 75 | (install-dvi, install-html, install-pdf, install-ps, install-doc) | 75 | (install-dvi, install-html, install-pdf, install-ps, install-doc) |
| 76 | (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf) | 76 | (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf) |
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 7de401889a3..c304cac04ba 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -633,8 +633,8 @@ | |||
| 633 | (dvi, html, pdf, ps): Use *_TARGETS variables. | 633 | (dvi, html, pdf, ps): Use *_TARGETS variables. |
| 634 | (elisp.html): Use HTML_OPTS. | 634 | (elisp.html): Use HTML_OPTS. |
| 635 | (elisp.ps): Remove explicit rule. | 635 | (elisp.ps): Remove explicit rule. |
| 636 | (.PHONY): install-dvi, install-html, install-pdf, install-ps | 636 | (.PHONY): install-dvi, install-html, install-pdf, install-ps, |
| 637 | ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf, | 637 | install-doc, uninstall-dvi, uninstall-html, uninstall-pdf, |
| 638 | uninstall-ps, and uninstall-doc. | 638 | uninstall-ps, and uninstall-doc. |
| 639 | (install-dvi, install-html, install-pdf, install-ps, install-doc) | 639 | (install-dvi, install-html, install-pdf, install-ps, install-doc) |
| 640 | (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf) | 640 | (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf) |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 97f69cd23e2..a8eaa25a5e5 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -252,7 +252,7 @@ | |||
| 252 | * org.texi (Creating one-off styles): Use new export snippet | 252 | * org.texi (Creating one-off styles): Use new export snippet |
| 253 | syntax. | 253 | syntax. |
| 254 | 254 | ||
| 255 | * org.texi (Export settings): documentation describing how text | 255 | * org.texi (Export settings): Documentation describing how text |
| 256 | above the first heading is ignored when an :export: tag is in a | 256 | above the first heading is ignored when an :export: tag is in a |
| 257 | file. | 257 | file. |
| 258 | 258 | ||
| @@ -715,7 +715,7 @@ | |||
| 715 | 715 | ||
| 716 | * org.texi: Document variable changes. | 716 | * org.texi: Document variable changes. |
| 717 | 717 | ||
| 718 | * org.texi (Export settings): Doument p: item in OPTIONS keyword. | 718 | * org.texi (Export settings): Document p: item in OPTIONS keyword. |
| 719 | 719 | ||
| 720 | * org.texi (Exporting): Massive rewrite of the first sections. | 720 | * org.texi (Exporting): Massive rewrite of the first sections. |
| 721 | (Selective export): Delete. | 721 | (Selective export): Delete. |
| @@ -895,7 +895,7 @@ | |||
| 895 | (INSTALL_DATA): New, set by configure. | 895 | (INSTALL_DATA): New, set by configure. |
| 896 | (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables. | 896 | (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables. |
| 897 | (.PHONY): Add html, ps, install-dvi, install-html, install-pdf, | 897 | (.PHONY): Add html, ps, install-dvi, install-html, install-pdf, |
| 898 | install-ps ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf, | 898 | install-ps, install-doc, uninstall-dvi, uninstall-html, uninstall-pdf, |
| 899 | uninstall-ps, and uninstall-doc. | 899 | uninstall-ps, and uninstall-doc. |
| 900 | (.SUFFIXES): Add .ps and .dvi. | 900 | (.SUFFIXES): Add .ps and .dvi. |
| 901 | (.dvi.ps): New suffix rule. | 901 | (.dvi.ps): New suffix rule. |
| @@ -10642,7 +10642,7 @@ | |||
| 10642 | (Top): More description for the `Default Method' menu entry. | 10642 | (Top): More description for the `Default Method' menu entry. |
| 10643 | (Default Method): Use @code, not @var, for Lisp variables. | 10643 | (Default Method): Use @code, not @var, for Lisp variables. |
| 10644 | (Default Method): New subsection `Which method is the right one | 10644 | (Default Method): New subsection `Which method is the right one |
| 10645 | for me?' Suggested by Christian Kirsch. | 10645 | for me?'. Suggested by Christian Kirsch. |
| 10646 | (Configuration): Pointer to new subsection added. | 10646 | (Configuration): Pointer to new subsection added. |
| 10647 | (Default Method): Too many "use" in one sentence. | 10647 | (Default Method): Too many "use" in one sentence. |
| 10648 | Rephrase. Reported by Christian Kirsch. | 10648 | Rephrase. Reported by Christian Kirsch. |
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 88c30989c75..fcdde8003bc 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1265,7 +1265,7 @@ | |||
| 1265 | 1265 | ||
| 1266 | 2011-01-30 Jim Meyering <meyering@redhat.com> | 1266 | 2011-01-30 Jim Meyering <meyering@redhat.com> |
| 1267 | 1267 | ||
| 1268 | * make-docfile.c: don't corrupt heap for an invalid .elc file | 1268 | * make-docfile.c: Don't corrupt heap for an invalid .elc file |
| 1269 | "printf '#@1a' > in.elc; ./make-docfile in.elc" would store 0 | 1269 | "printf '#@1a' > in.elc; ./make-docfile in.elc" would store 0 |
| 1270 | one byte before just-malloc'd saved_string buffer. | 1270 | one byte before just-malloc'd saved_string buffer. |
| 1271 | * make-docfile.c (scan_lisp_file): Diagnose an invalid dynamic | 1271 | * make-docfile.c (scan_lisp_file): Diagnose an invalid dynamic |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b184e9e92e6..a05410f0f6c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -317,7 +317,7 @@ | |||
| 317 | 317 | ||
| 318 | 2014-02-02 Daniel Colascione <dancol@dancol.org> | 318 | 2014-02-02 Daniel Colascione <dancol@dancol.org> |
| 319 | 319 | ||
| 320 | * help-at-pt.el (help-at-pt-string,help-at-pt-maybe-display): | 320 | * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display): |
| 321 | Also try to display local help from just before point. | 321 | Also try to display local help from just before point. |
| 322 | 322 | ||
| 323 | 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org> | 323 | 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org> |
| @@ -636,7 +636,7 @@ | |||
| 636 | * progmodes/sh-script.el (sh--inside-noncommand-expression): | 636 | * progmodes/sh-script.el (sh--inside-noncommand-expression): |
| 637 | Correctly detect when we're inside an arithmetic expansion form | 637 | Correctly detect when we're inside an arithmetic expansion form |
| 638 | containing nested parenthesis. | 638 | containing nested parenthesis. |
| 639 | (sh--maybe-here-document): Use `sh--inside-noncommand-expression` | 639 | (sh--maybe-here-document): Use `sh--inside-noncommand-expression' |
| 640 | to detect cases where we shouldn't expand "<<" to a heredoc | 640 | to detect cases where we shouldn't expand "<<" to a heredoc |
| 641 | skeleton. | 641 | skeleton. |
| 642 | 642 | ||
| @@ -929,7 +929,7 @@ | |||
| 929 | * play/meese.el: It's 2014 and Ed Meese is justly forgotten. | 929 | * play/meese.el: It's 2014 and Ed Meese is justly forgotten. |
| 930 | Goes with removal of the joke manpages from /etc. | 930 | Goes with removal of the joke manpages from /etc. |
| 931 | 931 | ||
| 932 | 2014-01-10 K. Handa <handa@gnu.org> | 932 | 2014-01-10 Kenichi Handa <handa@gnu.org> |
| 933 | 933 | ||
| 934 | * mail/rmail.el (rmail-get-coding-system): | 934 | * mail/rmail.el (rmail-get-coding-system): |
| 935 | Check rmail-get-coding-function before "funcall"ing it. | 935 | Check rmail-get-coding-function before "funcall"ing it. |
| @@ -1074,7 +1074,7 @@ | |||
| 1074 | 2014-01-07 Martin Rudalics <rudalics@gmx.at> | 1074 | 2014-01-07 Martin Rudalics <rudalics@gmx.at> |
| 1075 | 1075 | ||
| 1076 | * window.el (balance-windows-2): While rounding don't give a | 1076 | * window.el (balance-windows-2): While rounding don't give a |
| 1077 | window more than the remainder. Bug#16351, Bug#16383. | 1077 | window more than the remainder. Bug#16351, bug#16383. |
| 1078 | 1078 | ||
| 1079 | 2014-01-07 Glenn Morris <rgm@gnu.org> | 1079 | 2014-01-07 Glenn Morris <rgm@gnu.org> |
| 1080 | 1080 | ||
| @@ -1144,7 +1144,7 @@ | |||
| 1144 | 1144 | ||
| 1145 | * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave | 1145 | * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave |
| 1146 | like `beginning-of-defun'. | 1146 | like `beginning-of-defun'. |
| 1147 | (log-view-end-of-defun,log-view-end-of-defun-1): Rename old | 1147 | (log-view-end-of-defun, log-view-end-of-defun-1): Rename old |
| 1148 | log-view-end-of-defun to log-view-end-of-defun-1. Replace | 1148 | log-view-end-of-defun to log-view-end-of-defun-1. Replace |
| 1149 | log-view-end-of-defun with wrapper that behaves like `end-of-defun'. | 1149 | log-view-end-of-defun with wrapper that behaves like `end-of-defun'. |
| 1150 | (log-view-extract-comment): Call `log-view-current-entry' directly | 1150 | (log-view-extract-comment): Call `log-view-current-entry' directly |
| @@ -1192,7 +1192,7 @@ | |||
| 1192 | 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com> | 1192 | 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com> |
| 1193 | 1193 | ||
| 1194 | * net/eww.el (eww): Support single/double quote for search. | 1194 | * net/eww.el (eww): Support single/double quote for search. |
| 1195 | * net/eww.el (eww-list-histories,eww-history-browse): Fixup. | 1195 | * net/eww.el (eww-list-histories, eww-history-browse): Fixup. |
| 1196 | (eww-history-quit): Delete and use quit-window. | 1196 | (eww-history-quit): Delete and use quit-window. |
| 1197 | (eww-history-kill): Delete, because it doesn't work well and | 1197 | (eww-history-kill): Delete, because it doesn't work well and |
| 1198 | not necessary. | 1198 | not necessary. |
| @@ -1275,7 +1275,7 @@ | |||
| 1275 | of printing a useless when we resume from sleep. | 1275 | of printing a useless when we resume from sleep. |
| 1276 | 1276 | ||
| 1277 | * progmodes/sh-script.el | 1277 | * progmodes/sh-script.el |
| 1278 | (sh-smie-sh-forward-token,sh-smie-rc-forward-token): Fix infloop | 1278 | (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop |
| 1279 | in indentation code. (Bug#16233) | 1279 | in indentation code. (Bug#16233) |
| 1280 | 1280 | ||
| 1281 | 2013-12-28 João Távora <joaotavora@gmail.com> | 1281 | 2013-12-28 João Távora <joaotavora@gmail.com> |
| @@ -2351,7 +2351,7 @@ | |||
| 2351 | `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT | 2351 | `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT |
| 2352 | arg of isearch-forward to t. | 2352 | arg of isearch-forward to t. |
| 2353 | (multi-isearch-files-regexp): Set the value of | 2353 | (multi-isearch-files-regexp): Set the value of |
| 2354 | `multi-isearch-file-list globally. Set NO-RECURSIVE-EDIT | 2354 | `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT |
| 2355 | arg of isearch-forward-regexp to t. (Bug#16035) | 2355 | arg of isearch-forward-regexp to t. (Bug#16035) |
| 2356 | 2356 | ||
| 2357 | * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT | 2357 | * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT |
| @@ -6957,7 +6957,7 @@ | |||
| 6957 | frameset--process-minibuffer-frames. All callers changed. | 6957 | frameset--process-minibuffer-frames. All callers changed. |
| 6958 | (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION. | 6958 | (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION. |
| 6959 | Use new default constructor (again). Doc fix. | 6959 | Use new default constructor (again). Doc fix. |
| 6960 | (frameset--find-frame-if): Rename from `frameset--find-frame. | 6960 | (frameset--find-frame-if): Rename from `frameset--find-frame'. |
| 6961 | All callers changed. | 6961 | All callers changed. |
| 6962 | (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS. | 6962 | (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS. |
| 6963 | (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS. | 6963 | (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS. |
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index 61391d6b16e..9a4d8871568 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog | |||
| @@ -468,7 +468,7 @@ | |||
| 468 | 468 | ||
| 469 | 2013-03-21 Eric Ludlam <zappo@gnu.org> | 469 | 2013-03-21 Eric Ludlam <zappo@gnu.org> |
| 470 | 470 | ||
| 471 | * semantic.el (navigate-menu): Yank Tag :enable. Make sure | 471 | * semantic.el (navigate-menu): Yank Tag :enable. Make sure |
| 472 | `senator-tag-ring' is bound. | 472 | `senator-tag-ring' is bound. |
| 473 | (semantic-parse-region-default): Stop reversing the output of | 473 | (semantic-parse-region-default): Stop reversing the output of |
| 474 | parse-whole-stream. | 474 | parse-whole-stream. |
| @@ -818,9 +818,9 @@ | |||
| 818 | * ede.el (ede-buffer-belongs-to-project-p): Use ede-object-project | 818 | * ede.el (ede-buffer-belongs-to-project-p): Use ede-object-project |
| 819 | to allow use in more kinds of buffers. | 819 | to allow use in more kinds of buffers. |
| 820 | (ede-project-forms-menu): Add `Default configuration' menu item. | 820 | (ede-project-forms-menu): Add `Default configuration' menu item. |
| 821 | (ede-configuration-forms-menu): New, for use in above. | 821 | (ede-configuration-forms-menu): New, for use in above. |
| 822 | (ede-project-configurations-set): New command used from menu. | 822 | (ede-project-configurations-set): New command used from menu. |
| 823 | (ede-java-classpath): New conveninece for Java support. | 823 | (ede-java-classpath): New conveninece for Java support. |
| 824 | (ede-apply-object-keymap): Combine keybindings from the project | 824 | (ede-apply-object-keymap): Combine keybindings from the project |
| 825 | and the target, not just whatever is local to the buffer. | 825 | and the target, not just whatever is local to the buffer. |
| 826 | (ede-apply-target-options): Call fcn to apply project local | 826 | (ede-apply-target-options): Call fcn to apply project local |
| @@ -887,9 +887,9 @@ | |||
| 887 | (-scheme, -makefile-misc, ede-proj-target-makefile-program) | 887 | (-scheme, -makefile-misc, ede-proj-target-makefile-program) |
| 888 | (-makefile-archive, -makefile-shared-object) | 888 | (-makefile-archive, -makefile-shared-object) |
| 889 | (ede-proj-target-makefile-info, -grammar): New autoloads. | 889 | (ede-proj-target-makefile-info, -grammar): New autoloads. |
| 890 | (ede-proj-project): Inherit from eieio-persistent-read. | 890 | (ede-proj-project): Inherit from eieio-persistent-read. |
| 891 | Specify extension and header line. | 891 | Specify extension and header line. |
| 892 | (ede-proj-load, ede-proj-save): Replace with impl using | 892 | (ede-proj-load, ede-proj-save): Replace with impl using |
| 893 | eieio-persistent-read. | 893 | eieio-persistent-read. |
| 894 | 894 | ||
| 895 | * ede/project-am.el (project-add-file): Use ede-target-parent | 895 | * ede/project-am.el (project-add-file): Use ede-target-parent |
| @@ -933,7 +933,7 @@ | |||
| 933 | * semantic/db-typecache.el | 933 | * semantic/db-typecache.el |
| 934 | (semanticdb-abstract-table::semanticdb-typecache-find-method): | 934 | (semanticdb-abstract-table::semanticdb-typecache-find-method): |
| 935 | Allow proxied tags to be resolved during the search. | 935 | Allow proxied tags to be resolved during the search. |
| 936 | (semanticdb-typecache-complete-flush): Support missing or empty | 936 | (semanticdb-typecache-complete-flush): Support missing or empty |
| 937 | pointmax slot, to allow for more database types. | 937 | pointmax slot, to allow for more database types. |
| 938 | 938 | ||
| 939 | * semantic/db.el (semanticdb-abstract-table): Add db-refs slot. | 939 | * semantic/db.el (semanticdb-abstract-table): Add db-refs slot. |
| @@ -998,7 +998,7 @@ | |||
| 998 | 998 | ||
| 999 | * srecode/compile.el (srecode-compile-templates): Add "framework" | 999 | * srecode/compile.el (srecode-compile-templates): Add "framework" |
| 1000 | special variable support. | 1000 | special variable support. |
| 1001 | (srecode-compile-template-table): Support framework specifier. | 1001 | (srecode-compile-template-table): Support framework specifier. |
| 1002 | 1002 | ||
| 1003 | * srecode/cpp.el (srecode-semantic-handle-:c) | 1003 | * srecode/cpp.el (srecode-semantic-handle-:c) |
| 1004 | (srecode-semantic-handle-:cpp): New functions. | 1004 | (srecode-semantic-handle-:cpp): New functions. |
| @@ -1023,7 +1023,7 @@ | |||
| 1023 | * srecode/srt-mode.el (srecode-font-lock-keywords): Update. | 1023 | * srecode/srt-mode.el (srecode-font-lock-keywords): Update. |
| 1024 | 1024 | ||
| 1025 | * srecode/table.el (srecode-template-table): Add :framework slot. | 1025 | * srecode/table.el (srecode-template-table): Add :framework slot. |
| 1026 | (srecode-dump): Dump it. | 1026 | (srecode-dump): Dump it. |
| 1027 | (srecode-mode-table): Add new modetables slot. | 1027 | (srecode-mode-table): Add new modetables slot. |
| 1028 | (srecode-get-mode-table): Find the mode, but also find all parent | 1028 | (srecode-get-mode-table): Find the mode, but also find all parent |
| 1029 | modes, and merge the tables together in :tables from :modetables. | 1029 | modes, and merge the tables together in :tables from :modetables. |
| @@ -1059,7 +1059,7 @@ | |||
| 1059 | (ede-proj-makefile-insert-variables): Do not insert preload items. | 1059 | (ede-proj-makefile-insert-variables): Do not insert preload items. |
| 1060 | (ede-proj-target-elisp-autoloads): Don't depend on cedet-autogen. | 1060 | (ede-proj-target-elisp-autoloads): Don't depend on cedet-autogen. |
| 1061 | 1061 | ||
| 1062 | * ede/util.el (ede-make-buffer-writable): | 1062 | * ede/util.el (ede-make-buffer-writable): |
| 1063 | * semantic/debug.el (semantic-debug-mode): Set buffer-read-only | 1063 | * semantic/debug.el (semantic-debug-mode): Set buffer-read-only |
| 1064 | instead of calling toggle-read-only. | 1064 | instead of calling toggle-read-only. |
| 1065 | 1065 | ||
| @@ -1081,9 +1081,9 @@ | |||
| 1081 | (semantic-c-convert-spp-value-to-hideif-value) | 1081 | (semantic-c-convert-spp-value-to-hideif-value) |
| 1082 | (semantic-c-evaluate-symbol-for-hideif, semantic-c-hideif-lookup) | 1082 | (semantic-c-evaluate-symbol-for-hideif, semantic-c-hideif-lookup) |
| 1083 | (semantic-c-hideif-defined): Revive hideif code from CEDET trunk. | 1083 | (semantic-c-hideif-defined): Revive hideif code from CEDET trunk. |
| 1084 | (semantic-lex-c-if, semantic-c-do-lex-ifdef): Revert changes for | 1084 | (semantic-lex-c-if, semantic-c-do-lex-ifdef): Revert changes for |
| 1085 | regular expression parsing. | 1085 | regular expression parsing. |
| 1086 | (semantic-cpp-lexer): Add semantic-lex-c-ifdef. | 1086 | (semantic-cpp-lexer): Add semantic-lex-c-ifdef. |
| 1087 | (semantic-expand-c-tag): Check if tag is non-nil before adding it | 1087 | (semantic-expand-c-tag): Check if tag is non-nil before adding it |
| 1088 | to return list. | 1088 | to return list. |
| 1089 | (semantic-expand-c-extern-C, semantic-expand-c-complex-type): | 1089 | (semantic-expand-c-extern-C, semantic-expand-c-complex-type): |
| @@ -1183,9 +1183,9 @@ | |||
| 1183 | (project-compile-project, project-compiler-target): New methods. | 1183 | (project-compile-project, project-compiler-target): New methods. |
| 1184 | 1184 | ||
| 1185 | * inversion.el (inversion-decoders): New regexps for SXEmacs. | 1185 | * inversion.el (inversion-decoders): New regexps for SXEmacs. |
| 1186 | (inversion-package-version): More verbose error message. | 1186 | (inversion-package-version): More verbose error message. |
| 1187 | (inversion-<): Deal with new special cases. | 1187 | (inversion-<): Deal with new special cases. |
| 1188 | (inversion-require-emacs): New argument sxemacs-ver; use it. | 1188 | (inversion-require-emacs): New argument sxemacs-ver; use it. |
| 1189 | 1189 | ||
| 1190 | 2012-10-01 Nelson Ferreira <nelson.ferreira@ieee.org> | 1190 | 2012-10-01 Nelson Ferreira <nelson.ferreira@ieee.org> |
| 1191 | 1191 | ||
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 79ba8126c21..8b2f3abf84e 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -156,7 +156,7 @@ | |||
| 156 | (gnus-icalendar-event->org-entry) | 156 | (gnus-icalendar-event->org-entry) |
| 157 | (gnus-icalendar--update-org-event) | 157 | (gnus-icalendar--update-org-event) |
| 158 | (gnus-icalendar-event->gnus-calendar): Distinguish between | 158 | (gnus-icalendar-event->gnus-calendar): Distinguish between |
| 159 | required/optional/non-participant attendee status. Fix bug causing | 159 | required/optional/non-participant attendee status. Fix bug causing |
| 160 | the first required event participant to be omitted. | 160 | the first required event participant to be omitted. |
| 161 | 161 | ||
| 162 | 2013-11-27 Katsumi Yamaoka <yamaoka@jpl.org> | 162 | 2013-11-27 Katsumi Yamaoka <yamaoka@jpl.org> |
| @@ -644,7 +644,7 @@ | |||
| 644 | * nnimap.el (nnimap-request-head): Remove to-buffer argument. | 644 | * nnimap.el (nnimap-request-head): Remove to-buffer argument. |
| 645 | 645 | ||
| 646 | * gnus-int.el (gnus-request-head): Remove to-buffer argument, only | 646 | * gnus-int.el (gnus-request-head): Remove to-buffer argument, only |
| 647 | supported by nnimap actually. Reverts previous change. | 647 | supported by nnimap actually. Reverts previous change. |
| 648 | 648 | ||
| 649 | * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter | 649 | * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter |
| 650 | to mimic `gnus-request-article' and enjoy backends the nn*-request-head | 650 | to mimic `gnus-request-article' and enjoy backends the nn*-request-head |
| @@ -1012,7 +1012,7 @@ | |||
| 1012 | the work. Has the nice benefit of enabling STARTTLS. | 1012 | the work. Has the nice benefit of enabling STARTTLS. |
| 1013 | Wait for capabilities after STARTTLS: following RFC5804, the server | 1013 | Wait for capabilities after STARTTLS: following RFC5804, the server |
| 1014 | sends new capabilities after successfully establishing a TLS connection | 1014 | sends new capabilities after successfully establishing a TLS connection |
| 1015 | with the client. The client should update the cached list of | 1015 | with the client. The client should update the cached list of |
| 1016 | capabilities, but we just ignore the answer for now. | 1016 | capabilities, but we just ignore the answer for now. |
| 1017 | (sieve-manage-network-p, sieve-manage-network-open) | 1017 | (sieve-manage-network-p, sieve-manage-network-open) |
| 1018 | (sieve-manage-starttls-p, sieve-manage-starttls-open) | 1018 | (sieve-manage-starttls-p, sieve-manage-starttls-open) |
| @@ -1062,7 +1062,7 @@ | |||
| 1062 | * sieve.el: Put point at beginning of buffer when viewing a script. | 1062 | * sieve.el: Put point at beginning of buffer when viewing a script. |
| 1063 | (sieve-open-server): Respect the PORT parameter. Show the correct port | 1063 | (sieve-open-server): Respect the PORT parameter. Show the correct port |
| 1064 | number in sieve-buffer's header. Fixed code to also work with a string | 1064 | number in sieve-buffer's header. Fixed code to also work with a string |
| 1065 | as port specifier. Properly close the connection on pressing 'q'. Make | 1065 | as port specifier. Properly close the connection on pressing 'q'. Make |
| 1066 | sieve-manage-quit close the connection and process buffer. Also, remove | 1066 | sieve-manage-quit close the connection and process buffer. Also, remove |
| 1067 | duplicate keybinding for 'q'. | 1067 | duplicate keybinding for 'q'. |
| 1068 | 1068 | ||
| @@ -5547,7 +5547,7 @@ | |||
| 5547 | 5547 | ||
| 5548 | 2011-02-22 Andrew Cohen <cohen@andy.bu.edu> | 5548 | 2011-02-22 Andrew Cohen <cohen@andy.bu.edu> |
| 5549 | 5549 | ||
| 5550 | * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key): | 5550 | * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key): |
| 5551 | Lower case names of search constraints. | 5551 | Lower case names of search constraints. |
| 5552 | (nnir-run-query): Cache and reuse search constraints for all imap | 5552 | (nnir-run-query): Cache and reuse search constraints for all imap |
| 5553 | servers. | 5553 | servers. |
| @@ -6850,7 +6850,7 @@ | |||
| 6850 | customizable. | 6850 | customizable. |
| 6851 | (nnir-retrieve-headers): Remove obsolete subject-mangling code. | 6851 | (nnir-retrieve-headers): Remove obsolete subject-mangling code. |
| 6852 | 6852 | ||
| 6853 | * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros | 6853 | * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros |
| 6854 | from nnir.el. | 6854 | from nnir.el. |
| 6855 | 6855 | ||
| 6856 | 2010-12-03 Julien Danjou <julien@danjou.info> | 6856 | 2010-12-03 Julien Danjou <julien@danjou.info> |
| @@ -6877,7 +6877,7 @@ | |||
| 6877 | 6877 | ||
| 6878 | * nnir.el (nnir-summary-line-format): New variable. | 6878 | * nnir.el (nnir-summary-line-format): New variable. |
| 6879 | (nnir-mode): Use it. | 6879 | (nnir-mode): Use it. |
| 6880 | (nnir-artlist-*,nnir-aritem-*): Reimplement as macros. | 6880 | (nnir-artlist-*, nnir-aritem-*): Reimplement as macros. |
| 6881 | (nnir-article-ids): Reimplement as defsubst. | 6881 | (nnir-article-ids): Reimplement as defsubst. |
| 6882 | (nnir-retrieve-headers): Don't mangle the subject header. | 6882 | (nnir-retrieve-headers): Don't mangle the subject header. |
| 6883 | (nnir-run-imap): Use 100 as RSV score. | 6883 | (nnir-run-imap): Use 100 as RSV score. |
| @@ -6908,7 +6908,7 @@ | |||
| 6908 | (nnir-mode): Install nnir-specific hooks for updating the registry. | 6908 | (nnir-mode): Install nnir-specific hooks for updating the registry. |
| 6909 | 6909 | ||
| 6910 | * gnus-sum.el | 6910 | * gnus-sum.el |
| 6911 | (gnus-article-original-subject,gnus-newsgroup-original-name): | 6911 | (gnus-article-original-subject, gnus-newsgroup-original-name): |
| 6912 | Remove obsolete variables. | 6912 | Remove obsolete variables. |
| 6913 | (gnus-summary-move-article): Remove use of obsolete variables. | 6913 | (gnus-summary-move-article): Remove use of obsolete variables. |
| 6914 | (gnus-summary-local-variables): Make move and delete hooks local to | 6914 | (gnus-summary-local-variables): Make move and delete hooks local to |
| @@ -7704,7 +7704,7 @@ | |||
| 7704 | long-lines case by only filling the long lines. | 7704 | long-lines case by only filling the long lines. |
| 7705 | 7705 | ||
| 7706 | * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies | 7706 | * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies |
| 7707 | (bug #7311). | 7707 | (bug#7311). |
| 7708 | 7708 | ||
| 7709 | 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org> | 7709 | 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org> |
| 7710 | 7710 | ||
| @@ -7784,7 +7784,7 @@ | |||
| 7784 | 7784 | ||
| 7785 | 2010-10-31 Andrew Cohen <cohen@andy.bu.edu> | 7785 | 2010-10-31 Andrew Cohen <cohen@andy.bu.edu> |
| 7786 | 7786 | ||
| 7787 | * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching | 7787 | * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching |
| 7788 | an entire server. | 7788 | an entire server. |
| 7789 | (nnir-get-active): New function. | 7789 | (nnir-get-active): New function. |
| 7790 | (nnir-run-imap): Use it. | 7790 | (nnir-run-imap): Use it. |
| @@ -7866,13 +7866,13 @@ | |||
| 7866 | * nnir.el: General clean up. Allow searching with multiple engines. | 7866 | * nnir.el: General clean up. Allow searching with multiple engines. |
| 7867 | Allow separate extra-parameters for each engine. | 7867 | Allow separate extra-parameters for each engine. |
| 7868 | Batch queries when possible. | 7868 | Batch queries when possible. |
| 7869 | (nnir-imap-default-search-key,nnir-method-default-engines): | 7869 | (nnir-imap-default-search-key, nnir-method-default-engines): |
| 7870 | Add customize interface. | 7870 | Add customize interface. |
| 7871 | (nnir-run-gmane): New engine. | 7871 | (nnir-run-gmane): New engine. |
| 7872 | (nnir-engines): Use it. Qualify all prompts with engine name. | 7872 | (nnir-engines): Use it. Qualify all prompts with engine name. |
| 7873 | (nnir-search-engine): Remove global variable. | 7873 | (nnir-search-engine): Remove global variable. |
| 7874 | (nnir-run-hyrex): Restore for now. | 7874 | (nnir-run-hyrex): Restore for now. |
| 7875 | (nnir-extra-parms,nnir-search-history): New variables. | 7875 | (nnir-extra-parms, nnir-search-history): New variables. |
| 7876 | (gnus-group-make-nnir-group): Use them. | 7876 | (gnus-group-make-nnir-group): Use them. |
| 7877 | (nnir-group-server): Remove in favor of gnus-group-server. | 7877 | (nnir-group-server): Remove in favor of gnus-group-server. |
| 7878 | (nnir-request-group): Avoid searching twice. | 7878 | (nnir-request-group): Avoid searching twice. |
| @@ -8206,7 +8206,7 @@ | |||
| 8206 | 8206 | ||
| 8207 | * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode | 8207 | * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode |
| 8208 | name in the mode line spec so that the mode line menu works | 8208 | name in the mode line spec so that the mode line menu works |
| 8209 | (bug #2431). | 8209 | (bug#2431). |
| 8210 | 8210 | ||
| 8211 | * message.el (message-get-reply-headers): If we're fed `to-address', | 8211 | * message.el (message-get-reply-headers): If we're fed `to-address', |
| 8212 | then always use that. | 8212 | then always use that. |
| @@ -8215,7 +8215,7 @@ | |||
| 8215 | aren't so wide as to need to switch off the edit menu. | 8215 | aren't so wide as to need to switch off the edit menu. |
| 8216 | 8216 | ||
| 8217 | * gnus-delay.el (gnus-delay-article): Remove superfluous `group' | 8217 | * gnus-delay.el (gnus-delay-article): Remove superfluous `group' |
| 8218 | binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613). | 8218 | binding. Suggested by Leo <sdl.web@gmail.com> (bug#6613). |
| 8219 | 8219 | ||
| 8220 | * nnimap.el (nnimap-request-group): Don't SELECT the group twice on | 8220 | * nnimap.el (nnimap-request-group): Don't SELECT the group twice on |
| 8221 | `M-g'. | 8221 | `M-g'. |
| @@ -9061,7 +9061,7 @@ | |||
| 9061 | 9061 | ||
| 9062 | 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | 9062 | 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 9063 | 9063 | ||
| 9064 | * nnir.el: Use the server names without suffixes (bug #7009). | 9064 | * nnir.el: Use the server names without suffixes (bug#7009). |
| 9065 | 9065 | ||
| 9066 | * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from | 9066 | * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from |
| 9067 | unencrypted to STARTTLS, if possible. | 9067 | unencrypted to STARTTLS, if possible. |
| @@ -11047,7 +11047,7 @@ | |||
| 11047 | 11047 | ||
| 11048 | 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com> | 11048 | 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| 11049 | 11049 | ||
| 11050 | Allow bookmarks to be set from Gnus Article buffers (Bug #5975). | 11050 | Allow bookmarks to be set from Gnus Article buffers (Bug#5975). |
| 11051 | Patch applied (with minor tweaks) by Karl Fogel. Note this leaves | 11051 | Patch applied (with minor tweaks) by Karl Fogel. Note this leaves |
| 11052 | C-w still not working correctly from Article buffers; Thierry's | 11052 | C-w still not working correctly from Article buffers; Thierry's |
| 11053 | patch to fix that will be applied after this. | 11053 | patch to fix that will be applied after this. |
| @@ -11271,7 +11271,7 @@ | |||
| 11271 | 11271 | ||
| 11272 | 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de> | 11272 | 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de> |
| 11273 | 11273 | ||
| 11274 | * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml | 11274 | * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml |
| 11275 | handles on recursive mml-to-mime translation and check them for | 11275 | handles on recursive mml-to-mime translation and check them for |
| 11276 | boundary delimiter collisions. Reported by Greg Troxel. | 11276 | boundary delimiter collisions. Reported by Greg Troxel. |
| 11277 | 11277 | ||
| @@ -18682,7 +18682,7 @@ | |||
| 18682 | 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de> | 18682 | 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de> |
| 18683 | 18683 | ||
| 18684 | * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for | 18684 | * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for |
| 18685 | message-marks (Debian bug #342521). | 18685 | message-marks (Debian bug#342521). |
| 18686 | 18686 | ||
| 18687 | 2005-12-12 Simon Josefsson <jas@extundo.com> | 18687 | 2005-12-12 Simon Josefsson <jas@extundo.com> |
| 18688 | 18688 | ||
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 0822dc42de9..05549c7eb6b 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -495,7 +495,7 @@ | |||
| 495 | (define-obsolete-function-alias): Actually remove the third (and | 495 | (define-obsolete-function-alias): Actually remove the third (and |
| 496 | any following) argument from the argument list before calling the | 496 | any following) argument from the argument list before calling the |
| 497 | advised function. Extend eval-and-compile clause and add advices | 497 | advised function. Extend eval-and-compile clause and add advices |
| 498 | for functions that have different parameter lists in XEmacs. Add | 498 | for functions that have different parameter lists in XEmacs. Add |
| 499 | variable definitions that XEmacs lacks . | 499 | variable definitions that XEmacs lacks . |
| 500 | 500 | ||
| 501 | * ob-fortran.el (org-every): Declare. | 501 | * ob-fortran.el (org-every): Declare. |
| @@ -2819,7 +2819,7 @@ | |||
| 2819 | 2819 | ||
| 2820 | * org-ctags.el (org-ctags-path-to-ctags): Avoid usine `case'. | 2820 | * org-ctags.el (org-ctags-path-to-ctags): Avoid usine `case'. |
| 2821 | 2821 | ||
| 2822 | * org.el (org-beginning-of-line,org-end-of-line): Set | 2822 | * org.el (org-beginning-of-line, org-end-of-line): Set |
| 2823 | disable-point-adjustment when the command ends next to invisible | 2823 | disable-point-adjustment when the command ends next to invisible |
| 2824 | text. | 2824 | text. |
| 2825 | 2825 | ||
| @@ -3663,7 +3663,7 @@ | |||
| 3663 | variables are available. Use correct :test. | 3663 | variables are available. Use correct :test. |
| 3664 | (org-export-table-cell-width): Modify key (now an element) and | 3664 | (org-export-table-cell-width): Modify key (now an element) and |
| 3665 | value structure (now a vector) of cache so it can use `eq' as | 3665 | value structure (now a vector) of cache so it can use `eq' as |
| 3666 | test. Elements are circular lists so `equal' cannot apply on them. | 3666 | test. Elements are circular lists so `equal' cannot apply on them. |
| 3667 | 3667 | ||
| 3668 | * ox-publish.el (project-plist): Remove variable. | 3668 | * ox-publish.el (project-plist): Remove variable. |
| 3669 | 3669 | ||
| @@ -3946,8 +3946,8 @@ | |||
| 3946 | * org-element.el (org-element--list-struct): Fix failing | 3946 | * org-element.el (org-element--list-struct): Fix failing |
| 3947 | "plain-list-parser" test. | 3947 | "plain-list-parser" test. |
| 3948 | 3948 | ||
| 3949 | * ox-latex.el (org-latex-src-block): Handle :float attribute. Its | 3949 | * ox-latex.el (org-latex-src-block): Handle :float attribute. |
| 3950 | value can be set to "t", "multicolumn" or "nil". Also remove | 3950 | Its value can be set to "t", "multicolumn" or "nil". Also remove |
| 3951 | :long-listing attribute, which is now replaced with :float nil. | 3951 | :long-listing attribute, which is now replaced with :float nil. |
| 3952 | (org-latex--org-table): Replace :float table with :float t. | 3952 | (org-latex--org-table): Replace :float table with :float t. |
| 3953 | (org-latex--inline-image): Replace :float figure with :float t. | 3953 | (org-latex--inline-image): Replace :float figure with :float t. |
| @@ -4463,7 +4463,7 @@ | |||
| 4463 | computing minimal headline level. | 4463 | computing minimal headline level. |
| 4464 | 4464 | ||
| 4465 | * org.el (org-do-latex-and-related): Fix infloop when user | 4465 | * org.el (org-do-latex-and-related): Fix infloop when user |
| 4466 | provides a wrong value for `org-highlight-latex-and-related'. In | 4466 | provides a wrong value for `org-highlight-latex-and-related'. In |
| 4467 | this case, `org-latex-and-related-regexp' is the empty string and | 4467 | this case, `org-latex-and-related-regexp' is the empty string and |
| 4468 | generates an infloop since matching it doesn't move point. | 4468 | generates an infloop since matching it doesn't move point. |
| 4469 | 4469 | ||
| @@ -5107,7 +5107,7 @@ | |||
| 5107 | Fix docstring. | 5107 | Fix docstring. |
| 5108 | 5108 | ||
| 5109 | * org.el (org-adaptive-fill-function): Items do not have | 5109 | * org.el (org-adaptive-fill-function): Items do not have |
| 5110 | a :post-affiliated property. Use :begin property instead. | 5110 | a :post-affiliated property. Use :begin property instead. |
| 5111 | 5111 | ||
| 5112 | * org-element.el (org-element-headline-parser) | 5112 | * org-element.el (org-element-headline-parser) |
| 5113 | (org-element-inlinetask-parser): Remove :clockedp property. | 5113 | (org-element-inlinetask-parser): Remove :clockedp property. |
| @@ -5164,7 +5164,7 @@ | |||
| 5164 | (org-element--current-element): Tiny refactoring. | 5164 | (org-element--current-element): Tiny refactoring. |
| 5165 | 5165 | ||
| 5166 | * ob.el (org-babel-where-is-src-block-result): Insert new results | 5166 | * ob.el (org-babel-where-is-src-block-result): Insert new results |
| 5167 | keyword in current narrowed part of buffer, if necessary. Small | 5167 | keyword in current narrowed part of buffer, if necessary. Small |
| 5168 | refactoring. | 5168 | refactoring. |
| 5169 | (org-babel-insert-result): Do not widen buffer when new results have | 5169 | (org-babel-insert-result): Do not widen buffer when new results have |
| 5170 | to be inserted. Therefore, results inserted after the last block of | 5170 | to be inserted. Therefore, results inserted after the last block of |
| @@ -5211,7 +5211,7 @@ | |||
| 5211 | stored in DATE keyword instead. | 5211 | stored in DATE keyword instead. |
| 5212 | 5212 | ||
| 5213 | * org-element.el (org-element-object-restrictions): Allow links in | 5213 | * org-element.el (org-element-object-restrictions): Allow links in |
| 5214 | caption. Also allow inline-src-blocks and inline-babel-calls. | 5214 | caption. Also allow inline-src-blocks and inline-babel-calls. |
| 5215 | (org-element-map): Change signature. | 5215 | (org-element-map): Change signature. |
| 5216 | (org-element-parsed-keywords): Remove document properties from the | 5216 | (org-element-parsed-keywords): Remove document properties from the |
| 5217 | value. | 5217 | value. |
| @@ -5241,7 +5241,7 @@ | |||
| 5241 | (org-element-latex-environment-parser) | 5241 | (org-element-latex-environment-parser) |
| 5242 | (org-element-paragraph-parser, org-element-property-drawer-parser) | 5242 | (org-element-paragraph-parser, org-element-property-drawer-parser) |
| 5243 | (org-element-src-block-parser, org-element-table-parser) | 5243 | (org-element-src-block-parser, org-element-table-parser) |
| 5244 | (org-element-verse-block-parser): Change signature. Now use an | 5244 | (org-element-verse-block-parser): Change signature. Now use an |
| 5245 | additional argument: affiliated. | 5245 | additional argument: affiliated. |
| 5246 | (org-element--current-element): Skip affiliated keywords and pass | 5246 | (org-element--current-element): Skip affiliated keywords and pass |
| 5247 | them as an argument to parsers. It prevents to walk through these | 5247 | them as an argument to parsers. It prevents to walk through these |
| @@ -5262,10 +5262,9 @@ | |||
| 5262 | * ob-exp.el (org-export-blocks-preprocess): Fix block evaluation | 5262 | * ob-exp.el (org-export-blocks-preprocess): Fix block evaluation |
| 5263 | when results are before the block. | 5263 | when results are before the block. |
| 5264 | (org-export-blocks-preprocess): Improve blank lines handling in | 5264 | (org-export-blocks-preprocess): Improve blank lines handling in |
| 5265 | function. Add comments. Remove `org-export-blocks-postblock-hook' | 5265 | function. Add comments. Remove `org-export-blocks-postblock-hook' |
| 5266 | since it's defined nowhere now | 5266 | since it's defined nowhere now (and doesn't need to, there's |
| 5267 | (and doesn't need to, there's `org-export-before-parsing-hook' | 5267 | `org-export-before-parsing-hook' already). |
| 5268 | already). | ||
| 5269 | 5268 | ||
| 5270 | * org-exp-blocks.el: Delete. | 5269 | * org-exp-blocks.el: Delete. |
| 5271 | 5270 | ||
| @@ -5334,8 +5333,8 @@ | |||
| 5334 | container. | 5333 | container. |
| 5335 | (org-html-divs): Extra character in doc string. | 5334 | (org-html-divs): Extra character in doc string. |
| 5336 | (org-babel-execute:sql): Unquote cmdline argument in | 5335 | (org-babel-execute:sql): Unquote cmdline argument in |
| 5337 | format string, dbish requires three separate arguments. Add dbi to | 5336 | format string, dbish requires three separate arguments. Add dbi |
| 5338 | the list of engines with automatically added header separator. | 5337 | to the list of engines with automatically added header separator. |
| 5339 | (org-html--build-pre/postamble): Add css class to wrapper div | 5338 | (org-html--build-pre/postamble): Add css class to wrapper div |
| 5340 | (defaults to `org-pre/postamble-class'). Move spec building to | 5339 | (defaults to `org-pre/postamble-class'). Move spec building to |
| 5341 | separate function (`org-html-format-spec'). | 5340 | separate function (`org-html-format-spec'). |
| @@ -5538,7 +5537,7 @@ | |||
| 5538 | needed, make sure the distance is incremented. In addition, the | 5537 | needed, make sure the distance is incremented. In addition, the |
| 5539 | now obsolete mmin function was removed. | 5538 | now obsolete mmin function was removed. |
| 5540 | 5539 | ||
| 5541 | 2013-11-12 Oleh Krehel <wave@mail.ua> | 5540 | 2013-11-12 Oleh Krehel <wave@mail.ua> |
| 5542 | 5541 | ||
| 5543 | * org-capture.el (org-capture-expand-embedded-elisp): Throw error | 5542 | * org-capture.el (org-capture-expand-embedded-elisp): Throw error |
| 5544 | if result is not a string and not nil. If the result is nil, | 5543 | if result is not a string and not nil. If the result is nil, |
| @@ -5583,7 +5582,7 @@ | |||
| 5583 | and change the wording of the docstring. | 5582 | and change the wording of the docstring. |
| 5584 | (org-latex-guess-babel-language): Replace AUTO with language if | 5583 | (org-latex-guess-babel-language): Replace AUTO with language if |
| 5585 | AUTO is the option of the LaTeX package Babel. | 5584 | AUTO is the option of the LaTeX package Babel. |
| 5586 | (org-latex-classes): updated documentation with respect | 5585 | (org-latex-classes): Updated documentation with respect |
| 5587 | to `org-latex-guess-babel-language'. | 5586 | to `org-latex-guess-babel-language'. |
| 5588 | 5587 | ||
| 5589 | 2013-11-12 Дядов Васил Стоянов <vdyadov@elvees.com> (tiny change) | 5588 | 2013-11-12 Дядов Васил Стоянов <vdyadov@elvees.com> (tiny change) |
| @@ -13264,10 +13263,10 @@ | |||
| 13264 | (org-indent-initialize): Remove timer. | 13263 | (org-indent-initialize): Remove timer. |
| 13265 | (org-indent-add-properties): Refactor code. | 13264 | (org-indent-add-properties): Refactor code. |
| 13266 | (org-indent-refresh-subtree, org-indent-refresh-section) | 13265 | (org-indent-refresh-subtree, org-indent-refresh-section) |
| 13267 | (org-indent-refresh-buffer,org-indent-set-initial-properties): | 13266 | (org-indent-refresh-buffer, org-indent-set-initial-properties): |
| 13268 | Remove functions. | 13267 | Remove functions. |
| 13269 | (org-indent-deleted-headline): New variable. | 13268 | (org-indent-deleted-headline): New variable. |
| 13270 | (org-indent-notify-deleted-headline,org-indent-refresh-maybe): | 13269 | (org-indent-notify-deleted-headline, org-indent-refresh-maybe): |
| 13271 | New functions. | 13270 | New functions. |
| 13272 | (org-indent-mode): Insert new functions into a hook. | 13271 | (org-indent-mode): Insert new functions into a hook. |
| 13273 | 13272 | ||
| @@ -13279,7 +13278,7 @@ | |||
| 13279 | section when promoting or demoting it. | 13278 | section when promoting or demoting it. |
| 13280 | (org-indent-add-properties): Rewrite function to proceed line by | 13279 | (org-indent-add-properties): Rewrite function to proceed line by |
| 13281 | line, as required by `wrap-prefix' specificity. | 13280 | line, as required by `wrap-prefix' specificity. |
| 13282 | (org-indent-refresh-section,org-indent-refresh-subtree): Refactor. | 13281 | (org-indent-refresh-section, org-indent-refresh-subtree): Refactor. |
| 13283 | (org-indent-refresh-view): New function. | 13282 | (org-indent-refresh-view): New function. |
| 13284 | (org-indent-refresh-to, org-indent-refresh-section): | 13283 | (org-indent-refresh-to, org-indent-refresh-section): |
| 13285 | Remove functions. | 13284 | Remove functions. |
| @@ -16042,7 +16041,7 @@ | |||
| 16042 | 16041 | ||
| 16043 | * org-list.el (org-list-in-valid-context-p): Rename from | 16042 | * org-list.el (org-list-in-valid-context-p): Rename from |
| 16044 | `org-list-in-valid-block-p'. | 16043 | `org-list-in-valid-block-p'. |
| 16045 | (org-at-item-p,org-list-search-generic): Use renamed function. | 16044 | (org-at-item-p, org-list-search-generic): Use renamed function. |
| 16046 | 16045 | ||
| 16047 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> | 16046 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> |
| 16048 | 16047 | ||
| @@ -16239,7 +16238,7 @@ | |||
| 16239 | 16238 | ||
| 16240 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> | 16239 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> |
| 16241 | 16240 | ||
| 16242 | * org-list.el (org-list-struct,org-in-item-p): Don't assume end of | 16241 | * org-list.el (org-list-struct, org-in-item-p): Don't assume end of |
| 16243 | blocks or drawers necessarily start somewhere. It it isn't the | 16242 | blocks or drawers necessarily start somewhere. It it isn't the |
| 16244 | case, treat them as normal text. | 16243 | case, treat them as normal text. |
| 16245 | 16244 | ||
| @@ -16388,7 +16387,7 @@ | |||
| 16388 | * org-list.el (org-list-to-generic): Set a default term for | 16387 | * org-list.el (org-list-to-generic): Set a default term for |
| 16389 | ill-formed description lists. Do not insert newline characters | 16388 | ill-formed description lists. Do not insert newline characters |
| 16390 | unless told to. | 16389 | unless told to. |
| 16391 | (org-list-to-texinfo,org-list-to-html): Apply changes to | 16390 | (org-list-to-texinfo, org-list-to-html): Apply changes to |
| 16392 | `org-list-parse-liste'. | 16391 | `org-list-parse-liste'. |
| 16393 | 16392 | ||
| 16394 | 2011-07-28 Bastien Guerry <bzg@gnu.org> | 16393 | 2011-07-28 Bastien Guerry <bzg@gnu.org> |
| @@ -16612,7 +16611,7 @@ | |||
| 16612 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> | 16611 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> |
| 16613 | 16612 | ||
| 16614 | * org-list.el (org-list-in-valid-block-p): New function. | 16613 | * org-list.el (org-list-in-valid-block-p): New function. |
| 16615 | (org-at-item-p,org-list-search-generic): Use new function. | 16614 | (org-at-item-p, org-list-search-generic): Use new function. |
| 16616 | 16615 | ||
| 16617 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> | 16616 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> |
| 16618 | 16617 | ||
| @@ -16727,7 +16726,7 @@ | |||
| 16727 | 16726 | ||
| 16728 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> | 16727 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> |
| 16729 | 16728 | ||
| 16730 | * org.el (org-demote-subtree,org-promote-subtree): | 16729 | * org.el (org-demote-subtree, org-promote-subtree): |
| 16731 | Wrap `org-map-tree' into `org-with-limited-levels' macro, so it avoids | 16730 | Wrap `org-map-tree' into `org-with-limited-levels' macro, so it avoids |
| 16732 | operating on inline tasks. | 16731 | operating on inline tasks. |
| 16733 | 16732 | ||
| @@ -17421,7 +17420,7 @@ | |||
| 17421 | function every at every line in a list. User will have to reload | 17420 | function every at every line in a list. User will have to reload |
| 17422 | Org if he change value of either `org-list-end-regexp' or | 17421 | Org if he change value of either `org-list-end-regexp' or |
| 17423 | `org-empty-line-terminates-plain-lists'. | 17422 | `org-empty-line-terminates-plain-lists'. |
| 17424 | (org-in-item-p,org-list-struct,org-list-parse-list): Apply change. | 17423 | (org-in-item-p, org-list-struct, org-list-parse-list): Apply change. |
| 17425 | 17424 | ||
| 17426 | * org-exp.el (org-export-mark-list-end) | 17425 | * org-exp.el (org-export-mark-list-end) |
| 17427 | (org-export-mark-list-properties): Apply change. | 17426 | (org-export-mark-list-properties): Apply change. |
| @@ -17502,7 +17501,7 @@ | |||
| 17502 | `org-search-backward-unenclosed'. | 17501 | `org-search-backward-unenclosed'. |
| 17503 | (org-list-search-forward): Rename from | 17502 | (org-list-search-forward): Rename from |
| 17504 | `org-search-forward-unenclosed'. | 17503 | `org-search-forward-unenclosed'. |
| 17505 | (org-toggle-checkbox,org-update-checkbox-count): Use new | 17504 | (org-toggle-checkbox, org-update-checkbox-count): Use new |
| 17506 | functions. | 17505 | functions. |
| 17507 | (org-sort-list): Using default regexp search functions as context | 17506 | (org-sort-list): Using default regexp search functions as context |
| 17508 | is not required in this case. | 17507 | is not required in this case. |
| @@ -17529,7 +17528,7 @@ | |||
| 17529 | 17528 | ||
| 17530 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> | 17529 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> |
| 17531 | 17530 | ||
| 17532 | * org.el (org-skip-over-state-notes,org-store-log-note): Use new | 17531 | * org.el (org-skip-over-state-notes, org-store-log-note): Use new |
| 17533 | accessors. | 17532 | accessors. |
| 17534 | 17533 | ||
| 17535 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> | 17534 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> |
| @@ -17537,8 +17536,8 @@ | |||
| 17537 | * org-list.el (org-list-indent-item-generic): Remove error | 17536 | * org-list.el (org-list-indent-item-generic): Remove error |
| 17538 | messages happening before process. This belongs to interactive | 17537 | messages happening before process. This belongs to interactive |
| 17539 | functions. | 17538 | functions. |
| 17540 | (org-indent-item,org-indent-item-tree) | 17539 | (org-indent-item, org-indent-item-tree) |
| 17541 | (org-outdent-item,org-outdent-item-tree): Ensure point or region | 17540 | (org-outdent-item, org-outdent-item-tree): Ensure point or region |
| 17542 | is correct before computing list structure. Return an error | 17541 | is correct before computing list structure. Return an error |
| 17543 | message otherwise. | 17542 | message otherwise. |
| 17544 | 17543 | ||
| @@ -17554,7 +17553,7 @@ | |||
| 17554 | text following a sub-list in the same item. See docstring for an | 17553 | text following a sub-list in the same item. See docstring for an |
| 17555 | example of output. | 17554 | example of output. |
| 17556 | (org-list-to-generic): Use new parsing function. | 17555 | (org-list-to-generic): Use new parsing function. |
| 17557 | (org-list-to-latex,org-list-to-html): Minor change for clearer | 17556 | (org-list-to-latex, org-list-to-html): Minor change for clearer |
| 17558 | export. | 17557 | export. |
| 17559 | 17558 | ||
| 17560 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> | 17559 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> |
| @@ -17577,7 +17576,7 @@ | |||
| 17577 | was already the first item of the list at point. | 17576 | was already the first item of the list at point. |
| 17578 | (org-list-get-list-end): Function wasn't return value when item | 17577 | (org-list-get-list-end): Function wasn't return value when item |
| 17579 | was already the last item of the list at point. | 17578 | was already the last item of the list at point. |
| 17580 | (org-list-struct-fix-box,org-update-checkbox-count): Now uses | 17579 | (org-list-struct-fix-box, org-update-checkbox-count): Now uses |
| 17581 | `org-list-get-children'. | 17580 | `org-list-get-children'. |
| 17582 | 17581 | ||
| 17583 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> | 17582 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> |
| @@ -17602,7 +17601,7 @@ | |||
| 17602 | (org-list-exchange-items): Refactor and comment code. Now return | 17601 | (org-list-exchange-items): Refactor and comment code. Now return |
| 17603 | new struct instead of modifying it, as list sorting would | 17602 | new struct instead of modifying it, as list sorting would |
| 17604 | sometimes eat first item. | 17603 | sometimes eat first item. |
| 17605 | (org-move-item-down,org-move-item-up): Reflect changes to | 17604 | (org-move-item-down, org-move-item-up): Reflect changes to |
| 17606 | `org-list-exchange-items'. | 17605 | `org-list-exchange-items'. |
| 17607 | (org-insert-item): As `org-in-item-p' also computes item beginning | 17606 | (org-insert-item): As `org-in-item-p' also computes item beginning |
| 17608 | when applicable, reuse the result. | 17607 | when applicable, reuse the result. |
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index ac55bad13fb..0cdcc139905 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -33,7 +33,7 @@ | |||
| 33 | 2013-09-16 Glenn Morris <rgm@gnu.org> | 33 | 2013-09-16 Glenn Morris <rgm@gnu.org> |
| 34 | 34 | ||
| 35 | * url-misc.el (url-data): Avoid match-data mix-up with base64 case. | 35 | * url-misc.el (url-data): Avoid match-data mix-up with base64 case. |
| 36 | Use Content-Transfer-Encoding rather than Content-Encoding. (Bug#15285) | 36 | Use Content-Transfer-Encoding rather than Content-Encoding. (Bug#15285) |
| 37 | 37 | ||
| 38 | 2013-09-13 Glenn Morris <rgm@gnu.org> | 38 | 2013-09-13 Glenn Morris <rgm@gnu.org> |
| 39 | 39 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index bd498c59f1a..a8bc522939c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2014-02-12 Marcus Karlsson <mk@acc.umu.se> (tiny change) | 1 | 2014-02-12 Marcus Karlsson <mk@acc.umu.se> (tiny change) |
| 2 | 2 | ||
| 3 | * image.c (pbm_load): Set to NO_PIXMAP on error (Bug#16683). | 3 | * image.c (pbm_load): Set to NO_PIXMAP on error (Bug#16683). |
| 4 | 4 | ||
| @@ -434,7 +434,7 @@ | |||
| 434 | * gtkutil.h (xg_have_tear_offs): Add frame parameter | 434 | * gtkutil.h (xg_have_tear_offs): Add frame parameter |
| 435 | * gtkutil.c (xg_have_tear_offs): Count the global menu as a | 435 | * gtkutil.c (xg_have_tear_offs): Count the global menu as a |
| 436 | tear-off. | 436 | tear-off. |
| 437 | (xg_update_menubar,xg_update_menu_item): Call g_object_notify when | 437 | (xg_update_menubar, xg_update_menu_item): Call g_object_notify when |
| 438 | updating menus; explain why. | 438 | updating menus; explain why. |
| 439 | (xg_update_frame_menubar): Remove the 23px hack: I can't repro the | 439 | (xg_update_frame_menubar): Remove the 23px hack: I can't repro the |
| 440 | problem it's supposed to solve and it interferes with detecting | 440 | problem it's supposed to solve and it interferes with detecting |
| @@ -966,7 +966,7 @@ | |||
| 966 | 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com> | 966 | 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com> |
| 967 | 967 | ||
| 968 | * gnutls.c (Fgnutls_boot): Use `Flistp' instead of | 968 | * gnutls.c (Fgnutls_boot): Use `Flistp' instead of |
| 969 | `CHECK_LIST_CONS`. | 969 | `CHECK_LIST_CONS'. |
| 970 | 970 | ||
| 971 | 2013-12-16 Martin Rudalics <rudalics@gmx.at> | 971 | 2013-12-16 Martin Rudalics <rudalics@gmx.at> |
| 972 | 972 | ||
| @@ -3447,7 +3447,7 @@ | |||
| 3447 | 3447 | ||
| 3448 | * msdos.c (x_set_menu_bar_lines): Delete unused function. | 3448 | * msdos.c (x_set_menu_bar_lines): Delete unused function. |
| 3449 | 3449 | ||
| 3450 | * menu.h (tty_menu_show, menu_item_width): provide prototypes. | 3450 | * menu.h (tty_menu_show, menu_item_width): Provide prototypes. |
| 3451 | 3451 | ||
| 3452 | * menu.c (have_boxes): New function. | 3452 | * menu.c (have_boxes): New function. |
| 3453 | (single_keymap_panes): Use it instead of a compile-time | 3453 | (single_keymap_panes): Use it instead of a compile-time |
| @@ -3745,9 +3745,9 @@ | |||
| 3745 | 2013-09-26 Barry O'Reilly <gundaetiapo@gmail.com> | 3745 | 2013-09-26 Barry O'Reilly <gundaetiapo@gmail.com> |
| 3746 | 3746 | ||
| 3747 | Signal error when reading an empty byte-code object (Bug#15405) | 3747 | Signal error when reading an empty byte-code object (Bug#15405) |
| 3748 | * lread.c (read1): signal error | 3748 | * lread.c (read1): Signal error. |
| 3749 | * alloc.c (make_byte_code): eassert header size | 3749 | * alloc.c (make_byte_code): eassert header size. |
| 3750 | (sweep_vectors): change an int to size_t | 3750 | (sweep_vectors): Change an int to size_t. |
| 3751 | 3751 | ||
| 3752 | 2013-09-24 Paul Eggert <eggert@cs.ucla.edu> | 3752 | 2013-09-24 Paul Eggert <eggert@cs.ucla.edu> |
| 3753 | 3753 | ||
diff --git a/test/ChangeLog b/test/ChangeLog index 370545d4368..a7bfa59ccfe 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -201,7 +201,7 @@ | |||
| 201 | * automated/Makefile.in (PATH_SEPARATOR): New, set by configure. | 201 | * automated/Makefile.in (PATH_SEPARATOR): New, set by configure. |
| 202 | (EMACSOPT): Use PATH_SEPARATOR. | 202 | (EMACSOPT): Use PATH_SEPARATOR. |
| 203 | 203 | ||
| 204 | 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com> | 204 | 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com> |
| 205 | 205 | ||
| 206 | * automated/ruby-mode-tests.el (ruby-exit!-font-lock): | 206 | * automated/ruby-mode-tests.el (ruby-exit!-font-lock): |
| 207 | Add a failing test for Bug#15874. | 207 | Add a failing test for Bug#15874. |
| @@ -895,7 +895,7 @@ | |||
| 895 | 895 | ||
| 896 | 2013-04-09 Masatake YAMATO <yamato@redhat.com> | 896 | 2013-04-09 Masatake YAMATO <yamato@redhat.com> |
| 897 | 897 | ||
| 898 | * automated/add-log-tests.el: New file. (Bug#14112) | 898 | * automated/add-log-tests.el: New file. (Bug#14112) |
| 899 | 899 | ||
| 900 | 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz> | 900 | 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz> |
| 901 | 901 | ||
| @@ -1234,7 +1234,7 @@ | |||
| 1234 | 1234 | ||
| 1235 | * automated/newsticker-tests.el | 1235 | * automated/newsticker-tests.el |
| 1236 | (newsticker--group-manage-orphan-feeds): Prevent updating | 1236 | (newsticker--group-manage-orphan-feeds): Prevent updating |
| 1237 | newsticker treeview. Fixed bug#9763. | 1237 | newsticker treeview. Fixed bug#9763. |
| 1238 | 1238 | ||
| 1239 | 2011-10-20 Glenn Morris <rgm@gnu.org> | 1239 | 2011-10-20 Glenn Morris <rgm@gnu.org> |
| 1240 | 1240 | ||
| @@ -1249,7 +1249,7 @@ | |||
| 1249 | 2011-09-27 Ulf Jasper <ulf.jasper@web.de> | 1249 | 2011-09-27 Ulf Jasper <ulf.jasper@web.de> |
| 1250 | 1250 | ||
| 1251 | * automated/newsticker-tests.el: Move newsticker-testsuite.el | 1251 | * automated/newsticker-tests.el: Move newsticker-testsuite.el |
| 1252 | to automated/newsticker-tests.el. Convert to ERT. | 1252 | to automated/newsticker-tests.el. Convert to ERT. |
| 1253 | 1253 | ||
| 1254 | 2011-07-26 Ulf Jasper <ulf.jasper@web.de> | 1254 | 2011-07-26 Ulf Jasper <ulf.jasper@web.de> |
| 1255 | 1255 | ||