emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115242: Improve a couple of changelog entries.


From: Bozhidar Batsov
Subject: [Emacs-diffs] trunk r115242: Improve a couple of changelog entries.
Date: Tue, 26 Nov 2013 10:39:37 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115242
revision-id: address@hidden
parent: address@hidden
committer: Bozhidar Batsov <address@hidden>
branch nick: master
timestamp: Tue 2013-11-26 12:38:19 +0200
message:
  Improve a couple of changelog entries.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-11-26 03:15:49 +0000
+++ b/lisp/ChangeLog    2013-11-26 10:38:19 +0000
@@ -307,9 +307,13 @@
        * subr.el (version-regexp-alist):
        Recognize hg, svn and darcs versions as snapshot versions.
 
-       * progmodes/ruby-mode.el (ruby-mode-set-encoding):
-       Add the ability to always insert an utf-8 encoding comment.
-       Fix and simplify coding comment update logic.
+       * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
+       'always-utf8 value of `ruby-insert-encoding-magic-comment'.
+       (ruby--encoding-comment-required-p): Extract from
+       `ruby-mode-set-encoding'.
+       (ruby-mode-set-encoding): Add the ability to always insert an
+       utf-8 encoding comment.  Fix and simplify coding comment update
+       logic.
 
 2013-11-14  Michael Albinus  <address@hidden>
 
@@ -455,9 +459,13 @@
 
 2013-11-08  Bozhidar Batsov  <address@hidden>
 
-       * progmodes/ruby-mode.el (ruby-mode-set-encoding):
-       Use `ruby-encoding-magic-comment-style' to control the
-       style of the auto-inserted encoding comment.
+       * progmodes/ruby-mode.el: Improve encoding comment handling.
+       (ruby-encoding-magic-comment-style): New option.
+       (ruby-custom-encoding-magic-comment-template): New option.
+       (ruby--insert-coding-comment, ruby--detect-encoding): New
+       functions extracted from `ruby-mode-set-encoding'.
+       (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
+       to control the style of the auto-inserted encoding comment.
 
 2013-11-08  Dmitry Gutov  <address@hidden>
 

=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2013-11-23 20:46:43 +0000
+++ b/test/ChangeLog    2013-11-26 10:38:19 +0000
@@ -28,9 +28,12 @@
 
 2013-11-20  Bozhidar Batsov <address@hidden>
 
-       * test/automated/ruby-mode-tests.el:
+       * test/automated/ruby-mode-tests.el (ruby-exit!-font-lock):
        Add a failing test for Bug#15874.
-       * test/automated/ruby-mode-tests.el:
+       * test/automated/ruby-mode-tests.el
+       (ruby--insert-coding-comment-ruby-style)
+       (ruby--insert-coding-comment-emacs-style)
+       (ruby--insert-coding-comment-custom-style):
        Add a few tests for `ruby--insert-coding-comment'.
 
 2013-11-18  Paul Eggert  <address@hidden>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]