aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-12-25 23:59:30 +0000
committerJuanma Barranquero2006-12-25 23:59:30 +0000
commit14d1edc03b0c2ae5214bc372a77885dd026943a2 (patch)
tree59663d45b1591c9d29f9bcc3edb2aa8569343621
parent87a931dce0f67141490808bb4ef504c92a6a404b (diff)
downloademacs-14d1edc03b0c2ae5214bc372a77885dd026943a2.tar.gz
emacs-14d1edc03b0c2ae5214bc372a77885dd026943a2.zip
*** empty log message ***
-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 @@
162006-12-20 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 162006-12-20 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
17 17
18 * configure.in: Detect alsa/asoundlib.h also. 18 * configure.in: Detect alsa/asoundlib.h also.
19 * configure: Regenerate 19 * configure: Regenerate.
20 20
212006-12-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 212006-12-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
22 22
23 * configure.in: Check if Gtk+ compiles at all. 23 * configure.in: Check if GTK+ compiles at all.
24 24
252006-12-10 Andreas Schwab <schwab@suse.de> 252006-12-10 Andreas Schwab <schwab@suse.de>
26 26
27 * configure.in: Remove check for struct timezone, its result is 27 * configure.in: Remove check for struct timezone, its result is
28 never used. 28 never used.
29 29
302006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change) 302006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
31 31
32 * configure.in: Add support for Solaris 10 on x86-64. 32 * configure.in: Add support for Solaris 10 on x86-64.
33 33
@@ -870,7 +870,7 @@
870 870
871 * Makefile.in (INSTALL_INFO): Get install-info command from configure. 871 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
872 872
873 * configure.in: Add tests for install-info 873 * configure.in: Add tests for install-info.
874 874
8752002-12-09 Markus Rost <rost@math.ohio-state.edu> 8752002-12-09 Markus Rost <rost@math.ohio-state.edu>
876 876
@@ -1320,7 +1320,7 @@
1320 1320
13212001-11-06 Sam Steingold <sds@gnu.org> 13212001-11-06 Sam Steingold <sds@gnu.org>
1322 1322
1323 * configure.in: Added a check for <nlist.h> 1323 * configure.in: Added a check for <nlist.h>.
1324 1324
13252001-11-01 Pavel Jan,Am(Bk <Pavel@Janik.cz> 13252001-11-01 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1326 1326
@@ -1893,8 +1893,8 @@
1893 1893
18942000-05-05 Gerd Moellmann <gerd@gnu.org> 18942000-05-05 Gerd Moellmann <gerd@gnu.org>
1895 1895
1896 * make-dist: Make a link for lib-src/grep-changelog. Copy 1896 * make-dist: Make a link for lib-src/grep-changelog.
1897 install-sh. 1897 Copy install-sh.
1898 1898
18992000-05-01 Eli Zaretskii <eliz@is.elta.co.il> 18992000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
1900 1900
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 69bd362f17f..ee8c7b75cb2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,6 @@
12006-12-25 Michael R. Mauger <mmaug@yahoo.com> 12006-12-25 Michael R. Mauger <mmaug@yahoo.com>
2 2
3 * progmodes/sql.el: 3 * progmodes/sql.el (sql-mode-abbrev-table): Corrected initialization.
4 (sql-mode-abbrev-table): Corrected initialization.
5 (sql-mode-syntax-table): Disable double quoted strings. 4 (sql-mode-syntax-table): Disable double quoted strings.
6 (sql-mode-font-lock-object-name): Added TYPE and TYPE BODY. 5 (sql-mode-font-lock-object-name): Added TYPE and TYPE BODY.
7 6
@@ -11,13 +10,13 @@
11 10
122006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 112006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13 12
14 * startup.el: (fancy-splash-last-input-event): New variable. 13 * startup.el (fancy-splash-last-input-event): New variable.
15 (fancy-splash-special-event-action): New function. 14 (fancy-splash-special-event-action): New function.
16 (fancy-splash-screens): Temporarily bind special events to it. 15 (fancy-splash-screens): Temporarily bind special events to it.
17 Execute command for saved special event before exiting from 16 Execute command for saved special event before exiting from
18 recursive editing. 17 recursive editing.
19 18
20 * term/mac-win.el: (mac-keyboard-translate-char, mac-unread-string): 19 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
21 New functions. 20 New functions.
22 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event): 21 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
23 Use mac-unread-string. 22 Use mac-unread-string.
@@ -30,8 +29,8 @@
30 29
312006-12-24 Chong Yidong <cyd@stupidchicken.com> 302006-12-24 Chong Yidong <cyd@stupidchicken.com>
32 31
33 * woman.el (woman-decode-buffer): Signal error for alien macro 32 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
34 sets. Suggested by James Cloos. 33 Suggested by James Cloos.
35 34
362006-12-24 Kevin Ryde <user42@zip.com.au> 352006-12-24 Kevin Ryde <user42@zip.com.au>
37 36
@@ -58,16 +57,15 @@
58 57
592006-12-24 Chong Yidong <cyd@stupidchicken.com> 582006-12-24 Chong Yidong <cyd@stupidchicken.com>
60 59
61 * custom.el (custom-add-frequent-value): Alias for 60 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
62 custom-add-option.
63 61
642006-12-23 Michael Kifer <kifer@cs.stonybrook.edu> 622006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
65 63
66 * ediff-diff.el (ediff-diff-options): Clarify docstring. 64 * ediff-diff.el (ediff-diff-options): Clarify docstring.
67 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options. 65 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
68 66
69 * viper-cmd.el (viper-post-command-sentinel): Protect against errors in 67 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
70 hooks. 68 in hooks.
71 (viper-add-newline-at-eob-if-necessary): Add newline only if we 69 (viper-add-newline-at-eob-if-necessary): Add newline only if we
72 actually modify buffer; ignore errors if occur. 70 actually modify buffer; ignore errors if occur.
73 71
@@ -89,8 +87,7 @@
89 87
902006-12-22 Eli Zaretskii <eliz@gnu.org> 882006-12-22 Eli Zaretskii <eliz@gnu.org>
91 89
92 * w32-fns.el (convert-standard-filename): Wrap in 90 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
93 save-match-data.
94 91
952006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change) 922006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
96 93
@@ -171,8 +168,7 @@
171 168
172 * net/tramp.el (tramp-methods): Introduce new method `scpc'. 169 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
173 Remove "ControlMaster" option from the other `scp*' methods. 170 Remove "ControlMaster" option from the other `scp*' methods.
174 (tramp-default-method): Check for ssh-agent before setting to 171 (tramp-default-method): Check for ssh-agent before setting to `scp'.
175 `scp'.
176 172
1772006-12-18 Carsten Dominik <dominik@science.uva.nl> 1732006-12-18 Carsten Dominik <dominik@science.uva.nl>
178 174
@@ -6331,8 +6327,8 @@
6331 load-path. Put a regexp matching the file name into 6327 load-path. Put a regexp matching the file name into
6332 after-load-alist, rather than the name itself. 6328 after-load-alist, rather than the name itself.
6333 6329
6334 * subr.el: New functions load-history-regexp, 6330 * subr.el (load-history-regexp, load-history-filename-element)
6335 load-history-filename-element, do-after-load-evaluation. 6331 (do-after-load-evaluation): New functions.
6336 6332
6337 * international/mule.el (load-with-code-conversion): Do the 6333 * international/mule.el (load-with-code-conversion): Do the
6338 eval-after-load stuff by calling do-after-load-evaluation. 6334 eval-after-load stuff by calling do-after-load-evaluation.