diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 224 |
1 files changed, 223 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 32b8304044f..22690ba2694 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,225 @@ | |||
| 1 | 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * progmodes/python.el (python-mode): Fix typo. | ||
| 4 | |||
| 5 | 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu> | ||
| 6 | |||
| 7 | * comint.el (comint-previous-input): Don't clobber input line | ||
| 8 | when moving off either end of the input history ring. | ||
| 9 | (comint-delete-input): New function, used by | ||
| 10 | `comint-previous-input' and others. | ||
| 11 | (comint-previous-matching-input): Use | ||
| 12 | `coming-delete-input'. Save the partial input if leaving the | ||
| 13 | edit line. Goto point-max before deleting input to avoid | ||
| 14 | partial input fragments hanging around. | ||
| 15 | (comint-restore-input): New function, used by | ||
| 16 | `comint-previous-input', and bound to "C-c C-j". | ||
| 17 | |||
| 18 | 2006-04-18 Luc Teirlinck <teirllm@auburn.edu> | ||
| 19 | |||
| 20 | * imenu.el (imenu--index-alist): Balance parentheses. | ||
| 21 | |||
| 22 | 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 23 | |||
| 24 | * progmodes/python.el (python-mode): Add support for | ||
| 25 | hs-minor-mode. | ||
| 26 | |||
| 27 | 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 28 | |||
| 29 | * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional | ||
| 30 | file is nil. | ||
| 31 | |||
| 32 | 2006-04-18 Richard Stallman <rms@gnu.org> | ||
| 33 | |||
| 34 | * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes. | ||
| 35 | |||
| 36 | * imenu.el (imenu-create-index-function, imenu--index-alist) | ||
| 37 | (imenu--last-menubar-index-alist, imenu--make-index-alist) | ||
| 38 | (imenu-default-create-index-function, imenu--generic-function): | ||
| 39 | Doc fixes. | ||
| 40 | |||
| 41 | * image-mode.el (image-toggle-display): Handle tar and arc subfiles. | ||
| 42 | |||
| 43 | * help-mode.el (help-mode): Set view-exit-action to delete window. | ||
| 44 | |||
| 45 | * env.el (setenv): Get rid of arg UNSET. Interactive unsetting | ||
| 46 | now works by passing nil as arg. | ||
| 47 | |||
| 48 | * apropos.el (apropos-print): Don't do where-is on self-insert-command. | ||
| 49 | |||
| 50 | * abbrev.el (edit-abbrevs-redefine): Temporarily widen. | ||
| 51 | (read-abbrev-file): Provide default when reading filename. | ||
| 52 | |||
| 53 | * files.el (enable-local-variables): Allow :all as value. | ||
| 54 | (hack-local-variables): Implement that value. | ||
| 55 | (safe-local-variable-values, safe-local-eval-forms) | ||
| 56 | (enable-local-variables): Mark as risky. | ||
| 57 | (find-file-visit-truename, kept-old-versions): Mark safe. | ||
| 58 | |||
| 59 | * time-stamp.el (time-stamp-format, time-stamp-line-limit) | ||
| 60 | (time-stamp-start, time-stamp-end, time-stamp-inserts-lines) | ||
| 61 | (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop. | ||
| 62 | |||
| 63 | 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 64 | |||
| 65 | * progmodes/tcl.el (tcl-send-string, tcl-send-region): | ||
| 66 | Use forward-line so as to get to BOL even in the presence of fields. | ||
| 67 | (tcl-eval-region): Strip surrounding space to avoid multiple prompts | ||
| 68 | in return. | ||
| 69 | (inferior-tcl): Tell tclsh to work in interactive mode. | ||
| 70 | |||
| 71 | * complete.el (partial-completion-mode): | ||
| 72 | Use 'choose-completion-string-functions to make sure that | ||
| 73 | choose-completion fills the minibuffer properly. | ||
| 74 | |||
| 75 | * complete.el (PC-old-read-file-name-internal): Remove. | ||
| 76 | (PC-read-include-file-name-internal): Remove. Turn it into an advice | ||
| 77 | of read-file-name-internal. | ||
| 78 | (partial-completion-mode): Enable/disable this advice. | ||
| 79 | |||
| 80 | 2006-04-18 Juanma Barranquero <lekktu@gmail.com> | ||
| 81 | |||
| 82 | * net/tramp.el (tramp-completion-file-name-handler): Revert change | ||
| 83 | of 2006-04-17. | ||
| 84 | |||
| 85 | 2006-04-18 Carsten Dominik <dominik@science.uva.nl> | ||
| 86 | |||
| 87 | * textmodes/org.el (org-insert-heading): Insert heading before | ||
| 88 | current if at beginning of line. | ||
| 89 | (org-todo, org-date): New faces. | ||
| 90 | (org-table-align): Make sure tooltip window contains full text. | ||
| 91 | (org-no-properties): New defsubst. | ||
| 92 | (org-set-font-lock-defaults): Use new faces. | ||
| 93 | |||
| 94 | 2006-04-18 Nick Roberts <nickrob@snap.net.nz> | ||
| 95 | |||
| 96 | * progmodes/gud.el (gud-speedbar-item-info): Display frame address | ||
| 97 | for root variables. | ||
| 98 | |||
| 99 | * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address. | ||
| 100 | (gdb-frame-address): Re-use to identify frame for watch expression. | ||
| 101 | (gdb-var-list, gdb-var-create-handler): Add frame address for root | ||
| 102 | variables. | ||
| 103 | (gdb-init-1, gdb-source, gdb-post-prompt, ) | ||
| 104 | (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address. | ||
| 105 | (gdb-frame-handler): Get gdb-frame-address. | ||
| 106 | |||
| 107 | 2006-04-17 Michael Albinus <michael.albinus@gmx.de> | ||
| 108 | |||
| 109 | Sync with Tramp 2.0.53. | ||
| 110 | |||
| 111 | * net/tramp.el (tramp-completion-mode): ?\t has event-modifier | ||
| 112 | 'control. Reported by Matthias F,bv(Brste <slashdevslashnull@gmx.net>. | ||
| 113 | (tramp-completion-file-name-handler): Add autoload cookie for | ||
| 114 | adding to `file-name-handler-alist'. | ||
| 115 | |||
| 116 | * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for | ||
| 117 | the prompt. If it returns earlier (when detecting an error | ||
| 118 | message), the rest of the output will merge accidently with the | ||
| 119 | output of the next command. Reported by M Jared Finder | ||
| 120 | <jared@hpalace.com>. | ||
| 121 | |||
| 122 | * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test | ||
| 123 | for `process-file', in order to let it work for older Emacsen too. | ||
| 124 | |||
| 125 | 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de> | ||
| 126 | |||
| 127 | * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function. | ||
| 128 | (tex-font-lock-keywords-3): Use it. | ||
| 129 | |||
| 130 | 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 131 | |||
| 132 | * newcomment.el (comment-add): New function. | ||
| 133 | (comment-region-default, comment-dwim): Use it. | ||
| 134 | |||
| 135 | 2006-04-15 Michael Olson <mwolson@gnu.org> | ||
| 136 | |||
| 137 | * emacs-lisp/tq.el: Improve comments. | ||
| 138 | (tq-queue-head-question): New accessor function. | ||
| 139 | (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn): | ||
| 140 | Update for modified queue structure. | ||
| 141 | (tq-queue-add): Accept `question' argument. | ||
| 142 | (tq-queue-pop): If a question is pending, send it. | ||
| 143 | (tq-enqueue): Accept new optional argument `delay-question'. | ||
| 144 | If this is non-nil, and at least one other question is pending a | ||
| 145 | response, queue the question rather than sending it immediately. | ||
| 146 | |||
| 147 | 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | ||
| 148 | |||
| 149 | * calendar/appt.el (appt-add): Check whether an appointment is | ||
| 150 | already present in appt-time-msg-list. Simplify code. | ||
| 151 | |||
| 152 | 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 153 | |||
| 154 | * progmodes/cc-langs.el (c-mode-menu): | ||
| 155 | Don't presume c-subword-mode is bound. | ||
| 156 | |||
| 157 | 2006-04-13 Bill Wohler <wohler@newt.com> | ||
| 158 | |||
| 159 | * cus-edit.el (customize-package-emacs-version-alist): Update docstring. | ||
| 160 | (customize-package-emacs-version): Use cdr instead of cadr now | ||
| 161 | that alists use dotted pairs. | ||
| 162 | |||
| 163 | * custom.el (defcustom): Fix docstring for :package-version. | ||
| 164 | |||
| 165 | 2006-04-13 Michael Albinus <michael.albinus@gmx.de> | ||
| 166 | |||
| 167 | * net/tramp.el (tramp-display-shell-command-buffer): New defvar. | ||
| 168 | (tramp-handle-shell-command): Display output buffer only when | ||
| 169 | `tramp-display-shell-command-buffer' is true. | ||
| 170 | (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'. | ||
| 171 | |||
| 172 | 2006-04-13 Carsten Dominik <dominik@science.uva.nl> | ||
| 173 | |||
| 174 | * textmodes/org.el (org-set-autofill-regexps): Set only the local | ||
| 175 | values of `adaptive-fill-regexp' and `adaptive-fill-function'. | ||
| 176 | |||
| 177 | 2006-04-13 Romain Francoise <romain@orebokech.com> | ||
| 178 | |||
| 179 | * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid | ||
| 180 | leaving temporary .cvsignore buffers behind. | ||
| 181 | |||
| 182 | 2006-04-13 Carsten Dominik <dominik@science.uva.nl> | ||
| 183 | |||
| 184 | * textmodes/org.el: (org-set-regexps-and-options) | ||
| 185 | (org-get-current-options): Better names for the startup folding | ||
| 186 | options. | ||
| 187 | |||
| 188 | 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 189 | |||
| 190 | * vc.el (vc-annotate): Arrange for point to end up at the same | ||
| 191 | line number as in the original, but only when using a new buffer. | ||
| 192 | |||
| 193 | 2006-04-12 Davis Herring <herring@lanl.gov> (tiny change) | ||
| 194 | |||
| 195 | * files.el (hack-one-local-variable-eval-safep): | ||
| 196 | Recognize `edebug-form-spec' for `put', but only if it passes | ||
| 197 | `edebug-basic-spec'. Generalize `put' handling. | ||
| 198 | |||
| 199 | * emacs-lisp/edebug.el (edebug-basic-spec): New function for | ||
| 200 | vetting file-local form specs. | ||
| 201 | |||
| 202 | * allout.el (allout-layout): Autoload its `safe-local-variable' | ||
| 203 | property. | ||
| 204 | |||
| 205 | 2006-04-13 Carsten Dominik <dominik@science.uva.nl> | ||
| 206 | |||
| 207 | * textmodes/org.el: (org-ctrl-c-ctrl-c): Improve documentation string. | ||
| 208 | (org-agenda-mouse-1-follows-link) | ||
| 209 | (org-mouse-1-follows-link): New options. | ||
| 210 | (org-format-agenda-item): Fix bug if TAGS is nil. | ||
| 211 | (org-agenda-get-scheduled): Quote `priority' symbol in plist. | ||
| 212 | |||
| 213 | 2006-04-13 Nick Roberts <nickrob@snap.net.nz> | ||
| 214 | |||
| 215 | * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers): | ||
| 216 | GDB 6.1+ gives full filename for "info sources" so use | ||
| 217 | file-name-nondirectory. | ||
| 218 | |||
| 219 | 2006-04-12 Romain Francoise <romain@orebokech.com> | ||
| 220 | |||
| 221 | * subr.el (read-passwd): Bind `message-log-max' to nil. | ||
| 222 | |||
| 1 | 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca> | 223 | 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 224 | ||
| 3 | * progmodes/perl-mode.el (perl-indent-new-calculate): | 225 | * progmodes/perl-mode.el (perl-indent-new-calculate): |
| @@ -2835,7 +3057,7 @@ | |||
| 2835 | (vc-default-update-changelog): Don't use vc-user-login-name, we | 3057 | (vc-default-update-changelog): Don't use vc-user-login-name, we |
| 2836 | don't need it here. | 3058 | don't need it here. |
| 2837 | 3059 | ||
| 2838 | * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is | 3060 | * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is |
| 2839 | no longer necessary. | 3061 | no longer necessary. |
| 2840 | 3062 | ||
| 2841 | 2006-01-25 Kenichi Handa <handa@m17n.org> | 3063 | 2006-01-25 Kenichi Handa <handa@m17n.org> |