index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
composite.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix previous change for Bug#6988.
Kenichi Handa
2012-02-02
1
-7
/
+3
*
Inhibit null-string composition component (Bug#6988).
Kenichi Handa
2012-02-02
1
-3
/
+7
*
Spelling fixes.
Paul Eggert
2011-11-26
1
-1
/
+1
*
Fix minor mode docstrings for the new meaning of a nil ARG.
Chong Yidong
2011-10-19
1
-9
/
+13
*
lisp/*.el: Lexical-binding cleanup.
Juanma Barranquero
2011-04-19
1
-22
/
+15
*
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-1
/
+1
|
\
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
|
Remove duplicate Lisp definitions of define-minor-mode variables defined in C.
Glenn Morris
2010-10-28
1
-2
/
+5
*
|
Merge changes from emacs-23 branch.
Juanma Barranquero
2010-10-14
1
-1
/
+1
|
\
|
|
*
Fix typos in docstrings, comments and ChangeLogs.
Juanma Barranquero
2010-10-12
1
-1
/
+1
|
*
composite.el (compose-region, reference-point-alist): Fix typos in the doc
Eli Zaretskii
2010-05-01
1
-11
/
+12
|
*
* composite.el (find-composition): Doc fix.
Andreas Schwab
2010-04-24
1
-1
/
+1
*
|
Remove some functions, variables and aliases obsolete since at least 21.1.
Glenn Morris
2010-10-01
1
-17
/
+0
*
|
Use with-silent-modifications.
Stefan Monnier
2010-08-30
1
-21
/
+0
*
|
Add "Package:" file headers to denote built-in packages.
Chong Yidong
2010-08-29
1
-0
/
+1
*
|
* composite.el: Require cl when compiling; fix typos in docstrings.
Juanma Barranquero
2010-05-20
1
-3
/
+5
*
|
composite.el: Register compose-gstring-for-graphic in composition-function-ta...
Kenichi Handa
2010-05-19
1
-4
/
+4
*
|
Use define-minor-mode for less obvious cases.
Stefan Monnier
2010-05-04
1
-6
/
+3
*
|
Use define-minor-mode where applicable.
Stefan Monnier
2010-05-02
1
-8
/
+2
*
|
composite.el (find-composition): Fix a typo in the doc string.
Eli Zaretskii
2010-05-01
1
-1
/
+1
*
|
Fix typos in doc strings of composite.el.
Eli Zaretskii
2010-04-30
1
-3
/
+3
*
|
composite.el (find-composition): Doc fix.
Eli Zaretskii
2010-04-24
1
-8
/
+9
|
/
*
from trunk
Kenichi Handa
2010-01-14
1
-1
/
+1
|
\
|
*
Add 2010 to copyright years.
Glenn Morris
2010-01-13
1
-1
/
+1
*
|
Make auto-composition work on all buffers even if they are fundamental mode.
Kenichi Handa
2010-01-14
1
-22
/
+20
|
/
*
* textmodes/ispell.el (ispell-skip-region-alist):
Dan Nicolaescu
2009-11-12
1
-1
/
+1
*
* mail/sendmail.el (send-mail-function):
Stefan Monnier
2009-09-13
1
-2
/
+4
*
(compose-region): Improve the docstring.
Kenichi Handa
2009-06-16
1
-2
/
+11
*
(compose-gstring-for-terminal): For zero-width
Kenichi Handa
2009-06-10
1
-1
/
+8
*
* composite.el (auto-compose-chars): Fix typo in docstring.
Juanma Barranquero
2009-03-25
1
-3
/
+1
*
(auto-composition-mode): Don't add a hook to
Kenichi Handa
2009-02-23
1
-96
/
+2
*
Use "\\c." instead of "[[:alpha:]]" to match with
Kenichi Handa
2009-02-12
1
-1
/
+1
*
(compose-gstring-for-terminal): If a character is
Kenichi Handa
2009-02-04
1
-19
/
+36
*
Comment (add an author based on ack.texi).
Glenn Morris
2009-01-10
1
-0
/
+2
*
Add 2009 to copyright years.
Glenn Morris
2009-01-05
1
-1
/
+1
*
(lglyph-set-code): New function.
Kenichi Handa
2008-12-30
1
-0
/
+1
*
(compose-gstring-for-graphic): Fix previous change.
Kenichi Handa
2008-09-10
1
-50
/
+58
*
Compose combining characters only when it
Kenichi Handa
2008-09-07
1
-1
/
+1
*
(compose-gstring-for-graphic): Fix handling "above" marks.
Kenichi Handa
2008-09-05
1
-6
/
+6
*
(find-composition): Mention about the automatic
Kenichi Handa
2008-09-05
1
-3
/
+10
*
(composition-function-table): Declaration moved to
Kenichi Handa
2008-08-29
1
-130
/
+278
*
(compose-region): Mention the special handling of TAB.
Kenichi Handa
2008-06-29
1
-1
/
+6
*
(terminal-composition-function): Fix previous change.
Kenichi Handa
2008-06-26
1
-2
/
+3
*
(terminal-composition-base-character-p): New
Kenichi Handa
2008-06-26
1
-6
/
+14
*
(compose-chars-after): Assume that WINDOW is always non-nil.
Kenichi Handa
2008-05-14
1
-8
/
+6
*
(toggle-auto-composition): Don't use `iff' in docstring.
Juanma Barranquero
2008-05-08
1
-1
/
+1
*
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris
2008-05-06
1
-6
/
+4
*
(encode-composition-rule): Fix typo in error message.
Glenn Morris
2008-02-21
1
-8
/
+8
*
(compose-chars-after): Fix arguments for a function
Kenichi Handa
2008-02-21
1
-33
/
+34
*
(composition-function-table): Doc fix.
Glenn Morris
2008-02-16
1
-1
/
+1
[next]