aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-09-11 11:20:20 +0400
committerDmitry Antipov2013-09-11 11:20:20 +0400
commit53482f41157f37a7f6afb7f19be8fc63b015f6ed (patch)
treee5b18d5f114bcf9e0882d04f8deb35e57ab22e7c /src/ChangeLog
parent2a08047aed0017cc2b639e189fc3b5d41c46fcbd (diff)
downloademacs-53482f41157f37a7f6afb7f19be8fc63b015f6ed.tar.gz
emacs-53482f41157f37a7f6afb7f19be8fc63b015f6ed.zip
Fix last change.
* data.c (Feqlsign, Flss, Fgtr, Fleq, Fgeq): Add convenient 'usage' docstring entry to pacify make-docfile.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e609c38be7e..f51e6a147bf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12013-09-11 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Fix last change.
4 * data.c (Feqlsign, Flss, Fgtr, Fleq, Fgeq): Add convenient
5 'usage' docstring entry to pacify make-docfile.
6
72013-09-11 Barry O'Reilly <gundaetiapo@gmail.com>
8
9 Change comparison functions =, <, >, <=, >= to take many arguments.
10 * data.c: Change comparison functions' interface and implementation.
11 * lisp.h: Make arithcompare available for efficient two arg
12 comparisons.
13 * bytecode.c: Use arithcompare.
14 * fileio.c: Use new interface.
15
12013-09-11 Stefan Monnier <monnier@iro.umontreal.ca> 162013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2 17
3 * keyboard.c (read_char): Don't break immediate_echo (bug#15332). 18 * keyboard.c (read_char): Don't break immediate_echo (bug#15332).