aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2004-06-04 22:50:04 +0000
committerJuanma Barranquero2004-06-04 22:50:04 +0000
commite2cae76902373ad508c195f188d0608511eeccb7 (patch)
treef35f0954e23341078d54057d2ea571269aec61aa
parent7780d7937b26b8e0c292910e1d8536722d5ec22e (diff)
downloademacs-e2cae76902373ad508c195f188d0608511eeccb7.tar.gz
emacs-e2cae76902373ad508c195f188d0608511eeccb7.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ca7a9366ec0..6c734a57948 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -10,7 +10,7 @@
10 division-by-zero bug while at it, and handle kernels with 10 division-by-zero bug while at it, and handle kernels with
11 a slightly different layout in /proc/acpi. 11 a slightly different layout in /proc/acpi.
12 12
132004-06-03 Karl Fogel <kfogel@red-bean.com> 132004-06-04 Karl Fogel <kfogel@red-bean.com>
14 14
15 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*', 15 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
16 because the latter is a CL-ism. This fixes the bug reported by 16 because the latter is a CL-ism. This fixes the bug reported by
@@ -23,7 +23,7 @@
23 C code. Previously only the tty-related portion of this function 23 C code. Previously only the tty-related portion of this function
24 was done in C; however the previous attempt to do a halfway-proper 24 was done in C; however the previous attempt to do a halfway-proper
25 job for non-tty displays in lisp didn't work properly because of 25 job for non-tty displays in lisp didn't work properly because of
26 funny conditions during emacs startup. 26 funny conditions during Emacs startup.
27 (face-differs-from-default-p): Simplify, now that 27 (face-differs-from-default-p): Simplify, now that
28 display-supports-face-attributes-p works properly on all display 28 display-supports-face-attributes-p works properly on all display
29 types. Remove :stipple from comparison; it doesn't really work 29 types. Remove :stipple from comparison; it doesn't really work
@@ -243,7 +243,7 @@
243 * thumbs.el (thumbs-show-name): Do nothing if no image at point. 243 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
244 (thumbs-mouse-find-image): New command. 244 (thumbs-mouse-find-image): New command.
245 (thumbs-mode-map): Bind it to mouse-2. 245 (thumbs-mode-map): Bind it to mouse-2.
246 (thumbs-mode): Make mode-class special. 246 (thumbs-mode): Make mode-class special.
247 (thumbs-view-image-mode): Likewise. 247 (thumbs-view-image-mode): Likewise.
248 248
2492004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com> 2492004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
@@ -1432,7 +1432,7 @@
1432 (sql-connect-postgres): Add username prompt. 1432 (sql-connect-postgres): Add username prompt.
1433 (sql-imenu-generic-expression, sql-mode-font-lock-object-name): 1433 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
1434 Make patterns less product specific. 1434 Make patterns less product specific.
1435 (sql-xemacs-p, sql-emacs19-p): Add flags for emacs variants. 1435 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
1436 (sql-mode-abbrev-table): Modify initialization. 1436 (sql-mode-abbrev-table): Modify initialization.
1437 (sql-builtin-face): Add variable. 1437 (sql-builtin-face): Add variable.
1438 (sql-keywords-re): Add macro. 1438 (sql-keywords-re): Add macro.
@@ -6431,7 +6431,7 @@
6431 (ffap-file-at-point): Use the new regexp to strip the prompts from 6431 (ffap-file-at-point): Use the new regexp to strip the prompts from
6432 the file names. This is an issue mostly for user prompts that 6432 the file names. This is an issue mostly for user prompts that
6433 don't have a trailing space and find-file-at-point is invoked from 6433 don't have a trailing space and find-file-at-point is invoked from
6434 within a shell inside emacs. 6434 within a shell inside Emacs.
6435 6435
64362003-09-24 Andre Spiegel <spiegel@gnu.org> 64362003-09-24 Andre Spiegel <spiegel@gnu.org>
6437 6437