aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 421e5daa3e4..a54c655c36d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -338,6 +338,12 @@ same as in modes where the character is not whitespace.
338Instead of only checking the modification time, Emacs now also checks 338Instead of only checking the modification time, Emacs now also checks
339the file's actual content before prompting the user. 339the file's actual content before prompting the user.
340 340
341** Title case characters are properly converted to upper case.
342'upcase', 'upcase-region' et al. convert title case characters (such
343as Dz) into their upper case form (such as DZ). As a downside,
344'capitalize' and 'upcase-initials' produce awkward words where first
345two letters are upper case, e.g. DŽungla (instead of Džungla).
346
341 347
342* Changes in Specialized Modes and Packages in Emacs 26.1 348* Changes in Specialized Modes and Packages in Emacs 26.1
343 349
@@ -1028,7 +1034,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
1028 1034
1029 1035
1030Local variables: 1036Local variables:
1031coding: us-ascii 1037coding: utf-8
1032mode: outline 1038mode: outline
1033paragraph-separate: "[ ]*$" 1039paragraph-separate: "[ ]*$"
1034end: 1040end: