diff options
| author | Glenn Morris | 2014-01-10 19:55:50 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-01-10 19:55:50 -0800 |
| commit | a12bf61ed4bb5b06d829df1a1371b3bbf2c8e791 (patch) | |
| tree | 5212fea2a6147308a40d979f656be2f971728a7b /lisp/ChangeLog.11 | |
| parent | d2f16e93d2f96a33bcac0f5e5f1536575075bc0c (diff) | |
| download | emacs-a12bf61ed4bb5b06d829df1a1371b3bbf2c8e791.tar.gz emacs-a12bf61ed4bb5b06d829df1a1371b3bbf2c8e791.zip | |
ChangeLog fixes
Diffstat (limited to 'lisp/ChangeLog.11')
| -rw-r--r-- | lisp/ChangeLog.11 | 54 |
1 files changed, 28 insertions, 26 deletions
diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11 index 2917f17da88..e41f3a81286 100644 --- a/lisp/ChangeLog.11 +++ b/lisp/ChangeLog.11 | |||
| @@ -1293,9 +1293,9 @@ | |||
| 1293 | 1293 | ||
| 1294 | 2004-11-26 Jay Belanger <belanger@truman.edu> | 1294 | 2004-11-26 Jay Belanger <belanger@truman.edu> |
| 1295 | 1295 | ||
| 1296 | * calc-misc.el (calc-last-why-command): Declare it. | 1296 | * calc/calc-misc.el (calc-last-why-command): Declare it. |
| 1297 | 1297 | ||
| 1298 | * calc-vec.el (math-grade-vec): New variable. | 1298 | * calc/calc-vec.el (math-grade-vec): New variable. |
| 1299 | (calcFunc-grade, calcFunc-rgrade, math-grade-beforep): | 1299 | (calcFunc-grade, calcFunc-rgrade, math-grade-beforep): |
| 1300 | Replace variable grade-vec by declared variable. | 1300 | Replace variable grade-vec by declared variable. |
| 1301 | (math-rb-close): New variable. | 1301 | (math-rb-close): New variable. |
| @@ -1424,7 +1424,8 @@ | |||
| 1424 | 1424 | ||
| 1425 | 2004-11-26 Lars Hansen <larsh@math.ku.dk> | 1425 | 2004-11-26 Lars Hansen <larsh@math.ku.dk> |
| 1426 | 1426 | ||
| 1427 | * tramp.el (tramp-handle-directory-files-and-attributes): New function. | 1427 | * net/tramp.el (tramp-handle-directory-files-and-attributes): |
| 1428 | New function. | ||
| 1428 | (tramp-perl-directory-files-and-attributes): New constant. | 1429 | (tramp-perl-directory-files-and-attributes): New constant. |
| 1429 | (tramp-file-name-handler-alist): Delete file-directory-files, add | 1430 | (tramp-file-name-handler-alist): Delete file-directory-files, add |
| 1430 | directory-files-and-attributes. | 1431 | directory-files-and-attributes. |
| @@ -11950,7 +11951,7 @@ | |||
| 11950 | 11951 | ||
| 11951 | 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org> | 11952 | 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 11952 | 11953 | ||
| 11953 | * cc-engine.el (c-guess-continued-construct) | 11954 | * progmodes/cc-engine.el (c-guess-continued-construct) |
| 11954 | (c-guess-basic-syntax): Check a little more carefully if it's a | 11955 | (c-guess-basic-syntax): Check a little more carefully if it's a |
| 11955 | function declaration when an unknown construct followed by a block | 11956 | function declaration when an unknown construct followed by a block |
| 11956 | is found inside a statement context. This avoids macros followed | 11957 | is found inside a statement context. This avoids macros followed |
| @@ -11964,7 +11965,8 @@ | |||
| 11964 | start is in a position so that `c-beginning-of-statement-1' jumped | 11965 | start is in a position so that `c-beginning-of-statement-1' jumped |
| 11965 | to the beginning of the same statement. | 11966 | to the beginning of the same statement. |
| 11966 | 11967 | ||
| 11967 | * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur): | 11968 | * progmodes/cc-fonts.el, progmodes/cc-engine.el |
| 11969 | (c-forward-<>-arglist-recur): | ||
| 11968 | Don't accept binary operators in the arglist if we're in a function | 11970 | Don't accept binary operators in the arglist if we're in a function |
| 11969 | call context, i.e. if `c-restricted-<>-arglists' is set. That avoids | 11971 | call context, i.e. if `c-restricted-<>-arglists' is set. That avoids |
| 11970 | template recognition in cases like "if (a < b || c > d)". | 11972 | template recognition in cases like "if (a < b || c > d)". |
| @@ -11974,38 +11976,39 @@ | |||
| 11974 | 11976 | ||
| 11975 | Accessing functions updated for the variable name change. | 11977 | Accessing functions updated for the variable name change. |
| 11976 | 11978 | ||
| 11977 | * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the | 11979 | * progmodes/cc-engine.el (c-syntactic-re-search-forward): Fix bug |
| 11978 | match data could get clobbered if NOT-INSIDE-TOKEN is used. | 11980 | where the match data could get clobbered if NOT-INSIDE-TOKEN is used. |
| 11979 | 11981 | ||
| 11980 | * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in | 11982 | * progmodes/cc-engine.el (c-beginning-of-statement-1): |
| 11981 | labels. | 11983 | Don't allow parens in labels. |
| 11982 | 11984 | ||
| 11983 | (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1' | 11985 | (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1' |
| 11984 | instead of duplicating parts of it. This fixes bogus label | 11986 | instead of duplicating parts of it. This fixes bogus label |
| 11985 | recognition. | 11987 | recognition. |
| 11986 | 11988 | ||
| 11987 | * cc-align.el (c-gnu-impose-minimum): Revert to the old method | 11989 | * progmodes/cc-align.el (c-gnu-impose-minimum): Revert to the old method |
| 11988 | of checking the context in which to apply the minimum indentation, | 11990 | of checking the context in which to apply the minimum indentation, |
| 11989 | so that it isn't enforced in e.g. namespace blocks. | 11991 | so that it isn't enforced in e.g. namespace blocks. |
| 11990 | 11992 | ||
| 11991 | * cc-vars.el (c-inside-block-syms): New constant used by | 11993 | * progmodes/cc-vars.el (c-inside-block-syms): New constant used by |
| 11992 | `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist' | 11994 | `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist' |
| 11993 | to somewhat reduce the risk of becoming stale. | 11995 | to somewhat reduce the risk of becoming stale. |
| 11994 | 11996 | ||
| 11995 | * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from | 11997 | * progmodes/cc-cmds.el, progmodes/cc-engine.el |
| 11996 | cc-cmds to cc-engine to allow use from cc-align. | 11998 | (c-shift-line-indentation): Move from cc-cmds to cc-engine |
| 11999 | to allow use from cc-align. | ||
| 11997 | 12000 | ||
| 11998 | * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully | 12001 | * progmodes/cc-engine.el (c-beginning-of-inheritance-list): |
| 11999 | qualified identifiers containing "::". | 12002 | Cope with fully qualified identifiers containing "::". |
| 12000 | 12003 | ||
| 12001 | * cc-defs.el (c-make-keywords-re): Add kludge for bug in | 12004 | * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug in |
| 12002 | `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines. | 12005 | `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines. |
| 12003 | 12006 | ||
| 12004 | * cc-vars.el (c-emacs-features): Use a space in front of the name | 12007 | * progmodes/cc-vars.el (c-emacs-features): Use a space in front of |
| 12005 | of the temporary buffer. That also avoids dumping problems in | 12008 | the name of the temporary buffer. That also avoids dumping problems in |
| 12006 | XEmacs due to undo info being left around after the buffer is killed. | 12009 | XEmacs due to undo info being left around after the buffer is killed. |
| 12007 | 12010 | ||
| 12008 | * cc-engine.el (c-in-knr-argdecl): Look closer at the function | 12011 | * progmodes/cc-engine.el (c-in-knr-argdecl): Look closer at the function |
| 12009 | arglist to see if it's a K&R style declaration. | 12012 | arglist to see if it's a K&R style declaration. |
| 12010 | 12013 | ||
| 12011 | (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl' | 12014 | (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl' |
| @@ -13476,20 +13479,20 @@ | |||
| 13476 | 13479 | ||
| 13477 | 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl> | 13480 | 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl> |
| 13478 | 13481 | ||
| 13479 | * reftex-toc.el (reftex-toc-rename-label): New function. | 13482 | * textmodes/reftex-toc.el (reftex-toc-rename-label): New function. |
| 13480 | (reftex-toc-check-docstruct): New function. | 13483 | (reftex-toc-check-docstruct): New function. |
| 13481 | 13484 | ||
| 13482 | * reftex.el (reftex-region-active-p): New function. | 13485 | * textmodes/reftex.el (reftex-region-active-p): New function. |
| 13483 | 13486 | ||
| 13484 | * reftex-parse.el (reftex-locate-bibliography-files): Improved the | 13487 | * textmodes/reftex-parse.el (reftex-locate-bibliography-files): Improved the |
| 13485 | regexp to find the \bibliography macro. | 13488 | regexp to find the \bibliography macro. |
| 13486 | 13489 | ||
| 13487 | * reftex-vars.el (reftex-section-levels): Removed subsubparagraph, | 13490 | * textmodes/reftex-vars.el (reftex-section-levels): Removed subsubparagraph, |
| 13488 | which does not exist in LaTeX. | 13491 | which does not exist in LaTeX. |
| 13489 | (reftex-cite-format-builtin): Added amsrefs support. | 13492 | (reftex-cite-format-builtin): Added amsrefs support. |
| 13490 | (reftex-toc-confirm-promotion): New option | 13493 | (reftex-toc-confirm-promotion): New option |
| 13491 | 13494 | ||
| 13492 | * reftex-toc.el | 13495 | * textmodes/reftex-toc.el |
| 13493 | (reftex-toc): Use `reftex-toc-split-windows-fraction'. | 13496 | (reftex-toc): Use `reftex-toc-split-windows-fraction'. |
| 13494 | (reftex-toc-demote, reftex-toc-promote) | 13497 | (reftex-toc-demote, reftex-toc-promote) |
| 13495 | (reftex-toc-do-promote, reftex-toc-promote-prepare) | 13498 | (reftex-toc-do-promote, reftex-toc-promote-prepare) |
| @@ -13512,10 +13515,9 @@ | |||
| 13512 | (reftex-toc-quit): Adapted to delete frame when called in | 13515 | (reftex-toc-quit): Adapted to delete frame when called in |
| 13513 | dedicated frame. | 13516 | dedicated frame. |
| 13514 | 13517 | ||
| 13515 | * reftex-index.el (reftex-index-phrase-match-is-indexed): Check | 13518 | * textmodes/reftex-index.el (reftex-index-phrase-match-is-indexed): Check |
| 13516 | all enclosing macros. | 13519 | all enclosing macros. |
| 13517 | 13520 | ||
| 13518 | |||
| 13519 | 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 13521 | 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 13520 | 13522 | ||
| 13521 | * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before | 13523 | * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before |