aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2006-08-22 01:35:45 +0000
committerStefan Monnier2006-08-22 01:35:45 +0000
commit8ec94c16aefbc14e239c52ca594d9a0da31f2285 (patch)
treee36264fc281969936abf3525e2de25eaabae2c82 /lisp/ChangeLog
parentb1333d4fbedcbac9623acdba934de3c5540aec94 (diff)
downloademacs-8ec94c16aefbc14e239c52ca594d9a0da31f2285.tar.gz
emacs-8ec94c16aefbc14e239c52ca594d9a0da31f2285.zip
(blink-cursor-end): Only ignore the error we care about.
(blink-cursor-mode): Use blink-cursor-end to simplify the code.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ecc660373fb..22137ebccf2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,7 +2,12 @@
2 2
3 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame 3 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
4 a bit wider and remove fringes to fit initial output on line. 4 a bit wider and remove fringes to fit initial output on line.
5 5
62006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * frame.el (blink-cursor-end): Only ignore the error we care about.
9 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
10
62006-08-21 Richard Stallman <rms@gnu.org> 112006-08-21 Richard Stallman <rms@gnu.org>
7 12
8 * whitespace.el (whitespace-cleanup): Doc fix. 13 * whitespace.el (whitespace-cleanup): Doc fix.
@@ -16,8 +21,8 @@
16 (rcirc-mode): Preserve the value of `rcirc-urls' across 21 (rcirc-mode): Preserve the value of `rcirc-urls' across
17 connections. Setup scroll function. 22 connections. Setup scroll function.
18 (rcirc-scroll-to-bottom): New function. 23 (rcirc-scroll-to-bottom): New function.
19 (rcirc-print): Use nick syntax around regexp work. Notice 24 (rcirc-print): Use nick syntax around regexp work.
20 dim-nicks speaking only if they say our nick. 25 Notice dim-nicks speaking only if they say our nick.
21 (rcirc-update-activity-string): Do not show the modeline indicator 26 (rcirc-update-activity-string): Do not show the modeline indicator
22 if there are no live rcirc processes. 27 if there are no live rcirc processes.
23 (rcirc-cmd-ignore): Ignore case. 28 (rcirc-cmd-ignore): Ignore case.