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


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Thu, 16 Dec 2004 08:35:05 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6755 emacs/lisp/ChangeLog:1.6756
*** emacs/lisp/ChangeLog:1.6755 Thu Dec 16 07:19:20 2004
--- emacs/lisp/ChangeLog        Thu Dec 16 13:17:32 2004
***************
*** 1,3 ****
--- 1,26 ----
+ 2004-12-16  Juri Linkov  <address@hidden>
+ 
+       * help.el (function-called-at-point):
+       * help-fns.el (variable-at-point): As a last resort try striping
+       non-word prefixes and suffixes.
+ 
+       * descr-text.el (describe-property-list): Don't treat syntax-table
+       specially.  Use describe-text-sexp which inserts [show] button
+       for large objects and handles printing errors.  Sort properties
+       by names in alphabetical order instead of by value sizes.
+       Add `mouse-face' to list of properties for `describe-face' widget.
+       (describe-char): Mask out face-id from 19 bits of character.
+       Print face-id separately.
+ 
+       * replace.el (occur-accumulate-lines, occur-engine):
+       Fontify unfontified matching lines in the source buffer
+       before copying them.
+       (occur-engine): Don't put mouse-face on context lines.
+       (occur-next-error): Set point to line beginning/end
+       before searching for prev/next property to skip multiple
+       matches on a line (not supported by occur engine).
+       Remove redundant prefix-numeric-value.
+ 
  2004-12-15  Juri Linkov  <address@hidden>
  
        * replace.el (match): New face.




reply via email to

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