diff options
| author | Dmitry Antipov | 2013-09-11 11:20:20 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-09-11 11:20:20 +0400 |
| commit | 53482f41157f37a7f6afb7f19be8fc63b015f6ed (patch) | |
| tree | e5b18d5f114bcf9e0882d04f8deb35e57ab22e7c /src/ChangeLog | |
| parent | 2a08047aed0017cc2b639e189fc3b5d41c46fcbd (diff) | |
| download | emacs-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/ChangeLog | 15 |
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 @@ | |||
| 1 | 2013-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 | |||
| 7 | 2013-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 | |||
| 1 | 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca> | 16 | 2013-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). |