diff options
| author | Juanma Barranquero | 2007-10-24 02:27:50 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-10-24 02:27:50 +0000 |
| commit | 13e1f05b2e27e972f90145b9ea995220fed9edbd (patch) | |
| tree | f544b2a302dcb8d16acb0b654fe28e7665d86e84 | |
| parent | de302d454b69d41707eae1b15c5d36e24db3fbb1 (diff) | |
| download | emacs-13e1f05b2e27e972f90145b9ea995220fed9edbd.tar.gz emacs-13e1f05b2e27e972f90145b9ea995220fed9edbd.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 263 |
1 files changed, 139 insertions, 124 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 177aeb103c5..bcde6b0efc8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-10-24 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings. | ||
| 4 | |||
| 1 | 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * textmodes/css-mode.el: Require CL. | 7 | * textmodes/css-mode.el: Require CL. |
| @@ -566,7 +570,7 @@ | |||
| 566 | 570 | ||
| 567 | 2007-09-16 Drew Adams <drew.adams@oracle.com> | 571 | 2007-09-16 Drew Adams <drew.adams@oracle.com> |
| 568 | 572 | ||
| 569 | * cus-edit (custom-face-edit-activate): Doc fix. | 573 | * cus-edit.el (custom-face-edit-activate): Doc fix. |
| 570 | 574 | ||
| 571 | 2007-09-16 Glenn Morris <rgm@gnu.org> | 575 | 2007-09-16 Glenn Morris <rgm@gnu.org> |
| 572 | 576 | ||
| @@ -940,7 +944,7 @@ | |||
| 940 | 944 | ||
| 941 | 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change) | 945 | 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change) |
| 942 | 946 | ||
| 943 | * progmode/cperl-mode.el (cperl-look-at-leading-count) | 947 | * progmodes/cperl-mode.el (cperl-look-at-leading-count) |
| 944 | (cperl-find-pods-heres): Fix an error when typing expressions like | 948 | (cperl-find-pods-heres): Fix an error when typing expressions like |
| 945 | `s{a}{b}'. | 949 | `s{a}{b}'. |
| 946 | 950 | ||
| @@ -1775,7 +1779,7 @@ | |||
| 1775 | 1779 | ||
| 1776 | 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca> | 1780 | 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 1777 | 1781 | ||
| 1778 | * vera-mode.el (vera-mode): Fix `commend-end-skip' setting. | 1782 | * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting. |
| 1779 | (vera-font-lock-match-item): Fix doc string. | 1783 | (vera-font-lock-match-item): Fix doc string. |
| 1780 | (vera-in-comment-p): Remove unused function. | 1784 | (vera-in-comment-p): Remove unused function. |
| 1781 | (vera-skip-forward-literal, vera-skip-backward-literal): Improve code, | 1785 | (vera-skip-forward-literal, vera-skip-backward-literal): Improve code, |
| @@ -3000,7 +3004,7 @@ | |||
| 3000 | 3004 | ||
| 3001 | 2007-03-31 Markus Triska <markus.triska@gmx.at> | 3005 | 2007-03-31 Markus Triska <markus.triska@gmx.at> |
| 3002 | 3006 | ||
| 3003 | * flymake.el (flymake-err-line-patterns): Doc fix. | 3007 | * progmodes/flymake.el (flymake-err-line-patterns): Doc fix. |
| 3004 | 3008 | ||
| 3005 | 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de> | 3009 | 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de> |
| 3006 | 3010 | ||
| @@ -4336,7 +4340,7 @@ | |||
| 4336 | 4340 | ||
| 4337 | 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 4341 | 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 4338 | 4342 | ||
| 4339 | * ps-print.ps: The ps-print commands without face printing should not | 4343 | * ps-print.el: The ps-print commands without face printing should not |
| 4340 | print background color. Reported by Leo <sdl.web@gmail.com>. | 4344 | print background color. Reported by Leo <sdl.web@gmail.com>. |
| 4341 | (ps-print-version): New version 6.7.3. | 4345 | (ps-print-version): New version 6.7.3. |
| 4342 | (ps-begin-job): New arg. Fix ps-default-background and | 4346 | (ps-begin-job): New arg. Fix ps-default-background and |
| @@ -4440,7 +4444,7 @@ | |||
| 4440 | 4444 | ||
| 4441 | 2007-02-02 Ulf Jasper <ulf.jasper@web.de> | 4445 | 2007-02-02 Ulf Jasper <ulf.jasper@web.de> |
| 4442 | 4446 | ||
| 4443 | * newsticker.el (newsticker-version): Changed to "1.10". | 4447 | * net/newsticker.el (newsticker-version): Changed to "1.10". |
| 4444 | (newsticker--set-customvar): Doc string. | 4448 | (newsticker--set-customvar): Doc string. |
| 4445 | (newsticker-new-item-face): Doc string. | 4449 | (newsticker-new-item-face): Doc string. |
| 4446 | (newsticker-mode): Initialize `invisibility-spec' with t. | 4450 | (newsticker-mode): Initialize `invisibility-spec' with t. |
| @@ -4754,7 +4758,8 @@ | |||
| 4754 | 4758 | ||
| 4755 | 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu> | 4759 | 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu> |
| 4756 | 4760 | ||
| 4757 | * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB. | 4761 | * emulation/viper-keym.el (viper-insert-basic-map): |
| 4762 | Delete binding for S-TAB. | ||
| 4758 | 4763 | ||
| 4759 | * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text | 4764 | * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text |
| 4760 | of message. Activate mark. | 4765 | of message. Activate mark. |
| @@ -4867,7 +4872,7 @@ | |||
| 4867 | 4872 | ||
| 4868 | 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change) | 4873 | 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change) |
| 4869 | 4874 | ||
| 4870 | * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display): | 4875 | * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): |
| 4871 | Fixed cursor position when toggle abbreviated display. | 4876 | Fixed cursor position when toggle abbreviated display. |
| 4872 | 4877 | ||
| 4873 | 2007-01-20 Nick Roberts <nickrob@snap.net.nz> | 4878 | 2007-01-20 Nick Roberts <nickrob@snap.net.nz> |
| @@ -5114,7 +5119,7 @@ | |||
| 5114 | 5119 | ||
| 5115 | 2007-01-03 Alan Mackenzie <acm@muc.de> | 5120 | 2007-01-03 Alan Mackenzie <acm@muc.de> |
| 5116 | 5121 | ||
| 5117 | * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch. | 5122 | * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch. |
| 5118 | 5123 | ||
| 5119 | 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com> | 5124 | 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com> |
| 5120 | 5125 | ||
| @@ -5457,8 +5462,8 @@ | |||
| 5457 | * ediff-diff.el (ediff-diff-options): Clarify docstring. | 5462 | * ediff-diff.el (ediff-diff-options): Clarify docstring. |
| 5458 | (ediff-setup-diff-regions): Disallow -u in ediff-diff-options. | 5463 | (ediff-setup-diff-regions): Disallow -u in ediff-diff-options. |
| 5459 | 5464 | ||
| 5460 | * viper-cmd.el (viper-post-command-sentinel): Protect against errors | 5465 | * emulation/viper-cmd.el (viper-post-command-sentinel): |
| 5461 | in hooks. | 5466 | Protect against errors in hooks. |
| 5462 | (viper-add-newline-at-eob-if-necessary): Add newline only if we | 5467 | (viper-add-newline-at-eob-if-necessary): Add newline only if we |
| 5463 | actually modify buffer; ignore errors if occur. | 5468 | actually modify buffer; ignore errors if occur. |
| 5464 | 5469 | ||
| @@ -7272,8 +7277,8 @@ | |||
| 7272 | * help-fns.el (help-with-tutorial): Move to tutorial.el. | 7277 | * help-fns.el (help-with-tutorial): Move to tutorial.el. |
| 7273 | 7278 | ||
| 7274 | * tutorial.el: New file. | 7279 | * tutorial.el: New file. |
| 7275 | (help-with-tutorial): Move here from help-fns.el. Added help for | 7280 | (help-with-tutorial): Move here from help-fns.el. Add help for |
| 7276 | rebound keys. Fixed resume of tutorial. | 7281 | rebound keys. Fix resume of tutorial. |
| 7277 | (tutorial--describe-nonstandard-key, tutorial--sort-keys) | 7282 | (tutorial--describe-nonstandard-key, tutorial--sort-keys) |
| 7278 | (tutorial--find-changed-keys, tutorial--display-changes) | 7283 | (tutorial--find-changed-keys, tutorial--display-changes) |
| 7279 | (tutorial--saved-dir, tutorial--saved-file) | 7284 | (tutorial--saved-dir, tutorial--saved-file) |
| @@ -7360,9 +7365,9 @@ | |||
| 7360 | 7365 | ||
| 7361 | 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu> | 7366 | 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu> |
| 7362 | 7367 | ||
| 7363 | * viper-cmd.el (viper-prefix-arg-com): Define gg as G0. | 7368 | * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0. |
| 7364 | 7369 | ||
| 7365 | * viper-ex.el (ex-read): Quote file argument. | 7370 | * emulation/viper-ex.el (ex-read): Quote file argument. |
| 7366 | 7371 | ||
| 7367 | * ediff-diff.el (ediff-same-file-contents): Expand file names. | 7372 | * ediff-diff.el (ediff-same-file-contents): Expand file names. |
| 7368 | 7373 | ||
| @@ -7631,7 +7636,7 @@ | |||
| 7631 | calling or due to edit to a buffer, install our own hook | 7636 | calling or due to edit to a buffer, install our own hook |
| 7632 | (controlled by `cperl-hook-after-change'). | 7637 | (controlled by `cperl-hook-after-change'). |
| 7633 | (cperl-electric-pod): =cut may have been recognized as start. | 7638 | (cperl-electric-pod): =cut may have been recognized as start. |
| 7634 | (cperl-block-p): Move, updatedfor attributes. | 7639 | (cperl-block-p): Move, updated for attributes. |
| 7635 | (cperl-calculate-indent): Try to allow '_' be non-word char | 7640 | (cperl-calculate-indent): Try to allow '_' be non-word char |
| 7636 | Support subs with attributes. | 7641 | Support subs with attributes. |
| 7637 | (cperl-where-am-i): Quiet (?) a warning. | 7642 | (cperl-where-am-i): Quiet (?) a warning. |
| @@ -8211,7 +8216,7 @@ | |||
| 8211 | 8216 | ||
| 8212 | 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 8217 | 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 8213 | 8218 | ||
| 8214 | * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling. | 8219 | * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling. |
| 8215 | (ebnf-version): New version 4.3. | 8220 | (ebnf-version): New version 4.3. |
| 8216 | (ebnf-arrow-extra-width, ebnf-arrow-scale): New options. | 8221 | (ebnf-arrow-extra-width, ebnf-arrow-scale): New options. |
| 8217 | (ebnf-prologue): Adjust PostScript programming. | 8222 | (ebnf-prologue): Adjust PostScript programming. |
| @@ -8431,11 +8436,11 @@ | |||
| 8431 | 8436 | ||
| 8432 | 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu> | 8437 | 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu> |
| 8433 | 8438 | ||
| 8434 | * viper.el: Bump up version/date of update to reflect the substantial | 8439 | * emulation/viper.el: Bump up version/date of update to reflect the |
| 8435 | changes done in August 2006. | 8440 | substantial changes done in August 2006. |
| 8436 | 8441 | ||
| 8437 | * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button | 8442 | * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at, |
| 8438 | are defined. | 8443 | push-button are defined. |
| 8439 | 8444 | ||
| 8440 | * ediff-util.el (ediff-add-to-history): New function. | 8445 | * ediff-util.el (ediff-add-to-history): New function. |
| 8441 | 8446 | ||
| @@ -9153,7 +9158,7 @@ | |||
| 9153 | 9158 | ||
| 9154 | 2006-09-02 Ryan Yeske <rcyeske@gmail.com> | 9159 | 2006-09-02 Ryan Yeske <rcyeske@gmail.com> |
| 9155 | 9160 | ||
| 9156 | * rcirc.el (rcirc-keywords): New variable. | 9161 | * net/rcirc.el (rcirc-keywords): New variable. |
| 9157 | (rcirc-bright-nicks, rcirc-dim-nicks): New variables. | 9162 | (rcirc-bright-nicks, rcirc-dim-nicks): New variables. |
| 9158 | (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove | 9163 | (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove |
| 9159 | variables. | 9164 | variables. |
| @@ -9224,8 +9229,8 @@ | |||
| 9224 | 9229 | ||
| 9225 | 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu> | 9230 | 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu> |
| 9226 | 9231 | ||
| 9227 | * viper-cmd.el (viper-special-read-and-insert-char): Convert events to | 9232 | * emulation/viper-cmd.el (viper-special-read-and-insert-char): |
| 9228 | chars if XEmacs. | 9233 | Convert events to chars if XEmacs. |
| 9229 | (viper-after-change-undo-hook): Check if undo-in-progress is bound. | 9234 | (viper-after-change-undo-hook): Check if undo-in-progress is bound. |
| 9230 | 9235 | ||
| 9231 | 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca> | 9236 | 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -9342,25 +9347,26 @@ | |||
| 9342 | 9347 | ||
| 9343 | 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu> | 9348 | 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu> |
| 9344 | 9349 | ||
| 9345 | * viper.el (viper-set-hooks): Use frame bindings for | 9350 | * emulation/viper.el (viper-set-hooks): Use frame bindings for |
| 9346 | viper-vi-state-cursor-color. | 9351 | viper-vi-state-cursor-color. |
| 9347 | (viper-non-hook-settings): Don't set default | 9352 | (viper-non-hook-settings): Don't set default |
| 9348 | mode-line-buffer-identification. | 9353 | mode-line-buffer-identification. |
| 9349 | 9354 | ||
| 9350 | * viper-util.el (viper-set-cursor-color-according-to-state): New fun. | 9355 | * emulation/viper-util.el (viper-set-cursor-color-according-to-state): |
| 9356 | New fun. | ||
| 9351 | (viper-set-cursor-color-according-to-state) | 9357 | (viper-set-cursor-color-according-to-state) |
| 9352 | (viper-get-saved-cursor-color-in-replace-mode) | 9358 | (viper-get-saved-cursor-color-in-replace-mode) |
| 9353 | (viper-get-saved-cursor-color-in-insert-mode): Make conditional on | 9359 | (viper-get-saved-cursor-color-in-insert-mode): Make conditional on |
| 9354 | viper-emacs-state-cursor-color. | 9360 | viper-emacs-state-cursor-color. |
| 9355 | 9361 | ||
| 9356 | * viper-cmd.el (viper-envelop-ESC-key): Bug fix. | 9362 | * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix. |
| 9357 | (viper-undo): Use point if undo-beg-posn is nil. | 9363 | (viper-undo): Use point if undo-beg-posn is nil. |
| 9358 | (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs) | 9364 | (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs) |
| 9359 | (viper-after-change-undo-hook): Don't use | 9365 | (viper-after-change-undo-hook): Don't use |
| 9360 | viper-emacs-state-cursor-color by default. | 9366 | viper-emacs-state-cursor-color by default. |
| 9361 | (viper-undo): More sensible positioning after undo. | 9367 | (viper-undo): More sensible positioning after undo. |
| 9362 | 9368 | ||
| 9363 | * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr. | 9369 | * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr. |
| 9364 | (viper-emacs-state-cursor-color): Default to nil, since this feature | 9370 | (viper-emacs-state-cursor-color): Default to nil, since this feature |
| 9365 | doesn't work well yet. | 9371 | doesn't work well yet. |
| 9366 | 9372 | ||
| @@ -10175,9 +10181,9 @@ | |||
| 10175 | 10181 | ||
| 10176 | 2006-07-20 Jay Belanger <belanger@truman.edu> | 10182 | 2006-07-20 Jay Belanger <belanger@truman.edu> |
| 10177 | 10183 | ||
| 10178 | * calc.el (calc-previous-alg-entry): Remove variable. | 10184 | * calc/calc.el (calc-previous-alg-entry): Remove variable. |
| 10179 | 10185 | ||
| 10180 | * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history): | 10186 | * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history): |
| 10181 | New variables. | 10187 | New variables. |
| 10182 | (calc-alg-entry): Use `calc-alg-entry-history'. | 10188 | (calc-alg-entry): Use `calc-alg-entry-history'. |
| 10183 | (calc-do-quick-calc): Use `calc-quick-calc-history'. | 10189 | (calc-do-quick-calc): Use `calc-quick-calc-history'. |
| @@ -10190,17 +10196,17 @@ | |||
| 10190 | Change keybinding for `calcAlg-plus-minus', add keybindings for | 10196 | Change keybinding for `calcAlg-plus-minus', add keybindings for |
| 10191 | `previous-history-element' and `next-history-element'. | 10197 | `previous-history-element' and `next-history-element'. |
| 10192 | 10198 | ||
| 10193 | * calc-rewr.el (calc-match): Remove reference to | 10199 | * calc/calc-rewr.el (calc-match): Remove reference to |
| 10194 | `calc-previous-alg-entry'. | 10200 | `calc-previous-alg-entry'. |
| 10195 | 10201 | ||
| 10196 | * calc-sel.el (calc-selection-history): New variable. | 10202 | * calc/calc-sel.el (calc-selection-history): New variable. |
| 10197 | (calc-enter-selection, calc-sel-mult-both-sides) | 10203 | (calc-enter-selection, calc-sel-mult-both-sides) |
| 10198 | (calc-sel-add-both-sides): Use `calc-selection-history'. | 10204 | (calc-sel-add-both-sides): Use `calc-selection-history'. |
| 10199 | 10205 | ||
| 10200 | * calc-map.el (calc-get-operator-history): New variable. | 10206 | * calc/calc-map.el (calc-get-operator-history): New variable. |
| 10201 | (calc-get-operator): Use `calc-get-operator-history'. | 10207 | (calc-get-operator): Use `calc-get-operator-history'. |
| 10202 | 10208 | ||
| 10203 | * calcalg3.el (calc-curve-fit-history): New variable. | 10209 | * calc/calcalg3.el (calc-curve-fit-history): New variable. |
| 10204 | (calc-curve-fit): Use `calc-curve-fit-history'. | 10210 | (calc-curve-fit): Use `calc-curve-fit-history'. |
| 10205 | 10211 | ||
| 10206 | 2006-07-20 Kenichi Handa <handa@m17n.org> | 10212 | 2006-07-20 Kenichi Handa <handa@m17n.org> |
| @@ -10974,7 +10980,7 @@ | |||
| 10974 | 10980 | ||
| 10975 | 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu> | 10981 | 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu> |
| 10976 | 10982 | ||
| 10977 | * viper-cmd.el (viper-special-read-and-insert-char): | 10983 | * emulation/viper-cmd.el (viper-special-read-and-insert-char): |
| 10978 | Use read-key-sequence. | 10984 | Use read-key-sequence. |
| 10979 | (viper-after-change-undo-hook): Misc enhancements. | 10985 | (viper-after-change-undo-hook): Misc enhancements. |
| 10980 | (viper-after-change-undo-hook): New hook. | 10986 | (viper-after-change-undo-hook): New hook. |
| @@ -10983,9 +10989,10 @@ | |||
| 10983 | (viper-next-line-at-bol): If point is on a widget or a button, simulate | 10989 | (viper-next-line-at-bol): If point is on a widget or a button, simulate |
| 10984 | clicking on that widget/button. | 10990 | clicking on that widget/button. |
| 10985 | 10991 | ||
| 10986 | * viper.el (viper-mode): Allow a separate cursor color in Emacs state. | 10992 | * emulation/viper.el (viper-mode): Allow a separate cursor color |
| 10993 | in Emacs state. | ||
| 10987 | 10994 | ||
| 10988 | * ediff-diff (ediff-test-patch-utility): Catch errors. | 10995 | * ediff-diff.el (ediff-test-patch-utility): Catch errors. |
| 10989 | (ediff-actual-diff-options, ediff-actual-diff3-options): New variables. | 10996 | (ediff-actual-diff-options, ediff-actual-diff3-options): New variables. |
| 10990 | (ediff-set-actual-diff-options): New function. | 10997 | (ediff-set-actual-diff-options): New function. |
| 10991 | (ediff-reset-diff-options, ediff-toggle-ignore-case): | 10998 | (ediff-reset-diff-options, ediff-toggle-ignore-case): |
| @@ -12709,7 +12716,7 @@ | |||
| 12709 | 12716 | ||
| 12710 | 2006-04-27 Jay Belanger <belanger@truman.edu> | 12717 | 2006-04-27 Jay Belanger <belanger@truman.edu> |
| 12711 | 12718 | ||
| 12712 | * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to | 12719 | * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to |
| 12713 | read expression when `math-read-big-expr' doesn't work. | 12720 | read expression when `math-read-big-expr' doesn't work. |
| 12714 | 12721 | ||
| 12715 | 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de> | 12722 | 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de> |
| @@ -13335,7 +13342,7 @@ | |||
| 13335 | 13342 | ||
| 13336 | 2006-04-08 Ryan Yeske <rcyeske@gmail.com> | 13343 | 2006-04-08 Ryan Yeske <rcyeske@gmail.com> |
| 13337 | 13344 | ||
| 13338 | * rcirc.el (rcirc-default-server): Rename from rcirc-server. | 13345 | * net/rcirc.el (rcirc-default-server): Rename from rcirc-server. |
| 13339 | (rcirc-default-port): Rename from rcirc-port. | 13346 | (rcirc-default-port): Rename from rcirc-port. |
| 13340 | (rcirc-default-nick): Rename from rcirc-nick. | 13347 | (rcirc-default-nick): Rename from rcirc-nick. |
| 13341 | (rcirc-default-user-name): Rename from rcirc-user-name. | 13348 | (rcirc-default-user-name): Rename from rcirc-user-name. |
| @@ -14160,8 +14167,8 @@ | |||
| 14160 | 14167 | ||
| 14161 | 2006-03-11 David Ponce <david@dponce.com> | 14168 | 2006-03-11 David Ponce <david@dponce.com> |
| 14162 | 14169 | ||
| 14163 | * ispell.el (ispell-find-aspell-dictionaries): Add aliases before | 14170 | * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases |
| 14164 | merging elements from the standard ispell-dictionary-alist. | 14171 | before merging elements from the standard ispell-dictionary-alist. |
| 14165 | (ispell-aspell-add-aliases): Add aliases to the passed dictionary | 14172 | (ispell-aspell-add-aliases): Add aliases to the passed dictionary |
| 14166 | alist, and return the new alist. | 14173 | alist, and return the new alist. |
| 14167 | 14174 | ||
| @@ -14597,7 +14604,7 @@ | |||
| 14597 | (c-after-change): Protect the match data with save-match-data. | 14604 | (c-after-change): Protect the match data with save-match-data. |
| 14598 | It was getting corrupted by c-after-change-check-<>-operators. | 14605 | It was getting corrupted by c-after-change-check-<>-operators. |
| 14599 | 14606 | ||
| 14600 | * cc-defs.el: [Supersedes patch V1.38]: | 14607 | * progmodes/cc-defs.el: [Supersedes patch V1.38]: |
| 14601 | (top level): Check for a buggy font-lock-compile-keywords ONLY in | 14608 | (top level): Check for a buggy font-lock-compile-keywords ONLY in |
| 14602 | XEmacs. GNU Emacs 22 now has a check which would throw an error here. | 14609 | XEmacs. GNU Emacs 22 now has a check which would throw an error here. |
| 14603 | 14610 | ||
| @@ -14872,19 +14879,20 @@ | |||
| 14872 | 14879 | ||
| 14873 | 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu> | 14880 | 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu> |
| 14874 | 14881 | ||
| 14875 | * viper-cmd.el (viper-insert-state-post-command-sentinel) | 14882 | * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel) |
| 14876 | (viper-change-state-to-vi, viper-change-state-to-emacs): | 14883 | (viper-change-state-to-vi, viper-change-state-to-emacs): |
| 14877 | Make aware of cursor coloring in the Emacs state. | 14884 | Make aware of cursor coloring in the Emacs state. |
| 14878 | (viper-special-read-and-insert-char): Use read-char-exclusive. | 14885 | (viper-special-read-and-insert-char): Use read-char-exclusive. |
| 14879 | (viper-minibuffer-trim-tail): Workaround for fields in minibuffer. | 14886 | (viper-minibuffer-trim-tail): Workaround for fields in minibuffer. |
| 14880 | 14887 | ||
| 14881 | * viper-init.el (viper-emacs-state-cursor-color): New variable. | 14888 | * emulation/viper-init.el (viper-emacs-state-cursor-color): |
| 14889 | New variable. | ||
| 14882 | 14890 | ||
| 14883 | * viper-util.el (viper-save-cursor-color) | 14891 | * emulation/viper-util.el (viper-save-cursor-color) |
| 14884 | (viper-get-saved-cursor-color-in-replace-mode) | 14892 | (viper-get-saved-cursor-color-in-replace-mode) |
| 14885 | (viper-get-saved-cursor-color-in-insert-mode) | 14893 | (viper-get-saved-cursor-color-in-insert-mode) |
| 14886 | (viper-restore-cursor-color): Make aware of the cursor color in Emacs | 14894 | (viper-restore-cursor-color): Make aware of the cursor color |
| 14887 | state. | 14895 | in Emacs state. |
| 14888 | (viper-get-saved-cursor-color-in-emacs-mode): New function. | 14896 | (viper-get-saved-cursor-color-in-emacs-mode): New function. |
| 14889 | 14897 | ||
| 14890 | * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option) | 14898 | * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option) |
| @@ -17930,7 +17938,7 @@ | |||
| 17930 | 17938 | ||
| 17931 | 2005-12-10 John W. Eaton <jwe@octave.org> | 17939 | 2005-12-10 John W. Eaton <jwe@octave.org> |
| 17932 | 17940 | ||
| 17933 | * emacs/octave-mod.el (octave-electric-space): Don't indent | 17941 | * progmodes/octave-mod.el (octave-electric-space): Don't indent |
| 17934 | comments or strings if octave-auto-indent is nil. | 17942 | comments or strings if octave-auto-indent is nil. |
| 17935 | 17943 | ||
| 17936 | 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 17944 | 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| @@ -18080,7 +18088,7 @@ | |||
| 18080 | * progmodes/cc-fix.el: Add definitions of the macros push and pop | 18088 | * progmodes/cc-fix.el: Add definitions of the macros push and pop |
| 18081 | (for GNU Emacs 20.4). | 18089 | (for GNU Emacs 20.4). |
| 18082 | 18090 | ||
| 18083 | * progmodes/cc-defs.el: | 18091 | * progmodes/cc-defs.el |
| 18084 | (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4). | 18092 | (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4). |
| 18085 | 18093 | ||
| 18086 | * progmodes/cc-cmds.el (c-show-syntactic-information): Change the | 18094 | * progmodes/cc-cmds.el (c-show-syntactic-information): Change the |
| @@ -19925,13 +19933,13 @@ | |||
| 19925 | 19933 | ||
| 19926 | 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu> | 19934 | 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu> |
| 19927 | 19935 | ||
| 19928 | * viper-keym.el (viper-ESC-key): Use different values in terminal and | 19936 | * emulation/viper-keym.el (viper-ESC-key): Use different values |
| 19929 | window modes. | 19937 | in terminal and window modes. |
| 19930 | 19938 | ||
| 19931 | * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add | 19939 | * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode, |
| 19932 | jde-javadoc-checker-report-mode. | 19940 | add jde-javadoc-checker-report-mode. |
| 19933 | 19941 | ||
| 19934 | * ediff-wind (ediff-make-wide-display): Slight simplification. | 19942 | * ediff-wind.el (ediff-make-wide-display): Slight simplification. |
| 19935 | 19943 | ||
| 19936 | * ediff.el (ediff-date): Change the date of last update. | 19944 | * ediff.el (ediff-date): Change the date of last update. |
| 19937 | 19945 | ||
| @@ -20441,10 +20449,10 @@ | |||
| 20441 | 20449 | ||
| 20442 | 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu> | 20450 | 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu> |
| 20443 | 20451 | ||
| 20444 | * viper-utils.el (viper-non-word-characters-reformed-vi): | 20452 | * emulation/viper-utils.el (viper-non-word-characters-reformed-vi): |
| 20445 | Quote `-' in string. | 20453 | Quote `-' in string. |
| 20446 | 20454 | ||
| 20447 | * viper.el (viper-emacs-state-mode-list): Ensure that | 20455 | * emulation/viper.el (viper-emacs-state-mode-list): Ensure that |
| 20448 | rcirc-mode buffers come up in Emacs state. | 20456 | rcirc-mode buffers come up in Emacs state. |
| 20449 | 20457 | ||
| 20450 | * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler | 20458 | * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler |
| @@ -20514,20 +20522,20 @@ | |||
| 20514 | 20522 | ||
| 20515 | 2005-11-14 Jay Belanger <belanger@truman.edu> | 20523 | 2005-11-14 Jay Belanger <belanger@truman.edu> |
| 20516 | 20524 | ||
| 20517 | * calc-alg.el (calcFunc-write-out-power): Rename it to | 20525 | * calc/calc-alg.el (calcFunc-write-out-power): Rename it to |
| 20518 | calcFunc-powerexpand. | 20526 | calcFunc-powerexpand. |
| 20519 | (math-write-out-power): Rename it to math-powerexpand; have it | 20527 | (math-write-out-power): Rename it to math-powerexpand; have it |
| 20520 | handle negative exponents. | 20528 | handle negative exponents. |
| 20521 | (calc-writeoutpower): Rename it to calc-powerexpand. | 20529 | (calc-writeoutpower): Rename it to calc-powerexpand. |
| 20522 | 20530 | ||
| 20523 | * calc-ext.el: Change calcFunc-writeoutpower and | 20531 | * calc/calc-ext.el: Change calcFunc-writeoutpower and |
| 20524 | calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in | 20532 | calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in |
| 20525 | autoloads. | 20533 | autoloads. |
| 20526 | Add calcFunc-ldiv to autoloads. | 20534 | Add calcFunc-ldiv to autoloads. |
| 20527 | 20535 | ||
| 20528 | * calc-arith.el (calcFunc-ldiv): New function. | 20536 | * calc/calc-arith.el (calcFunc-ldiv): New function. |
| 20529 | 20537 | ||
| 20530 | * calc.el (calc-left-divide): New function. | 20538 | * calc/calc.el (calc-left-divide): New function. |
| 20531 | 20539 | ||
| 20532 | 2005-11-14 Juri Linkov <juri@jurta.org> | 20540 | 2005-11-14 Juri Linkov <juri@jurta.org> |
| 20533 | 20541 | ||
| @@ -20896,7 +20904,7 @@ | |||
| 20896 | 20904 | ||
| 20897 | 2005-11-04 Ulf Jasper <ulf.jasper@web.de> | 20905 | 2005-11-04 Ulf Jasper <ulf.jasper@web.de> |
| 20898 | 20906 | ||
| 20899 | * newsticker.el: Commentary updated. Code formatting changed. | 20907 | * net/newsticker.el: Commentary updated. Code formatting changed. |
| 20900 | (newsticker-version): Change to "1.9". | 20908 | (newsticker-version): Change to "1.9". |
| 20901 | (newsticker, newsticker-feed): Doc fix. | 20909 | (newsticker, newsticker-feed): Doc fix. |
| 20902 | (newsticker-url-list): Doc fix. Add option "Weekly". | 20910 | (newsticker-url-list): Doc fix. Add option "Weekly". |
| @@ -21109,8 +21117,8 @@ | |||
| 21109 | 21117 | ||
| 21110 | 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu> | 21118 | 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu> |
| 21111 | 21119 | ||
| 21112 | * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not | 21120 | * ediff-merg.el (ediff-merge-region-is-non-clash): |
| 21113 | merging. | 21121 | Return t, if not merging. |
| 21114 | 21122 | ||
| 21115 | * ediff-util.el (ediff-previous-difference): Don't skip regions that | 21123 | * ediff-util.el (ediff-previous-difference): Don't skip regions that |
| 21116 | have merge clashes. | 21124 | have merge clashes. |
| @@ -23116,17 +23124,19 @@ | |||
| 23116 | * ediff-wind.el (ediff-setup-control-frame) | 23124 | * ediff-wind.el (ediff-setup-control-frame) |
| 23117 | (ediff-destroy-control-frame): Check the menubar feature. | 23125 | (ediff-destroy-control-frame): Check the menubar feature. |
| 23118 | 23126 | ||
| 23119 | * viper-cmd.el (viper-normalize-minor-mode-map-alist) | 23127 | * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist) |
| 23120 | (viper-refresh-mode-line): Use make-local-variable to localize | 23128 | (viper-refresh-mode-line): Use make-local-variable to localize |
| 23121 | some vars instead of make-variable-buffer-local. Suggested by | 23129 | some vars instead of make-variable-buffer-local. Suggested by |
| 23122 | Stefan Monnier. | 23130 | Stefan Monnier. |
| 23123 | 23131 | ||
| 23124 | * viper-init.el (viper-make-variable-buffer-local): Delete alias. | 23132 | * emulation/viper-init.el (viper-make-variable-buffer-local): |
| 23133 | Delete alias. | ||
| 23125 | (viper-restore-cursor-type, viper-set-insert-cursor-type): | 23134 | (viper-restore-cursor-type, viper-set-insert-cursor-type): |
| 23126 | Use make-local-variable instead of make-variable-buffer-local. | 23135 | Use make-local-variable instead of make-variable-buffer-local. |
| 23127 | Suggested by Stefan Monnier. | 23136 | Suggested by Stefan Monnier. |
| 23128 | 23137 | ||
| 23129 | * viper.el (viper-mode): Don't use viper-make-variable-buffer-local. | 23138 | * emulation/viper.el (viper-mode): Don't use |
| 23139 | viper-make-variable-buffer-local. | ||
| 23130 | (viper-comint-mode-hook): Use make-local-variable on | 23140 | (viper-comint-mode-hook): Use make-local-variable on |
| 23131 | require-final-newline. | 23141 | require-final-newline. |
| 23132 | (viper-non-hook-settings): Don't use make-variable-buffer-local. | 23142 | (viper-non-hook-settings): Don't use make-variable-buffer-local. |
| @@ -24129,8 +24139,8 @@ | |||
| 24129 | 24139 | ||
| 24130 | 2005-09-10 Alan Mackenzie <acm@muc.de> | 24140 | 2005-09-10 Alan Mackenzie <acm@muc.de> |
| 24131 | 24141 | ||
| 24132 | * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter | 24142 | * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line |
| 24133 | from the region narrowed to. | 24143 | delimiter from the region narrowed to. |
| 24134 | 24144 | ||
| 24135 | 2005-09-10 Magnus Henoch <mange@freemail.hu> | 24145 | 2005-09-10 Magnus Henoch <mange@freemail.hu> |
| 24136 | 24146 | ||
| @@ -25563,23 +25573,23 @@ | |||
| 25563 | 25573 | ||
| 25564 | 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu> | 25574 | 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu> |
| 25565 | 25575 | ||
| 25566 | * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode. | 25576 | * emulation/viper.el (viper-emacs-state-mode-list): |
| 25567 | Change the date of last update. | 25577 | Add recentf-dialog-mode. Change the date of last update. |
| 25568 | 25578 | ||
| 25569 | 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu> | 25579 | 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu> |
| 25570 | 25580 | ||
| 25571 | * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete) | 25581 | * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete) |
| 25572 | (viper-exec-yank, viper-put-back): Don't display modification msg | 25582 | (viper-exec-yank, viper-put-back): Don't display modification msg |
| 25573 | if in the minibuffer. | 25583 | if in the minibuffer. |
| 25574 | 25584 | ||
| 25575 | * viper-init.el (viper-replace-overlay-cursor-color) | 25585 | * emulation/viper-init.el (viper-replace-overlay-cursor-color) |
| 25576 | (viper-insert-state-cursor-color, viper-vi-state-cursor-color): | 25586 | (viper-insert-state-cursor-color, viper-vi-state-cursor-color): |
| 25577 | Make variables frame local. | 25587 | Make variables frame local. |
| 25578 | 25588 | ||
| 25579 | * viper-util.el (viper-append-filter-alist): Use append instead of | 25589 | * emulation/viper-util.el (viper-append-filter-alist): |
| 25580 | nconc. | 25590 | Use append instead of nconc. |
| 25581 | 25591 | ||
| 25582 | * viper.el (viper-vi-state-mode-list) | 25592 | * emulation/viper.el (viper-vi-state-mode-list) |
| 25583 | (viper-emacs-state-mode-list): Move help-mode and | 25593 | (viper-emacs-state-mode-list): Move help-mode and |
| 25584 | completion-list-mode from the first list to the second. | 25594 | completion-list-mode from the first list to the second. |
| 25585 | (viper-mode): Docstring. | 25595 | (viper-mode): Docstring. |
| @@ -26243,7 +26253,7 @@ | |||
| 26243 | 26253 | ||
| 26244 | 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu> | 26254 | 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu> |
| 26245 | 26255 | ||
| 26246 | * viper-cmd.el (viper-escape-to-state): Bug fix. | 26256 | * emulation/viper-cmd.el (viper-escape-to-state): Bug fix. |
| 26247 | (viper-envelop-ESC-key): Change the definition of fast | 26257 | (viper-envelop-ESC-key): Change the definition of fast |
| 26248 | keysequence so it'll work with keyboard macros. | 26258 | keysequence so it'll work with keyboard macros. |
| 26249 | 26259 | ||
| @@ -26324,8 +26334,7 @@ | |||
| 26324 | 26334 | ||
| 26325 | 2005-07-16 Jose E. Marchesi <jemarch@gnu.org> | 26335 | 2005-07-16 Jose E. Marchesi <jemarch@gnu.org> |
| 26326 | 26336 | ||
| 26327 | * lisp/mail/smtpmail.el (smtpmail-auth-supported): | 26337 | * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method. |
| 26328 | Add plain auth method. | ||
| 26329 | (smtpmail-try-auth-methods): Add AUTH PLAIN dialog. | 26338 | (smtpmail-try-auth-methods): Add AUTH PLAIN dialog. |
| 26330 | 26339 | ||
| 26331 | 2005-07-17 Kim F. Storm <storm@cua.dk> | 26340 | 2005-07-17 Kim F. Storm <storm@cua.dk> |
| @@ -26688,26 +26697,26 @@ | |||
| 26688 | 26697 | ||
| 26689 | 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu> | 26698 | 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu> |
| 26690 | 26699 | ||
| 26691 | * viper-cmd.el (viper--key-maps): New variable. | 26700 | * emulation/viper-cmd.el (viper--key-maps): New variable. |
| 26692 | (viper-normalize-minor-mode-map-alist): Use viper--key-maps and | 26701 | (viper-normalize-minor-mode-map-alist): Use viper--key-maps and |
| 26693 | emulation-mode-map-alists. | 26702 | emulation-mode-map-alists. |
| 26694 | (viper-envelop-ESC-key): Use viper-subseq. | 26703 | (viper-envelop-ESC-key): Use viper-subseq. |
| 26695 | (viper-search-forward/backward/next): Disable debug-on-error. | 26704 | (viper-search-forward/backward/next): Disable debug-on-error. |
| 26696 | 26705 | ||
| 26697 | * viper-keym.el (viper-toggle-key, viper-quoted-insert-key) | 26706 | * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key) |
| 26698 | (viper-ESC-key): New defcustoms. | 26707 | (viper-ESC-key): New defcustoms. |
| 26699 | 26708 | ||
| 26700 | * viper-macs.el (ex-map-read-args): Use viper-subseq. | 26709 | * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq. |
| 26701 | 26710 | ||
| 26702 | * viper-util.el (viper-key-to-emacs-key): Use viper-subseq. | 26711 | * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq. |
| 26703 | (viper-subseq): Copy of subseq from cl.el. | 26712 | (viper-subseq): Copy of subseq from cl.el. |
| 26704 | 26713 | ||
| 26705 | * viper.el (viper-go-away, viper-set-hooks): Use | 26714 | * emulation/viper.el (viper-go-away, viper-set-hooks): Use |
| 26706 | emulation-mode-map-alists, advise self-insert-command, add-minor-mode. | 26715 | emulation-mode-map-alists, advise self-insert-command, add-minor-mode. |
| 26707 | 26716 | ||
| 26708 | * viper-mous.el (viper-current-frame-saved): Use defvar. | 26717 | * emulation/viper-mous.el (viper-current-frame-saved): Use defvar. |
| 26709 | 26718 | ||
| 26710 | * viper-init.el: Get rid of -face in face names. | 26719 | * emulation/viper-init.el: Get rid of -face in face names. |
| 26711 | 26720 | ||
| 26712 | * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3): | 26721 | * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3): |
| 26713 | Make it work with longlines mode. | 26722 | Make it work with longlines mode. |
| @@ -28437,7 +28446,7 @@ | |||
| 28437 | 28446 | ||
| 28438 | 2005-06-11 Alan Mackenzie <acm@muc.de> | 28447 | 2005-06-11 Alan Mackenzie <acm@muc.de> |
| 28439 | 28448 | ||
| 28440 | * fill.el (fill-context-prefix): Try `adaptive-fill-function' | 28449 | * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function' |
| 28441 | BEFORE `adaptive-fill-regexp' when determining a fill prefix. | 28450 | BEFORE `adaptive-fill-regexp' when determining a fill prefix. |
| 28442 | (adaptive-file-function): Minor amendment to doc-string. | 28451 | (adaptive-file-function): Minor amendment to doc-string. |
| 28443 | 28452 | ||
| @@ -29122,13 +29131,13 @@ | |||
| 29122 | 29131 | ||
| 29123 | 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change) | 29132 | 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change) |
| 29124 | 29133 | ||
| 29125 | * url-http.el (url-http-chunked-encoding-after-change-function): | 29134 | * url/url-http.el (url-http-chunked-encoding-after-change-function): |
| 29126 | Use `url-http-debug' instead of `message'. | 29135 | Use `url-http-debug' instead of `message'. |
| 29127 | 29136 | ||
| 29128 | 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change) | 29137 | 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change) |
| 29129 | 29138 | ||
| 29130 | * url-http.el (url-http-parse-headers): Pass redirected URL as a | 29139 | * url/url-http.el (url-http-parse-headers): Pass redirected URL |
| 29131 | callback argument. | 29140 | as a callback argument. |
| 29132 | 29141 | ||
| 29133 | 2005-06-04 Kim F. Storm <storm@cua.dk> | 29142 | 2005-06-04 Kim F. Storm <storm@cua.dk> |
| 29134 | 29143 | ||
| @@ -29182,10 +29191,11 @@ | |||
| 29182 | * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and | 29191 | * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and |
| 29183 | "." files are deleted from all file lists before comparison. | 29192 | "." files are deleted from all file lists before comparison. |
| 29184 | 29193 | ||
| 29185 | * viper-keym.el (viper-toggle-key, viper-quoted-insert-key) | 29194 | * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key) |
| 29186 | (viper-ESC-key): Made them customizable. | 29195 | (viper-ESC-key): Made them customizable. |
| 29187 | 29196 | ||
| 29188 | * viper.el (viper-non-hook-settings): Fix the names of defadvices. | 29197 | * emulation/viper.el (viper-non-hook-settings): |
| 29198 | Fix the names of defadvices. | ||
| 29189 | 29199 | ||
| 29190 | 2005-06-01 Luc Teirlinck <teirllm@auburn.edu> | 29200 | 2005-06-01 Luc Teirlinck <teirllm@auburn.edu> |
| 29191 | 29201 | ||
| @@ -29340,7 +29350,7 @@ | |||
| 29340 | 29350 | ||
| 29341 | 2005-05-29 Richard M. Stallman <rms@gnu.org> | 29351 | 2005-05-29 Richard M. Stallman <rms@gnu.org> |
| 29342 | 29352 | ||
| 29343 | * flyspell.el (flyspell-version): Function deleted. | 29353 | * textmoddes/flyspell.el (flyspell-version): Function deleted. |
| 29344 | (flyspell-auto-correct-previous-hook): Doc fix. | 29354 | (flyspell-auto-correct-previous-hook): Doc fix. |
| 29345 | 29355 | ||
| 29346 | * jit-lock.el (jit-lock-function, jit-lock-after-change): | 29356 | * jit-lock.el (jit-lock-function, jit-lock-after-change): |
| @@ -29362,13 +29372,14 @@ | |||
| 29362 | 29372 | ||
| 29363 | 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change) | 29373 | 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change) |
| 29364 | 29374 | ||
| 29365 | * flyspell.el (flyspell-auto-correct-previous-word): | 29375 | * textmodes/flyspell.el (flyspell-auto-correct-previous-word): |
| 29366 | Narrow down to what's on the screen, and recenter overlays | 29376 | Narrow down to what's on the screen, and recenter overlays |
| 29367 | at the end of the next word. | 29377 | at the end of the next word. |
| 29368 | 29378 | ||
| 29369 | 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr> | 29379 | 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr> |
| 29370 | 29380 | ||
| 29371 | * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up. | 29381 | * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map): |
| 29382 | 8Vars moved up. | ||
| 29372 | (flyspell-default-delayed-commands): Add backward-delete-char-untabify. | 29383 | (flyspell-default-delayed-commands): Add backward-delete-char-untabify. |
| 29373 | (flyspell-abbrev-p): Default to nil. | 29384 | (flyspell-abbrev-p): Default to nil. |
| 29374 | (flyspell-use-global-abbrev-table-p): Doc fix. | 29385 | (flyspell-use-global-abbrev-table-p): Doc fix. |
| @@ -29741,51 +29752,52 @@ | |||
| 29741 | 29752 | ||
| 29742 | CC Mode update to 5.30.10: | 29753 | CC Mode update to 5.30.10: |
| 29743 | 29754 | ||
| 29744 | * cc-fonts.el (c-font-lock-declarators): Fix bug where the point | 29755 | * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where |
| 29745 | could go past the limit in decoration level 2, thereby causing | 29756 | the point could go past the limit in decoration level 2, thereby |
| 29746 | errors during interactive fontification. | 29757 | causing errors during interactive fontification. |
| 29747 | 29758 | ||
| 29748 | * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when | 29759 | * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp |
| 29749 | the file is evaluated interactively. | 29760 | bug when the file is evaluated interactively. |
| 29750 | 29761 | ||
| 29751 | * cc-engine.el (c-guess-basic-syntax): Handle operator | 29762 | * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator |
| 29752 | declarations somewhat better in C++. | 29763 | declarations somewhat better in C++. |
| 29753 | 29764 | ||
| 29754 | * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to | 29765 | * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks): |
| 29755 | make use of `run-mode-hooks' which has been added in Emacs 21.1. | 29766 | New helper macro to make use of `run-mode-hooks' |
| 29767 | which has been added in Emacs 21.1. | ||
| 29756 | (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode) | 29768 | (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode) |
| 29757 | (awk-mode): Use it. | 29769 | (awk-mode): Use it. |
| 29758 | (make-local-hook): Suppress warning about obsoleteness. | 29770 | (make-local-hook): Suppress warning about obsoleteness. |
| 29759 | 29771 | ||
| 29760 | * cc-engine.el, cc-align.el, cc-cmds.el | 29772 | * progmodes/cc-engine.el, cc-align.el, cc-cmds.el |
| 29761 | (c-append-backslashes-forward, c-delete-backslashes-forward) | 29773 | (c-append-backslashes-forward, c-delete-backslashes-forward) |
| 29762 | (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks): | 29774 | (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks): |
| 29763 | Compensate for return value from `forward-line' when it has moved | 29775 | Compensate for return value from `forward-line' when it has moved |
| 29764 | but not to a different line due to eob. | 29776 | but not to a different line due to eob. |
| 29765 | 29777 | ||
| 29766 | * cc-engine.el (c-guess-basic-syntax): Fix anchoring in | 29778 | * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in |
| 29767 | `objc-method-intro' and `objc-method-args-cont'. | 29779 | `objc-method-intro' and `objc-method-args-cont'. |
| 29768 | 29780 | ||
| 29769 | 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org> | 29781 | 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org> |
| 29770 | 29782 | ||
| 29771 | CC Mode update to 5.30.10: | 29783 | CC Mode update to 5.30.10: |
| 29772 | 29784 | ||
| 29773 | * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address | 29785 | * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's |
| 29774 | in the copyright statement. Incidentally, change "along with GNU | 29786 | address in the copyright statement. Incidentally, change "along with |
| 29775 | Emacs" to "along with this program" where it occurs. | 29787 | GNU Emacs" to "along with this program" where it occurs. |
| 29776 | 29788 | ||
| 29777 | * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload, | 29789 | * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode |
| 29778 | so that it is interactive, hence can be found by M-x awk-mode | 29790 | autoload, so that it is interactive, hence can be found by M-x awk-mode |
| 29779 | whilst cc-mode is yet to be loaded. Reported by Glenn Morris | 29791 | whilst cc-mode is yet to be loaded. Reported by Glenn Morris |
| 29780 | <gmorris+emacs@ast.cam.ac.uk>. | 29792 | <gmorris+emacs@ast.cam.ac.uk>. |
| 29781 | 29793 | ||
| 29782 | * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK | 29794 | * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK |
| 29783 | Mode's regexps. | 29795 | Mode's regexps. |
| 29784 | 29796 | ||
| 29785 | 2005-05-23 Kevin Ryde <user42@zip.com.au> | 29797 | 2005-05-23 Kevin Ryde <user42@zip.com.au> |
| 29786 | 29798 | ||
| 29787 | * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from | 29799 | * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs |
| 29788 | c-parse-state, to avoid a lisp error (on bad code). | 29800 | from c-parse-state, to avoid a lisp error (on bad code). |
| 29789 | 29801 | ||
| 29790 | 2005-05-23 Lute Kamstra <lute@gnu.org> | 29802 | 2005-05-23 Lute Kamstra <lute@gnu.org> |
| 29791 | 29803 | ||
| @@ -31125,7 +31137,7 @@ | |||
| 31125 | 31137 | ||
| 31126 | * simple.el (next-error-overlay-arrow-position): Turn off, for ttys. | 31138 | * simple.el (next-error-overlay-arrow-position): Turn off, for ttys. |
| 31127 | 31139 | ||
| 31128 | * loadup.el: load jka-comp-hook. | 31140 | * loadup.el: Load jka-comp-hook. |
| 31129 | 31141 | ||
| 31130 | * jka-compr.el: Many functions and vars moved to jka-comp-hook.el. | 31142 | * jka-compr.el: Many functions and vars moved to jka-comp-hook.el. |
| 31131 | (jka-compr-handler): Add autoload. `put' calls moved | 31143 | (jka-compr-handler): Add autoload. `put' calls moved |
| @@ -32593,8 +32605,9 @@ | |||
| 32593 | 32605 | ||
| 32594 | 2005-03-30 Carsten Dominik <dominik@science.uva.nl> | 32606 | 2005-03-30 Carsten Dominik <dominik@science.uva.nl> |
| 32595 | 32607 | ||
| 32596 | * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset) | 32608 | * textmodes/org.el (org-agenda-phases-of-moon) |
| 32597 | (org-agenda-convert-date, org-agenda-goto-calendar): New commands. | 32609 | (org-agenda-sunrise-sunset, org-agenda-convert-date) |
| 32610 | (org-agenda-goto-calendar): New commands. | ||
| 32598 | (org-diary-default-entry): New function. | 32611 | (org-diary-default-entry): New function. |
| 32599 | (org-get-entries-from-diary): Better parsing of diary entries. | 32612 | (org-get-entries-from-diary): Better parsing of diary entries. |
| 32600 | (org-agenda-check-no-diary): New function. | 32613 | (org-agenda-check-no-diary): New function. |
| @@ -34192,7 +34205,7 @@ | |||
| 34192 | 34205 | ||
| 34193 | 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu> | 34206 | 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu> |
| 34194 | 34207 | ||
| 34195 | * viper-cmd.el (viper-prefix-commands): Make into a defconst. | 34208 | * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst. |
| 34196 | (viper-exec-buffer-search): Use regexp-quote to quote buffer string. | 34209 | (viper-exec-buffer-search): Use regexp-quote to quote buffer string. |
| 34197 | (viper-minibuffer-setup-sentinel): Make some variables buffer-local. | 34210 | (viper-minibuffer-setup-sentinel): Make some variables buffer-local. |
| 34198 | (viper-skip-separators): Bug fix. | 34211 | (viper-skip-separators): Bug fix. |
| @@ -34201,17 +34214,18 @@ | |||
| 34201 | (viper-del-backward-char-in-replace): Don't put deleted char on the | 34214 | (viper-del-backward-char-in-replace): Don't put deleted char on the |
| 34202 | kill ring. | 34215 | kill ring. |
| 34203 | 34216 | ||
| 34204 | * viper-ex.el (viper-color-display-p): New function. | 34217 | * emulation/viper-ex.el (viper-color-display-p): New function. |
| 34205 | (viper-has-face-support-p): Use viper-color-display-p. | 34218 | (viper-has-face-support-p): Use viper-color-display-p. |
| 34206 | 34219 | ||
| 34207 | * viper-keym.el (viper-gnus-modifier-map): New keymap. | 34220 | * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap. |
| 34208 | 34221 | ||
| 34209 | * viper-macs.el (viper-unrecord-kbd-macro): Bug fix. | 34222 | * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix. |
| 34210 | 34223 | ||
| 34211 | * viper-util.el (viper-glob-unix-files): Fix shell status check. | 34224 | * emulation/viper-util.el (viper-glob-unix-files): |
| 34225 | Fix shell status check. | ||
| 34212 | (viper-file-remote-p): Make equivalent to file-remote-p. | 34226 | (viper-file-remote-p): Make equivalent to file-remote-p. |
| 34213 | 34227 | ||
| 34214 | * viper.el (viper-major-mode-modifier-list): | 34228 | * emulation/viper.el (viper-major-mode-modifier-list): |
| 34215 | Use viper-gnus-modifier-map. | 34229 | Use viper-gnus-modifier-map. |
| 34216 | 34230 | ||
| 34217 | 2005-02-19 David Kastrup <dak@gnu.org> | 34231 | 2005-02-19 David Kastrup <dak@gnu.org> |
| @@ -35164,8 +35178,9 @@ | |||
| 35164 | 35178 | ||
| 35165 | 2005-01-15 Alan Mackenzie <acm@muc.de> | 35179 | 2005-01-15 Alan Mackenzie <acm@muc.de> |
| 35166 | 35180 | ||
| 35167 | * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree | 35181 | * progmodes/ebrowse.el (ebrowse-class-in-tree): |
| 35168 | rather than the element found, thus enabling the tree to be setcar'd. | 35182 | Return the tail of the tree rather than the element found, |
| 35183 | thus enabling the tree to be setcar'd. | ||
| 35169 | 35184 | ||
| 35170 | 2005-01-14 Carsten Dominik <dominik@science.uva.nl> | 35185 | 2005-01-14 Carsten Dominik <dominik@science.uva.nl> |
| 35171 | 35186 | ||
| @@ -35173,7 +35188,7 @@ | |||
| 35173 | (org-show-hierarchy-above): Use `org-show-following-heading'. | 35188 | (org-show-hierarchy-above): Use `org-show-following-heading'. |
| 35174 | (org-cycle): Documentation fix. | 35189 | (org-cycle): Documentation fix. |
| 35175 | 35190 | ||
| 35176 | * textmodes/org.el (orgtbl-optimized): New option | 35191 | * textmodes/org.el (orgtbl-optimized): New option. |
| 35177 | (orgtbl-mode): New command, a minor mode. | 35192 | (orgtbl-mode): New command, a minor mode. |
| 35178 | (orgtbl-mode-map): New variable. | 35193 | (orgtbl-mode-map): New variable. |
| 35179 | (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding) | 35194 | (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding) |