aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-09-11 09:45:18 +0200
committerJoakim Verona2013-09-11 09:45:18 +0200
commitfb14d1d90742d51047a2c51b57a87e976a106aa6 (patch)
tree89d1c352aebac455e371322e1d4627dc4562953a /src/ChangeLog
parent6481f6dd5203af347dca2ff2cf599be8e79fb1b9 (diff)
parent53482f41157f37a7f6afb7f19be8fc63b015f6ed (diff)
downloademacs-fb14d1d90742d51047a2c51b57a87e976a106aa6.tar.gz
emacs-fb14d1d90742d51047a2c51b57a87e976a106aa6.zip
merge from trunk
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).