*** empty log message ***

This commit is contained in:
Eli Zaretskii 2006-12-08 18:06:02 +00:00
parent 1dd46c2862
commit 9e67e94f83
3 changed files with 17 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
* files.el (insert-file-1): Compare file size to
large-file-warning-threshold and request confirmation when
warranted.
2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
* net/browse-url.el (browse-url): Set DISPLAY to the one of the

View file

@ -1,3 +1,7 @@
2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
* files.texi (Misc File Ops): Document insert-file-literally.
2006-12-08 Eli Zaretskii <eliz@gnu.org>
* cmdargs.texi (Colors): Note that --color is intended for overriding

View file

@ -1,3 +1,10 @@
2006-12-08 Eli Zaretskii <eliz@gnu.org>
* frame.h (PIX_TYPE): Redefine as `unsigned long', for 64-bit
platforms where long is 64-bit.
* msdos.h (PIX_TYPE): Redefine as `unsigned long'.
2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
* m/amdx86-64.h: Add support for Solaris 10 on x86-64.