diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 152 |
1 files changed, 152 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f793f91a932..e988b6bdef4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2010-07-11 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * mouse.el (mouse-drag-track): Handle select-active-regions | ||
| 4 | (Bug#6612). | ||
| 5 | |||
| 6 | 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com> | ||
| 7 | |||
| 8 | * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass | ||
| 9 | empty argument to gvfs-copy. | ||
| 10 | |||
| 11 | 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change) | ||
| 12 | |||
| 13 | * progmodes/compile.el (compilation-error-regexp-alist-alist): Add | ||
| 14 | regexps for cucumber and ruby. | ||
| 15 | |||
| 1 | 2010-07-08 Daiki Ueno <ueno@unixuser.org> | 16 | 2010-07-08 Daiki Ueno <ueno@unixuser.org> |
| 2 | 17 | ||
| 3 | * epa-file.el (epa-file-error, epa-file--find-file-not-found-function) | 18 | * epa-file.el (epa-file-error, epa-file--find-file-not-found-function) |
| @@ -17,6 +32,12 @@ | |||
| 17 | (ispell-complete-word): Use ispell-complete-word-dict or | 32 | (ispell-complete-word): Use ispell-complete-word-dict or |
| 18 | ispell-alternate-dictionary. | 33 | ispell-alternate-dictionary. |
| 19 | 34 | ||
| 35 | 2010-07-07 Christoph Scholtes <cschol2112@gmail.com> | ||
| 36 | |||
| 37 | * progmodes/python.el (python-font-lock-keywords): Add Python 2.7 | ||
| 38 | builtins (BufferError, BytesWarning, WindowsError; callables | ||
| 39 | bin, bytearray, bytes, format, memoryview, next, print; __package__). | ||
| 40 | |||
| 20 | 2010-07-07 Glenn Morris <rgm@gnu.org> | 41 | 2010-07-07 Glenn Morris <rgm@gnu.org> |
| 21 | 42 | ||
| 22 | * play/zone.el (top-level): Do not require timer, tabify, or cl. | 43 | * play/zone.el (top-level): Do not require timer, tabify, or cl. |
| @@ -207,6 +228,75 @@ | |||
| 207 | 228 | ||
| 208 | 2010-06-21 Karl Fogel <kfogel@red-bean.com> | 229 | 2010-06-21 Karl Fogel <kfogel@red-bean.com> |
| 209 | 230 | ||
| 231 | * play/zone.el (zone-fall-through-ws): Fix next-line -> | ||
| 232 | forward-line fallout. | ||
| 233 | |||
| 234 | 2010-07-06 Chong Yidong <cyd@stupidchicken.com> | ||
| 235 | |||
| 236 | * mouse.el (mouse-appearance-menu): Add docstring. | ||
| 237 | |||
| 238 | * help.el (describe-key): Print up-event using key-description. | ||
| 239 | |||
| 240 | 2010-07-03 Michael Albinus <michael.albinus@gmx.de> | ||
| 241 | |||
| 242 | * net/zeroconf.el (zeroconf-resolve-service) | ||
| 243 | (zeroconf-service-resolver-handler): Use | ||
| 244 | `dbus-byte-array-to-string'. | ||
| 245 | (zeroconf-publish-service): Use `dbus-string-to-byte-array'. | ||
| 246 | |||
| 247 | 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de> | ||
| 248 | |||
| 249 | * net/zeroconf.el (zeroconf-service-remove-hook): New defun. | ||
| 250 | |||
| 251 | 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 252 | |||
| 253 | Avoid displaying files with a nil state in vc-dir. | ||
| 254 | * vc-dir.el (vc-dir-update): Obey the noinsert argument in all | ||
| 255 | cases that cause insertion. | ||
| 256 | (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files | ||
| 257 | with a nil state. | ||
| 258 | |||
| 259 | 2010-06-30 Chong Yidong <cyd@stupidchicken.com> | ||
| 260 | |||
| 261 | * xml.el (xml-parse-region): Avoid infloop (Bug#5281). | ||
| 262 | |||
| 263 | 2010-06-29 Leo <sdl.web@gmail.com> | ||
| 264 | |||
| 265 | * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537) | ||
| 266 | |||
| 267 | 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change) | ||
| 268 | |||
| 269 | * generic-x.el (bat-generic-mode): Fix regexp for command line | ||
| 270 | switches (Bug#5719). | ||
| 271 | |||
| 272 | 2010-06-27 Masatake YAMATO <yamato@redhat.com> | ||
| 273 | |||
| 274 | * htmlfontify.el (hfy-face-attr-for-class): Use append instead | ||
| 275 | of nconc to avoid pure storage error (Bug#6239). | ||
| 276 | |||
| 277 | 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change) | ||
| 278 | |||
| 279 | * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window) | ||
| 280 | (bookmark-bmenu-other-window-with-mouse): Remove unnecessary | ||
| 281 | bindings of bookmark-automatically-show-annotations (Bug#6515). | ||
| 282 | |||
| 283 | 2010-06-25 Eli Zaretskii <eliz@gnu.org> | ||
| 284 | |||
| 285 | * arc-mode.el (archive-zip-extract): Don't quote the file name on | ||
| 286 | MS-Windows and MS-DOS. (Bug#6467, Bug#6144) | ||
| 287 | |||
| 288 | 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change) | ||
| 289 | |||
| 290 | * comint.el (make-comint, make-comint-in-buffer): Mention return | ||
| 291 | value in the docstrings. (Bug#6498) | ||
| 292 | |||
| 293 | 2010-06-24 Yoni Rabkin <yoni@rabkins.net> | ||
| 294 | |||
| 295 | * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern, | ||
| 296 | since it is not present when using some non-default switches. | ||
| 297 | |||
| 298 | 2010-06-23 Karl Fogel <kfogel@red-bean.com> | ||
| 299 | |||
| 210 | * simple.el (compose-mail): Fix doc string to refer to | 300 | * simple.el (compose-mail): Fix doc string to refer to |
| 211 | `compose-mail-user-agent-warnings', instead of to the | 301 | `compose-mail-user-agent-warnings', instead of to the |
| 212 | nonexistent `compose-mail-check-user-agent'. | 302 | nonexistent `compose-mail-check-user-agent'. |
| @@ -320,6 +410,66 @@ | |||
| 320 | 410 | ||
| 321 | * emacs-lisp/package.el: New file. | 411 | * emacs-lisp/package.el: New file. |
| 322 | 412 | ||
| 413 | 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 414 | |||
| 415 | Fix vc-annotate for renamed files when using Git. | ||
| 416 | * vc-git.el (vc-git-find-revision): Deal with empty results from | ||
| 417 | ls-files. Doe not pass the object as a file name to cat-file, it | ||
| 418 | is not a file name. | ||
| 419 | (vc-git-annotate-command): Pass the file name using -- to avoid | ||
| 420 | ambiguity with the revision. | ||
| 421 | (vc-git-previous-revision): Pass a relative file name. | ||
| 422 | |||
| 423 | 2010-06-22 Glenn Morris <rgm@gnu.org> | ||
| 424 | |||
| 425 | * progmodes/js.el (js-mode-map): Use standard capitalization and | ||
| 426 | ellipses for menu entries. | ||
| 427 | |||
| 428 | * wid-edit.el (widget-complete): Doc fix. | ||
| 429 | |||
| 430 | 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change) | ||
| 431 | |||
| 432 | * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change. | ||
| 433 | |||
| 434 | 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 435 | |||
| 436 | Fix annotating other revisions for renamed files in vc-annotate. | ||
| 437 | * vc-annotate.el (vc-annotate): Add an optional argument for the | ||
| 438 | VC backend. Use it when non-nil. | ||
| 439 | (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487) | ||
| 440 | |||
| 441 | Fix vc-annotate-show-changeset-diff-revision-at-line for git. | ||
| 442 | * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal): | ||
| 443 | Do not pass the file name to the 'previous-revision call when we | ||
| 444 | don't want a file diff. (Bug#6489) | ||
| 445 | |||
| 446 | 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 447 | |||
| 448 | Fix finding revisions for renamed files in vc-annotate. | ||
| 449 | * vc.el (vc-find-revision): Add an optional argument for | ||
| 450 | the VC backend. Use it when non-nil. | ||
| 451 | * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC | ||
| 452 | backend to vc-find-revision. (Bug#6487) | ||
| 453 | |||
| 454 | 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 455 | |||
| 456 | Fix reading file names in Git annotate buffers. | ||
| 457 | * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove | ||
| 458 | trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481) | ||
| 459 | |||
| 460 | 2010-06-20 Alan Mackenzie <acm@muc.de> | ||
| 461 | |||
| 462 | * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set | ||
| 463 | in file local variables, set it first. | ||
| 464 | |||
| 465 | 2010-06-19 Glenn Morris <rgm@gnu.org> | ||
| 466 | |||
| 467 | * descr-text.el (describe-char-unicode-data): Insert separating | ||
| 468 | space when needed. (Bug#6422) | ||
| 469 | |||
| 470 | * progmodes/idlwave.el (idlwave-action-and-binding): | ||
| 471 | Fix typo in 2009-12-03 change. (Bug#6450) | ||
| 472 | |||
| 323 | 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca> | 473 | 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca> |
| 324 | 474 | ||
| 325 | * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special | 475 | * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special |
| @@ -335,6 +485,8 @@ | |||
| 335 | * facemenu.el (list-colors-display): Call `pop-to-buffer' before | 485 | * facemenu.el (list-colors-display): Call `pop-to-buffer' before |
| 336 | `list-colors-print'. (Bug#6332) | 486 | `list-colors-print'. (Bug#6332) |
| 337 | 487 | ||
| 488 | * subr.el (read-quoted-char): Fix up last change (bug#6290). | ||
| 489 | |||
| 338 | 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca> | 490 | 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca> |
| 339 | 491 | ||
| 340 | * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda' | 492 | * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda' |