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 09:36:33 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6313 emacs/lisp/ChangeLog:1.6314
*** emacs/lisp/ChangeLog:1.6313 Tue Aug 31 23:41:41 2004
--- emacs/lisp/ChangeLog        Wed Sep  1 20:35:12 2004
***************
*** 1,3 ****
--- 1,60 ----
+ 2004-09-01  Juri Linkov  <address@hidden>
+ 
+       * isearch.el (isearch-wrap-function)
+       (isearch-push-state-function): New defvars.
+       (isearch-pop-fun-state): New defsubst.
+       (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
+       (isearch-push-state): Set the result of calling
+       `isearch-push-state-function' to the `isearch-pop-fun-state' field.
+       (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
+       restore the mode-specific starting point of terminated search.
+       (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
+       (isearch-repeat): Call `isearch-wrap-function' if defined.
+       (isearch-message-prefix): Don't add prefix "over" to the message
+       for wrapped search if `isearch-wrap-function' is defined.
+       (isearch-search): Call function saved in `isearch-pop-fun-state' to
+       restore the mode-specific starting point of failed search.
+ 
+       * info.el (Info-search-whitespace-regexp): Fix backslashes.
+       (Info-search): Add new optional arguments for the sake of isearch.
+       Replace whitespace in Info-search-whitespace-regexp literally.
+       Add backward search.  Don't call `Info-select-node' if regexp is
+       found in the same Info node.  Don't add node to Info-history for
+       wrapped isearch.
+       (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
+       (Info-isearch-push-state, Info-isearch-pop-state): New funs.
+       (Info-mode): Set local variables `isearch-search-fun-function',
+       `isearch-wrap-function', `isearch-push-state-function',
+       `search-whitespace-regexp'.
+ 
+       * isearch.el: Remove ancient Change Log section.
+       (isearch-string, isearch-message-string, isearch-point)
+       (isearch-success, isearch-forward-flag, isearch-other-end)
+       (isearch-word, isearch-invalid-regexp, isearch-wrapped)
+       (isearch-barrier, isearch-within-brackets)
+       (isearch-case-fold-search): Add suffix `-state' to state-related
+       defsubsts to avoid name clashes with other function names.
+ 
+       * simple.el (next-error): New defgroup and defface.
+       (next-error-highlight, next-error-highlight-no-select):
+       New defcustoms.
+       (next-error-no-select): Let-bind next-error-highlight to the value
+       of next-error-highlight-no-select before calling `next-error'.
+ 
+       * progmodes/compile.el (compilation-goto-locus):
+       Use `next-error' face instead of `region'.  Set 4-th argument of
+       `move-overlay' to `current-buffer' to move overlay to different
+       source buffers.  Use new variable `next-error-highlight'.
+ 
+       * simple.el (next-error-find-buffer): Move the rule
+       "if current buffer is a next-error capable buffer" after the
+       rule "if next-error-last-buffer is set to a live buffer".
+       Simplify to test all rules in one `or'.
+       (next-error): Doc fix.
+       (next-error, previous-error, first-error)
+       (next-error-no-select, previous-error-no-select):
+       Make arguments optional.
+ 
  2004-08-31  Luc Teirlinck  <address@hidden>
  
        * macros.el (apply-macro-to-region-lines): Make it operate on all
***************
*** 612,618 ****
        (ps-generate-string-list): Comment fix.
        (ps-message-log-max): Code fix.
  
- 
  2004-07-22  Michael Piotrowski  <address@hidden>  (tiny change)
  
        * ps-print.el (ps-begin-file): Improve the DSC compliance of the
--- 669,674 ----
***************
*** 632,642 ****
  
  2004-07-20  Richard M. Stallman  <address@hidden>
  
!       * textmodes/fill.el (fill-comment-paragraph): Handle indent-tabs-mode.
!       (fill-delete-newlines): Call sentence-end as function.
!       (fill-nobreak-p, canonically-space-region): Likewise.
!       (fill-nobreak-p): If this break point is at the end of the line,
!       don't consider the newline which follows as a reason to return t.
  
  2004-07-19  John Paul Wallington  <address@hidden>
  
--- 688,696 ----
  
  2004-07-20  Richard M. Stallman  <address@hidden>
  
!       * textmodes/fill.el (fill-nobreak-p): If this break point is
!       at the end of the line, don't consider the newline which follows
!       as a reason to return t.
  
  2004-07-19  John Paul Wallington  <address@hidden>
  




reply via email to

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