diff options
| author | Juanma Barranquero | 2010-07-03 09:44:17 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-07-03 09:44:17 +0200 |
| commit | 3a35a84c9389928a21056f50160ccd1cfca11b9e (patch) | |
| tree | 92bd1639d1ff3ec28e6e8ac39274936c71cbcbc7 /src/ChangeLog | |
| parent | fe0aa8207634fd7189868855688265f6476889fe (diff) | |
| download | emacs-3a35a84c9389928a21056f50160ccd1cfca11b9e.tar.gz emacs-3a35a84c9389928a21056f50160ccd1cfca11b9e.zip | |
Fix prototypes.
* src/cm.c (evalcost): Fix arg type.
* src/cm.h (evalcost): Fix prototype.
* src/lisp.h (memory_warnings): Fix prototype.
* lib-src/ebrowse.c (match_qualified_namespace_alias):
Pass sym* to find_namespace, not link*.
* lib-src/emacsclient.c (send_to_emacs, quote_argument): Arg s is HSOCKET.
* lib-src/sorted-doc.c (qsort_compare): New typedef.
(main): Use it to cast cmpdoc.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ee347e86a51..157b91f476e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-07-03 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * lisp.h (memory_warnings): Fix prototype. | ||
| 4 | |||
| 5 | * cm.h (evalcost): Fix prototype. | ||
| 6 | |||
| 7 | * cm.c (evalcost): Fix arg type. | ||
| 8 | |||
| 1 | 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu> | 9 | 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 10 | ||
| 3 | * term.c (term_clear_mouse_face, Fidentity): | 11 | * term.c (term_clear_mouse_face, Fidentity): |