| | 1 | 2006-08-17 Romain Francoise <romain@orebokech.com> |
|---|
| | 2 | |
|---|
| | 3 | * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens. |
|---|
| | 4 | |
|---|
| | 5 | 2006-08-17 Richard Stallman <rms@gnu.org> |
|---|
| | 6 | |
|---|
| | 7 | * compare-w.el (compare-windows): lambda's take an arg and pass |
|---|
| | 8 | it to compare-windows-skip-whitespace. |
|---|
| | 9 | |
|---|
| | 10 | 2006-08-17 Martin Rudalics <rudalics@gmx.at> |
|---|
| | 11 | |
|---|
| | 12 | * jit-lock.el (jit-lock-fontify-now): Protect the modified status of |
|---|
| | 13 | the right buffer. |
|---|
| | 14 | |
|---|
| | 15 | 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 16 | |
|---|
| | 17 | * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for |
|---|
| | 18 | removed files. |
|---|
| | 19 | |
|---|
| | 20 | 2006-08-17 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 21 | |
|---|
| | 22 | * progmodes/gdb-ui.el (gdb-locals-watch-map) |
|---|
| | 23 | (gdb-locals-watch-map-1): Suppress keymap first. |
|---|
| | 24 | (gdb-edit-locals-map-1): New variable. |
|---|
| | 25 | (gdb-edit-locals-value): New function. |
|---|
| | 26 | (gdb-stack-list-locals-handler): Use them. |
|---|
| | 27 | |
|---|
| | 28 | 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 29 | |
|---|
| | 30 | * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose |
|---|
| | 31 | cursor would normally be drawn in the fringe. |
|---|
| | 32 | |
|---|
| | 33 | * font-lock.el (font-lock-extend-region-wholelines): Fix up typo. |
|---|
| | 34 | Reported by Martin Rudalics <rudalics@gmx.at>. |
|---|
| | 35 | |
|---|
| | 36 | 2006-08-16 Richard Stallman <rms@gnu.org> |
|---|
| | 37 | |
|---|
| | 38 | * term/x-win.el (x-clipboard-yank): Specify * in interactive spec. |
|---|
| | 39 | (special-event-map): Process drag-n-drop events this way. |
|---|
| | 40 | |
|---|
| | 41 | * simple.el (move-beginning-of-line): Test whether fields |
|---|
| | 42 | would prevent motion back to line's first visible character. |
|---|
| | 43 | If so, stop where the fields would stop the motion. |
|---|
| | 44 | |
|---|
| | 45 | * newcomment.el (comment-indent): Fully update INDENT |
|---|
| | 46 | before checking to see if it will change the text. |
|---|
| | 47 | |
|---|
| | 48 | * cus-edit.el (custom-newline): New function. |
|---|
| | 49 | (custom-mode-map): Bind newline to custom-newline. |
|---|
| | 50 | |
|---|
| | 51 | * compare-w.el (compare-windows): Factor compare-ignore-whitespace |
|---|
| | 52 | into ignore-whitespace. |
|---|
| | 53 | Check each buffer for its skip-function. |
|---|
| | 54 | Handle compare-windows-skip-whitespace special-case test |
|---|
| | 55 | by returning t from default skip function. |
|---|
| | 56 | |
|---|
| | 57 | 2006-08-15 Carsten Dominik <dominik@science.uva.nl> |
|---|
| | 58 | |
|---|
| | 59 | * textmodes/org.el (org-clock-special-range) |
|---|
| | 60 | (org-clock-update-time-maybe): New functions. |
|---|
| | 61 | (org-stamp-time-of-day-regexp): Allow weekday to be of word chars, |
|---|
| | 62 | not only a-z. |
|---|
| | 63 | (org-agenda-get-blocks): Allow multiple blocks per headline. |
|---|
| | 64 | (org-timestamp-change): Call `org-clock-update-time-maybe'. |
|---|
| | 65 | (org-export-html-title-format) |
|---|
| | 66 | (org-export-html-toplevel-hlevel): New options. |
|---|
| | 67 | (org-export-language-setup): Add support for Czech. |
|---|
| | 68 | (org-mode, org-insert-todo-heading, org-find-visible) |
|---|
| | 69 | (org-find-invisible, org-invisible-p, org-invisible-p2) |
|---|
| | 70 | (org-back-to-heading, org-on-heading-p, org-up-heading-all) |
|---|
| | 71 | (org-show-subtree, org-show-entry, org-make-options-regexp): |
|---|
| | 72 | Remove compatibility support for old outline-mode. |
|---|
| | 73 | (org-check-occur-regexp): Funtion removed. |
|---|
| | 74 | (org-on-heading-p, org-back-to-heading): Made defalias. |
|---|
| | 75 | (org-set-local): New defsubst. |
|---|
| | 76 | (org-set-regexps-and-options, org-mode) |
|---|
| | 77 | (org-set-font-lock-defaults, org-edit-agenda-file-list) |
|---|
| | 78 | (org-timeline, org-agenda-list, org-todo-list, org-tags-view) |
|---|
| | 79 | (org-remember-apply-template, org-table-edit-field) |
|---|
| | 80 | (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii) |
|---|
| | 81 | (org-set-autofill-regexps): Use `org-set-local'. |
|---|
| | 82 | (org-table-eval-formula): Fix bug with parsing of display flags. |
|---|
| | 83 | |
|---|
| | 84 | 2006-08-15 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 85 | |
|---|
| | 86 | * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected |
|---|
| | 87 | frame with fringe arrow. Suggested by Simon Marshall |
|---|
| | 88 | <simon.marshall@misys.com>. |
|---|
| | 89 | (gdb-stack-position): New variable. |
|---|
| | 90 | (gdb-starting, gdb-exited): Reset gdb-stack-position to nil. |
|---|
| | 91 | (gdb-frames-mode): Set gdb-stack-position to nil. |
|---|
| | 92 | Add to overlay-arrow-variable-list |
|---|
| | 93 | (gdb-reset): Delete gdb-stack-position from above list. |
|---|
| | 94 | |
|---|
| | 95 | 2006-08-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
|---|
| | 96 | |
|---|
| | 97 | * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is |
|---|
| | 98 | read only. |
|---|
| | 99 | |
|---|
| | 100 | 2006-08-13 Romain Francoise <romain@orebokech.com> |
|---|
| | 101 | |
|---|
| | 102 | * cus-theme.el (customize-create-theme) |
|---|
| | 103 | (custom-theme-visit-theme): End `y-or-n-p' prompt with a space. |
|---|
| | 104 | |
|---|
| | 105 | * filesets.el (filesets-add-buffer): Ditto. |
|---|
| | 106 | |
|---|
| | 107 | * pcvs.el (cvs-change-cvsroot): Ditto. |
|---|
| | 108 | |
|---|
| | 109 | 2006-08-13 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 110 | |
|---|
| | 111 | * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer) |
|---|
| | 112 | (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text. |
|---|
| | 113 | (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda |
|---|
| | 114 | expressions. |
|---|
| | 115 | (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp. |
|---|
| | 116 | Only search till end of line. |
|---|
| | 117 | Add face to function names in case of no filename. |
|---|
| | 118 | Add face to variable names of watchpoints. |
|---|
| | 119 | |
|---|
| | 120 | 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change) |
|---|
| | 121 | |
|---|
| | 122 | * cus-start.el <indent-tabs-mode>: Move to the `indent' |
|---|
| | 123 | customization group. |
|---|
| | 124 | |
|---|
| | 125 | 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com> |
|---|
| | 126 | |
|---|
| | 127 | * allout.el (allout-prior-bindings, allout-added-bindings): |
|---|
| | 128 | Remove, after long deprecation. |
|---|
| | 129 | (allout-beginning-of-line-cycles, allout-end-of-line-cycles): |
|---|
| | 130 | Add customization vars controlling allout-beginning-of-line and |
|---|
| | 131 | allout-end-of-line conveniences. |
|---|
| | 132 | (allout-header-prefix, allout-use-mode-specific-leader) |
|---|
| | 133 | (allout-use-mode-specific-leader, allout-mode-leaders): |
|---|
| | 134 | Revise docstrings. |
|---|
| | 135 | (allout-infer-header-lead): Change to be an alias for |
|---|
| | 136 | allout-infer-header-lead-and-primary-bullet. |
|---|
| | 137 | (allout-infer-header-lead-and-primary-bullet): New version of |
|---|
| | 138 | allout-infer-header-lead which assigns the primary bullet to the |
|---|
| | 139 | same as the header lead, when its being changed. |
|---|
| | 140 | (allout-infer-body-reindent): Apply regexp-quote instead of |
|---|
| | 141 | unconditionally prepending "\\", so that all literal |
|---|
| | 142 | allout-header-prefix and allout-primary-bullet strings are |
|---|
| | 143 | properly handled. |
|---|
| | 144 | (allout-add-resumptions): Add optional qualifier for extending or |
|---|
| | 145 | appending to existing values, rather than replacing them. |
|---|
| | 146 | (allout-view-change-hook): Clarify docstring. |
|---|
| | 147 | (allout-exposure-change-hook): Take explicit arguments, via |
|---|
| | 148 | run-hook-with-args. |
|---|
| | 149 | (allout-structure-added-hook) |
|---|
| | 150 | (allout-structure-deleted-hook) |
|---|
| | 151 | (allout-structure-shifted-hook): New hooks analogous to |
|---|
| | 152 | allout-exposure-change-hook for other kinds of structural outline |
|---|
| | 153 | edits. |
|---|
| | 154 | (allout-encryption-plaintext-sanitization-regexps): New encryption |
|---|
| | 155 | customization variable, by which cooperating modes can provde |
|---|
| | 156 | massage of the plaintext without actually being passed it. |
|---|
| | 157 | (allout-encryption-ciphertext-rejection-regexps) |
|---|
| | 158 | (allout-encryption-ciphertext-rejection-ceiling): New encryption |
|---|
| | 159 | customization variables, by which cooperating modes can prohibit |
|---|
| | 160 | rare but possible ciphertext patterns from fouling their |
|---|
| | 161 | operation, with actually being passed the ciphertext. |
|---|
| | 162 | (allout-mode): Run activation and deactivation hooks after the |
|---|
| | 163 | minor-mode variable has been toggled, to clarify the mode |
|---|
| | 164 | disposition. The new encryption ciphertext rejection variable is |
|---|
| | 165 | used to ensure that the ciphertext does not contain text that |
|---|
| | 166 | would be recognized as outline structural elements by allout. |
|---|
| | 167 | Substite allout-beginning-of-line and allout-end-of-line for |
|---|
| | 168 | conventionall beginning-of-line and end-of-line bindings. |
|---|
| | 169 | If allout-old-style-prefixes is non-nil, don't nullify it on mode |
|---|
| | 170 | activation! |
|---|
| | 171 | (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'. |
|---|
| | 172 | (allout-end-of-line): Respect `allout-end-of-line-cycles'. |
|---|
| | 173 | (allout-chart-subtree): Implement new mode, charting only the |
|---|
| | 174 | visible items in the subtree, when new 'visible' parameter is non-nil. |
|---|
| | 175 | (allout-end-of-subtree): Properly handle the last item in the buffer. |
|---|
| | 176 | (allout-pre-command-business, allout-command-counter): |
|---|
| | 177 | Increment an advertised counter so that cooperating enhancements can |
|---|
| | 178 | track revisions of items. |
|---|
| | 179 | (allout-open-topic): Run allout-structure-added-hook with suitable |
|---|
| | 180 | arguments. |
|---|
| | 181 | (allout-shift-in): Run allout-structure-shifted-hook with suitable |
|---|
| | 182 | arguments. |
|---|
| | 183 | (allout-shift-out): Fix doubling for negative args and ensure call |
|---|
| | 184 | of allout-structure-shifted-hook by solely using allout-shift-in. |
|---|
| | 185 | (allout-kill-line, allout-kill-topic): |
|---|
| | 186 | Run allout-structure-deleted-hook with suitable arguments. |
|---|
| | 187 | (allout-yank-processing): Run allout-structure-added-hook with |
|---|
| | 188 | proper arguments. |
|---|
| | 189 | (allout-yank): Enclose activity in allout-unprotected. |
|---|
| | 190 | (allout-flag-region): Run allout-exposure-change-hook with |
|---|
| | 191 | suitable arguments, instead of making the callee infer the arguments. |
|---|
| | 192 | (allout-encrypt-string): |
|---|
| | 193 | Support allout-encryption-plaintext-sanitization-regexps, |
|---|
| | 194 | allout-encryption-ciphertext-rejection-regexps, and |
|---|
| | 195 | allout-encryption-ciphertext-rejection-ceiling. Indicate correct |
|---|
| | 196 | en/de cryption mode in symmetric encryption failure message. |
|---|
| | 197 | (allout-obtain-passphrase): Use copy-sequence to get a distinct |
|---|
| | 198 | copy of the passphrase, and don't zero it or we'll corrupt the |
|---|
| | 199 | stashed copy. |
|---|
| | 200 | (allout-create-encryption-passphrase-verifier) |
|---|
| | 201 | (allout-verify-passphrase): Respect the new signature for |
|---|
| | 202 | allout-encrypt-string. |
|---|
| | 203 | (allout-get-configvar-values): Convenience for getting a |
|---|
| | 204 | configuration variable value and handling its absence gracefully. |
|---|
| | 205 | |
|---|
| | 206 | 2006-08-11 Romain Francoise <romain@orebokech.com> |
|---|
| | 207 | |
|---|
| | 208 | * obsolete/zone-mode.el: Delete. |
|---|
| | 209 | |
|---|
| | 210 | 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 211 | |
|---|
| | 212 | * textmodes/dns-mode.el (dns-mode): Use before-save-hook. |
|---|
| | 213 | |
|---|
| | 214 | 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org> |
|---|
| | 215 | |
|---|
| | 216 | * emacs-lisp/bindat.el (bindat-ip-to-string): |
|---|
| | 217 | Use `format-network-address' if possible. |
|---|
| | 218 | |
|---|
| | 219 | 2006-08-11 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
|---|
| | 220 | |
|---|
| | 221 | * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom. |
|---|
| | 222 | |
|---|
| | 223 | 2006-08-10 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 224 | |
|---|
| | 225 | * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and |
|---|
| | 226 | restore unread-command-events here. |
|---|
| | 227 | (edebug-display): Do it here, to detect sit-for interruptions. |
|---|
| | 228 | |
|---|
| | 229 | 2006-08-10 Romain Francoise <romain@orebokech.com> |
|---|
| | 230 | |
|---|
| | 231 | * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'. |
|---|
| | 232 | (dns-mode-soa-auto-increment-serial): New user option. |
|---|
| | 233 | (dns-mode-soa-maybe-increment-serial): New function. |
|---|
| | 234 | (dns-mode): Add the latter to `write-contents-functions'. |
|---|
| | 235 | |
|---|
| | 236 | * obsolete/zone-mode.el: Move to obsolete/ from net/. |
|---|
| | 237 | Delete autoload cookies. |
|---|
| | 238 | |
|---|
| | 239 | 2006-08-10 John Wiegley <johnw@newartisans.com> |
|---|
| | 240 | |
|---|
| | 241 | * eshell/em-glob.el (eshell-glob-chars-list) |
|---|
| | 242 | (eshell-glob-translate-alist): Add support for [^g] in character globs. |
|---|
| | 243 | |
|---|
| | 244 | 2006-08-10 Richard Stallman <rms@gnu.org> |
|---|
| | 245 | |
|---|
| | 246 | * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces. |
|---|
| | 247 | (facemenu-set-face): Doc fix. |
|---|
| | 248 | (facemenu-listed-faces): Doc fix. |
|---|
| | 249 | |
|---|
| | 250 | 2006-08-09 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 251 | |
|---|
| | 252 | * avoid.el (mouse-avoidance-animating-pointer): New var. |
|---|
| | 253 | (mouse-avoidance-nudge-mouse): Use it. |
|---|
| | 254 | (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook. |
|---|
| | 255 | (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook |
|---|
| | 256 | (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook. |
|---|
| | 257 | Don't activate if currently animating. All callers changed. |
|---|
| | 258 | |
|---|