aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2010-10-12 04:31:16 +0200
committerJuanma Barranquero2010-10-12 04:31:16 +0200
commitb0b111c3762e01b5c8ade6841553f08aa6206267 (patch)
tree911636750b597ffa97fcb9ab3d6bc0d020a40569
parentcb7d821ef1ab43cf67f0018010c07964d6c7ec8c (diff)
downloademacs-b0b111c3762e01b5c8ade6841553f08aa6206267.tar.gz
emacs-b0b111c3762e01b5c8ade6841553f08aa6206267.zip
lisp/cedet/ChangeLog: Move entries for emacs-lisp/ files back to lisp/ChangeLog.
-rw-r--r--lisp/ChangeLog21
-rw-r--r--lisp/cedet/ChangeLog17
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
120622009-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
120622009-10-17 Stefan Monnier <monnier@iro.umontreal.ca> 120682009-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
130142009-09-30 Eric Ludlam <zappo@gnu.org>
13015
13016 * emacs-lisp/eieio.el (boolean-p): Delete.
13017
130082009-09-30 Glenn Morris <rgm@gnu.org> 130182009-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
131072009-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
130972009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br> 131182009-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
14162009-09-30 Eric Ludlam <zappo@gnu.org>
1417
1418 * emacs-lisp/eieio.el (boolean-p): Delete.
1419
14202009-09-30 Sascha Wilde <wilde@sha-bang.de> 14122009-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
14632009-09-28 Eric Ludlam <zappo@gnu.org> 14552009-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: