Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bcffff46
Commit
bcffff46
authored
Dec 28, 2009
by
Kenichi Handa
Browse files
*** empty log message ***
parent
e0425934
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
lisp/ChangeLog
lisp/ChangeLog
+7
-0
src/ChangeLog
src/ChangeLog
+15
-0
No files found.
lisp/ChangeLog
View file @
bcffff46
...
...
@@ -16,6 +16,13 @@
* net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
switches. Check also for //SUBDIRED// line.
2009-12-25 Kenichi Handa <handa@m17n.org>
* language/indian.el (devanagari-composable-pattern): Fixed to
handle ZWNJ and ZWJ. Use it in composition-function-table for
Devanagari.
(malayalam-composable-pattern): Fix previous change.
2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* ps-print.el (ps-face-attributes): It was not returning the
...
...
src/ChangeLog
View file @
bcffff46
...
...
@@ -8,6 +8,21 @@
cmp.from and cmp.to as well.
(pitx) Fix last change.
2009-12-25 Kenichi Handa <handa@m17n.org>
* composite.h (composition_adjust_point): Update prototype.
* composite.c (composition_reseat_it): Don't make a composition
spanning over point.
(CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
composable characters.
(composition_adjust_point): New arg NEW_PT. Callers changed.
* keyboard.c (command_loop_1): Force redisplay if the last point
was within a composition.
(adjust_point_for_property): Don't adjust point for automatic
composition when called after buffer modification.
2009-12-19 Eli Zaretskii <eliz@gnu.org>
* .gdbinit (pitx): Don't use enum names, use their values. Remove
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment