diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 40 |
1 files changed, 37 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 471b1219c19..e058f387a93 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,38 @@ | |||
| 1 | 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change) | 1 | 2011-10-18 Juanma Barranquero <lekktu@gmail.com> |
| 2 | |||
| 3 | * facemenu.el (list-colors-duplicates): On Windows, detect more | ||
| 4 | duplicates by assuming that only colors matching "^System" are | ||
| 5 | special "system colors". (Bug#9722) | ||
| 6 | |||
| 7 | 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 8 | |||
| 9 | * vc/log-edit.el (log-edit): Add "Author:" header to encourage people | ||
| 10 | to distinguish the author from the committer. | ||
| 11 | |||
| 12 | 2011-10-18 Michael Albinus <michael.albinus@gmx.de> | ||
| 13 | |||
| 14 | * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently. | ||
| 15 | |||
| 16 | 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change) | ||
| 17 | |||
| 18 | * international/mule.el (sgml-html-meta-auto-coding-function): | ||
| 19 | Add support for detecting encoding in HTML5 specified only as | ||
| 20 | <meta charset="UTF-8">. Implementation just makes http-equiv and | ||
| 21 | content-type parts from HTML4 encoding string optional. (Bug#9716) | ||
| 22 | |||
| 23 | 2011-10-18 Glenn Morris <rgm@gnu.org> | ||
| 24 | |||
| 25 | * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745) | ||
| 26 | |||
| 27 | 2011-10-18 Chong Yidong <cyd@gnu.org> | ||
| 28 | |||
| 29 | * faces.el (cursor): Doc fix. | ||
| 30 | |||
| 31 | 2011-10-17 Chong Yidong <cyd@gnu.org> | ||
| 32 | |||
| 33 | * font-lock.el (font-lock-maximum-size): Mark as obsolete. | ||
| 34 | |||
| 35 | 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change) | ||
| 2 | 36 | ||
| 3 | * dirtrack.el (dirtrack): Support shell buffers with path | 37 | * dirtrack.el (dirtrack): Support shell buffers with path |
| 4 | prefixes, e.g. tramp-based remote shells. (Bug#9647) | 38 | prefixes, e.g. tramp-based remote shells. (Bug#9647) |
| @@ -437,8 +471,8 @@ | |||
| 437 | 471 | ||
| 438 | * net/newst-reader.el (newsticker-html-renderer) | 472 | * net/newst-reader.el (newsticker-html-renderer) |
| 439 | (newsticker-show-news): Automatically | 473 | (newsticker-show-news): Automatically |
| 440 | load html rendering package if newsticker-html-renderer is | 474 | load html rendering package if newsticker-html-renderer is set. |
| 441 | set. Fixes "Warning: defvar ignored because w3m-fill-column is | 475 | Fixes "Warning: defvar ignored because w3m-fill-column is |
| 442 | let-bound" and the error "Symbol's value as variable is void: | 476 | let-bound" and the error "Symbol's value as variable is void: |
| 443 | w3m-fill-column". | 477 | w3m-fill-column". |
| 444 | 478 | ||