comparison lisp/ChangeLog @ 60725:086d1f41fbb3

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 18 Mar 2005 23:17:34 +0000
parents 7ccba703d1ac
children d1b7b92f7057 1830bcd0eec0 30ad2795fdab
comparison
equal deleted inserted replaced
60724:3a2908eb7595 60725:086d1f41fbb3
1 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
2
3 * textmodes/table.el (table--line-column-position): New idiom.
4 (table--row-column-insertion-point-p): New function to test
5 validity of row and column insertion operation at a location.
6 (table-global-menu, table-cell-menu): Use above functions for
7 deterministic test operation.
8 (table--editable-cell-p): Behave in deterministic fashion.
9
1 2005-03-18 Juri Linkov <juri@jurta.org> 10 2005-03-18 Juri Linkov <juri@jurta.org>
2 11
3 * isearch.el (isearch-lazy-highlight-new-loop): 12 * isearch.el (isearch-lazy-highlight-new-loop):
4 Make arguments beg and end optional. 13 Make arguments beg and end optional.
5 (isearch-update): Remove optional arguments nil from 14 (isearch-update): Remove optional arguments nil from
6 isearch-lazy-highlight-new-loop. 15 isearch-lazy-highlight-new-loop.
7 (isearch-lazy-highlight-search): Let-bind case-fold-search to 16 (isearch-lazy-highlight-search): Let-bind case-fold-search to
8 isearch-lazy-highlight-case-fold-search instead of 17 isearch-lazy-highlight-case-fold-search instead of
9 isearch-case-fold-search, and let-bind isearch-regexp to 18 isearch-case-fold-search, and let-bind isearch-regexp to
10 isearch-lazy-highlight-regexp. Use 19 isearch-lazy-highlight-regexp.
11 isearch-lazy-highlight-last-string instead of isearch-string. 20 Use isearch-lazy-highlight-last-string instead of isearch-string.
12 21
13 * replace.el (perform-replace): Remove bindings of global 22 * replace.el (perform-replace): Remove bindings of global
14 variables isearch-string, isearch-regexp, isearch-case-fold-search. 23 variables isearch-string, isearch-regexp, isearch-case-fold-search.
15 Add three new arguments to `replace-highlight'. 24 Add three new arguments to `replace-highlight'.
16 (replace-highlight): Add arguments string, regexp, case-fold. 25 (replace-highlight): Add arguments string, regexp, case-fold.
17 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search 26 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
18 to allow isearch-lazy-highlight-new-loop to use these values 27 to allow isearch-lazy-highlight-new-loop to use these values
19 to set corresponding isearch-lazy-highlight-... internal 28 to set corresponding isearch-lazy-highlight-* internal
20 variables whose values lazy highlighting will use regardless of 29 variables whose values lazy highlighting will use regardless of
21 changes to global variables isearch-string, isearch-regexp, 30 changes to global variables isearch-string, isearch-regexp,
22 isearch-case-fold-search during lazy highlighting loop. 31 isearch-case-fold-search during lazy highlighting loop.
23 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup' 32 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
24 to `lazy-highlight-cleanup'. 33 to `lazy-highlight-cleanup'.
39 2005-03-18 Juri Linkov <juri@jurta.org> 48 2005-03-18 Juri Linkov <juri@jurta.org>
40 49
41 * isearch.el (lazy-highlight-cleanup) <command>: Rename from 50 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
42 `isearch-lazy-highlight-cleanup', add alias to old name and 51 `isearch-lazy-highlight-cleanup', add alias to old name and
43 declare obsolete. Add release numbers to other obsolete vars. 52 declare obsolete. Add release numbers to other obsolete vars.
44 (isearch-done, isearch-lazy-highlight-new-loop): Rename 53 (isearch-done, isearch-lazy-highlight-new-loop):
45 `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'. 54 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
46 (lazy-highlight-cleanup) <variable>: Doc fix. 55 (lazy-highlight-cleanup) <variable>: Doc fix.
47 (isearch-lazy-highlight-update): Rename obsolete 56 (isearch-lazy-highlight-update): Rename obsolete
48 `isearch-lazy-highlight-face' to `lazy-highlight-face'. 57 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
49 58
50 2005-03-18 handa <handa@m17n.org> 59 2005-03-18 Kenichi Handa <handa@m17n.org>
51 60
52 * language/thai-util.el: Fix categorization of Thai characters in 61 * language/thai-util.el: Fix categorization of Thai characters in
53 thai-category-table. 62 thai-category-table.
54 (thai-composition-pattern): Adjust it for the above change. 63 (thai-composition-pattern): Adjust it for the above change.
55 (thai-self-insert-command, thai-compose-syllable): New functions. 64 (thai-self-insert-command, thai-compose-syllable): New functions.
72 81
73 * mail/rmail.el (rmail-movemail-program, rmail-pop-password) 82 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
74 (rmail-pop-password-required, rmail-remote-password): Doc fixes. 83 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
75 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix. 84 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
76 85
77 * mail/sendmail.el (sendmail-send-it): Reenaable the code 86 * mail/sendmail.el (sendmail-send-it): Reenable the code
78 to compute resend-to-address and use it. 87 to compute resend-to-address and use it.
79 88
80 * tar-mode.el (tar-mode): Turn off undo unconditionally. 89 * tar-mode.el (tar-mode): Turn off undo unconditionally.
81 90
82 * image-mode.el: New file. 91 * image-mode.el: New file.
86 * font-lock.el (font-lock-lines-before): New user option. 95 * font-lock.el (font-lock-lines-before): New user option.
87 (font-lock-after-change-function): Obey it. 96 (font-lock-after-change-function): Obey it.
88 97
89 * bindings.el (esc-map): Make M-g a prefix. 98 * bindings.el (esc-map): Make M-g a prefix.
90 Bind M-g g and M-g M-g to goto-line. 99 Bind M-g g and M-g M-g to goto-line.
91
92 * progmodes/perl-mode.el (perl-mode): Use run-mode-hooks.
93 100
94 * faces.el (face-id): Doc fix. 101 * faces.el (face-id): Doc fix.
95 102
96 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> 103 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
97 104