calc-bin.el (calc-radix): Have the O option turn on twos-complement mode.
[bpt/emacs.git] / lisp / ChangeLog
1 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
4
5 * calc-bin.el (calc-radix): Have the "O" option turn on
6 twos-complement mode.
7
8 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
9
10 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
11 Add `calc-option-prefix-help' to calc-help autoloads.
12 (calc-inverse): Add "Option" to message, as appropriate.
13 (calc-hyperbolic): Add "Option" to message, as appropriate.
14 (calc-option, calc-is-option): New functions.
15
16 * calc-help.el (calc-full-help): Add `calc-option-help'.
17 (calc-option-prefix-help): New function.
18
19 * calc-misc.el (calc-help): Add "Option" entry.
20
21 * calc.el (calc-local-var-list): Add `calc-option-flag'.
22 (calc-option-flag): New variable.
23 (calc-do): Set `calc-option-flag to nil.
24 (calc-set-mode-line): Add "Opt " as appropriate.
25
26 2010-04-16 Juri Linkov <juri@jurta.org>
27
28 Move scrolling commands from simple.el to window.el
29 because their primitives are implemented in window.c.
30
31 * simple.el (scroll-error-top-bottom)
32 (scroll-up-command, scroll-down-command, scroll-up-line)
33 (scroll-down-line, scroll-other-window-down)
34 (beginning-of-buffer-other-window, end-of-buffer-other-window):
35 * window.el (scroll-error-top-bottom)
36 (scroll-up-command, scroll-down-command, scroll-up-line)
37 (scroll-down-line, scroll-other-window-down)
38 (beginning-of-buffer-other-window, end-of-buffer-other-window):
39 Move from simple.el to window.el because their primitives are
40 implemented in window.c.
41
42 2010-04-16 Juri Linkov <juri@jurta.org>
43
44 * isearch.el (isearch-lookup-scroll-key): Check both
45 `isearch-scroll' and `scroll-command' properties.
46 (scroll-up, scroll-down): Remove `isearch-scroll' property.
47
48 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
49
50 * simple.el (scroll-up-command, scroll-down-command)
51 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
52
53 2010-04-15 Juri Linkov <juri@jurta.org>
54
55 * simple.el (scroll-up-command, scroll-down-command)
56 (scroll-up-line, scroll-down-line): Put `scroll-command'
57 property on the these symbols. Remove them from
58 `scroll-preserve-screen-position-commands'.
59
60 * mwheel.el (mwheel-scroll): Put `scroll-command' and
61 `isearch-scroll' properties on the `mwheel-scroll' symbol.
62 Remove it from `scroll-preserve-screen-position-commands'.
63
64 * isearch.el (isearch-allow-scroll): Doc fix.
65
66 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
67
68 * net/tramp.el (tramp-error-with-buffer): Don't show the
69 connection buffer when we are in completion mode.
70 (tramp-file-name-handler): Catch the error for some operations
71 when we are in completion mode. This gives the user the chance to
72 correct the file name in the minibuffer.
73
74 2010-04-15 Glenn Morris <rgm@gnu.org>
75
76 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
77
78 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
79
80 Simplify by using `define-derived-mode'.
81 * info.el (Info-mode):
82 * calendar/todo-mode.el (todo-mode):
83 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
84 (gomoku-mode-map): Move initialization into declaration.
85
86 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
87
88 Fix Bug#5840.
89 * ido.el (ido-file-name-all-completions-1):
90 * minibuffer.el (minibuffer-completion-help):
91 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
92
93 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
94
95 * simple.el (non-essential): New var.
96
97 Add a new field `location' to bookmarks for non-file bookmarks.
98 * bookmark.el (bookmark-location): Use the new field, if present.
99 (bookmark-insert-location): Undo last change, not needed any more.
100 * man.el (Man-bookmark-make-record):
101 * woman.el (woman-bookmark-make-record): Add `location' field.
102
103 2010-04-14 Juri Linkov <juri@jurta.org>
104
105 * simple.el (scroll-error-top-bottom): New defcustom.
106 (scroll-up-command, scroll-down-command): Use it. Doc fix.
107
108 * emulation/pc-select.el (pc-select-override-scroll-error):
109 Obsolete in favor of `scroll-error-top-bottom'.
110
111 2010-04-14 Juri Linkov <juri@jurta.org>
112
113 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
114 `scroll-up-command' and `M-v' to `scroll-down-command'.
115
116 * emulation/cua-rect.el (cua--init-rectangles):
117 * forms.el (forms--change-commands):
118 * image-mode.el (image-mode-map):
119 Remap scroll-down-command and scroll-up-command
120 in addition to scroll-down and scroll-up.
121
122 2010-04-14 Juri Linkov <juri@jurta.org>
123
124 * mwheel.el (scroll-preserve-screen-position-commands):
125 Add mwheel-scroll to this list of commands.
126
127 * simple.el (scroll-preserve-screen-position-commands):
128 Add scroll-up-command, scroll-down-command, scroll-up-line,
129 scroll-down-line to this list of commands.
130
131 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
132
133 * obsolete/complete.el: Move from lisp/complete.el.
134
135 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
136
137 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
138 to the minor mode function now turns the mode ON unconditionally.
139
140 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
141
142 * vc-dir.el (vc-dir-kill-line): New command.
143 (vc-dir-mode-map): Bind it to C-k.
144
145 * bookmark.el (bookmark-insert-location): Handle a nil filename.
146
147 * woman.el: Add bookmark declarations to silence the compiler.
148 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
149 step to compatibility between man and woman bookmarks.
150 Adjust for Man-default-bookmark-title renaming.
151 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
152
153 * man.el: Add bookmark declarations to silence the compiler.
154 (Man-name-local-regexp): Make it match NAME as well.
155 (Man-getpage-in-background): Return the buffer.
156 (Man-notify-when-ready): Use `case'.
157 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
158 Don't hardcode "NAME". Simplify.
159 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
160 Rename from Man-bookmark-make-record.
161 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
162 we have the actual man-args. Use Man-getpage-in-background rather
163 than `man' since the arg is already processed. Let bookmark.el do the
164 window handling. Only wait for the relevant process.
165 Don't forget to autoload.
166
167 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
168
169 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
170
171 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
172 New functions.
173 (woman-mode): Setup bookmark support.
174
175 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
176 (man-bookmark-jump): New functions.
177 (Man-mode): Setup bookmark support.
178
179 2010-04-10 Jari Aalto <jari.aalto@cante.net>
180
181 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
182 recognize ssh-keygen prompt (Bug#2817).
183
184 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
185
186 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
187
188 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
189
190 Synchronize with Tramp repository.
191
192 * net/tramp.el (tramp-completion-function-alist)
193 (tramp-file-name-regexp, tramp-chunksize)
194 (tramp-local-coding-commands, tramp-remote-coding-commands):
195 Fix docstring.
196 (tramp-remote-process-environment): Use `format' instead of `concat'.
197 (tramp-handle-directory-files-and-attributes)
198 (tramp-get-remote-path): Use `copy-tree'.
199 (tramp-handle-file-name-all-completions): Backward/ XEmacs
200 compatibility: Use `completion-ignore-case' if
201 `read-file-name-completion-ignore-case' does not exist.
202 (tramp-do-copy-or-rename-file-directly): Do not use
203 `tramp-handle-file-remote-p'.
204 (tramp-do-copy-or-rename-file-out-of-band):
205 Use `tramp-compat-delete-directory'.
206 (tramp-do-copy-or-rename-file-out-of-band)
207 (tramp-compute-multi-hops, tramp-maybe-open-connection):
208 Use `format-spec-make'.
209 (tramp-find-foreign-file-name-handler)
210 (tramp-advice-make-auto-save-file-name)
211 (tramp-set-auto-save-file-modes): Remove superfluous check for
212 `stringp'. This is done inside `tramp-tramp-file-p'.
213 (tramp-debug-outline-regexp): New defconst.
214 (tramp-get-debug-buffer): Use it.
215 (tramp-check-for-regexp): Use (forward-line 1).
216 (tramp-set-auto-save-file-modes): Adapt version check.
217
218 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
219 Wrap call of `featurep' for 2nd argument.
220 (tramp-compat-make-temp-file): Simplify fallback implementation.
221 (tramp-compat-copy-tree): Remove function.
222 (tramp-compat-delete-directory): Provide implementation for older
223 Emacsen.
224
225 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
226 Do not use `tramp-fish-handle-file-attributes.
227
228 * net/trampver.el: Update release number.
229
230 2010-04-10 Glenn Morris <rgm@gnu.org>
231
232 * progmodes/compile.el (compilation-save-buffers-predicate):
233 Add missing :version tag.
234
235 2010-04-09 Sam Steingold <sds@gnu.org>
236
237 * progmodes/compile.el (compilation-save-buffers-predicate):
238 Remove the "autoload" cookie.
239
240 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
241 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
242 and `bug-reference-prog-mode' can be used in hooks directly.
243
244 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
245
246 Add --author support to git commit.
247 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
248 (vc-git-log-edit-mode): New minor mode.
249 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
250 New declarations.
251
252 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
253
254 * vc-hooks.el, vc-git.el: Improve documentation comments.
255
256 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
257
258 Fix some of the problems in defsubst* (bug#5728).
259 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
260 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
261
262 2010-04-07 Sam Steingold <sds@gnu.org>
263
264 * progmodes/compile.el (compilation-save-buffers-predicate):
265 New custom variable.
266 (compile, recompile): Pass it to `save-some-buffers'.
267
268 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
269
270 * wid-edit.el (widget-choose): Move cursor to the second line of
271 the buffer (Bug#5695).
272
273 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
274
275 Add new VC methods: vc-log-incoming and vc-log-outgoing.
276 * vc.el (vc-print-log-setup-buttons): New function split out from
277 vc-print-log-internal.
278 (vc-log-internal-common): New function, a parametrized version of
279 vc-print-log-internal.
280 (vc-print-log-internal): Just call vc-log-internal-common with the
281 right arguments.
282 (vc-incoming-outgoing-internal):
283 (vc-log-incoming, vc-log-outgoing): New functions.
284 (vc-log-view-type): New permanent local variable.
285
286 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
287
288 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
289 of the dynamic bound vc-short-log.
290 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
291
292 * vc-git.el (vc-git-log-outgoing): New function.
293 (vc-git-log-view-mode): Use vc-log-view-type instead
294 of the dynamic bound vc-short-log.
295
296 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
297 of the dynamic bound vc-short-log. Highlight the tag.
298 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
299 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
300 (vc-hg-incoming-mode): Remove.
301 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
302
303 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
304
305 Fix default-directory for vc-root-diff.
306 * vc.el (vc-root-diff): Bind default-directory to the root
307 directory for the diff command.
308
309 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
310
311 * progmodes/verilog-mode.el (verilog-forward-sexp):
312 (verilog-calc-1): Support "disable fork" and "fork wait" multi
313 word keywords, suggested by Steve Pearlmutter.
314 (verilog-pretty-declarations): Support lineup of declarations in
315 port lists.
316 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
317 fix bug for /* / comments
318 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
319 Speed up and simplfy as this is never called with a bound.
320 (verilog-pretty-declarations): Enhance to line up declarations
321 inside a parameter list, suggested by Alan Morgan.
322 (verilog-pretty-expr): Tune assignment regular expression match
323 string for corner cases; also use markers instead of character
324 number as indent changes the later.
325
326 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
327
328 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown as missing
329 keyword.
330 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
331 causing truncation of AUTOWIRE signals. Reported by Bruce
332 Tennant.
333 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
334 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
335 Tennant.
336 (verilog-keywords):
337 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
338 1800-2009 keywords, including "global.".
339
340 2010-04-06 John Wiegley <jwiegley@gmail.com>
341
342 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
343 appearing in buffer list (if a live buffer name matched a recentf
344 file basename). Should use uniquify to offer a real solution.
345
346 2010-04-06 John Wiegley <jwiegley@gmail.com>
347
348 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
349 comment to code, and add a :version tag.
350 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
351
352 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
353
354 Enable recentf-mode if using virtual buffers.
355 * ido.el (recentf-list): Declare for byte-compiler.
356 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
357 (ido-make-buffer-list): Simplify.
358 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
359
360 2010-04-05 Juri Linkov <juri@jurta.org>
361
362 Scrolling commands which scroll a line instead of full screen.
363 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
364
365 * simple.el (scroll-up-line, scroll-down-line): New commands.
366 Put property isearch-scroll=t on them.
367
368 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
369 Remove commands.
370
371 2010-04-05 Juri Linkov <juri@jurta.org>
372
373 Scrolling commands which do not signal errors at top/bottom.
374 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
375
376 * simple.el (scroll-up-command, scroll-down-command): New commands.
377 Put property isearch-scroll=t on them.
378
379 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
380 `scroll-down-command' and [next] from `scroll-up' to
381 `scroll-up-command'.
382
383 * emulation/cua-base.el: Put property CUA=move on
384 `scroll-up-command' and `scroll-down-command'.
385 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
386 and `scroll-down-command' to `cua-scroll-down'.
387
388 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
389
390 * help.el (describe-mode): Return nil.
391
392 2010-04-04 John Wiegley <jwiegley@gmail.com>
393
394 * ido.el (ido-use-virtual-buffers): New variable to indicate
395 whether "virtual buffer" support is enabled for IDO.
396 (ido-virtual): Face used to indicate virtual buffers in the list.
397 (ido-buffer-internal): If a buffer is chosen, and no such buffer
398 exists, but a virtual buffer of that name does (which would be why
399 it was in the list), recreate the buffer by reopening the file.
400 (ido-make-buffer-list): If virtual buffers are being used, call
401 `ido-add-virtual-buffers-to-list' before the make list hook.
402 (ido-virtual-buffers): New variable which contains a copy of the
403 current contents of the `recentf-list', albeit pared down for the
404 sake of speed, and with proper faces applied.
405 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
406 create a list of "virtual buffers" to present to the user in
407 addition to the currently open set. Note that this logic could
408 get rather slow if that list is too large. With the default
409 `recentf-max-saved-items' of 200, there is little speed penalty.
410
411 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
412
413 * font-lock.el: Require CL when compiling.
414 (font-lock-turn-on-thing-lock): Use `case'.
415
416 2010-04-03 Eli Zaretskii <eliz@gnu.org>
417
418 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
419 Zaretskii.
420
421 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
422
423 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
424 (semantic-create-imenu-directory-index): Fix typos in docstrings.
425 (semantic-imenu-goto-function): Reflow docstring.
426
427 2010-04-02 Juri Linkov <juri@jurta.org>
428
429 * ehelp.el (electric-help-orig-major-mode):
430 New buffer-local variable.
431 (electric-help-mode): Set it to original major-mode. Doc fix.
432 (with-electric-help): Use `electric-help-orig-major-mode' instead
433 of (default-value 'major-mode). Doc fix.
434 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
435
436 2010-04-02 Sam Steingold <sds@gnu.org>
437
438 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
439 `vc-hg-command' with a list of flags.
440
441 * progmodes/bug-reference.el (bug-reference-bug-regexp):
442 Also accept "patch" and "RFE".
443 (bug-reference-fontify): `bug-reference-url-format' can also be a
444 function to be able to handle the bug kind.
445 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
446
447 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
448
449 * tmm.el (tmm-get-keymap): Check with symbolp before passing
450 value to fboundp, it may not be a symbol.
451
452 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
453
454 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
455
456 2010-03-31 Juri Linkov <juri@jurta.org>
457
458 * simple.el (next-line, previous-line): Re-throw a signal
459 with `signal' instead of using `ding'.
460 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
461
462 2010-03-31 Juri Linkov <juri@jurta.org>
463
464 * simple.el (keyboard-escape-quit): Raise deselecting the active
465 region higher than exiting the minibuffer.
466 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
467
468 2010-03-31 Juri Linkov <juri@jurta.org>
469
470 * image.el (image-animated-p): Use `image-metadata' instead of
471 `image-extension-data'. Get GIF extenstion data from metadata
472 property `extension-data'.
473
474 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
475
476 * simple.el (append-to-buffer): Simplify.
477
478 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
479
480 * textmodes/artist.el (artist-mode): Fix typo in docstring.
481 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
482
483 2010-03-31 Kenichi Handa <handa@m17n.org>
484
485 * language/sinhala.el (composition-function-table): Fix regexp for
486 the new Unicode specification.
487
488 * language/indian.el (devanagari-composable-pattern)
489 (tamil-composable-pattern, kannada-composable-pattern)
490 (malayalam-composable-pattern): Adjust for the new Unicode
491 specification.
492 (bengali-composable-pattern, gurmukhi-composable-pattern)
493 (gujarati-composable-pattern, oriya-composable-pattern)
494 (telugu-composable-pattern): New variables to cope with the new
495 Unicode specification. Use them in composition-function-table.
496
497 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
498
499 Make tmm-menubar work for the Buffers menu again.
500 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
501 vectors rather than cons cells, as used in menu-bar-update-buffers.
502
503 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
504
505 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
506 (js-insert-and-indent): Revert 2009-08-15 change, restoring
507 electric punctuation for "{}();,:" (Bug#5586).
508
509 * mail/sendmail.el (mail-default-directory): Doc fix.
510
511 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
512
513 * mail/sendmail.el (mail-default-directory): Doc fix.
514
515 2010-03-31 Eli Zaretskii <eliz@gnu.org>
516
517 * subr.el (version-regexp-alist, version-to-list)
518 (version-list-<, version-list-=, version-list-<=)
519 (version-list-not-zero, version<, version<=, version=): Doc fix.
520 (Bug#5744).
521
522 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
523
524 * vc.el (vc-root-diff): Doc fix.
525
526 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
527
528 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
529
530 * simple.el (append-to-buffer): Fix last change.
531
532 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
533
534 * simple.el (append-to-buffer): Ensure that point is preserved if
535 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
536 (Bug#5749)
537
538 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
539
540 * files.el (auto-mode-case-fold): Change default to t.
541
542 2010-03-30 Juri Linkov <juri@jurta.org>
543
544 * dired-x.el (dired-omit-mode): Doc fix.
545
546 2010-03-30 Juri Linkov <juri@jurta.org>
547
548 * replace.el (occur-accumulate-lines): Move occur-engine related
549 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
550 to be located after `occur-engine'.
551
552 2010-03-30 Juri Linkov <juri@jurta.org>
553
554 Make occur handle multi-line matches cleanly with context.
555 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
556
557 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
558 (occur-engine): Add local variables `ret', `prev-after-lines',
559 `prev-lines'. Use more arguments for `occur-context-lines'.
560 Set first elem of its returned list to `data', and the second elem
561 to `prev-after-lines'. Don't print the separator line.
562 In the end, print remaining context after-lines.
563 (occur-context-lines): Add new arguments `begpt', `endpt',
564 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
565 after-lines of the previous match with before-lines of the
566 current match and not overlap them. Return a list with two
567 values: the output line and the list of context after-lines.
568
569 2010-03-30 Juri Linkov <juri@jurta.org>
570
571 * replace.el (occur-accumulate-lines): Fix a bug where the first
572 context line at the beginning of the buffer was missing.
573
574 2010-03-30 Eli Zaretskii <eliz@gnu.org>
575
576 * files.el: Make bidi-display-reordering safe variable for boolean
577 values.
578
579 2010-03-29 Phil Hagelberg <phil@evri.com>
580 Chong Yidong <cyd@stupidchicken.com>
581
582 * subr.el: Extend progress reporters to perform "spinning".
583 (progress-reporter-update, progress-reporter-do-update):
584 Handle non-numeric value arguments.
585 (progress-reporter--pulse-characters): New var.
586
587 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
588
589 * progmodes/compile.el (compilation-start): Fix regexp detection
590 of initial cd command (Bug#5771).
591
592 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
593
594 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
595
596 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
597
598 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
599 * lisp/progmodes/gdb-mi.el: Restore.
600 * lisp/progmodes/gdb-ui.el: Remove.
601 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
602
603 2010-03-25 Glenn Morris <rgm@gnu.org>
604
605 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
606 all dired buffers, even tramp ones. (Bug#5755)
607
608 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
609
610 Add "union tags" in mpc.el.
611 * mpc.el: Remove backward compatibility code.
612 (mpc-browser-tags): Change default.
613 (mpc--find-memoize-union-tags): New var.
614 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
615 (mpc-cmd-find): Handle the case where the playlist does not exist.
616 Handle union-tags.
617 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
618 (mpc-cmd-add): Use mpc-cmd-flush.
619 (mpc-tagbrowser-tag-name): New fun.
620 (mpc-tagbrowser-buf): Use it.
621 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
622
623 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 Misc cleanup.
626 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
627 Use replace-regexp-in-string.
628 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
629 (makefile-imake-mode-syntax-table): Move init into defvar.
630 (makefile-mode): Use define-derived-mode.
631
632 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
633 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
634 not be present any more.
635
636 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
637
638 * faces.el (set-face-attribute): Fix typo in docstring.
639 (face-valid-attribute-values): Reflow docstring.
640
641 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
642
643 2010-03-24 Glenn Morris <rgm@gnu.org>
644
645 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
646
647 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
648
649 * indent.el (indent-for-tab-command): Doc fix.
650
651 2010-03-24 Alan Mackenzie <acm@muc.de>
652
653 * progmodes/cc-engine.el (c-remove-stale-state-cache):
654 Fix off-by-one error. Fixes bug #5747.
655
656 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
657
658 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
659 (image-dired-read-comment): Doc fix.
660
661 * json.el (json-object-type, json-array-type, json-key-type)
662 (json-false, json-null, json-read-number):
663 * minibuffer.el (completion-in-region-functions):
664 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
665 (cal-tex-cursor-week):
666 * emacs-lisp/trace.el (trace-function):
667 * eshell/em-basic.el (eshell/printnl):
668 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
669 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
670 * obsolete/levents.el (allocate-event, event-key, event-object)
671 (event-point, event-process, event-timestamp, event-to-character)
672 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
673 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
674 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
675 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
676 (reftex-highlight-selection): Fix typos in docstrings.
677
678 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
679
680 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
681
682 2010-03-24 Glenn Morris <rgm@gnu.org>
683
684 * mail/rmail.el (rmail-highlight-face): Restore option deleted
685 2008-02-13 without comment; mark it obsolete.
686 (rmail-highlight-headers): Use rmail-highlight-face once more.
687
688 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
689
690 * woman.el (woman2-process-escapes): Only consume the newline if
691 the filler character is on a line by itself (Bug#5729).
692
693 2010-03-24 Kenichi Handa <handa@m17n.org>
694
695 * language/indian.el (devanagari-composable-pattern): Add more
696 consonants.
697
698 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
699
700 * net/trampver.el: Update release number.
701
702 2010-03-24 Glenn Morris <rgm@gnu.org>
703
704 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
705
706 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
707
708 * net/tramp.el (tramp-find-executable):
709 Use `tramp-get-connection-buffer'. Make the regexp for checking
710 output of "wc -l" more robust.
711 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
712 (tramp-open-connection-setup-interactive-shell): Remove workaround
713 for OpenSolaris bug, it is not needed anymore.
714
715 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
716
717 * cedet/semantic/imenu.el: New file, from the CEDET repository
718 (Bug#5412).
719
720 2010-03-24 Glenn Morris <rgm@gnu.org>
721
722 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
723
724 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
725
726 * files.el (auto-mode-alist): Accept more verilog file patterns.
727
728 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
729
730 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
731
732 2010-03-24 Glenn Morris <rgm@gnu.org>
733
734 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
735 log-edit-before-checkin-process.
736
737 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
738
739 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
740
741 * vc-dispatcher.el (vc-start-logentry): Doc fix.
742 (log-view-process-buffer, log-edit-extra-flags): Declare.
743
744 * log-edit.el (log-edit-before-checkin-process): Doc fix.
745
746 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
747 Consistently check ede-object is bound throughout.
748
749 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
750
751 2010-03-23 Sam Steingold <sds@gnu.org>
752
753 Fix bug#5620: recalculate all markers on compilation buffer
754 modifications, not on file modifications.
755 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
756 the buffer modification time, for buffers not associated with files.
757 (compilation-mode): Create it.
758 (compilation-filter): Update it.
759 (compilation-next-error-function): Use it instead of
760 `visited-file-modtime' for timestamp.
761
762 2010-03-23 Juri Linkov <juri@jurta.org>
763
764 Implement Occur multi-line matches.
765 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
766
767 * replace.el (occur): Doc fix.
768 (occur-engine): Set `begpt' to the beginning of the first line.
769 Set `endpt' to the end of the last match line. At first, count
770 line numbers between `origpt' and `begpt'. Split out code from
771 `out-line' variable to new let-bindings `match-prefix' and
772 `match-str'. In `out-line' add non-numeric prefix to all
773 non-first lines of multi-line matches. Finally, count lines
774 between `begpt' and `endpt' and add to `lines'.
775
776 2010-03-23 Juri Linkov <juri@jurta.org>
777
778 * replace.el (occur-accumulate-lines, occur-engine):
779 Use `occur-engine-line' instead of duplicate code.
780 (occur-engine-line): New function created from duplicate code
781 in `occur-accumulate-lines' and `occur-engine'.
782
783 * replace.el (occur-engine-line): Add optional arg `keep-props'.
784 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
785
786 2010-03-23 Juri Linkov <juri@jurta.org>
787
788 * finder.el: Remove TODO tasks.
789
790 * info.el (Info-finder-find-node): Add node "all"
791 with all package info. Handle a list of multiple keywords
792 separated by comma.
793 (info-finder): In interactive use with a prefix argument,
794 use `completing-read-multiple' to read a list of keywords
795 separated by comma.
796
797 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
798
799 Add a new completion style `substring'.
800 * minibuffer.el (completion-basic--pattern): New function.
801 (completion-basic-try-completion, completion-basic-all-completions):
802 Use it.
803 (completion-substring--all-completions)
804 (completion-substring-try-completion)
805 (completion-substring-all-completions): New functions.
806 (completion-styles-alist): New style `substring'.
807
808 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
809
810 Get rid of .elc files after removal of the corresponding .el.
811 * Makefile.in (compile-clean): New target.
812 (compile-main): Use it.
813
814 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
815
816 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
817 don't do make there. When compiling with separate object dir, there
818 is no Makefile there.
819
820 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
821
822 Get rid of the ELCFILES abomination, again.
823 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
824 (all, compile): Don't call compile-last.
825 (compile-main): Build the "elcfiles" list dynamically.
826 (compile-targets): New (internal) target.
827
828 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
829
830 * Makefile.in (top_srcdir): Define.
831 (abs_top_builddir): Define.
832 (srcdir): Don't append `/..'.
833 (EMACS): Use ${abs_top_builddir}.
834 (all, compile, compile-always, compile-last): Don't set emacswd.
835 (update-subdirs, update-authors): Use $(top_srcdir) instead of
836 $(srcdir).
837 (lisp): Use $(srcdir) instead of @srcdir@.
838
839 2010-03-21 Juri Linkov <juri@jurta.org>
840
841 Fix message of multi-line occur regexps and multi-buffer header lines.
842 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
843
844 * replace.el (occur-1): Don't display regexp if it is longer
845 than window-width. Use `query-replace-descr' to display regexp.
846 (occur-engine): Don't display regexp in the buffer header for
847 multi-buffer occur. Display a separate header line with total
848 match count and regexp for multi-buffer occur.
849 Use `query-replace-descr' to display regexp.
850
851 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
852
853 * net/secrets.el: Fix parenthesis.
854 (secrets-enabled): Fix parenthesis.
855
856 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
857
858 Use more relative file and directory names.
859 * Makefile.in (EMACS): Arrange for it to work when we chdir.
860 (setwins, setwins_almost, setwins_for_subdirs):
861 Don't `cd'; output relative names.
862 (all, compile, compile-always, compile-last): Set emacswd.
863 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
864 Just cd to the lisp source dir so we can use relative file names.
865
866 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
867
868 2010-03-20 Glenn Morris <rgm@gnu.org>
869
870 * textmodes/rst.el: Use faces for font-lock customization, and make the
871 old -face variables obsolete.
872 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
873 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
874 (rst-block-face, rst-external-face, rst-definition-face)
875 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
876 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
877 Make obsolete.
878 (rst-font-lock-keywords-function): Update for above changes.
879
880 2010-03-20 Juri Linkov <juri@jurta.org>
881
882 * s-region.el:
883 * obsolete/s-region.el: Move to obsolete.
884
885 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
886
887 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
888
889 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
890
891 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
892
893 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
894
895 Add special markup processing for commit logs.
896 * log-edit.el (log-edit-extra-flags): New variable.
897 (log-edit): Add new argument MODE. Use that mode when non-nil
898 instead of the log-view-mode.
899 (log-view-process-buffer): New function.
900
901 * vc.el: Document that the checkin method takes optional
902 arguments. Document new backend specific method: log-view-mode.
903 (vc-default-log-edit-mode): New function.
904 (vc-checkin): Use a backend specific log-view-mode.
905 Pass extra arguments to the checkin method.
906 (vc-modify-change-comment): Pass a dummy extra argument.
907
908 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
909 log-edit.
910 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
911 (vc-finish-logentry): Process the log buffer before passing it
912 down. Pass log-edit-extra-flags.
913
914 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
915 command.
916 (log-edit-extra-flags, log-edit-before-checkin-process):
917 New declarations.
918
919 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
920 command.
921 (log-edit-extra-flags, log-edit-before-checkin-process):
922 New declarations.
923 (vc-hg-log-edit-mode): New derived mode.
924
925 * vc-arch.el (vc-arch-checkin):
926 * vc-cvs.el (vc-cvs-checkin):
927 * vc-git.el (vc-git-checkin):
928 * vc-mtn.el (vc-mtn-checkin):
929 * vc-rcs.el (vc-rcs-checkin):
930 * vc-sccs.el (vc-sccs-checkin):
931 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
932
933 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
934
935 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
936 parent typo).
937
938 2010-03-19 Glenn Morris <rgm@gnu.org>
939
940 * password-cache.el (password-cache, password-cache-expiry): Autoload.
941
942 2010-03-18 Glenn Morris <rgm@gnu.org>
943
944 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
945
946 * replace.el (query-replace-history): Give it a doc string.
947 (map-query-replace-regexp): Use query-replace-from-history-variable
948 and query-replace-to-history-variable.
949
950 * mail/hashcash.el (declare-function): Remove duplicate definition.
951
952 * mail/emacsbug.el (report-emacs-bug-pretest-address):
953 Make it an obsolete alias for report-emacs-bug-address.
954 (message-strip-special-text-properties): Declare.
955 (report-emacs-bug): Remove test for a pretest bug address.
956 Combine message-mode-specific code.
957
958 * mail/supercite.el: Don't require sendmail.
959 (mh-in-header-p): Declare rather than using with-no-warnings.
960 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
961 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
962
963 * calendar/cal-french.el: Convert to utf-8.
964
965 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
966 Emacs scripts.
967
968 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
969
970 * net/secrets.el (secrets-enabled): New variable. Use it instead
971 of a subfeature.
972
973 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
974
975 * net/secrets.el (top): Register the D-Bus signals only when the
976 service "org.freedesktop.secrets" can be pinged.
977 Provide subfeature `enabled'.
978
979 2010-03-14 Juri Linkov <juri@jurta.org>
980
981 Add finder unknown keywords.
982
983 * finder.el (finder-unknown-keywords): New function.
984
985 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
986 to create a Finder node with unknown keywords.
987
988 2010-03-14 Juri Linkov <juri@jurta.org>
989
990 * finder.el (finder-compile-keywords): Replace `princ' with
991 `prin1' on a list of symbols interned from keyword strings.
992
993 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
994 a comma, then split keywords using a comma and optional whitespace.
995 Otherwise, split by whitespace.
996
997 * complete.el:
998 * face-remap.el:
999 * log-view.el:
1000 * net/hmac-def.el:
1001 * net/hmac-md5.el:
1002 * net/netrc.el:
1003 * progmodes/mixal-mode.el: Fix keywords.
1004
1005 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
1006
1007 * Makefile.in (ELCFILES): Add net/secrets.elc.
1008
1009 * net/secrets.el: New file.
1010
1011 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1012
1013 * facemenu.el (list-colors-display, list-colors-print): New arg
1014 callback. Use it to allow selecting colors.
1015
1016 * wid-edit.el (widget-image-insert): Insert image prop even if the
1017 current display is non-graphic.
1018 (widget-field-value-set): New fun.
1019 (editable-field): Use it.
1020 (widget-field-value-get): Clean up unused var.
1021 (widget-color-value-create, widget-color--choose-action):
1022 New funs. Allow using list-colors-display to choose color.
1023
1024 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1025
1026 * cus-edit.el: Resort topmost custom groups.
1027 (custom-buffer-sort-alphabetically): Default to t.
1028 (customize-apropos): Use apropos-parse-pattern.
1029 (custom-search-field): New var.
1030 (custom-buffer-create-internal): Add custom-apropos search field.
1031 (custom-add-parent-links): Don't display parent doc.
1032 (custom-group-value-create): Don't sort top-level custom group.
1033 (custom-magic-value-create): Show visibility button before option name.
1034
1035 (custom-variable-state): New fun, from custom-variable-state-set.
1036 (custom-variable-state-set): Use it.
1037 (custom-group-value-create): Hide options with standard values
1038 using the :hidden-states property. Use progress reporter.
1039
1040 (custom-show): Simplify.
1041 (custom-visibility): Disable images by default.
1042 (custom-variable): New property :hidden-states.
1043 (custom-variable-value-create): Enable images for
1044 custom-visibility widgets. Use :hidden-states property to
1045 determine initial visibility.
1046
1047 * wid-edit.el (widget-image-find): Give images center ascent.
1048 (visibility): Add :on-image and :off-image properties.
1049 (widget-visibility-value-create): Use them.
1050
1051 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1052
1053 * cus-edit.el (processes): Remove from development group.
1054 (oop, hypermedia): Delete group.
1055 (comm): Promote to top-level group.
1056
1057 * net/browse-url.el (browse-url):
1058 * net/xesam.el (xesam):
1059 * net/tramp.el (tramp):
1060 * net/goto-addr.el (goto-address):
1061 * net/ange-ftp.el (ange-ftp): Put in comm group.
1062
1063 * view.el (view): Remove from editing group.
1064
1065 * uniquify.el (uniquify): Put in files group.
1066
1067 * net/browse-url.el (browse-url):
1068 * ps-print.el (postscript): Put in external group.
1069
1070 * cus-edit.el (outlines):
1071 * textmodes/text-mode.el (text-mode-hook):
1072 * textmodes/table.el (table):
1073 * textmodes/picture.el (picture):
1074 * outline.el (outlines): Put in wp group.
1075
1076 * nxml/nxml-mode.el (nxml): Remove from wp group.
1077
1078 * net/tramp-imap.el (tramp-imap): Put in tramp group.
1079
1080 * mail/metamail.el (metamail): Remove from hypermedia group.
1081
1082 * cus-edit.el (abbrev):
1083 * whitespace.el (whitespace):
1084 * vcursor.el (vcursor):
1085 * reveal.el (reveal):
1086 * hl-line.el (hl-line): Put in convenience group.
1087
1088 * epg-config.el (epg): Put in data group.
1089
1090 * emulation/pc-select.el (pc-select): Put in emulations group.
1091
1092 * calculator.el (calculator): Put in applications group.
1093
1094 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
1095
1096 Add .dir-locals.el support for file-less buffers.
1097 * files.el (hack-local-variables): Split out code to apply local
1098 variable settings ...
1099 (hack-local-variables-apply): ... here. New function.
1100 (hack-dir-local-variables): Use the default directory for when the
1101 buffer does not have an associated file.
1102 (hack-dir-local-variables-non-file-buffer): New function.
1103 * diff-mode.el (diff-mode):
1104 * vc-annotate.el (vc-annotate-mode):
1105 * vc-dir.el (vc-dir-mode):
1106 * log-edit.el (log-edit-mode):
1107 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
1108
1109 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
1110
1111 Add support for shelving snapshots and for showing shelves.
1112 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1113 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1114 New functions.
1115 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1116 (vc-bzr-extra-menu-map): Map them.
1117
1118 2010-03-11 Glenn Morris <rgm@gnu.org>
1119
1120 * cus-edit.el (customize-changed-options-previous-release):
1121 Bump to 23.1.
1122
1123 * image.el (image-animate-max-time): Fix :version tag.
1124
1125 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1126
1127 * Branch for 23.2.
1128
1129 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1130
1131 * vc-git.el (vc-git-revision-table): Include remote branches.
1132
1133 2010-03-10 Kim F. Storm <storm@cua.dk>
1134
1135 Animated image API.
1136 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
1137
1138 * image.el (image-animate-max-time): New defcustom.
1139 (image-animated-types): New defconst.
1140 (create-animated-image, image-animate-timer)
1141 (image-animate-start, image-animate-stop, image-animate-timeout)
1142 (image-animated-p): New functions.
1143
1144 * image-mode.el (image-toggle-display-image):
1145 Replace `create-image' with `create-animated-image'.
1146
1147 2010-03-09 Miles Bader <Miles Bader <miles@gnu.org>>
1148
1149 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1150 instead of "format:"; this ensures that the output is
1151 newline-terminated.
1152
1153 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
1154
1155 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1156 that all errors are caught, and that the return value is always a
1157 list (Bug#5692).
1158
1159 2010-03-08 Kenichi Handa <handa@m17n.org>
1160
1161 * language/misc-lang.el (windows-1256): New coding system.
1162 (cp1256): New alias of windows-1256 (bug#5690).
1163
1164 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1165
1166 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1167 call to rfc822-bad-address. (Bug#5692)
1168
1169 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1170
1171 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1172 Use vc-git-root as default directory for revision path (Bug#5657).
1173
1174 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1175
1176 * calculator.el (calculator): Don't bind split-window-keep-point
1177 (Bug#5674).
1178
1179 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1180
1181 * vc-git.el: Re-flow to fit into 80 columns.
1182 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1183 Remove spurious `quote' element in each case alternative.
1184 (vc-git-show-log-entry): Use prog1.
1185 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1186
1187 2010-03-06 Glenn Morris <rgm@gnu.org>
1188
1189 * cedet/semantic/grammar.el (semantic-grammar-header-template):
1190 Update template copyright to GPLv3+.
1191
1192 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1193
1194 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1195
1196 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
1197
1198 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1199 definition, not the name (Bug#5481).
1200
1201 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
1202
1203 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1204 argument with a local variable. (Bug#5670)
1205
1206 2010-03-02 Juri Linkov <juri@jurta.org>
1207
1208 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1209
1210 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
1211
1212 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1213 error when FILENAME and NEWNAME are existing remote directories.
1214
1215 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1216 parameter DIR-FLAG.
1217
1218 2010-03-02 Glenn Morris <rgm@gnu.org>
1219
1220 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1221 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1222
1223 2010-03-01 Alan Mackenzie <acm@muc.de>
1224
1225 * progmodes/cc-engine.el (c-remove-stale-state-cache):
1226 Correct previous patch.
1227
1228 2010-03-01 Kenichi Handa <handa@m17n.org>
1229
1230 * language/burmese.el (burmese-composable-pattern): Rename from
1231 myanmar-composable-pattern.
1232
1233 * international/characters.el (script-list):
1234 * international/fontset.el (script-representative-chars):
1235 Change myanmar to burmese.
1236 (otf-script-alist): Likewise.
1237 (setup-default-fontset): Likewise. Re-fix :otf spec.
1238
1239 2010-03-01 Alan Mackenzie <bug-cc-mode@gnu.org>
1240
1241 * cc-engine.el (c-remove-stale-state-cache): Take account of when
1242 `good-pos' is in the same macro as `here'. Fixes bug#5649.
1243
1244 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1245
1246 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1247
1248 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1249
1250 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1251
1252 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1253
1254 * net/tramp.el (tramp-handle-write-region): START can be a string.
1255 Take care in the checks. Reported by Dan Davison
1256 <davison@stats.ox.ac.uk>.
1257
1258 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1259
1260 * net/dbus.el (dbus-introspect, dbus-get-property)
1261 (dbus-set-property, dbus-get-all-properties):
1262 Use `dbus-call-method' when noninteractive. (Bug#5645)
1263
1264 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
1265
1266 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1267 * emacs-lisp/elint.el (elint-add-required-env):
1268 * cedet/semantic/db-find.el
1269 (semanticdb-find-translate-path-brutish-default):
1270 * cedet/ede/make.el (ede-make-check-version):
1271 * calendar/icalendar.el (icalendar--add-diary-entry):
1272 * calc/calcalg2.el (math-tracing-integral):
1273 * files.el (recover-session-finish): Use with-current-buffer
1274 instead of save-excursion.
1275
1276 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1277
1278 Fix in-buffer completion when after-change-functions modify the buffer.
1279 * minibuffer.el (completion--replace): New function.
1280 (completion--do-completion): Use it and use relative movement.
1281
1282 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
1283
1284 * international/fontset.el (setup-default-fontset): Fix :otf spec.
1285
1286 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
1287
1288 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1289 Allow the characters _<> in the stack entry (Bug#5653).
1290
1291 2010-02-26 Kenichi Handa <handa@m17n.org>
1292
1293 * language/burmese.el: Fix entries in composition-function-table.
1294 (myanmar-composable-pattern): New variable.
1295
1296 * international/fontset.el (setup-default-fontset): Add an entry
1297 for myanmar.
1298
1299 * international/characters.el (script-list): Add Myanmar
1300 Extended-A.
1301
1302 2010-02-26 Glenn Morris <rgm@gnu.org>
1303
1304 * custom.el (custom-initialize-delay): Doc fix.
1305
1306 * mail/sendmail.el (send-mail-function): Autoload the call
1307 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1308
1309 2010-02-25 Alan Mackenzie <acm@muc.de>
1310
1311 * progmodes/cc-engine.el (c-clear-<-pair-props)
1312 (c-clear->-pair-props): Correct to wipe category text props, not
1313 syntax-table ones.
1314
1315 * progmodes/cc-mode.el (c-after-change): Remove any hard
1316 syntax-table properties for <, > which, e.g., C-y has
1317 inopportunely converted from category properties.
1318
1319 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
1320
1321 * files.el (hack-local-variables-filter): For eval forms, also
1322 check safe-local-variable-p (Bug#5636).
1323
1324 2010-02-24 Eduard Wiebe <usenet@pusto.de>
1325
1326 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1327 and use c(ad)r of cddr (Bug#5640).
1328
1329 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
1330
1331 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1332 setting the modes by `ignore-errors'. It might fail, for example
1333 if the file is not owned by the user but the group.
1334 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1335
1336 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
1337
1338 * files.el (directory-listing-before-filename-regexp): Use
1339 stricter matching for iso-style dates, to avoid false matches with
1340 date-like filenames (Bug#5597).
1341
1342 * htmlfontify.el (htmlfontify): Doc fix.
1343
1344 * eshell/eshell.el (eshell): Doc fix.
1345
1346 * startup.el (fancy-about-screen): In mode-line, apply
1347 mode-line-buffer-id face only to the buffer name (Bug#5613).
1348
1349 2010-02-20 Kevin Ryde <user42@zip.com.au>
1350
1351 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1352 In `watcom' anchor regexp to start of line, to avoid slowness
1353 (Bug#5599).
1354
1355 2010-02-20 Eli Zaretskii <eliz@gnu.org>
1356
1357 * subr.el (remove-yank-excluded-properties): Explain in a comment
1358 why `category' property is removed.
1359
1360 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
1361
1362 * isearch.el (isearch-update-post-hook, isearch-update): Revert
1363 2010-02-17 change.
1364
1365 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
1366
1367 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1368 (icalendar--convert-weekly-to-ical)
1369 (icalendar--convert-yearly-to-ical)
1370 (icalendar--convert-block-to-ical)
1371 (icalendar--convert-cyclic-to-ical)
1372 (icalendar--convert-anniversary-to-ical): Take care of time
1373 specifications where hour has 1-digit only (Bug#5549).
1374
1375 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
1376
1377 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1378 of disassemble output in GDB 7.1.
1379
1380 2010-02-19 Glenn Morris <rgm@gnu.org>
1381
1382 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1383 property. (Bug#5593)
1384
1385 2010-02-18 Sam Steingold <sds@gnu.org>
1386
1387 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1388
1389 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1390
1391 Use abbreviated file names in bookmarks (bug#5591).
1392 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1393 calls to expand-file-name.
1394 (bookmark-relocate): Use abbreviated file names in bookmarks.
1395 (bookmark-load): Use abbreviated file names in messages.
1396
1397 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1398
1399 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1400 expand "." and "..". Reported by Thierry Volpiatto
1401 <thierry.volpiatto@gmail.com>.
1402
1403 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1404
1405 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1406 permissions of the temporary file to "0600". In case the remote
1407 file has no read permissions for the owner, there might be
1408 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
1409
1410 22010-02-18 Glenn Morris <rgm@gnu.org>
1411
1412 * emacs-lisp/authors.el (authors-renamed-files-alist):
1413 Add entries for INSTALL.CVS.
1414
1415 2010-02-17 Mark A. Hershberger <mah@everybody.org>
1416
1417 * vc-bzr.el: Fix typo in Known Bugs section.
1418
1419 * isearch.el (isearch-update-post-hook): New hook.
1420 (isearch-update): Use the new hook.
1421
1422 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
1423
1424 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1425 Fix errors in copying directories.
1426 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1427 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1428 (tramp-handle-delete-file)
1429 (tramp-handle-dired-recursive-delete-directory)
1430 (tramp-handle-write-region): Flush also the cache for the upper
1431 directory.
1432
1433 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
1434
1435 * simple.el (save-interprogram-paste-before-kill): Doc fix.
1436
1437 * cus-edit.el (hardware): Doc fix.
1438
1439 * man.el (man): Add to external custom group.
1440
1441 * delim-col.el (columns): Move to wp custom group.
1442
1443 * doc-view.el (doc-view): Add to data custom group.
1444
1445 * cedet/data-debug.el (data-debug): Move to extensions group.
1446
1447 * cedet/ede.el (ede):
1448 * cedet/srecode.el (srecode):
1449 * cedet/semantic.el (semantic): Put in tools and extensions group.
1450
1451 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1452
1453 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1454 by ispell-parse-output (Bug#5575).
1455
1456 2010-02-16 Kenichi Handa <handa@m17n.org>
1457
1458 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1459 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1460 (skkdic-convert): Use `euc-japan' coding system for writing.
1461
1462 2010-02-16 Glenn Morris <rgm@gnu.org>
1463
1464 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1465 tex-main-file before using it. (Bug#5562)
1466
1467 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1468
1469 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1470 warnings, since it is annoying for the user to see them each time he
1471 runs the code.
1472
1473 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
1474
1475 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1476 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1477 instead of PROC for caching "first-password-request". Otherwise,
1478 new processes would not profit from passwords already entered.
1479
1480 * net/tramp-cache.el (tramp-dump-connection-properties):
1481 Don't save "first-password-request" property.
1482
1483 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
1484
1485 * outline.el (outline-head-from-level):
1486 * simple.el (with-wrapper-hook):
1487 * cedet/ede.el (ede-run-target, project-delete-target)
1488 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1489 (ede-adebug-project, ede-adebug-project-parent)
1490 (ede-adebug-project-root):
1491 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1492 (elint-defun, elint-buffer-env, elint-top-form-logged)
1493 (elint-unbound-variable):
1494 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1495 Fix typos in docstrings.
1496
1497 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
1498
1499 * files.el (insert-directory): When WILDCARD-REGEXP and
1500 FULL-DIRECTORY-P are nil, insert the file entry instead of the
1501 whole directory. (Bug#5551)
1502
1503 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
1504 dired's alignment sanity. (Bug#5516)
1505
1506 2010-02-14 Juri Linkov <juri@jurta.org>
1507
1508 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1509 Remove remaining ^H with their preceding chars. (Bug#5566)
1510
1511 2010-02-13 Glenn Morris <rgm@gnu.org>
1512
1513 * simple.el (transpose-subr): Give it a doc-string.
1514
1515 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1516 Doc fixes.
1517
1518 2010-02-12 Juri Linkov <juri@jurta.org>
1519
1520 * arc-mode.el (archive-unique-fname): Make directories for nested
1521 archives. (Bug#5540)
1522
1523 2010-02-12 Juri Linkov <juri@jurta.org>
1524
1525 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
1526
1527 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1528
1529 * subr.el (copy-overlay): Handle deleted overlays.
1530
1531 * man.el (Man-completion-table): Don't signal an error if we can't run
1532 manual-program (bug#4056).
1533
1534 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
1535
1536 * textmodes/artist.el (artist-mt): Fix typos in docstring.
1537
1538 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1539
1540 * info.el (Info-bookmark-jump): Simplify.
1541
1542 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1543 (bookmark-default-handler): Accept new bookmark field `buffer'.
1544
1545 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
1546
1547 * iswitchb.el (iswitchb-completions): Revert last change.
1548
1549 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
1550
1551 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1552 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1553 This prevents file names like "~/" being listed literally.
1554
1555 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1556
1557 * term/xterm.el (xterm-maybe-set-dark-background-mode):
1558 Remove dead code. (Bug#5546)
1559
1560 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
1561
1562 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1563 correctly (Bug#5548).
1564
1565 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
1566
1567 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1568 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1569
1570 2010-02-08 Kenichi Handa <handa@m17n.org>
1571
1572 * international/mule-util.el (with-coding-priority): Add autoload
1573 cookie for putting `lisp-indent-function'.
1574
1575 2010-02-07 Glenn Morris <rgm@gnu.org>
1576
1577 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1578 Move F2003 named interfaces from keywords-2 to keywords-1, and
1579 use function-name-face rather than constant-face.
1580 Simplify "abstract interface" regexp.
1581
1582 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
1583
1584 * eshell/esh-util.el (eshell-file-attributes): New optional arg
1585 ID-FORMAT. Pass it to `file-attributes'.
1586
1587 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1588
1589 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
1590
1591 * faces.el (set-face-attribute): Allow calling
1592 internal-set-lisp-face-attribute with 'unspecified family and
1593 foundry argument (Bug#5536).
1594
1595 2010-02-07 Glenn Morris <rgm@gnu.org>
1596
1597 * progmodes/f90.el (f90-font-lock-keywords-2)
1598 (f90-looking-at-type-like, f90-looking-at-program-block-end):
1599 Handle F2003 named interfaces.
1600
1601 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
1602
1603 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1604 beg and end before calling c-get-state-before-change-functions.
1605
1606 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
1607
1608 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1609
1610 2010-02-05 Juri Linkov <juri@jurta.org>
1611
1612 * doc-view.el (doc-view-mode):
1613 * image-mode.el (image-mode): Put property mode-class=special.
1614 (Bug#4896)
1615
1616 2010-02-05 Mark A. Hershberger <mah@everybody.org>
1617
1618 * vc-svn.el (vc-svn-revision-table): New function.
1619
1620 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
1621
1622 * net/ange-ftp.el (ange-ftp-insert-directory):
1623 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1624 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1625 Handle also directories. (Bug#5478)
1626
1627 2010-02-05 Glenn Morris <rgm@gnu.org>
1628
1629 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1630
1631 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
1632
1633 * startup.el (command-line-1): Convert options beginning with a
1634 single dash as well (Bug#5519).
1635
1636 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1637
1638 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1639 * minibuffer.el (completion-initials-expand): Only check the presence
1640 of delims *within* the boundaries, since otherwise the / delim is
1641 always found for files.
1642
1643 Fix up various corner case problems.
1644 * doc-view.el (doc-view-last-page-number): New function.
1645 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1646 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1647 (doc-view-kill-proc): Avoid inf-loop in freak cases.
1648 (doc-view-reconvert-doc): Use the new recursive delete-directory.
1649 (doc-view-convert-current-doc): Don't create the resolution.el file
1650 here any more.
1651 (doc-view-pdf/ps->png): Do it here instead.
1652 (doc-view-already-converted-p): Check that resolution.el is present.
1653 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1654 windows that are not yet showing images.
1655
1656 2010-02-04 Alan Mackenzie <acm@muc.de>
1657
1658 Change strategy for marking < and > as template delimiters: mark
1659 them strictly in matching pairs.
1660
1661 * cc-mode.el (c-before-change):
1662 Use c-get-state-before-change-functions.
1663 (c-common-init): Adapt to use
1664 c-get-state-before-change-functions (note plural).
1665
1666 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
1667 for searching syntactically for matching <s and >s.
1668 (c-get-state-before-change-functions): New language variable (note
1669 the plural) which supersedes c-get-state-before-change-function.
1670
1671 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
1672 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
1673 (c-clear->-pair-props-if-match-before)
1674 (c-before-change-check-<>-operators): New functions.
1675 (c-after-change-check-<>-operators): Use macro
1676 c-unmark-<->-as-paren.
1677
1678 * cc-defs.el (c-search-backward-char-property): New macro.
1679
1680 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
1681 and > any more. (These will be handled by font locking.)
1682
1683 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
1684
1685 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1686 `dired-uncache' for every elemnt which is an absolute file name.
1687
1688 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1689 directory, handle its directory component.
1690 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1691 function is called permanently and creates noise, otherwise.
1692
1693 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1694 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1695 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
1696
1697 2010-02-04 David Burger <dburger@google.com> (tiny change)
1698
1699 * macros.el (apply-macro-to-region-lines):
1700 Minor simplification. (Bug#5485)
1701
1702 2010-02-04 Glenn Morris <rgm@gnu.org>
1703
1704 * mail/rmail.el (rmail-show-message-1): Handle malformed
1705 quoted-printable text. (Bug#5441)
1706
1707 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1708
1709 * simple.el (visual-line-mode): Capitalize lighter.
1710
1711 2010-02-03 John Wiegley <jwiegley@gmail.com>
1712
1713 * iswitchb.el (iswitchb-completions): Add bookmark files to the
1714 list of files considered for "virtual buffer" completions.
1715
1716 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
1717
1718 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1719 also in case of (and (not full) (not wildcard)). This is needed,
1720 when dired is called with a list of files, which are not in
1721 `default-directory'. (Bug#5478)
1722
1723 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1724
1725 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1726
1727 2010-02-02 Juri Linkov <juri@jurta.org>
1728
1729 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1730 from unidiff to allow function-line after @@.
1731
1732 2010-02-02 Juri Linkov <juri@jurta.org>
1733
1734 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1735 '(RCS SCCS) with inverted condition.
1736
1737 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
1738
1739 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1740 messages.
1741
1742 2010-02-01 Juri Linkov <juri@jurta.org>
1743
1744 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1745 compare with "pkunzip" and "pkzip" instead of only "pkzip".
1746 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1747 only when (car archive-zip-extract) is "unzip". (Bug#5475)
1748
1749 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1750
1751 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1752 (doc-view-revert-buffer): New command.
1753 (doc-view-mode-map): Use it.
1754
1755 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1756
1757 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1758 pending merge is detected.
1759
1760 2010-01-31 Juri Linkov <juri@jurta.org>
1761
1762 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1763 beginning of interactive spec like all other grep commands do.
1764 Put "all" in front of "gz". (Bug#5260)
1765
1766 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1767
1768 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1769
1770 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
1771
1772 * dirtrack.el (dirtrack): Warn instead of signalling error if the
1773 regexp is incorrect (Bug#5476).
1774
1775 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
1776
1777 * net/tramp.el (tramp-handle-insert-directory): Handle also
1778 symlinks, when FILENAME is not in `default-directory'.
1779
1780 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1781
1782 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1783 FILE is not in `default-directory'. (Bug#5478)
1784
1785 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1786 of SWITCHES. Handle the case, FILENAME is not in
1787 `default-directory'. (Bug#5478)
1788 (tramp-register-file-name-handlers): Add safe-magic property.
1789
1790 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
1791
1792 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1793 unzip (Bug#5475).
1794
1795 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1796
1797 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1798 (flymake-master-make-header-init): Add other C++ filename masks.
1799 (flymake-find-possible-master-files)
1800 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1801
1802 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1803
1804 Fix some busybox annoyances.
1805
1806 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1807 not responding." string.
1808 (tramp-open-connection-setup-interactive-shell): Dump stty
1809 settings. Enable "neveropen" arg for all `tramp-send-command'
1810 calls. Handle "=" in variable values properly.
1811 (tramp-find-inline-encoding): Raise an error, when no encoding is
1812 found.
1813 (tramp-wait-for-output): Check, whether PROC buffer is available.
1814 Remove spurious " ^H" sequences, sent by busybox.
1815 (tramp-get-ls-command): Suppress coloring, if possible.
1816
1817 2010-01-28 Glenn Morris <rgm@gnu.org>
1818
1819 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1820
1821 * log-edit.el (log-edit-strip-single-file-name): Add missing
1822 :safe, :group, and :version tags.
1823
1824 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
1825
1826 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1827 buffers. (Bug#5477)
1828
1829 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
1830
1831 * files.el (delete-directory): Handle moving to trash without
1832 first doing recursion (Bug#5436).
1833
1834 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
1835
1836 * vc-hooks.el (vc-path): Mark as obsolete.
1837
1838 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
1839
1840 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1841 names too.
1842
1843 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1844 for the short log.
1845 (vc-bzr-log-view-mode): Adjust regexp for the above change.
1846
1847 2010-01-25 Mark A. Hershberger <mah@everybody.org>
1848
1849 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1850
1851 * vc-bzr.el (vc-bzr-revision-table): New function.
1852
1853 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1854
1855 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1856 diff-index command. This requires at least git-1.5.5. (Bug#1589).
1857
1858 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1859
1860 Remove support for adding --signoff on commit.
1861 Future support will use an incompatible generic mechanism.
1862 * vc-git.el (vc-git-add-signoff): Remove variable.
1863 (vc-git-toggle-signoff): Remove function.
1864 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1865
1866 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1867 from xterm-set-background-mode. Return t if the background mode
1868 was set.
1869 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1870 earlier, call it again in case the background mode has changed.
1871
1872 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
1873
1874 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1875 (Bug#3541).
1876
1877 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
1878
1879 * emacs-lisp/assoc.el (aelement): Doc fix.
1880 (aput, adelete, amake): Use lexical-let (Bug#5450).
1881
1882 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
1883
1884 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1885 is the same as subprogram call, not declaration. (Bug#5435).
1886
1887 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
1888
1889 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1890 (tramp-smb-maybe-open-connection): Use it.
1891
1892 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
1893
1894 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
1895
1896 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1897
1898 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1899 just because we see "encoding: 8bit".
1900 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1901
1902 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
1903
1904 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1905
1906 2010-01-22 Eli Zaretskii <eliz@gnu.org>
1907
1908 * jka-compr.el (jka-compr-load): If load-file is not in
1909 load-history, try its file-truename version. (bug#5447)
1910
1911 2010-01-21 Alan Mackenzie <acm@muc.de>
1912
1913 Fix a situation where deletion of a cpp construct throws an error.
1914 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1915 invoking c-with-all-but-one-cpps-commented-out, check that the
1916 special cpp construct is still in the buffer.
1917 (c-parse-state): Record the special cpp with markers, not numbers.
1918
1919 2010-01-21 Kenichi Handa <handa@m17n.org>
1920
1921 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1922 process last-command-event, as it is now decoded first (Bug#5380).
1923
1924 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
1925
1926 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1927
1928 2010-01-20 Glenn Morris <rgm@gnu.org>
1929
1930 * indent.el (tab-always-indent): Fix custom-type.
1931
1932 2010-01-19 Alan Mackenzie <acm@muc.de>
1933
1934 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1935 buffer throws "args out of range".
1936 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1937 playing the role of delimiter.
1938
1939 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
1940
1941 * progmodes/ada-mode.el: Fix bug#5400.
1942 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1943 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1944 changed. Delete RECURSIVE parameter; never used. Improve doc string.
1945 Improve comments in "is" portion. Handle null procedure declaration.
1946 (ada-move-to-end): Improve doc string.
1947
1948 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
1949
1950 * ido.el (ido-cur-list): Initialize to nil.
1951 Remove obsolete information from commentary.
1952 (ido-choice-list): Initialize to nil.
1953 (ido-get-bufname): Reject minibuffers.
1954 (ido-make-buffer-list): If "default" is a nonexistent
1955 buffer, ignore it, as per the function's comment.
1956 (ido-kill-buffer-internal): New function.
1957 (ido-kill-buffer-at-head): Use it.
1958 (ido-visit-buffer): Likewise.
1959
1960 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
1961
1962 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1963
1964 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
1965
1966 * cedet/ede/locate.el (ede-locate-file-in-project)
1967 (ede-locate-file-in-project-impl): Fix typos in docstrings.
1968 (ede-enable-locate-on-project): Fix typos in error messages.
1969
1970 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1971 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1972 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1973 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1974 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1975 Fix typos in menu help.
1976
1977 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1978 Fix typos in chart titles.
1979
1980 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1981 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1982 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1983 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1984 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1985 (semantic-parse-stream, semantic-parse-region)
1986 (semantic-parse-region-default, semantic--set-buffer-cache)
1987 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1988 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1989 (semantic-default-submodes):
1990 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1991 (semanticdb-create-ebrowse-database)
1992 (semanticdb-find-tags-for-completion-method)
1993 (semanticdb-find-tags-by-class-method)
1994 (semanticdb-deep-find-tags-by-name-method)
1995 (semanticdb-deep-find-tags-for-completion-method):
1996 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1997 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1998 (semanticdb-find-tags-for-completion-method)
1999 (semanticdb-find-tags-by-class-method)
2000 (semanticdb-deep-find-tags-for-completion-method):
2001 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
2002 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
2003 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
2004 (semanticdb-find-tags-by-name-method)
2005 (semanticdb-find-tags-by-name-regexp-method)
2006 (semanticdb-find-tags-for-completion-method)
2007 (semanticdb-find-tags-by-class-method)
2008 (semanticdb-find-tags-external-children-of-type-method)
2009 (semanticdb-find-tags-subclasses-of-type-method)
2010 (semanticdb-deep-find-tags-by-name-method)
2011 (semanticdb-deep-find-tags-by-name-regexp-method)
2012 (semanticdb-deep-find-tags-for-completion-method):
2013 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
2014 (semanticdb-enable-gnu-global-in-buffer)
2015 (semanticdb-find-tags-for-completion-method)
2016 (semanticdb-deep-find-tags-by-name-method)
2017 (semanticdb-deep-find-tags-for-completion-method):
2018 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
2019 (javascript-mode, semanticdb-find-translate-path)
2020 (semanticdb-find-tags-for-completion-method)
2021 (semanticdb-find-tags-by-class-method)
2022 (semanticdb-deep-find-tags-by-name-method)
2023 (semanticdb-deep-find-tags-for-completion-method)
2024 (semanticdb-find-tags-external-children-of-type-method):
2025 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
2026 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
2027 (global-semantic-idle-scheduler-mode):
2028 * cedet/srecode/dictionary.el (srecode-field-value)
2029 (srecode-dictionary-add-section-dictionary):
2030 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2031 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2032 (describe-class, eieio-describe-generic, describe-generic):
2033 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2034 (eieio-speedbar-expand):
2035 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2036 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2037 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2038 (viper-del-backward-char-in-replace, viper-backward-indent)
2039 (viper-brac-function, viper-register-to-point, viper-submit-report):
2040 * net/tramp.el (tramp-remote-coding-commands):
2041 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2042 Fix typos in docstrings.
2043
2044 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2045
2046 * mail/sendmail.el (mail-yank-original): Set the mark if the
2047 specified function for yanking does not do it.
2048
2049 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
2050
2051 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
2052
2053 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2054 resyncing a directory.
2055
2056 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
2057
2058 * progmodes/ada-mode.el: Fix bug#1920.
2059 (ada-ident-re): Delete ., allow multibyte characters.
2060 (ada-goto-label-re): New; matches goto labels.
2061 (ada-block-label-re): New; matches block labels.
2062 (ada-label-re): New; matches both.
2063 (ada-named-block-re): Deleted; callers changed to use
2064 `ada-block-label-re' instead.
2065 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2066 Use `ada-block-label-re'.
2067 (ada-indent-on-previous-lines): Improve handling of goto labels.
2068 (ada-get-indent-block-start): Special-case block label.
2069 (ada-get-indent-label): Split into `ada-indent-block-label' and
2070 `ada-indent-goto-label'.
2071 (ada-goto-stmt-start, ada-goto-next-non-ws):
2072 Optionally ignore goto labels.
2073 (ada-goto-next-word): Simplify.
2074 (ada-indent-newline-indent-conditional): Insert newline before
2075 trying to fix indentation; doc fix.
2076
2077 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2078
2079 * calc/calc.el (calc-command-flags): Give it an initial value.
2080
2081 2010-01-17 Glenn Morris <rgm@gnu.org>
2082
2083 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
2084
2085 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2086
2087 * cedet/semantic.el (semantic-mode):
2088 * files.el (minibuffer-with-setup-hook):
2089 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2090 (artist-key-draw-continously, artist-key-do-continously-continously)
2091 (artist-key-set-point-continously, artist-mouse-draw-continously):
2092 Fix typos in docstrings.
2093
2094 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2095
2096 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2097 return t (Bug#3898).
2098
2099 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
2100
2101 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2102 can parse the output of the external commands (Bug#5279).
2103
2104 2010-01-16 Jari Aalto <jari.aalto@cante.net>
2105
2106 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2107
2108 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2109
2110 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2111
2112 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2113
2114 * startup.el (command-line): Remove unused --icon-type arg.
2115 Handle --display arg, passing it to command-line-1 (Bug#5392).
2116
2117 2010-01-16 Mario Lang <mlang@delysid.org>
2118
2119 * cedet/ede/cpp-root.el (ede-cpp-root-project):
2120 * cedet/ede/files.el (ede-expand-filename):
2121 * cedet/ede/simple.el (ede-simple-project):
2122 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2123 (semantic-complete-inline-tag-engine):
2124 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2125 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
2126 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2127 * cedet/semantic/db.el (semanticdb-equivalent-mode):
2128 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
2129 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2130 * emacs-lisp/chart.el (chart-translate-namezone):
2131 * textmodes/artist.el (artist-compute-popup-menu-table):
2132 Remove duplicated words in doc-strings.
2133
2134 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2135
2136 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2137 to mairix-search to suppress threading (Bug#5342).
2138
2139 2010-01-15 Kenichi Handa <handa@m17n.org>
2140
2141 * international/mule-cmds.el (canonicalize-coding-system-name):
2142 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2143
2144 2010-01-15 Glenn Morris <rgm@gnu.org>
2145
2146 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2147
2148 * wid-edit.el (widget-keymap): Doc fix.
2149
2150 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2151 former seems to be more widely accepted by various svn versions.
2152
2153 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2154
2155 * find-cmd.el (find-constituents):
2156 * vc-arch.el (vc-arch-root):
2157 * window.el (window-body-height, pop-up-frames):
2158 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
2159 (semantic-no-reparse-needed-change-hook):
2160 * cedet/srecode/insert.el (srecode-resolve-argument-list)
2161 (srecode-template-inserter-blank, srecode-template-inserter-variable)
2162 (srecode-template-inserter-ask, srecode-template-inserter-width)
2163 (srecode-template-inserter-section-start)
2164 (srecode-template-inserter-section-end, srecode-insert-method):
2165 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2166 * progmodes/ada-stmt.el (ada-if):
2167 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2168 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2169 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2170 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2171
2172 * progmodes/flymake.el (flymake-post-syntax-check):
2173 Fix typo in error message.
2174
2175 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2176
2177 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2178 which is always a string. (Bug#5313)
2179
2180 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2181
2182 * progmodes/ada-xref.el (ada-default-prj-properties):
2183 Simplify previous change.
2184
2185 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2186
2187 * progmodes/ada-xref.el (ada-default-prj-properties):
2188 Default ada_project_path to $ADA_PROJECT_PATH.
2189
2190 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2191
2192 * progmodes/ada-mode.el (ada-create-keymap):
2193 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2194
2195 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2196
2197 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2198 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2199 (ada-get-current-indent, ada-imenu-generic-expression)
2200 (ada-which-function): Check for it.
2201
2202 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2203
2204 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2205 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2206
2207 2010-01-14 Glenn Morris <rgm@gnu.org>
2208
2209 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2210
2211 2010-01-14 Kenichi Handa <handa@m17n.org>
2212
2213 * composite.el (auto-composition-mode): Make it a buffer local
2214 variable (permanent-local).
2215 (auto-composition-function): Set the default value to
2216 auto-compose-chars.
2217 (auto-composition-mode): Make it a simple function, not a minor mode.
2218 (global-auto-composition-mode): Likewise.
2219 (turn-on-auto-composition-if-enabled): Delete it.
2220
2221 2010-01-13 Karl Fogel <kfogel@red-bean.com>
2222
2223 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2224
2225 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
2226
2227 * files.el (copy-directory): Compute target for recursive
2228 directories with identical names. (Bug#5343)
2229
2230 2010-01-12 Glenn Morris <rgm@gnu.org>
2231
2232 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2233 it to bug-gnu-emacs rather than emacs-pretest-bug.
2234
2235 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2236
2237 * cedet/data-debug.el (data-debug): Fix customization group reference.
2238
2239 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2240
2241 * cedet/semantic/analyze.el (semantic-analyze-push-error)
2242 (semantic-analyze-context, semantic-analyze-context-assignment)
2243 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
2244 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
2245 (semantic-java-doc-keywords-map):
2246 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
2247 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
2248 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
2249 (semantic-c-classname, semantic-format-tag-uml-prototype)
2250 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
2251 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
2252 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
2253 (semantic-get-local-variables, semantic-end-of-command)
2254 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
2255 (lisp-mode):
2256 * cedet/semantic/bovine/make.el (makefile-mode):
2257 * cedet/semantic/wisent/python.el (wisent-python-string-re)
2258 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
2259 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
2260 (semantic-lex, semantic-get-local-variables, python-mode):
2261 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
2262 * cedet/srecode/extract.el (srecode-extract-state-set)
2263 (srecode-extract-method): Fix typos in docstrings.
2264
2265 2010-01-11 Sam Steingold <sds@gnu.org>
2266
2267 * imenu.el (imenu-default-create-index-function): Detect infinite
2268 loops caused by imenu-prev-index-position-function.
2269
2270 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2271
2272 * htmlfontify.el (htmlfontify-load-rgb-file)
2273 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2274 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2275 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2276 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2277 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2278 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2279 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2280 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2281 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2282 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2283 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2284 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2285 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2286 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2287 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2288 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2289 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2290 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2291 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2292 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2293 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2294 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2295 backslash-quoting from parentheses, etc.
2296
2297 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2298
2299 * progmodes/js.el: Autoload javascript-mode alias.
2300
2301 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2302
2303 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2304 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2305 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2306 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2307 Fix typos in docstrings.
2308 (ffap-url-regexp): Doc fix.
2309 (ffap-at-mouse): Fix typo in message.
2310
2311 2010-01-11 Glenn Morris <rgm@gnu.org>
2312
2313 * version.el (emacs-copyright): Set copyright year to 2010.
2314
2315 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2316
2317 * format.el (format-annotate-function): Only set
2318 write-region-post-annotation-function after running to-fn so as not to
2319 affect nested write-region calls (bug#5273).
2320
2321 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
2322
2323 * cedet/semantic.el (semantic-new-buffer-setup-functions):
2324 Add python parser.
2325
2326 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2327 wisent/python.el.
2328
2329 2010-01-10 Richard Kim <emacs18@gmail.com>
2330
2331 * cedet/semantic/wisent/python-wy.el:
2332 * cedet/semantic/wisent/python.el: New files.
2333
2334 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2335
2336 * man.el (Man-goto-section): Signal error if the section is not
2337 found (Bug#5317).
2338
2339 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
2340
2341 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2342 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2343
2344 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2345
2346 * progmodes/compile.el: Don't treat compile-command as safe if
2347 compilation-read-command might be nil (Bug#4218).
2348
2349 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2350
2351 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2352 NS options.
2353
2354 2010-01-08 Kenichi Handa <handa@m17n.org>
2355
2356 * international/fontset.el (build-default-fontset-data):
2357 Exclude characters in scripts kana, hangul, han, or cjk-misc.
2358
2359 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
2360
2361 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2362 to `create-file-buffer' as it expects, not just a buffer name.
2363 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2364 to help uniquify. (Bug#3224)
2365
2366 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2367
2368 * font-setting.el (font-setting-change-default-font): Use user-spec
2369 instead of name.
2370
2371 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2372
2373 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2374
2375 2010-01-05 Tom Tromey <tromey@redhat.com>
2376
2377 * progmodes/python.el (python-font-lock-keywords):
2378 Handle qualified decorators (Bug#881).
2379
2380 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2381
2382 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2383 in a lightweight checkout.
2384
2385 2010-01-05 Kenichi Handa <handa@m17n.org>
2386
2387 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2388
2389 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2390
2391 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2392
2393 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2394
2395 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2396 checkouts. (Bug#618)
2397 (vc-bzr-log-view-mode): Also highlight the author.
2398 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2399 (vc-bzr-shelve-menu-map):
2400 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2401 (vc-bzr-shelve-apply): Make prompt more explicit.
2402
2403 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2404
2405 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2406 They are valid characters in URL paths (rfc3986), and at least
2407 Firefox does not understand the encoded version (Bug#3166).
2408
2409 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2410
2411 * progmodes/octave-mod.el (octave-end-keywords)
2412 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2413 Add "end" keyword (Bug#3061).
2414 (octave-end-as-array-index-p): New function.
2415 (calculate-octave-indent): Use it.
2416
2417 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2418
2419 * bookmark.el: Consistently put the text property on the bookmark name.
2420 (bookmark-bmenu-marks-width): Bump back to 2, to include
2421 annotation marks.
2422 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2423 property on the bookmark name, instead of not putting it at all.
2424 (bookmark-bmenu-list): Fix where we put the text property.
2425
2426 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2427
2428 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2429 for showing buffer modified state (as added in the previous change).
2430
2431 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2432
2433 * bookmark.el: Show modified state of bookmark buffer more accurately.
2434 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2435 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2436 (with-buffer-modified-unmodified): New macro.
2437 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2438 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2439 Use new macro to preserve the buffer modified state.
2440
2441 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2442
2443 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2444 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2445 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2446 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2447 (bookmark-bmenu-rename, bookmark-bmenu-locate)
2448 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2449 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2450
2451 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2452
2453 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2454 Make the lines in the generated doc string shorter. (Bug#4668)
2455
2456 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
2457
2458 * net/rcirc.el: Add follow-link binding (Bug#4738).
2459
2460 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2461
2462 * Makefile.in (bzr-update): Rename from cvs-update.
2463 (cvs-update): New target for backward compatibility.
2464
2465 * makefile.w32-in (bzr-update): Rename from cvs-update.
2466 (cvs-update): New target for backward compatibility.
2467
2468 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2469
2470 * bookmark.el: Remove gratuitous gratitude.
2471
2472 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2473
2474 * bookmark.el (bookmark-bmenu-any-marks): New function
2475 (bookmark-bmenu-save): Clear buffer modification if no marks.
2476
2477 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2478
2479 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2480 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2481 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2482 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2483
2484 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2485 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2486 To: emacs-devel {_AT_} gnu.org
2487 Subject: bookmark.el bug report
2488 Date: Mon, 28 Dec 2009 14:19:16 +0800
2489 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2490
2491 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2492
2493 * bookmark.el: Improvements suggested by Drew Adams:
2494 (bookmark-bmenu-ensure-position): New name for
2495 `bookmark-bmenu-check-position'. Just ensure the position,
2496 don't return any meaningful value.
2497 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2498 New constants.
2499
2500 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
2501
2502 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2503 (bookmark-yank-point, bookmark-bmenu-check-position):
2504 Fix typos in docstrings.
2505 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2506 (bookmark-name-from-full-record, bookmark-get-position)
2507 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2508 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2509 Remove useless quoting of parenthesis, etc. in docstrings.
2510
2511 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2512 (ediff-append-custom-diff): Fix typo in error message.
2513 (ediff-meta-mark-equal-files): Fix typos in messages.
2514
2515 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2516
2517 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2518 Fix typo in docstring.
2519
2520 * net/imap-hash.el (imap-hash-make): Doc fix.
2521 (imap-hash-test): Fix typo in error message; reflow docstring.
2522 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2523 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2524 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2525 Fix typos in docstrings.
2526 (imap-hash-open-connection): Fix typo in error message.
2527
2528 * play/gomoku.el (gomoku): Fix typos in docstring.
2529
2530 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2531 (gdb-jsonify-buffer): Fix typos in docstring.
2532 (gdb-goto-breakpoint): Fix typo in error message.
2533 ("Display Other Windows"): Fix typo in help message.
2534 (gdb-speedbar-expand-node): Fix typo in question.
2535
2536 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2537 (idlwave-html-system-help-location, idlwave-html-help-location)
2538 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2539 (idlwave-help-browser-generic-args, idlwave-help-directory)
2540 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2541 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2542 (idlwave-online-help, idlwave-help-html-link)
2543 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2544 Fix typos in docstrings.
2545 (idlwave-help-with-source, idlwave-help-find-routine-definition):
2546 Reflow docstrings.
2547 (idlwave-help-assistant-start): Fix typo in error message.
2548
2549 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2550 (octave-electric-space): Fix typos in docstrings.
2551
2552 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
2553
2554 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2555
2556 2010-01-01 Juri Linkov <juri@jurta.org>
2557
2558 * comint.el (comint-input-ring-size): Make it a defcustom and
2559 increase the default to 500 (Bug#5148).
2560
2561 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
2562
2563 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2564 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2565 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2566
2567 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
2568
2569 Show working revision correctly for mercurial.
2570 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2571 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2572
2573 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
2574
2575 Declare some functions for the byte-compiler.
2576 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2577 (speedbar-timer-fn, speedbar-change-expand-button-char)
2578 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2579
2580 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
2581
2582 This changeset reverts GDB Graphical Interface to use annotations.
2583 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2584
2585 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2586
2587 Make vc-dir work on subdirectories of the bzr root.
2588 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
2589 file names relative to it.
2590 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2591 relative directory to vc-bzr-after-dir-status.
2592
2593 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
2594
2595 * font-lock.el (font-lock-refresh-defaults): New function, which
2596 can be used to let font-lock react to external changes in
2597 variables like font-lock-defaults and keywords.
2598 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2599
2600 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2601
2602 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2603
2604 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2605
2606 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
2607
2608 Supersede color.diff settings in git log (bug#5211).
2609
2610 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2611 escape chars in its output when the user has color.diff set to `always'.
2612 This fix works on git 1.4.2 and newer (released on 2006-08-13).
2613
2614 2009-12-26 Kevin Ryde <user42@zip.com.au>
2615
2616 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2617 node. Keep previous "Index" name to work with past coreutils too.
2618
2619 * man.el (man): Revise docstring a bit to show -a and -l as
2620 examples. Add -k description since support for it has otherwise
2621 been a secret. (Further to bug#3717.)
2622 (Man-bgproc-sentinel): When "-k foo" produces no output show error
2623 "no matches" rather than "Can't find manpage", as the latter reads
2624 like -k was interpreted as a page name, which is not so. (Bug#5431)
2625
2626 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
2627
2628 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2629 switches. Check also for //SUBDIRED// line.
2630
2631 2009-12-25 Kenichi Handa <handa@m17n.org>
2632
2633 * language/indian.el (devanagari-composable-pattern): Fixed to
2634 handle ZWNJ and ZWJ. Use it in composition-function-table for
2635 Devanagari.
2636 (malayalam-composable-pattern): Fix previous change.
2637
2638 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2639
2640 * ps-print.el (ps-face-attributes): It was not returning the
2641 attribute face for faces specified as string. Reported by harven
2642 <harven@free.fr>.
2643 (ps-print-version): New version 7.3.5.
2644
2645 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
2646
2647 * calendar/icalendar.el (icalendar--convert-tz-offset):
2648 Fix timezone names.
2649 (icalendar--convert-tz-offset): Fix the "last-day-problem".
2650 (icalendar--add-diary-entry): Remove the trailing blank that
2651 diary-make-entry inserts.
2652
2653 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
2654
2655 Make `file-expand-wildcards' work for remote files.
2656
2657 * files.el (file-expand-wildcards): In case of remote files, check
2658 only local file name part for wildcards. Provide feature 'files
2659 and subfeature 'remote-wildcards. (Bug#5198)
2660
2661 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2662 if there is already an established connection.
2663 (tramp-advice-file-expand-wildcards): Remove it.
2664
2665 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2666 (tramp-advice-file-expand-wildcards): Move from tramp.el.
2667 Activate advice for older GNU Emacs versions. (Bug#5237)
2668
2669 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
2670
2671 Some doc fixes (more needed).
2672
2673 * find-cmd.el (find-constituents): Reflow docstring.
2674 (find-cmd, find-prune, find-command): Fix typos in docstrings.
2675 (find-generic): Doc fix.
2676
2677 2009-12-17 Juri Linkov <juri@jurta.org>
2678
2679 Fix regression from 23.1 to allow multiple modes in Local Variables.
2680
2681 * files.el (hack-local-variables-filter): While ignoring duplicates,
2682 don't take `mode' into account.
2683 (hack-local-variables-filter, hack-dir-local-variables):
2684 Don't remove duplicate `mode' from local-variables-alist (like `eval').
2685
2686 2009-12-17 Juri Linkov <juri@jurta.org>
2687
2688 Make `dired-diff' safer. (Bug#5225)
2689
2690 * dired-aux.el (dired-diff): Signal an error when `file' equals to
2691 `current' or when `file' is a directory of the `current' file.
2692
2693 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
2694
2695 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2696 unconditionally preloaded files.
2697
2698 2009-12-16 Juri Linkov <juri@jurta.org>
2699
2700 Revert to old 23.1 logic of using the file at the mark as default.
2701 * dired-aux.el (dired-diff): Use the file at the mark as default
2702 if it's not the same as the current file, and the target dir is
2703 the current dir or the mark is active. Add the current file
2704 as the arg of `dired-dwim-target-defaults'. Use the default file
2705 in the prompt. (Bug#5225)
2706
2707 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
2708
2709 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2710 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2711 (tramp-check-for-regexp): Check also, when an echoing shell stops
2712 to echo sent commands.
2713
2714 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2715
2716 * Makefile.in: Revert last change (Bug#5191).
2717
2718 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2719
2720 * vc-hg.el (vc-hg-print-log): Fix argument order.
2721 (vc-hg-working-revision): Make sure the command is executed in a
2722 known environment so that we can parse the output. (Bug#4417)
2723
2724 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2725
2726 * progmodes/python.el (python-symbol-completions): Remove text
2727 properties from symbol string before calling python-send-receive.
2728
2729 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
2730
2731 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2732 when there are values for both file and line. (Bug#5060)
2733
2734 2009-12-14 Juri Linkov <juri@jurta.org>
2735
2736 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2737 whitespace after the file name of the first line of unified format,
2738 because git-diff doesn't output whitespace and file modification time
2739 after the file name.
2740
2741 2009-12-14 David Kastrup <dak@gnu.org>
2742
2743 * info.el (Info-hide-cookies-node): Before hiding a cookie,
2744 check if it already has the `display' property added by
2745 `Info-display-images-node', and not put the `invisible' property
2746 in this case.
2747
2748 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2749
2750 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2751 (semantic-mru-bookmark-mode): Doc fixes.
2752
2753 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2754 of assert.
2755
2756 2009-12-13 Glenn Morris <rgm@gnu.org>
2757
2758 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2759 (report-emacs-bug): In message-mode, sort manually before storing
2760 original report text. (Bug#5178)
2761 Remove superfluous save-excursion.
2762
2763 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
2764
2765 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2766 when responding to "GetAll" properties.
2767
2768 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
2769
2770 * simple.el (compose-mail): Remove mail-setup-with-from from
2771 customization checks.
2772
2773 2009-12-12 Eli Zaretskii <eliz@gnu.org>
2774
2775 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2776 RAR archives created on Unix systems.
2777
2778 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2779
2780 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2781 the varalias that was accidentally removed by the 2009-11-19 change
2782 (bug#5186).
2783
2784 2009-12-12 Kenichi Handa <handa@m17n.org>
2785
2786 * language/indian.el (indian-compose-regexp): New function.
2787 (malayalam-composable-pattern): Fix the pattern.
2788 (composition-function-table): Set malayalam-composable-pattern for
2789 Malayalam characters.
2790
2791 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
2792
2793 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2794 rather than down-mouse-1, based on follow-link conventions.
2795
2796 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2797 are compiled.
2798
2799 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
2800
2801 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2802 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2803 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2804 (verilog-leap-to-head, verilog-backward-token):
2805 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
2806
2807 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2808
2809 * progmodes/verilog-mode.el (verilog-auto-lineup)
2810 (verilog-nameable-item-re): Cleanup user-visible spelling and
2811 documentation errors. One reported by Gary Delp.
2812 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2813 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2814 package, bug195. Reported by Pierre-David Pfister.
2815
2816 2009-12-11 Glenn Morris <rgm@gnu.org>
2817
2818 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2819
2820 * mail/emacsbug.el: No longer require sendmail.
2821 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2822 (report-emacs-bug-orig-text): Doc fix.
2823 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2824 New local variables, to adapt to different mail-user-agents.
2825 (report-emacs-bug): Fix test for a gnu.org address.
2826 Use overlays for emphasis, since font-lock defeats 'face property.
2827 Pretest bugs also end up at the newsgroup these days.
2828 Stop message-mode stripping text properties.
2829 Set and use the new buffer-local variables.
2830 (report-emacs-bug-hook): Add doc-string.
2831 Remove some unnecessary save-excursions and simplify.
2832 Use the appropriate hook and send-command.
2833
2834 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2835 capitalization of some menu entries.
2836
2837 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2838
2839 * whitespace.el (whitespace-display-char-on): Ensure
2840 `buffer-display-table' is unique when two or more windows are
2841 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2842 New version 12.1.
2843
2844 2009-12-10 Eli Zaretskii <eliz@gnu.org>
2845
2846 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2847 characters in the Attribute field.
2848
2849 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2850
2851 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2852
2853 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2854
2855 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2856 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2857 Disregard autoload-excludes.
2858 (update-directory-autoloads): Obey autoload-excludes here instead.
2859 But don't store its contents in no-autoloads and remove entries that
2860 refer to excludes files.
2861
2862 2009-12-10 Glenn Morris <rgm@gnu.org>
2863
2864 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2865 (expand-mail-aliases): Define for compiler.
2866
2867 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2868 Define for compiler.
2869
2870 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2871 appropriate for the mail-user-agent in use.
2872
2873 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
2874
2875 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2876
2877 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2878
2879 Fix short log parsing and fontification.
2880 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2881 Fix fontification for the [merge] label.
2882
2883 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2884
2885 Drop some properties to avoid surprises (bug#5002).
2886 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2887 (hfy-fontify-buffer): Use it.
2888
2889 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2890
2891 Minor cleanup.
2892 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2893 Adjust all callers.
2894 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2895 args compulsory. Adjust callers.
2896 (ffap-gopher-at-point): Remove unused var `name'.
2897
2898 Get rid of the ELCFILES abomination.
2899 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2900 (compile-elcfiles): New phony target.
2901 (compile-main): Compute ELCFILES dynamically.
2902 (compile-clean): New target to remove left-over elc files.
2903 (compile, all): Use it.
2904
2905 2009-12-09 Kenichi Handa <handa@etlken>
2906
2907 * international/mule-diag.el: Require help-mode instead of help-fns.
2908
2909 2009-12-09 Kenichi Handa <handa@m17n.org>
2910
2911 * international/mule-cmds.el (ucs-names): Supply sufficiently
2912 fine ranges instead of pre-calculating accurate ranges.
2913 Iterate with bigger gc-cons-threshold.
2914
2915 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2916
2917 Add support for stashing a snapshot of the current tree.
2918 * vc-git.el (vc-git-stash-snapshot): New function.
2919 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2920
2921 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2922
2923 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2924 instead of `(beginning|end)-of-line'.
2925
2926 2009-12-08 Glenn Morris <rgm@gnu.org>
2927
2928 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2929
2930 * Makefile.in (ELCFILES): Regenerate.
2931
2932 2009-12-07 Juri Linkov <juri@jurta.org>
2933
2934 Don't lazy-highlight the comint output in history Isearch mode.
2935
2936 * comint.el (comint-history-isearch-search): Instead of
2937 `comint-line-beginning-position', use `comint-after-pmark-p'
2938 to check if point if before the process mark, and go to
2939 `process-mark' in this case.
2940
2941 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2942
2943 * textmodes/tex-mode.el (latex-complete)
2944 (latex-indent-or-complete): Remove.
2945 (latex-mode): Set completion-at-point-functions instead.
2946
2947 Provide a standard completion command and hook it into TAB.
2948 * minibuffer.el (completion-at-point-functions): New var.
2949 (completion-at-point): New command.
2950 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2951 * progmodes/python.el (python-mode-map): Use completion-at-point.
2952 (python-completion-at-point): Rename from python-partial-symbol and
2953 adjust for use in completion-at-point-functions.
2954 (python-mode): Setup completion-at-point for Python completion.
2955 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2956 extracted from lisp-complete-symbol.
2957 (lisp-complete-symbol): Use it.
2958 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2959 setup completion-at-point for Elisp completion.
2960 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2961 Use completion-at-point.
2962 * ielm.el (ielm-map): Use completion-at-point.
2963 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2964 * progmodes/sym-comp.el: Move to...
2965 * obsolete/sym-comp.el: Move from progmodes.
2966
2967 2009-12-07 Eli Zaretskii <eliz@gnu.org>
2968
2969 Prevent save-buffer in Rmail buffers from using the coding-system
2970 of the current message, and from clobbering the encoding mnemonics
2971 in the mode line (Bug#4623).
2972
2973 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2974 flag, too.
2975 (rmail-message-encoding): New variable.
2976 (rmail-write-region-annotate): Record the encoding of the current
2977 message in rmail-message-encoding.
2978 (rmail-after-save-hook): New function, restores the encoding of
2979 the current message after the message collection is saved.
2980
2981 2009-12-07 Juri Linkov <juri@jurta.org>
2982
2983 * progmodes/grep.el (grep-read-files): Use `completing-read'
2984 instead of `read-string'. Set its `collection' arg to
2985 `read-file-name-internal'. (Bug#4301)
2986
2987 2009-12-07 Juri Linkov <juri@jurta.org>
2988
2989 Correctly restore original Isearch point. (Bug#4994)
2990
2991 * isearch.el (isearch-mode): Move `isearch-push-state' after
2992 `(run-hooks 'isearch-mode-hook)'.
2993 (isearch-cancel): When `isearch-push-state-function' is defined,
2994 let-bind `isearch-cmds' to the first state (the last element of
2995 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2996 function and restores the original point). Otherwise, move point
2997 to `isearch-opoint'.
2998
2999 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3000
3001 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3002 chars that don't have names, so the table can be built much faster at
3003 run-time.
3004
3005 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
3006
3007 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3008 change. Suggested by David Kastrup.
3009
3010 * simple.el (compose-mail): Check for incompatibilities and warn.
3011 (compose-mail-user-agent-warnings): New option.
3012
3013 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3014
3015 Support showing a single log entry from vc-annotate.
3016 * vc.el (print-log): Add a new argument: START-REVISION.
3017 (vc-print-log-internal): Add a new optional argument and
3018 pass it to the backend.
3019 (vc-print-log, vc-print-root-log): Adjust callers.
3020 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3021 buffer already displays the requested log entry, use it.
3022 Otherwise display only the log entry in question.
3023 * vc-svn.el (vc-svn-print-log):
3024 * vc-mtn.el (vc-mtn-print-log):
3025 * vc-hg.el (vc-hg-state):
3026 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3027 (vc-git-show-log-entry): Return t on success.
3028 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3029 (vc-bzr-show-log-entry): Return t on success.
3030 * vc-rcs.el (vc-rcs-print-log):
3031 * vc-sccs.el (vc-sccs-print-log):
3032 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3033
3034 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3035
3036 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3037 Add menus to the meta mode. (Bug#5043)
3038
3039 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
3040
3041 * ediff-init.el (ediff-event-key): Use event-to-character instead of
3042 event-key.
3043
3044 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3045
3046 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
3047
3048 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3049 Berbain <raphael.berbain@gmail.com>.
3050
3051 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3052 characters.
3053 (tramp-initial-end-of-output): New defconst.
3054 (tramp-methods, tramp-find-shell)
3055 (tramp-open-connection-setup-interactive-shell)
3056 (tramp-maybe-open-connection): Use it.
3057 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3058 existence of `#' and `$'.
3059
3060 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3061 `tramp-initial-end-of-output'.
3062
3063 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3064
3065 Get the background mode from the terminal for xterm, and set
3066 faces accordingly.
3067 * term/xterm.el (xterm-set-background-mode): New function.
3068 (terminal-init-xterm): Use it in case xterm supports background
3069 color queries. Recompute faces after getting the background
3070 color.
3071
3072 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
3073
3074 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3075 number comment back on its own line, for easier parsing.
3076
3077 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3078
3079 Make it work for non-file buffers (bug#5102).
3080 * doc-view.el (doc-view-current-cache-dir):
3081 Use doc-view-buffer-file-name rather than buffer-file-name.
3082 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3083
3084 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3085
3086 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3087 author field is too short.
3088
3089 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3090
3091 * vc-git.el (vc-git-print-log): Handle a limit argument.
3092 Display the short log in graph form and with labels.
3093 (vc-git-log-view-mode): Handle labels.
3094
3095 Make vc-revert change VC state from 'added to 'unregistered.
3096 * vc-git.el (vc-git-revert): Call git reset first.
3097
3098 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3099
3100 * net/newst-backend.el, net/newst-plainview.el:
3101 * net/newst-reader.el, net/newst-ticker.el:
3102 * net/newst-treeview.el, net/newsticker.el:
3103 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
3104
3105 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3106
3107 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3108
3109 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3110 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3111 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3112 Update annotation regexp.
3113
3114 * simple.el (beginning-of-visual-line): Constrain to field
3115 boundaries (Bug#5106).
3116
3117 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3118
3119 * xml.el (xml-substitute-numeric-entities): Move
3120 newsticker--decode-numeric-entities in newst-backend.el to
3121 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3122 * net/newst-backend.el (newsticker--parse-generic-feed)
3123 (newsticker--parse-generic-items)
3124 (newsticker--decode-numeric-entities): Move
3125 newsticker--decode-numeric-entities in newst-backend.el to
3126 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3127
3128 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3129
3130 * progmodes/js.el (js--js-not): Add null to the list of values.
3131
3132 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3133
3134 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3135
3136 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3137
3138 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3139 delimiter if it is at the end of the current line.
3140 (bibtex-generate-url-list): Fix docstring.
3141
3142 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3143
3144 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3145 minibuffer's content with itself.
3146 Fold the confirm-after-completion case into the `confirm' case.
3147 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3148
3149 2009-12-06 Kevin Ryde <user42@zip.com.au>
3150
3151 * ffap.el (ffap-rfc-path): Make this a defcustom since
3152 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
3153
3154 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3155 manuals, similar to existing setup for help-mode. (Bug#3913.)
3156
3157 2009-12-05 Juri Linkov <juri@jurta.org>
3158
3159 Save and restore dired buffer's point positions too. (Bug#4880)
3160
3161 * dired.el (dired-save-positions): Return in the first element
3162 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3163 Doc fix.
3164 (dired-restore-positions): First restore buffer's position.
3165 While restoring window's positions, check if window still displays
3166 the original buffer.
3167
3168 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3169
3170 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3171 if possible.
3172
3173 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
3174 Make argument optional.
3175
3176 * shell.el (shell): Require ansi-color (Bug#5113).
3177
3178 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3179
3180 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3181
3182 2009-12-05 Alan Mackenzie <acm@muc.de>
3183
3184 * progmodes/cc-mode.el (c-before-hack-hook)
3185 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3186 `c-file-style' to work again. This reversion restores the current
3187 software to its state in Emacs 23.1. (Bug#4146)
3188
3189 2009-12-05 Kevin Ryde <user42@zip.com.au>
3190
3191 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3192 comment-start-skip to comment-end-skip as comment (Bug#4781).
3193
3194 2009-12-05 Juri Linkov <juri@jurta.org>
3195
3196 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3197 for virtual nodes. (Bug#4147)
3198 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3199 when moving from a virtual node.
3200 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3201 (Info-mode): Add `Info-virtual-index' to the docstring.
3202
3203 2009-12-05 Eric Ludlam <zappo@gnu.org>
3204
3205 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3206 Describe project macro symbols.
3207
3208 * cedet/semantic/complete.el (semantic-complete-do-completion):
3209 Don't call semantic-collector-current-exact-match.
3210
3211 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
3212 ede-objects as targets.
3213
3214 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
3215 a target's object list even if compiler vars are already in the
3216 Makefile.
3217
3218 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
3219 list of headers producing necessary macros.
3220
3221 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3222
3223 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3224 track of the buffer position of the end of a BibTeX entry as this
3225 position may change during reformatting.
3226 (bibtex-format-entry): Remove whitespace before processing
3227 numerical fields so that we recognize the latter properly.
3228 (bibtex-reformat): Do not use push which changes the global value
3229 of bibtex-entry-format.
3230 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3231 (bibtex-field-re-init): Replace only space characters by regexp
3232 for whitespace.
3233 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3234 (bibtex-initialize): Also update bibtex-strings.
3235 (bibtex-kill-field): Preserve white space at end of entry.
3236 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3237 Update bibtex-reference-keys.
3238
3239 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3240
3241 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3242 point after a star, if that's the only place where modifications can
3243 make progress.
3244
3245 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3246
3247 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3248 in docstrings.
3249
3250 2009-12-04 Juri Linkov <juri@jurta.org>
3251
3252 * proced.el (proced): Call `(proced-update t)' to update process
3253 information instead of only running proced-post-display-hook.
3254 (proced-send-signal): Add a leading space to the buffer name
3255 " *Marked Processes*" to make this buffer ephemeral.
3256
3257 2009-12-04 Juri Linkov <juri@jurta.org>
3258
3259 * dired.el (dired-auto-revert-buffer): New defcustom.
3260 (dired-internal-noselect): Use it.
3261
3262 2009-12-04 Juri Linkov <juri@jurta.org>
3263
3264 Change roles of modes and functions in image-mode.el (Bug#5062).
3265
3266 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3267 in `auto-mode-alist'.
3268 (image-mode-previous-major-mode): New variable.
3269 (image-minor-mode-map): Rename from `image-mode-text-map'.
3270 (image-mode): Move graceful error-handling code from
3271 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3272 (image-minor-mode): Remove all image-handling code.
3273 Replace `image-mode-text-map' with `image-minor-mode-map'.
3274 Check for `image-type' in mode-line format string.
3275 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3276 (image-mode-as-text): New function with most code from
3277 `image-mode-maybe'.
3278 (image-toggle-display-text): Move code that removes image
3279 properties from `image-toggle-display' to here.
3280 (image-toggle-display-image): New function with code that adds
3281 image properties copied from `image-toggle-display'.
3282 (image-toggle-display): Remove most code with leaving only code
3283 that toggles between `image-mode-as-text' and `image-mode'.
3284
3285 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
3286
3287 * net/newst-treeview.el
3288 (newsticker--treeview-list-highlight-start): Restored call to
3289 save-excursion: Selected item was stuck.
3290 (newsticker--treeview-list-select): New.
3291 (newsticker--treeview-item-show-text)
3292 (newsticker--treeview-item-show)
3293 (newsticker--treeview-item-update): Use new
3294 newsticker-treeview-item-mode.
3295 (newsticker-treeview-update): Keep current item.
3296 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3297 (newsticker--treeview-first-feed): Doc change.
3298 (newsticker-treeview-list-menu)
3299 (newsticker-treeview-item-menu): Added menu entries.
3300 (newsticker-treeview-item-mode): New.
3301
3302 * net/newst-backend.el (newsticker-customize): Delete other
3303 windows.
3304
3305 2009-12-04 Sam Steingold <sds@gnu.org>
3306
3307 * log-view.el (log-view-mode-map): "q" calls quit-window,
3308 like in all the other non-self-insert buffers.
3309
3310 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 Minor cleanup.
3313 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3314 key decoding rather than do it manually via last-input-event +
3315 ascii-character.
3316 (term-exec): Use delete-and-extract-region.
3317 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3318 (term-process-pager): Remove unused var `i'.
3319 (term-dynamic-simple-complete): Make obsolete.
3320 (serial-update-config-menu): Remove unused vars `y' and `str'.
3321 (term-update-mode-line): Remove unused var `temp'.
3322
3323 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3324
3325 Limit the number of log entries displayed by default.
3326 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3327 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3328 using a prefix argument.
3329
3330 2009-12-03 Glenn Morris <rgm@gnu.org>
3331
3332 * progmodes/idlwave.el (class): Restore still useful declaration.
3333
3334 2009-12-03 Alan Mackenzie <acm@muc.de>
3335
3336 Enhance `c-parse-state' to run efficiently in "brace deserts".
3337
3338 * progmodes/cc-mode.el (c-basic-common-init):
3339 Call c-state-cache-init.
3340 (c-neutralize-syntax-in-and-mark-CPP): Rename from
3341 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
3342 placing `category' properties value 'c-cpp-delimiter at its boundaries.
3343
3344 * progmodes/cc-langs.el (c-before-font-lock-function):
3345 c-extend-and-neutralize-syntax-in-CPP has been renamed
3346 c-neutralize-syntax-in-and-mark-CPP.
3347
3348 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3349 with `category' properties now, not `syntax-table' ones.
3350
3351 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3352 enhanced (but slower) version of c-end-of-macro that won't land
3353 inside a literal or on another awkward character.
3354 (c-state-cache-too-far, c-state-cache-start)
3355 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3356 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3357 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3358 (c-state-min-scan-pos, c-state-brace-pair-desert)
3359 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3360 buffer local variables.
3361 (c-state-literal-at, c-state-lit-beg)
3362 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3363 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3364 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3365 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3366 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3367 (c-renarrow-state-cache)
3368 (c-append-lower-brace-pair-to-state-cache)
3369 (c-state-push-any-brace-pair, c-append-to-state-cache)
3370 (c-remove-stale-state-cache)
3371 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3372 (c-invalidate-state-cache-1, c-parse-state-1)
3373 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3374 (c-parse-state): Enhance and refactor.
3375 (c-debug-parse-state): Amend to deal with all the new variables.
3376
3377 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3378 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3379 modify to use category text properties rather than syntax-table ones.
3380 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3381 to switch off/on the syntactic paren property of C++ template
3382 delimiters using the category property.
3383 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3384 template delims suppressed.
3385 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3386 New constant/macros which apply category properties to the start
3387 and end of preprocessor constructs.
3388 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3389 "comment out" the syntactic value of characters in preprocessor
3390 constructs.
3391 (c-with-cpps-commented-out)
3392 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3393 with characters in all or all but one preprocessor constructs
3394 "commented out".
3395
3396 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3397
3398 * proced.el (proced-filter-alist): Use regexp-quote.
3399
3400 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
3401
3402 Cleanup.
3403 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3404 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3405 arguments. Expand `default-directory'.
3406
3407 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3408 the benefit of returning an expanded localname.
3409 (tramp-tramp-file-p): Handle the case NAME is not a string.
3410
3411 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3412
3413 Add support for bzr shelve/unshelve.
3414 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3415 (vc-bzr-extra-menu-map): New variables.
3416 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3417 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3418 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3419 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3420 (vc-bzr-dir-extra-headers): Display shelves.
3421
3422 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3423
3424 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3425
3426 * textmodes/bibtex.el (bibtex-complete-internal):
3427 Use completion-in-region.
3428 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3429
3430 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3431
3432 Support applying stashes. Improve UI.
3433 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3434 (vc-git-stash-apply, vc-git-stash-pop)
3435 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3436 (vc-git-stash-menu): New functions.
3437 (vc-git-stash-menu-map): New variable.
3438 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3439
3440 2009-12-03 Glenn Morris <rgm@gnu.org>
3441
3442 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3443 (vc-print-log-internal): Fix previous change.
3444 (vc-revert): Correct pluralization.
3445
3446 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3447
3448 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3449 it to be an alist any more.
3450 (makefile-complete): Use completion-in-region.
3451
3452 * progmodes/octave-mod.el (octave-complete-symbol):
3453 Use completion-in-region.
3454
3455 Misc cleanup.
3456 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3457 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3458 (idlwave-complete-class): Don't quote lambda.
3459 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3460 (idlwave-mode-map): Move initialization into declaration.
3461 (idlwave-action-and-binding): Use backquotes.
3462 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3463 Simplify.
3464 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3465 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3466 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3467 `parts', and `all-parts'.
3468 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3469 (idlwave-convert-xml-system-routine-info): Remove unused string
3470 `version-string'.
3471 (idlwave-display-user-catalog-widget): Use dolist.
3472 (idlwave-scanning-lib): Declare dynamically-scoped var.
3473 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3474 (completion-highlight-first-word-only): Declare to silence bytecomp.
3475 (idlwave-popup-select): Tighten scope of `resp'.
3476 (idlwave-find-struct-tag): Remove unused var `beg'.
3477 (idlwave-after-load-rinfo-hook): Declare.
3478 (idlwave-sintern-class-info): Remove unused var `taglist'.
3479 (idlwave-find-class-definition): Remove unused var `list'.
3480 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3481 (idlwave-what-module-find-class): Remove unused var `classes'.
3482
3483 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
3484
3485 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3486
3487 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3488
3489 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3490 buffers visited. Remove redundant current-buffer-saving.
3491
3492 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3493
3494 Use completion-in-buffer and remove uses of dynamic scoping.
3495 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3496 (pascal-buffer-to-use, pascal-flag): Don't declare.
3497 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3498 (pascal-get-completion-decl, pascal-keyword-completion):
3499 Add `pascal-str' argument, save-excursion,
3500 return the found completions, and don't filter with pascal-pred.
3501 (pascal-completion-cache): New var.
3502 (pascal-completion): Don't switch buffer any more (it was never
3503 necessary). Don't save-excursion any more (it's done by the called
3504 subroutines). Use a cache to avoid redundant computations.
3505 Use complete-with-action rather than pascal-completion-response and
3506 let it apply the predicate as well.
3507 (pascal-complete-word): Use completion-in-buffer when
3508 pascal-toggle-completions is nil.
3509 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3510 not used any more.
3511 (pascal-comp-defun): Don't change buffer any more.
3512 Use complete-with-action rather than pascal-completion-response and
3513 let it apply the predicate as well.
3514 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3515 when neded.
3516
3517 2009-12-02 Kenichi Handa <handa@m17n.org>
3518
3519 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3520 shape for all Indic scripts.
3521
3522 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3523
3524 Use completion-in-buffer.
3525 * wid-edit.el (widget-field-text-end): New function.
3526 (widget-field-value-get): Use it.
3527 (widget-string-complete, widget-file-complete)
3528 (widget-color-complete): Use it and completion-in-region.
3529 (widget-complete): Don't narrow the buffer.
3530
3531 2009-12-02 Glenn Morris <rgm@gnu.org>
3532
3533 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
3534 (rmail-select-summary): Use rmail-pop-to-buffer.
3535 * mail/rmailsum.el: Replace all pop-to-buffer calls with
3536 rmail-pop-to-buffer, to prevent horizontal splits.
3537
3538 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3539 save-excursion with save-current-buffer.
3540 Widen before searching. (Bug#5093)
3541 (diary-list-sexp-entries): Remove superfluous save-excursion.
3542
3543 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
3544
3545 * woman.el (woman-make-bufname): Handle man-pages with "." in the
3546 name. (Bug#5038)
3547
3548 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
3549
3550 * ido.el (ido-file-internal): Handle filenames at point that do
3551 not have a directory part. (Bug#5049)
3552
3553 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
3554
3555 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3556 (mpc-songs-jump-to, mpc-resume): Doc fixes.
3557
3558 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
3559
3560 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3561 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3562 any more.
3563
3564 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3565
3566 * comint.el (comint-insert-input): Ignore clicks to the right of
3567 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3568
3569 * vc.el (vc-print-log-internal): Don't wait for the process to
3570 terminate before setting up the major mode.
3571
3572 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3573 in case.
3574
3575 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3576 the last element.
3577
3578 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3579
3580 2009-12-01 Glenn Morris <rgm@gnu.org>
3581
3582 * window.el (window--display-buffer-2): Fix previous changes.
3583
3584 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
3585
3586 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3587
3588 2009-12-01 Glenn Morris <rgm@gnu.org>
3589
3590 * Makefile.in (ELCFILES): Add mpc.elc.
3591
3592 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3593
3594 * mpc.el: New file.
3595
3596 2009-12-01 Glenn Morris <rgm@gnu.org>
3597
3598 * window.el (window-to-use): Define for compiler.
3599
3600 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3601 consistent with others (no final period).
3602
3603 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3604 (rmail-mime-show): Downcase the encoding. (Bug#5070)
3605
3606 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3607
3608 Make vc-print-log buttons work.
3609 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3610
3611 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
3612
3613 * savehist.el (savehist-autosave-interval): Allow setting to nil
3614 through customize. (Bug#5056)
3615
3616 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
3617
3618 Fix references to jit-lock properties.
3619 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3620 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3621 (perl-font-lock-special-syntactic-constructs):
3622 Quote jit-lock-defer-multiline property.
3623
3624 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3625
3626 * vc-git.el (vc-git-registered): Call vc-git-root only once.
3627
3628 2009-11-30 Juri Linkov <juri@jurta.org>
3629
3630 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3631 value `buffer' of `multi-isearch-next-buffer-current-function'.
3632 Use `(current-buffer)' when `buffer' is nil.
3633 (multi-isearch-next-buffer-from-list): Don't fallback to
3634 `(current-buffer)' when `buffer' is nil. (Bug#4947)
3635
3636 2009-11-30 Juri Linkov <juri@jurta.org>
3637
3638 * misearch.el (multi-isearch-read-buffers): Move canonicalization
3639 of buffers with `get-buffer' to `multi-isearch-buffers'.
3640 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3641 Canonicalize BUFFERS with `get-buffer'. Doc fix.
3642 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3643 FILES with `expand-file-name' converting relative file names
3644 to absolute. Doc fix. (Bug#4727)
3645
3646 2009-11-30 Juri Linkov <juri@jurta.org>
3647
3648 * misearch.el (multi-isearch-read-buffers)
3649 (multi-isearch-read-matching-buffers): New functions.
3650 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3651 Use them in the `interactive' spec. Doc fix.
3652 (multi-isearch-read-files, multi-isearch-read-matching-files):
3653 New functions.
3654 (multi-isearch-files, multi-isearch-files-regexp):
3655 Use them in the `interactive' spec. Doc fix. (Bug#4725)
3656
3657 2009-11-30 Juri Linkov <juri@jurta.org>
3658
3659 * doc-view.el (doc-view-continuous):
3660 Rename from `doc-view-continuous-mode'.
3661 (doc-view-menu): Move "Toggle display" to the top.
3662 Add submenu "Continuous" with radio buttons "Off"/"On"
3663 and "Save as Default".
3664 (doc-view-scroll-up-or-next-page)
3665 (doc-view-scroll-down-or-previous-page)
3666 (doc-view-next-line-or-next-page)
3667 (doc-view-previous-line-or-previous-page): Rename
3668 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
3669
3670 2009-11-30 Juri Linkov <juri@jurta.org>
3671
3672 * comint.el (comint-mode-map): Rebind `M-r' from
3673 `comint-previous-matching-input' to
3674 `comint-history-isearch-backward-regexp'.
3675 Unbind `M-s' to allow global key binding `M-s'.
3676 Add menu items for `comint-history-isearch-backward' and
3677 `comint-history-isearch-backward-regexp'. (Bug#3746)
3678
3679 2009-11-30 Juri Linkov <juri@jurta.org>
3680
3681 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3682 For def=recenter, replace `recenter' with `recenter-top-bottom'
3683 that is called with `this-command' and `last-command' let-bound
3684 to `recenter-top-bottom'. When the last `def' was not `recenter',
3685 set `recenter-last-op' to nil. (Bug#4981)
3686
3687 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3688
3689 Minor cleanup and simplification.
3690 * filecache.el (file-cache-add-directory)
3691 (file-cache-add-directory-recursively)
3692 (file-cache-add-from-file-cache-buffer)
3693 (file-cache-delete-file-regexp, file-cache-delete-directory)
3694 (file-cache-files-matching-internal, file-cache-display): Use dolist.
3695 (file-cache-temp-minibuffer-message): Delete function.
3696 (file-cache-minibuffer-complete): Use minibuffer-message instead.
3697
3698 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3699 Don't signal an error when bumping into EOB in tr, s, or y.
3700
3701 2009-11-29 Juri Linkov <juri@jurta.org>
3702
3703 * startup.el (fancy-about-text): Fix wording of Guided Tour.
3704 (Bug#4960)
3705
3706 * descr-text.el (describe-char-unidata-list): Use lowercase name
3707 for "Unicode name" like in other tags.
3708
3709 2009-11-29 Juri Linkov <juri@jurta.org>
3710
3711 * ediff-util.el (ediff-minibuffer-with-setup-hook):
3712 New compatibility macro.
3713 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3714
3715 2009-11-29 Juri Linkov <juri@jurta.org>
3716
3717 Add defcustom to define the cycling order of `recenter-top-bottom'.
3718 (Bug#4981)
3719
3720 * window.el (recenter-last-op): Doc fix.
3721 (recenter-positions): New defcustom.
3722 (recenter-top-bottom): Rewrite to use `recenter-positions'.
3723 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3724
3725 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
3726
3727 Improve integration of Tramp and ange-ftp in eshell.
3728
3729 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3730 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
3731 (eshell/sudo): Flatten args. Let-bind `default-directory'.
3732
3733 * eshell/esh-util.el (top): Require also Tramp when compiling.
3734 (eshell-directory-files-and-attributes): Check for FTP remote
3735 connection.
3736 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3737 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3738 (eshell-file-attributes): Handle ".". Return `entry'.
3739
3740 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3741 (ange-ftp-directory-files-and-attributes)
3742 (ange-ftp-real-directory-files-and-attributes): New defuns.
3743
3744 * net/tramp.el (tramp-maybe-open-connection): Open the remote
3745 shell with "exec" when possible. This prevents trailing prompts
3746 in `start-file-process'.
3747
3748 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3749
3750 Try and remove assumptions about point-min==1.
3751 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3752 (rng-compute-mode-line-string): Show the validation percentage in
3753 terms of the narrowed text, not the widened text.
3754 (rng-do-some-validation): Don't catch internal errors when debugging.
3755 (rng-first-error): Simplify.
3756 (rng-after-change-function): Remove work around. AFAIK the bug has
3757 been fixed a while ago.
3758
3759 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3760 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3761
3762 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3763
3764 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3765 `cd' doesn't always do it for us (bug#5067).
3766
3767 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3768 on 2009-10-25 as part of some other change (bug#5067).
3769
3770 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3771
3772 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3773 `suspicious'.
3774 (byte-compile-warnings): Use byte-compile-warning-types.
3775 (byte-compile-save-excursion): Warn about use of set-buffer right
3776 after save-excursion.
3777
3778 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3779 the excursion as well.
3780
3781 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
3782
3783 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3784 providing a Tramp related implementation of "su" and "sudo".
3785 (eshell-unix-initialize): Add "su" and "sudo".
3786
3787 2009-11-27 Daiki Ueno <ueno@unixuser.org>
3788
3789 * net/socks.el (socks-send-command): Convert binary request to
3790 unibyte before sending. This fixes mishandling of some port
3791 numbers such as 129.
3792
3793 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3794
3795 * help.el (describe-bindings-internal): Remove `interactive'.
3796
3797 * man.el (Man-completion-table): Trim a terminating "(".
3798 Remove the space between name page a section.
3799 Add the command's description on the `help-echo' property.
3800 Remove `process-connection-type' binding since it's unused by
3801 call-process.
3802 Provide completion for the "<section> <name>" format as well.
3803 (Man-default-man-entry): Remove spurious var shadowing the argument.
3804
3805 2009-11-26 Kevin Ryde <user42@zip.com.au>
3806
3807 * log-view.el: Add "Keywords: tools", since its other keywords
3808 aren't in finder-known-keywords, and following vc.el.
3809
3810 * sha1.el (sha1-string-external): default-directory "/" in case
3811 otherwise non-existent. process-connection-type pipe for touch of
3812 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3813
3814 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3815
3816 Misc coding convention cleanups.
3817 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3818 hfy-init-kludge-hooks.
3819 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3820 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3821 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3822 and push.
3823 (hfy-slant, hfy-weight): Use tables rather than code.
3824 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3825 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3826 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3827 (hfy-face-to-css): Remove `nconc' with single arg.
3828 (hfy-p-to-face-lennart): Use `or'.
3829 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3830 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3831 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3832 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3833 (hfy-force-fontification): Use run-hooks.
3834
3835 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3836
3837 Various minor fixes.
3838 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3839 Javascript belongs in the header, not the body.
3840 (hfy-javascript): Remove.
3841 (hfy-fontify-buffer): Don't insert it any more.
3842 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3843 Fix bug in invis handling when there were no invis props in a chunk.
3844
3845 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3846
3847 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3848
3849 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3850
3851 * finder.el (finder-mode-map): Add a menu.
3852
3853 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
3854
3855 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3856 "unsigned" structs.
3857
3858 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3859 fork" statement better.
3860
3861 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3862
3863 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3864 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3865 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3866 Reported by Clay Douglass.
3867
3868 (verilog-auto-inst, verilog-auto-star-safe)
3869 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3870 Fix removing "// Interfaces" when saving .* expansions. Reported by
3871 Pierre-David Pfister.
3872
3873 2009-11-26 Glenn Morris <rgm@gnu.org>
3874
3875 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3876 the scope.
3877
3878 2009-11-25 Johan Bockgård <bojohan@gnu.org>
3879
3880 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3881 Really use previous revision.
3882
3883 2009-11-25 Kevin Ryde <user42@zip.com.au>
3884
3885 * man.el (Man-completion-table): default-directory "/" in case
3886 doesn't otherwise exist. process-environment COLUMNS=999 so as
3887 not to truncate long names. process-connection-type pipe to avoid
3888 any chance of hitting the pseudo-tty TIOCGWINSZ.
3889 (man): completion-ignore-case t for friendliness and since man
3890 itself is case-insensitive on the command line.
3891 Further to Bug#3717.
3892
3893 * arc-mode.el: Add "Keywords: files", so the details in its
3894 commentary can be reached from finder-by-keyword.
3895 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3896 editing mode, but it's comms related and sgml-mode.el has "comm"
3897 on that basis too.
3898 * textmodes/bibtex-style.el: Add "Keywords: tex".
3899 * international/isearch-x.el, international/ja-dic-cnv.el:
3900 * international/ja-dic-utl.el, international/kkc.el:
3901 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3902
3903 2009-11-25 Juri Linkov <juri@jurta.org>
3904
3905 * man.el (Man-completion-table): Modify regexp to include
3906 section names to completion strings. (Bug#3717)
3907
3908 2009-11-25 Juri Linkov <juri@jurta.org>
3909
3910 Search recursively in gzipped files. (Bug#4982)
3911
3912 * progmodes/grep.el (grep-highlight-matches): Add new options
3913 `always' and `auto'. Doc fix.
3914 (grep-process-setup): Check `grep-highlight-matches' for
3915 `auto-detect' to determine the need to compute grep defaults.
3916 Move Windows/DOS specific --colors settings handling
3917 to `grep-compute-defaults'. Check `grep-highlight-matches'
3918 to get the value of "--color=".
3919 (grep-compute-defaults): Compute `grep-highlight-matches' when it
3920 has the value `auto-detect'. Move Windows/DOS specific settings
3921 from `grep-process-setup'.
3922 (zrgrep): New command with alias `rzgrep'.
3923
3924 2009-11-25 Juri Linkov <juri@jurta.org>
3925
3926 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3927 to nil instead of switching off view-mode. (Bug#4896)
3928
3929 2009-11-25 Juri Linkov <juri@jurta.org>
3930
3931 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
3932
3933 * mwheel.el (mwheel-scroll-up-function)
3934 (mwheel-scroll-down-function): New defvars.
3935 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3936 `scroll-up', and `mwheel-scroll-down-function' instead of
3937 `scroll-down'.
3938
3939 * doc-view.el (doc-view-scroll-up-or-next-page)
3940 (doc-view-scroll-down-or-previous-page): Add optional ARG.
3941 Use this ARG in the call to image-scroll-up/image-scroll-down.
3942 Change `interactive' spec to "P". Goto next/previous page only
3943 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3944 SPC/DEL case). Doc fix.
3945 (doc-view-next-line-or-next-page)
3946 (doc-view-previous-line-or-previous-page): Rename arg to ARG
3947 for consistency.
3948 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3949 `doc-view-scroll-up-or-next-page', and buffer-local
3950 `mwheel-scroll-down-function' to
3951 `doc-view-scroll-down-or-previous-page'.
3952
3953 2009-11-25 Juri Linkov <juri@jurta.org>
3954
3955 Provide additional default values (directories at other Dired
3956 windows) via M-n in the minibuffer of some Dired commands.
3957
3958 * dired-aux.el (dired-diff, dired-compare-directories)
3959 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3960 `minibuffer-default' in `minibuffer-with-setup-hook'.
3961 (dired-dwim-target-directory): Find a window that displays Dired
3962 buffer instead of failing when the next window is not Dired.
3963 Use `get-window-with-predicate' to find for the next Dired window.
3964 (dired-dwim-target-defaults): New function.
3965
3966 * ediff-util.el (ediff-read-file-name):
3967 Use `dired-dwim-target-defaults' to set `minibuffer-default'
3968 in `minibuffer-with-setup-hook'.
3969
3970 2009-11-25 Juri Linkov <juri@jurta.org>
3971
3972 Provide additional default values (file name at point or at the
3973 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3974
3975 * minibuffer.el (read-file-name-defaults): New function.
3976 (read-file-name): Reset `minibuffer-default' to nil when
3977 it duplicates initial input `insdef'.
3978 Bind `minibuffer-default-add-function' to lambda that
3979 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3980 (minibuffer-insert-file-name-at-point): New command.
3981
3982 * files.el (file-name-at-point-functions): New defcustom.
3983 (find-file-default): Remove defvar.
3984 (find-file-read-args): Don't use `find-file-default'.
3985 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3986 to `read-file-name'.
3987 (find-file-literally): Use `read-file-name' with
3988 `confirm-nonexistent-file-or-buffer'.
3989
3990 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3991
3992 * dired.el (dired-read-dir-and-switches):
3993 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3994 to `read-file-name'.
3995 (dired-file-name-at-point): New function.
3996 (dired-mode): Add hook `dired-file-name-at-point' to
3997 `file-name-at-point-functions'.
3998
3999 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4000
4001 Really make the *Completions* window soft-dedicated (bug#5030).
4002 * window.el (window--display-buffer-2): Add `dedicated' argument.
4003 (display-buffer): Pass it when needed so the dedicated flag is set
4004 after calling set-window-buffer, which would otherwise reset it.
4005
4006 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4007
4008 * progmodes/meta-mode.el (meta-complete-symbol):
4009 * progmodes/etags.el (complete-tag):
4010 * mail/mailabbrev.el (mail-abbrev-complete-alias):
4011 Use completion-in-region.
4012
4013 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4014 (dabbrev-completion): Use completion-in-region.
4015 (dabbrev--abbrev-at-point): Simplify regexp.
4016
4017 * abbrev.el (abbrev--before-point): Use word-motion functions
4018 if :regexp is not specified (bug#5031).
4019
4020 * subr.el (string-prefix-p): New function.
4021
4022 * man.el (Man-completion-cache): New var.
4023 (Man-completion-table): Use it.
4024
4025 * vc.el (vc-print-log-internal): Make `limit' optional for better
4026 compatibility (e.g. with vc-annotate.el).
4027
4028 2009-11-24 Kevin Ryde <user42@zip.com.au>
4029
4030 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4031 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
4032
4033 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4034 when .el source file not found or other error.
4035
4036 2009-11-24 Markus Triska <markus.triska@gmx.at>
4037
4038 * linum.el (linum-update-window): Ignore intangible (bug#4996).
4039
4040 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4041
4042 Handle the [back] button properly (bug#4979).
4043 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4044 Use help-setup-xref, help-buffer, and with-help-window.
4045 (describe-char): Add `buffer' argument.
4046 Pass proper command to help-setup-xref. Don't meddle with
4047 help-xref-stack-item directly.
4048 (describe-text-category): Use with-help-window and help-buffer.
4049
4050 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4051 for the displayed buffer (bug#4887).
4052
4053 * man.el (Man-completion-table): New function.
4054 (man): Use it.
4055
4056 2009-11-24 David Reitter <david.reitter@gmail.com>
4057
4058 * vc-git.el (vc-git-registered): Use checkout directory (where
4059 .git is) rather than the file's directory and a relative path spec
4060 to work around a bug in git.
4061
4062 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
4063
4064 Improve handling of processes on remote hosts.
4065
4066 * eshell/esh-util.el (eshell-path-env): New defvar.
4067 (eshell-parse-colon-path): New defun.
4068 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4069
4070 * eshell/esh-ext.el (eshell-search-path):
4071 Use `eshell-parse-colon-path'.
4072 (eshell-remote-command): Remove argument HANDLER.
4073 (eshell-external-command): Check for FTP remote connection.
4074
4075 * eshell/esh-proc.el (eshell-gather-process-output):
4076 Use `file-truename', in order to start also symlinked files.
4077 Apply `start-file-process' instead of `start-process'.
4078 Shorten `command' to the local file name part.
4079
4080 * eshell/em-cmpl.el (eshell-complete-commands-list):
4081 Use `eshell-parse-colon-path'.
4082
4083 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4084
4085 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4086 to `eshell-directory-change-hook'.
4087
4088 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4089
4090 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4091 because it could be enabled automatically if view-read-only is non-nil.
4092
4093 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
4094
4095 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4096 made on 2009-11-22.
4097
4098 2009-11-24 Glenn Morris <rgm@gnu.org>
4099
4100 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4101 deleted variable bookmark-bmenu-bookmark-column.
4102
4103 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4104 Move after definition of global-semantic-idle-tag-highlight-mode.
4105
4106 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4107
4108 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4109
4110 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4111
4112 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4113 two slashes to the "file:" prefix.
4114 (browse-url-file-url): De-munge Cygwin filenames before passing
4115 them to Windows browser.
4116 (browse-url-default-windows-browser): Use call-process.
4117
4118 2009-11-23 Juri Linkov <juri@jurta.org>
4119
4120 Implement DocView Continuous mode. (Bug#4896)
4121 * doc-view.el (doc-view-continuous-mode): New defcustom.
4122 (doc-view-mode-map): Bind C-n/<down> to
4123 `doc-view-next-line-or-next-page', C-p/<up> to
4124 `doc-view-previous-line-or-previous-page'.
4125 (doc-view-next-line-or-next-page)
4126 (doc-view-previous-line-or-previous-page): New commands.
4127
4128 2009-11-23 Juri Linkov <juri@jurta.org>
4129
4130 Implement Isearch in comint input history. (Bug#3746)
4131 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4132 `isearch-mode-hook'.
4133 (comint-history-isearch): New defcustom.
4134 (comint-history-isearch-backward)
4135 (comint-history-isearch-backward-regexp): New commands.
4136 (comint-history-isearch-message-overlay): New buffer-local variable.
4137 (comint-history-isearch-setup, comint-history-isearch-end)
4138 (comint-goto-input, comint-history-isearch-search)
4139 (comint-history-isearch-message, comint-history-isearch-wrap)
4140 (comint-history-isearch-push-state)
4141 (comint-history-isearch-pop-state): New functions.
4142
4143 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
4144
4145 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4146 return.
4147 (tramp-handle-make-symbolic-link)
4148 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4149 Quote file names.
4150 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4151 (tramp-handle-process-file): Use it.
4152
4153 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4154
4155 * window.el (move-to-window-line-last-op): Remove.
4156 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4157
4158 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4159
4160 Make M-r mirror the new cycling behavior of C-l.
4161 * window.el (move-to-window-line-last-op): New var.
4162 (move-to-window-line-top-bottom): New command.
4163 (global-map): Bind M-r move-to-window-line-top-bottom.
4164
4165 2009-11-23 Sven Joachim <svenjoac@gmx.de>
4166
4167 * dired-x.el (dired-guess-shell-alist-default):
4168 Support xz format. (Bug#4953)
4169
4170 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
4171
4172 * cedet/srecode/map.el (srecode-get-maps):
4173 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
4174 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
4175 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
4176 (semantic-toggle-decoration-style):
4177 * cedet/semantic/decorate/include.el
4178 (semantic-decoration-include-describe)
4179 (semantic-decoration-unknown-include-describe)
4180 (semantic-decoration-unparsed-include-describe)
4181 (semantic-decoration-all-include-summary):
4182 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
4183 * cedet/semantic/analyze/complete.el
4184 (semantic-analyze-possible-completions):
4185 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
4186 (semantic-show-unmatched-syntax-mode)
4187 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
4188 (semantic-highlight-func-mode):
4189 * cedet/semantic/util.el (semantic-describe-buffer):
4190 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
4191 (semantic-symref-find-tags-by-name)
4192 (semantic-symref-find-tags-by-regexp)
4193 (semantic-symref-find-tags-by-completion)
4194 (semantic-symref-find-file-references-by-name)
4195 (semantic-symref-find-text):
4196 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
4197 (senator-yank-tag):
4198 * cedet/semantic/scope.el (semantic-calculate-scope):
4199 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4200 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4201 (define-semantic-idle-service):
4202 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
4203 (semantic-complete-analyze-inline-idle):
4204 * cedet/semantic/analyze.el (semantic-analyze-current-context):
4205 * cedet/mode-local.el (describe-mode-local-bindings)
4206 (describe-mode-local-bindings-in-mode):
4207 * cedet/ede/make.el (ede-make-check-version):
4208 * cedet/ede/locate.el (ede-enable-locate-on-project):
4209 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
4210 (cedet-idutils-version-check):
4211 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
4212 (cedet-gnu-global-version-check):
4213 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
4214 (cedet-cscope-version-check): Use called-interactively-p instead
4215 of interactive-p.
4216
4217 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
4218 Use semantic-format-tag-prototype.
4219
4220 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4221
4222 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4223 last-command-char/last-command-event.
4224 (viper-prefix-arg-value): Do correct conversion of event-char for
4225 XEmacs.
4226
4227 * emulation/viper-util.el, emulation/viper.el:
4228 Use viper-last-command-char instead of
4229 last-command-char/last-command-event.
4230
4231 * ediff-init.el, ediff-mult.el, ediff-util.el:
4232 Replace last-command-char and last-command-event
4233 with (ediff-last-command-char) everywhere.
4234
4235 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4236 created in fundamental mode.
4237
4238 * ediff.el (ediff-version): Revert the change of interactive-p to
4239 called-interactively-p.
4240
4241 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4242
4243 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4244 generation from word-movement command names.
4245
4246 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
4247
4248 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4249 (semantic-complete-jump-local, semantic-complete-jump):
4250 Improve prompt string.
4251
4252 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4253
4254 * cus-start.el (all): Add native condition for font-use-system-font.
4255
4256 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
4257
4258 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4259 Correct the patch from 2009-11-18. (Bug#3910)
4260
4261 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4262
4263 * progmodes/subword.el: Rename from lisp/subword.el.
4264
4265 * subword.el: Rename to progmodes/subword.el.
4266
4267 * Makefile.in (ELCFILES): Adapt to subword.el move.
4268
4269 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4270 Stefan Monnier <monnier@iro.umontreal.ca>
4271
4272 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4273 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4274 (bookmark-bmenu-show-filenames): Use push.
4275 (bookmark-bmenu-hide-filenames): Use local var instead of
4276 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4277 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4278 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4279 filenames now that the bookmark names are always available.
4280
4281 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4282
4283 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4284 (bookmark-search-pattern): Move and leave unbound.
4285 (bookmark-bmenu-mode-map): Change binding.
4286 (bookmark-read-search-input): Simplify.
4287 Don't use text-char-description. Don't error on non-char events.
4288 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4289 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4290 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4291 Use a local var for the timer.
4292 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4293 (i.e. bookmark-bmenu-search).
4294
4295 2009-11-21 Glenn Morris <rgm@gnu.org>
4296
4297 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4298
4299 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4300
4301 * net/browse-url.el (browse-url-default-windows-browser):
4302 Use cygstart for cygwin.
4303
4304 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4305
4306 * bookmark.el: Formatting and doc fixes only:
4307 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4308 (bookmark-bmenu-search): Wrap to fit within 80 columns.
4309 Minor grammar and punctuation fixes in doc string.
4310 (bookmark-read-search-input): Adjust to fit within 80 columns.
4311
4312 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4313
4314 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4315 (c-backward-into-nomenclature): Adapt to subword renaming.
4316
4317 * subword.el (subword-forward, subword-backward, subword-mark)
4318 (subword-kill, subword-backward-kill, subword-transpose)
4319 (subword-downcase, subword-upcase, subword-capitalize)
4320 (subword-forward-internal, subword-backward-internal):
4321 Rename from forward-subword, backward-subword, mark-subword,
4322 kill-subword, backward-kill-subword, transpose-subwords,
4323 downcase-subword, upcase-subword, capitalize-subword,
4324 forward-subword-internal, backward-subword-internal.
4325
4326 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4327
4328 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4329 New options.
4330 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4331 New vars.
4332 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4333 (bookmark-bmenu-filter-alist-by-regexp)
4334 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4335 (bookmark-bmenu-search): New command.
4336 (bookmark-bmenu-mode-map): Bind it.
4337
4338 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4339
4340 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
4341
4342 * cedet/semantic/idle.el (define-semantic-idle-service)
4343 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
4344
4345 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4346
4347 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4348 backward-subword to quit the byte-compiler.
4349
4350 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4351
4352 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4353
4354 * progmodes/cc-cmds.el (c-update-modeline)
4355 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4356 Refer to subword.el functions instead of cc-subword.el.
4357
4358 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4359 subword.el functions instead of cc-subword.el.
4360
4361 * progmodes/cc-subword.el: Rename to subword.el.
4362 * subword.el: Rename from progmodes/cc-subword.el.
4363 (subword-mode-map): Rename from c-subword-mode-map.
4364 (subword-mode): Rename from c-subword-mode.
4365 (global-subword-mode): New global minor mode.
4366 (forward-subword): Rename from c-forward-subword.
4367 (backward-subword): Rename from c-backward-subword.
4368 (mark-subword): Rename from c-mark-subword.
4369 (kill-subword): Rename from c-kill-subword.
4370 (backward-kill-subword): Rename from c-backward-kill-subword.
4371 (transpose-subwords): Rename from c-tranpose-subword.
4372 (downcase-subword): Rename from c-downcase-subword.
4373 (capitalize-subword): Rename from c-capitalize-subword.
4374 (forward-subword-internal): Rename from c-forward-subword-internal.
4375 (backward-subword-internal): Rename from c-backward-subword-internal.
4376
4377 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4378
4379 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4380 from a dired buffer.
4381 (vc-dired-deduce-fileset): New function.
4382 (vc-root-diff, vc-print-root-log): Use it.
4383
4384 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4385 nil LIMIT argument to vc-print-log-internal.
4386
4387 2009-11-20 Glenn Morris <rgm@gnu.org>
4388
4389 * Makefile.in (ELCFILES): Regenerate.
4390
4391 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4392
4393 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
4394
4395 * cedet/semantic.el: Enable idle-mode menu items only if
4396 global-semantic-idle-scheduler-mode is enabled.
4397 (semantic-default-submodes): Doc fix.
4398
4399 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4400 When turning off, disable other idle modes.
4401
4402 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4403
4404 * calc/calc.el (calc-set-mode-line):
4405 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4406 (math-format-number): Rename `math-format-complement-signed' to
4407 `math-format-twos-complement'.
4408
4409 * calc/calc-bin.el (math-format-twos-complement): Rename from
4410 math-format-complement-signed.
4411 (calc-radix): Rename `calc-complement-signed-mode' to
4412 `calc-twos-complement-mode'.
4413 (calc-octal-radix, calc-hex-radix): Add an argument for
4414 two's complement.
4415
4416 * calc/calc-embed.el (calc-embedded-mode-vars):
4417 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4418
4419 * calc/calc-ext.el (calc-init-extensions):
4420 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4421 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4422
4423 * calc/calc-units.el (math-build-units-table-buffer):
4424 Let `calc-twos-complement-mode' be nil.
4425
4426 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4427 entries.
4428
4429 * calc/calc-vec.el (calcFunc-vunpack):
4430 * calc/calc-aent.el (calc-do-calc-eval):
4431 * calc/calc-forms.el (math-format-date):
4432 * calc/calc-graph.el (calc-graph-plot):
4433 * calc/calc-math.el (math-use-emacs-fn):
4434 * calc/calccomp.el (math-compose-expr):
4435 Let `calc-twos-complement-mode' be nil.
4436
4437 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4438
4439 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4440 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4441 * minibuffer.el (completion-in-region-functions): New hook.
4442 (completion-in-region): New function.
4443 * emacs-lisp/lisp.el (lisp-complete-symbol):
4444 * pcomplete.el (pcomplete-std-complete): Use it.
4445
4446 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4447
4448 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4449 (latex-complete-alist): New vars.
4450 (latex-string-prefix-p, latex-complete-bibtex-keys)
4451 (latex-complete-envnames, latex-complete-refkeys)
4452 (latex-complete-data): New functions.
4453 (latex-complete, latex-indent-or-complete): New commands.
4454
4455 * window.el (display-buffer-mark-dedicated): New var.
4456 (display-buffer): Obey it.
4457 * minibuffer.el (minibuffer-completion-help): Use it.
4458
4459 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4460
4461 * filecache.el (file-cache-add-file): Use push and cons.
4462 (file-cache-delete-file-regexp): Use push.
4463 (file-cache-complete): Use completion-in-region.
4464
4465 * simple.el (with-wrapper-hook): Fix thinko.
4466
4467 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4468 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4469 Use with-current-buffer and string-to-number.
4470 (hfy-fallback-colour-values): Use assoc-string.
4471 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4472 (hfy-face-at): Remove unused var `found-face'.
4473 (hfy-compile-stylesheet): Remove unused var `css'.
4474 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4475 and `orig-buffer'.
4476 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4477 Use with-current-buffer.
4478 (hfy-text-p): Use expand-file-name and fewer setq.
4479
4480 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4481
4482 * htmlfontify.el, hfy-cmap.el: New files.
4483
4484 2009-11-19 Juri Linkov <juri@jurta.org>
4485
4486 * minibuffer.el (completions-format): New defcustom.
4487 (completion--insert-strings): Implement vertical format.
4488
4489 * simple.el (switch-to-completions): Move point to the first
4490 completion when point was at the beginning of the buffer.
4491
4492 2009-11-19 Juri Linkov <juri@jurta.org>
4493
4494 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4495
4496 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4497
4498 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4499
4500 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4501 (mail-signature): Change default to t.
4502 (mail-from-style): Deprecate `system-default' value.
4503 (mail-insert-from-field): For default value of mail-from-style,
4504 default to `angles' unless `angles' needs quoting and `parens'
4505 does not.
4506 (mail-citation-prefix-regexp): Use citation regexp from
4507 message-mode.
4508
4509 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
4510
4511 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4512 Set variables for computing the prompt for reading password.
4513
4514 2009-11-19 Glenn Morris <rgm@gnu.org>
4515
4516 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4517
4518 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4519
4520 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4521 (newsticker-treeview-listwindow-height): Fix custom type.
4522
4523 2009-11-19 Kenichi Handa <handa@m17n.org>
4524
4525 * descr-text.el (describe-char-padded-string): Compose with TAB
4526 only if there's a font for CH.
4527 (describe-char): Fix the condition for detecting a trivial composition.
4528
4529 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
4530
4531 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4532 more accurate version of the regexp. (Bug#3910)
4533
4534 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4535
4536 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4537
4538 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
4539
4540 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4541 (font-setting-change-default-font): Fix typo in docstring.
4542
4543 2009-11-18 Alan Mackenzie <acm@muc.de>
4544
4545 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4546
4547 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4548
4549 * font-setting.el (font-use-system-font): Move ...
4550
4551 * cus-start.el (all): ... to here.
4552
4553 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
4554
4555 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4556 Don't set `ad-return-value' if `ad-do-it' doesn't.
4557
4558 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4559 modification time.
4560
4561 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4562
4563 * menu-bar.el: Put "Use system font" in Option-menu.
4564 (menu-bar-options-save): Add font-use-system-font.
4565
4566 * loadup.el: If feature system-font-setting or font-render-setting is
4567 there, load font-setting.
4568
4569 * Makefile.in (ELCFILES): Add font-settings.el.
4570 * font-setting.el: New file.
4571
4572 2009-11-17 Glenn Morris <rgm@gnu.org>
4573
4574 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4575
4576 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4577 Preserve point in the list buffer. (Bug#4939)
4578 Use point-at-eol.
4579 (newsticker--treeview-list-update-highlight)
4580 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4581
4582 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4583
4584 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4585 Remove.
4586
4587 * calc/calc-ext.el (calc-init-extensions): Remove references to
4588 symclip.
4589
4590 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4591
4592 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4593 * calc/calc-help.el (calc-b-prefix-help): Remove references to
4594 `calc-symclip'.
4595
4596 2009-11-16 Kevin Ryde <user42@zip.com.au>
4597
4598 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4599 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4600
4601 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4602 (lm-keywords-list): Allow comma-only separator like "foo,bar".
4603 Ignore trailing spaces by omit-nulls to split-string (fixing
4604 regression from Emacs 21 due to the incompatible split-string
4605 change). (Bug #4928.)
4606
4607 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4608
4609 * vc.el (vc-log-show-limit): Default to 2000.
4610 (vc-print-log-internal): Insert buttons to request more entries
4611 when limiting the output.
4612
4613 * vc-sccs.el (vc-sccs-print-log):
4614 * vc-rcs.el (vc-rcs-print-log):
4615 * vc-cvs.el (vc-cvs-print-log):
4616 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4617 LIMIT is non-nil.
4618
4619 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4620
4621 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4622 error when `tramp-gvfs-dbus-event-vector' is set.
4623 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4624
4625 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4626
4627 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4628
4629 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4630
4631 * net/dbus.el (dbus-unregister-service): New defun.
4632 (dbus-register-property): Register the handlers of
4633 "org.freedesktop.DBus.Properties" for SERVICE.
4634 (dbus-property-handler): Fix docstring.
4635
4636 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4637
4638 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4639 Quote doc string reference in defvaralias as it is not in special form.
4640 (byte-compile-output-docform): Doc fix.
4641
4642 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4643
4644 * calc/calc.el (math-2-word-size, math-half-2-word-size)
4645 (calc-complement-signed-mode): New variables.
4646 (calc-set-mode-line): Add indicator for twos-complements.
4647 (math-format-number): Format twos-complement notation.
4648
4649 * calc/calc-bin.el (calc-word-size): Reset the variables
4650 `math-2-word-size' and `math-half-2-word-size'.
4651 (math-format-complement-signed, math-symclip, calcFunc-symclip)
4652 (calc-symclip): New functions.
4653
4654 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4655
4656 * calc/calc-embed.el (calc-embedded-mode-vars):
4657 Add `calc-complement-signed-mode' to the list of modes.
4658
4659 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4660 (calc-b-oper-keys): Add `calc-symclip' to list.
4661
4662 * calc/calc-ext.el (math-read-number-fancy): Read complement
4663 signed numbers.
4664 (calc-init-extensions): Add binding for `calc-symclip'.
4665 Add autoload for `calcFunc-symclip' and `calc-symclip'.
4666
4667 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4668 `calc-symclip'.
4669 (calc-modes-menu): Add item for twos complement mode.
4670
4671 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4672
4673 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4674
4675 * register.el (jump-to-register, insert-register): Handle Semantic
4676 tags. From commented-out advice in semantic/senator.el.
4677
4678 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4679
4680 * vc.el (vc-log-show-limit): New variable.
4681 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
4682 when using a prefix argument.
4683 (vc-print-log-internal): Add new argument LIMIT.
4684
4685 * vc-svn.el (vc-svn-print-log):
4686 * vc-mtn.el (vc-mtn-print-log):
4687 * vc-hg.el (vc-hg-print-log):
4688 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4689 pass it to the log command when set. Make the BUFFER argument
4690 non-optional.
4691
4692 * vc-sccs.el (vc-sccs-print-log):
4693 * vc-rcs.el (vc-rcs-print-log):
4694 * vc-git.el (vc-git-print-log):
4695 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4696 ignore it. Make the BUFFER argument non-optional
4697
4698 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4699
4700 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4701
4702 * dired.el (dired-mode-map): Move encryption items to "Operate"
4703 menu (Bug#4703).
4704
4705 * strokes.el (strokes-update-window-configuration): Make strokes
4706 buffer current before erasing (Bug#4906).
4707
4708 * cedet/semantic/idle.el (semantic-idle-summary-mode)
4709 (semantic-idle-summary-mode): Define using define-minor-mode
4710 instead of define-semantic-idle-service.
4711 (semantic-idle-summary-mode): New function.
4712 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4713 that mouse motion does not reset the echo area.
4714
4715 2009-11-15 Juri Linkov <juri@jurta.org>
4716
4717 * simple.el (set-mark-default-inactive): Add :type, :group
4718 and :version. (Bug#4876)
4719
4720 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
4721
4722 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4723 (archive-unique-fname): ... here. (Bug#4929)
4724
4725 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4726
4727 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4728 with a real fix.
4729
4730 * novice.el (disabled-command-function): Add useful args.
4731 Setup the help buffer so that [back] works.
4732 Remove redundant call to help-mode.
4733 (disabled-command-function): Use `case'.
4734 (en/disable-command): New function extracted from enable-command.
4735 (enable-command, disable-command): Use it.
4736
4737 2009-11-14 Glenn Morris <rgm@gnu.org>
4738
4739 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4740 constants. (Bug#4913)
4741
4742 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4743
4744 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4745
4746 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4747 defined in C that have no doc-strings. (Bug#1063)
4748
4749 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
4750
4751 * cus-edit.el (data, files):
4752 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4753
4754 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4755
4756 * simple.el (shell-command): Doc fix (Bug#4891).
4757
4758 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4759
4760 2009-11-14 Glenn Morris <rgm@gnu.org>
4761
4762 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4763 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4764 If they are already loaded, eval-after-load will do the right thing.
4765
4766 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4767 compiling.
4768
4769 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4770
4771 * simple.el (x-selection-owner-p): Declare.
4772 (read-mail-command): Use custom radio type rather than choice.
4773 (completion-no-auto-exit): Doc fix.
4774
4775 * custom.el (defgroup):
4776 * epg-config.el (epg): Doc fixes.
4777
4778 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4779
4780 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4781 * international/ccl.el (define-ccl-program): Do not purecopy the
4782 docstring, defconst does it anyway.
4783
4784 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4785
4786 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4787 a second time.
4788
4789 * x-dnd.el (x-dnd-maybe-call-test-function):
4790 * window.el (split-window-vertically):
4791 * whitespace.el (whitespace-help-on):
4792 * vc-rcs.el (vc-rcs-consult-headers):
4793 * userlock.el (ask-user-about-lock-help)
4794 (ask-user-about-supersession-help):
4795 * type-break.el (type-break-force-mode-line-update):
4796 * time-stamp.el (time-stamp-conv-warn):
4797 * terminal.el (te-set-output-log, te-more-break, te-filter)
4798 (te-sentinel, terminal-emulator):
4799 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4800 (term-write-input-ring, term-check-source, term-start-output-log):
4801 (term-display-buffer-line, term-dynamic-list-completions):
4802 (term-ansi-make-term, serial-term):
4803 * subr.el (selective-display):
4804 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4805 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4806 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4807 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4808 (speedbar-remove-localized-speedbar-support)
4809 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4810 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4811 (speedbar-buffers-line-directory):
4812 * simple.el (shell-command-on-region, append-to-buffer)
4813 (prepend-to-buffer):
4814 * shadowfile.el (shadow-save-todo-file):
4815 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4816 (scroll-bar-maybe-set-window-start):
4817 * sb-image.el (speedbar-image-dump):
4818 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4819 (load-save-place-alist-from-file):
4820 * ps-samp.el (ps-print-message-from-summary):
4821 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4822 (ps-background-image, ps-begin-job, ps-do-despool):
4823 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4824 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4825 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4826 (pr-call-process, pr-file-list, pr-interface-save):
4827 * novice.el (disabled-command-function)
4828 (enable-command, disable-command):
4829 * mouse.el (mouse-buffer-menu-alist):
4830 * mouse-copy.el (mouse-kill-preserving-secondary):
4831 * macros.el (kbd-macro-query):
4832 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4833 * informat.el (batch-info-validate):
4834 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4835 * hippie-exp.el (try-expand-dabbrev-visible):
4836 * help-mode.el (help-make-xrefs):
4837 * help-fns.el (describe-variable):
4838 * generic-x.el (bat-generic-mode-run-as-comint):
4839 * finder.el (finder-mouse-select):
4840 * find-dired.el (find-dired-sentinel):
4841 * filesets.el (filesets-file-close):
4842 * files.el (list-directory):
4843 * faces.el (list-faces-display, describe-face):
4844 * facemenu.el (list-colors-display):
4845 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4846 * epg.el (epg--process-filter, epg-cancel):
4847 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4848 (epa--read-signature-type):
4849 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4850 (emerge-file-names):
4851 * ehelp.el (electric-helpify):
4852 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4853 * ediff-vers.el (rcs-ediff-view-revision):
4854 * ediff-util.el (ediff-setup):
4855 * ediff-mult.el (ediff-append-custom-diff):
4856 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4857 (ediff-wordify):
4858 * echistory.el (Electric-command-history-redo-expression):
4859 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4860 * disp-table.el (describe-display-table):
4861 * dired.el (dired-find-buffer-nocreate):
4862 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4863 * dabbrev.el (dabbrev--same-major-mode-p):
4864 * chistory.el (list-command-history):
4865 * apropos.el (apropos-documentation):
4866 * allout.el (allout-obtain-passphrase):
4867 (allout-copy-exposed-to-buffer):
4868 (allout-verify-passphrase): Use with-current-buffer.
4869
4870 2009-11-13 Glenn Morris <rgm@gnu.org>
4871
4872 * Makefile.in (ELCFILES): Regenerate.
4873
4874 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4875
4876 * net/dbus.el (dbus-registered-objects-table): Rename from
4877 `dbus-registered-functions-table', because it contains also properties.
4878 (dbus-unregister-object): Unregister also properties.
4879 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4880 Use a timeout of 500 msec, in order to not block.
4881 (dbus-register-property, dbus-property-handler): New defuns.
4882
4883 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4884
4885 * simple.el (minibuffer-default-add-completions): Drop deprecated
4886 4th arg.
4887
4888 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4889
4890 * textmodes/artist.el (artist-mouse-choose-operation):
4891 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4892 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4893 (artist-compute-up-event-key): New function.
4894 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4895
4896 2009-11-13 Kenichi Handa <handa@m17n.org>
4897
4898 * language/japan-util.el: Make sure that the value of jisx0208
4899 property is jisx0208 character.
4900
4901 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4902
4903 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4904 car or each item, not the whole list.
4905
4906 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * minibuffer.el (minibuffer-completion-help):
4909 Use minibuffer-hide-completions.
4910
4911 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
4912
4913 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4914 (dired-revert): Use them (bug#4880).
4915
4916 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4917
4918 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4919
4920 2009-11-12 Juri Linkov <juri@jurta.org>
4921
4922 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4923 New functions.
4924 (find-file-literally-at-point): Alias of `ffap-literally'.
4925
4926 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4927
4928 * textmodes/ispell.el (ispell-skip-region-alist):
4929 * textmodes/css-mode.el (auto-mode-alist):
4930 * progmodes/compile.el (auto-mode-alist):
4931 * international/mule.el (ctext-non-standard-encodings-alist)
4932 (ctext-non-standard-encodings-regexp):
4933 * simple.el (shell-command-switch, text-read-only):
4934 * replace.el (occur-mode-map):
4935 * paths.el (rmail-file-name):
4936 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4937 * find-file.el (ff-special-constructs):
4938 * files.el (file-name-handler-alist):
4939 * composite.el: Purecopy strings.
4940
4941 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4942
4943 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4944
4945 * widget.el (define-widget): Purecopy the docstring.
4946 * international/mule-cmds.el (charset): Do not purecopy the
4947 docstring here, define-widget does it.
4948
4949 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4950 * textmodes/bibtex-style.el (auto-mode-alist):
4951 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4952 * progmodes/compile.el (compile-command):
4953 * language/korea-util.el (default-korean-keyboard):
4954 * international/mule-conf.el (file-coding-system-alist):
4955 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4956 * tooltip.el (tooltip-frame-parameters):
4957 * newcomment.el (comment-end, comment-padding):
4958 * dired.el (dired-trivial-filenames):
4959 * comint.el (comint-file-name-prefix): Purecopy initial values.
4960
4961 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
4962
4963 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4964 (tramp-advice-minibuffer-electric-tilde): Unload advices via
4965 `tramp-unload'.
4966 (tramp-advice-make-auto-save-file-name)
4967 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4968 after removing the advice.
4969
4970 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4971
4972 * progmodes/grep.el (grep-regexp-alist):
4973 * international/mule-cmds.el (iso-2022-control-alist):
4974 * emacs-lisp/timer.el (timer-duration-words):
4975 * subr.el (version-separator, version-regexp-alist):
4976 * minibuffer.el (completion-styles-alist):
4977 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4978 Change defvars to defconsts.
4979
4980 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4981 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4982 * international/mule-conf.el: Allow to be byte compiled.
4983
4984 * international/mule.el (define-charset): Purecopy props.
4985 (load-with-code-conversion): Purecopy doc string and file name.
4986 (put-charset-property): Purecopy strings.
4987 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4988
4989 * international/mule-cmds.el (register-input-method): Purecopy arguments.
4990 (define-char-code-property): Correctly purecopy the table.
4991
4992 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4993
4994 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4995
4996 * subr.el (add-hook): Purecopy strings.
4997 (eval-after-load): Purecopy load-history-regexp and the form.
4998
4999 * custom.el (custom-declare-group): Purecopy load-file-name.
5000
5001 * subr.el (menu-bar-separator): New defconst.
5002 * net/eudc.el (eudc-tools-menu):
5003 * international/mule-cmds.el (set-coding-system-map)
5004 (mule-menu-keymap):
5005 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5006 * vc-hooks.el (vc-menu-map):
5007 * replace.el (occur-mode-map):
5008 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5009 (menu-bar-edit-menu, menu-bar-goto-menu)
5010 (menu-bar-custom-menu, menu-bar-showhide-menu)
5011 (menu-bar-options-menu, menu-bar-tools-menu)
5012 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5013 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5014 (menu-bar-help-menu):
5015 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5016 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5017
5018 * term/x-win.el (x-gtk-stock-map):
5019 * progmodes/vera-mode.el (auto-mode-alist):
5020 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5021 (inferior-lisp-program, inferior-lisp-load-command):
5022 * progmodes/hideshow.el (hs-special-modes-alist):
5023 * progmodes/gud.el (same-window-regexps):
5024 * progmodes/grep.el (grep-program, find-program, xargs-program):
5025 * net/telnet.el (same-window-regexps):
5026 * net/rlogin.el (same-window-regexps):
5027 * language/ethiopic.el (font-ccl-encoder-alist):
5028 * vc-sccs.el (vc-sccs-master-templates):
5029 * vc-rcs.el (vc-rcs-master-templates):
5030 * subr.el (cl-assertion-failed):
5031 * simple.el (next-error-overlay-arrow-position):
5032 * lpr.el (lpr-command):
5033 * locate.el (locate-ls-subdir-switches):
5034 * info.el (same-window-regexps, info)
5035 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5036 * image-mode.el (image-mode, auto-mode-alist):
5037 * hippie-exp.el (hippie-expand-ignore-buffers):
5038 * format.el (format-alist):
5039 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5040 (find-name-arg):
5041 * facemenu.el (facemenu-keybindings):
5042 * dired.el (dired-listing-switches, dired-chown-program):
5043 * diff.el (diff-switches, diff-command):
5044 * cus-edit.el (same-window-regexps):
5045 * bindings.el (mode-line-mule-info)
5046 (mode-line-buffer-identification): Purecopy strings.
5047
5048 2009-11-11 Juri Linkov <juri@jurta.org>
5049
5050 * simple.el (dired-get-filename) <declare-function>:
5051 Tell the byte-compiler about dired-get-filename.
5052 (shell-command): In Dired mode, get filename from the current line
5053 as the default value.
5054
5055 2009-11-10 Glenn Morris <rgm@gnu.org>
5056
5057 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5058 * calendar/holidays.el, progmodes/cperl-mode.el:
5059 Update x-popup-menu declarations.
5060
5061 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5062 (list-load-path-shadows): Use dolist.
5063 (list-load-path-shadows): Use with-current-buffer.
5064
5065 2009-11-10 Juri Linkov <juri@jurta.org>
5066
5067 * minibuffer.el (read-file-name): Support a list of default values
5068 in `default-filename'. Use the first file name where only one
5069 element is required. Doc fix.
5070
5071 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
5072
5073 * net/dbus.el (dbus-unregister-object): Release service, if no
5074 other method is registered for it.
5075
5076 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
5077
5078 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5079 bookmark-sort-flag is non-nil (Bug#4653).
5080
5081 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5082
5083 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
5084 the progress reporter entirely.
5085
5086 * emulation/cua-base.el: Add CUA property to some CC mode commands
5087 (Bug#4100).
5088
5089 2009-11-08 Kevin Ryde <user42@zip.com.au>
5090
5091 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5092 at end of sentence (Bug#4818).
5093
5094 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
5095
5096 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5097 Handle "see declaration of" MSFT statements (Bug#4100).
5098
5099 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5100
5101 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5102 (tramp-advice-file-expand-wildcards): Unload via
5103 `ad-remove-advice'.
5104
5105 * net/trampver.el: Update release number.
5106
5107 2009-11-08 Kevin Ryde <user42@zip.com.au>
5108
5109 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5110 `ad-do-it'.
5111
5112 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
5113
5114 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5115 in order to keep context in SELinux.
5116
5117 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5118
5119 * dired-aux.el (dired-query): Place cursor in echo area and allow
5120 C-g.
5121
5122 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5123 menu item if not on a directory (Bug#4701).
5124
5125 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5126
5127 Sync with Tramp 2.1.17.
5128
5129 * net/tramp.el (tramp-handle-copy-directory): Don't use
5130 `file-remote-p' (due to compatibility).
5131
5132 * net/tramp-compat.el (tramp-compat-copy-directory)
5133 (tramp-compat-delete-directory): New defuns.
5134
5135 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5136 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5137 `tramp-compat-delete-directory'.
5138
5139 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5140 (tramp-smb-handle-delete-directory): Use
5141 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5142
5143 * net/trampver.el: Update release number.
5144
5145 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
5146
5147 * tar-mode.el (tar-copy): Call write-region on the right buffer
5148 (Bug#4857).
5149
5150 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5151 by hand, if necessary (Bug#4878).
5152
5153 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
5154
5155 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5156 align size column (Bug#4839).
5157
5158 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5159 statement.
5160
5161 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5162
5163 * progmodes/ld-script.el (auto-mode-alist):
5164 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5165
5166 * cus-face.el (custom-declare-face): Purecopy face spec.
5167
5168 2009-11-06 Kenichi Handa <handa@m17n.org>
5169
5170 * international/uni-bidi.el: Re-generated.
5171 * international/uni-category.el: Re-generated.
5172 * international/uni-combining.el: Re-generated.
5173 * international/uni-mirrored.el: Re-generated.
5174
5175 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5176
5177 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5178 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5179 (tex-start-options, slitex-run-command, latex-run-command)
5180 (tex-run-command, tex-directory):
5181 * textmodes/ispell.el (ispell-html-skip-alists)
5182 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5183 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5184 (adaptive-fill-regexp):
5185 * textmodes/dns-mode.el (auto-mode-alist):
5186 * progmodes/python.el (interpreter-mode-alist):
5187 * progmodes/etags.el (tags-compression-info-list):
5188 * progmodes/etags.el (tags-file-name):
5189 * net/browse-url.el (browse-url-galeon-program)
5190 (browse-url-firefox-program):
5191 * mail/sendmail.el (mail-signature-file)
5192 (mail-citation-prefix-regexp):
5193 * international/mule-conf.el (eight-bit):
5194 * international/latexenc.el (latex-inputenc-coding-alist):
5195 * international/fontset.el (x-pixel-size-width-font-regexp):
5196 * emacs-lisp/warnings.el (warning-type-format):
5197 * emacs-lisp/trace.el (trace-buffer):
5198 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5199 (emacs-lisp-mode-map):
5200 * calendar/holidays.el (holiday-solar-holidays)
5201 (holiday-bahai-holidays, holiday-islamic-holidays)
5202 (holiday-christian-holidays, holiday-hebrew-holidays)
5203 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5204 (hebrew-holidays-1, holiday-oriental-holidays)
5205 (holiday-general-holidays):
5206 * x-dnd.el (x-dnd-known-types):
5207 * tool-bar.el (tool-bar):
5208 * startup.el (site-run-file):
5209 * shell.el (shell-dumb-shell-regexp):
5210 * rfn-eshadow.el (file-name-shadow-tty-properties)
5211 (file-name-shadow-properties):
5212 * paths.el (remote-shell-program, news-directory):
5213 * mouse.el ([C-down-mouse-3]):
5214 * menu-bar.el (menu-bar-tools-menu):
5215 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5216 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5217 (jka-compr-compression-info-list):
5218 * isearch.el (search-whitespace-regexp):
5219 * image-file.el (image-file-name-extensions):
5220 * find-dired.el (find-ls-option):
5221 * files.el (directory-listing-before-filename-regexp)
5222 (directory-free-space-args, insert-directory-program)
5223 (list-directory-brief-switches, magic-fallback-mode-alist)
5224 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5225 (automount-dir-prefix):
5226 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5227 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5228 (face-font-registry-alternatives, face-font-registry-alternatives)
5229 (face-font-family-alternatives):
5230 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5231 (facemenu-foreground-menu, facemenu-face-menu):
5232 * epa-hook.el (epa-file-name-regexp):
5233 * dnd.el (dnd-protocol-alist):
5234 * textmodes/rst.el (auto-mode-alist):
5235 * button.el (default-button): Purecopy strings.
5236
5237 2009-11-06 Glenn Morris <rgm@gnu.org>
5238
5239 * Makefile.in (ELCFILES): Update.
5240
5241 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5242
5243 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5244 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5245
5246 * nxml/xsd-regexp.el (xsdre-gen-categories):
5247 * nxml/xmltok.el (xmltok-parse-entity):
5248 * nxml/rng-parse.el (rng-parse-validate-file):
5249 * nxml/rng-maint.el (rng-format-manual)
5250 (rng-manual-output-force-new-line):
5251 * nxml/rng-loc.el (rng-save-schema-location-1):
5252 * nxml/rng-cmpct.el (rng-c-parse-file):
5253 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5254 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5255
5256 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5257
5258 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5259 Remove extra save-excursions and make-variable-buffer-local's.
5260 Suggested by Stefan Monnier.
5261
5262 (verilog-getopt-file, verilog-module-inside-filename-p)
5263 (verilog-set-define): Merge GNU 1.35 and repair changes from
5264 switching to using with-current-buffer.
5265
5266 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5267 being treated as a number and confusing AUTORESET.
5268 Reported by Dan Dever.
5269
5270 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5271 Add verilog-auto-ignore-concat to fix backward compatibility with
5272 older verilog-modes. Reported by Dan Katz.
5273
5274 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5275 containing closing anchors "...$".
5276
5277 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5278 Reported by Wade Smith.
5279
5280 (verilog-batch-execute-func): Comment on function usage.
5281
5282 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
5283
5284 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5285 for labels.
5286
5287 (verilog-label-re, verilog-calc-1): Support proper indent of named
5288 asserts.
5289
5290 (verilog-backward-token, verilog-basic-complete-re)
5291 (verilog-beg-of-statement, verilog-indent-re): Support proper
5292 indent of the assert statement at the beginning of a block of text.
5293
5294 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5295 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5296 tokens as begins.
5297
5298 2009-11-05 Glenn Morris <rgm@gnu.org>
5299
5300 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5301 Emacs 19. (Bug#1531)
5302 (byte-compile-fix-header): Update for the above change.
5303 Drop test for epoch::version.
5304
5305 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5306 * cus-dep.el (custom-make-dependencies):
5307 * finder.el (finder-compile-keywords):
5308 Use autoload-rubric's feature argument.
5309
5310 * calendar/diary-lib.el (top-level): Make load behave more like require.
5311
5312 * vc-git.el (vc-git-stash-map): Move definition before use.
5313
5314 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5315
5316 * custom.el (custom-declare-group): Purecopy standard-value.
5317 (custom-declare-group): Purecopy custom-prefix.
5318
5319 * international/mule.el (load-with-code-conversion):
5320 Call do-after-load-evaluation unconditionally.
5321
5322 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5323
5324 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5325
5326 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5327
5328 2009-11-04 Glenn Morris <rgm@gnu.org>
5329
5330 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5331 (byte-compile-compatibility): Remove option.
5332 (byte-compile-close-variables, byte-compile-fix-header)
5333 (byte-compile-insert-header, byte-compile-output-docform)
5334 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5335 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5336 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5337 (byte-compile-insert, byte-compile-defun):
5338 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
5339 (byte-defop-compiler19): Remove.
5340 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5341 used by anything. Replace all calls with byte-defop-compiler.
5342
5343 2009-11-04 Juri Linkov <juri@jurta.org>
5344
5345 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5346 (menu-bar-options-menu): Don't quote the `prop' arg of
5347 `menu-bar-make-mm-toggle'.
5348
5349 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
5350
5351 * calendar/calendar.el (cal-loaddefs):
5352 * calendar/diary-lib.el (diary-loaddefs):
5353 * calendar/holidays.el (hol-loaddefs):
5354 * eshell/esh-module.el (esh-groups): Load rather than require.
5355
5356 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5357
5358 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5359 point-min==1.
5360 (todo-top-priorities): Only display-buffer when called interactively.
5361 (todo-item-start): Don't save excursion point.
5362 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5363 (todo-insert-item-here, todo-file-item, todo-remove-item):
5364 Adjust uses of todo-item-start and todo-item-end.
5365
5366 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5367 (autoload-rubric): Don't use any more.
5368 * cedet/semantic/fw.el (semantic/loaddefs):
5369 * cedet/srecode.el (srecode/loaddefs):
5370 * cedet/ede.el (ede/loaddefs): Load rather than require.
5371 * cedet/ede/cpp-root.el:
5372 * cedet/ede/emacs.el:
5373 * cedet/ede/files.el:
5374 * cedet/ede/linux.el:
5375 * cedet/ede/locate.el:
5376 * cedet/ede/make.el:
5377 * cedet/ede/shell.el:
5378 * cedet/ede/speedbar.el:
5379 * cedet/ede/system.el:
5380 * cedet/ede/util.el:
5381 * cedet/semantic/analyze.el:
5382 * cedet/semantic/bovine.el:
5383 * cedet/semantic/complete.el:
5384 * cedet/semantic/ctxt.el:
5385 * cedet/semantic/db-file.el:
5386 * cedet/semantic/db-find.el:
5387 * cedet/semantic/db-global.el:
5388 * cedet/semantic/db-mode.el:
5389 * cedet/semantic/db-typecache.el:
5390 * cedet/semantic/db.el:
5391 * cedet/semantic/debug.el:
5392 * cedet/semantic/dep.el:
5393 * cedet/semantic/doc.el:
5394 * cedet/semantic/edit.el:
5395 * cedet/semantic/find.el:
5396 * cedet/semantic/format.el:
5397 * cedet/semantic/html.el:
5398 * cedet/semantic/ia-sb.el:
5399 * cedet/semantic/ia.el:
5400 * cedet/semantic/idle.el:
5401 * cedet/semantic/lex-spp.el:
5402 * cedet/semantic/lex.el:
5403 * cedet/semantic/mru-bookmark.el:
5404 * cedet/semantic/scope.el:
5405 * cedet/semantic/senator.el:
5406 * cedet/semantic/sort.el:
5407 * cedet/semantic/symref.el:
5408 * cedet/semantic/tag-file.el:
5409 * cedet/semantic/tag-ls.el:
5410 * cedet/semantic/tag-write.el:
5411 * cedet/semantic/tag.el:
5412 * cedet/semantic/util-modes.el:
5413 * cedet/semantic/analyze/complete.el:
5414 * cedet/semantic/analyze/refs.el:
5415 * cedet/semantic/bovine/c.el:
5416 * cedet/semantic/bovine/gcc.el:
5417 * cedet/semantic/bovine/make.el:
5418 * cedet/semantic/bovine/scm.el:
5419 * cedet/semantic/decorate/include.el:
5420 * cedet/semantic/decorate/mode.el:
5421 * cedet/semantic/symref/cscope.el:
5422 * cedet/semantic/symref/global.el:
5423 * cedet/semantic/symref/grep.el:
5424 * cedet/semantic/symref/idutils.el:
5425 * cedet/semantic/symref/list.el:
5426 * cedet/semantic/wisent/java-tags.el:
5427 * cedet/semantic/wisent/javascript.el:
5428 * cedet/srecode/compile.el:
5429 * cedet/srecode/cpp.el:
5430 * cedet/srecode/document.el:
5431 * cedet/srecode/el.el:
5432 * cedet/srecode/expandproto.el:
5433 * cedet/srecode/getset.el:
5434 * cedet/srecode/insert.el:
5435 * cedet/srecode/java.el:
5436 * cedet/srecode/map.el:
5437 * cedet/srecode/mode.el:
5438 * cedet/srecode/template.el:
5439 * cedet/srecode/texi.el: Remove the file-local setting of
5440 generated-autoload-feature.
5441
5442 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5443 and only put a prop if it is non-nil.
5444
5445 2009-11-03 Juri Linkov <juri@jurta.org>
5446
5447 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5448 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5449
5450 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5451 and "Menu" to make top-level menu item visually one unit (like
5452 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5453 multi-word menu items). Fix :help string for quit-window.
5454
5455 2009-11-03 Glenn Morris <rgm@gnu.org>
5456
5457 * cedet/mode-local.el (with-mode-local): Doc fix.
5458
5459 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5460 (byte-compile-file-form-define-abbrev-table)
5461 (byte-compile-file-form-custom-declare-variable)
5462 (byte-compile-variable-ref, byte-compile-defvar):
5463 Whether or not a warning is enabled should only affect whether we issue
5464 the warning, not whether or not we collect the relevant data.
5465 Eg warnings can be turned on and off throughout the course of a file.
5466
5467 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5468 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5469
5470 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5471
5472 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5473 * play/mpuz.el (mpuz-create-buffer):
5474 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5475 (lm-print-y,s,noise, lm-print-w0, lm-init):
5476 * play/gomoku.el (gomoku-prompt-for-move):
5477 * play/fortune.el (fortune-in-buffer):
5478 * play/dissociate.el (dissociated-press):
5479 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5480 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5481 * mail/supercite.el (sc-eref-show):
5482 * mail/smtpmail.el (smtpmail-send-it):
5483 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5484 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5485 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5486 (rmail-summary-goto-msg, rmail-summary-expunge)
5487 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5488 (rmail-summary-add-label, rmail-summary-output-menu)
5489 (rmail-summary-output-body):
5490 * mail/rfc822.el (rfc822-addresses):
5491 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5492 * mail/mailpost.el (post-mail-send-it):
5493 * mail/hashcash.el (hashcash-generate-payment):
5494 * mail/feedmail.el (feedmail-run-the-queue)
5495 (feedmail-queue-send-edit-prompt-help-first)
5496 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5497 (feedmail-deduce-address-list):
5498 * eshell/esh-ext.el (eshell-remote-command):
5499 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5500 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5501 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5502 (viper-save-string-in-file, viper-valid-marker):
5503 * emulation/viper-keym.el (viper-toggle-key):
5504 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5505 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5506 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5507 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5508 (viper-exec-form-in-emacs, viper-brac-function):
5509 * emulation/viper.el (viper-delocalize-var):
5510 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5511 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5512 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5513 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5514 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5515 * emulation/edt.el (edt-electric-helpify):
5516 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5517 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5518 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5519 (cua-indent-to-global-mark-column):
5520 * calendar/diary-lib.el (calendar-mark-1):
5521 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5522 Use with-current-buffer.
5523 * emulation/viper.el (viper-delocalize-var): Use dolist.
5524
5525 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
5526
5527 * comint.el (comint-replace-by-expanded-history-before-point):
5528 Replace !! with the previous input string literally (Bug#1795).
5529
5530 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5531
5532 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5533 to be made up of whitespace.
5534
5535 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5536
5537 * minibuffer.el (read-file-name): Don't use file dialogs for
5538 remote directories (Bug#99).
5539
5540 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
5541
5542 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5543
5544 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5545
5546 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5547 instead of deleting the window or frame.
5548
5549 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5550
5551 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5552 Support face colors.
5553
5554 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5555 New function. Support face colors (Bug#1168).
5556 (tex-common-initialization): Use it.
5557
5558 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5559 mode allows it (Bug#1168).
5560
5561 2009-10-31 Juri Linkov <juri@jurta.org>
5562
5563 * facemenu.el (list-colors-display): Don't mark buffer as
5564 modified (Bug#3948).
5565
5566 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5567
5568 * international/mule-diag.el (list-character-sets-1): Minor
5569 message fix (Bug#3526).
5570
5571 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5572 face property (Bug#4834).
5573 (etags-list-tags, etags-tags-apropos-additional)
5574 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5575 property.
5576
5577 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5578 items.
5579
5580 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5581 items.
5582
5583 * cedet/ede.el (ede-minor-mode):
5584 * cedet/semantic.el (semantic-mode): Toggle menu separators.
5585
5586 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5587
5588 * textmodes/two-column.el (2C-split):
5589 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5590 * textmodes/tex-mode.el (tex-set-buffer-directory):
5591 * textmodes/spell.el (spell-region, spell-string):
5592 * textmodes/reftex.el (reftex-erase-buffer):
5593 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5594 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5595 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5596 (reftex-select-item):
5597 * textmodes/reftex-ref.el (reftex-label-info-update)
5598 (reftex-offer-label-menu):
5599 * textmodes/reftex-index.el (reftex-index-change-entry)
5600 (reftex-index-phrases-info):
5601 * textmodes/reftex-global.el (reftex-create-tags-file)
5602 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5603 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5604 (reftex-view-crossref-from-bibtex):
5605 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5606 (reftex-extract-bib-entries-from-thebibliography)
5607 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5608 * textmodes/refbib.el (r2b-capitalize-title):
5609 (r2b-convert-buffer, r2b-help):
5610 * textmodes/page-ext.el (pages-directory)
5611 (pages-directory-goto-with-mouse):
5612 * textmodes/bibtex.el (bibtex-validate-globally):
5613 * textmodes/bib-mode.el (bib-capitalize-title):
5614 * textmodes/artist.el (artist-clear-buffer, artist-system):
5615 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5616 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5617 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5618 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5619 (xscheme-send-control-g-interrupt, xscheme-start-process)
5620 (xscheme-process-sentinel, xscheme-cd):
5621 * progmodes/verilog-mode.el (verilog-read-always-signals)
5622 (verilog-set-define, verilog-getopt-file)
5623 (verilog-module-inside-filename-p):
5624 * progmodes/sh-script.el:
5625 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5626 (python-pdbtrack-grub-for-buffer, python-execute-file):
5627 * progmodes/octave-inf.el (inferior-octave):
5628 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5629 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5630 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5631 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5632 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5633 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5634 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5635 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5636 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5637 (idlwave-shell-examine-display, idlwave-shell-run-region)
5638 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5639 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5640 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5641 (idlwave-help-get-help-buffer):
5642 * progmodes/gud.el (gud-basic-call, gud-find-class)
5643 (gud-tooltip-activate-mouse-motions-if-enabled):
5644 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5645 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5646 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5647 (ebrowse-tags-next-file):
5648 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5649 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5650 (ebnf-eps-finish-and-write):
5651 * progmodes/cpp.el (cpp-edit-save):
5652 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5653 * progmodes/cc-defs.el (c-emacs-features):
5654 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5655 (antlr-directory-dependencies):
5656 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5657 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5658 (ada-find-any-references, ada-make-filename-from-adaname)
5659 (ada-make-body-gnatstub):
5660 * obsolete/rnews.el (news-list-news-groups):
5661 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5662 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5663 * net/rcirc.el (rcirc-debug):
5664 * net/newst-treeview.el (newsticker--treeview-list-add-item)
5665 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5666 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5667 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5668 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5669 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5670 (newsticker--treeview-list-clear-highlight)
5671 (newsticker--treeview-list-update-highlight)
5672 (newsticker--treeview-list-highlight-start)
5673 (newsticker--treeview-tree-update-highlight)
5674 (newsticker--treeview-get-selected-item)
5675 (newsticker-treeview-mark-list-items-old)
5676 (newsticker--treeview-set-current-node):
5677 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5678 * net/newst-backend.el (newsticker--get-news-by-funcall)
5679 (newsticker--get-news-by-wget, newsticker--image-get)
5680 (newsticker--image-sentinel):
5681 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5682 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5683 (eudc-ph-close-session):
5684 * net/eudc.el (eudc-save-options):
5685 * language/thai-word.el (thai-update-word-table):
5686 * language/japan-util.el (japanese-string-conversion):
5687 * international/titdic-cnv.el (tsang-quick-converter)
5688 (ziranma-converter, ctlau-converter):
5689 * international/mule-cmds.el (describe-language-environment):
5690 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5691 (skkdic-convert-postfix, skkdic-convert-prefix):
5692 (skkdic-convert-okuri-nasi, skkdic-convert):
5693 * emacs-lisp/re-builder.el (reb-update-overlays):
5694 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5695 * emacs-lisp/gulp.el (gulp-send-requests):
5696 * emacs-lisp/find-gc.el (trace-call-tree):
5697 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5698 (eieio-describe-generic):
5699 * emacs-lisp/eieio-base.el (eieio-persistent-read):
5700 * emacs-lisp/edebug.el (edebug-outside-excursion):
5701 * emacs-lisp/debug.el (debugger-make-xrefs):
5702 * emacs-lisp/cust-print.el (custom-prin1-to-string):
5703 * emacs-lisp/chart.el (chart-new-buffer):
5704 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5705 Use with-current-buffer.
5706 * textmodes/artist.el (artist-system): Don't call
5707 copy-sequence on a fresh string.
5708 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5709
5710 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
5711
5712 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5713 is no item to edit. (Bug#4820)
5714 (todo-top-priorities): Restore point and restore narrowing in Todo
5715 buffer. (Bug#4820)
5716
5717 2009-10-31 Glenn Morris <rgm@gnu.org>
5718
5719 * net/ange-ftp.el (top-level): Don't require dired when compiling.
5720 (comint-last-output-start, comint-last-input-start)
5721 (comint-last-input-end): Don't defvar when compiling.
5722 (ange-ftp-process-file): Use bound-and-true-p.
5723
5724 * pcmpl-rpm.el (top-level): Move provide statement to end.
5725 (pcmpl-rpm): Remove unused custom group.
5726
5727 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5728
5729 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5730
5731 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5732 (byte-compile-warnings): Add `constants' as an option.
5733 (byte-compile-callargs-warn, byte-compile-arglist-warn)
5734 (display-call-tree): Update for byte-compile-fdefinition possibly
5735 returning `(macro lambda ...)'. (Bug#4778)
5736 (byte-compile-variable-ref, byte-compile-setq-default):
5737 Respect `constants' member of byte-compile-warnings.
5738
5739 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5740 Use mapc rather than mapcar because the return value is never used.
5741
5742 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5743 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5744 * cedet/semantic/html.el:
5745 Suppress harmless warnings about setting up semantic-imenu (not
5746 part of Emacs) variables.
5747
5748 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5749
5750 * vc-bzr.el (vc-bzr-revision-keywords): New var.
5751 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5752 to "submit:".
5753
5754 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5755 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5756 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5757 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5758 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5759 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5760 (semantic-analyzer-debug-global-symbol)
5761 (semantic-analyzer-debug-missing-innertype)
5762 (semantic-analyzer-debug-insert-include-summary):
5763 * cedet/semantic/util.el (semantic-file-tag-table):
5764 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5765 (semantic-recursive-find-nonterminal-by-name):
5766 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5767 * cedet/semantic/tag-file.el (semantic-prototype-file):
5768 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5769 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5770 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5771 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5772 (semantic-idle-summary-maybe-highlight):
5773 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5774 (semantic-ia-sb-tag-info):
5775 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5776 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5777 * cedet/semantic/ede-grammar.el (project-compile-target):
5778 (ede-proj-makefile-insert-variables):
5779 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5780 (semantic-debug-set-source-location, semantic-debug-interface-layout)
5781 (semantic-debug-mode, semantic-debug):
5782 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5783 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5784 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5785 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5786 (semanticdb-find-translate-path-includes--internal)
5787 (semanticdb-reset-log, semanticdb-find-log-activity):
5788 * cedet/semantic/db-file.el (object-write):
5789 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5790 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5791 (semanticdb-create-ebrowse-database):
5792 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5793 * cedet/semantic/complete.el (semantic-displayor-focus-request)
5794 (semantic-collector-calculate-completions-raw)
5795 (semantic-complete-read-tag-analyzer):
5796 * cedet/semantic/analyze.el (semantic-analyze-pulse):
5797 * cedet/ede/util.el (ede-update-version-in-source):
5798 * cedet/ede/proj.el (project-delete-target):
5799 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5800 (ede-proj-flush-autoconf):
5801 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5802 (ede-proj-configure-synchronize):
5803 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5804 * cedet/ede/linux.el (ede-linux-version):
5805 * cedet/ede/emacs.el (ede-emacs-version):
5806 * cedet/ede/dired.el (ede-dired-add-to-target):
5807 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5808 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5809 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5810 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5811 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5812 (cedet-idutils-version-check):
5813 * cedet/cedet-global.el (cedet-gnu-global-call):
5814 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5815 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5816 * cedet/cedet-cscope.el (cedet-cscope-call)
5817 (cedet-cscope-expand-filename, cedet-cscope-version-check):
5818 Use with-current-buffer.
5819 * cedet/ede.el (ede-make-project-local-variable)
5820 (ede-set-project-variables, ede-set): Use dolist.
5821
5822 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5823
5824 * textmodes/ispell.el (ispell-skip-region-alist):
5825 * international/mule-conf.el (eight-bit):
5826 * international/fontset.el (font-encoding-alist):
5827 * startup.el (pure-space-overflow-message):
5828 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5829 * paths.el (gnus-nntp-service, rmail-spool-directory)
5830 (term-file-prefix):
5831 * files.el (save-some-buffers-action-alist):
5832 * cmuscheme.el (same-window-buffer-names):
5833 * ielm.el (same-window-buffer-names):
5834 * shell.el (same-window-buffer-names):
5835 * mail/sendmail.el (same-window-buffer-names):
5836 * progmodes/inf-lisp.el (same-window-buffer-names):
5837 * bindings.el (mode-line-client)
5838 (mode-line-column-line-number-mode-map):
5839 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5840 (tibetan-precomposed-regexp): Purecopy string arguments.
5841
5842 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5843
5844 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5845 (calcDigit-nondigit):
5846 * calc/calc-yank.el (calc-copy-to-buffer):
5847 * calc/calc-units.el (calc-invalidate-units-table):
5848 * calc/calc-trail.el (calc-trail-yank):
5849 * calc/calc-store.el (calc-insert-variables):
5850 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5851 * calc/calc-prog.el (calc-read-parse-table):
5852 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5853 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5854 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5855 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5856 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5857 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5858 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5859 * calc/calc-ext.el (calc-realign):
5860 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5861 (calc-embedded-finish-edit, calc-embedded-make-info)
5862 (calc-embedded-finish-command, calc-embedded-stack-change):
5863 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5864
5865 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5866 (overload-docstring-extension): Use that info.
5867 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5868 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5869 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5870 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5871 (semantic-nonterminal-full-name): Add the new `when' info.
5872 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5873 `assert'.
5874
5875 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5876 shell-dynamic-complete-filename in preference to
5877 comint-dynamic-complete-filename.
5878
5879 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5880 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5881 Don't consider whether the display supports colors.
5882 (bookmark-import-new-list): Use dolist.
5883 (bookmark-bmenu-mode-map): Move initialization into declaration.
5884 (bookmark-bmenu-list): Use dolist, simplify.
5885 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5886 (menu-bar-final-items): Use push.
5887
5888 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5889
5890 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5891 it works on remote files.
5892 (vc-hg-diff): Don't pass any `--cwd' argument.
5893
5894 2009-10-27 Kevin Ryde <user42@zip.com.au>
5895
5896 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5897 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5898 (Further to Bug#3921).
5899
5900 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
5901
5902 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5903 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5904 calling `tramp-imap-put-file'. Add file size to the call.
5905 (tramp-imap-get-file-entries): Compute also user name, file size,
5906 and date.
5907 (tramp-imap-handle-insert-directory): Insert uid and gid.
5908 (tramp-imap-handle-file-attributes): Transform uid and gid
5909 according to `id-format'.
5910 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5911 size in header X-Size.
5912
5913 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
5914
5915 * simple.el (transpose-subr): Give clearer error when the mark
5916 is not set. (Bug#4807)
5917
5918 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
5919
5920 * net/tramp.el (tramp-perl-file-truename): New defconst.
5921 Perl code contributed by yary <not.com@gmail.com> (tiny change).
5922 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5923 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5924 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5925
5926 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5927 Ignore `dired-call-process'.
5928 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5929
5930 2009-10-26 Julian Scheid <julians37@gmail.com>
5931
5932 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5933 (tramp-get-remote-readlink): New defun.
5934 (tramp-handle-file-truename): Use it.
5935 (tramp-handle-file-exists-p): Check file-attributes cache, assume
5936 file exists if cache value present.
5937 (tramp-check-cached-permissions): New defun.
5938 (tramp-handle-file-readable-p): Use it.
5939 (tramp-handle-file-writable-p): Likewise.
5940 (tramp-handle-file-executable-p): Likewise.
5941 (tramp-handle-file-name-all-completions): Try using Perl to get
5942 partial completions. When perl not available, combine `cd' and
5943 `ls' into single remote operation and use shell expansion to get
5944 partial remote directory contents. Set `file-exists-p' cache for
5945 directory and any files returned by ls. Change cache handling to
5946 support partial directory contents. Use error message emitted by
5947 remote `cd' or Perl code for local tramp-error.
5948 (tramp-do-copy-or-rename-file-directly): Avoid separate
5949 tramp-send-command-and-check call.
5950 (tramp-handle-process-file): Merge three remote ops into one.
5951 Do not flush all caches when `process-file-side-effects' is set.
5952 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5953 file-attributes shows uid/gid to be set already.
5954
5955 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5956
5957 * textmodes/tex-mode.el (tex-dvi-view-command)
5958 (tex-show-queue-command, tex-open-quote):
5959 * progmodes/ruby-mode.el (auto-mode-alist)
5960 (interpreter-mode-alist): Purecopy strings.
5961
5962 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5963
5964 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5965 string for the hook, keymap and abbrev table.
5966
5967 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5968
5969 * x-dnd.el (x-dnd-xdnd-to-action):
5970 * startup.el (fancy-startup-text, fancy-about-text): Change to
5971 defconst from defvar.
5972
5973 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5974
5975 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5976 Purecopy initialization strings.
5977
5978 * mail/sendmail.el (mail-header-separator)
5979 (mail-personal-alias-file):
5980 * mail/rmail.el (rmail-default-dont-reply-to-names)
5981 (rmail-ignored-headers, rmail-retry-ignored-headers)
5982 (rmail-highlighted-headers, rmail-secondary-file-directory)
5983 (rmail-secondary-file-regexp):
5984 * files.el (null-device, file-name-invalid-regexp)
5985 (locate-dominating-stop-dir-regexp)
5986 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5987 (interpreter-mode-alist): Use mapcar instead of mapc.
5988
5989 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5990
5991 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5992 (completion-ignored-extensions):
5993 (debug-ignored-errors): Purecopy strings.
5994
5995 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5996
5997 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5998 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5999 (pcomplete--here): Use push.
6000
6001 * subr.el (all-completions): Declare the 4th arg obsolete.
6002
6003 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6004
6005 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6006 (pcomplete-unquote-argument): New function.
6007 (pcomplete--common-suffix): Always pay attention to case.
6008 (pcomplete--table-subvert): Quote and unquote the text.
6009 (pcomplete--common-quoted-suffix): New function.
6010 (pcomplete-std-complete): Use it and pcomplete-begin.
6011
6012 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6013 we're inside a dedicated or minibuffer window.
6014
6015 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6016
6017 * cedet/semantic/fw.el (semantic-alias-obsolete)
6018 (semantic-varalias-obsolete): Make the `when' arg mandatory.
6019 (define-mode-overload-implementation):
6020 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
6021 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
6022 * cedet/semantic/util.el (semantic-file-token-stream)
6023 (semantic-something-to-stream):
6024 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
6025 (semantic-expand-nonterminal):
6026 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
6027 (semantic-find-dependency, semantic-find-nonterminal)
6028 (semantic-find-dependency):
6029 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
6030 (semantic-flex-text, semantic-flex-make-keyword-table)
6031 (semantic-flex-keyword-p, semantic-flex-keyword-put)
6032 (semantic-flex-keyword-get, semantic-flex-map-keywords)
6033 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
6034 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
6035 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
6036 (semantic-after-idle-scheduler-reparse-hooks):
6037 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
6038 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
6039 * cedet/semantic.el (semantic-toplevel-bovine-table)
6040 (semantic-toplevel-bovine-cache)
6041 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
6042 (semantic-init-mode-hooks, semantic-init-db-hooks)
6043 (semantic-bovination-working-type): Provide the `when' arg.
6044
6045 2009-10-24 Karl Fogel <kfogel@red-bean.com>
6046
6047 * bookmark.el: Update documentation, especially documentation
6048 of `bookmark-alist' and of the bookmark file format.
6049 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6050
6051 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6052
6053 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6054 keybindings apply to the mail buffer (Bug#4003). Shrink help
6055 window to buffer.
6056
6057 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6058 (global-whitespace-mode, global-whitespace-newline-mode)
6059 (whitespace-toggle-options, global-whitespace-toggle-options):
6060 Doc fix (Bug#3660).
6061
6062 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6063 of xmltok-start before the end tag was inserted (Bug#2840).
6064
6065 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6066 patterns that are preceded by an open-paren (Bug#1320).
6067
6068 2009-10-24 Sven Joachim <svenjoac@gmx.de>
6069
6070 * files.el (delete-directory): Delete symlinks to directories with
6071 delete-file (Bug#4739).
6072
6073 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6074
6075 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
6076 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
6077 argument to make-obsolete.
6078
6079 * cedet/semantic/fw.el (semantic-alias-obsolete)
6080 (semantic-varalias-obsolete): Add optional WHEN argument.
6081
6082 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6083
6084 * vc.el (vc-backend-for-registration): Rename from
6085 vc-get-backend-for-registration. Update callers.
6086
6087 * international/mule-cmds.el (set-language-info-alist):
6088 Purecopy lang-env.
6089 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6090 (charset): Purecopy the name.
6091 (define-char-code-property): Purecopy string arguments.
6092
6093 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6094 Purecopy string arguments.
6095
6096 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6097 * ediff-hook.el (menu-bar-ediff-menu):
6098 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6099 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6100
6101 2009-10-24 Glenn Morris <rgm@gnu.org>
6102
6103 * comint.el (comint-dynamic-list-completions):
6104 * term.el (term-dynamic-list-completions): Use choose-completion rather
6105 than obsolete alias mouse-choose-completion.
6106
6107 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6108 file-cache-choose-completion.
6109 (file-cache-choose-completion): Handle an optional event argument.
6110 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6111
6112 * progmodes/octave-mod.el (octave-complete-symbol):
6113 Use choose-completion if mouse-choose-completion is ever removed.
6114
6115 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6116 use.
6117
6118 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6119 compiler.
6120
6121 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6122
6123 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6124
6125 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6126 Ignore `pred' now that we receive one.
6127 Handle test-completion specially.
6128
6129 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6130
6131 * vc.el (vc-responsible-backend): Throw an error if not backend is
6132 found. Remove the REGISTER argument. Move the code dealing with
6133 REGISTER ...
6134 (vc-get-backend-for-registration): ... here. New function.
6135 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6136 of vc-responsible-backend, pass the file name instead of the
6137 directory name.
6138
6139 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6140
6141 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6142 New funs.
6143 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6144 (pcomplete-comint-setup): Don't modify a global var via
6145 accidental side-effects.
6146 (pcomplete-shell-setup): Adjust call accordingly.
6147 (pcomplete-parse-comint-arguments): Use push.
6148
6149 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6150
6151 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6152 Allow uncapitalized info node names (Bug#3921).
6153
6154 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6155 to the DEBUG file (Bug#3781).
6156
6157 2009-10-23 Jari Aalto <jari.aalto@cante.net>
6158
6159 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6160 dictionary entry (Bug#4579).
6161
6162 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
6163
6164 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6165 from `rfn-eshadow-update-overlay-hook' when unloading.
6166 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6167 "rsyncc". Adjust doc string.
6168 (tramp-temp-buffer-file-name): New buffer-local defvar.
6169 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6170 Keep temporary file when indicated by method ("rsync" and
6171 "rsyncc").
6172 (tramp-handle-write-region): Handle APPEND.
6173 (tramp-delete-temp-file-function): New defun. Added to
6174 `kill-buffer-hook'.
6175
6176 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
6177
6178 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6179
6180 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6181
6182 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6183 (color-name-rgb-alist, tty-standard-colors)
6184 (tty-color-mode-alist): Change to defconst.
6185
6186 * simple.el (mark-inactive): Purecopy message.
6187
6188 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6189 (global-map, yank-menu):
6190 * textmodes/ispell.el (ispell-menu-map):
6191 * net/eudc.el (eudc-tools-menu):
6192 * international/mule-cmds.el (describe-language-environment-map)
6193 (setup-language-environment-map, set-coding-system-map)
6194 (mule-menu-keymap):
6195 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6196 * replace.el (occur-mode-map):
6197 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6198
6199 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6200
6201 * calc/calc.el (math-read-number, math-read-number-simple): Use
6202 `save-match-data'.
6203
6204 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6205
6206 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6207 rather than fiddling with global-map bindings, since it should only
6208 affect per-terminal settings.
6209 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6210
6211 * minibuffer.el (completion-table-with-terminator): Allow to specify
6212 the terminator-regexp.
6213
6214 * simple.el (switch-to-completions): Look for *Completions* in other
6215 frames as well.
6216
6217 * pcomplete.el: Allow the use of completion-tables.
6218 (pcomplete-std-complete): New command.
6219 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6220 (pcomplete--here): Use a function for `form' rather than an expression,
6221 so it can be byte-compiled.
6222 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6223 Add edebug declaration.
6224 (pcomplete-show-completions): Remove unused var `curbuf'.
6225 (pcomplete-do-complete, pcomplete-stub):
6226 Don't assume `completions' is a list of strings any more.
6227
6228 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
6229
6230 * find-dired.el (find-name-arg): Fix typo in docstring.
6231
6232 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6235 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6236
6237 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6238 pcomplete-entries.
6239
6240 * comint.el (comint-read-input-ring, comint-write-input-ring)
6241 (comint-substitute-in-file-name)
6242 (comint-dynamic-complete-as-filename)
6243 (comint-dynamic-simple-complete)
6244 (comint-dynamic-list-filename-completions)
6245 (comint-dynamic-list-completions)
6246 (comint-redirect-results-list-from-process): Minor simplifications.
6247
6248 2009-10-21 Kevin Ryde <user42@zip.com.au>
6249
6250 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6251 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6252 the first form. And insert a blank line after ";;; Code" since
6253 that's usual style. (Bug#4612)
6254
6255 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6256
6257 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6258
6259 * minibuffer.el (completion-table-with-terminator): Properly implement
6260 boundaries, in case `terminator' appears in the suffix.
6261 (completion--embedded-envvar-table): Don't return boundaries if
6262 there's no valid completion. Simplify.
6263 (completion-file-name-table): New completion table extracted from
6264 completion--file-name-table.
6265 (completion--file-name-table): Use it.
6266 (read-file-name-predicate): Declare obsolete.
6267 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6268 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6269 completion-file-name-table, and use the `pred' argument.
6270 * files.el (locate-file-completion-table): Use the `pred' arg rather
6271 than read-file-name-predicate.
6272 (abbreviate-file-name): Use \` rather than ^ for BOS.
6273
6274 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6275
6276 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6277 vc-responsible-backend to register, it causes problems.
6278
6279 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6280
6281 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6282
6283 2009-10-21 Eric Ludlam <zappo@gnu.org>
6284
6285 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
6286 (semantic-c-debug-mode-init-pch): New functions.
6287 (semantic-c-debug-mode-init-last-mode): New var.
6288 (semantic-c-parse-lexical-token): Use them.
6289
6290 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
6291 When extracting the argument list, limit only by point-max.
6292
6293 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
6294
6295 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6296 (tramp-smb-handle-file-attributes): Use it.
6297 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6298 (tramp-smb-handle-insert-directory): Use `mapc' rather than
6299 `mapcar'. Use `tramp-smb-get-stat-capability'.
6300 Add `dired-filename' text properties.
6301 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6302 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6303 version.
6304
6305 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6306
6307 * subr.el (read-key-delay): Reduce to 0.01.
6308 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6309 (bug#4751).
6310
6311 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6312
6313 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6314
6315 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6316 (Info-menu): Remove unused vars `last' and `completions'.
6317 (Info-index-nodes): Remove unused var `node'.
6318
6319 * info.el (Info-complete-menu-item): Use complete-with-action.
6320
6321 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6322
6323 Make vc-annotate work through copies and renames.
6324 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6325 Return the file name too.
6326 (vc-annotate-revision-at-line)
6327 (vc-annotate-find-revision-at-line)
6328 (vc-annotate-revision-previous-to-line)
6329 (vc-annotate-show-log-revision-at-line): Update to get the file
6330 name from vc-annotate-extract-revision-at-line.
6331 (vc-annotate-show-diff-revision-at-line-internal): Change the
6332 argument to mean whether to show a file diff or not. Get the file
6333 name from vc-annotate-extract-revision-at-line.
6334 (vc-annotate-show-diff-revision-at-line):
6335 Update vc-annotate-show-diff-revision-at-line call.
6336 (vc-annotate-warp-revision): Add an optional file argument.
6337
6338 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6339 (vc-git-annotate-extract-revision-at-line): Also return the file
6340 name if found.
6341
6342 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6343 command. Remove unused code.
6344 (vc-hg-annotate-re): Update to match --follow output.
6345 (vc-hg-annotate-extract-revision-at-line): Also return the file
6346 name if found.
6347
6348 * vc.el: Update annotate-extract-revision-at-line documentation.
6349
6350 2009-10-18 Kevin Ryde <user42@zip.com.au>
6351
6352 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6353 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6354
6355 * net/browse-url.el (browse-url): Identify alist with "consp and
6356 not functionp" and let all other things go down the `apply' leg,
6357 as suggested by Stefan. (Further to bug#4531.)
6358
6359 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
6360
6361 * minibuffer.el (read-file-name): Check for repeat before putting
6362 a default argument in file-name-history (Bug#4657).
6363
6364 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6365 read syntax (Bug#4737).
6366
6367 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6368
6369 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6370
6371 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6372 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6373 entries and make note of obsolete tags.
6374
6375 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6376
6377 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6378
6379 2009-10-18 Glenn Morris <rgm@gnu.org>
6380
6381 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6382 grep, so that binary files (eg international/uni-bidi.el) can match.
6383 Remove test for "UnicodeData" files, since it is hopefully unnecessary
6384 now, and in any case the file header format has changed.
6385
6386 2009-10-17 Glenn Morris <rgm@gnu.org>
6387
6388 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6389 (flyspell-get-word, flyspell-large-region)
6390 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6391
6392 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6393
6394 * Makefile.in (ELCFILES): Add ede/shell.
6395
6396 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6397
6398 * term/common-win.el (x-colors): Purecopy it.
6399
6400 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6401
6402 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6403 permissive for when the buffer is empty.
6404 (tar-header-block-tokenize): Decode the username and groupname.
6405 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6406
6407 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6408
6409 * cedet/srecode/srt.el:
6410 * cedet/srecode/compile.el:
6411 * cedet/semantic/mru-bookmark.el:
6412 * cedet/semantic/debug.el:
6413 * cedet/semantic/complete.el:
6414 * cedet/semantic/analyze.el: Require CL when compiling.
6415
6416 2009-10-17 Eric Ludlam <zappo@gnu.org>
6417
6418 * cedet/semantic/scope.el
6419 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
6420 tmpscope so that the regular scope will continue to work.
6421
6422 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
6423 Use semantic-idle-summary-highlight-face as the highlighting.
6424
6425 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
6426 contains multibyte characters, choose first applicable coding
6427 system automatically.
6428
6429 * cedet/ede/project-am.el (project-run-target): New method.
6430 (project-run-target): New method.
6431
6432 * cedet/ede.el (ede-target): Add run target menu item.
6433 (ede-project, ede-minor-keymap): Add ede-run-target binding.
6434 (ede-run-target): New function.
6435 (ede-target::project-run-target): New method.
6436
6437 * cedet/ede/proj.el (project-run-target): New method.
6438
6439 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
6440 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
6441 Add :rules.
6442 (ede-proj-target-makefile-shared-object): Only libtool compilers
6443 now available. Add linkers for libtool.
6444 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
6445 (ede-proj-makefile-target-name): Always use .la extension.
6446
6447 * cedet/ede/proj-prog.el (project-run-target): New method.
6448
6449 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
6450 (ede-g++-linker): Change Change link lines.
6451
6452 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
6453 When searching for old variables, go to the end of the buffer and
6454 search backward from there.
6455 (ede-proj-makefile-automake-insert-subdirs)
6456 (ede-proj-makefile-automake-insert-extradist): New methods.
6457 (ede-proj-makefile-create): Use them.
6458
6459 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6460 Force FILE to expand to the current target. Use file-exists-p to
6461 check that it exists.
6462
6463 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
6464 (ede-linux-load): Wrap dir in file-name-as-directory.
6465 Set :version slot.
6466
6467 * cedet/ede/files.el (ede-get-locator-object): When enabling
6468 locate, do so on "top".
6469
6470 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6471 file-name-as-directory during compare.
6472 (ede-emacs-version): Return Emacs/XEmacs differentiator.
6473 Get version number from different places. Don't call egrep.
6474 (ede-emacs-load): Set :version slot. Call file-name-as-directory
6475 to set the directory.
6476
6477 * cedet/ede/shell.el: New file.
6478
6479 * cedet/inversion.el (inversion-decoders): Allow for stray . in
6480 alpha/beta variants.
6481
6482 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6483
6484 * international/mule-cmds.el (select-safe-coding-system): If the file
6485 has a coding cookie, use it regardless of any other setting (bug#4712).
6486
6487 2009-10-17 Glenn Morris <rgm@gnu.org>
6488
6489 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6490 All errors should have messages.
6491
6492 * foldout.el (foldout-mouse-swallow-events):
6493 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6494
6495 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6496 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6497 (dired-keep-marker-symlink, dired-dwim-target)
6498 (dired-copy-preserve-time): Do not autoload these defcustoms.
6499
6500 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6501 messages from messing up the file coding. (Bug#4623)
6502
6503 2009-10-17 Jari Aalto <jari.aalto@cante.net>
6504
6505 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6506 if no match is found for the current dictionary. (Bug#4578)
6507
6508 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6509 optional, since that is how it is documented, and this is often called
6510 with a nil argument. (Bug#4577)
6511 (flyspell-external-point-words, flyspell-auto-correct-word)
6512 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6513 (flyspell-word-search-backward): Remove nil argument in calls to
6514 flyspell-get-word, since it is not needed now.
6515
6516 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
6517
6518 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
6519
6520 2009-10-16 Glenn Morris <rgm@gnu.org>
6521
6522 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6523
6524 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6525
6526 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6527 (ange-ftp-file-size): New function.
6528 (ange-ftp-file-attributes): Use it.
6529
6530 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
6531
6532 * net/tramp-smb.el (tramp-smb-version): New defvar.
6533 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6534 repeated checks.
6535
6536 2009-10-16 Glenn Morris <rgm@gnu.org>
6537
6538 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6539 Maybe copy some custom properties from old to new name. (Bug#4706)
6540
6541 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
6542
6543 * subr.el (error, sit-for, start-process-shell-command)
6544 (start-file-process-shell-command): Set the calling convention
6545 after the function definition.
6546
6547 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6548
6549 * subr.el (error, sit-for, start-process-shell-command)
6550 (start-file-process-shell-command): Use the new
6551 set-advertised-calling-convention feature.
6552
6553 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6554
6555 * international/ucs-normalize.el (ucs-normalize-version):
6556 Change to 1.2.
6557 (check-range): Adjust for Unicode 5.2.
6558
6559 2009-10-15 Juri Linkov <juri@jurta.org>
6560
6561 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6562 to the `menu-item' format.
6563
6564 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
6565
6566 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6567 if the environment variable does not exist.
6568
6569 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6570 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6571 parameter.
6572 (tramp-smb-handle-add-name-to-file)
6573 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6574 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6575 (tramp-smb-handle-file-attributes)
6576 (tramp-smb-do-file-attributes-with-stat)
6577 (tramp-smb-handle-file-local-copy)
6578 (tramp-smb-handle-insert-directory)
6579 (tramp-smb-handle-make-directory)
6580 (tramp-smb-handle-make-directory-internal)
6581 (tramp-smb-handle-make-symbolic-link)
6582 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6583 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6584 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6585 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6586 Handle long file names.
6587 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6588 process is running.
6589 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6590 Read share names with "-g" option.
6591
6592 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
6593
6594 * net/rcirc.el (rcirc-view-log-file): New command.
6595 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6596 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6597 specified.
6598
6599 2009-10-15 Glenn Morris <rgm@gnu.org>
6600
6601 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6602 from the second command-line argument.
6603 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6604 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6605 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6606 w32-batch-update-autoloads.
6607 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6608 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6609
6610 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6611 the headers cannot be located. Simplify, subtracting superflous
6612 save-excursions.
6613
6614 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6615
6616 Replace completion-base-size by completion-base-position to fix bugs
6617 such as (bug#4699).
6618 * simple.el (completion-base-position): New var.
6619 (completion-base-size): Mark as obsolete.
6620 (choose-completion): Make it work for mouse events as well.
6621 Pass the new base-position to choose-completion-string.
6622 (choose-completion-guess-base-position): New function, extracted from
6623 choose-completion-delete-max-match.
6624 (choose-completion-delete-max-match): Use it. Make obsolete.
6625 (choose-completion-string): Use the new base-position info.
6626 (completion-root-regexp): Delete.
6627 (completion-setup-function): Preserve completion-base-position.
6628 Eliminate obsolete base-size manipulation.
6629 * minibuffer.el (display-completion-list): Don't mess with base-size.
6630 (minibuffer-completion-help): Set completion-base-position instead.
6631 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6632 choose-completion.
6633 * textmodes/bibtex.el (bibtex-complete):
6634 * emacs-lisp/crm.el (crm--choose-completion-string):
6635 Adjust to new calling convention.
6636 * complete.el (partial-completion-mode): Use minibufferp to avoid
6637 bumping into incompatible change to choose-completion-string-functions.
6638 * ido.el (ido-choose-completion-string): Make its calling convention
6639 more permissive.
6640 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6641 base-size manipulation.
6642 (comint-dynamic-list-input-ring): Use dotimes and push.
6643 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6644 fundamental-mode. Use `or'.
6645
6646 2009-10-14 Juri Linkov <juri@jurta.org>
6647
6648 * misearch.el (multi-isearch-next-buffer-from-list)
6649 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6650
6651 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6652
6653 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6654 `bytecomp.el'.
6655
6656 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6657 string we return is all made up of text from the completions rather
6658 than part from the completions and part from the input (bug#4219).
6659
6660 * ido.el (ido-everywhere): Use define-minor-mode.
6661
6662 * buff-menu.el (list-buffers, ctl-x-map):
6663 Mark the entry points with ;;;###autoload cookies.
6664
6665 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6666
6667 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6668 correctly in the detached head case.
6669 (vc-git-print-log): Remove unused binding.
6670
6671 * vc.el (vc-responsible-backend): When a directory is passed for
6672 for registration create a VC repository if no backend is
6673 responsible for the directory argument.
6674 (vc-deduce-fileset): Tell vc-responsible-backend to register.
6675
6676 * vc.el: Move comments about RCS and SCCS ...
6677 * vc-rcs.el:
6678 * vc-sccs.el: ... here, respectively.
6679
6680 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6681
6682 * minibuffer.el (completion--file-name-table): Return nil if there's
6683 no file completion, even if substitute-in-file-name changed
6684 the string (bug#4708).
6685
6686 2009-10-13 Juri Linkov <juri@jurta.org>
6687
6688 * files-x.el (read-file-local-variable-value): Don't filter out
6689 minor modes from mode name completion (bug#4664).
6690
6691 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6692
6693 * international/mule-cmds.el (ucs-names): Remove exclusion of
6694 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6695
6696 2009-10-13 Kenichi Handa <handa@m17n.org>
6697
6698 * international/uni-name.el: Regenerated.
6699
6700 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6701
6702 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6703 should be automatically buffer-local, but isn't.)
6704
6705 2009-10-12 Sam Steingold <sds@gnu.org>
6706
6707 * progmodes/compile.el (compilation-next-error-function): Fix the
6708 timestamps if the buffer has been visited before.
6709 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6710 non-anchored patterns, like the perl one (bug#3928).
6711
6712 2009-10-12 Glenn Morris <rgm@gnu.org>
6713
6714 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6715 Let-bind `size'.
6716
6717 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
6718
6719 * proced.el (proced-unload-function): New function.
6720
6721 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6722 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6723 Doc fix.
6724
6725 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6726
6727 2009-10-11 Juri Linkov <juri@jurta.org>
6728
6729 * files-x.el (read-file-local-variable-value):
6730 Provide default value only for bound variables (bug#4664).
6731
6732 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
6733
6734 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6735 connection methods like smb.
6736
6737 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6738 can be empty.
6739
6740 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6741 (tramp-smb-file-name-handler-alist): Add handlers for
6742 `add-name-to-file', `make-symbolic-link'.
6743 (tramp-smb-handle-add-name-to-file)
6744 (tramp-smb-do-file-attributes-with-stat)
6745 (tramp-smb-handle-make-symbolic-link)
6746 (tramp-smb-get-cifs-capabilities): New defuns.
6747 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6748 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6749 (tramp-smb-handle-file-local-copy)
6750 (tramp-smb-handle-make-directory-internal)
6751 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6752 The file name syntax depends on cifs capabilities.
6753 (tramp-smb-handle-file-attributes):
6754 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6755 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6756 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6757
6758 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
6759
6760 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6761 (eieio-defclass): Apply deftype handler and setf-method properties
6762 directly.
6763 (eieio-add-new-slot): Avoid union function from cl library.
6764 (eieio--typep): New function.
6765 (eieio-perform-slot-validation): Use it.
6766
6767 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6768
6769 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6770 Update documentation to refer to the variables documented in r1.135.
6771 (Bug#4188)
6772
6773 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6774
6775 * bookmark.el (Info-suffix-list): Remove this unused variable.
6776 (bookmark-current-point): Remove this obsolete variable.
6777 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6778 Adjust for removal of bookmark-current-point.
6779
6780 (bookmarks-already-loaded, bookmark-current-buffer)
6781 (bookmark-yank-point): Document. (Bug#4188)
6782
6783 2009-10-10 Glenn Morris <rgm@gnu.org>
6784
6785 * frame.el (frame-height): Doc fix.
6786
6787 * calendar/calendar.el (calendar-split-width-threshold): New option.
6788 (calendar-basic-setup): Use calendar-split-width-threshold.
6789
6790 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
6791
6792 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6793 Use .la for Automake.
6794
6795 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
6796
6797 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6798 Use "autoreconf -i". Suggested by Andreas Schwab.
6799
6800 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
6801
6802 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6803 Ideographic Supplement" range (U+1F200..U+1F2FF).
6804
6805 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6806
6807 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6808 since the list will have been rebuilt anyway. (Bug#4349)
6809
6810 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6811
6812 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6813 (bookmark-bmenu-execute-deletions): Don't save here, as
6814 bookmark-delete will now do so if necessary.
6815 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6816 (Bug#4348)
6817
6818 2009-10-09 Glenn Morris <rgm@gnu.org>
6819
6820 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6821
6822 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6823
6824 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6825 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6826 argument now, so the two function's behaviors will match. (Bug#3645)
6827
6828 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6829
6830 * cedet/ede/proj.el (project-make-dist, project-compile-project):
6831 Fix filename test.
6832 (ede-proj-dist-makefile): Use expand-file-name instead of concat
6833 to expand file names.
6834
6835 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
6836
6837 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6838 (tramp-file-name-real-host, tramp-file-name-port):
6839 Apply `save-match-data'.
6840
6841 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6842 case both directories are remote.
6843 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6844 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6845
6846 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6847
6848 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6849 (ede-proj-target-makefile-objectcode): Use it.
6850
6851 * cedet/ede/source.el (ede-want-any-source-files-p)
6852 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6853 Return search result. This error was introduced while merging.
6854
6855 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6856
6857 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6858
6859 2009-10-07 Glenn Morris <rgm@gnu.org>
6860
6861 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6862 of concat.
6863
6864 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6865
6866 * files-x.el (read-file-local-variable): Include some
6867 non-user-variables in the completion table (bug#4664).
6868
6869 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
6870
6871 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6872 message.
6873
6874 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6875 (tramp-smb-file-name-handler-alist): Add handler for
6876 `copy-directory', `expand-file-name', `set-file-modes'.
6877 (tramp-smb-handle-copy-directory)
6878 (tramp-smb-handle-expand-file-name)
6879 (tramp-smb-handle-set-file-modes): New defuns.
6880 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6881 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6882 entry.
6883 (tramp-smb-handle-insert-directory): Don't flush the cache.
6884 (tramp-smb-maybe-open-connection): Check for samba client and
6885 server versions.
6886
6887 2009-10-07 Eli Zaretskii <eliz@gnu.org>
6888
6889 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6890 to not error out of search for "^lisp=" fails.
6891
6892 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6893
6894 * makefile.w32-in (WINS_UPDATES): New macro.
6895 (custom-deps, finder-data, autoloads): Use it.
6896
6897 2009-10-07 Glenn Morris <rgm@gnu.org>
6898
6899 * Makefile.in (autoloads): Revert previous change.
6900 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6901 the list of preloaded files passed on the command-line, get
6902 it from src/Makefile.
6903
6904 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6905 show the original buffer rather than a random one.
6906
6907 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
6908
6909 * help.el (describe-no-warranty): Place point in a slightly better
6910 position in the GPLv3 text.
6911
6912 2009-10-06 Sam Steingold <sds@gnu.org>
6913
6914 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6915 the comm attribute is present before calling regexp-quote.
6916
6917 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
6918
6919 * play/animate.el (animate-string): For good effect, make sure
6920 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6921
6922 * play/animate.el (animate-sequence, animate-birthday-present):
6923 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6924
6925 2009-10-06 Glenn Morris <rgm@gnu.org>
6926
6927 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6928
6929 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6930 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6931 (batch-update-autoloads): Process a string value of autoload-excludes,
6932 set during the build process.
6933 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6934
6935 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6936 inside with-parsed... macro so that `v' is defined.
6937
6938 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6939 * progmodes/fortran.el (fortran-end-of-block)
6940 (fortran-beginning-of-block):
6941 Also push mark in the macro case.
6942
6943 * emerge.el (emerge-show-file-name):
6944 * calc/calc.el (calc-quit):
6945 * calc/calc-misc.el (calc-big-or-small):
6946 * calc/calc-graph.el (calc-graph-view):
6947 * calc/calc-ext.el (calc-reset):
6948 * calendar/calendar.el (calendar-basic-setup):
6949 Use window-full-height-p.
6950
6951 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6952 header we don't understand, don't insert another. (Bug#4624)
6953 If changing mime charset, insert the new one in the right place.
6954
6955 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
6956
6957 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6958 (cal-tex-cursor-month): Correctly increment the end date for diary and
6959 holiday listing. (Bug#4626)
6960
6961 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6962
6963 * help-fns.el (describe-function-1): Don't burp if the function is not
6964 a symbol.
6965
6966 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
6967
6968 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6969 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6970 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6971 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6972
6973 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6974 (eieio-default-superclass): Reflow docstrings.
6975 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6976 (eieio-unbind-method-implementations, defmethod)
6977 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6978 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6979 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6980 (eieio-slot-originating-class-p, eieio-slot-name-index)
6981 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6982 (constructor, initialize-instance, no-next-method, object-print)
6983 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6984 Fix typos in docstrings.
6985 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6986 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6987 (next-method-p): Doc fixes.
6988 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6989 Fix typos in error messages.
6990 (eieio-defmethod): Fix typo in description of generic method.
6991
6992 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6993 (eieio-persistent-save-interactive, slot-missing):
6994 Fix typos in docstrings.
6995 (eieio-instance-inheritor-slot-boundp): Doc fix.
6996
6997 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6998 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6999
7000 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7001 (eieio-custom-object-apply-reset):
7002 Fix typos in docstrings and error messages.
7003
7004 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7005 Fix typo in docstring.
7006
7007 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7008 (eieio-browse-tree): Doc fix.
7009 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7010 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7011 Fix typos in docstrings.
7012
7013 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7014 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7015 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7016 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7017 Reflow docstrings.
7018
7019 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7020
7021 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7022 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7023 Set log-view-vc-backend so that diff can work.
7024
7025 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7026 vc-version-diff.
7027 (vc-diff-internal): Autoload this instead of vc-version-diff.
7028
7029 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7030
7031 * simple.el (eval-expression): Doc fix.
7032
7033 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7034
7035 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7036
7037 * files.el (directory-files-no-dot-files-regexp): New defconst.
7038 (delete-directory): Use it.
7039 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7040
7041 * net/tramp.el (tramp-verbose): Fix docstring.
7042 (tramp-methods): Add recursive option to `tramp-copy-args'.
7043 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7044 "scp1_old", "scp2_old", "rsync", "rsyncc".
7045 (tramp-default-method): Check also for `auth-source-user-or-password'.
7046 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7047 Add handler for `copy-directory'.
7048 (tramp-handle-copy-directory): New defun.
7049 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7050 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7051 Optimize sent command.
7052
7053 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7054
7055 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7056 window if necessary.
7057
7058 * calendar/calendar.el (calendar-basic-setup): Don't call
7059 switch-to-buffer in a dedicated window.
7060
7061 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7062
7063 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7064 don't do anything related to relocating, just return nil.
7065 (bookmark-error-no-filename): New error.
7066 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7067 bookmark has no file. Don't even attempt to handle things that
7068 are not files; the whole point of custom handlers is to keep that
7069 knowledge elsewhere anyway. Tighten some comments.
7070 (bookmark-file-or-variation-thereof): Remove now-unused function.
7071 (bookmark-location): Doc string fix.
7072 (Bug#4250)
7073
7074 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7075
7076 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7077 don't use a file dialog, because they usually don't know how to read
7078 a directory target from the user. (Bug#4230)
7079 Also, make sure the prompt can display directories as well as files.
7080
7081 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7082
7083 * bookmark.el (bookmark-set, bookmark-buffer-name):
7084 Improve doc strings. (Bug#1193)
7085
7086 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7087
7088 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7089 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7090 (bookmark-get-annotation, bookmark-set-annotation)
7091 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7092 (bookmark-set-position, bookmark-get-front-context-string)
7093 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7094 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7095 (bookmark-jump-other-window, bookmark-handle-bookmark)
7096 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7097 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7098 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7099 Improve doc strings to say whether bookmark can be a string or
7100 a record or both, and make other consistency and clarity fixes.
7101 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7102 (bookmark-default-annotation-text, bookmark-yank-word)
7103 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7104 (bookmark-import-new-list, bookmark-maybe-rename)
7105 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7106 (bookmark-bmenu-bookmark): Give these doc strings.
7107 (bookmark-bmenu-check-position): Give this a doc string, but also
7108 add a FIXME comment about how the function may be pointless.
7109 (bookmark-default-handler): Rework doc string and change a
7110 parameter name, to clarify that this takes a bookmark record
7111 not a bookmark name.
7112 (bookmark-set): Change a parameter name to indicate its meaning,
7113 and improve the doc string a bit.
7114 (Bug#4188)
7115
7116 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7117
7118 * bookmark.el (bookmark-alist): Document the new `handler' element
7119 in the param alist.
7120 (bookmark-make-record-function): Adjust documentation for above.
7121 (Bug#4193)
7122
7123 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7124
7125 * info.el (Info-bookmark-make-record): Document this function.
7126 (Info-bookmark-jump): Document with a doc string, not just a comment.
7127 (Bug#4203)
7128
7129 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7130
7131 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
7132 (semantic-new-buffer-fcn): Call parser setup functions here.
7133 (semantic-mode): Don't call parser setup functions here, it's done
7134 in semantic-new-buffer-fcn now.
7135 (semantic-mode): Parse all existing buffers when enabled.
7136
7137 * cedet/srecode/compile.el (srecode-compile-file):
7138 Call semantic-new-buffer-fcn if the buffer has not been parsed.
7139
7140 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7141
7142 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
7143
7144 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
7145 (proj-comp-insert-variable-once): New macro, renamed from
7146 ede-pmake-insert-variable-once in ede/pmake.edl.
7147 (ede-proj-makefile-insert-variables): Use it.
7148
7149 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7150
7151 * files.el (copy-directory): New defun.
7152
7153 * dired-aux.el (dired-copy-file-recursive): Use it.
7154
7155 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7156
7157 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7158 (makefile-end-of-command):
7159 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7160 (semantic-end-of-context): Fix previous change. Doc fixes.
7161
7162 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7163
7164 * files-x.el (modify-dir-local-variable)
7165 (copy-dir-locals-to-file-locals-prop-line):
7166 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7167 (makefile-end-of-command):
7168 * cedet/semantic/lex.el (semantic-lex-token):
7169 * cedet/semantic/analyze/fcn.el
7170 (semantic-analyze-dereference-metatype-1):
7171 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
7172 (semantic-lex-cpp-undef):
7173 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
7174 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7175 (semantic-end-of-context): Fix typos in docstrings.
7176
7177 * recentf.el (recentf-unload-function): New function.
7178
7179 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7180
7181 * cedet/ede.el (ede-project-placeholder-cache-file):
7182 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
7183 * cedet/srecode/map.el (srecode-map-save-file):
7184 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
7185
7186 2009-10-04 Glenn Morris <rgm@gnu.org>
7187
7188 * window.el (window-full-height-p): Add doc string.
7189
7190 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7191
7192 * window.el (window-full-height-p): New function. (Bug#4543)
7193
7194 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
7195
7196 * cedet/srecode/insert.el: Require srecode/args.
7197
7198 * cedet/srecode/args.el: Require srecode/dictionary instead of
7199 srecode/insert.
7200
7201 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
7202
7203 * files.el (auto-mode-alist): Add .srt and Project.ede.
7204
7205 * cedet/semantic.el (semantic-mode):
7206 Handle srecode-template-mode-hook as well.
7207 (semantic-mode): Use js-mode-hook for Javascript hook.
7208
7209 * cedet/srecode/template.el: Remove hook variable.
7210
7211 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
7212
7213 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
7214 projects exist.
7215 (ede-project-placeholder-cache-file): Default to a file in
7216 user-emacs-directory.
7217
7218 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
7219 templates in data-directory.
7220 (srecode-map-save-file): Default to a file in user-emacs-directory.
7221
7222 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
7223 directory.
7224
7225 2009-09-30 Eric Ludlam <zappo@gnu.org>
7226
7227 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
7228 Doc fix.
7229
7230 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
7231 Only insert each variable once.
7232
7233 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
7234 (ede-pmake-insert-variable-shared): Use it.
7235
7236 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
7237 for lexical table iff table is nil.
7238
7239 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7240
7241 * vc.el: Remove commented out code.
7242 (vc-derived-from-dir-mode): Remove, unused.
7243 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7244
7245 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7246
7247 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7248 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7249 there could be recursive loading when `default-directory' is a
7250 remote file name. (Bug#4614)
7251
7252 2009-10-03 Glenn Morris <rgm@gnu.org>
7253
7254 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7255 the frame is wide.
7256 (calendar-generate-window): Test for shrinkability rather than width.
7257
7258 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
7259 declaration, currently false.
7260
7261 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7262 reusing existing buffers, in case we happen to visit two files with the
7263 same basename. (Bug#4593)
7264
7265 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7266
7267 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7268 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7269 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7270 subdirs of cedet as well.
7271 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7272
7273 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7274
7275 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7276 Obey advertised-signature-table.
7277
7278 * help-fns.el (help-function-arglist): Don't check
7279 advertised-signature-table.
7280 (describe-function-1): Do it here instead so it also applies to subrs.
7281
7282 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7283
7284 * simple.el (start-file-process): Say in the doc-string, that file
7285 handlers might not support pty association, if PROGRAM is nil.
7286
7287 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7288 HOST and USER are strings. They are nil, when there are
7289 incomplete entries in ~/.netrc, for example.
7290 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7291 root directory ("device busy" error otherwise).
7292
7293 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7294 Flush file properties of created directory.
7295
7296 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7297
7298 * makefile.w32-in (WINS_BASIC): Remove cedet.
7299 (WINS_CEDET): Add cedet.
7300 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7301
7302 2009-10-02 Kevin Ryde <user42@zip.com.au>
7303
7304 * net/browse-url.el (browse-url): Pass any symbol in
7305 browse-url-browser-function to `apply', since if you've mistakenly put
7306 an unbound symbol then the error is clearer. (Bug#4531)
7307
7308 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7309
7310 * allout.el (allout-init, allout-back-to-current-heading)
7311 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7312 (allout-ascend, allout-up-current-level, allout-end-of-level)
7313 (allout-previous-visible-heading, allout-forward-current-level)
7314 (allout-backward-current-level, allout-show-children):
7315 * apropos.el (apropos-describe-plist):
7316 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7317 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7318 * completion.el (add-completion, add-permanent-completion):
7319 * descr-text.el (describe-text-category, describe-char):
7320 * desktop.el (desktop-lazy-abort):
7321 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7322 * dired.el (dired-build-subdir-alist):
7323 * ediff.el (ediff-version):
7324 * elide-head.el (elide-head, elide-head-show):
7325 * emerge.el (emerge-version):
7326 * env.el (getenv):
7327 * face-remap.el (variable-pitch-mode):
7328 * faces.el (describe-face):
7329 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7330 (dired-at-point):
7331 * files.el (find-file-existing, auto-save-mode):
7332 * font-lock.el (font-lock-fontify-buffer):
7333 * help-fns.el (describe-function, describe-variable)
7334 (describe-syntax, describe-categories):
7335 * help.el (view-lossage, describe-bindings, describe-key)
7336 (describe-mode):
7337 * hexl.el (hexl-current-address):
7338 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7339 * info.el (Info-goto-emacs-key-command-node):
7340 * log-edit.el (log-edit-insert-cvs-template)
7341 (log-edit-insert-cvs-rcstemplate):
7342 * menu-bar.el (menu-bar-mode):
7343 * mouse.el (mouse-appearance-menu):
7344 * newcomment.el (comment-indent-new-line):
7345 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7346 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7347 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7348 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7349 * recentf.el (recentf-mode):
7350 * savehist.el (savehist-mode, savehist-save):
7351 * shadowfile.el (shadow-copy-files):
7352 * simple.el (kill-ring-save, next-line, previous-line)
7353 (normal-erase-is-backspace-mode):
7354 * strokes.el (strokes-update-window-configuration)
7355 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7356 (strokes-xpm-for-stroke):
7357 * time.el (emacs-uptime, emacs-init-time):
7358 * tutorial.el (tutorial--describe-nonstandard-key)
7359 (tutorial--detailed-help):
7360 * type-break.el (type-break-mode)
7361 (type-break-mode-line-message-mode, type-break-query-mode)
7362 (type-break-guesstimate-keystroke-threshold):
7363 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7364 * version.el (emacs-version):
7365 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7366 * winner.el (winner-mode):
7367 * calendar/timeclock.el (timeclock-in, timeclock-out)
7368 (timeclock-status-string, timeclock-change)
7369 (timeclock-workday-remaining-string)
7370 (timeclock-workday-elapsed-string)
7371 (timeclock-when-to-leave-string):
7372 * calendar/todo-mode.el (todo-add-category):
7373 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7374 * emacs-lisp/autoload.el (update-file-autoloads):
7375 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7376 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7377 (checkdoc-message-text, checkdoc-defun):
7378 * emacs-lisp/debug.el (debugger-list-functions):
7379 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7380 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7381 (eieio-describe-generic):
7382 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7383 * emacs-lisp/shadow.el (list-load-path-shadows):
7384 * emulation/cua-base.el (cua-mode):
7385 * emulation/edt.el (edt-set-scroll-margins):
7386 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7387 (tpu-toggle-regexp, tpu-toggle-search-direction)
7388 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7389 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7390 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7391 (viper-set-parsing-style-toggling-macro)
7392 (viper-set-emacs-state-searchstyle-macros):
7393 * emulation/viper.el (viper-set-hooks):
7394 * eshell/esh-mode.el (eshell-truncate-buffer):
7395 * international/mule-cmds.el (prefer-coding-system)
7396 (describe-input-method, describe-language-environment):
7397 * international/mule-diag.el (list-character-sets)
7398 (describe-character-set, describe-coding-system)
7399 (describe-fontset, list-fontsets, list-input-methods):
7400 * mail/sendmail.el (mail-signature):
7401 * net/ange-ftp.el (ange-ftp-copy-file):
7402 * net/browse-url.el (browse-url):
7403 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7404 * net/quickurl.el (quickurl-add-url):
7405 * net/rcirc.el (names, topic):
7406 * net/xesam.el (xesam-mode):
7407 * play/5x5.el (5x5-new-game):
7408 * play/yow.el (apropos-zippy):
7409 * progmodes/ada-mode.el (ada-mode-version):
7410 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7411 (f90-end-of-block)
7412 (f90-beginning-of-block):
7413 * progmodes/fortran.el (fortran-end-of-block)
7414 (fortran-beginning-of-block):
7415 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7416 * progmodes/python.el (python-describe-symbol, python-shell):
7417 * term/ns-win.el (ns-print-buffer):
7418 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7419 * textmodes/flyspell.el (flyspell-mode-on):
7420 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7421 (pages-directory-for-addresses):
7422 * textmodes/table.el (table-recognize-cell)
7423 (table-query-dimension, table-generate-source)
7424 (table-insert-sequence, table--warn-incompatibility):
7425 * textmodes/tex-mode.el (tex-validate-buffer):
7426 * textmodes/texinfmt.el (texinfmt-version)
7427 (texinfo-format-buffer):
7428 Use `called-interactively-p' instead of `interactive-p'.
7429
7430 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7431
7432 * image-mode.el (image-toggle-display):
7433 * emacs-lisp/elp.el (elp-instrument-function):
7434 * emacs-lisp/advice.el (ad-make-advised-definition):
7435 * emacs-lisp/easy-mmode.el (define-minor-mode):
7436 * net/browse-url.el (browse-url-maybe-new-window):
7437 * progmodes/sh-script.el (sh-learn-buffer-indent):
7438 Pass new argument 'any to `called-interactively-p'.
7439
7440 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7441
7442 * international/uni-bidi.el:
7443 * international/uni-category.el:
7444 * international/uni-combining.el:
7445 * international/uni-comment.el:
7446 * international/uni-decimal.el:
7447 * international/uni-decomposition.el:
7448 * international/uni-digit.el:
7449 * international/uni-lowercase.el:
7450 * international/uni-mirrored.el:
7451 * international/uni-name.el:
7452 * international/uni-numeric.el:
7453 * international/uni-old-name.el:
7454 * international/uni-titlecase.el:
7455 * international/uni-uppercase.el:
7456 Regenerate from Unicode 5.2.0 data.
7457
7458 2009-10-01 Glenn Morris <rgm@gnu.org>
7459
7460 * Makefile.in (ELCFILES): Regenerate.
7461
7462 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7463
7464 * subr.el (interactive-p): Mark obsolete.
7465 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7466 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7467 advertised-signature-table for subroutines as well.
7468
7469 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7470 (set-advertised-calling-convention): New function.
7471 (make-obsolete, define-obsolete-function-alias)
7472 (make-obsolete-variable, define-obsolete-variable-alias):
7473 Make the optional-ness of `when' obsolete.
7474 (define-obsolete-face-alias): Make `when' non-optional.
7475 * help-fns.el (help-function-arglist):
7476 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7477 Use advertised-signature-table.
7478
7479 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7480
7481 * files.el (delete-directory): New defun. The original function
7482 in fileio.c has been renamed to `delete-directory-internal'.
7483
7484 * dired.el (dired-delete-file): Call `delete-directory' with
7485 RECURSIVE parameter.
7486
7487 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7488 parameter RECURSIVE. Implementation is missing.
7489
7490 * net/tramp.el (tramp-handle-make-directory): Flush upper
7491 directory's file properties.
7492 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7493 (tramp-handle-dired-recursive-delete-directory): Flush directory
7494 properties after the remove command only.
7495
7496 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7497 Handle optional parameter RECURSIVE.
7498
7499 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7500 Handle optional parameter RECURSIVE.
7501
7502 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7503 connection timeout.
7504 (tramp-smb-handle-delete-directory): Handle optional parameter
7505 RECURSIVE.
7506
7507 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7508
7509 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7510 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7511 (byte-compile-defmacro): Use backquotes.
7512
7513 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7514
7515 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7516 has no associated file.
7517 (vc-resynch-buffer): Use vc-dir-buffers.
7518
7519 2009-10-01 Glenn Morris <rgm@gnu.org>
7520
7521 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7522 (chart-file-count):
7523 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7524 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7525 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7526 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7527 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7528 (eieio-copy-parents-into-subclass, make-instance, class-children)
7529 (eieio-generic-form):
7530 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7531 * cedet/cedet-idutils.el (cedet-idutils-search)
7532 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7533 (cedet-idutils-version-check):
7534 * cedet/cedet.el (cedet-version):
7535 * cedet/data-debug.el (data-debug-insert-overlay-button)
7536 (data-debug-insert-overlay-list-button)
7537 (data-debug-insert-buffer-button)
7538 (data-debug-insert-buffer-list-button)
7539 (data-debug-insert-process-button, data-debug-insert-ring-button)
7540 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7541 (data-debug-insert-stuff-vector-button)
7542 (data-debug-insert-symbol-button, data-debug-insert-string)
7543 (data-debug-insert-number, data-debug-insert-lambda-expression)
7544 (data-debug-insert-nil, data-debug-insert-simple-thing)
7545 (data-debug-insert-custom, data-debug-edebug-expr):
7546 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7547 (global-ede-mode-map, ede-new, ede-debug-target)
7548 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7549 * cedet/semantic.el (semantic-minimum-working-buffer-size)
7550 (semantic-fetch-tags, semantic-submode-list)
7551 (semantic-default-submodes):
7552 * cedet/ede/source.el (ede-source-match):
7553 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7554 (project-am-package-info):
7555 * cedet/ede/proj.el (ede-proj-target, project-new-target):
7556 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7557 * cedet/ede/proj-comp.el (ede-current-build-list):
7558 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7559 * cedet/ede/files.el (ede-toplevel-project-or-nil):
7560 * cedet/ede/cpp-root.el (initialize-instance):
7561 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7562 (autoconf-parameter-strip, autoconf-insert-new-macro):
7563 * cedet/semantic/wisent.el (wisent-lex-eoi):
7564 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7565 (semantic-show-parser-state-mode):
7566 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7567 * cedet/semantic/tag.el (semantic-tag-new-variable)
7568 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7569 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7570 (semantic--tag-deep-copy-tag-list)
7571 (semantic-tag-components-with-overlays-default):
7572 * cedet/semantic/symref.el (semantic-symref-find-text):
7573 * cedet/semantic/senator.el (senator-yank-tag)
7574 (senator-transpose-tags-up):
7575 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7576 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7577 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7578 * cedet/semantic/lex.el (semantic-lex-comment-regex)
7579 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7580 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7581 * cedet/semantic/lex-spp.el
7582 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7583 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7584 * cedet/semantic/idle.el
7585 (semantic-idle-summary-current-symbol-info-brutish)
7586 (semantic-idle-summary-current-symbol-info-default):
7587 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7588 (semantic--grammar-macro-compl-dict):
7589 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7590 * cedet/semantic/format.el (semantic-format-tag-custom-list)
7591 (semantic-format-tag-canonical-name-default):
7592 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7593 (semantic-find-tags-for-completion)
7594 (semantic-find-tags-by-scope-protection-default)
7595 (semantic-deep-find-tags-for-completion):
7596 * cedet/semantic/edit.el
7597 (semantic-edits-incremental-reparse-failed-hook)
7598 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7599 (semantic-edits-splice-remove, semantic-edits-splice-replace):
7600 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7601 * cedet/semantic/dep.el (semantic-dependency-include-path):
7602 * cedet/semantic/db.el (semanticdb-default-find-index-class)
7603 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7604 (semanticdb-project-roots):
7605 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7606 (semanticdb-find-adebug-insert-scanned-tag-cons)
7607 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7608 (semanticdb-brute-deep-find-tags-for-completion):
7609 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7610 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7611 (semantic-end-of-context-default)
7612 (semantic-ctxt-current-function-default)
7613 (semantic-ctxt-scoped-types-default):
7614 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7615 (semantic-complete-inline-tag-engine)
7616 (semantic-complete-inline-custom-type)
7617 (semantic-complete-read-tag-analyzer):
7618 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7619 (semantic-chart-database-size):
7620 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7621 (semantic-analyze-current-context):
7622 * cedet/semantic/symref/list.el (semantic-symref)
7623 (semantic-symref-hide-buffer, semantic-symref-symbol):
7624 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7625 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7626 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7627 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7628 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7629 (semantic-c-dereference-template):
7630 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7631 (semantic--analyze-refs-full-lookup-with-parents)
7632 (semantic--analyze-refs-full-lookup-simple):
7633 * cedet/semantic/analyze/complete.el
7634 (semantic-analyze-possible-completions):
7635 * cedet/srecode/table.el (srecode-mode-table-new):
7636 * cedet/srecode/srt.el (srecode-read-variable-name):
7637 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7638 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7639 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7640 * cedet/srecode/map.el (srecode-current-map):
7641 * cedet/srecode/insert.el (srecode-insert)
7642 (srecode-insert-variable-secondname-handler, srecode-insert-method)
7643 (srecode-template-inserter-point-override)
7644 (srecode-insert-include-lookup):
7645 * cedet/srecode/getset.el (srecode-auto-choose-class):
7646 * cedet/srecode/extract.el (srecode-inserter-extract):
7647 * cedet/srecode/document.el
7648 (srecode-document-autocomment-return-last-alist)
7649 (srecode-document-autocomment-param-type-alist)
7650 (srecode-document-insert-function-comment)
7651 (srecode-document-insert-variable-one-line-comment)
7652 (srecode-document-function-name-comment):
7653 * cedet/srecode/dictionary.el (srecode-create-dictionary)
7654 (srecode-compound-toString):
7655 * cedet/srecode/compile.el (srecode-flush-active-templates):
7656 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
7657 Doc/message fixes.
7658
7659 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7660 match-data. (Bug#4555).
7661
7662 * cedet/semantic/bovine/gcc.el
7663 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7664 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7665
7666 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7667 rather than parsing it as a regexp. This relaxes the layout
7668 requirements and makes errors easier to detect.
7669 (check-declare-verify): Check file is regular.
7670 (check-declare-directory): Doc fix.
7671 * subr.el (declare-function): Doc fix.
7672
7673 * ibuffer.el (ibuffer-format-qualifier):
7674 * isearch.el (hi-lock-regexp-okay):
7675 * calc/calc.el (math-zerop):
7676 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7677 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7678 Remove unused declarations.
7679
7680 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7681
7682 * cedet/semantic/wisent/javat-wy.el
7683 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7684
7685 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
7686
7687 * cedet/srecode/expandproto.el: Fix provide statement.
7688
7689 2009-09-30 Eric Ludlam <zappo@gnu.org>
7690
7691 * emacs-lisp/eieio.el (boolean-p): Delete.
7692
7693 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
7694
7695 * cedet/ede/srecode.el: Fix provide statement.
7696
7697 2009-09-30 Glenn Morris <rgm@gnu.org>
7698
7699 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7700 * cedet/ede/proj-aux.el (ede-aux-source):
7701 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7702 (ede-misc-source):
7703 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7704 (semantic-mrub-switch-tags): Fix doc typos.
7705
7706 * cedet/semantic/db-global.el (data-debug-new-buffer)
7707 (data-debug-insert-thing): Remove unneeded declarations (one broken).
7708 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7709
7710 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7711
7712 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7713 use of CL function `remove-if-not'.
7714
7715 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7716
7717 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7718 filename is not a string.
7719
7720 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
7721
7722 * files.el (safe-local-eval-forms): Fix typo.
7723
7724 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7725
7726 * vc-hooks.el (vc-dir-buffers): New var.
7727 (vc-state-refresh): New function.
7728 (vc-state): Use it.
7729 (vc-after-save): Always ask the backend to recompute the new state.
7730 Always call vc-dir if necessary, using vc-dir-buffers.
7731 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7732 Use vc-dir-buffers.
7733 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7734 (vc-dir-prepare-status-buffer, vc-dir-update)
7735 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7736 Don't call expand-file-name on default-directory.
7737
7738 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7739
7740 * speedbar.el (speedbar-item-delete):
7741 * calc/calc-prog.el (calc-kbd-if):
7742 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7743
7744 * epa.el (epa-key-list-mode-map):
7745 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7746
7747 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7748 (hs-show-hook): Fix typo in docstring.
7749
7750 2009-09-29 Glenn Morris <rgm@gnu.org>
7751
7752 * cedet/semantic/symref/idutils.el:
7753 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7754
7755 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7756
7757 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7758 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7759 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7760 Mark declarations not understood by check-declare.
7761
7762 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7763 file-name-nondirectory call preventing location of cedet files.
7764 (check-declare-verify): Use literal search rather than re-search.
7765 Add basic defmethod and defclass, and define-overloadable-function.
7766
7767 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7768 Use tramp-compat-file-attributes rather than nonexistent
7769 tramp-compat-handle-file-attributes.
7770
7771 * Makefile.in (lisptagsfiles4): New.
7772 (AUTOGENEL): Add cedet loaddefs files.
7773 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7774 (update-elclist, compile-always, backup-compiled-files)
7775 (bootstrap-clean): Add yet another directory level.
7776 (update-elclist): Use LC_COLLATE rather than COLLATE.
7777 (ELCFILES): Update, via `make update-elclist'.
7778
7779 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7780
7781 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7782 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7783 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7784
7785 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7786
7787 * Makefile.in (lisptagsfiles3): Define.
7788 (TAGS, TAGS-LISP): Use it.
7789 (update-elclist): Add third directory level to look for elc files.
7790 (compile-always): Likewise.
7791 (backup-compiled-files): Likewise.
7792 (bootstrap-clean): Likewise.
7793 (ELCFILES): Update.
7794
7795 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
7796
7797 * Makefile.in (ELCFILES): Add CEDET files.
7798
7799 2009-09-28 Eric Ludlam <zappo@gnu.org>
7800
7801 CEDET (development tools) package merged.
7802
7803 * cedet/*.el:
7804 * cedet/ede/*.el:
7805 * cedet/semantic/*.el:
7806 * cedet/srecode/*.el: New files.
7807
7808 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
7809
7810 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7811
7812 * net/tramp.el (top): Require tramp-imap.
7813
7814 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7815 Use `tramp-compat-handle-file-attributes'.
7816
7817 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7818
7819 * net/tramp-imap.el: New package.
7820
7821 2009-09-28 Eric Ludlam <zappo@gnu.org>
7822
7823 * emacs-lisp/chart.el:
7824 * emacs-lisp/eieio-base.el:
7825 * emacs-lisp/eieio-comp.el:
7826 * emacs-lisp/eieio-custom.el:
7827 * emacs-lisp/eieio-datadebug.el:
7828 * emacs-lisp/eieio-opt.el:
7829 * emacs-lisp/eieio-speedbar.el:
7830 * emacs-lisp/eieio.el: New files.
7831
7832 * cedet/cedet-cscope.el:
7833 * cedet/cedet-files.el:
7834 * cedet/cedet-global.el:
7835 * cedet/cedet-idutils.el:
7836 * cedet/data-debug.el:
7837 * cedet/inversion.el:
7838 * cedet/mode-local.el:
7839 * cedet/pulse.el: New files.
7840
7841 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7842
7843 * whitespace.el (whitespace-trailing-regexp)
7844 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7845 Fix doc string.
7846
7847 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
7848
7849 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7850 menu.
7851
7852 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7853 menu-bar-ediff-menu.
7854
7855 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7856 define-overloadable-function.
7857
7858 * progmodes/autoconf.el: Provide autoconf as well, so that this
7859 file can be `require'd.
7860
7861 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7862
7863 * emacs-lisp/autoload.el (generated-autoload-feature)
7864 (generated-autoload-load-name): New vars.
7865 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7866 (make-autoload): Recognize define-overloadable-function and
7867 defclass forms (for EIEIO).
7868
7869 * Makefile.in (update-subdirs): Exclude cedet directory.
7870
7871 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7872
7873 * term/ns-win.el: Don't set the region face background. (Bug#4381)
7874
7875 * faces.el: Default light-background background for region face to
7876 ns_selection_color under NS.
7877
7878 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7879
7880 * net/imap-hash.el: New library, see NEWS.
7881
7882 * Makefile.in (ELCFILES): Add imap-hash.el.
7883
7884 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7885
7886 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7887 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7888 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7889 definition where the docstring could be taken for the return value.
7890
7891 2009-09-26 Glenn Morris <rgm@gnu.org>
7892
7893 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7894 Add option to only show images below a certain size.
7895 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7896 save-excursion calls.
7897
7898 2009-09-26 Eli Zaretskii <eliz@gnu.org>
7899
7900 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7901 subdirectories) and eieio.
7902
7903 2009-09-26 Alan Mackenzie <acm@muc.de>
7904
7905 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7906 buggy bracketing. (Bug#4289)
7907
7908 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7909 character constants (as case labels). (Bug#4289)
7910
7911 2009-09-25 Juri Linkov <juri@jurta.org>
7912
7913 * files.el (safe-local-eval-forms): Allow time-stamp in
7914 before-save-hook (Bug#4554).
7915
7916 2009-09-25 Drew Adams <drew.adams@oracle.com>
7917
7918 * menu-bar.el (list-buffers-directory): Doc fix.
7919
7920 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7921
7922 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7923 Try and avoid copying twice the same paragraph.
7924 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7925 Remove save-excursion.
7926 (log-edit-changelog-entry): Do it here instead.
7927
7928 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
7929
7930 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7931 when available, instead of hardcoding mode names. Doc fix.
7932
7933 * menu-bar.el (list-buffers-directory): Add docstring.
7934 Make automatically buffer-local.
7935
7936 * dired.el (dired-mode):
7937 * files.el (cd-absolute):
7938 * pcvs.el (cvs-temp-buffer):
7939 * pcvs-util.el (cvs-get-buffer-create):
7940 * shell.el (shell-mode):
7941 * vc-dir.el (vc-dir-mode):
7942 Don't make `list-buffers-directory' buffer local.
7943
7944 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7945
7946 * comint.el (comint-exec, comint-run, make-comint):
7947 Doc fixes (Bug#4542).
7948
7949 2009-09-25 Glenn Morris <rgm@gnu.org>
7950
7951 * mail/rmailmm.el (rmail-mime): New custom group.
7952 Move all defcustoms in this file into this group.
7953 (rmail-mime-media-type-handlers-alist): Revert previous change.
7954 (rmail-mime-show-images): New option.
7955 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7956 references to it, since it wasn't actually used for anything.
7957 (rmail-mime-insert-image): New function.
7958 (rmail-mime-image): Use rmail-mime-insert-image.
7959 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7960 obey the value of `rmail-mime-show-images' option. Print the size of
7961 attachments.
7962
7963 2009-09-25 David Engster <deng@randomsample.de>
7964
7965 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7966
7967 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7968
7969 * whitespace.el: Does not highlight trailing spaces While point is
7970 at end of line. Does not highligt spaces at beginning of buffer
7971 while point is at beginning of buffer. Does not highlight spaces
7972 at end of buffer while point is at end of buffer. (Bug#4177)
7973 New version 12.0.
7974 (whitespace-display-mappings): Adjust initialization.
7975 (whitespace-point, whitespace-font-lock-refontify): New vars.
7976 (whitespace-color-on, whitespace-color-off): Adjust code.
7977 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7978 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7979 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7980
7981 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
7982
7983 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7984
7985 * textmodes/sgml-mode.el: Remove xml-mode alias.
7986
7987 * files.el (auto-mode-alist, conf-mode-maybe)
7988 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7989
7990 2009-09-24 Alan Mackenzie <acm@muc.de>
7991
7992 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7993 c-forward-conditionals, but it doesn't move point and doesn't set
7994 the mark.
7995 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7996 (c-down-conditional-with-else, c-backward-conditional)
7997 (c-forward-conditional): Refactor to use c-scan-conditionals.
7998
7999 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8000
8001 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8002 (help-default-arg-highlight): Remove.
8003 (help-highlight-arg): New function.
8004 (help-do-arg-highlight): Use it.
8005 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8006
8007 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8008
8009 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8010 Undo last change, which didn't fix the problem and introduced others.
8011
8012 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
8013
8014 * progmodes/gdb-mi.el: Don't require speedbar.
8015 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8016
8017 2009-09-24 Glenn Morris <rgm@gnu.org>
8018
8019 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8020
8021 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8022
8023 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8024 there is no newline after the final mime boundary. (Bug#4539)
8025 Move markers on insertion so that any buttons inserted don't end up in
8026 the next part of a multipart message.
8027 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8028 (rmail-mime-bulk-handler): Optionally handle images.
8029 (rmail-mime-image): New button action.
8030 (rmail-mime-image-handler): New function.
8031 (rmail-mime-mode): New mode.
8032 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8033
8034 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8035
8036 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8037 than just dropping elements from it (bug#4504).
8038
8039 * term.el (term-set-scroll-region): Don't move cursor any more.
8040 (term-handle-ansi-escape): Call term-goto here instead.
8041 Suggested by Ivan Kanis <apple@kanis.eu>.
8042
8043 * term.el: Require CL.
8044 (term-ansi-reset): New function.
8045 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8046 (term-handle-colors-array): Simplify.
8047
8048 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8049
8050 * allout.el (allout-overlay-interior-modification-handler)
8051 (allout-obtain-passphrase):
8052 * epa-file.el (epa-file-write-region):
8053 * ps-print.el (ps-begin-job):
8054 * vc-hooks.el (vc-toggle-read-only):
8055 * vc-rcs.el (vc-rcs-rollback):
8056 * vc-sccs.el (vc-sccs-rollback):
8057 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8058 (vc-version-diff, vc-revert, vc-rollback):
8059 * wdired.el (wdired-check-kill-buffer):
8060 * emacs-lisp/authors.el (authors):
8061 * net/socks.el (socks-open-connection):
8062 * net/zeroconf.el (zeroconf-service-add-hook):
8063 * obsolete/vc-mcvs.el (vc-mcvs-register):
8064 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8065 (gdb-select-frame):
8066 * progmodes/grep.el (lgrep, rgrep):
8067 * progmodes/idlw-help.el (idlwave-help-check-locations)
8068 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8069 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8070 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8071 (reftex-toc-rename-label): Fix typos in error messages.
8072
8073 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8074 (dired-copy-how-to-fn): Doc fix.
8075 (dired-files-attributes, dired-read-shell-command):
8076 Fix typos in docstrings.
8077
8078 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8079 (dired-x-find-file-other-window): Reflow docstrings.
8080 (dired-omit-marker-char, dired-read-shell-command)
8081 (dired-x-submit-report): Fix typos in docstrings.
8082
8083 * shell.el (shell-mode-hook):
8084 * view.el (View-scroll-line-forward):
8085 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8086 Fix typos in docstrings.
8087
8088 * net/dig.el (dig-invoke): Fix typo in docstring.
8089 (query-dig): Reflow docstring.
8090
8091 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8092 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8093 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8094 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8095 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8096 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8097 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8098 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8099 (idlwave-completion-map, idlwave-current-indent)
8100 (idlwave-custom-ampersand-surround, idlwave-customize)
8101 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8102 (idlwave-define-abbrev, idlwave-determine-class-special)
8103 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8104 (idlwave-end-block-reg, idlwave-end-of-statement)
8105 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8106 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8107 (idlwave-explicit-class-listed, idlwave-file-header)
8108 (idlwave-fill-paragraph, idlwave-find-class-definition)
8109 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8110 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8111 (idlwave-in-quote, idlwave-indent-action-table)
8112 (idlwave-indent-expand-table, idlwave-indent-line)
8113 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8114 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8115 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8116 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8117 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8118 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8119 (idlwave-outlawed-buffers, idlwave-popup-select)
8120 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8121 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8122 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8123 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8124 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8125 (idlwave-statement-type, idlwave-struct-skip)
8126 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8127 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8128 (idlwave-what-module-find-class): Fix typos in docstrings.
8129 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8130 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8131 (idlwave-find-module, idlwave-find-structure-definition)
8132 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8133 (idlwave-list-load-path-shadows, idlwave-next-statement)
8134 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8135 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8136 (idlwave-template): Reflow docstrings.
8137
8138 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8139 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8140 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8141 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8142 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8143 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8144 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8145 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8146 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8147 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8148 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8149 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8150 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8151 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8152 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8153 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8154 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8155 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8156 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8157 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8158 Fix typos in docstrings.
8159 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8160 (idlwave-shell-hide-output, idlwave-shell-mode)
8161 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8162 Reflow docstrings.
8163
8164 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8165
8166 2009-09-24 Ivan Kanis <apple@kanis.eu>
8167
8168 * term.el (term-bold-attribute): New var.
8169 (term-handle-colors-array): Use it.
8170
8171 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8172
8173 * progmodes/gdb-mi.el (gdb-version): New variable.
8174 (gdb-non-stop-handler): Set gdb-version.
8175 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8176 Condition "--thread" option on gdb-version.
8177 (gdb-invalidate-threads): Remove unused argument.
8178
8179 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8180
8181 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8182 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8183
8184 2009-09-23 Glenn Morris <rgm@gnu.org>
8185
8186 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8187 replying to mail without References or Message-Id. (Bug#4525)
8188
8189 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8190
8191 * term/ns-win.el (ns-reg-to-script): New variable.
8192
8193 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8194
8195 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8196
8197 2009-09-22 Sam Steingold <sds@gnu.org>
8198
8199 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8200 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8201 to 1 because hg returns status 1 when nothing is found.
8202 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8203
8204 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8205
8206 * textmodes/fill.el: Convert to utf-8 encoding.
8207 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8208 pre-unicode days.
8209
8210 * add-log.el (change-log-fill-forward-paragraph): New function.
8211 (change-log-mode): Use it so fill-region DTRT.
8212 Set fill-indent-according-to-mode here rather than in
8213 change-log-fill-paragraph.
8214 (change-log-fill-paragraph): Remove.
8215
8216 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8217
8218 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8219 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8220
8221 2009-09-22 Glenn Morris <rgm@gnu.org>
8222
8223 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8224 the scroll-bar scroll the calendar window rather than the buffer.
8225
8226 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8227 commands that move point (as opposed to scrolling).
8228
8229 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8230
8231 * emacs-lisp/elint.el (elint): New custom group.
8232 (elint-log-buffer): Make it a defcustom.
8233 (elint-scan-preloaded, elint-ignored-warnings)
8234 (elint-directory-skip-re): New options.
8235 (elint-builtin-variables): Doc fix.
8236 (elint-preloaded-env): New variable.
8237 (elint-unknown-builtin-args): Add an entry for encode-time.
8238 (elint-extra-errors): Make it a variable rather than a constant.
8239 (elint-preloaded-skip-re): New constant.
8240 (elint-directory): Skip files matching elint-directory-skip-re.
8241 (elint-features): New variable, local to linted buffers.
8242 (elint-update-env): Initialize elint-features. Possibly add
8243 elint-preloaded-env to the buffer's environment.
8244 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8245 Skip quoted forms.
8246 (elint-init-form): New function, extracted from elint-init-env.
8247 Make non-list forms a warning rather than an error.
8248 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8249 easy-menu-define, put that adds an error-condition, and provide.
8250 When requiring cl, also require cl-macs. Really require cl, to handle
8251 some cl macros. Store required libraries in the list elint-features,
8252 so as not to re-load them. Treat cc-require like require.
8253 (elint-init-env): Call elint-init-form to do the work.
8254 Handle eval-and-compile and such like.
8255 (elint-add-required-env): Do not clear messages.
8256 (elint-special-forms): Add handlers for function, defalias, if, when,
8257 unless, and, or.
8258 (elint-form): Add optional argument to ignore elint-special-forms,
8259 useful to prevent recursive calls from handlers. Doc fix.
8260 Respect elint-ignored-warnings.
8261 (elint-form): Respect elint-ignored-warnings.
8262 (elint-bound-variable, elint-bound-function): New variables.
8263 (elint-unbound-variable): Respect elint-bound-variable.
8264 (elint-get-args): Respect elint-bound-function.
8265 (elint-check-cond-form): Add some simple handling for (f)boundp and
8266 featurep tests.
8267 (elint-check-defalias-form): New handler.
8268 (elint-check-let-form): Make an empty let a warning rather than an
8269 error.
8270 (elint-check-setq-form): Make an empty setq a warning rather than an
8271 error. Respect elint-ignored-warnings.
8272 (elint-check-defvar-form): Accept null doc-strings.
8273 (elint-check-conditional-form): New handler. Does some simple-minded
8274 checking of featurep and (f)boundp tests.
8275 (elint-put-function-args): New function.
8276 (elint-initialize): Use elint-scan-doc-file rather than
8277 elint-find-builtin-variables. Use elint-put-function-args.
8278 Possibly scan preloaded-file-list.
8279 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8280 extend to handle functions as well.
8281
8282 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8283
8284 * linum.el (linum-delete-overlays, linum-update-window):
8285 Do not modify the right margin. (Bug#3971)
8286
8287 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8288
8289 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8290 nxml-mode instead of xml-mode.
8291
8292 2009-09-21 Kevin Ryde <user42@zip.com.au>
8293
8294 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8295
8296 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8297
8298 * net/dig.el (dig-mode): Use define-derived-mode.
8299
8300 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8301
8302 * vc-dispatcher.el (vc-do-command): Return the process object in
8303 the asynchronous case. Use when instead of if. Do not run
8304 vc-exec-after to display a message if not enabled. (Bug#4463)
8305
8306 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8307 properties to the stash strings.
8308 (vc-git-stash-list): Return a list of strings.
8309 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8310 (vc-git-stash-show-at-point): New functions.
8311 (vc-git-stash-map): New keymap.
8312
8313 * register.el (ctl-x-r-map): Define the keys here instead of
8314 using autoload.
8315
8316 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8317
8318 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8319 list, to workaround performance problem (bug#4485).
8320
8321 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8322
8323 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8324
8325 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8326
8327 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8328 Document that this option is not recommended to use.
8329
8330 2009-09-19 Glenn Morris <rgm@gnu.org>
8331
8332 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8333 variable `var'.
8334
8335 * calc/calc-alg.el (var):
8336 * calc/calcalg2.el (var): Define for compiler.
8337
8338 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8339
8340 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8341 Doc fix (Bug#3932).
8342
8343 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8344
8345 * time-stamp.el (time-stamp-month-dd-yyyy)
8346 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8347 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8348 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8349 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8350 Remove functions that have been obsolete since 1995 (Bug#4436).
8351
8352 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8353 indent buffer only if called interactively (Bug#4452).
8354
8355 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8356 Eli Zaretskii <eliz@gnu.org>
8357
8358 This fixes bug#4197 (merged to bug#865, though not identical).
8359 * server.el (server-auth-dir): Add docstring note about FAT32.
8360 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8361 but warn against using them.
8362
8363 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8364
8365 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8366 older GDB where there is no has_more field.
8367
8368 2009-09-19 Glenn Morris <rgm@gnu.org>
8369
8370 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8371
8372 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8373
8374 * files.el (auto-mode-alist): Change default for XML files to nXML
8375 mode (Bug#4169).
8376
8377 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8378
8379 * server.el (server-ensure-safe-dir): Pass 'integer
8380 to `file-attributes', as suggested.
8381
8382 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8383
8384 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8385 (dired-query): Use read-key.
8386
8387 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8388
8389 * cus-start.el (ns-use-qd-smoothing): Remove.
8390
8391 2009-09-18 Glenn Morris <rgm@gnu.org>
8392
8393 * allout.el (top-level): Remove unnecessary progn.
8394
8395 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8396
8397 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8398 definition of abbrev table.
8399
8400 * speedbar.el (speedbar-track-mouse):
8401 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8402 * net/eudc.el (eudc-expand-inline):
8403 * net/newst-backend.el (newsticker--cache-read-feed):
8404 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8405 condition-case handlers.
8406
8407 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8408
8409 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8410 (gdb-var-list): Add an element for has_more field.
8411 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8412 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8413 (gdb-var-update-handler-1): Parse output of dynamic variable
8414 objects (STL containers).
8415 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8416 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8417
8418 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8419 gdb-var-list.
8420 (gud-speedbar-buttons): Make node expandable if expression "has more"
8421 children.
8422
8423 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8424
8425 * startup.el (emacs-quick-startup): Remove variable and all uses.
8426 (command-line): Set `inhibit-x-resources' instead.
8427 (command-line-1): Use `inhibit-x-resources' instead.
8428
8429 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8430
8431 * subr.el: Fix last change to avoid using the `unless' macro,
8432 which breaks bootstrapping.
8433
8434 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8435
8436 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8437 extended definitions, in case we reload subr.el after having
8438 loaded CL.
8439 (eval-next-after-load): Mark as obsolete.
8440
8441 2009-09-17 Juri Linkov <juri@jurta.org>
8442
8443 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8444 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8445 (menu-bar-showhide-menu, menu-bar-tools-menu)
8446 (menu-bar-describe-menu, menu-bar-help-menu)
8447 (minibuffer-local-completion-map, minibuffer-local-map):
8448 Fix list quoting.
8449
8450 2009-09-17 Glenn Morris <rgm@gnu.org>
8451
8452 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8453 arguments, whether or not it has a handler.
8454
8455 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8456
8457 * simple.el (hard-newline): Give it a doc-string.
8458
8459 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8460 (lisp-mode-syntax-table): Give them doc-strings.
8461
8462 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8463
8464 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8465 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8466 (menu-bar-options-menu, menu-bar-showhide-menu)
8467 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8468 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8469 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8470 (menu-bar-options-menu, menu-bar-tools-menu)
8471 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8472 (menu-bar-help-menu):
8473 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8474 string arguments.
8475
8476 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8477 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8478 calls for the menu names and :help.
8479
8480 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8481
8482 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8483 to :minor-mode-function (bug#4455).
8484
8485 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8486
8487 * startup.el (command-line): Initialize the window-system after
8488 processing the command-line.
8489
8490 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8491 page-delimiter matches the empty string.
8492
8493 2009-09-16 Glenn Morris <rgm@gnu.org>
8494
8495 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8496 byte-compile-not-obsolete-var. It's a list now.
8497 (byte-compile-not-obsolete-funcs): New variable.
8498 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8499 byte-compile-not-obsolete-funcs.
8500 (byte-compile-variable-ref, byte-compile-defvar): Update for
8501 byte-compile-not-obsolete-vars name-change and list nature.
8502 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8503 and variables behind (f)boundp tests.
8504 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8505
8506 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8507
8508 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8509
8510 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8511
8512 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8513 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8514 Don't autoload.
8515
8516 2009-09-15 Stephen Eglen <stephen@gnu.org>
8517
8518 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8519 the virtual-buffers, use the name of the buffer specified by
8520 find-file-noselect, as the match may be a symlink. (This was a
8521 problem if the target and the symlink had different names.)
8522
8523 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8524
8525 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8526
8527 * desktop.el (desktop-path): Check user-emacs-directory.
8528
8529 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8530
8531 * loadup.el: Use after-load-functions to GC after loading each file.
8532 Remove the explicit GC calls that used to be sprinkled around.
8533
8534 * subr.el (after-load-functions): New hook.
8535 (do-after-load-evaluation): Run it. Use string-match-p to detect
8536 `obsolete' packages, rather than painfully extracting the relevant
8537 directory name.
8538
8539 2009-09-15 Glenn Morris <rgm@gnu.org>
8540
8541 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8542 free variable `doc'.
8543
8544 * dired.el (dired-mode-map): Add menu entry for async shell command.
8545
8546 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8547 variables, also consider the .elc files, since the .el files are
8548 normally gzipped (subsequent code locates the .el.gz from the .elc).
8549
8550 * calc/calc-prog.el (arglist): Define for compiler.
8551
8552 * calendar/diary-lib.el (diary-display-function): Change the default to
8553 fancy display.
8554 (body): Define for compiler.
8555
8556 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8557 (byte-compile-file-form, byte-compile-lambda)
8558 (byte-compile-top-level-body, byte-compile-form)
8559 (byte-compile-variable-ref, byte-compile-setq)
8560 (byte-compile-setq-default, byte-compile-body)
8561 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8562 (batch-byte-compile): Give some more local variables with common names
8563 a "bytecomp-" prefix to avoid masking warnings about free variables.
8564
8565 * startup.el (command-line-1): Give local variables with common names a
8566 distinguishing prefix, so as not to hide free variable warnings during
8567 bootstrap.
8568
8569 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8570 clever and add a suffix to make a unique name, just let the user decide
8571 whether or not to overwrite it. If the input is a directory, write the
8572 default filename to that directory. (Bug#4388)
8573 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8574 is a filename-as-a-directory.
8575
8576 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8577
8578 * textmodes/page.el (what-page): Don't move to beginning of line.
8579 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8580
8581 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8582
8583 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8584
8585 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8586
8587 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8588 * help.el (help-for-help-internal): Add purecopy calls for text.
8589
8590 * vc.el (top): print-log method now takes an optional SHORTLOG
8591 argument. Add a new method: root.
8592 (vc-root-diff, vc-print-root-log): New functions.
8593 (vc-log-short-style): New variable.
8594 (vc-print-log-internal): Add support for showing short logs.
8595
8596 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8597 vc-print-root-log and vc-print-root-diff.
8598
8599 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8600 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8601 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8602 short logs.
8603
8604 * vc-cvs.el (vc-cvs-print-log):
8605 * vc-mtn.el (vc-mtn-print-log):
8606 * vc-rcs.el (vc-rcs-print-log):
8607 * vc-sccs.el (vc-sccs-print-log):
8608 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8609 that is ignored for now.
8610
8611 * vc-mtn.el (vc-mtn-annotate-command):
8612 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8613
8614 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8615
8616 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8617 to function-key-map, and give them ascii-character property.
8618 * term/x-win.el (x-alternatives-map):
8619 * term/ns-win.el (ns-alternatives-map):
8620 * term/internal.el (msdos-key-remapping-map):
8621 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8622
8623 2009-09-14 Glenn Morris <rgm@gnu.org>
8624
8625 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8626 temp-buffers (2009-09-12).
8627
8628 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8629
8630 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8631 the new read-key function.
8632
8633 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8634
8635 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8636 is defined (Bug#4405).
8637
8638 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8639
8640 * recentf.el (recentf-cleanup): Use a hash table to find
8641 duplicates (Bug#4407).
8642
8643 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
8644
8645 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8646 kp-0 to ascii equivalents (Bug#4325).
8647
8648 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8649
8650 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8651
8652 * eshell/em-hist.el:
8653 * eshell/em-dirs.el (eshell-complete-user-reference):
8654 Declare pcomplete functions and variables to avoid compiler warnings.
8655
8656 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8657
8658 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8659 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8660 * eshell/em-alias.el (eshell-aliases-file):
8661 * eshell/em-hist.el (eshell-history-file-name):
8662 Use expand-file-name instead of concat to make file names (Bug#4308).
8663
8664 2009-09-13 Glenn Morris <rgm@gnu.org>
8665
8666 * ediff-merg.el (ediff-do-merge):
8667 * filesets.el (filesets-run-cmd):
8668 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8669 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8670 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8671 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8672 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8673 Replace empty `let's with `progn'.
8674
8675 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8676
8677 * mail/sendmail.el (send-mail-function):
8678 * tooltip.el (tooltip-mode):
8679 * simple.el (transient-mark-mode):
8680 * rfn-eshadow.el (file-name-shadow-mode):
8681 * frame.el (blink-cursor-mode):
8682 * font-core.el (global-font-lock-mode):
8683 * files.el (temporary-file-directory)
8684 (small-temporary-file-directory, auto-save-file-name-transforms):
8685 * epa-hook.el (auto-encryption-mode):
8686 * composite.el (global-auto-composition-mode):
8687 Use custom-initialize-delay.
8688 * startup.el (command-line): Don't explicitly call
8689 custom-reevaluate-setting for all the above vars.
8690 * custom.el (custom-initialize-safe-set)
8691 (custom-initialize-safe-default): Delete.
8692
8693 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8694
8695 * term/x-win.el (x-initialize-window-system):
8696 * term/w32-win.el (w32-initialize-window-system):
8697 * term/ns-win.el (ns-initialize-window-system): Don't call
8698 mouse-wheel-mode since it's enabled globally by default already.
8699
8700 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8701 actually define the variable, but only silences the byte-compiler.
8702 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8703 before looking it up.
8704 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8705 is changed.
8706
8707 2009-09-12 Glenn Morris <rgm@gnu.org>
8708
8709 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8710 1000.
8711 (elint-add-required-env): Don't beep on error.
8712 (elint-forms): In case of error, return ENV unchanged.
8713 (elint-init-env): Skip non-list forms.
8714 (elint-log): Handle unknown file positions.
8715
8716 2009-09-12 Daiki Ueno <ueno@unixuser.org>
8717
8718 * epg.el (epg-make-context): Add autoload cookie.
8719 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8720 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8721 (epg-verify-string, epg-start-sign, epg-sign-file)
8722 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8723 (epg-encrypt-string, epg-start-export-keys)
8724 (epg-export-keys-to-file, epg-export-keys-to-string)
8725 (epg-start-import-keys, epg-import-keys-from-file)
8726 (epg-import-keys-from-string, epg-start-receive-keys)
8727 (epg-receive-keys, epg-import-keys-from-server)
8728 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8729 (epg-sign-keys, epg-start-generate-key)
8730 (epg-generate-key-from-file, epg-generate-key-from-string):
8731 Remove autoload cookie.
8732
8733 2009-09-12 Eli Zaretskii <eliz@gnu.org>
8734
8735 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8736 reevaluation of trash-directory.
8737
8738 * mwheel.el: Fix last change.
8739 (mouse-wheel-mode): New defvar.
8740 (mouse-wheel-mode): Remove autoload cookie.
8741
8742 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8743
8744 * mwheel.el (mwheel-installed-bindings): New var.
8745 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8746 the bindings we set last time. Use custom-initialize-delay.
8747 * loadup.el: Load mwheel after term/*-win.el.
8748 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8749 and mouse-wheel-up-event now that their first evaluation is done
8750 sufficiently late to be correct.
8751
8752 * startup.el (tutorial-directory): Make it a defcustom.
8753 Use custom-initialize-delay rather than eval-at-startup to set it.
8754 * image.el (image-load-path): Make it a defcustom.
8755 Use custom-initialize-delay rather than eval-at-startup to set it.
8756 * subr.el (eval-at-startup): Remove.
8757 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8758
8759 * subr.el (do-after-load-evaluation): Warn the user after loading an
8760 obsolete package.
8761
8762 2009-09-12 Glenn Morris <rgm@gnu.org>
8763
8764 * proced.el (proced-mark-alt): Remove alias.
8765 (proced-mode-map): Remove proced-mark-alt.
8766
8767 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8768 Elint file and directory. Remove initialization entry.
8769
8770 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8771 commands.
8772 (elint-current-buffer): Set mode-line-process.
8773 (elint-init-env): Handle define-derived-mode.
8774 Fix declare-function with unspecified arglist. Guard against odd
8775 defalias statements (eg iso-insert's 8859-1-map).
8776 (elint-add-required-env): Use a temp buffer.
8777 (elint-form): Just print the function/macro name, not the whole form.
8778 Return env unchanged if we fail to parse a macro.
8779 (elint-forms): Guard against parse errors.
8780 (elint-output): New function, to handle batch mode.
8781 (elint-log-message): Add optional argument. Use elint-output.
8782 (elint-set-mode-line): New function.
8783
8784 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8785
8786 * emacs-lisp/elp.el (elp-not-profilable): Add more
8787 functions (Bug#4233).
8788
8789 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8790
8791 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8792 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8793
8794 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8795
8796 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8797 (gdb-var-list-children): Use json parsing.
8798
8799 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
8800
8801 * progmodes/js.el (js--proper-indentation): Handle the case where
8802 char-before is null. Reported by Deniz Dogan.
8803
8804 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8805
8806 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8807
8808 2009-09-11 Daiki Ueno <ueno@unixuser.org>
8809
8810 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8811 (epg-digest-algorithm-alist): Add SHA224.
8812 (epg-context-set-passphrase-callback)
8813 (epg-context-set-progress-callback): Add description about
8814 callback function.
8815
8816 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8817
8818 * custom.el (custom-delayed-init-variables): New var.
8819 (custom-initialize-delay): New function.
8820 * startup.el (command-line): "Re"evaluate all vars in
8821 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8822 explicitly any more.
8823 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8824 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8825
8826 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8827
8828 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8829
8830 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8831 (gdb-var-update-handler): Use json parsing.
8832
8833 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8834
8835 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8836 decode annotated text, regardless of language environment. (Bug#2741)
8837
8838 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8839
8840 * Makefile.in (autoloads): Make rmail.el writable as well.
8841
8842 2009-09-11 Glenn Morris <rgm@gnu.org>
8843
8844 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8845 loaddefs.el.
8846 * dired.el: Regenerate with extracted autoloads.
8847 * Makefile.in (autoloads): Make dired.el writable.
8848
8849 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8850 * ibuffer.el: Regenerate with extracted autoloads.
8851 * Makefile.in (autoloads): Make ibuffer.el writable.
8852
8853 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8854 * version.el (emacs-copyright, emacs-major-version)
8855 (emacs-minor-version): Reformat doc-strings for make-docfile.
8856
8857 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8858 functions and variables, since they must be stuff specific to some other
8859 platform.
8860 (apropos-print): Make mouse-click message less specific about button.
8861
8862 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8863 that records where a macro was defined.
8864 * help-fns.el (describe-function-1): Mention if a function has a
8865 compiler-macro.
8866 * help-mode.el (help-function-cmacro): New button.
8867
8868 * locate.el (top-level): Always require dired.
8869 (locate-mode-map): Initialize inside the defvar.
8870
8871 * net/ange-ftp.el (dired-compress-file): Declare.
8872 (ange-ftp-dired-compress-file): Add doc string.
8873
8874 * term/ns-win.el (x-display-name, x-setup-function-keys):
8875 Unify doc-strings with X versions.
8876
8877 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8878
8879 * emulation/crisp.el (crisp-mode-map): Move initialization
8880 into declaration.
8881 (crisp-mode): Use define-minor-mode.
8882
8883 * progmodes/xscheme.el (xscheme-evaluation-commands):
8884 Put a :advertised-binding property rather than using
8885 advertised-xscheme-send-previous-expression.
8886 (advertised-xscheme-send-previous-expression): Declare obsolete.
8887 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8888 `advertised-undo'.
8889 (crisp-mode): Add corresponding bindings to
8890 undo's :advertised-binding instead.
8891 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8892 than using dired-advertised-find-file.
8893 (dired-advertised-find-file):
8894 * simple.el (advertised-undo):
8895 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8896 (widget-keymap): Put a :advertised-binding property rather
8897 than using advertised-widget-backward.
8898 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8899 than using advertised-undo.
8900 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8901
8902 2009-09-10 Simon South <ssouth@slowcomputing.org>
8903
8904 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8905 Mark mode is enabled and region is active; otherwise indent or
8906 insert TAB as usual.
8907 (delphi-mode): Update description of TAB-key binding.
8908
8909 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8910
8911 * subr.el (define-key-rebound-commands): Mark obsolete.
8912 * startup.el (precompute-menubar-bindings): Remove.
8913 (normal-top-level): Remove obsolete code that tried to precompute
8914 menubar bindings.
8915 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8916 define-key-rebound-commands and precompute-menubar-bindings.
8917
8918 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8919
8920 * net/imap.el (imap-interactive-login): Better messages.
8921 (imap-open): Fix bug with renamed buffer on reconnect.
8922 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8923 for easier debugging and cleaner code. On successful (guessed based on
8924 server capabilities) secondary authentication, set imap-state
8925 correctly.
8926 (imap-last-authenticator): Define imap-last-authenticator as a variable
8927 to avoid warnings.
8928
8929 2009-09-10 Glenn Morris <rgm@gnu.org>
8930
8931 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8932
8933 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8934 (byte-compile-file-form-autoload): Don't warn about unknown functions
8935 where the autoload statement comes after the use.
8936 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8937 that any handlers inside the body (eg require) are in turn respected.
8938
8939 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8940 effects.
8941
8942 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8943 and syntax and abbrev tables basic docs, if they don't have any.
8944
8945 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8946
8947 * international/mule-cmds.el (top-level): Require cl when compiling.
8948 (view-hello-file): Use default-value rather than
8949 default-enable-multibyte-characters.
8950
8951 * progmodes/fortran.el: Move all safe and risky properties into the
8952 defcustoms.
8953
8954 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8955 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8956 * mail/undigest.el:
8957 Put autoloads in rmail.el rather than loaddefs.el.
8958 * mail/rmail.el: Regenerate with extracted autoloads.
8959
8960 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8961 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8962
8963 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
8964
8965 Reported in thread for Bug#4375.
8966 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8967 "-data-evaluate-expression" instead of print.
8968 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8969 (gdb-tooltip-print): Parse output from above MI command.
8970 (gdb): Revert 2009-08-11 change. User should detach inferior
8971 manually.
8972
8973 Remove the word "separate" from IO functions as inferior
8974 output is now never displayed in the GUD buffer.
8975
8976 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
8977
8978 * startup.el (command-line-normalize-file-name): On Windows and
8979 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8980
8981 2009-09-10 Juri Linkov <juri@jurta.org>
8982
8983 * isearch.el (isearch-text-char-description): Propertize escape
8984 character sequences with the `escape-glyph' face. (Bug#4344)
8985
8986 * simple.el (shell-command): Set asynchronous process filter to
8987 `comint-output-filter'. (Bug#4343)
8988
8989 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8990 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8991 the list. Move "asm" to the bottom.
8992 (grep-find-ignored-directories): Add `choice' with nil value
8993 to empty the list easily.
8994 (grep-find-ignored-files): New option.
8995 (grep-files-history): Set to nil by default instead of '("ch" "el").
8996 (grep-compute-defaults): Add "<X>" to `grep-template'.
8997 (grep-read-files): Bind new local variables `default-alias' and
8998 `default-extension'. Use a list of default values for the file prompt.
8999 (lgrep): Add `--exclude=' command line options composed from
9000 `grep-find-ignored-files'.
9001 (rgrep): Add `-name' command line options composed from
9002 `grep-find-ignored-files'. (Bug#4301)
9003
9004 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9005
9006 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9007 (bug#4368).
9008
9009 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9010
9011 * calendar/time-date.el (autoload):
9012 Expand define-obsolete-function-alias into defalias and make-obsolete
9013 for old Emacsen that Gnus supports.
9014 (with-no-warnings): Define it for old Emacsen.
9015 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9016 is available.
9017 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9018 float-time is available; suppress compile warning for time-to-seconds.
9019
9020 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9021
9022 * net/imap.el (imap-message-map): Docstring fix.
9023
9024 2009-09-09 Glenn Morris <rgm@gnu.org>
9025
9026 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9027 line numbers too. (Bug#4374)
9028
9029 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9030
9031 * smerge-mode.el (smerge-remove-props, smerge-refine):
9032 Use with-silent-modifications (bug#4342).
9033
9034 * subr.el (with-silent-modifications): New macro.
9035
9036 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9037
9038 * files.el (top-level): Require `cl' when compiling.
9039
9040 2009-09-07 Glenn Morris <rgm@gnu.org>
9041
9042 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9043
9044 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9045 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9046
9047 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9048
9049 * vc-git.el (vc-git-annotate-command): Use separator to parse
9050 arguments correctly.
9051
9052 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9053
9054 * proced.el (proced-mode): Doc fix.
9055
9056 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9057
9058 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9059 lstat fails.
9060 (tramp-do-file-attributes-with-ls): Check for file existence at
9061 remote end.
9062 (tramp-do-file-attributes-with-stat): Likewise.
9063 (tramp-convert-file-attributes): Return nil when attr is nil.
9064
9065 2009-09-05 Glenn Morris <rgm@gnu.org>
9066
9067 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9068 properties to this button.
9069 (diary-fancy-display): Don't extend the button to the final newline.
9070 (diary-fancy-display-mode): Continue to define "q" as a local key.
9071
9072 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9073 efficient.
9074
9075 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9076
9077 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9078 (byte-compile-dest-file-function): New option.
9079 (byte-compile-dest-file): Doc fix.
9080 Obey byte-compile-dest-file-function.
9081 (byte-compile-cl-file-p): New function.
9082 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9083 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9084 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9085 than for file being previously loaded.
9086 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9087 (byte-compile-file-form-require): Handle the case where requiring a file
9088 indirectly causes CL to be loaded.
9089
9090 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9091
9092 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9093 before killing the old buffer, since by the time `kill-buffer' is
9094 run so many buffer variables have been set to nil that it may not
9095 behave as expected. (Bug#4061)
9096
9097 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9098
9099 * files.el (find-alternate-file): If the old buffer is modified
9100 and visiting a file, behave similarly to `kill-buffer' when
9101 killing it, thus reverting to the pre-1.878 behavior; see
9102 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9103 for discussion. Also, consult `buffer-file-name' as a variable
9104 not as a function, for consistency with the rest of the code.
9105
9106 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9107
9108 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9109 also when adding a new directory.
9110
9111 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
9112 defun.
9113
9114 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9115
9116 * files.el (locate-file-completion-table): Make it provide boundary
9117 information, so partial-completion works better.
9118
9119 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9120
9121 * mail/footnote.el (Footnote-text-under-cursor):
9122 Check footnote-text-marker-alist before using it (bug#4324).
9123
9124 2009-09-04 Glenn Morris <rgm@gnu.org>
9125
9126 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9127 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9128 * play/solitaire.el, play/tetris.el:
9129 Remove leading * from defcustom and defface docs.
9130
9131 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9132 necessary.
9133 (diary-fancy-overriding-map): New variable.
9134 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9135 Use view-mode.
9136
9137 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9138 goto-line.
9139
9140 2009-09-03 Glenn Morris <rgm@gnu.org>
9141
9142 * arc-mode.el (archive-mode):
9143 * dos-fns.el (set-default-process-coding-system):
9144 * man.el (Man-getpage-in-background):
9145 * menu-bar.el (menu-bar-describe-menu):
9146 * server.el (server-process-filter):
9147 * startup.el (command-line):
9148 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9149 * w32-fns.el (set-default-process-coding-system):
9150 * x-dnd.el (x-dnd-handle-file-name):
9151 * international/mule-cmds.el (mule-menu-keymap)
9152 (set-default-coding-systems, language-info-alist, set-language-info)
9153 (set-language-environment, standard-display-european-internal)
9154 (set-locale-environment):
9155 * international/mule-diag.el (mule-diag):
9156 * mail/emacsbug.el (report-emacs-bug):
9157 * mail/rmail.el (rmail-mode):
9158 * mail/sendmail.el (mail-setup):
9159 Use default-value rather than default-enable-multibyte-characters.
9160
9161 * progmodes/f90.el: Move all safe properties into the defcustoms.
9162 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9163
9164 * calendar/appt.el (appt-check):
9165 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9166 (diary-check-diary-file, diary-list-entries)
9167 (diary-include-other-diary-files, diary-simple-display)
9168 (diary-fancy-display, diary-print-entries)
9169 (diary-mark-included-diary-files, diary-make-entry):
9170 Don't call substitute-in-file-name on diary-file.
9171
9172 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9173 Stefan Monnier <monnier@iro.umontreal.ca>
9174
9175 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9176 (footnote-mode-map): Move initialization into the declaration.
9177 (footnote-minor-mode-map): Define it rather than changing global-map.
9178 (footnote-mode): Use define-minor-mode.
9179
9180 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9181
9182 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9183 (tramp-do-file-attributes-with-perl)
9184 (tramp-do-file-attributes-with-stat): Rename from
9185 `tramp-handle-file-attributes-with-*'.
9186 (tramp-handle-file-attributes): Use them.
9187 (tramp-do-directory-files-and-attributes-with-perl)
9188 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9189 `tramp-handle-directory-files-and-attributes-with-*'.
9190 (tramp-handle-directory-files-and-attributes): Use them.
9191 (tramp-method-out-of-band-p): Additional parameter SIZE.
9192 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9193 (tramp-handle-write-region): Use it.
9194 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9195 (tramp-handle-vc-registered): Check, whether the first run did
9196 return files to be tested.
9197 (tramp-advice-make-auto-save-file-name): Do not call directly
9198 `tramp-handle-make-auto-save-file-name', because this would bypass
9199 the locking mechanism.
9200
9201 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9202 (file-remote-p, process-file, start-file-process, set-file-times)
9203 (tramp-compat-file-attributes): Compatibility functions shall not
9204 call directly `tramp-handle-*', because this would bypass the
9205 locking mechanism.
9206 (tramp-compat-number-sequence): New defun.
9207
9208 2009-09-02 Glenn Morris <rgm@gnu.org>
9209
9210 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9211 alias for float-time.
9212 (time-to-number-of-days): In Emacs, use float-time.
9213 * net/newst-backend.el (time-add): Suppress warnings from compat
9214 function.
9215 * time.el (emacs-uptime, emacs-init-time):
9216 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9217 Use float-time rather than time-to-seconds.
9218
9219 * minibuffer.el (completion-initials-expand): Fix typo.
9220
9221 * faces.el (modeline, modeline-inactive, modeline-highlight)
9222 (modeline-buffer-id):
9223 * info.el (info-menu-5): Mark these face aliases as obsolete.
9224
9225 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9226
9227 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9228 space ...
9229 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9230 no "--thread" option.
9231 (gdb-stopped): Don't print "Switched to thread" message when it is
9232 unchanged.
9233
9234 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9235
9236 * minibuffer.el (completion-try-completion)
9237 (completion-all-completions): Remove ill-defined (and
9238 mistakenly installed and luckily never used nor documented)
9239 `completion-styles' property.
9240 (completion-initials-expand, completion-initials-all-completions)
9241 (completion-initials-try-completion): New functions.
9242 (completion-styles-alist): Add doc to each entry.
9243 Add new `initials' entry.
9244
9245 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9246
9247 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9248 MI command -var-evaluate-expression.
9249 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9250 and tweak for case of string child.
9251 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9252
9253 2009-09-01 Glenn Morris <rgm@gnu.org>
9254
9255 * add-log.el (change-log-date-face, change-log-name-face)
9256 (change-log-email-face, change-log-file-face, change-log-list-face)
9257 (change-log-conditionals-face, change-log-function-face)
9258 (change-log-acknowledgement-face):
9259 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9260 (custom-modified-face, custom-set-face, custom-changed-face)
9261 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9262 (custom-documentation-face, custom-state-face, custom-comment-face)
9263 (custom-comment-tag-face, custom-variable-tag-face)
9264 (custom-variable-button-face, custom-face-tag-face)
9265 (custom-group-tag-face-1, custom-group-tag-face):
9266 * diff-mode.el (diff-header-face, diff-file-header-face)
9267 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9268 (diff-added-face, diff-changed-face, diff-function-face)
9269 (diff-context-face, diff-nonexistent-face):
9270 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9271 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9272 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9273 (Info-title-4-face):
9274 * isearch.el (isearch-lazy-highlight-face):
9275 * log-view.el (log-view-file-face, log-view-message-face):
9276 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9277 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9278 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9279 (cvs-msg-face):
9280 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9281 (smerge-base-face, smerge-markers-face):
9282 * wid-edit.el (widget-documentation-face, widget-button-face)
9283 (widget-field-face, widget-single-line-field-face)
9284 (widget-inactive-face, widget-button-pressed-face):
9285 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9286 (woman-addition-face):
9287 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9288 (eshell-ls-executable-face, eshell-ls-readonly-face)
9289 (eshell-ls-unreadable-face, eshell-ls-special-face)
9290 (eshell-ls-missing-face, eshell-ls-archive-face)
9291 (eshell-ls-backup-face, eshell-ls-product-face)
9292 (eshell-ls-clutter-face):
9293 * eshell/em-prompt.el (eshell-prompt-face):
9294 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9295 * obsolete/old-whitespace.el (whitespace-highlight-face):
9296 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9297 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9298 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9299 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9300 (antlr-font-lock-literal-face):
9301 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9302 (ebrowse-root-class-face, ebrowse-file-name-face)
9303 (ebrowse-default-face, ebrowse-member-attribute-face)
9304 (ebrowse-member-class-face, ebrowse-progress-face):
9305 * progmodes/make-mode.el (makefile-space-face):
9306 * progmodes/sh-script.el (sh-heredoc-face):
9307 * textmodes/flyspell.el (flyspell-incorrect-face)
9308 (flyspell-duplicate-face):
9309 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9310 * textmodes/texinfo.el (texinfo-heading-face):
9311 Mark face aliases with "-face" suffix as obsolete.
9312
9313 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9314 compiler.
9315
9316 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9317 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9318 easy-menu-define wants to modify these.
9319
9320 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9321
9322 * net/browse-url.el (browse-url-file-url):
9323 * term/internal.el (dos-codepage-setup):
9324 Use default-value rather than default-enable-multibyte-characters.
9325
9326 * progmodes/etags.el (etags-goto-tag-location):
9327 * progmodes/flymake.el (flymake-highlight-line)
9328 (flymake-goto-file-and-line, flymake-goto-line):
9329 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9330 (gdb-goto-breakpoint):
9331 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9332 * progmodes/python.el (python-find-function)
9333 (python-pdbtrack-track-stack-file):
9334 * progmodes/verilog-mode.el (verilog-surelint-off):
9335 * term/ns-win.el (ns-open-file-select-line):
9336 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9337 Use forward-line rather than goto-line.
9338
9339 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9340 * textmodes/reftex-index.el (reftex-display-index):
9341 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9342 * textmodes/reftex-toc.el (reftex-toc):
9343 Remove unnecessary bindings of default-major-mode (all are followed by
9344 major-mode check and possible mode switch).
9345
9346 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9347
9348 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9349 Handle watchpoints (bug#4282).
9350 (def-gdb-thread-buffer-command): Enable thread to be selected by
9351 clicking without selecting threads buffer first.
9352 (gdb-current-context-command): Use selected frame so that "up",
9353 "down" etc work in the GUD buffer.
9354 (gdb-update): Find selected frame before rendering stack buffer.
9355 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9356
9357 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9358
9359 * progmodes/sym-comp.el (displayed-completions): Remove.
9360 (symbol-complete): Use minibuffer-complete.
9361
9362 2009-08-31 Glenn Morris <rgm@gnu.org>
9363
9364 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9365
9366 * apropos.el (apropos-symbols-internal):
9367 Handle (obsolete) face aliases.
9368
9369 * faces.el (describe-face): Adjust the output format to be more like
9370 describe-variable, and to mention (obsolete) face aliases.
9371 Adjust the whitespace so that help-setup-xref works.
9372
9373 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9374 * calendar/diary-lib.el (diary-button-face):
9375 Mark these face aliases as obsolete.
9376
9377 * calendar/calendar.el (calendar-today): Doc fix.
9378
9379 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9380
9381 * progmodes/gdb-mi.el (gdb-control-all-threads)
9382 (gdb-control-current-thread): Force tool bar update.
9383 (gdb-non-stop-handler): New function.
9384 (gdb-init-1): Use it to test if non-stop mode is supported.
9385 Remove unused gdbmi buffer type.
9386
9387 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9388
9389 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9390 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9391
9392 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9393
9394 * comint.el (comint-exec-1): Check command is non-null first.
9395 Part of gdb-mi.el change (2009-08-28).
9396
9397 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9398
9399 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9400
9401 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9402
9403 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9404 instead of `dolist' to avoid a recursive require when bootstrapping.
9405
9406 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9407
9408 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9409
9410 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9411
9412 * net/imap.el (imap-send-command): Simplify.
9413 (imap-wait-for-tag): point-max -> buffer-size.
9414
9415 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9416
9417 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9418 with constant argument.
9419
9420 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9421
9422 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9423
9424 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9425 Change default, since most of our files don't have a history.
9426 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9427 the user.
9428
9429 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9430 Add comint-run.
9431
9432 * calc/calc.el: Improve commenting convention.
9433 (calc-digit-map, toplevel): Simplify.
9434
9435 * comint.el (comint-insert-input): Be careful to only set point if we
9436 don't delegate to some other command.
9437
9438 * proced.el (proced-signal-list): Make it an alist.
9439 (proced-grammar-alist): Capitalize names.
9440 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9441 Disable undo manually and make it read-only.
9442 Use completion-annotate-function.
9443
9444 * minibuffer.el (minibuffer-message): If the current buffer is not
9445 a minibuffer, insert the message in the echo area rather than at the
9446 end of the buffer.
9447 (completion-annotate-function): New variable.
9448 (minibuffer-completion-help): Use it.
9449 (completion--embedded-envvar-table): Environment vars are
9450 always case-sensitive.
9451
9452 2009-08-30 Glenn Morris <rgm@gnu.org>
9453
9454 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9455 from fortran-current-defun.
9456 (fortran-beginning-of-subprogram): Be more precise about finding the
9457 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9458 (fortran-end-of-subprogram): Simplify.
9459 (fortran-current-defun): Use fortran-start-prog-re.
9460
9461 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9462
9463 * subr.el (do-after-load-evaluation): Simplify.
9464
9465 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9466
9467 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9468
9469 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9470 (vc-rcs-print-log): Use it.
9471
9472 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9473
9474 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9475
9476 * paths.el (abbrev-file-name): Move to abbrev.el.
9477 * abbrev.el (abbrev-file-name): Move from paths.el.
9478 Obey user-emacs-directory.
9479 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9480 user-emacs-directory.
9481 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9482 abbrev-file-name and calc-settings-file any more.
9483 * startup.el (command-line): Recompute abbrev-file-name and
9484 abbreviated-home-dir.
9485 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9486 of the special code for when C-h bindings haven't been changed.
9487 (display-startup-echo-area-message): Use with-current-buffer.
9488 (command-line-1): Use a list of strings, rather than a list of lists
9489 of strings for longopts.
9490
9491 * files.el (get-free-disk-space): Use / for default-directory.
9492
9493 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9494 Use with-current-buffer.
9495
9496 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9497 Recognize immutable variables like most-positive-fixnum.
9498 (byte-compile-setq-default): Check and warn if trying to assign
9499 to an immutable variable, or a non-variable.
9500
9501 * progmodes/cc-vars.el (c-comment-continuation-stars):
9502 * progmodes/cc-engine.el (c-looking-at-bos):
9503 * progmodes/cc-cmds.el (c-toggle-auto-state)
9504 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9505 (c-comment-line-break-function): Add version of obsolescence.
9506
9507 2009-08-28 Juri Linkov <juri@jurta.org>
9508
9509 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9510 associated with `archive-mode'.
9511
9512 * image.el (image-type-header-regexps): Use only JPEG magic number
9513 to determine JPEG images, and don't use `image-jpeg-p' because
9514 Emacs can display non-JFIF non-Exif JPEG images.
9515
9516 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9517
9518 * arc-mode.el (archive-mode):
9519 * emacs-lisp/re-builder.el (re-builder-unload-function):
9520 Protect against the default value of `major-mode' being nil.
9521
9522 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9523
9524 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9525 Fix typos in docstrings.
9526
9527 * progmodes/js.el (js--macro-decl-re): Doc fix.
9528 (js--plain-method-re, js--split-name): Refloc docstring.
9529 (js--class-styles, js--make-merged-item, js--splice-into-items):
9530 Fix typos in docstrings; reflow docstrings.
9531 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9532 (js--variable-decl-matcher, js--inside-pitem-p)
9533 (js--parse-state-at-point, js--get-all-known-symbols)
9534 (js--symbol-history, js-find-symbol, js--js-references)
9535 (js--moz-interactor, js--js-encode-value, js--read-tab):
9536 Fix typos in docstrings.
9537
9538 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9539
9540 * textmodes/reftex.el (reftex-get-file-buffer-force):
9541 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9542 * emulation/viper.el (viper-go-away, viper-set-hooks):
9543 * emacs-lisp/re-builder.el (re-builder-unload-function):
9544 * emacs-lisp/bytecomp.el (byte-compile-file):
9545 * ses.el (ses-unload-function):
9546 * hexl.el (hexl-find-file):
9547 * files.el (normal-mode):
9548 * ehelp.el (with-electric-help):
9549 * autoinsert.el (auto-insert-alist):
9550 * arc-mode.el (archive-mode):
9551 Use (default-value 'major-mode) instead of default-major-mode.
9552
9553 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9554 * international/mule.el (load-with-code-conversion):
9555 * emacs-lisp/debug.el (debug):
9556 * ediff-vers.el (ediff-rcs-get-output-buffer):
9557 * dired.el (dired-internal-noselect): Don't let-bind
9558 default-major-mode around code that doesn't use it.
9559 E.g. buffer creation via get-buffer-create doesn't use it.
9560
9561 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
9562
9563 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9564 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9565 when writing the temp file. Otherwise, epa-file gets confused.
9566 (tramp-register-file-name-handlers): Make it a defun. Move also
9567 `epa-file-handler' to the front of `file-name-handler-alist'.
9568
9569 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9570
9571 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9572 start right after a ^M.
9573 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9574 (tramp-completion-file-name-regexp-separate)
9575 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9576 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9577 Don't modify last-coding-system-used by accident.
9578 (tramp-completion-file-name-handler): Apply the checks here,
9579 instead during registration.
9580 (tramp-register-file-name-handlers): Renamed from
9581 `tramp-register-file-name-handler'. Register both
9582 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9583 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
9584
9585 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
9586
9587 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9588 Remove variable ...
9589 (gdb-init-1, gdb-display-separate-io-buffer)
9590 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9591 references to it.
9592 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9593 (gdb-inferior-filter): Use comint-output-filter to stop
9594 echoing and remove ^M characters.
9595
9596 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9597
9598 * emulation/viper-init.el (viper-restore-cursor-type):
9599 * emulation/cua-base.el (cua--update-indications):
9600 Replace default-cursor-type with (default-value 'cursor-type).
9601
9602 * mail/sendmail.el (mail-recover-1):
9603 * international/mule-diag.el (describe-current-coding-system-briefly)
9604 (describe-current-coding-system):
9605 * international/mule-cmds.el (select-safe-coding-system)
9606 (select-message-coding-system)
9607 (set-language-environment-coding-systems, set-locale-environment):
9608 * hexl.el (hexl-insert-multibyte-char):
9609 * dos-w32.el (find-buffer-file-type-coding-system):
9610 * simple.el (what-cursor-position):
9611 Replace uses of default-buffer-file-coding-system
9612 with (default-value 'buffer-file-coding-system).
9613
9614 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9615 Replace uses of default-cursor-in-non-selected-windows
9616 with (default-value 'cursor-in-non-selected-windows).
9617 Use with-current-buffer.
9618
9619 * mail/feedmail.el: Use CL macros.
9620 (feedmail-run-the-queue, feedmail-send-it-immediately):
9621 * dos-w32.el (find-buffer-file-type): Replace uses of
9622 default-buffer-file-type with (default-value 'buffer-file-type).
9623
9624 2009-08-28 Glenn Morris <rgm@gnu.org>
9625
9626 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9627 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9628 Use default-value of major-mode rather than default-major-mode.
9629
9630 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9631
9632 * Makefile.in (update-elcfiles): Report left over elc files.
9633
9634 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9635 expand-file-name and with-current-buffer.
9636 (mail-get-names, mail-directory): Use with-current-buffer.
9637
9638 * vc.el (vc-read-revision): New function.
9639 (vc-version-diff, vc-merge): Use it.
9640
9641 2009-08-27 Sam Steingold <sds@gnu.org>
9642
9643 * simple.el (kill-do-not-save-duplicates): New user option.
9644 (kill-new): When it is non-nil, and the new string is the same as
9645 the latest kill, set replace to t to avoid duplicates in kill-ring.
9646
9647 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
9648
9649 * net/tramp.el (tramp-handle-process-file): Do not flush all
9650 caches when `process-file-side-effects' is set.
9651 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9652 instead of `tramp-find-file-exists-command'.
9653 Unset `process-file-side-effects'.
9654
9655 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
9656
9657 * net/tramp.el (tramp-methods): New method "rsyncc".
9658 (top): Add completion function for "rsyncc".
9659 (tramp-message-show-message): New defvar.
9660 (tramp-message, tramp-error): Use it.
9661 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9662 remote copying.
9663 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9664 `tramp-methods' entry `copy-env' of "rsyncc".
9665 (tramp-vc-registered-read-file-names): New defconst.
9666 (tramp-vc-registered-file-names): New defvar.
9667 (tramp-handle-vc-registered): Implement optimization strategy.
9668 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9669 (tramp-vc-file-name-handler): New defun.
9670 (tramp-get-ls-command, tramp-get-test-command)
9671 (tramp-get-file-exists-command, tramp-get-remote-ln)
9672 (tramp-get-remote-perl, tramp-get-remote-stat)
9673 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9674
9675 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9676 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9677 timestamps.
9678 (tramp-get-file-property): Check for timestamps in
9679 `tramp-cache-inhibit-cache'.
9680 (tramp-set-file-property): Write timestamp.
9681
9682 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9683
9684 * language/japan-util.el (japanese-symbol-table): Add entries for
9685 cp932-2-byte.
9686
9687 * international/characters.el: Add category `j' to cp932-2-byte.
9688
9689 2009-08-27 Kenichi Handa <handa@m17n.org>
9690
9691 * international/fontset.el (build-default-fontset-data): New macro.
9692 (setup-default-fontset): Use build-default-fontset-data for CJK,
9693 tibetan, ethiopic, and ipa.
9694
9695 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9696
9697 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9698 (enable-multibyte-characters): Not customizable any more.
9699
9700 * subr.el (default-mode-line-format, default-header-line-format)
9701 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9702 (default-direction-reversed, default-truncate-lines)
9703 (default-left-margin, default-tab-width, default-case-fold-search)
9704 (default-left-margin-width, default-right-margin-width)
9705 (default-left-fringe-width, default-right-fringe-width)
9706 (default-fringes-outside-margins, default-scroll-bar-width)
9707 (default-vertical-scroll-bar, default-indicate-empty-lines)
9708 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9709 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9710 (default-scroll-down-aggressively, default-fill-column)
9711 (default-cursor-type, default-buffer-file-type)
9712 (default-cursor-in-non-selected-windows)
9713 (default-buffer-file-coding-system, default-major-mode)
9714 (default-enable-multibyte-characters): Mark as obsolete.
9715
9716 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9717
9718 * vc-dir.el (vc-dir-update): Remove debug helper.
9719
9720 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9721
9722 2009-08-26 Sam Steingold <sds@gnu.org>
9723
9724 * simple.el (save-interprogram-paste-before-kill): New user option.
9725 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9726 save the interprogram-paste into kill-ring before overriding it
9727 with the Emacs kill.
9728
9729 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9730
9731 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9732 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9733 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9734 and move to vc-rcs.el.
9735 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9736 move to vc-rcs.el.
9737 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9738 (vc-rcs-update-changelog): Remove.
9739 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9740 and move to vc-rcs.el.
9741
9742 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9743 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9744 renaming.
9745 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9746 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9747 vc.el, renamed to be RCS specific.
9748
9749 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9750 New functions.
9751 (vc-cvs-update-changelog): Move here from vc.el.
9752
9753 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9754 New functions.
9755
9756 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9757
9758 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9759
9760 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9761
9762 * vc-git.el (vc-git-register): Use "git add" for directories.
9763 (vc-git-stash, vc-git-stash-show): New functions.
9764 (vc-git-extra-menu-map): Bind them.
9765
9766 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9767 directory correctly in case the item is a directory itself.
9768
9769 * vc.el: Document the desired behavior for reverted files in the
9770 `added' state.
9771 (vc-default-prettify-state-info): Remove function, unused.
9772
9773 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9774
9775 2009-08-26 Glenn Morris <rgm@gnu.org>
9776
9777 * bindings.el (standard-mode-line-format): Reposition dashes in
9778 which-func entry. (Bug#4217)
9779
9780 * files.el (enable-local-variables, enable-local-eval)
9781 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9782 the defcustoms.
9783 (auto-mode-alist, ignored-local-variables)
9784 (save-some-buffers-action-alist): Move risky declarations to the
9785 definitions.
9786 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9787 (font-lock-defaults, format-alist, imenu--index-alist)
9788 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9789 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9790 (mode-line-modified, mode-line-mule-info, mode-line-position)
9791 (mode-line-process, mode-line-remote, outline-level)
9792 (parse-time-rules, rmail-output-file-alist)
9793 (special-display-buffer-names, vc-mode):
9794 Move risky declarations to the relevant files.
9795 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9796 (mode-line-modified, mode-line-process, mode-line-position)
9797 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9798 * font-core.el (font-lock-defaults):
9799 * format.el (format-alist):
9800 * vc-hooks.el (vc-mode):
9801 * window.el (special-display-buffer-names):
9802 * international/mule-cmds.el (input-method-alist):
9803 Define riskiness here (dumped file) rather than in files.el.
9804 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9805 * imenu.el (imenu-generic-expression, imenu--index-alist):
9806 * outline.el (outline-level):
9807 * time.el (display-time-string):
9808 * calendar/parse-time.el (parse-time-rules):
9809 * mail/rmailout.el (rmail-output-file-alist):
9810 Autoload riskiness here, rather than placing in files.el.
9811
9812 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9813
9814 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9815
9816 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
9817
9818 * simple.el (process-file-side-effects): New defvar.
9819
9820 * dired-aux.el (dired-show-file-type):
9821 * vc.el (vc-diff-internal):
9822 * vc-arch.el (vc-arch-diff):
9823 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9824 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9825 * vc-git.el (vc-git-registered, vc-git-working-revision)
9826 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9827 (vc-git--empty-db-p):
9828 * vc-hooks.el (vc-user-login-name):
9829 * vc-svn.el (vc-svn-registered, vc-svn-state)
9830 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9831 * progmodes/grep.el (grep-probe): Let-bind
9832 `process-file-side-effects' with nil.
9833
9834 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9835
9836 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9837 daemon. Replace ping by checking for running service for bluez
9838 and zeroconf. (Bug#4239)
9839
9840 2009-08-25 Kevin Ryde <user42@zip.com.au>
9841
9842 * net/dig.el (dig): Add autoload cookie.
9843
9844 2009-08-25 Glenn Morris <rgm@gnu.org>
9845
9846 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9847 load-history for absolute file-names.
9848 (byte-compile-file-form-require): Warn about use of the cl package.
9849
9850 * format.el (format-alist): Doc fix.
9851
9852 * play/bubbles.el (top-level): Don't require cl at run-time.
9853
9854 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9855 run-time cl).
9856
9857 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9858
9859 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9860 from cl package.
9861 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9862
9863 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9864
9865 * calc/calc-alg.el (math-trig-rewrite)
9866 (math-hyperbolic-trig-rewrite): New functions.
9867 (calc-simplify): Simplify trig functions when asked.
9868
9869 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9870
9871 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9872
9873 2009-08-24 Kenichi Handa <handa@m17n.org>
9874
9875 * language/ind-util.el (mapthread): Delete it.
9876 (combinatorial): New function.
9877 (indian--puthash-cv): Use combinatorial instead of mapthread.
9878
9879 2009-08-22 Kevin Ryde <user42@zip.com.au>
9880
9881 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9882 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9883 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9884 Clarify docstring that the value is strings not symbols.
9885 (checkdoc-list-of-strings-p): New function.
9886
9887 2009-08-22 Glenn Morris <rgm@gnu.org>
9888
9889 * files.el (auto-mode-alist):
9890 * hippie-exp.el (he-concat-directory-file-name):
9891 * lpr.el (lpr-windows-system, printer-name):
9892 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9893 * ps-print.el (ps-windows-system):
9894 * startup.el (command-line):
9895 * emulation/viper-ex.el (viper-glob-function):
9896 * international/mule-cmds.el (set-language-environment-coding-systems):
9897 * net/ange-ftp.el (ange-ftp-write-region):
9898 * obsolete/fast-lock.el (fast-lock-cache-name):
9899 Remove code for defunct system-types emx, macos, mswindows, next-mach,
9900 unisoft-unix, vax-vms, win32, w32.
9901
9902 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9903 given name if the pattern is not more specific.
9904
9905 * calendar/lunar.el (lunar-phase-names): New option.
9906 (lunar-phase): Doc fix.
9907 (lunar-cycles-per-year): New constant.
9908 (lunar-index): New function.
9909 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9910 (lunar-phase-name): Use lunar-phase-names.
9911 (calendar-lunar-phases): Use format.
9912 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9913
9914 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9915 Copy imenu-example--name-and-position function here for own use.
9916 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9917
9918 * bs.el (bs--redisplay):
9919 * cus-edit.el (custom-redraw):
9920 * ibuffer.el (ibuffer-bury-buffer):
9921 * server.el (server-goto-line-column):
9922 * startup.el (command-line-1):
9923 * strokes.el (strokes-xpm-for-stroke):
9924 * term.el (term-display-buffer-line):
9925 * view.el (View-goto-line):
9926 * calc/calc.el (calc-do, calc-trail-buffer):
9927 * play/gamegrid.el (gamegrid-add-score-insecure):
9928 * progmodes/ada-mode.el (ada-compile-goto-error):
9929 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9930 (ebrowse-select-1st-to-9nth):
9931 * progmodes/cperl-mode.el (cperl-time-fontification):
9932 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9933 * progmodes/gud.el (gud-display-line):
9934 (idlwave-shell-display-line):
9935 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9936 * progmodes/make-mode.el (makefile-browser-toggle):
9937 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9938 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9939 * textmodes/picture.el (picture-draw-rectangle):
9940 * textmodes/reftex-index.el (reftex-index-goto-letter):
9941 (reftex-select-jump-to-previous):
9942 * textmodes/reftex-sel.el (reftex-find-start-point)
9943 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9944 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9945 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9946 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9947 * textmodes/two-column.el (2C-associated-buffer):
9948 Use forward-line rather than goto-line.
9949
9950 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9951 goto-line.
9952
9953 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9954 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9955 (quick-check-list-to-regexp): Declare.
9956
9957 * progmodes/make-mode.el (makefile-browser-insert-selection):
9958 Use goto-char rather than goto-line.
9959
9960 * progmodes/prolog.el (compilation-error-regexp-alist)
9961 (compilation-forget-errors): Declare.
9962
9963 2009-08-22 Juri Linkov <juri@jurta.org>
9964
9965 * progmodes/grep.el (lgrep, rgrep): At the beginning
9966 set `dir' to `default-directory' unless `dir' is a non-nil
9967 readable directory. (Bug#4052)
9968 (lgrep, rgrep): Change a weird way to report an error
9969 from using `read-string' to using `error'.
9970 Instead of using interactive arguments in the function body,
9971 add new argument `confirm'.
9972
9973 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9974
9975 * textmodes/remember.el (remember-buffer):
9976 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9977 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9978 (icalendar-extract-ical-from-buffer):
9979 * net/newst-treeview.el (newsticker-groups-filename):
9980 * net/newst-backend.el (newsticker-cache-filename):
9981 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9982 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9983 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9984 (speedbar-buffers-line-path, speedbar-path-line)
9985 (speedbar-buffers-line-path):
9986 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9987 (epg-sign-keys):
9988 * epa.el (epa-display-verify-result):
9989 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9990
9991 2009-08-21 Glenn Morris <rgm@gnu.org>
9992
9993 * progmodes/js.el (inferior-moz-process): Fix declaration.
9994
9995 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9996
9997 * obsolete/rnewspost.el (news-mail-reply):
9998 Use goto-char rather than goto-line.
9999
10000 * term/ns-win.el (ns-open-file-select-line):
10001 Use line-beginning-position rather than goto-line.
10002
10003 * apropos.el (apropos-command):
10004 * ehelp.el (electric-helpify):
10005 * printing.el (pr-show-setup):
10006 * strokes.el (strokes-help):
10007 * tutorial.el (tutorial--describe-nonstandard-key)
10008 (tutorial--detailed-help):
10009 * woman.el (woman-mini-help, woman-display-extended-fonts):
10010 * calc/calc-help.el (calc-describe-key):
10011 * emulation/edt.el (edt-electric-helpify):
10012 * international/mule-diag.el (mule-diag):
10013 * play/yow.el (apropos-zippy):
10014 * progmodes/python.el (python-describe-symbol):
10015 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10016 * textmodes/table.el (*table--cell-describe-mode)
10017 (*table--cell-describe-bindings):
10018 Use help-print-return-message rather than the now obsolete alias.
10019
10020 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10021 (calendar-cursor-to-visible-date):
10022 * play/5x5.el (5x5-position-cursor):
10023 * play/decipher.el (decipher):
10024 * play/gomoku.el (gomoku-goto-xy):
10025 * play/landmark.el (lm-goto-xy):
10026 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10027 (mpuz-paint-digit):
10028 Use forward-line, not goto-line.
10029
10030 * mail/rmail.el (rmail-obsolete): Delete custom group.
10031 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10032 (rmail-remote-password, rmail-remote-password-required):
10033 Remove unneeded :set-after and :set properties.
10034
10035 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10036
10037 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10038
10039 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10040
10041 * loadup.el: Remove leftover macos code.
10042
10043 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10044 Explicitly pass the date format to git blame so that user local
10045 so that the output format can be parsed.
10046
10047 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10048
10049 * net/dbus.el (top): Don't check for (getenv
10050 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10051
10052 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10053
10054 * log-edit.el (log-edit-strip-single-file-name): New var.
10055 (log-edit-insert-changelog): Use it. Bug#3571
10056
10057 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10058
10059 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10060 Bug#3287
10061
10062 * help.el (help-print-return-message): Rename from
10063 print-help-return-message.
10064
10065 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10066 cvs-mode-map parent hack.
10067 (log-view-mode): Derive from special-mode.
10068
10069 * linum.el (linum-mode): window-size-change-functions is redundant.
10070 Adapt to new window-configuration-change-hook behavior.
10071 (linum-after-size, linum-after-config): Remove.
10072
10073 * imenu.el (imenu-example--name-and-position)
10074 (imenu-example--lisp-extract-index-name)
10075 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10076 Mark as obsolete.
10077
10078 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10079 (inferior-prolog-mode): Use it.
10080 (inferior-prolog-load-file): Reset list of errors.
10081
10082 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10083
10084 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10085
10086 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10087
10088 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10089
10090 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10091 is running already.
10092
10093 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * subr.el (listify-key-sequence-1): Use normal syntax since those
10096 integers are nowadays always represented by the same (positive) number
10097 on all platforms.
10098 (read-key-empty-map): New const.
10099 (read-key-delay): New var.
10100 (read-key): New function.
10101 (force-mode-line-update): Use with-current-buffer.
10102 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10103 (start-process-shell-command, start-file-process-shell-command):
10104 Discourage the use of command-args.
10105
10106 2009-08-19 Glenn Morris <rgm@gnu.org>
10107
10108 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10109
10110 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10111
10112 * simple.el (choose-completion-string): Don't rely on
10113 minibuffer-completing-file-name and ad-hoc checks to decide whether
10114 to continue completion or not.
10115
10116 * minibuffer.el (minibuffer-hide-completions): New function.
10117 (completion--do-completion): Use it.
10118 (completions-annotations): New face.
10119 (completion--insert-strings): Use it.
10120 (completion-pcm--delim-wild-regex): Add docstring.
10121 (completion-pcm--string->pattern): Add support for 0-width delimiters
10122 in completion-pcm--delim-wild-regex.
10123
10124 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10125
10126 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10127 Remove unused var `buffer-modified-p'.
10128
10129 * minibuffer.el (completion--do-completion): Move point for the #b001
10130 case as well (bug#4176).
10131 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10132
10133 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10134
10135 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10136 and :session buses.
10137
10138 2009-08-18 Kenichi Handa <handa@m17n.org>
10139
10140 * international/ucs-normalize.el (ucs-normalize-version):
10141 Change to 1.1.
10142 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10143 (utf-8-hfs): Make it perform normalization on encoding too.
10144
10145 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10146 (sentence-end-without-space): Delete duplicated chars.
10147 (sentence-end-base): Likewise.
10148
10149 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10150 (html-mode): Delete duplicated chars from sentence-end-base.
10151
10152 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10153 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10154
10155 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10156
10157 * files.el (hack-one-local-variable): If the mode function is for
10158 a minor mode, pass it an argument (Bug#4148).
10159
10160 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10161
10162 * net/tramp.el (tramp-register-completion-file-name-handler):
10163 Check also for (member 'partial-completion completion-styles).
10164
10165 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10166
10167 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10168 abbrev (Bug#3943).
10169
10170 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10171
10172 * progmodes/cperl-mode.el: Merge upstream 6.2.
10173 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10174 (cperl-forward-re): Check cperl-brace-recursing.
10175 (cperl-highlight-charclass): New function.
10176 (cperl-find-pods-heres): Use it.
10177 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10178 (cperl-beautify-regexp-piece): Fix column calculation.
10179 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10180 (cperl-beautify-level): Don't process entire regexp.
10181 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10182 calling man.
10183 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10184 (cperl-init-faces): Build a list in the normal way.
10185
10186 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10187
10188 * calendar/parse-time.el (parse-time-string-chars): Save match
10189 data.
10190
10191 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10192
10193 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10194 (sql-product): Use it.
10195 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10196 (sql-set-product): Add completion.
10197 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10198 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10199 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10200 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10201 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10202 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10203 (sql-highlight-db2-keywords): Remove.
10204 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10205 (sql-highlight-product): Use derived-mode-p.
10206 (sql-set-sqli-buffer): Use with-current-buffer.
10207 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10208 Simplify.
10209
10210 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10211
10212 * term.el: Fix commenting convention, turn comments into docstrings.
10213
10214 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10215
10216 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10217
10218 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10219
10220 * calendar/parse-time.el (parse-time-string-chars): Compute using
10221 character classes, to handle non-ascii characters (Bug#3190).
10222
10223 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10224
10225 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10226 another heredoc if the user adds another < (Bug#3226).
10227
10228 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10229 Don't initialize based on window-system (Bug#4124).
10230
10231 * facemenu.el (facemenu-read-color): Use a completion function
10232 that accepts any defined color, such as RGB triplets (Bug#3677).
10233
10234 * files.el (get-free-disk-space): Change fallback default
10235 directory to /. Expand DIR argument before switching to fallback.
10236 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10237
10238 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10239
10240 * files.el (load-library): Doc fix.
10241
10242 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10243
10244 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10245 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10246 incremental search string.
10247
10248 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10249 XEmacs.
10250
10251 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10252 (ediff-merge-region-is-non-clash)
10253 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10254 Also check if the job is really a merge job.
10255
10256 * ediff.el (ediff-current-file): New function.
10257
10258 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10259
10260 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10261 conventions.
10262 (js-insert-and-indent): Delete function.
10263 (js-mode-map): Don't bind keys to js-insert-and-indent.
10264 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10265 (js-end-of-defun): Rename from js--end-of-defun.
10266 (js-auto-indent-flag): Delete variable.
10267
10268 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10269
10270 * progmodes/js.el: Remove proclaim statement.
10271 Defvar which-func-imenu-joiner-function to silence compiler.
10272
10273 * files.el (auto-mode-alist): Use js-mode for .js files.
10274
10275 * progmodes/js2-mode.el: Remove file.
10276
10277 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10278
10279 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10280
10281 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10282
10283 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10284 Karl Landstrom <karl.landstrom@brgeight.se>
10285
10286 * progmodes/js.el: New file.
10287
10288 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10289
10290 * timezone.el (timezone-parse-date): Add ability to understand ISO
10291 basic format (minimal separators) dates in addition to the
10292 already-supported extended format dates.
10293
10294 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10295
10296 * international/ucs-normalize.el: Add a `coding' file variable.
10297
10298 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10299
10300 2009-08-14 Sam Steingold <sds@gnu.org>
10301
10302 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10303
10304 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10305
10306 * faces.el (help-argument-name): Define it here instead of
10307 help-fns.el, because in daemon mode help-fns.el may be loaded when
10308 faces are still uninitialized (Bug#1078).
10309
10310 * help-fns.el (help-argument-name): Move defface to faces.el.
10311
10312 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10313
10314 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10315 create buffer with a pty but no process so that GDB can make the
10316 inferior the controlling process.
10317
10318 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10319
10320 * international/ucs-normalize.el: New file.
10321
10322 2009-08-13 Richard Stallman <rms@gnu.org>
10323
10324 * mail/rmail.el (rmail-get-attr-names):
10325 Accept an attribute header that is too short.
10326
10327 * mail/rmail.el (rmail-forget-messages):
10328 Ignore nil elt in rmail-message-vector. Use dotimes.
10329
10330 * progmodes/compile.el (compilation-goto-locus):
10331 Use next-error-move-function.
10332
10333 * simple.el (next-error-move-function): New variable.
10334
10335 2009-08-12 Juri Linkov <juri@jurta.org>
10336
10337 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10338 always non-nil. (Bug#4052)
10339
10340 * replace.el (read-regexp): Return empty string when
10341 `default-value' is nil.
10342 (keep-lines-read-args): Don't use empty string as the
10343 default value for `read-regexp'. (Bug#2495)
10344
10345 2009-08-12 Juri Linkov <juri@jurta.org>
10346
10347 * international/mule-cmds.el (ucs-insert): Change arguments
10348 from `arg' to `character', `count', `inherit' to be the same
10349 as in `insert-char'. Doc fix. (Bug#4039)
10350
10351 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10352
10353 2009-08-12 Juri Linkov <juri@jurta.org>
10354
10355 * files-x.el: New file.
10356
10357 * files.el: Move code that deals with adding/deleting
10358 file/directory-local variables to files-x.el.
10359
10360 * Makefile.in (ELCFILES): Add files-x.elc.
10361
10362 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10363
10364 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10365 to use `goto-line'.
10366 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10367 `goto-line'.
10368 (gdb-invalidate-disassembly): Do not refresh upon receiving
10369 'update signal. Instead, update all disassembly buffers only after
10370 threads list.
10371 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10372 (gdb-starting): Moved -data-list-register-names...
10373 (gdb-stopped): ...here so it's sent when first thread stops.
10374 (gdb-registers-handler-custom): Do nothing if register names are
10375 unknown yet.
10376
10377 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10378 from `gdb-mi.el' to avoid extra tangling.
10379
10380 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10381 change which breaks `gud-def' definitions used in `gdb'.
10382 (gdb-update-gud-running): No extra fuss for updating frame number.
10383
10384 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10385
10386 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10387 (describe-language-environment-map, setup-language-environment-map)
10388 (set-coding-system-map): Move initialization into declaration.
10389 (set-language-info-alist): Last arg to define-key-after can be skipped.
10390
10391 * international/quail.el (quail-completion-1): Simplify.
10392 (quail-define-rules): Use slightly more compact code.
10393 (quail-insert-decode-map): Propertize keys, compact columns.
10394
10395 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10396 Add goto-line.
10397
10398 2009-08-10 Miles Bader <miles@gnu.org>
10399
10400 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10401 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10402 (js2-instance-member, js2-private-member, js2-private-function-call)
10403 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10404 (js2-magic-paren, js2-external-variable):
10405 Remove "-face" suffix from face names.
10406 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10407 (js2-highlight-undeclared-vars, js2-peek-token)
10408 (js2-parse-function-params, js2-mode-show-errors)
10409 (js2-mode-show-warnings, js2-make-magic-delimiter)
10410 (js2-mode-highlight-magic-parens): Update to use new face names.
10411
10412 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10413
10414 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10415 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10416
10417 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10418
10419 * subr.el: Provide hashtable-print-readable.
10420
10421 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10422 hs-c-like-adjust-block-beginning.
10423 (hs-hide-block-at-point): Stop hiding at the beginning of
10424 hs-block-end-regexp (Bug#700).
10425
10426 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10427
10428 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10429 a macro.
10430 (gdb-registers-handler-custom): Do not fail when register names
10431 are unavailable.
10432
10433 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10434
10435 * progmodes/gdb-mi.el (gdb-control-all-threads)
10436 (gdb-control-current-thread): Interactive setters for
10437 `gdb-gud-control-all-threads' to use in menu.
10438 (gdb-show-run-p): Show «Go» when process is not active.
10439 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
10440 gud/thread.xpm and gud/all.xpm.
10441
10442 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10443
10444 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10445 (nslookup-font-lock-keywords): Make it a variable.
10446 (net-utils-mode): New mode for viewing diagnostic network output.
10447 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10448 (net-utils-run-simple): New function.
10449 (ifconfig, iwconfig, netstat, arp, route): Use it.
10450
10451 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10452
10453 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10454 (gdb-memory-set-address, def-gdb-set-positive-number)
10455 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10456 after changing settings.
10457 (gdb-invalidate-disassembly): Update when first shown.
10458 (gdb-edit-locals-value): Fixed.
10459 (gdb-registers-handler-custom): Print registers in right order and
10460 allow changing register values (only for current thread yet).
10461 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10462 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10463 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10464 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10465 info in mode name.
10466 (gdb-registers-mode-map): TAB to switch to locals.
10467
10468 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10469
10470 * mail/rmail.el (rmail-add-mbox-headers)
10471 (rmail-set-message-counters-counter): Search for
10472 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10473
10474 2009-08-08 Glenn Morris <rgm@gnu.org>
10475
10476 * Makefile.in (ELCFILES): Update.
10477
10478 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10479
10480 * mail/sendmail.el (mail-yank-original): Set
10481 buffer-file-coding-system from the one used by the message whose
10482 text is yanked.
10483
10484 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10485 to "windows" when "pgnuplot" is used.
10486 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10487 call accept-process-output if "pgnuplot" is used.
10488 (calc-graph-init): Don't send -display and -geometry to
10489 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10490 running "pgnuplot -V" with shell-command-to-string.
10491
10492 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10493 the default.
10494
10495 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10496
10497 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10498 org/org-latex.elc.
10499
10500 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10501
10502 * vc-dispatcher.el (vc-resynch-window): Update comment.
10503
10504 * term.el (term-handle-ansi-escape): Add comments with the
10505 terminfo capabilities implemented.
10506
10507 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10508
10509 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10510 (gdb-var-create-handler): Rewritten using JSON parser.
10511 (gdb-propertize-header): Moved earlier.
10512 (gdb-set-header): Removed to avoid duplication.
10513 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10514 Refresh disassembly buffers only after threads list have been
10515 update.
10516 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10517 variables.
10518
10519 2009-08-04 Juri Linkov <juri@jurta.org>
10520
10521 * files.el: Commands to add/delete file/directory-local variables.
10522 (read-file-local-variable, read-file-local-variable-value)
10523 (read-file-local-variable-mode, modify-file-local-variable)
10524 (modify-file-local-variable-prop-line)
10525 (modify-dir-local-variable): New functions.
10526 (add-file-local-variable, delete-file-local-variable)
10527 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10528 (add-dir-local-variable, delete-dir-local-variable)
10529 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10530 (copy-dir-locals-to-file-locals-prop-line): New commands.
10531
10532 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
10533
10534 * abbrev.el (insert-abbrev-table-description): Prettify output.
10535 Suggested by Karl Chen.
10536
10537 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10538
10539 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10540 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10541 (gdb-overlay-arrow-position, gdb-thread-position)
10542 (gdb-disassembly-position): Declare variables.
10543 (gdb-wait-for-pending): Function now.
10544 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10545 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10546 compilation goes smoothly.
10547 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10548 (gdb-non-stop-setting): New customization setting which replaces
10549 `gdb-non-stop' so changing it doesn't break active GDB session.
10550 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10551 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10552 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10553 (gdb-show-threads-by-default): New customization options.
10554 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10555 routines.
10556 (gdb-get-buffer-create): Send buffers update signal when they are
10557 created.
10558 (gdb-invalidate-locals, gdb-invalidate-registers)
10559 (gdb-invalidate-breakpoints)
10560 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10561 (gdb-invalidate-memory): Accept update signal.
10562 (gdb-current-context-command): Use --frame option.
10563 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10564 Implement `gdb-frame-number' selection logic.
10565 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10566 whether to show GUD toolbar buttons.
10567 (gdb-thread-exited): Unselect current thread when it exits.
10568 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10569 (gdb-mark-line): Routine which sets overlay arrow or inverses
10570 video on fringeless displays.
10571 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10572 to build aligned columns of data in GDB buffers and set text
10573 properties line-by-line.
10574 (gdb-invalidate-breakpoints)
10575 (gdb-breakpoints-list-handler-custom)
10576 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10577 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10578 (gdb-registers-handler-custom): Align data columns.
10579 (gdb-locals-handler-custom): Now prints data like in variable
10580 declarations.
10581 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10582 Removed confusing buttons.
10583 (gdb-invalidate-threads): Append --frame.
10584 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10585 between breakpoints/threads buffers.
10586 (gdb-set-window-buffer): Now can ignore dedicated windows.
10587 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10588 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10589 (def-gdb-thread-buffer-gud-command): Replaces
10590 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10591 for fine thread control.
10592 (gdb-preempt-existing-or-display-buffer): New function used to
10593 display bound buffers without breaking window layout.
10594 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10595 (gdb-select-frame): New version of `gdb-frames-select' which now
10596 sets `gdb-frame-number' so commands may use --frame option instead
10597 of inner debugger state.
10598 (gdb-frame-handler): Do not set `gdb-frame-number'.
10599 (gdb-threads-mode-map): Select threads with mouse.
10600
10601 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10602 avoid compilation warning.
10603 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10604 `gdb-show-stop-p`.
10605
10606 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10607 Argument `key' renamed to `buffer-type'.
10608 (gdb-current-context-buffer-name): Do not add thread info to
10609 buffer name when no thread is selected.
10610 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10611 command (bug 3794).
10612 (gdb-thread-selected): Handle `=thread-selected' notification.
10613 (gdb-wait-for-pending): New macro to deal with congestion problems.
10614 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10615 breakpoints.
10616 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10617 This fixes problem similar to one described in bug 3947.
10618 (gud-menu-map): More menu items.
10619 (gdb-init-1): Reset `gdb-thread-number' to nil.
10620
10621 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10622 non-stop settings.
10623
10624 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10625 (gdb-current-context-command): Do not append --thread if
10626 `gdb-thread-number' is nil.
10627 (gdb-running-threads-count, gdb-stopped-threads-count): New
10628 variables.
10629 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10630 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10631 customization options.
10632 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10633 GUD commands.
10634 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10635 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10636 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10637 set `gdb-thread-number' and update `gud-running' properly.
10638 (gdb-running): Update threads list when new threads appear.
10639 (gdb-stopped): Support non-stop operation and new thread switching
10640 logic.
10641 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10642 (gdb-json-partial-output): New set of JSON routines.
10643 (def-gdb-auto-update-trigger): New `signal-list' optional
10644 argument.
10645 (gdb-thread-list-handler-custom): Update `gud-running',
10646 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10647 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10648 (gdb-continue-thread, gdb-step-thread): New commands for fine
10649 thread execution control.
10650 (gud-menu-map): New menu items to switch non-stop options.
10651 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10652 (gdb-send): Mimic RET properly (bug 3794).
10653
10654 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10655 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10656 gdb-buffer-rules.
10657 (def-gdb-auto-update-handler): New nopreserve optional argument.
10658 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10659
10660 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10661 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10662 (gdb-parent-mode): New mode to derive other GDB modes from.
10663 (gdb-display-disassembly-for-thread)
10664 (gdb-frame-disassembly-for-thread): New commands for threads
10665 buffer.
10666
10667 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10668 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10669 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10670 (gdb-update): We now store all GDB buffers in a list so that they
10671 can be updated by traversing a list instead of calling invalidate
10672 triggers explicitly.
10673 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10674 pair for GDB buffer.
10675 (gdb-stack-buffer-name): Add thread information.
10676 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10677 handle pending triggers.
10678 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10679 (def-gdb-thread-buffer-simple-command)
10680 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10681 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10682 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10683 New commands which show buffers bound to thread.
10684 (gdb-stack-list-locals-regexp): Removed unused regexp.
10685
10686 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10687 (gdb-locals-buffer-name, gdb-registers-buffer-name)
10688 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10689 to (gud-comint-buffer) in *-buffer-name functions
10690 because (gdb-get-target-string) already does that.
10691 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10692 (gdb-changed-registers-handler): Rewritten without regexps.
10693
10694 * progmodes/gdb-mi.el: Basic thread selection support.
10695 (gdb-thread-number): New variable.
10696 (gdb-current-context-command): New macro which adds --thread
10697 option to command.
10698 (gdb-threads-mode-map): Select thread with SPC.
10699 (gdb-thread-list-handler-custom): Mark current thread with overlay
10700 arrow. Synchronize GDB thread and Emacs thread.
10701 (gdb-select-thread): New command which selects current thread.
10702 (gdb-invalidate-frames, gdb-invalidate-locals)
10703 (gdb-invalidate-registers): Use --thread option.
10704
10705 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
10706
10707 * net/tramp.el (top): Make check for tramp-gvfs loading more
10708 robust. (Bug#3977)
10709 (tramp-handle-insert-file-contents): `unwind-protect' must be
10710 inside `with-parsed-tramp-file-name'.
10711
10712 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10713 fails.
10714
10715 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
10716
10717 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10718 directory if CLASSPATH is not set.
10719
10720 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
10721
10722 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10723 New defconst.
10724 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
10725
10726 2009-08-02 Kevin Ryde <user42@zip.com.au>
10727
10728 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10729 Update freshmeat link. Delete newsforge.com as it seems gone.
10730
10731 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10732
10733 * select.el (x-set-selection): Doc fix (Bug#4021).
10734
10735 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10736
10737 * help-fns.el (describe-variable): Treat list return values from
10738 dir-locals-find-file properly (Bug#4005).
10739
10740 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
10741
10742 * net/tramp.el (tramp-debug-message): Print also microseconds.
10743
10744 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
10745
10746 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10747 or END is non-nil.
10748 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10749 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10750 format.
10751
10752 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10753 (tramp-get-file-property): Use it.
10754
10755 * autorevert.el (auto-revert-handler): Allow
10756 `auto-revert-tail-mode' for remote files.
10757
10758 2009-08-02 Jason Rumney <jasonr@gnu.org>
10759
10760 * minibuffer.el (read-file-name): Treat confirm options to
10761 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
10762
10763 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10764
10765 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10766 (font-lock-variable-name-face, font-lock-constant-face): Darken
10767 the colors for light backgrounds.
10768
10769 2009-08-01 Eli Zaretskii <eliz@gnu.org>
10770
10771 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10772 month names. (Bug#3987)
10773
10774 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
10775
10776 * simple.el (line-move-finish): Pass whole number to
10777 line-move-to-column.
10778 (line-move-visual): Perform hscroll to the recorded position.
10779
10780 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10781
10782 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10783
10784 2009-07-29 Alan Mackenzie <acm@muc.de>
10785
10786 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10787
10788 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10789
10790 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10791 (gdb-place-breakpoints): Use full path when setting breakpoints.
10792
10793 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10794
10795 * calc/calc.el (calc-mode-map): Add keybinding for
10796 `calc-transpose-lines'.
10797
10798 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
10799
10800 * calc/calc-misc.el (calc-transpose-lines): New function.
10801
10802 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
10803
10804 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10805 Simplify check for out-of-band methods.
10806 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10807 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10808
10809 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10810
10811 * vc-git.el (vc-git-checkin): Fix typo.
10812
10813 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
10814
10815 * progmodes/js2-mode.el: New file.
10816
10817 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
10818
10819 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10820 (gud-menu-map): Adjust tooltip accordingly.
10821
10822 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10823
10824 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10825 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10826
10827 * add-log.el (change-log-mode-map): Add a menu.
10828
10829 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
10830
10831 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10832 function returns nil.
10833 (dbus-handle-event): Handle special return value :ignore.
10834 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10835
10836 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
10837
10838 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10839 it's not needed.
10840
10841 2009-07-25 Eli Zaretskii <eliz@gnu.org>
10842
10843 Fix Bug#3888:
10844
10845 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10846
10847 * term/pc-win.el (x-display-name, x-colors)
10848 (x-select-enable-clipboard, x-select-text): Doc fix.
10849
10850 * term/common-win.el (x-display-name, x-colors): Doc fix.
10851
10852 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10853 (xw-defined-colors): Doc fix.
10854
10855 * w32-fns.el (x-select-text, x-setup-function-keys)
10856 (x-get-selection, x-set-selection): Doc fix.
10857
10858 * term/x-win.el (x-select-text, x-setup-function-keys)
10859 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10860
10861 * select.el (x-set-selection): Doc fix.
10862
10863 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
10864
10865 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10866 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10867 "IsNSSSupportAvailable" method is not available. Reported by
10868 Steve Youngs <steve@sxemacs.org>.
10869
10870 2009-07-24 Kenichi Handa <handa@m17n.org>
10871
10872 * international/characters.el: Fix setting of category ?C, ?|, ?K,
10873 and ?H. Fix setting of case for Latin Extended and Greek Extended.
10874 (build-unicode-category-table): Fix range checks.
10875
10876 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10877
10878 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10879 the buffer we try to sync is current when calling
10880 vc-resynch-buffer.
10881
10882 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10883 not show up to date files.
10884
10885 2009-07-24 Glenn Morris <rgm@gnu.org>
10886
10887 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10888 Add autoload cookies. If necessary, initialize.
10889 (elint-log): Handle non-file buffers.
10890 (elint-initialize): Add optional argument to reinitialize.
10891 (elint-find-builtin-variables): Save excursion.
10892
10893 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10894
10895 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10896 for Lint.
10897
10898 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10899
10900 * vc.el (vc-print-log-internal): New function, split out from ...
10901 (vc-print-log): ... here.
10902 (vc-dir-move-to-goal-column): Declare.
10903
10904 * vc-git.el (vc-git-add-signoff): New variable.
10905 (vc-git-checkin): Use it.
10906 (vc-git-toggle-signoff): New function.
10907 (vc-git-extra-menu-map): Bind it to menu.
10908 (vc-git--run-command-string): Accept a nil FILE argument.
10909 (vc-git-stash-list): New function.
10910 (vc-git-dir-extra-headers): Use it.
10911
10912 2009-07-23 Glenn Morris <rgm@gnu.org>
10913
10914 * help-fns.el (describe-variable): Describe ignored and risky local
10915 variables in a similar way to that in which we describe safe ones.
10916
10917 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10918 (byte-compile-output-file-form, byte-compile-output-docform)
10919 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10920 Give some more local variables with common names a "bytecomp-" prefix,
10921 so as not to shadow things during compilation.
10922 * emacs-lisp/cl-macs.el (load-time-value)
10923 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10924 `outbuffer' to `bytecomp-outbuffer'.
10925
10926 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10927 since the next two variables cover them automatically now.
10928 (elint-builtin-variables, elint-autoloaded-variables): New.
10929 (elint-unknown-builtin-args): Remove all members, since they can be
10930 parsed automatically now.
10931 (elint-extra-errors): New.
10932 (elint-env-add-env, elint-env-add-macro): Use cadr.
10933 (elint-current-buffer): Use or. Change final message.
10934 (elint-get-top-forms): Use line-end-position.
10935 (elint-init-env): Use cadr. Handle autoload, declare-function,
10936 and defalias.
10937 (elint-add-required-env): Doc fix. Use or. Standardize error.
10938 (regexp-assoc): Remove unused function.
10939 (elint-top-form): Set elint-current-pos, to record the start of the
10940 top-level form, for compilation-mode.
10941 (elint-form): Trap errors in macro expansion. Use dolist.
10942 (elint-unbound-variable): Use elint-builtin-variables and
10943 elint-autoloaded-variables.
10944 (elint-get-args): Use cadr, or.
10945 (elint-check-cond-form): Use dolist, cadr.
10946 (elint-check-condition-case-form): Doc fix. Use cadr.
10947 Use elint-extra-errors.
10948 (elint-log): New function.
10949 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10950 Distinguish errors and warnings.
10951 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10952 Use a bytecomp-style format.
10953 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10954 (elint-get-log-buffer): Use compilation mode. Disable undo.
10955 Don't truncate lines.
10956 (elint-initialize): Set builtin and autoloaded variable lists.
10957 Only process elint-unknown-builtin-args if non-nil.
10958 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10959 New functions.
10960 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10961
10962 2009-07-22 Kevin Ryde <user42@zip.com.au>
10963
10964 * net/newst-backend.el (newsticker--parse-atom-1.0)
10965 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10966 (newsticker--parse-rss-1.0):
10967 * progmodes/idlwave.el (idlwave-mode):
10968 * progmodes/idlw-shell.el (idlwave-shell-mode):
10969 * progmodes/vera-mode.el (vera-mode):
10970 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10971 * progmodes/vhdl-mode.el (vhdl-mode):
10972 * textmodes/table.el (table-generate-source)
10973 (table--warn-incompatibility):
10974 Hyperlink urls in docstrings with URL `...'.
10975
10976 2009-07-22 Glenn Morris <rgm@gnu.org>
10977
10978 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10979 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10980 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10981 Remove leading * from defcustom docs.
10982
10983 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10984
10985 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10986 defcustom doc.
10987 (list-load-path-shadows): Optionally, just return shadows as a string.
10988
10989 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10990
10991 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
10992
10993 * mail/rmailedit.el (rmail-edit-mode): Use
10994 auto-save-include-big-deletions.
10995
10996 * mail/rmail.el (rmail-variables): Use
10997 auto-save-include-big-deletions.
10998
10999 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11000 changes.
11001
11002 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11003
11004 * calc/calc.el (calc-undo-length): New variable.
11005 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11006
11007 2009-07-21 Richard Stallman <rms@gnu.org>
11008
11009 * files.el (auto-save-mode): Handle buffer-save-size = -2
11010 for toggling mode.
11011
11012 2009-07-21 Glenn Morris <rgm@gnu.org>
11013
11014 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11015
11016 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11017
11018 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11019 silence compiler. Instead...
11020 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11021 (ps-print-ensure-fontified): Update for above function name changes.
11022
11023 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11024 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11025 silence compiler. Instead...
11026 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11027 (mh-show-buffer): Only define for compiler.
11028 (pr-mh-current-message): Update for above function name changes.
11029
11030 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11031 as an argument.
11032 (find-file-noselect, insert-file-1): Update for above change.
11033
11034 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11035
11036 * mail/mailclient.el (mailclient-send-it): Fix message.
11037
11038 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11039 (edebug-eval): Check cl-debug-env is bound.
11040 (print-level, print-circle): Don't redefine built-in variables.
11041
11042 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11043 (custom-print-vectors): Remove old comments from doc.
11044
11045 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11046 (emerge-version): Make the variable an obsolete alias for the
11047 emacs-version variable. Make the function obsolete.
11048 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11049 Emerge options, rather than merging in into the main Options menu.
11050 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11051 and auto advance modes. Disable edit/fast items when not relevant.
11052
11053 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11054
11055 * term/vt420.el (terminal-init-vt420): Fix typo.
11056
11057 2009-07-20 Sam Steingold <sds@gnu.org>
11058
11059 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11060 variable (removed from compile.el on 2004-03-11).
11061
11062 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11063
11064 * files.el (hack-local-variables-filter): Fix last change.
11065
11066 2009-07-19 Juri Linkov <juri@jurta.org>
11067
11068 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11069 (dir-local-variables-alist): New buffer-local variable.
11070 (hack-local-variables-filter): If variable is not dir-local,
11071 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11072 because file-local overrides dir-local.
11073 (c-postprocess-file-styles) <declare-function>:
11074 Remove obsolete declaration.
11075 (hack-dir-local-variables): Add dir-local variable/value pair to
11076 `dir-local-variables-alist' and remove duplicates. Doc fix.
11077
11078 * help-fns.el (describe-variable): Add information about
11079 file-local and dir-local variables.
11080
11081 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11082
11083 * files.el (hack-local-variables-filter): Rewrite.
11084
11085 2009-07-19 Glenn Morris <rgm@gnu.org>
11086
11087 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11088 Silence compiler by only defining on XEmacs.
11089
11090 * international/mule.el (auto-coding-regexp-alist): Only match
11091 BABYL... at the start of buffer, not of lines. (Bug#3790)
11092
11093 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11094 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11095 (cal-menu-context-mouse-menu): Doc fix.
11096
11097 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11098
11099 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11100
11101 2009-07-18 Juri Linkov <juri@jurta.org>
11102
11103 * info.el: Virtual Info keyword finder.
11104 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11105 (Info-finder-file): New variable.
11106 (Info-finder-find-file): New function.
11107 (finder-known-keywords, finder-package-info)
11108 (find-library-name, lm-commentary): Use defvar and
11109 declare-function to silence compiler warnings.
11110 (Info-finder-find-node): New function.
11111 (info-finder): New command.
11112
11113 * subr.el (process-kill-buffer-query-function): New function.
11114 (add-hook)<kill-buffer-query-functions>: Add hook
11115 `process-kill-buffer-query-function'.
11116
11117 2009-07-18 Alan Mackenzie <acm@muc.de>
11118
11119 * progmodes/cc-mode.el (c-before-hack-hook)
11120 (c-postprocess-file-styles): Give invocation of `c-set-style'
11121 DONT-OVERRIDE parameter of t. Already set style variables will
11122 thus not be overridden by style settings given by `c-file-syle'.
11123
11124 * files.el (hack-local-variables-filter): Remove entries with
11125 duplicate keys from `file-local-variables-alist'.
11126
11127 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11128
11129 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11130 x-set-selection if display-selections-p returns nil for the
11131 current frame.
11132
11133 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11134
11135 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11136
11137 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11138
11139 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11140 Accept nil in addition to a regexp.
11141 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11142 Accept nil in addition to a regexp.
11143 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11144 buffers that have an associated file. Handle nil values of
11145 desktop-buffers-not-to-save and desktop-files-not-to-save.
11146 (Bug#3833)
11147
11148 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11149 (x-disown-selection-internal): New functions.
11150
11151 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11152
11153 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11154 warning.
11155 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11156 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11157
11158 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11159
11160 * simple.el (set-mark): Revert last change.
11161
11162 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11163
11164 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11165 rendering of pngs is not possible instead of messaging a long
11166 description.
11167
11168 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11169
11170 * w32-fns.el (x-selection-owner-p): New function.
11171
11172 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11173 (mouse-yank-at-click, mouse-yank-primary): If
11174 select-active-regions is non-nil, deactivate the mark before
11175 insertion.
11176
11177 * simple.el (deactivate-mark, set-mark): Only save selection if we
11178 own it.
11179
11180 2009-07-17 Kenichi Handa <handa@m17n.org>
11181
11182 * case-table.el (describe-buffer-case-table): Fix for the case
11183 that KEY is a cons.
11184
11185 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11186
11187 * vc-rcs.el (vc-rcs-find-file-hook):
11188 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11189
11190 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11191
11192 * net/tramp.el (tramp-wait-for-output): Handle the case when
11193 commands do not return a newline but a null byte before the shell
11194 prompt. (Bug#3858)
11195
11196 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11197
11198 * term/ns-win.el (ns-set-alpha): Don't declare.
11199 (ns-set-background-alpha): Remove function.
11200
11201 2009-07-16 Kevin Ryde <user42@zip.com.au>
11202
11203 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11204 y-or-n-p, for safety.
11205
11206 2009-07-16 Richard Stallman <rms@gnu.org>
11207
11208 * files.el (auto-save-mode): If buffer-saved-size is -2,
11209 don't clobber it.
11210
11211 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11212 (rmail-retry-ignored-headers): Add more uninteresting fields.
11213
11214 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11215
11216 * net/rcirc.el (rcirc): Use history variables.
11217 (rcirc-server-name-history, rcirc-nick-name-history)
11218 (rcirc-server-port-history): New variables.
11219
11220 2009-07-15 Kenichi Handa <handa@m17n.org>
11221
11222 * international/mule-cmds.el (set-language-environment-charset):
11223 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11224 ignore them.
11225
11226 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11227 Delete unibyte-display.
11228
11229 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11230
11231 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11232
11233 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11234
11235 * simple.el (deactivate-mark): Optional argument FORCE.
11236 (set-mark): Use deactivate-mark.
11237
11238 * info.el (Info-search): No need to check transient-mark-mode
11239 before calling deactivate-mark.
11240
11241 * select.el (x-set-selection): Doc fix.
11242 (x-valid-simple-selection-p): Allow buffer values.
11243 (xselect--selection-bounds): Handle buffer values. Suggested by
11244 David De La Harpe Golden.
11245
11246 * mouse.el (mouse-set-region, mouse-drag-track): Call
11247 copy-region-as-kill before setting the mark, to let
11248 select-active-regions work.
11249
11250 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11251
11252 * simple.el (deactivate-mark): If select-active-regions is
11253 non-nil, copy the selection data into a string.
11254 (activate-mark): If select-active-regions is non-nil, set the
11255 selection to the current buffer.
11256 (set-mark): Update selection if select-active-regions is non-nil.
11257
11258 * select.el (x-valid-simple-selection-p): Allow buffer values.
11259
11260 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11261
11262 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11263 and more featureful message-mode.
11264
11265 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11266
11267 * select.el (x-set-selection): Doc fix.
11268 (x-valid-simple-selection-p): Disallow selection data consisting
11269 of a list or cons of integers, since that is not used.
11270 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11271 (xselect-convert-to-string, xselect-convert-to-length)
11272 (xselect-convert-to-filename, xselect-convert-to-charpos)
11273 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11274
11275 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11276
11277 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11278 output in -break-info command (Emacs bug #3794).
11279
11280 2009-07-14 Glenn Morris <rgm@gnu.org>
11281
11282 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11283 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11284 (edebug-print-length, edebug-print-level, edebug-print-circle)
11285 (edebug-sit-for-seconds, edebug-view-outside)
11286 (edebug-bounce-point, edebug-set-global-break-condition)
11287 (edebug-Go-nonstop-mode, edebug-trace-mode)
11288 (edebug-Trace-fast-mode, edebug-continue-mode)
11289 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11290 (edebug-visit-eval-list): Doc fixes.
11291
11292 * subr.el (def-edebug-spec): Doc fix.
11293
11294 2009-07-14 Kenichi Handa <handa@m17n.org>
11295
11296 * international/characters.el: Fix setting of category ?C.
11297
11298 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11299
11300 * term/ns-win.el (x-select-font): defalias x-select-font to
11301 ns-popup-font-panel instead of generate-fontset-menu.
11302
11303 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11304
11305 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11306
11307 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11308
11309 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11310 the PK\003\004 header (Bug#3770).
11311
11312 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11313
11314 * pcomplete.el (pcomplete-comint-setup): Check for
11315 shell-dynamic-complete-filename too.
11316
11317 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11318
11319 * simple.el (temporary-goal-column): Change the value for
11320 line-move-visual to a cons cell.
11321 (line-move-visual): Record or set the window hscroll, if
11322 necessary (Bug#3494).
11323 (line-move-1): Handle cons value of temporary-goal-column.
11324
11325 2009-07-11 Kenichi Handa <handa@m17n.org>
11326
11327 * international/mule-diag.el (describe-character-set): Don't show
11328 width.
11329
11330 2009-07-10 Sam Steingold <sds@gnu.org>
11331
11332 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11333 Omake sometimes indents the errors it prints, so allow all
11334 regexps to start with spaces.
11335
11336 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11337
11338 * cus-edit.el (customize-changed-options-previous-release):
11339 Bump value to 22.1. (Bug#3804)
11340
11341 2009-07-08 Sam Steingold <sds@gnu.org>
11342
11343 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11344 to be a cons cell (test . ignored-directory) to selectively ignore
11345 some directories depending on the location of the search.
11346
11347 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11348
11349 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11350 remote user is root, on the local host.
11351 (tramp-local-host-p): Either the local user or the remote user
11352 must be root. (Bug#3771)
11353
11354 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11355
11356 * progmodes/gdb-mi.el (gdb): Remove description of
11357 gdb-use-separate-io-buffer.
11358 (menu): Don't allow toggling of or enable
11359 gdb-use-separate-io-buffer from menubar.
11360
11361 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11362
11363 * mail/unrmail.el (unrmail): Make sure the message ends with two
11364 newlines (Bug#3769).
11365
11366 2009-07-08 Glenn Morris <rgm@gnu.org>
11367
11368 * calendar/calendar.el (calendar-current-date): Rework previous change.
11369
11370 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11371
11372 * calendar/calendar.el (calendar-current-date):
11373 Add an optional argument giving an offset from today.
11374
11375 2009-07-08 Glenn Morris <rgm@gnu.org>
11376
11377 * tutorial.el (tutorial--describe-nonstandard-key):
11378 Adjust the message for when a key has been unbound.
11379 (help-with-tutorial): Hide the arch-tag.
11380
11381 2009-07-08 Kenichi Handa <handa@m17n.org>
11382
11383 * international/fontset.el (setup-default-fontset): For each
11384 script, append (not set) font-specs.
11385
11386 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11387 docstring.
11388
11389 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11390
11391 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11392 -data-list-register-names to ...
11393 (gdb-starting): ... here because GDB 7.0 requires execution to
11394 have started when using this MI command.
11395 (gdb-set-header): New function to distinguish select and
11396 unselected tabs in gdb buffers.
11397 (gdb-propertize-header): New macro that uses gdb-set-header.
11398 (gdb-breakpoints-header, gdb-locals-header): Use it.
11399 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11400
11401 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11402
11403 * Makefile.in (ELCFILES): Remove fadr.elc.
11404
11405 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11406
11407 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11408 may contain frame information, so `string-match' should be used.
11409 (gdb-update): Disassembly is invalidated through
11410 `gdb-get-selected-frame'.
11411 (gdb-pad-string): New function to pad string with spaces.
11412 (gdb-invalidate-disassembly): Invalidate only if the buffer
11413 exists.
11414 (gdb-disassembly-handler-custom): Column alignment.
11415 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11416 placing new ones.
11417 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11418 end of line, too.
11419 (gdb-frame-handler): Match convention to for disassembly buffer
11420 mode name.
11421 (gdb-stack-list-frames-handler): Rewritten without regexps.
11422 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11423 not highlight breakpoints without line information.
11424 (gdb-input): Add trailing newline to command.
11425
11426 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11427 buffer properly.
11428 (gdb-breakpoints-list-handler-custom): Replacement for
11429 `gdb-break-list-handler'. Using real parser instead of regexps
11430 now.
11431 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11432 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11433 to place breakpoints.
11434 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11435 functions.
11436 (gdb-disassembly-handler-custom): Show overlay arrow.
11437 (gdb-disassembly-place-breakpoints): Show breakpoints in
11438 disassembly buffer.
11439 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11440 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11441 instead of parsing breakpoints buffer. Fixed old menu references
11442 in `gud-menu-map'.
11443
11444 * fadr.el: Remove.
11445
11446 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11447 (gdb-memory-address): New variable which holds top address of
11448 memory page shown in memory buffer.
11449 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11450 customization variables.
11451 New functions:
11452 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11453 display the memory buffer.
11454 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11455 buffer display parameters.
11456 (def-gdb-memory-format, gdb-memory-format-binary)
11457 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11458 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11459 Functions for setting memory buffer format.
11460 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11461 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11462 unit size used in memory buffer.
11463 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11464 to next/previous page of memory buffer.
11465 Now using (bindat-get-field) instead of fadr functions.
11466
11467 2009-07-07 Sam Steingold <sds@gnu.org>
11468
11469 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11470 non-top-level files.
11471
11472 2009-07-07 Kenichi Handa <handa@m17n.org>
11473
11474 * international/mule-cmds.el (reset-language-environment): Put
11475 the highset priority to the charset iso-8859-1.
11476
11477 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11478
11479 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11480 to the end of the line when locating the block (Bug#700).
11481
11482 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11483
11484 * net/tramp.el (tramp-handle-write-region): Flush file properties
11485 in case of short track.
11486
11487 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11488
11489 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11490 Coded custom representation of verilog error regular expressions
11491 to work with Emacs-22's new format.
11492 (verilog-error-regexp-xemacs-alist): Coded custom representation
11493 of verilog error regular expressions to work with XEmacs format.
11494 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11495 error recognition into XEmacs.
11496 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11497 error recognition into Emacs-22.
11498
11499 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11500
11501 * woman.el: Remove stand-alone closing parentheses.
11502 (woman-file-name, woman2-format-paragraphs)
11503 (woman-leave-blank-lines): Code cleanup.
11504 (woman-use-own-frame): Change default to nil.
11505 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11506 defaults to inherit from default faces.
11507 (woman2-process-escapes): Consume the newline after a stand-alone
11508 filler character (Bug#3651).
11509
11510 2009-07-06 Glenn Morris <rgm@gnu.org>
11511
11512 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11513 (top-level): Move provide to the end.
11514 (ffap): Remove defunct URL from custom group.
11515
11516 * subr.el (eval-after-load): Doc fix.
11517
11518 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11519
11520 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11521 `calc-embedded-word' is called twice.
11522
11523 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11524
11525 * files.el (find-alternate-file-other-window, find-alternate-file):
11526 Obey confirm-nonexistent-file-or-buffer.
11527
11528 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
11529
11530 * dired-aux.el (dired-show-file-type): Handle remote files.
11531
11532 2009-07-05 Jari Aalto <jari.aalto@cante.net>
11533
11534 * desktop.el (desktop-globals-to-save):
11535 Add file-name-history (Bug#2750).
11536
11537 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
11538
11539 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11540
11541 2009-07-04 Johan Bockgård <bojohan@gnu.org>
11542
11543 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11544 property on entire argument since this is what eshell-lisp-command
11545 expects.
11546
11547 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
11548
11549 * net/tramp-gvfs.el (tramp-gvfs-methods)
11550 (tramp-gvfs-zeroconf-domain)
11551 (tramp-bluez-discover-devices-timeout): Add version flag.
11552 (tramp-gvfs-handler-mounted-unmounted)
11553 (tramp-gvfs-connection-mounted-p): Polish handling of
11554 incompatibilities between GVFS 0.2 and 1.0.
11555
11556 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11557
11558 * cus-start.el (all): Add make-pointer-invisible.
11559
11560 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11561
11562 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11563 formatted correctly.
11564
11565 2009-07-02 Juri Linkov <juri@jurta.org>
11566
11567 * info.el: Virtual Info files and nodes.
11568 (Info-virtual-files, Info-virtual-nodes): New variables.
11569 (Info-current-node-virtual): New variable.
11570 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11571 New functions.
11572 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11573 to check for a virtual file instead of checking a fixed list
11574 of node names.
11575 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11576 instead of ad-hoc processing of "dir" and (apropos history toc).
11577 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11578 instead of ad-hoc processing of "dir" and (apropos history toc).
11579 Reread a file when moving from a virtual node.
11580 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11581 (Info-directory-toc-nodes, Info-directory-find-file)
11582 (Info-directory-find-node): New functions.
11583 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11584 (Info-history): Move part of code to
11585 `Info-history-find-node'.
11586 (Info-history-toc-nodes, Info-history-find-file)
11587 (Info-history-find-node): New functions.
11588 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11589 (Info-toc): Move part of code to `Info-toc-find-node'.
11590 (Info-toc-find-node): New function.
11591 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
11592 the current Info file name to references because now the node
11593 "*TOC*" belongs to the same Info manual.
11594 (Info-toc-build): Rename from `Info-build-toc'.
11595 (Info-toc-nodes): Rename input argument `file' to `filename'.
11596 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11597 instead of ad-hoc processing of ("dir" apropos history toc).
11598 (Info-index-nodes): Use Info-virtual-file-p
11599 to check for a virtual file instead of checking a fixed list
11600 of node names.
11601 (Info-index-node): Add check for `Info-current-node-virtual'.
11602 Raise `save-match-data' higher up the tree to contain
11603 `search-forward' too (bug fix).
11604 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11605 (Info-virtual-index-nodes): New variable.
11606 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11607 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11608 (Info-apropos-file, Info-apropos-nodes): New variables.
11609 (Info-apropos-toc-nodes, Info-apropos-find-file)
11610 (Info-apropos-find-node, Info-apropos-matches): New functions.
11611 (info-apropos): Move part of code to `Info-apropos-find-node' and
11612 `Info-apropos-matches'.
11613 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11614 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11615 for a virtual file instead of checking a fixed list of node names.
11616
11617 * simple.el (async-shell-command): New command.
11618
11619 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11620
11621 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11622 instead of `mount-info'.
11623
11624 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
11625
11626 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11627 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11628
11629 2009-07-02 Kenichi Handa <handa@m17n.org>
11630
11631 * international/mule.el (set-keyboard-coding-system): Force *-unix
11632 coding-system to avoid eol conversion.
11633
11634 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
11635
11636 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11637 Add handler for `process-file', `shell-command' and
11638 `start-file-process'.
11639 (tramp-gvfs-handle-shell-command)
11640 (tramp-gvfs-handle-start-file-process)
11641 (tramp-gvfs-handle-process-file): New defuns.
11642 (tramp-synce-list-devices): Simplify check for existence of property.
11643
11644 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11645
11646 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11647
11648 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11649
11650 * language/korean.el (set-language-info-alist): Add korean-cp949,
11651 cp949 to spec.
11652
11653 2009-07-01 Kenichi Handa <handa@m17n.org>
11654
11655 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11656
11657 * international/encoded-kb.el: Deleted.
11658
11659 * international/mule.el (set-keyboard-coding-system): Perform the
11660 necessary setup here instead of calling encoded-kbd-setup-display.
11661
11662 2009-07-01 Glenn Morris <rgm@gnu.org>
11663
11664 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11665
11666 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11667
11668 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11669
11670 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
11671
11672 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11673 Handle also the 'rename case, when setting file modes. (Bug#3712)
11674 (tramp-default-file-modes): Remove execute permissions.
11675
11676 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11677 (top): Add a default for "synce" in `tramp-default-user-alist'.
11678 Add completion function for "synce" method.
11679 (tramp-hal-service, tramp-hal-path-manager)
11680 (tramp-hal-interface-manager, tramp-hal-interface-device):
11681 New defconst.
11682 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11683 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11684 New defuns.
11685
11686 * net/trampver.el: Update release number.
11687
11688 2009-06-30 Kenichi Handa <handa@m17n.org>
11689
11690 * international/fontset.el (setup-default-fontset): Add CJK fonts
11691 for symbols and the other miscellaneous characters.
11692
11693 * language/korea-util.el (setup-korean-environment-internal):
11694 Make char-width-table suitable for Korean environments.
11695 (exit-korean-environment): Cancel above.
11696
11697 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11698 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11699 setup-function to make char-width-table suitable for respective
11700 environments, and an exit-function to cancel that.
11701
11702 * language/japan-util.el (setup-japanese-environment-internal):
11703 Call use-cjk-char-width-table with arg `ja_JP'.
11704
11705 * international/characters.el (cjk-char-width-table): Delete it.
11706 (cjk-char-width-table-list): New variable.
11707 (use-cjk-char-width-table): New arg local-name.
11708 (use-default-char-width-table): Fix for the case that Emacs is
11709 already using the default char-width-table.
11710
11711 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
11712
11713 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11714 modes mandatory. (Bug#3712)
11715
11716 2009-06-29 Alan Mackenzie <acm@muc.de>
11717
11718 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11719 correction between the visible width of TABs and their number of bytes.
11720
11721 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
11722
11723 * server.el (server-buffer-done): Prevent kill-buffer from
11724 prompting by clearing the buffer modification flag (Bug#3696).
11725
11726 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
11727
11728 * progmodes/verilog-mode.el (verilog-beg-of-statement)
11729 (verilog-endcomment-reason-re): Support unique case and priority case.
11730 (verilog-basic-complete-re): Support localparam lineup.
11731 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11732 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11733 commenting.
11734 (verilog-leap-to-case-head): Now support *nested* unique &
11735 priority case statements.
11736 (verilog-auto-lineup): Make just declarations the default (as it
11737 had been).
11738 (verilog-leap-to-case-head): Support priority/unique case statements.
11739 (verilog-auto-lineup): Rework to give users radio buttons to
11740 select the various styles of automatic lineup.
11741 (verilog-error-regexp-alist): Rework to support the XEmacs style
11742 of error regular expressions from compilers, lint tools &
11743 simulators. Note that GNU Emacs has made it impossible for a mode
11744 to load such things.
11745 (electric-verilog-terminate-line, verilog-indent-declaration)
11746 (verilog-auto-wiure): Rework for radio button selection of
11747 auto-lineup selection of specification of auto lineup.
11748 (verilog-beg-of-statement-1): Redesign to support proper operation
11749 in additional code, based on testing with auto-lineup.
11750 (verilog-calculate-indent, assignments & declarations)
11751 (verilog-backward-token): Enhance to support auto-lineup of
11752 assignments & declarations.
11753 (verilog-in-directive-p, verilog-at-struct-p): New function for
11754 easy test of whether we are.
11755 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11756 to support safe execution at almost anyline.
11757 (verilog-calc-1): Properly support indenting deep inside generate
11758 blocks.
11759 (verilog-init-font): Remove definition & use of verilog-init-font,
11760 as it is redundant with font-lock-defaults.
11761 (verilog-mode): Alter the definition of verilog-font-lock-defaults
11762 to avoid circular calls if syntax-ppss is a function (as is the
11763 case now in 22.x GNU Emacs) as that function would sometimes call
11764 itself, leading to (nearly) infinite recursion.
11765 (verilog-ovm-begin-re, verilog-ovm-end-re)
11766 (verilog-ovm-statement-re, verilog-leap-to-head)
11767 (verilog-backward-token): Add support for OVM macros. Some are
11768 complete statements, and others open and close scopes like begin
11769 and end.
11770 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11771 (verilog-defun-level-generate-only-re): Really fix the defun-list
11772 compilation issue.
11773 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11774 coverpoint, constraint and cross statements.
11775 (verilog-defun-level-list, verilog-generate-defun-level-list)
11776 (verilog-all-defun-level-list): Redo these specifications - it is
11777 too hard to support eval-when compile aggregation of lists also
11778 built at when-compile time.
11779 (verilog-defun-level-list): Place defconsts of variables used in
11780 building regular expressions which are built in eval-when-compile
11781 bodies in the same eval-when-compile body to facilitate compile
11782 without load.
11783 (verilog-beg-block-re-ordered): Support indenting
11784 virtual/protected tasks and functions.
11785 (verilog-defun-level-list, verilog-in-generate-region-p)
11786 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11787 indentation of some module items (generate items).
11788 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11789 across virtual/protected tasks and functions.
11790
11791 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11792
11793 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11794 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
11795 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11796 in concatenations. Reported by Yishay Belkind.
11797 (verilog-auto-ascii-enum): Support one-hot state machines in
11798 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11799 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11800 modport in AUTOINST and add vl-modport for users. Reported by
11801 David Rogoff.
11802 (verilog-auto-inout-module, verilog-auto-inst)
11803 (verilog-decls-get-interfaces, verilog-insert-definition)
11804 (verilog-insert-one-definition, verilog-read-decls)
11805 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11806 (verilog-sig-modport, verilog-signals-combine-bus)
11807 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11808 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11809 Suggested by David Rogoff.
11810 (verilog-repair-open-comma): Fix non-insertion of comma when
11811 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11812 (verilog-make-width-expression): Simplify [A-1:0] expression
11813 widths to just {A{1'b0}}.
11814 (verilog-mode): Cleanup checkdoc warnings.
11815 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11816 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11817 inputs/outputs or data type. Suggested by Vasu Kandadi.
11818 (next-error-last-buffer): Fix byte-compiler warning.
11819 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11820 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11821 or shell command text during AUTO expansion. Suggested by Tad Truex.
11822 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11823 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11824 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11825 in AUTOINOUT. Reported by Matthew Lovell.
11826 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11827 causing use of <= assignments. Reported by Alex Reed.
11828 (verilog-read-decls): Fix triand, trior, wand, wor to be
11829 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11830 (verilog-extended-complete-re): Support import "DPI-C" functions.
11831 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11832 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
11833 (verilog-insert-date, verilog-insert-year)
11834 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11835 Windows systems. Reported by Michael Potts.
11836 (verilog-read-module-name): Fix AUTOINST when the child module
11837 declaration's name is a tick define. Reported by Elliot Mednick.
11838 (verilog-read-decls): Fix V2K parameter bit subscripts getting
11839 passed to next parameter's definition. Reported by Bruce T.
11840 (verilog-read-decls): Fix detecting "parameter int" when using
11841 AUTOINSTPARAM. Reported by Bruce T.
11842 (verilog-goto-defun): Fix goto not finding modules unless first
11843 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
11844 (verilog-mode): Expand -f flag arguments on entry to mode so
11845 verilog-goto-defun will work. Reported by Lawrence Butcher.
11846 (verilog-getopt): Expand environment variables in -f file
11847 arguments. Suggested by Lawrence Butcher.
11848 (verilog-set-define): Fix "Symbol's value as variable is void"
11849 when reading enumerations.
11850 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11851 Suggested by Stephen Peltan.
11852 (verilog-read-defines): Fix reading of enumerations in include
11853 files. Reported by Steve Peltan.
11854
11855 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11856
11857 * files.el (trash-directory): Fix defcustom type.
11858
11859 2009-06-28 Juri Linkov <juri@jurta.org>
11860
11861 * help-fns.el (describe-function-1): Correctly locate adviced
11862 functions in hyperlink (Bug#2438).
11863
11864 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
11865
11866 * files.el (trash-directory): Change default to nil.
11867 (move-file-to-trash): If trash-directory is nil and
11868 system-move-file-to-trash is unbound, perform freedesktop-style
11869 trashing.
11870
11871 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11872
11873 * files.el (move-file-to-trash): Add freedesktop trash
11874 support (Bug#973).
11875
11876 2009-06-28 Glenn Morris <rgm@gnu.org>
11877
11878 * autorevert.el (global-auto-revert-non-file-buffers)
11879 (global-auto-revert-mode): Doc fixes.
11880
11881 2009-06-27 Johan Bockgård <bojohan@gnu.org>
11882
11883 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11884
11885 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
11886
11887 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11888 opened an X connection before calling x-get-resource (Bug#3194).
11889
11890 * play/doctor.el: Remove reference to obsolete website.
11891 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11892
11893 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11894
11895 Remove find-file-not-found-hook VC method. (Bug#2757)
11896 * vc-hooks.el (vc-file-not-found-hook)
11897 (vc-default-find-file-not-found-hook): Remove functions.
11898 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11899 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11900 * vc.el:
11901 * vc-hg.el:
11902 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11903
11904 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11905
11906 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11907 compatibility function for `looking-back'.
11908
11909 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11910 Use `ispell-looking-back'.
11911
11912 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
11913
11914 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11915 rather than `filename'.
11916
11917 2009-06-23 Miles Bader <miles@gnu.org>
11918
11919 * face-remap.el (text-scale-set): New function.
11920
11921 2009-06-23 Glenn Morris <rgm@gnu.org>
11922
11923 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11924
11925 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11926
11927 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11928
11929 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11930
11931 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11932 Simplify Persian conditionals.
11933
11934 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11935 variable `filename'.
11936
11937 * comint.el (comint-insert-input): Doc fix.
11938
11939 * Makefile.in (ELCFILES): Fix typo in previous change.
11940
11941 2009-06-23 Miles Bader <miles@gnu.org>
11942
11943 * cus-start.el: Add entry for `recenter-redisplay'.
11944
11945 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11946
11947 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11948 Add an optional argument for the backend, use it instead of
11949 calling vc-backend.
11950 (vc-mode-line): Add an optional argument for the backend.
11951 Pass the backend to vc-state and vc-working-revision. Move code for
11952 special handling for vc-state being a buffer to ...
11953
11954 * vc-rcs.el (vc-rcs-find-file-hook):
11955 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11956
11957 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11958 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11959 vc-stay-local-p and vc-mode-line calls.
11960
11961 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11962 (vc-cvs-diff, vc-cvs-annotate-command)
11963 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11964 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11965 vc-mode-line calls.
11966
11967 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11968 direct comparison.
11969 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11970 backend when calling vc-mode-line.
11971 (vc-register): Do not create a closure for calling the vc register
11972 function, call it directly.
11973
11974 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11975
11976 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11977 to make it obvious item can be clicked.
11978
11979 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11980
11981 2009-06-23 Kenichi Handa <handa@m17n.org>
11982
11983 * language/korea-util.el (korean-key-bindings): Change the binding
11984 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11985 same command.
11986
11987 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
11988
11989 Sync with Tramp 2.1.16.
11990
11991 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11992
11993 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11994 when a loading of a package fails. Completion function for rsync
11995 is `tramp-completion-function-alist-ssh'.
11996 (all): Replace all calls of `split-string' and
11997 `tramp-split-string' by `tramp-compat-split-string'.
11998 (tramp-default-method): Use `tramp-compat-process-running-p'.
11999 (tramp-default-proxies-alist): Allow also Lisp forms.
12000 (tramp-remote-path): Add choice "Private Directories".
12001 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12002 (tramp-domain-regexp): Allow also "-", "_" and ".".
12003 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12004 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12005 (tramp-debug-message): Insert header line in debug buffer.
12006 (tramp-handle-directory-files-and-attributes-with-stat):
12007 Care about filenames with spaces, or starting with "-".
12008 (tramp-handle-dired-uncache): New defun.
12009 (tramp-handle-insert-directory): Don't flush the directory from
12010 cache, this is handled by `dired-uncache' now.
12011 (tramp-handle-insert-file-contents): Improve error handling.
12012 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12013 Quote `tramp-end-of-output'.
12014 (tramp-action-password): Improve trace message.
12015 (tramp-check-for-regexp): Both echoes must be present, before removing.
12016 (tramp-open-connection-setup-interactive-shell): Trace coding system.
12017 (tramp-compute-multi-hops): Eval cons cells of
12018 `tramp-default-proxies-alist'.
12019 (tramp-maybe-open-connection): Use the same command pattern for
12020 first hop and further hops.
12021 (tramp-wait-for-output): Remove handling of newlines.
12022 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12023 (tramp-split-string): Remove function. It is handled in
12024 tramp-compat now.
12025
12026 * net/tramp-cmds.el (tramp-bug):
12027 Recommend `tramp-cleanup-all-connections' in the bug mail.
12028
12029 * net/tramp-compat.el (tramp-compat-split-string)
12030 (tramp-compat-process-running-p): New defuns.
12031
12032 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12033 for `dired-uncache'.
12034
12035 * net/tramp-gvfs.el: New package.
12036
12037 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12038 Add handler for `dired-uncache'.
12039 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12040
12041 * net/trampver.el: Update release number. Make version check fit
12042 for SXEmacs 22.
12043
12044 2009-06-22 Jim Meyering <meyering@redhat.com>
12045
12046 Automatically handle .xz suffix (XZ-compressed files), too.
12047 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12048 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12049
12050 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12051 Nick Roberts <nickrob@snap.net.nz>
12052
12053 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12054 repository (http://sphinx.net.ru/hg/gdb-mi/).
12055
12056 2009-06-22 Glenn Morris <rgm@gnu.org>
12057
12058 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12059 `mode' and `eval' entries. (Bug#3430)
12060
12061 * Makefile.in (ELCFILES): Add fadr.elc.
12062
12063 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12064 differing behavior of \n and ^ in strings. (Bug#3385)
12065
12066 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12067
12068 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12069 property.
12070 (lisp-indent-function): Make it a defcustom.
12071
12072 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12073
12074 * progmodes/gdb-ui.el: Replace with ...
12075 * progmodes/gdb-mi.el: ... this file.
12076 * progmodes/gud.el: Modify for gdb-mi.el.
12077
12078 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12079
12080 * fadr.el: New file.
12081
12082 See ChangeLog.14 for earlier changes.
12083
12084 ;; Local Variables:
12085 ;; coding: utf-8
12086 ;; End:
12087
12088 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
12089
12090 This file is part of GNU Emacs.
12091
12092 GNU Emacs is free software: you can redistribute it and/or modify
12093 it under the terms of the GNU General Public License as published by
12094 the Free Software Foundation, either version 3 of the License, or
12095 (at your option) any later version.
12096
12097 GNU Emacs is distributed in the hope that it will be useful,
12098 but WITHOUT ANY WARRANTY; without even the implied warranty of
12099 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12100 GNU General Public License for more details.
12101
12102 You should have received a copy of the GNU General Public License
12103 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12104
12105 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1