aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2012-03-21 14:27:05 -0400
committerStefan Monnier2012-03-21 14:27:05 -0400
commit0a6934fc04c67dd3f0b1c38f0d25e65d07bd2fec (patch)
tree6e5cce711fa8cb0dfba45eabe79596c64637e1f1
parent3d008e4f23fbb9ff7a3308eba745ab8d3a5e9698 (diff)
downloademacs-0a6934fc04c67dd3f0b1c38f0d25e65d07bd2fec.tar.gz
emacs-0a6934fc04c67dd3f0b1c38f0d25e65d07bd2fec.zip
Fix last ChangeLog + Andreas Politz has signed paperwork.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/ChangeLog.142
-rw-r--r--lisp/ChangeLog.154
-rw-r--r--src/ChangeLog.112
4 files changed, 7 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 14d3859f392..6034680d289 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,9 @@
12012-03-21 Stefan Monnier <monnier@iro.umontreal.ca> 12012-03-21 Andreas Politz <politza@fh-trier.de>
2 2
3 * outline.el (outline-flag-region): Evaporate overlays (bug#10789). 3 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
4 4
52012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
6
5 * progmodes/etags.el (tags-completion-at-point-function): 7 * progmodes/etags.el (tags-completion-at-point-function):
6 Improve last fix. 8 Improve last fix.
7 9
diff --git a/lisp/ChangeLog.14 b/lisp/ChangeLog.14
index 254e2863889..be50fc46672 100644
--- a/lisp/ChangeLog.14
+++ b/lisp/ChangeLog.14
@@ -7114,7 +7114,7 @@
7114 vc-default-mark-resolved. 7114 vc-default-mark-resolved.
7115 (vc-default-mark-resolved): Change to an alias for ignore. 7115 (vc-default-mark-resolved): Change to an alias for ignore.
7116 7116
71172008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change) 71172008-09-24 Andreas Politz <politza@fh-trier.de>
7118 7118
7119 * term.el (term-emulate-terminal): Encode input string before 7119 * term.el (term-emulate-terminal): Encode input string before
7120 checking its length. 7120 checking its length.
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15
index bf7a24a5b67..e3890b80ec4 100644
--- a/lisp/ChangeLog.15
+++ b/lisp/ChangeLog.15
@@ -14934,7 +14934,7 @@
14934 * woman.el (woman-make-bufname): Handle man-pages with "." in the 14934 * woman.el (woman-make-bufname): Handle man-pages with "." in the
14935 name. (Bug#5038) 14935 name. (Bug#5038)
14936 14936
149372009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change) 149372009-12-02 Andreas Politz <politza@fh-trier.de>
14938 14938
14939 * ido.el (ido-file-internal): Handle filenames at point that do 14939 * ido.el (ido-file-internal): Handle filenames at point that do
14940 not have a directory part. (Bug#5049) 14940 not have a directory part. (Bug#5049)
@@ -19488,7 +19488,7 @@
19488 (elint-log-message): Add optional argument. Use elint-output. 19488 (elint-log-message): Add optional argument. Use elint-output.
19489 (elint-set-mode-line): New function. 19489 (elint-set-mode-line): New function.
19490 19490
194912009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change) 194912009-09-12 Andreas Politz <politza@fh-trier.de>
19492 19492
19493 * emacs-lisp/elp.el (elp-not-profilable): Add more 19493 * emacs-lisp/elp.el (elp-not-profilable): Add more
19494 functions (Bug#4233). 19494 functions (Bug#4233).
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11
index 2e5404779b1..97d5a65281a 100644
--- a/src/ChangeLog.11
+++ b/src/ChangeLog.11
@@ -9627,7 +9627,7 @@
9627 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars 9627 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
9628 on left. 9628 on left.
9629 9629
96302010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change) 96302010-03-13 Andreas Politz <politza@fh-trier.de>
9631 9631
9632 * editfns.c (Fformat): Account for string precision when computing 9632 * editfns.c (Fformat): Account for string precision when computing
9633 field width (Bug#5710). 9633 field width (Bug#5710).