Mercurial > emacs
comparison lisp/ChangeLog @ 90718:f1d13e615070
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 523-544)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 168-171)
- Update from CVS
- Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-150
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 07 Dec 2006 04:14:14 +0000 |
parents | e99f6ff4def1 5f3a55182554 |
children | 6588c6259dfb |
comparison
equal
deleted
inserted
replaced
90717:06937e972ad0 | 90718:f1d13e615070 |
---|---|
1 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu> | |
2 | |
3 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists): | |
4 Trim out spurious class inheritance "None" entries. | |
5 | |
6 2006-12-05 Kim F. Storm <storm@cua.dk> | |
7 | |
8 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix. | |
9 (cua-paste-pop): Rework last change for cua-paste-pop-rotate-temporarily, | |
10 so first M-y and C-y works alike, pasting the head of the kill-ring, and | |
11 prefix arg C-u M-y inserts the text inserted by the last M-y command. | |
12 | |
13 2006-12-05 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> | |
14 | |
15 * cmuscheme.el (run-scheme, scheme-start-file): Search the start | |
16 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead. | |
17 | |
18 * shell.el (shell): Search the start file in ~/.emacs.d as | |
19 `init_SHELLNAME.sh' instead. | |
20 | |
21 2006-12-05 Glenn Morris <rgm@gnu.org> | |
22 | |
23 * progmodes/cperl-mode.el (cperl-mode) | |
24 * progmodes/f90.el (f90-mode-abbrev-table) | |
25 * progmodes/fortran.el (fortran-mode-abbrev-table) | |
26 * progmodes/octave-mod.el (octave-abbrev-table) | |
27 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even | |
28 if abbrev-table is non-nil (saved user abbrevs may have been | |
29 restored). | |
30 | |
31 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not | |
32 clear abbrev table, else saved abbrevs will not be restored. | |
33 | |
34 2006-12-04 Juanma Barranquero <lekktu@gmail.com> | |
35 | |
36 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in | |
37 the call to `make-obsolete-variable', not in the docstring. | |
38 | |
39 2006-12-04 Chong Yidong <cyd@stupidchicken.com> | |
40 | |
41 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable. | |
42 | |
43 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
44 | |
45 * progmodes/ebnf-abn.el: | |
46 * progmodes/ebnf-bnf.el: | |
47 * progmodes/ebnf-dtd.el: | |
48 * progmodes/ebnf-ebx.el: | |
49 * progmodes/ebnf-iso.el: | |
50 * progmodes/ebnf-otz.el: | |
51 * progmodes/ebnf-yac.el: | |
52 * progmodes/ebnf2ps.el: | |
53 * delim-col.el: | |
54 * printing.el: | |
55 * ps-bdf.el: | |
56 * ps-mule.el: | |
57 * ps-print.el: Remove 'Time-stamp' comment mark. | |
58 | |
59 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by | |
60 'easy-menu-add-item' when called in Emacs 21 or higher. | |
61 | |
62 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org> | |
63 | |
64 * progmodes/ada-xref.el (ada-check-current): Doc fix. | |
65 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'. | |
66 | |
67 2006-12-04 Kim F. Storm <storm@cua.dk> | |
68 | |
69 * bindings.el (global-map): Bind [signal t] to ignore, to have | |
70 user signals ignored by default. | |
71 | |
72 2006-12-04 Juanma Barranquero <lekktu@gmail.com> | |
73 | |
74 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for | |
75 Unicode data file pointed to by `describe-char-unicodedata-file'. | |
76 | |
77 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca> | |
78 | |
79 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological | |
80 O(n^2) regexp-search by anchoring the search. | |
81 | |
82 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu> | |
83 | |
84 * whitespace.el (whitespace-cleanup-internal): Use current | |
85 argument for recursive call. | |
86 | |
87 2006-12-04 Michael Albinus <michael.albinus@gmx.de> | |
88 | |
89 * net/tramp.el (tramp-methods): Add "ControlPath" and | |
90 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by | |
91 Andreas Schwab <schwab@suse.de>. | |
92 (tramp-do-copy-or-rename-file-out-of-band) | |
93 (tramp-open-connection-rsh): Compute format spec for ?t. | |
94 (tramp-process-actions): Trace command parameters. | |
95 | |
96 2006-12-04 Nick Roberts <nickrob@snap.net.nz> | |
97 | |
98 * simple.el (toggle-truncate-lines): Clarify doc string. | |
99 | |
100 * progmodes/gdb-ui.el (gdb-var-delete-children): New function. | |
101 (gdb-speedbar-expand-node): Use it. | |
102 | |
103 2006-12-04 Richard Stallman <rms@gnu.org> | |
104 | |
105 * progmodes/python.el (python-indent): Add safe-local-variable prop. | |
106 | |
107 * dired.el (dired-revert): Turn off dired-after-readin-hook | |
108 around call to dired-readin. | |
109 | |
110 * menu-bar.el (menu-bar-make-toggle): Add "globally" | |
111 to echo area messages. | |
112 <indicate-empty-lines, case-fold-search>: | |
113 Add "globally" to Help string. | |
114 <case-fold-search>: MESSAGE arg need not say "globally". | |
115 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste. | |
116 | |
117 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change) | |
118 | |
119 * outline.el (outline-end-of-subtree): Don't leave an empty | |
120 line hidden as we would a real next heading. | |
121 | |
122 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com> | |
123 | |
124 * allout.el (allout-ascend): Add an optional argument to preserve | |
125 original position of point when unsuccessful. Also, fix a | |
126 docstring error. | |
127 (allout-yank-processing): Fix depth shift of multiple-topic so yanks | |
128 work again, using allout-ascend's new option. | |
129 (allout-setup-mode-map): Extract from allout-mode to initialize | |
130 allout-mode-map. Call it on file load, so the mode docstring | |
131 substitutions work even if allout mode has not yet been invoked. | |
132 (allout-mode): Use new allout-setup-mode-map to track any keybinding | |
133 customizations since the map was last processed. Also, refine the | |
134 docstring so it's ship-shape for release. | |
135 (allout-default-layout, allout-beginning-of-line-cycles) | |
136 (allout-distinctive-bullets-string, allout-use-mode-specific-leader) | |
137 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill) | |
138 (allout-version, allout-layout, allout-infer-body-reindent) | |
139 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook) | |
140 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree) | |
141 (allout-previous-heading, allout-goto-prefix-doublechecked) | |
142 (allout-current-bullet-pos, allout-next-sibling-leap) | |
143 (allout-pre-command-business, allout-encrypted-type-prefix) | |
144 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading) | |
145 (allout-rebullet-topic, allout-rebullet-topic-grunt) | |
146 (allout-flag-region, allout-expose-topic, allout-expose-topic) | |
147 (allout-old-expose-topic, allout-listify-exposed) | |
148 (allout-process-exposed, allout-latex-verb-quote) | |
149 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable) | |
150 (allout-toggle-current-subtree-encryption) | |
151 (allout-toggle-subtree-encryption, allout-bullet-isearch): | |
152 Remove extraneous open-paren and close paren string escapes. | |
153 | |
154 2006-12-03 Juanma Barranquero <lekktu@gmail.com> | |
155 | |
156 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes. | |
157 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize) | |
158 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current): | |
159 Fix typos in docstrings. | |
160 | |
161 2006-12-03 Glenn Morris <rgm@gnu.org> | |
162 | |
163 * progmodes/cc-align.el | |
164 * progmodes/cc-awk.el | |
165 * progmodes/cc-cmds.el | |
166 * progmodes/cc-compat.el | |
167 * progmodes/cc-defs.el | |
168 * progmodes/cc-engine.el | |
169 * progmodes/cc-langs.el | |
170 * progmodes/cc-menus.el | |
171 * progmodes/cc-mode.el | |
172 * progmodes/cc-styles.el | |
173 * progmodes/cc-vars.el | |
174 * progmodes/vhdl-mode.el: Fix Copyright format. | |
175 | |
176 2006-12-02 Chong Yidong <cyd@stupidchicken.com> | |
177 | |
178 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for | |
179 initial down event. | |
180 | |
181 2006-12-02 Kim F. Storm <storm@cua.dk> | |
182 | |
183 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix. | |
184 (cua-repeat-replace-region): Make M-v more robust. | |
185 (cua-paste-pop-rotate-temporarily): New defcustom. | |
186 (cua-paste-pop): Use it. | |
187 (cua-auto-mark-last-change): New defcustom. | |
188 (cua-pop-to-last-change): New helper function. | |
189 (cua-set-mark): Use them. | |
190 | |
191 2006-12-01 Nick Roberts <nickrob@snap.net.nz> | |
192 | |
193 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and | |
194 mini-buffer message. | |
195 | |
196 2006-12-01 Juanma Barranquero <lekktu@gmail.com> | |
197 | |
198 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring. | |
199 | |
200 2006-12-01 Ben North <ben@redfrontdoor.org> | |
201 | |
202 * paren.el: Fix the highlight overlay extension when the user types a | |
203 sequence of char very fast just before the open parenthesis. | |
204 | |
205 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
206 | |
207 * ps-mule.el: Eliminate Emacs 20 compatibility. | |
208 | |
209 * ps-print.el: Eliminate Emacs 20 & 21 compatibility. | |
210 (ps-print-version): New Version 6.7. | |
211 (ps-print-quote): Replace '?\ ' by '?\s'. | |
212 | |
213 2006-11-30 Juanma Barranquero <lekktu@gmail.com> | |
214 | |
215 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short) | |
216 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page) | |
217 (hexl-end-of-1k-page): Doc fixes. | |
218 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range): | |
219 Fix typos in docstrings. | |
220 | |
221 2006-11-30 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> | |
222 | |
223 * ido.el (ido-local-file-exists-p): New. Tell if a file exists | |
224 locally, i.e. without using file name handlers. | |
225 (ido-read-internal): Allow mono letter host names, avoiding the | |
226 `c:' problem by testing if the file exists locally. | |
227 (ido-complete, ido-make-file-list, ido-exhibit): Ditto. | |
228 | |
229 2006-11-30 Masatake YAMATO <jet@gyve.org> | |
230 | |
231 * hexl.el (hl-line-range-function, hl-line-face): Declare variables | |
232 to avoid bytecomp warnings. | |
233 (hexl-mode-old-ruler-function): New variable. | |
234 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function' | |
235 and `hl-line-range-function' after `require' hl-line. | |
236 Then bind `hl-line-range-function' and `hl-line-face'. | |
237 Don't require frame. Don't use `with-no-warnings'. | |
238 (hexl-activate-ruler): Store the original value of | |
239 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'. | |
240 (hexl-mode-exit): Restore the original value of | |
241 `ruler-mode-ruler-function'. | |
242 | |
243 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change) | |
244 | |
245 * hexl.el (hexl-mode-old-hl-line-range-function): New variable. | |
246 (hexl-mode-old-hl-line-face): New variable. | |
247 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current | |
248 line when exit from the hexl-mode. | |
249 | |
250 2006-11-30 Juanma Barranquero <lekktu@gmail.com> | |
251 | |
252 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings): | |
253 Doc fixes. | |
254 | |
255 * international/fontset.el (create-fontset-from-ascii-font) | |
256 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes. | |
257 (fontset-name-p): Fix typo in docstring. | |
258 | |
259 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring. | |
260 | |
261 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
262 | |
263 * ps-bdf.el: Fix maintainer email. | |
264 | |
265 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20 | |
266 compatibility. | |
267 | |
268 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 & | |
269 21 compatibility. | |
270 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with | |
271 Emacs 20 & 21. | |
272 | |
273 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu> | |
274 | |
275 * progmodes/idlwave.el (idlwave-auto-fill): | |
276 Remove paragraph-start let to prevent auto-fill giving up. | |
277 | |
278 2006-11-28 Juanma Barranquero <lekktu@gmail.com> | |
279 | |
280 * vt100-led.el (led-state): Fix typo in previous change. | |
281 | |
282 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> | |
283 | |
284 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): | |
285 Fix interactive spec of the functions getting defined to make them | |
286 work as documented. | |
287 | |
288 2006-11-28 Chong Yidong <cyd@stupidchicken.com> | |
289 | |
290 * startup.el (fancy-splash-screens): Hide initial splash buffer. | |
291 | |
292 2006-11-28 Kim F. Storm <storm@cua.dk> | |
293 | |
294 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that | |
295 icomplete-mode is enabled. | |
296 | |
297 2006-11-28 Carsten Dominik <dominik@science.uva.nl> | |
298 | |
299 * textmodes/org.el (require): Require gnus-sum during compilation | |
300 to avoid problem with a macro call. | |
301 | |
302 2006-11-28 Glenn Morris <rgm@gnu.org> | |
303 | |
304 * emacs-lisp/authors.el (authors-aliases): Add new alias. | |
305 | |
306 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'. | |
307 (fortran-window-create-momentarily): Do not need string-to-char. | |
308 | |
309 2006-11-28 Richard Stallman <rms@gnu.org> | |
310 | |
311 * emacs-lisp/bytecomp.el (byte-compile-get-constant): | |
312 Replace incorrect use of assoc-default with a loop. | |
313 | |
314 * term.el (term-exec-1): Set envvar INSIDE_EMACS. | |
315 | |
316 * simple.el (next-error-find-buffer): Improve messages. | |
317 | |
318 * files.el (revert-buffer): Special error message if file | |
319 is now not readable. | |
320 | |
321 * facemenu.el (facemenu-add-new-face): Improve doc strings of | |
322 constructed commands. | |
323 | |
324 * comint.el (comint-exec-1): Provide Emacs version and `comint' | |
325 in INSIDE_EMACS. | |
326 | |
327 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca> | |
328 | |
329 * diff-mode.el (diff-mode-map): Add a binding for unified->context. | |
330 | |
331 * server.el: Remove spurious * in docstrings. | |
332 (server-process-filter): Exit from recursive editing before processing | |
333 a new request. | |
334 | |
335 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu> | |
336 | |
337 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of | |
338 line so hidden blocks will be correctly identified. | |
339 | |
340 2006-11-27 Juanma Barranquero <lekktu@gmail.com> | |
341 | |
342 * ledit.el (ledit-save-defun, ledit-mode): | |
343 * resume.el (resume-emacs-args-buffer): | |
344 * rot13.el (rot13-display-table, rot13-translate-table, rot13) | |
345 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode): | |
346 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command) | |
347 (command-send-input, command-kill-line): | |
348 * vt100-led.el (led-state, led-on): Fix typos in docstrings. | |
349 | |
350 * autoarg.el (autoarg-kp-mode): Doc fix. | |
351 | |
352 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify. | |
353 (emacs-lock-check-buffer-lock): Doc fix. Use `when'. | |
354 (check-emacs-lock): Doc fix. Simplify. | |
355 | |
356 * iimage.el (iimage-mode-image-regex-alist): Doc fix. | |
357 (iimage-mode-buffer): Fix typos in docstring. | |
358 | |
359 * misc.el (zap-up-to-char): Doc fix. | |
360 | |
361 * time-stamp.el: Fix comment and obsolescence string for old | |
362 functions. Use `dolist' instead of `while'. | |
363 | |
364 * userlock.el (ask-user-about-lock-help): Fix typos in output message. | |
365 | |
366 * disp-table.el (standard-display-8bit, standard-display-default): | |
367 * ebuff-menu.el (electric-buffer-list): | |
368 * ehelp.el (electric-help-command-loop): | |
369 * font-core.el (font-lock-mode): | |
370 * help-macro.el (make-help-screen): | |
371 * help.el (describe-minor-mode-completion-table-for-indicator) | |
372 (lookup-minor-mode-from-indicator): | |
373 * indent.el (tab-to-tab-stop, move-to-tab-stop): | |
374 * info-look.el (info-lookup-guess-custom-symbol): | |
375 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup): | |
376 * longlines.el (longlines-wrap-line): | |
377 * macros.el (insert-kbd-macro): | |
378 * menu-bar.el (menu-bar-update-buffers): | |
379 * misc.el (copy-from-above-command): | |
380 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist): | |
381 * newcomment.el (comment-indent): | |
382 * novice.el (disabled-command-function): | |
383 * sort.el (sort-fields-syntax-table): | |
384 * subr.el (momentary-string-display): | |
385 * tar-mode.el (tar-header-block-summarize) | |
386 (tar-clear-modification-flags): | |
387 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline) | |
388 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen) | |
389 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces) | |
390 (te-delete-char, te-down-vertically-or-scroll): | |
391 * time-stamp.el (time-stamp-string-preprocess): | |
392 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s". | |
393 | |
394 2006-11-26 Nick Roberts <nickrob@snap.net.nz> | |
395 | |
396 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not | |
397 in GUD mode. | |
398 | |
399 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings: | |
400 speedbar-expand-line-descendants, speedbar-contract-line-descendants. | |
401 | |
402 2006-11-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | |
403 | |
404 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence. | |
405 | |
406 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org> | |
407 | |
408 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring. | |
409 (ada-compile-goto-error): Adapt to new argument profile of | |
410 compilation-goto-locus in Emacs 22. Don't check if the various | |
411 compile functions are defined; we already do "(require 'compile)". | |
412 | |
413 2006-11-26 Kim F. Storm <storm@cua.dk> | |
414 | |
415 * kmacro.el: Fix commentary. | |
416 | |
417 2006-11-26 Nick Roberts <nickrob@snap.net.nz> | |
418 | |
419 * progmodes/gud.el (gdb): Explain how to run in text command mode | |
420 more clearly. Say in error message that multiple debugging | |
421 requires restarting GDB. | |
422 | |
423 2006-11-25 Juanma Barranquero <lekktu@gmail.com> | |
424 | |
425 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix. | |
426 | |
427 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com> | |
428 | |
429 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function. | |
430 (flymake-popup-menu): Use it instead of posn-at-point. | |
431 | |
432 2006-11-25 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | |
433 | |
434 * progmodes/cc-vars.el (c-backslash-column): | |
435 Mention c-backslash-max-column in documentation for c-backslash-column. | |
436 | |
437 2006-11-24 Lars Hansen <larsh@soem.dk> | |
438 | |
439 * net/tramp.el (tramp-default-method): Under Windows, change from | |
440 plink to pscp. | |
441 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add. | |
442 (tramp-actions-copy-out-of-band): | |
443 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed). | |
444 (tramp-action-out-of-band): Move "Permission denied" handling to | |
445 tramp-action-copy-failed. | |
446 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of | |
447 process buffer. | |
448 | |
449 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca> | |
450 | |
451 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of | |
452 strings to a single string. Quote `errors-file-name'. | |
453 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region) | |
454 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region): | |
455 Adjust calls. Use `shell-quote-argument'. | |
456 | |
457 * international/mule.el (load-with-code-conversion) | |
458 (with-category-table): Use with-current-buffer. | |
459 (after-insert-file-set-coding): Use restore-buffer-modified-p. | |
460 | |
461 2006-11-24 Eli Zaretskii <eliz@gnu.org> | |
462 | |
463 * mail/smtpmail.el (smtpmail-send-it): | |
464 Copy buffer-file-coding-system from the mail buffer. Possibly add a | |
465 MIME header for the message encoding. | |
466 Bind coding-system-for-write around the call to mail-do-fcc. | |
467 Use smtpmail-code-conv-from to encode queued mail messages. | |
468 | |
469 2006-11-24 Juanma Barranquero <lekktu@gmail.com> | |
470 | |
471 * tabify.el (tabify-regexp): Doc fix. | |
472 | |
473 * net/rcirc.el (rcirc-buffer-maximum-lines): | |
474 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings. | |
475 | |
476 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back) | |
477 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw): | |
478 Fix typos in output messages. | |
479 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings. | |
480 | |
481 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca> | |
482 | |
483 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from | |
484 the horse's mouth. | |
485 (hexlify-buffer): Don't re-encode an arg that's already encoded. | |
486 | |
487 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu> | |
488 | |
489 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents): | |
490 Remove condition-case. | |
491 | |
492 2006-11-23 Glenn Morris <rgm@gnu.org> | |
493 | |
494 * progmodes/f90.el (f90-comment-indent): Do not move point in | |
495 default case. | |
496 | |
497 2006-11-21 Romain Francoise <romain@orebokech.com> | |
498 | |
499 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el" | |
500 from library name (reverts change of 2005-10-25). | |
501 | |
502 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se> | |
503 | |
504 * tutorial.el (tutorial--default-keys): Add newline and | |
505 delete-backward-char bindings. | |
506 (tutorial--detailed-help): Save excursion when finding keys. | |
507 Correct warning string for M-x FOO case. | |
508 (tutorial--display-changes): Print special keys in tutorial style. | |
509 Tweak search regexp for changed keys. | |
510 | |
1 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change) | 511 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change) |
2 | 512 |
3 * thingatpt.el (thing-at-point-url-at-point): Don't add a | 513 * thingatpt.el (thing-at-point-url-at-point): Don't add a |
4 redundant scheme. | 514 redundant scheme. |
5 | 515 |
6 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change) | 516 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change) |
7 | 517 |
8 * thingatpt.el (thing-at-point-uri-schemes): Added schemes that | 518 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that |
9 are new to the list at IANA. Also added irc, mms, mmsh. | 519 are new to the list at IANA. Also added irc, mms, mmsh. |
10 | 520 |
11 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu> | 521 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu> |
12 | 522 |
13 * progmodes/idlw-help.el (idlwave-html-help-location): Fail | 523 * progmodes/idlw-help.el (idlwave-html-help-location): |
14 gracefully for missing help packages. | 524 Fail gracefully for missing help packages. |
15 (idlwave-help-assistant-open-link): Open full links. | 525 (idlwave-help-assistant-open-link): Open full links. |
16 (idlwave-help-assistant-help-with-topic): Direct help link. | 526 (idlwave-help-assistant-help-with-topic): Direct help link. |
17 | 527 |
18 * progmodes/idlwave.el (idlwave-mode): Set | 528 * progmodes/idlwave.el (idlwave-mode): |
19 add-log-current-defun-function. | 529 Set add-log-current-defun-function. |
20 (idlwave-current-routine-fullname): Added, to support add-log. | 530 (idlwave-current-routine-fullname): Add, to support add-log. |
21 (idlwave-convert-xml-system-routine-info): Simplify XML parsing | 531 (idlwave-convert-xml-system-routine-info): Simplify XML parsing |
22 to reflect improvements to xml-parse-file. | 532 to reflect improvements to xml-parse-file. |
23 (idlwave-mode-menu-def): New binding for help-with-topic. | 533 (idlwave-mode-menu-def): New binding for help-with-topic. |
24 | 534 |
25 * progmodes/idlw-shell.el (idlwave-shell-filter-directory): | 535 * progmodes/idlw-shell.el (idlwave-shell-filter-directory): |
45 * subr.el (posn-image): | 555 * subr.el (posn-image): |
46 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings. | 556 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings. |
47 | 557 |
48 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix. | 558 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix. |
49 | 559 |
50 2006-11-19 Micha,bk(Bl Cadilhac <michael.cadilhac@lrde.org> | 560 2006-11-19 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> |
51 | 561 |
52 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New. | 562 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New. |
53 Exceptions to the rule "add a space between an identifier and an | 563 Exceptions to the rule "add a space between an identifier and an |
54 opening parenthesis". Defaulted to the `#define' problem of cpp. | 564 opening parenthesis". Defaulted to the `#define' problem of cpp. |
55 (glasses-parenthesis-exception-p): New. Check if the region is an | 565 (glasses-parenthesis-exception-p): New. Check if the region is an |
56 exception regarding to that. | 566 exception regarding to that. |
57 (glasses-make-readable): Use it. | 567 (glasses-make-readable): Use it. |
58 (glasses-convert-to-unreadable): Ditto. Modify the file also if | 568 (glasses-convert-to-unreadable): Ditto. Modify the file also if |
59 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t. | 569 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t. |
60 | 570 |
61 2006-11-19 Chong Yidong <cyd@stupidchicken.com> | 571 2006-11-19 Chong Yidong <cyd@stupidchicken.com> |
62 | 572 |
63 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change. | 573 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change. |
97 * menu-bar.el (menu-bar-games-menu): Remove yow. | 607 * menu-bar.el (menu-bar-games-menu): Remove yow. |
98 | 608 |
99 2006-11-17 Carsten Dominik <dominik@science.uva.nl> | 609 2006-11-17 Carsten Dominik <dominik@science.uva.nl> |
100 | 610 |
101 * textmodes/org.el (org-scan-tags): Re-align code fixed. | 611 * textmodes/org.el (org-scan-tags): Re-align code fixed. |
102 (org-detach-overlay): Renamed from `org-detatch-overlay'. | 612 (org-detach-overlay): Rename from `org-detatch-overlay'. |
103 (org-table-convert-region): Insert space after column separator. | 613 (org-table-convert-region): Insert space after column separator. |
104 (org-agenda-kill): New command. | 614 (org-agenda-kill): New command. |
105 (org-metaleft): Call `org-outdent-item' on bullets. | 615 (org-metaleft): Call `org-outdent-item' on bullets. |
106 (org-metaright): Call `org-indent-item' on bullets. | 616 (org-metaright): Call `org-indent-item' on bullets. |
107 (org-timestamp-change): Set `org-last-changed-timestamp'. | 617 (org-timestamp-change): Set `org-last-changed-timestamp'. |
118 mouse-yank-at-click explicitly, since mouse events are not carried | 628 mouse-yank-at-click explicitly, since mouse events are not carried |
119 over into keyboard macros. | 629 over into keyboard macros. |
120 | 630 |
121 2006-11-16 Kim F. Storm <storm@cua.dk> | 631 2006-11-16 Kim F. Storm <storm@cua.dk> |
122 | 632 |
123 * ido.el (ido-file-internal): Use current buffer's file name as default | 633 * ido.el (ido-file-internal): Use current buffer's file name as default |
124 choice for ido-find-alternate-file. Suggested by Matt Hodges. | 634 choice for ido-find-alternate-file. Suggested by Matt Hodges. |
125 | 635 |
126 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com> | 636 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com> |
127 | 637 |
128 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring. | 638 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring. |
254 (ada-compile-goto-error): Handle "... at line nn". | 764 (ada-compile-goto-error): Handle "... at line nn". |
255 (ada-mode): Clearer syntax, comments for ff-special-constructs. | 765 (ada-mode): Clearer syntax, comments for ff-special-constructs. |
256 Delete support for old versions of `align'. | 766 Delete support for old versions of `align'. |
257 (ada-search-prev-end-stmt): Handle additional keyword `private'. | 767 (ada-search-prev-end-stmt): Handle additional keyword `private'. |
258 (ada-check-defun-name): Simplify handling of `declare'. | 768 (ada-check-defun-name): Simplify handling of `declare'. |
259 (ada-goto-matching-start): Handle nested `begin ... end'. Handle | 769 (ada-goto-matching-start): Handle nested `begin ... end'. |
260 `declare', `protected', `procedure', `function'. | 770 Handle `declare', `protected', `procedure', `function'. |
261 (ada-create-menu): Presence of arm95 is not conditional on using | 771 (ada-create-menu): Presence of arm95 is not conditional on using |
262 GNAT compiler. | 772 GNAT compiler. |
263 | 773 |
264 2006-11-12 Juanma Barranquero <lekktu@gmail.com> | 774 2006-11-12 Juanma Barranquero <lekktu@gmail.com> |
265 | 775 |
338 with a capital. | 848 with a capital. |
339 | 849 |
340 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com> | 850 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com> |
341 | 851 |
342 * textmodes/org.el (org-show-hierarchy-above) | 852 * textmodes/org.el (org-show-hierarchy-above) |
343 (org-show-following-heading): Fixed typo in default value. | 853 (org-show-following-heading): Fix typo in default value. |
344 (org-scan-tags): Make the search case-sensitive. | 854 (org-scan-tags): Make the search case-sensitive. |
345 (org-tags-sparse-tree): Don't overrule | 855 (org-tags-sparse-tree): Don't overrule |
346 `org-show-following-heading' and `org-show-hierarchy-above'. | 856 `org-show-following-heading' and `org-show-hierarchy-above'. |
347 (org-reveal): New command. | 857 (org-reveal): New command. |
348 (org-show-context): Renamed from `org-show-hierarchy-above'. | 858 (org-show-context): Rename from `org-show-hierarchy-above'. |
349 (org-fast-tag-selection-single-key): New option. | 859 (org-fast-tag-selection-single-key): New option. |
350 (org-fast-tag-show-exit, org-set-current-tags-overlay): New | 860 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions. |
351 functions. | |
352 (org-tags-overlay): New variable. | 861 (org-tags-overlay): New variable. |
353 (org-agenda-todo-ignore-deadlines): New option. | 862 (org-agenda-todo-ignore-deadlines): New option. |
354 ("session"): Add circular data structure `org-mark-ring' to | 863 ("session"): Add circular data structure `org-mark-ring' to |
355 exceptions list in session.el. | 864 exceptions list in session.el. |
356 (org-agenda-window-setup, org-agenda-restore-windows-after-quit): | 865 (org-agenda-window-setup, org-agenda-restore-windows-after-quit): |
357 New options. | 866 New options. |
358 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'. | 867 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'. |
359 (org-prepare-agenda, org-agenda-quit): Use | 868 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'. |
360 `org-agenda-window-setup'. | 869 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars. |
361 (org-pre-agenda-window-conf, org-blank-before-new-entry): New | |
362 variables. | |
363 (org-finalize-agenda): Activate bracket links in agenda. | 870 (org-finalize-agenda): Activate bracket links in agenda. |
364 (org-at-timestamp-p, org-at-date-range-p): Additional argument | 871 (org-at-timestamp-p, org-at-date-range-p): Additional argument |
365 INACTIVE-OK. | 872 INACTIVE-OK. |
366 (org-show-hierarchy-above, org-show-following-heading): List | 873 (org-show-hierarchy-above, org-show-following-heading): |
367 values allowed for fine-tuned configuration. | 874 List values allowed for fine-tuned configuration. |
368 (org-show-hierarchy-above): New argument CONTEXT, use the | 875 (org-show-hierarchy-above): New argument CONTEXT, use the |
369 fine-tuned settings in `org-show-hierarchy-above' and | 876 fine-tuned settings in `org-show-hierarchy-above' and |
370 `org-show-following-heading'. | 877 `org-show-following-heading'. |
371 (org-display-custom-time): New function. | 878 (org-display-custom-time): New function. |
372 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New | 879 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function. |
373 function. | |
374 (org-display-custom-times, org-time-stamp-custom-formats): | 880 (org-display-custom-times, org-time-stamp-custom-formats): |
375 (org-maybe-intangible): New macro. | 881 (org-maybe-intangible): New macro. |
376 (org-activate-bracket-links, org-hide-wide-columns): Use | 882 (org-activate-bracket-links, org-hide-wide-columns): |
377 `org-maybe-intangible'. | 883 Use `org-maybe-intangible'. |
378 (org-open-file): Use `shell-quote-argument'. | 884 (org-open-file): Use `shell-quote-argument'. |
379 (org-display-internal-link-with-indirect-buffer): New option. | 885 (org-display-internal-link-with-indirect-buffer): New option. |
380 (org-file-remote-p): Get regexp from list. | 886 (org-file-remote-p): Get regexp from list. |
381 (org-link-expand-abbrev): New function. | 887 (org-link-expand-abbrev): New function. |
382 (org-link-abbrev-alist): New option. | 888 (org-link-abbrev-alist): New option. |
383 (org-open-at-point, org-cleaned-string-for-export): Call | 889 (org-open-at-point, org-cleaned-string-for-export): |
384 `org-link-expand-abbrev'. | 890 Call `org-link-expand-abbrev'. |
385 (org-timeline, org-agenda-list, org-todo-list) | 891 (org-timeline, org-agenda-list, org-todo-list) |
386 (org-tags-view): Remove the KEEP-MODES argument. | 892 (org-tags-view): Remove the KEEP-MODES argument. |
387 (org-finalize-agenda-hook): New hook. | 893 (org-finalize-agenda-hook): New hook. |
388 (org-get-alist-option): New function. | 894 (org-get-alist-option): New function. |
389 (org-follow-timestamp-link): New function. | 895 (org-follow-timestamp-link): New function. |
390 (org-open-at-point): Call `org-follow-timestamp-link'. | 896 (org-open-at-point): Call `org-follow-timestamp-link'. |
391 (org-log-note-marker, org-log-note-purpose) | 897 (org-log-note-marker, org-log-note-purpose) |
392 (org-log-note-window-configuration): New variables. | 898 (org-log-note-window-configuration): New variables. |
393 (org-add-log-maybe, org-add-log-note, org-store-log-note): New | 899 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs. |
394 functions. | |
395 (org-log-note-headings): New option. | 900 (org-log-note-headings): New option. |
396 (org-dblock-write:clocktable): Bug fix, removed infinite loop. | 901 (org-dblock-write:clocktable): Bug fix, removed infinite loop. |
397 (org-store-link): Support for dired-mode. | 902 (org-store-link): Support for dired-mode. |
398 (org-open-file): Substitute environment variables into filename. | 903 (org-open-file): Substitute environment variables into filename. |
399 (org-last): New defsubst. | 904 (org-last): New defsubst. |
404 (org-run-agenda-series, org-timeline, org-agenda-list) | 909 (org-run-agenda-series, org-timeline, org-agenda-list) |
405 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set | 910 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set |
406 the text property inticating the agenda type. | 911 the text property inticating the agenda type. |
407 (org-agenda-post-command-hook): Get agenda type from text property | 912 (org-agenda-post-command-hook): Get agenda type from text property |
408 at point. | 913 at point. |
409 (org-agenda): Handle command sets. Set | 914 (org-agenda): Handle command sets. Set `org-agenda-last-arguments' |
410 `org-agenda-last-arguments' and obey | 915 and obey `org-agenda-overriding-arguments'. |
411 `org-agenda-overriding-arguments'. | 916 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars. |
412 (org-agenda-overriding-arguments, org-agenda-last-arguments): New | |
413 variables. | |
414 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier) | 917 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier) |
415 (org-agenda-week-view, org-agenda-day-view): Use | 918 (org-agenda-week-view, org-agenda-day-view): |
416 `org-agenda-overriding-arguments' to make updating work with | 919 Use `org-agenda-overriding-arguments' to make updating work with |
417 multi-block agendas. | 920 multi-block agendas. |
418 (org-agenda-prefix-format): Allow different formats for the | 921 (org-agenda-prefix-format): Allow different formats for the |
419 different agenda entry types. | 922 different agenda entry types. |
420 (org-timeline-prefix-format): Option removed, use | 923 (org-timeline-prefix-format): Option removed, use |
421 `org-agenda-prefix-format' instead. | 924 `org-agenda-prefix-format' instead. |
422 (org-prepare-agenda): New function. | 925 (org-prepare-agenda): New function. |
423 (org-select-timeline-window): Option removed, use | 926 (org-select-timeline-window): Option removed, use |
424 `org-select-agenda-window' instead. | 927 `org-select-agenda-window' instead. |
425 (org-respect-restriction): Variable removed. | 928 (org-respect-restriction): Variable removed. |
426 (org-cmp-tag): New function. | 929 (org-cmp-tag): New function. |
427 (org-agenda-sorting-strategy, org-entries-lessp): Implement | 930 (org-agenda-sorting-strategy, org-entries-lessp): |
428 sorting by last tag. | 931 Implement sorting by last tag. |
429 (org-complete): Better completion in in-buffer option lines. | 932 (org-complete): Better completion in in-buffer option lines. |
430 (org-in-item-p): New function. | 933 (org-in-item-p): New function. |
431 (org-org-menu): Added entries for checkboxes. | 934 (org-org-menu): Add entries for checkboxes. |
432 (org-cycle): Extra brouping in outline-regexp, because it is used | 935 (org-cycle): Extra brouping in outline-regexp, because it is used |
433 in a search with "^" prepended. | 936 in a search with "^" prepended. |
434 (org-provide-checkbox-statistics): New option. | 937 (org-provide-checkbox-statistics): New option. |
435 (org-set-font-lock-defaults): Highlight checkbox statistics. | 938 (org-set-font-lock-defaults): Highlight checkbox statistics. |
436 (org-update-checkbox-count-maybe) | 939 (org-update-checkbox-count-maybe) |
437 (org-get-checkbox-statistics-face): New functions. | 940 (org-get-checkbox-statistics-face): New functions. |
438 (org-update-checkbox-count): New command. | 941 (org-update-checkbox-count): New command. |
439 (org-insert-item, org-toggle-checkbox): Call | 942 (org-insert-item, org-toggle-checkbox): |
440 `org-update-checkbox-count-maybe'. | 943 Call `org-update-checkbox-count-maybe'. |
441 (org-export-as-html): XEmacs compatibility for coding system. | 944 (org-export-as-html): XEmacs compatibility for coding system. |
442 (org-force-cycle-archived): New command. | 945 (org-force-cycle-archived): New command. |
443 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE | 946 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE |
444 overrules cycling. | 947 overrules cycling. |
445 (org-fix-position-after-promote): If the line contains only a todo | 948 (org-fix-position-after-promote): If the line contains only a todo |
446 keyword, add a final space. | 949 keyword, add a final space. |
447 (org-promote-subtree, org-demote-subtree): Call | 950 (org-promote-subtree, org-demote-subtree): |
448 `org-fix-position-after-promote'. | 951 Call `org-fix-position-after-promote'. |
449 | 952 |
450 2006-11-10 Glenn Morris <rgm@gnu.org> | 953 2006-11-10 Glenn Morris <rgm@gnu.org> |
451 | 954 |
452 * calendar/cal-dst.el: Do not assume DST starts/ends on the same | 955 * calendar/cal-dst.el: Do not assume DST starts/ends on the same |
453 date in every year. | 956 date in every year. |
549 (ido-buffer-internal, ido-completion-help): Fix typos in messages. | 1052 (ido-buffer-internal, ido-completion-help): Fix typos in messages. |
550 (ido-read-internal): Fix typo in error message. | 1053 (ido-read-internal): Fix typo in error message. |
551 | 1054 |
552 2006-11-08 Kenichi Handa <handa@m17n.org> | 1055 2006-11-08 Kenichi Handa <handa@m17n.org> |
553 | 1056 |
554 * international/mule-cmds.el (set-default-coding-systems): Always | 1057 * international/mule-cmds.el (set-default-coding-systems): |
555 set default-file-name-coding-system to utf-8 for Mac Darwin. | 1058 Always set default-file-name-coding-system to utf-8 for Mac Darwin. |
556 | 1059 |
557 2006-11-08 Juanma Barranquero <lekktu@gmail.com> | 1060 2006-11-08 Juanma Barranquero <lekktu@gmail.com> |
558 | 1061 |
559 * makefile.w32-in (setwins): Remove. | 1062 * makefile.w32-in (setwins): Remove. |
560 (WINS_ALMOST): New macro. | 1063 (WINS_ALMOST): New macro. |
785 identical to the new encoding, or if the body contains only | 1288 identical to the new encoding, or if the body contains only |
786 eight-bit-* characters. | 1289 eight-bit-* characters. |
787 | 1290 |
788 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change) | 1291 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change) |
789 | 1292 |
790 * faces.el (faces-sample-overlay, describe-face): Revert last | 1293 * faces.el (faces-sample-overlay, describe-face): Revert last changes. |
791 changes. | |
792 (faces-sample-overlay): Remove variable. | 1294 (faces-sample-overlay): Remove variable. |
793 (describe-face): Insert sample text in the face being described. | 1295 (describe-face): Insert sample text in the face being described. |
794 | 1296 |
795 2006-11-04 Martin Rudalics <rudalics@gmx.at> | 1297 2006-11-04 Martin Rudalics <rudalics@gmx.at> |
796 | 1298 |
797 * whitespace.el (whitespace-indent-regexp): Make this match any | 1299 * whitespace.el (whitespace-indent-regexp): Make this match any |
798 multiples of eight spaces near the beginning of a line. | 1300 multiples of eight spaces near the beginning of a line. |
799 (whitespace-buffer): Use `remove-overlays' instead of | 1301 (whitespace-buffer): Use `remove-overlays' instead of |
800 `whitespace-unhighlight-the-space' and `overlay-recenter' to | 1302 `whitespace-unhighlight-the-space' and `overlay-recenter' to |
801 speed up overlay handling. | 1303 speed up overlay handling. |
802 (whitespace-buffer-leading, whitespace-buffer-trailing): Make | 1304 (whitespace-buffer-leading, whitespace-buffer-trailing): |
803 these functions highlight the text removed by | 1305 Make these functions highlight the text removed by |
804 `whitespace-buffer-leading-cleanup' and | 1306 `whitespace-buffer-leading-cleanup' and |
805 `whitespace-buffer-trailing-cleanup' respectively. | 1307 `whitespace-buffer-trailing-cleanup' respectively. |
806 (whitespace-buffer-search): Use `with-local-quit'. Move | 1308 (whitespace-buffer-search): Use `with-local-quit'. |
807 `format' out of loop to speed up scanning larger buffers. | 1309 Move `format' out of loop to speed up scanning larger buffers. |
808 (whitespace-unhighlight-the-space): Remove `remove-hook' since | 1310 (whitespace-unhighlight-the-space): Remove `remove-hook' since |
809 that function is never added to a hook. | 1311 that function is never added to a hook. |
810 (whitespace-spacetab-regexp, whitespace-ateol-regexp) | 1312 (whitespace-spacetab-regexp, whitespace-ateol-regexp) |
811 (whitespace-buffer-leading-cleanup) | 1313 (whitespace-buffer-leading-cleanup) |
812 (whitespace-refresh-rescan-list): Fix docstrings. | 1314 (whitespace-refresh-rescan-list): Fix docstrings. |
833 (allout-annotate-hidden): Inhibit adding was-hidden text | 1335 (allout-annotate-hidden): Inhibit adding was-hidden text |
834 properties to the undo list. | 1336 properties to the undo list. |
835 (allout-deannotate-hidden): New function to remove was-hidden | 1337 (allout-deannotate-hidden): New function to remove was-hidden |
836 annotation. | 1338 annotation. |
837 (allout-hide-by-annotation): Use new allout-deannotate-hidden. | 1339 (allout-hide-by-annotation): Use new allout-deannotate-hidden. |
838 (allout-remove-exposure-annotation): Replaced by | 1340 (allout-remove-exposure-annotation): Replace by |
839 allout-deannotate-hidden. | 1341 allout-deannotate-hidden. |
840 (allout-yank-processing): Signal that yank processing is happening | 1342 (allout-yank-processing): Signal that yank processing is happening |
841 with allout-during-yank-processing. Also, wrap | 1343 with allout-during-yank-processing. Also, wrap |
842 allout-unprotected's closer to the text changes, for easier | 1344 allout-unprotected's closer to the text changes, for easier |
843 debugging. We need to inhibit-field-text-motion explicitly, in | 1345 debugging. We need to inhibit-field-text-motion explicitly, in |
959 (help-with-tutorial): Check if viper-tutorial is defined before | 1461 (help-with-tutorial): Check if viper-tutorial is defined before |
960 using it. | 1462 using it. |
961 | 1463 |
962 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se> | 1464 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se> |
963 | 1465 |
964 * help-fns.el (help-with-tutorial): Moved to tutorial.el. | 1466 * help-fns.el (help-with-tutorial): Move to tutorial.el. |
965 | 1467 |
966 * tutorial.el: New file. | 1468 * tutorial.el: New file. |
967 (help-with-tutorial): Moved here from help-fns.el. Added help for | 1469 (help-with-tutorial): Move here from help-fns.el. Added help for |
968 rebound keys. Fixed resume of tutorial. | 1470 rebound keys. Fixed resume of tutorial. |
969 (tutorial--describe-nonstandard-key, tutorial--sort-keys) | 1471 (tutorial--describe-nonstandard-key, tutorial--sort-keys) |
970 (tutorial--find-changed-keys, tutorial--display-changes) | 1472 (tutorial--find-changed-keys, tutorial--display-changes) |
971 (tutorial--saved-dir, tutorial--saved-file) | 1473 (tutorial--saved-dir, tutorial--saved-file) |
972 (tutorial--save-tutorial): New functions to support the changes in | 1474 (tutorial--save-tutorial): New functions to support the changes in |
2199 * cus-start.el (all): Add x-gtk-show-chooser-help-text. | 2701 * cus-start.el (all): Add x-gtk-show-chooser-help-text. |
2200 | 2702 |
2201 * select.el (xselect-convert-to-string): If UTF8_STRING is requested | 2703 * select.el (xselect-convert-to-string): If UTF8_STRING is requested |
2202 and the data doesn't look like UTF8, send STRING instead. | 2704 and the data doesn't look like UTF8, send STRING instead. |
2203 | 2705 |
2204 2006-09-16 Agustin Martin <agustin.martin@hispalinux.es> | 2706 2006-09-16 Agust,Am(Bn Mart,Am(Bn <agustin.martin@hispalinux.es> |
2205 | 2707 |
2206 * textmodes/flyspell.el (flyspell-check-region-doublons): | 2708 * textmodes/flyspell.el (flyspell-check-region-doublons): |
2207 New function to detect duplicated words. | 2709 New function to detect duplicated words. |
2208 (flyspell-large-region): Use it. | 2710 (flyspell-large-region): Use it. |
2209 | 2711 |
2644 | 3146 |
2645 * files.el (risky-local-variable-p): Match ...-bindat-spec. | 3147 * files.el (risky-local-variable-p): Match ...-bindat-spec. |
2646 | 3148 |
2647 * dired.el (dired-log-summary): Add doc string. | 3149 * dired.el (dired-log-summary): Add doc string. |
2648 | 3150 |
2649 * cus-edit.el (custom-menu-create): Bind deactivate-mark here | 3151 * cus-edit.el (custom-menu-create): Bind deactivate-mark here. |
2650 (custom-group-menu-create): Not here. | 3152 (custom-group-menu-create): Not here. |
2651 | 3153 |
2652 2006-09-08 Carsten Dominik <dominik@science.uva.nl> | 3154 2006-09-08 Carsten Dominik <dominik@science.uva.nl> |
2653 | 3155 |
2654 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop. | 3156 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop. |
6937 (defface, defgroup): Replace definitions of a select few keywords | 7439 (defface, defgroup): Replace definitions of a select few keywords |
6938 with a reference to the Common Keywords in defcustom. | 7440 with a reference to the Common Keywords in defcustom. |
6939 (defcustom, defface, defgroup): Replace reference to Customization | 7441 (defcustom, defface, defgroup): Replace reference to Customization |
6940 chapter in manual with hyperlink. | 7442 chapter in manual with hyperlink. |
6941 | 7443 |
6942 * cus-edit.el (customize-package-emacs-version-alist): | 7444 * cus-edit.el (customize-package-emacs-version-alist): New variable. |
6943 New variable. | |
6944 (customize-changed-options): Add check for custom-package-version. | 7445 (customize-changed-options): Add check for custom-package-version. |
6945 (customize-package-emacs-version): New function to look up Emacs | 7446 (customize-package-emacs-version): New function to look up Emacs |
6946 version corresponding to the given package version. | 7447 version corresponding to the given package version. |
6947 | 7448 |
6948 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in | 7449 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in |
7017 2006-04-08 Eli Zaretskii <eliz@gnu.org> | 7518 2006-04-08 Eli Zaretskii <eliz@gnu.org> |
7018 | 7519 |
7019 * files.el (hack-local-variables-confirm) <offer-save>: | 7520 * files.el (hack-local-variables-confirm) <offer-save>: |
7020 Clarify message text. Suggested by Ralf Angeli. | 7521 Clarify message text. Suggested by Ralf Angeli. |
7021 | 7522 |
7022 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> | 7523 2006-04-08 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> |
7023 | 7524 |
7024 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set. | 7525 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set. |
7025 (delete-extract-rectangle-line): Use `filter-buffer-substring' | 7526 (delete-extract-rectangle-line): Use `filter-buffer-substring' |
7026 instead of `buffer-substring' and `delete-region'. (Most of the | 7527 instead of `buffer-substring' and `delete-region'. (Most of the |
7027 code actually copied from `kill-region'.) | 7528 code actually copied from `kill-region'.) |
9871 (find-function-C-source, find-function-noselect, find-function) | 10372 (find-function-C-source, find-function-noselect, find-function) |
9872 (find-function-other-frame, find-variable-noselect, find-variable) | 10373 (find-function-other-frame, find-variable-noselect, find-variable) |
9873 (find-variable-other-frame, find-variable-at-point): | 10374 (find-variable-other-frame, find-variable-at-point): |
9874 Fix docstrings. | 10375 Fix docstrings. |
9875 | 10376 |
9876 2006-01-21 Francesco Potorti` <pot@gnu.org> | 10377 2006-01-21 Francesco Potort,Al(B <pot@gnu.org> |
9877 | 10378 |
9878 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil. | 10379 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil. |
9879 | 10380 |
9880 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es> | 10381 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es> |
9881 | 10382 |
13845 (rcirc-filter): Record time of last message. | 14346 (rcirc-filter): Record time of last message. |
13846 (rcirc-keepalive): Kill processes that did not send a message | 14347 (rcirc-keepalive): Kill processes that did not send a message |
13847 since the last ping. | 14348 since the last ping. |
13848 (rcirc-mode): Give rcirc-topic a local binding here. | 14349 (rcirc-mode): Give rcirc-topic a local binding here. |
13849 | 14350 |
13850 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> | 14351 2005-11-19 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> |
13851 | 14352 |
13852 * subr.el (read-passwd): Fontify the prompt as we do with other | 14353 * subr.el (read-passwd): Fontify the prompt as we do with other |
13853 prompts. | 14354 prompts. |
13854 | 14355 |
13855 2005-11-19 Ryan Yeske <rcyeske@gmail.com> | 14356 2005-11-19 Ryan Yeske <rcyeske@gmail.com> |
15456 | 15957 |
15457 2005-10-25 Masatake YAMATO <jet@gyve.org> | 15958 2005-10-25 Masatake YAMATO <jet@gyve.org> |
15458 | 15959 |
15459 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'. | 15960 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'. |
15460 | 15961 |
15461 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> | 15962 2005-10-25 Micha,Ak(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr> |
15462 | 15963 |
15463 * play/blackbox.el (blackbox-redefine-key): New function. | 15964 * play/blackbox.el (blackbox-redefine-key): New function. |
15464 (blackbox-mode-map): Use it to remap existing bindings for cursor | 15965 (blackbox-mode-map): Use it to remap existing bindings for cursor |
15465 motion instead of binding literal keys. | 15966 motion instead of binding literal keys. |
15466 | 15967 |
16720 gud-break and gud-remove icons when the fringe is not available. | 17221 gud-break and gud-remove icons when the fringe is not available. |
16721 | 17222 |
16722 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width): | 17223 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width): |
16723 Typo. | 17224 Typo. |
16724 | 17225 |
16725 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> | 17226 2005-10-06 Micha,Ak(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr> |
16726 | 17227 |
16727 * play/zone.el (zone): Wrap body with save-window-excursion. | 17228 * play/zone.el (zone): Wrap body with save-window-excursion. |
16728 | 17229 |
16729 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca> | 17230 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca> |
16730 | 17231 |
17888 | 18389 |
17889 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> | 18390 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> |
17890 | 18391 |
17891 * mail/sendmail.el (default-sendmail-coding-system): Doc fix. | 18392 * mail/sendmail.el (default-sendmail-coding-system): Doc fix. |
17892 | 18393 |
17893 2005-09-09 Emilio Lopes <eclig@gmx.net> | 18394 2005-09-09 Emilio C. Lopes <eclig@gmx.net> |
17894 | 18395 |
17895 * woman.el: Format- and whitespace-related changes. | 18396 * woman.el: Format- and whitespace-related changes. |
17896 | 18397 |
17897 2005-09-09 Eli Zaretskii <eliz@gnu.org> | 18398 2005-09-09 Eli Zaretskii <eliz@gnu.org> |
17898 | 18399 |
20140 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change) | 20641 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change) |
20141 | 20642 |
20142 * server.el: Bind "C-x #" in a way that works even if C-x is | 20643 * server.el: Bind "C-x #" in a way that works even if C-x is |
20143 redefined to a command key, not a prefix key. | 20644 redefined to a command key, not a prefix key. |
20144 | 20645 |
20145 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change) | 20646 2005-07-16 Johan Bockg,Ae(Brd <bojohan@users.sourceforge.net> (tiny change) |
20146 | 20647 |
20147 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of | 20648 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of |
20148 cl-make-type-test till execution time. | 20649 cl-make-type-test till execution time. |
20149 | 20650 |
20150 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de> | 20651 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de> |
20151 | 20652 |
20152 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional | 20653 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional |
20153 arg ARG and use it. | 20654 arg ARG and use it. |
20154 | 20655 |
20155 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change) | 20656 2005-07-16 Johan Bockg,Ae(Brd <bojohan@users.sourceforge.net> (tiny change) |
20156 | 20657 |
20157 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type. | 20658 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type. |
20158 | 20659 |
20159 2005-07-15 Luc Teirlinck <teirllm@auburn.edu> | 20660 2005-07-15 Luc Teirlinck <teirllm@auburn.edu> |
20160 | 20661 |
28220 | 28721 |
28221 2005-02-06 Richard M. Stallman <rms@gnu.org> | 28722 2005-02-06 Richard M. Stallman <rms@gnu.org> |
28222 | 28723 |
28223 * emacs-lisp/lisp.el (buffer-end): Doc fix. | 28724 * emacs-lisp/lisp.el (buffer-end): Doc fix. |
28224 | 28725 |
28225 2005-02-05 Arne_J,Ax(Brgensen <arne@arnested.dk> (tiny change) | 28726 2005-02-05 Arne J,Ax(Brgensen <arne@arnested.dk> (tiny change) |
28226 | 28727 |
28227 * net/ldap.el (ldap-search-internal): Support attributes with | 28728 * net/ldap.el (ldap-search-internal): Support attributes with |
28228 optional descriptions separated by a semi-colon, as in | 28729 optional descriptions separated by a semi-colon, as in |
28229 "userCertificate;binary". | 28730 "userCertificate;binary". |
28230 | 28731 |
29337 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits) | 29838 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits) |
29338 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit) | 29839 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit) |
29339 (calc-edit-macro-finish-edit): New functions. | 29840 (calc-edit-macro-finish-edit): New functions. |
29340 (calc-user-define-edit): Use new functions to edit named calc macros. | 29841 (calc-user-define-edit): Use new functions to edit named calc macros. |
29341 | 29842 |
29342 2005-01-01 Stefan <monnier@iro.umontreal.ca> | 29843 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca> |
29343 | 29844 |
29344 * files.el (hack-local-variables): Cleanup prefix/suffix matching. | 29845 * files.el (hack-local-variables): Cleanup prefix/suffix matching. |
29345 | 29846 |
29346 * ses.el (copy-region-as-kill): Deactivate mark. | 29847 * ses.el (copy-region-as-kill): Deactivate mark. |
29347 | 29848 |