Mercurial > emacs
comparison lisp/ChangeLog @ 83560:738ce3540ffb
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-660
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-661
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-662
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-663
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-664
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-665
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-666
Fix read-only prompt problem in isearch
* emacs@sv.gnu.org/emacs--devo--0--patch-667
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-668
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-669
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-670
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-671
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-672
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-673
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-206
Merge from emacs--devo--0
* emacs@sv.gnu.org/gnus--rel--5.10--patch-207
Merge from emacs--devo--0
* emacs@sv.gnu.org/gnus--rel--5.10--patch-208
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-600
author | Karoly Lorentey <karoly@lorentey.hu> |
---|---|
date | Sun, 22 Apr 2007 12:12:29 +0000 |
parents | edf631bdbb7a 6faaecee918b |
children | dc002877ce12 |
comparison
equal
deleted
inserted
replaced
83559:edf631bdbb7a | 83560:738ce3540ffb |
---|---|
1 2007-03-21 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * server.el (server-process-filter): Cancel any pending isearch. | |
4 | |
5 2007-03-21 Ulf Jasper <ulf.jasper@web.de> | |
6 | |
7 * calendar/icalendar.el (icalendar-version): Increase to 0.15. | |
8 (icalendar--get-unfolded-buffer): Define actual arguments rather | |
9 than just using &rest. Check replace-in-string is fbound. | |
10 (icalendar-import-buffer): Doc fix. | |
11 (icalendar--convert-ical-to-diary): Set diary-file. | |
12 Check diary-file before inserting final newline. | |
13 (icalendar--add-diary-entry): Return diary-file. | |
14 | |
15 2007-03-21 Glenn Morris <rgm@gnu.org> | |
16 | |
17 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it. | |
18 (diary-display-hook): Add custom :set function. | |
19 | |
20 * calendar/diary-lib.el (diary-header-line-flag): Doc fix. | |
21 Add custom :set function. | |
22 (diary-header-line-format): Doc fix. | |
23 (diary-set-maybe-redraw): New function. | |
24 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw. | |
25 (diary-list-entries): Always run diary-mode. | |
26 | |
27 2007-03-20 David Kastrup <dak@gnu.org> | |
28 | |
29 * files.el (magic-mode-alist): Require literal "%!PS" string for | |
30 magic postscript file detection. | |
31 | |
32 2007-03-20 Richard Stallman <rms@gnu.org> | |
33 | |
34 * textmodes/ispell.el (ispell-call-process): New function. | |
35 Defends against bad `default-directory.' | |
36 (ispell-check-version, ispell-find-aspell-dictionaries) | |
37 (ispell-get-aspell-config-value, lookup-words): Call it. | |
38 (ispell-call-process-region): New function. | |
39 (ispell-send-string): Call it. | |
40 | |
41 2007-03-20 Andreas Schwab <schwab@suse.de> | |
42 | |
43 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el. | |
44 (finder-data): Likewise. | |
45 (autoloads): Likewise. | |
46 | |
47 2007-03-20 Martin Rudalics <rudalics@gmx.at> | |
48 | |
49 * files.el (basic-save-buffer): Do not set visited filename when | |
50 the corresponding directory does not exist or the specified | |
51 filename is that of an existing directory. | |
52 | |
53 2007-03-20 Glenn Morris <rgm@gnu.org> | |
54 | |
55 * calendar/diary-lib.el (diary-live-p): New function. | |
56 (number-of-diary-entries): Add a :set function to redisplay diary | |
57 when necessary. | |
58 | |
59 2007-03-19 Nick Roberts <nickrob@snap.net.nz> | |
60 | |
61 * t-mouse.el (t-mouse-make-event-element): Use timestamp output | |
62 from client program, mev, to compute mouse event. | |
63 | |
64 2007-03-19 Chong Yidong <cyd@stupidchicken.com> | |
65 | |
66 * faces.el (momentary): Face removed; unused due to reversion of | |
67 2007-01-04 changes by Kevin Rodgers. | |
68 | |
69 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test. | |
70 Suggested by Johan Bockg,Ae(Brd. | |
71 | |
72 2007-03-19 Martin Rudalics <rudalics@gmx.at> | |
73 | |
74 * font-lock.el (lisp-font-lock-keywords-1): Highlight | |
75 define-globalized-minor-mode as a keyword. | |
76 | |
77 2007-03-19 Kim F. Storm <storm@cua.dk> | |
78 | |
79 * calc/calc-forms.el (math-std-daylight-savings) | |
80 (math-std-daylight-savings-old): Doc fix. | |
81 | |
82 2007-03-19 Juanma Barranquero <lekktu@gmail.com> | |
83 | |
84 * progmodes/python.el (python-default-template): Doc fix. | |
85 (python-buffer): Fix typo in docstring. | |
86 | |
87 * isearchb.el (isearchb-follow-char): | |
88 * subr.el (def-edebug-spec): Fix typo in docstring. | |
89 | |
90 2007-03-19 Richard Stallman <rms@gnu.org> | |
91 | |
92 * files.el (default-directory): Mark safe. | |
93 (basic-save-buffer-2): Put proper dir name in error message. | |
94 | |
95 * simple.el (compose-mail): Run switch-function after | |
96 setting up the mail buffer. | |
97 | |
98 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes. | |
99 | |
100 2007-03-18 Jay Belanger <belanger@truman.edu> | |
101 | |
102 * calc/calc-forms.el (math-parse-date): Fix a regular expression. | |
103 (math-std-daylight-savings-new): Rename from | |
104 `math-std-daylight-savings'. | |
105 (math-std-daylight-savings-old): Rename from old value of | |
106 `math-std-daylight-savings'. | |
107 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or | |
108 `math-std-daylight-savings-old' depending on the year. | |
109 | |
110 2007-03-18 Detlev Zundel <dzu@gnu.org> | |
111 | |
112 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark | |
113 zero-width regexps as invalid but rather at least count them | |
114 correctly. | |
115 | |
116 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org> | |
117 | |
118 * net/tls.el (open-tls-stream): In handshake-waiting loop, | |
119 don't wait more if there is output available to process. | |
120 | |
121 2007-03-18 Nick Roberts <nickrob@snap.net.nz> | |
122 | |
123 * progmodes/compile.el (compilation-find-file): Revert change | |
124 from 2006-07-18 to allow completion of directory names. | |
125 Reported by John Carter <john.carter@tait.co.nz>. | |
126 | |
127 2007-03-18 Kim F. Storm <storm@cua.dk> | |
128 | |
129 * subr.el (when, unless): Doc fix. | |
130 | |
131 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org> | |
132 | |
133 * net/tls.el (tls-program): Doc fix. | |
134 | |
135 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change) | |
136 | |
137 * autorevert.el (auto-revert-tail-handler): | |
138 Call after-revert-hook. | |
139 | |
140 2007-03-17 Ryan Yeske <rcyeske@gmail.com> | |
141 | |
142 * simple.el (switch-to-completions): No error if search for \n\n fails. | |
143 | |
144 2007-03-17 Chong Yidong <cyd@stupidchicken.com> | |
145 | |
146 * simple.el (line-move-1): Respect | |
147 `inhibit-line-move-field-capture' property. | |
148 | |
149 2007-03-13 Chong Yidong <cyd@stupidchicken.com> | |
150 | |
151 * comint.el (comint-arguments): Mark backslash-escaped chars. | |
152 (comint-delim-arg): Don't treat them as delimiters. | |
153 | |
154 2007-03-12 Kim F. Storm <storm@cua.dk> | |
155 * ido.el (ido-init-completion-maps): Remap delete-backward-char. | |
156 | |
157 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change) | |
158 | |
159 * tempo.el (tempo-insert): Deal with 'r> if it appears | |
160 specified with a prompt argument. | |
161 | |
162 2007-03-12 Carsten Dominik <dominik@science.uva.nl> | |
163 | |
164 * textmodes/org.el (org-set-font-lock-defaults): | |
165 Handle narrow table columns correctly. | |
166 | |
167 2007-03-12 Mark A. Hershberger <mah@everybody.org> | |
168 | |
169 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist) | |
170 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special): | |
171 Return to use of the -no-properties variants. There was | |
172 consensus on emacs-devel that the speed of these variants was | |
173 prefered since we are usually parsing files (from the internet | |
174 or on disk) instead of XML created in Emacs. | |
175 | |
176 * eshell/esh-mode.el (eshell-handle-ansi-color): New function. | |
177 Add customize option. | |
178 | |
179 2007-03-12 Glenn Morris <rgm@gnu.org> | |
180 | |
181 * calc/calc-forms.el (math-std-daylight-savings): Switch to new | |
182 North American rule. Replace "daylight savings" with "daylight | |
183 saving" in doc. | |
184 | |
185 * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el: | |
186 * calendar/lunar.el,solar.el: Replace "daylight savings" with | |
187 "daylight saving" in text. | |
188 | |
189 * woman.el (woman-change-fonts): Tweak previous change by using | |
190 woman-request-regexp rather than "^\\.". | |
191 | |
192 * startup.el (command-line-1): Make insertion of | |
193 initial-scratch-message not depend on scratch being selected. | |
194 | |
195 2007-03-11 Juri Linkov <juri@jurta.org> | |
196 | |
197 * replace.el (match): Use yellow background on light-bg terminals. | |
198 | |
199 2007-03-11 Richard Stallman <rms@gnu.org> | |
200 | |
201 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix): | |
202 Correctly compute line number. | |
203 | |
204 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com> | |
205 | |
206 * type-break.el (type-break-get-previous-count): | |
207 Repeat previous change here. | |
208 | |
209 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu> | |
210 | |
211 * progmodes/grep.el (grep-find-ignored-directories): | |
212 Add .git and .bzr to list. | |
213 | |
214 2007-03-11 Andreas Schwab <schwab@suse.de> | |
215 | |
216 * diff-mode.el (diff-apply-hunk): Use proper format string for error. | |
217 | |
218 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
219 | |
220 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name. | |
221 | |
222 2007-03-10 Chong Yidong <cyd@stupidchicken.com> | |
223 | |
224 * faces.el (face-set-after-frame-default): Recalculate face | |
225 customizations after applying X resources. | |
226 | |
227 2007-03-10 Ryan Yeske <rcyeske@gmail.com> | |
228 | |
229 * net/rcirc.el (rcirc-timeout-seconds): New variable. | |
230 (rcirc-keepalive-seconds): Remove variable. | |
231 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting) | |
232 (rcirc-process, rcirc-user-disconnect): New variables. | |
233 (rcirc-connect): Initalize new variables. | |
234 (rcirc-keepalive): Don't send keepalive pings before connection | |
235 is completed. | |
236 (rcirc-sentinel): Do mark all channels with activity when | |
237 connection is dropped. Run hook with process buffer local. | |
238 (rcirc-reschedule-timeout, rcirc-delete-process): New functions. | |
239 (rcirc-buffer-process): Return value of rcirc-process if | |
240 rcirc-server-buffer is nil. | |
241 (rcirc-server-name): Return the reported server name. | |
242 (rcirc-update-prompt): Simplify computation of the server name. | |
243 (rcirc-format-response-string): Likewise. | |
244 (rcirc-handler-001): Mark server as connected, record the reported | |
245 server name, and schedule a timeout. | |
246 (rcirc-track-nick): Add a spec for the tty class. | |
247 (rcirc-user-non-nick): Remove function. | |
248 (rcirc-nick-prefix-chars): Add variable. | |
249 (rcirc-user-nick): Use above variable. | |
250 | |
251 2007-03-10 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> | |
252 | |
253 * icomplete.el (icomplete-tidy, icomplete-exhibit): | |
254 Bind deactivate-mark to nil. | |
255 | |
256 2007-03-10 Martin Rudalics <rudalics@gmx.at> | |
257 | |
258 * complete.el (PC-do-completion): Bind dirlength to nil to avoid | |
259 that buffer contents get erased during completion. | |
260 | |
261 2007-03-10 Glenn Morris <rgm@gnu.org> | |
262 | |
263 * woman.el (woman-change-fonts): Add a hack to deal with | |
264 font-escape followed by "." at start of a line. | |
265 (woman2-IP): Add a hack to deal with consecutive requests. | |
266 (woman2-tagged-paragraph): Extend existing hack to handle "sp". | |
267 | |
268 2007-03-10 Alan Mackenzie <acm@muc.de> | |
269 | |
270 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data. | |
271 | |
272 2007-03-09 Richard Stallman <rms@gnu.org> | |
273 | |
274 * abbrev.el (abbrev): Add `provide'. | |
275 | |
276 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org> | |
277 | |
278 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix. | |
279 | |
280 2007-03-09 Martin Rudalics <rudalics@gmx.at> | |
281 | |
282 * complete.el (PC-try-completion): New function. | |
283 (PC-do-completion, read-file-name-internal): Use it instead of | |
284 try-completion. | |
285 | |
286 2007-03-08 Alan Mackenzie <acm@muc.de> | |
287 | |
288 Remove stale tokens from `c-found-types' cache. | |
289 | |
290 * progmodes/cc-mode.el (c-unfind-enclosing-token) | |
291 (c-unfind-coalesced-tokens, c-before-change): New functions. | |
292 (c-maybe-stale-found-type): New variable. | |
293 | |
294 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type) | |
295 (c-trim-found-types): New functions. | |
296 | |
297 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca> | |
298 | |
299 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified. | |
300 (debug-ignored-errors): Add entry from smerge-match-conflict. | |
301 | |
302 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu> | |
303 | |
304 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit | |
305 special help topics for keywords. | |
306 (idlwave-help-assistant-command): Include ".exe" for ms-dos | |
307 etc. Assistant command. | |
308 | |
309 2007-03-08 Chong Yidong <cyd@stupidchicken.com> | |
310 | |
311 * replace.el (occur-engine): Move buffer-undo-list binding... | |
312 (occur-1): ...to here. | |
313 | |
314 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map. | |
315 | |
316 * simple.el (minibuffer-completing-symbol): New var. | |
317 (eval-expression): Use it. | |
318 (completion-setup-function): Don't bind completion-base-size when | |
319 completing a symbol in the minibuffer. | |
320 | |
321 2007-03-08 Nick Roberts <nickrob@snap.net.nz> | |
322 | |
323 * progmodes/gud.el (gdb): Pop up current GUD buffer if user | |
324 tries to start a second session in graphical mode. | |
325 | |
326 2007-03-07 Miles Bader <miles@gnu.org> | |
327 | |
328 * international/isearch-x.el | |
329 (isearch-process-search-multibyte-characters): | |
330 Strip text-properties from PROMPT to avoid an error from read-string. | |
331 | |
332 2007-03-07 Kim F. Storm <storm@cua.dk> | |
333 | |
334 * complete.el (PC-bindings): Remap lisp-complete-symbol to | |
335 PC-lisp-complete-symbol instead of binding M-TAB in global-map. | |
336 | |
337 2007-03-07 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> | |
338 | |
339 * complete.el (PC-do-completion): Delete duplicates in the list of | |
340 possible completions. | |
341 | |
342 2007-03-07 Glenn Morris <rgm@gnu.org> | |
343 | |
344 * ses.el (ses-mode): Doc fix. | |
345 | |
346 2007-03-06 Kim F. Storm <storm@cua.dk> | |
347 | |
348 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change. | |
349 | |
350 2007-03-06 Kenichi Handa <handa@m17n.org> | |
351 | |
352 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy. | |
353 | |
354 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca> | |
355 | |
356 * simple.el (completion-setup-function): Improve last fix so it doesn't | |
357 set it to a relative directory name either. | |
358 | |
359 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
360 | |
361 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil). | |
362 | |
363 2007-03-05 Richard Stallman <rms@gnu.org> | |
364 | |
365 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type. | |
366 | |
367 * files.el (find-file-noselect): No error if file no longer exists. | |
368 Display a message and avoid other questions. | |
369 | |
370 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca> | |
371 | |
372 * pcomplete.el (pcomplete-show-completions): Improve last change, so | |
373 as not to use an invisible window and to create a window if none exist. | |
374 | |
375 * progmodes/python.el (python-send-command): Restart proc if necessary. | |
376 (python-proc): Simplify. | |
377 | |
378 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change) | |
379 | |
380 * pcomplete.el (pcomplete-show-completions): Search all frames for | |
381 completions buffer. | |
382 | |
383 2007-03-05 Chong Yidong <cyd@stupidchicken.com> | |
384 | |
385 * cus-edit.el (customize-save-variable): Clear customized-value | |
386 property (saved values are now put in theme-value property). | |
387 (customize-set-variable): Doc fix. | |
388 | |
389 * complete.el (PC-do-completion): If completion-ignore-case is | |
390 non-nil, replace field with completion string before exiting. | |
391 | |
392 2007-03-05 Michael Albinus <michael.albinus@gmx.de> | |
393 | |
394 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME. | |
395 Append its extension to the resulting temporary file name. | |
396 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it. | |
397 | |
398 * net/tramp-smb.el (tramp-smb-handle-file-local-copy) | |
399 (tramp-smb-handle-write-region): Apply it. | |
400 | |
401 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change) | |
402 | |
403 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): | |
404 Redo previous change. | |
405 | |
406 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change) | |
407 | |
408 * diff-mode.el (diff-mode): Doc fix. | |
409 | |
410 2007-03-05 Kenichi Handa <handa@m17n.org> | |
411 | |
412 * international/characters.el: Set category `l' (latin) | |
413 for more characters. | |
414 | |
415 2007-03-04 Kim F. Storm <storm@cua.dk> | |
416 | |
417 * emacs-lisp/authors.el (authors-aliases): Add alias. | |
418 | |
419 2007-03-04 Glenn Morris <rgm@gnu.org> | |
420 | |
421 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show | |
422 all when switching major mode. | |
423 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp) | |
424 (hs-block-start-mdata-select, hs-block-end-regexp) | |
425 (hs-forward-sexp-func, hs-adjust-block-beginning): | |
426 Do not make these variables permanent-local. | |
427 | |
428 2007-03-04 Richard Stallman <rms@gnu.org> | |
429 | |
430 * progmodes/cperl-mode.el (cperl-mode): | |
431 Modify cperl-compilation-error-regexp-alist by appending. | |
432 | |
433 * emacs-lisp/edebug.el (edebug-kill-buffer): New function. | |
434 (edebug-mode): Add the hook. | |
435 (edebug-recursive-edit): Remove the hook on exiting. | |
436 | |
437 * type-break.el (type-break-get-previous-time): | |
438 Handle end-of-file errors specially | |
439 so they don't get reported wrong in .emacs. | |
440 | |
441 * startup.el (fancy-splash-text): Clarify text. | |
442 | |
443 * simple.el (beginning-of-buffer, end-of-buffer): | |
444 Avoid treating plain C-u like numeric arg. | |
445 | |
446 * simple.el (completion-setup-function): Don't set | |
447 default-directory to nil. | |
448 | |
449 * shell.el (shell-dirstack-query): Doc fix. | |
450 | |
451 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line): | |
452 Don't select the window -- pass it to primitives instead. | |
453 | |
454 * faces.el (minibuffer-prompt): Use medium blue by default. | |
455 | |
456 2007-03-04 David Kastrup <dak@gnu.org> | |
457 | |
458 * jit-lock.el (jit-lock-stealth-time): Change default to nil. | |
459 Preserve 16 as default value for "seconds" when customizing. | |
460 | |
461 2007-03-04 Carsten Dominik <dominik@science.uva.nl> | |
462 | |
463 * textmodes/org.el (org-self-insert-command) | |
464 (orgtbl-self-insert-command, org-delete-char) | |
465 (org-delete-backward-char): Set the `flyspell-delayed' property. | |
466 | |
467 2007-03-03 Chong Yidong <cyd@stupidchicken.com> | |
468 | |
469 * international/mule.el (find-auto-coding): Don't search for | |
470 line-ending characters past the end of the tail. | |
471 | |
1 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change) | 472 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change) |
2 | 473 |
3 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1): | 474 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1): |
4 Jump to the line where new score has been uploaded. | 475 Jump to the line where new score has been uploaded. |
5 | 476 |
109 (gud-bashdb-command-name, bashdb): Remove. | 580 (gud-bashdb-command-name, bashdb): Remove. |
110 (gud, gud-menu-map): Remove references to bash/bashdb. | 581 (gud, gud-menu-map): Remove references to bash/bashdb. |
111 | 582 |
112 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change) | 583 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change) |
113 | 584 |
114 (gud-pdb-marker-regexp): Add optional <module> keyword for Python 2.5. | 585 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module> |
586 keyword for Python 2.5. | |
115 | 587 |
116 2007-02-26 Romain Francoise <romain@orebokech.com> | 588 2007-02-26 Romain Francoise <romain@orebokech.com> |
117 | 589 |
118 * net/net-utils.el (whois-server-tld): Update server for .org. | 590 * net/net-utils.el (whois-server-tld): Update server for .org. |
119 (whois-server-list): Add whois.publicinterestregistry.net. | 591 (whois-server-list): Add whois.publicinterestregistry.net. |
147 | 619 |
148 * textmodes/org.el (org-table-overlay-coordinates) | 620 * textmodes/org.el (org-table-overlay-coordinates) |
149 (org-table-toggle-coordinate-overlays): New functions. | 621 (org-table-toggle-coordinate-overlays): New functions. |
150 (org-table-overlay-coordinates, org-table-coordinate-overlays): | 622 (org-table-overlay-coordinates, org-table-coordinate-overlays): |
151 New variables. | 623 New variables. |
152 (org-startup-with-deadline-check): Option removed. | 624 (org-startup-with-deadline-check): Remove option. |
153 (org-mode): Remove deadline check on startup. | 625 (org-mode): Remove deadline check on startup. |
154 (org-table-limit-column-width): Option removed. | 626 (org-table-limit-column-width): Remove option. |
155 (org-table-formula-numbers-only): Option removed. | 627 (org-table-formula-numbers-only): Remove option. |
156 (org-link-style, org-link-format): Options removed. | 628 (org-link-style, org-link-format): Remove options. |
157 (org-select-agenda-window, org-fit-agenda-window): Options removed. | 629 (org-select-agenda-window, org-fit-agenda-window): Remove options. |
158 (org-export-ascii-show-new-buffer) | 630 (org-export-ascii-show-new-buffer) |
159 (org-export-html-show-new-buffer): Options removed. | 631 (org-export-html-show-new-buffer): Remove options. |
160 (org-activate-links): Camel option removed. | 632 (org-activate-links): Remove camel option. |
161 (org-file-link-context-use-camel-case): Option removed. | 633 (org-file-link-context-use-camel-case): Remove option. |
162 (org-camel-regexp): Veriable removed. | 634 (org-camel-regexp): Remove variable. |
163 (org-activate-camels): Function removed. | 635 (org-activate-camels): Remove function. |
164 (org-store-link): Removed Camel stuff. | 636 (org-store-link): Remove Camel stuff. |
165 (org-make-org-heading-camel): Function removed. | 637 (org-make-org-heading-camel): Remove function. |
166 (org-open-at-point): Removed camel stuff. | 638 (org-open-at-point): Remove camel stuff. |
167 (org-link-search): Removed camel stuff. | 639 (org-link-search): Remove camel stuff. |
168 (org-camel-to-words): Function removed. | 640 (org-camel-to-words): Function removed. |
169 (org-get-agenda-file-buffer): Make sure we prepare the base | 641 (org-get-agenda-file-buffer): Make sure we prepare the base |
170 buffers, not any indirect buffers. | 642 buffers, not any indirect buffers. |
171 (org-sort-entries): Sort top-level when not on a headline, and no | 643 (org-sort-entries): Sort top-level when not on a headline, and no |
172 active region. | 644 active region. |
173 (org-in-regexp): New function. | 645 (org-in-regexp): New function. |
174 (org-search-not-self): Renamed from `org-search-not-link'. | 646 (org-search-not-self): Rename from `org-search-not-link'. |
175 (org-open-link-marker): New variable. | 647 (org-open-link-marker): New variable. |
176 (org-open-at-point): Set `org-open-link-marker'. | 648 (org-open-at-point): Set `org-open-link-marker'. |
177 (org-print-icalendar-entries): Fixed bug with excluding DONE | 649 (org-print-icalendar-entries): Fixe bug with excluding DONE |
178 entries from the exported list. | 650 entries from the exported list. |
179 (org-edit-formula-lisp-indent): New command. | 651 (org-edit-formula-lisp-indent): New command. |
180 (orgtbl-to-texinfo, orgtbl-to-html): New functions. | 652 (orgtbl-to-texinfo, orgtbl-to-html): New functions. |
181 (orgtbl-to-latex, orgtbl-insert-radio-table) | 653 (orgtbl-to-latex, orgtbl-insert-radio-table) |
182 (orgtbl-toggle-comment, orgtbl-send-table): New functions. | 654 (orgtbl-toggle-comment, orgtbl-send-table): New functions. |
188 template capabilities. | 660 template capabilities. |
189 (org-remember-redo-template): New command. | 661 (org-remember-redo-template): New command. |
190 (org-upgrade-old-links) | 662 (org-upgrade-old-links) |
191 (org-table-modify-formulas, org-table-replace-in-formulas) | 663 (org-table-modify-formulas, org-table-replace-in-formulas) |
192 (org-table-find-dataline) | 664 (org-table-find-dataline) |
193 (org-table-get-vertical-vector): Functions removed. | 665 (org-table-get-vertical-vector): Remove functions. |
194 (org-table-remove-rectangle-highlight) | 666 (org-table-remove-rectangle-highlight) |
195 (org-time-stamp-format, org-toggle-log-option) | 667 (org-time-stamp-format, org-toggle-log-option) |
196 (org-table-highlight-rectangle) | 668 (org-table-highlight-rectangle) |
197 (org-table-iterate, org-table-make-reference): | 669 (org-table-iterate, org-table-make-reference): |
198 (org-translate-time, org-tree-to-indirect-buffer) | 670 (org-translate-time, org-tree-to-indirect-buffer) |
221 (org-isearch-post-command) | 693 (org-isearch-post-command) |
222 (org-table-edit-move, org-table-edit-next-field) | 694 (org-table-edit-move, org-table-edit-next-field) |
223 (org-table-edit-scroll, org-table-edit-scroll-down) | 695 (org-table-edit-scroll, org-table-edit-scroll-down) |
224 (org-set-frame-title, org-show-reference) | 696 (org-set-frame-title, org-show-reference) |
225 (org-unhighlight-once, org-verify-change-for-undo): New functions. | 697 (org-unhighlight-once, org-verify-change-for-undo): New functions. |
226 (org-show-variable): Command removed. | 698 (org-show-variable): Remove command. |
227 (org-add-log-maybe): New arguments STATE, FINDPOS | 699 (org-add-log-maybe): New arguments STATE, FINDPOS |
228 (org-table-sort-lines): Rewritten from scratch. | 700 (org-table-sort-lines): Rewrite from scratch. |
229 (org-link-search): New argument AVOID-POS. | 701 (org-link-search): New argument AVOID-POS. |
230 (org-print-icalendar-entries): Argument CATEGORY removed. | 702 (org-print-icalendar-entries): Remove argument CATEGORY. |
231 (org-run-agenda-series): Argument WONDOW removed. | 703 (org-run-agenda-series): Remove argument WONDOW. |
232 (org-next-link, org-previous-link): New commands. | 704 (org-next-link, org-previous-link): New commands. |
233 (org-agenda-date-format): New option. | 705 (org-agenda-date-format): New option. |
234 (org-table-iterate): New command. | 706 (org-table-iterate): New command. |
235 (org-table-modify-formulas) | 707 (org-table-modify-formulas) |
236 (org-table-replace-in-formulas): Functions removed. | 708 (org-table-replace-in-formulas): Remove functions. |
237 (org-table-fix-formulas): New function. | 709 (org-table-fix-formulas): New function. |
238 (org-table-insert-column, org-table-delete-column) | 710 (org-table-insert-column, org-table-delete-column) |
239 (org-table-move-column): Use `org-table-fix-formulas'. | 711 (org-table-move-column): Use `org-table-fix-formulas'. |
240 (org-follow-gnus-link): Patch from Bastien/Leo. | 712 (org-follow-gnus-link): Patch from Bastien/Leo. |
241 (org-table-current-field-formula): New function. | 713 (org-table-current-field-formula): New function. |
252 (org-make-tags-matcher): Handle regular expressions for tag and | 724 (org-make-tags-matcher): Handle regular expressions for tag and |
253 todo matches. | 725 todo matches. |
254 (org-read-date): Accept "+N" as input for a date relative to the | 726 (org-read-date): Accept "+N" as input for a date relative to the |
255 current date. | 727 current date. |
256 (org-remove-subtree-entries-from-agenda): New function. | 728 (org-remove-subtree-entries-from-agenda): New function. |
257 (org-agenda-archive, org-agenda-kill): Use | 729 (org-agenda-archive, org-agenda-kill): |
258 `org-remove-subtree-entries-from-agenda'. | 730 Use `org-remove-subtree-entries-from-agenda'. |
259 (org-do-sort, org-sort-entries): New functions. | 731 (org-do-sort, org-sort-entries): New functions. |
260 (org-sort): New command. | 732 (org-sort): New command. |
261 (org-table-sort-lines): Use `org-do-sort'. | 733 (org-table-sort-lines): Use `org-do-sort'. |
262 (org-fix-decoded-time): New function. | 734 (org-fix-decoded-time): New function. |
263 (org-table-number-regexp): Require 0x... to identify as number | 735 (org-table-number-regexp): Require 0x... to identify as number |
264 in tables. | 736 in tables. |
265 (org-startup-options): New keywords for note taking. | 737 (org-startup-options): New keywords for note taking. |
266 (org-upgrade-old-links): Function removed. | 738 (org-upgrade-old-links): Remove function. |
267 (org-get-repeat): New function. | 739 (org-get-repeat): New function. |
268 (org-show-context): Also show siblings on current level. | 740 (org-show-context): Also show siblings on current level. |
269 (org-show-siblings): New function. | 741 (org-show-siblings): New function. |
270 (org-isearch-end, org-isearch-post-command): New functions. | 742 (org-isearch-end, org-isearch-post-command): New functions. |
271 (org-show-siblings): New option. | 743 (org-show-siblings): New option. |
390 2007-02-17 Daiki Ueno <ueno@unixuser.org> | 862 2007-02-17 Daiki Ueno <ueno@unixuser.org> |
391 | 863 |
392 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil | 864 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil |
393 if PASSPHRASE is given. | 865 if PASSPHRASE is given. |
394 | 866 |
395 2007-02-17 Chris Moore <dooglus@gmail.com> | 867 2007-02-17 Chris Moore <dooglus@gmail.com> |
396 | 868 |
397 * jka-cmpr-hook.el (jka-compr-compression-info-list): | 869 * jka-cmpr-hook.el (jka-compr-compression-info-list): |
398 Recognize backups of bz2 compressed files. | 870 Recognize backups of bz2 compressed files. |
399 | 871 |
400 2007-02-17 Eli Zaretskii <eliz@gnu.org> | 872 2007-02-17 Eli Zaretskii <eliz@gnu.org> |
1388 2007-01-04 Juanma Barranquero <lekktu@gmail.com> | 1860 2007-01-04 Juanma Barranquero <lekktu@gmail.com> |
1389 | 1861 |
1390 * files.el (find-file-noselect-1, set-visited-file-name): | 1862 * files.el (find-file-noselect-1, set-visited-file-name): |
1391 Allow backup-enable-predicate to be nil. | 1863 Allow backup-enable-predicate to be nil. |
1392 | 1864 |
1393 2007-01-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> | |
1394 | |
1395 * subr.el (momentary): New face. | |
1396 (momentary-string-display): Display the string via a temporary | |
1397 overlay using the new face, instead of inserting it in the buffer. | |
1398 | |
1399 2007-01-04 Andreas Schwab <schwab@suse.de> | 1865 2007-01-04 Andreas Schwab <schwab@suse.de> |
1400 | 1866 |
1401 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in | 1867 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in |
1402 last change. | 1868 last change. |
1403 | 1869 |
1405 | 1871 |
1406 * woman.el (woman-decode-buffer): Clarify error message. | 1872 * woman.el (woman-decode-buffer): Clarify error message. |
1407 | 1873 |
1408 2007-01-03 Alan Mackenzie <acm@muc.de> | 1874 2007-01-03 Alan Mackenzie <acm@muc.de> |
1409 | 1875 |
1410 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy | 1876 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch. |
1411 patch. | |
1412 | 1877 |
1413 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com> | 1878 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com> |
1414 | 1879 |
1415 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo. | 1880 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo. |
1416 | 1881 |
1577 but don't lose the relative name. | 2042 but don't lose the relative name. |
1578 | 2043 |
1579 * international/mule-cmds.el (select-safe-coding-system-interactively): | 2044 * international/mule-cmds.el (select-safe-coding-system-interactively): |
1580 Fix message. | 2045 Fix message. |
1581 | 2046 |
1582 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> | 2047 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change) |
1583 | 2048 |
1584 * files.el (backup-buffer): Show entire backup file name in msg. | 2049 * files.el (backup-buffer): Show entire backup file name in msg. |
1585 | 2050 |
1586 2006-12-30 Juanma Barranquero <lekktu@gmail.com> | 2051 2006-12-30 Juanma Barranquero <lekktu@gmail.com> |
1587 | 2052 |
2076 * w32-fns.el (w32-append-code-lines): New function. | 2541 * w32-fns.el (w32-append-code-lines): New function. |
2077 | 2542 |
2078 2006-12-09 Romain Francoise <romain@orebokech.com> | 2543 2006-12-09 Romain Francoise <romain@orebokech.com> |
2079 | 2544 |
2080 * comint.el (comint-insert-input): Delete obsolete comment. | 2545 * comint.el (comint-insert-input): Delete obsolete comment. |
2081 | |
2082 2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com> | |
2083 | |
2084 * files.el (insert-file-1): Compare file size to | |
2085 large-file-warning-threshold and request confirmation when | |
2086 warranted. | |
2087 | 2546 |
2088 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca> | 2547 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca> |
2089 | 2548 |
2090 * net/browse-url.el (browse-url): Set DISPLAY to the one of the | 2549 * net/browse-url.el (browse-url): Set DISPLAY to the one of the |
2091 current frame, in case we're connected to several displays. | 2550 current frame, in case we're connected to several displays. |
11955 2006-02-05 Kim F. Storm <storm@cua.dk> | 12414 2006-02-05 Kim F. Storm <storm@cua.dk> |
11956 | 12415 |
11957 * files.el (magic-mode-regexp-match-limit): New defvar. | 12416 * files.el (magic-mode-regexp-match-limit): New defvar. |
11958 (set-auto-mode): Use it to limit magic-mode-alist matching. | 12417 (set-auto-mode): Use it to limit magic-mode-alist matching. |
11959 | 12418 |
11960 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com> | |
11961 | |
11962 * simple.el (display-message-or-buffer): Compare the number of | |
11963 characters to the frame width when determining whether a 1-line | |
11964 message string will fit in the echo area. Count screen lines | |
11965 instead of buffer lines when determining whether a multi-line | |
11966 message will fit in the echo area/minibuffer window. | |
11967 | |
11968 2006-02-04 Eli Zaretskii <eliz@gnu.org> | 12419 2006-02-04 Eli Zaretskii <eliz@gnu.org> |
11969 | 12420 |
11970 * info.el (Info-index, Info-mode): Improve the description of the | 12421 * info.el (Info-index, Info-mode): Improve the description of the |
11971 `i' command. | 12422 `i' command. |
11972 | 12423 |
12197 | 12648 |
12198 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no | 12649 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no |
12199 English aspell dictionary is installed, use the first entry of | 12650 English aspell dictionary is installed, use the first entry of |
12200 ispell-dictionary-alist-1. | 12651 ispell-dictionary-alist-1. |
12201 | 12652 |
12202 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> | 12653 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change) |
12203 | 12654 |
12204 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate): | 12655 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate): |
12205 Doc fix. | 12656 Doc fix. |
12206 | 12657 |
12207 2006-01-27 Michael Albinus <michael.albinus@gmx.de> | 12658 2006-01-27 Michael Albinus <michael.albinus@gmx.de> |
14219 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer) | 14670 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer) |
14220 (hi-lock-face-buffer, hi-lock-face-phrase-buffer) | 14671 (hi-lock-face-buffer, hi-lock-face-phrase-buffer) |
14221 (hi-lock-find-patterns, hi-lock-font-lock-hook): | 14672 (hi-lock-find-patterns, hi-lock-font-lock-hook): |
14222 Replace hi-lock-buffer-mode with hi-lock-mode. | 14673 Replace hi-lock-buffer-mode with hi-lock-mode. |
14223 | 14674 |
14224 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> | 14675 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change) |
14225 | 14676 |
14226 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the | 14677 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the |
14227 completion list, even after a partial completion has been | 14678 completion list, even after a partial completion has been |
14228 inserted in the current buffer. If there are more than 1 | 14679 inserted in the current buffer. If there are more than 1 |
14229 completion, redisplay the *Completions* buffer; if the | 14680 completion, redisplay the *Completions* buffer; if the |
15662 | 16113 |
15663 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca> | 16114 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca> |
15664 | 16115 |
15665 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1. | 16116 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1. |
15666 | 16117 |
15667 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch) | 16118 2005-12-06 Nozomu Ando <nand@mac.com> |
15668 | 16119 |
15669 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password | 16120 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password |
15670 prompts work for AUTH PLAIN. Also reported by Steve Allan | 16121 prompts work for AUTH PLAIN. Also reported by Steve Allan |
15671 <seallan@verizon.net>. | 16122 <seallan@verizon.net>. |
15672 | 16123 |
29225 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end. | 29676 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end. |
29226 | 29677 |
29227 * progmodes/python.el (python-close-block-statement-p) | 29678 * progmodes/python.el (python-close-block-statement-p) |
29228 (python-outdent-p, python-current-defun): Use symbol-end. | 29679 (python-outdent-p, python-current-defun): Use symbol-end. |
29229 | 29680 |
29230 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change) | 29681 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> |
29231 | 29682 |
29232 * files.el (save-some-buffers): Doc fix. | 29683 * files.el (save-some-buffers): Doc fix. |
29233 | 29684 |
29234 2005-03-25 Werner Lemberg <wl@gnu.org> | 29685 2005-03-25 Werner Lemberg <wl@gnu.org> |
29235 | 29686 |
31910 (file-provides, file-requires): Use it. | 32361 (file-provides, file-requires): Use it. |
31911 | 32362 |
31912 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer | 32363 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer |
31913 instead of calculating the right size. | 32364 instead of calculating the right size. |
31914 | 32365 |
31915 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change) | 32366 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> |
31916 | 32367 |
31917 * vc-svn.el (vc-svn-diff): Stay local if possible. | 32368 * vc-svn.el (vc-svn-diff): Stay local if possible. |
31918 | 32369 |
31919 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca> | 32370 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca> |
31920 | 32371 |