diff options
| author | Chong Yidong | 2011-01-02 15:31:19 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-01-02 15:31:19 -0500 |
| commit | 7c420169baa7c50428589cca7f8eda71b462eb15 (patch) | |
| tree | b556f9e181818bbaf8b5b425844b4ae26e88f537 /src/ChangeLog | |
| parent | bb7f5cbcda931661c8dc3311603ac764fa87a639 (diff) | |
| parent | d12f22f52cb7bb18b46f5ea8de5d8e8e04733e3f (diff) | |
| download | emacs-7c420169baa7c50428589cca7f8eda71b462eb15.tar.gz emacs-7c420169baa7c50428589cca7f8eda71b462eb15.zip | |
Merge changes from emacs-23 branch
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d03b16a7092..879ecc94d72 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,54 @@ | |||
| 1 | 2011-01-02 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * keyboard.c (Vselect_active_regions): Doc fix. (Bug#7702) | ||
| 4 | |||
| 5 | 2011-01-02 Eli Zaretskii <eliz@gnu.org> | ||
| 6 | |||
| 7 | * image.c <Qlibpng_version>: New variable. | ||
| 8 | (syms_of_image): Intern and staticpro it. Set its value to the | ||
| 9 | version of PNG library we were compiled with. | ||
| 10 | (my_png_error, png_load): Avoid GCC warnings about direct access | ||
| 11 | to png_ptr->jmpbuf. (Bug#7716) | ||
| 12 | (png_jmpbuf): New macro. | ||
| 13 | (my_png_error, png_load): Use it instead of #ifdef'ing according | ||
| 14 | to PNG_LIBPNG_VER_MAJOR and PNG_LIBPNG_VER_MINOR. | ||
| 15 | |||
| 16 | 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 17 | |||
| 18 | * .gdbinit (xgetptr): Fix the union+lsb case. | ||
| 19 | (xbacktrace): Fix the union case. | ||
| 20 | |||
| 21 | 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 22 | |||
| 23 | * window.c (Fmove_to_window_line): Avoid abort when called in a buffer | ||
| 24 | different from selected-window's. | ||
| 25 | |||
| 26 | 2011-01-02 Eli Zaretskii <eliz@gnu.org> | ||
| 27 | |||
| 28 | * keyboard.c (parse_menu_item): Prepend " " to the key sequence | ||
| 29 | equivalent of a menu item when the key sequence is given by the | ||
| 30 | `:keys' attribute. (Bug#7662) | ||
| 31 | |||
| 32 | * xdisp.c (Fformat_mode_line): Doc fix: no need to state that only | ||
| 33 | the basic faces are supported. | ||
| 34 | |||
| 35 | 2011-01-02 Jan Djärv <jan.h.d@swipnet.se> | ||
| 36 | |||
| 37 | * xterm.c (x_check_fullscreen): Fix pixel/character mixup. | ||
| 38 | |||
| 39 | 2011-01-02 Eli Zaretskii <eliz@gnu.org> | ||
| 40 | |||
| 41 | * xdisp.c (Fformat_mode_line): Fix last change. | ||
| 42 | |||
| 43 | 2011-01-02 Chong Yidong <cyd@stupidchicken.com> | ||
| 44 | |||
| 45 | * xdisp.c (Fformat_mode_line): Restrict the FACE argument to basic | ||
| 46 | faces (Bug#7587). | ||
| 47 | |||
| 48 | 2011-01-02 Eli Zaretskii <eliz@gnu.org> | ||
| 49 | |||
| 50 | * fileio.c (Fexpand_file_name): One more doc fix. | ||
| 51 | |||
| 1 | 2011-01-01 Chong Yidong <cyd@stupidchicken.com> | 52 | 2011-01-01 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 53 | ||
| 3 | * gtkutil.c (xg_get_tool_bar_widgets): Use NULL for a missing | 54 | * gtkutil.c (xg_get_tool_bar_widgets): Use NULL for a missing |