diff options
| author | Paul Eggert | 2011-10-22 23:38:24 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-10-22 23:38:24 -0700 |
| commit | cfc09582247ffef6a46b6249e2fba9136a62d21e (patch) | |
| tree | 50e102f64a2b88c692d9110990abd416c78c32f0 /lisp/ChangeLog | |
| parent | 92c938895c639463681ae1c58a944cae62b70b87 (diff) | |
| parent | 86c606818495d9411fd5d6b1477f9a097eb18020 (diff) | |
| download | emacs-cfc09582247ffef6a46b6249e2fba9136a62d21e.tar.gz emacs-cfc09582247ffef6a46b6249e2fba9136a62d21e.zip | |
Merge from trunk.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 283 |
1 files changed, 279 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index abae693d0c8..09e2e7dc1de 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,278 @@ | |||
| 1 | 2011-10-23 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * files.el (toggle-read-only): Remove obsolete comment about | ||
| 4 | version control. | ||
| 5 | |||
| 6 | * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias | ||
| 7 | for toggle-read-only. Note that this hasn't called vc-next-action | ||
| 8 | since 2008-05-02, though it wasn't documented at the time. | ||
| 9 | |||
| 10 | * vc/ediff-init.el (ediff-toggle-read-only-function): Use | ||
| 11 | toggle-read-only. | ||
| 12 | |||
| 13 | 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org> | ||
| 14 | |||
| 15 | Fix bug #9560, sporadic wrong indentation; improve instrumentation | ||
| 16 | of c-parse-state. | ||
| 17 | |||
| 18 | * cc-engine.el (c-append-lower-brace-pair-to-state-cache): correct | ||
| 19 | faulty logical expression. | ||
| 20 | (c-parse-state-state, c-record-parse-state-state): | ||
| 21 | (c-replay-parse-state-state): New defvar/defuns. | ||
| 22 | (c-debug-parse-state): Use new functions. | ||
| 23 | |||
| 24 | 2011-10-22 Martin Rudalics <rudalics@gmx.at> | ||
| 25 | |||
| 26 | * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by | ||
| 27 | last fix. Use window-in-direction correctly. | ||
| 28 | |||
| 29 | 2011-10-21 Chong Yidong <cyd@gnu.org> | ||
| 30 | |||
| 31 | * progmodes/idlwave.el (idlwave-mode): | ||
| 32 | * progmodes/vera-mode.el (vera-mode): No need to set | ||
| 33 | require-final-newline; that's done in prog-mode. Suggested by | ||
| 34 | Stefan Monnier. | ||
| 35 | |||
| 36 | 2011-10-21 Martin Rudalics <rudalics@gmx.at> | ||
| 37 | |||
| 38 | * mouse.el (mouse-drag-window-above) | ||
| 39 | (mouse-drag-move-window-bottom, mouse-drag-move-window-top) | ||
| 40 | (mouse-drag-mode-line-1, mouse-drag-header-line) | ||
| 41 | (mouse-drag-vertical-line-rightward-window): Remove. | ||
| 42 | (mouse-drag-line): New function. | ||
| 43 | (mouse-drag-mode-line, mouse-drag-header-line) | ||
| 44 | (mouse-drag-vertical-line): Call mouse-drag-line. | ||
| 45 | * window.el (window-at-side-p, windows-at-side): New functions. | ||
| 46 | |||
| 47 | 2011-10-21 Ulrich Mueller <ulm@gentoo.org> | ||
| 48 | |||
| 49 | * tar-mode.el (tar-grind-file-mode): | ||
| 50 | Fix handling of setuid/setgid, handle sticky bit. (Bug#9817) | ||
| 51 | |||
| 52 | 2011-10-21 Chong Yidong <cyd@gnu.org> | ||
| 53 | |||
| 54 | * progmodes/idlwave.el (idlwave-mode): | ||
| 55 | * progmodes/vera-mode.el (vera-mode): Use | ||
| 56 | mode-require-final-newline. | ||
| 57 | |||
| 58 | 2011-10-20 Glenn Morris <rgm@gnu.org> | ||
| 59 | |||
| 60 | * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781) | ||
| 61 | |||
| 62 | 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com> | ||
| 63 | |||
| 64 | * emulation/cua-base.el (cua-set-mark): Fix case of string. | ||
| 65 | |||
| 66 | 2011-10-20 Chong Yidong <cyd@gnu.org> | ||
| 67 | |||
| 68 | * emulation/cua-base.el (cua-mode): | ||
| 69 | * mail/footnote.el (footnote-mode): | ||
| 70 | * mail/mailabbrev.el (mail-abbrevs-mode): | ||
| 71 | * net/xesam.el (xesam-minor-mode): | ||
| 72 | * progmodes/bug-reference.el (bug-reference-mode): | ||
| 73 | * progmodes/cap-words.el (capitalized-words-mode): | ||
| 74 | * progmodes/compile.el (compilation-minor-mode) | ||
| 75 | (compilation-shell-minor-mode): | ||
| 76 | * progmodes/gud.el (gud-tooltip-mode): | ||
| 77 | * progmodes/hideif.el (hide-ifdef-mode): | ||
| 78 | * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode): | ||
| 79 | * progmodes/subword.el (subword-mode): | ||
| 80 | * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode): | ||
| 81 | * progmodes/which-func.el (which-function-mode): | ||
| 82 | * term/tvi970.el (tvi970-set-keypad-mode): | ||
| 83 | * term/vt100.el (vt100-wide-mode): | ||
| 84 | * textmodes/flyspell.el (flyspell-mode): | ||
| 85 | * textmodes/ispell.el (ispell-minor-mode): | ||
| 86 | * textmodes/nroff-mode.el (nroff-electric-mode): | ||
| 87 | * textmodes/paragraphs.el (use-hard-newlines): | ||
| 88 | * textmodes/refill.el (refill-mode): | ||
| 89 | * textmodes/reftex.el (reftex-mode): | ||
| 90 | * textmodes/rst.el (rst-minor-mode): | ||
| 91 | * textmodes/sgml-mode.el (html-autoview-mode) | ||
| 92 | (sgml-electric-tag-pair-mode): | ||
| 93 | * textmodes/tex-mode.el (latex-electric-env-pair-mode): | ||
| 94 | * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode): | ||
| 95 | * emulation/crisp.el (crisp-mode): | ||
| 96 | * emacs-lisp/eldoc.el (eldoc-mode): | ||
| 97 | * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new | ||
| 98 | minor mode behavior. | ||
| 99 | |||
| 100 | 2011-10-19 Juri Linkov <juri@jurta.org> | ||
| 101 | |||
| 102 | * descr-text.el (describe-char): Add #x2010 and #x2011 to | ||
| 103 | the list of hard-coded chars with escape-glyph face. | ||
| 104 | |||
| 105 | 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 106 | |||
| 107 | * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers. | ||
| 108 | |||
| 109 | 2011-10-19 Michael Albinus <michael.albinus@gmx.de> | ||
| 110 | |||
| 111 | * net/tramp.el (tramp-connectable-p): Make a stronger check on a | ||
| 112 | running process. | ||
| 113 | |||
| 114 | 2011-10-19 Glenn Morris <rgm@gnu.org> | ||
| 115 | |||
| 116 | * vc/vc-bzr.el (vc-bzr-after-dir-status): | ||
| 117 | Ignore ignored files. (Bug#9726) | ||
| 118 | |||
| 119 | 2011-10-19 Chong Yidong <cyd@gnu.org> | ||
| 120 | |||
| 121 | Doc fix for minor modes, stating that an omitted argument enables | ||
| 122 | the mode unconditionally when called from Lisp. | ||
| 123 | |||
| 124 | * abbrev.el (abbrev-mode): | ||
| 125 | * allout.el (allout-mode): | ||
| 126 | * autoinsert.el (auto-insert-mode): | ||
| 127 | * autoarg.el (autoarg-mode, autoarg-kp-mode): | ||
| 128 | * autorevert.el (auto-revert-mode, auto-revert-tail-mode) | ||
| 129 | (global-auto-revert-mode): | ||
| 130 | * battery.el (display-battery-mode): | ||
| 131 | * composite.el (global-auto-composition-mode) | ||
| 132 | (auto-composition-mode): | ||
| 133 | * delsel.el (delete-selection-mode): | ||
| 134 | * desktop.el (desktop-save-mode): | ||
| 135 | * dired-x.el (dired-omit-mode): | ||
| 136 | * dirtrack.el (dirtrack-mode): | ||
| 137 | * doc-view.el (doc-view-minor-mode): | ||
| 138 | * double.el (double-mode): | ||
| 139 | * electric.el (electric-indent-mode, electric-pair-mode): | ||
| 140 | * emacs-lock.el (emacs-lock-mode): | ||
| 141 | * epa-hook.el (auto-encryption-mode): | ||
| 142 | * follow.el (follow-mode): | ||
| 143 | * font-core.el (font-lock-mode): | ||
| 144 | * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode): | ||
| 145 | * help.el (temp-buffer-resize-mode): | ||
| 146 | * hilit-chg.el (highlight-changes-mode) | ||
| 147 | (highlight-changes-visible-mode): | ||
| 148 | * hi-lock.el (hi-lock-mode): | ||
| 149 | * hl-line.el (hl-line-mode, global-hl-line-mode): | ||
| 150 | * icomplete.el (icomplete-mode): | ||
| 151 | * ido.el (ido-everywhere): | ||
| 152 | * image-file.el (auto-image-file-mode): | ||
| 153 | * image-mode.el (image-minor-mode): | ||
| 154 | * iswitchb.el (iswitchb-mode): | ||
| 155 | * jka-cmpr-hook.el (auto-compression-mode): | ||
| 156 | * linum.el (linum-mode): | ||
| 157 | * longlines.el (longlines-mode): | ||
| 158 | * master.el (master-mode): | ||
| 159 | * mb-depth.el (minibuffer-depth-indicate-mode): | ||
| 160 | * menu-bar.el (menu-bar-mode): | ||
| 161 | * minibuf-eldef.el (minibuffer-electric-default-mode): | ||
| 162 | * mouse-sel.el (mouse-sel-mode): | ||
| 163 | * msb.el (msb-mode): | ||
| 164 | * mwheel.el (mouse-wheel-mode): | ||
| 165 | * outline.el (outline-minor-mode): | ||
| 166 | * paren.el (show-paren-mode): | ||
| 167 | * recentf.el (recentf-mode): | ||
| 168 | * reveal.el (reveal-mode, global-reveal-mode): | ||
| 169 | * rfn-eshadow.el (file-name-shadow-mode): | ||
| 170 | * ruler-mode.el (ruler-mode): | ||
| 171 | * savehist.el (savehist-mode): | ||
| 172 | * scroll-all.el (scroll-all-mode): | ||
| 173 | * scroll-bar.el (scroll-bar-mode): | ||
| 174 | * server.el (server-mode): | ||
| 175 | * shell.el (shell-dirtrack-mode): | ||
| 176 | * simple.el (auto-fill-mode, transient-mark-mode) | ||
| 177 | (visual-line-mode, overwrite-mode, binary-overwrite-mode) | ||
| 178 | (line-number-mode, column-number-mode, size-indication-mode) | ||
| 179 | (auto-save-mode, normal-erase-is-backspace-mode, visible-mode): | ||
| 180 | * strokes.el (strokes-mode): | ||
| 181 | * time.el (display-time-mode): | ||
| 182 | * t-mouse.el (gpm-mouse-mode): | ||
| 183 | * tool-bar.el (tool-bar-mode): | ||
| 184 | * tooltip.el (tooltip-mode): | ||
| 185 | * type-break.el (type-break-mode-line-message-mode) | ||
| 186 | (type-break-query-mode): | ||
| 187 | * view.el (view-mode): | ||
| 188 | * whitespace.el (whitespace-mode, whitespace-newline-mode) | ||
| 189 | (global-whitespace-mode, global-whitespace-newline-mode): | ||
| 190 | * xt-mouse.el (xterm-mouse-mode): Doc fix. | ||
| 191 | |||
| 192 | * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Fix | ||
| 193 | autogenerated docstring. | ||
| 194 | |||
| 195 | 2011-10-19 Juri Linkov <juri@jurta.org> | ||
| 196 | |||
| 197 | * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE | ||
| 198 | by checking environment variables "DESKTOP_SESSION" and | ||
| 199 | "XDG_CURRENT_DESKTOP". (Bug#9779) | ||
| 200 | |||
| 201 | 2011-10-19 Juri Linkov <juri@jurta.org> | ||
| 202 | |||
| 203 | * net/browse-url.el (browse-url-browser-function): Add "Chromium". | ||
| 204 | (browse-url-chromium-program, browse-url-chromium-arguments): | ||
| 205 | New defcustoms. | ||
| 206 | (browse-url-default-browser): Check for `browse-url-chromium' and | ||
| 207 | call `browse-url-chromium-program'. | ||
| 208 | (browse-url-chromium): New command. (Bug#9779) | ||
| 209 | |||
| 210 | 2011-10-18 Juanma Barranquero <lekktu@gmail.com> | ||
| 211 | |||
| 212 | * facemenu.el (list-colors-duplicates): On Windows, detect more | ||
| 213 | duplicates by assuming that only colors matching "^System" are | ||
| 214 | special "system colors". (Bug#9722) | ||
| 215 | |||
| 216 | 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 217 | |||
| 218 | * vc/log-edit.el (log-edit): Add "Author:" header to encourage people | ||
| 219 | to distinguish the author from the committer. | ||
| 220 | |||
| 221 | 2011-10-18 Michael Albinus <michael.albinus@gmx.de> | ||
| 222 | |||
| 223 | * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently. | ||
| 224 | |||
| 225 | 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change) | ||
| 226 | |||
| 227 | * international/mule.el (sgml-html-meta-auto-coding-function): | ||
| 228 | Add support for detecting encoding in HTML5 specified only as | ||
| 229 | <meta charset="UTF-8">. Implementation just makes http-equiv and | ||
| 230 | content-type parts from HTML4 encoding string optional. (Bug#9716) | ||
| 231 | |||
| 232 | 2011-10-18 Glenn Morris <rgm@gnu.org> | ||
| 233 | |||
| 234 | * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745) | ||
| 235 | |||
| 236 | 2011-10-18 Chong Yidong <cyd@gnu.org> | ||
| 237 | |||
| 238 | * faces.el (cursor): Doc fix. | ||
| 239 | |||
| 240 | 2011-10-17 Chong Yidong <cyd@gnu.org> | ||
| 241 | |||
| 242 | * font-lock.el (font-lock-maximum-size): Mark as obsolete. | ||
| 243 | |||
| 244 | 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change) | ||
| 245 | |||
| 246 | * dirtrack.el (dirtrack): Support shell buffers with path | ||
| 247 | prefixes, e.g. tramp-based remote shells. (Bug#9647) | ||
| 248 | |||
| 249 | 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 250 | |||
| 251 | * json.el: Bump version to 1.3 and note change in History. | ||
| 252 | (json-alist-p, json-plist-p): Rewrite to avoid recursion. | ||
| 253 | |||
| 254 | 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 255 | |||
| 256 | * comint.el (comint-insert-input, comint-send-input) | ||
| 257 | (comint-get-old-input-default, comint-backward-matching-input) | ||
| 258 | (comint-next-prompt): Use nil instead of `input' for field property of | ||
| 259 | past user input (bug#114). | ||
| 260 | |||
| 261 | * minibuffer.el (completion--replace): Inherit surrounding properties | ||
| 262 | (bug#114). | ||
| 263 | (minibuffer-complete-and-exit): Use it. | ||
| 264 | |||
| 265 | * comint.el (comint--table-subvert): Quote the all-completions output | ||
| 266 | (bug#9160). | ||
| 267 | |||
| 268 | 2011-10-17 Martin Rudalics <rudalics@gmx.at> | ||
| 269 | |||
| 270 | * ido.el (ido-default-buffer-method): Remove redundant :type entry. | ||
| 271 | |||
| 272 | * menu-bar.el (menu-bar-file-menu): Add entry for making new | ||
| 273 | window on right of selected. (Bug#9350) Reword other window | ||
| 274 | entries and separate them from frame entries. | ||
| 275 | |||
| 1 | 2011-10-15 Glenn Morris <rgm@gnu.org> | 276 | 2011-10-15 Glenn Morris <rgm@gnu.org> |
| 2 | 277 | ||
| 3 | * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests): | 278 | * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests): |
| @@ -5,8 +280,8 @@ | |||
| 5 | 280 | ||
| 6 | 2011-10-15 Chong Yidong <cyd@stupidchicken.com> | 281 | 2011-10-15 Chong Yidong <cyd@stupidchicken.com> |
| 7 | 282 | ||
| 8 | * net/network-stream.el (network-stream-open-starttls): Improve | 283 | * net/network-stream.el (network-stream-open-starttls): |
| 9 | detection of failure due to lack of TLS support. | 284 | Improve detection of failure due to lack of TLS support. |
| 10 | 285 | ||
| 11 | * mail/sendmail.el (sendmail-query-once): Tweak prompt message, | 286 | * mail/sendmail.el (sendmail-query-once): Tweak prompt message, |
| 12 | putting the input text in front and in bold. | 287 | putting the input text in front and in bold. |
| @@ -405,8 +680,8 @@ | |||
| 405 | 680 | ||
| 406 | * net/newst-reader.el (newsticker-html-renderer) | 681 | * net/newst-reader.el (newsticker-html-renderer) |
| 407 | (newsticker-show-news): Automatically | 682 | (newsticker-show-news): Automatically |
| 408 | load html rendering package if newsticker-html-renderer is | 683 | load html rendering package if newsticker-html-renderer is set. |
| 409 | set. Fixes "Warning: defvar ignored because w3m-fill-column is | 684 | Fixes "Warning: defvar ignored because w3m-fill-column is |
| 410 | let-bound" and the error "Symbol's value as variable is void: | 685 | let-bound" and the error "Symbol's value as variable is void: |
| 411 | w3m-fill-column". | 686 | w3m-fill-column". |
| 412 | 687 | ||