aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-03-25 22:04:52 +0200
committerJoakim Verona2012-03-25 22:04:52 +0200
commit75da28a3845b9dfa4e730cfa19c14edc52cbb222 (patch)
treeb04519bffcb21264cbe3ce8af13df7186548667f /lisp/ChangeLog
parentb827329a89291ed68dd017c53976be7ce5ed3b22 (diff)
parentf514f6f0e3f8bbeb5212d0337e5bda5a9a4eaeb5 (diff)
downloademacs-75da28a3845b9dfa4e730cfa19c14edc52cbb222.tar.gz
emacs-75da28a3845b9dfa4e730cfa19c14edc52cbb222.zip
upstream
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog154
1 files changed, 133 insertions, 21 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ed5dc39021b..5a0c33da3c8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,126 @@
12012-03-25 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
4 of same-dir.tst, to avoid stepping on other (parallel) Make job's
5 toes.
6
72012-03-25 Chong Yidong <cyd@gnu.org>
8
9 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
10 theme if it was previously enabled before (Bug#11031).
11
12 * cus-theme.el (custom-theme-write-faces): Retrieve current face
13 spec with custom-face-get-current-spec if its :shown-value is not
14 determined yet (Bug#9337).
15 (customize-create-theme, custom-theme-revert): Doc fixes.
16
17 * button.el (button-at): Minor addition to docstring.
18
192012-03-24 Simon Leinen <simon.leinen@gmail.com>
20
21 * vc/vc.el (vc-merge): Fix a prompt.
22
232012-03-24 Chong Yidong <cyd@gnu.org>
24
25 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
26 point (Bug#9623).
27
28 * button.el (button-at): Minor addition to docstring.
29
302012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * newcomment.el (comment-choose-indent): No space after BOL.
33
342012-03-22 Sam Steingold <sds@gnu.org>
35
36 * window.el (switch-to-prev-buffer): Revert last patch because the
37 bug turned out to be an advertised feature (Elisp manual 28.14).
38
392012-03-22 Glenn Morris <rgm@gnu.org>
40
41 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
42 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
43
442012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
45
46 * net/network-stream.el (network-stream-open-starttls): Make error
47 message under Windows be less misleading.
48
492012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
50
51 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
52 understands (bug#9942).
53
542012-03-22 Chong Yidong <cyd@gnu.org>
55
56 * simple.el (end-of-visible-line): Handle return value of
57 next-single-property-change properly (Bug#9371).
58
592012-03-22 Kenichi Handa <handa@m17n.org>
60
61 * international/quail.el (quail-insert-kbd-layout): Fix previous
62 change. To avoid unwanted bidi reordering, use
63 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
64
652012-03-21 Dmitry Gutov <dgutov@yandex.ru>
66
67 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
68 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
69 (ruby-beginning-of-indent): Be more careful with the difference
70 between word-boundary and symbol boundary.
71 (ruby-mode-syntax-table): Make : a symbol constituent.
72
732012-03-21 Andreas Politz <politza@fh-trier.de>
74
75 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
76
772012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
78
79 * progmodes/etags.el (tags-completion-at-point-function):
80 Improve last fix.
81
82 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
83
842012-03-21 Sam Steingold <sds@gnu.org>
85
86 * progmodes/etags.el (tags-completion-at-point-function):
87 Avoid the error when point is inside the pattern.
88
892012-03-21 John Yates <john@yates-sheets.org> (tiny change)
90
91 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
92 line (Bug#10855).
93
942012-03-21 Drew Adams <drew.adams@oracle.com>
95
96 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
97
982012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
99
100 * ido.el (ido-set-current-directory, ido-read-internal)
101 (ido-choose-completion-string, ido-completion-help): Handle nil
102 value of ido-completion-buffer (Bug#11008).
103
1042012-03-21 Sam Steingold <sds@gnu.org>
105
106 * window.el (switch-to-prev-buffer): Do not switch to a visible
107 window previous buffer, just like with the frame previous buffers.
108
1092012-03-21 Chong Yidong <cyd@gnu.org>
110
111 * faces.el (make-face, make-empty-face, copy-face):
112 * face-remap.el (face-remap-add-relative, face-remap-set-base):
113 Doc fixes.
114
1152012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
116
117 * wid-edit.el (widget-complete-field): Remove (bug#11051).
118 (widget-complete): Remove broken use of it.
119
12012-03-20 Chong Yidong <cyd@gnu.org> 1202012-03-20 Chong Yidong <cyd@gnu.org>
2 121
3 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry): Use 122 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4 string-width and truncate-string-width to handle arbitrary 123 Use string-width and truncate-string-width to handle arbitrary
5 characters. 124 characters.
6 125
72012-03-20 Tassilo Horn <tassilo@member.fsf.org> 1262012-03-20 Tassilo Horn <tassilo@member.fsf.org>
@@ -17,8 +136,7 @@
17 136
182012-03-18 Leo Liu <sdl.web@gmail.com> 1372012-03-18 Leo Liu <sdl.web@gmail.com>
19 138
20 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with 139 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
21 prefix.
22 140
232012-03-17 Eli Zaretskii <eliz@gnu.org> 1412012-03-17 Eli Zaretskii <eliz@gnu.org>
24 142
@@ -48,7 +166,7 @@
48 (hfy-fontify-buffer): Use above handlers. 166 (hfy-fontify-buffer): Use above handlers.
49 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'. 167 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
50 (hfy-face-to-css): Re-defined to be a variable. 168 (hfy-face-to-css): Re-defined to be a variable.
51 (hfy-compile-stylesheet): Modified. Allow stylesheet to be built 169 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
52 over multiple runs. This is made possible by having the caller let 170 over multiple runs. This is made possible by having the caller let
53 bind a special variable `hfy-user-sheet-assoc'. 171 bind a special variable `hfy-user-sheet-assoc'.
54 (htmlfontify-string): New defun. 172 (htmlfontify-string): New defun.
@@ -72,10 +190,8 @@
72 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a 190 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
73 limit to a call of `c-literal-limits'. 191 limit to a call of `c-literal-limits'.
74 (c-determine-+ve-limit): New function. 192 (c-determine-+ve-limit): New function.
75 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an 193 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
76 `and'. 194 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
77 (c-guess-basic-syntax): In macros, restrict a search limit to
78 2000.
79 In CASE 5B, restrict a search limit to 500. 195 In CASE 5B, restrict a search limit to 500.
80 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'. 196 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
81 197
@@ -89,7 +205,7 @@
892012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com> 2052012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
90 206
91 * tar-mode.el (tar-mode): Fix saving by conditionally undoing 207 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
92 `special-mode' setting of `buffer-read-only'. (Bug#11010) 208 `special-mode' setting of `buffer-read-only'. (Bug#11010)
93 209
942012-03-16 Glenn Morris <rgm@gnu.org> 2102012-03-16 Glenn Morris <rgm@gnu.org>
95 211
@@ -156,8 +272,7 @@
156 272
1572012-03-12 Leo Liu <sdl.web@gmail.com> 2732012-03-12 Leo Liu <sdl.web@gmail.com>
158 274
159 * simple.el (kill-new): Use equal-including-properties for 275 * simple.el (kill-new): Use equal-including-properties for comparison.
160 comparison.
161 (kill-do-not-save-duplicates): Doc fix. 276 (kill-do-not-save-duplicates): Doc fix.
162 277
1632012-03-12 Stefan Monnier <monnier@iro.umontreal.ca> 2782012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -239,8 +354,7 @@
239 354
240 * net/mairix.el (mairix-replace-invalid-chars): Rename from 355 * net/mairix.el (mairix-replace-invalid-chars): Rename from
241 mairix-replace-illegal-chars; all callers changed. Don't remove 356 mairix-replace-illegal-chars; all callers changed. Don't remove
242 ^, ~, and = characters: they are meaningful in mairix search 357 ^, ~, and = characters: they are meaningful in mairix search specs.
243 specs.
244 (mairix-widget-create-query): Add usage information about mairix 358 (mairix-widget-create-query): Add usage information about mairix
245 search forms: negating words, searching for substrings, etc. 359 search forms: negating words, searching for substrings, etc.
246 360
@@ -425,8 +539,7 @@
425 539
4262012-03-04 Chong Yidong <cyd@gnu.org> 5402012-03-04 Chong Yidong <cyd@gnu.org>
427 541
428 * cus-start.el: Make x-select-enable-clipboard-manager 542 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
429 customizable.
430 543
4312012-03-04 Glenn Morris <rgm@gnu.org> 5442012-03-04 Glenn Morris <rgm@gnu.org>
432 545
@@ -557,7 +670,7 @@
557 (font-lock-default-function): Move the check for a specification 670 (font-lock-default-function): Move the check for a specification
558 to font-lock-spec-present. 671 to font-lock-spec-present.
559 672
560 * font-lock.el (font-lock-initial-fontify): call ... 673 * font-lock.el (font-lock-initial-fontify): Call ...
561 (font-lock-spec-present): New function. 674 (font-lock-spec-present): New function.
562 675
5632012-02-26 Jim Blandy <jimb@red-bean.com> 6762012-02-26 Jim Blandy <jimb@red-bean.com>
@@ -886,8 +999,7 @@
886 999
8872012-02-12 Teodor Zlatanov <tzz@lifelogs.com> 10002012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
888 1001
889 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group 1002 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
890 tag.
891 1003
8922012-02-12 Alan Mackenzie <acm@muc.de> 10042012-02-12 Alan Mackenzie <acm@muc.de>
893 1005
@@ -1060,8 +1172,8 @@
1060 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max): 1172 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
1061 Add :version tags. 1173 Add :version tags.
1062 1174
1063 * progmodes/compile.el (compilation-first-column) 1175 * progmodes/compile.el (compilation-error-screen-columns)
1064 (compilation-error-screen-columns, compilation-filter-start): Doc fixes. 1176 (compilation-first-column, compilation-filter-start): Doc fixes.
1065 1177
1066 * vc/log-view.el (log-view-toggle-entry-display): 1178 * vc/log-view.el (log-view-toggle-entry-display):
1067 * vc/vc.el (vc-merge, vc-pull): Doc fixes. 1179 * vc/vc.el (vc-merge, vc-pull): Doc fixes.