aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2013-10-24 00:04:01 -0700
committerGlenn Morris <[email protected]>2013-10-24 00:04:01 -0700
commit9698f11c57f42777e67419816340b1d931ef7854 (patch)
tree56c741ff587f35c71ebdbb8acc796fc624096e89 /src
parent11e5e2eba1eeb747cbeb24500d74d4c6cfb777b9 (diff)
ChangeLog fixes
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/ChangeLog.124
2 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 09d7c66c1c..6da470c38e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5429,7 +5429,7 @@
* keyboard.c (read_decoded_char): Don't decode under w32 (bug#14403).
-2013-05-22 Barry OReilly <[email protected]> (tiny change)
+2013-05-22 Barry O'Reilly <[email protected]>
* casetab.c (init_casetab_once): Fix last change (bug#14424).
@@ -5454,7 +5454,7 @@
character numbers counted by detect_coding_utf_8. Fix detection
of BOM for utf-8.
-2013-05-21 Barry OReilly <[email protected]> (tiny change)
+2013-05-21 Barry O'Reilly <[email protected]>
* search.c (looking_at_1): Only set last_thing_searched if the match
changed the match-data (bug#14281).
diff --git a/src/ChangeLog.12 b/src/ChangeLog.12
index 053baa3d48..b14ce20ede 100644
--- a/src/ChangeLog.12
+++ b/src/ChangeLog.12
@@ -6862,7 +6862,7 @@
is undefined. See Stefan Monnier in
<http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00762.html>.
-2012-08-26 Barry OReilly <[email protected]> (tiny change)
+2012-08-26 Barry O'Reilly <[email protected]>
* lisp.h (functionp): New function (extracted from Ffunctionp).
(FUNCTIONP): Use it.
@@ -7567,7 +7567,7 @@
* editfns.c (Fformat): Doc fix (Bug#12059).
(Fsave_current_buffer): Doc fix (Bug#11542).
-2012-08-14 Barry OReilly <[email protected]> (tiny change)
+2012-08-14 Barry O'Reilly <[email protected]>
* keyboard.c (access_keymap_keyremap): Accept anonymous functions
(bug#12022).