| | 1 | 2006-05-17 Richard Stallman <rms@gnu.org> |
|---|
| | 2 | |
|---|
| | 3 | * files.el (file-name-extension): Doc fix. |
|---|
| | 4 | |
|---|
| | 5 | 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 6 | |
|---|
| | 7 | * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so |
|---|
| | 8 | we can explicitly enable/disable rather than toggle. |
|---|
| | 9 | (shell-mode): Use it. |
|---|
| | 10 | (shell-cd): Don't try to reproduce what `cd' does. |
|---|
| | 11 | |
|---|
| | 12 | 2006-05-17 Kim F. Storm <storm@cua.dk> |
|---|
| | 13 | |
|---|
| | 14 | * ido.el (ido-read-internal): Use only nondirectory part of |
|---|
| | 15 | default item. |
|---|
| | 16 | |
|---|
| | 17 | 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org> |
|---|
| | 18 | |
|---|
| | 19 | * emacs-lisp/ewoc.el (ewoc-data): Add docstring. |
|---|
| | 20 | (ewoc-nth): Doc fix. |
|---|
| | 21 | |
|---|
| | 22 | (ewoc-map, ewoc-invalidate): Compute PP before looping. |
|---|
| | 23 | |
|---|
| | 24 | 2006-05-16 Eli Zaretskii <eliz@gnu.org> |
|---|
| | 25 | |
|---|
| | 26 | * international/mule.el (auto-coding-alist): Add .lha to files |
|---|
| | 27 | read with no-conversion. |
|---|
| | 28 | |
|---|
| | 29 | * files.el (auto-mode-alist): Add .lha files to archive file |
|---|
| | 30 | extensions. |
|---|
| | 31 | |
|---|
| | 32 | * arc-mode.el (archive-arc-summarize, archive-lzh-summarize): |
|---|
| | 33 | Convert csize to integer when computing offsets within the |
|---|
| | 34 | compressed archive file. |
|---|
| | 35 | |
|---|
| | 36 | 2006-05-16 Kim F. Storm <storm@cua.dk> |
|---|
| | 37 | |
|---|
| | 38 | * subr.el (add-to-history): Add KEEP-ALL arg and align functionality |
|---|
| | 39 | with read-from-minibuffer. |
|---|
| | 40 | |
|---|
| | 41 | 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 42 | |
|---|
| | 43 | * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function. |
|---|
| | 44 | (byte-compile-warnings): Fix safe-local-variable property. |
|---|
| | 45 | |
|---|
| | 46 | 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com> |
|---|
| | 47 | |
|---|
| | 48 | * allout.el (allout-show-bodies, allout-old-style-prefixes) |
|---|
| | 49 | (allout-stylish-prefixes, allout-numbered-bullet) |
|---|
| | 50 | (allout-file-xref-bullet, allout-use-hanging-indents): Use simple |
|---|
| | 51 | predicates to qualify `safe-local-variable' property, when |
|---|
| | 52 | available, else use equivalent lambda. |
|---|
| | 53 | (allout-current-topic-collapsed-p): Do the right thing regarding |
|---|
| | 54 | trailing blank lines. |
|---|
| | 55 | |
|---|
| | 56 | 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 57 | |
|---|
| | 58 | * server.el (server-start): Only create a directory if needed. |
|---|
| | 59 | (server-edit, server-unload-hook): server-start => server-mode. |
|---|
| | 60 | (kill-emacs-hook): Cleanup upon exit. |
|---|
| | 61 | |
|---|
| | 62 | 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 63 | |
|---|
| | 64 | * hexl.el (hexlify-buffer): Encode process arguments manually. |
|---|
| | 65 | |
|---|
| | 66 | 2006-05-16 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 67 | |
|---|
| | 68 | * progmodes/gud.el (gud-tooltip-tips): Add missing argument to |
|---|
| | 69 | call to gdb-tooltip-print. |
|---|
| | 70 | |
|---|
| | 71 | 2006-05-15 Romain Francoise <romain@orebokech.com> |
|---|
| | 72 | |
|---|
| | 73 | * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux |
|---|
| | 74 | systems, default to "tar" since those systems probably have GNU tar. |
|---|
| | 75 | |
|---|
| | 76 | 2006-05-14 Lars Hansen <larsh@soem.dk> |
|---|
| | 77 | |
|---|
| | 78 | * desktop.el (desktop-missing-file-warning): Fix docstring. |
|---|
| | 79 | (desktop-restore-file-buffer): Correct question asked on missing file. |
|---|
| | 80 | |
|---|
| | 81 | 2006-05-14 Kim F. Storm <storm@cua.dk> |
|---|
| | 82 | |
|---|
| | 83 | * progmodes/cc-subword.el (c-forward-subword, c-backward-subword): |
|---|
| | 84 | Add CUA move property. |
|---|
| | 85 | |
|---|
| | 86 | 2006-05-13 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 87 | |
|---|
| | 88 | * custom.el (custom-push-theme): Load the variable before checking |
|---|
| | 89 | its `standard-value'. |
|---|
| | 90 | |
|---|
| | 91 | 2006-05-13 Lars Hansen <larsh@soem.dk> |
|---|
| | 92 | |
|---|
| | 93 | * desktop.el (desktop-save): Use with-temp-buffer. |
|---|
| | 94 | |
|---|
| | 95 | 2006-05-12 Glenn Morris <rgm@gnu.org> |
|---|
| | 96 | |
|---|
| | 97 | * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map): |
|---|
| | 98 | * calendar/calendar.el (calendar-mode-map): |
|---|
| | 99 | * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries): |
|---|
| | 100 | * calendar/appt.el (appt-check, appt-make-list): Refer to |
|---|
| | 101 | diary-view-entries, diary-list-entries, diary-show-all-entries |
|---|
| | 102 | rather than obsolete aliases. |
|---|
| | 103 | |
|---|