aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2010-06-10 03:04:45 +0200
committerJuanma Barranquero2010-06-10 03:04:45 +0200
commitfff84c22e7e57d7364c2298aebf1b35796fc852b (patch)
tree675b5a94ebf4f25118a98806319b8618beef3a85
parent3d6e7a438c78b55ded537c617fd20d8f4167f60e (diff)
downloademacs-fff84c22e7e57d7364c2298aebf1b35796fc852b.tar.gz
emacs-fff84c22e7e57d7364c2298aebf1b35796fc852b.zip
Remove duplicate ChangeLog entries.
-rw-r--r--doc/misc/ChangeLog30
-rw-r--r--lib-src/ChangeLog15
-rw-r--r--lisp/ChangeLog24
-rw-r--r--lwlib/ChangeLog11
-rw-r--r--src/ChangeLog16
5 files changed, 9 insertions, 87 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index f11d65acc79..2ab078d5473 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -2317,10 +2317,6 @@
2317 2317
2318 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files. 2318 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
2319 2319
23202007-10-28 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
2321
2322 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
2323
23242007-10-28 Reiner Steib <Reiner.Steib@gmx.de> 23202007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2325 2321
2326 * gnus.texi (Sorting the Summary Buffer): Remove 2322 * gnus.texi (Sorting the Summary Buffer): Remove
@@ -3856,19 +3852,6 @@
3856 3852
3857 * org.texi (Progress logging): New section. 3853 * org.texi (Progress logging): New section.
3858 3854
38592006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3860
3861 * viper.texi (Viper Specials):
3862 * gnus.texi (Example Setup):
3863 * faq.texi (Backspace invokes help):
3864 * dired-x.texi (Optional Installation Dired Jump):
3865 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
3866 follow coding conventions.
3867
38682006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
3869
3870 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
3871
38722006-06-06 Carsten Dominik <dominik@science.uva.nl> 38552006-06-06 Carsten Dominik <dominik@science.uva.nl>
3873 3856
3874 * org.texi (ASCII export): Document indentation adaptation. 3857 * org.texi (ASCII export): Document indentation adaptation.
@@ -3916,6 +3899,15 @@
3916 3899
3917 * org.texi: Small typo fixes. 3900 * org.texi: Small typo fixes.
3918 3901
39022006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3903
3904 * viper.texi (Viper Specials):
3905 * gnus.texi (Example Setup):
3906 * faq.texi (Backspace invokes help):
3907 * dired-x.texi (Optional Installation Dired Jump):
3908 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
3909 follow coding conventions.
3910
39192006-05-29 Michael Albinus <michael.albinus@gmx.de> 39112006-05-29 Michael Albinus <michael.albinus@gmx.de>
3920 3912
3921 * tramp.texi (Frequently Asked Questions): Disable zsh zle. 3913 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
@@ -4472,10 +4464,6 @@
4472 4464
4473 * gnus.texi (Article Washing): Additions. 4465 * gnus.texi (Article Washing): Additions.
4474 4466
44752006-01-08 Alex Schroeder <alex@gnu.org>
4476
4477 * pgg.texi (Caching passphrase): Rewording.
4478
44792006-01-13 Carsten Dominik <dominik@science.uva.nl> 44672006-01-13 Carsten Dominik <dominik@science.uva.nl>
4480 4468
4481 * org.texi (Agenda commands): Document tags command. 4469 * org.texi (Agenda commands): Document tags command.
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index d086226886c..606147f03aa 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -47,11 +47,6 @@
47 47
48 * Makefile.in (BLESSMAIL_TARGET): Set with configure, not cpp. 48 * Makefile.in (BLESSMAIL_TARGET): Set with configure, not cpp.
49 49
502010-05-08 Christoph <cschol2112@googlemail.com> (tiny change)
51
52 * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis
53 for macros for nmake compatibility.
54
552010-05-08 Glenn Morris <rgm@gnu.org> 502010-05-08 Glenn Morris <rgm@gnu.org>
56 51
57 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused. 52 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
@@ -4578,16 +4573,6 @@
4578 * Makefile.in.in (install, maybe-blessmail): Don't cd ..; 4573 * Makefile.in.in (install, maybe-blessmail): Don't cd ..;
4579 configure has already set $(INSTALL) to the proper relative path. 4574 configure has already set $(INSTALL) to the proper relative path.
4580 4575
45811995-06-27 Francesco Potortì (pot@cnuce.cnr.it)
4582
4583 * etags.c (plain_C_entries): New function.
4584 (lowcase): New macro.
4585 (tail, Fortran_functions, Pascal_functions): Use new macro lowcase.
4586 (lang_suffixes): New suffix ".pc" for Pro*C files.
4587 (consider_token): Don't tag all tokens beginning with DEFUN & Co..
4588 (tail): Look for the end of the token when comparing.
4589 (takeprec): Since now tail behaves differently, use strneq.
4590
45911995-07-08 Paul Eggert <eggert@twinsun.com> 45761995-07-08 Paul Eggert <eggert@twinsun.com>
4592 4577
4593 * rcs2log (datearg): Separate date from time with comma, not space, 4578 * rcs2log (datearg): Separate date from time with comma, not space,
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f581fd2be04..aa2fed11ea2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -330,15 +330,6 @@
330 (server-create-window-system-frame): New arg. Pass parent-id as 330 (server-create-window-system-frame): New arg. Pass parent-id as
331 frame parameter. 331 frame parameter.
332 332
3332010-05-29 Chong Yidong <cyd@stupidchicken.com>
334
335 * ansi-color.el: Delete unused escape sequences (Bug#6085).
336 (ansi-color-drop-regexp): New constant.
337 (ansi-color-apply, ansi-color-filter-region)
338 (ansi-color-apply-on-region): Delete unrecognized control
339 sequences.
340 (ansi-color-apply): Build string list before calling concat.
341
3422010-05-29 Eli Zaretskii <eliz@gnu.org> 3332010-05-29 Eli Zaretskii <eliz@gnu.org>
343 334
344 Bidi-sensitive word movement with arrow keys. 335 Bidi-sensitive word movement with arrow keys.
@@ -487,11 +478,6 @@
487 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use 478 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
488 font-lock-constant-face, not obsolete font-lock-reference-face. 479 font-lock-constant-face, not obsolete font-lock-reference-face.
489 480
4902010-05-27 Masatake YAMATO <yamato@redhat.com>
491
492 * htmlfontify.el (hfy-face-resolve-face): New function.
493 (hfy-face-to-style): Use it (Bug#6279).
494
4952010-05-27 Kenichi Handa <handa@m17n.org> 4812010-05-27 Kenichi Handa <handa@m17n.org>
496 482
497 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph 483 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
@@ -633,11 +619,6 @@
633 619
634 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201). 620 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
635 621
6362010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
637
638 * subr.el (read-quoted-char): Resolve modifiers after key
639 remapping (bug#6212).
640
6412010-05-22 Chong Yidong <cyd@stupidchicken.com> 6222010-05-22 Chong Yidong <cyd@stupidchicken.com>
642 623
643 * image.el (image-refresh): Define as an alias for image-flush. 624 * image.el (image-refresh): Define as an alias for image-flush.
@@ -1544,11 +1525,6 @@
1544 1525
1545 * minibuffer.el (tags-completion-at-point-function): Fix return value. 1526 * minibuffer.el (tags-completion-at-point-function): Fix return value.
1546 1527
15472010-04-30 Eli Zaretskii <eliz@gnu.org>
1548
1549 * composite.el (compose-region, reference-point-alist): Fix typos
1550 in the doc strings.
1551
15522010-04-29 Chong Yidong <cyd@stupidchicken.com> 15282010-04-29 Chong Yidong <cyd@stupidchicken.com>
1553 1529
1554 * ido.el (ido-init-completion-maps): Remove C-v binding. 1530 * ido.el (ido-init-completion-maps): Remove C-v binding.
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index 7e8edb930ad..207b94f190a 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -891,11 +891,6 @@
891 [USE_XAW]: Include <X11/Xaw/Paned.h>. 891 [USE_XAW]: Include <X11/Xaw/Paned.h>.
892 (lwlib_memset, lwlib_bcopy): Explicitly declare return type. 892 (lwlib_memset, lwlib_bcopy): Explicitly declare return type.
893 893
8941997-12-20 Richard Stallman <rms@delysid.gnu.org>
895
896 * lwlib-Xm.c (update_one_menu_entry):
897 Add conditional in case XmNpositionIndex is missing.
898
8991997-12-20 Richard Stallman <rms@psilocin.gnu.org> 8941997-12-20 Richard Stallman <rms@psilocin.gnu.org>
900 895
901 * lwlib-Xm.c (update_one_menu_entry): 896 * lwlib-Xm.c (update_one_menu_entry):
@@ -1176,12 +1171,6 @@
1176 cascade button itself. This works around a Motif SIGSEGV in the 1171 cascade button itself. This works around a Motif SIGSEGV in the
1177 function `InSharedMenuHierarchy'. 1172 function `InSharedMenuHierarchy'.
1178 1173
11791994-10-29 Richard Stallman <rms@duality.gnu.ai.mit.edu>
1180
1181 * xlwmenu.c (xlwmenu_default_font): New global variable.
1182 (XlwMenuInitialize): Use xlwmenu_default_font to default
1183 the font if necessary. Make mw, itself, an argument.
1184
11851994-10-26 Richard Stallman <rms@duality.gnu.ai.mit.edu> 11741994-10-26 Richard Stallman <rms@duality.gnu.ai.mit.edu>
1186 1175
1187 * xlwmenu.c (pop_up_menu): Pass a Display * to x_catch_errors, etc. 1176 * xlwmenu.c (pop_up_menu): Pass a Display * to x_catch_errors, etc.
diff --git a/src/ChangeLog b/src/ChangeLog
index e0893099005..7e7b05f077a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1942,11 +1942,6 @@
1942 (gif_load): Put GIF extension data to the property 1942 (gif_load): Put GIF extension data to the property
1943 `Qextension_data'. 1943 `Qextension_data'.
1944 1944
19452010-04-05 Chong Yidong <cyd@stupidchicken.com>
1946
1947 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
1948 terminal frames (Bug#5837).
1949
19502010-03-31 Chong Yidong <cyd@stupidchicken.com> 19452010-03-31 Chong Yidong <cyd@stupidchicken.com>
1951 1946
1952 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL. 1947 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
@@ -2188,11 +2183,6 @@
2188 case that the output buffer is fullfilled. 2183 case that the output buffer is fullfilled.
2189 (encode_coding): Setup ccl program here. 2184 (encode_coding): Setup ccl program here.
2190 2185
21912010-03-24 Andreas Politz <politza@fh-trier.de> (tiny change)
2192
2193 * editfns.c (Fformat): Account for string precision when computing
2194 field width (Bug#5710).
2195
21962010-03-23 Dan Nicolaescu <dann@ics.uci.edu> 21862010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
2197 2187
2198 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default. 2188 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
@@ -14023,12 +14013,6 @@
14023 Report an error when image size is invalid. 14013 Report an error when image size is invalid.
14024 Read two bytes at a time when raw images have max_color_idx above 255. 14014 Read two bytes at a time when raw images have max_color_idx above 255.
14025 14015
140262008-04-05 Eli Zaretskii <eliz@gnu.org>
14027
14028 * w32.c (readdir): If FindFirstFile/FindNextFile return in
14029 cFileName a file name that includes `?' characters, use the 8+3
14030 alias in cAlternateFileName instead.
14031
140322008-04-05 Kenichi Handa <handa@ni.aist.go.jp> 140162008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
14033 14017
14034 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't 14018 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't