| | 1 | 2006-09-08 David Kastrup <dak@gnu.org> |
|---|
| | 2 | |
|---|
| | 3 | * desktop.el (desktop-read): when loading a desktop, disable |
|---|
| | 4 | saving it while the load progresses, and switch off a pending lazy |
|---|
| | 5 | load by calling `desktop-lazy-abort'. |
|---|
| | 6 | |
|---|
| | 7 | 2006-08-27 Martin Rudalics <rudalics@gmx.at> |
|---|
| | 8 | |
|---|
| | 9 | * window.el (mouse-autoselect-window-timer) |
|---|
| | 10 | (mouse-autoselect-window-position) |
|---|
| | 11 | (mouse-autoselect-window-window) |
|---|
| | 12 | (mouse-autoselect-window-now): New vars. |
|---|
| | 13 | (mouse-autoselect-window-cancel) |
|---|
| | 14 | (mouse-autoselect-window-select) |
|---|
| | 15 | (mouse-autoselect-window-start): New functions. |
|---|
| | 16 | (handle-select-window): Call `mouse-autoselect-window-start' when |
|---|
| | 17 | delayed window autoselection is enabled. |
|---|
| | 18 | |
|---|
| | 19 | * cus-start.el (mouse-autoselect-window): Handle delayed window |
|---|
| | 20 | autoselection. |
|---|
| | 21 | |
|---|
| | 22 | * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of |
|---|
| | 23 | commands after which it is allowed to print in the echo area. |
|---|
| | 24 | |
|---|
| | 25 | 2006-09-08 Richard Stallman <rms@gnu.org> |
|---|
| | 26 | |
|---|
| | 27 | * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.' |
|---|
| | 28 | |
|---|
| | 29 | * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam. |
|---|
| | 30 | (rmail-convert-to-babyl-format): Don't record undo, leave list empty. |
|---|
| | 31 | |
|---|
| | 32 | * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes. |
|---|
| | 33 | (cancel-timer-internal): Add doc string. |
|---|
| | 34 | (cancel-function-timers): Doc fix. |
|---|
| | 35 | (with-timeout-handler, timer-event-last*): Add doc strings. |
|---|
| | 36 | |
|---|
| | 37 | * emacs-lisp/bindat.el (bindat-unpack): Doc fix. |
|---|
| | 38 | |
|---|
| | 39 | * files.el (risky-local-variable-p): Match ...-bindat-spec. |
|---|
| | 40 | |
|---|
| | 41 | * dired.el (dired-log-summary): Add doc string. |
|---|
| | 42 | |
|---|
| | 43 | * cus-edit.el (custom-menu-create): Bind deactivate-mark here |
|---|
| | 44 | (custom-group-menu-create): Not here. |
|---|
| | 45 | |
|---|
| | 46 | 2006-09-08 Carsten Dominik <dominik@science.uva.nl> |
|---|
| | 47 | |
|---|
| | 48 | * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite |
|---|
| | 49 | loop. |
|---|
| | 50 | |
|---|
| | 51 | 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|---|
| | 52 | |
|---|
| | 53 | * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol. |
|---|
| | 54 | (mac-apple-event-map): Define its handler. |
|---|
| | 55 | |
|---|
| | 56 | 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change) |
|---|
| | 57 | |
|---|
| | 58 | * net/ldap.el (ldap-search-internal): Handle `auth' key. |
|---|
| | 59 | |
|---|
| | 60 | 2006-09-07 Magnus Henoch <mange@freemail.hu> |
|---|
| | 61 | |
|---|
| | 62 | * net/rcirc.el (rcirc-activity-string): Don't quote value in case |
|---|
| | 63 | clause. |
|---|
| | 64 | |
|---|
| | 65 | 2006-09-07 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> |
|---|
| | 66 | |
|---|
| | 67 | * info.el (Info-index): Bind completion-ignore-case. |
|---|
| | 68 | |
|---|
| | 69 | 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 70 | |
|---|
| | 71 | * progmodes/prolog.el (inferior-prolog-flavor): New var left out of |
|---|
| | 72 | previous commit. |
|---|
| | 73 | (inferior-prolog-guess-flavor): New fun left out of previous commit. |
|---|
| | 74 | (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't |
|---|
| | 75 | burp in dedicated windows. |
|---|
| | 76 | (inferior-prolog-self-insert-command): New command. |
|---|
| | 77 | (inferior-prolog-mode-map): Use it. |
|---|
| | 78 | |
|---|
| | 79 | 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 80 | |
|---|
| | 81 | * international/latexenc.el (latex-inputenc-coding-alist): Add cp858. |
|---|
| | 82 | |
|---|
| | 83 | * international/code-pages.el: Add cp858. |
|---|
| | 84 | |
|---|
| | 85 | 2006-09-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
|---|
| | 86 | |
|---|
| | 87 | * dnd.el: Fix bootstrapping. |
|---|
| | 88 | |
|---|
| | 89 | 2006-09-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
|---|
| | 90 | |
|---|
| | 91 | * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle. |
|---|
| | 92 | (dnd-open-remote-url): New function. |
|---|
| | 93 | (dnd-open-remote-file-function): Set to dnd-open-remote-url if |
|---|
| | 94 | not windows-nt. |
|---|
| | 95 | |
|---|
| | 96 | 2006-09-07 Jason Rumney <jasonr@gnu.org> |
|---|
| | 97 | |
|---|
| | 98 | * dnd.el (dnd-open-remote-file-function): New variable. |
|---|
| | 99 | (dnd-open-unc-file): New function. |
|---|
| | 100 | (dnd-open-file): Call dnd-open-remote-file-function if set. |
|---|
| | 101 | |
|---|
| | 102 | 2006-09-06 Daiki Ueno <ueno@unixuser.org> |
|---|
| | 103 | |
|---|
| | 104 | * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with |
|---|
| | 105 | pgg-passphrase-coding-system rather than locale-coding-system. |
|---|
| | 106 | * pgg-def.el (pgg-passphrase-coding-system): New user option. |
|---|
| | 107 | |
|---|
| | 108 | 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 109 | |
|---|
| | 110 | * progmodes/prolog.el: Remove * in docstrings. |
|---|
| | 111 | (prolog-program-name): Add SWI prolog. |
|---|
| | 112 | (prolog-mode-menu): New menu. |
|---|
| | 113 | (prolog-mode): Set comment-add. |
|---|
| | 114 | (prolog-indent-line): Simplify. Use indent-line-to. |
|---|
| | 115 | (inferior-prolog-buffer): New var. |
|---|
| | 116 | (inferior-prolog-run, inferior-prolog-process): New funs. |
|---|
| | 117 | (run-prolog, switch-to-prolog): Rewrite, using them. |
|---|
| | 118 | (prolog-consult-region): Use inferior-prolog-buffer. |
|---|
| | 119 | (inferior-prolog-load-file): New function. |
|---|
| | 120 | (prolog-mode-map): Add bindings for load-file and switch-to-prolog. |
|---|
| | 121 | |
|---|
| | 122 | * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before |
|---|
| | 123 | last word, if it's not the end of the paragraph. |
|---|
| | 124 | |
|---|
| | 125 | * files.el (abbreviate-file-name): Don't mistakenly match newlines in |
|---|
| | 126 | file name. |
|---|
| | 127 | |
|---|
| | 128 | 2006-09-06 Ralf Angeli <angeli@caeruleus.net> |
|---|
| | 129 | |
|---|
| | 130 | * frame.el (display-mm-dimensions-alist): New defcustom. |
|---|
| | 131 | (display-mm-height, display-mm-width): Use it. |
|---|
| | 132 | |
|---|
| | 133 | 2006-09-06 Simon Josefsson <jas@extundo.com> |
|---|
| | 134 | |
|---|
| | 135 | * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix. |
|---|
| | 136 | |
|---|
| | 137 | 2006-09-06 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 138 | |
|---|
| | 139 | * progmodes/gdb-ui.el (gdb-var-list-children-regexp) |
|---|
| | 140 | (gdb-var-list-children-regexp-1): Tweak regexps to catch full |
|---|
| | 141 | string values. |
|---|
| | 142 | |
|---|
| | 143 | 2006-09-06 Kim F. Storm <storm@cua.dk> |
|---|
| | 144 | |
|---|
| | 145 | * simple.el (line-move-partial): New function to do vscrolling for |
|---|
| | 146 | partially visible images / tall lines. Rewrite based on code |
|---|
| | 147 | previously in line-move. Simplify backwards vscrolling. |
|---|
| | 148 | (line-move): Use it. Simplify. |
|---|
| | 149 | |
|---|
| | 150 | 2006-09-05 Kim F. Storm <storm@cua.dk> |
|---|
| | 151 | |
|---|
| | 152 | * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite. |
|---|
| | 153 | |
|---|
| | 154 | 2006-09-05 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 155 | |
|---|
| | 156 | * progmodes/compile.el (compilation-error-regexp-alist-alist): |
|---|
| | 157 | Process the `gcc-include' after the `gnu' rule. |
|---|
| | 158 | |
|---|
| | 159 | 2006-09-05 Kim F. Storm <storm@cua.dk> |
|---|
| | 160 | |
|---|
| | 161 | * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer. |
|---|
| | 162 | |
|---|
| | 163 | 2006-09-05 Daiki Ueno <ueno@unixuser.org> |
|---|
| | 164 | |
|---|
| | 165 | * pgg.el (pgg-clear-string): Alias to clear-string for backward |
|---|
| | 166 | compatibility. |
|---|
| | 167 | |
|---|
| | 168 | * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with |
|---|
| | 169 | inhibit-redisplay; encode passphrase with locale-coding-system. |
|---|
| | 170 | |
|---|
| | 171 | 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu> |
|---|
| | 172 | |
|---|
| | 173 | * term/xterm.el (terminal-init-xterm): Add more C-M- bindings. |
|---|
| | 174 | |
|---|
| | 175 | 2006-09-05 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 176 | |
|---|
| | 177 | * progmodes/gdb-ui.el (gdb-var-list-children-regexp) |
|---|
| | 178 | (gdb-var-list-children-regexp): Make type field optional. |
|---|
| | 179 | |
|---|
| | 180 | * progmodes/gud.el (gud-speedbar-buttons): Allow for no type |
|---|
| | 181 | e.g public, protected in C++. |
|---|
| | 182 | |
|---|
| | 183 | 2006-09-04 John Paul Wallington <jpw@pobox.com> |
|---|
| | 184 | |
|---|
| | 185 | * simple.el (completion-show-help): New defcustom. |
|---|
| | 186 | (completion-setup-function): Heed it. |
|---|
| | 187 | |
|---|
| | 188 | 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu> |
|---|
| | 189 | |
|---|
| | 190 | * term/xterm.el (terminal-init-xterm): Add C-M- bindings. |
|---|
| | 191 | |
|---|
| | 192 | 2006-09-04 Richard Stallman <rms@gnu.org> |
|---|
| | 193 | |
|---|
| | 194 | * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix. |
|---|
| | 195 | (rsf-min-region-to-spam-list): Doc fix. |
|---|
| | 196 | (rsf-add-content-type-field): Doc fix. |
|---|
| | 197 | |
|---|
| | 198 | * simple.el (kill-region): Explicitly test there is a region. |
|---|
| | 199 | |
|---|
| | 200 | 2006-09-04 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 201 | |
|---|
| | 202 | * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for |
|---|
| | 203 | sendmail in several common directories. |
|---|
| | 204 | |
|---|
| | 205 | * mail/sendmail.el (sendmail-program): Moved here from paths.el. |
|---|
| | 206 | |
|---|
| | 207 | * paths.el (sendmail-program): Removed. |
|---|
| | 208 | |
|---|
| | 209 | 2006-09-04 Daiki Ueno <ueno@unixuser.org> |
|---|
| | 210 | |
|---|
| | 211 | * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki |
|---|
| | 212 | Das. http://article.gmane.org/gmane.emacs.gnus.general/49947 |
|---|
| | 213 | http://article.gmane.org/gmane.emacs.gnus.general/50457 |
|---|
| | 214 | |
|---|
| | 215 | 2006-09-03 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 216 | |
|---|
| | 217 | * cus-edit.el (custom-group-menu-create): Avoid deactivating the |
|---|
| | 218 | mark after running the menu filter. |
|---|
| | 219 | |
|---|
| | 220 | 2006-09-03 Juri Linkov <juri@jurta.org> |
|---|
| | 221 | |
|---|
| | 222 | * international/quail.el (quail-defrule-internal): Add a check |
|---|
| | 223 | if a key is a vector. |
|---|
| | 224 | |
|---|
| | 225 | 2006-09-02 Juri Linkov <juri@jurta.org> |
|---|
| | 226 | |
|---|
| | 227 | * man.el (Man-topic-history): New variable. |
|---|
| | 228 | (man): Use it. |
|---|
| | 229 | |
|---|
| | 230 | * woman.el (woman-topic-history): Change defvar to defvaralias |
|---|
| | 231 | for symbol `Man-topic-history'. |
|---|
| | 232 | |
|---|
| | 233 | * shell.el (shell-filter-ctrl-a-ctrl-b): Check if |
|---|
| | 234 | `comint-last-output-start' is a marker by using `markerp' and |
|---|
| | 235 | check if it has a position by using `marker-position', and use |
|---|
| | 236 | this position for `goto-char'. |
|---|
| | 237 | |
|---|
| | 238 | * international/quail.el (quail-defrule-internal): Add missing |
|---|
| | 239 | `error' call for null key. |
|---|
| | 240 | |
|---|
| | 241 | 2006-09-02 Ryan Yeske <rcyeske@gmail.com> |
|---|
| | 242 | |
|---|
| | 243 | * rcirc.el (rcirc-keywords): New variable. |
|---|
| | 244 | (rcirc-bright-nicks, rcirc-dim-nicks): New variables. |
|---|
| | 245 | (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove |
|---|
| | 246 | variables. |
|---|
| | 247 | (rcirc-responses-no-activity): New function. |
|---|
| | 248 | (rcirc-handler-generic): Check for responses in above. |
|---|
| | 249 | (rcirc-process-command): Add ?: character to arguments of raw |
|---|
| | 250 | server commands. |
|---|
| | 251 | (rcirc-format-response-string): Use `rcirc-bright-nicks' and |
|---|
| | 252 | `rcirc-dim-nicks'. |
|---|
| | 253 | (rcirc-gray-toggle): Remove unused variable. |
|---|
| | 254 | (rcirc-print): Remove some tracking logic, which is moved into |
|---|
| | 255 | markup functions. |
|---|
| | 256 | (rcirc-activity-types): Was `rcirc-activity-type', now a list of |
|---|
| | 257 | types. |
|---|
| | 258 | (rcirc-activity-string): Look for 'keyword in activity-types. |
|---|
| | 259 | (rcirc-window-configuration-change): Don't erase overlay-arrow |
|---|
| | 260 | unnecessarily. |
|---|
| | 261 | (rcirc-add-or-remove): New function. |
|---|
| | 262 | (rcirc-cmd-ignore): Use it. |
|---|
| | 263 | (rcirc-message-leader): Remove unused function. |
|---|
| | 264 | (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands. |
|---|
| | 265 | (rcirc-add-face): New function. |
|---|
| | 266 | (rcirc-facify): Use rcirc-add-face. |
|---|
| | 267 | (rcirc-url-regexp): Add parens. |
|---|
| | 268 | (rcirc-map-regexp): Remove function. |
|---|
| | 269 | (rcirc-mangle-regexp): Remove function. |
|---|
| | 270 | (rcirc-markup-text-functions): New variable. |
|---|
| | 271 | (rcirc-markup-text): New function (replaces `rcirc-mangle-text'). |
|---|
| | 272 | (rcirc-markup-body-text, rcirc-markup-attributes) |
|---|
| | 273 | (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords) |
|---|
| | 274 | (rcirc-markup-bright-nicks): New markup handler functions. |
|---|
| | 275 | (rcirc-nick-in-message-full-line): New face. |
|---|
| | 276 | (rcirc-track-nick): Rename from `rcirc-mode-line-nick'. |
|---|
| | 277 | (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces. |
|---|
| | 278 | |
|---|
| | 279 | 2006-09-02 Martin Rudalics <rudalics@gmx.at> |
|---|
| | 280 | |
|---|
| | 281 | * cus-start.el (hscroll-margin, hscroll-step) |
|---|
| | 282 | (mode-line-in-non-selected-windows, mouse-autoselect-window) |
|---|
| | 283 | (x-use-underline-position-properties): Change version to "22.1" |
|---|
| | 284 | since they will appear there for the first time. |
|---|
| | 285 | |
|---|
| | 286 | 2006-09-01 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 287 | |
|---|
| | 288 | * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick. |
|---|
| | 289 | |
|---|
| | 290 | 2006-08-31 Richard Stallman <rms@gnu.org> |
|---|
| | 291 | |
|---|
| | 292 | * cus-edit.el (custom-save-variables): Slight cleanup. |
|---|
| | 293 | (Custom-no-edit): Renamed from custom-no-edit. |
|---|
| | 294 | (Custom-newline): Renamed from custom-newline. |
|---|
| | 295 | (custom-mode-map): Use new names. |
|---|
| | 296 | |
|---|
| | 297 | * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual |
|---|
| | 298 | about customization, rather than M-x customize, in the doc string |
|---|
| | 299 | made for the defcustom. |
|---|
| | 300 | |
|---|
| | 301 | * emacs-lisp/trace.el (trace-function-background): Doc fix. |
|---|
| | 302 | |
|---|
| | 303 | 2006-08-31 Romain Francoise <romain@orebokech.com> |
|---|
| | 304 | |
|---|
| | 305 | * dired-x.el (dired-guess-shell-alist-default): Update. |
|---|
| | 306 | |
|---|
| | 307 | 2006-08-31 Michael Mauger <mmaug@yahoo.com> |
|---|
| | 308 | |
|---|
| | 309 | * custom.el (custom-theme-set-variables): Autoload packages before |
|---|
| | 310 | sorting the variables. |
|---|
| | 311 | |
|---|
| | 312 | 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu> |
|---|
| | 313 | |
|---|
| | 314 | * viper-cmd.el (viper-special-read-and-insert-char): Convert events to |
|---|
| | 315 | chars if XEmacs. |
|---|
| | 316 | (viper-after-change-undo-hook): Check if undo-in-progress is bound. |
|---|
| | 317 | |
|---|
| | 318 | 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 319 | |
|---|
| | 320 | * progmodes/python.el (python-eldoc-function): Re-enable quit while |
|---|
| | 321 | waiting for process. |
|---|
| | 322 | |
|---|
| | 323 | 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|---|
| | 324 | |
|---|
| | 325 | * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese |
|---|
| | 326 | results in ASCII-only string, encode original one directly. |
|---|
| | 327 | |
|---|
| | 328 | 2006-08-29 Romain Francoise <romain@orebokech.com> |
|---|
| | 329 | |
|---|
| | 330 | * startup.el (normal-splash-screen, fancy-splash-screens): |
|---|
| | 331 | Make buffer read-only and arrange to enter view mode if necessary. |
|---|
| | 332 | |
|---|
| | 333 | 2006-08-29 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 334 | |
|---|
| | 335 | * hl-line.el (hl-line): New face. |
|---|
| | 336 | (hl-line-face): Use it. |
|---|
| | 337 | |
|---|
| | 338 | * image-mode.el (image-mode): Fix last fix. |
|---|
| | 339 | Suggested by Kim F. Storm. |
|---|
| | 340 | |
|---|
| | 341 | 2006-08-29 Michael Albinus <michael.albinus@gmx.de> |
|---|
| | 342 | |
|---|
| | 343 | Sync with Tramp 2.0.54. |
|---|
| | 344 | |
|---|
| | 345 | * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead |
|---|
| | 346 | of `=', because `tramp-get-remote-gid' might not always return an |
|---|
| | 347 | integer when expected. |
|---|
| | 348 | (tramp-register-file-name-handlers): `partial-completion-mode' is |
|---|
| | 349 | unknown to XEmacs. |
|---|
| | 350 | (tramp-time-diff): Don't use `floor', it might fail for large |
|---|
| | 351 | differences. |
|---|
| | 352 | (tramp-handle-make-auto-save-file-name): For Emacs 21, set |
|---|
| | 353 | `tramp-auto-save-directory' if unset in order to guarantee unique |
|---|
| | 354 | auto-save file names. |
|---|
| | 355 | |
|---|
| | 356 | 2006-08-28 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 357 | |
|---|
| | 358 | * image-mode.el (image-mode): Display image as text on a terminal. |
|---|
| | 359 | |
|---|
| | 360 | 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 361 | |
|---|
| | 362 | * progmodes/python.el (python-send-command): Simplify. |
|---|
| | 363 | (run-python): Don't generate a new buffer unless `new' was specified. |
|---|
| | 364 | Make sure we send `import emacs' to the proper process. |
|---|
| | 365 | |
|---|
| | 366 | * progmodes/python.el (python-send-command): Don't wait for the command |
|---|
| | 367 | to terminate. Don't fiddle with compilation-parsing-end. |
|---|
| | 368 | |
|---|
| | 369 | 2006-08-28 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 370 | |
|---|
| | 371 | * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): |
|---|
| | 372 | Insert commentary after first line summary. |
|---|
| | 373 | |
|---|
| | 374 | * woman.el (woman-follow): New function, based on `man-follow'. |
|---|
| | 375 | (woman-mode-map): Use it. |
|---|
| | 376 | |
|---|
| | 377 | * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update |
|---|
| | 378 | since ibuffer-do-sort-by-recency does not define a sorter. |
|---|
| | 379 | |
|---|
| | 380 | 2006-08-28 Kim F. Storm <storm@cua.dk> |
|---|
| | 381 | |
|---|
| | 382 | * find-dired.el (find-dired): Use shell-quote-argument to properly |
|---|
| | 383 | escape ( and ) args. Also use it on {} and ; args in default |
|---|
| | 384 | value of find-ls-option string. |
|---|
| | 385 | (find-grep-dired): Use shell-quote-argument on {} and ; args. |
|---|
| | 386 | |
|---|
| | 387 | 2006-08-27 Michael Olson <mwolson@gnu.org> |
|---|
| | 388 | |
|---|
| | 389 | * emacs-lisp/tq.el: Small grammar fix in comments. |
|---|
| | 390 | (tq-enqueue): Check for existence of queue rather than the |
|---|
| | 391 | head queue item's question, which was a no-op. |
|---|
| | 392 | (tq-filter, tq-process-buffer): Make sure the process buffer |
|---|
| | 393 | exists before making it the current buffer. |
|---|
| | 394 | |
|---|
| | 395 | 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|---|
| | 396 | |
|---|
| | 397 | * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command. |
|---|
| | 398 | (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data. |
|---|
| | 399 | (special-event-map): Apply 2006-08-16 change for x-win.el. |
|---|
| | 400 | |
|---|
| | 401 | 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 402 | |
|---|
| | 403 | * progmodes/python.el (python-send-receive): Wait in the |
|---|
| | 404 | process's buffer so as to check the right buffer-local variables. |
|---|
| | 405 | |
|---|
| | 406 | 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 407 | |
|---|
| | 408 | * emacs-lisp/checkdoc.el: Remove * in defcustoms. |
|---|
| | 409 | (defgroup checkdoc): Move to beginning. |
|---|
| | 410 | |
|---|
| | 411 | * progmodes/python.el (python-preoutput-skip-next-prompt): New var. |
|---|
| | 412 | (python-preoutput-continuation): Remove. |
|---|
| | 413 | (python-preoutput-filter): Simplify correspondingly. |
|---|
| | 414 | Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts. |
|---|
| | 415 | Loop around to catch embedded _emacs_out output. |
|---|
| | 416 | (run-python): Send the import&print command on a single line. |
|---|
| | 417 | (python-send-command): Send command&print on a single line. |
|---|
| | 418 | (python-send-string): Only add double \n if needed. |
|---|
| | 419 | (python-send-receive): Loop until the result comes. |
|---|
| | 420 | (python-mode-running): Defvar it. |
|---|
| | 421 | (python-setup-brm): Remove unused var `menu'. |
|---|
| | 422 | Only bind py-mode-map and `features' around brm-init. |
|---|
| | 423 | (python-calculate-indentation): Remove unused var `point'. |
|---|
| | 424 | (python-beginning-of-defun): Remove unused var `def-line'. |
|---|
| | 425 | |
|---|
| | 426 | 2006-08-25 Richard Stallman <rms@gnu.org> |
|---|
| | 427 | |
|---|
| | 428 | * kmacro.el (kmacro-repeat-on-last-key): Doc fix. |
|---|
| | 429 | |
|---|
| | 430 | 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu> |
|---|
| | 431 | |
|---|
| | 432 | * viper.el (viper-set-hooks): Use frame bindings for |
|---|
| | 433 | viper-vi-state-cursor-color. |
|---|
| | 434 | (viper-non-hook-settings): Don't set default |
|---|
| | 435 | mode-line-buffer-identification. |
|---|
| | 436 | |
|---|
| | 437 | * viper-util.el (viper-set-cursor-color-according-to-state): New fun. |
|---|
| | 438 | (viper-set-cursor-color-according-to-state) |
|---|
| | 439 | (viper-get-saved-cursor-color-in-replace-mode) |
|---|
| | 440 | (viper-get-saved-cursor-color-in-insert-mode): Make conditional on |
|---|
| | 441 | viper-emacs-state-cursor-color. |
|---|
| | 442 | |
|---|
| | 443 | * viper-cmd.el (viper-envelop-ESC-key): Bug fix. |
|---|
| | 444 | (viper-undo): Use point if undo-beg-posn is nil. |
|---|
| | 445 | (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs) |
|---|
| | 446 | (viper-after-change-undo-hook): Don't use |
|---|
| | 447 | viper-emacs-state-cursor-color by default. |
|---|
| | 448 | (viper-undo): More sensible positioning after undo. |
|---|
| | 449 | |
|---|
| | 450 | * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr. |
|---|
| | 451 | (viper-emacs-state-cursor-color): Default to nil, since this feature |
|---|
| | 452 | doesn't work well yet. |
|---|
| | 453 | |
|---|
| | 454 | * ediff-mult.el (ediff-intersect-directories) |
|---|
| | 455 | (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file): |
|---|
| | 456 | always expand filenames. |
|---|
| | 457 | |
|---|
| | 458 | 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 459 | |
|---|
| | 460 | * tumme.el: Remove * in defcustoms's docstrings. |
|---|
| | 461 | |
|---|
| | 462 | 2006-08-24 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 463 | |
|---|
| | 464 | * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer): |
|---|
| | 465 | Accept internal time format for SECS arg. |
|---|
| | 466 | (timer-relative-time): Doc fix. |
|---|
| | 467 | |
|---|
| | 468 | * jit-lock.el: "Stealth fontification by requeuing timers" patch, |
|---|
| | 469 | adapted from Martin Rudalics. |
|---|
| | 470 | (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars. |
|---|
| | 471 | (jit-lock-mode): Create jit-lock-stealth-repeat-timer. |
|---|
| | 472 | (jit-lock-stealth-fontify): Reschedule as a idle timer instead of |
|---|
| | 473 | using sit-for. |
|---|
| | 474 | |
|---|
| | 475 | 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com> |
|---|
| | 476 | |
|---|
| | 477 | * cus-start.el (all): Add `overline-margin' and |
|---|
| | 478 | `x-underline-at-descent-line'. |
|---|
| | 479 | |
|---|
| | 480 | 2006-08-24 Kim F. Storm <storm@cua.dk> |
|---|
| | 481 | |
|---|
| | 482 | * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec' |
|---|
| | 483 | to mean "use find -exec"; nil now unambiguously means auto-detect. |
|---|
| | 484 | (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'. |
|---|
| | 485 | Use shell-quote-argument to build grep-find-command and |
|---|
| | 486 | grep-find-template. |
|---|
| | 487 | (rgrep): Use shell-quote-argument to properly quote arguments to find. |
|---|
| | 488 | Reported by Tom Seddon. |
|---|
| | 489 | |
|---|
| | 490 | 2006-08-23 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 491 | |
|---|
| | 492 | * startup.el (fancy-splash-head): Give instructions for dismissing |
|---|
| | 493 | the splash screen for default startup too. |
|---|
| | 494 | (display-startup-echo-area-message, fancy-splash-screens) |
|---|
| | 495 | (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show |
|---|
| | 496 | all splash text at once and keep the splash buffer around. |
|---|
| | 497 | (command-line-1): Give display-startup-echo-area-message a t arg. |
|---|
| | 498 | |
|---|
| | 499 | 2006-08-23 Carsten Dominik <dominik@science.uva.nl> |
|---|
| | 500 | |
|---|
| | 501 | * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated |
|---|
| | 502 | gnus frame is selected. |
|---|
| | 503 | |
|---|
| | 504 | 2006-08-23 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 505 | |
|---|
| | 506 | * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil. |
|---|
| | 507 | |
|---|
| | 508 | 2006-08-22 Kim F. Storm <storm@cua.dk> |
|---|
| | 509 | |
|---|
| | 510 | * ido.el (ido-set-matches-1): Fix full matching for subdirs. |
|---|
| | 511 | Add suffix matching for subdirs. |
|---|
| | 512 | |
|---|
| | 513 | 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change) |
|---|
| | 514 | |
|---|
| | 515 | * x-dnd.el (x-dnd-drop-data): Don't call goto-char if |
|---|
| | 516 | mouse-yank-at-point is non-nil. |
|---|
| | 517 | |
|---|
| | 518 | 2006-08-22 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 519 | |
|---|
| | 520 | * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame |
|---|
| | 521 | a bit wider and remove fringes to fit initial output on line. |
|---|
| | 522 | |
|---|
| | 523 | 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 524 | |
|---|
| | 525 | * frame.el (blink-cursor-end): Only ignore the error we care about. |
|---|
| | 526 | (blink-cursor-mode): Use blink-cursor-end to simplify the code. |
|---|
| | 527 | |
|---|
| | 528 | 2006-08-21 Richard Stallman <rms@gnu.org> |
|---|
| | 529 | |
|---|
| | 530 | * whitespace.el (whitespace-cleanup): Doc fix. |
|---|
| | 531 | |
|---|
| | 532 | 2006-08-20 Ryan Yeske <rcyeske@gmail.com> |
|---|
| | 533 | |
|---|
| | 534 | * net/rcirc.el (rcirc-show-maximum-output): New var. |
|---|
| | 535 | (rcirc-buffer-process): If no buffer argument is supplied, use |
|---|
| | 536 | current-buffer. |
|---|
| | 537 | (rcirc-complete-nick): Complete to the last completed nick first. |
|---|
| | 538 | (rcirc-mode): Preserve the value of `rcirc-urls' across |
|---|
| | 539 | connections. Setup scroll function. |
|---|
| | 540 | (rcirc-scroll-to-bottom): New function. |
|---|
| | 541 | (rcirc-print): Use nick syntax around regexp work. |
|---|
| | 542 | Notice dim-nicks speaking only if they say our nick. |
|---|
| | 543 | (rcirc-update-activity-string): Do not show the modeline indicator |
|---|
| | 544 | if there are no live rcirc processes. |
|---|
| | 545 | (rcirc-cmd-ignore): Ignore case. |
|---|
| | 546 | (rcirc-browse-url-at-point): Fix off-by-one error. |
|---|
| | 547 | |
|---|
| | 548 | 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 549 | |
|---|
| | 550 | * progmodes/python.el: Remove * in defcustom docstrings. |
|---|
| | 551 | (run-python, python-proc, python-try-complete): Use derived-mode-p. |
|---|
| | 552 | (python-mode): Set tab-width and indent-tabs-mode. |
|---|
| | 553 | |
|---|
| | 554 | 2006-08-20 Dave Love <fx@gnu.org> |
|---|
| | 555 | |
|---|
| | 556 | * progmodes/python.el: Update to Dave Love's latest version. |
|---|
| | 557 | (python-font-lock-keywords, python-mode): Don't use |
|---|
| | 558 | font-lock-syntax-table, but match symbol elements explicitly instead. |
|---|
| | 559 | (python-mode-map): Add help, and a few more key bindings. |
|---|
| | 560 | (python-skip-comments/blanks): Move out of comments as well. |
|---|
| | 561 | (python-continuation-line-p): Behave better with unbalanced parens. |
|---|
| | 562 | (python-blank-line-p): New fun. |
|---|
| | 563 | (python-open-block-statement-p): Don't use a heuristic. |
|---|
| | 564 | (python-outdent-p): Better handle blocks-in-the-same-line. |
|---|
| | 565 | (python-calculate-indentation): Misc improvements. |
|---|
| | 566 | (python-comment-indent): Remove. |
|---|
| | 567 | (python-block-pairs): New var. |
|---|
| | 568 | (python-first-word): New fun. |
|---|
| | 569 | (python-indentation-levels): Handle more common cases. |
|---|
| | 570 | (python-indent-line-1): Add `leave' argument. |
|---|
| | 571 | (python-indent-region): New fun. |
|---|
| | 572 | (python-skip-out): New fun. |
|---|
| | 573 | (python-beginning-of-statement, python-end-of-statement): Use it. |
|---|
| | 574 | (python-next-statement): Return correct count even at eob. |
|---|
| | 575 | (python-end-of-block): Fix paren-typo. |
|---|
| | 576 | (python-imenu-create-index): Add module variables. |
|---|
| | 577 | (run-python): Add `new' arg. |
|---|
| | 578 | Check we're at a prompt before returning. |
|---|
| | 579 | (python-send-command): Move to end of buffer. |
|---|
| | 580 | Wait for prompt to return. |
|---|
| | 581 | (python-set-proc): New fun. |
|---|
| | 582 | (python-imports): New var. |
|---|
| | 583 | (python-describe-symbol): Use it. Adjust to new interface of `ehelp'. |
|---|
| | 584 | (python-eldoc-function): Try to move out of arg list. |
|---|
| | 585 | (python-outline-level): Offset by 1. |
|---|
| | 586 | (python-find-imports): New fun. |
|---|
| | 587 | (python-symbol-completions): Use python-imports. |
|---|
| | 588 | (python-module-path, ffap-alist): Add support for ffap. |
|---|
| | 589 | (python-skeletons, python-mode-abbrev-table, def-python-skeleton) |
|---|
| | 590 | (pythin-insert-*, python-default-template, python-expand-template): |
|---|
| | 591 | Add templates/skeletons. |
|---|
| | 592 | (python-setup-brm): Support for Bicycle Repair Man. |
|---|
| | 593 | (python-abbrev-syntax-table): New var. |
|---|
| | 594 | (python-abbrev-pc-hook, python-pea-hook): New funs. |
|---|
| | 595 | |
|---|
| | 596 | 2006-08-20 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 597 | |
|---|
| | 598 | * frame.el (blink-cursor-start): Set timer first. |
|---|
| | 599 | (blink-cursor-end): Ignore timer cancelling errors. |
|---|
| | 600 | Suggested by Ken Manheimer. |
|---|
| | 601 | |
|---|
| | 602 | 2006-08-20 Juanma Barranquero <lekktu@gmail.com> |
|---|
| | 603 | |
|---|
| | 604 | * newcomment.el (comment-box): Call `comment-normalize-vars'. |
|---|
| | 605 | Add autoload cookie. |
|---|
| | 606 | |
|---|
| | 607 | 2006-08-20 Richard Stallman <rms@gnu.org> |
|---|
| | 608 | |
|---|
| | 609 | * simple.el (line-number-at-pos): Doc fix. |
|---|
| | 610 | |
|---|
| | 611 | * emacs-lisp/timer.el (run-with-idle-timer): Pass t to |
|---|
| | 612 | timer-activate-when-idle, so timer can run before Emacs becomes |
|---|
| | 613 | non-idle again. |
|---|
| | 614 | |
|---|
| | 615 | 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change) |
|---|
| | 616 | |
|---|
| | 617 | * whitespace.el (whitespace-cleanup-internal): New optional arg |
|---|
| | 618 | REGION-ONLY. If it's non-nil, modify the message to the user |
|---|
| | 619 | accordingly. |
|---|
| | 620 | (whitespace-cleanup-region): Call whitespace-cleanup-internal with |
|---|
| | 621 | a non-nil argument. |
|---|
| | 622 | |
|---|
| | 623 | 2006-08-18 Gustav H,Ae(Bllberg <gustav@gmail.com> (tiny change) |
|---|
| | 624 | |
|---|
| | 625 | * rect.el (spaces-string): Simplify and add doc string. |
|---|
| | 626 | |
|---|