diff options
| author | Joakim Verona | 2012-01-23 15:10:06 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-01-23 15:10:06 +0100 |
| commit | 0322b140eead7c94de7f0f6d19a90bd15690b4eb (patch) | |
| tree | 950c011783cc896d0450084cb5155e54548bfe5b /src/ChangeLog | |
| parent | d5114bfea3ea4c37c57e2af0f3b095be9fcd8bac (diff) | |
| parent | cb5850f27c1b4d26957d58e2da2314dd12498671 (diff) | |
| download | emacs-0322b140eead7c94de7f0f6d19a90bd15690b4eb.tar.gz emacs-0322b140eead7c94de7f0f6d19a90bd15690b4eb.zip | |
upstream
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. |