diff options
| author | Juanma Barranquero | 2010-10-12 04:31:16 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-10-12 04:31:16 +0200 |
| commit | b0b111c3762e01b5c8ade6841553f08aa6206267 (patch) | |
| tree | 911636750b597ffa97fcb9ab3d6bc0d020a40569 | |
| parent | cb7d821ef1ab43cf67f0018010c07964d6c7ec8c (diff) | |
| download | emacs-b0b111c3762e01b5c8ade6841553f08aa6206267.tar.gz emacs-b0b111c3762e01b5c8ade6841553f08aa6206267.zip | |
lisp/cedet/ChangeLog: Move entries for emacs-lisp/ files back to lisp/ChangeLog.
| -rw-r--r-- | lisp/ChangeLog | 21 | ||||
| -rw-r--r-- | lisp/cedet/ChangeLog | 17 |
2 files changed, 21 insertions, 17 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8725efcbd4f..99f7c20e72e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -12059,6 +12059,12 @@ | |||
| 12059 | (tar-header-block-tokenize): Decode the username and groupname. | 12059 | (tar-header-block-tokenize): Decode the username and groupname. |
| 12060 | (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730). | 12060 | (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730). |
| 12061 | 12061 | ||
| 12062 | 2009-10-17 Eric Ludlam <zappo@gnu.org> | ||
| 12063 | |||
| 12064 | * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer | ||
| 12065 | contains multibyte characters, choose first applicable coding | ||
| 12066 | system automatically. | ||
| 12067 | |||
| 12062 | 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca> | 12068 | 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca> |
| 12063 | 12069 | ||
| 12064 | * international/mule-cmds.el (select-safe-coding-system): If the file | 12070 | * international/mule-cmds.el (select-safe-coding-system): If the file |
| @@ -13005,6 +13011,10 @@ | |||
| 13005 | * term/w32-win.el (setup-default-fontset, set-fontset-font): | 13011 | * term/w32-win.el (setup-default-fontset, set-fontset-font): |
| 13006 | Remove unused declarations. | 13012 | Remove unused declarations. |
| 13007 | 13013 | ||
| 13014 | 2009-09-30 Eric Ludlam <zappo@gnu.org> | ||
| 13015 | |||
| 13016 | * emacs-lisp/eieio.el (boolean-p): Delete. | ||
| 13017 | |||
| 13008 | 2009-09-30 Glenn Morris <rgm@gnu.org> | 13018 | 2009-09-30 Glenn Morris <rgm@gnu.org> |
| 13009 | 13019 | ||
| 13010 | * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el". | 13020 | * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el". |
| @@ -13094,6 +13104,17 @@ | |||
| 13094 | 13104 | ||
| 13095 | * net/tramp-imap.el: New package. | 13105 | * net/tramp-imap.el: New package. |
| 13096 | 13106 | ||
| 13107 | 2009-09-28 Eric Ludlam <zappo@gnu.org> | ||
| 13108 | |||
| 13109 | * emacs-lisp/chart.el: | ||
| 13110 | * emacs-lisp/eieio-base.el: | ||
| 13111 | * emacs-lisp/eieio-comp.el: | ||
| 13112 | * emacs-lisp/eieio-custom.el: | ||
| 13113 | * emacs-lisp/eieio-datadebug.el: | ||
| 13114 | * emacs-lisp/eieio-opt.el: | ||
| 13115 | * emacs-lisp/eieio-speedbar.el: | ||
| 13116 | * emacs-lisp/eieio.el: New files. | ||
| 13117 | |||
| 13097 | 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 13118 | 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 13098 | 13119 | ||
| 13099 | * whitespace.el (whitespace-trailing-regexp) | 13120 | * whitespace.el (whitespace-trailing-regexp) |
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index 5617be568dd..bc024355b96 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog | |||
| @@ -1082,10 +1082,6 @@ | |||
| 1082 | * semantic/idle.el (semantic-idle-tag-highlight): | 1082 | * semantic/idle.el (semantic-idle-tag-highlight): |
| 1083 | Use semantic-idle-summary-highlight-face as the highlighting. | 1083 | Use semantic-idle-summary-highlight-face as the highlighting. |
| 1084 | 1084 | ||
| 1085 | * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer | ||
| 1086 | contains multibyte characters, choose first applicable coding | ||
| 1087 | system automatically. | ||
| 1088 | |||
| 1089 | * ede/project-am.el (project-run-target): New method. | 1085 | * ede/project-am.el (project-run-target): New method. |
| 1090 | (project-run-target): New method. | 1086 | (project-run-target): New method. |
| 1091 | 1087 | ||
| @@ -1413,10 +1409,6 @@ | |||
| 1413 | 1409 | ||
| 1414 | * srecode/expandproto.el: Fix provide statement. | 1410 | * srecode/expandproto.el: Fix provide statement. |
| 1415 | 1411 | ||
| 1416 | 2009-09-30 Eric Ludlam <zappo@gnu.org> | ||
| 1417 | |||
| 1418 | * emacs-lisp/eieio.el (boolean-p): Delete. | ||
| 1419 | |||
| 1420 | 2009-09-30 Sascha Wilde <wilde@sha-bang.de> | 1412 | 2009-09-30 Sascha Wilde <wilde@sha-bang.de> |
| 1421 | 1413 | ||
| 1422 | * ede/srecode.el: Fix provide statement. | 1414 | * ede/srecode.el: Fix provide statement. |
| @@ -1462,15 +1454,6 @@ | |||
| 1462 | 1454 | ||
| 1463 | 2009-09-28 Eric Ludlam <zappo@gnu.org> | 1455 | 2009-09-28 Eric Ludlam <zappo@gnu.org> |
| 1464 | 1456 | ||
| 1465 | * emacs-lisp/chart.el: | ||
| 1466 | * emacs-lisp/eieio-base.el: | ||
| 1467 | * emacs-lisp/eieio-comp.el: | ||
| 1468 | * emacs-lisp/eieio-custom.el: | ||
| 1469 | * emacs-lisp/eieio-datadebug.el: | ||
| 1470 | * emacs-lisp/eieio-opt.el: | ||
| 1471 | * emacs-lisp/eieio-speedbar.el: | ||
| 1472 | * emacs-lisp/eieio.el: New files. | ||
| 1473 | |||
| 1474 | * cedet-cscope.el: | 1457 | * cedet-cscope.el: |
| 1475 | * cedet-files.el: | 1458 | * cedet-files.el: |
| 1476 | * cedet-global.el: | 1459 | * cedet-global.el: |