~ubuntu-elisp/emacs/+git/master:pdumper

Last commit made on 2019-01-15
Get this branch:
git clone -b pdumper https://git.launchpad.net/~ubuntu-elisp/emacs/+git/master

Branch merges

Branch information

Name:
pdumper
Repository:
lp:~ubuntu-elisp/emacs/+git/master

Recent commits

66c350a... by Daniel Colascione

Check for single-threadedness

a1d7905... by Daniel Colascione

word size fixes

1a893b7... by Daniel Colascione

alignment fixes; bignum support

7f2630f... by Daniel Colascione

Update hashes

7f002a6... by Daniel Colascione

Remove todo

f3468ad... by Daniel Colascione

Merge remote-tracking branch 'origin/master' into pdumper

7023360... by Daniel Colascione

checkpoint

80c3b9a... by Robert Pluim <email address hidden>

Improve some of the breve/caron/cedilla mappings

* lisp/leim/quail/latin-pre.el ("latin-prefix"): Describe new 'c with
cedilla mapping'. Extend caron description. Correct dot above
description. Add new mappings for 'a with breve' and 'c with caron'.
Add additional mapping for 'c with cedilla'. Delete ~o mapping for 'g
with dot above'.

3018a47... by Robert Pluim <email address hidden>

Fix some breve and dot above related doc strings

* lisp/leim/quail/latin-pre.el ("romanian-prefix"): Correct
description of 'a with breve'.
("romanian-alt-prefix"): Correct description of 'a
with breve'. Reformat other entries for consistency.
("latin-3-prefix"): Correct 'dot above' description.

1a722e8... by Paul Eggert

Fix translation-region bug with MAX_CHAR

Also, clean up the code a bit.
Actually I discovered the bug while cleaning up the code.
* src/editfns.c (Fsubst_char_in_region)
(Ftranslate_region_internal): Use bool for booleans.
(Ftranslate_region_internal): Fix off-by-1 bug when a
translation table translates the maximum char. Assume C99
decl-after-statement, similar minor cleanups.
* test/src/editfns-tests.el (test-translate-region-internal):
New test.