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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sun, 13 Nov 2005 23:18:53 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8569 emacs/lisp/ChangeLog:1.8570
*** emacs/lisp/ChangeLog:1.8569 Sun Nov 13 22:12:59 2005
--- emacs/lisp/ChangeLog        Mon Nov 14 04:18:53 2005
***************
*** 1,3 ****
--- 1,7 ----
+ 2005-11-13  Stefan Monnier  <address@hidden>
+ 
+       * cus-dep.el (custom-make-dependencies): Typo.
+ 
  2005-11-13  Michael Albinus  <address@hidden>
  
        * net/tramp-util.el (top): Fix compilation warning.
***************
*** 26,33 ****
        * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
        (gdb-var-create-handler): Handle string expressions properly.
        (gdb-var-list-children-regexp, gdb-var-list-children-handler):
!       Handle string expressions properly.  Move "type" field into
!       regexp.
  
  2005-11-12  Karl Fogel  <address@hidden>
  
--- 30,36 ----
        * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
        (gdb-var-create-handler): Handle string expressions properly.
        (gdb-var-list-children-regexp, gdb-var-list-children-handler):
!       Handle string expressions properly.  Move "type" field into regexp.
  
  2005-11-12  Karl Fogel  <address@hidden>
  
***************
*** 68,78 ****
        (apropos-pattern-quoted): New defvar.
        (apropos-regexp): New defvar, containing the regexp corresponding
        to apropos-pattern.
!       (apropos-all-words-regexp): Renamed from apropos-all-regexp.
        (apropos-read-pattern): New defun.  Use it to read pattern arg in
        interactive calls; returns list of words for a word list, and
        string for a regexp.
!       (apropos-parse-pattern): Renamed from apropos-rewrite-regexp.  Now
        parses a list of words or regexp as returned by apropos-read-pattern.
        (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
        (apropos-score-doc): Return a very high score if the string
--- 71,81 ----
        (apropos-pattern-quoted): New defvar.
        (apropos-regexp): New defvar, containing the regexp corresponding
        to apropos-pattern.
!       (apropos-all-words-regexp): Rename from apropos-all-regexp.
        (apropos-read-pattern): New defun.  Use it to read pattern arg in
        interactive calls; returns list of words for a word list, and
        string for a regexp.
!       (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
        parses a list of words or regexp as returned by apropos-read-pattern.
        (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
        (apropos-score-doc): Return a very high score if the string




reply via email to

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