diff options
| author | Stefan Monnier | 2013-03-27 10:33:03 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-03-27 10:33:03 -0400 |
| commit | f557c1b1a9b24212728bf27027f0d0cc1d9bbecb (patch) | |
| tree | ef5c289924788904c1c1c8585786ca7782349280 /src/ChangeLog | |
| parent | 002668e109fe71527f564a797d4c5e0756e45530 (diff) | |
| download | emacs-f557c1b1a9b24212728bf27027f0d0cc1d9bbecb.tar.gz emacs-f557c1b1a9b24212728bf27027f0d0cc1d9bbecb.zip | |
* lisp/case-table.el (case-table-get-table): New function.
* lisp/case-table.el: Use lexical-binding.
(case-table-get-table): New function.
(get-upcase-table): Use it. Mark as obsolete. Adjust callers.
* src/casetab.c (init_casetab_once): Don't abuse the ascii eqv table for
the upcase table.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7b25fb54441..6698cfe0fcf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * casetab.c (init_casetab_once): Don't abuse the ascii eqv table for | ||
| 4 | the upcase table. | ||
| 5 | |||
| 1 | 2013-03-27 rzl24ozi <rzl24ozi@gmail.com> (tiny changes) | 6 | 2013-03-27 rzl24ozi <rzl24ozi@gmail.com> (tiny changes) |
| 2 | 7 | ||
| 3 | * image.c [WINDOWSNT]: Fix calls to DEF_IMGLIB_FN for SVG function. | 8 | * image.c [WINDOWSNT]: Fix calls to DEF_IMGLIB_FN for SVG function. |