diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bb119085989..434dcbaff89 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more | ||
| 4 | permissive for when the buffer is empty. | ||
| 5 | (tar-header-block-tokenize): Decode the username and groupname. | ||
| 6 | (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730). | ||
| 7 | |||
| 1 | 2009-10-17 Chong Yidong <cyd@stupidchicken.com> | 8 | 2009-10-17 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 9 | ||
| 3 | * cedet/srecode/srt.el: | 10 | * cedet/srecode/srt.el: |
| @@ -13,8 +20,8 @@ | |||
| 13 | (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of | 20 | (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of |
| 14 | tmpscope so that the regular scope will continue to work. | 21 | tmpscope so that the regular scope will continue to work. |
| 15 | 22 | ||
| 16 | * cedet/semantic/idle.el (semantic-idle-tag-highlight): Use | 23 | * cedet/semantic/idle.el (semantic-idle-tag-highlight): |
| 17 | semantic-idle-summary-highlight-face as the highlighting. | 24 | Use semantic-idle-summary-highlight-face as the highlighting. |
| 18 | 25 | ||
| 19 | * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer | 26 | * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer |
| 20 | contains multibyte characters, choose first applicable coding | 27 | contains multibyte characters, choose first applicable coding |
| @@ -40,12 +47,11 @@ | |||
| 40 | 47 | ||
| 41 | * cedet/ede/proj-prog.el (project-run-target): New method. | 48 | * cedet/ede/proj-prog.el (project-run-target): New method. |
| 42 | 49 | ||
| 43 | * cedet/ede/proj-obj.el (ede-cc-linker): Rename from | 50 | * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker. |
| 44 | ede-gcc-linker. | ||
| 45 | (ede-g++-linker): Change Change link lines. | 51 | (ede-g++-linker): Change Change link lines. |
| 46 | 52 | ||
| 47 | * cedet/ede/pmake.el (ede-pmake-insert-variable-shared): When | 53 | * cedet/ede/pmake.el (ede-pmake-insert-variable-shared): |
| 48 | searching for old variables, go to the end of the buffer and | 54 | When searching for old variables, go to the end of the buffer and |
| 49 | search backward from there. | 55 | search backward from there. |
| 50 | (ede-proj-makefile-automake-insert-subdirs) | 56 | (ede-proj-makefile-automake-insert-subdirs) |
| 51 | (ede-proj-makefile-automake-insert-extradist): New methods. | 57 | (ede-proj-makefile-automake-insert-extradist): New methods. |
| @@ -56,16 +62,16 @@ | |||
| 56 | check that it exists. | 62 | check that it exists. |
| 57 | 63 | ||
| 58 | * cedet/ede/linux.el (ede-linux-version): Don't call "head". | 64 | * cedet/ede/linux.el (ede-linux-version): Don't call "head". |
| 59 | (ede-linux-load): Wrap dir in file-name-as-directory. Set | 65 | (ede-linux-load): Wrap dir in file-name-as-directory. |
| 60 | :version slot. | 66 | Set :version slot. |
| 61 | 67 | ||
| 62 | * cedet/ede/files.el (ede-get-locator-object): When enabling | 68 | * cedet/ede/files.el (ede-get-locator-object): When enabling |
| 63 | locate, do so on "top". | 69 | locate, do so on "top". |
| 64 | 70 | ||
| 65 | * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in | 71 | * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in |
| 66 | file-name-as-directory during compare. | 72 | file-name-as-directory during compare. |
| 67 | (ede-emacs-version): Return Emacs/XEmacs differentiator. Get | 73 | (ede-emacs-version): Return Emacs/XEmacs differentiator. |
| 68 | version number from different places. Don't call egrep. | 74 | Get version number from different places. Don't call egrep. |
| 69 | (ede-emacs-load): Set :version slot. Call file-name-as-directory | 75 | (ede-emacs-load): Set :version slot. Call file-name-as-directory |
| 70 | to set the directory. | 76 | to set the directory. |
| 71 | 77 | ||