diff options
| author | Miles Bader | 2008-04-05 23:01:26 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-04-05 23:01:26 +0000 |
| commit | 5bc6ddff00c50acf546530ef0e08a27140614d27 (patch) | |
| tree | 22f92034de583fe3df108e166385e30220b426fe /src/ChangeLog | |
| parent | d8c852509f6218db43e5f2ca8baace02d4fa1294 (diff) | |
| parent | 37128b5497b54367b25ed149ead91821adc65876 (diff) | |
| download | emacs-5bc6ddff00c50acf546530ef0e08a27140614d27.tar.gz emacs-5bc6ddff00c50acf546530ef0e08a27140614d27.zip | |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1107
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0071dc3b220..c683d77ad17 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,29 @@ | |||
| 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 |