diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 144 |
1 files changed, 138 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 39b29326077..5a1494c1deb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,136 @@ | |||
| 1 | 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org> | ||
| 2 | |||
| 3 | * ses.el (undo-more): restore defadvice, but only the part that | ||
| 4 | allows changes outside the restricted area of the buffer. | ||
| 5 | |||
| 6 | 2005-02-20 Kim F. Storm <storm@cua.dk> | ||
| 7 | |||
| 8 | * simple.el (line-move): Add fourth optional arg try-vscroll which | ||
| 9 | must be set to perform auto-window-vscroll. | ||
| 10 | When moving backwards and doing auto-window-vscroll, automatically | ||
| 11 | vscroll to the last part of lines which are taller than the window. | ||
| 12 | (next-line, previous-line): Set try-vscroll arg on line-move. | ||
| 13 | |||
| 14 | 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 15 | |||
| 16 | * replace.el (query-replace, query-replace-regexp) | ||
| 17 | (replace-string, replace-regexp): When operating on region, make | ||
| 18 | the minibuffer prompt say so. | ||
| 19 | |||
| 20 | * isearch.el (isearch-forward): Document isearch-query-replace and | ||
| 21 | isearch-query-replace-regexp keybindings. | ||
| 22 | |||
| 23 | 2005-02-19 Jay Belanger <belanger@truman.edu> | ||
| 24 | |||
| 25 | * calc/calc-aent.el (math-read-token): Add local variable. | ||
| 26 | |||
| 27 | * calc/calc-prog.el (calc-user-define-edit): Add local variable. | ||
| 28 | (calc-edit-top): Move declaration to earlier in file. | ||
| 29 | (calc-edit-macro-repeats): Add local variables. | ||
| 30 | |||
| 31 | * calc/calcalg2.el: Add differentiation rule for calcFunc-coth. | ||
| 32 | Adjust differentiation rules for calcFunc-tan, calcFunc-cot, | ||
| 33 | calcFunc-tanh. | ||
| 34 | Adjust integration rule for calcFunc-tan. | ||
| 35 | |||
| 36 | 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu> | ||
| 37 | |||
| 38 | * viper-cmd.el (viper-prefix-commands): Make into a defconst. | ||
| 39 | (viper-exec-buffer-search): Use regexp-quote to quote buffer string. | ||
| 40 | (viper-minibuffer-setup-sentinel): Make some variables buffer-local. | ||
| 41 | (viper-skip-separators): Bug fix. | ||
| 42 | (viper-set-searchstyle-toggling-macros): Allow to unset macros in a | ||
| 43 | particular major mode. | ||
| 44 | (viper-del-backward-char-in-replace): Don't put deleted char on the | ||
| 45 | kill ring. | ||
| 46 | |||
| 47 | * viper-ex.el (viper-color-display-p): New function. | ||
| 48 | (viper-has-face-support-p): Use viper-color-display-p. | ||
| 49 | |||
| 50 | * viper-keym.el (viper-gnus-modifier-map): New keymap. | ||
| 51 | |||
| 52 | * viper-macs.el (viper-unrecord-kbd-macro): Bug fix. | ||
| 53 | |||
| 54 | * viper-util.el (viper-glob-unix-files): Fix shell status check. | ||
| 55 | (viper-file-remote-p): Make equivalent to file-remote-p. | ||
| 56 | |||
| 57 | * viper.el (viper-major-mode-modifier-list): Use | ||
| 58 | viper-gnus-modifier-map. | ||
| 59 | |||
| 60 | 2005-02-19 David Kastrup <dak@gnu.org> | ||
| 61 | |||
| 62 | * subr.el (subregexp-context-p): Fix garbled doc string by adding | ||
| 63 | quoting. | ||
| 64 | |||
| 65 | 2005-02-19 Jay Belanger <belanger@truman.edu> | ||
| 66 | |||
| 67 | * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh): | ||
| 68 | Removed extra definitions. | ||
| 69 | (calc-coth): New function. | ||
| 70 | (calcFunc-cot): Fix `let'. | ||
| 71 | |||
| 72 | 2005-02-19 Eli Zaretskii <eliz@gnu.org> | ||
| 73 | |||
| 74 | * faces.el (escape-glyph, minibuffer-prompt): Add commentary for | ||
| 75 | the reasons we use "type pc" in these faces. | ||
| 76 | |||
| 77 | * button.el (button): Ditto. | ||
| 78 | |||
| 79 | 2005-02-19 Michael Mauger <mmaug@yahoo.com> | ||
| 80 | |||
| 81 | * replace.el (query-replace-read-from): Set the value of | ||
| 82 | query-replace-from-history-variable to handle the case of an empty | ||
| 83 | string entered to accept the suggested default. | ||
| 84 | |||
| 85 | * net/tramp.el (tramp-file-name-for-operation): Use | ||
| 86 | dired-call-process instead of dired-call-process-command. | ||
| 87 | |||
| 88 | 2005-02-19 Jay Belanger <belanger@truman.edu> | ||
| 89 | |||
| 90 | * calc/calc-arith.el (math-trig-inverses, math-div-trig) | ||
| 91 | (math-div-non-trig): New variables. | ||
| 92 | (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig) | ||
| 93 | (math-div-isolate-trig, math-div-isolate-trig-term): New functions. | ||
| 94 | (math-combine-prod, math-div-symb-fancy): Add simplifications for | ||
| 95 | trig expressions. | ||
| 96 | |||
| 97 | 2005-02-19 Nick Roberts <nickrob@snap.net.nz> | ||
| 98 | |||
| 99 | * progmodes/gdb-ui.el (gdb-var-update-handler) | ||
| 100 | (gdb-speedbar-timer-fn): Ensure speedbar updates with new values | ||
| 101 | for watch expressions, | ||
| 102 | (gdb-var-create-handler): Don't set speedbar-update-flag. | ||
| 103 | (gdb-post-prompt): Simplify test for speedbar. | ||
| 104 | |||
| 105 | 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu> | ||
| 106 | |||
| 107 | * ediff.el (ediff-set-diff-overlays-in-one-buffer, | ||
| 108 | ediff-set-fine-overlays-in-one-buffer,ediff-goto-word) make sure | ||
| 109 | we use the syntax table of the correct buffer. | ||
| 110 | (ediff-same-file-contents,ediff-same-contents): enhancements thanks to | ||
| 111 | Felix Gatzemeier. | ||
| 112 | |||
| 113 | * ediff-init.el (ediff-hide-face): checks for definedness of functions. | ||
| 114 | (ediff-file-remote-p): make synonymous with file-remote-p. | ||
| 115 | In all deffaces ediff-*-face-*, use min-colors. | ||
| 116 | |||
| 117 | * ediff-mult.el (ediff-meta-mark-equal-files): make use of | ||
| 118 | ediff-recurse-to-subdirectories. | ||
| 119 | (ediff-mark-if-equal): check that the arguments are strings, use | ||
| 120 | ediff-same-contents (after to Felix Gatzemeier). | ||
| 121 | |||
| 122 | * ediff.el (ediff-merge-on-startup): don't set buffer-modified-p to | ||
| 123 | nil. | ||
| 124 | |||
| 125 | 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 126 | |||
| 127 | * log-view.el (log-view-message-re): Fix up Subversion regexp. | ||
| 128 | |||
| 129 | 2005-02-18 David Kastrup <dak@gnu.org> | ||
| 130 | |||
| 131 | * progmodes/meta-mode.el (meta-mark-active): Fix condition to just | ||
| 132 | use `mark-active' when defined. | ||
| 133 | |||
| 1 | 2005-02-18 Kenichi Handa <handa@m17n.org> | 134 | 2005-02-18 Kenichi Handa <handa@m17n.org> |
| 2 | 135 | ||
| 3 | * ps-print.el (ps-font-info-database): New entry | 136 | * ps-print.el (ps-font-info-database): New entry |
| @@ -88,8 +221,8 @@ | |||
| 88 | 221 | ||
| 89 | 2005-02-15 Lute Kamstra <lute@gnu.org> | 222 | 2005-02-15 Lute Kamstra <lute@gnu.org> |
| 90 | 223 | ||
| 91 | * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add | 224 | * emacs-lisp/lisp-mode.el (lisp-mode-variables): |
| 92 | ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier | 225 | Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier |
| 93 | <monnier@iro.umontreal.ca> | 226 | <monnier@iro.umontreal.ca> |
| 94 | (lisp-outline-level): Improve efficiency. Suggested by David | 227 | (lisp-outline-level): Improve efficiency. Suggested by David |
| 95 | Kastrup <dak@gnu.org>. | 228 | Kastrup <dak@gnu.org>. |
| @@ -164,7 +297,7 @@ | |||
| 164 | * simple.el (eval-expression-print-format): | 297 | * simple.el (eval-expression-print-format): |
| 165 | Avoid warning about edebug-active. | 298 | Avoid warning about edebug-active. |
| 166 | 299 | ||
| 167 | * help.el (help-for-help-internal): Renamed from help-for-help. | 300 | * help.el (help-for-help-internal): Rename from help-for-help. |
| 168 | (help-for-help): Define with defalias. | 301 | (help-for-help): Define with defalias. |
| 169 | 302 | ||
| 170 | * font-core.el (font-lock-default-function): Use with-no-warnings. | 303 | * font-core.el (font-lock-default-function): Use with-no-warnings. |
| @@ -197,7 +330,7 @@ | |||
| 197 | 2005-02-09 Nick Roberts <nickrob@snap.net.nz> | 330 | 2005-02-09 Nick Roberts <nickrob@snap.net.nz> |
| 198 | 331 | ||
| 199 | * progmodes/gdb-ui.el (gdb-location-list): New variable. | 332 | * progmodes/gdb-ui.el (gdb-location-list): New variable. |
| 200 | (gdb-cdir): Delete | 333 | (gdb-cdir): Delete. |
| 201 | (gdb-info-breakpoints-custom, gdb-goto-breakpoint) | 334 | (gdb-info-breakpoints-custom, gdb-goto-breakpoint) |
| 202 | (gdb-source-info): Treat case when source file is in another | 335 | (gdb-source-info): Treat case when source file is in another |
| 203 | directory properly. | 336 | directory properly. |
| @@ -208,8 +341,7 @@ | |||
| 208 | * calc/calc-prog.el (calc-write-parse-table-part) | 341 | * calc/calc-prog.el (calc-write-parse-table-part) |
| 209 | (calc-fix-token-name): Fix a check for language type. | 342 | (calc-fix-token-name): Fix a check for language type. |
| 210 | 343 | ||
| 211 | * calc/calccomp.el (math-compose-expr): Fix a check for language | 344 | * calc/calccomp.el (math-compose-expr): Fix a check for language type. |
| 212 | type. | ||
| 213 | 345 | ||
| 214 | 2005-02-07 Andre Spiegel <spiegel@gnu.org> | 346 | 2005-02-07 Andre Spiegel <spiegel@gnu.org> |
| 215 | 347 | ||