aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog20
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
3142013-11-14 Michael Albinus <michael.albinus@gmx.de> 3182013-11-14 Michael Albinus <michael.albinus@gmx.de>
315 319
@@ -455,9 +459,13 @@
455 459
4562013-11-08 Bozhidar Batsov <bozhidar@batsov.com> 4602013-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
4622013-11-08 Dmitry Gutov <dgutov@yandex.ru> 4702013-11-08 Dmitry Gutov <dgutov@yandex.ru>
463 471