comparison lisp/ChangeLog @ 74905:f4618905512f

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 25 Dec 2006 23:59:30 +0000
parents 5d26f391af03
children 4fa148580feb
comparison
equal deleted inserted replaced
74904:5d26f391af03 74905:f4618905512f
1 2006-12-25 Michael R. Mauger <mmaug@yahoo.com> 1 2006-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
8 2006-12-25 Kim F. Storm <storm@cua.dk> 7 2006-12-25 Kim F. Storm <storm@cua.dk>
9 8
10 * emacs-lisp/authors.el (authors-renamed-files-alist): Add tcover-*.el. 9 * emacs-lisp/authors.el (authors-renamed-files-alist): Add tcover-*.el.
11 10
12 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 11 2006-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.
24 23
25 2006-12-24 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 24 2006-12-24 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org>
28 an optimized comment regexp if `comment-start-skip' uses a ^. 27 an optimized comment regexp if `comment-start-skip' uses a ^.
29 * bs.el (bs--up): Remove interactive spec. 28 * bs.el (bs--up): Remove interactive spec.
30 29
31 2006-12-24 Chong Yidong <cyd@stupidchicken.com> 30 2006-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
36 2006-12-24 Kevin Ryde <user42@zip.com.au> 35 2006-12-24 Kevin Ryde <user42@zip.com.au>
37 36
38 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday 37 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
39 in March. 38 in March.
56 (allout-toggle-subtree-encryption): Acknowledge non-use of 55 (allout-toggle-subtree-encryption): Acknowledge non-use of
57 gpg-agent in docstring. 56 gpg-agent in docstring.
58 57
59 2006-12-24 Chong Yidong <cyd@stupidchicken.com> 58 2006-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
64 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu> 62 2006-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
74 2006-12-23 Chong Yidong <cyd@stupidchicken.com> 72 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
75 73
87 explicitly in a recursive Make, not implicitly through prerequisites, 85 explicitly in a recursive Make, not implicitly through prerequisites,
88 since the latter is wrong under parallel builds. 86 since the latter is wrong under parallel builds.
89 87
90 2006-12-22 Eli Zaretskii <eliz@gnu.org> 88 2006-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
95 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change) 92 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
96 93
97 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in 94 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
98 message string. 95 message string.
169 166
170 2006-12-19 Michael Albinus <michael.albinus@gmx.de> 167 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
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
177 2006-12-18 Carsten Dominik <dominik@science.uva.nl> 173 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
178 174
179 * textmodes/org.el (org-mode): Show context after isearch. 175 * textmodes/org.el (org-mode): Show context after isearch.
180 (org-show-siblings): New function. 176 (org-show-siblings): New function.
6329 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to 6325 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
6330 match ANY loaded file with the right name, not just those in 6326 match ANY loaded file with the right name, not just those in
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.
6339 6335
6340 2006-05-25 Nick Roberts <nickrob@snap.net.nz> 6336 2006-05-25 Nick Roberts <nickrob@snap.net.nz>