comparison lisp/ChangeLog @ 83559:edf631bdbb7a

Merged from emacs@sv.gnu.org Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-650 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-651 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-652 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-653 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-654 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-655 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-656 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-657 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-658 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-659 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-203 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-204 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-205 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-599
author Karoly Lorentey <karoly@lorentey.hu>
date Sun, 22 Apr 2007 11:42:03 +0000
parents 07774e5c3ff5 6f86cadf3faa
children 738ce3540ffb
comparison
equal deleted inserted replaced
83558:8e46638e99c7 83559:edf631bdbb7a
1 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
2
3 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4 Jump to the line where new score has been uploaded.
5
6 * play/tetris.el (tetris-move-bottom, tetris-move-left)
7 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
8 Do nothing when the game is paused.
9
10 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
11
12 * textmodes/org.el (org-set-tags): Prevent slipping of point
13 during completion.
14
15 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
16
17 * isearch.el (isearch-message-prefix):
18 Use minibuffer-prompt-properties.
19
20 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21
22 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
23 (ps-setup): Print which Emacsen is running ps-print package.
24
25 2007-03-01 Stuart Herring <herring@lanl.gov> (tiny change)
26
27 * files.el (set-auto-mode-0): Use `indirect-function'.
28 (hack-one-local-variable): Don't reapply current major mode.
29
30 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * progmodes/python.el (python-quote-syntax): Don't bother with
33 syntax-ppss-context.
34 (python-fill-paragraph): Make sure that fenced-string delimiters that
35 stand on their own line stay there
36
37 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
38
39 * replace.el (perform-replace): Propertize message.
40
41 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
42
43 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
44 invisible heading.
45
46 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
47
48 * net/tramp.el (tramp-file-name-handler): Revert last change.
49
50 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
51
52 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
53 Correct doc strings.
54
55 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
56
57 * replace.el (perform-replace): Undo forward-char immediately if
58 non-adjacent search fails.
59
60 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
61
62 * version.el (emacs-major-version, emacs-minor-version):
63 string-to-int -> string-to-number.
64
65 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
66
67 * help.el (where-is): Fail gracefully when not passed a command.
68
69 2007-02-28 Stuart Herring <herring@lanl.gov> (tiny change)
70
71 * find-lisp.el (find-lisp-default-directory-predicate):
72 Fix bug: Do symlink check on expanded filename.
73
74 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
75
76 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
77 changes during replacement.
78 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
79
80 2007-02-28 Lars Hansen <larsh@soem.dk>
81
82 * desktop.el: Delete header line listing me as maintainer.
83
84 2007-02-28 Glenn Morris <rgm@gnu.org>
85
86 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
87 the menus case.
88
89 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
90
91 * net/tramp.el (tramp-file-name-handler): Inhibit modification
92 hooks to avoid confusion when combining after-change calls.
93
94 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
95
96 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
97 now that pgg-gpg-process-region correctly honors passed-in passphrase.
98 (allout-distinctive-bullets-string): Add info about bullet conventions.
99 (allout-mode): Add info about distinctive vs plain bullets.
100
101 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
102
103 * textmodes/org.el (org-archive-subtree): Quote variable name.
104 (org-agenda-get-todos): Make sure skip properties are checked correctly.
105
106 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
107
108 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
109 (gud-bashdb-command-name, bashdb): Remove.
110 (gud, gud-menu-map): Remove references to bash/bashdb.
111
112 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
113
114 (gud-pdb-marker-regexp): Add optional <module> keyword for Python 2.5.
115
116 2007-02-26 Romain Francoise <romain@orebokech.com>
117
118 * net/net-utils.el (whois-server-tld): Update server for .org.
119 (whois-server-list): Add whois.publicinterestregistry.net.
120 (whois-guess-server): Fix formatting in docstring.
121
122 2007-02-26 Kim F. Storm <storm@cua.dk>
123
124 * mouse.el (mouse-show-mark): Run hooks and perform command
125 remapping for mouse-region-delete-keys.
126
127 2007-02-26 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
128
129 * font-core.el (font-lock-mode): Doc fix.
130
131 2007-02-25 Kim F. Storm <storm@cua.dk>
132
133 * ido.el (ido-buffer-internal): Set this-command to fallback command.
134 Add selected buffer to buffer-name-history.
135 (ido-file-internal): Set this-command to fallback command.
136 Add file names to file-name-history.
137
138 * emacs-lisp/map-ynp.el (map-y-or-n-p):
139 Apply minibuffer-prompt-properties.
140
141 2007-02-25 Andreas Schwab <schwab@suse.de>
142
143 * files.el (hack-one-local-variable-eval-safep): Correct handling
144 of edebug-form-spec property value. Reported by Johan Bockg,Ae(Brd.
145
146 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
147
148 * textmodes/org.el (org-table-overlay-coordinates)
149 (org-table-toggle-coordinate-overlays): New functions.
150 (org-table-overlay-coordinates, org-table-coordinate-overlays):
151 New variables.
152 (org-startup-with-deadline-check): Option removed.
153 (org-mode): Remove deadline check on startup.
154 (org-table-limit-column-width): Option removed.
155 (org-table-formula-numbers-only): Option removed.
156 (org-link-style, org-link-format): Options removed.
157 (org-select-agenda-window, org-fit-agenda-window): Options removed.
158 (org-export-ascii-show-new-buffer)
159 (org-export-html-show-new-buffer): Options removed.
160 (org-activate-links): Camel option removed.
161 (org-file-link-context-use-camel-case): Option removed.
162 (org-camel-regexp): Veriable removed.
163 (org-activate-camels): Function removed.
164 (org-store-link): Removed Camel stuff.
165 (org-make-org-heading-camel): Function removed.
166 (org-open-at-point): Removed camel stuff.
167 (org-link-search): Removed camel stuff.
168 (org-camel-to-words): Function removed.
169 (org-get-agenda-file-buffer): Make sure we prepare the base
170 buffers, not any indirect buffers.
171 (org-sort-entries): Sort top-level when not on a headline, and no
172 active region.
173 (org-in-regexp): New function.
174 (org-search-not-self): Renamed from `org-search-not-link'.
175 (org-open-link-marker): New variable.
176 (org-open-at-point): Set `org-open-link-marker'.
177 (org-print-icalendar-entries): Fixed bug with excluding DONE
178 entries from the exported list.
179 (org-edit-formula-lisp-indent): New command.
180 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
181 (orgtbl-to-latex, orgtbl-insert-radio-table)
182 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
183 (orgtbl-radio-table-templates): New option.
184 (org-store-link-props):
185 (org-remember-templates): More possibilities to insert info
186 into templates.
187 (org-remember-apply-template): Make use of the extended
188 template capabilities.
189 (org-remember-redo-template): New command.
190 (org-upgrade-old-links)
191 (org-table-modify-formulas, org-table-replace-in-formulas)
192 (org-table-find-dataline)
193 (org-table-get-vertical-vector): Functions removed.
194 (org-table-remove-rectangle-highlight)
195 (org-time-stamp-format, org-toggle-log-option)
196 (org-table-highlight-rectangle)
197 (org-table-iterate, org-table-make-reference):
198 (org-translate-time, org-tree-to-indirect-buffer)
199 (org-table-field-info, org-table-fix-formulas)
200 (org-table-force-dataline, org-table-get-descriptor-line)
201 (org-table-get-range)
202 (org-skip-comments, org-sort)
203 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
204 (org-table-current-dline, org-table-current-field-formula)
205 (org-table-edit-backward-field)
206 (org-table-edit-formulas-post-command)
207 (org-table-edit-line-down, org-table-edit-line-up)
208 (org-agenda-archive)
209 (org-agenda-clock-cancel)
210 (org-agenda-clock-out, org-agenda-list-stuck-projects)
211 (org-agenda-open-link, org-agenda-show-new-time)
212 (org-agenda-skip-subtree-when-regexp-matches)
213 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
214 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
215 (org-do-sort, org-file-image-p, org-find-overlays)
216 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
217 (org-highlight-until-next-command, org-isearch-end)
218 (org-match-any-p, org-next-link, org-previous-link):
219 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
220 (org-rewrite-old-row-references)
221 (org-isearch-post-command)
222 (org-table-edit-move, org-table-edit-next-field)
223 (org-table-edit-scroll, org-table-edit-scroll-down)
224 (org-set-frame-title, org-show-reference)
225 (org-unhighlight-once, org-verify-change-for-undo): New functions.
226 (org-show-variable): Command removed.
227 (org-add-log-maybe): New arguments STATE, FINDPOS
228 (org-table-sort-lines): Rewritten from scratch.
229 (org-link-search): New argument AVOID-POS.
230 (org-print-icalendar-entries): Argument CATEGORY removed.
231 (org-run-agenda-series): Argument WONDOW removed.
232 (org-next-link, org-previous-link): New commands.
233 (org-agenda-date-format): New option.
234 (org-table-iterate): New command.
235 (org-table-modify-formulas)
236 (org-table-replace-in-formulas): Functions removed.
237 (org-table-fix-formulas): New function.
238 (org-table-insert-column, org-table-delete-column)
239 (org-table-move-column): Use `org-table-fix-formulas'.
240 (org-follow-gnus-link): Patch from Bastien/Leo.
241 (org-table-current-field-formula): New function.
242 (org-file-image-p): New function.
243 (org-agenda-show-new-time): New function.
244 (org-agenda-date-later): Call `org-agenda-show-new-time'.
245 (org-with-remote-undo): New macro.
246 (org-agenda-undo): New command.
247 (org-verify-change-for-undo): New function.
248 (org-time-stamp-format): New function.
249 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
250 by user.
251 (org-match-any-p): New function.
252 (org-make-tags-matcher): Handle regular expressions for tag and
253 todo matches.
254 (org-read-date): Accept "+N" as input for a date relative to the
255 current date.
256 (org-remove-subtree-entries-from-agenda): New function.
257 (org-agenda-archive, org-agenda-kill): Use
258 `org-remove-subtree-entries-from-agenda'.
259 (org-do-sort, org-sort-entries): New functions.
260 (org-sort): New command.
261 (org-table-sort-lines): Use `org-do-sort'.
262 (org-fix-decoded-time): New function.
263 (org-table-number-regexp): Require 0x... to identify as number
264 in tables.
265 (org-startup-options): New keywords for note taking.
266 (org-upgrade-old-links): Function removed.
267 (org-get-repeat): New function.
268 (org-show-context): Also show siblings on current level.
269 (org-show-siblings): New function.
270 (org-isearch-end, org-isearch-post-command): New functions.
271 (org-show-siblings): New option.
272 (org-show-context): Use `org-show-siblings'.
273 (org-table-maybe-recalculate-line): No longer require `calc-eval'
274 to be bound, because user may just use elisp.
275
276 2007-02-24 Kim F. Storm <storm@cua.dk>
277
278 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
279 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
280
281 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
282
283 * startup.el (command-line): Also check if the abbrev file is readable.
284
285 2007-02-24 John Paul Wallington <jpw@pobox.com>
286
287 * net/tls.el (tls-certtool-program): Fix custom type.
288
289 * mail/feedmail.el (feedmail-message-id-generator)
290 (feedmail-date-generator): Fix custom types.
291
292 * mail/rmail.el (rmail-message-filter): Fix custom type.
293
1 2007-02-24 Eli Zaretskii <eliz@gnu.org> 294 2007-02-24 Eli Zaretskii <eliz@gnu.org>
2 295
3 * startup.el (command-line): If simple.el cannot be found, proceed 296 * startup.el (command-line): If simple.el cannot be found, proceed
4 with a warning message. 297 with a warning message.
5 298
6 2007-02-24 Kenichi Handa <handa@m17n.org> 299 2007-02-24 Kenichi Handa <handa@m17n.org>
7 300
8 * international/utf-8.el (utf-8-pre-write-conversion): Handle the 301 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
9 case that BEG is a string. 302 case that BEG is a string.
10 303
11 2007-02-24 Chris Moore <dooglus@gmail.com> 304 2007-02-24 Chris Moore <dooglus@gmail.com>
12 305
13 * pgg-pgp5.el (pgg-pgp5-encrypt-region): 306 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
14 * pgg-pgp.el (pgg-pgp-encrypt-region): 307 * pgg-pgp.el (pgg-pgp-encrypt-region):
15 * pgg-gpg.el (pgg-gpg-encrypt-region): 308 * pgg-gpg.el (pgg-gpg-encrypt-region):
16 Check pgg-encrypt-for-me if no other recipients. 309 Check pgg-encrypt-for-me if no other recipients.
25 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> 318 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
26 319
27 * comint.el (comint-read-input-ring): Use comint-input-ring-size 320 * comint.el (comint-read-input-ring): Use comint-input-ring-size
28 from the comint buffer instead of the temporary one. 321 from the comint buffer instead of the temporary one.
29 322
30 2007-02-23 David Reitter <david.reitter@gmail.com> 323 2007-02-23 David Reitter <david.reitter@gmail.com>
31 324
32 * cus-edit.el (custom-save-all): Canonicalize custom-file before 325 * cus-edit.el (custom-save-all): Canonicalize custom-file before
33 storing it in recentf-exclude. 326 storing it in recentf-exclude.
34 327
35 2007-02-23 Chong Yidong <cyd@stupidchicken.com> 328 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
39 332
40 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu> 333 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
41 334
42 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending 335 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
43 commands, for restart. 336 commands, for restart.
44 (idlwave-shell-current-module): Fix handling of module name by 337 (idlwave-shell-current-module): Fix handling of module name by type.
45 type.
46 (idlwave-shell-break-in): Update type handling. 338 (idlwave-shell-break-in): Update type handling.
47 (idlwave-shell-bp-get): Encode type in BP structure. 339 (idlwave-shell-bp-get): Encode type in BP structure.
48 (idlwave-shell-set-bp): Fix setting condition/count on disabled 340 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
49 BPs. 341 (idlwave-shell-module-source-query): Query routine info based on type.
50 (idlwave-shell-module-source-query): Query routine info based on 342 Fix path parsing for non-compiled files.
51 type. Fix path parsing for non-compiled files. 343 (idlwave-shell-module-source-filter): Don't signal error in filter
52 (idlwave-shell-module-source-filter): Don't signal error in 344 if no source found.
53 filter if no source found.
54 (idlwave-shell-set-bp-in-module): Use fallback source to prevent 345 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
55 filter race. 346 filter race.
56 347
57 2007-02-22 Kim F. Storm <storm@cua.dk> 348 2007-02-22 Kim F. Storm <storm@cua.dk>
58 349