comparison lisp/ChangeLog @ 55908:3146bd943af1

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 04 Jun 2004 22:50:04 +0000
parents 6c54cd601a14
children 4fbbfb3ab1c3
comparison
equal deleted inserted replaced
55907:6c54cd601a14 55908:3146bd943af1
8 * battery.el (battery-linux-proc-acpi): mA was hardcored, but some 8 * battery.el (battery-linux-proc-acpi): mA was hardcored, but some
9 systems appear to use mW, make the code handle this. Fix a 9 systems appear to use mW, make the code handle this. Fix a
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
13 2004-06-03 Karl Fogel <kfogel@red-bean.com> 13 2004-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
17 Shawn Boyette <mdxi@collapsar.net> in 17 Shawn Boyette <mdxi@collapsar.net> in
18 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html. 18 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
21 21
22 * faces.el (display-supports-face-attributes-p): Function moved to 22 * faces.el (display-supports-face-attributes-p): Function moved to
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
30 in emacs anyway. 30 in emacs anyway.
31 31
241 2004-05-29 John Paul Wallington <jpw@gnu.org> 241 2004-05-29 John Paul Wallington <jpw@gnu.org>
242 242
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
249 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com> 249 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
250 250
251 * flymake.el: New file. 251 * flymake.el: New file.
1430 `sql-product-support'. Add Postgres login parameters. 1430 `sql-product-support'. Add Postgres login parameters.
1431 (sql-set-product, sql-product-feature): Update with renamed variable. 1431 (sql-set-product, sql-product-feature): Update with renamed variable.
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.
1439 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92. 1439 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
1440 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i. 1440 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
6429 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify 6429 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
6430 common shell prompts that are not common filename or URL characters. 6430 common shell prompts that are not common filename or URL characters.
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
6436 2003-09-24 Andre Spiegel <spiegel@gnu.org> 6436 2003-09-24 Andre Spiegel <spiegel@gnu.org>
6437 6437
6438 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time 6438 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
6439 stamps numerically, rather than textually. 6439 stamps numerically, rather than textually.