changeset 66227:3220ff7b4d13

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Thu, 20 Oct 2005 14:25:49 +0000
parents e824309d9cd0
children 69f47ed7d25d
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Oct 20 14:23:26 2005 +0000
+++ b/lisp/ChangeLog	Thu Oct 20 14:25:49 2005 +0000
@@ -1,3 +1,8 @@
+2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
+
+	* frame.el (blink-cursor-mode): Add `mac' to the list of
+	window-system's that support blinking cursor.
+
 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
 
 	* textmodes/org.el (org-level-color-stars-only): Fix typo in doc
--- a/src/ChangeLog	Thu Oct 20 14:23:26 2005 +0000
+++ b/src/ChangeLog	Thu Oct 20 14:25:49 2005 +0000
@@ -1,3 +1,7 @@
+2005-10-20  Olli Savia  <ops@iki.fi>  (tiny change)
+
+	* syssignal.h [__Lynx__]: Undef SIGPOLL along with SIGIO.
+
 2005-10-20  Andreas Schwab  <schwab@suse.de>
 
 	* minibuf.c (Fdisplay_completion_list): Doc fix.