Mercurial > emacs
comparison lisp/ChangeLog @ 83389:732c5740ca8f
Merged from miles@gnu.org--gnu-2005 (patch 610-614)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-610
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-611
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-612
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-613
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-614
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-429
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sun, 23 Oct 2005 22:47:29 +0000 |
parents | db4e74787e6f f8a064f9444b |
children | b31326248cf6 |
comparison
equal
deleted
inserted
replaced
83388:0cd72d94a6c7 | 83389:732c5740ca8f |
---|---|
1 2005-10-22 Kenichi Handa <handa@m17n.org> | |
2 | |
3 * tar-mode.el (tar-extract): Be sure to call | |
4 find-operation-coding-system if set-auto-coding doesn't find a | |
5 coding system. | |
6 | |
7 2005-10-22 Kim F. Storm <storm@cua.dk> | |
8 | |
9 * image.el (image-type-header-regexps): Rename from image-type-regexps. | |
10 Change users. | |
11 (image-type-file-name-regexps): New defconst. | |
12 (image-type-from-data): Simplify loop. | |
13 (image-type-from-buffer): New defun. | |
14 (image-type-from-file-header): Use it instead of image-type-from-data. | |
15 Use image-search-load-path instead of only looking in data-directory. | |
16 (image-type-from-file-name): New defun. | |
17 (image-search-load-path): Make PATH arg optional, default to image-load-path. | |
18 Change `pathname' to `filename'. | |
19 | |
20 2005-10-21 Richard M. Stallman <rms@gnu.org> | |
21 | |
22 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base. | |
23 | |
24 * textmodes/paragraphs.el (sentence-end-base): New variable. | |
25 (sentence-end): Use sentence-end-base. | |
26 | |
27 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca> | |
28 | |
29 * font-lock.el (font-lock-default-fontify-region): Check the multiline | |
30 property independently from the font-lock-multiline variable. | |
31 | |
32 2005-10-21 Richard M. Stallman <rms@gnu.org> | |
33 | |
34 * emacs-lisp/find-func.el (find-library-name): Doc fix. | |
35 | |
36 * startup.el (command-line): Convert library names | |
37 in `load-history' to absolute file names. | |
38 | |
39 * subr.el (symbol-file): Doc fix. | |
40 | |
41 * loadhist.el (file-loadhist-lookup): Call locate-library | |
42 instead of find-library-name. Don't try converting | |
43 abs file names to library names, since load-history no longer | |
44 has library names in it. | |
45 (file-dependents, file-provides, file-requires): Doc fixes. | |
46 | |
47 2005-10-21 Juri Linkov <juri@jurta.org> | |
48 | |
49 * progmodes/etags.el (tags-table-mode): New function. | |
50 (tags-verify-table): Replace initialize-new-tags-table with | |
51 tags-table-mode. | |
52 | |
53 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the | |
54 default value. | |
55 (desktop-modes-not-to-save): Add tags-table-mode to the | |
56 default value. | |
57 | |
58 * info.el (Info-index-next): Add total number of index | |
59 alternatives to the message. | |
60 | |
61 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip | |
62 backward only space (instead of space and period) before looking | |
63 at sentence end. | |
64 | |
65 * simple.el (set-variable): Use user-variable-p instead of symbolp. | |
66 Add the old variable value as 4th default-value arg of read-string. | |
67 | |
68 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
69 | |
70 * cus-face.el (custom-declare-face): Make face from X resources | |
71 also on Mac. | |
72 | |
73 * disp-table.el (standard-display-g1, standard-display-graphic): | |
74 Refuse to use string glyphs also on Mac. | |
75 (standard-display-european): Don't set terminal coding system also | |
76 on Mac. | |
77 | |
78 * frame.el (display-screens): Use x-display-screens also on Mac. | |
79 | |
80 2005-10-21 Romain Francoise <romain@orebokech.com> | |
81 | |
82 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address. | |
83 | |
84 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca> | |
85 | |
86 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@ | |
87 and $? into sexps. | |
88 | |
89 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the | |
90 warning face on open-paren-in-column-0. | |
91 | |
92 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner | |
93 boundary case. Fix typo. | |
94 Suggested by Martin Rudalics <rudalics@gmx.at>. | |
95 | |
96 2005-10-21 Carsten Dominik <dominik@science.uva.nl> | |
97 | |
98 * textmodes/org.el: (org-combined-agenda-icalendar-file) | |
99 (org-icalendar-include-todo, org-icalendar-combined-name): New options. | |
100 (org-export-icalendar-this-file) | |
101 (org-export-icalendar-all-agenda-files) | |
102 (org-export-icalendar-combine-agenda-files): New commands. | |
103 (org-export-icalendar, org-print-icalendar-entries) | |
104 (org-start-icalendar-file, org-finish-icalendar-file) | |
105 (org-ical-ts-to-string): New functions. | |
106 (org-read-date, org-goto-calendar) | |
107 (org-agenda-goto-calendar): Inhibit displaying diary entries by | |
108 call to `calendar'. | |
109 (orgtbl-setup): Remove the :keys arguments from the menu description. | |
110 (org-after-save-iCalendar-file-hook): New variable. | |
111 | |
112 2005-10-21 Kenichi Handa <handa@m17n.org> | |
113 | |
114 * language/vietnamese.el (tcvn-5712): Make it an alias of | |
115 vietnamese-tcvn coding-system. | |
116 | |
117 2005-10-20 Michael Albinus <michael.albinus@gmx.de> | |
118 | |
119 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no | |
120 group id is given. | |
121 | |
122 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca> | |
123 | |
124 * progmodes/sh-script.el (sh-escaped-line-re): New var. | |
125 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it. | |
126 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters | |
127 whose line is either continued or ends with a comment. | |
128 | |
129 2005-10-20 Romain Francoise <romain@orebokech.com> | |
130 | |
131 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user. | |
132 | |
133 * replace.el (occur-engine): Add follow-link property. | |
134 | |
135 * font-core.el (font-lock-mode): Doc fix. | |
136 | |
137 2005-10-20 Richard M. Stallman <rms@gnu.org> | |
138 | |
139 * net/rcirc.el: New file. | |
140 | |
141 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change) | |
142 | |
143 * term.el (term-term-name): Initialize to "eterm-color". | |
144 | |
145 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com> | |
146 | |
147 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all | |
148 for encryption functionality. | |
149 Move allout customization subgroup from `editing' to `outlines' group. | |
150 Fix commentary 'keywords' to legitimate ones. | |
151 Update author info (using my current email address, obscurified). | |
152 (allout-encrypt-string, allout-encryption-produce-work-buffer) | |
153 (allout-encrypted-topic-p, allout-encrypted-text-type) | |
154 (allout-mc-activate-passwd, allout-create-encryption-key-verifier) | |
155 (allout-situate-encryption-key-verifier) | |
156 (allout-get-encryption-key-verifier, allout-verify-key) | |
157 (allout-next-topic-pending-encryption) | |
158 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs. | |
159 (outline-topic-encryption-bullet, outline-default-encryption-scheme) | |
160 (outline-key-verifier-handling, outline-key-hint-handling) | |
161 (outline-encrypt-unencrypted-on-saves): New defcustoms. | |
162 (allout-file-key-verifier-string, allout-encryption-scheme) | |
163 (allout-key-verifier-string, allout-key-hint-string) | |
164 (allout-after-save-decrypt): New variables. | |
165 (allout-write-file-hook-handler, allout-auto-save-hook-handler) | |
166 (allout-after-saves-handler): New hook functions. | |
167 (allout-post-command-business): Do allout-after-save-decrypt. | |
168 (allout-enable-file-variable-adjustment): Custom var to enable | |
169 mechanism for adding and adjusting settings of Emacs file variables. | |
170 (allout-adjust-file-variable, allout-file-vars-section-data): | |
171 New functions, implement the mechanism. | |
172 (outlineify-sticky): Use the file vars mechanism. | |
173 (allout-inhibit-protection, allout-during-write-cue) | |
174 (allout-override-protect, allout-before-change-protect): Remove. | |
175 (allout-flag-region, allout-open-topic): Adjust read-only text. | |
176 (allout-open-line-not-read-only): Add to facilitate read-only | |
177 text based protection. | |
178 (allout-kill-line): Revise to adjust read-only text, clue the | |
179 user about the inhibition. | |
180 (allout-unprotected): Use unwind-protect. | |
181 (allout-shift-in, allout-shift-out): Disallow manually shifting a | |
182 topic deeper than the offspring depth of the previous topic - | |
183 avoiding confusing "containment discontinuities". | |
184 (allout-reindent-bodies): Fix retention of body relative hanging | |
185 indent during promotion of collapsed bodies. | |
186 (allout-open-topic): Make it easy to open new topic with same | |
187 bullet as current topic - topic creation functions provided with | |
188 any universal argument provokes now prompt for bullet, defaulting | |
189 to the bullet of the previous topic. | |
190 (allout-plain-bullets-string, allout-distinctive-bullets-string): | |
191 Plain bullet alternates '.' period and ',' comma only. All other | |
192 bullets are relegated to special status (but customizable). | |
193 (allout-end-of-entry): Rename from 'allout-end-of-current-entry | |
194 since it actually operates w.r.t. most immediately containing | |
195 entry, visible or not. | |
196 (allout-hide-current-entry, allout-show-current-entry): Use the | |
197 revised version. | |
198 (allout-old-expose-topic): Solidify deprecation. | |
199 (allout-end-of-subtree): Add so we can span concealed as well | |
200 as visible topics. | |
201 (allout-end-of-current-subtree): Use `allout-end-of-subtree'. | |
202 (allout-end-of-current-heading): Tweak to just respect the first line. | |
203 (allout-get-body-text): Add. | |
204 (allout-ascend-to-depth, allout-ascend): Position at end of prefix | |
205 when invoked interactively. | |
206 (allout-up-current-level): Use `interactive-p'. | |
207 (allout-mode, allout-init): Miscellaneous docstring and | |
208 operational refinements, as well as hookups of new encryption stuff. | |
209 (allout-beginning-of-current-entry): Now works as advertised. | |
210 (allout-end-of-current-entry): Remove of superfluous allout-show-entry. | |
211 (allout-isearch-rectification): Refine condition for isearching. | |
212 (allout-isearch-abort, allout-enwrap-isearch) | |
213 (allout-flag-region, my-region-active-p): Relocate some macros. | |
214 (allout-title): Fallback title is '(buffer-name)', not | |
215 non-existing '(current-buffer-name)'. | |
216 (subst-char-in-string): Define if absent (for some XEmacs versions). | |
217 | |
218 2005-10-20 Jari Aalto <jari.aalto@cante.net> | |
219 | |
220 * mail/sendmail.el (mail-setup-hook, mail-aliases) | |
221 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks) | |
222 (mail-citation-prefix-regexp, mail-signature-file) | |
223 (mail-default-headers, mail-bury-selects-summary) | |
224 (mail-send-nonascii): Add autoload cookies. | |
225 | |
226 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change) | |
227 | |
228 * frame.el (blink-cursor-mode): Add `mac' to the list of | |
229 window-system's that support blinking cursor. | |
230 | |
231 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de> | |
232 | |
233 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring. | |
234 | |
235 2005-10-20 Eli Zaretskii <eliz@gnu.org> | |
236 | |
237 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): | |
238 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due | |
239 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el. | |
240 | |
241 2005-10-20 Kim F. Storm <storm@cua.dk> | |
242 | |
243 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root. | |
244 (ido-set-current-directory): Don't add / after final @. | |
245 (ido-file-name-all-completions-1): Adapt to fixed tramp completion. | |
246 Explicitly handle ange-ftp completion oddities. | |
247 (ido-make-file-list): Don't rotate list at tramp root to avoid | |
248 triggering tramp file handler for expand-file-name via get-file-buffer. | |
249 | |
250 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca> | |
251 | |
252 * simple.el (eval-expression-print-format): Put the char-string | |
253 inside the parenthesis, like the other alternative notations. | |
254 (kill-new): Use push. | |
255 (copy-to-buffer): Use with-current-buffer. | |
256 (completion-setup-function): Simplify. | |
257 (minibuffer-local-must-match-map): Don't add redundant bindings which | |
258 are already present in its parent (minibuffer-local-completion-map). | |
259 | |
260 * savehist.el (savehist-coding-system): Revert to checking XEmacs. | |
261 | |
262 2005-10-19 Jay Belanger <belanger@truman.edu> | |
263 | |
264 * calc/calc-units.el (math-standard-units): Add units, adjust | |
265 symbols and update values. | |
266 (math-unit-prefixes): Add more prefixes. | |
267 | |
268 2005-10-19 Romain Francoise <romain@orebokech.com> | |
269 | |
270 * bookmark.el (bookmark-menu-heading): New face. | |
271 (bookmark-bmenu-list): Use it. | |
272 Don't fiddle with `baud-rate' at top-level. | |
273 | |
274 2005-10-18 Chong Yidong <cyd@stupidchicken.com> | |
275 | |
276 * image.el (create-image, find-image): Mention max-image-size in | |
277 docstring. | |
278 | |
1 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca> | 279 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca> |
280 | |
281 * savehist.el (savehist-load): Revert to checking XEmacs. | |
2 | 282 |
3 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist. | 283 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist. |
4 Various docstring and line-width fixups. | 284 Various docstring and line-width fixups. |
5 (conf-mode): Use cond. | 285 (conf-mode): Use cond. |
6 Set font-lock-defaults. Don't set comment-use-syntax. | 286 Set font-lock-defaults. Don't set comment-use-syntax. |
115 * tool-bar.el: Move to lisp from toolbar. Now that | 395 * tool-bar.el: Move to lisp from toolbar. Now that |
116 toolbar is empty, it should be deleted when folks run "cvs up -P". | 396 toolbar is empty, it should be deleted when folks run "cvs up -P". |
117 | 397 |
118 2005-10-18 Jay Belanger <belanger@truman.edu> | 398 2005-10-18 Jay Belanger <belanger@truman.edu> |
119 | 399 |
120 * calc/calc-store (calc-store-into): Get the proper variable name | 400 * calc/calc-store.el (calc-store-into): Get the proper variable name |
121 to display in message. | 401 to display in message. |
122 | 402 |
123 2005-10-18 Nick Roberts <nickrob@snap.net.nz> | 403 2005-10-18 Nick Roberts <nickrob@snap.net.nz> |
124 | 404 |
125 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch | 405 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch |
126 expressions display in speedbar for all buffers when debugging. | 406 expressions display in speedbar for all buffers when debugging. |
127 (gdb-speedbar-expand-node): Ensure node contraction is always | 407 (gdb-speedbar-expand-node): Ensure node contraction is always updated. |
128 updated. | |
129 | 408 |
130 * speedbar.el (speedbar-set-mode-line-format): Indent properly. | 409 * speedbar.el (speedbar-set-mode-line-format): Indent properly. |
131 (speedbar-insert-button, speedbar-make-button): | 410 (speedbar-insert-button, speedbar-make-button): |
132 Use add-text-properties. | 411 Use add-text-properties. |
133 (speedbar-update-localized-contents) | 412 (speedbar-update-localized-contents) |
246 | 525 |
247 * progmodes/octave-mod.el (octave-complete-symbol): Ditto. | 526 * progmodes/octave-mod.el (octave-complete-symbol): Ditto. |
248 | 527 |
249 * progmodes/pascal.el (pascal-complete-word) | 528 * progmodes/pascal.el (pascal-complete-word) |
250 (pascal-show-completions): Ditto. | 529 (pascal-show-completions): Ditto. |
251 | |
252 | 530 |
253 * textmodes/bibtex.el (bibtex-complete-internal): Ditto. | 531 * textmodes/bibtex.el (bibtex-complete-internal): Ditto. |
254 | 532 |
255 * simple.el (completion-common-substring): New variable. | 533 * simple.el (completion-common-substring): New variable. |
256 (completion-setup-function): Use `completion-common-substring' | 534 (completion-setup-function): Use `completion-common-substring' |