emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#25646: closed ([PATCH 0/3] Minor casing impromeven


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#25646: closed ([PATCH 0/3] Minor casing impromevents)
Date: Wed, 15 Feb 2017 16:14:02 +0000

Your message dated Wed, 15 Feb 2017 17:13:50 +0100
with message-id <address@hidden>
and subject line Re: [PATCH 0/3] Minor casing impromevents
has caused the debbugs.gnu.org bug report #25646,
regarding [PATCH 0/3] Minor casing impromevents
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
25646: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25646
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/3] Minor casing impromevents Date: Tue, 7 Feb 2017 19:04:02 +0100
If there will be no objections I’ll submit it in a week or so.

This is split from bug#24424 which contains many more changes.
Originally I hoped that I would be able to get all the paches in
bug#24424 to state where they can be upstreamed quickly but due to
various reasons it is taking a lot longer.  Because of that I’ll try
to submit a smaller, self-contained chunks of it separately so that
new features and fixes show up faster in Emacs.

Michal Nazarewicz (3):
  Add tests for casefiddle.c
  Generate upcase and downcase tables from Unicode data
  Don’t assume character can be either upper- or lower-case when casing

 etc/NEWS                         |   8 +-
 lisp/international/characters.el | 345 ++++++++-------------------------------
 src/buffer.h                     |  18 +-
 src/casefiddle.c                 |  20 +--
 src/keyboard.c                   |  25 +--
 test/src/casefiddle-tests.el     | 246 ++++++++++++++++++++++++++++
 6 files changed, 354 insertions(+), 308 deletions(-)
 create mode 100644 test/src/casefiddle-tests.el

-- 
2.11.0.483.g087da7b7c-goog




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH 0/3] Minor casing impromevents Date: Wed, 15 Feb 2017 17:13:50 +0100 User-agent: Notmuch/0.19+53~g2e63a09 (http://notmuchmail.org) Emacs/26.0.50.1 (x86_64-unknown-linux-gnu)
On Tue, Feb 07 2017, Michal Nazarewicz wrote:
> If there will be no objections I’ll submit it in a week or so.
>
> This is split from bug#24424 which contains many more changes.
> Originally I hoped that I would be able to get all the paches in
> bug#24424 to state where they can be upstreamed quickly but due to
> various reasons it is taking a lot longer.  Because of that I’ll try
> to submit a smaller, self-contained chunks of it separately so that
> new features and fixes show up faster in Emacs.

Pushed.

> Michal Nazarewicz (3):
>   Add tests for casefiddle.c
>   Generate upcase and downcase tables from Unicode data
>   Don’t assume character can be either upper- or lower-case when casing
>
>  etc/NEWS                         |   8 +-
>  lisp/international/characters.el | 345 
> ++++++++-------------------------------
>  src/buffer.h                     |  18 +-
>  src/casefiddle.c                 |  20 +--
>  src/keyboard.c                   |  25 +--
>  test/src/casefiddle-tests.el     | 246 ++++++++++++++++++++++++++++
>  6 files changed, 354 insertions(+), 308 deletions(-)
>  create mode 100644 test/src/casefiddle-tests.el
>
> -- 
> 2.11.0.483.g087da7b7c-goog
>

-- 
Best regards
ミハウ “𝓶𝓲𝓷𝓪86” ナザレヴイツ
«If at first you don’t succeed, give up skydiving»


--- End Message ---

reply via email to

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