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: Fri, 06 May 2005 17:25:40 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7458 emacs/lisp/ChangeLog:1.7459
*** emacs/lisp/ChangeLog:1.7458 Fri May  6 20:56:22 2005
--- emacs/lisp/ChangeLog        Fri May  6 21:25:39 2005
***************
*** 1,3 ****
--- 1,10 ----
+ 2005-05-06  Stefan Monnier  <address@hidden>
+ 
+       * net/goto-addr.el (goto-address-fontify): Make sure the overlays
+       evaporate if their text is deleted.
+       (goto-address-at-point): Make it work as a mouse binding as well.
+       (goto-address-at-mouse): Obsolete it.  Update users.
+ 
  2005-05-06  Glenn Morris  <address@hidden>
  
        * calendar/solar.el (solar-setup): Throw error if called
***************
*** 11,18 ****
        * net/webjump.el (webjump):
        * progmodes/idlw-help.el (idlwave-do-context-help1)
        (idlwave-highlight-linked-completions):
!       * textmodes/po.el (po-find-file-coding-system-guts): Replace
!       `assoc-ignore-case' by `assoc-string'.
  
  2005-05-06  Eli Zaretskii  <address@hidden>
  
--- 18,25 ----
        * net/webjump.el (webjump):
        * progmodes/idlw-help.el (idlwave-do-context-help1)
        (idlwave-highlight-linked-completions):
!       * textmodes/po.el (po-find-file-coding-system-guts):
!       Replace `assoc-ignore-case' by `assoc-string'.
  
  2005-05-06  Eli Zaretskii  <address@hidden>
  
***************
*** 37,44 ****
  
        * term/mac-win.el: Don't define or bind scroll bar functions if
        x-toolkit-scroll-bars is t.
!       (x-select-text, x-get-selection-value): Clear
!       x-last-selected-text-clipboard if x-select-enable-clipboard is
        nil.
        (PRIMARY): Put mac-scrap-name property.
        (mac-select-convert-to-file-url): New function.
--- 44,51 ----
  
        * term/mac-win.el: Don't define or bind scroll bar functions if
        x-toolkit-scroll-bars is t.
!       (x-select-text, x-get-selection-value):
!       Clear x-last-selected-text-clipboard if x-select-enable-clipboard is
        nil.
        (PRIMARY): Put mac-scrap-name property.
        (mac-select-convert-to-file-url): New function.
***************
*** 71,78 ****
        (ido-file-internal): Add with-no-warnings around ffap and dired code.
        (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
        (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
!       (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir): New
!       functions for M-b/M-f to move among the directory components.
        (ido-make-merged-file-list): Catch quit to cancel merge.
        (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
        (ido-completion-help): No warnings for ido-completion-buffer-full.
--- 78,85 ----
        (ido-file-internal): Add with-no-warnings around ffap and dired code.
        (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
        (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
!       (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
!       New functions for M-b/M-f to move among the directory components.
        (ido-make-merged-file-list): Catch quit to cancel merge.
        (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
        (ido-completion-help): No warnings for ido-completion-buffer-full.
***************
*** 87,94 ****
  
  2005-05-05  Juanma Barranquero  <address@hidden>
  
!       * emacs-lisp/byte-run.el (define-obsolete-function-alias): Fix
!       typo in docstring.
  
        * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
        (ebrowse-print-statistics-line)
--- 94,101 ----
  
  2005-05-05  Juanma Barranquero  <address@hidden>
  
!       * emacs-lisp/byte-run.el (define-obsolete-function-alias):
!       Fix typo in docstring.
  
        * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
        (ebrowse-print-statistics-line)




reply via email to

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