aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-03 16:31:08 +0000
committerJuanma Barranquero2006-11-03 16:31:08 +0000
commit9c92edca93114ff948437c261e811fb3529d8613 (patch)
tree8c57ab0a18bd3035dbb05d49051fb4c98e536dae
parent5796dab79d3da052f4916a2c37d20c32775184f0 (diff)
downloademacs-9c92edca93114ff948437c261e811fb3529d8613.tar.gz
emacs-9c92edca93114ff948437c261e811fb3529d8613.zip
*** empty log message ***
-rw-r--r--lib-src/ChangeLog5
-rw-r--r--lisp/ChangeLog55
2 files changed, 41 insertions, 19 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 1ec39b82a93..d85efe3ebd2 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
12006-11-03 Juanma Barranquero <lekktu@gmail.com>
2
3 * emacsclient.c (initialize_sockets): Don't initialize Winsock
4 more than once.
5
12006-11-03 Mark Davies <mark@mcs.vuw.ac.nz> 62006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
2 7
3 * Makefile.in (INSTALL_SCRIPT): New macro. 8 * Makefile.in (INSTALL_SCRIPT): New macro.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 10d8e749118..ee04428b67f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,14 +1,31 @@
12006-11-03 Mark Davies <mark@mcs.vuw.ac.nz> 12006-11-03 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * lisp/sort.el: Set the field separator to tab 3 * bs.el (bs--show-all, bs--redisplay):
4 4 * cus-edit.el (custom-unlispify-menu-entries)
52006-11-03 Mark Davies <mark@mcs.vuw.ac.nz> 5 (custom-unlispify-tag-names, custom-prompt-variable):
6 6 * expand.el (expand-pos):
7 * lib-src/Makefile.in: Replace INSTALL_PROGRAM with INSTALL_SCRIPT 7 * speedbar.el (speedbar-generic-list-tag-p):
8 8 * wid-edit.el (widget-image-enable):
92006-11-03 NIIMI Satoshi <sa2c@sa2c.net> 9 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
10 10 * emacs-lisp/find-func.el (find-function-noselect)
11 * lisp/emacs-lisp/pp.el (pp-eval-expression): Evaluate target sexp 11 (find-function, find-variable-noselect, find-variable)
12 (find-definition-noselect, find-face-definition):
13 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
14 * net/eudc-vars.el (eudc-expansion-overwrites-query):
15 * progmodes/ada-xref.el (ada-find-in-ali):
16 * textmodes/flyspell.el (flyspell-check-tex-math-command):
17 * textmodes/org.el (org-copy-subtree):
18 * textmodes/table.el (table--row-column-insertion-point-p):
19 Use "non-nil" in docstrings.
20
212006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
22
23 * sort.el (sort-columns): Set the field separator to tab; on
24 NetBSD, sort complains if "\n" is used as field separator.
25
262006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
27
28 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
12 29
132006-11-02 Stefan Monnier <monnier@iro.umontreal.ca> 302006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
14 31
@@ -1326,7 +1343,7 @@
1326 * select.el (xselect-convert-to-string): If UTF8_STRING is requested 1343 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
1327 and the data doesn't look like UTF8, send STRING instead. 1344 and the data doesn't look like UTF8, send STRING instead.
1328 1345
13292006-09-16 Agustin Martin <agustin.martin@hispalinux.es> 13462006-09-16 Agustin Martin <agustin.martin@hispalinux.es>
1330 1347
1331 * textmodes/flyspell.el (flyspell-check-region-doublons): 1348 * textmodes/flyspell.el (flyspell-check-region-doublons):
1332 New function to detect duplicated words. 1349 New function to detect duplicated words.
@@ -1392,8 +1409,8 @@
1392 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with 1409 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
1393 outline.el outlines) functional again. Change the primary bullet 1410 outline.el outlines) functional again. Change the primary bullet
1394 along with the header-lead - level 1 new-style bullets now work. 1411 along with the header-lead - level 1 new-style bullets now work.
1395 Engage allout-before-change-handler in mainline emacs, not just 1412 Engage allout-before-change-handler in mainline Emacs, not just
1396 xemacs, to do undo handling. 1413 XEmacs, to do undo handling.
1397 (allout-before-change-handler): Expose undo changes occurring in 1414 (allout-before-change-handler): Expose undo changes occurring in
1398 hidden regions. Use allout-get-invisibility-overlay instead of 1415 hidden regions. Use allout-get-invisibility-overlay instead of
1399 reimplementing it inline. 1416 reimplementing it inline.
@@ -1787,7 +1804,7 @@
1787 1804
1788 * net/ldap.el (ldap-search-internal): Handle `auth' key. 1805 * net/ldap.el (ldap-search-internal): Handle `auth' key.
1789 1806
17902006-09-07 Magnus Henoch <mange@freemail.hu> 18072006-09-07 Magnus Henoch <mange@freemail.hu>
1791 1808
1792 * net/rcirc.el (rcirc-activity-string): Don't quote value in case 1809 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
1793 clause. 1810 clause.
@@ -12369,7 +12386,7 @@
12369 Add fset of allout-real-isearch-abort during compile to fix 12386 Add fset of allout-real-isearch-abort during compile to fix
12370 byte-compilation warnings. 12387 byte-compilation warnings.
12371 (allout-mode-p): Move definition of this macro above all uses, or 12388 (allout-mode-p): Move definition of this macro above all uses, or
12372 byte compilation in barren emacs (eg, during emacs build) will 12389 byte compilation in barren Emacs (eg, during Emacs build) will
12373 lack the definition. 12390 lack the definition.
12374 (allout-mode): Move this variable above any uses, or byte 12391 (allout-mode): Move this variable above any uses, or byte
12375 compilation will fail. 12392 compilation will fail.
@@ -14014,7 +14031,7 @@
14014 14031
140152005-11-02 Mark A. Hershberger <mah@everybody.org> 140322005-11-02 Mark A. Hershberger <mah@everybody.org>
14016 14033
14017 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs. 14034 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
14018 (xml-parse-tag): Join strings separated by a comment properly. 14035 (xml-parse-tag): Join strings separated by a comment properly.
14019 14036
140202005-11-02 Andreas Schwab <schwab@suse.de> 140372005-11-02 Andreas Schwab <schwab@suse.de>
@@ -18763,7 +18780,7 @@
187632005-07-21 Kim F. Storm <storm@cua.dk> 187802005-07-21 Kim F. Storm <storm@cua.dk>
18764 18781
18765 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are 18782 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
18766 included when reporting an emacs crash, and tell about the DEBUG file. 18783 included when reporting an Emacs crash, and tell about the DEBUG file.
18767 18784
18768 * image-file.el (insert-image-file): Add yank-handler. 18785 * image-file.el (insert-image-file): Add yank-handler.
18769 (image-file-yank-handler): Yank handler to make unique copies of 18786 (image-file-yank-handler): Yank handler to make unique copies of
@@ -19733,7 +19750,7 @@
197332005-07-06 Richard M. Stallman <rms@gnu.org> 197502005-07-06 Richard M. Stallman <rms@gnu.org>
19734 19751
19735 * progmodes/flymake.el (flymake-float-time): Instead of 19752 * progmodes/flymake.el (flymake-float-time): Instead of
19736 with-no-warnings, test for xemacs. 19753 with-no-warnings, test for XEmacs.
19737 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string 19754 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
19738 to avoid warning. 19755 to avoid warning.
19739 19756