/[grub]/grub2/ChangeLog
ViewVC logotype

Diff of /grub2/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.146 by chaac, Tue Aug 9 14:39:50 2005 UTC revision 1.147 by okuji, Fri Aug 12 19:53:31 2005 UTC
# Line 1  Line 1 
1    2005-08-12  Yoshinori K. Okuji  <okuji@enbug.org>
2    
3            * DISTLIST: Added normal/completion.c.
4    
5            * normal/completion.c: New file.
6            
7            * term/i386/pc/console.c (grub_console_getwh): New function.
8            (grub_console_term): Assign grub_console_getwh to getwh.
9    
10            * normal/cmdline.c (grub_tab_complete): Removed. Now the same
11            function is defined in normal/completion.c as
12            grub_normal_do_completion.
13            (grub_cmdline_get): Use grub_normal_do_completion instead of
14            grub_tab_complete.
15    
16            * kern/partition.c (grub_partition_map_iterate): Return 1 if HOOK
17            returns non-zero, otherwise return 0.
18            (grub_partition_iterate): First, probe the partition map. Then,
19            call ITERATE only for this partition map.
20    
21            * kern/misc.c (grub_strncmp): Rewritten.
22    
23            * kern/disk.c (grub_disk_dev_iterate): Return 1 if P->ITERATE
24            returns non-zero. Otherwise return 0.
25    
26            * include/grub/partition.h (grub_partition_map_iterate): Return
27            int instead of void.
28    
29            * include/grub/normal.h (grub_normal_do_completion): New prototype.
30    
31            * include/grub/misc.h (grub_strncmp): Change the type of N to
32            grub_size_t.
33    
34            * include/grub/disk.h (grub_disk_dev_iterate): Return int instead
35            of void.
36    
37            * normal/menu.c (draw_border): Cast GRUB_TERM_BORDER_WIDTH to
38            unsigned explictly before comparing it with I.
39    
40            * kern/main.c (grub_env_write_root): Add the attribute unused into
41            VAR.
42    
43            * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Added
44            normal/completion.c.
45            (normal_mod_SOURCES): Likewise.
46            * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
47            (normal_mod_SOURCES): Likewise.
48    
49            * normal/command.c (grub_iterate_commands): If ITERATE returns
50            non-zero, return one immediately.
51    
52  2005-08-09  Vesa Jaaskelainen  <chaac@nic.fi>  2005-08-09  Vesa Jaaskelainen  <chaac@nic.fi>
53    
54          * conf/i386-pc.rmk (kernel_img_HEADERS): Added machine/vbe.h.          * conf/i386-pc.rmk (kernel_img_HEADERS): Added machine/vbe.h.

Legend:
Removed from v.1.146  
changed lines
  Added in v.1.147

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26