diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 63187aa8de8..4fc1e3c7ff8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * menu-bar.el (menu-bar-file-menu): | ||
| 4 | * printing.el (pr-ps-utility): | ||
| 5 | * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset) | ||
| 6 | (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical) | ||
| 7 | (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical) | ||
| 8 | (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical) | ||
| 9 | (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical) | ||
| 10 | (icalendar--convert-cyclic-to-ical) | ||
| 11 | (icalendar--convert-anniversary-to-ical, icalendar-import-buffer) | ||
| 12 | (icalendar--convert-ical-to-diary) | ||
| 13 | (icalendar--convert-recurring-to-diary) | ||
| 14 | (icalendar--convert-non-recurring-all-day-to-diary) | ||
| 15 | (icalendar-import-format-sample): | ||
| 16 | * progmodes/idlw-shell.el (idlwave-shell-mode): | ||
| 17 | * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column) | ||
| 18 | (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings) | ||
| 19 | (vhdl-ps-print-init): Fix typos. | ||
| 20 | |||
| 1 | 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com> | 21 | 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com> |
| 2 | 22 | ||
| 3 | * allout-widgets.el: (file metadata): Attribute copyright to FSF | 23 | * allout-widgets.el: (file metadata): Attribute copyright to FSF |
| @@ -497,7 +517,7 @@ | |||
| 497 | * progmodes/cc-defs.el: Update "virtual semicolon" comments. | 517 | * progmodes/cc-defs.el: Update "virtual semicolon" comments. |
| 498 | 518 | ||
| 499 | * progmodes/cc-engine.el (c-crosses-statement-barrier-p): | 519 | * progmodes/cc-engine.el (c-crosses-statement-barrier-p): |
| 500 | Recode to scan one line at time rather than having \n and \r | 520 | Recode to scan one line at a time rather than having \n and \r |
| 501 | explicitly in c-stmt-delim-chars (for some modes, e.g. AWK). | 521 | explicitly in c-stmt-delim-chars (for some modes, e.g. AWK). |
| 502 | (c-forward-label): Amend for virtual semicolons. | 522 | (c-forward-label): Amend for virtual semicolons. |
| 503 | (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions. | 523 | (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions. |