# HG changeset patch # User Kevin Ryde # Date 1259279954 0 # Node ID 24b3ab56fde04f7f8a4fe763f284b9a9f89c84c2 # Parent 28d604d72acd52a72d1f74006c63814359a11d8a * commands.texi (Misc Events): vindex mouse-wheel-up-event and mouse-wheel-down-event, the closest thing to a definition for them. * os.texi (Startup Summary): vindex inhibit-startup-message and inhibit-splash-screen. (Command-Line Arguments): vindex argv. (Suspending Emacs): vindex suspend-tty-functions and resume-tty-functions. Don't want to index every hook, but having the programming ones is helpful. diff -r 28d604d72acd -r 24b3ab56fde0 doc/lispref/ChangeLog --- a/doc/lispref/ChangeLog Thu Nov 26 23:58:23 2009 +0000 +++ b/doc/lispref/ChangeLog Thu Nov 26 23:59:14 2009 +0000 @@ -1,3 +1,14 @@ +2009-11-26 Kevin Ryde + + * commands.texi (Misc Events): vindex mouse-wheel-up-event and + mouse-wheel-down-event, the closest thing to a definition for them. + * os.texi (Startup Summary): vindex inhibit-startup-message and + inhibit-splash-screen. + (Command-Line Arguments): vindex argv. + (Suspending Emacs): vindex suspend-tty-functions and + resume-tty-functions. Don't want to index every hook, but having + the programming ones is helpful. + 2009-11-14 Chong Yidong * commands.texi (Motion Events): Fix typo (Bug#4907).