2006-12-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
* configure.in: Detect alsa/asoundlib.h also.
- * configure: Regenerate
-
+ * configure: Regenerate.
+
2006-12-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
- * configure.in: Check if Gtk+ compiles at all.
-
+ * configure.in: Check if GTK+ compiles at all.
+
2006-12-10 Andreas Schwab <schwab@suse.de>
* configure.in: Remove check for struct timezone, its result is
never used.
-2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
+2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
* configure.in: Add support for Solaris 10 on x86-64.
* Makefile.in (INSTALL_INFO): Get install-info command from configure.
- * configure.in: Add tests for install-info
+ * configure.in: Add tests for install-info.
2002-12-09 Markus Rost <rost@math.ohio-state.edu>
2001-11-06 Sam Steingold <sds@gnu.org>
- * configure.in: Added a check for <nlist.h>
+ * configure.in: Added a check for <nlist.h>.
2001-11-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2000-05-05 Gerd Moellmann <gerd@gnu.org>
- * make-dist: Make a link for lib-src/grep-changelog. Copy
- install-sh.
+ * make-dist: Make a link for lib-src/grep-changelog.
+ Copy install-sh.
2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
- * progmodes/sql.el:
- (sql-mode-abbrev-table): Corrected initialization.
+ * progmodes/sql.el (sql-mode-abbrev-table): Corrected initialization.
(sql-mode-syntax-table): Disable double quoted strings.
(sql-mode-font-lock-object-name): Added TYPE and TYPE BODY.
2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
- * startup.el: (fancy-splash-last-input-event): New variable.
+ * startup.el (fancy-splash-last-input-event): New variable.
(fancy-splash-special-event-action): New function.
(fancy-splash-screens): Temporarily bind special events to it.
Execute command for saved special event before exiting from
recursive editing.
- * term/mac-win.el: (mac-keyboard-translate-char, mac-unread-string):
+ * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
New functions.
(mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
Use mac-unread-string.
2006-12-24 Chong Yidong <cyd@stupidchicken.com>
- * woman.el (woman-decode-buffer): Signal error for alien macro
- sets. Suggested by James Cloos.
+ * woman.el (woman-decode-buffer): Signal error for alien macro sets.
+ Suggested by James Cloos.
2006-12-24 Kevin Ryde <user42@zip.com.au>
2006-12-24 Chong Yidong <cyd@stupidchicken.com>
- * custom.el (custom-add-frequent-value): Alias for
- custom-add-option.
+ * custom.el (custom-add-frequent-value): Alias for custom-add-option.
2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-diff.el (ediff-diff-options): Clarify docstring.
(ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
- * viper-cmd.el (viper-post-command-sentinel): Protect against errors in
- hooks.
+ * viper-cmd.el (viper-post-command-sentinel): Protect against errors
+ in hooks.
(viper-add-newline-at-eob-if-necessary): Add newline only if we
actually modify buffer; ignore errors if occur.
2006-12-22 Eli Zaretskii <eliz@gnu.org>
- * w32-fns.el (convert-standard-filename): Wrap in
- save-match-data.
+ * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
* net/tramp.el (tramp-methods): Introduce new method `scpc'.
Remove "ControlMaster" option from the other `scp*' methods.
- (tramp-default-method): Check for ssh-agent before setting to
- `scp'.
+ (tramp-default-method): Check for ssh-agent before setting to `scp'.
2006-12-18 Carsten Dominik <dominik@science.uva.nl>
load-path. Put a regexp matching the file name into
after-load-alist, rather than the name itself.
- * subr.el: New functions load-history-regexp,
- load-history-filename-element, do-after-load-evaluation.
+ * subr.el (load-history-regexp, load-history-filename-element)
+ (do-after-load-evaluation): New functions.
* international/mule.el (load-with-code-conversion): Do the
eval-after-load stuff by calling do-after-load-evaluation.