comparison src/ChangeLog @ 4380:461fdb92f3b6

Correct the perhaps_init_unseen_key_defaults GTK code; don't override X11 fonts. 2008-01-02 Aidan Kehoe <kehoea@parhasard.net> * emacs.c (main_1): Call the new vars_of_console_gtk function. * console-gtk.c (vars_of_console_gtk): New. * console-gtk.c (gtk_perhaps_init_unseen_key_defaults): Correct the initialisation of the hash table, on the model of the MSW and TTY builds. 2008-01-02 Aidan Kehoe <kehoea@parhasard.net> * gtk-init.el (init-post-gtk-win): Trust the X11 code to give us decent default fonts.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 02 Jan 2008 22:11:03 +0100
parents 0c089d397c3e
children 3906442b491b
comparison
equal deleted inserted replaced
4379:92188a8f47a3 4380:461fdb92f3b6
1 2008-01-02 Aidan Kehoe <kehoea@parhasard.net>
2
3 * emacs.c (main_1):
4 Call the new vars_of_console_gtk function.
5 * console-gtk.c (vars_of_console_gtk): New.
6 * console-gtk.c (gtk_perhaps_init_unseen_key_defaults):
7 Correct the initialisation of the hash table, on the model of the
8 MSW and TTY builds.
9
10
1 2008-01-02 Aidan Kehoe <kehoea@parhasard.net> 11 2008-01-02 Aidan Kehoe <kehoea@parhasard.net>
2 12
3 * doc.c (Fbuilt_in_symbol_file): 13 * doc.c (Fbuilt_in_symbol_file):
4 Don't check is fun zero in the condition, check that it's not 14 Don't check is fun zero in the condition, check that it's not
5 nil. Fixes the union build; thank you Stephen. 15 nil. Fixes the union build; thank you Stephen.