summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--etc/ChangeLog6
-rw-r--r--etc/NEWS25
3 files changed, 18 insertions, 19 deletions
diff --git a/ChangeLog b/ChangeLog
index fdde50669b5..7bb19e04ac1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -59,7 +59,7 @@
2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
- * lib/makefile.w32-in: ($(BLD)/md5.$(O)): Added dependency on
+ * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
$(EMACS_ROOT)/nt/inc/stdint.h.
2011-02-21 Eli Zaretskii <eliz@gnu.org>
@@ -98,7 +98,7 @@
way to test this so I left it alone.
* configure: Regenerate.
-2011-02-20 Christoph Scholtes <cschol2112@gmail.com>
+2011-02-20 Christoph Scholtes <cschol2112@gmail.com>
* lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
src/makefile.w32-in.
@@ -961,7 +961,7 @@
2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
- * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
+ * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
by minimum required Gtk+ 2.6). Add checks for functions introduced
in Gtk+ 2.14 or newer (bug#6505).
diff --git a/etc/ChangeLog b/etc/ChangeLog
index cbe46d3a53e..53cd307e3cc 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -24,15 +24,15 @@
2011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
* etc/images/icons/allout-widgets/dark-bg,
- etc/images/icons/allout-widgets/light-bg,
- encrypted-locked.{xpm,png}, unlocked-encrypted.{xpm,png}:
+ * etc/images/icons/allout-widgets/light-bg,
+ * encrypted-locked.{xpm,png}, unlocked-encrypted.{xpm,png}:
Reorganize icon directories and files to reconcile against windows
short-filename clashes.
2011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
* etc/images/icons/allout-widgets-dark-bg,
- etc/images/icons/allout-widgets-light-bg: Icons for new
+ * etc/images/icons/allout-widgets-light-bg: Icons for new
allout-widgets.el.
* etc/images/icons/README: Include coypright and GPL 3 license for
diff --git a/etc/NEWS b/etc/NEWS
index bb59e0e2a24..ba33263cf44 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -185,8 +185,8 @@ If you have code that adds something to kill-emacs-hook, you should
consider if it is still appropriate to add it in the noninteractive case.
** New scrolling commands `scroll-up-command' and `scroll-down-command'
-(bound to C-v/[next] and M-v/[prior]) does not signal errors at top/bottom
-of buffer at first key-press (instead moves to top/bottom of buffer)
+(bound to C-v/[next] and M-v/[prior]) do not signal errors at top/bottom
+of buffer at first key-press (instead move to top/bottom of buffer)
when a new variable `scroll-error-top-bottom' is non-nil.
** New scrolling commands `scroll-up-line' and `scroll-down-line'
@@ -365,7 +365,7 @@ Just set shell-dir-cookie-re to an appropriate regexp.
** Archive Mode has basic support to browse 7z archives.
** browse-url has gotten a new variable that is used for mailto: URLs,
- `browse-url-mailto-function', which defaults to `browse-url-mail'.
+`browse-url-mailto-function', which defaults to `browse-url-mail'.
** Directory local variables can apply to file-less buffers, in certain modes
(eg dired, vc-dir, log-edit). For example, adding
@@ -702,15 +702,14 @@ FIXME: This only says what was changed, but not what are the
programmer-visible consequences.
** Passing a nil argument to a minor mode function now turns the mode
- ON unconditionally.
+ON unconditionally.
** During startup, Emacs no longer adds entries for `menu-bar-lines'
-and `tool-bar-lines' to `default-frame-alist' and
-`initial-frame-alist'. With these alist entries omitted, `make-frame'
-checks the value of the variable `menu-bar-mode'/`tool-bar-mode' to
-determine whether to create a menu-bar or tool-bar, respectively.
-If the alist entries are added, they override the value of
-`menu-bar-mode'/`tool-bar-mode'.
+and `tool-bar-lines' to `default-frame-alist' and `initial-frame-alist'.
+With these alist entries omitted, `make-frame' checks the value of the
+variable `menu-bar-mode'/`tool-bar-mode' to determine whether to create
+a menu-bar or tool-bar, respectively. If the alist entries are added,
+they override the value of `menu-bar-mode'/`tool-bar-mode'.
** Regions created by mouse dragging are now normal active regions,
similar to the ones created by shift-selection. In previous Emacs
@@ -830,13 +829,13 @@ displayed with a "spinning bar".
* Changes in Emacs 24.1 on non-free operating systems
-** New configure.bat option --enable-checking builds emacs with extra
+** New configure.bat option --enable-checking builds Emacs with extra
runtime checks.
** New configure.bat option --distfiles to specify files to be
-included in binary distribution
+included in binary distribution.
-** New make target `dist' to create binary distribution for MS Windows
+** New make target `dist' to create binary distribution for MS Windows.
----------------------------------------------------------------------