Mercurial > emacs
comparison lisp/ChangeLog @ 107710:db1a1651507b
* simple.el (append-to-buffer): Simplify.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 30 Mar 2010 22:53:53 -0400 |
parents | 6db4a0b4404d |
children | 9c0ed2d6731a |
comparison
equal
deleted
inserted
replaced
107709:6db4a0b4404d | 107710:db1a1651507b |
---|---|
1 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * simple.el (append-to-buffer): Simplify. | |
4 | |
1 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se> | 5 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se> |
2 | 6 |
3 * textmodes/artist.el (artist-mode): Fix typo in docstring. | 7 * textmodes/artist.el (artist-mode): Fix typo in docstring. |
4 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807) | 8 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807) |
5 | 9 |
8 * language/sinhala.el (composition-function-table): Fix regexp for | 12 * language/sinhala.el (composition-function-table): Fix regexp for |
9 the new Unicode specification. | 13 the new Unicode specification. |
10 | 14 |
11 * language/indian.el (devanagari-composable-pattern) | 15 * language/indian.el (devanagari-composable-pattern) |
12 (tamil-composable-pattern, kannada-composable-pattern) | 16 (tamil-composable-pattern, kannada-composable-pattern) |
13 (malayalam-composable-pattern): Adjusted for the new Unicode | 17 (malayalam-composable-pattern): Adjust for the new Unicode |
14 specification. | 18 specification. |
15 (bengali-composable-pattern, gurmukhi-composable-pattern) | 19 (bengali-composable-pattern, gurmukhi-composable-pattern) |
16 (gujarati-composable-pattern, oriya-composable-pattern) | 20 (gujarati-composable-pattern, oriya-composable-pattern) |
17 (telugu-composable-pattern): New variables to cope with the new | 21 (telugu-composable-pattern): New variables to cope with the new |
18 Unicode specification. Use them in composition-function-table. | 22 Unicode specification. Use them in composition-function-table. |
101 | 105 |
102 2010-03-29 Phil Hagelberg <phil@evri.com> | 106 2010-03-29 Phil Hagelberg <phil@evri.com> |
103 Chong Yidong <cyd@stupidchicken.com> | 107 Chong Yidong <cyd@stupidchicken.com> |
104 | 108 |
105 * subr.el: Extend progress reporters to perform "spinning". | 109 * subr.el: Extend progress reporters to perform "spinning". |
106 (progress-reporter-update, progress-reporter-do-update): Handle | 110 (progress-reporter-update, progress-reporter-do-update): |
107 non-numeric value arguments. | 111 Handle non-numeric value arguments. |
108 (progress-reporter--pulse-characters): New var. | 112 (progress-reporter--pulse-characters): New var. |
109 | 113 |
110 2010-03-28 Chong Yidong <cyd@stupidchicken.com> | 114 2010-03-28 Chong Yidong <cyd@stupidchicken.com> |
111 | 115 |
112 * progmodes/compile.el (compilation-start): Fix regexp detection | 116 * progmodes/compile.el (compilation-start): Fix regexp detection |
117 * find-dired.el (find-dired): Use read-directory-name (Bug#5777). | 121 * find-dired.el (find-dired): Use read-directory-name (Bug#5777). |
118 | 122 |
119 2010-03-27 Nick Roberts <nickrob@snap.net.nz> | 123 2010-03-27 Nick Roberts <nickrob@snap.net.nz> |
120 | 124 |
121 Restore GDB/MI fuctionality removed by r99212. | 125 Restore GDB/MI fuctionality removed by r99212. |
122 * lisp/progmodes/gdb-mi.el: Restored. | 126 * lisp/progmodes/gdb-mi.el: Restore. |
123 * lisp/progmodes/gdb-ui.el: Removed. | 127 * lisp/progmodes/gdb-ui.el: Remove. |
124 * lisp/progmodes/gud.el: Re-accommodated for gdb-mi.el. | 128 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el. |
125 | 129 |
126 2010-03-25 Glenn Morris <rgm@gnu.org> | 130 2010-03-25 Glenn Morris <rgm@gnu.org> |
127 | 131 |
128 * desktop.el (desktop-save-buffer-p): Don't mistakenly include | 132 * desktop.el (desktop-save-buffer-p): Don't mistakenly include |
129 all dired buffers, even tramp ones. (Bug#5755) | 133 all dired buffers, even tramp ones. (Bug#5755) |
434 (vc-finish-logentry): Process the log buffer before passing it | 438 (vc-finish-logentry): Process the log buffer before passing it |
435 down. Pass log-edit-extra-flags. | 439 down. Pass log-edit-extra-flags. |
436 | 440 |
437 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit | 441 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit |
438 command. | 442 command. |
439 (log-edit-extra-flags, log-edit-before-checkin-process): New declarations. | 443 (log-edit-extra-flags, log-edit-before-checkin-process): |
444 New declarations. | |
440 | 445 |
441 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit | 446 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit |
442 command. | 447 command. |
443 (log-edit-extra-flags, log-edit-before-checkin-process): New declarations. | 448 (log-edit-extra-flags, log-edit-before-checkin-process): |
449 New declarations. | |
444 (vc-hg-log-edit-mode): New derived mode. | 450 (vc-hg-log-edit-mode): New derived mode. |
445 | 451 |
446 * vc-arch.el (vc-arch-checkin): | 452 * vc-arch.el (vc-arch-checkin): |
447 * vc-cvs.el (vc-cvs-checkin): | 453 * vc-cvs.el (vc-cvs-checkin): |
448 * vc-git.el (vc-git-checkin): | 454 * vc-git.el (vc-git-checkin): |
537 * wid-edit.el (widget-image-insert): Insert image prop even if the | 543 * wid-edit.el (widget-image-insert): Insert image prop even if the |
538 current display is non-graphic. | 544 current display is non-graphic. |
539 (widget-field-value-set): New fun. | 545 (widget-field-value-set): New fun. |
540 (editable-field): Use it. | 546 (editable-field): Use it. |
541 (widget-field-value-get): Clean up unused var. | 547 (widget-field-value-get): Clean up unused var. |
542 (widget-color-value-create, widget-color--choose-action): New | 548 (widget-color-value-create, widget-color--choose-action): |
543 funs. Allow using list-colors-display to choose color. | 549 New funs. Allow using list-colors-display to choose color. |
544 | 550 |
545 2010-03-12 Chong Yidong <cyd@stupidchicken.com> | 551 2010-03-12 Chong Yidong <cyd@stupidchicken.com> |
546 | 552 |
547 * cus-edit.el: Resort topmost custom groups. | 553 * cus-edit.el: Resort topmost custom groups. |
548 (custom-buffer-sort-alphabetically): Default to t. | 554 (custom-buffer-sort-alphabetically): Default to t. |
549 (customize-apropos): Use apropos-parse-pattern. | 555 (customize-apropos): Use apropos-parse-pattern. |
550 (custom-search-field): New var. | 556 (custom-search-field): New var. |
551 (custom-buffer-create-internal): Add custom-apropos search field. | 557 (custom-buffer-create-internal): Add custom-apropos search field. |
552 (custom-add-parent-links): Don't display parent doc. | 558 (custom-add-parent-links): Don't display parent doc. |
553 (custom-group-value-create): Don't sort top-level custom group. | 559 (custom-group-value-create): Don't sort top-level custom group. |
554 (custom-magic-value-create): Show visibility button before option | 560 (custom-magic-value-create): Show visibility button before option name. |
555 name. | |
556 | 561 |
557 (custom-variable-state): New fun, from custom-variable-state-set. | 562 (custom-variable-state): New fun, from custom-variable-state-set. |
558 (custom-variable-state-set): Use it. | 563 (custom-variable-state-set): Use it. |
559 (custom-group-value-create): Hide options with standard values | 564 (custom-group-value-create): Hide options with standard values |
560 using the :hidden-states property. Use progress reporter. | 565 using the :hidden-states property. Use progress reporter. |
688 * mail/rfc822.el (rfc822-addresses): Move catch clause down around | 693 * mail/rfc822.el (rfc822-addresses): Move catch clause down around |
689 call to rfc822-bad-address. (Bug#5692) | 694 call to rfc822-bad-address. (Bug#5692) |
690 | 695 |
691 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change) | 696 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change) |
692 | 697 |
693 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use | 698 * vc-git.el (vc-git-annotate-extract-revision-at-line): |
694 vc-git-root as default directory for revision path (Bug#5657). | 699 Use vc-git-root as default directory for revision path (Bug#5657). |
695 | 700 |
696 2010-03-06 Chong Yidong <cyd@stupidchicken.com> | 701 2010-03-06 Chong Yidong <cyd@stupidchicken.com> |
697 | 702 |
698 * calculator.el (calculator): Don't bind split-window-keep-point | 703 * calculator.el (calculator): Don't bind split-window-keep-point |
699 (Bug#5674). | 704 (Bug#5674). |
778 <davison@stats.ox.ac.uk>. | 783 <davison@stats.ox.ac.uk>. |
779 | 784 |
780 2010-02-28 Michael Albinus <michael.albinus@gmx.de> | 785 2010-02-28 Michael Albinus <michael.albinus@gmx.de> |
781 | 786 |
782 * net/dbus.el (dbus-introspect, dbus-get-property) | 787 * net/dbus.el (dbus-introspect, dbus-get-property) |
783 (dbus-set-property, dbus-get-all-properties): Use | 788 (dbus-set-property, dbus-get-all-properties): |
784 `dbus-call-method' when noninteractive. (Bug#5645) | 789 Use `dbus-call-method' when noninteractive. (Bug#5645) |
785 | 790 |
786 2010-02-28 Chong Yidong <cyd@stupidchicken.com> | 791 2010-02-28 Chong Yidong <cyd@stupidchicken.com> |
787 | 792 |
788 * textmodes/reftex-toc.el (reftex-toc-promote-prepare): | 793 * textmodes/reftex-toc.el (reftex-toc-promote-prepare): |
789 * emacs-lisp/elint.el (elint-add-required-env): | 794 * emacs-lisp/elint.el (elint-add-required-env): |
2164 <harven@free.fr>. | 2169 <harven@free.fr>. |
2165 (ps-print-version): New version 7.3.5. | 2170 (ps-print-version): New version 7.3.5. |
2166 | 2171 |
2167 2009-12-18 Ulf Jasper <ulf.jasper@web.de> | 2172 2009-12-18 Ulf Jasper <ulf.jasper@web.de> |
2168 | 2173 |
2169 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed | 2174 * calendar/icalendar.el (icalendar--convert-tz-offset): |
2170 timezone names. | 2175 Fix timezone names. |
2171 (icalendar--convert-tz-offset): Fixed the "last-day-problem". | 2176 (icalendar--convert-tz-offset): Fix the "last-day-problem". |
2172 (icalendar--add-diary-entry): Remove the trailing blank that | 2177 (icalendar--add-diary-entry): Remove the trailing blank that |
2173 diary-make-entry inserts. | 2178 diary-make-entry inserts. |
2174 | 2179 |
2175 2009-12-17 Michael Albinus <michael.albinus@gmx.de> | 2180 2009-12-17 Michael Albinus <michael.albinus@gmx.de> |
2176 | 2181 |
2183 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only | 2188 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only |
2184 if there is already an established connection. | 2189 if there is already an established connection. |
2185 (tramp-advice-file-expand-wildcards): Remove it. | 2190 (tramp-advice-file-expand-wildcards): Remove it. |
2186 | 2191 |
2187 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'. | 2192 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'. |
2188 (tramp-advice-file-expand-wildcards): Moved from tramp.el. | 2193 (tramp-advice-file-expand-wildcards): Move from tramp.el. |
2189 Activate advice for older GNU Emacs versions. (Bug#5237) | 2194 Activate advice for older GNU Emacs versions. (Bug#5237) |
2190 | 2195 |
2191 2009-12-17 Juanma Barranquero <lekktu@gmail.com> | 2196 2009-12-17 Juanma Barranquero <lekktu@gmail.com> |
2192 | 2197 |
2193 Some doc fixes (more needed). | 2198 Some doc fixes (more needed). |
2200 | 2205 |
2201 Fix regression from 23.1 to allow multiple modes in Local Variables. | 2206 Fix regression from 23.1 to allow multiple modes in Local Variables. |
2202 | 2207 |
2203 * files.el (hack-local-variables-filter): While ignoring duplicates, | 2208 * files.el (hack-local-variables-filter): While ignoring duplicates, |
2204 don't take `mode' into account. | 2209 don't take `mode' into account. |
2205 (hack-local-variables-filter, hack-dir-local-variables): Don't | 2210 (hack-local-variables-filter, hack-dir-local-variables): |
2206 remove duplicate `mode' from local-variables-alist (like `eval'). | 2211 Don't remove duplicate `mode' from local-variables-alist (like `eval'). |
2207 | 2212 |
2208 2009-12-17 Juri Linkov <juri@jurta.org> | 2213 2009-12-17 Juri Linkov <juri@jurta.org> |
2209 | 2214 |
2210 Make `dired-diff' more safe. (Bug#5225) | 2215 Make `dired-diff' safer. (Bug#5225) |
2211 | 2216 |
2212 * dired-aux.el (dired-diff): Signal an error when `file' equals to | 2217 * dired-aux.el (dired-diff): Signal an error when `file' equals to |
2213 `current' or when `file' is a directory of the `current' file. | 2218 `current' or when `file' is a directory of the `current' file. |
2214 | 2219 |
2215 2009-12-17 Andreas Schwab <schwab@linux-m68k.org> | 2220 2009-12-17 Andreas Schwab <schwab@linux-m68k.org> |
2402 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number. | 2407 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number. |
2403 Fix fontification for the [merge] label. | 2408 Fix fontification for the [merge] label. |
2404 | 2409 |
2405 2009-12-09 Vivek Dasmohapatra <vivek@etla.org> | 2410 2009-12-09 Vivek Dasmohapatra <vivek@etla.org> |
2406 | 2411 |
2407 Drop some properties to avoid surprises. | 2412 Drop some properties to avoid surprises (bug#5002). |
2408 * htmlfontify.el (hfy-ignored-properties): New defcustom. | 2413 * htmlfontify.el (hfy-ignored-properties): New defcustom. |
2409 (hfy-fontify-buffer): Use it. | 2414 (hfy-fontify-buffer): Use it. |
2410 | 2415 |
2411 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca> | 2416 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca> |
2412 | 2417 |