emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (e6041a0 -> 6220fae)


From: Michal Nazarewicz
Subject: [Emacs-diffs] master updated (e6041a0 -> 6220fae)
Date: Wed, 15 Feb 2017 11:46:33 -0500 (EST)

mina86 pushed a change to branch master.

      from  e6041a0   Fixup recent rmail patch
       new  aeeb86c   oldXMenu: add missing #include <string.h>
       new  0d42906   Add tests for casefiddle.c  (bug#24603)
       new  5ec3a58   Generate upcase and downcase tables from Unicode data  
(bug#24603)
       new  6220fae   casing: don’t assume letters are *either* upper- or 
lower-case  (bug#24603)


Summary of changes:
 etc/NEWS                         |   8 +-
 lisp/international/characters.el | 345 ++++++++-------------------------------
 oldXMenu/ChgPane.c               |   1 +
 oldXMenu/ChgSel.c                |   1 +
 oldXMenu/Create.c                |   1 +
 oldXMenu/InsPane.c               |   1 +
 oldXMenu/InsSel.c                |   1 +
 src/buffer.h                     |  18 +-
 src/casefiddle.c                 |  20 +--
 src/keyboard.c                   |  25 +--
 test/src/casefiddle-tests.el     | 246 ++++++++++++++++++++++++++++
 11 files changed, 359 insertions(+), 308 deletions(-)
 create mode 100644 test/src/casefiddle-tests.el



reply via email to

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