aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2015-01-07 21:00:04 -0800
committerGlenn Morris2015-01-07 21:00:04 -0800
commit9f654763f2223ce9f3317b44a3d1a8ac2c8bb832 (patch)
tree99be04bca0ab6cf6c5307e1a34781a5f925a82ce
parent5a92f2031069c6db1c498e13e91e22ac78b98a69 (diff)
downloademacs-9f654763f2223ce9f3317b44a3d1a8ac2c8bb832.tar.gz
emacs-9f654763f2223ce9f3317b44a3d1a8ac2c8bb832.zip
# ChangeLog fixes
-rw-r--r--lisp/ChangeLog38
-rw-r--r--src/ChangeLog4
2 files changed, 12 insertions, 30 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 88fd36759a9..56a1c39317a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -25,7 +25,6 @@
252015-01-04 Dmitry Gutov <dgutov@yandex.ru> 252015-01-04 Dmitry Gutov <dgutov@yandex.ru>
26 26
27 Add mouse interaction to xref. 27 Add mouse interaction to xref.
28
29 * progmodes/xref.el (xref--button-map): New variable. 28 * progmodes/xref.el (xref--button-map): New variable.
30 (xref--mouse-2): New command. 29 (xref--mouse-2): New command.
31 (xref--insert-xrefs): Add `mouse-face' and `keymap' properties to 30 (xref--insert-xrefs): Add `mouse-face' and `keymap' properties to
@@ -54,7 +53,6 @@
542015-01-04 Dmitry Gutov <dgutov@yandex.ru> 532015-01-04 Dmitry Gutov <dgutov@yandex.ru>
55 54
56 Unbreak `mouse-action' property in text buttons. 55 Unbreak `mouse-action' property in text buttons.
57
58 * button.el (push-button): Fix regression from 2012-12-06. 56 * button.el (push-button): Fix regression from 2012-12-06.
59 57
602015-01-03 Dmitry Gutov <dgutov@yandex.ru> 582015-01-03 Dmitry Gutov <dgutov@yandex.ru>
@@ -168,11 +166,9 @@
1682014-12-29 Dmitry Gutov <dgutov@yandex.ru> 1662014-12-29 Dmitry Gutov <dgutov@yandex.ru>
169 167
170 Unbreak jumping to an alias's definition. 168 Unbreak jumping to an alias's definition.
171
172 * emacs-lisp/find-func.el (find-function-library): Return a pair 169 * emacs-lisp/find-func.el (find-function-library): Return a pair
173 (ORIG-FUNCTION . LIBRARY) instead of just its second element. 170 (ORIG-FUNCTION . LIBRARY) instead of just its second element.
174 (find-function-noselect): Use it. 171 (find-function-noselect): Use it.
175
176 * progmodes/elisp-mode.el (elisp--xref-identifier-file): Rename to 172 * progmodes/elisp-mode.el (elisp--xref-identifier-file): Rename to
177 `elisp--xref-identifier-location', incorporate logic from 173 `elisp--xref-identifier-location', incorporate logic from
178 `elisp--xref-find-definitions', use the changed 174 `elisp--xref-find-definitions', use the changed
@@ -241,7 +237,6 @@
2412014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org> 2372014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
242 238
243 python.el: Native readline completion. 239 python.el: Native readline completion.
244
245 * progmodes/python.el (python-shell-completion-native-disabled-interpreters) 240 * progmodes/python.el (python-shell-completion-native-disabled-interpreters)
246 (python-shell-completion-native-enable) 241 (python-shell-completion-native-enable)
247 (python-shell-completion-native-output-timeout): New defcustoms. 242 (python-shell-completion-native-output-timeout): New defcustoms.
@@ -260,9 +255,8 @@
260 255
261 python.el: Enhance shell user interaction and deprecate 256 python.el: Enhance shell user interaction and deprecate
262 python-shell-get-or-create-process. 257 python-shell-get-or-create-process.
263 258 * progmodes/python.el (python-shell-get-process-or-error):
264 * progmodes/python.el 259 New function.
265 (python-shell-get-process-or-error): New function.
266 (python-shell-with-shell-buffer): Use it. 260 (python-shell-with-shell-buffer): Use it.
267 (python-shell-send-string, python-shell-send-region) 261 (python-shell-send-string, python-shell-send-region)
268 (python-shell-send-buffer, python-shell-send-defun) 262 (python-shell-send-buffer, python-shell-send-defun)
@@ -290,22 +284,15 @@
2902014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org> 2842014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
291 285
292 python.el: Fix message when sending region. 286 python.el: Fix message when sending region.
293
294 * progmodes/python.el (python-shell-send-region): Rename argument 287 * progmodes/python.el (python-shell-send-region): Rename argument
295 send-main from nomain. Fix message. 288 send-main from nomain. Fix message.
296 (python-shell-send-buffer): Rename argument send-main from arg. 289 (python-shell-send-buffer): Rename argument send-main from arg.
297 290
2982014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
299
300 python.el: Cleanup temp files even with eval errors. 291 python.el: Cleanup temp files even with eval errors.
301
302 * progmodes/python.el (python-shell-send-file): Make file-name 292 * progmodes/python.el (python-shell-send-file): Make file-name
303 mandatory. Fix temp file removal in the majority of cases. 293 mandatory. Fix temp file removal in the majority of cases.
304 294
3052014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
306
307 python.el: Handle file encoding for shell. 295 python.el: Handle file encoding for shell.
308
309 * progmodes/python.el (python-rx-constituents): Add coding-cookie. 296 * progmodes/python.el (python-rx-constituents): Add coding-cookie.
310 (python-shell--save-temp-file): Write file with proper encoding. 297 (python-shell--save-temp-file): Write file with proper encoding.
311 (python-shell-buffer-substring): Add coding cookie for detected 298 (python-shell-buffer-substring): Add coding cookie for detected
@@ -367,7 +354,7 @@
367 354
3682014-12-27 Stefan Monnier <monnier@iro.umontreal.ca> 3552014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
369 356
370 * lisp/subr.el (redisplay-dont-pause): Mark as obsolete. 357 * subr.el (redisplay-dont-pause): Mark as obsolete.
371 358
3722014-12-27 Michael Albinus <michael.albinus@gmx.de> 3592014-12-27 Michael Albinus <michael.albinus@gmx.de>
373 360
@@ -440,7 +427,6 @@
4402014-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org> 4272014-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
441 428
442 python.el: Generate clearer shell buffer names. 429 python.el: Generate clearer shell buffer names.
443
444 * progmodes/python.el (python-shell-get-process-name) 430 * progmodes/python.el (python-shell-get-process-name)
445 (python-shell-internal-get-process-name): Use `buffer-name`. 431 (python-shell-internal-get-process-name): Use `buffer-name`.
446 (python-shell-internal-get-or-create-process): Simplify. 432 (python-shell-internal-get-or-create-process): Simplify.
@@ -563,7 +549,7 @@
5632014-12-19 Alan Mackenzie <acm@muc.de> 5492014-12-19 Alan Mackenzie <acm@muc.de>
564 550
565 Make C++11 uniform init syntax work. 551 Make C++11 uniform init syntax work.
566 New keywords "final" and "override" 552 New keywords "final" and "override".
567 * progmodes/cc-engine.el (c-back-over-member-initializer-braces): 553 * progmodes/cc-engine.el (c-back-over-member-initializer-braces):
568 New function. 554 New function.
569 (c-guess-basic-syntax): Set `containing-sex' and `lim' using the 555 (c-guess-basic-syntax): Set `containing-sex' and `lim' using the
@@ -599,8 +585,7 @@
599 585
6002014-12-18 Artur Malabarba <bruce.connor.am@gmail.com> 5862014-12-18 Artur Malabarba <bruce.connor.am@gmail.com>
601 587
602 * let-alist.el (let-alist): Evaluate the `alist' argument only 588 * let-alist.el (let-alist): Evaluate the `alist' argument only once.
603 once.
604 589
6052014-12-18 Sam Steingold <sds@gnu.org> 5902014-12-18 Sam Steingold <sds@gnu.org>
606 591
@@ -614,8 +599,7 @@
614 Add code for "preserving" window sizes. 599 Add code for "preserving" window sizes.
615 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with 600 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
616 `preserve-size' t. 601 `preserve-size' t.
617 (dired-mark-pop-up): Preserve size of window showing marked 602 (dired-mark-pop-up): Preserve size of window showing marked files.
618 files.
619 * electric.el (Electric-pop-up-window): 603 * electric.el (Electric-pop-up-window):
620 * help.el (resize-temp-buffer-window): Call fit-window-to-buffer 604 * help.el (resize-temp-buffer-window): Call fit-window-to-buffer
621 with `preserve-size' t. 605 with `preserve-size' t.
@@ -630,8 +614,7 @@
630 `window-preserve-size'. 614 `window-preserve-size'.
631 (window-min-pixel-size, window--preservable-size) 615 (window-min-pixel-size, window--preservable-size)
632 (window-preserve-size, window-preserved-size) 616 (window-preserve-size, window-preserved-size)
633 (window--preserve-size, window--min-size-ignore-p): New 617 (window--preserve-size, window--min-size-ignore-p): New functions.
634 functions.
635 (window-min-size, window-min-delta, window--resizable) 618 (window-min-size, window-min-delta, window--resizable)
636 (window--resize-this-window, split-window-below) 619 (window--resize-this-window, split-window-below)
637 (split-window-right): Amend doc-string. 620 (split-window-right): Amend doc-string.
@@ -646,8 +629,7 @@
646 window above or below. 629 window above or below.
647 (window--state-put-2): Handle horizontal scroll bars. 630 (window--state-put-2): Handle horizontal scroll bars.
648 (window--display-buffer): Call `preserve-size' if asked for. 631 (window--display-buffer): Call `preserve-size' if asked for.
649 (display-buffer): Mention `preserve-size' alist member in 632 (display-buffer): Mention `preserve-size' alist member in doc-string.
650 doc-string.
651 (fit-window-to-buffer): New argument PRESERVE-SIZE. 633 (fit-window-to-buffer): New argument PRESERVE-SIZE.
652 * textmodes/ispell.el (ispell-command-loop): Suppress horizontal 634 * textmodes/ispell.el (ispell-command-loop): Suppress horizontal
653 scroll bar on ispell's windows. Don't count window lines and 635 scroll bar on ispell's windows. Don't count window lines and
@@ -735,7 +717,7 @@
735 717
7362014-12-14 Alan Mackenzie <acm@muc.de> 7182014-12-14 Alan Mackenzie <acm@muc.de>
737 719
738 * lisp/cus-start.el (all): Add fast-but-imprecise-scrolling. 720 * cus-start.el (all): Add fast-but-imprecise-scrolling.
739 721
7402014-12-14 Artur Malabarba <bruce.connor.am@gmail.com> 7222014-12-14 Artur Malabarba <bruce.connor.am@gmail.com>
741 723
@@ -1881,7 +1863,7 @@
1881 1863
18822014-11-19 Artur Malabarba <bruce.connor.am@gmail.com> 18642014-11-19 Artur Malabarba <bruce.connor.am@gmail.com>
1883 1865
1884 * lisp/ido.el (ido-bury-buffer-at-head): New command. 1866 * ido.el (ido-bury-buffer-at-head): New command.
1885 (ido-buffer-completion-map): Bind it to C-S-b. 1867 (ido-buffer-completion-map): Bind it to C-S-b.
1886 1868
18872014-11-18 Juri Linkov <juri@linkov.net> 18692014-11-18 Juri Linkov <juri@linkov.net>
diff --git a/src/ChangeLog b/src/ChangeLog
index 2fc3479129c..eae16c27b75 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -46,7 +46,7 @@
46 Fixes Bug#15880. 46 Fixes Bug#15880.
47 This patch also makes Q constants (e.g., Qnil) constant addresses 47 This patch also makes Q constants (e.g., Qnil) constant addresses
48 from the C point of view. 48 from the C point of view.
49 * alloc.c, bidi.c, buffer.c, bytecode.c, callint.c, casefiddle: 49 * alloc.c, bidi.c, buffer.c, bytecode.c, callint.c, casefiddle.c:
50 * casetab.c, category.c, ccl.c, charset.c, chartab.c, cmds.c, coding.c: 50 * casetab.c, category.c, ccl.c, charset.c, chartab.c, cmds.c, coding.c:
51 * composite.c, data.c, dbusbind.c, decompress.c, dired.c, dispnew.c: 51 * composite.c, data.c, dbusbind.c, decompress.c, dired.c, dispnew.c:
52 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, fns.c, font.c, fontset.c: 52 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, fns.c, font.c, fontset.c:
@@ -76,7 +76,7 @@
76 (syms_of_alloc): Add lispsym count to symbols_consed. 76 (syms_of_alloc): Add lispsym count to symbols_consed.
77 * buffer.c (init_buffer_once): Compare to Qnil, not to make_number (0), 77 * buffer.c (init_buffer_once): Compare to Qnil, not to make_number (0),
78 when testing whether storage is all bits zero. 78 when testing whether storage is all bits zero.
79 * dispextern (struct image_type): 79 * dispextern.h (struct image_type):
80 * font.c (font_property_table): 80 * font.c (font_property_table):
81 * frame.c (struct frame_parm_table, frame_parms): 81 * frame.c (struct frame_parm_table, frame_parms):
82 * keyboard.c (scroll_bar_parts, struct event_head): 82 * keyboard.c (scroll_bar_parts, struct event_head):