diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 69f8fd29589..fb995172060 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss): | ||
| 4 | Use syntax-ppss-toplevel-pos. | ||
| 5 | |||
| 1 | 2006-12-18 Carsten Dominik <dominik@science.uva.nl> | 6 | 2006-12-18 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 7 | ||
| 3 | * textmodes/org.el (org-current-line): Make sure that lines are | 8 | * textmodes/org.el (org-current-line): Make sure that lines are |
| @@ -18,7 +23,7 @@ | |||
| 18 | speed) the case when open-paren-in-column-0-is-defun-start is nil. | 23 | speed) the case when open-paren-in-column-0-is-defun-start is nil. |
| 19 | Based on code by Martin Rudalics. | 24 | Based on code by Martin Rudalics. |
| 20 | 25 | ||
| 21 | * progmodes/cc-mode.el (c-basic-common-init): don't set | 26 | * progmodes/cc-mode.el (c-basic-common-init): Don't set |
| 22 | open-paren-in-column-0-is-defun-start to nil any more. | 27 | open-paren-in-column-0-is-defun-start to nil any more. |
| 23 | 28 | ||
| 24 | 2006-12-17 Richard Stallman <rms@gnu.org> | 29 | 2006-12-17 Richard Stallman <rms@gnu.org> |
| @@ -41,8 +46,8 @@ | |||
| 41 | 46 | ||
| 42 | * calendar/icalendar.el (icalendar-version): Increase to "0.14". | 47 | * calendar/icalendar.el (icalendar-version): Increase to "0.14". |
| 43 | (icalendar--rris): First try Emacs, then XEmacs. | 48 | (icalendar--rris): First try Emacs, then XEmacs. |
| 44 | (icalendar--convert-ical-to-diary): Doc fix. Insert | 49 | (icalendar--convert-ical-to-diary): Doc fix. |
| 45 | newline at end of target file. | 50 | Insert newline at end of target file. |
| 46 | 51 | ||
| 47 | 2006-12-17 Kim F. Storm <storm@cua.dk> | 52 | 2006-12-17 Kim F. Storm <storm@cua.dk> |
| 48 | 53 | ||