comparison lisp/ChangeLog @ 75107:1a2349dd4e0b

(sgml-html-meta-auto-coding-function): Ensure that the buffer contains a HTML document.
author Romain Francoise <romain@orebokech.com>
date Fri, 05 Jan 2007 17:58:02 +0000
parents a6b4f9a69719
children 4dfbb3fb7f61
comparison
equal deleted inserted replaced
75106:a6b4f9a69719 75107:1a2349dd4e0b
1 2007-01-05 Romain Francoise <romain@orebokech.com>
2
3 * international/mule.el (sgml-html-meta-auto-coding-function):
4 Ensure that the buffer contains a HTML document.
5
1 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu> 6 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2 7
3 * faces.el (momentary): Move here ... 8 * faces.el (momentary): Move here ...
4 * subr.el (momentary): ... from here. 9 * subr.el (momentary): ... from here.
5 10
6 2007-01-05 Nick Roberts <nickrob@snap.net.nz> 11 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
7 12
8 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable. 13 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
9 (gdb-speedbar-expand-node): Ask user for confirmation before expanding 14 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
10 large structures/arrays. 15 large structures/arrays.
11 16
12 2007-01-04 Juanma Barranquero <lekktu@gmail.com> 17 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
13 18
14 * files.el (find-file-noselect-1, set-visited-file-name): 19 * files.el (find-file-noselect-1, set-visited-file-name):
15 Allow backup-enable-predicate to be nil. 20 Allow backup-enable-predicate to be nil.
16 21
17 2007-01-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> 22 2007-01-04 Kevin Rodgers <kevin.d.rodgers@gmail.com>
18 23
19 * subr.el (momentary): New face. 24 * subr.el (momentary): New face.
20 (momentary-string-display): Display the string via a temporary 25 (momentary-string-display): Display the string via a temporary
21 overlay using the new face, instead of inserting it in the buffer. 26 overlay using the new face, instead of inserting it in the buffer.