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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Thu, 12 Jul 2007 01:51:53 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/07/12 01:51:53

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11343
retrieving revision 1.11344
diff -u -b -r1.11343 -r1.11344
--- ChangeLog   11 Jul 2007 19:38:20 -0000      1.11343
+++ ChangeLog   12 Jul 2007 01:51:52 -0000      1.11344
@@ -1,3 +1,18 @@
+2007-07-12  Paul Pogonyshev  <address@hidden>
+
+       * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
+       (eldoc-print-current-symbol-info): Adjust for changed helper
+       function signatures.
+       (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
+       `eldoc-highlight-function-argument'.
+       (eldoc-highlight-function-argument): New function.
+       (eldoc-get-var-docstring): Format documentation with
+       `font-lock-variable-name-face'.
+       (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
+       where suited.
+       (eldoc-fnsym-in-current-sexp): Return a list with argument index.
+       (eldoc-beginning-of-sexp): Return number of skipped sexps.
+
 2007-07-11  Michael Albinus  <address@hidden>
 
        * progmodes/compile.el (compilation-start): `start-process' must
@@ -45,6 +60,10 @@
 
 2007-07-10  Stefan Monnier  <address@hidden>
 
+       * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
+       with EOLs when generating MD5 checksums.
+
+
        * follow.el: Don't change the global map from the follow-mode-map
        defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
        XEmacs code.




reply via email to

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