diff options
Diffstat (limited to 'man/ChangeLog')
| -rw-r--r-- | man/ChangeLog | 43 |
1 files changed, 42 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 3e6fb6d8164..34c900ed619 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,6 +1,47 @@ | |||
| 1 | 2007-01-01 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | * cc-mode.texi ("Limitations and Known Bugs"): Document problems with | ||
| 4 | eval-after-load in Emacs <=21 and a workaround. Document that | ||
| 5 | trigraphs are not supported. | ||
| 6 | |||
| 7 | 2007-01-01 Alan Mackenzie <acm@muc.de> | ||
| 8 | |||
| 9 | * cc-mode.texi ("Filling and Breaking"): Amend the doc for | ||
| 10 | c-context-line-break. When invoked within a string, preserve | ||
| 11 | whitespace. Add a backslash only when also in a macro. | ||
| 12 | |||
| 13 | 2007-01-01 Alan Mackenzie <acm@muc.de> | ||
| 14 | |||
| 15 | * cc-mode.texi ("Choosing a Style"): Mention c-file-style. | ||
| 16 | |||
| 17 | 2007-01-01 Alan Mackenzie <acm@muc.de> | ||
| 18 | |||
| 19 | * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae] | ||
| 20 | are now bound by default to c-\(beginning\|end\)-of-defun by default. | ||
| 21 | |||
| 22 | 2007-01-01 Alan Mackenzie <acm@muc.de> | ||
| 23 | |||
| 24 | * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from | ||
| 25 | "Choosing a Style". | ||
| 26 | |||
| 27 | * cc-mode.texi ("Styles"): Add @dfn{style}. | ||
| 28 | |||
| 29 | 2007-01-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 30 | |||
| 31 | * xresources.texi (Table of Resources): Add scrollBarWidth resource. | ||
| 32 | |||
| 33 | 2007-01-01 Richard Stallman <rms@gnu.org> | ||
| 34 | |||
| 35 | * commands.texi (User Input): Document keys stolen by window mangers. | ||
| 36 | |||
| 37 | 2006-12-31 Richard Stallman <rms@gnu.org> | ||
| 38 | |||
| 39 | * custom.texi (Specific Customization): Document customize-option | ||
| 40 | instead of customize-variable. | ||
| 41 | |||
| 1 | 2006-12-31 Kim F. Storm <storm@cua.dk> | 42 | 2006-12-31 Kim F. Storm <storm@cua.dk> |
| 2 | 43 | ||
| 3 | * major.texi (Choosing Modes): Document auto-mode-case-fond. | 44 | * major.texi (Choosing Modes): Document auto-mode-case-fold. |
| 4 | 45 | ||
| 5 | 2006-12-30 Kim F. Storm <storm@cua.dk> | 46 | 2006-12-30 Kim F. Storm <storm@cua.dk> |
| 6 | 47 | ||