Mercurial > emacs
comparison lisp/ChangeLog @ 90399:a5812696f7bf unicode-pre-font-backend
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 274-284)
- Update from CVS
- Update etc/MORE.STUFF.
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 101)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-62
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 17 May 2006 07:46:49 +0000 |
parents | 146cd8369025 2006f23b693c |
children | a8190f7e546e |
comparison
equal
deleted
inserted
replaced
90398:1f8d5cd37cf0 | 90399:a5812696f7bf |
---|---|
1 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org> | |
2 | |
3 * emacs-lisp/ewoc.el (ewoc-data): Add docstring. | |
4 (ewoc-nth): Doc fix. | |
5 | |
6 2006-05-16 Eli Zaretskii <eliz@gnu.org> | |
7 | |
8 * international/mule.el (auto-coding-alist): Add .lha to files | |
9 read with no-conversion. | |
10 | |
11 * files.el (auto-mode-alist): Add .lha files to archive file | |
12 extensions. | |
13 | |
14 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize): | |
15 Convert csize to integer when computing offsets within the | |
16 compressed archive file. | |
17 | |
18 2006-05-16 Kim F. Storm <storm@cua.dk> | |
19 | |
20 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality | |
21 with read-from-minibuffer. | |
22 | |
23 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de> | |
24 | |
25 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function. | |
26 (byte-compile-warnings): Fix safe-local-variable property. | |
27 | |
28 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com> | |
29 | |
30 * allout.el (allout-show-bodies, allout-old-style-prefixes) | |
31 (allout-stylish-prefixes, allout-numbered-bullet) | |
32 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple | |
33 predicates to qualify `safe-local-variable' property, when | |
34 available, else use equivalent lambda. | |
35 (allout-current-topic-collapsed-p): Do the right thing regarding | |
36 trailing blank lines. | |
37 | |
38 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca> | |
39 | |
40 * server.el (server-start): Only create a directory if needed. | |
41 (server-edit, server-unload-hook): server-start => server-mode. | |
42 (kill-emacs-hook): Cleanup upon exit. | |
43 | |
44 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca> | |
45 | |
46 * hexl.el (hexlify-buffer): Encode process arguments manually. | |
47 | |
48 2006-05-16 Nick Roberts <nickrob@snap.net.nz> | |
49 | |
50 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to | |
51 call to gdb-tooltip-print. | |
52 | |
53 2006-05-15 Romain Francoise <romain@orebokech.com> | |
54 | |
55 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux | |
56 systems, default to "tar" since those systems probably have GNU tar. | |
57 | |
58 2006-05-14 Lars Hansen <larsh@soem.dk> | |
59 | |
60 * desktop.el (desktop-missing-file-warning): Fix docstring. | |
61 (desktop-restore-file-buffer): Correct question asked on missing file. | |
62 | |
63 2006-05-14 Kim F. Storm <storm@cua.dk> | |
64 | |
65 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword): | |
66 Add CUA move property. | |
67 | |
68 2006-05-13 Chong Yidong <cyd@stupidchicken.com> | |
69 | |
70 * custom.el (custom-push-theme): Load the variable before checking | |
71 its `standard-value'. | |
72 | |
73 2006-05-13 Lars Hansen <larsh@soem.dk> | |
74 | |
75 * desktop.el (desktop-save): Use with-temp-buffer. | |
76 | |
77 2006-05-12 Glenn Morris <rgm@gnu.org> | |
78 | |
79 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map): | |
80 * calendar/calendar.el (calendar-mode-map): | |
81 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries): | |
82 * calendar/appt.el (appt-check, appt-make-list): Refer to | |
83 diary-view-entries, diary-list-entries, diary-show-all-entries | |
84 rather than obsolete aliases. | |
85 | |
86 2006-05-12 Chong Yidong <cyd@stupidchicken.com> | |
87 | |
88 * simple.el (line-move-finish): Avoid calling point motion hooks | |
89 while processing intangibility. | |
90 | |
91 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu> | |
92 | |
93 * term/xterm.el (terminal-init-xterm): Fix typo. | |
94 | |
95 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com> | |
96 | |
97 * allout.el: (allout-view-change-hook): Mark as being deprecated, | |
98 to be replaced by `allout-exposure-change-hook'. | |
99 (allout-exposure-change-hook): New, replacing | |
100 `allout-view-change-hook'. | |
101 (allout-flag-region): Run new hook `allout-exposure-change-hook', | |
102 in addition to `allout-view-change-hook'. | |
103 (allout-show-bodies, allout-old-style-prefixes) | |
104 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the | |
105 lambda forms to prevent their showing up in variable help | |
106 presentations as inscrutable byte-compiled code. | |
107 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout): | |
108 Use string-or-null-p to qualify safe-local-variable values. | |
109 (allout-reindent-bodies): Use memq to qualify matches against | |
110 valid safe-local-variable values. Also, quote the lambda as above. | |
111 (allout-use-mode-specific-leader): Add missing candidate-value | |
112 symbols, use memq, and quote the lambda. | |
113 (allout-overlay-interior-modification-handler): Remove unused | |
114 variables `msg' and 'opened'. | |
115 (allout-hidden-p): Constrain invisibility consideration to allout's | |
116 invisibility spec, disregarding invisibility for other reasons. | |
117 | |
118 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de> | |
119 | |
120 * files.el (version-control): Correct safe values. | |
121 | |
122 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org> | |
123 | |
124 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping. | |
125 | |
126 (ewoc--node-enter-before, ewoc--create-node): Delete funcs. | |
127 (ewoc--insert-new-node): New func. | |
128 Update callers of deleted funcs to use it, instead. | |
129 | |
130 2006-05-11 Glenn Morris <rgm@gnu.org> | |
131 | |
132 * calendar/calendar.el (diary-show-all-entries): Do not refer to | |
133 obsolete alias `show-all-diary-entries'. | |
134 (make-diary-entry): Not interactive. | |
135 (cal-tex-cursor-month, cal-tex-cursor-month-landscape) | |
136 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2) | |
137 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday) | |
138 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week) | |
139 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year) | |
140 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive. | |
141 | |
142 2006-05-11 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> | |
143 | |
144 * calendar/calendar.el (calendar-french-date-string) | |
145 (calendar-mayan-date-string, calendar-chinese-date-string) | |
146 (calendar-astro-date-string, calendar-iso-date-string) | |
147 (calendar-islamic-date-string, calendar-bahai-date-string) | |
148 (calendar-hebrew-date-string, calendar-coptic-date-string) | |
149 (calendar-ethiopic-date-string, calendar-persian-date-string): | |
150 These functions are not interactive. | |
151 | |
152 2006-05-11 Luc Teirlinck <teirllm@auburn.edu> | |
153 | |
154 * files.el: Balance parentheses. | |
155 | |
156 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de> | |
157 | |
158 * files.el, newcomment.el, outline.el, simple.el, | |
159 emacs-lisp/bytecomp.el, progmodes/cc-compat.el, | |
160 progmodes/cc-vars.el, progmodes/compile.el: | |
161 Move `safe-local-variable' declarations to the respective files. | |
162 | |
163 * help-fns.el (describe-variable): Don't print safe-var if it is | |
164 byte-code. Improve wording as suggested by Luc Teirlinck | |
165 <teirllm@auburn.edu>. | |
166 | |
167 2006-05-11 Nick Roberts <nickrob@snap.net.nz> | |
168 | |
169 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary. | |
170 (gdb-var-evaluate-expression-handler, gdb-var-update-handler): | |
171 Use a token for pending-triggers to ensure gdb-var-update | |
172 gets called once per user input again for pre-GDB 6.4. | |
173 (gdb-var-delete): Match on more complex expressions. | |
174 (gdb-var-list-children-handler, gdb-var-create-handler): | |
175 Use a token for consistency. | |
176 | |
177 2006-05-11 Carsten Dominik <dominik@science.uva.nl> | |
178 | |
179 * textmodes/org.el (org-read-date, org-goto-calendar) | |
180 (org-agenda-goto-calendar): | |
181 Bind `view-calendar-holidays-initially' to nil. | |
182 | |
183 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org> | |
184 | |
185 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion. | |
186 Update all callers to do it there, instead. | |
187 | |
188 2006-05-10 Glenn Morris <rgm@gnu.org> | |
189 | |
190 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in | |
191 prefix arg case, to avoid view-diary-entries-initially error. | |
192 Reported by Stephen Berman <Stephen.Berman at gmx.net>. | |
193 (calendar-date-is-legal-p): Handle dates with no day part. | |
194 | |
195 2006-05-11 Nick Roberts <nickrob@snap.net.nz> | |
196 | |
197 * comint.el (comint-insert-input): Just make it when | |
198 comint-use-prompt regexp is nil (default) and with the mouse. | |
199 (comint-copy-old-input): Reinstate from 2004-06-23. | |
200 (comint-mode-map): Bind C-c C-m to it. | |
201 | |
1 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu> | 202 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu> |
2 | 203 |
3 * progmodes/idlw-shell.el (idlwave-shell-move-or-history): | 204 * progmodes/idlw-shell.el (idlwave-shell-move-or-history): |
4 Remove spurious move to point-max (new comint behavior fixes). | 205 Remove spurious move to point-max (new comint behavior fixes). |
5 | 206 |
6 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete | 207 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete |
7 compatibility function (Emacs 18/19). | 208 compatibility function (Emacs 18/19). |
8 (idlwave-is-continuation-line): Always return point at start of | 209 (idlwave-is-continuation-line): Always return point at start of |
9 previous non-blank continuation line. | 210 previous non-blank continuation line. |
10 `keyword-parameters': Fix continued comment font-lock matcher. | 211 `keyword-parameters': Fix continued comment font-lock matcher. |
11 (idlwave-font-lock-fontify-region): Written, use as | 212 (idlwave-font-lock-fontify-region): Written, use as |
12 font-lock-fontify-region-function, to fix continued keyword | 213 font-lock-fontify-region-function, to fix continued keyword |
13 fontification issues. | 214 fontification issues. |
14 | 215 |