Mercurial > emacs
comparison lisp/ChangeLog @ 90227:10fe5fadaf89
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-81
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 532-541)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 112-115)
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 11 Sep 2005 22:21:01 +0000 |
parents | df78f2fb8f6a e15ebabafacf |
children | fa0da9b57058 |
comparison
equal
deleted
inserted
replaced
90226:df78f2fb8f6a | 90227:10fe5fadaf89 |
---|---|
1 2005-09-05 Chong Yidong <cyd@stupidchicken.com> | 1 2005-09-11 Kim F. Storm <storm@cua.dk> |
2 | 2 |
3 * custom.el (custom-push-theme): Fix last change. | 3 * emacs-lisp/authors.el (authors-aliases): Update list. |
4 (authors-fixed-entries): Update mldrag.el entry. | |
5 | |
6 2005-09-10 Alan Mackenzie <acm@muc.de> | |
7 | |
8 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter | |
9 from the region narrowed to. | |
10 | |
11 2005-09-10 Magnus Henoch <mange@freemail.hu> | |
12 | |
13 * textmodes/ispell.el (ispell-check-version): Signal an error if | |
14 aspell version is less than 0.60. | |
15 | |
16 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change) | |
17 | |
18 * progmodes/octave-inf.el (inferior-octave-startup): Resync | |
19 current dir at the end. | |
20 | |
21 2005-09-10 Emilio C. Lopes <eclig@gmx.net> | |
22 | |
23 * woman.el (woman-topic-at-point-default): Renamed to | |
24 woman-use-topic-at-point-default. | |
25 (woman-topic-at-point): Renamed to woman-use-topic-at-point. | |
26 (woman-file-name): Reflect renames above. Automatically use the | |
27 word at point as topic if woman-use-topic-at-point is non-nil. | |
28 Otherwise offer it as default but don't insert it in the | |
29 minibuffer. Also use `test-completion' instead of `assoc' as | |
30 suggested by Stefan Monnier. | |
31 | |
32 2005-09-10 Andre Spiegel <spiegel@gnu.org> | |
33 | |
34 * vc.el (vc-directory, vc-update-change-log): Throw an error on | |
35 the attempt to do it over Tramp. This is not yet supported. | |
36 | |
37 2005-09-10 Eli Zaretskii <eliz@gnu.org> | |
38 | |
39 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p) | |
40 (menu-bar-non-minibuffer-window-p): New functions. | |
41 ("Split Window", "Save As..."): Use them. | |
42 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer") | |
43 ("Print Buffer", "Truncate Long Lines in this Buffer"): Use | |
44 menu-bar-menu-frame-live-and-visible-p. | |
45 ("Save Buffer", "Insert File", "Open Directory...") | |
46 ("Open File...", "Visit New File..."): Use | |
47 menu-bar-non-minibuffer-window-p. | |
48 (kill-this-buffer-enabled-p, dired <menu-enable>): Use | |
49 menu-bar-non-minibuffer-window-p. | |
50 | |
51 2005-09-09 Eli Zaretskii <eliz@gnu.org> | |
52 | |
53 * cus-start.el (all): Don't complain about fringe-related | |
54 built-ins if fringes are not supported. Ditto about | |
55 selection-related built-ins. Fix the test for GTK-related | |
56 built-ins. | |
57 | |
58 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)") | |
59 ("Postscript Print Buffer", "Print Region", "Save As...") | |
60 ("Save", "Insert File...", "Open Directory...") | |
61 ("Open File...", "Visit New File..."") | |
62 ("Truncate Long Lines in this Buffer"): Don't look at | |
63 menu-updating-frame if this display does not support multiple | |
64 frames. | |
65 | |
66 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> | |
67 | |
68 * mail/sendmail.el (default-sendmail-coding-system): Doc fix. | |
69 | |
70 2005-09-09 Emilio Lopes <eclig@gmx.net> | |
71 | |
72 * woman.el: Format- and whitespace-related changes. | |
73 | |
74 2005-09-09 Eli Zaretskii <eliz@gnu.org> | |
75 | |
76 * woman.el: Fix my email address. | |
77 | |
78 2005-09-08 Richard M. Stallman <rms@gnu.org> | |
79 | |
80 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var. | |
81 (sh-mode): Locally set skeleton-pair-default-alist. | |
82 | |
83 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result. | |
84 | |
85 * progmodes/flymake.el: Require `compile' unconditionally. | |
86 | |
87 * mail/sendmail.el (send-mail-function): Add Mailclient alternative. | |
88 | |
89 * woman.el (woman-file-name): Provide a default, not initial input. | |
90 | |
91 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props. | |
92 | |
93 * font-lock.el (font-lock-support-mode): Doc fix. | |
94 | |
95 * descr-text.el (describe-property-list): Handle non-symbol prop names. | |
96 | |
97 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca> | |
98 | |
99 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$. | |
100 Use with-current-buffer. | |
101 (ange-ftp-gwp-start): Remove unused var `gw-user'. | |
102 (ange-ftp-guess-hash-mark-size): Remove unused var `result'. | |
103 (ange-ftp-insert-directory): Remove unused var `short'. | |
104 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'. | |
105 | |
106 2005-08-30 Richard M. Stallman <rms@gnu.org> | |
107 | |
108 * simple.el (blink-matching-open): Get rid of text props from | |
109 the string shown in echo area. Don't permanently set point. | |
110 Some rearrangements. | |
111 | |
112 * files.el (risky-local-variable-p): | |
113 Match `-predicates' and `-commands. | |
114 | |
115 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t. | |
116 (custom-save-all): Visit the file if necessary; | |
117 kill the buffer if we created it. | |
118 (custom-save-delete): Don't visit file or kill buffer here. | |
119 | |
120 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de> | |
121 | |
122 * recentf.el (recentf-filename-handler): Add custom choice | |
123 `abbreviate-file-name'. | |
124 | |
125 * msb.el (msb--very-many-menus): Fix typo. | |
126 | |
127 * disp-table.el (standard-display-european): Don't set | |
128 enable-multibyte-characters to nil. | |
129 | |
130 2005-09-08 David Ponce <david@dponce.com> | |
131 | |
132 * recentf.el (recentf-show-file-shortcuts-flag): New option. | |
133 (recentf-expand-file-name): Doc fix. | |
134 (recentf-dialog-mode-map): Define digit shortcuts. | |
135 (recentf--files-with-key): New variable. | |
136 (recentf-show-digit-shortcut-filter): New function. | |
137 (recentf-open-files-items): New function. | |
138 (recentf-open-files): Use it. | |
139 (recentf-open-file-with-key): New command. | |
140 | |
141 2005-09-07 Michael Albinus <michael.albinus@gmx.de> | |
142 | |
143 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'. | |
144 (Man-getpage-in-background-advice): Remove defadvice; it isn't | |
145 necessary any longer with the remapped command. | |
146 (Man-bgproc-sentinel-advice): Remove defadvice which counts | |
147 formatting time only. | |
148 | |
149 * net/tramp.el (tramp-action-password) | |
150 (tramp-multi-action-password): Compile the password prompt from | |
151 `method', `user' and `host'. Sometimes it isn't obvious which | |
152 password to enter, for example with remote files offered by | |
153 recentf.el, or with multiple steps. Suggested by Robert Marshall | |
154 <robert@chezmarshall.freeserve.co.uk>. | |
155 | |
156 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca> | |
157 | |
158 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): | |
159 Fix regexp for when "s///" is at the beginning of line. | |
160 | |
161 2005-09-07 Jay Belanger <belanger@truman.edu> | |
162 | |
163 * calc/calc-poly.el (math-expand-term): Multiply out any powers | |
164 when in matrix mode. | |
165 | |
166 2005-09-08 Chong Yidong <cyd@stupidchicken.com> | |
167 | |
168 * buff-menu.el (Buffer-menu-sort-by-column): New function. | |
169 Suggested by Kim F. Storm. | |
170 (Buffer-menu-sort-button-map): Global keymap for sort buttons. | |
171 (Buffer-menu-make-sort-button): Use global keymap. | |
172 | |
173 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca> | |
174 | |
175 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use | |
176 non-anonymous functions. | |
177 | |
178 2005-09-06 Chong Yidong <cyd@stupidchicken.com> | |
179 | |
180 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks | |
181 when using a header line. Otherwise, use mouse-1-click-follows-link. | |
182 | |
183 * mouse.el (mouse-drag-header-line): Do nothing if the header-line | |
184 can't be moved; don't signal an error. | |
4 | 185 |
5 2005-09-05 Chong Yidong <cyd@stupidchicken.com> | 186 2005-09-05 Chong Yidong <cyd@stupidchicken.com> |
6 | 187 |
7 * cus-theme.el (custom-theme-write-faces): Save the current face | 188 * cus-theme.el (custom-theme-write-faces): Save the current face |
8 spec, not the defface spec. | 189 spec, not the defface spec. |
9 | 190 |
10 * custom.el (custom-known-themes): Clarify meaning of "standard". | 191 * custom.el (custom-known-themes): Clarify meaning of "standard". |
11 (custom-push-theme): Save old values in the standard theme. | 192 (custom-push-theme): Save old values in the standard theme. |
12 (disable-theme): Correct typo. | 193 (disable-theme): Correct typo. |
13 (custom-face-theme-value) Deleted unused function. | 194 (custom-face-theme-value) Deleted unused function. |
14 (custom-theme-recalc-face): Rewritten to treat enable/disable | 195 (custom-theme-recalc-face): Rewritten to treat enable/disable properly. |
15 properly. | |
16 | 196 |
17 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca> | 197 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca> |
18 | 198 |
19 * progmodes/compile.el (compilation-goto-locus): Take into account | 199 * progmodes/compile.el (compilation-goto-locus): Take into account |
20 iconified frames when determining whether the buffer is | 200 iconified frames when determining whether the buffer is |
209 `tramp-make-auto-save-file-name'. | 389 `tramp-make-auto-save-file-name'. |
210 (tramp-exists-file-name-handler): New defun. | 390 (tramp-exists-file-name-handler): New defun. |
211 (tramp-advice-make-auto-save-file-name): Make defadvice only when | 391 (tramp-advice-make-auto-save-file-name): Make defadvice only when |
212 `make-auto-save-file-name' is not a magic file name operation. | 392 `make-auto-save-file-name' is not a magic file name operation. |
213 | 393 |
394 2005-08-30 Richard M. Stallman <rms@gnu.org> | |
395 | |
396 * files.el (risky-local-variable-p): | |
397 Match `-predicates' and `-commands. | |
398 | |
399 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t. | |
400 (custom-save-all): Visit the file if necessary; | |
401 kill the buffer if we created it. | |
402 (custom-save-delete): Don't visit file or kill buffer here. | |
403 | |
214 2005-08-30 Carsten Dominik <dominik@science.uva.nl> | 404 2005-08-30 Carsten Dominik <dominik@science.uva.nl> |
215 | 405 |
216 * textmodes/org.el (org-special-keyword): New face. | 406 * textmodes/org.el (org-special-keyword): New face. |
217 (org-table-copy-down, org-table-eval-formula) | 407 (org-table-copy-down, org-table-eval-formula) |
218 (org-table-recalculate, org-init-section-numbers): | 408 (org-table-recalculate, org-init-section-numbers): |
760 * progmodes/vhdl-mode.el (vhdl-emacs-21): | 950 * progmodes/vhdl-mode.el (vhdl-emacs-21): |
761 Set t for Emacs 21, 22, and so on. | 951 Set t for Emacs 21, 22, and so on. |
762 | 952 |
763 2005-08-15 David Ponce <david@dponce.com> | 953 2005-08-15 David Ponce <david@dponce.com> |
764 | 954 |
765 * tree-widget.el Update Commentary header. | 955 * tree-widget.el: Update Commentary header. |
766 (tree-widget-theme): Doc fix. | 956 (tree-widget-theme): Doc fix. |
767 (tree-widget-space-width): New option. | 957 (tree-widget-space-width): New option. |
768 (tree-widget-image-properties): Look up in the default theme too. | 958 (tree-widget-image-properties): Look up in the default theme too. |
769 (tree-widget--cursors): Only for images with arrow pointer shape. | 959 (tree-widget--cursors): Only for images with arrow pointer shape. |
770 (tree-widget-lookup-image): Pointer shape is hand by default. | 960 (tree-widget-lookup-image): Pointer shape is hand by default. |
2418 | 2608 |
2419 * ediff-mult.el (ediff-meta-mode-hook): New variable. | 2609 * ediff-mult.el (ediff-meta-mode-hook): New variable. |
2420 | 2610 |
2421 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp. | 2611 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp. |
2422 | 2612 |
2423 * ediff-init: Get rid of -face in face names. | 2613 * ediff-init.el: Get rid of -face in face names. |
2424 | 2614 |
2425 2005-07-10 Richard M. Stallman <rms@gnu.org> | 2615 2005-07-10 Richard M. Stallman <rms@gnu.org> |
2426 | 2616 |
2427 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend | 2617 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend |
2428 and with-timeout-unsuspend. | 2618 and with-timeout-unsuspend. |
8629 * textmodes/reftex-vars.el, textmodes/reftex.el: | 8819 * textmodes/reftex-vars.el, textmodes/reftex.el: |
8630 Replace `legal' with `valid'. | 8820 Replace `legal' with `valid'. |
8631 | 8821 |
8632 2005-03-25 Werner Lemberg <wl@gnu.org> | 8822 2005-03-25 Werner Lemberg <wl@gnu.org> |
8633 | 8823 |
8634 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'. | 8824 * calc/calc-forms.el, calc/calc-sel.el: |
8635 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'. | 8825 * midnight.el, vc-cvs.el: |
8636 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'. | 8826 * emacs-lisp/cl-macs.el: |
8637 * emulation/vip.el: Replace `illegal' with `invalid'. | 8827 * emulation/vip.el: |
8638 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with | 8828 * eshell/esh-io.el, eshell/esh-var.el: |
8639 `invalid'. | 8829 * mail/supercite.el: |
8640 * mail/supercite.el: Replace `illegal' with `invalid'. | |
8641 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el | 8830 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el |
8642 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el | 8831 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el |
8643 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el | 8832 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el |
8644 * progmodes/sh-script.el, progmodes/xscheme.el: | 8833 * progmodes/sh-script.el, progmodes/xscheme.el: |
8645 Replace `illegal' with `invalid'. | |
8646 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el | 8834 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el |
8647 * textmodes/reftex-index.el, textmodes/reftex-parse.el | 8835 * textmodes/reftex-index.el, textmodes/reftex-parse.el |
8648 * textmodes/reftex-ref.el, textmodes/reftex-vars.el | 8836 * textmodes/reftex-ref.el, textmodes/reftex-vars.el |
8649 * textmodes/reftex.el, textmodes/org.el: | 8837 * textmodes/reftex.el, textmodes/org.el: |
8650 Replace `illegal' with `invalid'. | 8838 Replace `illegal' with `invalid'. |
8805 * generic-x.el: Revert last change. | 8993 * generic-x.el: Revert last change. |
8806 * ldefs-boot.el: Update. | 8994 * ldefs-boot.el: Update. |
8807 | 8995 |
8808 2005-03-22 Jay Belanger <belanger@truman.edu> | 8996 2005-03-22 Jay Belanger <belanger@truman.edu> |
8809 | 8997 |
8810 * calc/calc-embed (calc-embedded-original-modes): New variable. | 8998 * calc/calc-embed.el (calc-embedded-original-modes): New variable. |
8811 (calc-embedded-save-original-modes) | 8999 (calc-embedded-save-original-modes) |
8812 (calc-embedded-restore-original-modes): New functions. | 9000 (calc-embedded-restore-original-modes): New functions. |
8813 (calc-do-embedded): Save original modes when entering embedded mode | 9001 (calc-do-embedded): Save original modes when entering embedded mode |
8814 and restore when leaving embedded mode. | 9002 and restore when leaving embedded mode. |
8815 (calc-embedded-modes-change): Change the value of | 9003 (calc-embedded-modes-change): Change the value of |
18624 (open-network-stream, open-network-stream-nowait) | 18812 (open-network-stream, open-network-stream-nowait) |
18625 (open-network-stream-server): Fix docstring. | 18813 (open-network-stream-server): Fix docstring. |
18626 | 18814 |
18627 2004-05-09 Jason Rumney <jasonr@gnu.org> | 18815 2004-05-09 Jason Rumney <jasonr@gnu.org> |
18628 | 18816 |
18629 * international/code-pages (cp932, cp936, cp949, c950): Remove. | 18817 * international/code-pages.el (cp932, cp936, cp949, c950): Remove. |
18630 Only define cp125* if windows-125* is already defined. | 18818 Only define cp125* if windows-125* is already defined. |
18631 | 18819 |
18632 * language/korean.el (cp949): Add alias. | 18820 * language/korean.el (cp949): Add alias. |
18633 | 18821 |
18634 * language/chinese.el (cp936, cp950): Add aliases. | 18822 * language/chinese.el (cp936, cp950): Add aliases. |