comparison src/ChangeLog @ 93759:4e76a03232e5

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1107
author Miles Bader <miles@gnu.org>
date Sat, 05 Apr 2008 23:01:26 +0000
parents ece44ea56b37 e125dad5187d
children 56bd98d1767b
comparison
equal deleted inserted replaced
93758:abcbb8375c30 93759:4e76a03232e5
1 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]: Use
4 SetMenuItemHierarchicalMenu.
5
6 2008-04-05 Jason Rumney <jasonr@gnu.org>
7
8 * image.c (pbm_load): Allow color values up to 65535.
9 Throw an error if max_color_idx is outside the supported range.
10 Report an error when image size is invalid.
11 Read two bytes at a time when raw images have max_color_idx above 255.
12
13 2008-04-05 Eli Zaretskii <eliz@gnu.org>
14
15 * w32.c (readdir): If FindFirstFile/FindNextFile return in
16 cFileName a file name that includes `?' characters, use the 8+3
17 alias in cAlternateFileName instead.
18
19 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
20
21 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
22 append "CCL: Quitted" when the CCL program is quitted.
23 (setup_ccl_program): Initialize ccl->quit_silently to zero.
24
25 * ccl.h (struct ccl_program): New member quit_silently.
26
1 2008-04-05 Chong Yidong <cyd@stupidchicken.com> 27 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
2 28
3 * search.c (compile_pattern_1): Treat non-nil and non-string of 29 * search.c (compile_pattern_1): Treat non-nil and non-string of
4 search-spaces-regexp as nil. 30 search-spaces-regexp as nil.
5 31