aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2008-09-14 21:16:30 +0000
committerStefan Monnier2008-09-14 21:16:30 +0000
commit68035b97640be3248dd931e8853e20d642b40bd4 (patch)
tree17148de5a81041e14194caae9d73f858c7b4d1b0 /lisp/ChangeLog
parentaa5fecb5371e152777e8addcc1e2a7f8d7ae5954 (diff)
downloademacs-68035b97640be3248dd931e8853e20d642b40bd4.tar.gz
emacs-68035b97640be3248dd931e8853e20d642b40bd4.zip
(diff-find-file-name): Rename `batch' to `noprompt' and
be more honest when we don't know. (diff-tell-file-name): Don't prompt before the actual prompt. (diff-mode): Don't prompt in add-log-buffer-file-name-function. (diff-find-source-location): Add `noprompt' argument. (diff-current-defun): Don't prompt.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog93
1 files changed, 51 insertions, 42 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9f7f6259b15..4bbc8597270 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,17 @@
12008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
4 be more honest when we don't know.
5 (diff-tell-file-name): Don't prompt before the actual prompt.
6 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
7 (diff-find-source-location): Add `noprompt' argument.
8 (diff-current-defun): Don't prompt.
9
12008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 102008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2 11
3 * proced.el (proced-mark-face, proced-marked-face) 12 * proced.el (proced-mark-face, proced-marked-face)
4 (proced-sort-header-face): Removed. 13 (proced-sort-header-face): Remove.
5 (proced-font-lock-keywords): Simplified. 14 (proced-font-lock-keywords): Simplify.
6 (proced-format): Use face proced-sort-header. 15 (proced-format): Use face proced-sort-header.
7 (proced-format-interactive, proced-sort-interactive) 16 (proced-format-interactive, proced-sort-interactive)
8 (proced-filter-interactive): Only call proced-update if the scheme 17 (proced-filter-interactive): Only call proced-update if the scheme
@@ -12,8 +21,8 @@
122008-09-14 Martin Rudalics <rudalics@gmx.at> 212008-09-14 Martin Rudalics <rudalics@gmx.at>
13 22
14 * add-log.el (change-log-find-window): New variable. 23 * add-log.el (change-log-find-window): New variable.
15 (change-log-goto-source-1, change-log-goto-source): Set 24 (change-log-goto-source-1, change-log-goto-source):
16 change-log-find-window to window displaying source. 25 Set change-log-find-window to window displaying source.
17 (change-log-next-error): Select window specified by 26 (change-log-next-error): Select window specified by
18 change-log-find-window. 27 change-log-find-window.
19 28
@@ -28,13 +37,13 @@
28 37
29 * proced.el (proced-sort-header): New face. 38 * proced.el (proced-sort-header): New face.
30 (proced-sort-header-face): New variable. 39 (proced-sort-header-face): New variable.
31 (proced-format): Allow format value nil. Use 40 (proced-format): Allow format value nil.
32 proced-sort-header-face for header of sort column. 41 Use proced-sort-header-face for header of sort column.
33 (proced-format-args): New function. 42 (proced-format-args): New function.
34 (proced-grammar-alist, proced-timer-flag, proced-process-alist) 43 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
35 (proced-header-help-echo, proced-field-help-echo, proced-timer) 44 (proced-header-help-echo, proced-field-help-echo, proced-timer)
36 (proced-toggle-timer-flag, proced, proced-mode): Doc fix. 45 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
37 (proced-refine): Renamed from proced-filter-attribute. Doc fix. 46 (proced-refine): Rename from proced-filter-attribute. Doc fix.
38 (proced-sort-header): Bind also to mouse-1. 47 (proced-sort-header): Bind also to mouse-1.
39 (proced-move-to-goal-column): Return position of point. 48 (proced-move-to-goal-column): Return position of point.
40 (proced-filter-interactive): Always revert listing. 49 (proced-filter-interactive): Always revert listing.
@@ -337,7 +346,7 @@
337 346
3382008-09-04 Juanma Barranquero <lekktu@gmail.com> 3472008-09-04 Juanma Barranquero <lekktu@gmail.com>
339 348
340 * net/tramp-cache.el (tramp-flush-file-function): Fix typo in docstring. 349 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
341 (tramp-parse-connection-properties): Reflow docstring. 350 (tramp-parse-connection-properties): Reflow docstring.
342 351
3432008-09-04 Kim F. Storm <storm@cua.dk> 3522008-09-04 Kim F. Storm <storm@cua.dk>
@@ -410,9 +419,9 @@
410 419
4112008-09-01 Chong Yidong <cyd@stupidchicken.com> 4202008-09-01 Chong Yidong <cyd@stupidchicken.com>
412 421
413 * minibuffer.el (completion-pcm--pattern->regex): When 422 * minibuffer.el (completion-pcm--pattern->regex):
414 completion-ignore-case is non-nil, generate a regexp that ignores 423 When completion-ignore-case is non-nil, generate a regexp that
415 case. 424 ignores case.
416 425
417 * window.el (recenter-top-bottom): Doc fix. 426 * window.el (recenter-top-bottom): Doc fix.
418 427
@@ -427,7 +436,7 @@
4272008-09-01 Martin Rudalics <rudalics@gmx.at> 4362008-09-01 Martin Rudalics <rudalics@gmx.at>
428 437
429 * help-fns.el (describe-simplify-lib-file-name) 438 * help-fns.el (describe-simplify-lib-file-name)
430 (find-source-lisp-file): Removed. 439 (find-source-lisp-file): Remove.
431 (find-lisp-object-file-name): New function giving preference to 440 (find-lisp-object-file-name): New function giving preference to
432 files found via load-path instead of loaddefs.el. 441 files found via load-path instead of loaddefs.el.
433 (describe-function-1): Use new function instead of the removed 442 (describe-function-1): Use new function instead of the removed
@@ -439,8 +448,8 @@
439 448
440 * international/mule-diag.el (font-show-log): Fix previous change. 449 * international/mule-diag.el (font-show-log): Fix previous change.
441 450
442 * international/mule-cmds.el (set-language-environment): Don't 451 * international/mule-cmds.el (set-language-environment):
443 overwrite current-iso639-language if the current language 452 Don't overwrite current-iso639-language if the current language
444 environment doesn't provide that data. 453 environment doesn't provide that data.
445 (set-locale-environment): Set current-iso639-language from the 454 (set-locale-environment): Set current-iso639-language from the
446 locale name. 455 locale name.
@@ -483,7 +492,7 @@
483 These changes are to adjust the automatic composition for the new 492 These changes are to adjust the automatic composition for the new
484 implementation (avoid using text property). 493 implementation (avoid using text property).
485 494
486 * composite.el (composition-function-table): Declaration moved to 495 * composite.el (composition-function-table): Move declaration to
487 composite.c. 496 composite.c.
488 (terminal-composition-base-character-p): Delete it. 497 (terminal-composition-base-character-p): Delete it.
489 (terminal-composition-function): Delete it. 498 (terminal-composition-function): Delete it.
@@ -519,8 +528,8 @@
519 (tamil-composable-pattern, kannada-composable-pattern) 528 (tamil-composable-pattern, kannada-composable-pattern)
520 (malayalam-composable-pattern): New variables. 529 (malayalam-composable-pattern): New variables.
521 530
522 * international/characters.el (unicode-category-table): Setup 531 * international/characters.el (unicode-category-table):
523 unicode-category-table. 532 Setup unicode-category-table.
524 533
525 * international/fontset.el (setup-default-fontset): Prepend 534 * international/fontset.el (setup-default-fontset): Prepend
526 iso10646-1 fonts to the fallback font groups instead of appending. 535 iso10646-1 fonts to the fallback font groups instead of appending.
@@ -574,7 +583,7 @@
574 583
5752008-08-27 Tomas Abrahamsson <tab@lysator.liu.se> 5842008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
576 585
577 * textmodes/artist.el (artist-mode-init): Added comment on the 586 * textmodes/artist.el (artist-mode-init): Add comment on the
578 setting up of the `artist-replacement-table' array. 587 setting up of the `artist-replacement-table' array.
579 (artist-get-replacement-char): New defsubst. 588 (artist-get-replacement-char): New defsubst.
580 (artist-get-char-at-xy-conv, artist-replace-char) 589 (artist-get-char-at-xy-conv, artist-replace-char)
@@ -582,7 +591,7 @@
582 accessing `artist-replacement-table' directly. 591 accessing `artist-replacement-table' directly.
583 Reported by Rubén Berenguel <ruben@maia.ub.es>. 592 Reported by Rubén Berenguel <ruben@maia.ub.es>.
584 593
585 (artist-mt): Fixed structures for cut and copy operations. 594 (artist-mt): Fix structures for cut and copy operations.
586 595
5872008-08-27 Chong Yidong <cyd@stupidchicken.com> 5962008-08-27 Chong Yidong <cyd@stupidchicken.com>
588 597
@@ -646,10 +655,10 @@
646 (newsticker-treeview-treewindow-width): New. 655 (newsticker-treeview-treewindow-width): New.
647 (newsticker-treeview-listwindow-height): New. 656 (newsticker-treeview-listwindow-height): New.
648 (newsticker-treeview-browse-url-item): New. 657 (newsticker-treeview-browse-url-item): New.
649 (newsticker-treeview-mode-map): Added 658 (newsticker-treeview-mode-map):
650 newsticker-treeview-browse-url-item. 659 Add newsticker-treeview-browse-url-item.
651 (newsticker--treeview-window-init): Use 660 (newsticker--treeview-window-init):
652 newsticker-treeview-treewindow-width and 661 Use newsticker-treeview-treewindow-width and
653 newsticker-treeview-listwindow-height. 662 newsticker-treeview-listwindow-height.
654 663
655 * net/newst-reader.el (newsticker-browse-url-item): New. 664 * net/newst-reader.el (newsticker-browse-url-item): New.
@@ -685,7 +694,7 @@
685 keys we will be remapping via local-function-key-map. 694 keys we will be remapping via local-function-key-map.
686 (msdos-setup-keyboard): New function. 695 (msdos-setup-keyboard): New function.
687 696
688 * term/pc-win.el (msdos-create-frame-with-faces): Renamed from 697 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
689 make-msdos-frame. 698 make-msdos-frame.
690 (terminal-init-internal): New function, errors out if called. 699 (terminal-init-internal): New function, errors out if called.
691 (msdos-initialize-window-system): New function. 700 (msdos-initialize-window-system): New function.
@@ -745,9 +754,9 @@
745 754
7462008-08-21 Chong Yidong <cyd@stupidchicken.com> 7552008-08-21 Chong Yidong <cyd@stupidchicken.com>
747 756
748 * minibuffer.el (completion--try-word-completion): Disable 757 * minibuffer.el (completion--try-word-completion):
749 partial-completion when considering the addition of a space or 758 Disable partial-completion when considering the addition of a space
750 hyphen. 759 or hyphen.
751 760
7522008-08-21 John Paul Wallington <jpw@pobox.com> 7612008-08-21 John Paul Wallington <jpw@pobox.com>
753 762
@@ -803,8 +812,8 @@
803 812
8042008-08-18 Chong Yidong <cyd@stupidchicken.com> 8132008-08-18 Chong Yidong <cyd@stupidchicken.com>
805 814
806 * emulation/edt.el (edt-default-emulation-setup): Share 815 * emulation/edt.el (edt-default-emulation-setup):
807 global-buffers-menu-map with the emulated global map. 816 Share global-buffers-menu-map with the emulated global map.
808 817
8092008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com> 8182008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
810 819
@@ -833,10 +842,10 @@
833 (proced-log-buffer): New variable. 842 (proced-log-buffer): New variable.
834 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on 843 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
835 region if transient-mark-mode is turned on and the region is active. 844 region if transient-mark-mode is turned on and the region is active.
836 (proced-omit-processes): Renamed from proced-hide-processes to 845 (proced-omit-processes): Rename from proced-hide-processes to
837 avoid key clash with describe-mode (bound to h). Search for 846 avoid key clash with describe-mode (bound to h). Search for
838 marked processes starting from point-min. 847 marked processes starting from point-min.
839 (proced-header-space): Removed. 848 (proced-header-space): Remove.
840 (proced-send-signal): Handle errors. Operate on current process 849 (proced-send-signal): Handle errors. Operate on current process
841 if no process is marked. 850 if no process is marked.
842 (proced-why): New command. 851 (proced-why): New command.
@@ -902,8 +911,8 @@
902 911
9032008-08-13 Glenn Morris <rgm@gnu.org> 9122008-08-13 Glenn Morris <rgm@gnu.org>
904 913
905 * eshell/esh-cmd.el (eshell/which): Handle the case where no description 914 * eshell/esh-cmd.el (eshell/which): Handle the case where no
906 is found. 915 description is found.
907 916
9082008-08-12 Alan Mackenzie <acm@muc.de> 9172008-08-12 Alan Mackenzie <acm@muc.de>
909 918
@@ -923,8 +932,8 @@
923 932
9242008-08-11 Chong Yidong <cyd@stupidchicken.com> 9332008-08-11 Chong Yidong <cyd@stupidchicken.com>
925 934
926 * progmodes/cc-defs.el (c-emacs-features): Check 935 * progmodes/cc-defs.el (c-emacs-features):
927 beginning-of-defun-raw instead of beginning-of-defun, and avoid 936 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
928 moving point during the test. 937 moving point during the test.
929 938
930 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix. 939 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
@@ -962,7 +971,7 @@
962 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields. 971 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
963 (xesam-refresh-entry): Add Debbugs handling. Insert a widget 972 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
964 "DONE", when all hits are retrieved. 973 "DONE", when all hits are retrieved.
965 (xesam-search): autoload it. 974 (xesam-search): Autoload it.
966 975
9672008-08-11 John Paul Wallington <jpw@pobox.com> 9762008-08-11 John Paul Wallington <jpw@pobox.com>
968 977
@@ -1200,8 +1209,8 @@
1200 Extend docstring. Adapt implementation according to new 1209 Extend docstring. Adapt implementation according to new
1201 `dbus-event' layout. 1210 `dbus-event' layout.
1202 (dbus-event-service-name, dbus-event-path-name) 1211 (dbus-event-service-name, dbus-event-path-name)
1203 (dbus-event-interface-name, dbus-event-member-name): Adapt 1212 (dbus-event-interface-name, dbus-event-member-name):
1204 implementation according to new `dbus-event' layout. 1213 Adapt implementation according to new `dbus-event' layout.
1205 (dbus-set-property): Correct `dbus-introspect-get-attribute' call. 1214 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
1206 1215
1207 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar. 1216 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
@@ -1232,13 +1241,13 @@
1232 1241
1233 * mb-depth.el: Unify all names under one common name prefix 1242 * mb-depth.el: Unify all names under one common name prefix
1234 `minibuffer-depth-'. 1243 `minibuffer-depth-'.
1235 (minibuffer-depth-indicator-function): Renamed from 1244 (minibuffer-depth-indicator-function): Rename from
1236 `minibuf-depth-indicator-function'. 1245 `minibuf-depth-indicator-function'.
1237 (minibuffer-depth-overlay): Renamed from 1246 (minibuffer-depth-overlay): Rename from
1238 `minibuf-depth-overlay'. 1247 `minibuf-depth-overlay'.
1239 (minibuffer-depth-setup): Renamed from 1248 (minibuffer-depth-setup): Rename from
1240 `minibuf-depth-setup-minibuffer'. 1249 `minibuf-depth-setup-minibuffer'.
1241 (minibuffer-depth-indicate-mode): Renamed from 1250 (minibuffer-depth-indicate-mode): Rename from
1242 `minibuffer-indicate-depth-mode'. 1251 `minibuffer-indicate-depth-mode'.
1243 1252
12442008-07-31 Juri Linkov <juri@jurta.org> 12532008-07-31 Juri Linkov <juri@jurta.org>