diff options
| author | Juanma Barranquero | 2011-02-22 01:49:54 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-02-22 01:49:54 +0100 |
| commit | 602a5739d43b0ee3bcc78d943f7ba3fc5ad556bf (patch) | |
| tree | fd083ff9744c7c0bd1617368b9a51883d02e458b /lib-src/ChangeLog | |
| parent | 5ecec6a7f4a1ce83abd53a14fba7f51b668c6336 (diff) | |
| download | emacs-602a5739d43b0ee3bcc78d943f7ba3fc5ad556bf.tar.gz emacs-602a5739d43b0ee3bcc78d943f7ba3fc5ad556bf.zip | |
lib-src/makefile.w32-in (obj): Remove filemode.o.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 7aa13a45cba..187f940a329 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-02-22 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in (obj): Remove filemode.o. | ||
| 4 | |||
| 1 | 2011-02-21 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2011-02-21 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | New file "lib/min-max.h". | 7 | New file "lib/min-max.h". |
| @@ -68,7 +72,7 @@ | |||
| 68 | 72 | ||
| 69 | 2011-02-05 Paul Eggert <eggert@cs.ucla.edu> | 73 | 2011-02-05 Paul Eggert <eggert@cs.ucla.edu> |
| 70 | 74 | ||
| 71 | * emacsclient.c: conform to C89 pointer rules | 75 | * emacsclient.c: Conform to C89 pointer rules. |
| 72 | (file_name_absolute_p): Accept const char *, not const unsigned | 76 | (file_name_absolute_p): Accept const char *, not const unsigned |
| 73 | char *, to satisfy C89 rules. | 77 | char *, to satisfy C89 rules. |
| 74 | 78 | ||
| @@ -226,7 +230,7 @@ | |||
| 226 | * test-distrib.c (cool_read): | 230 | * test-distrib.c (cool_read): |
| 227 | * movemail.c (main, concat): | 231 | * movemail.c (main, concat): |
| 228 | * make-docfile.c (scan_file, write_c_args): | 232 | * make-docfile.c (scan_file, write_c_args): |
| 229 | * emacsclient.c (get_server_config): Fix -Wconversion warning. | 233 | * emacsclient.c (get_server_config): Fix -Wconversion warning. |
| 230 | (egetenv): Move conditional definition earlier. | 234 | (egetenv): Move conditional definition earlier. |
| 231 | (progname): Use const. | 235 | (progname): Use const. |
| 232 | * sorted-doc.c (xstrdup): Use const. | 236 | * sorted-doc.c (xstrdup): Use const. |