aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2012-10-07 21:58:14 +0900
committerKenichi Handa2012-10-07 21:58:14 +0900
commitdade5fca51ce2ed10fdace1cfcf78287599154a1 (patch)
tree299c84e1ce2c5a95237b41781113790626d259c5 /lisp/ChangeLog
parent6aa75fb62f6cdc4164d935ef14d57feec5ed6e0a (diff)
parent78d876b90e52400b7bbb086ca1a471d3d20d0e98 (diff)
downloademacs-dade5fca51ce2ed10fdace1cfcf78287599154a1.tar.gz
emacs-dade5fca51ce2ed10fdace1cfcf78287599154a1.zip
merge trunk
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog123
1 files changed, 116 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bc8840819a3..b2cc65a0ca3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,115 @@
3 * international/mule-conf.el (compound-text-with-extensions): Add 3 * international/mule-conf.el (compound-text-with-extensions): Add
4 :mime-charset property as x-ctext. 4 :mime-charset property as x-ctext.
5 5
62012-10-07 Stefan Merten <smerten@oekonux.de>
7
8 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
9 (rst-indent-literal-normal, rst-indent-literal-minimized)
10 (rst-indent-comment): Correct :version tag.
11
122012-10-07 Glenn Morris <rgm@gnu.org>
13
14 * mail/rmailmm.el (rmail-mime-process-multipart):
15 Do not confuse a multipart message with an epilogue
16 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
17
182012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
19
20 Fix shell output retrieval and comint-prompt-regexp init.
21 * progmodes/python.el (inferior-python-mode):
22 (python-shell-make-comint): Fix initialization of
23 comint-prompt-regexp from copied file local variables.
24 (python-shell-fetched-lines): Remove var.
25 (python-shell-output-filter-in-progress): Rename from
26 python-shell-fetch-lines-in-progress.
27 (python-shell-output-filter-buffer): Rename from
28 python-shell-fetch-lines-string.
29 (python-shell-fetch-lines-filter): Delete function.
30 (python-shell-output-filter): New function.
31 (python-shell-send-string-no-output): Use them.
32
332012-10-07 Glenn Morris <rgm@gnu.org>
34
35 * hi-lock.el (hi-lock-process-phrase):
36 Try to make it less fragile. (Bug#7161)
37
38 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
39
402012-10-06 Glenn Morris <rgm@gnu.org>
41
42 * ehelp.el (electric-help-mode): Use help-mode rather than
43 non-existent mode `help'.
44 (electric-help-map): Use button-buffer-map. (Bug#10917)
45
46 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
47 (reftex-create-bibtex-footer): Fix custom types.
48
49 * progmodes/sh-script.el (sh-indent-after-continuation):
50 Add explicit :group.
51
52 * textmodes/rst.el (rst-preferred-decorations)
53 (rst-shift-basic-offset): Clarify obsolescence versions.
54
55 * profiler.el (profiler): Add missing group :version tag.
56 * avoid.el (mouse-avoidance-banish-position):
57 * proced.el (proced-renice-command):
58 * calc/calc.el (calc-ensure-consistent-units):
59 * calendar/icalendar.el (icalendar-import-format-uid):
60 * net/tramp.el (tramp-save-ad-hoc-proxies):
61 * progmodes/bug-reference.el (bug-reference-bug-regexp):
62 * progmodes/flymake.el (flymake-error-bitmap)
63 (flymake-warning-bitmap, flymake-fringe-indicator-position):
64 * progmodes/sh-script.el (sh-indent-after-continuation):
65 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
66 (verilog-before-save-font-hook, verilog-after-save-font-hook):
67 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
68 (vhdl-array-index-record-field-in-sensitivity-list)
69 (vhdl-indent-comment-like-next-code-line):
70 * textmodes/reftex-vars.el (reftex-ref-style-alist)
71 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
72 (reftex-cite-key-separator, reftex-create-bibtex-header)
73 (reftex-create-bibtex-footer):
74 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
75 (rst-indent-literal-normal, rst-indent-literal-minimized)
76 (rst-indent-comment): Add missing custom :version tags.
77
78 * calendar/timeclock.el (timeclock-modeline-display):
79 Add missing obsolete alias for renamed user option.
80
81 * strokes.el (strokes-modeline-string):
82 * emulation/crisp.el (crisp-mode-modeline-string):
83 * eshell/esh-mode.el (eshell-status-in-modeline):
84 Aliases to defcustoms must come before the defcustom.
85
86 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
87 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
88 (cal-tex-cursor-week-monday): Doc fixes.
89 (cal-tex-cursor-week2-summary): Doc fix.
90 Rename from cal-tex-cursor-week-at-a-glance.
91
92 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
93 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
94
95 * calendar/calendar.el (calendar-mode-map):
96 Add cal-tex-cursor-week2-summary.
97
982012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
99
100 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
101
102 * subr.el (read-passwd-map): New var.
103 (read-passwd): Use `read-string' again.
104 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
105
1062012-10-06 Jambunathan K <kjambunathan@gmail.com>
107
108 * register.el (append-to-register, prepend-to-register):
109 Deactivate mark, as does `copy-to-register' (bug#12389).
110
1112012-10-06 Chong Yidong <cyd@gnu.org>
112
113 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
114
62012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change) 1152012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
7 116
8 * international/characters.el: Fix simple mistake ((car chars) -> 117 * international/characters.el: Fix simple mistake ((car chars) ->
@@ -69,7 +178,7 @@
69 (python-fill-decorator-function, python-fill-paren-function): 178 (python-fill-decorator-function, python-fill-paren-function):
70 Remove :safe for defcustoms. 179 Remove :safe for defcustoms.
71 (python-fill-string-style): New defcustom 180 (python-fill-string-style): New defcustom
72 (python-fill-paragraph-function): Enhanced context detection. 181 (python-fill-paragraph-function): Enhance context detection.
73 (python-fill-string): Honor python-fill-string-style settings. 182 (python-fill-string): Honor python-fill-string-style settings.
74 183
752012-10-04 Martin Rudalics <rudalics@gmx.at> 1842012-10-04 Martin Rudalics <rudalics@gmx.at>
@@ -101,8 +210,8 @@
101 210
1022012-10-02 Chong Yidong <cyd@gnu.org> 2112012-10-02 Chong Yidong <cyd@gnu.org>
103 212
104 * progmodes/hideif.el (hif-lookup, hif-defined): Handle 213 * progmodes/hideif.el (hif-lookup, hif-defined):
105 semantic-c-takeover-hideif. 214 Handle semantic-c-takeover-hideif.
106 215
1072012-10-02 Paul Eggert <eggert@cs.ucla.edu> 2162012-10-02 Paul Eggert <eggert@cs.ucla.edu>
108 217
@@ -118,8 +227,8 @@
118 227
1192012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change) 2282012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
120 229
121 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result): Fix 230 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
122 querying BBDB for entries without a last name (Bug#11580). 231 Fix querying BBDB for entries without a last name (Bug#11580).
123 232
1242012-10-02 Chong Yidong <cyd@gnu.org> 2332012-10-02 Chong Yidong <cyd@gnu.org>
125 234
@@ -1566,12 +1675,12 @@
15662012-09-08 Jambunathan K <kjambunathan@gmail.com> 16752012-09-08 Jambunathan K <kjambunathan@gmail.com>
1567 1676
1568 * register.el (register): New group. 1677 * register.el (register): New group.
1569 (register-separator): New user option. 1678 (separator-register): New user option.
1570 (increment-register): Route it to `append-to-register', if 1679 (increment-register): Route it to `append-to-register', if
1571 register contains text. Implication is that `C-x r +' can now be 1680 register contains text. Implication is that `C-x r +' can now be
1572 used for appending to a text register (bug#12217). 1681 used for appending to a text register (bug#12217).
1573 (append-to-register, prepend-to-register): Add separator based on 1682 (append-to-register, prepend-to-register): Add separator based on
1574 `register-separator. 1683 `separator-register'.
1575 1684
15762012-09-08 Alan Mackenzie <acm@muc.de> 16852012-09-08 Alan Mackenzie <acm@muc.de>
1577 1686