diff options
| author | Bozhidar Batsov | 2013-11-26 12:38:19 +0200 |
|---|---|---|
| committer | Bozhidar Batsov | 2013-11-26 12:38:19 +0200 |
| commit | 4e9fc48c06eef312b81764ff235293bfe2be594b (patch) | |
| tree | 2b6dc9e18e84486ae47799aa8265b87a0fe6bc3a /lisp/ChangeLog | |
| parent | 1ecfd96e0f976da520a1ee7f5a9b120fd999f65f (diff) | |
| download | emacs-4e9fc48c06eef312b81764ff235293bfe2be594b.tar.gz emacs-4e9fc48c06eef312b81764ff235293bfe2be594b.zip | |
Improve a couple of changelog entries.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4e6442f8952..25dcbc67ab7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -307,9 +307,13 @@ | |||
| 307 | * subr.el (version-regexp-alist): | 307 | * subr.el (version-regexp-alist): |
| 308 | Recognize hg, svn and darcs versions as snapshot versions. | 308 | Recognize hg, svn and darcs versions as snapshot versions. |
| 309 | 309 | ||
| 310 | * progmodes/ruby-mode.el (ruby-mode-set-encoding): | 310 | * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of |
| 311 | Add the ability to always insert an utf-8 encoding comment. | 311 | 'always-utf8 value of `ruby-insert-encoding-magic-comment'. |
| 312 | Fix and simplify coding comment update logic. | 312 | (ruby--encoding-comment-required-p): Extract from |
| 313 | `ruby-mode-set-encoding'. | ||
| 314 | (ruby-mode-set-encoding): Add the ability to always insert an | ||
| 315 | utf-8 encoding comment. Fix and simplify coding comment update | ||
| 316 | logic. | ||
| 313 | 317 | ||
| 314 | 2013-11-14 Michael Albinus <michael.albinus@gmx.de> | 318 | 2013-11-14 Michael Albinus <michael.albinus@gmx.de> |
| 315 | 319 | ||
| @@ -455,9 +459,13 @@ | |||
| 455 | 459 | ||
| 456 | 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com> | 460 | 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com> |
| 457 | 461 | ||
| 458 | * progmodes/ruby-mode.el (ruby-mode-set-encoding): | 462 | * progmodes/ruby-mode.el: Improve encoding comment handling. |
| 459 | Use `ruby-encoding-magic-comment-style' to control the | 463 | (ruby-encoding-magic-comment-style): New option. |
| 460 | style of the auto-inserted encoding comment. | 464 | (ruby-custom-encoding-magic-comment-template): New option. |
| 465 | (ruby--insert-coding-comment, ruby--detect-encoding): New | ||
| 466 | functions extracted from `ruby-mode-set-encoding'. | ||
| 467 | (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style' | ||
| 468 | to control the style of the auto-inserted encoding comment. | ||
| 461 | 469 | ||
| 462 | 2013-11-08 Dmitry Gutov <dgutov@yandex.ru> | 470 | 2013-11-08 Dmitry Gutov <dgutov@yandex.ru> |
| 463 | 471 | ||