emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Sat, 02 Feb 2008 04:35:09 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/02/02 04:35:08

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12711
retrieving revision 1.12712
diff -u -b -r1.12711 -r1.12712
--- ChangeLog   2 Feb 2008 04:14:42 -0000       1.12711
+++ ChangeLog   2 Feb 2008 04:35:05 -0000       1.12712
@@ -1,3 +1,32 @@
+2008-02-02  Glenn Morris  <address@hidden>
+
+       * international/latin1-disp.el (latin1-display):
+       * progmodes/fortran.el (fortran-comment-indent-char):
+       * progmodes/idlw-shell.el (top-level):
+       * term/mac-win.el (mac-keyboard-translate-char):
+       * whitespace.el (whitespace-char-valid-p):
+       * wid-edit.el (widget-key-sequence-read-event):
+       Use characterp rather than char-valid-p.
+
+       * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
+       to capitalized-find-word-boundary.  Doc fix.  Update callers.
+       (capitalized-next-word-boundary-function-table): Rename to
+       capitalized-find-word-boundary-function-table.  Doc fix.  Update
+       users.
+
+       * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
+       string-to-int.
+
+       * ps-def.el (declare-function): Add compatibility definition.
+       (ps-plot-with-face, ps-plot-string): Declare as functions.
+       (ps-bold-faces, ps-italic-faces): Declare variables.
+
+       * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
+       (ps-mule-end-job): Declare as functions.
+
+       * wid-edit.el (widget-string-complete): Use assoc-string rather
+       than assoc-ignore-case.
+
 2008-02-01  Chong Yidong  <address@hidden>
 
        * progmodes/etags.el (next-file): Improve revert message.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]