aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog124
1 files changed, 124 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 19c80a65888..6d652931328 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,127 @@
12011-07-14 Chong Yidong <cyd@stupidchicken.com>
2
3 * bindings.el: Add advertised binding for set-mark-command
4 (Bug#5772).
5
62011-07-14 Chong Yidong <cyd@stupidchicken.com>
7
8 * bindings.el (mode-line-other-buffer):
9 * bookmark.el (bookmark-bmenu-2-window):
10 * bs.el (bs-cycle-next, bs-cycle-previous):
11 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
12 switch-to-buffer.
13
14 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15 Deleted.
16
172011-07-14 Juanma Barranquero <lekktu@gmail.com>
18
19 * follow.el (follow-debug-message, follow-redisplay):
20 * jka-cmpr-hook.el (with-auto-compression-mode):
21 Fix typos in docstrings.
22
232011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
24
25 * subr.el (with-silent-modifications): Clarify somewhat what the
26 macro inhibits (bug#6525).
27
28 * simple.el (eval-expression): Note what it does if called
29 interactively (bug#6495).
30
312011-07-13 Chong Yidong <cyd@stupidchicken.com>
32
33 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW. Use
34 pop-to-buffer buffer-or-name if it is nil.
35
36 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
37 Remove switch-to-buffer.
38
392011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
40
41 * files.el (make-directory): Clarify that an error will be raised
42 if there's an error (bug#6397).
43
44 * startup.el (initial-buffer-choice): Add `none' as a choice
45 (bug#6234).
46
47 * subr.el (add-hook): Clarify section about buffer-local hooks
48 (bug#6218).
49
50 * dired.el (dired-flagged): Clarify doc string (bug#6117).
51
522011-07-13 Juanma Barranquero <lekktu@gmail.com>
53
54 * tabify.el (untabify): Preserve the current column so that point
55 doesn't move (bug#6032).
56
572011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
58
59 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock): Rewrite
60 to avoid awkward possessive "s" (bug#5986).
61
622011-07-13 Glenn Morris <rgm@gnu.org>
63
64 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
65 (dired-insert-directory): Give a message the first time
66 if ls is found not to support --dired.
67
682011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
69
70 * simple.el (toggle-truncate-lines): Clarify what is toggled
71 (bug#5580). Text by Drew Adams.
72
732011-07-13 Chong Yidong <cyd@stupidchicken.com>
74
75 * simple.el (blink-matching-open): Make the error message from the
76 last change less verbose.
77
782011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
79
80 * font-lock.el (font-lock-comment-face): Use the high contrast
81 "yellow" color for font-lock-comment-face on low color terminals
82 using a dark background color (bug#4221).
83
842011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
85
86 * dired.el (dired-insert-set-properties): Make the doc string
87 reflect what it does now (bug#5325).
88
89 * simple.el (blink-matching-open): Say that we were unable to find
90 the match within the limit, if we're limited (bug#5122).
91
92 * international/mule-cmds.el (prefer-coding-system): Add an
93 example (bug#4869).
94
95 * progmodes/etags.el (tags-search): Document `file-list-form'
96 (bug#4731).
97
982011-07-13 Lawrence Mitchell <wence@gmx.li>
99
100 * net/browse-url.el (browse-url-default-browser)
101 (browse-url-browser-function): Make the default browser choice a
102 bit more logical (bug#4300). Also clean up the doc string.
103
1042011-07-13 Juanma Barranquero <lekktu@gmail.com>
105
106 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
107 binary endings (bug#4440).
108
1092011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
110
111 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
112 which can be pretty annoying (bug#8971).
113
114 * jka-compr.el (jka-compr-verbose): New variable, and use
115 throughout (bug#8971).
116
117 * info.el (Info-find-file): Fall back on the installation
118 directory if we can't find the info node anywhere else.
119
1202011-07-13 Sergei Organov <osv@javad.com> (tiny change)
121
122 * vc/vc.el (vc-revert-file):
123 Don't set file time-stamp in the past. (Bug#5181)
124
12011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org> 1252011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 126
3 * files.el (after-find-file): Give a better error message when 127 * files.el (after-find-file): Give a better error message when