| | 1 | 2006-05-03 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 2 | |
|---|
| | 3 | * progmodes/gdb-ui.el (gud-watch): Let user select an expression. |
|---|
| | 4 | (menu): Fix typo. |
|---|
| | 5 | |
|---|
| | 6 | 2006-05-02 Miles Bader <miles@gnu.org> |
|---|
| | 7 | |
|---|
| | 8 | * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t. |
|---|
| | 9 | |
|---|
| | 10 | 2006-05-02 Jay Belanger <belanger@truman.edu> |
|---|
| | 11 | |
|---|
| | 12 | * calc/calc-embed.el: (calc-override-minor-modes-map) |
|---|
| | 13 | (calc-override-minor-modes): New variables. |
|---|
| | 14 | (calc-do-embedded): Make sure that Calc keystrokes aren't |
|---|
| | 15 | overwritten by minor modes. |
|---|
| | 16 | |
|---|
| | 17 | 2006-05-02 Chong Yidong <cyd@mit.edu> |
|---|
| | 18 | |
|---|
| | 19 | * msb.el (msb): If EVENT is a down event, read and discard the up |
|---|
| | 20 | event. |
|---|
| | 21 | |
|---|
| | 22 | 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 23 | |
|---|
| | 24 | * startup.el (command-line-1): Refer to Lisp manual when |
|---|
| | 25 | pure-space-overflow occurs. |
|---|
| | 26 | |
|---|
| | 27 | * files.el (byte-compile-dynamic) |
|---|
| | 28 | (byte-compile-dynamic-docstrings, byte-compile-warnings) |
|---|
| | 29 | (find-file-visit-truename, indent-tabs-mode, left-margin) |
|---|
| | 30 | (no-byte-compile no-update-autoloads, truncate-lines) |
|---|
| | 31 | (version-control): Don't use `t' for safe-local-variable |
|---|
| | 32 | declarations. |
|---|
| | 33 | |
|---|
| | 34 | 2006-05-01 Richard Stallman <rms@gnu.org> |
|---|
| | 35 | |
|---|
| | 36 | * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C, |
|---|
| | 37 | M-r, M-R, M-A, M-SPC or M-DEL. |
|---|
| | 38 | (diff-mode-map): diff-refine-hunk now on C-c C-w |
|---|
| | 39 | (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u. |
|---|
| | 40 | |
|---|
| | 41 | * help-mode.el (help-mode): view-exit-action calls delete-window |
|---|
| | 42 | only when it is safe and possible. |
|---|
| | 43 | |
|---|
| | 44 | * simple.el (undo-outer-limit-truncate): Put quotes around buffer name |
|---|
| | 45 | in messages. |
|---|
| | 46 | |
|---|
| | 47 | * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes. |
|---|
| | 48 | |
|---|
| | 49 | * tool-bar.el (tool-bar-setup): Put Help and Preferences items |
|---|
| | 50 | in the default tool-bar-map. |
|---|
| | 51 | |
|---|
| | 52 | 2006-05-01 Michael Albinus <michael.albinus@gmx.de> |
|---|
| | 53 | |
|---|
| | 54 | * net/tramp.el (tramp-completion-file-name-handler-alist) |
|---|
| | 55 | (tramp-run-real-handler, tramp-completion-run-real-handler) |
|---|
| | 56 | (tramp-completion-handle-file-name-all-completions) |
|---|
| | 57 | (tramp-completion-handle-file-name-completion): Autoload them. |
|---|
| | 58 | (tramp-completion-handle-file-exists-p) |
|---|
| | 59 | (tramp-completion-handle-file-name-directory) |
|---|
| | 60 | (tramp-completion-handle-file-name-nondirectory) |
|---|
| | 61 | (tramp-completion-handle-expand-file-name): Remove them. |
|---|
| | 62 | (tramp-handle-file-name-directory): Return the real directory name. |
|---|
| | 63 | Returning "/" only doesn't need to be necessary any longer. |
|---|
| | 64 | (tramp-file-name-handler): Make special attention when in hostname |
|---|
| | 65 | completion mode. |
|---|
| | 66 | (tramp-completion-file-name-handler): Revert patch from 2006-04-28. |
|---|
| | 67 | (tramp-register-file-name-handlers): Register |
|---|
| | 68 | `tramp-completion-file-name-handler' only when |
|---|
| | 69 | `partial-completion-mode is enabled. |
|---|
| | 70 | (tramp-completion-handle-file-name-all-completions): |
|---|
| | 71 | Delete directory part from results. |
|---|
| | 72 | (tramp-get-completion-methods, tramp-get-completion-user-host): |
|---|
| | 73 | Discard deleting "/", it doesn't work after the change of |
|---|
| | 74 | `tramp-handle-file-name-directory' above. |
|---|
| | 75 | |
|---|
| | 76 | 2006-05-01 Kim F. Storm <storm@cua.dk> |
|---|
| | 77 | |
|---|
| | 78 | * progmodes/grep.el (grep-expand-template): Use save-match-data |
|---|
| | 79 | and symbol-value. |
|---|
| | 80 | |
|---|
| | 81 | 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|---|
| | 82 | |
|---|
| | 83 | * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop): Use |
|---|
| | 84 | select-frame-set-input-focus instead of raise-frame. |
|---|
| | 85 | (global-map): Bind M-drag-n-drop to mac-drag-n-drop. |
|---|
| | 86 | |
|---|
| | 87 | 2006-05-01 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 88 | |
|---|
| | 89 | * progmodes/gud.el (gud-def): Add %c case. |
|---|
| | 90 | (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily. |
|---|
| | 91 | (gud-format-command): Make match case sensitive. Match on %F. |
|---|
| | 92 | |
|---|
| | 93 | 2006-04-30 Glenn Morris <rgm@gnu.org> |
|---|
| | 94 | |
|---|
| | 95 | * calendar/cal-tex.el (cal-tex-preamble-extra): New variable. |
|---|
| | 96 | (cal-tex-preamble): Use cal-tex-preamble-extra. |
|---|
| | 97 | (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather |
|---|
| | 98 | than alias `list-diary-entries'. |
|---|
| | 99 | |
|---|
| | 100 | 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu> |
|---|
| | 101 | |
|---|
| | 102 | * help-fns.el (describe-variable): Add info about safe local variables. |
|---|
| | 103 | |
|---|
| | 104 | 2006-04-29 Richard Stallman <rms@gnu.org> |
|---|
| | 105 | |
|---|
| | 106 | * bindings.el (mode-line-format): help-echo doc fixes. |
|---|
| | 107 | |
|---|
| | 108 | * net/tramp.el (tramp-file-name-handler-alist): Delete |
|---|
| | 109 | expand-file-name and other operations that can cause spurious loading. |
|---|
| | 110 | |
|---|
| | 111 | 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 112 | |
|---|
| | 113 | * files.el (safe-local-variable-p): Remove support for the special |
|---|
| | 114 | value t. |
|---|
| | 115 | |
|---|
| | 116 | * textmodes/paragraphs.el (sentence-end-without-space): |
|---|
| | 117 | Fix safety predicate. |
|---|
| | 118 | (sentence-end-double-space, sentence-end-without-period) |
|---|
| | 119 | (paragraph-ignore-fill-prefix): |
|---|
| | 120 | * textmodes/fill.el (colon-double-space): |
|---|
| | 121 | * abbrev.el (abbrev-mode): Tighten the safety predicate. |
|---|
| | 122 | |
|---|
| | 123 | * subr.el (booleanp): New fun. |
|---|
| | 124 | |
|---|
| | 125 | * textmodes/reftex-vars.el (reftex-guess-label-type): |
|---|
| | 126 | Tighten the safety predicate. |
|---|
| | 127 | |
|---|
| | 128 | 2006-04-28 Kim F. Storm <storm@cua.dk> |
|---|
| | 129 | |
|---|
| | 130 | * progmodes/grep.el (defgroup grep): Doc fix. |
|---|
| | 131 | (grep-auto-highlight): Remove. |
|---|
| | 132 | (grep-template): New defcustom. |
|---|
| | 133 | (grep-find-template): Rename from grep-tree-template. |
|---|
| | 134 | (grep-files-aliases): Rename from grep-tree-files-aliases. |
|---|
| | 135 | Remove "all" alias, add "l" alias. |
|---|
| | 136 | (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove. |
|---|
| | 137 | (grep-find-ignored-directories): New defcustom to replace |
|---|
| | 138 | grep-tree-ignore-CVS-directories, to facilitate ignoring |
|---|
| | 139 | subdirectories for multiple version control systems. |
|---|
| | 140 | (grep-mode-map): Add Recursive grep item to GREP menu. |
|---|
| | 141 | (grep-regexp-history, grep-files-history): New defvars. |
|---|
| | 142 | (grep-probe): New helper function. |
|---|
| | 143 | (grep-compute-defaults): Use it to simplify code. |
|---|
| | 144 | Adapt to name changes. |
|---|
| | 145 | Use `.' as base in grep-find-template rather than <D>. |
|---|
| | 146 | (grep): Remove superfluous highlight-regexp arg. Fix doc. |
|---|
| | 147 | Call grep-compute-defaults unconditionally. |
|---|
| | 148 | (grep-expand-keywords): New defconst. |
|---|
| | 149 | (grep-expand-template): Rename from grep-expand-command-macros. |
|---|
| | 150 | Simplify via grep-expand-keywords. Look at case-fold-search instead |
|---|
| | 151 | of grep-tree-ignore-case to add -i option. |
|---|
| | 152 | Bind case-fold-search to nil while matching keywords. |
|---|
| | 153 | (grep-tree-last-regexp, grep-tree-last-files): Remove. |
|---|
| | 154 | (grep-read-regexp, grep-read-files): New helper functions. |
|---|
| | 155 | (rgrep): Rename from grep-tree. Rework to use proper histories. |
|---|
| | 156 | Adapt to changes in defcustoms and functions above. |
|---|
| | 157 | (lgrep): New command, as grep, but using same interactive UI as rgrep. |
|---|
| | 158 | |
|---|
| | 159 | 2006-04-28 Michael Albinus <michael.albinus@gmx.de> |
|---|
| | 160 | |
|---|
| | 161 | * net/tramp.el (tramp-completion-file-name-handler): |
|---|
| | 162 | Disable Tramp's functionality while loading Tramp itself. |
|---|
| | 163 | (tramp-register-file-name-handlers): That's a defsubst now. |
|---|
| | 164 | Code from `tramp-repair-jka-compr' moved here. Apply it via |
|---|
| | 165 | `after-init-hook'. |
|---|
| | 166 | (tramp-repair-jka-compr): Remove. |
|---|
| | 167 | |
|---|
| | 168 | 2006-04-27 Jay Belanger <belanger@truman.edu> |
|---|
| | 169 | |
|---|
| | 170 | * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to |
|---|
| | 171 | read expression when `math-read-big-expr' doesn't work. |
|---|
| | 172 | |
|---|
| | 173 | 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 174 | |
|---|
| | 175 | * startup.el (command-line-1): Display warning when |
|---|
| | 176 | pure-space-overflow is non-nil. |
|---|
| | 177 | |
|---|
| | 178 | 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> |
|---|
| | 179 | |
|---|
| | 180 | * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as |
|---|
| | 181 | risky. |
|---|
| | 182 | |
|---|
| | 183 | 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> |
|---|
| | 184 | |
|---|
| | 185 | * textmodes/bibtex.el (bibtex-url): New optional arg no-browse. |
|---|
| | 186 | Return the URL or nil if none can be generated. |
|---|
| | 187 | |
|---|
| | 188 | 2006-04-27 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 189 | |
|---|
| | 190 | * progmodes/gud.el (gud-comint-buffer): Move forward to stop |
|---|
| | 191 | byte compiler warnings. |
|---|
| | 192 | (gud-basic-call, gud-find-expr): Let user select an expression |
|---|
| | 193 | for printing. Print expression as well as value in GUD buffer. |
|---|
| | 194 | |
|---|
| | 195 | 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com> |
|---|
| | 196 | |
|---|
| | 197 | * allout.el: Remove local autoload declaration for |
|---|
| | 198 | pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el. |
|---|
| | 199 | (allout-show-bodies, allout-header-prefix, allout-primary-bullet) |
|---|
| | 200 | (allout-plain-bullets-string, allout-distinctive-bullets-string) |
|---|
| | 201 | (allout-use-mode-specific-leader, allout-old-style-prefixes) |
|---|
| | 202 | (allout-stylish-prefixes, allout-numbered-bullet) |
|---|
| | 203 | (allout-file-xref-bullet, allout-presentation-padding) |
|---|
| | 204 | (allout-use-hanging-indents, allout-reindent-bodies): Mark as |
|---|
| | 205 | safe-local-variable with suitable value spec, and add autoload |
|---|
| | 206 | cookie for loaddefs inclusion. We now use an explicit spec everywhere. |
|---|
| | 207 | (move-beginning-of-line, move-end-of-line): Repair so these compat |
|---|
| | 208 | functions now actually resituate the point, when appropriate. |
|---|
| | 209 | |
|---|
| | 210 | 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 211 | |
|---|
| | 212 | * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping. |
|---|
| | 213 | |
|---|
| | 214 | * add-log.el (add-log-iso8601-time-zone): Make parameter optional. |
|---|
| | 215 | (add-log-iso8601-time-string): Fix call to format-time-string. |
|---|
| | 216 | |
|---|
| | 217 | 2006-04-26 Kim F. Storm <storm@cua.dk> |
|---|
| | 218 | |
|---|
| | 219 | * subr.el (posn-string, posn-image, posn-object): Doc fix. |
|---|
| | 220 | |
|---|
| | 221 | 2006-04-26 Masatake YAMATO <jet@gyve.org> |
|---|
| | 222 | |
|---|
| | 223 | * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table): |
|---|
| | 224 | Add support for "//" style comments. Remove `b' flag |
|---|
| | 225 | from ?* in `asm-mode-syntax-table'. |
|---|
| | 226 | |
|---|
| | 227 | 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 228 | |
|---|
| | 229 | * follow.el: Use (featurep 'xemacs) everywhere. |
|---|
| | 230 | (follow-mode): Use define-minor-mode. |
|---|
| | 231 | (follow-mode-map): Move initialization into the declaration. |
|---|
| | 232 | Use command remapping. |
|---|
| | 233 | (follow-emacs-version-xemacs-p): Remove. |
|---|
| | 234 | (follow-submit-feedback): Remove. |
|---|
| | 235 | |
|---|
| | 236 | * allout.el (allout-layout, allout-passphrase-verifier-string) |
|---|
| | 237 | (allout-passphrase-hint-string): Tighten up a bit the safety predicate. |
|---|
| | 238 | |
|---|
| | 239 | * textmodes/reftex-vars.el (reftex-vref-is-default) |
|---|
| | 240 | (reftex-fref-is-default, reftex-guess-label-type): |
|---|
| | 241 | Tighten up a bit the safety predicate. |
|---|
| | 242 | |
|---|
| | 243 | * textmodes/paragraphs.el (sentence-end-double-space) |
|---|
| | 244 | (sentence-end-without-period, sentence-end-without-space) |
|---|
| | 245 | (page-delimiter, paragraph-ignore-fill-prefix): |
|---|
| | 246 | Tighten up a bit the safety predicate. |
|---|
| | 247 | |
|---|
| | 248 | * textmodes/fill.el (colon-double-space): Tighten up the safety pred. |
|---|
| | 249 | |
|---|
| | 250 | * progmodes/python.el (python-continuation-line-p) |
|---|
| | 251 | (python-beginning-of-statement): syntax-ppss may return |
|---|
| | 252 | a negative depth. |
|---|
| | 253 | (python-mode): Don't forcefully enable font-lock. |
|---|
| | 254 | |
|---|
| | 255 | * time-stamp.el (time-stamp-start, time-stamp-end) |
|---|
| | 256 | (time-stamp-inserts-lines): Tighten up a bit the safety predicate. |
|---|
| | 257 | |
|---|
| | 258 | * add-log.el: Remove spurious * in docstrings. |
|---|
| | 259 | (add-log-time-zone-rule): Rename from change-log-time-zone-rule. |
|---|
| | 260 | (add-change-log-entry): Use it here, since it's not specific |
|---|
| | 261 | to iso8601. |
|---|
| | 262 | (add-log-iso8601-time-string): Don't use it here any more. |
|---|
| | 263 | (change-log-indent-text, change-log-indent): Rename from add-log-*. |
|---|
| | 264 | |
|---|
| | 265 | * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate. |
|---|
| | 266 | |
|---|
| | 267 | 2006-04-25 Ryan Yeske <rcyeske@gmail.com> |
|---|
| | 268 | |
|---|
| | 269 | * net/rcirc.el (rcirc-print): Revert last change with ignored nicks. |
|---|
| | 270 | (rcirc-toggle-low-priority): Doc fix. |
|---|
| | 271 | (rcirc-handler-NOTICE): Remove beginning of line anchor in |
|---|
| | 272 | ChanServ regexp. |
|---|
| | 273 | (rcirc-startup-channels-alist): Connect to #rcirc by default, not |
|---|
| | 274 | #emacs. |
|---|
| | 275 | (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables. |
|---|
| | 276 | (rcirc-decode-coding-system): Use utf-8 as the default. |
|---|
| | 277 | (rcirc-multiline-minor-mode): Set the fill-column. |
|---|
| | 278 | (rcirc-format-response-string): Display bright and dim nicks. |
|---|
| | 279 | (rcirc-browse-url): Update interactive spec to fill ARG. |
|---|
| | 280 | (rcirc-bright-nick, rcirc-dim-nick): Add faces. |
|---|
| | 281 | (rcirc-print): Ignore dim-nick messages wrt modeline-activity. |
|---|
| | 282 | |
|---|
| | 283 | 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu> |
|---|
| | 284 | |
|---|
| | 285 | * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching |
|---|
| | 286 | case for @Article, etc. |
|---|
| | 287 | |
|---|
| | 288 | 2006-04-23 Michael Albinus <michael.albinus@gmx.de> |
|---|
| | 289 | |
|---|
| | 290 | * net/tramp.el (tramp-register-file-name-handlers): New defun. |
|---|
| | 291 | Added with autoload cookie. |
|---|
| | 292 | (tramp-unload-file-name-handlers): Rename from |
|---|
| | 293 | `tramp-unload-file-name-handler-alist'. |
|---|
| | 294 | |
|---|
| | 295 | 2006-04-23 Romain Francoise <romain@orebokech.com> |
|---|
| | 296 | |
|---|
| | 297 | * comint.el (comint-match-partial-filename): Doc fix. |
|---|
| | 298 | |
|---|
| | 299 | 2006-04-21 Glenn Morris <rgm@gnu.org> |
|---|
| | 300 | |
|---|
| | 301 | * calendar/cal-menu.el (calendar-mode-map): Refer to |
|---|
| | 302 | `diary-view-entries' rather than alias `view-diary-entries'. |
|---|
| | 303 | * calendar/diary-lib.el (view-other-diary-entries): Ditto. |
|---|
| | 304 | |
|---|
| | 305 | 2006-04-21 Luc Teirlinck <teirllm@auburn.edu> |
|---|
| | 306 | |
|---|
| | 307 | * progmodes/antlr-mode.el (antlr-default): |
|---|
| | 308 | * cus-edit.el (custom-documentation): |
|---|
| | 309 | * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec |
|---|
| | 310 | in defface. |
|---|
| | 311 | |
|---|
| | 312 | 2006-04-21 Kim F. Storm <storm@cua.dk> |
|---|
| | 313 | |
|---|
| | 314 | * image.el (image-type): New defun split out of create-image. |
|---|
| | 315 | (create-image): Use it. |
|---|
| | 316 | |
|---|
| | 317 | 2006-04-21 Carsten Dominik <dominik@science.uva.nl> |
|---|
| | 318 | |
|---|
| | 319 | * textmodes/org.el (org-mode-map): Catch conflict with old allout.el. |
|---|
| | 320 | (org-open-at-point): Remove the "...done" message to keep output |
|---|
| | 321 | in the echo area visible. |
|---|
| | 322 | (org-export-as-xoxo): Fix call to `indent-region'. |
|---|
| | 323 | |
|---|
| | 324 | 2006-04-21 Kevin Ryde <user42@zip.com.au> |
|---|
| | 325 | |
|---|
| | 326 | * international/mule.el (keyboard-coding-system): defcustom |
|---|
| | 327 | info-link fixes: "Specify Coding" has been split, keyboard now in |
|---|
| | 328 | "Terminal Coding", and "Single-Byte Character Support" is now |
|---|
| | 329 | "Unibyte Mode". |
|---|
| | 330 | |
|---|
| | 331 | 2006-04-21 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 332 | |
|---|
| | 333 | * progmodes/gdb-ui.el (gdb-data-list-register-values-handler): |
|---|
| | 334 | Use font-lock-warning-face for any errors e.g. no stack. |
|---|
| | 335 | (gdb-stack-list-locals-handler): Display any errors e.g. no stack. |
|---|
| | 336 | |
|---|
| | 337 | 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu> |
|---|
| | 338 | |
|---|
| | 339 | * progmodes/sh-script.el (sh-shell): Mark as safe. |
|---|
| | 340 | |
|---|
| | 341 | * newcomment.el (comment-start, comment-start-skip) |
|---|
| | 342 | (comment-end-skip, comment-end): Mark as safe. |
|---|
| | 343 | |
|---|
| | 344 | 2006-04-20 Carsten Dominik <dominik@science.uva.nl> |
|---|
| | 345 | |
|---|
| | 346 | * textmodes/org.el (org-deadline-announce): Face removed. |
|---|
| | 347 | (org-level-faces, org-n-levels): Convert to constant. |
|---|
| | 348 | (org-compatible-face): New function. |
|---|
| | 349 | (org-hide, org-level-1, org-level-2, org-level-3, org-level-4) |
|---|
| | 350 | (org-level-5, org-level-6, org-level-7, org-level-8) |
|---|
| | 351 | (org-special-keyword, org-warning, org-headline-done, org-link) |
|---|
| | 352 | (org-date, org-tag, org-todo, org-done, org-table, org-formula) |
|---|
| | 353 | (org-scheduled-today, org-scheduled-previously, org-time-grid): |
|---|
| | 354 | Face definition revised for better color tty support. |
|---|
| | 355 | (org-bold-re, org-italic-re, org-underline-re): New constants. |
|---|
| | 356 | (org-set-font-lock-defaults): Use the new constants. |
|---|
| | 357 | (org-agenda-highlight-todo): New function. |
|---|
| | 358 | (org-agenda-todo): Fix bug with point at end of line. |
|---|
| | 359 | (org-agenda-change-all-lines, org-finalize-agenda-entries): |
|---|
| | 360 | Fontify TODO keywords. |
|---|
| | 361 | (org-insert-link): Preserve relative path in ../ links. |
|---|
| | 362 | (org-export-as-html): Convert links pointing to .org files into |
|---|
| | 363 | links that will work beteen the exported HTML files. |
|---|
| | 364 | (org-todo-list): Fix bug when arg=0. |
|---|
| | 365 | (org-insert-heading): More fine-tuning. |
|---|
| | 366 | |
|---|
| | 367 | 2006-04-19 Romain Francoise <romain@orebokech.com> |
|---|
| | 368 | |
|---|
| | 369 | * mail/rmail.el (rmail-convert-to-babyl-format): Use second group |
|---|
| | 370 | from `rmail-mime-charset-pattern'. |
|---|
| | 371 | |
|---|
| | 372 | 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu> |
|---|
| | 373 | |
|---|
| | 374 | * progmodes/python.el (python-mode): Fix typo. |
|---|
| | 375 | |
|---|
| | 376 | 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu> |
|---|
| | 377 | |
|---|
| | 378 | * comint.el (comint-previous-input): Don't clobber input line |
|---|
| | 379 | when moving off either end of the input history ring. |
|---|
| | 380 | (comint-delete-input): New function, used by |
|---|
| | 381 | `comint-previous-input' and others. |
|---|
| | 382 | (comint-previous-matching-input): |
|---|
| | 383 | Use `coming-delete-input'. Save the partial input if leaving the |
|---|
| | 384 | edit line. Goto point-max before deleting input to avoid |
|---|
| | 385 | partial input fragments hanging around. |
|---|
| | 386 | (comint-restore-input): New function, used by `comint-previous-input'. |
|---|
| | 387 | |
|---|
| | 388 | 2006-04-18 Luc Teirlinck <teirllm@auburn.edu> |
|---|
| | 389 | |
|---|
| | 390 | * imenu.el (imenu--index-alist): Balance parentheses. |
|---|
| | 391 | |
|---|
| | 392 | 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu> |
|---|
| | 393 | |
|---|
| | 394 | * progmodes/python.el (python-mode): Add support for hs-minor-mode. |
|---|
| | 395 | |
|---|
| | 396 | 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 397 | |
|---|
| | 398 | * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional |
|---|
| | 399 | file is nil. |
|---|
| | 400 | |
|---|
| | 401 | 2006-04-18 Richard Stallman <rms@gnu.org> |
|---|
| | 402 | |
|---|
| | 403 | * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes. |
|---|
| | 404 | |
|---|
| | 405 | * imenu.el (imenu-create-index-function, imenu--index-alist) |
|---|
| | 406 | (imenu--last-menubar-index-alist, imenu--make-index-alist) |
|---|
| | 407 | (imenu-default-create-index-function, imenu--generic-function): |
|---|
| | 408 | Doc fixes. |
|---|
| | 409 | |
|---|
| | 410 | * image-mode.el (image-toggle-display): Handle tar and arc subfiles. |
|---|
| | 411 | |
|---|
| | 412 | * help-mode.el (help-mode): Set view-exit-action to delete window. |
|---|
| | 413 | |
|---|
| | 414 | * env.el (setenv): Get rid of arg UNSET. Interactive unsetting |
|---|
| | 415 | now works by passing nil as arg. |
|---|
| | 416 | |
|---|
| | 417 | * apropos.el (apropos-print): Don't do where-is on self-insert-command. |
|---|
| | 418 | |
|---|
| | 419 | * abbrev.el (edit-abbrevs-redefine): Temporarily widen. |
|---|
| | 420 | (read-abbrev-file): Provide default when reading filename. |
|---|
| | 421 | |
|---|
| | 422 | * files.el (enable-local-variables): Allow :all as value. |
|---|
| | 423 | (hack-local-variables): Implement that value. |
|---|
| | 424 | (safe-local-variable-values, safe-local-eval-forms) |
|---|
| | 425 | (enable-local-variables): Mark as risky. |
|---|
| | 426 | (find-file-visit-truename, kept-old-versions): Mark safe. |
|---|
| | 427 | |
|---|
| | 428 | * time-stamp.el (time-stamp-format, time-stamp-line-limit) |
|---|
| | 429 | (time-stamp-start, time-stamp-end, time-stamp-inserts-lines) |
|---|
| | 430 | (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop. |
|---|
| | 431 | |
|---|
| | 432 | 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 433 | |
|---|
| | 434 | * progmodes/tcl.el (tcl-send-string, tcl-send-region): |
|---|
| | 435 | Use forward-line so as to get to BOL even in the presence of fields. |
|---|
| | 436 | (tcl-eval-region): Strip surrounding space to avoid multiple prompts |
|---|
| | 437 | in return. |
|---|
| | 438 | (inferior-tcl): Tell tclsh to work in interactive mode. |
|---|
| | 439 | |
|---|
| | 440 | * complete.el (partial-completion-mode): |
|---|
| | 441 | Use 'choose-completion-string-functions to make sure that |
|---|
| | 442 | choose-completion fills the minibuffer properly. |
|---|
| | 443 | |
|---|
| | 444 | * complete.el (PC-old-read-file-name-internal): Remove. |
|---|
| | 445 | (PC-read-include-file-name-internal): Remove. Turn it into an advice |
|---|
| | 446 | of read-file-name-internal. |
|---|
| | 447 | (partial-completion-mode): Enable/disable this advice. |
|---|
| | 448 | |
|---|
| | 449 | 2006-04-18 Juanma Barranquero <lekktu@gmail.com> |
|---|
| | 450 | |
|---|
| | 451 | * net/tramp.el (tramp-completion-file-name-handler): Revert change |
|---|
| | 452 | of 2006-04-17. |
|---|
| | 453 | |
|---|
| | 454 | 2006-04-18 Carsten Dominik <dominik@science.uva.nl> |
|---|
| | 455 | |
|---|
| | 456 | * textmodes/org.el (org-insert-heading): Insert heading before |
|---|
| | 457 | current if at beginning of line. |
|---|
| | 458 | (org-todo, org-date): New faces. |
|---|
| | 459 | (org-table-align): Make sure tooltip window contains full text. |
|---|
| | 460 | (org-no-properties): New defsubst. |
|---|
| | 461 | (org-set-font-lock-defaults): Use new faces. |
|---|
| | 462 | |
|---|
| | 463 | 2006-04-18 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 464 | |
|---|
| | 465 | * progmodes/gud.el (gud-speedbar-item-info): Display frame address |
|---|
| | 466 | for root variables. |
|---|
| | 467 | |
|---|
| | 468 | * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address. |
|---|
| | 469 | (gdb-frame-address): Re-use to identify frame for watch expression. |
|---|
| | 470 | (gdb-var-list, gdb-var-create-handler): Add frame address for root |
|---|
| | 471 | variables. |
|---|
| | 472 | (gdb-init-1, gdb-source, gdb-post-prompt) |
|---|
| | 473 | (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address. |
|---|
| | 474 | (gdb-frame-handler): Get gdb-frame-address. |
|---|
| | 475 | |
|---|
| | 476 | 2006-04-17 Michael Albinus <michael.albinus@gmx.de> |
|---|
| | 477 | |
|---|
| | 478 | Sync with Tramp 2.0.53. |
|---|
| | 479 | |
|---|
| | 480 | * net/tramp.el (tramp-completion-mode): ?\t has event-modifier |
|---|
| | 481 | 'control. Reported by Matthias F,bv(Brste <slashdevslashnull@gmx.net>. |
|---|
| | 482 | (tramp-completion-file-name-handler): Add autoload cookie for |
|---|
| | 483 | adding to `file-name-handler-alist'. |
|---|
| | 484 | |
|---|
| | 485 | * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for |
|---|
| | 486 | the prompt. If it returns earlier (when detecting an error |
|---|
| | 487 | message), the rest of the output will merge accidently with the |
|---|
| | 488 | output of the next command. Reported by M Jared Finder |
|---|
| | 489 | <jared@hpalace.com>. |
|---|
| | 490 | |
|---|
| | 491 | * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test |
|---|
| | 492 | for `process-file', in order to let it work for older Emacsen too. |
|---|
| | 493 | |
|---|
| | 494 | 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de> |
|---|
| | 495 | |
|---|
| | 496 | * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function. |
|---|
| | 497 | (tex-font-lock-keywords-3): Use it. |
|---|
| | 498 | |
|---|
| | 499 | 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 500 | |
|---|
| | 501 | * newcomment.el (comment-add): New function. |
|---|
| | 502 | (comment-region-default, comment-dwim): Use it. |
|---|
| | 503 | |
|---|