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, 02 Sep 2004 12:56:20 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6315 emacs/lisp/ChangeLog:1.6316
*** emacs/lisp/ChangeLog:1.6315 Thu Sep  2 09:46:47 2004
--- emacs/lisp/ChangeLog        Thu Sep  2 16:40:38 2004
***************
*** 7,12 ****
--- 7,29 ----
        recent compilation directory only when `recompile' is invoked NOT
        in the compilation buffer.  Otherwise, use `default-directory' of
        the compilation buffer.
+       (compilation-error-properties): Allow to funcall col and end-col.
+       (compilation-mode-font-lock-keywords): Check col and end-col by
+       `integerp'.
+       (compilation-goto-locus): If end-mk is non-nil in transient mark
+       mode don't activate the mark (and don't display message in
+       push-mark), but highlight overlay between mk and end-mk.
+ 
+       * progmodes/grep.el (grep-highlight-matches): New defcustom.
+       (grep-regexp-alist): Add rule to highlight grep matches.
+       (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
+ 
+       * info.el (Info-fontify-node): Don't compute other-tag
+       if Info-hide-note-references=hide.
+ 
+       * help.el (function-called-at-point):
+       * help-fns.el (variable-at-point):
+       Try `find-tag-default' when other methods failed.
  
        * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
        Do not push mark if inhibit-mark-movement is non-nil.




reply via email to

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