summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog18
-rw-r--r--lisp/ChangeLog28
2 files changed, 21 insertions, 25 deletions
diff --git a/ChangeLog b/ChangeLog
index 93b765529b7..1bbbaa701e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,18 +16,18 @@
2006-12-20 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* configure.in: Detect alsa/asoundlib.h also.
- * configure: Regenerate
-
+ * configure: Regenerate.
+
2006-12-19 Jan Dj,Ad(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.
@@ -870,7 +870,7 @@
* 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>
@@ -1320,7 +1320,7 @@
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,Am(Bk <Pavel@Janik.cz>
@@ -1893,8 +1893,8 @@
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>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f9b5b879b48..e0d22734186 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,6 @@
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.
@@ -11,13 +10,13 @@
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.
@@ -30,8 +29,8 @@
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>
@@ -58,16 +57,15 @@
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.
@@ -89,8 +87,7 @@
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)
@@ -171,8 +168,7 @@
* 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>
@@ -6331,8 +6327,8 @@
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.