diff options
| author | Juanma Barranquero | 2008-03-17 01:24:44 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-03-17 01:24:44 +0000 |
| commit | 2472a6f07f8e8458ec82accc44472ff800c7a472 (patch) | |
| tree | 107cb0915528b490aedcccce2907d876b2192cd3 | |
| parent | 2940c0539ceccf960e5195fcf94d4c4924570087 (diff) | |
| download | emacs-2472a6f07f8e8458ec82accc44472ff800c7a472.tar.gz emacs-2472a6f07f8e8458ec82accc44472ff800c7a472.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 90800e49a0a..845d0befa0d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -27,8 +27,8 @@ | |||
| 27 | 27 | ||
| 28 | 2008-03-16 Kenichi Handa <handa@m17n.org> | 28 | 2008-03-16 Kenichi Handa <handa@m17n.org> |
| 29 | 29 | ||
| 30 | * international/mule.el (auto-coding-alist): Use | 30 | * international/mule.el (auto-coding-alist): |
| 31 | no-conversion-multibyte for archive files. | 31 | Use no-conversion-multibyte for archive files. |
| 32 | 32 | ||
| 33 | 2008-03-16 Glenn Morris <rgm@gnu.org> | 33 | 2008-03-16 Glenn Morris <rgm@gnu.org> |
| 34 | 34 | ||
| @@ -79,8 +79,8 @@ | |||
| 79 | (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2. | 79 | (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2. |
| 80 | (print-diary-entries): Use unless. | 80 | (print-diary-entries): Use unless. |
| 81 | (diary-mark-entries-1): Change argument order, make all but | 81 | (diary-mark-entries-1): Change argument order, make all but |
| 82 | markfunc optional. Handle the standard (Gregorian) case. Use | 82 | markfunc optional. Handle the standard (Gregorian) case. |
| 83 | match-string-no-properties. Handle marks. | 83 | Use match-string-no-properties. Handle marks. |
| 84 | (mark-diary-entries): Use diary-mark-entries-1. | 84 | (mark-diary-entries): Use diary-mark-entries-1. |
| 85 | (diary-font-lock-keywords-1): New macro. | 85 | (diary-font-lock-keywords-1): New macro. |
| 86 | (diary-font-lock-keywords): Use diary-font-lock-keywords-1. | 86 | (diary-font-lock-keywords): Use diary-font-lock-keywords-1. |
| @@ -206,8 +206,8 @@ | |||
| 206 | (mark-sexp-diary-entries, list-sexp-diary-entries): Use when. | 206 | (mark-sexp-diary-entries, list-sexp-diary-entries): Use when. |
| 207 | (mark-calendar-month): Use dotimes. | 207 | (mark-calendar-month): Use dotimes. |
| 208 | 208 | ||
| 209 | * calendar/holidays.el (displayed-month, displayed-year): Move | 209 | * calendar/holidays.el (displayed-month, displayed-year): |
| 210 | declarations where needed. | 210 | Move declarations where needed. |
| 211 | (calendar-list-holidays): Doc fix. | 211 | (calendar-list-holidays): Doc fix. |
| 212 | 212 | ||
| 213 | * calendar/parse-time.el (parse-time-string): Simplify. | 213 | * calendar/parse-time.el (parse-time-string): Simplify. |
| @@ -224,8 +224,8 @@ | |||
| 224 | (timeclock-mean, timeclock-generate-report): Use dolist. | 224 | (timeclock-mean, timeclock-generate-report): Use dolist. |
| 225 | 225 | ||
| 226 | * calendar/todo-mode.el (todo-add-category): Simplify. | 226 | * calendar/todo-mode.el (todo-add-category): Simplify. |
| 227 | (todo-more-important-p, todo-delete-item, todo-file-item): Use unless, | 227 | (todo-more-important-p, todo-delete-item, todo-file-item): |
| 228 | when. | 228 | Use unless, when. |
| 229 | (todo-top-priorities): Use zerop. | 229 | (todo-top-priorities): Use zerop. |
| 230 | 230 | ||
| 231 | 2008-03-14 Nick Roberts <nickrob@snap.net.nz> | 231 | 2008-03-14 Nick Roberts <nickrob@snap.net.nz> |
| @@ -468,7 +468,7 @@ | |||
| 468 | 468 | ||
| 469 | * textmodes/org-mouse.el: Version number change. | 469 | * textmodes/org-mouse.el: Version number change. |
| 470 | 470 | ||
| 471 | * textmodes/org-publish.el: (org-publish-expand-components): | 471 | * textmodes/org-publish.el (org-publish-expand-components): |
| 472 | Remove null projects from the list of components. | 472 | Remove null projects from the list of components. |
| 473 | (org-publish-attachment): Bugfix: handle mandatory argument pub-dir. | 473 | (org-publish-attachment): Bugfix: handle mandatory argument pub-dir. |
| 474 | Remove unused retrieval of the :publishing-directory property. | 474 | Remove unused retrieval of the :publishing-directory property. |
| @@ -1480,7 +1480,6 @@ | |||
| 1480 | * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in | 1480 | * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in |
| 1481 | doc-string, "c-old-LEN" -> "c-old-END". | 1481 | doc-string, "c-old-LEN" -> "c-old-END". |
| 1482 | 1482 | ||
| 1483 | >>>>>>> 1.13100 | ||
| 1484 | 2008-03-04 Jason Rumney <jasonr@gnu.org> | 1483 | 2008-03-04 Jason Rumney <jasonr@gnu.org> |
| 1485 | 1484 | ||
| 1486 | * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core | 1485 | * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core |
| @@ -5503,7 +5502,7 @@ | |||
| 5503 | 2008-02-01 Kenichi Handa <handa@etl.go.jp> | 5502 | 2008-02-01 Kenichi Handa <handa@etl.go.jp> |
| 5504 | 5503 | ||
| 5505 | * international/mule-util.el (detect-coding-with-priority): | 5504 | * international/mule-util.el (detect-coding-with-priority): |
| 5506 | Fix the place of using `,' marker in backguote form. | 5505 | Fix the place of using `,' marker in backquote form. |
| 5507 | 5506 | ||
| 5508 | 2008-02-01 Dave Love <fx@gnu.org> | 5507 | 2008-02-01 Dave Love <fx@gnu.org> |
| 5509 | 5508 | ||