aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorArtur Malabarba2015-03-31 00:56:56 +0100
committerArtur Malabarba2015-03-31 00:56:56 +0100
commitce88920edb410ed90733763843014470f1d40e28 (patch)
tree0c50b57825efa1cfa8a19c35d53e02b5a0f0a2cd /lisp/ChangeLog
parenta7270fb20feaedc5dc6c4e0936714bdb167062f7 (diff)
parentef37e79aae7a64f3c30f7ff4350c8f3a3c6c7b20 (diff)
downloademacs-ce88920edb410ed90733763843014470f1d40e28.tar.gz
emacs-ce88920edb410ed90733763843014470f1d40e28.zip
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog36
1 files changed, 21 insertions, 15 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index da5893f495b..cad239d7dee 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,17 +3,23 @@
3 * emacs-lisp/package.el: Reorganize package.el and divide it with 3 * emacs-lisp/package.el: Reorganize package.el and divide it with
4 page-breaks and comments. 4 page-breaks and comments.
5 5
62015-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * emacs-lisp/eieio-base.el (make-instance) <eieio-named>: New instance
9 which stores the old-style object name argument into the
10 object-name field.
11
62015-03-30 Alan Mackenzie <acm@muc.de> 122015-03-30 Alan Mackenzie <acm@muc.de>
7 13
8 Correct calculation of CC Mode's font-lock region. 14 Correct calculation of CC Mode's font-lock region.
9 15
10 * progmodes/cc-mode.el (c-fl-decl-start): Renamed from 16 * progmodes/cc-mode.el (c-fl-decl-start): Rename from
11 c-set-fl-decl-start. Change signature such that nil is returned 17 c-set-fl-decl-start. Change signature such that nil is returned
12 when no declaration is found. 18 when no declaration is found.
13 (c-change-expand-fl-region): Renamed from 19 (c-change-expand-fl-region): Rename from
14 c-change-set-fl-decl-start. This now also handles expanding the 20 c-change-set-fl-decl-start. This now also handles expanding the
15 font lock region to whole lines. 21 font lock region to whole lines.
16 (c-context-expand-fl-region): Renamed from 22 (c-context-expand-fl-region): Rename from
17 c-context-set-fl-decl-start. This now also handles expanding the 23 c-context-set-fl-decl-start. This now also handles expanding the
18 font lock region to whole lines. 24 font lock region to whole lines.
19 (c-font-lock-fontify-region): When a change font lock region is 25 (c-font-lock-fontify-region): When a change font lock region is
@@ -71,15 +77,15 @@
71 77
722015-03-27 Wolfgang Jenkner <wjenkner@inode.at> 782015-03-27 Wolfgang Jenkner <wjenkner@inode.at>
73 79
74 * font-lock.el (font-lock--remove-face-from-text-property): New 80 * font-lock.el (font-lock--remove-face-from-text-property):
75 function. Adapted from the previously commented out 81 New function. Adapted from the previously commented out
76 remove-single-text-property. 82 remove-single-text-property.
77 Remove previously unused and commented out auxiliary function 83 Remove previously unused and commented out auxiliary function
78 remove-text-property and obsolete comment. 84 remove-text-property and obsolete comment.
79 * comint.el (comint-output-filter): Use it to remove 85 * comint.el (comint-output-filter): Use it to remove
80 comint-highlight-prompt. 86 comint-highlight-prompt.
81 (comint-snapshot-last-prompt, comint-output-filter): Use 87 (comint-snapshot-last-prompt, comint-output-filter):
82 font-lock-prepend-text-property for comint-highlight-prompt. 88 Use font-lock-prepend-text-property for comint-highlight-prompt.
83 (Bug#20084) 89 (Bug#20084)
84 90
852015-03-26 Daniel Colascione <dancol@dancol.org> 912015-03-26 Daniel Colascione <dancol@dancol.org>
@@ -226,15 +232,15 @@
226 232
227 Automatically adjust process window sizes. 233 Automatically adjust process window sizes.
228 234
229 * window.el (window-adjust-process-window-size-function): New 235 * window.el (window-adjust-process-window-size-function):
230 customizable variable. 236 New customizable variable.
231 (window-adjust-process-window-size) 237 (window-adjust-process-window-size)
232 (window-adjust-process-window-size-smallest) 238 (window-adjust-process-window-size-smallest)
233 (window-adjust-process-window-size-largest) 239 (window-adjust-process-window-size-largest)
234 (window--process-window-list, window--adjust-process-windows): 240 (window--process-window-list, window--adjust-process-windows):
235 New functions. 241 New functions.
236 (window-configuration-change-hook): Add 242 (window-configuration-change-hook):
237 `window--adjust-process-windows'. 243 Add `window--adjust-process-windows'.
238 * term.el (term-mode): Observe result of 244 * term.el (term-mode): Observe result of
239 `window-adjust-process-window-size-function'. 245 `window-adjust-process-window-size-function'.
240 (term-check-size): Delete. 246 (term-check-size): Delete.
@@ -266,13 +272,13 @@
266 272
2672015-03-21 Tassilo Horn <tsdh@gnu.org> 2732015-03-21 Tassilo Horn <tsdh@gnu.org>
268 274
269 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-1): Also 275 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-1):
270 recognize (cl-)defmethod with (setf method) name. 276 Also recognize (cl-)defmethod with (setf method) name.
271 277
2722015-03-20 Tassilo Horn <tsdh@gnu.org> 2782015-03-20 Tassilo Horn <tsdh@gnu.org>
273 279
274 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-1): Fix 280 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-1):
275 false positive in function name font-locking. 281 Fix false positive in function name font-locking.
276 (lisp-cl-font-lock-keywords-1): Ditto. 282 (lisp-cl-font-lock-keywords-1): Ditto.
277 283
2782015-03-20 Stefan Monnier <monnier@iro.umontreal.ca> 2842015-03-20 Stefan Monnier <monnier@iro.umontreal.ca>