aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorSam Steingold2011-07-20 12:45:00 -0400
committerSam Steingold2011-07-20 12:45:00 -0400
commitbfa4f1909c8d7c22a235d04aa8798f2fb7f9c970 (patch)
tree74d5b633b9c8d89464e233a0ef94801344bd6772 /lisp/ChangeLog
parent59f1b8949499f35fbdf3761acc8dd651fa69d335 (diff)
downloademacs-bfa4f1909c8d7c22a235d04aa8798f2fb7f9c970.tar.gz
emacs-bfa4f1909c8d7c22a235d04aa8798f2fb7f9c970.zip
* lisp/progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
(etags-tags-included-tables): Call `convert-standard-filename' on the file names contained in TAGS so that windows Emacs can handle TAGS files created by cygwin ctags.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b138d78a070..d96ad569543 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12011-07-20 Sam Steingold <sds@gnu.org>
2
3 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
4 (etags-tags-included-tables): Call `convert-standard-filename' on
5 the file names contained in TAGS so that windows Emacs can handle
6 TAGS files created by cygwin ctags.
7
12011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org> 82011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 9
3 * proced.el (proced-update): Revert yesterday's bug#1779 patch, 10 * proced.el (proced-update): Revert yesterday's bug#1779 patch,