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, 18 Mar 2005 18:17:34 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7113 emacs/lisp/ChangeLog:1.7114
*** emacs/lisp/ChangeLog:1.7113 Fri Mar 18 10:01:12 2005
--- emacs/lisp/ChangeLog        Fri Mar 18 23:17:34 2005
***************
*** 1,3 ****
--- 1,12 ----
+ 2005-03-18  Tak Ota  <address@hidden>
+ 
+       * textmodes/table.el (table--line-column-position): New idiom.
+       (table--row-column-insertion-point-p): New function to test
+       validity of row and column insertion operation at a location.
+       (table-global-menu, table-cell-menu): Use above functions for
+       deterministic test operation.
+       (table--editable-cell-p): Behave in deterministic fashion.
+ 
  2005-03-18  Juri Linkov  <address@hidden>
  
        * isearch.el (isearch-lazy-highlight-new-loop):
***************
*** 7,14 ****
        (isearch-lazy-highlight-search): Let-bind case-fold-search to
        isearch-lazy-highlight-case-fold-search instead of
        isearch-case-fold-search, and let-bind isearch-regexp to
!       isearch-lazy-highlight-regexp.  Use
!       isearch-lazy-highlight-last-string instead of isearch-string.
  
        * replace.el (perform-replace): Remove bindings of global
        variables isearch-string, isearch-regexp, isearch-case-fold-search.
--- 16,23 ----
        (isearch-lazy-highlight-search): Let-bind case-fold-search to
        isearch-lazy-highlight-case-fold-search instead of
        isearch-case-fold-search, and let-bind isearch-regexp to
!       isearch-lazy-highlight-regexp.
!       Use isearch-lazy-highlight-last-string instead of isearch-string.
  
        * replace.el (perform-replace): Remove bindings of global
        variables isearch-string, isearch-regexp, isearch-case-fold-search.
***************
*** 16,22 ****
        (replace-highlight): Add arguments string, regexp, case-fold.
        Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
        to allow isearch-lazy-highlight-new-loop to use these values
!       to set corresponding isearch-lazy-highlight-... internal
        variables whose values lazy highlighting will use regardless of
        changes to global variables isearch-string, isearch-regexp,
        isearch-case-fold-search during lazy highlighting loop.
--- 25,31 ----
        (replace-highlight): Add arguments string, regexp, case-fold.
        Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
        to allow isearch-lazy-highlight-new-loop to use these values
!       to set corresponding isearch-lazy-highlight-* internal
        variables whose values lazy highlighting will use regardless of
        changes to global variables isearch-string, isearch-regexp,
        isearch-case-fold-search during lazy highlighting loop.
***************
*** 41,53 ****
        * isearch.el (lazy-highlight-cleanup) <command>: Rename from
        `isearch-lazy-highlight-cleanup', add alias to old name and
        declare obsolete.  Add release numbers to other obsolete vars.
!       (isearch-done, isearch-lazy-highlight-new-loop): Rename
!       `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
        (lazy-highlight-cleanup) <variable>: Doc fix.
        (isearch-lazy-highlight-update): Rename obsolete
        `isearch-lazy-highlight-face' to `lazy-highlight-face'.
  
! 2005-03-18  handa  <address@hidden>
  
        * language/thai-util.el: Fix categorization of Thai characters in
        thai-category-table.
--- 50,62 ----
        * isearch.el (lazy-highlight-cleanup) <command>: Rename from
        `isearch-lazy-highlight-cleanup', add alias to old name and
        declare obsolete.  Add release numbers to other obsolete vars.
!       (isearch-done, isearch-lazy-highlight-new-loop):
!       Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
        (lazy-highlight-cleanup) <variable>: Doc fix.
        (isearch-lazy-highlight-update): Rename obsolete
        `isearch-lazy-highlight-face' to `lazy-highlight-face'.
  
! 2005-03-18  Kenichi Handa  <address@hidden>
  
        * language/thai-util.el: Fix categorization of Thai characters in
        thai-category-table.
***************
*** 74,80 ****
        (rmail-pop-password-required, rmail-remote-password): Doc fixes.
        (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
  
!       * mail/sendmail.el (sendmail-send-it): Reenaable the code
        to compute resend-to-address and use it.
  
        * tar-mode.el (tar-mode): Turn off undo unconditionally.
--- 83,89 ----
        (rmail-pop-password-required, rmail-remote-password): Doc fixes.
        (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
  
!       * mail/sendmail.el (sendmail-send-it): Reenable the code
        to compute resend-to-address and use it.
  
        * tar-mode.el (tar-mode): Turn off undo unconditionally.
***************
*** 89,96 ****
        * bindings.el (esc-map): Make M-g a prefix.
        Bind M-g g and M-g M-g to goto-line.
  
-       * progmodes/perl-mode.el (perl-mode): Use run-mode-hooks.
- 
        * faces.el (face-id): Doc fix.
  
  2005-03-17  Frederik Fouvry  <address@hidden>
--- 98,103 ----




reply via email to

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