diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 44f39383139..4fd8422108e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * doc-view.el: Avoid ugly errors about not finding nil. | ||
| 4 | (doc-view-ghostscript-program, doc-view-dvipdfm-program) | ||
| 5 | (doc-view-dvipdf-program, doc-view-unoconv-program) | ||
| 6 | (doc-view-ps2pdf-program, doc-view-pdftotext-program): | ||
| 7 | Avoid nil or absolute file name as default value. | ||
| 8 | (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here. | ||
| 9 | |||
| 1 | 2011-10-28 Alan Mackenzie <acm@muc.de> | 10 | 2011-10-28 Alan Mackenzie <acm@muc.de> |
| 2 | 11 | ||
| 3 | * progmodes/cc-defs.el (c-version). -> 5.32.2. | 12 | * progmodes/cc-defs.el (c-version). -> 5.32.2. |
| @@ -14,8 +23,8 @@ | |||
| 14 | cc-vars.el. | 23 | cc-vars.el. |
| 15 | (c-nonlabel-token-2-key): New variable for change in cc-engine.el. | 24 | (c-nonlabel-token-2-key): New variable for change in cc-engine.el. |
| 16 | 25 | ||
| 17 | * progmodes/cc-engine.el (c-beginning-of-statement-1): Prevent | 26 | * progmodes/cc-engine.el (c-beginning-of-statement-1): |
| 18 | "class foo : bar" being spuriously recognized as a label. | 27 | Prevent "class foo : bar" being spuriously recognized as a label. |
| 19 | 28 | ||
| 20 | * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block): | 29 | * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block): |
| 21 | Add parameter `inclusive' (to include enclosing braces in the | 30 | Add parameter `inclusive' (to include enclosing braces in the |
| @@ -39,8 +48,8 @@ | |||
| 39 | 48 | ||
| 40 | * progmodes/cc-defs.el: Update "virtual semicolon" comments. | 49 | * progmodes/cc-defs.el: Update "virtual semicolon" comments. |
| 41 | 50 | ||
| 42 | * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Recoded | 51 | * progmodes/cc-engine.el (c-crosses-statement-barrier-p): |
| 43 | to scan one line at at time rather than having \n and \r | 52 | Recoded to scan one line at at time rather than having \n and \r |
| 44 | explicitly in c-stmt-delim-chars | 53 | explicitly in c-stmt-delim-chars |
| 45 | (for some modes, e.g. AWK). | 54 | (for some modes, e.g. AWK). |
| 46 | (c-forward-label): Amend for virtual semicolons. | 55 | (c-forward-label): Amend for virtual semicolons. |
| @@ -56,8 +65,8 @@ | |||
| 56 | (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for | 65 | (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for |
| 57 | AWK Mode (including \n, \r) removed, no longer needed. | 66 | AWK Mode (including \n, \r) removed, no longer needed. |
| 58 | 67 | ||
| 59 | * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode): Invoke | 68 | * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode): |
| 60 | c-make-macro-with-semi-re. | 69 | Invoke c-make-macro-with-semi-re. |
| 61 | 70 | ||
| 62 | * progmodes/cc-vars.el (c-macro-with-semi-re): | 71 | * progmodes/cc-vars.el (c-macro-with-semi-re): |
| 63 | (c-macro-names-with-semicolon): New variables. | 72 | (c-macro-names-with-semicolon): New variables. |