comparison lisp/ChangeLog @ 4807:41852ee5f1b0

Merge.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 07 Jan 2010 17:01:25 +0000
parents 980575c76541 fd36a980d701
children 6ee5e50a8772
comparison
equal deleted inserted replaced
4805:980575c76541 4807:41852ee5f1b0
107 Use a rehash threshold of 0.999 for this hash table, now that hash 107 Use a rehash threshold of 0.999 for this hash table, now that hash
108 table rehash thresholds are serialised correctly; these hash 108 table rehash thresholds are serialised correctly; these hash
109 tables will never be resized, and it's not even that important 109 tables will never be resized, and it's not even that important
110 that they are *that* fast, for most of the coding systems they're 110 that they are *that* fast, for most of the coding systems they're
111 used a minority of the time. 111 used a minority of the time.
112
113 2010-01-01 Aidan Kehoe <kehoea@parhasard.net>
114
115 * syntax.el (map-syntax-table):
116 * subr.el (map-plist):
117 * startup.el (load-init-file):
118 * minibuf.el (read-from-minbuffer):
119 * cus-edit.el (custom-load-custom-defines-1):
120 * cmdloop.el (execute-extended-command):
121 Replace symbol names using underscore, whether to avoid dynamic
122 scope problems or to ensure helpful arguments to
123 #'call-with-condition-handler, with uninterned symbols.
112 124
113 2009-12-05 Stephen J. Turnbull <stephen@xemacs.org> 125 2009-12-05 Stephen J. Turnbull <stephen@xemacs.org>
114 126
115 * font.el (x-font-create-object): Check for Xft before using it. 127 * font.el (x-font-create-object): Check for Xft before using it.
116 This fixes the symptom in openSUSE bug #558764. 128 This fixes the symptom in openSUSE bug #558764.