diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index aa4e92b4134..c8b1e654830 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2012-01-21 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * floatfns.c (Fcopysign): Make the second argument non-optional, | ||
| 4 | since nil is not allowed anyway. | ||
| 5 | |||
| 6 | 2012-01-21 Andreas Schwab <schwab@linux-m68k.org> | ||
| 7 | |||
| 8 | * process.c (read_process_output): Use p instead of XPROCESS (proc). | ||
| 9 | (send_process): Likewise. | ||
| 10 | |||
| 11 | 2012-01-19 Martin Rudalics <rudalics@gmx.at> | ||
| 12 | |||
| 13 | * window.c (save_window_save, Fcurrent_window_configuration) | ||
| 14 | (Vwindow_persistent_parameters): Do not use Qstate. Rewrite | ||
| 15 | doc-strings. | ||
| 16 | |||
| 17 | 2012-01-19 Kenichi Handa <handa@m17n.org> | ||
| 18 | |||
| 19 | * character.c (char_width): New function. | ||
| 20 | (Fchar_width, c_string_width, lisp_string_width): | ||
| 21 | Use char_width (Bug#9496). | ||
| 22 | |||
| 1 | 2012-01-16 Martin Rudalics <rudalics@gmx.at> | 23 | 2012-01-16 Martin Rudalics <rudalics@gmx.at> |
| 2 | 24 | ||
| 3 | * window.c (Vwindow_persistent_parameters): New variable. | 25 | * window.c (Vwindow_persistent_parameters): New variable. |