diff options
| author | Paul Eggert | 2011-03-20 22:34:48 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-20 22:34:48 -0700 |
| commit | 6e5fa6bfce1362c2ebf049fcfa1e6f2a4762ccef (patch) | |
| tree | f7ff137da14c352412ee3dc3fbcaf1316428fd97 /src/ChangeLog | |
| parent | 81e56e612dab7d80485c640068531710a713d205 (diff) | |
| parent | 77185bdf91d42fb19c02af0f51ce63280ce911a0 (diff) | |
| download | emacs-6e5fa6bfce1362c2ebf049fcfa1e6f2a4762ccef.tar.gz emacs-6e5fa6bfce1362c2ebf049fcfa1e6f2a4762ccef.zip | |
Merge from trunk and from gnulib stdio.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 31 |
1 files changed, 25 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fdf57152294..26e343ddde4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,8 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | * fileio.c (Fcopy_file): Report error if fchown or fchmod fail. | 3 | * fileio.c (Fcopy_file): Report error if fchown or fchmod fail. |
| 4 | 4 | ||
| 5 | 2011-03-20 Paul Eggert <eggert@cs.ucla.edu> | ||
| 6 | |||
| 7 | * emacs.c (Fdaemon_initialized): Do not ignore I/O errors (Bug#8303). | 5 | * emacs.c (Fdaemon_initialized): Do not ignore I/O errors (Bug#8303). |
| 8 | 6 | ||
| 9 | * process.c (Fmake_network_process): Use socklen_t, not int, | 7 | * process.c (Fmake_network_process): Use socklen_t, not int, |
| @@ -24,8 +22,6 @@ | |||
| 24 | (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros. | 22 | (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros. |
| 25 | (create_process): Use 'volatile' to avoid vfork clobbering (Bug#8298). | 23 | (create_process): Use 'volatile' to avoid vfork clobbering (Bug#8298). |
| 26 | 24 | ||
| 27 | 2011-03-19 Paul Eggert <eggert@cs.ucla.edu> | ||
| 28 | |||
| 29 | Make tparam.h and terminfo.c consistent. | 25 | Make tparam.h and terminfo.c consistent. |
| 30 | * cm.c (tputs, tgoto, BC, UP): Remove extern decls. Include | 26 | * cm.c (tputs, tgoto, BC, UP): Remove extern decls. Include |
| 31 | tparam.h instead, since it declares them. | 27 | tparam.h instead, since it declares them. |
| @@ -61,8 +57,6 @@ | |||
| 61 | (find_automatic_composition): Mark vars as initialized, | 57 | (find_automatic_composition): Mark vars as initialized, |
| 62 | with a FIXME (Bug#8290). | 58 | with a FIXME (Bug#8290). |
| 63 | 59 | ||
| 64 | 2011-03-18 Paul Eggert <eggert@cs.ucla.edu> | ||
| 65 | |||
| 66 | character.h: Rename locals to avoid shadowing. | 60 | character.h: Rename locals to avoid shadowing. |
| 67 | * character.h (PREV_CHAR_BOUNDARY, FETCH_STRING_CHAR_ADVANCE): | 61 | * character.h (PREV_CHAR_BOUNDARY, FETCH_STRING_CHAR_ADVANCE): |
| 68 | (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE, FETCH_CHAR_ADVANCE): | 62 | (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE, FETCH_CHAR_ADVANCE): |
| @@ -101,6 +95,31 @@ | |||
| 101 | * callproc.c (call_process_cleanup): Now static. | 95 | * callproc.c (call_process_cleanup): Now static. |
| 102 | (relocate_fd): Rename locals to avoid shadowing. | 96 | (relocate_fd): Rename locals to avoid shadowing. |
| 103 | 97 | ||
| 98 | 2011-03-20 Glenn Morris <rgm@gnu.org> | ||
| 99 | |||
| 100 | * config.in: Remove file. | ||
| 101 | |||
| 102 | 2011-03-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 103 | |||
| 104 | * minibuf.c (Vcompleting_read_function): Don't declare, global variables | ||
| 105 | are now in src/globals.h. | ||
| 106 | (syms_of_minibuf): Remove spurious & from previous change. | ||
| 107 | |||
| 108 | 2011-03-20 Leo <sdl.web@gmail.com> | ||
| 109 | |||
| 110 | * minibuf.c (completing-read-function): New variable. | ||
| 111 | (completing-read-default): Rename from completing-read. | ||
| 112 | (completing-read): Call completing-read-function. | ||
| 113 | |||
| 114 | 2011-03-19 Juanma Barranquero <lekktu@gmail.com> | ||
| 115 | |||
| 116 | * xfaces.c (Fx_load_color_file): | ||
| 117 | Read color file from absolute filename (bug#8250). | ||
| 118 | |||
| 119 | 2011-03-19 Juanma Barranquero <lekktu@gmail.com> | ||
| 120 | |||
| 121 | * makefile.w32-in: Update dependencies. | ||
| 122 | |||
| 104 | 2011-03-17 Eli Zaretskii <eliz@gnu.org> | 123 | 2011-03-17 Eli Zaretskii <eliz@gnu.org> |
| 105 | 124 | ||
| 106 | * makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h. | 125 | * makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h. |