aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2014-01-16 20:54:23 -0500
committerGlenn Morris2014-01-16 20:54:23 -0500
commit56db2b1bfd76350495cb1e791c98cfe00df26c10 (patch)
tree4cf2291fa56571d3b09acec94bad45ef02e6124f /src
parentb5ccc1beb33fb90e6ed7a0b1d5aa7eca431d0200 (diff)
downloademacs-56db2b1bfd76350495cb1e791c98cfe00df26c10.tar.gz
emacs-56db2b1bfd76350495cb1e791c98cfe00df26c10.zip
ChangeLog fixes
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.12
-rw-r--r--src/ChangeLog.22
-rw-r--r--src/ChangeLog.64
3 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog.1 b/src/ChangeLog.1
index df9db67691a..657bedce959 100644
--- a/src/ChangeLog.1
+++ b/src/ChangeLog.1
@@ -2279,7 +2279,7 @@
2279 Postpone fixup of free_at_end_vpos 2279 Postpone fixup of free_at_end_vpos
2280 until unchanged_at_bottom is set up. 2280 until unchanged_at_bottom is set up.
2281 2281
2282 * everywhere: 2282 * Everywhere:
2283 Remove many variables not really used. 2283 Remove many variables not really used.
2284 2284
2285 * process.c (count_active_processes): 2285 * process.c (count_active_processes):
diff --git a/src/ChangeLog.2 b/src/ChangeLog.2
index 8f8c5d24d9b..c852328d61a 100644
--- a/src/ChangeLog.2
+++ b/src/ChangeLog.2
@@ -4131,7 +4131,7 @@
4131 and DEFVAR_PER_BUFFER. They expand into calls to 4131 and DEFVAR_PER_BUFFER. They expand into calls to
4132 defvar_lisp, etc. 4132 defvar_lisp, etc.
4133 4133
4134 * all .c files: 4134 * All .c files:
4135 All Def...Var renamed to DEFVAR... in syms_of_.... 4135 All Def...Var renamed to DEFVAR... in syms_of_....
4136 4136
4137 * doc.c (FSnarf_documentation): Understand new DOC format 4137 * doc.c (FSnarf_documentation): Understand new DOC format
diff --git a/src/ChangeLog.6 b/src/ChangeLog.6
index 6e7f6499ea4..19752bae1f4 100644
--- a/src/ChangeLog.6
+++ b/src/ChangeLog.6
@@ -5354,6 +5354,10 @@
5354 5354
5355See ChangeLog.5 for earlier changes. 5355See ChangeLog.5 for earlier changes.
5356 5356
5357;; Local Variables:
5358;; coding: utf-8
5359;; End:
5360
5357 Copyright (C) 1995-1996, 2001-2014 Free Software Foundation, Inc. 5361 Copyright (C) 1995-1996, 2001-2014 Free Software Foundation, Inc.
5358 5362
5359 This file is part of GNU Emacs. 5363 This file is part of GNU Emacs.