]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Move scrolling commands from simple.el to window.el
[gnu-emacs] / lisp / ChangeLog
1 2010-04-16 Juri Linkov <juri@jurta.org>
2
3 Move scrolling commands from simple.el to window.el
4 because their primitives are implemented in window.c.
5
6 * simple.el (scroll-error-top-bottom)
7 (scroll-up-command, scroll-down-command, scroll-up-line)
8 (scroll-down-line, scroll-other-window-down)
9 (beginning-of-buffer-other-window, end-of-buffer-other-window):
10 * window.el (scroll-error-top-bottom)
11 (scroll-up-command, scroll-down-command, scroll-up-line)
12 (scroll-down-line, scroll-other-window-down)
13 (beginning-of-buffer-other-window, end-of-buffer-other-window):
14 Move from simple.el to window.el because their primitives are
15 implemented in window.c.
16
17 2010-04-16 Juri Linkov <juri@jurta.org>
18
19 * isearch.el (isearch-lookup-scroll-key): Check both
20 `isearch-scroll' and `scroll-command' properties.
21 (scroll-up, scroll-down): Remove `isearch-scroll' property.
22
23 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
24
25 * simple.el (scroll-up-command, scroll-down-command)
26 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
27
28 2010-04-15 Juri Linkov <juri@jurta.org>
29
30 * simple.el (scroll-up-command, scroll-down-command)
31 (scroll-up-line, scroll-down-line): Put `scroll-command'
32 property on the these symbols. Remove them from
33 `scroll-preserve-screen-position-commands'.
34
35 * mwheel.el (mwheel-scroll): Put `scroll-command' and
36 `isearch-scroll' properties on the `mwheel-scroll' symbol.
37 Remove it from `scroll-preserve-screen-position-commands'.
38
39 * isearch.el (isearch-allow-scroll): Doc fix.
40
41 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
42
43 * net/tramp.el (tramp-error-with-buffer): Don't show the
44 connection buffer when we are in completion mode.
45 (tramp-file-name-handler): Catch the error for some operations
46 when we are in completion mode. This gives the user the chance to
47 correct the file name in the minibuffer.
48
49 2010-04-15 Glenn Morris <rgm@gnu.org>
50
51 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
52
53 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
54
55 Simplify by using `define-derived-mode'.
56 * info.el (Info-mode):
57 * calendar/todo-mode.el (todo-mode):
58 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
59 (gomoku-mode-map): Move initialization into declaration.
60
61 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
62
63 Fix Bug#5840.
64 * ido.el (ido-file-name-all-completions-1):
65 * minibuffer.el (minibuffer-completion-help):
66 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
67
68 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
69
70 * simple.el (non-essential): New var.
71
72 Add a new field `location' to bookmarks for non-file bookmarks.
73 * bookmark.el (bookmark-location): Use the new field, if present.
74 (bookmark-insert-location): Undo last change, not needed any more.
75 * man.el (Man-bookmark-make-record):
76 * woman.el (woman-bookmark-make-record): Add `location' field.
77
78 2010-04-14 Juri Linkov <juri@jurta.org>
79
80 * simple.el (scroll-error-top-bottom): New defcustom.
81 (scroll-up-command, scroll-down-command): Use it. Doc fix.
82
83 * emulation/pc-select.el (pc-select-override-scroll-error):
84 Obsolete in favor of `scroll-error-top-bottom'.
85
86 2010-04-14 Juri Linkov <juri@jurta.org>
87
88 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
89 `scroll-up-command' and `M-v' to `scroll-down-command'.
90
91 * emulation/cua-rect.el (cua--init-rectangles):
92 * forms.el (forms--change-commands):
93 * image-mode.el (image-mode-map):
94 Remap scroll-down-command and scroll-up-command
95 in addition to scroll-down and scroll-up.
96
97 2010-04-14 Juri Linkov <juri@jurta.org>
98
99 * mwheel.el (scroll-preserve-screen-position-commands):
100 Add mwheel-scroll to this list of commands.
101
102 * simple.el (scroll-preserve-screen-position-commands):
103 Add scroll-up-command, scroll-down-command, scroll-up-line,
104 scroll-down-line to this list of commands.
105
106 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
107
108 * obsolete/complete.el: Move from lisp/complete.el.
109
110 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
111
112 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
113 to the minor mode function now turns the mode ON unconditionally.
114
115 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
116
117 * vc-dir.el (vc-dir-kill-line): New command.
118 (vc-dir-mode-map): Bind it to C-k.
119
120 * bookmark.el (bookmark-insert-location): Handle a nil filename.
121
122 * woman.el: Add bookmark declarations to silence the compiler.
123 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
124 step to compatibility between man and woman bookmarks.
125 Adjust for Man-default-bookmark-title renaming.
126 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
127
128 * man.el: Add bookmark declarations to silence the compiler.
129 (Man-name-local-regexp): Make it match NAME as well.
130 (Man-getpage-in-background): Return the buffer.
131 (Man-notify-when-ready): Use `case'.
132 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
133 Don't hardcode "NAME". Simplify.
134 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
135 Rename from Man-bookmark-make-record.
136 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
137 we have the actual man-args. Use Man-getpage-in-background rather
138 than `man' since the arg is already processed. Let bookmark.el do the
139 window handling. Only wait for the relevant process.
140 Don't forget to autoload.
141
142 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
143
144 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
145
146 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
147 New functions.
148 (woman-mode): Setup bookmark support.
149
150 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
151 (man-bookmark-jump): New functions.
152 (Man-mode): Setup bookmark support.
153
154 2010-04-10 Jari Aalto <jari.aalto@cante.net>
155
156 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
157 recognize ssh-keygen prompt (Bug#2817).
158
159 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
160
161 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
162
163 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
164
165 Synchronize with Tramp repository.
166
167 * net/tramp.el (tramp-completion-function-alist)
168 (tramp-file-name-regexp, tramp-chunksize)
169 (tramp-local-coding-commands, tramp-remote-coding-commands):
170 Fix docstring.
171 (tramp-remote-process-environment): Use `format' instead of `concat'.
172 (tramp-handle-directory-files-and-attributes)
173 (tramp-get-remote-path): Use `copy-tree'.
174 (tramp-handle-file-name-all-completions): Backward/ XEmacs
175 compatibility: Use `completion-ignore-case' if
176 `read-file-name-completion-ignore-case' does not exist.
177 (tramp-do-copy-or-rename-file-directly): Do not use
178 `tramp-handle-file-remote-p'.
179 (tramp-do-copy-or-rename-file-out-of-band):
180 Use `tramp-compat-delete-directory'.
181 (tramp-do-copy-or-rename-file-out-of-band)
182 (tramp-compute-multi-hops, tramp-maybe-open-connection):
183 Use `format-spec-make'.
184 (tramp-find-foreign-file-name-handler)
185 (tramp-advice-make-auto-save-file-name)
186 (tramp-set-auto-save-file-modes): Remove superfluous check for
187 `stringp'. This is done inside `tramp-tramp-file-p'.
188 (tramp-debug-outline-regexp): New defconst.
189 (tramp-get-debug-buffer): Use it.
190 (tramp-check-for-regexp): Use (forward-line 1).
191 (tramp-set-auto-save-file-modes): Adapt version check.
192
193 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
194 Wrap call of `featurep' for 2nd argument.
195 (tramp-compat-make-temp-file): Simplify fallback implementation.
196 (tramp-compat-copy-tree): Remove function.
197 (tramp-compat-delete-directory): Provide implementation for older
198 Emacsen.
199
200 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
201 Do not use `tramp-fish-handle-file-attributes.
202
203 * net/trampver.el: Update release number.
204
205 2010-04-10 Glenn Morris <rgm@gnu.org>
206
207 * progmodes/compile.el (compilation-save-buffers-predicate):
208 Add missing :version tag.
209
210 2010-04-09 Sam Steingold <sds@gnu.org>
211
212 * progmodes/compile.el (compilation-save-buffers-predicate):
213 Remove the "autoload" cookie.
214
215 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
216 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
217 and `bug-reference-prog-mode' can be used in hooks directly.
218
219 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
220
221 Add --author support to git commit.
222 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
223 (vc-git-log-edit-mode): New minor mode.
224 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
225 New declarations.
226
227 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
228
229 * vc-hooks.el, vc-git.el: Improve documentation comments.
230
231 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
232
233 Fix some of the problems in defsubst* (bug#5728).
234 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
235 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
236
237 2010-04-07 Sam Steingold <sds@gnu.org>
238
239 * progmodes/compile.el (compilation-save-buffers-predicate):
240 New custom variable.
241 (compile, recompile): Pass it to `save-some-buffers'.
242
243 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
244
245 * wid-edit.el (widget-choose): Move cursor to the second line of
246 the buffer (Bug#5695).
247
248 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
249
250 Add new VC methods: vc-log-incoming and vc-log-outgoing.
251 * vc.el (vc-print-log-setup-buttons): New function split out from
252 vc-print-log-internal.
253 (vc-log-internal-common): New function, a parametrized version of
254 vc-print-log-internal.
255 (vc-print-log-internal): Just call vc-log-internal-common with the
256 right arguments.
257 (vc-incoming-outgoing-internal):
258 (vc-log-incoming, vc-log-outgoing): New functions.
259 (vc-log-view-type): New permanent local variable.
260
261 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
262
263 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
264 of the dynamic bound vc-short-log.
265 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
266
267 * vc-git.el (vc-git-log-outgoing): New function.
268 (vc-git-log-view-mode): Use vc-log-view-type instead
269 of the dynamic bound vc-short-log.
270
271 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
272 of the dynamic bound vc-short-log. Highlight the tag.
273 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
274 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
275 (vc-hg-incoming-mode): Remove.
276 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
277
278 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
279
280 Fix default-directory for vc-root-diff.
281 * vc.el (vc-root-diff): Bind default-directory to the root
282 directory for the diff command.
283
284 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
285
286 * progmodes/verilog-mode.el (verilog-forward-sexp):
287 (verilog-calc-1): Support "disable fork" and "fork wait" multi
288 word keywords, suggested by Steve Pearlmutter.
289 (verilog-pretty-declarations): Support lineup of declarations in
290 port lists.
291 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
292 fix bug for /* / comments
293 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
294 Speed up and simplfy as this is never called with a bound.
295 (verilog-pretty-declarations): Enhance to line up declarations
296 inside a parameter list, suggested by Alan Morgan.
297 (verilog-pretty-expr): Tune assignment regular expression match
298 string for corner cases; also use markers instead of character
299 number as indent changes the later.
300
301 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
302
303 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown as missing
304 keyword.
305 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
306 causing truncation of AUTOWIRE signals. Reported by Bruce
307 Tennant.
308 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
309 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
310 Tennant.
311 (verilog-keywords):
312 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
313 1800-2009 keywords, including "global.".
314
315 2010-04-06 John Wiegley <jwiegley@gmail.com>
316
317 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
318 appearing in buffer list (if a live buffer name matched a recentf
319 file basename). Should use uniquify to offer a real solution.
320
321 2010-04-06 John Wiegley <jwiegley@gmail.com>
322
323 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
324 comment to code, and add a :version tag.
325 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
326
327 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
328
329 Enable recentf-mode if using virtual buffers.
330 * ido.el (recentf-list): Declare for byte-compiler.
331 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
332 (ido-make-buffer-list): Simplify.
333 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
334
335 2010-04-05 Juri Linkov <juri@jurta.org>
336
337 Scrolling commands which scroll a line instead of full screen.
338 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
339
340 * simple.el (scroll-up-line, scroll-down-line): New commands.
341 Put property isearch-scroll=t on them.
342
343 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
344 Remove commands.
345
346 2010-04-05 Juri Linkov <juri@jurta.org>
347
348 Scrolling commands which do not signal errors at top/bottom.
349 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
350
351 * simple.el (scroll-up-command, scroll-down-command): New commands.
352 Put property isearch-scroll=t on them.
353
354 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
355 `scroll-down-command' and [next] from `scroll-up' to
356 `scroll-up-command'.
357
358 * emulation/cua-base.el: Put property CUA=move on
359 `scroll-up-command' and `scroll-down-command'.
360 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
361 and `scroll-down-command' to `cua-scroll-down'.
362
363 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
364
365 * help.el (describe-mode): Return nil.
366
367 2010-04-04 John Wiegley <jwiegley@gmail.com>
368
369 * ido.el (ido-use-virtual-buffers): New variable to indicate
370 whether "virtual buffer" support is enabled for IDO.
371 (ido-virtual): Face used to indicate virtual buffers in the list.
372 (ido-buffer-internal): If a buffer is chosen, and no such buffer
373 exists, but a virtual buffer of that name does (which would be why
374 it was in the list), recreate the buffer by reopening the file.
375 (ido-make-buffer-list): If virtual buffers are being used, call
376 `ido-add-virtual-buffers-to-list' before the make list hook.
377 (ido-virtual-buffers): New variable which contains a copy of the
378 current contents of the `recentf-list', albeit pared down for the
379 sake of speed, and with proper faces applied.
380 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
381 create a list of "virtual buffers" to present to the user in
382 addition to the currently open set. Note that this logic could
383 get rather slow if that list is too large. With the default
384 `recentf-max-saved-items' of 200, there is little speed penalty.
385
386 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
387
388 * font-lock.el: Require CL when compiling.
389 (font-lock-turn-on-thing-lock): Use `case'.
390
391 2010-04-03 Eli Zaretskii <eliz@gnu.org>
392
393 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
394 Zaretskii.
395
396 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
397
398 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
399 (semantic-create-imenu-directory-index): Fix typos in docstrings.
400 (semantic-imenu-goto-function): Reflow docstring.
401
402 2010-04-02 Juri Linkov <juri@jurta.org>
403
404 * ehelp.el (electric-help-orig-major-mode):
405 New buffer-local variable.
406 (electric-help-mode): Set it to original major-mode. Doc fix.
407 (with-electric-help): Use `electric-help-orig-major-mode' instead
408 of (default-value 'major-mode). Doc fix.
409 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
410
411 2010-04-02 Sam Steingold <sds@gnu.org>
412
413 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
414 `vc-hg-command' with a list of flags.
415
416 * progmodes/bug-reference.el (bug-reference-bug-regexp):
417 Also accept "patch" and "RFE".
418 (bug-reference-fontify): `bug-reference-url-format' can also be a
419 function to be able to handle the bug kind.
420 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
421
422 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
423
424 * tmm.el (tmm-get-keymap): Check with symbolp before passing
425 value to fboundp, it may not be a symbol.
426
427 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
428
429 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
430
431 2010-03-31 Juri Linkov <juri@jurta.org>
432
433 * simple.el (next-line, previous-line): Re-throw a signal
434 with `signal' instead of using `ding'.
435 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
436
437 2010-03-31 Juri Linkov <juri@jurta.org>
438
439 * simple.el (keyboard-escape-quit): Raise deselecting the active
440 region higher than exiting the minibuffer.
441 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
442
443 2010-03-31 Juri Linkov <juri@jurta.org>
444
445 * image.el (image-animated-p): Use `image-metadata' instead of
446 `image-extension-data'. Get GIF extenstion data from metadata
447 property `extension-data'.
448
449 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
450
451 * simple.el (append-to-buffer): Simplify.
452
453 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
454
455 * textmodes/artist.el (artist-mode): Fix typo in docstring.
456 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
457
458 2010-03-31 Kenichi Handa <handa@m17n.org>
459
460 * language/sinhala.el (composition-function-table): Fix regexp for
461 the new Unicode specification.
462
463 * language/indian.el (devanagari-composable-pattern)
464 (tamil-composable-pattern, kannada-composable-pattern)
465 (malayalam-composable-pattern): Adjust for the new Unicode
466 specification.
467 (bengali-composable-pattern, gurmukhi-composable-pattern)
468 (gujarati-composable-pattern, oriya-composable-pattern)
469 (telugu-composable-pattern): New variables to cope with the new
470 Unicode specification. Use them in composition-function-table.
471
472 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
473
474 Make tmm-menubar work for the Buffers menu again.
475 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
476 vectors rather than cons cells, as used in menu-bar-update-buffers.
477
478 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
479
480 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
481 (js-insert-and-indent): Revert 2009-08-15 change, restoring
482 electric punctuation for "{}();,:" (Bug#5586).
483
484 * mail/sendmail.el (mail-default-directory): Doc fix.
485
486 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
487
488 * mail/sendmail.el (mail-default-directory): Doc fix.
489
490 2010-03-31 Eli Zaretskii <eliz@gnu.org>
491
492 * subr.el (version-regexp-alist, version-to-list)
493 (version-list-<, version-list-=, version-list-<=)
494 (version-list-not-zero, version<, version<=, version=): Doc fix.
495 (Bug#5744).
496
497 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
498
499 * vc.el (vc-root-diff): Doc fix.
500
501 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
502
503 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
504
505 * simple.el (append-to-buffer): Fix last change.
506
507 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
508
509 * simple.el (append-to-buffer): Ensure that point is preserved if
510 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
511 (Bug#5749)
512
513 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
514
515 * files.el (auto-mode-case-fold): Change default to t.
516
517 2010-03-30 Juri Linkov <juri@jurta.org>
518
519 * dired-x.el (dired-omit-mode): Doc fix.
520
521 2010-03-30 Juri Linkov <juri@jurta.org>
522
523 * replace.el (occur-accumulate-lines): Move occur-engine related
524 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
525 to be located after `occur-engine'.
526
527 2010-03-30 Juri Linkov <juri@jurta.org>
528
529 Make occur handle multi-line matches cleanly with context.
530 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
531
532 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
533 (occur-engine): Add local variables `ret', `prev-after-lines',
534 `prev-lines'. Use more arguments for `occur-context-lines'.
535 Set first elem of its returned list to `data', and the second elem
536 to `prev-after-lines'. Don't print the separator line.
537 In the end, print remaining context after-lines.
538 (occur-context-lines): Add new arguments `begpt', `endpt',
539 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
540 after-lines of the previous match with before-lines of the
541 current match and not overlap them. Return a list with two
542 values: the output line and the list of context after-lines.
543
544 2010-03-30 Juri Linkov <juri@jurta.org>
545
546 * replace.el (occur-accumulate-lines): Fix a bug where the first
547 context line at the beginning of the buffer was missing.
548
549 2010-03-30 Eli Zaretskii <eliz@gnu.org>
550
551 * files.el: Make bidi-display-reordering safe variable for boolean
552 values.
553
554 2010-03-29 Phil Hagelberg <phil@evri.com>
555 Chong Yidong <cyd@stupidchicken.com>
556
557 * subr.el: Extend progress reporters to perform "spinning".
558 (progress-reporter-update, progress-reporter-do-update):
559 Handle non-numeric value arguments.
560 (progress-reporter--pulse-characters): New var.
561
562 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
563
564 * progmodes/compile.el (compilation-start): Fix regexp detection
565 of initial cd command (Bug#5771).
566
567 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
568
569 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
570
571 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
572
573 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
574 * lisp/progmodes/gdb-mi.el: Restore.
575 * lisp/progmodes/gdb-ui.el: Remove.
576 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
577
578 2010-03-25 Glenn Morris <rgm@gnu.org>
579
580 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
581 all dired buffers, even tramp ones. (Bug#5755)
582
583 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
584
585 Add "union tags" in mpc.el.
586 * mpc.el: Remove backward compatibility code.
587 (mpc-browser-tags): Change default.
588 (mpc--find-memoize-union-tags): New var.
589 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
590 (mpc-cmd-find): Handle the case where the playlist does not exist.
591 Handle union-tags.
592 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
593 (mpc-cmd-add): Use mpc-cmd-flush.
594 (mpc-tagbrowser-tag-name): New fun.
595 (mpc-tagbrowser-buf): Use it.
596 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
597
598 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
599
600 Misc cleanup.
601 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
602 Use replace-regexp-in-string.
603 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
604 (makefile-imake-mode-syntax-table): Move init into defvar.
605 (makefile-mode): Use define-derived-mode.
606
607 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
608 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
609 not be present any more.
610
611 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
612
613 * faces.el (set-face-attribute): Fix typo in docstring.
614 (face-valid-attribute-values): Reflow docstring.
615
616 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
617
618 2010-03-24 Glenn Morris <rgm@gnu.org>
619
620 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
621
622 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
623
624 * indent.el (indent-for-tab-command): Doc fix.
625
626 2010-03-24 Alan Mackenzie <acm@muc.de>
627
628 * progmodes/cc-engine.el (c-remove-stale-state-cache):
629 Fix off-by-one error. Fixes bug #5747.
630
631 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
632
633 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
634 (image-dired-read-comment): Doc fix.
635
636 * json.el (json-object-type, json-array-type, json-key-type)
637 (json-false, json-null, json-read-number):
638 * minibuffer.el (completion-in-region-functions):
639 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
640 (cal-tex-cursor-week):
641 * emacs-lisp/trace.el (trace-function):
642 * eshell/em-basic.el (eshell/printnl):
643 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
644 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
645 * obsolete/levents.el (allocate-event, event-key, event-object)
646 (event-point, event-process, event-timestamp, event-to-character)
647 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
648 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
649 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
650 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
651 (reftex-highlight-selection): Fix typos in docstrings.
652
653 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
654
655 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
656
657 2010-03-24 Glenn Morris <rgm@gnu.org>
658
659 * mail/rmail.el (rmail-highlight-face): Restore option deleted
660 2008-02-13 without comment; mark it obsolete.
661 (rmail-highlight-headers): Use rmail-highlight-face once more.
662
663 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
664
665 * woman.el (woman2-process-escapes): Only consume the newline if
666 the filler character is on a line by itself (Bug#5729).
667
668 2010-03-24 Kenichi Handa <handa@m17n.org>
669
670 * language/indian.el (devanagari-composable-pattern): Add more
671 consonants.
672
673 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
674
675 * net/trampver.el: Update release number.
676
677 2010-03-24 Glenn Morris <rgm@gnu.org>
678
679 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
680
681 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
682
683 * net/tramp.el (tramp-find-executable):
684 Use `tramp-get-connection-buffer'. Make the regexp for checking
685 output of "wc -l" more robust.
686 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
687 (tramp-open-connection-setup-interactive-shell): Remove workaround
688 for OpenSolaris bug, it is not needed anymore.
689
690 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
691
692 * cedet/semantic/imenu.el: New file, from the CEDET repository
693 (Bug#5412).
694
695 2010-03-24 Glenn Morris <rgm@gnu.org>
696
697 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
698
699 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
700
701 * files.el (auto-mode-alist): Accept more verilog file patterns.
702
703 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
704
705 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
706
707 2010-03-24 Glenn Morris <rgm@gnu.org>
708
709 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
710 log-edit-before-checkin-process.
711
712 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
713
714 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
715
716 * vc-dispatcher.el (vc-start-logentry): Doc fix.
717 (log-view-process-buffer, log-edit-extra-flags): Declare.
718
719 * log-edit.el (log-edit-before-checkin-process): Doc fix.
720
721 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
722 Consistently check ede-object is bound throughout.
723
724 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
725
726 2010-03-23 Sam Steingold <sds@gnu.org>
727
728 Fix bug#5620: recalculate all markers on compilation buffer
729 modifications, not on file modifications.
730 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
731 the buffer modification time, for buffers not associated with files.
732 (compilation-mode): Create it.
733 (compilation-filter): Update it.
734 (compilation-next-error-function): Use it instead of
735 `visited-file-modtime' for timestamp.
736
737 2010-03-23 Juri Linkov <juri@jurta.org>
738
739 Implement Occur multi-line matches.
740 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
741
742 * replace.el (occur): Doc fix.
743 (occur-engine): Set `begpt' to the beginning of the first line.
744 Set `endpt' to the end of the last match line. At first, count
745 line numbers between `origpt' and `begpt'. Split out code from
746 `out-line' variable to new let-bindings `match-prefix' and
747 `match-str'. In `out-line' add non-numeric prefix to all
748 non-first lines of multi-line matches. Finally, count lines
749 between `begpt' and `endpt' and add to `lines'.
750
751 2010-03-23 Juri Linkov <juri@jurta.org>
752
753 * replace.el (occur-accumulate-lines, occur-engine):
754 Use `occur-engine-line' instead of duplicate code.
755 (occur-engine-line): New function created from duplicate code
756 in `occur-accumulate-lines' and `occur-engine'.
757
758 * replace.el (occur-engine-line): Add optional arg `keep-props'.
759 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
760
761 2010-03-23 Juri Linkov <juri@jurta.org>
762
763 * finder.el: Remove TODO tasks.
764
765 * info.el (Info-finder-find-node): Add node "all"
766 with all package info. Handle a list of multiple keywords
767 separated by comma.
768 (info-finder): In interactive use with a prefix argument,
769 use `completing-read-multiple' to read a list of keywords
770 separated by comma.
771
772 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
773
774 Add a new completion style `substring'.
775 * minibuffer.el (completion-basic--pattern): New function.
776 (completion-basic-try-completion, completion-basic-all-completions):
777 Use it.
778 (completion-substring--all-completions)
779 (completion-substring-try-completion)
780 (completion-substring-all-completions): New functions.
781 (completion-styles-alist): New style `substring'.
782
783 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
784
785 Get rid of .elc files after removal of the corresponding .el.
786 * Makefile.in (compile-clean): New target.
787 (compile-main): Use it.
788
789 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
790
791 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
792 don't do make there. When compiling with separate object dir, there
793 is no Makefile there.
794
795 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
796
797 Get rid of the ELCFILES abomination, again.
798 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
799 (all, compile): Don't call compile-last.
800 (compile-main): Build the "elcfiles" list dynamically.
801 (compile-targets): New (internal) target.
802
803 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
804
805 * Makefile.in (top_srcdir): Define.
806 (abs_top_builddir): Define.
807 (srcdir): Don't append `/..'.
808 (EMACS): Use ${abs_top_builddir}.
809 (all, compile, compile-always, compile-last): Don't set emacswd.
810 (update-subdirs, update-authors): Use $(top_srcdir) instead of
811 $(srcdir).
812 (lisp): Use $(srcdir) instead of @srcdir@.
813
814 2010-03-21 Juri Linkov <juri@jurta.org>
815
816 Fix message of multi-line occur regexps and multi-buffer header lines.
817 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
818
819 * replace.el (occur-1): Don't display regexp if it is longer
820 than window-width. Use `query-replace-descr' to display regexp.
821 (occur-engine): Don't display regexp in the buffer header for
822 multi-buffer occur. Display a separate header line with total
823 match count and regexp for multi-buffer occur.
824 Use `query-replace-descr' to display regexp.
825
826 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
827
828 * net/secrets.el: Fix parenthesis.
829 (secrets-enabled): Fix parenthesis.
830
831 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
832
833 Use more relative file and directory names.
834 * Makefile.in (EMACS): Arrange for it to work when we chdir.
835 (setwins, setwins_almost, setwins_for_subdirs):
836 Don't `cd'; output relative names.
837 (all, compile, compile-always, compile-last): Set emacswd.
838 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
839 Just cd to the lisp source dir so we can use relative file names.
840
841 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
842
843 2010-03-20 Glenn Morris <rgm@gnu.org>
844
845 * textmodes/rst.el: Use faces for font-lock customization, and make the
846 old -face variables obsolete.
847 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
848 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
849 (rst-block-face, rst-external-face, rst-definition-face)
850 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
851 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
852 Make obsolete.
853 (rst-font-lock-keywords-function): Update for above changes.
854
855 2010-03-20 Juri Linkov <juri@jurta.org>
856
857 * s-region.el:
858 * obsolete/s-region.el: Move to obsolete.
859
860 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
861
862 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
863
864 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
865
866 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
867
868 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
869
870 Add special markup processing for commit logs.
871 * log-edit.el (log-edit-extra-flags): New variable.
872 (log-edit): Add new argument MODE. Use that mode when non-nil
873 instead of the log-view-mode.
874 (log-view-process-buffer): New function.
875
876 * vc.el: Document that the checkin method takes optional
877 arguments. Document new backend specific method: log-view-mode.
878 (vc-default-log-edit-mode): New function.
879 (vc-checkin): Use a backend specific log-view-mode.
880 Pass extra arguments to the checkin method.
881 (vc-modify-change-comment): Pass a dummy extra argument.
882
883 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
884 log-edit.
885 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
886 (vc-finish-logentry): Process the log buffer before passing it
887 down. Pass log-edit-extra-flags.
888
889 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
890 command.
891 (log-edit-extra-flags, log-edit-before-checkin-process):
892 New declarations.
893
894 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
895 command.
896 (log-edit-extra-flags, log-edit-before-checkin-process):
897 New declarations.
898 (vc-hg-log-edit-mode): New derived mode.
899
900 * vc-arch.el (vc-arch-checkin):
901 * vc-cvs.el (vc-cvs-checkin):
902 * vc-git.el (vc-git-checkin):
903 * vc-mtn.el (vc-mtn-checkin):
904 * vc-rcs.el (vc-rcs-checkin):
905 * vc-sccs.el (vc-sccs-checkin):
906 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
907
908 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
909
910 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
911 parent typo).
912
913 2010-03-19 Glenn Morris <rgm@gnu.org>
914
915 * password-cache.el (password-cache, password-cache-expiry): Autoload.
916
917 2010-03-18 Glenn Morris <rgm@gnu.org>
918
919 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
920
921 * replace.el (query-replace-history): Give it a doc string.
922 (map-query-replace-regexp): Use query-replace-from-history-variable
923 and query-replace-to-history-variable.
924
925 * mail/hashcash.el (declare-function): Remove duplicate definition.
926
927 * mail/emacsbug.el (report-emacs-bug-pretest-address):
928 Make it an obsolete alias for report-emacs-bug-address.
929 (message-strip-special-text-properties): Declare.
930 (report-emacs-bug): Remove test for a pretest bug address.
931 Combine message-mode-specific code.
932
933 * mail/supercite.el: Don't require sendmail.
934 (mh-in-header-p): Declare rather than using with-no-warnings.
935 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
936 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
937
938 * calendar/cal-french.el: Convert to utf-8.
939
940 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
941 Emacs scripts.
942
943 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
944
945 * net/secrets.el (secrets-enabled): New variable. Use it instead
946 of a subfeature.
947
948 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
949
950 * net/secrets.el (top): Register the D-Bus signals only when the
951 service "org.freedesktop.secrets" can be pinged.
952 Provide subfeature `enabled'.
953
954 2010-03-14 Juri Linkov <juri@jurta.org>
955
956 Add finder unknown keywords.
957
958 * finder.el (finder-unknown-keywords): New function.
959
960 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
961 to create a Finder node with unknown keywords.
962
963 2010-03-14 Juri Linkov <juri@jurta.org>
964
965 * finder.el (finder-compile-keywords): Replace `princ' with
966 `prin1' on a list of symbols interned from keyword strings.
967
968 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
969 a comma, then split keywords using a comma and optional whitespace.
970 Otherwise, split by whitespace.
971
972 * complete.el:
973 * face-remap.el:
974 * log-view.el:
975 * net/hmac-def.el:
976 * net/hmac-md5.el:
977 * net/netrc.el:
978 * progmodes/mixal-mode.el: Fix keywords.
979
980 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
981
982 * Makefile.in (ELCFILES): Add net/secrets.elc.
983
984 * net/secrets.el: New file.
985
986 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
987
988 * facemenu.el (list-colors-display, list-colors-print): New arg
989 callback. Use it to allow selecting colors.
990
991 * wid-edit.el (widget-image-insert): Insert image prop even if the
992 current display is non-graphic.
993 (widget-field-value-set): New fun.
994 (editable-field): Use it.
995 (widget-field-value-get): Clean up unused var.
996 (widget-color-value-create, widget-color--choose-action):
997 New funs. Allow using list-colors-display to choose color.
998
999 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1000
1001 * cus-edit.el: Resort topmost custom groups.
1002 (custom-buffer-sort-alphabetically): Default to t.
1003 (customize-apropos): Use apropos-parse-pattern.
1004 (custom-search-field): New var.
1005 (custom-buffer-create-internal): Add custom-apropos search field.
1006 (custom-add-parent-links): Don't display parent doc.
1007 (custom-group-value-create): Don't sort top-level custom group.
1008 (custom-magic-value-create): Show visibility button before option name.
1009
1010 (custom-variable-state): New fun, from custom-variable-state-set.
1011 (custom-variable-state-set): Use it.
1012 (custom-group-value-create): Hide options with standard values
1013 using the :hidden-states property. Use progress reporter.
1014
1015 (custom-show): Simplify.
1016 (custom-visibility): Disable images by default.
1017 (custom-variable): New property :hidden-states.
1018 (custom-variable-value-create): Enable images for
1019 custom-visibility widgets. Use :hidden-states property to
1020 determine initial visibility.
1021
1022 * wid-edit.el (widget-image-find): Give images center ascent.
1023 (visibility): Add :on-image and :off-image properties.
1024 (widget-visibility-value-create): Use them.
1025
1026 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1027
1028 * cus-edit.el (processes): Remove from development group.
1029 (oop, hypermedia): Delete group.
1030 (comm): Promote to top-level group.
1031
1032 * net/browse-url.el (browse-url):
1033 * net/xesam.el (xesam):
1034 * net/tramp.el (tramp):
1035 * net/goto-addr.el (goto-address):
1036 * net/ange-ftp.el (ange-ftp): Put in comm group.
1037
1038 * view.el (view): Remove from editing group.
1039
1040 * uniquify.el (uniquify): Put in files group.
1041
1042 * net/browse-url.el (browse-url):
1043 * ps-print.el (postscript): Put in external group.
1044
1045 * cus-edit.el (outlines):
1046 * textmodes/text-mode.el (text-mode-hook):
1047 * textmodes/table.el (table):
1048 * textmodes/picture.el (picture):
1049 * outline.el (outlines): Put in wp group.
1050
1051 * nxml/nxml-mode.el (nxml): Remove from wp group.
1052
1053 * net/tramp-imap.el (tramp-imap): Put in tramp group.
1054
1055 * mail/metamail.el (metamail): Remove from hypermedia group.
1056
1057 * cus-edit.el (abbrev):
1058 * whitespace.el (whitespace):
1059 * vcursor.el (vcursor):
1060 * reveal.el (reveal):
1061 * hl-line.el (hl-line): Put in convenience group.
1062
1063 * epg-config.el (epg): Put in data group.
1064
1065 * emulation/pc-select.el (pc-select): Put in emulations group.
1066
1067 * calculator.el (calculator): Put in applications group.
1068
1069 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
1070
1071 Add .dir-locals.el support for file-less buffers.
1072 * files.el (hack-local-variables): Split out code to apply local
1073 variable settings ...
1074 (hack-local-variables-apply): ... here. New function.
1075 (hack-dir-local-variables): Use the default directory for when the
1076 buffer does not have an associated file.
1077 (hack-dir-local-variables-non-file-buffer): New function.
1078 * diff-mode.el (diff-mode):
1079 * vc-annotate.el (vc-annotate-mode):
1080 * vc-dir.el (vc-dir-mode):
1081 * log-edit.el (log-edit-mode):
1082 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
1083
1084 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
1085
1086 Add support for shelving snapshots and for showing shelves.
1087 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1088 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1089 New functions.
1090 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1091 (vc-bzr-extra-menu-map): Map them.
1092
1093 2010-03-11 Glenn Morris <rgm@gnu.org>
1094
1095 * cus-edit.el (customize-changed-options-previous-release):
1096 Bump to 23.1.
1097
1098 * image.el (image-animate-max-time): Fix :version tag.
1099
1100 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1101
1102 * Branch for 23.2.
1103
1104 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1105
1106 * vc-git.el (vc-git-revision-table): Include remote branches.
1107
1108 2010-03-10 Kim F. Storm <storm@cua.dk>
1109
1110 Animated image API.
1111 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
1112
1113 * image.el (image-animate-max-time): New defcustom.
1114 (image-animated-types): New defconst.
1115 (create-animated-image, image-animate-timer)
1116 (image-animate-start, image-animate-stop, image-animate-timeout)
1117 (image-animated-p): New functions.
1118
1119 * image-mode.el (image-toggle-display-image):
1120 Replace `create-image' with `create-animated-image'.
1121
1122 2010-03-09 Miles Bader <Miles Bader <miles@gnu.org>>
1123
1124 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1125 instead of "format:"; this ensures that the output is
1126 newline-terminated.
1127
1128 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
1129
1130 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1131 that all errors are caught, and that the return value is always a
1132 list (Bug#5692).
1133
1134 2010-03-08 Kenichi Handa <handa@m17n.org>
1135
1136 * language/misc-lang.el (windows-1256): New coding system.
1137 (cp1256): New alias of windows-1256 (bug#5690).
1138
1139 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1140
1141 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1142 call to rfc822-bad-address. (Bug#5692)
1143
1144 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1145
1146 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1147 Use vc-git-root as default directory for revision path (Bug#5657).
1148
1149 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1150
1151 * calculator.el (calculator): Don't bind split-window-keep-point
1152 (Bug#5674).
1153
1154 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1155
1156 * vc-git.el: Re-flow to fit into 80 columns.
1157 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1158 Remove spurious `quote' element in each case alternative.
1159 (vc-git-show-log-entry): Use prog1.
1160 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1161
1162 2010-03-06 Glenn Morris <rgm@gnu.org>
1163
1164 * cedet/semantic/grammar.el (semantic-grammar-header-template):
1165 Update template copyright to GPLv3+.
1166
1167 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1168
1169 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1170
1171 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
1172
1173 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1174 definition, not the name (Bug#5481).
1175
1176 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
1177
1178 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1179 argument with a local variable. (Bug#5670)
1180
1181 2010-03-02 Juri Linkov <juri@jurta.org>
1182
1183 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1184
1185 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
1186
1187 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1188 error when FILENAME and NEWNAME are existing remote directories.
1189
1190 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1191 parameter DIR-FLAG.
1192
1193 2010-03-02 Glenn Morris <rgm@gnu.org>
1194
1195 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1196 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1197
1198 2010-03-01 Alan Mackenzie <acm@muc.de>
1199
1200 * progmodes/cc-engine.el (c-remove-stale-state-cache):
1201 Correct previous patch.
1202
1203 2010-03-01 Kenichi Handa <handa@m17n.org>
1204
1205 * language/burmese.el (burmese-composable-pattern): Rename from
1206 myanmar-composable-pattern.
1207
1208 * international/characters.el (script-list):
1209 * international/fontset.el (script-representative-chars):
1210 Change myanmar to burmese.
1211 (otf-script-alist): Likewise.
1212 (setup-default-fontset): Likewise. Re-fix :otf spec.
1213
1214 2010-03-01 Alan Mackenzie <bug-cc-mode@gnu.org>
1215
1216 * cc-engine.el (c-remove-stale-state-cache): Take account of when
1217 `good-pos' is in the same macro as `here'. Fixes bug#5649.
1218
1219 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1220
1221 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1222
1223 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1224
1225 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1226
1227 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1228
1229 * net/tramp.el (tramp-handle-write-region): START can be a string.
1230 Take care in the checks. Reported by Dan Davison
1231 <davison@stats.ox.ac.uk>.
1232
1233 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1234
1235 * net/dbus.el (dbus-introspect, dbus-get-property)
1236 (dbus-set-property, dbus-get-all-properties):
1237 Use `dbus-call-method' when noninteractive. (Bug#5645)
1238
1239 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
1240
1241 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1242 * emacs-lisp/elint.el (elint-add-required-env):
1243 * cedet/semantic/db-find.el
1244 (semanticdb-find-translate-path-brutish-default):
1245 * cedet/ede/make.el (ede-make-check-version):
1246 * calendar/icalendar.el (icalendar--add-diary-entry):
1247 * calc/calcalg2.el (math-tracing-integral):
1248 * files.el (recover-session-finish): Use with-current-buffer
1249 instead of save-excursion.
1250
1251 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1252
1253 Fix in-buffer completion when after-change-functions modify the buffer.
1254 * minibuffer.el (completion--replace): New function.
1255 (completion--do-completion): Use it and use relative movement.
1256
1257 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
1258
1259 * international/fontset.el (setup-default-fontset): Fix :otf spec.
1260
1261 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
1262
1263 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1264 Allow the characters _<> in the stack entry (Bug#5653).
1265
1266 2010-02-26 Kenichi Handa <handa@m17n.org>
1267
1268 * language/burmese.el: Fix entries in composition-function-table.
1269 (myanmar-composable-pattern): New variable.
1270
1271 * international/fontset.el (setup-default-fontset): Add an entry
1272 for myanmar.
1273
1274 * international/characters.el (script-list): Add Myanmar
1275 Extended-A.
1276
1277 2010-02-26 Glenn Morris <rgm@gnu.org>
1278
1279 * custom.el (custom-initialize-delay): Doc fix.
1280
1281 * mail/sendmail.el (send-mail-function): Autoload the call
1282 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1283
1284 2010-02-25 Alan Mackenzie <acm@muc.de>
1285
1286 * progmodes/cc-engine.el (c-clear-<-pair-props)
1287 (c-clear->-pair-props): Correct to wipe category text props, not
1288 syntax-table ones.
1289
1290 * progmodes/cc-mode.el (c-after-change): Remove any hard
1291 syntax-table properties for <, > which, e.g., C-y has
1292 inopportunely converted from category properties.
1293
1294 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
1295
1296 * files.el (hack-local-variables-filter): For eval forms, also
1297 check safe-local-variable-p (Bug#5636).
1298
1299 2010-02-24 Eduard Wiebe <usenet@pusto.de>
1300
1301 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1302 and use c(ad)r of cddr (Bug#5640).
1303
1304 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
1305
1306 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1307 setting the modes by `ignore-errors'. It might fail, for example
1308 if the file is not owned by the user but the group.
1309 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1310
1311 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
1312
1313 * files.el (directory-listing-before-filename-regexp): Use
1314 stricter matching for iso-style dates, to avoid false matches with
1315 date-like filenames (Bug#5597).
1316
1317 * htmlfontify.el (htmlfontify): Doc fix.
1318
1319 * eshell/eshell.el (eshell): Doc fix.
1320
1321 * startup.el (fancy-about-screen): In mode-line, apply
1322 mode-line-buffer-id face only to the buffer name (Bug#5613).
1323
1324 2010-02-20 Kevin Ryde <user42@zip.com.au>
1325
1326 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1327 In `watcom' anchor regexp to start of line, to avoid slowness
1328 (Bug#5599).
1329
1330 2010-02-20 Eli Zaretskii <eliz@gnu.org>
1331
1332 * subr.el (remove-yank-excluded-properties): Explain in a comment
1333 why `category' property is removed.
1334
1335 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
1336
1337 * isearch.el (isearch-update-post-hook, isearch-update): Revert
1338 2010-02-17 change.
1339
1340 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
1341
1342 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1343 (icalendar--convert-weekly-to-ical)
1344 (icalendar--convert-yearly-to-ical)
1345 (icalendar--convert-block-to-ical)
1346 (icalendar--convert-cyclic-to-ical)
1347 (icalendar--convert-anniversary-to-ical): Take care of time
1348 specifications where hour has 1-digit only (Bug#5549).
1349
1350 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
1351
1352 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1353 of disassemble output in GDB 7.1.
1354
1355 2010-02-19 Glenn Morris <rgm@gnu.org>
1356
1357 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1358 property. (Bug#5593)
1359
1360 2010-02-18 Sam Steingold <sds@gnu.org>
1361
1362 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1363
1364 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1365
1366 Use abbreviated file names in bookmarks (bug#5591).
1367 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1368 calls to expand-file-name.
1369 (bookmark-relocate): Use abbreviated file names in bookmarks.
1370 (bookmark-load): Use abbreviated file names in messages.
1371
1372 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1373
1374 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1375 expand "." and "..". Reported by Thierry Volpiatto
1376 <thierry.volpiatto@gmail.com>.
1377
1378 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1379
1380 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1381 permissions of the temporary file to "0600". In case the remote
1382 file has no read permissions for the owner, there might be
1383 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
1384
1385 22010-02-18 Glenn Morris <rgm@gnu.org>
1386
1387 * emacs-lisp/authors.el (authors-renamed-files-alist):
1388 Add entries for INSTALL.CVS.
1389
1390 2010-02-17 Mark A. Hershberger <mah@everybody.org>
1391
1392 * vc-bzr.el: Fix typo in Known Bugs section.
1393
1394 * isearch.el (isearch-update-post-hook): New hook.
1395 (isearch-update): Use the new hook.
1396
1397 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
1398
1399 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1400 Fix errors in copying directories.
1401 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1402 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1403 (tramp-handle-delete-file)
1404 (tramp-handle-dired-recursive-delete-directory)
1405 (tramp-handle-write-region): Flush also the cache for the upper
1406 directory.
1407
1408 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
1409
1410 * simple.el (save-interprogram-paste-before-kill): Doc fix.
1411
1412 * cus-edit.el (hardware): Doc fix.
1413
1414 * man.el (man): Add to external custom group.
1415
1416 * delim-col.el (columns): Move to wp custom group.
1417
1418 * doc-view.el (doc-view): Add to data custom group.
1419
1420 * cedet/data-debug.el (data-debug): Move to extensions group.
1421
1422 * cedet/ede.el (ede):
1423 * cedet/srecode.el (srecode):
1424 * cedet/semantic.el (semantic): Put in tools and extensions group.
1425
1426 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1427
1428 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1429 by ispell-parse-output (Bug#5575).
1430
1431 2010-02-16 Kenichi Handa <handa@m17n.org>
1432
1433 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1434 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1435 (skkdic-convert): Use `euc-japan' coding system for writing.
1436
1437 2010-02-16 Glenn Morris <rgm@gnu.org>
1438
1439 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1440 tex-main-file before using it. (Bug#5562)
1441
1442 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1443
1444 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1445 warnings, since it is annoying for the user to see them each time he
1446 runs the code.
1447
1448 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
1449
1450 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1451 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1452 instead of PROC for caching "first-password-request". Otherwise,
1453 new processes would not profit from passwords already entered.
1454
1455 * net/tramp-cache.el (tramp-dump-connection-properties):
1456 Don't save "first-password-request" property.
1457
1458 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
1459
1460 * outline.el (outline-head-from-level):
1461 * simple.el (with-wrapper-hook):
1462 * cedet/ede.el (ede-run-target, project-delete-target)
1463 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1464 (ede-adebug-project, ede-adebug-project-parent)
1465 (ede-adebug-project-root):
1466 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1467 (elint-defun, elint-buffer-env, elint-top-form-logged)
1468 (elint-unbound-variable):
1469 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1470 Fix typos in docstrings.
1471
1472 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
1473
1474 * files.el (insert-directory): When WILDCARD-REGEXP and
1475 FULL-DIRECTORY-P are nil, insert the file entry instead of the
1476 whole directory. (Bug#5551)
1477
1478 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
1479 dired's alignment sanity. (Bug#5516)
1480
1481 2010-02-14 Juri Linkov <juri@jurta.org>
1482
1483 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1484 Remove remaining ^H with their preceding chars. (Bug#5566)
1485
1486 2010-02-13 Glenn Morris <rgm@gnu.org>
1487
1488 * simple.el (transpose-subr): Give it a doc-string.
1489
1490 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1491 Doc fixes.
1492
1493 2010-02-12 Juri Linkov <juri@jurta.org>
1494
1495 * arc-mode.el (archive-unique-fname): Make directories for nested
1496 archives. (Bug#5540)
1497
1498 2010-02-12 Juri Linkov <juri@jurta.org>
1499
1500 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
1501
1502 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1503
1504 * subr.el (copy-overlay): Handle deleted overlays.
1505
1506 * man.el (Man-completion-table): Don't signal an error if we can't run
1507 manual-program (bug#4056).
1508
1509 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
1510
1511 * textmodes/artist.el (artist-mt): Fix typos in docstring.
1512
1513 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1514
1515 * info.el (Info-bookmark-jump): Simplify.
1516
1517 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1518 (bookmark-default-handler): Accept new bookmark field `buffer'.
1519
1520 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
1521
1522 * iswitchb.el (iswitchb-completions): Revert last change.
1523
1524 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
1525
1526 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1527 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1528 This prevents file names like "~/" being listed literally.
1529
1530 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1531
1532 * term/xterm.el (xterm-maybe-set-dark-background-mode):
1533 Remove dead code. (Bug#5546)
1534
1535 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
1536
1537 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1538 correctly (Bug#5548).
1539
1540 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
1541
1542 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1543 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1544
1545 2010-02-08 Kenichi Handa <handa@m17n.org>
1546
1547 * international/mule-util.el (with-coding-priority): Add autoload
1548 cookie for putting `lisp-indent-function'.
1549
1550 2010-02-07 Glenn Morris <rgm@gnu.org>
1551
1552 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1553 Move F2003 named interfaces from keywords-2 to keywords-1, and
1554 use function-name-face rather than constant-face.
1555 Simplify "abstract interface" regexp.
1556
1557 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
1558
1559 * eshell/esh-util.el (eshell-file-attributes): New optional arg
1560 ID-FORMAT. Pass it to `file-attributes'.
1561
1562 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1563
1564 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
1565
1566 * faces.el (set-face-attribute): Allow calling
1567 internal-set-lisp-face-attribute with 'unspecified family and
1568 foundry argument (Bug#5536).
1569
1570 2010-02-07 Glenn Morris <rgm@gnu.org>
1571
1572 * progmodes/f90.el (f90-font-lock-keywords-2)
1573 (f90-looking-at-type-like, f90-looking-at-program-block-end):
1574 Handle F2003 named interfaces.
1575
1576 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
1577
1578 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1579 beg and end before calling c-get-state-before-change-functions.
1580
1581 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
1582
1583 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1584
1585 2010-02-05 Juri Linkov <juri@jurta.org>
1586
1587 * doc-view.el (doc-view-mode):
1588 * image-mode.el (image-mode): Put property mode-class=special.
1589 (Bug#4896)
1590
1591 2010-02-05 Mark A. Hershberger <mah@everybody.org>
1592
1593 * vc-svn.el (vc-svn-revision-table): New function.
1594
1595 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
1596
1597 * net/ange-ftp.el (ange-ftp-insert-directory):
1598 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1599 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1600 Handle also directories. (Bug#5478)
1601
1602 2010-02-05 Glenn Morris <rgm@gnu.org>
1603
1604 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1605
1606 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
1607
1608 * startup.el (command-line-1): Convert options beginning with a
1609 single dash as well (Bug#5519).
1610
1611 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1612
1613 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1614 * minibuffer.el (completion-initials-expand): Only check the presence
1615 of delims *within* the boundaries, since otherwise the / delim is
1616 always found for files.
1617
1618 Fix up various corner case problems.
1619 * doc-view.el (doc-view-last-page-number): New function.
1620 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1621 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1622 (doc-view-kill-proc): Avoid inf-loop in freak cases.
1623 (doc-view-reconvert-doc): Use the new recursive delete-directory.
1624 (doc-view-convert-current-doc): Don't create the resolution.el file
1625 here any more.
1626 (doc-view-pdf/ps->png): Do it here instead.
1627 (doc-view-already-converted-p): Check that resolution.el is present.
1628 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1629 windows that are not yet showing images.
1630
1631 2010-02-04 Alan Mackenzie <acm@muc.de>
1632
1633 Change strategy for marking < and > as template delimiters: mark
1634 them strictly in matching pairs.
1635
1636 * cc-mode.el (c-before-change):
1637 Use c-get-state-before-change-functions.
1638 (c-common-init): Adapt to use
1639 c-get-state-before-change-functions (note plural).
1640
1641 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
1642 for searching syntactically for matching <s and >s.
1643 (c-get-state-before-change-functions): New language variable (note
1644 the plural) which supersedes c-get-state-before-change-function.
1645
1646 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
1647 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
1648 (c-clear->-pair-props-if-match-before)
1649 (c-before-change-check-<>-operators): New functions.
1650 (c-after-change-check-<>-operators): Use macro
1651 c-unmark-<->-as-paren.
1652
1653 * cc-defs.el (c-search-backward-char-property): New macro.
1654
1655 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
1656 and > any more. (These will be handled by font locking.)
1657
1658 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
1659
1660 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1661 `dired-uncache' for every elemnt which is an absolute file name.
1662
1663 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1664 directory, handle its directory component.
1665 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1666 function is called permanently and creates noise, otherwise.
1667
1668 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1669 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1670 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
1671
1672 2010-02-04 David Burger <dburger@google.com> (tiny change)
1673
1674 * macros.el (apply-macro-to-region-lines):
1675 Minor simplification. (Bug#5485)
1676
1677 2010-02-04 Glenn Morris <rgm@gnu.org>
1678
1679 * mail/rmail.el (rmail-show-message-1): Handle malformed
1680 quoted-printable text. (Bug#5441)
1681
1682 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1683
1684 * simple.el (visual-line-mode): Capitalize lighter.
1685
1686 2010-02-03 John Wiegley <jwiegley@gmail.com>
1687
1688 * iswitchb.el (iswitchb-completions): Add bookmark files to the
1689 list of files considered for "virtual buffer" completions.
1690
1691 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
1692
1693 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1694 also in case of (and (not full) (not wildcard)). This is needed,
1695 when dired is called with a list of files, which are not in
1696 `default-directory'. (Bug#5478)
1697
1698 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1699
1700 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1701
1702 2010-02-02 Juri Linkov <juri@jurta.org>
1703
1704 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1705 from unidiff to allow function-line after @@.
1706
1707 2010-02-02 Juri Linkov <juri@jurta.org>
1708
1709 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1710 '(RCS SCCS) with inverted condition.
1711
1712 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
1713
1714 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1715 messages.
1716
1717 2010-02-01 Juri Linkov <juri@jurta.org>
1718
1719 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1720 compare with "pkunzip" and "pkzip" instead of only "pkzip".
1721 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1722 only when (car archive-zip-extract) is "unzip". (Bug#5475)
1723
1724 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1725
1726 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1727 (doc-view-revert-buffer): New command.
1728 (doc-view-mode-map): Use it.
1729
1730 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1731
1732 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1733 pending merge is detected.
1734
1735 2010-01-31 Juri Linkov <juri@jurta.org>
1736
1737 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1738 beginning of interactive spec like all other grep commands do.
1739 Put "all" in front of "gz". (Bug#5260)
1740
1741 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1742
1743 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1744
1745 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
1746
1747 * dirtrack.el (dirtrack): Warn instead of signalling error if the
1748 regexp is incorrect (Bug#5476).
1749
1750 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
1751
1752 * net/tramp.el (tramp-handle-insert-directory): Handle also
1753 symlinks, when FILENAME is not in `default-directory'.
1754
1755 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1756
1757 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1758 FILE is not in `default-directory'. (Bug#5478)
1759
1760 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1761 of SWITCHES. Handle the case, FILENAME is not in
1762 `default-directory'. (Bug#5478)
1763 (tramp-register-file-name-handlers): Add safe-magic property.
1764
1765 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
1766
1767 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1768 unzip (Bug#5475).
1769
1770 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1771
1772 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1773 (flymake-master-make-header-init): Add other C++ filename masks.
1774 (flymake-find-possible-master-files)
1775 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1776
1777 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1778
1779 Fix some busybox annoyances.
1780
1781 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1782 not responding." string.
1783 (tramp-open-connection-setup-interactive-shell): Dump stty
1784 settings. Enable "neveropen" arg for all `tramp-send-command'
1785 calls. Handle "=" in variable values properly.
1786 (tramp-find-inline-encoding): Raise an error, when no encoding is
1787 found.
1788 (tramp-wait-for-output): Check, whether PROC buffer is available.
1789 Remove spurious " ^H" sequences, sent by busybox.
1790 (tramp-get-ls-command): Suppress coloring, if possible.
1791
1792 2010-01-28 Glenn Morris <rgm@gnu.org>
1793
1794 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1795
1796 * log-edit.el (log-edit-strip-single-file-name): Add missing
1797 :safe, :group, and :version tags.
1798
1799 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
1800
1801 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1802 buffers. (Bug#5477)
1803
1804 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
1805
1806 * files.el (delete-directory): Handle moving to trash without
1807 first doing recursion (Bug#5436).
1808
1809 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
1810
1811 * vc-hooks.el (vc-path): Mark as obsolete.
1812
1813 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
1814
1815 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1816 names too.
1817
1818 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1819 for the short log.
1820 (vc-bzr-log-view-mode): Adjust regexp for the above change.
1821
1822 2010-01-25 Mark A. Hershberger <mah@everybody.org>
1823
1824 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1825
1826 * vc-bzr.el (vc-bzr-revision-table): New function.
1827
1828 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1829
1830 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1831 diff-index command. This requires at least git-1.5.5. (Bug#1589).
1832
1833 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1834
1835 Remove support for adding --signoff on commit.
1836 Future support will use an incompatible generic mechanism.
1837 * vc-git.el (vc-git-add-signoff): Remove variable.
1838 (vc-git-toggle-signoff): Remove function.
1839 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1840
1841 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1842 from xterm-set-background-mode. Return t if the background mode
1843 was set.
1844 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1845 earlier, call it again in case the background mode has changed.
1846
1847 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
1848
1849 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1850 (Bug#3541).
1851
1852 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
1853
1854 * emacs-lisp/assoc.el (aelement): Doc fix.
1855 (aput, adelete, amake): Use lexical-let (Bug#5450).
1856
1857 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
1858
1859 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1860 is the same as subprogram call, not declaration. (Bug#5435).
1861
1862 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
1863
1864 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1865 (tramp-smb-maybe-open-connection): Use it.
1866
1867 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
1868
1869 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
1870
1871 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1872
1873 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1874 just because we see "encoding: 8bit".
1875 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1876
1877 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
1878
1879 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1880
1881 2010-01-22 Eli Zaretskii <eliz@gnu.org>
1882
1883 * jka-compr.el (jka-compr-load): If load-file is not in
1884 load-history, try its file-truename version. (bug#5447)
1885
1886 2010-01-21 Alan Mackenzie <acm@muc.de>
1887
1888 Fix a situation where deletion of a cpp construct throws an error.
1889 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1890 invoking c-with-all-but-one-cpps-commented-out, check that the
1891 special cpp construct is still in the buffer.
1892 (c-parse-state): Record the special cpp with markers, not numbers.
1893
1894 2010-01-21 Kenichi Handa <handa@m17n.org>
1895
1896 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1897 process last-command-event, as it is now decoded first (Bug#5380).
1898
1899 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
1900
1901 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1902
1903 2010-01-20 Glenn Morris <rgm@gnu.org>
1904
1905 * indent.el (tab-always-indent): Fix custom-type.
1906
1907 2010-01-19 Alan Mackenzie <acm@muc.de>
1908
1909 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1910 buffer throws "args out of range".
1911 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1912 playing the role of delimiter.
1913
1914 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
1915
1916 * progmodes/ada-mode.el: Fix bug#5400.
1917 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1918 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1919 changed. Delete RECURSIVE parameter; never used. Improve doc string.
1920 Improve comments in "is" portion. Handle null procedure declaration.
1921 (ada-move-to-end): Improve doc string.
1922
1923 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
1924
1925 * ido.el (ido-cur-list): Initialize to nil.
1926 Remove obsolete information from commentary.
1927 (ido-choice-list): Initialize to nil.
1928 (ido-get-bufname): Reject minibuffers.
1929 (ido-make-buffer-list): If "default" is a nonexistent
1930 buffer, ignore it, as per the function's comment.
1931 (ido-kill-buffer-internal): New function.
1932 (ido-kill-buffer-at-head): Use it.
1933 (ido-visit-buffer): Likewise.
1934
1935 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
1936
1937 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1938
1939 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
1940
1941 * cedet/ede/locate.el (ede-locate-file-in-project)
1942 (ede-locate-file-in-project-impl): Fix typos in docstrings.
1943 (ede-enable-locate-on-project): Fix typos in error messages.
1944
1945 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1946 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1947 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1948 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1949 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1950 Fix typos in menu help.
1951
1952 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1953 Fix typos in chart titles.
1954
1955 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1956 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1957 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1958 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1959 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1960 (semantic-parse-stream, semantic-parse-region)
1961 (semantic-parse-region-default, semantic--set-buffer-cache)
1962 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1963 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1964 (semantic-default-submodes):
1965 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1966 (semanticdb-create-ebrowse-database)
1967 (semanticdb-find-tags-for-completion-method)
1968 (semanticdb-find-tags-by-class-method)
1969 (semanticdb-deep-find-tags-by-name-method)
1970 (semanticdb-deep-find-tags-for-completion-method):
1971 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1972 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1973 (semanticdb-find-tags-for-completion-method)
1974 (semanticdb-find-tags-by-class-method)
1975 (semanticdb-deep-find-tags-for-completion-method):
1976 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1977 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1978 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1979 (semanticdb-find-tags-by-name-method)
1980 (semanticdb-find-tags-by-name-regexp-method)
1981 (semanticdb-find-tags-for-completion-method)
1982 (semanticdb-find-tags-by-class-method)
1983 (semanticdb-find-tags-external-children-of-type-method)
1984 (semanticdb-find-tags-subclasses-of-type-method)
1985 (semanticdb-deep-find-tags-by-name-method)
1986 (semanticdb-deep-find-tags-by-name-regexp-method)
1987 (semanticdb-deep-find-tags-for-completion-method):
1988 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1989 (semanticdb-enable-gnu-global-in-buffer)
1990 (semanticdb-find-tags-for-completion-method)
1991 (semanticdb-deep-find-tags-by-name-method)
1992 (semanticdb-deep-find-tags-for-completion-method):
1993 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1994 (javascript-mode, semanticdb-find-translate-path)
1995 (semanticdb-find-tags-for-completion-method)
1996 (semanticdb-find-tags-by-class-method)
1997 (semanticdb-deep-find-tags-by-name-method)
1998 (semanticdb-deep-find-tags-for-completion-method)
1999 (semanticdb-find-tags-external-children-of-type-method):
2000 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
2001 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
2002 (global-semantic-idle-scheduler-mode):
2003 * cedet/srecode/dictionary.el (srecode-field-value)
2004 (srecode-dictionary-add-section-dictionary):
2005 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2006 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2007 (describe-class, eieio-describe-generic, describe-generic):
2008 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2009 (eieio-speedbar-expand):
2010 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2011 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2012 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2013 (viper-del-backward-char-in-replace, viper-backward-indent)
2014 (viper-brac-function, viper-register-to-point, viper-submit-report):
2015 * net/tramp.el (tramp-remote-coding-commands):
2016 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2017 Fix typos in docstrings.
2018
2019 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2020
2021 * mail/sendmail.el (mail-yank-original): Set the mark if the
2022 specified function for yanking does not do it.
2023
2024 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
2025
2026 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
2027
2028 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2029 resyncing a directory.
2030
2031 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
2032
2033 * progmodes/ada-mode.el: Fix bug#1920.
2034 (ada-ident-re): Delete ., allow multibyte characters.
2035 (ada-goto-label-re): New; matches goto labels.
2036 (ada-block-label-re): New; matches block labels.
2037 (ada-label-re): New; matches both.
2038 (ada-named-block-re): Deleted; callers changed to use
2039 `ada-block-label-re' instead.
2040 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2041 Use `ada-block-label-re'.
2042 (ada-indent-on-previous-lines): Improve handling of goto labels.
2043 (ada-get-indent-block-start): Special-case block label.
2044 (ada-get-indent-label): Split into `ada-indent-block-label' and
2045 `ada-indent-goto-label'.
2046 (ada-goto-stmt-start, ada-goto-next-non-ws):
2047 Optionally ignore goto labels.
2048 (ada-goto-next-word): Simplify.
2049 (ada-indent-newline-indent-conditional): Insert newline before
2050 trying to fix indentation; doc fix.
2051
2052 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2053
2054 * calc/calc.el (calc-command-flags): Give it an initial value.
2055
2056 2010-01-17 Glenn Morris <rgm@gnu.org>
2057
2058 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
2059
2060 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2061
2062 * cedet/semantic.el (semantic-mode):
2063 * files.el (minibuffer-with-setup-hook):
2064 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2065 (artist-key-draw-continously, artist-key-do-continously-continously)
2066 (artist-key-set-point-continously, artist-mouse-draw-continously):
2067 Fix typos in docstrings.
2068
2069 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2070
2071 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2072 return t (Bug#3898).
2073
2074 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
2075
2076 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2077 can parse the output of the external commands (Bug#5279).
2078
2079 2010-01-16 Jari Aalto <jari.aalto@cante.net>
2080
2081 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2082
2083 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2084
2085 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2086
2087 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2088
2089 * startup.el (command-line): Remove unused --icon-type arg.
2090 Handle --display arg, passing it to command-line-1 (Bug#5392).
2091
2092 2010-01-16 Mario Lang <mlang@delysid.org>
2093
2094 * cedet/ede/cpp-root.el (ede-cpp-root-project):
2095 * cedet/ede/files.el (ede-expand-filename):
2096 * cedet/ede/simple.el (ede-simple-project):
2097 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2098 (semantic-complete-inline-tag-engine):
2099 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2100 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
2101 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2102 * cedet/semantic/db.el (semanticdb-equivalent-mode):
2103 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
2104 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2105 * emacs-lisp/chart.el (chart-translate-namezone):
2106 * textmodes/artist.el (artist-compute-popup-menu-table):
2107 Remove duplicated words in doc-strings.
2108
2109 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2110
2111 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2112 to mairix-search to suppress threading (Bug#5342).
2113
2114 2010-01-15 Kenichi Handa <handa@m17n.org>
2115
2116 * international/mule-cmds.el (canonicalize-coding-system-name):
2117 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2118
2119 2010-01-15 Glenn Morris <rgm@gnu.org>
2120
2121 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2122
2123 * wid-edit.el (widget-keymap): Doc fix.
2124
2125 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2126 former seems to be more widely accepted by various svn versions.
2127
2128 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2129
2130 * find-cmd.el (find-constituents):
2131 * vc-arch.el (vc-arch-root):
2132 * window.el (window-body-height, pop-up-frames):
2133 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
2134 (semantic-no-reparse-needed-change-hook):
2135 * cedet/srecode/insert.el (srecode-resolve-argument-list)
2136 (srecode-template-inserter-blank, srecode-template-inserter-variable)
2137 (srecode-template-inserter-ask, srecode-template-inserter-width)
2138 (srecode-template-inserter-section-start)
2139 (srecode-template-inserter-section-end, srecode-insert-method):
2140 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2141 * progmodes/ada-stmt.el (ada-if):
2142 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2143 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2144 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2145 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2146
2147 * progmodes/flymake.el (flymake-post-syntax-check):
2148 Fix typo in error message.
2149
2150 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2151
2152 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2153 which is always a string. (Bug#5313)
2154
2155 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2156
2157 * progmodes/ada-xref.el (ada-default-prj-properties):
2158 Simplify previous change.
2159
2160 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2161
2162 * progmodes/ada-xref.el (ada-default-prj-properties):
2163 Default ada_project_path to $ADA_PROJECT_PATH.
2164
2165 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2166
2167 * progmodes/ada-mode.el (ada-create-keymap):
2168 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2169
2170 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2171
2172 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2173 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2174 (ada-get-current-indent, ada-imenu-generic-expression)
2175 (ada-which-function): Check for it.
2176
2177 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2178
2179 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2180 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2181
2182 2010-01-14 Glenn Morris <rgm@gnu.org>
2183
2184 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2185
2186 2010-01-14 Kenichi Handa <handa@m17n.org>
2187
2188 * composite.el (auto-composition-mode): Make it a buffer local
2189 variable (permanent-local).
2190 (auto-composition-function): Set the default value to
2191 auto-compose-chars.
2192 (auto-composition-mode): Make it a simple function, not a minor mode.
2193 (global-auto-composition-mode): Likewise.
2194 (turn-on-auto-composition-if-enabled): Delete it.
2195
2196 2010-01-13 Karl Fogel <kfogel@red-bean.com>
2197
2198 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2199
2200 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
2201
2202 * files.el (copy-directory): Compute target for recursive
2203 directories with identical names. (Bug#5343)
2204
2205 2010-01-12 Glenn Morris <rgm@gnu.org>
2206
2207 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2208 it to bug-gnu-emacs rather than emacs-pretest-bug.
2209
2210 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2211
2212 * cedet/data-debug.el (data-debug): Fix customization group reference.
2213
2214 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2215
2216 * cedet/semantic/analyze.el (semantic-analyze-push-error)
2217 (semantic-analyze-context, semantic-analyze-context-assignment)
2218 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
2219 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
2220 (semantic-java-doc-keywords-map):
2221 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
2222 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
2223 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
2224 (semantic-c-classname, semantic-format-tag-uml-prototype)
2225 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
2226 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
2227 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
2228 (semantic-get-local-variables, semantic-end-of-command)
2229 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
2230 (lisp-mode):
2231 * cedet/semantic/bovine/make.el (makefile-mode):
2232 * cedet/semantic/wisent/python.el (wisent-python-string-re)
2233 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
2234 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
2235 (semantic-lex, semantic-get-local-variables, python-mode):
2236 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
2237 * cedet/srecode/extract.el (srecode-extract-state-set)
2238 (srecode-extract-method): Fix typos in docstrings.
2239
2240 2010-01-11 Sam Steingold <sds@gnu.org>
2241
2242 * imenu.el (imenu-default-create-index-function): Detect infinite
2243 loops caused by imenu-prev-index-position-function.
2244
2245 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2246
2247 * htmlfontify.el (htmlfontify-load-rgb-file)
2248 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2249 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2250 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2251 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2252 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2253 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2254 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2255 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2256 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2257 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2258 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2259 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2260 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2261 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2262 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2263 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2264 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2265 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2266 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2267 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2268 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2269 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2270 backslash-quoting from parentheses, etc.
2271
2272 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2273
2274 * progmodes/js.el: Autoload javascript-mode alias.
2275
2276 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2277
2278 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2279 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2280 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2281 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2282 Fix typos in docstrings.
2283 (ffap-url-regexp): Doc fix.
2284 (ffap-at-mouse): Fix typo in message.
2285
2286 2010-01-11 Glenn Morris <rgm@gnu.org>
2287
2288 * version.el (emacs-copyright): Set copyright year to 2010.
2289
2290 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2291
2292 * format.el (format-annotate-function): Only set
2293 write-region-post-annotation-function after running to-fn so as not to
2294 affect nested write-region calls (bug#5273).
2295
2296 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
2297
2298 * cedet/semantic.el (semantic-new-buffer-setup-functions):
2299 Add python parser.
2300
2301 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2302 wisent/python.el.
2303
2304 2010-01-10 Richard Kim <emacs18@gmail.com>
2305
2306 * cedet/semantic/wisent/python-wy.el:
2307 * cedet/semantic/wisent/python.el: New files.
2308
2309 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2310
2311 * man.el (Man-goto-section): Signal error if the section is not
2312 found (Bug#5317).
2313
2314 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
2315
2316 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2317 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2318
2319 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2320
2321 * progmodes/compile.el: Don't treat compile-command as safe if
2322 compilation-read-command might be nil (Bug#4218).
2323
2324 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2325
2326 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2327 NS options.
2328
2329 2010-01-08 Kenichi Handa <handa@m17n.org>
2330
2331 * international/fontset.el (build-default-fontset-data):
2332 Exclude characters in scripts kana, hangul, han, or cjk-misc.
2333
2334 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
2335
2336 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2337 to `create-file-buffer' as it expects, not just a buffer name.
2338 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2339 to help uniquify. (Bug#3224)
2340
2341 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2342
2343 * font-setting.el (font-setting-change-default-font): Use user-spec
2344 instead of name.
2345
2346 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2347
2348 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2349
2350 2010-01-05 Tom Tromey <tromey@redhat.com>
2351
2352 * progmodes/python.el (python-font-lock-keywords):
2353 Handle qualified decorators (Bug#881).
2354
2355 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2356
2357 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2358 in a lightweight checkout.
2359
2360 2010-01-05 Kenichi Handa <handa@m17n.org>
2361
2362 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2363
2364 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2365
2366 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2367
2368 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2369
2370 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2371 checkouts. (Bug#618)
2372 (vc-bzr-log-view-mode): Also highlight the author.
2373 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2374 (vc-bzr-shelve-menu-map):
2375 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2376 (vc-bzr-shelve-apply): Make prompt more explicit.
2377
2378 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2379
2380 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2381 They are valid characters in URL paths (rfc3986), and at least
2382 Firefox does not understand the encoded version (Bug#3166).
2383
2384 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2385
2386 * progmodes/octave-mod.el (octave-end-keywords)
2387 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2388 Add "end" keyword (Bug#3061).
2389 (octave-end-as-array-index-p): New function.
2390 (calculate-octave-indent): Use it.
2391
2392 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2393
2394 * bookmark.el: Consistently put the text property on the bookmark name.
2395 (bookmark-bmenu-marks-width): Bump back to 2, to include
2396 annotation marks.
2397 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2398 property on the bookmark name, instead of not putting it at all.
2399 (bookmark-bmenu-list): Fix where we put the text property.
2400
2401 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2402
2403 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2404 for showing buffer modified state (as added in the previous change).
2405
2406 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2407
2408 * bookmark.el: Show modified state of bookmark buffer more accurately.
2409 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2410 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2411 (with-buffer-modified-unmodified): New macro.
2412 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2413 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2414 Use new macro to preserve the buffer modified state.
2415
2416 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2417
2418 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2419 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2420 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2421 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2422 (bookmark-bmenu-rename, bookmark-bmenu-locate)
2423 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2424 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2425
2426 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2427
2428 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2429 Make the lines in the generated doc string shorter. (Bug#4668)
2430
2431 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
2432
2433 * net/rcirc.el: Add follow-link binding (Bug#4738).
2434
2435 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2436
2437 * Makefile.in (bzr-update): Rename from cvs-update.
2438 (cvs-update): New target for backward compatibility.
2439
2440 * makefile.w32-in (bzr-update): Rename from cvs-update.
2441 (cvs-update): New target for backward compatibility.
2442
2443 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2444
2445 * bookmark.el: Remove gratuitous gratitude.
2446
2447 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2448
2449 * bookmark.el (bookmark-bmenu-any-marks): New function
2450 (bookmark-bmenu-save): Clear buffer modification if no marks.
2451
2452 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2453
2454 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2455 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2456 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2457 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2458
2459 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2460 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2461 To: emacs-devel {_AT_} gnu.org
2462 Subject: bookmark.el bug report
2463 Date: Mon, 28 Dec 2009 14:19:16 +0800
2464 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2465
2466 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2467
2468 * bookmark.el: Improvements suggested by Drew Adams:
2469 (bookmark-bmenu-ensure-position): New name for
2470 `bookmark-bmenu-check-position'. Just ensure the position,
2471 don't return any meaningful value.
2472 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2473 New constants.
2474
2475 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
2476
2477 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2478 (bookmark-yank-point, bookmark-bmenu-check-position):
2479 Fix typos in docstrings.
2480 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2481 (bookmark-name-from-full-record, bookmark-get-position)
2482 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2483 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2484 Remove useless quoting of parenthesis, etc. in docstrings.
2485
2486 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2487 (ediff-append-custom-diff): Fix typo in error message.
2488 (ediff-meta-mark-equal-files): Fix typos in messages.
2489
2490 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2491
2492 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2493 Fix typo in docstring.
2494
2495 * net/imap-hash.el (imap-hash-make): Doc fix.
2496 (imap-hash-test): Fix typo in error message; reflow docstring.
2497 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2498 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2499 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2500 Fix typos in docstrings.
2501 (imap-hash-open-connection): Fix typo in error message.
2502
2503 * play/gomoku.el (gomoku): Fix typos in docstring.
2504
2505 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2506 (gdb-jsonify-buffer): Fix typos in docstring.
2507 (gdb-goto-breakpoint): Fix typo in error message.
2508 ("Display Other Windows"): Fix typo in help message.
2509 (gdb-speedbar-expand-node): Fix typo in question.
2510
2511 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2512 (idlwave-html-system-help-location, idlwave-html-help-location)
2513 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2514 (idlwave-help-browser-generic-args, idlwave-help-directory)
2515 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2516 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2517 (idlwave-online-help, idlwave-help-html-link)
2518 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2519 Fix typos in docstrings.
2520 (idlwave-help-with-source, idlwave-help-find-routine-definition):
2521 Reflow docstrings.
2522 (idlwave-help-assistant-start): Fix typo in error message.
2523
2524 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2525 (octave-electric-space): Fix typos in docstrings.
2526
2527 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
2528
2529 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2530
2531 2010-01-01 Juri Linkov <juri@jurta.org>
2532
2533 * comint.el (comint-input-ring-size): Make it a defcustom and
2534 increase the default to 500 (Bug#5148).
2535
2536 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
2537
2538 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2539 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2540 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2541
2542 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
2543
2544 Show working revision correctly for mercurial.
2545 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2546 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2547
2548 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
2549
2550 Declare some functions for the byte-compiler.
2551 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2552 (speedbar-timer-fn, speedbar-change-expand-button-char)
2553 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2554
2555 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
2556
2557 This changeset reverts GDB Graphical Interface to use annotations.
2558 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2559
2560 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2561
2562 Make vc-dir work on subdirectories of the bzr root.
2563 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
2564 file names relative to it.
2565 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2566 relative directory to vc-bzr-after-dir-status.
2567
2568 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
2569
2570 * font-lock.el (font-lock-refresh-defaults): New function, which
2571 can be used to let font-lock react to external changes in
2572 variables like font-lock-defaults and keywords.
2573 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2574
2575 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2576
2577 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2578
2579 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2580
2581 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
2582
2583 Supersede color.diff settings in git log (bug#5211).
2584
2585 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2586 escape chars in its output when the user has color.diff set to `always'.
2587 This fix works on git 1.4.2 and newer (released on 2006-08-13).
2588
2589 2009-12-26 Kevin Ryde <user42@zip.com.au>
2590
2591 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2592 node. Keep previous "Index" name to work with past coreutils too.
2593
2594 * man.el (man): Revise docstring a bit to show -a and -l as
2595 examples. Add -k description since support for it has otherwise
2596 been a secret. (Further to bug#3717.)
2597 (Man-bgproc-sentinel): When "-k foo" produces no output show error
2598 "no matches" rather than "Can't find manpage", as the latter reads
2599 like -k was interpreted as a page name, which is not so. (Bug#5431)
2600
2601 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
2602
2603 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2604 switches. Check also for //SUBDIRED// line.
2605
2606 2009-12-25 Kenichi Handa <handa@m17n.org>
2607
2608 * language/indian.el (devanagari-composable-pattern): Fixed to
2609 handle ZWNJ and ZWJ. Use it in composition-function-table for
2610 Devanagari.
2611 (malayalam-composable-pattern): Fix previous change.
2612
2613 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2614
2615 * ps-print.el (ps-face-attributes): It was not returning the
2616 attribute face for faces specified as string. Reported by harven
2617 <harven@free.fr>.
2618 (ps-print-version): New version 7.3.5.
2619
2620 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
2621
2622 * calendar/icalendar.el (icalendar--convert-tz-offset):
2623 Fix timezone names.
2624 (icalendar--convert-tz-offset): Fix the "last-day-problem".
2625 (icalendar--add-diary-entry): Remove the trailing blank that
2626 diary-make-entry inserts.
2627
2628 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
2629
2630 Make `file-expand-wildcards' work for remote files.
2631
2632 * files.el (file-expand-wildcards): In case of remote files, check
2633 only local file name part for wildcards. Provide feature 'files
2634 and subfeature 'remote-wildcards. (Bug#5198)
2635
2636 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2637 if there is already an established connection.
2638 (tramp-advice-file-expand-wildcards): Remove it.
2639
2640 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2641 (tramp-advice-file-expand-wildcards): Move from tramp.el.
2642 Activate advice for older GNU Emacs versions. (Bug#5237)
2643
2644 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
2645
2646 Some doc fixes (more needed).
2647
2648 * find-cmd.el (find-constituents): Reflow docstring.
2649 (find-cmd, find-prune, find-command): Fix typos in docstrings.
2650 (find-generic): Doc fix.
2651
2652 2009-12-17 Juri Linkov <juri@jurta.org>
2653
2654 Fix regression from 23.1 to allow multiple modes in Local Variables.
2655
2656 * files.el (hack-local-variables-filter): While ignoring duplicates,
2657 don't take `mode' into account.
2658 (hack-local-variables-filter, hack-dir-local-variables):
2659 Don't remove duplicate `mode' from local-variables-alist (like `eval').
2660
2661 2009-12-17 Juri Linkov <juri@jurta.org>
2662
2663 Make `dired-diff' safer. (Bug#5225)
2664
2665 * dired-aux.el (dired-diff): Signal an error when `file' equals to
2666 `current' or when `file' is a directory of the `current' file.
2667
2668 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
2669
2670 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2671 unconditionally preloaded files.
2672
2673 2009-12-16 Juri Linkov <juri@jurta.org>
2674
2675 Revert to old 23.1 logic of using the file at the mark as default.
2676 * dired-aux.el (dired-diff): Use the file at the mark as default
2677 if it's not the same as the current file, and the target dir is
2678 the current dir or the mark is active. Add the current file
2679 as the arg of `dired-dwim-target-defaults'. Use the default file
2680 in the prompt. (Bug#5225)
2681
2682 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
2683
2684 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2685 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2686 (tramp-check-for-regexp): Check also, when an echoing shell stops
2687 to echo sent commands.
2688
2689 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2690
2691 * Makefile.in: Revert last change (Bug#5191).
2692
2693 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2694
2695 * vc-hg.el (vc-hg-print-log): Fix argument order.
2696 (vc-hg-working-revision): Make sure the command is executed in a
2697 known environment so that we can parse the output. (Bug#4417)
2698
2699 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2700
2701 * progmodes/python.el (python-symbol-completions): Remove text
2702 properties from symbol string before calling python-send-receive.
2703
2704 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
2705
2706 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2707 when there are values for both file and line. (Bug#5060)
2708
2709 2009-12-14 Juri Linkov <juri@jurta.org>
2710
2711 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2712 whitespace after the file name of the first line of unified format,
2713 because git-diff doesn't output whitespace and file modification time
2714 after the file name.
2715
2716 2009-12-14 David Kastrup <dak@gnu.org>
2717
2718 * info.el (Info-hide-cookies-node): Before hiding a cookie,
2719 check if it already has the `display' property added by
2720 `Info-display-images-node', and not put the `invisible' property
2721 in this case.
2722
2723 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2724
2725 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2726 (semantic-mru-bookmark-mode): Doc fixes.
2727
2728 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2729 of assert.
2730
2731 2009-12-13 Glenn Morris <rgm@gnu.org>
2732
2733 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2734 (report-emacs-bug): In message-mode, sort manually before storing
2735 original report text. (Bug#5178)
2736 Remove superfluous save-excursion.
2737
2738 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
2739
2740 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2741 when responding to "GetAll" properties.
2742
2743 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
2744
2745 * simple.el (compose-mail): Remove mail-setup-with-from from
2746 customization checks.
2747
2748 2009-12-12 Eli Zaretskii <eliz@gnu.org>
2749
2750 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2751 RAR archives created on Unix systems.
2752
2753 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2754
2755 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2756 the varalias that was accidentally removed by the 2009-11-19 change
2757 (bug#5186).
2758
2759 2009-12-12 Kenichi Handa <handa@m17n.org>
2760
2761 * language/indian.el (indian-compose-regexp): New function.
2762 (malayalam-composable-pattern): Fix the pattern.
2763 (composition-function-table): Set malayalam-composable-pattern for
2764 Malayalam characters.
2765
2766 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
2767
2768 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2769 rather than down-mouse-1, based on follow-link conventions.
2770
2771 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2772 are compiled.
2773
2774 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
2775
2776 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2777 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2778 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2779 (verilog-leap-to-head, verilog-backward-token):
2780 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
2781
2782 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2783
2784 * progmodes/verilog-mode.el (verilog-auto-lineup)
2785 (verilog-nameable-item-re): Cleanup user-visible spelling and
2786 documentation errors. One reported by Gary Delp.
2787 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2788 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2789 package, bug195. Reported by Pierre-David Pfister.
2790
2791 2009-12-11 Glenn Morris <rgm@gnu.org>
2792
2793 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2794
2795 * mail/emacsbug.el: No longer require sendmail.
2796 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2797 (report-emacs-bug-orig-text): Doc fix.
2798 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2799 New local variables, to adapt to different mail-user-agents.
2800 (report-emacs-bug): Fix test for a gnu.org address.
2801 Use overlays for emphasis, since font-lock defeats 'face property.
2802 Pretest bugs also end up at the newsgroup these days.
2803 Stop message-mode stripping text properties.
2804 Set and use the new buffer-local variables.
2805 (report-emacs-bug-hook): Add doc-string.
2806 Remove some unnecessary save-excursions and simplify.
2807 Use the appropriate hook and send-command.
2808
2809 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2810 capitalization of some menu entries.
2811
2812 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2813
2814 * whitespace.el (whitespace-display-char-on): Ensure
2815 `buffer-display-table' is unique when two or more windows are
2816 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2817 New version 12.1.
2818
2819 2009-12-10 Eli Zaretskii <eliz@gnu.org>
2820
2821 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2822 characters in the Attribute field.
2823
2824 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2825
2826 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2827
2828 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2829
2830 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2831 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2832 Disregard autoload-excludes.
2833 (update-directory-autoloads): Obey autoload-excludes here instead.
2834 But don't store its contents in no-autoloads and remove entries that
2835 refer to excludes files.
2836
2837 2009-12-10 Glenn Morris <rgm@gnu.org>
2838
2839 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2840 (expand-mail-aliases): Define for compiler.
2841
2842 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2843 Define for compiler.
2844
2845 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2846 appropriate for the mail-user-agent in use.
2847
2848 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
2849
2850 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2851
2852 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2853
2854 Fix short log parsing and fontification.
2855 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2856 Fix fontification for the [merge] label.
2857
2858 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2859
2860 Drop some properties to avoid surprises (bug#5002).
2861 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2862 (hfy-fontify-buffer): Use it.
2863
2864 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2865
2866 Minor cleanup.
2867 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2868 Adjust all callers.
2869 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2870 args compulsory. Adjust callers.
2871 (ffap-gopher-at-point): Remove unused var `name'.
2872
2873 Get rid of the ELCFILES abomination.
2874 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2875 (compile-elcfiles): New phony target.
2876 (compile-main): Compute ELCFILES dynamically.
2877 (compile-clean): New target to remove left-over elc files.
2878 (compile, all): Use it.
2879
2880 2009-12-09 Kenichi Handa <handa@etlken>
2881
2882 * international/mule-diag.el: Require help-mode instead of help-fns.
2883
2884 2009-12-09 Kenichi Handa <handa@m17n.org>
2885
2886 * international/mule-cmds.el (ucs-names): Supply sufficiently
2887 fine ranges instead of pre-calculating accurate ranges.
2888 Iterate with bigger gc-cons-threshold.
2889
2890 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2891
2892 Add support for stashing a snapshot of the current tree.
2893 * vc-git.el (vc-git-stash-snapshot): New function.
2894 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2895
2896 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2897
2898 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2899 instead of `(beginning|end)-of-line'.
2900
2901 2009-12-08 Glenn Morris <rgm@gnu.org>
2902
2903 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2904
2905 * Makefile.in (ELCFILES): Regenerate.
2906
2907 2009-12-07 Juri Linkov <juri@jurta.org>
2908
2909 Don't lazy-highlight the comint output in history Isearch mode.
2910
2911 * comint.el (comint-history-isearch-search): Instead of
2912 `comint-line-beginning-position', use `comint-after-pmark-p'
2913 to check if point if before the process mark, and go to
2914 `process-mark' in this case.
2915
2916 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2917
2918 * textmodes/tex-mode.el (latex-complete)
2919 (latex-indent-or-complete): Remove.
2920 (latex-mode): Set completion-at-point-functions instead.
2921
2922 Provide a standard completion command and hook it into TAB.
2923 * minibuffer.el (completion-at-point-functions): New var.
2924 (completion-at-point): New command.
2925 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2926 * progmodes/python.el (python-mode-map): Use completion-at-point.
2927 (python-completion-at-point): Rename from python-partial-symbol and
2928 adjust for use in completion-at-point-functions.
2929 (python-mode): Setup completion-at-point for Python completion.
2930 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2931 extracted from lisp-complete-symbol.
2932 (lisp-complete-symbol): Use it.
2933 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2934 setup completion-at-point for Elisp completion.
2935 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2936 Use completion-at-point.
2937 * ielm.el (ielm-map): Use completion-at-point.
2938 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2939 * progmodes/sym-comp.el: Move to...
2940 * obsolete/sym-comp.el: Move from progmodes.
2941
2942 2009-12-07 Eli Zaretskii <eliz@gnu.org>
2943
2944 Prevent save-buffer in Rmail buffers from using the coding-system
2945 of the current message, and from clobbering the encoding mnemonics
2946 in the mode line (Bug#4623).
2947
2948 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2949 flag, too.
2950 (rmail-message-encoding): New variable.
2951 (rmail-write-region-annotate): Record the encoding of the current
2952 message in rmail-message-encoding.
2953 (rmail-after-save-hook): New function, restores the encoding of
2954 the current message after the message collection is saved.
2955
2956 2009-12-07 Juri Linkov <juri@jurta.org>
2957
2958 * progmodes/grep.el (grep-read-files): Use `completing-read'
2959 instead of `read-string'. Set its `collection' arg to
2960 `read-file-name-internal'. (Bug#4301)
2961
2962 2009-12-07 Juri Linkov <juri@jurta.org>
2963
2964 Correctly restore original Isearch point. (Bug#4994)
2965
2966 * isearch.el (isearch-mode): Move `isearch-push-state' after
2967 `(run-hooks 'isearch-mode-hook)'.
2968 (isearch-cancel): When `isearch-push-state-function' is defined,
2969 let-bind `isearch-cmds' to the first state (the last element of
2970 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2971 function and restores the original point). Otherwise, move point
2972 to `isearch-opoint'.
2973
2974 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2975
2976 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2977 chars that don't have names, so the table can be built much faster at
2978 run-time.
2979
2980 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
2981
2982 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2983 change. Suggested by David Kastrup.
2984
2985 * simple.el (compose-mail): Check for incompatibilities and warn.
2986 (compose-mail-user-agent-warnings): New option.
2987
2988 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2989
2990 Support showing a single log entry from vc-annotate.
2991 * vc.el (print-log): Add a new argument: START-REVISION.
2992 (vc-print-log-internal): Add a new optional argument and
2993 pass it to the backend.
2994 (vc-print-log, vc-print-root-log): Adjust callers.
2995 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2996 buffer already displays the requested log entry, use it.
2997 Otherwise display only the log entry in question.
2998 * vc-svn.el (vc-svn-print-log):
2999 * vc-mtn.el (vc-mtn-print-log):
3000 * vc-hg.el (vc-hg-state):
3001 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3002 (vc-git-show-log-entry): Return t on success.
3003 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3004 (vc-bzr-show-log-entry): Return t on success.
3005 * vc-rcs.el (vc-rcs-print-log):
3006 * vc-sccs.el (vc-sccs-print-log):
3007 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3008
3009 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3010
3011 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3012 Add menus to the meta mode. (Bug#5043)
3013
3014 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
3015
3016 * ediff-init.el (ediff-event-key): Use event-to-character instead of
3017 event-key.
3018
3019 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3020
3021 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
3022
3023 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3024 Berbain <raphael.berbain@gmail.com>.
3025
3026 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3027 characters.
3028 (tramp-initial-end-of-output): New defconst.
3029 (tramp-methods, tramp-find-shell)
3030 (tramp-open-connection-setup-interactive-shell)
3031 (tramp-maybe-open-connection): Use it.
3032 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3033 existence of `#' and `$'.
3034
3035 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3036 `tramp-initial-end-of-output'.
3037
3038 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3039
3040 Get the background mode from the terminal for xterm, and set
3041 faces accordingly.
3042 * term/xterm.el (xterm-set-background-mode): New function.
3043 (terminal-init-xterm): Use it in case xterm supports background
3044 color queries. Recompute faces after getting the background
3045 color.
3046
3047 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
3048
3049 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3050 number comment back on its own line, for easier parsing.
3051
3052 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3053
3054 Make it work for non-file buffers (bug#5102).
3055 * doc-view.el (doc-view-current-cache-dir):
3056 Use doc-view-buffer-file-name rather than buffer-file-name.
3057 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3058
3059 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3060
3061 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3062 author field is too short.
3063
3064 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3065
3066 * vc-git.el (vc-git-print-log): Handle a limit argument.
3067 Display the short log in graph form and with labels.
3068 (vc-git-log-view-mode): Handle labels.
3069
3070 Make vc-revert change VC state from 'added to 'unregistered.
3071 * vc-git.el (vc-git-revert): Call git reset first.
3072
3073 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3074
3075 * net/newst-backend.el, net/newst-plainview.el:
3076 * net/newst-reader.el, net/newst-ticker.el:
3077 * net/newst-treeview.el, net/newsticker.el:
3078 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
3079
3080 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3081
3082 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3083
3084 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3085 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3086 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3087 Update annotation regexp.
3088
3089 * simple.el (beginning-of-visual-line): Constrain to field
3090 boundaries (Bug#5106).
3091
3092 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3093
3094 * xml.el (xml-substitute-numeric-entities): Move
3095 newsticker--decode-numeric-entities in newst-backend.el to
3096 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3097 * net/newst-backend.el (newsticker--parse-generic-feed)
3098 (newsticker--parse-generic-items)
3099 (newsticker--decode-numeric-entities): Move
3100 newsticker--decode-numeric-entities in newst-backend.el to
3101 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3102
3103 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3104
3105 * progmodes/js.el (js--js-not): Add null to the list of values.
3106
3107 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3108
3109 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3110
3111 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3112
3113 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3114 delimiter if it is at the end of the current line.
3115 (bibtex-generate-url-list): Fix docstring.
3116
3117 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3118
3119 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3120 minibuffer's content with itself.
3121 Fold the confirm-after-completion case into the `confirm' case.
3122 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3123
3124 2009-12-06 Kevin Ryde <user42@zip.com.au>
3125
3126 * ffap.el (ffap-rfc-path): Make this a defcustom since
3127 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
3128
3129 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3130 manuals, similar to existing setup for help-mode. (Bug#3913.)
3131
3132 2009-12-05 Juri Linkov <juri@jurta.org>
3133
3134 Save and restore dired buffer's point positions too. (Bug#4880)
3135
3136 * dired.el (dired-save-positions): Return in the first element
3137 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3138 Doc fix.
3139 (dired-restore-positions): First restore buffer's position.
3140 While restoring window's positions, check if window still displays
3141 the original buffer.
3142
3143 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3144
3145 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3146 if possible.
3147
3148 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
3149 Make argument optional.
3150
3151 * shell.el (shell): Require ansi-color (Bug#5113).
3152
3153 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3154
3155 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3156
3157 2009-12-05 Alan Mackenzie <acm@muc.de>
3158
3159 * progmodes/cc-mode.el (c-before-hack-hook)
3160 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3161 `c-file-style' to work again. This reversion restores the current
3162 software to its state in Emacs 23.1. (Bug#4146)
3163
3164 2009-12-05 Kevin Ryde <user42@zip.com.au>
3165
3166 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3167 comment-start-skip to comment-end-skip as comment (Bug#4781).
3168
3169 2009-12-05 Juri Linkov <juri@jurta.org>
3170
3171 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3172 for virtual nodes. (Bug#4147)
3173 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3174 when moving from a virtual node.
3175 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3176 (Info-mode): Add `Info-virtual-index' to the docstring.
3177
3178 2009-12-05 Eric Ludlam <zappo@gnu.org>
3179
3180 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3181 Describe project macro symbols.
3182
3183 * cedet/semantic/complete.el (semantic-complete-do-completion):
3184 Don't call semantic-collector-current-exact-match.
3185
3186 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
3187 ede-objects as targets.
3188
3189 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
3190 a target's object list even if compiler vars are already in the
3191 Makefile.
3192
3193 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
3194 list of headers producing necessary macros.
3195
3196 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3197
3198 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3199 track of the buffer position of the end of a BibTeX entry as this
3200 position may change during reformatting.
3201 (bibtex-format-entry): Remove whitespace before processing
3202 numerical fields so that we recognize the latter properly.
3203 (bibtex-reformat): Do not use push which changes the global value
3204 of bibtex-entry-format.
3205 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3206 (bibtex-field-re-init): Replace only space characters by regexp
3207 for whitespace.
3208 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3209 (bibtex-initialize): Also update bibtex-strings.
3210 (bibtex-kill-field): Preserve white space at end of entry.
3211 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3212 Update bibtex-reference-keys.
3213
3214 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3215
3216 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3217 point after a star, if that's the only place where modifications can
3218 make progress.
3219
3220 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3221
3222 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3223 in docstrings.
3224
3225 2009-12-04 Juri Linkov <juri@jurta.org>
3226
3227 * proced.el (proced): Call `(proced-update t)' to update process
3228 information instead of only running proced-post-display-hook.
3229 (proced-send-signal): Add a leading space to the buffer name
3230 " *Marked Processes*" to make this buffer ephemeral.
3231
3232 2009-12-04 Juri Linkov <juri@jurta.org>
3233
3234 * dired.el (dired-auto-revert-buffer): New defcustom.
3235 (dired-internal-noselect): Use it.
3236
3237 2009-12-04 Juri Linkov <juri@jurta.org>
3238
3239 Change roles of modes and functions in image-mode.el (Bug#5062).
3240
3241 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3242 in `auto-mode-alist'.
3243 (image-mode-previous-major-mode): New variable.
3244 (image-minor-mode-map): Rename from `image-mode-text-map'.
3245 (image-mode): Move graceful error-handling code from
3246 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3247 (image-minor-mode): Remove all image-handling code.
3248 Replace `image-mode-text-map' with `image-minor-mode-map'.
3249 Check for `image-type' in mode-line format string.
3250 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3251 (image-mode-as-text): New function with most code from
3252 `image-mode-maybe'.
3253 (image-toggle-display-text): Move code that removes image
3254 properties from `image-toggle-display' to here.
3255 (image-toggle-display-image): New function with code that adds
3256 image properties copied from `image-toggle-display'.
3257 (image-toggle-display): Remove most code with leaving only code
3258 that toggles between `image-mode-as-text' and `image-mode'.
3259
3260 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
3261
3262 * net/newst-treeview.el
3263 (newsticker--treeview-list-highlight-start): Restored call to
3264 save-excursion: Selected item was stuck.
3265 (newsticker--treeview-list-select): New.
3266 (newsticker--treeview-item-show-text)
3267 (newsticker--treeview-item-show)
3268 (newsticker--treeview-item-update): Use new
3269 newsticker-treeview-item-mode.
3270 (newsticker-treeview-update): Keep current item.
3271 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3272 (newsticker--treeview-first-feed): Doc change.
3273 (newsticker-treeview-list-menu)
3274 (newsticker-treeview-item-menu): Added menu entries.
3275 (newsticker-treeview-item-mode): New.
3276
3277 * net/newst-backend.el (newsticker-customize): Delete other
3278 windows.
3279
3280 2009-12-04 Sam Steingold <sds@gnu.org>
3281
3282 * log-view.el (log-view-mode-map): "q" calls quit-window,
3283 like in all the other non-self-insert buffers.
3284
3285 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3286
3287 Minor cleanup.
3288 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3289 key decoding rather than do it manually via last-input-event +
3290 ascii-character.
3291 (term-exec): Use delete-and-extract-region.
3292 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3293 (term-process-pager): Remove unused var `i'.
3294 (term-dynamic-simple-complete): Make obsolete.
3295 (serial-update-config-menu): Remove unused vars `y' and `str'.
3296 (term-update-mode-line): Remove unused var `temp'.
3297
3298 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3299
3300 Limit the number of log entries displayed by default.
3301 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3302 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3303 using a prefix argument.
3304
3305 2009-12-03 Glenn Morris <rgm@gnu.org>
3306
3307 * progmodes/idlwave.el (class): Restore still useful declaration.
3308
3309 2009-12-03 Alan Mackenzie <acm@muc.de>
3310
3311 Enhance `c-parse-state' to run efficiently in "brace deserts".
3312
3313 * progmodes/cc-mode.el (c-basic-common-init):
3314 Call c-state-cache-init.
3315 (c-neutralize-syntax-in-and-mark-CPP): Rename from
3316 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
3317 placing `category' properties value 'c-cpp-delimiter at its boundaries.
3318
3319 * progmodes/cc-langs.el (c-before-font-lock-function):
3320 c-extend-and-neutralize-syntax-in-CPP has been renamed
3321 c-neutralize-syntax-in-and-mark-CPP.
3322
3323 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3324 with `category' properties now, not `syntax-table' ones.
3325
3326 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3327 enhanced (but slower) version of c-end-of-macro that won't land
3328 inside a literal or on another awkward character.
3329 (c-state-cache-too-far, c-state-cache-start)
3330 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3331 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3332 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3333 (c-state-min-scan-pos, c-state-brace-pair-desert)
3334 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3335 buffer local variables.
3336 (c-state-literal-at, c-state-lit-beg)
3337 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3338 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3339 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3340 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3341 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3342 (c-renarrow-state-cache)
3343 (c-append-lower-brace-pair-to-state-cache)
3344 (c-state-push-any-brace-pair, c-append-to-state-cache)
3345 (c-remove-stale-state-cache)
3346 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3347 (c-invalidate-state-cache-1, c-parse-state-1)
3348 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3349 (c-parse-state): Enhance and refactor.
3350 (c-debug-parse-state): Amend to deal with all the new variables.
3351
3352 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3353 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3354 modify to use category text properties rather than syntax-table ones.
3355 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3356 to switch off/on the syntactic paren property of C++ template
3357 delimiters using the category property.
3358 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3359 template delims suppressed.
3360 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3361 New constant/macros which apply category properties to the start
3362 and end of preprocessor constructs.
3363 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3364 "comment out" the syntactic value of characters in preprocessor
3365 constructs.
3366 (c-with-cpps-commented-out)
3367 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3368 with characters in all or all but one preprocessor constructs
3369 "commented out".
3370
3371 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3372
3373 * proced.el (proced-filter-alist): Use regexp-quote.
3374
3375 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
3376
3377 Cleanup.
3378 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3379 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3380 arguments. Expand `default-directory'.
3381
3382 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3383 the benefit of returning an expanded localname.
3384 (tramp-tramp-file-p): Handle the case NAME is not a string.
3385
3386 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3387
3388 Add support for bzr shelve/unshelve.
3389 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3390 (vc-bzr-extra-menu-map): New variables.
3391 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3392 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3393 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3394 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3395 (vc-bzr-dir-extra-headers): Display shelves.
3396
3397 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3398
3399 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3400
3401 * textmodes/bibtex.el (bibtex-complete-internal):
3402 Use completion-in-region.
3403 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3404
3405 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3406
3407 Support applying stashes. Improve UI.
3408 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3409 (vc-git-stash-apply, vc-git-stash-pop)
3410 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3411 (vc-git-stash-menu): New functions.
3412 (vc-git-stash-menu-map): New variable.
3413 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3414
3415 2009-12-03 Glenn Morris <rgm@gnu.org>
3416
3417 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3418 (vc-print-log-internal): Fix previous change.
3419 (vc-revert): Correct pluralization.
3420
3421 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3422
3423 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3424 it to be an alist any more.
3425 (makefile-complete): Use completion-in-region.
3426
3427 * progmodes/octave-mod.el (octave-complete-symbol):
3428 Use completion-in-region.
3429
3430 Misc cleanup.
3431 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3432 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3433 (idlwave-complete-class): Don't quote lambda.
3434 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3435 (idlwave-mode-map): Move initialization into declaration.
3436 (idlwave-action-and-binding): Use backquotes.
3437 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3438 Simplify.
3439 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3440 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3441 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3442 `parts', and `all-parts'.
3443 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3444 (idlwave-convert-xml-system-routine-info): Remove unused string
3445 `version-string'.
3446 (idlwave-display-user-catalog-widget): Use dolist.
3447 (idlwave-scanning-lib): Declare dynamically-scoped var.
3448 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3449 (completion-highlight-first-word-only): Declare to silence bytecomp.
3450 (idlwave-popup-select): Tighten scope of `resp'.
3451 (idlwave-find-struct-tag): Remove unused var `beg'.
3452 (idlwave-after-load-rinfo-hook): Declare.
3453 (idlwave-sintern-class-info): Remove unused var `taglist'.
3454 (idlwave-find-class-definition): Remove unused var `list'.
3455 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3456 (idlwave-what-module-find-class): Remove unused var `classes'.
3457
3458 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
3459
3460 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3461
3462 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3463
3464 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3465 buffers visited. Remove redundant current-buffer-saving.
3466
3467 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3468
3469 Use completion-in-buffer and remove uses of dynamic scoping.
3470 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3471 (pascal-buffer-to-use, pascal-flag): Don't declare.
3472 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3473 (pascal-get-completion-decl, pascal-keyword-completion):
3474 Add `pascal-str' argument, save-excursion,
3475 return the found completions, and don't filter with pascal-pred.
3476 (pascal-completion-cache): New var.
3477 (pascal-completion): Don't switch buffer any more (it was never
3478 necessary). Don't save-excursion any more (it's done by the called
3479 subroutines). Use a cache to avoid redundant computations.
3480 Use complete-with-action rather than pascal-completion-response and
3481 let it apply the predicate as well.
3482 (pascal-complete-word): Use completion-in-buffer when
3483 pascal-toggle-completions is nil.
3484 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3485 not used any more.
3486 (pascal-comp-defun): Don't change buffer any more.
3487 Use complete-with-action rather than pascal-completion-response and
3488 let it apply the predicate as well.
3489 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3490 when neded.
3491
3492 2009-12-02 Kenichi Handa <handa@m17n.org>
3493
3494 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3495 shape for all Indic scripts.
3496
3497 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3498
3499 Use completion-in-buffer.
3500 * wid-edit.el (widget-field-text-end): New function.
3501 (widget-field-value-get): Use it.
3502 (widget-string-complete, widget-file-complete)
3503 (widget-color-complete): Use it and completion-in-region.
3504 (widget-complete): Don't narrow the buffer.
3505
3506 2009-12-02 Glenn Morris <rgm@gnu.org>
3507
3508 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
3509 (rmail-select-summary): Use rmail-pop-to-buffer.
3510 * mail/rmailsum.el: Replace all pop-to-buffer calls with
3511 rmail-pop-to-buffer, to prevent horizontal splits.
3512
3513 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3514 save-excursion with save-current-buffer.
3515 Widen before searching. (Bug#5093)
3516 (diary-list-sexp-entries): Remove superfluous save-excursion.
3517
3518 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
3519
3520 * woman.el (woman-make-bufname): Handle man-pages with "." in the
3521 name. (Bug#5038)
3522
3523 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
3524
3525 * ido.el (ido-file-internal): Handle filenames at point that do
3526 not have a directory part. (Bug#5049)
3527
3528 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
3529
3530 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3531 (mpc-songs-jump-to, mpc-resume): Doc fixes.
3532
3533 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
3534
3535 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3536 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3537 any more.
3538
3539 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3540
3541 * comint.el (comint-insert-input): Ignore clicks to the right of
3542 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3543
3544 * vc.el (vc-print-log-internal): Don't wait for the process to
3545 terminate before setting up the major mode.
3546
3547 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3548 in case.
3549
3550 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3551 the last element.
3552
3553 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3554
3555 2009-12-01 Glenn Morris <rgm@gnu.org>
3556
3557 * window.el (window--display-buffer-2): Fix previous changes.
3558
3559 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
3560
3561 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3562
3563 2009-12-01 Glenn Morris <rgm@gnu.org>
3564
3565 * Makefile.in (ELCFILES): Add mpc.elc.
3566
3567 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3568
3569 * mpc.el: New file.
3570
3571 2009-12-01 Glenn Morris <rgm@gnu.org>
3572
3573 * window.el (window-to-use): Define for compiler.
3574
3575 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3576 consistent with others (no final period).
3577
3578 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3579 (rmail-mime-show): Downcase the encoding. (Bug#5070)
3580
3581 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3582
3583 Make vc-print-log buttons work.
3584 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3585
3586 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
3587
3588 * savehist.el (savehist-autosave-interval): Allow setting to nil
3589 through customize. (Bug#5056)
3590
3591 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
3592
3593 Fix references to jit-lock properties.
3594 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3595 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3596 (perl-font-lock-special-syntactic-constructs):
3597 Quote jit-lock-defer-multiline property.
3598
3599 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3600
3601 * vc-git.el (vc-git-registered): Call vc-git-root only once.
3602
3603 2009-11-30 Juri Linkov <juri@jurta.org>
3604
3605 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3606 value `buffer' of `multi-isearch-next-buffer-current-function'.
3607 Use `(current-buffer)' when `buffer' is nil.
3608 (multi-isearch-next-buffer-from-list): Don't fallback to
3609 `(current-buffer)' when `buffer' is nil. (Bug#4947)
3610
3611 2009-11-30 Juri Linkov <juri@jurta.org>
3612
3613 * misearch.el (multi-isearch-read-buffers): Move canonicalization
3614 of buffers with `get-buffer' to `multi-isearch-buffers'.
3615 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3616 Canonicalize BUFFERS with `get-buffer'. Doc fix.
3617 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3618 FILES with `expand-file-name' converting relative file names
3619 to absolute. Doc fix. (Bug#4727)
3620
3621 2009-11-30 Juri Linkov <juri@jurta.org>
3622
3623 * misearch.el (multi-isearch-read-buffers)
3624 (multi-isearch-read-matching-buffers): New functions.
3625 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3626 Use them in the `interactive' spec. Doc fix.
3627 (multi-isearch-read-files, multi-isearch-read-matching-files):
3628 New functions.
3629 (multi-isearch-files, multi-isearch-files-regexp):
3630 Use them in the `interactive' spec. Doc fix. (Bug#4725)
3631
3632 2009-11-30 Juri Linkov <juri@jurta.org>
3633
3634 * doc-view.el (doc-view-continuous):
3635 Rename from `doc-view-continuous-mode'.
3636 (doc-view-menu): Move "Toggle display" to the top.
3637 Add submenu "Continuous" with radio buttons "Off"/"On"
3638 and "Save as Default".
3639 (doc-view-scroll-up-or-next-page)
3640 (doc-view-scroll-down-or-previous-page)
3641 (doc-view-next-line-or-next-page)
3642 (doc-view-previous-line-or-previous-page): Rename
3643 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
3644
3645 2009-11-30 Juri Linkov <juri@jurta.org>
3646
3647 * comint.el (comint-mode-map): Rebind `M-r' from
3648 `comint-previous-matching-input' to
3649 `comint-history-isearch-backward-regexp'.
3650 Unbind `M-s' to allow global key binding `M-s'.
3651 Add menu items for `comint-history-isearch-backward' and
3652 `comint-history-isearch-backward-regexp'. (Bug#3746)
3653
3654 2009-11-30 Juri Linkov <juri@jurta.org>
3655
3656 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3657 For def=recenter, replace `recenter' with `recenter-top-bottom'
3658 that is called with `this-command' and `last-command' let-bound
3659 to `recenter-top-bottom'. When the last `def' was not `recenter',
3660 set `recenter-last-op' to nil. (Bug#4981)
3661
3662 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3663
3664 Minor cleanup and simplification.
3665 * filecache.el (file-cache-add-directory)
3666 (file-cache-add-directory-recursively)
3667 (file-cache-add-from-file-cache-buffer)
3668 (file-cache-delete-file-regexp, file-cache-delete-directory)
3669 (file-cache-files-matching-internal, file-cache-display): Use dolist.
3670 (file-cache-temp-minibuffer-message): Delete function.
3671 (file-cache-minibuffer-complete): Use minibuffer-message instead.
3672
3673 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3674 Don't signal an error when bumping into EOB in tr, s, or y.
3675
3676 2009-11-29 Juri Linkov <juri@jurta.org>
3677
3678 * startup.el (fancy-about-text): Fix wording of Guided Tour.
3679 (Bug#4960)
3680
3681 * descr-text.el (describe-char-unidata-list): Use lowercase name
3682 for "Unicode name" like in other tags.
3683
3684 2009-11-29 Juri Linkov <juri@jurta.org>
3685
3686 * ediff-util.el (ediff-minibuffer-with-setup-hook):
3687 New compatibility macro.
3688 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3689
3690 2009-11-29 Juri Linkov <juri@jurta.org>
3691
3692 Add defcustom to define the cycling order of `recenter-top-bottom'.
3693 (Bug#4981)
3694
3695 * window.el (recenter-last-op): Doc fix.
3696 (recenter-positions): New defcustom.
3697 (recenter-top-bottom): Rewrite to use `recenter-positions'.
3698 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3699
3700 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
3701
3702 Improve integration of Tramp and ange-ftp in eshell.
3703
3704 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3705 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
3706 (eshell/sudo): Flatten args. Let-bind `default-directory'.
3707
3708 * eshell/esh-util.el (top): Require also Tramp when compiling.
3709 (eshell-directory-files-and-attributes): Check for FTP remote
3710 connection.
3711 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3712 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3713 (eshell-file-attributes): Handle ".". Return `entry'.
3714
3715 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3716 (ange-ftp-directory-files-and-attributes)
3717 (ange-ftp-real-directory-files-and-attributes): New defuns.
3718
3719 * net/tramp.el (tramp-maybe-open-connection): Open the remote
3720 shell with "exec" when possible. This prevents trailing prompts
3721 in `start-file-process'.
3722
3723 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3724
3725 Try and remove assumptions about point-min==1.
3726 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3727 (rng-compute-mode-line-string): Show the validation percentage in
3728 terms of the narrowed text, not the widened text.
3729 (rng-do-some-validation): Don't catch internal errors when debugging.
3730 (rng-first-error): Simplify.
3731 (rng-after-change-function): Remove work around. AFAIK the bug has
3732 been fixed a while ago.
3733
3734 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3735 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3736
3737 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3738
3739 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3740 `cd' doesn't always do it for us (bug#5067).
3741
3742 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3743 on 2009-10-25 as part of some other change (bug#5067).
3744
3745 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3746
3747 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3748 `suspicious'.
3749 (byte-compile-warnings): Use byte-compile-warning-types.
3750 (byte-compile-save-excursion): Warn about use of set-buffer right
3751 after save-excursion.
3752
3753 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3754 the excursion as well.
3755
3756 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
3757
3758 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3759 providing a Tramp related implementation of "su" and "sudo".
3760 (eshell-unix-initialize): Add "su" and "sudo".
3761
3762 2009-11-27 Daiki Ueno <ueno@unixuser.org>
3763
3764 * net/socks.el (socks-send-command): Convert binary request to
3765 unibyte before sending. This fixes mishandling of some port
3766 numbers such as 129.
3767
3768 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3769
3770 * help.el (describe-bindings-internal): Remove `interactive'.
3771
3772 * man.el (Man-completion-table): Trim a terminating "(".
3773 Remove the space between name page a section.
3774 Add the command's description on the `help-echo' property.
3775 Remove `process-connection-type' binding since it's unused by
3776 call-process.
3777 Provide completion for the "<section> <name>" format as well.
3778 (Man-default-man-entry): Remove spurious var shadowing the argument.
3779
3780 2009-11-26 Kevin Ryde <user42@zip.com.au>
3781
3782 * log-view.el: Add "Keywords: tools", since its other keywords
3783 aren't in finder-known-keywords, and following vc.el.
3784
3785 * sha1.el (sha1-string-external): default-directory "/" in case
3786 otherwise non-existent. process-connection-type pipe for touch of
3787 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3788
3789 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3790
3791 Misc coding convention cleanups.
3792 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3793 hfy-init-kludge-hooks.
3794 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3795 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3796 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3797 and push.
3798 (hfy-slant, hfy-weight): Use tables rather than code.
3799 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3800 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3801 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3802 (hfy-face-to-css): Remove `nconc' with single arg.
3803 (hfy-p-to-face-lennart): Use `or'.
3804 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3805 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3806 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3807 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3808 (hfy-force-fontification): Use run-hooks.
3809
3810 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3811
3812 Various minor fixes.
3813 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3814 Javascript belongs in the header, not the body.
3815 (hfy-javascript): Remove.
3816 (hfy-fontify-buffer): Don't insert it any more.
3817 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3818 Fix bug in invis handling when there were no invis props in a chunk.
3819
3820 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3821
3822 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3823
3824 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3825
3826 * finder.el (finder-mode-map): Add a menu.
3827
3828 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
3829
3830 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3831 "unsigned" structs.
3832
3833 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3834 fork" statement better.
3835
3836 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3837
3838 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3839 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3840 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3841 Reported by Clay Douglass.
3842
3843 (verilog-auto-inst, verilog-auto-star-safe)
3844 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3845 Fix removing "// Interfaces" when saving .* expansions. Reported by
3846 Pierre-David Pfister.
3847
3848 2009-11-26 Glenn Morris <rgm@gnu.org>
3849
3850 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3851 the scope.
3852
3853 2009-11-25 Johan Bockgård <bojohan@gnu.org>
3854
3855 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3856 Really use previous revision.
3857
3858 2009-11-25 Kevin Ryde <user42@zip.com.au>
3859
3860 * man.el (Man-completion-table): default-directory "/" in case
3861 doesn't otherwise exist. process-environment COLUMNS=999 so as
3862 not to truncate long names. process-connection-type pipe to avoid
3863 any chance of hitting the pseudo-tty TIOCGWINSZ.
3864 (man): completion-ignore-case t for friendliness and since man
3865 itself is case-insensitive on the command line.
3866 Further to Bug#3717.
3867
3868 * arc-mode.el: Add "Keywords: files", so the details in its
3869 commentary can be reached from finder-by-keyword.
3870 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3871 editing mode, but it's comms related and sgml-mode.el has "comm"
3872 on that basis too.
3873 * textmodes/bibtex-style.el: Add "Keywords: tex".
3874 * international/isearch-x.el, international/ja-dic-cnv.el:
3875 * international/ja-dic-utl.el, international/kkc.el:
3876 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3877
3878 2009-11-25 Juri Linkov <juri@jurta.org>
3879
3880 * man.el (Man-completion-table): Modify regexp to include
3881 section names to completion strings. (Bug#3717)
3882
3883 2009-11-25 Juri Linkov <juri@jurta.org>
3884
3885 Search recursively in gzipped files. (Bug#4982)
3886
3887 * progmodes/grep.el (grep-highlight-matches): Add new options
3888 `always' and `auto'. Doc fix.
3889 (grep-process-setup): Check `grep-highlight-matches' for
3890 `auto-detect' to determine the need to compute grep defaults.
3891 Move Windows/DOS specific --colors settings handling
3892 to `grep-compute-defaults'. Check `grep-highlight-matches'
3893 to get the value of "--color=".
3894 (grep-compute-defaults): Compute `grep-highlight-matches' when it
3895 has the value `auto-detect'. Move Windows/DOS specific settings
3896 from `grep-process-setup'.
3897 (zrgrep): New command with alias `rzgrep'.
3898
3899 2009-11-25 Juri Linkov <juri@jurta.org>
3900
3901 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3902 to nil instead of switching off view-mode. (Bug#4896)
3903
3904 2009-11-25 Juri Linkov <juri@jurta.org>
3905
3906 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
3907
3908 * mwheel.el (mwheel-scroll-up-function)
3909 (mwheel-scroll-down-function): New defvars.
3910 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3911 `scroll-up', and `mwheel-scroll-down-function' instead of
3912 `scroll-down'.
3913
3914 * doc-view.el (doc-view-scroll-up-or-next-page)
3915 (doc-view-scroll-down-or-previous-page): Add optional ARG.
3916 Use this ARG in the call to image-scroll-up/image-scroll-down.
3917 Change `interactive' spec to "P". Goto next/previous page only
3918 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3919 SPC/DEL case). Doc fix.
3920 (doc-view-next-line-or-next-page)
3921 (doc-view-previous-line-or-previous-page): Rename arg to ARG
3922 for consistency.
3923 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3924 `doc-view-scroll-up-or-next-page', and buffer-local
3925 `mwheel-scroll-down-function' to
3926 `doc-view-scroll-down-or-previous-page'.
3927
3928 2009-11-25 Juri Linkov <juri@jurta.org>
3929
3930 Provide additional default values (directories at other Dired
3931 windows) via M-n in the minibuffer of some Dired commands.
3932
3933 * dired-aux.el (dired-diff, dired-compare-directories)
3934 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3935 `minibuffer-default' in `minibuffer-with-setup-hook'.
3936 (dired-dwim-target-directory): Find a window that displays Dired
3937 buffer instead of failing when the next window is not Dired.
3938 Use `get-window-with-predicate' to find for the next Dired window.
3939 (dired-dwim-target-defaults): New function.
3940
3941 * ediff-util.el (ediff-read-file-name):
3942 Use `dired-dwim-target-defaults' to set `minibuffer-default'
3943 in `minibuffer-with-setup-hook'.
3944
3945 2009-11-25 Juri Linkov <juri@jurta.org>
3946
3947 Provide additional default values (file name at point or at the
3948 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3949
3950 * minibuffer.el (read-file-name-defaults): New function.
3951 (read-file-name): Reset `minibuffer-default' to nil when
3952 it duplicates initial input `insdef'.
3953 Bind `minibuffer-default-add-function' to lambda that
3954 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3955 (minibuffer-insert-file-name-at-point): New command.
3956
3957 * files.el (file-name-at-point-functions): New defcustom.
3958 (find-file-default): Remove defvar.
3959 (find-file-read-args): Don't use `find-file-default'.
3960 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3961 to `read-file-name'.
3962 (find-file-literally): Use `read-file-name' with
3963 `confirm-nonexistent-file-or-buffer'.
3964
3965 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3966
3967 * dired.el (dired-read-dir-and-switches):
3968 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3969 to `read-file-name'.
3970 (dired-file-name-at-point): New function.
3971 (dired-mode): Add hook `dired-file-name-at-point' to
3972 `file-name-at-point-functions'.
3973
3974 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3975
3976 Really make the *Completions* window soft-dedicated (bug#5030).
3977 * window.el (window--display-buffer-2): Add `dedicated' argument.
3978 (display-buffer): Pass it when needed so the dedicated flag is set
3979 after calling set-window-buffer, which would otherwise reset it.
3980
3981 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3982
3983 * progmodes/meta-mode.el (meta-complete-symbol):
3984 * progmodes/etags.el (complete-tag):
3985 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3986 Use completion-in-region.
3987
3988 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3989 (dabbrev-completion): Use completion-in-region.
3990 (dabbrev--abbrev-at-point): Simplify regexp.
3991
3992 * abbrev.el (abbrev--before-point): Use word-motion functions
3993 if :regexp is not specified (bug#5031).
3994
3995 * subr.el (string-prefix-p): New function.
3996
3997 * man.el (Man-completion-cache): New var.
3998 (Man-completion-table): Use it.
3999
4000 * vc.el (vc-print-log-internal): Make `limit' optional for better
4001 compatibility (e.g. with vc-annotate.el).
4002
4003 2009-11-24 Kevin Ryde <user42@zip.com.au>
4004
4005 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4006 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
4007
4008 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4009 when .el source file not found or other error.
4010
4011 2009-11-24 Markus Triska <markus.triska@gmx.at>
4012
4013 * linum.el (linum-update-window): Ignore intangible (bug#4996).
4014
4015 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4016
4017 Handle the [back] button properly (bug#4979).
4018 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4019 Use help-setup-xref, help-buffer, and with-help-window.
4020 (describe-char): Add `buffer' argument.
4021 Pass proper command to help-setup-xref. Don't meddle with
4022 help-xref-stack-item directly.
4023 (describe-text-category): Use with-help-window and help-buffer.
4024
4025 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4026 for the displayed buffer (bug#4887).
4027
4028 * man.el (Man-completion-table): New function.
4029 (man): Use it.
4030
4031 2009-11-24 David Reitter <david.reitter@gmail.com>
4032
4033 * vc-git.el (vc-git-registered): Use checkout directory (where
4034 .git is) rather than the file's directory and a relative path spec
4035 to work around a bug in git.
4036
4037 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
4038
4039 Improve handling of processes on remote hosts.
4040
4041 * eshell/esh-util.el (eshell-path-env): New defvar.
4042 (eshell-parse-colon-path): New defun.
4043 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4044
4045 * eshell/esh-ext.el (eshell-search-path):
4046 Use `eshell-parse-colon-path'.
4047 (eshell-remote-command): Remove argument HANDLER.
4048 (eshell-external-command): Check for FTP remote connection.
4049
4050 * eshell/esh-proc.el (eshell-gather-process-output):
4051 Use `file-truename', in order to start also symlinked files.
4052 Apply `start-file-process' instead of `start-process'.
4053 Shorten `command' to the local file name part.
4054
4055 * eshell/em-cmpl.el (eshell-complete-commands-list):
4056 Use `eshell-parse-colon-path'.
4057
4058 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4059
4060 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4061 to `eshell-directory-change-hook'.
4062
4063 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4064
4065 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4066 because it could be enabled automatically if view-read-only is non-nil.
4067
4068 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
4069
4070 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4071 made on 2009-11-22.
4072
4073 2009-11-24 Glenn Morris <rgm@gnu.org>
4074
4075 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4076 deleted variable bookmark-bmenu-bookmark-column.
4077
4078 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4079 Move after definition of global-semantic-idle-tag-highlight-mode.
4080
4081 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4082
4083 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4084
4085 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4086
4087 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4088 two slashes to the "file:" prefix.
4089 (browse-url-file-url): De-munge Cygwin filenames before passing
4090 them to Windows browser.
4091 (browse-url-default-windows-browser): Use call-process.
4092
4093 2009-11-23 Juri Linkov <juri@jurta.org>
4094
4095 Implement DocView Continuous mode. (Bug#4896)
4096 * doc-view.el (doc-view-continuous-mode): New defcustom.
4097 (doc-view-mode-map): Bind C-n/<down> to
4098 `doc-view-next-line-or-next-page', C-p/<up> to
4099 `doc-view-previous-line-or-previous-page'.
4100 (doc-view-next-line-or-next-page)
4101 (doc-view-previous-line-or-previous-page): New commands.
4102
4103 2009-11-23 Juri Linkov <juri@jurta.org>
4104
4105 Implement Isearch in comint input history. (Bug#3746)
4106 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4107 `isearch-mode-hook'.
4108 (comint-history-isearch): New defcustom.
4109 (comint-history-isearch-backward)
4110 (comint-history-isearch-backward-regexp): New commands.
4111 (comint-history-isearch-message-overlay): New buffer-local variable.
4112 (comint-history-isearch-setup, comint-history-isearch-end)
4113 (comint-goto-input, comint-history-isearch-search)
4114 (comint-history-isearch-message, comint-history-isearch-wrap)
4115 (comint-history-isearch-push-state)
4116 (comint-history-isearch-pop-state): New functions.
4117
4118 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
4119
4120 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4121 return.
4122 (tramp-handle-make-symbolic-link)
4123 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4124 Quote file names.
4125 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4126 (tramp-handle-process-file): Use it.
4127
4128 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4129
4130 * window.el (move-to-window-line-last-op): Remove.
4131 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4132
4133 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4134
4135 Make M-r mirror the new cycling behavior of C-l.
4136 * window.el (move-to-window-line-last-op): New var.
4137 (move-to-window-line-top-bottom): New command.
4138 (global-map): Bind M-r move-to-window-line-top-bottom.
4139
4140 2009-11-23 Sven Joachim <svenjoac@gmx.de>
4141
4142 * dired-x.el (dired-guess-shell-alist-default):
4143 Support xz format. (Bug#4953)
4144
4145 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
4146
4147 * cedet/srecode/map.el (srecode-get-maps):
4148 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
4149 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
4150 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
4151 (semantic-toggle-decoration-style):
4152 * cedet/semantic/decorate/include.el
4153 (semantic-decoration-include-describe)
4154 (semantic-decoration-unknown-include-describe)
4155 (semantic-decoration-unparsed-include-describe)
4156 (semantic-decoration-all-include-summary):
4157 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
4158 * cedet/semantic/analyze/complete.el
4159 (semantic-analyze-possible-completions):
4160 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
4161 (semantic-show-unmatched-syntax-mode)
4162 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
4163 (semantic-highlight-func-mode):
4164 * cedet/semantic/util.el (semantic-describe-buffer):
4165 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
4166 (semantic-symref-find-tags-by-name)
4167 (semantic-symref-find-tags-by-regexp)
4168 (semantic-symref-find-tags-by-completion)
4169 (semantic-symref-find-file-references-by-name)
4170 (semantic-symref-find-text):
4171 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
4172 (senator-yank-tag):
4173 * cedet/semantic/scope.el (semantic-calculate-scope):
4174 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4175 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4176 (define-semantic-idle-service):
4177 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
4178 (semantic-complete-analyze-inline-idle):
4179 * cedet/semantic/analyze.el (semantic-analyze-current-context):
4180 * cedet/mode-local.el (describe-mode-local-bindings)
4181 (describe-mode-local-bindings-in-mode):
4182 * cedet/ede/make.el (ede-make-check-version):
4183 * cedet/ede/locate.el (ede-enable-locate-on-project):
4184 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
4185 (cedet-idutils-version-check):
4186 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
4187 (cedet-gnu-global-version-check):
4188 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
4189 (cedet-cscope-version-check): Use called-interactively-p instead
4190 of interactive-p.
4191
4192 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
4193 Use semantic-format-tag-prototype.
4194
4195 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4196
4197 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4198 last-command-char/last-command-event.
4199 (viper-prefix-arg-value): Do correct conversion of event-char for
4200 XEmacs.
4201
4202 * emulation/viper-util.el, emulation/viper.el:
4203 Use viper-last-command-char instead of
4204 last-command-char/last-command-event.
4205
4206 * ediff-init.el, ediff-mult.el, ediff-util.el:
4207 Replace last-command-char and last-command-event
4208 with (ediff-last-command-char) everywhere.
4209
4210 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4211 created in fundamental mode.
4212
4213 * ediff.el (ediff-version): Revert the change of interactive-p to
4214 called-interactively-p.
4215
4216 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4217
4218 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4219 generation from word-movement command names.
4220
4221 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
4222
4223 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4224 (semantic-complete-jump-local, semantic-complete-jump):
4225 Improve prompt string.
4226
4227 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4228
4229 * cus-start.el (all): Add native condition for font-use-system-font.
4230
4231 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
4232
4233 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4234 Correct the patch from 2009-11-18. (Bug#3910)
4235
4236 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4237
4238 * progmodes/subword.el: Rename from lisp/subword.el.
4239
4240 * subword.el: Rename to progmodes/subword.el.
4241
4242 * Makefile.in (ELCFILES): Adapt to subword.el move.
4243
4244 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4245 Stefan Monnier <monnier@iro.umontreal.ca>
4246
4247 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4248 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4249 (bookmark-bmenu-show-filenames): Use push.
4250 (bookmark-bmenu-hide-filenames): Use local var instead of
4251 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4252 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4253 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4254 filenames now that the bookmark names are always available.
4255
4256 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4257
4258 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4259 (bookmark-search-pattern): Move and leave unbound.
4260 (bookmark-bmenu-mode-map): Change binding.
4261 (bookmark-read-search-input): Simplify.
4262 Don't use text-char-description. Don't error on non-char events.
4263 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4264 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4265 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4266 Use a local var for the timer.
4267 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4268 (i.e. bookmark-bmenu-search).
4269
4270 2009-11-21 Glenn Morris <rgm@gnu.org>
4271
4272 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4273
4274 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4275
4276 * net/browse-url.el (browse-url-default-windows-browser):
4277 Use cygstart for cygwin.
4278
4279 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4280
4281 * bookmark.el: Formatting and doc fixes only:
4282 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4283 (bookmark-bmenu-search): Wrap to fit within 80 columns.
4284 Minor grammar and punctuation fixes in doc string.
4285 (bookmark-read-search-input): Adjust to fit within 80 columns.
4286
4287 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4288
4289 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4290 (c-backward-into-nomenclature): Adapt to subword renaming.
4291
4292 * subword.el (subword-forward, subword-backward, subword-mark)
4293 (subword-kill, subword-backward-kill, subword-transpose)
4294 (subword-downcase, subword-upcase, subword-capitalize)
4295 (subword-forward-internal, subword-backward-internal):
4296 Rename from forward-subword, backward-subword, mark-subword,
4297 kill-subword, backward-kill-subword, transpose-subwords,
4298 downcase-subword, upcase-subword, capitalize-subword,
4299 forward-subword-internal, backward-subword-internal.
4300
4301 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4302
4303 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4304 New options.
4305 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4306 New vars.
4307 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4308 (bookmark-bmenu-filter-alist-by-regexp)
4309 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4310 (bookmark-bmenu-search): New command.
4311 (bookmark-bmenu-mode-map): Bind it.
4312
4313 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4314
4315 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
4316
4317 * cedet/semantic/idle.el (define-semantic-idle-service)
4318 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
4319
4320 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4321
4322 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4323 backward-subword to quit the byte-compiler.
4324
4325 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4326
4327 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4328
4329 * progmodes/cc-cmds.el (c-update-modeline)
4330 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4331 Refer to subword.el functions instead of cc-subword.el.
4332
4333 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4334 subword.el functions instead of cc-subword.el.
4335
4336 * progmodes/cc-subword.el: Rename to subword.el.
4337 * subword.el: Rename from progmodes/cc-subword.el.
4338 (subword-mode-map): Rename from c-subword-mode-map.
4339 (subword-mode): Rename from c-subword-mode.
4340 (global-subword-mode): New global minor mode.
4341 (forward-subword): Rename from c-forward-subword.
4342 (backward-subword): Rename from c-backward-subword.
4343 (mark-subword): Rename from c-mark-subword.
4344 (kill-subword): Rename from c-kill-subword.
4345 (backward-kill-subword): Rename from c-backward-kill-subword.
4346 (transpose-subwords): Rename from c-tranpose-subword.
4347 (downcase-subword): Rename from c-downcase-subword.
4348 (capitalize-subword): Rename from c-capitalize-subword.
4349 (forward-subword-internal): Rename from c-forward-subword-internal.
4350 (backward-subword-internal): Rename from c-backward-subword-internal.
4351
4352 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4353
4354 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4355 from a dired buffer.
4356 (vc-dired-deduce-fileset): New function.
4357 (vc-root-diff, vc-print-root-log): Use it.
4358
4359 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4360 nil LIMIT argument to vc-print-log-internal.
4361
4362 2009-11-20 Glenn Morris <rgm@gnu.org>
4363
4364 * Makefile.in (ELCFILES): Regenerate.
4365
4366 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4367
4368 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
4369
4370 * cedet/semantic.el: Enable idle-mode menu items only if
4371 global-semantic-idle-scheduler-mode is enabled.
4372 (semantic-default-submodes): Doc fix.
4373
4374 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4375 When turning off, disable other idle modes.
4376
4377 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4378
4379 * calc/calc.el (calc-set-mode-line):
4380 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4381 (math-format-number): Rename `math-format-complement-signed' to
4382 `math-format-twos-complement'.
4383
4384 * calc/calc-bin.el (math-format-twos-complement): Rename from
4385 math-format-complement-signed.
4386 (calc-radix): Rename `calc-complement-signed-mode' to
4387 `calc-twos-complement-mode'.
4388 (calc-octal-radix, calc-hex-radix): Add an argument for
4389 two's complement.
4390
4391 * calc/calc-embed.el (calc-embedded-mode-vars):
4392 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4393
4394 * calc/calc-ext.el (calc-init-extensions):
4395 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4396 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4397
4398 * calc/calc-units.el (math-build-units-table-buffer):
4399 Let `calc-twos-complement-mode' be nil.
4400
4401 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4402 entries.
4403
4404 * calc/calc-vec.el (calcFunc-vunpack):
4405 * calc/calc-aent.el (calc-do-calc-eval):
4406 * calc/calc-forms.el (math-format-date):
4407 * calc/calc-graph.el (calc-graph-plot):
4408 * calc/calc-math.el (math-use-emacs-fn):
4409 * calc/calccomp.el (math-compose-expr):
4410 Let `calc-twos-complement-mode' be nil.
4411
4412 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4413
4414 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4415 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4416 * minibuffer.el (completion-in-region-functions): New hook.
4417 (completion-in-region): New function.
4418 * emacs-lisp/lisp.el (lisp-complete-symbol):
4419 * pcomplete.el (pcomplete-std-complete): Use it.
4420
4421 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4422
4423 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4424 (latex-complete-alist): New vars.
4425 (latex-string-prefix-p, latex-complete-bibtex-keys)
4426 (latex-complete-envnames, latex-complete-refkeys)
4427 (latex-complete-data): New functions.
4428 (latex-complete, latex-indent-or-complete): New commands.
4429
4430 * window.el (display-buffer-mark-dedicated): New var.
4431 (display-buffer): Obey it.
4432 * minibuffer.el (minibuffer-completion-help): Use it.
4433
4434 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4435
4436 * filecache.el (file-cache-add-file): Use push and cons.
4437 (file-cache-delete-file-regexp): Use push.
4438 (file-cache-complete): Use completion-in-region.
4439
4440 * simple.el (with-wrapper-hook): Fix thinko.
4441
4442 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4443 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4444 Use with-current-buffer and string-to-number.
4445 (hfy-fallback-colour-values): Use assoc-string.
4446 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4447 (hfy-face-at): Remove unused var `found-face'.
4448 (hfy-compile-stylesheet): Remove unused var `css'.
4449 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4450 and `orig-buffer'.
4451 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4452 Use with-current-buffer.
4453 (hfy-text-p): Use expand-file-name and fewer setq.
4454
4455 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4456
4457 * htmlfontify.el, hfy-cmap.el: New files.
4458
4459 2009-11-19 Juri Linkov <juri@jurta.org>
4460
4461 * minibuffer.el (completions-format): New defcustom.
4462 (completion--insert-strings): Implement vertical format.
4463
4464 * simple.el (switch-to-completions): Move point to the first
4465 completion when point was at the beginning of the buffer.
4466
4467 2009-11-19 Juri Linkov <juri@jurta.org>
4468
4469 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4470
4471 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4472
4473 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4474
4475 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4476 (mail-signature): Change default to t.
4477 (mail-from-style): Deprecate `system-default' value.
4478 (mail-insert-from-field): For default value of mail-from-style,
4479 default to `angles' unless `angles' needs quoting and `parens'
4480 does not.
4481 (mail-citation-prefix-regexp): Use citation regexp from
4482 message-mode.
4483
4484 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
4485
4486 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4487 Set variables for computing the prompt for reading password.
4488
4489 2009-11-19 Glenn Morris <rgm@gnu.org>
4490
4491 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4492
4493 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4494
4495 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4496 (newsticker-treeview-listwindow-height): Fix custom type.
4497
4498 2009-11-19 Kenichi Handa <handa@m17n.org>
4499
4500 * descr-text.el (describe-char-padded-string): Compose with TAB
4501 only if there's a font for CH.
4502 (describe-char): Fix the condition for detecting a trivial composition.
4503
4504 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
4505
4506 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4507 more accurate version of the regexp. (Bug#3910)
4508
4509 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4510
4511 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4512
4513 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
4514
4515 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4516 (font-setting-change-default-font): Fix typo in docstring.
4517
4518 2009-11-18 Alan Mackenzie <acm@muc.de>
4519
4520 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4521
4522 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4523
4524 * font-setting.el (font-use-system-font): Move ...
4525
4526 * cus-start.el (all): ... to here.
4527
4528 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
4529
4530 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4531 Don't set `ad-return-value' if `ad-do-it' doesn't.
4532
4533 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4534 modification time.
4535
4536 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4537
4538 * menu-bar.el: Put "Use system font" in Option-menu.
4539 (menu-bar-options-save): Add font-use-system-font.
4540
4541 * loadup.el: If feature system-font-setting or font-render-setting is
4542 there, load font-setting.
4543
4544 * Makefile.in (ELCFILES): Add font-settings.el.
4545 * font-setting.el: New file.
4546
4547 2009-11-17 Glenn Morris <rgm@gnu.org>
4548
4549 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4550
4551 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4552 Preserve point in the list buffer. (Bug#4939)
4553 Use point-at-eol.
4554 (newsticker--treeview-list-update-highlight)
4555 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4556
4557 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4558
4559 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4560 Remove.
4561
4562 * calc/calc-ext.el (calc-init-extensions): Remove references to
4563 symclip.
4564
4565 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4566
4567 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4568 * calc/calc-help.el (calc-b-prefix-help): Remove references to
4569 `calc-symclip'.
4570
4571 2009-11-16 Kevin Ryde <user42@zip.com.au>
4572
4573 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4574 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4575
4576 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4577 (lm-keywords-list): Allow comma-only separator like "foo,bar".
4578 Ignore trailing spaces by omit-nulls to split-string (fixing
4579 regression from Emacs 21 due to the incompatible split-string
4580 change). (Bug #4928.)
4581
4582 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4583
4584 * vc.el (vc-log-show-limit): Default to 2000.
4585 (vc-print-log-internal): Insert buttons to request more entries
4586 when limiting the output.
4587
4588 * vc-sccs.el (vc-sccs-print-log):
4589 * vc-rcs.el (vc-rcs-print-log):
4590 * vc-cvs.el (vc-cvs-print-log):
4591 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4592 LIMIT is non-nil.
4593
4594 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4595
4596 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4597 error when `tramp-gvfs-dbus-event-vector' is set.
4598 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4599
4600 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4601
4602 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4603
4604 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4605
4606 * net/dbus.el (dbus-unregister-service): New defun.
4607 (dbus-register-property): Register the handlers of
4608 "org.freedesktop.DBus.Properties" for SERVICE.
4609 (dbus-property-handler): Fix docstring.
4610
4611 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4612
4613 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4614 Quote doc string reference in defvaralias as it is not in special form.
4615 (byte-compile-output-docform): Doc fix.
4616
4617 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4618
4619 * calc/calc.el (math-2-word-size, math-half-2-word-size)
4620 (calc-complement-signed-mode): New variables.
4621 (calc-set-mode-line): Add indicator for twos-complements.
4622 (math-format-number): Format twos-complement notation.
4623
4624 * calc/calc-bin.el (calc-word-size): Reset the variables
4625 `math-2-word-size' and `math-half-2-word-size'.
4626 (math-format-complement-signed, math-symclip, calcFunc-symclip)
4627 (calc-symclip): New functions.
4628
4629 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4630
4631 * calc/calc-embed.el (calc-embedded-mode-vars):
4632 Add `calc-complement-signed-mode' to the list of modes.
4633
4634 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4635 (calc-b-oper-keys): Add `calc-symclip' to list.
4636
4637 * calc/calc-ext.el (math-read-number-fancy): Read complement
4638 signed numbers.
4639 (calc-init-extensions): Add binding for `calc-symclip'.
4640 Add autoload for `calcFunc-symclip' and `calc-symclip'.
4641
4642 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4643 `calc-symclip'.
4644 (calc-modes-menu): Add item for twos complement mode.
4645
4646 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4647
4648 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4649
4650 * register.el (jump-to-register, insert-register): Handle Semantic
4651 tags. From commented-out advice in semantic/senator.el.
4652
4653 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4654
4655 * vc.el (vc-log-show-limit): New variable.
4656 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
4657 when using a prefix argument.
4658 (vc-print-log-internal): Add new argument LIMIT.
4659
4660 * vc-svn.el (vc-svn-print-log):
4661 * vc-mtn.el (vc-mtn-print-log):
4662 * vc-hg.el (vc-hg-print-log):
4663 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4664 pass it to the log command when set. Make the BUFFER argument
4665 non-optional.
4666
4667 * vc-sccs.el (vc-sccs-print-log):
4668 * vc-rcs.el (vc-rcs-print-log):
4669 * vc-git.el (vc-git-print-log):
4670 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4671 ignore it. Make the BUFFER argument non-optional
4672
4673 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4674
4675 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4676
4677 * dired.el (dired-mode-map): Move encryption items to "Operate"
4678 menu (Bug#4703).
4679
4680 * strokes.el (strokes-update-window-configuration): Make strokes
4681 buffer current before erasing (Bug#4906).
4682
4683 * cedet/semantic/idle.el (semantic-idle-summary-mode)
4684 (semantic-idle-summary-mode): Define using define-minor-mode
4685 instead of define-semantic-idle-service.
4686 (semantic-idle-summary-mode): New function.
4687 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4688 that mouse motion does not reset the echo area.
4689
4690 2009-11-15 Juri Linkov <juri@jurta.org>
4691
4692 * simple.el (set-mark-default-inactive): Add :type, :group
4693 and :version. (Bug#4876)
4694
4695 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
4696
4697 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4698 (archive-unique-fname): ... here. (Bug#4929)
4699
4700 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4701
4702 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4703 with a real fix.
4704
4705 * novice.el (disabled-command-function): Add useful args.
4706 Setup the help buffer so that [back] works.
4707 Remove redundant call to help-mode.
4708 (disabled-command-function): Use `case'.
4709 (en/disable-command): New function extracted from enable-command.
4710 (enable-command, disable-command): Use it.
4711
4712 2009-11-14 Glenn Morris <rgm@gnu.org>
4713
4714 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4715 constants. (Bug#4913)
4716
4717 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4718
4719 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4720
4721 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4722 defined in C that have no doc-strings. (Bug#1063)
4723
4724 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
4725
4726 * cus-edit.el (data, files):
4727 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4728
4729 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4730
4731 * simple.el (shell-command): Doc fix (Bug#4891).
4732
4733 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4734
4735 2009-11-14 Glenn Morris <rgm@gnu.org>
4736
4737 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4738 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4739 If they are already loaded, eval-after-load will do the right thing.
4740
4741 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4742 compiling.
4743
4744 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4745
4746 * simple.el (x-selection-owner-p): Declare.
4747 (read-mail-command): Use custom radio type rather than choice.
4748 (completion-no-auto-exit): Doc fix.
4749
4750 * custom.el (defgroup):
4751 * epg-config.el (epg): Doc fixes.
4752
4753 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4754
4755 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4756 * international/ccl.el (define-ccl-program): Do not purecopy the
4757 docstring, defconst does it anyway.
4758
4759 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4760
4761 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4762 a second time.
4763
4764 * x-dnd.el (x-dnd-maybe-call-test-function):
4765 * window.el (split-window-vertically):
4766 * whitespace.el (whitespace-help-on):
4767 * vc-rcs.el (vc-rcs-consult-headers):
4768 * userlock.el (ask-user-about-lock-help)
4769 (ask-user-about-supersession-help):
4770 * type-break.el (type-break-force-mode-line-update):
4771 * time-stamp.el (time-stamp-conv-warn):
4772 * terminal.el (te-set-output-log, te-more-break, te-filter)
4773 (te-sentinel, terminal-emulator):
4774 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4775 (term-write-input-ring, term-check-source, term-start-output-log):
4776 (term-display-buffer-line, term-dynamic-list-completions):
4777 (term-ansi-make-term, serial-term):
4778 * subr.el (selective-display):
4779 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4780 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4781 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4782 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4783 (speedbar-remove-localized-speedbar-support)
4784 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4785 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4786 (speedbar-buffers-line-directory):
4787 * simple.el (shell-command-on-region, append-to-buffer)
4788 (prepend-to-buffer):
4789 * shadowfile.el (shadow-save-todo-file):
4790 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4791 (scroll-bar-maybe-set-window-start):
4792 * sb-image.el (speedbar-image-dump):
4793 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4794 (load-save-place-alist-from-file):
4795 * ps-samp.el (ps-print-message-from-summary):
4796 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4797 (ps-background-image, ps-begin-job, ps-do-despool):
4798 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4799 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4800 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4801 (pr-call-process, pr-file-list, pr-interface-save):
4802 * novice.el (disabled-command-function)
4803 (enable-command, disable-command):
4804 * mouse.el (mouse-buffer-menu-alist):
4805 * mouse-copy.el (mouse-kill-preserving-secondary):
4806 * macros.el (kbd-macro-query):
4807 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4808 * informat.el (batch-info-validate):
4809 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4810 * hippie-exp.el (try-expand-dabbrev-visible):
4811 * help-mode.el (help-make-xrefs):
4812 * help-fns.el (describe-variable):
4813 * generic-x.el (bat-generic-mode-run-as-comint):
4814 * finder.el (finder-mouse-select):
4815 * find-dired.el (find-dired-sentinel):
4816 * filesets.el (filesets-file-close):
4817 * files.el (list-directory):
4818 * faces.el (list-faces-display, describe-face):
4819 * facemenu.el (list-colors-display):
4820 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4821 * epg.el (epg--process-filter, epg-cancel):
4822 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4823 (epa--read-signature-type):
4824 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4825 (emerge-file-names):
4826 * ehelp.el (electric-helpify):
4827 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4828 * ediff-vers.el (rcs-ediff-view-revision):
4829 * ediff-util.el (ediff-setup):
4830 * ediff-mult.el (ediff-append-custom-diff):
4831 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4832 (ediff-wordify):
4833 * echistory.el (Electric-command-history-redo-expression):
4834 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4835 * disp-table.el (describe-display-table):
4836 * dired.el (dired-find-buffer-nocreate):
4837 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4838 * dabbrev.el (dabbrev--same-major-mode-p):
4839 * chistory.el (list-command-history):
4840 * apropos.el (apropos-documentation):
4841 * allout.el (allout-obtain-passphrase):
4842 (allout-copy-exposed-to-buffer):
4843 (allout-verify-passphrase): Use with-current-buffer.
4844
4845 2009-11-13 Glenn Morris <rgm@gnu.org>
4846
4847 * Makefile.in (ELCFILES): Regenerate.
4848
4849 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4850
4851 * net/dbus.el (dbus-registered-objects-table): Rename from
4852 `dbus-registered-functions-table', because it contains also properties.
4853 (dbus-unregister-object): Unregister also properties.
4854 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4855 Use a timeout of 500 msec, in order to not block.
4856 (dbus-register-property, dbus-property-handler): New defuns.
4857
4858 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4859
4860 * simple.el (minibuffer-default-add-completions): Drop deprecated
4861 4th arg.
4862
4863 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4864
4865 * textmodes/artist.el (artist-mouse-choose-operation):
4866 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4867 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4868 (artist-compute-up-event-key): New function.
4869 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4870
4871 2009-11-13 Kenichi Handa <handa@m17n.org>
4872
4873 * language/japan-util.el: Make sure that the value of jisx0208
4874 property is jisx0208 character.
4875
4876 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4877
4878 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4879 car or each item, not the whole list.
4880
4881 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4882
4883 * minibuffer.el (minibuffer-completion-help):
4884 Use minibuffer-hide-completions.
4885
4886 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
4887
4888 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4889 (dired-revert): Use them (bug#4880).
4890
4891 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4892
4893 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4894
4895 2009-11-12 Juri Linkov <juri@jurta.org>
4896
4897 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4898 New functions.
4899 (find-file-literally-at-point): Alias of `ffap-literally'.
4900
4901 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4902
4903 * textmodes/ispell.el (ispell-skip-region-alist):
4904 * textmodes/css-mode.el (auto-mode-alist):
4905 * progmodes/compile.el (auto-mode-alist):
4906 * international/mule.el (ctext-non-standard-encodings-alist)
4907 (ctext-non-standard-encodings-regexp):
4908 * simple.el (shell-command-switch, text-read-only):
4909 * replace.el (occur-mode-map):
4910 * paths.el (rmail-file-name):
4911 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4912 * find-file.el (ff-special-constructs):
4913 * files.el (file-name-handler-alist):
4914 * composite.el: Purecopy strings.
4915
4916 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4917
4918 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4919
4920 * widget.el (define-widget): Purecopy the docstring.
4921 * international/mule-cmds.el (charset): Do not purecopy the
4922 docstring here, define-widget does it.
4923
4924 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4925 * textmodes/bibtex-style.el (auto-mode-alist):
4926 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4927 * progmodes/compile.el (compile-command):
4928 * language/korea-util.el (default-korean-keyboard):
4929 * international/mule-conf.el (file-coding-system-alist):
4930 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4931 * tooltip.el (tooltip-frame-parameters):
4932 * newcomment.el (comment-end, comment-padding):
4933 * dired.el (dired-trivial-filenames):
4934 * comint.el (comint-file-name-prefix): Purecopy initial values.
4935
4936 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
4937
4938 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4939 (tramp-advice-minibuffer-electric-tilde): Unload advices via
4940 `tramp-unload'.
4941 (tramp-advice-make-auto-save-file-name)
4942 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4943 after removing the advice.
4944
4945 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4946
4947 * progmodes/grep.el (grep-regexp-alist):
4948 * international/mule-cmds.el (iso-2022-control-alist):
4949 * emacs-lisp/timer.el (timer-duration-words):
4950 * subr.el (version-separator, version-regexp-alist):
4951 * minibuffer.el (completion-styles-alist):
4952 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4953 Change defvars to defconsts.
4954
4955 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4956 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4957 * international/mule-conf.el: Allow to be byte compiled.
4958
4959 * international/mule.el (define-charset): Purecopy props.
4960 (load-with-code-conversion): Purecopy doc string and file name.
4961 (put-charset-property): Purecopy strings.
4962 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4963
4964 * international/mule-cmds.el (register-input-method): Purecopy arguments.
4965 (define-char-code-property): Correctly purecopy the table.
4966
4967 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4968
4969 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4970
4971 * subr.el (add-hook): Purecopy strings.
4972 (eval-after-load): Purecopy load-history-regexp and the form.
4973
4974 * custom.el (custom-declare-group): Purecopy load-file-name.
4975
4976 * subr.el (menu-bar-separator): New defconst.
4977 * net/eudc.el (eudc-tools-menu):
4978 * international/mule-cmds.el (set-coding-system-map)
4979 (mule-menu-keymap):
4980 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4981 * vc-hooks.el (vc-menu-map):
4982 * replace.el (occur-mode-map):
4983 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4984 (menu-bar-edit-menu, menu-bar-goto-menu)
4985 (menu-bar-custom-menu, menu-bar-showhide-menu)
4986 (menu-bar-options-menu, menu-bar-tools-menu)
4987 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4988 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4989 (menu-bar-help-menu):
4990 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4991 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4992
4993 * term/x-win.el (x-gtk-stock-map):
4994 * progmodes/vera-mode.el (auto-mode-alist):
4995 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4996 (inferior-lisp-program, inferior-lisp-load-command):
4997 * progmodes/hideshow.el (hs-special-modes-alist):
4998 * progmodes/gud.el (same-window-regexps):
4999 * progmodes/grep.el (grep-program, find-program, xargs-program):
5000 * net/telnet.el (same-window-regexps):
5001 * net/rlogin.el (same-window-regexps):
5002 * language/ethiopic.el (font-ccl-encoder-alist):
5003 * vc-sccs.el (vc-sccs-master-templates):
5004 * vc-rcs.el (vc-rcs-master-templates):
5005 * subr.el (cl-assertion-failed):
5006 * simple.el (next-error-overlay-arrow-position):
5007 * lpr.el (lpr-command):
5008 * locate.el (locate-ls-subdir-switches):
5009 * info.el (same-window-regexps, info)
5010 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5011 * image-mode.el (image-mode, auto-mode-alist):
5012 * hippie-exp.el (hippie-expand-ignore-buffers):
5013 * format.el (format-alist):
5014 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5015 (find-name-arg):
5016 * facemenu.el (facemenu-keybindings):
5017 * dired.el (dired-listing-switches, dired-chown-program):
5018 * diff.el (diff-switches, diff-command):
5019 * cus-edit.el (same-window-regexps):
5020 * bindings.el (mode-line-mule-info)
5021 (mode-line-buffer-identification): Purecopy strings.
5022
5023 2009-11-11 Juri Linkov <juri@jurta.org>
5024
5025 * simple.el (dired-get-filename) <declare-function>:
5026 Tell the byte-compiler about dired-get-filename.
5027 (shell-command): In Dired mode, get filename from the current line
5028 as the default value.
5029
5030 2009-11-10 Glenn Morris <rgm@gnu.org>
5031
5032 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5033 * calendar/holidays.el, progmodes/cperl-mode.el:
5034 Update x-popup-menu declarations.
5035
5036 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5037 (list-load-path-shadows): Use dolist.
5038 (list-load-path-shadows): Use with-current-buffer.
5039
5040 2009-11-10 Juri Linkov <juri@jurta.org>
5041
5042 * minibuffer.el (read-file-name): Support a list of default values
5043 in `default-filename'. Use the first file name where only one
5044 element is required. Doc fix.
5045
5046 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
5047
5048 * net/dbus.el (dbus-unregister-object): Release service, if no
5049 other method is registered for it.
5050
5051 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
5052
5053 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5054 bookmark-sort-flag is non-nil (Bug#4653).
5055
5056 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5057
5058 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
5059 the progress reporter entirely.
5060
5061 * emulation/cua-base.el: Add CUA property to some CC mode commands
5062 (Bug#4100).
5063
5064 2009-11-08 Kevin Ryde <user42@zip.com.au>
5065
5066 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5067 at end of sentence (Bug#4818).
5068
5069 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
5070
5071 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5072 Handle "see declaration of" MSFT statements (Bug#4100).
5073
5074 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5075
5076 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5077 (tramp-advice-file-expand-wildcards): Unload via
5078 `ad-remove-advice'.
5079
5080 * net/trampver.el: Update release number.
5081
5082 2009-11-08 Kevin Ryde <user42@zip.com.au>
5083
5084 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5085 `ad-do-it'.
5086
5087 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
5088
5089 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5090 in order to keep context in SELinux.
5091
5092 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5093
5094 * dired-aux.el (dired-query): Place cursor in echo area and allow
5095 C-g.
5096
5097 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5098 menu item if not on a directory (Bug#4701).
5099
5100 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5101
5102 Sync with Tramp 2.1.17.
5103
5104 * net/tramp.el (tramp-handle-copy-directory): Don't use
5105 `file-remote-p' (due to compatibility).
5106
5107 * net/tramp-compat.el (tramp-compat-copy-directory)
5108 (tramp-compat-delete-directory): New defuns.
5109
5110 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5111 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5112 `tramp-compat-delete-directory'.
5113
5114 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5115 (tramp-smb-handle-delete-directory): Use
5116 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5117
5118 * net/trampver.el: Update release number.
5119
5120 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
5121
5122 * tar-mode.el (tar-copy): Call write-region on the right buffer
5123 (Bug#4857).
5124
5125 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5126 by hand, if necessary (Bug#4878).
5127
5128 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
5129
5130 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5131 align size column (Bug#4839).
5132
5133 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5134 statement.
5135
5136 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5137
5138 * progmodes/ld-script.el (auto-mode-alist):
5139 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5140
5141 * cus-face.el (custom-declare-face): Purecopy face spec.
5142
5143 2009-11-06 Kenichi Handa <handa@m17n.org>
5144
5145 * international/uni-bidi.el: Re-generated.
5146 * international/uni-category.el: Re-generated.
5147 * international/uni-combining.el: Re-generated.
5148 * international/uni-mirrored.el: Re-generated.
5149
5150 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5151
5152 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5153 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5154 (tex-start-options, slitex-run-command, latex-run-command)
5155 (tex-run-command, tex-directory):
5156 * textmodes/ispell.el (ispell-html-skip-alists)
5157 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5158 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5159 (adaptive-fill-regexp):
5160 * textmodes/dns-mode.el (auto-mode-alist):
5161 * progmodes/python.el (interpreter-mode-alist):
5162 * progmodes/etags.el (tags-compression-info-list):
5163 * progmodes/etags.el (tags-file-name):
5164 * net/browse-url.el (browse-url-galeon-program)
5165 (browse-url-firefox-program):
5166 * mail/sendmail.el (mail-signature-file)
5167 (mail-citation-prefix-regexp):
5168 * international/mule-conf.el (eight-bit):
5169 * international/latexenc.el (latex-inputenc-coding-alist):
5170 * international/fontset.el (x-pixel-size-width-font-regexp):
5171 * emacs-lisp/warnings.el (warning-type-format):
5172 * emacs-lisp/trace.el (trace-buffer):
5173 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5174 (emacs-lisp-mode-map):
5175 * calendar/holidays.el (holiday-solar-holidays)
5176 (holiday-bahai-holidays, holiday-islamic-holidays)
5177 (holiday-christian-holidays, holiday-hebrew-holidays)
5178 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5179 (hebrew-holidays-1, holiday-oriental-holidays)
5180 (holiday-general-holidays):
5181 * x-dnd.el (x-dnd-known-types):
5182 * tool-bar.el (tool-bar):
5183 * startup.el (site-run-file):
5184 * shell.el (shell-dumb-shell-regexp):
5185 * rfn-eshadow.el (file-name-shadow-tty-properties)
5186 (file-name-shadow-properties):
5187 * paths.el (remote-shell-program, news-directory):
5188 * mouse.el ([C-down-mouse-3]):
5189 * menu-bar.el (menu-bar-tools-menu):
5190 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5191 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5192 (jka-compr-compression-info-list):
5193 * isearch.el (search-whitespace-regexp):
5194 * image-file.el (image-file-name-extensions):
5195 * find-dired.el (find-ls-option):
5196 * files.el (directory-listing-before-filename-regexp)
5197 (directory-free-space-args, insert-directory-program)
5198 (list-directory-brief-switches, magic-fallback-mode-alist)
5199 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5200 (automount-dir-prefix):
5201 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5202 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5203 (face-font-registry-alternatives, face-font-registry-alternatives)
5204 (face-font-family-alternatives):
5205 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5206 (facemenu-foreground-menu, facemenu-face-menu):
5207 * epa-hook.el (epa-file-name-regexp):
5208 * dnd.el (dnd-protocol-alist):
5209 * textmodes/rst.el (auto-mode-alist):
5210 * button.el (default-button): Purecopy strings.
5211
5212 2009-11-06 Glenn Morris <rgm@gnu.org>
5213
5214 * Makefile.in (ELCFILES): Update.
5215
5216 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5217
5218 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5219 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5220
5221 * nxml/xsd-regexp.el (xsdre-gen-categories):
5222 * nxml/xmltok.el (xmltok-parse-entity):
5223 * nxml/rng-parse.el (rng-parse-validate-file):
5224 * nxml/rng-maint.el (rng-format-manual)
5225 (rng-manual-output-force-new-line):
5226 * nxml/rng-loc.el (rng-save-schema-location-1):
5227 * nxml/rng-cmpct.el (rng-c-parse-file):
5228 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5229 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5230
5231 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5232
5233 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5234 Remove extra save-excursions and make-variable-buffer-local's.
5235 Suggested by Stefan Monnier.
5236
5237 (verilog-getopt-file, verilog-module-inside-filename-p)
5238 (verilog-set-define): Merge GNU 1.35 and repair changes from
5239 switching to using with-current-buffer.
5240
5241 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5242 being treated as a number and confusing AUTORESET.
5243 Reported by Dan Dever.
5244
5245 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5246 Add verilog-auto-ignore-concat to fix backward compatibility with
5247 older verilog-modes. Reported by Dan Katz.
5248
5249 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5250 containing closing anchors "...$".
5251
5252 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5253 Reported by Wade Smith.
5254
5255 (verilog-batch-execute-func): Comment on function usage.
5256
5257 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
5258
5259 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5260 for labels.
5261
5262 (verilog-label-re, verilog-calc-1): Support proper indent of named
5263 asserts.
5264
5265 (verilog-backward-token, verilog-basic-complete-re)
5266 (verilog-beg-of-statement, verilog-indent-re): Support proper
5267 indent of the assert statement at the beginning of a block of text.
5268
5269 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5270 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5271 tokens as begins.
5272
5273 2009-11-05 Glenn Morris <rgm@gnu.org>
5274
5275 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5276 Emacs 19. (Bug#1531)
5277 (byte-compile-fix-header): Update for the above change.
5278 Drop test for epoch::version.
5279
5280 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5281 * cus-dep.el (custom-make-dependencies):
5282 * finder.el (finder-compile-keywords):
5283 Use autoload-rubric's feature argument.
5284
5285 * calendar/diary-lib.el (top-level): Make load behave more like require.
5286
5287 * vc-git.el (vc-git-stash-map): Move definition before use.
5288
5289 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5290
5291 * custom.el (custom-declare-group): Purecopy standard-value.
5292 (custom-declare-group): Purecopy custom-prefix.
5293
5294 * international/mule.el (load-with-code-conversion):
5295 Call do-after-load-evaluation unconditionally.
5296
5297 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5298
5299 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5300
5301 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5302
5303 2009-11-04 Glenn Morris <rgm@gnu.org>
5304
5305 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5306 (byte-compile-compatibility): Remove option.
5307 (byte-compile-close-variables, byte-compile-fix-header)
5308 (byte-compile-insert-header, byte-compile-output-docform)
5309 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5310 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5311 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5312 (byte-compile-insert, byte-compile-defun):
5313 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
5314 (byte-defop-compiler19): Remove.
5315 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5316 used by anything. Replace all calls with byte-defop-compiler.
5317
5318 2009-11-04 Juri Linkov <juri@jurta.org>
5319
5320 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5321 (menu-bar-options-menu): Don't quote the `prop' arg of
5322 `menu-bar-make-mm-toggle'.
5323
5324 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
5325
5326 * calendar/calendar.el (cal-loaddefs):
5327 * calendar/diary-lib.el (diary-loaddefs):
5328 * calendar/holidays.el (hol-loaddefs):
5329 * eshell/esh-module.el (esh-groups): Load rather than require.
5330
5331 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5332
5333 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5334 point-min==1.
5335 (todo-top-priorities): Only display-buffer when called interactively.
5336 (todo-item-start): Don't save excursion point.
5337 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5338 (todo-insert-item-here, todo-file-item, todo-remove-item):
5339 Adjust uses of todo-item-start and todo-item-end.
5340
5341 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5342 (autoload-rubric): Don't use any more.
5343 * cedet/semantic/fw.el (semantic/loaddefs):
5344 * cedet/srecode.el (srecode/loaddefs):
5345 * cedet/ede.el (ede/loaddefs): Load rather than require.
5346 * cedet/ede/cpp-root.el:
5347 * cedet/ede/emacs.el:
5348 * cedet/ede/files.el:
5349 * cedet/ede/linux.el:
5350 * cedet/ede/locate.el:
5351 * cedet/ede/make.el:
5352 * cedet/ede/shell.el:
5353 * cedet/ede/speedbar.el:
5354 * cedet/ede/system.el:
5355 * cedet/ede/util.el:
5356 * cedet/semantic/analyze.el:
5357 * cedet/semantic/bovine.el:
5358 * cedet/semantic/complete.el:
5359 * cedet/semantic/ctxt.el:
5360 * cedet/semantic/db-file.el:
5361 * cedet/semantic/db-find.el:
5362 * cedet/semantic/db-global.el:
5363 * cedet/semantic/db-mode.el:
5364 * cedet/semantic/db-typecache.el:
5365 * cedet/semantic/db.el:
5366 * cedet/semantic/debug.el:
5367 * cedet/semantic/dep.el:
5368 * cedet/semantic/doc.el:
5369 * cedet/semantic/edit.el:
5370 * cedet/semantic/find.el:
5371 * cedet/semantic/format.el:
5372 * cedet/semantic/html.el:
5373 * cedet/semantic/ia-sb.el:
5374 * cedet/semantic/ia.el:
5375 * cedet/semantic/idle.el:
5376 * cedet/semantic/lex-spp.el:
5377 * cedet/semantic/lex.el:
5378 * cedet/semantic/mru-bookmark.el:
5379 * cedet/semantic/scope.el:
5380 * cedet/semantic/senator.el:
5381 * cedet/semantic/sort.el:
5382 * cedet/semantic/symref.el:
5383 * cedet/semantic/tag-file.el:
5384 * cedet/semantic/tag-ls.el:
5385 * cedet/semantic/tag-write.el:
5386 * cedet/semantic/tag.el:
5387 * cedet/semantic/util-modes.el:
5388 * cedet/semantic/analyze/complete.el:
5389 * cedet/semantic/analyze/refs.el:
5390 * cedet/semantic/bovine/c.el:
5391 * cedet/semantic/bovine/gcc.el:
5392 * cedet/semantic/bovine/make.el:
5393 * cedet/semantic/bovine/scm.el:
5394 * cedet/semantic/decorate/include.el:
5395 * cedet/semantic/decorate/mode.el:
5396 * cedet/semantic/symref/cscope.el:
5397 * cedet/semantic/symref/global.el:
5398 * cedet/semantic/symref/grep.el:
5399 * cedet/semantic/symref/idutils.el:
5400 * cedet/semantic/symref/list.el:
5401 * cedet/semantic/wisent/java-tags.el:
5402 * cedet/semantic/wisent/javascript.el:
5403 * cedet/srecode/compile.el:
5404 * cedet/srecode/cpp.el:
5405 * cedet/srecode/document.el:
5406 * cedet/srecode/el.el:
5407 * cedet/srecode/expandproto.el:
5408 * cedet/srecode/getset.el:
5409 * cedet/srecode/insert.el:
5410 * cedet/srecode/java.el:
5411 * cedet/srecode/map.el:
5412 * cedet/srecode/mode.el:
5413 * cedet/srecode/template.el:
5414 * cedet/srecode/texi.el: Remove the file-local setting of
5415 generated-autoload-feature.
5416
5417 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5418 and only put a prop if it is non-nil.
5419
5420 2009-11-03 Juri Linkov <juri@jurta.org>
5421
5422 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5423 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5424
5425 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5426 and "Menu" to make top-level menu item visually one unit (like
5427 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5428 multi-word menu items). Fix :help string for quit-window.
5429
5430 2009-11-03 Glenn Morris <rgm@gnu.org>
5431
5432 * cedet/mode-local.el (with-mode-local): Doc fix.
5433
5434 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5435 (byte-compile-file-form-define-abbrev-table)
5436 (byte-compile-file-form-custom-declare-variable)
5437 (byte-compile-variable-ref, byte-compile-defvar):
5438 Whether or not a warning is enabled should only affect whether we issue
5439 the warning, not whether or not we collect the relevant data.
5440 Eg warnings can be turned on and off throughout the course of a file.
5441
5442 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5443 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5444
5445 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5446
5447 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5448 * play/mpuz.el (mpuz-create-buffer):
5449 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5450 (lm-print-y,s,noise, lm-print-w0, lm-init):
5451 * play/gomoku.el (gomoku-prompt-for-move):
5452 * play/fortune.el (fortune-in-buffer):
5453 * play/dissociate.el (dissociated-press):
5454 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5455 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5456 * mail/supercite.el (sc-eref-show):
5457 * mail/smtpmail.el (smtpmail-send-it):
5458 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5459 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5460 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5461 (rmail-summary-goto-msg, rmail-summary-expunge)
5462 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5463 (rmail-summary-add-label, rmail-summary-output-menu)
5464 (rmail-summary-output-body):
5465 * mail/rfc822.el (rfc822-addresses):
5466 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5467 * mail/mailpost.el (post-mail-send-it):
5468 * mail/hashcash.el (hashcash-generate-payment):
5469 * mail/feedmail.el (feedmail-run-the-queue)
5470 (feedmail-queue-send-edit-prompt-help-first)
5471 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5472 (feedmail-deduce-address-list):
5473 * eshell/esh-ext.el (eshell-remote-command):
5474 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5475 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5476 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5477 (viper-save-string-in-file, viper-valid-marker):
5478 * emulation/viper-keym.el (viper-toggle-key):
5479 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5480 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5481 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5482 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5483 (viper-exec-form-in-emacs, viper-brac-function):
5484 * emulation/viper.el (viper-delocalize-var):
5485 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5486 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5487 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5488 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5489 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5490 * emulation/edt.el (edt-electric-helpify):
5491 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5492 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5493 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5494 (cua-indent-to-global-mark-column):
5495 * calendar/diary-lib.el (calendar-mark-1):
5496 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5497 Use with-current-buffer.
5498 * emulation/viper.el (viper-delocalize-var): Use dolist.
5499
5500 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
5501
5502 * comint.el (comint-replace-by-expanded-history-before-point):
5503 Replace !! with the previous input string literally (Bug#1795).
5504
5505 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5506
5507 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5508 to be made up of whitespace.
5509
5510 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5511
5512 * minibuffer.el (read-file-name): Don't use file dialogs for
5513 remote directories (Bug#99).
5514
5515 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
5516
5517 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5518
5519 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5520
5521 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5522 instead of deleting the window or frame.
5523
5524 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5525
5526 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5527 Support face colors.
5528
5529 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5530 New function. Support face colors (Bug#1168).
5531 (tex-common-initialization): Use it.
5532
5533 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5534 mode allows it (Bug#1168).
5535
5536 2009-10-31 Juri Linkov <juri@jurta.org>
5537
5538 * facemenu.el (list-colors-display): Don't mark buffer as
5539 modified (Bug#3948).
5540
5541 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5542
5543 * international/mule-diag.el (list-character-sets-1): Minor
5544 message fix (Bug#3526).
5545
5546 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5547 face property (Bug#4834).
5548 (etags-list-tags, etags-tags-apropos-additional)
5549 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5550 property.
5551
5552 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5553 items.
5554
5555 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5556 items.
5557
5558 * cedet/ede.el (ede-minor-mode):
5559 * cedet/semantic.el (semantic-mode): Toggle menu separators.
5560
5561 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5562
5563 * textmodes/two-column.el (2C-split):
5564 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5565 * textmodes/tex-mode.el (tex-set-buffer-directory):
5566 * textmodes/spell.el (spell-region, spell-string):
5567 * textmodes/reftex.el (reftex-erase-buffer):
5568 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5569 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5570 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5571 (reftex-select-item):
5572 * textmodes/reftex-ref.el (reftex-label-info-update)
5573 (reftex-offer-label-menu):
5574 * textmodes/reftex-index.el (reftex-index-change-entry)
5575 (reftex-index-phrases-info):
5576 * textmodes/reftex-global.el (reftex-create-tags-file)
5577 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5578 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5579 (reftex-view-crossref-from-bibtex):
5580 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5581 (reftex-extract-bib-entries-from-thebibliography)
5582 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5583 * textmodes/refbib.el (r2b-capitalize-title):
5584 (r2b-convert-buffer, r2b-help):
5585 * textmodes/page-ext.el (pages-directory)
5586 (pages-directory-goto-with-mouse):
5587 * textmodes/bibtex.el (bibtex-validate-globally):
5588 * textmodes/bib-mode.el (bib-capitalize-title):
5589 * textmodes/artist.el (artist-clear-buffer, artist-system):
5590 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5591 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5592 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5593 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5594 (xscheme-send-control-g-interrupt, xscheme-start-process)
5595 (xscheme-process-sentinel, xscheme-cd):
5596 * progmodes/verilog-mode.el (verilog-read-always-signals)
5597 (verilog-set-define, verilog-getopt-file)
5598 (verilog-module-inside-filename-p):
5599 * progmodes/sh-script.el:
5600 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5601 (python-pdbtrack-grub-for-buffer, python-execute-file):
5602 * progmodes/octave-inf.el (inferior-octave):
5603 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5604 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5605 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5606 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5607 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5608 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5609 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5610 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5611 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5612 (idlwave-shell-examine-display, idlwave-shell-run-region)
5613 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5614 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5615 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5616 (idlwave-help-get-help-buffer):
5617 * progmodes/gud.el (gud-basic-call, gud-find-class)
5618 (gud-tooltip-activate-mouse-motions-if-enabled):
5619 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5620 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5621 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5622 (ebrowse-tags-next-file):
5623 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5624 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5625 (ebnf-eps-finish-and-write):
5626 * progmodes/cpp.el (cpp-edit-save):
5627 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5628 * progmodes/cc-defs.el (c-emacs-features):
5629 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5630 (antlr-directory-dependencies):
5631 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5632 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5633 (ada-find-any-references, ada-make-filename-from-adaname)
5634 (ada-make-body-gnatstub):
5635 * obsolete/rnews.el (news-list-news-groups):
5636 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5637 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5638 * net/rcirc.el (rcirc-debug):
5639 * net/newst-treeview.el (newsticker--treeview-list-add-item)
5640 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5641 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5642 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5643 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5644 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5645 (newsticker--treeview-list-clear-highlight)
5646 (newsticker--treeview-list-update-highlight)
5647 (newsticker--treeview-list-highlight-start)
5648 (newsticker--treeview-tree-update-highlight)
5649 (newsticker--treeview-get-selected-item)
5650 (newsticker-treeview-mark-list-items-old)
5651 (newsticker--treeview-set-current-node):
5652 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5653 * net/newst-backend.el (newsticker--get-news-by-funcall)
5654 (newsticker--get-news-by-wget, newsticker--image-get)
5655 (newsticker--image-sentinel):
5656 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5657 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5658 (eudc-ph-close-session):
5659 * net/eudc.el (eudc-save-options):
5660 * language/thai-word.el (thai-update-word-table):
5661 * language/japan-util.el (japanese-string-conversion):
5662 * international/titdic-cnv.el (tsang-quick-converter)
5663 (ziranma-converter, ctlau-converter):
5664 * international/mule-cmds.el (describe-language-environment):
5665 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5666 (skkdic-convert-postfix, skkdic-convert-prefix):
5667 (skkdic-convert-okuri-nasi, skkdic-convert):
5668 * emacs-lisp/re-builder.el (reb-update-overlays):
5669 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5670 * emacs-lisp/gulp.el (gulp-send-requests):
5671 * emacs-lisp/find-gc.el (trace-call-tree):
5672 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5673 (eieio-describe-generic):
5674 * emacs-lisp/eieio-base.el (eieio-persistent-read):
5675 * emacs-lisp/edebug.el (edebug-outside-excursion):
5676 * emacs-lisp/debug.el (debugger-make-xrefs):
5677 * emacs-lisp/cust-print.el (custom-prin1-to-string):
5678 * emacs-lisp/chart.el (chart-new-buffer):
5679 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5680 Use with-current-buffer.
5681 * textmodes/artist.el (artist-system): Don't call
5682 copy-sequence on a fresh string.
5683 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5684
5685 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
5686
5687 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5688 is no item to edit. (Bug#4820)
5689 (todo-top-priorities): Restore point and restore narrowing in Todo
5690 buffer. (Bug#4820)
5691
5692 2009-10-31 Glenn Morris <rgm@gnu.org>
5693
5694 * net/ange-ftp.el (top-level): Don't require dired when compiling.
5695 (comint-last-output-start, comint-last-input-start)
5696 (comint-last-input-end): Don't defvar when compiling.
5697 (ange-ftp-process-file): Use bound-and-true-p.
5698
5699 * pcmpl-rpm.el (top-level): Move provide statement to end.
5700 (pcmpl-rpm): Remove unused custom group.
5701
5702 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5703
5704 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5705
5706 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5707 (byte-compile-warnings): Add `constants' as an option.
5708 (byte-compile-callargs-warn, byte-compile-arglist-warn)
5709 (display-call-tree): Update for byte-compile-fdefinition possibly
5710 returning `(macro lambda ...)'. (Bug#4778)
5711 (byte-compile-variable-ref, byte-compile-setq-default):
5712 Respect `constants' member of byte-compile-warnings.
5713
5714 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5715 Use mapc rather than mapcar because the return value is never used.
5716
5717 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5718 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5719 * cedet/semantic/html.el:
5720 Suppress harmless warnings about setting up semantic-imenu (not
5721 part of Emacs) variables.
5722
5723 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5724
5725 * vc-bzr.el (vc-bzr-revision-keywords): New var.
5726 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5727 to "submit:".
5728
5729 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5730 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5731 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5732 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5733 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5734 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5735 (semantic-analyzer-debug-global-symbol)
5736 (semantic-analyzer-debug-missing-innertype)
5737 (semantic-analyzer-debug-insert-include-summary):
5738 * cedet/semantic/util.el (semantic-file-tag-table):
5739 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5740 (semantic-recursive-find-nonterminal-by-name):
5741 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5742 * cedet/semantic/tag-file.el (semantic-prototype-file):
5743 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5744 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5745 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5746 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5747 (semantic-idle-summary-maybe-highlight):
5748 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5749 (semantic-ia-sb-tag-info):
5750 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5751 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5752 * cedet/semantic/ede-grammar.el (project-compile-target):
5753 (ede-proj-makefile-insert-variables):
5754 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5755 (semantic-debug-set-source-location, semantic-debug-interface-layout)
5756 (semantic-debug-mode, semantic-debug):
5757 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5758 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5759 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5760 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5761 (semanticdb-find-translate-path-includes--internal)
5762 (semanticdb-reset-log, semanticdb-find-log-activity):
5763 * cedet/semantic/db-file.el (object-write):
5764 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5765 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5766 (semanticdb-create-ebrowse-database):
5767 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5768 * cedet/semantic/complete.el (semantic-displayor-focus-request)
5769 (semantic-collector-calculate-completions-raw)
5770 (semantic-complete-read-tag-analyzer):
5771 * cedet/semantic/analyze.el (semantic-analyze-pulse):
5772 * cedet/ede/util.el (ede-update-version-in-source):
5773 * cedet/ede/proj.el (project-delete-target):
5774 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5775 (ede-proj-flush-autoconf):
5776 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5777 (ede-proj-configure-synchronize):
5778 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5779 * cedet/ede/linux.el (ede-linux-version):
5780 * cedet/ede/emacs.el (ede-emacs-version):
5781 * cedet/ede/dired.el (ede-dired-add-to-target):
5782 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5783 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5784 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5785 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5786 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5787 (cedet-idutils-version-check):
5788 * cedet/cedet-global.el (cedet-gnu-global-call):
5789 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5790 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5791 * cedet/cedet-cscope.el (cedet-cscope-call)
5792 (cedet-cscope-expand-filename, cedet-cscope-version-check):
5793 Use with-current-buffer.
5794 * cedet/ede.el (ede-make-project-local-variable)
5795 (ede-set-project-variables, ede-set): Use dolist.
5796
5797 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5798
5799 * textmodes/ispell.el (ispell-skip-region-alist):
5800 * international/mule-conf.el (eight-bit):
5801 * international/fontset.el (font-encoding-alist):
5802 * startup.el (pure-space-overflow-message):
5803 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5804 * paths.el (gnus-nntp-service, rmail-spool-directory)
5805 (term-file-prefix):
5806 * files.el (save-some-buffers-action-alist):
5807 * cmuscheme.el (same-window-buffer-names):
5808 * ielm.el (same-window-buffer-names):
5809 * shell.el (same-window-buffer-names):
5810 * mail/sendmail.el (same-window-buffer-names):
5811 * progmodes/inf-lisp.el (same-window-buffer-names):
5812 * bindings.el (mode-line-client)
5813 (mode-line-column-line-number-mode-map):
5814 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5815 (tibetan-precomposed-regexp): Purecopy string arguments.
5816
5817 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5818
5819 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5820 (calcDigit-nondigit):
5821 * calc/calc-yank.el (calc-copy-to-buffer):
5822 * calc/calc-units.el (calc-invalidate-units-table):
5823 * calc/calc-trail.el (calc-trail-yank):
5824 * calc/calc-store.el (calc-insert-variables):
5825 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5826 * calc/calc-prog.el (calc-read-parse-table):
5827 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5828 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5829 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5830 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5831 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5832 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5833 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5834 * calc/calc-ext.el (calc-realign):
5835 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5836 (calc-embedded-finish-edit, calc-embedded-make-info)
5837 (calc-embedded-finish-command, calc-embedded-stack-change):
5838 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5839
5840 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5841 (overload-docstring-extension): Use that info.
5842 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5843 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5844 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5845 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5846 (semantic-nonterminal-full-name): Add the new `when' info.
5847 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5848 `assert'.
5849
5850 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5851 shell-dynamic-complete-filename in preference to
5852 comint-dynamic-complete-filename.
5853
5854 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5855 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5856 Don't consider whether the display supports colors.
5857 (bookmark-import-new-list): Use dolist.
5858 (bookmark-bmenu-mode-map): Move initialization into declaration.
5859 (bookmark-bmenu-list): Use dolist, simplify.
5860 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5861 (menu-bar-final-items): Use push.
5862
5863 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5864
5865 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5866 it works on remote files.
5867 (vc-hg-diff): Don't pass any `--cwd' argument.
5868
5869 2009-10-27 Kevin Ryde <user42@zip.com.au>
5870
5871 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5872 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5873 (Further to Bug#3921).
5874
5875 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
5876
5877 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5878 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5879 calling `tramp-imap-put-file'. Add file size to the call.
5880 (tramp-imap-get-file-entries): Compute also user name, file size,
5881 and date.
5882 (tramp-imap-handle-insert-directory): Insert uid and gid.
5883 (tramp-imap-handle-file-attributes): Transform uid and gid
5884 according to `id-format'.
5885 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5886 size in header X-Size.
5887
5888 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
5889
5890 * simple.el (transpose-subr): Give clearer error when the mark
5891 is not set. (Bug#4807)
5892
5893 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
5894
5895 * net/tramp.el (tramp-perl-file-truename): New defconst.
5896 Perl code contributed by yary <not.com@gmail.com> (tiny change).
5897 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5898 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5899 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5900
5901 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5902 Ignore `dired-call-process'.
5903 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5904
5905 2009-10-26 Julian Scheid <julians37@gmail.com>
5906
5907 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5908 (tramp-get-remote-readlink): New defun.
5909 (tramp-handle-file-truename): Use it.
5910 (tramp-handle-file-exists-p): Check file-attributes cache, assume
5911 file exists if cache value present.
5912 (tramp-check-cached-permissions): New defun.
5913 (tramp-handle-file-readable-p): Use it.
5914 (tramp-handle-file-writable-p): Likewise.
5915 (tramp-handle-file-executable-p): Likewise.
5916 (tramp-handle-file-name-all-completions): Try using Perl to get
5917 partial completions. When perl not available, combine `cd' and
5918 `ls' into single remote operation and use shell expansion to get
5919 partial remote directory contents. Set `file-exists-p' cache for
5920 directory and any files returned by ls. Change cache handling to
5921 support partial directory contents. Use error message emitted by
5922 remote `cd' or Perl code for local tramp-error.
5923 (tramp-do-copy-or-rename-file-directly): Avoid separate
5924 tramp-send-command-and-check call.
5925 (tramp-handle-process-file): Merge three remote ops into one.
5926 Do not flush all caches when `process-file-side-effects' is set.
5927 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5928 file-attributes shows uid/gid to be set already.
5929
5930 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5931
5932 * textmodes/tex-mode.el (tex-dvi-view-command)
5933 (tex-show-queue-command, tex-open-quote):
5934 * progmodes/ruby-mode.el (auto-mode-alist)
5935 (interpreter-mode-alist): Purecopy strings.
5936
5937 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5938
5939 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5940 string for the hook, keymap and abbrev table.
5941
5942 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5943
5944 * x-dnd.el (x-dnd-xdnd-to-action):
5945 * startup.el (fancy-startup-text, fancy-about-text): Change to
5946 defconst from defvar.
5947
5948 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5949
5950 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5951 Purecopy initialization strings.
5952
5953 * mail/sendmail.el (mail-header-separator)
5954 (mail-personal-alias-file):
5955 * mail/rmail.el (rmail-default-dont-reply-to-names)
5956 (rmail-ignored-headers, rmail-retry-ignored-headers)
5957 (rmail-highlighted-headers, rmail-secondary-file-directory)
5958 (rmail-secondary-file-regexp):
5959 * files.el (null-device, file-name-invalid-regexp)
5960 (locate-dominating-stop-dir-regexp)
5961 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5962 (interpreter-mode-alist): Use mapcar instead of mapc.
5963
5964 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5965
5966 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5967 (completion-ignored-extensions):
5968 (debug-ignored-errors): Purecopy strings.
5969
5970 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5971
5972 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5973 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5974 (pcomplete--here): Use push.
5975
5976 * subr.el (all-completions): Declare the 4th arg obsolete.
5977
5978 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5979
5980 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5981 (pcomplete-unquote-argument): New function.
5982 (pcomplete--common-suffix): Always pay attention to case.
5983 (pcomplete--table-subvert): Quote and unquote the text.
5984 (pcomplete--common-quoted-suffix): New function.
5985 (pcomplete-std-complete): Use it and pcomplete-begin.
5986
5987 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5988 we're inside a dedicated or minibuffer window.
5989
5990 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5991
5992 * cedet/semantic/fw.el (semantic-alias-obsolete)
5993 (semantic-varalias-obsolete): Make the `when' arg mandatory.
5994 (define-mode-overload-implementation):
5995 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5996 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5997 * cedet/semantic/util.el (semantic-file-token-stream)
5998 (semantic-something-to-stream):
5999 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
6000 (semantic-expand-nonterminal):
6001 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
6002 (semantic-find-dependency, semantic-find-nonterminal)
6003 (semantic-find-dependency):
6004 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
6005 (semantic-flex-text, semantic-flex-make-keyword-table)
6006 (semantic-flex-keyword-p, semantic-flex-keyword-put)
6007 (semantic-flex-keyword-get, semantic-flex-map-keywords)
6008 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
6009 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
6010 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
6011 (semantic-after-idle-scheduler-reparse-hooks):
6012 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
6013 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
6014 * cedet/semantic.el (semantic-toplevel-bovine-table)
6015 (semantic-toplevel-bovine-cache)
6016 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
6017 (semantic-init-mode-hooks, semantic-init-db-hooks)
6018 (semantic-bovination-working-type): Provide the `when' arg.
6019
6020 2009-10-24 Karl Fogel <kfogel@red-bean.com>
6021
6022 * bookmark.el: Update documentation, especially documentation
6023 of `bookmark-alist' and of the bookmark file format.
6024 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6025
6026 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6027
6028 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6029 keybindings apply to the mail buffer (Bug#4003). Shrink help
6030 window to buffer.
6031
6032 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6033 (global-whitespace-mode, global-whitespace-newline-mode)
6034 (whitespace-toggle-options, global-whitespace-toggle-options):
6035 Doc fix (Bug#3660).
6036
6037 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6038 of xmltok-start before the end tag was inserted (Bug#2840).
6039
6040 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6041 patterns that are preceded by an open-paren (Bug#1320).
6042
6043 2009-10-24 Sven Joachim <svenjoac@gmx.de>
6044
6045 * files.el (delete-directory): Delete symlinks to directories with
6046 delete-file (Bug#4739).
6047
6048 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6049
6050 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
6051 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
6052 argument to make-obsolete.
6053
6054 * cedet/semantic/fw.el (semantic-alias-obsolete)
6055 (semantic-varalias-obsolete): Add optional WHEN argument.
6056
6057 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6058
6059 * vc.el (vc-backend-for-registration): Rename from
6060 vc-get-backend-for-registration. Update callers.
6061
6062 * international/mule-cmds.el (set-language-info-alist):
6063 Purecopy lang-env.
6064 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6065 (charset): Purecopy the name.
6066 (define-char-code-property): Purecopy string arguments.
6067
6068 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6069 Purecopy string arguments.
6070
6071 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6072 * ediff-hook.el (menu-bar-ediff-menu):
6073 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6074 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6075
6076 2009-10-24 Glenn Morris <rgm@gnu.org>
6077
6078 * comint.el (comint-dynamic-list-completions):
6079 * term.el (term-dynamic-list-completions): Use choose-completion rather
6080 than obsolete alias mouse-choose-completion.
6081
6082 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6083 file-cache-choose-completion.
6084 (file-cache-choose-completion): Handle an optional event argument.
6085 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6086
6087 * progmodes/octave-mod.el (octave-complete-symbol):
6088 Use choose-completion if mouse-choose-completion is ever removed.
6089
6090 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6091 use.
6092
6093 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6094 compiler.
6095
6096 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6097
6098 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6099
6100 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6101 Ignore `pred' now that we receive one.
6102 Handle test-completion specially.
6103
6104 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6105
6106 * vc.el (vc-responsible-backend): Throw an error if not backend is
6107 found. Remove the REGISTER argument. Move the code dealing with
6108 REGISTER ...
6109 (vc-get-backend-for-registration): ... here. New function.
6110 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6111 of vc-responsible-backend, pass the file name instead of the
6112 directory name.
6113
6114 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6115
6116 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6117 New funs.
6118 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6119 (pcomplete-comint-setup): Don't modify a global var via
6120 accidental side-effects.
6121 (pcomplete-shell-setup): Adjust call accordingly.
6122 (pcomplete-parse-comint-arguments): Use push.
6123
6124 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6125
6126 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6127 Allow uncapitalized info node names (Bug#3921).
6128
6129 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6130 to the DEBUG file (Bug#3781).
6131
6132 2009-10-23 Jari Aalto <jari.aalto@cante.net>
6133
6134 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6135 dictionary entry (Bug#4579).
6136
6137 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
6138
6139 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6140 from `rfn-eshadow-update-overlay-hook' when unloading.
6141 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6142 "rsyncc". Adjust doc string.
6143 (tramp-temp-buffer-file-name): New buffer-local defvar.
6144 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6145 Keep temporary file when indicated by method ("rsync" and
6146 "rsyncc").
6147 (tramp-handle-write-region): Handle APPEND.
6148 (tramp-delete-temp-file-function): New defun. Added to
6149 `kill-buffer-hook'.
6150
6151 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
6152
6153 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6154
6155 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6156
6157 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6158 (color-name-rgb-alist, tty-standard-colors)
6159 (tty-color-mode-alist): Change to defconst.
6160
6161 * simple.el (mark-inactive): Purecopy message.
6162
6163 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6164 (global-map, yank-menu):
6165 * textmodes/ispell.el (ispell-menu-map):
6166 * net/eudc.el (eudc-tools-menu):
6167 * international/mule-cmds.el (describe-language-environment-map)
6168 (setup-language-environment-map, set-coding-system-map)
6169 (mule-menu-keymap):
6170 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6171 * replace.el (occur-mode-map):
6172 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6173
6174 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6175
6176 * calc/calc.el (math-read-number, math-read-number-simple): Use
6177 `save-match-data'.
6178
6179 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6180
6181 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6182 rather than fiddling with global-map bindings, since it should only
6183 affect per-terminal settings.
6184 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6185
6186 * minibuffer.el (completion-table-with-terminator): Allow to specify
6187 the terminator-regexp.
6188
6189 * simple.el (switch-to-completions): Look for *Completions* in other
6190 frames as well.
6191
6192 * pcomplete.el: Allow the use of completion-tables.
6193 (pcomplete-std-complete): New command.
6194 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6195 (pcomplete--here): Use a function for `form' rather than an expression,
6196 so it can be byte-compiled.
6197 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6198 Add edebug declaration.
6199 (pcomplete-show-completions): Remove unused var `curbuf'.
6200 (pcomplete-do-complete, pcomplete-stub):
6201 Don't assume `completions' is a list of strings any more.
6202
6203 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
6204
6205 * find-dired.el (find-name-arg): Fix typo in docstring.
6206
6207 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6208
6209 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6210 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6211
6212 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6213 pcomplete-entries.
6214
6215 * comint.el (comint-read-input-ring, comint-write-input-ring)
6216 (comint-substitute-in-file-name)
6217 (comint-dynamic-complete-as-filename)
6218 (comint-dynamic-simple-complete)
6219 (comint-dynamic-list-filename-completions)
6220 (comint-dynamic-list-completions)
6221 (comint-redirect-results-list-from-process): Minor simplifications.
6222
6223 2009-10-21 Kevin Ryde <user42@zip.com.au>
6224
6225 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6226 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6227 the first form. And insert a blank line after ";;; Code" since
6228 that's usual style. (Bug#4612)
6229
6230 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6231
6232 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * minibuffer.el (completion-table-with-terminator): Properly implement
6235 boundaries, in case `terminator' appears in the suffix.
6236 (completion--embedded-envvar-table): Don't return boundaries if
6237 there's no valid completion. Simplify.
6238 (completion-file-name-table): New completion table extracted from
6239 completion--file-name-table.
6240 (completion--file-name-table): Use it.
6241 (read-file-name-predicate): Declare obsolete.
6242 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6243 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6244 completion-file-name-table, and use the `pred' argument.
6245 * files.el (locate-file-completion-table): Use the `pred' arg rather
6246 than read-file-name-predicate.
6247 (abbreviate-file-name): Use \` rather than ^ for BOS.
6248
6249 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6250
6251 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6252 vc-responsible-backend to register, it causes problems.
6253
6254 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6255
6256 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6257
6258 2009-10-21 Eric Ludlam <zappo@gnu.org>
6259
6260 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
6261 (semantic-c-debug-mode-init-pch): New functions.
6262 (semantic-c-debug-mode-init-last-mode): New var.
6263 (semantic-c-parse-lexical-token): Use them.
6264
6265 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
6266 When extracting the argument list, limit only by point-max.
6267
6268 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
6269
6270 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6271 (tramp-smb-handle-file-attributes): Use it.
6272 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6273 (tramp-smb-handle-insert-directory): Use `mapc' rather than
6274 `mapcar'. Use `tramp-smb-get-stat-capability'.
6275 Add `dired-filename' text properties.
6276 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6277 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6278 version.
6279
6280 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6281
6282 * subr.el (read-key-delay): Reduce to 0.01.
6283 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6284 (bug#4751).
6285
6286 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6287
6288 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6289
6290 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6291 (Info-menu): Remove unused vars `last' and `completions'.
6292 (Info-index-nodes): Remove unused var `node'.
6293
6294 * info.el (Info-complete-menu-item): Use complete-with-action.
6295
6296 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6297
6298 Make vc-annotate work through copies and renames.
6299 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6300 Return the file name too.
6301 (vc-annotate-revision-at-line)
6302 (vc-annotate-find-revision-at-line)
6303 (vc-annotate-revision-previous-to-line)
6304 (vc-annotate-show-log-revision-at-line): Update to get the file
6305 name from vc-annotate-extract-revision-at-line.
6306 (vc-annotate-show-diff-revision-at-line-internal): Change the
6307 argument to mean whether to show a file diff or not. Get the file
6308 name from vc-annotate-extract-revision-at-line.
6309 (vc-annotate-show-diff-revision-at-line):
6310 Update vc-annotate-show-diff-revision-at-line call.
6311 (vc-annotate-warp-revision): Add an optional file argument.
6312
6313 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6314 (vc-git-annotate-extract-revision-at-line): Also return the file
6315 name if found.
6316
6317 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6318 command. Remove unused code.
6319 (vc-hg-annotate-re): Update to match --follow output.
6320 (vc-hg-annotate-extract-revision-at-line): Also return the file
6321 name if found.
6322
6323 * vc.el: Update annotate-extract-revision-at-line documentation.
6324
6325 2009-10-18 Kevin Ryde <user42@zip.com.au>
6326
6327 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6328 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6329
6330 * net/browse-url.el (browse-url): Identify alist with "consp and
6331 not functionp" and let all other things go down the `apply' leg,
6332 as suggested by Stefan. (Further to bug#4531.)
6333
6334 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
6335
6336 * minibuffer.el (read-file-name): Check for repeat before putting
6337 a default argument in file-name-history (Bug#4657).
6338
6339 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6340 read syntax (Bug#4737).
6341
6342 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6343
6344 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6345
6346 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6347 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6348 entries and make note of obsolete tags.
6349
6350 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6351
6352 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6353
6354 2009-10-18 Glenn Morris <rgm@gnu.org>
6355
6356 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6357 grep, so that binary files (eg international/uni-bidi.el) can match.
6358 Remove test for "UnicodeData" files, since it is hopefully unnecessary
6359 now, and in any case the file header format has changed.
6360
6361 2009-10-17 Glenn Morris <rgm@gnu.org>
6362
6363 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6364 (flyspell-get-word, flyspell-large-region)
6365 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6366
6367 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6368
6369 * Makefile.in (ELCFILES): Add ede/shell.
6370
6371 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6372
6373 * term/common-win.el (x-colors): Purecopy it.
6374
6375 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6376
6377 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6378 permissive for when the buffer is empty.
6379 (tar-header-block-tokenize): Decode the username and groupname.
6380 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6381
6382 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6383
6384 * cedet/srecode/srt.el:
6385 * cedet/srecode/compile.el:
6386 * cedet/semantic/mru-bookmark.el:
6387 * cedet/semantic/debug.el:
6388 * cedet/semantic/complete.el:
6389 * cedet/semantic/analyze.el: Require CL when compiling.
6390
6391 2009-10-17 Eric Ludlam <zappo@gnu.org>
6392
6393 * cedet/semantic/scope.el
6394 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
6395 tmpscope so that the regular scope will continue to work.
6396
6397 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
6398 Use semantic-idle-summary-highlight-face as the highlighting.
6399
6400 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
6401 contains multibyte characters, choose first applicable coding
6402 system automatically.
6403
6404 * cedet/ede/project-am.el (project-run-target): New method.
6405 (project-run-target): New method.
6406
6407 * cedet/ede.el (ede-target): Add run target menu item.
6408 (ede-project, ede-minor-keymap): Add ede-run-target binding.
6409 (ede-run-target): New function.
6410 (ede-target::project-run-target): New method.
6411
6412 * cedet/ede/proj.el (project-run-target): New method.
6413
6414 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
6415 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
6416 Add :rules.
6417 (ede-proj-target-makefile-shared-object): Only libtool compilers
6418 now available. Add linkers for libtool.
6419 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
6420 (ede-proj-makefile-target-name): Always use .la extension.
6421
6422 * cedet/ede/proj-prog.el (project-run-target): New method.
6423
6424 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
6425 (ede-g++-linker): Change Change link lines.
6426
6427 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
6428 When searching for old variables, go to the end of the buffer and
6429 search backward from there.
6430 (ede-proj-makefile-automake-insert-subdirs)
6431 (ede-proj-makefile-automake-insert-extradist): New methods.
6432 (ede-proj-makefile-create): Use them.
6433
6434 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6435 Force FILE to expand to the current target. Use file-exists-p to
6436 check that it exists.
6437
6438 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
6439 (ede-linux-load): Wrap dir in file-name-as-directory.
6440 Set :version slot.
6441
6442 * cedet/ede/files.el (ede-get-locator-object): When enabling
6443 locate, do so on "top".
6444
6445 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6446 file-name-as-directory during compare.
6447 (ede-emacs-version): Return Emacs/XEmacs differentiator.
6448 Get version number from different places. Don't call egrep.
6449 (ede-emacs-load): Set :version slot. Call file-name-as-directory
6450 to set the directory.
6451
6452 * cedet/ede/shell.el: New file.
6453
6454 * cedet/inversion.el (inversion-decoders): Allow for stray . in
6455 alpha/beta variants.
6456
6457 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6458
6459 * international/mule-cmds.el (select-safe-coding-system): If the file
6460 has a coding cookie, use it regardless of any other setting (bug#4712).
6461
6462 2009-10-17 Glenn Morris <rgm@gnu.org>
6463
6464 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6465 All errors should have messages.
6466
6467 * foldout.el (foldout-mouse-swallow-events):
6468 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6469
6470 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6471 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6472 (dired-keep-marker-symlink, dired-dwim-target)
6473 (dired-copy-preserve-time): Do not autoload these defcustoms.
6474
6475 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6476 messages from messing up the file coding. (Bug#4623)
6477
6478 2009-10-17 Jari Aalto <jari.aalto@cante.net>
6479
6480 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6481 if no match is found for the current dictionary. (Bug#4578)
6482
6483 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6484 optional, since that is how it is documented, and this is often called
6485 with a nil argument. (Bug#4577)
6486 (flyspell-external-point-words, flyspell-auto-correct-word)
6487 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6488 (flyspell-word-search-backward): Remove nil argument in calls to
6489 flyspell-get-word, since it is not needed now.
6490
6491 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
6492
6493 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
6494
6495 2009-10-16 Glenn Morris <rgm@gnu.org>
6496
6497 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6498
6499 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6500
6501 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6502 (ange-ftp-file-size): New function.
6503 (ange-ftp-file-attributes): Use it.
6504
6505 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
6506
6507 * net/tramp-smb.el (tramp-smb-version): New defvar.
6508 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6509 repeated checks.
6510
6511 2009-10-16 Glenn Morris <rgm@gnu.org>
6512
6513 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6514 Maybe copy some custom properties from old to new name. (Bug#4706)
6515
6516 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
6517
6518 * subr.el (error, sit-for, start-process-shell-command)
6519 (start-file-process-shell-command): Set the calling convention
6520 after the function definition.
6521
6522 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6523
6524 * subr.el (error, sit-for, start-process-shell-command)
6525 (start-file-process-shell-command): Use the new
6526 set-advertised-calling-convention feature.
6527
6528 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6529
6530 * international/ucs-normalize.el (ucs-normalize-version):
6531 Change to 1.2.
6532 (check-range): Adjust for Unicode 5.2.
6533
6534 2009-10-15 Juri Linkov <juri@jurta.org>
6535
6536 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6537 to the `menu-item' format.
6538
6539 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
6540
6541 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6542 if the environment variable does not exist.
6543
6544 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6545 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6546 parameter.
6547 (tramp-smb-handle-add-name-to-file)
6548 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6549 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6550 (tramp-smb-handle-file-attributes)
6551 (tramp-smb-do-file-attributes-with-stat)
6552 (tramp-smb-handle-file-local-copy)
6553 (tramp-smb-handle-insert-directory)
6554 (tramp-smb-handle-make-directory)
6555 (tramp-smb-handle-make-directory-internal)
6556 (tramp-smb-handle-make-symbolic-link)
6557 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6558 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6559 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6560 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6561 Handle long file names.
6562 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6563 process is running.
6564 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6565 Read share names with "-g" option.
6566
6567 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
6568
6569 * net/rcirc.el (rcirc-view-log-file): New command.
6570 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6571 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6572 specified.
6573
6574 2009-10-15 Glenn Morris <rgm@gnu.org>
6575
6576 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6577 from the second command-line argument.
6578 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6579 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6580 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6581 w32-batch-update-autoloads.
6582 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6583 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6584
6585 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6586 the headers cannot be located. Simplify, subtracting superflous
6587 save-excursions.
6588
6589 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6590
6591 Replace completion-base-size by completion-base-position to fix bugs
6592 such as (bug#4699).
6593 * simple.el (completion-base-position): New var.
6594 (completion-base-size): Mark as obsolete.
6595 (choose-completion): Make it work for mouse events as well.
6596 Pass the new base-position to choose-completion-string.
6597 (choose-completion-guess-base-position): New function, extracted from
6598 choose-completion-delete-max-match.
6599 (choose-completion-delete-max-match): Use it. Make obsolete.
6600 (choose-completion-string): Use the new base-position info.
6601 (completion-root-regexp): Delete.
6602 (completion-setup-function): Preserve completion-base-position.
6603 Eliminate obsolete base-size manipulation.
6604 * minibuffer.el (display-completion-list): Don't mess with base-size.
6605 (minibuffer-completion-help): Set completion-base-position instead.
6606 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6607 choose-completion.
6608 * textmodes/bibtex.el (bibtex-complete):
6609 * emacs-lisp/crm.el (crm--choose-completion-string):
6610 Adjust to new calling convention.
6611 * complete.el (partial-completion-mode): Use minibufferp to avoid
6612 bumping into incompatible change to choose-completion-string-functions.
6613 * ido.el (ido-choose-completion-string): Make its calling convention
6614 more permissive.
6615 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6616 base-size manipulation.
6617 (comint-dynamic-list-input-ring): Use dotimes and push.
6618 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6619 fundamental-mode. Use `or'.
6620
6621 2009-10-14 Juri Linkov <juri@jurta.org>
6622
6623 * misearch.el (multi-isearch-next-buffer-from-list)
6624 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6625
6626 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6627
6628 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6629 `bytecomp.el'.
6630
6631 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6632 string we return is all made up of text from the completions rather
6633 than part from the completions and part from the input (bug#4219).
6634
6635 * ido.el (ido-everywhere): Use define-minor-mode.
6636
6637 * buff-menu.el (list-buffers, ctl-x-map):
6638 Mark the entry points with ;;;###autoload cookies.
6639
6640 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6641
6642 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6643 correctly in the detached head case.
6644 (vc-git-print-log): Remove unused binding.
6645
6646 * vc.el (vc-responsible-backend): When a directory is passed for
6647 for registration create a VC repository if no backend is
6648 responsible for the directory argument.
6649 (vc-deduce-fileset): Tell vc-responsible-backend to register.
6650
6651 * vc.el: Move comments about RCS and SCCS ...
6652 * vc-rcs.el:
6653 * vc-sccs.el: ... here, respectively.
6654
6655 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6656
6657 * minibuffer.el (completion--file-name-table): Return nil if there's
6658 no file completion, even if substitute-in-file-name changed
6659 the string (bug#4708).
6660
6661 2009-10-13 Juri Linkov <juri@jurta.org>
6662
6663 * files-x.el (read-file-local-variable-value): Don't filter out
6664 minor modes from mode name completion (bug#4664).
6665
6666 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6667
6668 * international/mule-cmds.el (ucs-names): Remove exclusion of
6669 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6670
6671 2009-10-13 Kenichi Handa <handa@m17n.org>
6672
6673 * international/uni-name.el: Regenerated.
6674
6675 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6676
6677 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6678 should be automatically buffer-local, but isn't.)
6679
6680 2009-10-12 Sam Steingold <sds@gnu.org>
6681
6682 * progmodes/compile.el (compilation-next-error-function): Fix the
6683 timestamps if the buffer has been visited before.
6684 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6685 non-anchored patterns, like the perl one (bug#3928).
6686
6687 2009-10-12 Glenn Morris <rgm@gnu.org>
6688
6689 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6690 Let-bind `size'.
6691
6692 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
6693
6694 * proced.el (proced-unload-function): New function.
6695
6696 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6697 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6698 Doc fix.
6699
6700 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6701
6702 2009-10-11 Juri Linkov <juri@jurta.org>
6703
6704 * files-x.el (read-file-local-variable-value):
6705 Provide default value only for bound variables (bug#4664).
6706
6707 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
6708
6709 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6710 connection methods like smb.
6711
6712 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6713 can be empty.
6714
6715 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6716 (tramp-smb-file-name-handler-alist): Add handlers for
6717 `add-name-to-file', `make-symbolic-link'.
6718 (tramp-smb-handle-add-name-to-file)
6719 (tramp-smb-do-file-attributes-with-stat)
6720 (tramp-smb-handle-make-symbolic-link)
6721 (tramp-smb-get-cifs-capabilities): New defuns.
6722 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6723 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6724 (tramp-smb-handle-file-local-copy)
6725 (tramp-smb-handle-make-directory-internal)
6726 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6727 The file name syntax depends on cifs capabilities.
6728 (tramp-smb-handle-file-attributes):
6729 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6730 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6731 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6732
6733 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
6734
6735 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6736 (eieio-defclass): Apply deftype handler and setf-method properties
6737 directly.
6738 (eieio-add-new-slot): Avoid union function from cl library.
6739 (eieio--typep): New function.
6740 (eieio-perform-slot-validation): Use it.
6741
6742 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6743
6744 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6745 Update documentation to refer to the variables documented in r1.135.
6746 (Bug#4188)
6747
6748 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6749
6750 * bookmark.el (Info-suffix-list): Remove this unused variable.
6751 (bookmark-current-point): Remove this obsolete variable.
6752 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6753 Adjust for removal of bookmark-current-point.
6754
6755 (bookmarks-already-loaded, bookmark-current-buffer)
6756 (bookmark-yank-point): Document. (Bug#4188)
6757
6758 2009-10-10 Glenn Morris <rgm@gnu.org>
6759
6760 * frame.el (frame-height): Doc fix.
6761
6762 * calendar/calendar.el (calendar-split-width-threshold): New option.
6763 (calendar-basic-setup): Use calendar-split-width-threshold.
6764
6765 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
6766
6767 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6768 Use .la for Automake.
6769
6770 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
6771
6772 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6773 Use "autoreconf -i". Suggested by Andreas Schwab.
6774
6775 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
6776
6777 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6778 Ideographic Supplement" range (U+1F200..U+1F2FF).
6779
6780 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6781
6782 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6783 since the list will have been rebuilt anyway. (Bug#4349)
6784
6785 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6786
6787 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6788 (bookmark-bmenu-execute-deletions): Don't save here, as
6789 bookmark-delete will now do so if necessary.
6790 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6791 (Bug#4348)
6792
6793 2009-10-09 Glenn Morris <rgm@gnu.org>
6794
6795 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6796
6797 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6798
6799 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6800 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6801 argument now, so the two function's behaviors will match. (Bug#3645)
6802
6803 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6804
6805 * cedet/ede/proj.el (project-make-dist, project-compile-project):
6806 Fix filename test.
6807 (ede-proj-dist-makefile): Use expand-file-name instead of concat
6808 to expand file names.
6809
6810 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
6811
6812 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6813 (tramp-file-name-real-host, tramp-file-name-port):
6814 Apply `save-match-data'.
6815
6816 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6817 case both directories are remote.
6818 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6819 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6820
6821 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6822
6823 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6824 (ede-proj-target-makefile-objectcode): Use it.
6825
6826 * cedet/ede/source.el (ede-want-any-source-files-p)
6827 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6828 Return search result. This error was introduced while merging.
6829
6830 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6831
6832 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6833
6834 2009-10-07 Glenn Morris <rgm@gnu.org>
6835
6836 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6837 of concat.
6838
6839 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6840
6841 * files-x.el (read-file-local-variable): Include some
6842 non-user-variables in the completion table (bug#4664).
6843
6844 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
6845
6846 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6847 message.
6848
6849 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6850 (tramp-smb-file-name-handler-alist): Add handler for
6851 `copy-directory', `expand-file-name', `set-file-modes'.
6852 (tramp-smb-handle-copy-directory)
6853 (tramp-smb-handle-expand-file-name)
6854 (tramp-smb-handle-set-file-modes): New defuns.
6855 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6856 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6857 entry.
6858 (tramp-smb-handle-insert-directory): Don't flush the cache.
6859 (tramp-smb-maybe-open-connection): Check for samba client and
6860 server versions.
6861
6862 2009-10-07 Eli Zaretskii <eliz@gnu.org>
6863
6864 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6865 to not error out of search for "^lisp=" fails.
6866
6867 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6868
6869 * makefile.w32-in (WINS_UPDATES): New macro.
6870 (custom-deps, finder-data, autoloads): Use it.
6871
6872 2009-10-07 Glenn Morris <rgm@gnu.org>
6873
6874 * Makefile.in (autoloads): Revert previous change.
6875 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6876 the list of preloaded files passed on the command-line, get
6877 it from src/Makefile.
6878
6879 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6880 show the original buffer rather than a random one.
6881
6882 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
6883
6884 * help.el (describe-no-warranty): Place point in a slightly better
6885 position in the GPLv3 text.
6886
6887 2009-10-06 Sam Steingold <sds@gnu.org>
6888
6889 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6890 the comm attribute is present before calling regexp-quote.
6891
6892 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
6893
6894 * play/animate.el (animate-string): For good effect, make sure
6895 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6896
6897 * play/animate.el (animate-sequence, animate-birthday-present):
6898 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6899
6900 2009-10-06 Glenn Morris <rgm@gnu.org>
6901
6902 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6903
6904 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6905 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6906 (batch-update-autoloads): Process a string value of autoload-excludes,
6907 set during the build process.
6908 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6909
6910 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6911 inside with-parsed... macro so that `v' is defined.
6912
6913 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6914 * progmodes/fortran.el (fortran-end-of-block)
6915 (fortran-beginning-of-block):
6916 Also push mark in the macro case.
6917
6918 * emerge.el (emerge-show-file-name):
6919 * calc/calc.el (calc-quit):
6920 * calc/calc-misc.el (calc-big-or-small):
6921 * calc/calc-graph.el (calc-graph-view):
6922 * calc/calc-ext.el (calc-reset):
6923 * calendar/calendar.el (calendar-basic-setup):
6924 Use window-full-height-p.
6925
6926 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6927 header we don't understand, don't insert another. (Bug#4624)
6928 If changing mime charset, insert the new one in the right place.
6929
6930 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
6931
6932 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6933 (cal-tex-cursor-month): Correctly increment the end date for diary and
6934 holiday listing. (Bug#4626)
6935
6936 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6937
6938 * help-fns.el (describe-function-1): Don't burp if the function is not
6939 a symbol.
6940
6941 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
6942
6943 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6944 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6945 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6946 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6947
6948 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6949 (eieio-default-superclass): Reflow docstrings.
6950 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6951 (eieio-unbind-method-implementations, defmethod)
6952 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6953 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6954 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6955 (eieio-slot-originating-class-p, eieio-slot-name-index)
6956 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6957 (constructor, initialize-instance, no-next-method, object-print)
6958 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6959 Fix typos in docstrings.
6960 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6961 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6962 (next-method-p): Doc fixes.
6963 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6964 Fix typos in error messages.
6965 (eieio-defmethod): Fix typo in description of generic method.
6966
6967 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6968 (eieio-persistent-save-interactive, slot-missing):
6969 Fix typos in docstrings.
6970 (eieio-instance-inheritor-slot-boundp): Doc fix.
6971
6972 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6973 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6974
6975 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6976 (eieio-custom-object-apply-reset):
6977 Fix typos in docstrings and error messages.
6978
6979 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6980 Fix typo in docstring.
6981
6982 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6983 (eieio-browse-tree): Doc fix.
6984 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6985 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6986 Fix typos in docstrings.
6987
6988 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6989 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6990 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6991 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6992 Reflow docstrings.
6993
6994 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6995
6996 * vc-hg.el (log-view-vc-backend): Declare for compiler.
6997 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6998 Set log-view-vc-backend so that diff can work.
6999
7000 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7001 vc-version-diff.
7002 (vc-diff-internal): Autoload this instead of vc-version-diff.
7003
7004 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7005
7006 * simple.el (eval-expression): Doc fix.
7007
7008 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7009
7010 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7011
7012 * files.el (directory-files-no-dot-files-regexp): New defconst.
7013 (delete-directory): Use it.
7014 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7015
7016 * net/tramp.el (tramp-verbose): Fix docstring.
7017 (tramp-methods): Add recursive option to `tramp-copy-args'.
7018 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7019 "scp1_old", "scp2_old", "rsync", "rsyncc".
7020 (tramp-default-method): Check also for `auth-source-user-or-password'.
7021 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7022 Add handler for `copy-directory'.
7023 (tramp-handle-copy-directory): New defun.
7024 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7025 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7026 Optimize sent command.
7027
7028 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7029
7030 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7031 window if necessary.
7032
7033 * calendar/calendar.el (calendar-basic-setup): Don't call
7034 switch-to-buffer in a dedicated window.
7035
7036 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7037
7038 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7039 don't do anything related to relocating, just return nil.
7040 (bookmark-error-no-filename): New error.
7041 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7042 bookmark has no file. Don't even attempt to handle things that
7043 are not files; the whole point of custom handlers is to keep that
7044 knowledge elsewhere anyway. Tighten some comments.
7045 (bookmark-file-or-variation-thereof): Remove now-unused function.
7046 (bookmark-location): Doc string fix.
7047 (Bug#4250)
7048
7049 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7050
7051 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7052 don't use a file dialog, because they usually don't know how to read
7053 a directory target from the user. (Bug#4230)
7054 Also, make sure the prompt can display directories as well as files.
7055
7056 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7057
7058 * bookmark.el (bookmark-set, bookmark-buffer-name):
7059 Improve doc strings. (Bug#1193)
7060
7061 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7062
7063 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7064 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7065 (bookmark-get-annotation, bookmark-set-annotation)
7066 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7067 (bookmark-set-position, bookmark-get-front-context-string)
7068 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7069 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7070 (bookmark-jump-other-window, bookmark-handle-bookmark)
7071 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7072 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7073 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7074 Improve doc strings to say whether bookmark can be a string or
7075 a record or both, and make other consistency and clarity fixes.
7076 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7077 (bookmark-default-annotation-text, bookmark-yank-word)
7078 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7079 (bookmark-import-new-list, bookmark-maybe-rename)
7080 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7081 (bookmark-bmenu-bookmark): Give these doc strings.
7082 (bookmark-bmenu-check-position): Give this a doc string, but also
7083 add a FIXME comment about how the function may be pointless.
7084 (bookmark-default-handler): Rework doc string and change a
7085 parameter name, to clarify that this takes a bookmark record
7086 not a bookmark name.
7087 (bookmark-set): Change a parameter name to indicate its meaning,
7088 and improve the doc string a bit.
7089 (Bug#4188)
7090
7091 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7092
7093 * bookmark.el (bookmark-alist): Document the new `handler' element
7094 in the param alist.
7095 (bookmark-make-record-function): Adjust documentation for above.
7096 (Bug#4193)
7097
7098 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7099
7100 * info.el (Info-bookmark-make-record): Document this function.
7101 (Info-bookmark-jump): Document with a doc string, not just a comment.
7102 (Bug#4203)
7103
7104 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7105
7106 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
7107 (semantic-new-buffer-fcn): Call parser setup functions here.
7108 (semantic-mode): Don't call parser setup functions here, it's done
7109 in semantic-new-buffer-fcn now.
7110 (semantic-mode): Parse all existing buffers when enabled.
7111
7112 * cedet/srecode/compile.el (srecode-compile-file):
7113 Call semantic-new-buffer-fcn if the buffer has not been parsed.
7114
7115 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7116
7117 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
7118
7119 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
7120 (proj-comp-insert-variable-once): New macro, renamed from
7121 ede-pmake-insert-variable-once in ede/pmake.edl.
7122 (ede-proj-makefile-insert-variables): Use it.
7123
7124 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7125
7126 * files.el (copy-directory): New defun.
7127
7128 * dired-aux.el (dired-copy-file-recursive): Use it.
7129
7130 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7131
7132 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7133 (makefile-end-of-command):
7134 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7135 (semantic-end-of-context): Fix previous change. Doc fixes.
7136
7137 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7138
7139 * files-x.el (modify-dir-local-variable)
7140 (copy-dir-locals-to-file-locals-prop-line):
7141 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7142 (makefile-end-of-command):
7143 * cedet/semantic/lex.el (semantic-lex-token):
7144 * cedet/semantic/analyze/fcn.el
7145 (semantic-analyze-dereference-metatype-1):
7146 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
7147 (semantic-lex-cpp-undef):
7148 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
7149 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7150 (semantic-end-of-context): Fix typos in docstrings.
7151
7152 * recentf.el (recentf-unload-function): New function.
7153
7154 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7155
7156 * cedet/ede.el (ede-project-placeholder-cache-file):
7157 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
7158 * cedet/srecode/map.el (srecode-map-save-file):
7159 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
7160
7161 2009-10-04 Glenn Morris <rgm@gnu.org>
7162
7163 * window.el (window-full-height-p): Add doc string.
7164
7165 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7166
7167 * window.el (window-full-height-p): New function. (Bug#4543)
7168
7169 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
7170
7171 * cedet/srecode/insert.el: Require srecode/args.
7172
7173 * cedet/srecode/args.el: Require srecode/dictionary instead of
7174 srecode/insert.
7175
7176 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
7177
7178 * files.el (auto-mode-alist): Add .srt and Project.ede.
7179
7180 * cedet/semantic.el (semantic-mode):
7181 Handle srecode-template-mode-hook as well.
7182 (semantic-mode): Use js-mode-hook for Javascript hook.
7183
7184 * cedet/srecode/template.el: Remove hook variable.
7185
7186 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
7187
7188 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
7189 projects exist.
7190 (ede-project-placeholder-cache-file): Default to a file in
7191 user-emacs-directory.
7192
7193 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
7194 templates in data-directory.
7195 (srecode-map-save-file): Default to a file in user-emacs-directory.
7196
7197 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
7198 directory.
7199
7200 2009-09-30 Eric Ludlam <zappo@gnu.org>
7201
7202 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
7203 Doc fix.
7204
7205 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
7206 Only insert each variable once.
7207
7208 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
7209 (ede-pmake-insert-variable-shared): Use it.
7210
7211 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
7212 for lexical table iff table is nil.
7213
7214 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7215
7216 * vc.el: Remove commented out code.
7217 (vc-derived-from-dir-mode): Remove, unused.
7218 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7219
7220 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7221
7222 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7223 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7224 there could be recursive loading when `default-directory' is a
7225 remote file name. (Bug#4614)
7226
7227 2009-10-03 Glenn Morris <rgm@gnu.org>
7228
7229 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7230 the frame is wide.
7231 (calendar-generate-window): Test for shrinkability rather than width.
7232
7233 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
7234 declaration, currently false.
7235
7236 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7237 reusing existing buffers, in case we happen to visit two files with the
7238 same basename. (Bug#4593)
7239
7240 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7241
7242 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7243 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7244 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7245 subdirs of cedet as well.
7246 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7247
7248 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7249
7250 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7251 Obey advertised-signature-table.
7252
7253 * help-fns.el (help-function-arglist): Don't check
7254 advertised-signature-table.
7255 (describe-function-1): Do it here instead so it also applies to subrs.
7256
7257 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7258
7259 * simple.el (start-file-process): Say in the doc-string, that file
7260 handlers might not support pty association, if PROGRAM is nil.
7261
7262 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7263 HOST and USER are strings. They are nil, when there are
7264 incomplete entries in ~/.netrc, for example.
7265 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7266 root directory ("device busy" error otherwise).
7267
7268 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7269 Flush file properties of created directory.
7270
7271 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7272
7273 * makefile.w32-in (WINS_BASIC): Remove cedet.
7274 (WINS_CEDET): Add cedet.
7275 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7276
7277 2009-10-02 Kevin Ryde <user42@zip.com.au>
7278
7279 * net/browse-url.el (browse-url): Pass any symbol in
7280 browse-url-browser-function to `apply', since if you've mistakenly put
7281 an unbound symbol then the error is clearer. (Bug#4531)
7282
7283 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7284
7285 * allout.el (allout-init, allout-back-to-current-heading)
7286 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7287 (allout-ascend, allout-up-current-level, allout-end-of-level)
7288 (allout-previous-visible-heading, allout-forward-current-level)
7289 (allout-backward-current-level, allout-show-children):
7290 * apropos.el (apropos-describe-plist):
7291 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7292 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7293 * completion.el (add-completion, add-permanent-completion):
7294 * descr-text.el (describe-text-category, describe-char):
7295 * desktop.el (desktop-lazy-abort):
7296 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7297 * dired.el (dired-build-subdir-alist):
7298 * ediff.el (ediff-version):
7299 * elide-head.el (elide-head, elide-head-show):
7300 * emerge.el (emerge-version):
7301 * env.el (getenv):
7302 * face-remap.el (variable-pitch-mode):
7303 * faces.el (describe-face):
7304 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7305 (dired-at-point):
7306 * files.el (find-file-existing, auto-save-mode):
7307 * font-lock.el (font-lock-fontify-buffer):
7308 * help-fns.el (describe-function, describe-variable)
7309 (describe-syntax, describe-categories):
7310 * help.el (view-lossage, describe-bindings, describe-key)
7311 (describe-mode):
7312 * hexl.el (hexl-current-address):
7313 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7314 * info.el (Info-goto-emacs-key-command-node):
7315 * log-edit.el (log-edit-insert-cvs-template)
7316 (log-edit-insert-cvs-rcstemplate):
7317 * menu-bar.el (menu-bar-mode):
7318 * mouse.el (mouse-appearance-menu):
7319 * newcomment.el (comment-indent-new-line):
7320 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7321 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7322 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7323 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7324 * recentf.el (recentf-mode):
7325 * savehist.el (savehist-mode, savehist-save):
7326 * shadowfile.el (shadow-copy-files):
7327 * simple.el (kill-ring-save, next-line, previous-line)
7328 (normal-erase-is-backspace-mode):
7329 * strokes.el (strokes-update-window-configuration)
7330 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7331 (strokes-xpm-for-stroke):
7332 * time.el (emacs-uptime, emacs-init-time):
7333 * tutorial.el (tutorial--describe-nonstandard-key)
7334 (tutorial--detailed-help):
7335 * type-break.el (type-break-mode)
7336 (type-break-mode-line-message-mode, type-break-query-mode)
7337 (type-break-guesstimate-keystroke-threshold):
7338 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7339 * version.el (emacs-version):
7340 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7341 * winner.el (winner-mode):
7342 * calendar/timeclock.el (timeclock-in, timeclock-out)
7343 (timeclock-status-string, timeclock-change)
7344 (timeclock-workday-remaining-string)
7345 (timeclock-workday-elapsed-string)
7346 (timeclock-when-to-leave-string):
7347 * calendar/todo-mode.el (todo-add-category):
7348 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7349 * emacs-lisp/autoload.el (update-file-autoloads):
7350 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7351 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7352 (checkdoc-message-text, checkdoc-defun):
7353 * emacs-lisp/debug.el (debugger-list-functions):
7354 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7355 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7356 (eieio-describe-generic):
7357 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7358 * emacs-lisp/shadow.el (list-load-path-shadows):
7359 * emulation/cua-base.el (cua-mode):
7360 * emulation/edt.el (edt-set-scroll-margins):
7361 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7362 (tpu-toggle-regexp, tpu-toggle-search-direction)
7363 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7364 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7365 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7366 (viper-set-parsing-style-toggling-macro)
7367 (viper-set-emacs-state-searchstyle-macros):
7368 * emulation/viper.el (viper-set-hooks):
7369 * eshell/esh-mode.el (eshell-truncate-buffer):
7370 * international/mule-cmds.el (prefer-coding-system)
7371 (describe-input-method, describe-language-environment):
7372 * international/mule-diag.el (list-character-sets)
7373 (describe-character-set, describe-coding-system)
7374 (describe-fontset, list-fontsets, list-input-methods):
7375 * mail/sendmail.el (mail-signature):
7376 * net/ange-ftp.el (ange-ftp-copy-file):
7377 * net/browse-url.el (browse-url):
7378 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7379 * net/quickurl.el (quickurl-add-url):
7380 * net/rcirc.el (names, topic):
7381 * net/xesam.el (xesam-mode):
7382 * play/5x5.el (5x5-new-game):
7383 * play/yow.el (apropos-zippy):
7384 * progmodes/ada-mode.el (ada-mode-version):
7385 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7386 (f90-end-of-block)
7387 (f90-beginning-of-block):
7388 * progmodes/fortran.el (fortran-end-of-block)
7389 (fortran-beginning-of-block):
7390 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7391 * progmodes/python.el (python-describe-symbol, python-shell):
7392 * term/ns-win.el (ns-print-buffer):
7393 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7394 * textmodes/flyspell.el (flyspell-mode-on):
7395 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7396 (pages-directory-for-addresses):
7397 * textmodes/table.el (table-recognize-cell)
7398 (table-query-dimension, table-generate-source)
7399 (table-insert-sequence, table--warn-incompatibility):
7400 * textmodes/tex-mode.el (tex-validate-buffer):
7401 * textmodes/texinfmt.el (texinfmt-version)
7402 (texinfo-format-buffer):
7403 Use `called-interactively-p' instead of `interactive-p'.
7404
7405 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7406
7407 * image-mode.el (image-toggle-display):
7408 * emacs-lisp/elp.el (elp-instrument-function):
7409 * emacs-lisp/advice.el (ad-make-advised-definition):
7410 * emacs-lisp/easy-mmode.el (define-minor-mode):
7411 * net/browse-url.el (browse-url-maybe-new-window):
7412 * progmodes/sh-script.el (sh-learn-buffer-indent):
7413 Pass new argument 'any to `called-interactively-p'.
7414
7415 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7416
7417 * international/uni-bidi.el:
7418 * international/uni-category.el:
7419 * international/uni-combining.el:
7420 * international/uni-comment.el:
7421 * international/uni-decimal.el:
7422 * international/uni-decomposition.el:
7423 * international/uni-digit.el:
7424 * international/uni-lowercase.el:
7425 * international/uni-mirrored.el:
7426 * international/uni-name.el:
7427 * international/uni-numeric.el:
7428 * international/uni-old-name.el:
7429 * international/uni-titlecase.el:
7430 * international/uni-uppercase.el:
7431 Regenerate from Unicode 5.2.0 data.
7432
7433 2009-10-01 Glenn Morris <rgm@gnu.org>
7434
7435 * Makefile.in (ELCFILES): Regenerate.
7436
7437 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7438
7439 * subr.el (interactive-p): Mark obsolete.
7440 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7441 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7442 advertised-signature-table for subroutines as well.
7443
7444 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7445 (set-advertised-calling-convention): New function.
7446 (make-obsolete, define-obsolete-function-alias)
7447 (make-obsolete-variable, define-obsolete-variable-alias):
7448 Make the optional-ness of `when' obsolete.
7449 (define-obsolete-face-alias): Make `when' non-optional.
7450 * help-fns.el (help-function-arglist):
7451 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7452 Use advertised-signature-table.
7453
7454 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7455
7456 * files.el (delete-directory): New defun. The original function
7457 in fileio.c has been renamed to `delete-directory-internal'.
7458
7459 * dired.el (dired-delete-file): Call `delete-directory' with
7460 RECURSIVE parameter.
7461
7462 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7463 parameter RECURSIVE. Implementation is missing.
7464
7465 * net/tramp.el (tramp-handle-make-directory): Flush upper
7466 directory's file properties.
7467 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7468 (tramp-handle-dired-recursive-delete-directory): Flush directory
7469 properties after the remove command only.
7470
7471 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7472 Handle optional parameter RECURSIVE.
7473
7474 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7475 Handle optional parameter RECURSIVE.
7476
7477 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7478 connection timeout.
7479 (tramp-smb-handle-delete-directory): Handle optional parameter
7480 RECURSIVE.
7481
7482 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7483
7484 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7485 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7486 (byte-compile-defmacro): Use backquotes.
7487
7488 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7489
7490 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7491 has no associated file.
7492 (vc-resynch-buffer): Use vc-dir-buffers.
7493
7494 2009-10-01 Glenn Morris <rgm@gnu.org>
7495
7496 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7497 (chart-file-count):
7498 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7499 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7500 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7501 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7502 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7503 (eieio-copy-parents-into-subclass, make-instance, class-children)
7504 (eieio-generic-form):
7505 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7506 * cedet/cedet-idutils.el (cedet-idutils-search)
7507 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7508 (cedet-idutils-version-check):
7509 * cedet/cedet.el (cedet-version):
7510 * cedet/data-debug.el (data-debug-insert-overlay-button)
7511 (data-debug-insert-overlay-list-button)
7512 (data-debug-insert-buffer-button)
7513 (data-debug-insert-buffer-list-button)
7514 (data-debug-insert-process-button, data-debug-insert-ring-button)
7515 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7516 (data-debug-insert-stuff-vector-button)
7517 (data-debug-insert-symbol-button, data-debug-insert-string)
7518 (data-debug-insert-number, data-debug-insert-lambda-expression)
7519 (data-debug-insert-nil, data-debug-insert-simple-thing)
7520 (data-debug-insert-custom, data-debug-edebug-expr):
7521 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7522 (global-ede-mode-map, ede-new, ede-debug-target)
7523 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7524 * cedet/semantic.el (semantic-minimum-working-buffer-size)
7525 (semantic-fetch-tags, semantic-submode-list)
7526 (semantic-default-submodes):
7527 * cedet/ede/source.el (ede-source-match):
7528 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7529 (project-am-package-info):
7530 * cedet/ede/proj.el (ede-proj-target, project-new-target):
7531 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7532 * cedet/ede/proj-comp.el (ede-current-build-list):
7533 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7534 * cedet/ede/files.el (ede-toplevel-project-or-nil):
7535 * cedet/ede/cpp-root.el (initialize-instance):
7536 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7537 (autoconf-parameter-strip, autoconf-insert-new-macro):
7538 * cedet/semantic/wisent.el (wisent-lex-eoi):
7539 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7540 (semantic-show-parser-state-mode):
7541 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7542 * cedet/semantic/tag.el (semantic-tag-new-variable)
7543 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7544 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7545 (semantic--tag-deep-copy-tag-list)
7546 (semantic-tag-components-with-overlays-default):
7547 * cedet/semantic/symref.el (semantic-symref-find-text):
7548 * cedet/semantic/senator.el (senator-yank-tag)
7549 (senator-transpose-tags-up):
7550 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7551 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7552 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7553 * cedet/semantic/lex.el (semantic-lex-comment-regex)
7554 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7555 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7556 * cedet/semantic/lex-spp.el
7557 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7558 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7559 * cedet/semantic/idle.el
7560 (semantic-idle-summary-current-symbol-info-brutish)
7561 (semantic-idle-summary-current-symbol-info-default):
7562 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7563 (semantic--grammar-macro-compl-dict):
7564 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7565 * cedet/semantic/format.el (semantic-format-tag-custom-list)
7566 (semantic-format-tag-canonical-name-default):
7567 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7568 (semantic-find-tags-for-completion)
7569 (semantic-find-tags-by-scope-protection-default)
7570 (semantic-deep-find-tags-for-completion):
7571 * cedet/semantic/edit.el
7572 (semantic-edits-incremental-reparse-failed-hook)
7573 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7574 (semantic-edits-splice-remove, semantic-edits-splice-replace):
7575 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7576 * cedet/semantic/dep.el (semantic-dependency-include-path):
7577 * cedet/semantic/db.el (semanticdb-default-find-index-class)
7578 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7579 (semanticdb-project-roots):
7580 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7581 (semanticdb-find-adebug-insert-scanned-tag-cons)
7582 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7583 (semanticdb-brute-deep-find-tags-for-completion):
7584 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7585 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7586 (semantic-end-of-context-default)
7587 (semantic-ctxt-current-function-default)
7588 (semantic-ctxt-scoped-types-default):
7589 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7590 (semantic-complete-inline-tag-engine)
7591 (semantic-complete-inline-custom-type)
7592 (semantic-complete-read-tag-analyzer):
7593 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7594 (semantic-chart-database-size):
7595 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7596 (semantic-analyze-current-context):
7597 * cedet/semantic/symref/list.el (semantic-symref)
7598 (semantic-symref-hide-buffer, semantic-symref-symbol):
7599 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7600 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7601 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7602 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7603 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7604 (semantic-c-dereference-template):
7605 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7606 (semantic--analyze-refs-full-lookup-with-parents)
7607 (semantic--analyze-refs-full-lookup-simple):
7608 * cedet/semantic/analyze/complete.el
7609 (semantic-analyze-possible-completions):
7610 * cedet/srecode/table.el (srecode-mode-table-new):
7611 * cedet/srecode/srt.el (srecode-read-variable-name):
7612 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7613 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7614 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7615 * cedet/srecode/map.el (srecode-current-map):
7616 * cedet/srecode/insert.el (srecode-insert)
7617 (srecode-insert-variable-secondname-handler, srecode-insert-method)
7618 (srecode-template-inserter-point-override)
7619 (srecode-insert-include-lookup):
7620 * cedet/srecode/getset.el (srecode-auto-choose-class):
7621 * cedet/srecode/extract.el (srecode-inserter-extract):
7622 * cedet/srecode/document.el
7623 (srecode-document-autocomment-return-last-alist)
7624 (srecode-document-autocomment-param-type-alist)
7625 (srecode-document-insert-function-comment)
7626 (srecode-document-insert-variable-one-line-comment)
7627 (srecode-document-function-name-comment):
7628 * cedet/srecode/dictionary.el (srecode-create-dictionary)
7629 (srecode-compound-toString):
7630 * cedet/srecode/compile.el (srecode-flush-active-templates):
7631 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
7632 Doc/message fixes.
7633
7634 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7635 match-data. (Bug#4555).
7636
7637 * cedet/semantic/bovine/gcc.el
7638 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7639 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7640
7641 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7642 rather than parsing it as a regexp. This relaxes the layout
7643 requirements and makes errors easier to detect.
7644 (check-declare-verify): Check file is regular.
7645 (check-declare-directory): Doc fix.
7646 * subr.el (declare-function): Doc fix.
7647
7648 * ibuffer.el (ibuffer-format-qualifier):
7649 * isearch.el (hi-lock-regexp-okay):
7650 * calc/calc.el (math-zerop):
7651 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7652 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7653 Remove unused declarations.
7654
7655 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7656
7657 * cedet/semantic/wisent/javat-wy.el
7658 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7659
7660 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
7661
7662 * cedet/srecode/expandproto.el: Fix provide statement.
7663
7664 2009-09-30 Eric Ludlam <zappo@gnu.org>
7665
7666 * emacs-lisp/eieio.el (boolean-p): Delete.
7667
7668 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
7669
7670 * cedet/ede/srecode.el: Fix provide statement.
7671
7672 2009-09-30 Glenn Morris <rgm@gnu.org>
7673
7674 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7675 * cedet/ede/proj-aux.el (ede-aux-source):
7676 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7677 (ede-misc-source):
7678 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7679 (semantic-mrub-switch-tags): Fix doc typos.
7680
7681 * cedet/semantic/db-global.el (data-debug-new-buffer)
7682 (data-debug-insert-thing): Remove unneeded declarations (one broken).
7683 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7684
7685 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7686
7687 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7688 use of CL function `remove-if-not'.
7689
7690 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7691
7692 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7693 filename is not a string.
7694
7695 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
7696
7697 * files.el (safe-local-eval-forms): Fix typo.
7698
7699 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7700
7701 * vc-hooks.el (vc-dir-buffers): New var.
7702 (vc-state-refresh): New function.
7703 (vc-state): Use it.
7704 (vc-after-save): Always ask the backend to recompute the new state.
7705 Always call vc-dir if necessary, using vc-dir-buffers.
7706 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7707 Use vc-dir-buffers.
7708 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7709 (vc-dir-prepare-status-buffer, vc-dir-update)
7710 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7711 Don't call expand-file-name on default-directory.
7712
7713 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7714
7715 * speedbar.el (speedbar-item-delete):
7716 * calc/calc-prog.el (calc-kbd-if):
7717 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7718
7719 * epa.el (epa-key-list-mode-map):
7720 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7721
7722 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7723 (hs-show-hook): Fix typo in docstring.
7724
7725 2009-09-29 Glenn Morris <rgm@gnu.org>
7726
7727 * cedet/semantic/symref/idutils.el:
7728 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7729
7730 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7731
7732 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7733 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7734 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7735 Mark declarations not understood by check-declare.
7736
7737 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7738 file-name-nondirectory call preventing location of cedet files.
7739 (check-declare-verify): Use literal search rather than re-search.
7740 Add basic defmethod and defclass, and define-overloadable-function.
7741
7742 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7743 Use tramp-compat-file-attributes rather than nonexistent
7744 tramp-compat-handle-file-attributes.
7745
7746 * Makefile.in (lisptagsfiles4): New.
7747 (AUTOGENEL): Add cedet loaddefs files.
7748 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7749 (update-elclist, compile-always, backup-compiled-files)
7750 (bootstrap-clean): Add yet another directory level.
7751 (update-elclist): Use LC_COLLATE rather than COLLATE.
7752 (ELCFILES): Update, via `make update-elclist'.
7753
7754 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7755
7756 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7757 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7758 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7759
7760 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7761
7762 * Makefile.in (lisptagsfiles3): Define.
7763 (TAGS, TAGS-LISP): Use it.
7764 (update-elclist): Add third directory level to look for elc files.
7765 (compile-always): Likewise.
7766 (backup-compiled-files): Likewise.
7767 (bootstrap-clean): Likewise.
7768 (ELCFILES): Update.
7769
7770 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
7771
7772 * Makefile.in (ELCFILES): Add CEDET files.
7773
7774 2009-09-28 Eric Ludlam <zappo@gnu.org>
7775
7776 CEDET (development tools) package merged.
7777
7778 * cedet/*.el:
7779 * cedet/ede/*.el:
7780 * cedet/semantic/*.el:
7781 * cedet/srecode/*.el: New files.
7782
7783 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
7784
7785 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7786
7787 * net/tramp.el (top): Require tramp-imap.
7788
7789 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7790 Use `tramp-compat-handle-file-attributes'.
7791
7792 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7793
7794 * net/tramp-imap.el: New package.
7795
7796 2009-09-28 Eric Ludlam <zappo@gnu.org>
7797
7798 * emacs-lisp/chart.el:
7799 * emacs-lisp/eieio-base.el:
7800 * emacs-lisp/eieio-comp.el:
7801 * emacs-lisp/eieio-custom.el:
7802 * emacs-lisp/eieio-datadebug.el:
7803 * emacs-lisp/eieio-opt.el:
7804 * emacs-lisp/eieio-speedbar.el:
7805 * emacs-lisp/eieio.el: New files.
7806
7807 * cedet/cedet-cscope.el:
7808 * cedet/cedet-files.el:
7809 * cedet/cedet-global.el:
7810 * cedet/cedet-idutils.el:
7811 * cedet/data-debug.el:
7812 * cedet/inversion.el:
7813 * cedet/mode-local.el:
7814 * cedet/pulse.el: New files.
7815
7816 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7817
7818 * whitespace.el (whitespace-trailing-regexp)
7819 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7820 Fix doc string.
7821
7822 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
7823
7824 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7825 menu.
7826
7827 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7828 menu-bar-ediff-menu.
7829
7830 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7831 define-overloadable-function.
7832
7833 * progmodes/autoconf.el: Provide autoconf as well, so that this
7834 file can be `require'd.
7835
7836 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7837
7838 * emacs-lisp/autoload.el (generated-autoload-feature)
7839 (generated-autoload-load-name): New vars.
7840 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7841 (make-autoload): Recognize define-overloadable-function and
7842 defclass forms (for EIEIO).
7843
7844 * Makefile.in (update-subdirs): Exclude cedet directory.
7845
7846 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7847
7848 * term/ns-win.el: Don't set the region face background. (Bug#4381)
7849
7850 * faces.el: Default light-background background for region face to
7851 ns_selection_color under NS.
7852
7853 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7854
7855 * net/imap-hash.el: New library, see NEWS.
7856
7857 * Makefile.in (ELCFILES): Add imap-hash.el.
7858
7859 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7860
7861 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7862 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7863 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7864 definition where the docstring could be taken for the return value.
7865
7866 2009-09-26 Glenn Morris <rgm@gnu.org>
7867
7868 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7869 Add option to only show images below a certain size.
7870 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7871 save-excursion calls.
7872
7873 2009-09-26 Eli Zaretskii <eliz@gnu.org>
7874
7875 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7876 subdirectories) and eieio.
7877
7878 2009-09-26 Alan Mackenzie <acm@muc.de>
7879
7880 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7881 buggy bracketing. (Bug#4289)
7882
7883 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7884 character constants (as case labels). (Bug#4289)
7885
7886 2009-09-25 Juri Linkov <juri@jurta.org>
7887
7888 * files.el (safe-local-eval-forms): Allow time-stamp in
7889 before-save-hook (Bug#4554).
7890
7891 2009-09-25 Drew Adams <drew.adams@oracle.com>
7892
7893 * menu-bar.el (list-buffers-directory): Doc fix.
7894
7895 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7896
7897 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7898 Try and avoid copying twice the same paragraph.
7899 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7900 Remove save-excursion.
7901 (log-edit-changelog-entry): Do it here instead.
7902
7903 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
7904
7905 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7906 when available, instead of hardcoding mode names. Doc fix.
7907
7908 * menu-bar.el (list-buffers-directory): Add docstring.
7909 Make automatically buffer-local.
7910
7911 * dired.el (dired-mode):
7912 * files.el (cd-absolute):
7913 * pcvs.el (cvs-temp-buffer):
7914 * pcvs-util.el (cvs-get-buffer-create):
7915 * shell.el (shell-mode):
7916 * vc-dir.el (vc-dir-mode):
7917 Don't make `list-buffers-directory' buffer local.
7918
7919 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7920
7921 * comint.el (comint-exec, comint-run, make-comint):
7922 Doc fixes (Bug#4542).
7923
7924 2009-09-25 Glenn Morris <rgm@gnu.org>
7925
7926 * mail/rmailmm.el (rmail-mime): New custom group.
7927 Move all defcustoms in this file into this group.
7928 (rmail-mime-media-type-handlers-alist): Revert previous change.
7929 (rmail-mime-show-images): New option.
7930 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7931 references to it, since it wasn't actually used for anything.
7932 (rmail-mime-insert-image): New function.
7933 (rmail-mime-image): Use rmail-mime-insert-image.
7934 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7935 obey the value of `rmail-mime-show-images' option. Print the size of
7936 attachments.
7937
7938 2009-09-25 David Engster <deng@randomsample.de>
7939
7940 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7941
7942 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7943
7944 * whitespace.el: Does not highlight trailing spaces While point is
7945 at end of line. Does not highligt spaces at beginning of buffer
7946 while point is at beginning of buffer. Does not highlight spaces
7947 at end of buffer while point is at end of buffer. (Bug#4177)
7948 New version 12.0.
7949 (whitespace-display-mappings): Adjust initialization.
7950 (whitespace-point, whitespace-font-lock-refontify): New vars.
7951 (whitespace-color-on, whitespace-color-off): Adjust code.
7952 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7953 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7954 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7955
7956 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
7957
7958 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7959
7960 * textmodes/sgml-mode.el: Remove xml-mode alias.
7961
7962 * files.el (auto-mode-alist, conf-mode-maybe)
7963 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7964
7965 2009-09-24 Alan Mackenzie <acm@muc.de>
7966
7967 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7968 c-forward-conditionals, but it doesn't move point and doesn't set
7969 the mark.
7970 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7971 (c-down-conditional-with-else, c-backward-conditional)
7972 (c-forward-conditional): Refactor to use c-scan-conditionals.
7973
7974 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7975
7976 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7977 (help-default-arg-highlight): Remove.
7978 (help-highlight-arg): New function.
7979 (help-do-arg-highlight): Use it.
7980 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7981
7982 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7983
7984 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7985 Undo last change, which didn't fix the problem and introduced others.
7986
7987 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
7988
7989 * progmodes/gdb-mi.el: Don't require speedbar.
7990 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7991
7992 2009-09-24 Glenn Morris <rgm@gnu.org>
7993
7994 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7995
7996 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7997
7998 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7999 there is no newline after the final mime boundary. (Bug#4539)
8000 Move markers on insertion so that any buttons inserted don't end up in
8001 the next part of a multipart message.
8002 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8003 (rmail-mime-bulk-handler): Optionally handle images.
8004 (rmail-mime-image): New button action.
8005 (rmail-mime-image-handler): New function.
8006 (rmail-mime-mode): New mode.
8007 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8008
8009 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8010
8011 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8012 than just dropping elements from it (bug#4504).
8013
8014 * term.el (term-set-scroll-region): Don't move cursor any more.
8015 (term-handle-ansi-escape): Call term-goto here instead.
8016 Suggested by Ivan Kanis <apple@kanis.eu>.
8017
8018 * term.el: Require CL.
8019 (term-ansi-reset): New function.
8020 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8021 (term-handle-colors-array): Simplify.
8022
8023 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8024
8025 * allout.el (allout-overlay-interior-modification-handler)
8026 (allout-obtain-passphrase):
8027 * epa-file.el (epa-file-write-region):
8028 * ps-print.el (ps-begin-job):
8029 * vc-hooks.el (vc-toggle-read-only):
8030 * vc-rcs.el (vc-rcs-rollback):
8031 * vc-sccs.el (vc-sccs-rollback):
8032 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8033 (vc-version-diff, vc-revert, vc-rollback):
8034 * wdired.el (wdired-check-kill-buffer):
8035 * emacs-lisp/authors.el (authors):
8036 * net/socks.el (socks-open-connection):
8037 * net/zeroconf.el (zeroconf-service-add-hook):
8038 * obsolete/vc-mcvs.el (vc-mcvs-register):
8039 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8040 (gdb-select-frame):
8041 * progmodes/grep.el (lgrep, rgrep):
8042 * progmodes/idlw-help.el (idlwave-help-check-locations)
8043 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8044 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8045 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8046 (reftex-toc-rename-label): Fix typos in error messages.
8047
8048 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8049 (dired-copy-how-to-fn): Doc fix.
8050 (dired-files-attributes, dired-read-shell-command):
8051 Fix typos in docstrings.
8052
8053 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8054 (dired-x-find-file-other-window): Reflow docstrings.
8055 (dired-omit-marker-char, dired-read-shell-command)
8056 (dired-x-submit-report): Fix typos in docstrings.
8057
8058 * shell.el (shell-mode-hook):
8059 * view.el (View-scroll-line-forward):
8060 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8061 Fix typos in docstrings.
8062
8063 * net/dig.el (dig-invoke): Fix typo in docstring.
8064 (query-dig): Reflow docstring.
8065
8066 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8067 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8068 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8069 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8070 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8071 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8072 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8073 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8074 (idlwave-completion-map, idlwave-current-indent)
8075 (idlwave-custom-ampersand-surround, idlwave-customize)
8076 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8077 (idlwave-define-abbrev, idlwave-determine-class-special)
8078 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8079 (idlwave-end-block-reg, idlwave-end-of-statement)
8080 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8081 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8082 (idlwave-explicit-class-listed, idlwave-file-header)
8083 (idlwave-fill-paragraph, idlwave-find-class-definition)
8084 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8085 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8086 (idlwave-in-quote, idlwave-indent-action-table)
8087 (idlwave-indent-expand-table, idlwave-indent-line)
8088 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8089 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8090 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8091 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8092 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8093 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8094 (idlwave-outlawed-buffers, idlwave-popup-select)
8095 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8096 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8097 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8098 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8099 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8100 (idlwave-statement-type, idlwave-struct-skip)
8101 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8102 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8103 (idlwave-what-module-find-class): Fix typos in docstrings.
8104 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8105 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8106 (idlwave-find-module, idlwave-find-structure-definition)
8107 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8108 (idlwave-list-load-path-shadows, idlwave-next-statement)
8109 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8110 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8111 (idlwave-template): Reflow docstrings.
8112
8113 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8114 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8115 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8116 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8117 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8118 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8119 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8120 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8121 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8122 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8123 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8124 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8125 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8126 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8127 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8128 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8129 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8130 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8131 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8132 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8133 Fix typos in docstrings.
8134 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8135 (idlwave-shell-hide-output, idlwave-shell-mode)
8136 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8137 Reflow docstrings.
8138
8139 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8140
8141 2009-09-24 Ivan Kanis <apple@kanis.eu>
8142
8143 * term.el (term-bold-attribute): New var.
8144 (term-handle-colors-array): Use it.
8145
8146 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8147
8148 * progmodes/gdb-mi.el (gdb-version): New variable.
8149 (gdb-non-stop-handler): Set gdb-version.
8150 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8151 Condition "--thread" option on gdb-version.
8152 (gdb-invalidate-threads): Remove unused argument.
8153
8154 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8155
8156 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8157 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8158
8159 2009-09-23 Glenn Morris <rgm@gnu.org>
8160
8161 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8162 replying to mail without References or Message-Id. (Bug#4525)
8163
8164 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8165
8166 * term/ns-win.el (ns-reg-to-script): New variable.
8167
8168 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8169
8170 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8171
8172 2009-09-22 Sam Steingold <sds@gnu.org>
8173
8174 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8175 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8176 to 1 because hg returns status 1 when nothing is found.
8177 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8178
8179 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8180
8181 * textmodes/fill.el: Convert to utf-8 encoding.
8182 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8183 pre-unicode days.
8184
8185 * add-log.el (change-log-fill-forward-paragraph): New function.
8186 (change-log-mode): Use it so fill-region DTRT.
8187 Set fill-indent-according-to-mode here rather than in
8188 change-log-fill-paragraph.
8189 (change-log-fill-paragraph): Remove.
8190
8191 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8192
8193 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8194 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8195
8196 2009-09-22 Glenn Morris <rgm@gnu.org>
8197
8198 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8199 the scroll-bar scroll the calendar window rather than the buffer.
8200
8201 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8202 commands that move point (as opposed to scrolling).
8203
8204 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8205
8206 * emacs-lisp/elint.el (elint): New custom group.
8207 (elint-log-buffer): Make it a defcustom.
8208 (elint-scan-preloaded, elint-ignored-warnings)
8209 (elint-directory-skip-re): New options.
8210 (elint-builtin-variables): Doc fix.
8211 (elint-preloaded-env): New variable.
8212 (elint-unknown-builtin-args): Add an entry for encode-time.
8213 (elint-extra-errors): Make it a variable rather than a constant.
8214 (elint-preloaded-skip-re): New constant.
8215 (elint-directory): Skip files matching elint-directory-skip-re.
8216 (elint-features): New variable, local to linted buffers.
8217 (elint-update-env): Initialize elint-features. Possibly add
8218 elint-preloaded-env to the buffer's environment.
8219 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8220 Skip quoted forms.
8221 (elint-init-form): New function, extracted from elint-init-env.
8222 Make non-list forms a warning rather than an error.
8223 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8224 easy-menu-define, put that adds an error-condition, and provide.
8225 When requiring cl, also require cl-macs. Really require cl, to handle
8226 some cl macros. Store required libraries in the list elint-features,
8227 so as not to re-load them. Treat cc-require like require.
8228 (elint-init-env): Call elint-init-form to do the work.
8229 Handle eval-and-compile and such like.
8230 (elint-add-required-env): Do not clear messages.
8231 (elint-special-forms): Add handlers for function, defalias, if, when,
8232 unless, and, or.
8233 (elint-form): Add optional argument to ignore elint-special-forms,
8234 useful to prevent recursive calls from handlers. Doc fix.
8235 Respect elint-ignored-warnings.
8236 (elint-form): Respect elint-ignored-warnings.
8237 (elint-bound-variable, elint-bound-function): New variables.
8238 (elint-unbound-variable): Respect elint-bound-variable.
8239 (elint-get-args): Respect elint-bound-function.
8240 (elint-check-cond-form): Add some simple handling for (f)boundp and
8241 featurep tests.
8242 (elint-check-defalias-form): New handler.
8243 (elint-check-let-form): Make an empty let a warning rather than an
8244 error.
8245 (elint-check-setq-form): Make an empty setq a warning rather than an
8246 error. Respect elint-ignored-warnings.
8247 (elint-check-defvar-form): Accept null doc-strings.
8248 (elint-check-conditional-form): New handler. Does some simple-minded
8249 checking of featurep and (f)boundp tests.
8250 (elint-put-function-args): New function.
8251 (elint-initialize): Use elint-scan-doc-file rather than
8252 elint-find-builtin-variables. Use elint-put-function-args.
8253 Possibly scan preloaded-file-list.
8254 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8255 extend to handle functions as well.
8256
8257 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8258
8259 * linum.el (linum-delete-overlays, linum-update-window):
8260 Do not modify the right margin. (Bug#3971)
8261
8262 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8263
8264 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8265 nxml-mode instead of xml-mode.
8266
8267 2009-09-21 Kevin Ryde <user42@zip.com.au>
8268
8269 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8270
8271 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8272
8273 * net/dig.el (dig-mode): Use define-derived-mode.
8274
8275 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8276
8277 * vc-dispatcher.el (vc-do-command): Return the process object in
8278 the asynchronous case. Use when instead of if. Do not run
8279 vc-exec-after to display a message if not enabled. (Bug#4463)
8280
8281 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8282 properties to the stash strings.
8283 (vc-git-stash-list): Return a list of strings.
8284 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8285 (vc-git-stash-show-at-point): New functions.
8286 (vc-git-stash-map): New keymap.
8287
8288 * register.el (ctl-x-r-map): Define the keys here instead of
8289 using autoload.
8290
8291 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8292
8293 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8294 list, to workaround performance problem (bug#4485).
8295
8296 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8297
8298 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8299
8300 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8301
8302 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8303 Document that this option is not recommended to use.
8304
8305 2009-09-19 Glenn Morris <rgm@gnu.org>
8306
8307 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8308 variable `var'.
8309
8310 * calc/calc-alg.el (var):
8311 * calc/calcalg2.el (var): Define for compiler.
8312
8313 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8314
8315 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8316 Doc fix (Bug#3932).
8317
8318 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8319
8320 * time-stamp.el (time-stamp-month-dd-yyyy)
8321 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8322 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8323 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8324 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8325 Remove functions that have been obsolete since 1995 (Bug#4436).
8326
8327 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8328 indent buffer only if called interactively (Bug#4452).
8329
8330 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8331 Eli Zaretskii <eliz@gnu.org>
8332
8333 This fixes bug#4197 (merged to bug#865, though not identical).
8334 * server.el (server-auth-dir): Add docstring note about FAT32.
8335 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8336 but warn against using them.
8337
8338 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8339
8340 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8341 older GDB where there is no has_more field.
8342
8343 2009-09-19 Glenn Morris <rgm@gnu.org>
8344
8345 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8346
8347 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8348
8349 * files.el (auto-mode-alist): Change default for XML files to nXML
8350 mode (Bug#4169).
8351
8352 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8353
8354 * server.el (server-ensure-safe-dir): Pass 'integer
8355 to `file-attributes', as suggested.
8356
8357 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8358
8359 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8360 (dired-query): Use read-key.
8361
8362 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8363
8364 * cus-start.el (ns-use-qd-smoothing): Remove.
8365
8366 2009-09-18 Glenn Morris <rgm@gnu.org>
8367
8368 * allout.el (top-level): Remove unnecessary progn.
8369
8370 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8371
8372 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8373 definition of abbrev table.
8374
8375 * speedbar.el (speedbar-track-mouse):
8376 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8377 * net/eudc.el (eudc-expand-inline):
8378 * net/newst-backend.el (newsticker--cache-read-feed):
8379 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8380 condition-case handlers.
8381
8382 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8383
8384 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8385 (gdb-var-list): Add an element for has_more field.
8386 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8387 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8388 (gdb-var-update-handler-1): Parse output of dynamic variable
8389 objects (STL containers).
8390 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8391 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8392
8393 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8394 gdb-var-list.
8395 (gud-speedbar-buttons): Make node expandable if expression "has more"
8396 children.
8397
8398 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8399
8400 * startup.el (emacs-quick-startup): Remove variable and all uses.
8401 (command-line): Set `inhibit-x-resources' instead.
8402 (command-line-1): Use `inhibit-x-resources' instead.
8403
8404 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8405
8406 * subr.el: Fix last change to avoid using the `unless' macro,
8407 which breaks bootstrapping.
8408
8409 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8410
8411 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8412 extended definitions, in case we reload subr.el after having
8413 loaded CL.
8414 (eval-next-after-load): Mark as obsolete.
8415
8416 2009-09-17 Juri Linkov <juri@jurta.org>
8417
8418 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8419 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8420 (menu-bar-showhide-menu, menu-bar-tools-menu)
8421 (menu-bar-describe-menu, menu-bar-help-menu)
8422 (minibuffer-local-completion-map, minibuffer-local-map):
8423 Fix list quoting.
8424
8425 2009-09-17 Glenn Morris <rgm@gnu.org>
8426
8427 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8428 arguments, whether or not it has a handler.
8429
8430 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8431
8432 * simple.el (hard-newline): Give it a doc-string.
8433
8434 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8435 (lisp-mode-syntax-table): Give them doc-strings.
8436
8437 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8438
8439 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8440 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8441 (menu-bar-options-menu, menu-bar-showhide-menu)
8442 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8443 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8444 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8445 (menu-bar-options-menu, menu-bar-tools-menu)
8446 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8447 (menu-bar-help-menu):
8448 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8449 string arguments.
8450
8451 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8452 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8453 calls for the menu names and :help.
8454
8455 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8456
8457 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8458 to :minor-mode-function (bug#4455).
8459
8460 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8461
8462 * startup.el (command-line): Initialize the window-system after
8463 processing the command-line.
8464
8465 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8466 page-delimiter matches the empty string.
8467
8468 2009-09-16 Glenn Morris <rgm@gnu.org>
8469
8470 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8471 byte-compile-not-obsolete-var. It's a list now.
8472 (byte-compile-not-obsolete-funcs): New variable.
8473 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8474 byte-compile-not-obsolete-funcs.
8475 (byte-compile-variable-ref, byte-compile-defvar): Update for
8476 byte-compile-not-obsolete-vars name-change and list nature.
8477 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8478 and variables behind (f)boundp tests.
8479 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8480
8481 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8482
8483 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8484
8485 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8486
8487 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8488 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8489 Don't autoload.
8490
8491 2009-09-15 Stephen Eglen <stephen@gnu.org>
8492
8493 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8494 the virtual-buffers, use the name of the buffer specified by
8495 find-file-noselect, as the match may be a symlink. (This was a
8496 problem if the target and the symlink had different names.)
8497
8498 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8499
8500 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8501
8502 * desktop.el (desktop-path): Check user-emacs-directory.
8503
8504 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8505
8506 * loadup.el: Use after-load-functions to GC after loading each file.
8507 Remove the explicit GC calls that used to be sprinkled around.
8508
8509 * subr.el (after-load-functions): New hook.
8510 (do-after-load-evaluation): Run it. Use string-match-p to detect
8511 `obsolete' packages, rather than painfully extracting the relevant
8512 directory name.
8513
8514 2009-09-15 Glenn Morris <rgm@gnu.org>
8515
8516 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8517 free variable `doc'.
8518
8519 * dired.el (dired-mode-map): Add menu entry for async shell command.
8520
8521 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8522 variables, also consider the .elc files, since the .el files are
8523 normally gzipped (subsequent code locates the .el.gz from the .elc).
8524
8525 * calc/calc-prog.el (arglist): Define for compiler.
8526
8527 * calendar/diary-lib.el (diary-display-function): Change the default to
8528 fancy display.
8529 (body): Define for compiler.
8530
8531 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8532 (byte-compile-file-form, byte-compile-lambda)
8533 (byte-compile-top-level-body, byte-compile-form)
8534 (byte-compile-variable-ref, byte-compile-setq)
8535 (byte-compile-setq-default, byte-compile-body)
8536 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8537 (batch-byte-compile): Give some more local variables with common names
8538 a "bytecomp-" prefix to avoid masking warnings about free variables.
8539
8540 * startup.el (command-line-1): Give local variables with common names a
8541 distinguishing prefix, so as not to hide free variable warnings during
8542 bootstrap.
8543
8544 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8545 clever and add a suffix to make a unique name, just let the user decide
8546 whether or not to overwrite it. If the input is a directory, write the
8547 default filename to that directory. (Bug#4388)
8548 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8549 is a filename-as-a-directory.
8550
8551 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8552
8553 * textmodes/page.el (what-page): Don't move to beginning of line.
8554 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8555
8556 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8557
8558 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8559
8560 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8561
8562 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8563 * help.el (help-for-help-internal): Add purecopy calls for text.
8564
8565 * vc.el (top): print-log method now takes an optional SHORTLOG
8566 argument. Add a new method: root.
8567 (vc-root-diff, vc-print-root-log): New functions.
8568 (vc-log-short-style): New variable.
8569 (vc-print-log-internal): Add support for showing short logs.
8570
8571 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8572 vc-print-root-log and vc-print-root-diff.
8573
8574 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8575 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8576 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8577 short logs.
8578
8579 * vc-cvs.el (vc-cvs-print-log):
8580 * vc-mtn.el (vc-mtn-print-log):
8581 * vc-rcs.el (vc-rcs-print-log):
8582 * vc-sccs.el (vc-sccs-print-log):
8583 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8584 that is ignored for now.
8585
8586 * vc-mtn.el (vc-mtn-annotate-command):
8587 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8588
8589 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8590
8591 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8592 to function-key-map, and give them ascii-character property.
8593 * term/x-win.el (x-alternatives-map):
8594 * term/ns-win.el (ns-alternatives-map):
8595 * term/internal.el (msdos-key-remapping-map):
8596 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8597
8598 2009-09-14 Glenn Morris <rgm@gnu.org>
8599
8600 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8601 temp-buffers (2009-09-12).
8602
8603 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8604
8605 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8606 the new read-key function.
8607
8608 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8609
8610 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8611 is defined (Bug#4405).
8612
8613 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8614
8615 * recentf.el (recentf-cleanup): Use a hash table to find
8616 duplicates (Bug#4407).
8617
8618 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
8619
8620 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8621 kp-0 to ascii equivalents (Bug#4325).
8622
8623 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8624
8625 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8626
8627 * eshell/em-hist.el:
8628 * eshell/em-dirs.el (eshell-complete-user-reference):
8629 Declare pcomplete functions and variables to avoid compiler warnings.
8630
8631 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8632
8633 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8634 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8635 * eshell/em-alias.el (eshell-aliases-file):
8636 * eshell/em-hist.el (eshell-history-file-name):
8637 Use expand-file-name instead of concat to make file names (Bug#4308).
8638
8639 2009-09-13 Glenn Morris <rgm@gnu.org>
8640
8641 * ediff-merg.el (ediff-do-merge):
8642 * filesets.el (filesets-run-cmd):
8643 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8644 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8645 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8646 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8647 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8648 Replace empty `let's with `progn'.
8649
8650 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8651
8652 * mail/sendmail.el (send-mail-function):
8653 * tooltip.el (tooltip-mode):
8654 * simple.el (transient-mark-mode):
8655 * rfn-eshadow.el (file-name-shadow-mode):
8656 * frame.el (blink-cursor-mode):
8657 * font-core.el (global-font-lock-mode):
8658 * files.el (temporary-file-directory)
8659 (small-temporary-file-directory, auto-save-file-name-transforms):
8660 * epa-hook.el (auto-encryption-mode):
8661 * composite.el (global-auto-composition-mode):
8662 Use custom-initialize-delay.
8663 * startup.el (command-line): Don't explicitly call
8664 custom-reevaluate-setting for all the above vars.
8665 * custom.el (custom-initialize-safe-set)
8666 (custom-initialize-safe-default): Delete.
8667
8668 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8669
8670 * term/x-win.el (x-initialize-window-system):
8671 * term/w32-win.el (w32-initialize-window-system):
8672 * term/ns-win.el (ns-initialize-window-system): Don't call
8673 mouse-wheel-mode since it's enabled globally by default already.
8674
8675 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8676 actually define the variable, but only silences the byte-compiler.
8677 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8678 before looking it up.
8679 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8680 is changed.
8681
8682 2009-09-12 Glenn Morris <rgm@gnu.org>
8683
8684 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8685 1000.
8686 (elint-add-required-env): Don't beep on error.
8687 (elint-forms): In case of error, return ENV unchanged.
8688 (elint-init-env): Skip non-list forms.
8689 (elint-log): Handle unknown file positions.
8690
8691 2009-09-12 Daiki Ueno <ueno@unixuser.org>
8692
8693 * epg.el (epg-make-context): Add autoload cookie.
8694 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8695 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8696 (epg-verify-string, epg-start-sign, epg-sign-file)
8697 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8698 (epg-encrypt-string, epg-start-export-keys)
8699 (epg-export-keys-to-file, epg-export-keys-to-string)
8700 (epg-start-import-keys, epg-import-keys-from-file)
8701 (epg-import-keys-from-string, epg-start-receive-keys)
8702 (epg-receive-keys, epg-import-keys-from-server)
8703 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8704 (epg-sign-keys, epg-start-generate-key)
8705 (epg-generate-key-from-file, epg-generate-key-from-string):
8706 Remove autoload cookie.
8707
8708 2009-09-12 Eli Zaretskii <eliz@gnu.org>
8709
8710 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8711 reevaluation of trash-directory.
8712
8713 * mwheel.el: Fix last change.
8714 (mouse-wheel-mode): New defvar.
8715 (mouse-wheel-mode): Remove autoload cookie.
8716
8717 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8718
8719 * mwheel.el (mwheel-installed-bindings): New var.
8720 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8721 the bindings we set last time. Use custom-initialize-delay.
8722 * loadup.el: Load mwheel after term/*-win.el.
8723 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8724 and mouse-wheel-up-event now that their first evaluation is done
8725 sufficiently late to be correct.
8726
8727 * startup.el (tutorial-directory): Make it a defcustom.
8728 Use custom-initialize-delay rather than eval-at-startup to set it.
8729 * image.el (image-load-path): Make it a defcustom.
8730 Use custom-initialize-delay rather than eval-at-startup to set it.
8731 * subr.el (eval-at-startup): Remove.
8732 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8733
8734 * subr.el (do-after-load-evaluation): Warn the user after loading an
8735 obsolete package.
8736
8737 2009-09-12 Glenn Morris <rgm@gnu.org>
8738
8739 * proced.el (proced-mark-alt): Remove alias.
8740 (proced-mode-map): Remove proced-mark-alt.
8741
8742 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8743 Elint file and directory. Remove initialization entry.
8744
8745 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8746 commands.
8747 (elint-current-buffer): Set mode-line-process.
8748 (elint-init-env): Handle define-derived-mode.
8749 Fix declare-function with unspecified arglist. Guard against odd
8750 defalias statements (eg iso-insert's 8859-1-map).
8751 (elint-add-required-env): Use a temp buffer.
8752 (elint-form): Just print the function/macro name, not the whole form.
8753 Return env unchanged if we fail to parse a macro.
8754 (elint-forms): Guard against parse errors.
8755 (elint-output): New function, to handle batch mode.
8756 (elint-log-message): Add optional argument. Use elint-output.
8757 (elint-set-mode-line): New function.
8758
8759 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8760
8761 * emacs-lisp/elp.el (elp-not-profilable): Add more
8762 functions (Bug#4233).
8763
8764 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8765
8766 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8767 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8768
8769 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8770
8771 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8772 (gdb-var-list-children): Use json parsing.
8773
8774 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
8775
8776 * progmodes/js.el (js--proper-indentation): Handle the case where
8777 char-before is null. Reported by Deniz Dogan.
8778
8779 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8780
8781 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8782
8783 2009-09-11 Daiki Ueno <ueno@unixuser.org>
8784
8785 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8786 (epg-digest-algorithm-alist): Add SHA224.
8787 (epg-context-set-passphrase-callback)
8788 (epg-context-set-progress-callback): Add description about
8789 callback function.
8790
8791 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8792
8793 * custom.el (custom-delayed-init-variables): New var.
8794 (custom-initialize-delay): New function.
8795 * startup.el (command-line): "Re"evaluate all vars in
8796 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8797 explicitly any more.
8798 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8799 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8800
8801 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8802
8803 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8804
8805 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8806 (gdb-var-update-handler): Use json parsing.
8807
8808 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8809
8810 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8811 decode annotated text, regardless of language environment. (Bug#2741)
8812
8813 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8814
8815 * Makefile.in (autoloads): Make rmail.el writable as well.
8816
8817 2009-09-11 Glenn Morris <rgm@gnu.org>
8818
8819 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8820 loaddefs.el.
8821 * dired.el: Regenerate with extracted autoloads.
8822 * Makefile.in (autoloads): Make dired.el writable.
8823
8824 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8825 * ibuffer.el: Regenerate with extracted autoloads.
8826 * Makefile.in (autoloads): Make ibuffer.el writable.
8827
8828 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8829 * version.el (emacs-copyright, emacs-major-version)
8830 (emacs-minor-version): Reformat doc-strings for make-docfile.
8831
8832 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8833 functions and variables, since they must be stuff specific to some other
8834 platform.
8835 (apropos-print): Make mouse-click message less specific about button.
8836
8837 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8838 that records where a macro was defined.
8839 * help-fns.el (describe-function-1): Mention if a function has a
8840 compiler-macro.
8841 * help-mode.el (help-function-cmacro): New button.
8842
8843 * locate.el (top-level): Always require dired.
8844 (locate-mode-map): Initialize inside the defvar.
8845
8846 * net/ange-ftp.el (dired-compress-file): Declare.
8847 (ange-ftp-dired-compress-file): Add doc string.
8848
8849 * term/ns-win.el (x-display-name, x-setup-function-keys):
8850 Unify doc-strings with X versions.
8851
8852 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8853
8854 * emulation/crisp.el (crisp-mode-map): Move initialization
8855 into declaration.
8856 (crisp-mode): Use define-minor-mode.
8857
8858 * progmodes/xscheme.el (xscheme-evaluation-commands):
8859 Put a :advertised-binding property rather than using
8860 advertised-xscheme-send-previous-expression.
8861 (advertised-xscheme-send-previous-expression): Declare obsolete.
8862 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8863 `advertised-undo'.
8864 (crisp-mode): Add corresponding bindings to
8865 undo's :advertised-binding instead.
8866 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8867 than using dired-advertised-find-file.
8868 (dired-advertised-find-file):
8869 * simple.el (advertised-undo):
8870 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8871 (widget-keymap): Put a :advertised-binding property rather
8872 than using advertised-widget-backward.
8873 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8874 than using advertised-undo.
8875 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8876
8877 2009-09-10 Simon South <ssouth@slowcomputing.org>
8878
8879 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8880 Mark mode is enabled and region is active; otherwise indent or
8881 insert TAB as usual.
8882 (delphi-mode): Update description of TAB-key binding.
8883
8884 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8885
8886 * subr.el (define-key-rebound-commands): Mark obsolete.
8887 * startup.el (precompute-menubar-bindings): Remove.
8888 (normal-top-level): Remove obsolete code that tried to precompute
8889 menubar bindings.
8890 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8891 define-key-rebound-commands and precompute-menubar-bindings.
8892
8893 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8894
8895 * net/imap.el (imap-interactive-login): Better messages.
8896 (imap-open): Fix bug with renamed buffer on reconnect.
8897 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8898 for easier debugging and cleaner code. On successful (guessed based on
8899 server capabilities) secondary authentication, set imap-state
8900 correctly.
8901 (imap-last-authenticator): Define imap-last-authenticator as a variable
8902 to avoid warnings.
8903
8904 2009-09-10 Glenn Morris <rgm@gnu.org>
8905
8906 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8907
8908 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8909 (byte-compile-file-form-autoload): Don't warn about unknown functions
8910 where the autoload statement comes after the use.
8911 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8912 that any handlers inside the body (eg require) are in turn respected.
8913
8914 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8915 effects.
8916
8917 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8918 and syntax and abbrev tables basic docs, if they don't have any.
8919
8920 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8921
8922 * international/mule-cmds.el (top-level): Require cl when compiling.
8923 (view-hello-file): Use default-value rather than
8924 default-enable-multibyte-characters.
8925
8926 * progmodes/fortran.el: Move all safe and risky properties into the
8927 defcustoms.
8928
8929 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8930 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8931 * mail/undigest.el:
8932 Put autoloads in rmail.el rather than loaddefs.el.
8933 * mail/rmail.el: Regenerate with extracted autoloads.
8934
8935 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8936 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8937
8938 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
8939
8940 Reported in thread for Bug#4375.
8941 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8942 "-data-evaluate-expression" instead of print.
8943 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8944 (gdb-tooltip-print): Parse output from above MI command.
8945 (gdb): Revert 2009-08-11 change. User should detach inferior
8946 manually.
8947
8948 Remove the word "separate" from IO functions as inferior
8949 output is now never displayed in the GUD buffer.
8950
8951 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
8952
8953 * startup.el (command-line-normalize-file-name): On Windows and
8954 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8955
8956 2009-09-10 Juri Linkov <juri@jurta.org>
8957
8958 * isearch.el (isearch-text-char-description): Propertize escape
8959 character sequences with the `escape-glyph' face. (Bug#4344)
8960
8961 * simple.el (shell-command): Set asynchronous process filter to
8962 `comint-output-filter'. (Bug#4343)
8963
8964 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8965 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8966 the list. Move "asm" to the bottom.
8967 (grep-find-ignored-directories): Add `choice' with nil value
8968 to empty the list easily.
8969 (grep-find-ignored-files): New option.
8970 (grep-files-history): Set to nil by default instead of '("ch" "el").
8971 (grep-compute-defaults): Add "<X>" to `grep-template'.
8972 (grep-read-files): Bind new local variables `default-alias' and
8973 `default-extension'. Use a list of default values for the file prompt.
8974 (lgrep): Add `--exclude=' command line options composed from
8975 `grep-find-ignored-files'.
8976 (rgrep): Add `-name' command line options composed from
8977 `grep-find-ignored-files'. (Bug#4301)
8978
8979 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8980
8981 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8982 (bug#4368).
8983
8984 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8985
8986 * calendar/time-date.el (autoload):
8987 Expand define-obsolete-function-alias into defalias and make-obsolete
8988 for old Emacsen that Gnus supports.
8989 (with-no-warnings): Define it for old Emacsen.
8990 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8991 is available.
8992 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8993 float-time is available; suppress compile warning for time-to-seconds.
8994
8995 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8996
8997 * net/imap.el (imap-message-map): Docstring fix.
8998
8999 2009-09-09 Glenn Morris <rgm@gnu.org>
9000
9001 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9002 line numbers too. (Bug#4374)
9003
9004 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9005
9006 * smerge-mode.el (smerge-remove-props, smerge-refine):
9007 Use with-silent-modifications (bug#4342).
9008
9009 * subr.el (with-silent-modifications): New macro.
9010
9011 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9012
9013 * files.el (top-level): Require `cl' when compiling.
9014
9015 2009-09-07 Glenn Morris <rgm@gnu.org>
9016
9017 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9018
9019 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9020 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9021
9022 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9023
9024 * vc-git.el (vc-git-annotate-command): Use separator to parse
9025 arguments correctly.
9026
9027 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9028
9029 * proced.el (proced-mode): Doc fix.
9030
9031 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9032
9033 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9034 lstat fails.
9035 (tramp-do-file-attributes-with-ls): Check for file existence at
9036 remote end.
9037 (tramp-do-file-attributes-with-stat): Likewise.
9038 (tramp-convert-file-attributes): Return nil when attr is nil.
9039
9040 2009-09-05 Glenn Morris <rgm@gnu.org>
9041
9042 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9043 properties to this button.
9044 (diary-fancy-display): Don't extend the button to the final newline.
9045 (diary-fancy-display-mode): Continue to define "q" as a local key.
9046
9047 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9048 efficient.
9049
9050 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9051
9052 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9053 (byte-compile-dest-file-function): New option.
9054 (byte-compile-dest-file): Doc fix.
9055 Obey byte-compile-dest-file-function.
9056 (byte-compile-cl-file-p): New function.
9057 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9058 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9059 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9060 than for file being previously loaded.
9061 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9062 (byte-compile-file-form-require): Handle the case where requiring a file
9063 indirectly causes CL to be loaded.
9064
9065 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9066
9067 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9068 before killing the old buffer, since by the time `kill-buffer' is
9069 run so many buffer variables have been set to nil that it may not
9070 behave as expected. (Bug#4061)
9071
9072 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9073
9074 * files.el (find-alternate-file): If the old buffer is modified
9075 and visiting a file, behave similarly to `kill-buffer' when
9076 killing it, thus reverting to the pre-1.878 behavior; see
9077 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9078 for discussion. Also, consult `buffer-file-name' as a variable
9079 not as a function, for consistency with the rest of the code.
9080
9081 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9082
9083 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9084 also when adding a new directory.
9085
9086 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
9087 defun.
9088
9089 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9090
9091 * files.el (locate-file-completion-table): Make it provide boundary
9092 information, so partial-completion works better.
9093
9094 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9095
9096 * mail/footnote.el (Footnote-text-under-cursor):
9097 Check footnote-text-marker-alist before using it (bug#4324).
9098
9099 2009-09-04 Glenn Morris <rgm@gnu.org>
9100
9101 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9102 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9103 * play/solitaire.el, play/tetris.el:
9104 Remove leading * from defcustom and defface docs.
9105
9106 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9107 necessary.
9108 (diary-fancy-overriding-map): New variable.
9109 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9110 Use view-mode.
9111
9112 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9113 goto-line.
9114
9115 2009-09-03 Glenn Morris <rgm@gnu.org>
9116
9117 * arc-mode.el (archive-mode):
9118 * dos-fns.el (set-default-process-coding-system):
9119 * man.el (Man-getpage-in-background):
9120 * menu-bar.el (menu-bar-describe-menu):
9121 * server.el (server-process-filter):
9122 * startup.el (command-line):
9123 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9124 * w32-fns.el (set-default-process-coding-system):
9125 * x-dnd.el (x-dnd-handle-file-name):
9126 * international/mule-cmds.el (mule-menu-keymap)
9127 (set-default-coding-systems, language-info-alist, set-language-info)
9128 (set-language-environment, standard-display-european-internal)
9129 (set-locale-environment):
9130 * international/mule-diag.el (mule-diag):
9131 * mail/emacsbug.el (report-emacs-bug):
9132 * mail/rmail.el (rmail-mode):
9133 * mail/sendmail.el (mail-setup):
9134 Use default-value rather than default-enable-multibyte-characters.
9135
9136 * progmodes/f90.el: Move all safe properties into the defcustoms.
9137 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9138
9139 * calendar/appt.el (appt-check):
9140 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9141 (diary-check-diary-file, diary-list-entries)
9142 (diary-include-other-diary-files, diary-simple-display)
9143 (diary-fancy-display, diary-print-entries)
9144 (diary-mark-included-diary-files, diary-make-entry):
9145 Don't call substitute-in-file-name on diary-file.
9146
9147 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9148 Stefan Monnier <monnier@iro.umontreal.ca>
9149
9150 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9151 (footnote-mode-map): Move initialization into the declaration.
9152 (footnote-minor-mode-map): Define it rather than changing global-map.
9153 (footnote-mode): Use define-minor-mode.
9154
9155 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9156
9157 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9158 (tramp-do-file-attributes-with-perl)
9159 (tramp-do-file-attributes-with-stat): Rename from
9160 `tramp-handle-file-attributes-with-*'.
9161 (tramp-handle-file-attributes): Use them.
9162 (tramp-do-directory-files-and-attributes-with-perl)
9163 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9164 `tramp-handle-directory-files-and-attributes-with-*'.
9165 (tramp-handle-directory-files-and-attributes): Use them.
9166 (tramp-method-out-of-band-p): Additional parameter SIZE.
9167 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9168 (tramp-handle-write-region): Use it.
9169 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9170 (tramp-handle-vc-registered): Check, whether the first run did
9171 return files to be tested.
9172 (tramp-advice-make-auto-save-file-name): Do not call directly
9173 `tramp-handle-make-auto-save-file-name', because this would bypass
9174 the locking mechanism.
9175
9176 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9177 (file-remote-p, process-file, start-file-process, set-file-times)
9178 (tramp-compat-file-attributes): Compatibility functions shall not
9179 call directly `tramp-handle-*', because this would bypass the
9180 locking mechanism.
9181 (tramp-compat-number-sequence): New defun.
9182
9183 2009-09-02 Glenn Morris <rgm@gnu.org>
9184
9185 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9186 alias for float-time.
9187 (time-to-number-of-days): In Emacs, use float-time.
9188 * net/newst-backend.el (time-add): Suppress warnings from compat
9189 function.
9190 * time.el (emacs-uptime, emacs-init-time):
9191 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9192 Use float-time rather than time-to-seconds.
9193
9194 * minibuffer.el (completion-initials-expand): Fix typo.
9195
9196 * faces.el (modeline, modeline-inactive, modeline-highlight)
9197 (modeline-buffer-id):
9198 * info.el (info-menu-5): Mark these face aliases as obsolete.
9199
9200 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9201
9202 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9203 space ...
9204 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9205 no "--thread" option.
9206 (gdb-stopped): Don't print "Switched to thread" message when it is
9207 unchanged.
9208
9209 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9210
9211 * minibuffer.el (completion-try-completion)
9212 (completion-all-completions): Remove ill-defined (and
9213 mistakenly installed and luckily never used nor documented)
9214 `completion-styles' property.
9215 (completion-initials-expand, completion-initials-all-completions)
9216 (completion-initials-try-completion): New functions.
9217 (completion-styles-alist): Add doc to each entry.
9218 Add new `initials' entry.
9219
9220 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9221
9222 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9223 MI command -var-evaluate-expression.
9224 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9225 and tweak for case of string child.
9226 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9227
9228 2009-09-01 Glenn Morris <rgm@gnu.org>
9229
9230 * add-log.el (change-log-date-face, change-log-name-face)
9231 (change-log-email-face, change-log-file-face, change-log-list-face)
9232 (change-log-conditionals-face, change-log-function-face)
9233 (change-log-acknowledgement-face):
9234 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9235 (custom-modified-face, custom-set-face, custom-changed-face)
9236 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9237 (custom-documentation-face, custom-state-face, custom-comment-face)
9238 (custom-comment-tag-face, custom-variable-tag-face)
9239 (custom-variable-button-face, custom-face-tag-face)
9240 (custom-group-tag-face-1, custom-group-tag-face):
9241 * diff-mode.el (diff-header-face, diff-file-header-face)
9242 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9243 (diff-added-face, diff-changed-face, diff-function-face)
9244 (diff-context-face, diff-nonexistent-face):
9245 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9246 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9247 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9248 (Info-title-4-face):
9249 * isearch.el (isearch-lazy-highlight-face):
9250 * log-view.el (log-view-file-face, log-view-message-face):
9251 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9252 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9253 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9254 (cvs-msg-face):
9255 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9256 (smerge-base-face, smerge-markers-face):
9257 * wid-edit.el (widget-documentation-face, widget-button-face)
9258 (widget-field-face, widget-single-line-field-face)
9259 (widget-inactive-face, widget-button-pressed-face):
9260 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9261 (woman-addition-face):
9262 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9263 (eshell-ls-executable-face, eshell-ls-readonly-face)
9264 (eshell-ls-unreadable-face, eshell-ls-special-face)
9265 (eshell-ls-missing-face, eshell-ls-archive-face)
9266 (eshell-ls-backup-face, eshell-ls-product-face)
9267 (eshell-ls-clutter-face):
9268 * eshell/em-prompt.el (eshell-prompt-face):
9269 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9270 * obsolete/old-whitespace.el (whitespace-highlight-face):
9271 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9272 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9273 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9274 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9275 (antlr-font-lock-literal-face):
9276 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9277 (ebrowse-root-class-face, ebrowse-file-name-face)
9278 (ebrowse-default-face, ebrowse-member-attribute-face)
9279 (ebrowse-member-class-face, ebrowse-progress-face):
9280 * progmodes/make-mode.el (makefile-space-face):
9281 * progmodes/sh-script.el (sh-heredoc-face):
9282 * textmodes/flyspell.el (flyspell-incorrect-face)
9283 (flyspell-duplicate-face):
9284 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9285 * textmodes/texinfo.el (texinfo-heading-face):
9286 Mark face aliases with "-face" suffix as obsolete.
9287
9288 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9289 compiler.
9290
9291 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9292 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9293 easy-menu-define wants to modify these.
9294
9295 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9296
9297 * net/browse-url.el (browse-url-file-url):
9298 * term/internal.el (dos-codepage-setup):
9299 Use default-value rather than default-enable-multibyte-characters.
9300
9301 * progmodes/etags.el (etags-goto-tag-location):
9302 * progmodes/flymake.el (flymake-highlight-line)
9303 (flymake-goto-file-and-line, flymake-goto-line):
9304 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9305 (gdb-goto-breakpoint):
9306 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9307 * progmodes/python.el (python-find-function)
9308 (python-pdbtrack-track-stack-file):
9309 * progmodes/verilog-mode.el (verilog-surelint-off):
9310 * term/ns-win.el (ns-open-file-select-line):
9311 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9312 Use forward-line rather than goto-line.
9313
9314 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9315 * textmodes/reftex-index.el (reftex-display-index):
9316 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9317 * textmodes/reftex-toc.el (reftex-toc):
9318 Remove unnecessary bindings of default-major-mode (all are followed by
9319 major-mode check and possible mode switch).
9320
9321 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9322
9323 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9324 Handle watchpoints (bug#4282).
9325 (def-gdb-thread-buffer-command): Enable thread to be selected by
9326 clicking without selecting threads buffer first.
9327 (gdb-current-context-command): Use selected frame so that "up",
9328 "down" etc work in the GUD buffer.
9329 (gdb-update): Find selected frame before rendering stack buffer.
9330 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9331
9332 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9333
9334 * progmodes/sym-comp.el (displayed-completions): Remove.
9335 (symbol-complete): Use minibuffer-complete.
9336
9337 2009-08-31 Glenn Morris <rgm@gnu.org>
9338
9339 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9340
9341 * apropos.el (apropos-symbols-internal):
9342 Handle (obsolete) face aliases.
9343
9344 * faces.el (describe-face): Adjust the output format to be more like
9345 describe-variable, and to mention (obsolete) face aliases.
9346 Adjust the whitespace so that help-setup-xref works.
9347
9348 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9349 * calendar/diary-lib.el (diary-button-face):
9350 Mark these face aliases as obsolete.
9351
9352 * calendar/calendar.el (calendar-today): Doc fix.
9353
9354 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9355
9356 * progmodes/gdb-mi.el (gdb-control-all-threads)
9357 (gdb-control-current-thread): Force tool bar update.
9358 (gdb-non-stop-handler): New function.
9359 (gdb-init-1): Use it to test if non-stop mode is supported.
9360 Remove unused gdbmi buffer type.
9361
9362 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9363
9364 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9365 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9366
9367 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9368
9369 * comint.el (comint-exec-1): Check command is non-null first.
9370 Part of gdb-mi.el change (2009-08-28).
9371
9372 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9373
9374 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9375
9376 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9377
9378 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9379 instead of `dolist' to avoid a recursive require when bootstrapping.
9380
9381 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9382
9383 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9384
9385 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9386
9387 * net/imap.el (imap-send-command): Simplify.
9388 (imap-wait-for-tag): point-max -> buffer-size.
9389
9390 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9391
9392 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9393 with constant argument.
9394
9395 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9396
9397 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9398
9399 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9400 Change default, since most of our files don't have a history.
9401 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9402 the user.
9403
9404 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9405 Add comint-run.
9406
9407 * calc/calc.el: Improve commenting convention.
9408 (calc-digit-map, toplevel): Simplify.
9409
9410 * comint.el (comint-insert-input): Be careful to only set point if we
9411 don't delegate to some other command.
9412
9413 * proced.el (proced-signal-list): Make it an alist.
9414 (proced-grammar-alist): Capitalize names.
9415 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9416 Disable undo manually and make it read-only.
9417 Use completion-annotate-function.
9418
9419 * minibuffer.el (minibuffer-message): If the current buffer is not
9420 a minibuffer, insert the message in the echo area rather than at the
9421 end of the buffer.
9422 (completion-annotate-function): New variable.
9423 (minibuffer-completion-help): Use it.
9424 (completion--embedded-envvar-table): Environment vars are
9425 always case-sensitive.
9426
9427 2009-08-30 Glenn Morris <rgm@gnu.org>
9428
9429 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9430 from fortran-current-defun.
9431 (fortran-beginning-of-subprogram): Be more precise about finding the
9432 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9433 (fortran-end-of-subprogram): Simplify.
9434 (fortran-current-defun): Use fortran-start-prog-re.
9435
9436 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9437
9438 * subr.el (do-after-load-evaluation): Simplify.
9439
9440 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9441
9442 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9443
9444 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9445 (vc-rcs-print-log): Use it.
9446
9447 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9448
9449 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9450
9451 * paths.el (abbrev-file-name): Move to abbrev.el.
9452 * abbrev.el (abbrev-file-name): Move from paths.el.
9453 Obey user-emacs-directory.
9454 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9455 user-emacs-directory.
9456 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9457 abbrev-file-name and calc-settings-file any more.
9458 * startup.el (command-line): Recompute abbrev-file-name and
9459 abbreviated-home-dir.
9460 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9461 of the special code for when C-h bindings haven't been changed.
9462 (display-startup-echo-area-message): Use with-current-buffer.
9463 (command-line-1): Use a list of strings, rather than a list of lists
9464 of strings for longopts.
9465
9466 * files.el (get-free-disk-space): Use / for default-directory.
9467
9468 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9469 Use with-current-buffer.
9470
9471 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9472 Recognize immutable variables like most-positive-fixnum.
9473 (byte-compile-setq-default): Check and warn if trying to assign
9474 to an immutable variable, or a non-variable.
9475
9476 * progmodes/cc-vars.el (c-comment-continuation-stars):
9477 * progmodes/cc-engine.el (c-looking-at-bos):
9478 * progmodes/cc-cmds.el (c-toggle-auto-state)
9479 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9480 (c-comment-line-break-function): Add version of obsolescence.
9481
9482 2009-08-28 Juri Linkov <juri@jurta.org>
9483
9484 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9485 associated with `archive-mode'.
9486
9487 * image.el (image-type-header-regexps): Use only JPEG magic number
9488 to determine JPEG images, and don't use `image-jpeg-p' because
9489 Emacs can display non-JFIF non-Exif JPEG images.
9490
9491 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9492
9493 * arc-mode.el (archive-mode):
9494 * emacs-lisp/re-builder.el (re-builder-unload-function):
9495 Protect against the default value of `major-mode' being nil.
9496
9497 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9498
9499 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9500 Fix typos in docstrings.
9501
9502 * progmodes/js.el (js--macro-decl-re): Doc fix.
9503 (js--plain-method-re, js--split-name): Refloc docstring.
9504 (js--class-styles, js--make-merged-item, js--splice-into-items):
9505 Fix typos in docstrings; reflow docstrings.
9506 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9507 (js--variable-decl-matcher, js--inside-pitem-p)
9508 (js--parse-state-at-point, js--get-all-known-symbols)
9509 (js--symbol-history, js-find-symbol, js--js-references)
9510 (js--moz-interactor, js--js-encode-value, js--read-tab):
9511 Fix typos in docstrings.
9512
9513 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9514
9515 * textmodes/reftex.el (reftex-get-file-buffer-force):
9516 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9517 * emulation/viper.el (viper-go-away, viper-set-hooks):
9518 * emacs-lisp/re-builder.el (re-builder-unload-function):
9519 * emacs-lisp/bytecomp.el (byte-compile-file):
9520 * ses.el (ses-unload-function):
9521 * hexl.el (hexl-find-file):
9522 * files.el (normal-mode):
9523 * ehelp.el (with-electric-help):
9524 * autoinsert.el (auto-insert-alist):
9525 * arc-mode.el (archive-mode):
9526 Use (default-value 'major-mode) instead of default-major-mode.
9527
9528 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9529 * international/mule.el (load-with-code-conversion):
9530 * emacs-lisp/debug.el (debug):
9531 * ediff-vers.el (ediff-rcs-get-output-buffer):
9532 * dired.el (dired-internal-noselect): Don't let-bind
9533 default-major-mode around code that doesn't use it.
9534 E.g. buffer creation via get-buffer-create doesn't use it.
9535
9536 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
9537
9538 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9539 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9540 when writing the temp file. Otherwise, epa-file gets confused.
9541 (tramp-register-file-name-handlers): Make it a defun. Move also
9542 `epa-file-handler' to the front of `file-name-handler-alist'.
9543
9544 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9545
9546 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9547 start right after a ^M.
9548 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9549 (tramp-completion-file-name-regexp-separate)
9550 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9551 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9552 Don't modify last-coding-system-used by accident.
9553 (tramp-completion-file-name-handler): Apply the checks here,
9554 instead during registration.
9555 (tramp-register-file-name-handlers): Renamed from
9556 `tramp-register-file-name-handler'. Register both
9557 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9558 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
9559
9560 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
9561
9562 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9563 Remove variable ...
9564 (gdb-init-1, gdb-display-separate-io-buffer)
9565 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9566 references to it.
9567 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9568 (gdb-inferior-filter): Use comint-output-filter to stop
9569 echoing and remove ^M characters.
9570
9571 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9572
9573 * emulation/viper-init.el (viper-restore-cursor-type):
9574 * emulation/cua-base.el (cua--update-indications):
9575 Replace default-cursor-type with (default-value 'cursor-type).
9576
9577 * mail/sendmail.el (mail-recover-1):
9578 * international/mule-diag.el (describe-current-coding-system-briefly)
9579 (describe-current-coding-system):
9580 * international/mule-cmds.el (select-safe-coding-system)
9581 (select-message-coding-system)
9582 (set-language-environment-coding-systems, set-locale-environment):
9583 * hexl.el (hexl-insert-multibyte-char):
9584 * dos-w32.el (find-buffer-file-type-coding-system):
9585 * simple.el (what-cursor-position):
9586 Replace uses of default-buffer-file-coding-system
9587 with (default-value 'buffer-file-coding-system).
9588
9589 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9590 Replace uses of default-cursor-in-non-selected-windows
9591 with (default-value 'cursor-in-non-selected-windows).
9592 Use with-current-buffer.
9593
9594 * mail/feedmail.el: Use CL macros.
9595 (feedmail-run-the-queue, feedmail-send-it-immediately):
9596 * dos-w32.el (find-buffer-file-type): Replace uses of
9597 default-buffer-file-type with (default-value 'buffer-file-type).
9598
9599 2009-08-28 Glenn Morris <rgm@gnu.org>
9600
9601 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9602 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9603 Use default-value of major-mode rather than default-major-mode.
9604
9605 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9606
9607 * Makefile.in (update-elcfiles): Report left over elc files.
9608
9609 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9610 expand-file-name and with-current-buffer.
9611 (mail-get-names, mail-directory): Use with-current-buffer.
9612
9613 * vc.el (vc-read-revision): New function.
9614 (vc-version-diff, vc-merge): Use it.
9615
9616 2009-08-27 Sam Steingold <sds@gnu.org>
9617
9618 * simple.el (kill-do-not-save-duplicates): New user option.
9619 (kill-new): When it is non-nil, and the new string is the same as
9620 the latest kill, set replace to t to avoid duplicates in kill-ring.
9621
9622 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
9623
9624 * net/tramp.el (tramp-handle-process-file): Do not flush all
9625 caches when `process-file-side-effects' is set.
9626 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9627 instead of `tramp-find-file-exists-command'.
9628 Unset `process-file-side-effects'.
9629
9630 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
9631
9632 * net/tramp.el (tramp-methods): New method "rsyncc".
9633 (top): Add completion function for "rsyncc".
9634 (tramp-message-show-message): New defvar.
9635 (tramp-message, tramp-error): Use it.
9636 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9637 remote copying.
9638 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9639 `tramp-methods' entry `copy-env' of "rsyncc".
9640 (tramp-vc-registered-read-file-names): New defconst.
9641 (tramp-vc-registered-file-names): New defvar.
9642 (tramp-handle-vc-registered): Implement optimization strategy.
9643 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9644 (tramp-vc-file-name-handler): New defun.
9645 (tramp-get-ls-command, tramp-get-test-command)
9646 (tramp-get-file-exists-command, tramp-get-remote-ln)
9647 (tramp-get-remote-perl, tramp-get-remote-stat)
9648 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9649
9650 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9651 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9652 timestamps.
9653 (tramp-get-file-property): Check for timestamps in
9654 `tramp-cache-inhibit-cache'.
9655 (tramp-set-file-property): Write timestamp.
9656
9657 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9658
9659 * language/japan-util.el (japanese-symbol-table): Add entries for
9660 cp932-2-byte.
9661
9662 * international/characters.el: Add category `j' to cp932-2-byte.
9663
9664 2009-08-27 Kenichi Handa <handa@m17n.org>
9665
9666 * international/fontset.el (build-default-fontset-data): New macro.
9667 (setup-default-fontset): Use build-default-fontset-data for CJK,
9668 tibetan, ethiopic, and ipa.
9669
9670 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9671
9672 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9673 (enable-multibyte-characters): Not customizable any more.
9674
9675 * subr.el (default-mode-line-format, default-header-line-format)
9676 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9677 (default-direction-reversed, default-truncate-lines)
9678 (default-left-margin, default-tab-width, default-case-fold-search)
9679 (default-left-margin-width, default-right-margin-width)
9680 (default-left-fringe-width, default-right-fringe-width)
9681 (default-fringes-outside-margins, default-scroll-bar-width)
9682 (default-vertical-scroll-bar, default-indicate-empty-lines)
9683 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9684 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9685 (default-scroll-down-aggressively, default-fill-column)
9686 (default-cursor-type, default-buffer-file-type)
9687 (default-cursor-in-non-selected-windows)
9688 (default-buffer-file-coding-system, default-major-mode)
9689 (default-enable-multibyte-characters): Mark as obsolete.
9690
9691 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9692
9693 * vc-dir.el (vc-dir-update): Remove debug helper.
9694
9695 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9696
9697 2009-08-26 Sam Steingold <sds@gnu.org>
9698
9699 * simple.el (save-interprogram-paste-before-kill): New user option.
9700 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9701 save the interprogram-paste into kill-ring before overriding it
9702 with the Emacs kill.
9703
9704 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9705
9706 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9707 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9708 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9709 and move to vc-rcs.el.
9710 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9711 move to vc-rcs.el.
9712 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9713 (vc-rcs-update-changelog): Remove.
9714 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9715 and move to vc-rcs.el.
9716
9717 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9718 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9719 renaming.
9720 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9721 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9722 vc.el, renamed to be RCS specific.
9723
9724 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9725 New functions.
9726 (vc-cvs-update-changelog): Move here from vc.el.
9727
9728 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9729 New functions.
9730
9731 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9732
9733 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9734
9735 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9736
9737 * vc-git.el (vc-git-register): Use "git add" for directories.
9738 (vc-git-stash, vc-git-stash-show): New functions.
9739 (vc-git-extra-menu-map): Bind them.
9740
9741 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9742 directory correctly in case the item is a directory itself.
9743
9744 * vc.el: Document the desired behavior for reverted files in the
9745 `added' state.
9746 (vc-default-prettify-state-info): Remove function, unused.
9747
9748 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9749
9750 2009-08-26 Glenn Morris <rgm@gnu.org>
9751
9752 * bindings.el (standard-mode-line-format): Reposition dashes in
9753 which-func entry. (Bug#4217)
9754
9755 * files.el (enable-local-variables, enable-local-eval)
9756 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9757 the defcustoms.
9758 (auto-mode-alist, ignored-local-variables)
9759 (save-some-buffers-action-alist): Move risky declarations to the
9760 definitions.
9761 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9762 (font-lock-defaults, format-alist, imenu--index-alist)
9763 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9764 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9765 (mode-line-modified, mode-line-mule-info, mode-line-position)
9766 (mode-line-process, mode-line-remote, outline-level)
9767 (parse-time-rules, rmail-output-file-alist)
9768 (special-display-buffer-names, vc-mode):
9769 Move risky declarations to the relevant files.
9770 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9771 (mode-line-modified, mode-line-process, mode-line-position)
9772 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9773 * font-core.el (font-lock-defaults):
9774 * format.el (format-alist):
9775 * vc-hooks.el (vc-mode):
9776 * window.el (special-display-buffer-names):
9777 * international/mule-cmds.el (input-method-alist):
9778 Define riskiness here (dumped file) rather than in files.el.
9779 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9780 * imenu.el (imenu-generic-expression, imenu--index-alist):
9781 * outline.el (outline-level):
9782 * time.el (display-time-string):
9783 * calendar/parse-time.el (parse-time-rules):
9784 * mail/rmailout.el (rmail-output-file-alist):
9785 Autoload riskiness here, rather than placing in files.el.
9786
9787 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9788
9789 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9790
9791 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
9792
9793 * simple.el (process-file-side-effects): New defvar.
9794
9795 * dired-aux.el (dired-show-file-type):
9796 * vc.el (vc-diff-internal):
9797 * vc-arch.el (vc-arch-diff):
9798 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9799 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9800 * vc-git.el (vc-git-registered, vc-git-working-revision)
9801 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9802 (vc-git--empty-db-p):
9803 * vc-hooks.el (vc-user-login-name):
9804 * vc-svn.el (vc-svn-registered, vc-svn-state)
9805 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9806 * progmodes/grep.el (grep-probe): Let-bind
9807 `process-file-side-effects' with nil.
9808
9809 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9810
9811 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9812 daemon. Replace ping by checking for running service for bluez
9813 and zeroconf. (Bug#4239)
9814
9815 2009-08-25 Kevin Ryde <user42@zip.com.au>
9816
9817 * net/dig.el (dig): Add autoload cookie.
9818
9819 2009-08-25 Glenn Morris <rgm@gnu.org>
9820
9821 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9822 load-history for absolute file-names.
9823 (byte-compile-file-form-require): Warn about use of the cl package.
9824
9825 * format.el (format-alist): Doc fix.
9826
9827 * play/bubbles.el (top-level): Don't require cl at run-time.
9828
9829 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9830 run-time cl).
9831
9832 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9833
9834 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9835 from cl package.
9836 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9837
9838 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9839
9840 * calc/calc-alg.el (math-trig-rewrite)
9841 (math-hyperbolic-trig-rewrite): New functions.
9842 (calc-simplify): Simplify trig functions when asked.
9843
9844 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9845
9846 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9847
9848 2009-08-24 Kenichi Handa <handa@m17n.org>
9849
9850 * language/ind-util.el (mapthread): Delete it.
9851 (combinatorial): New function.
9852 (indian--puthash-cv): Use combinatorial instead of mapthread.
9853
9854 2009-08-22 Kevin Ryde <user42@zip.com.au>
9855
9856 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9857 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9858 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9859 Clarify docstring that the value is strings not symbols.
9860 (checkdoc-list-of-strings-p): New function.
9861
9862 2009-08-22 Glenn Morris <rgm@gnu.org>
9863
9864 * files.el (auto-mode-alist):
9865 * hippie-exp.el (he-concat-directory-file-name):
9866 * lpr.el (lpr-windows-system, printer-name):
9867 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9868 * ps-print.el (ps-windows-system):
9869 * startup.el (command-line):
9870 * emulation/viper-ex.el (viper-glob-function):
9871 * international/mule-cmds.el (set-language-environment-coding-systems):
9872 * net/ange-ftp.el (ange-ftp-write-region):
9873 * obsolete/fast-lock.el (fast-lock-cache-name):
9874 Remove code for defunct system-types emx, macos, mswindows, next-mach,
9875 unisoft-unix, vax-vms, win32, w32.
9876
9877 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9878 given name if the pattern is not more specific.
9879
9880 * calendar/lunar.el (lunar-phase-names): New option.
9881 (lunar-phase): Doc fix.
9882 (lunar-cycles-per-year): New constant.
9883 (lunar-index): New function.
9884 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9885 (lunar-phase-name): Use lunar-phase-names.
9886 (calendar-lunar-phases): Use format.
9887 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9888
9889 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9890 Copy imenu-example--name-and-position function here for own use.
9891 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9892
9893 * bs.el (bs--redisplay):
9894 * cus-edit.el (custom-redraw):
9895 * ibuffer.el (ibuffer-bury-buffer):
9896 * server.el (server-goto-line-column):
9897 * startup.el (command-line-1):
9898 * strokes.el (strokes-xpm-for-stroke):
9899 * term.el (term-display-buffer-line):
9900 * view.el (View-goto-line):
9901 * calc/calc.el (calc-do, calc-trail-buffer):
9902 * play/gamegrid.el (gamegrid-add-score-insecure):
9903 * progmodes/ada-mode.el (ada-compile-goto-error):
9904 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9905 (ebrowse-select-1st-to-9nth):
9906 * progmodes/cperl-mode.el (cperl-time-fontification):
9907 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9908 * progmodes/gud.el (gud-display-line):
9909 (idlwave-shell-display-line):
9910 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9911 * progmodes/make-mode.el (makefile-browser-toggle):
9912 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9913 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9914 * textmodes/picture.el (picture-draw-rectangle):
9915 * textmodes/reftex-index.el (reftex-index-goto-letter):
9916 (reftex-select-jump-to-previous):
9917 * textmodes/reftex-sel.el (reftex-find-start-point)
9918 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9919 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9920 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9921 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9922 * textmodes/two-column.el (2C-associated-buffer):
9923 Use forward-line rather than goto-line.
9924
9925 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9926 goto-line.
9927
9928 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9929 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9930 (quick-check-list-to-regexp): Declare.
9931
9932 * progmodes/make-mode.el (makefile-browser-insert-selection):
9933 Use goto-char rather than goto-line.
9934
9935 * progmodes/prolog.el (compilation-error-regexp-alist)
9936 (compilation-forget-errors): Declare.
9937
9938 2009-08-22 Juri Linkov <juri@jurta.org>
9939
9940 * progmodes/grep.el (lgrep, rgrep): At the beginning
9941 set `dir' to `default-directory' unless `dir' is a non-nil
9942 readable directory. (Bug#4052)
9943 (lgrep, rgrep): Change a weird way to report an error
9944 from using `read-string' to using `error'.
9945 Instead of using interactive arguments in the function body,
9946 add new argument `confirm'.
9947
9948 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9949
9950 * textmodes/remember.el (remember-buffer):
9951 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9952 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9953 (icalendar-extract-ical-from-buffer):
9954 * net/newst-treeview.el (newsticker-groups-filename):
9955 * net/newst-backend.el (newsticker-cache-filename):
9956 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9957 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9958 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9959 (speedbar-buffers-line-path, speedbar-path-line)
9960 (speedbar-buffers-line-path):
9961 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9962 (epg-sign-keys):
9963 * epa.el (epa-display-verify-result):
9964 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9965
9966 2009-08-21 Glenn Morris <rgm@gnu.org>
9967
9968 * progmodes/js.el (inferior-moz-process): Fix declaration.
9969
9970 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9971
9972 * obsolete/rnewspost.el (news-mail-reply):
9973 Use goto-char rather than goto-line.
9974
9975 * term/ns-win.el (ns-open-file-select-line):
9976 Use line-beginning-position rather than goto-line.
9977
9978 * apropos.el (apropos-command):
9979 * ehelp.el (electric-helpify):
9980 * printing.el (pr-show-setup):
9981 * strokes.el (strokes-help):
9982 * tutorial.el (tutorial--describe-nonstandard-key)
9983 (tutorial--detailed-help):
9984 * woman.el (woman-mini-help, woman-display-extended-fonts):
9985 * calc/calc-help.el (calc-describe-key):
9986 * emulation/edt.el (edt-electric-helpify):
9987 * international/mule-diag.el (mule-diag):
9988 * play/yow.el (apropos-zippy):
9989 * progmodes/python.el (python-describe-symbol):
9990 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9991 * textmodes/table.el (*table--cell-describe-mode)
9992 (*table--cell-describe-bindings):
9993 Use help-print-return-message rather than the now obsolete alias.
9994
9995 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9996 (calendar-cursor-to-visible-date):
9997 * play/5x5.el (5x5-position-cursor):
9998 * play/decipher.el (decipher):
9999 * play/gomoku.el (gomoku-goto-xy):
10000 * play/landmark.el (lm-goto-xy):
10001 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10002 (mpuz-paint-digit):
10003 Use forward-line, not goto-line.
10004
10005 * mail/rmail.el (rmail-obsolete): Delete custom group.
10006 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10007 (rmail-remote-password, rmail-remote-password-required):
10008 Remove unneeded :set-after and :set properties.
10009
10010 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10011
10012 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10013
10014 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10015
10016 * loadup.el: Remove leftover macos code.
10017
10018 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10019 Explicitly pass the date format to git blame so that user local
10020 so that the output format can be parsed.
10021
10022 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10023
10024 * net/dbus.el (top): Don't check for (getenv
10025 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10026
10027 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10028
10029 * log-edit.el (log-edit-strip-single-file-name): New var.
10030 (log-edit-insert-changelog): Use it. Bug#3571
10031
10032 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10033
10034 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10035 Bug#3287
10036
10037 * help.el (help-print-return-message): Rename from
10038 print-help-return-message.
10039
10040 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10041 cvs-mode-map parent hack.
10042 (log-view-mode): Derive from special-mode.
10043
10044 * linum.el (linum-mode): window-size-change-functions is redundant.
10045 Adapt to new window-configuration-change-hook behavior.
10046 (linum-after-size, linum-after-config): Remove.
10047
10048 * imenu.el (imenu-example--name-and-position)
10049 (imenu-example--lisp-extract-index-name)
10050 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10051 Mark as obsolete.
10052
10053 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10054 (inferior-prolog-mode): Use it.
10055 (inferior-prolog-load-file): Reset list of errors.
10056
10057 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10058
10059 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10060
10061 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10062
10063 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10064
10065 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10066 is running already.
10067
10068 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10069
10070 * subr.el (listify-key-sequence-1): Use normal syntax since those
10071 integers are nowadays always represented by the same (positive) number
10072 on all platforms.
10073 (read-key-empty-map): New const.
10074 (read-key-delay): New var.
10075 (read-key): New function.
10076 (force-mode-line-update): Use with-current-buffer.
10077 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10078 (start-process-shell-command, start-file-process-shell-command):
10079 Discourage the use of command-args.
10080
10081 2009-08-19 Glenn Morris <rgm@gnu.org>
10082
10083 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10084
10085 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10086
10087 * simple.el (choose-completion-string): Don't rely on
10088 minibuffer-completing-file-name and ad-hoc checks to decide whether
10089 to continue completion or not.
10090
10091 * minibuffer.el (minibuffer-hide-completions): New function.
10092 (completion--do-completion): Use it.
10093 (completions-annotations): New face.
10094 (completion--insert-strings): Use it.
10095 (completion-pcm--delim-wild-regex): Add docstring.
10096 (completion-pcm--string->pattern): Add support for 0-width delimiters
10097 in completion-pcm--delim-wild-regex.
10098
10099 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10100
10101 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10102 Remove unused var `buffer-modified-p'.
10103
10104 * minibuffer.el (completion--do-completion): Move point for the #b001
10105 case as well (bug#4176).
10106 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10107
10108 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10109
10110 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10111 and :session buses.
10112
10113 2009-08-18 Kenichi Handa <handa@m17n.org>
10114
10115 * international/ucs-normalize.el (ucs-normalize-version):
10116 Change to 1.1.
10117 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10118 (utf-8-hfs): Make it perform normalization on encoding too.
10119
10120 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10121 (sentence-end-without-space): Delete duplicated chars.
10122 (sentence-end-base): Likewise.
10123
10124 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10125 (html-mode): Delete duplicated chars from sentence-end-base.
10126
10127 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10128 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10129
10130 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10131
10132 * files.el (hack-one-local-variable): If the mode function is for
10133 a minor mode, pass it an argument (Bug#4148).
10134
10135 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10136
10137 * net/tramp.el (tramp-register-completion-file-name-handler):
10138 Check also for (member 'partial-completion completion-styles).
10139
10140 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10141
10142 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10143 abbrev (Bug#3943).
10144
10145 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10146
10147 * progmodes/cperl-mode.el: Merge upstream 6.2.
10148 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10149 (cperl-forward-re): Check cperl-brace-recursing.
10150 (cperl-highlight-charclass): New function.
10151 (cperl-find-pods-heres): Use it.
10152 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10153 (cperl-beautify-regexp-piece): Fix column calculation.
10154 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10155 (cperl-beautify-level): Don't process entire regexp.
10156 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10157 calling man.
10158 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10159 (cperl-init-faces): Build a list in the normal way.
10160
10161 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10162
10163 * calendar/parse-time.el (parse-time-string-chars): Save match
10164 data.
10165
10166 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10167
10168 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10169 (sql-product): Use it.
10170 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10171 (sql-set-product): Add completion.
10172 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10173 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10174 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10175 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10176 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10177 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10178 (sql-highlight-db2-keywords): Remove.
10179 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10180 (sql-highlight-product): Use derived-mode-p.
10181 (sql-set-sqli-buffer): Use with-current-buffer.
10182 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10183 Simplify.
10184
10185 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10186
10187 * term.el: Fix commenting convention, turn comments into docstrings.
10188
10189 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10190
10191 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10192
10193 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10194
10195 * calendar/parse-time.el (parse-time-string-chars): Compute using
10196 character classes, to handle non-ascii characters (Bug#3190).
10197
10198 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10199
10200 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10201 another heredoc if the user adds another < (Bug#3226).
10202
10203 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10204 Don't initialize based on window-system (Bug#4124).
10205
10206 * facemenu.el (facemenu-read-color): Use a completion function
10207 that accepts any defined color, such as RGB triplets (Bug#3677).
10208
10209 * files.el (get-free-disk-space): Change fallback default
10210 directory to /. Expand DIR argument before switching to fallback.
10211 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10212
10213 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10214
10215 * files.el (load-library): Doc fix.
10216
10217 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10218
10219 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10220 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10221 incremental search string.
10222
10223 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10224 XEmacs.
10225
10226 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10227 (ediff-merge-region-is-non-clash)
10228 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10229 Also check if the job is really a merge job.
10230
10231 * ediff.el (ediff-current-file): New function.
10232
10233 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10234
10235 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10236 conventions.
10237 (js-insert-and-indent): Delete function.
10238 (js-mode-map): Don't bind keys to js-insert-and-indent.
10239 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10240 (js-end-of-defun): Rename from js--end-of-defun.
10241 (js-auto-indent-flag): Delete variable.
10242
10243 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10244
10245 * progmodes/js.el: Remove proclaim statement.
10246 Defvar which-func-imenu-joiner-function to silence compiler.
10247
10248 * files.el (auto-mode-alist): Use js-mode for .js files.
10249
10250 * progmodes/js2-mode.el: Remove file.
10251
10252 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10253
10254 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10255
10256 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10257
10258 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10259 Karl Landstrom <karl.landstrom@brgeight.se>
10260
10261 * progmodes/js.el: New file.
10262
10263 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10264
10265 * timezone.el (timezone-parse-date): Add ability to understand ISO
10266 basic format (minimal separators) dates in addition to the
10267 already-supported extended format dates.
10268
10269 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10270
10271 * international/ucs-normalize.el: Add a `coding' file variable.
10272
10273 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10274
10275 2009-08-14 Sam Steingold <sds@gnu.org>
10276
10277 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10278
10279 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10280
10281 * faces.el (help-argument-name): Define it here instead of
10282 help-fns.el, because in daemon mode help-fns.el may be loaded when
10283 faces are still uninitialized (Bug#1078).
10284
10285 * help-fns.el (help-argument-name): Move defface to faces.el.
10286
10287 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10288
10289 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10290 create buffer with a pty but no process so that GDB can make the
10291 inferior the controlling process.
10292
10293 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10294
10295 * international/ucs-normalize.el: New file.
10296
10297 2009-08-13 Richard Stallman <rms@gnu.org>
10298
10299 * mail/rmail.el (rmail-get-attr-names):
10300 Accept an attribute header that is too short.
10301
10302 * mail/rmail.el (rmail-forget-messages):
10303 Ignore nil elt in rmail-message-vector. Use dotimes.
10304
10305 * progmodes/compile.el (compilation-goto-locus):
10306 Use next-error-move-function.
10307
10308 * simple.el (next-error-move-function): New variable.
10309
10310 2009-08-12 Juri Linkov <juri@jurta.org>
10311
10312 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10313 always non-nil. (Bug#4052)
10314
10315 * replace.el (read-regexp): Return empty string when
10316 `default-value' is nil.
10317 (keep-lines-read-args): Don't use empty string as the
10318 default value for `read-regexp'. (Bug#2495)
10319
10320 2009-08-12 Juri Linkov <juri@jurta.org>
10321
10322 * international/mule-cmds.el (ucs-insert): Change arguments
10323 from `arg' to `character', `count', `inherit' to be the same
10324 as in `insert-char'. Doc fix. (Bug#4039)
10325
10326 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10327
10328 2009-08-12 Juri Linkov <juri@jurta.org>
10329
10330 * files-x.el: New file.
10331
10332 * files.el: Move code that deals with adding/deleting
10333 file/directory-local variables to files-x.el.
10334
10335 * Makefile.in (ELCFILES): Add files-x.elc.
10336
10337 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10338
10339 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10340 to use `goto-line'.
10341 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10342 `goto-line'.
10343 (gdb-invalidate-disassembly): Do not refresh upon receiving
10344 'update signal. Instead, update all disassembly buffers only after
10345 threads list.
10346 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10347 (gdb-starting): Moved -data-list-register-names...
10348 (gdb-stopped): ...here so it's sent when first thread stops.
10349 (gdb-registers-handler-custom): Do nothing if register names are
10350 unknown yet.
10351
10352 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10353 from `gdb-mi.el' to avoid extra tangling.
10354
10355 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10356 change which breaks `gud-def' definitions used in `gdb'.
10357 (gdb-update-gud-running): No extra fuss for updating frame number.
10358
10359 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10360
10361 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10362 (describe-language-environment-map, setup-language-environment-map)
10363 (set-coding-system-map): Move initialization into declaration.
10364 (set-language-info-alist): Last arg to define-key-after can be skipped.
10365
10366 * international/quail.el (quail-completion-1): Simplify.
10367 (quail-define-rules): Use slightly more compact code.
10368 (quail-insert-decode-map): Propertize keys, compact columns.
10369
10370 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10371 Add goto-line.
10372
10373 2009-08-10 Miles Bader <miles@gnu.org>
10374
10375 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10376 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10377 (js2-instance-member, js2-private-member, js2-private-function-call)
10378 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10379 (js2-magic-paren, js2-external-variable):
10380 Remove "-face" suffix from face names.
10381 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10382 (js2-highlight-undeclared-vars, js2-peek-token)
10383 (js2-parse-function-params, js2-mode-show-errors)
10384 (js2-mode-show-warnings, js2-make-magic-delimiter)
10385 (js2-mode-highlight-magic-parens): Update to use new face names.
10386
10387 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10388
10389 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10390 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10391
10392 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10393
10394 * subr.el: Provide hashtable-print-readable.
10395
10396 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10397 hs-c-like-adjust-block-beginning.
10398 (hs-hide-block-at-point): Stop hiding at the beginning of
10399 hs-block-end-regexp (Bug#700).
10400
10401 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10402
10403 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10404 a macro.
10405 (gdb-registers-handler-custom): Do not fail when register names
10406 are unavailable.
10407
10408 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10409
10410 * progmodes/gdb-mi.el (gdb-control-all-threads)
10411 (gdb-control-current-thread): Interactive setters for
10412 `gdb-gud-control-all-threads' to use in menu.
10413 (gdb-show-run-p): Show «Go» when process is not active.
10414 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
10415 gud/thread.xpm and gud/all.xpm.
10416
10417 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10418
10419 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10420 (nslookup-font-lock-keywords): Make it a variable.
10421 (net-utils-mode): New mode for viewing diagnostic network output.
10422 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10423 (net-utils-run-simple): New function.
10424 (ifconfig, iwconfig, netstat, arp, route): Use it.
10425
10426 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10427
10428 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10429 (gdb-memory-set-address, def-gdb-set-positive-number)
10430 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10431 after changing settings.
10432 (gdb-invalidate-disassembly): Update when first shown.
10433 (gdb-edit-locals-value): Fixed.
10434 (gdb-registers-handler-custom): Print registers in right order and
10435 allow changing register values (only for current thread yet).
10436 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10437 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10438 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10439 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10440 info in mode name.
10441 (gdb-registers-mode-map): TAB to switch to locals.
10442
10443 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10444
10445 * mail/rmail.el (rmail-add-mbox-headers)
10446 (rmail-set-message-counters-counter): Search for
10447 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10448
10449 2009-08-08 Glenn Morris <rgm@gnu.org>
10450
10451 * Makefile.in (ELCFILES): Update.
10452
10453 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10454
10455 * mail/sendmail.el (mail-yank-original): Set
10456 buffer-file-coding-system from the one used by the message whose
10457 text is yanked.
10458
10459 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10460 to "windows" when "pgnuplot" is used.
10461 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10462 call accept-process-output if "pgnuplot" is used.
10463 (calc-graph-init): Don't send -display and -geometry to
10464 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10465 running "pgnuplot -V" with shell-command-to-string.
10466
10467 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10468 the default.
10469
10470 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10471
10472 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10473 org/org-latex.elc.
10474
10475 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10476
10477 * vc-dispatcher.el (vc-resynch-window): Update comment.
10478
10479 * term.el (term-handle-ansi-escape): Add comments with the
10480 terminfo capabilities implemented.
10481
10482 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10483
10484 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10485 (gdb-var-create-handler): Rewritten using JSON parser.
10486 (gdb-propertize-header): Moved earlier.
10487 (gdb-set-header): Removed to avoid duplication.
10488 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10489 Refresh disassembly buffers only after threads list have been
10490 update.
10491 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10492 variables.
10493
10494 2009-08-04 Juri Linkov <juri@jurta.org>
10495
10496 * files.el: Commands to add/delete file/directory-local variables.
10497 (read-file-local-variable, read-file-local-variable-value)
10498 (read-file-local-variable-mode, modify-file-local-variable)
10499 (modify-file-local-variable-prop-line)
10500 (modify-dir-local-variable): New functions.
10501 (add-file-local-variable, delete-file-local-variable)
10502 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10503 (add-dir-local-variable, delete-dir-local-variable)
10504 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10505 (copy-dir-locals-to-file-locals-prop-line): New commands.
10506
10507 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
10508
10509 * abbrev.el (insert-abbrev-table-description): Prettify output.
10510 Suggested by Karl Chen.
10511
10512 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10513
10514 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10515 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10516 (gdb-overlay-arrow-position, gdb-thread-position)
10517 (gdb-disassembly-position): Declare variables.
10518 (gdb-wait-for-pending): Function now.
10519 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10520 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10521 compilation goes smoothly.
10522 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10523 (gdb-non-stop-setting): New customization setting which replaces
10524 `gdb-non-stop' so changing it doesn't break active GDB session.
10525 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10526 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10527 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10528 (gdb-show-threads-by-default): New customization options.
10529 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10530 routines.
10531 (gdb-get-buffer-create): Send buffers update signal when they are
10532 created.
10533 (gdb-invalidate-locals, gdb-invalidate-registers)
10534 (gdb-invalidate-breakpoints)
10535 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10536 (gdb-invalidate-memory): Accept update signal.
10537 (gdb-current-context-command): Use --frame option.
10538 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10539 Implement `gdb-frame-number' selection logic.
10540 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10541 whether to show GUD toolbar buttons.
10542 (gdb-thread-exited): Unselect current thread when it exits.
10543 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10544 (gdb-mark-line): Routine which sets overlay arrow or inverses
10545 video on fringeless displays.
10546 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10547 to build aligned columns of data in GDB buffers and set text
10548 properties line-by-line.
10549 (gdb-invalidate-breakpoints)
10550 (gdb-breakpoints-list-handler-custom)
10551 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10552 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10553 (gdb-registers-handler-custom): Align data columns.
10554 (gdb-locals-handler-custom): Now prints data like in variable
10555 declarations.
10556 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10557 Removed confusing buttons.
10558 (gdb-invalidate-threads): Append --frame.
10559 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10560 between breakpoints/threads buffers.
10561 (gdb-set-window-buffer): Now can ignore dedicated windows.
10562 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10563 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10564 (def-gdb-thread-buffer-gud-command): Replaces
10565 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10566 for fine thread control.
10567 (gdb-preempt-existing-or-display-buffer): New function used to
10568 display bound buffers without breaking window layout.
10569 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10570 (gdb-select-frame): New version of `gdb-frames-select' which now
10571 sets `gdb-frame-number' so commands may use --frame option instead
10572 of inner debugger state.
10573 (gdb-frame-handler): Do not set `gdb-frame-number'.
10574 (gdb-threads-mode-map): Select threads with mouse.
10575
10576 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10577 avoid compilation warning.
10578 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10579 `gdb-show-stop-p`.
10580
10581 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10582 Argument `key' renamed to `buffer-type'.
10583 (gdb-current-context-buffer-name): Do not add thread info to
10584 buffer name when no thread is selected.
10585 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10586 command (bug 3794).
10587 (gdb-thread-selected): Handle `=thread-selected' notification.
10588 (gdb-wait-for-pending): New macro to deal with congestion problems.
10589 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10590 breakpoints.
10591 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10592 This fixes problem similar to one described in bug 3947.
10593 (gud-menu-map): More menu items.
10594 (gdb-init-1): Reset `gdb-thread-number' to nil.
10595
10596 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10597 non-stop settings.
10598
10599 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10600 (gdb-current-context-command): Do not append --thread if
10601 `gdb-thread-number' is nil.
10602 (gdb-running-threads-count, gdb-stopped-threads-count): New
10603 variables.
10604 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10605 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10606 customization options.
10607 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10608 GUD commands.
10609 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10610 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10611 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10612 set `gdb-thread-number' and update `gud-running' properly.
10613 (gdb-running): Update threads list when new threads appear.
10614 (gdb-stopped): Support non-stop operation and new thread switching
10615 logic.
10616 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10617 (gdb-json-partial-output): New set of JSON routines.
10618 (def-gdb-auto-update-trigger): New `signal-list' optional
10619 argument.
10620 (gdb-thread-list-handler-custom): Update `gud-running',
10621 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10622 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10623 (gdb-continue-thread, gdb-step-thread): New commands for fine
10624 thread execution control.
10625 (gud-menu-map): New menu items to switch non-stop options.
10626 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10627 (gdb-send): Mimic RET properly (bug 3794).
10628
10629 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10630 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10631 gdb-buffer-rules.
10632 (def-gdb-auto-update-handler): New nopreserve optional argument.
10633 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10634
10635 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10636 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10637 (gdb-parent-mode): New mode to derive other GDB modes from.
10638 (gdb-display-disassembly-for-thread)
10639 (gdb-frame-disassembly-for-thread): New commands for threads
10640 buffer.
10641
10642 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10643 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10644 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10645 (gdb-update): We now store all GDB buffers in a list so that they
10646 can be updated by traversing a list instead of calling invalidate
10647 triggers explicitly.
10648 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10649 pair for GDB buffer.
10650 (gdb-stack-buffer-name): Add thread information.
10651 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10652 handle pending triggers.
10653 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10654 (def-gdb-thread-buffer-simple-command)
10655 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10656 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10657 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10658 New commands which show buffers bound to thread.
10659 (gdb-stack-list-locals-regexp): Removed unused regexp.
10660
10661 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10662 (gdb-locals-buffer-name, gdb-registers-buffer-name)
10663 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10664 to (gud-comint-buffer) in *-buffer-name functions
10665 because (gdb-get-target-string) already does that.
10666 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10667 (gdb-changed-registers-handler): Rewritten without regexps.
10668
10669 * progmodes/gdb-mi.el: Basic thread selection support.
10670 (gdb-thread-number): New variable.
10671 (gdb-current-context-command): New macro which adds --thread
10672 option to command.
10673 (gdb-threads-mode-map): Select thread with SPC.
10674 (gdb-thread-list-handler-custom): Mark current thread with overlay
10675 arrow. Synchronize GDB thread and Emacs thread.
10676 (gdb-select-thread): New command which selects current thread.
10677 (gdb-invalidate-frames, gdb-invalidate-locals)
10678 (gdb-invalidate-registers): Use --thread option.
10679
10680 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
10681
10682 * net/tramp.el (top): Make check for tramp-gvfs loading more
10683 robust. (Bug#3977)
10684 (tramp-handle-insert-file-contents): `unwind-protect' must be
10685 inside `with-parsed-tramp-file-name'.
10686
10687 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10688 fails.
10689
10690 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
10691
10692 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10693 directory if CLASSPATH is not set.
10694
10695 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
10696
10697 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10698 New defconst.
10699 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
10700
10701 2009-08-02 Kevin Ryde <user42@zip.com.au>
10702
10703 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10704 Update freshmeat link. Delete newsforge.com as it seems gone.
10705
10706 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10707
10708 * select.el (x-set-selection): Doc fix (Bug#4021).
10709
10710 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10711
10712 * help-fns.el (describe-variable): Treat list return values from
10713 dir-locals-find-file properly (Bug#4005).
10714
10715 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
10716
10717 * net/tramp.el (tramp-debug-message): Print also microseconds.
10718
10719 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
10720
10721 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10722 or END is non-nil.
10723 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10724 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10725 format.
10726
10727 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10728 (tramp-get-file-property): Use it.
10729
10730 * autorevert.el (auto-revert-handler): Allow
10731 `auto-revert-tail-mode' for remote files.
10732
10733 2009-08-02 Jason Rumney <jasonr@gnu.org>
10734
10735 * minibuffer.el (read-file-name): Treat confirm options to
10736 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
10737
10738 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10739
10740 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10741 (font-lock-variable-name-face, font-lock-constant-face): Darken
10742 the colors for light backgrounds.
10743
10744 2009-08-01 Eli Zaretskii <eliz@gnu.org>
10745
10746 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10747 month names. (Bug#3987)
10748
10749 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
10750
10751 * simple.el (line-move-finish): Pass whole number to
10752 line-move-to-column.
10753 (line-move-visual): Perform hscroll to the recorded position.
10754
10755 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10756
10757 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10758
10759 2009-07-29 Alan Mackenzie <acm@muc.de>
10760
10761 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10762
10763 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10764
10765 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10766 (gdb-place-breakpoints): Use full path when setting breakpoints.
10767
10768 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10769
10770 * calc/calc.el (calc-mode-map): Add keybinding for
10771 `calc-transpose-lines'.
10772
10773 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
10774
10775 * calc/calc-misc.el (calc-transpose-lines): New function.
10776
10777 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
10778
10779 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10780 Simplify check for out-of-band methods.
10781 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10782 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10783
10784 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10785
10786 * vc-git.el (vc-git-checkin): Fix typo.
10787
10788 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
10789
10790 * progmodes/js2-mode.el: New file.
10791
10792 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
10793
10794 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10795 (gud-menu-map): Adjust tooltip accordingly.
10796
10797 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10798
10799 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10800 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10801
10802 * add-log.el (change-log-mode-map): Add a menu.
10803
10804 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
10805
10806 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10807 function returns nil.
10808 (dbus-handle-event): Handle special return value :ignore.
10809 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10810
10811 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
10812
10813 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10814 it's not needed.
10815
10816 2009-07-25 Eli Zaretskii <eliz@gnu.org>
10817
10818 Fix Bug#3888:
10819
10820 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10821
10822 * term/pc-win.el (x-display-name, x-colors)
10823 (x-select-enable-clipboard, x-select-text): Doc fix.
10824
10825 * term/common-win.el (x-display-name, x-colors): Doc fix.
10826
10827 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10828 (xw-defined-colors): Doc fix.
10829
10830 * w32-fns.el (x-select-text, x-setup-function-keys)
10831 (x-get-selection, x-set-selection): Doc fix.
10832
10833 * term/x-win.el (x-select-text, x-setup-function-keys)
10834 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10835
10836 * select.el (x-set-selection): Doc fix.
10837
10838 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
10839
10840 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10841 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10842 "IsNSSSupportAvailable" method is not available. Reported by
10843 Steve Youngs <steve@sxemacs.org>.
10844
10845 2009-07-24 Kenichi Handa <handa@m17n.org>
10846
10847 * international/characters.el: Fix setting of category ?C, ?|, ?K,
10848 and ?H. Fix setting of case for Latin Extended and Greek Extended.
10849 (build-unicode-category-table): Fix range checks.
10850
10851 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10852
10853 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10854 the buffer we try to sync is current when calling
10855 vc-resynch-buffer.
10856
10857 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10858 not show up to date files.
10859
10860 2009-07-24 Glenn Morris <rgm@gnu.org>
10861
10862 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10863 Add autoload cookies. If necessary, initialize.
10864 (elint-log): Handle non-file buffers.
10865 (elint-initialize): Add optional argument to reinitialize.
10866 (elint-find-builtin-variables): Save excursion.
10867
10868 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10869
10870 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10871 for Lint.
10872
10873 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10874
10875 * vc.el (vc-print-log-internal): New function, split out from ...
10876 (vc-print-log): ... here.
10877 (vc-dir-move-to-goal-column): Declare.
10878
10879 * vc-git.el (vc-git-add-signoff): New variable.
10880 (vc-git-checkin): Use it.
10881 (vc-git-toggle-signoff): New function.
10882 (vc-git-extra-menu-map): Bind it to menu.
10883 (vc-git--run-command-string): Accept a nil FILE argument.
10884 (vc-git-stash-list): New function.
10885 (vc-git-dir-extra-headers): Use it.
10886
10887 2009-07-23 Glenn Morris <rgm@gnu.org>
10888
10889 * help-fns.el (describe-variable): Describe ignored and risky local
10890 variables in a similar way to that in which we describe safe ones.
10891
10892 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10893 (byte-compile-output-file-form, byte-compile-output-docform)
10894 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10895 Give some more local variables with common names a "bytecomp-" prefix,
10896 so as not to shadow things during compilation.
10897 * emacs-lisp/cl-macs.el (load-time-value)
10898 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10899 `outbuffer' to `bytecomp-outbuffer'.
10900
10901 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10902 since the next two variables cover them automatically now.
10903 (elint-builtin-variables, elint-autoloaded-variables): New.
10904 (elint-unknown-builtin-args): Remove all members, since they can be
10905 parsed automatically now.
10906 (elint-extra-errors): New.
10907 (elint-env-add-env, elint-env-add-macro): Use cadr.
10908 (elint-current-buffer): Use or. Change final message.
10909 (elint-get-top-forms): Use line-end-position.
10910 (elint-init-env): Use cadr. Handle autoload, declare-function,
10911 and defalias.
10912 (elint-add-required-env): Doc fix. Use or. Standardize error.
10913 (regexp-assoc): Remove unused function.
10914 (elint-top-form): Set elint-current-pos, to record the start of the
10915 top-level form, for compilation-mode.
10916 (elint-form): Trap errors in macro expansion. Use dolist.
10917 (elint-unbound-variable): Use elint-builtin-variables and
10918 elint-autoloaded-variables.
10919 (elint-get-args): Use cadr, or.
10920 (elint-check-cond-form): Use dolist, cadr.
10921 (elint-check-condition-case-form): Doc fix. Use cadr.
10922 Use elint-extra-errors.
10923 (elint-log): New function.
10924 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10925 Distinguish errors and warnings.
10926 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10927 Use a bytecomp-style format.
10928 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10929 (elint-get-log-buffer): Use compilation mode. Disable undo.
10930 Don't truncate lines.
10931 (elint-initialize): Set builtin and autoloaded variable lists.
10932 Only process elint-unknown-builtin-args if non-nil.
10933 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10934 New functions.
10935 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10936
10937 2009-07-22 Kevin Ryde <user42@zip.com.au>
10938
10939 * net/newst-backend.el (newsticker--parse-atom-1.0)
10940 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10941 (newsticker--parse-rss-1.0):
10942 * progmodes/idlwave.el (idlwave-mode):
10943 * progmodes/idlw-shell.el (idlwave-shell-mode):
10944 * progmodes/vera-mode.el (vera-mode):
10945 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10946 * progmodes/vhdl-mode.el (vhdl-mode):
10947 * textmodes/table.el (table-generate-source)
10948 (table--warn-incompatibility):
10949 Hyperlink urls in docstrings with URL `...'.
10950
10951 2009-07-22 Glenn Morris <rgm@gnu.org>
10952
10953 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10954 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10955 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10956 Remove leading * from defcustom docs.
10957
10958 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10959
10960 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10961 defcustom doc.
10962 (list-load-path-shadows): Optionally, just return shadows as a string.
10963
10964 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10965
10966 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
10967
10968 * mail/rmailedit.el (rmail-edit-mode): Use
10969 auto-save-include-big-deletions.
10970
10971 * mail/rmail.el (rmail-variables): Use
10972 auto-save-include-big-deletions.
10973
10974 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10975 changes.
10976
10977 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10978
10979 * calc/calc.el (calc-undo-length): New variable.
10980 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10981
10982 2009-07-21 Richard Stallman <rms@gnu.org>
10983
10984 * files.el (auto-save-mode): Handle buffer-save-size = -2
10985 for toggling mode.
10986
10987 2009-07-21 Glenn Morris <rgm@gnu.org>
10988
10989 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10990
10991 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10992
10993 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10994 silence compiler. Instead...
10995 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10996 (ps-print-ensure-fontified): Update for above function name changes.
10997
10998 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10999 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11000 silence compiler. Instead...
11001 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11002 (mh-show-buffer): Only define for compiler.
11003 (pr-mh-current-message): Update for above function name changes.
11004
11005 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11006 as an argument.
11007 (find-file-noselect, insert-file-1): Update for above change.
11008
11009 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11010
11011 * mail/mailclient.el (mailclient-send-it): Fix message.
11012
11013 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11014 (edebug-eval): Check cl-debug-env is bound.
11015 (print-level, print-circle): Don't redefine built-in variables.
11016
11017 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11018 (custom-print-vectors): Remove old comments from doc.
11019
11020 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11021 (emerge-version): Make the variable an obsolete alias for the
11022 emacs-version variable. Make the function obsolete.
11023 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11024 Emerge options, rather than merging in into the main Options menu.
11025 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11026 and auto advance modes. Disable edit/fast items when not relevant.
11027
11028 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11029
11030 * term/vt420.el (terminal-init-vt420): Fix typo.
11031
11032 2009-07-20 Sam Steingold <sds@gnu.org>
11033
11034 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11035 variable (removed from compile.el on 2004-03-11).
11036
11037 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11038
11039 * files.el (hack-local-variables-filter): Fix last change.
11040
11041 2009-07-19 Juri Linkov <juri@jurta.org>
11042
11043 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11044 (dir-local-variables-alist): New buffer-local variable.
11045 (hack-local-variables-filter): If variable is not dir-local,
11046 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11047 because file-local overrides dir-local.
11048 (c-postprocess-file-styles) <declare-function>:
11049 Remove obsolete declaration.
11050 (hack-dir-local-variables): Add dir-local variable/value pair to
11051 `dir-local-variables-alist' and remove duplicates. Doc fix.
11052
11053 * help-fns.el (describe-variable): Add information about
11054 file-local and dir-local variables.
11055
11056 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11057
11058 * files.el (hack-local-variables-filter): Rewrite.
11059
11060 2009-07-19 Glenn Morris <rgm@gnu.org>
11061
11062 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11063 Silence compiler by only defining on XEmacs.
11064
11065 * international/mule.el (auto-coding-regexp-alist): Only match
11066 BABYL... at the start of buffer, not of lines. (Bug#3790)
11067
11068 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11069 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11070 (cal-menu-context-mouse-menu): Doc fix.
11071
11072 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11073
11074 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11075
11076 2009-07-18 Juri Linkov <juri@jurta.org>
11077
11078 * info.el: Virtual Info keyword finder.
11079 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11080 (Info-finder-file): New variable.
11081 (Info-finder-find-file): New function.
11082 (finder-known-keywords, finder-package-info)
11083 (find-library-name, lm-commentary): Use defvar and
11084 declare-function to silence compiler warnings.
11085 (Info-finder-find-node): New function.
11086 (info-finder): New command.
11087
11088 * subr.el (process-kill-buffer-query-function): New function.
11089 (add-hook)<kill-buffer-query-functions>: Add hook
11090 `process-kill-buffer-query-function'.
11091
11092 2009-07-18 Alan Mackenzie <acm@muc.de>
11093
11094 * progmodes/cc-mode.el (c-before-hack-hook)
11095 (c-postprocess-file-styles): Give invocation of `c-set-style'
11096 DONT-OVERRIDE parameter of t. Already set style variables will
11097 thus not be overridden by style settings given by `c-file-syle'.
11098
11099 * files.el (hack-local-variables-filter): Remove entries with
11100 duplicate keys from `file-local-variables-alist'.
11101
11102 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11103
11104 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11105 x-set-selection if display-selections-p returns nil for the
11106 current frame.
11107
11108 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11109
11110 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11111
11112 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11113
11114 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11115 Accept nil in addition to a regexp.
11116 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11117 Accept nil in addition to a regexp.
11118 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11119 buffers that have an associated file. Handle nil values of
11120 desktop-buffers-not-to-save and desktop-files-not-to-save.
11121 (Bug#3833)
11122
11123 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11124 (x-disown-selection-internal): New functions.
11125
11126 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11127
11128 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11129 warning.
11130 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11131 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11132
11133 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11134
11135 * simple.el (set-mark): Revert last change.
11136
11137 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11138
11139 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11140 rendering of pngs is not possible instead of messaging a long
11141 description.
11142
11143 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11144
11145 * w32-fns.el (x-selection-owner-p): New function.
11146
11147 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11148 (mouse-yank-at-click, mouse-yank-primary): If
11149 select-active-regions is non-nil, deactivate the mark before
11150 insertion.
11151
11152 * simple.el (deactivate-mark, set-mark): Only save selection if we
11153 own it.
11154
11155 2009-07-17 Kenichi Handa <handa@m17n.org>
11156
11157 * case-table.el (describe-buffer-case-table): Fix for the case
11158 that KEY is a cons.
11159
11160 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11161
11162 * vc-rcs.el (vc-rcs-find-file-hook):
11163 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11164
11165 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11166
11167 * net/tramp.el (tramp-wait-for-output): Handle the case when
11168 commands do not return a newline but a null byte before the shell
11169 prompt. (Bug#3858)
11170
11171 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11172
11173 * term/ns-win.el (ns-set-alpha): Don't declare.
11174 (ns-set-background-alpha): Remove function.
11175
11176 2009-07-16 Kevin Ryde <user42@zip.com.au>
11177
11178 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11179 y-or-n-p, for safety.
11180
11181 2009-07-16 Richard Stallman <rms@gnu.org>
11182
11183 * files.el (auto-save-mode): If buffer-saved-size is -2,
11184 don't clobber it.
11185
11186 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11187 (rmail-retry-ignored-headers): Add more uninteresting fields.
11188
11189 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11190
11191 * net/rcirc.el (rcirc): Use history variables.
11192 (rcirc-server-name-history, rcirc-nick-name-history)
11193 (rcirc-server-port-history): New variables.
11194
11195 2009-07-15 Kenichi Handa <handa@m17n.org>
11196
11197 * international/mule-cmds.el (set-language-environment-charset):
11198 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11199 ignore them.
11200
11201 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11202 Delete unibyte-display.
11203
11204 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11205
11206 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11207
11208 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11209
11210 * simple.el (deactivate-mark): Optional argument FORCE.
11211 (set-mark): Use deactivate-mark.
11212
11213 * info.el (Info-search): No need to check transient-mark-mode
11214 before calling deactivate-mark.
11215
11216 * select.el (x-set-selection): Doc fix.
11217 (x-valid-simple-selection-p): Allow buffer values.
11218 (xselect--selection-bounds): Handle buffer values. Suggested by
11219 David De La Harpe Golden.
11220
11221 * mouse.el (mouse-set-region, mouse-drag-track): Call
11222 copy-region-as-kill before setting the mark, to let
11223 select-active-regions work.
11224
11225 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11226
11227 * simple.el (deactivate-mark): If select-active-regions is
11228 non-nil, copy the selection data into a string.
11229 (activate-mark): If select-active-regions is non-nil, set the
11230 selection to the current buffer.
11231 (set-mark): Update selection if select-active-regions is non-nil.
11232
11233 * select.el (x-valid-simple-selection-p): Allow buffer values.
11234
11235 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11236
11237 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11238 and more featureful message-mode.
11239
11240 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11241
11242 * select.el (x-set-selection): Doc fix.
11243 (x-valid-simple-selection-p): Disallow selection data consisting
11244 of a list or cons of integers, since that is not used.
11245 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11246 (xselect-convert-to-string, xselect-convert-to-length)
11247 (xselect-convert-to-filename, xselect-convert-to-charpos)
11248 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11249
11250 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11251
11252 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11253 output in -break-info command (Emacs bug #3794).
11254
11255 2009-07-14 Glenn Morris <rgm@gnu.org>
11256
11257 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11258 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11259 (edebug-print-length, edebug-print-level, edebug-print-circle)
11260 (edebug-sit-for-seconds, edebug-view-outside)
11261 (edebug-bounce-point, edebug-set-global-break-condition)
11262 (edebug-Go-nonstop-mode, edebug-trace-mode)
11263 (edebug-Trace-fast-mode, edebug-continue-mode)
11264 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11265 (edebug-visit-eval-list): Doc fixes.
11266
11267 * subr.el (def-edebug-spec): Doc fix.
11268
11269 2009-07-14 Kenichi Handa <handa@m17n.org>
11270
11271 * international/characters.el: Fix setting of category ?C.
11272
11273 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11274
11275 * term/ns-win.el (x-select-font): defalias x-select-font to
11276 ns-popup-font-panel instead of generate-fontset-menu.
11277
11278 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11279
11280 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11281
11282 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11283
11284 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11285 the PK\003\004 header (Bug#3770).
11286
11287 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11288
11289 * pcomplete.el (pcomplete-comint-setup): Check for
11290 shell-dynamic-complete-filename too.
11291
11292 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11293
11294 * simple.el (temporary-goal-column): Change the value for
11295 line-move-visual to a cons cell.
11296 (line-move-visual): Record or set the window hscroll, if
11297 necessary (Bug#3494).
11298 (line-move-1): Handle cons value of temporary-goal-column.
11299
11300 2009-07-11 Kenichi Handa <handa@m17n.org>
11301
11302 * international/mule-diag.el (describe-character-set): Don't show
11303 width.
11304
11305 2009-07-10 Sam Steingold <sds@gnu.org>
11306
11307 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11308 Omake sometimes indents the errors it prints, so allow all
11309 regexps to start with spaces.
11310
11311 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11312
11313 * cus-edit.el (customize-changed-options-previous-release):
11314 Bump value to 22.1. (Bug#3804)
11315
11316 2009-07-08 Sam Steingold <sds@gnu.org>
11317
11318 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11319 to be a cons cell (test . ignored-directory) to selectively ignore
11320 some directories depending on the location of the search.
11321
11322 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11323
11324 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11325 remote user is root, on the local host.
11326 (tramp-local-host-p): Either the local user or the remote user
11327 must be root. (Bug#3771)
11328
11329 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11330
11331 * progmodes/gdb-mi.el (gdb): Remove description of
11332 gdb-use-separate-io-buffer.
11333 (menu): Don't allow toggling of or enable
11334 gdb-use-separate-io-buffer from menubar.
11335
11336 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11337
11338 * mail/unrmail.el (unrmail): Make sure the message ends with two
11339 newlines (Bug#3769).
11340
11341 2009-07-08 Glenn Morris <rgm@gnu.org>
11342
11343 * calendar/calendar.el (calendar-current-date): Rework previous change.
11344
11345 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11346
11347 * calendar/calendar.el (calendar-current-date):
11348 Add an optional argument giving an offset from today.
11349
11350 2009-07-08 Glenn Morris <rgm@gnu.org>
11351
11352 * tutorial.el (tutorial--describe-nonstandard-key):
11353 Adjust the message for when a key has been unbound.
11354 (help-with-tutorial): Hide the arch-tag.
11355
11356 2009-07-08 Kenichi Handa <handa@m17n.org>
11357
11358 * international/fontset.el (setup-default-fontset): For each
11359 script, append (not set) font-specs.
11360
11361 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11362 docstring.
11363
11364 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11365
11366 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11367 -data-list-register-names to ...
11368 (gdb-starting): ... here because GDB 7.0 requires execution to
11369 have started when using this MI command.
11370 (gdb-set-header): New function to distinguish select and
11371 unselected tabs in gdb buffers.
11372 (gdb-propertize-header): New macro that uses gdb-set-header.
11373 (gdb-breakpoints-header, gdb-locals-header): Use it.
11374 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11375
11376 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11377
11378 * Makefile.in (ELCFILES): Remove fadr.elc.
11379
11380 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11381
11382 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11383 may contain frame information, so `string-match' should be used.
11384 (gdb-update): Disassembly is invalidated through
11385 `gdb-get-selected-frame'.
11386 (gdb-pad-string): New function to pad string with spaces.
11387 (gdb-invalidate-disassembly): Invalidate only if the buffer
11388 exists.
11389 (gdb-disassembly-handler-custom): Column alignment.
11390 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11391 placing new ones.
11392 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11393 end of line, too.
11394 (gdb-frame-handler): Match convention to for disassembly buffer
11395 mode name.
11396 (gdb-stack-list-frames-handler): Rewritten without regexps.
11397 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11398 not highlight breakpoints without line information.
11399 (gdb-input): Add trailing newline to command.
11400
11401 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11402 buffer properly.
11403 (gdb-breakpoints-list-handler-custom): Replacement for
11404 `gdb-break-list-handler'. Using real parser instead of regexps
11405 now.
11406 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11407 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11408 to place breakpoints.
11409 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11410 functions.
11411 (gdb-disassembly-handler-custom): Show overlay arrow.
11412 (gdb-disassembly-place-breakpoints): Show breakpoints in
11413 disassembly buffer.
11414 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11415 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11416 instead of parsing breakpoints buffer. Fixed old menu references
11417 in `gud-menu-map'.
11418
11419 * fadr.el: Remove.
11420
11421 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11422 (gdb-memory-address): New variable which holds top address of
11423 memory page shown in memory buffer.
11424 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11425 customization variables.
11426 New functions:
11427 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11428 display the memory buffer.
11429 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11430 buffer display parameters.
11431 (def-gdb-memory-format, gdb-memory-format-binary)
11432 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11433 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11434 Functions for setting memory buffer format.
11435 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11436 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11437 unit size used in memory buffer.
11438 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11439 to next/previous page of memory buffer.
11440 Now using (bindat-get-field) instead of fadr functions.
11441
11442 2009-07-07 Sam Steingold <sds@gnu.org>
11443
11444 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11445 non-top-level files.
11446
11447 2009-07-07 Kenichi Handa <handa@m17n.org>
11448
11449 * international/mule-cmds.el (reset-language-environment): Put
11450 the highset priority to the charset iso-8859-1.
11451
11452 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11453
11454 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11455 to the end of the line when locating the block (Bug#700).
11456
11457 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11458
11459 * net/tramp.el (tramp-handle-write-region): Flush file properties
11460 in case of short track.
11461
11462 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11463
11464 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11465 Coded custom representation of verilog error regular expressions
11466 to work with Emacs-22's new format.
11467 (verilog-error-regexp-xemacs-alist): Coded custom representation
11468 of verilog error regular expressions to work with XEmacs format.
11469 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11470 error recognition into XEmacs.
11471 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11472 error recognition into Emacs-22.
11473
11474 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11475
11476 * woman.el: Remove stand-alone closing parentheses.
11477 (woman-file-name, woman2-format-paragraphs)
11478 (woman-leave-blank-lines): Code cleanup.
11479 (woman-use-own-frame): Change default to nil.
11480 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11481 defaults to inherit from default faces.
11482 (woman2-process-escapes): Consume the newline after a stand-alone
11483 filler character (Bug#3651).
11484
11485 2009-07-06 Glenn Morris <rgm@gnu.org>
11486
11487 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11488 (top-level): Move provide to the end.
11489 (ffap): Remove defunct URL from custom group.
11490
11491 * subr.el (eval-after-load): Doc fix.
11492
11493 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11494
11495 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11496 `calc-embedded-word' is called twice.
11497
11498 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11499
11500 * files.el (find-alternate-file-other-window, find-alternate-file):
11501 Obey confirm-nonexistent-file-or-buffer.
11502
11503 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
11504
11505 * dired-aux.el (dired-show-file-type): Handle remote files.
11506
11507 2009-07-05 Jari Aalto <jari.aalto@cante.net>
11508
11509 * desktop.el (desktop-globals-to-save):
11510 Add file-name-history (Bug#2750).
11511
11512 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
11513
11514 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11515
11516 2009-07-04 Johan Bockgård <bojohan@gnu.org>
11517
11518 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11519 property on entire argument since this is what eshell-lisp-command
11520 expects.
11521
11522 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
11523
11524 * net/tramp-gvfs.el (tramp-gvfs-methods)
11525 (tramp-gvfs-zeroconf-domain)
11526 (tramp-bluez-discover-devices-timeout): Add version flag.
11527 (tramp-gvfs-handler-mounted-unmounted)
11528 (tramp-gvfs-connection-mounted-p): Polish handling of
11529 incompatibilities between GVFS 0.2 and 1.0.
11530
11531 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11532
11533 * cus-start.el (all): Add make-pointer-invisible.
11534
11535 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11536
11537 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11538 formatted correctly.
11539
11540 2009-07-02 Juri Linkov <juri@jurta.org>
11541
11542 * info.el: Virtual Info files and nodes.
11543 (Info-virtual-files, Info-virtual-nodes): New variables.
11544 (Info-current-node-virtual): New variable.
11545 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11546 New functions.
11547 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11548 to check for a virtual file instead of checking a fixed list
11549 of node names.
11550 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11551 instead of ad-hoc processing of "dir" and (apropos history toc).
11552 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11553 instead of ad-hoc processing of "dir" and (apropos history toc).
11554 Reread a file when moving from a virtual node.
11555 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11556 (Info-directory-toc-nodes, Info-directory-find-file)
11557 (Info-directory-find-node): New functions.
11558 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11559 (Info-history): Move part of code to
11560 `Info-history-find-node'.
11561 (Info-history-toc-nodes, Info-history-find-file)
11562 (Info-history-find-node): New functions.
11563 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11564 (Info-toc): Move part of code to `Info-toc-find-node'.
11565 (Info-toc-find-node): New function.
11566 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
11567 the current Info file name to references because now the node
11568 "*TOC*" belongs to the same Info manual.
11569 (Info-toc-build): Rename from `Info-build-toc'.
11570 (Info-toc-nodes): Rename input argument `file' to `filename'.
11571 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11572 instead of ad-hoc processing of ("dir" apropos history toc).
11573 (Info-index-nodes): Use Info-virtual-file-p
11574 to check for a virtual file instead of checking a fixed list
11575 of node names.
11576 (Info-index-node): Add check for `Info-current-node-virtual'.
11577 Raise `save-match-data' higher up the tree to contain
11578 `search-forward' too (bug fix).
11579 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11580 (Info-virtual-index-nodes): New variable.
11581 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11582 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11583 (Info-apropos-file, Info-apropos-nodes): New variables.
11584 (Info-apropos-toc-nodes, Info-apropos-find-file)
11585 (Info-apropos-find-node, Info-apropos-matches): New functions.
11586 (info-apropos): Move part of code to `Info-apropos-find-node' and
11587 `Info-apropos-matches'.
11588 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11589 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11590 for a virtual file instead of checking a fixed list of node names.
11591
11592 * simple.el (async-shell-command): New command.
11593
11594 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11595
11596 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11597 instead of `mount-info'.
11598
11599 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
11600
11601 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11602 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11603
11604 2009-07-02 Kenichi Handa <handa@m17n.org>
11605
11606 * international/mule.el (set-keyboard-coding-system): Force *-unix
11607 coding-system to avoid eol conversion.
11608
11609 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
11610
11611 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11612 Add handler for `process-file', `shell-command' and
11613 `start-file-process'.
11614 (tramp-gvfs-handle-shell-command)
11615 (tramp-gvfs-handle-start-file-process)
11616 (tramp-gvfs-handle-process-file): New defuns.
11617 (tramp-synce-list-devices): Simplify check for existence of property.
11618
11619 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11620
11621 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11622
11623 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11624
11625 * language/korean.el (set-language-info-alist): Add korean-cp949,
11626 cp949 to spec.
11627
11628 2009-07-01 Kenichi Handa <handa@m17n.org>
11629
11630 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11631
11632 * international/encoded-kb.el: Deleted.
11633
11634 * international/mule.el (set-keyboard-coding-system): Perform the
11635 necessary setup here instead of calling encoded-kbd-setup-display.
11636
11637 2009-07-01 Glenn Morris <rgm@gnu.org>
11638
11639 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11640
11641 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11642
11643 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11644
11645 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
11646
11647 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11648 Handle also the 'rename case, when setting file modes. (Bug#3712)
11649 (tramp-default-file-modes): Remove execute permissions.
11650
11651 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11652 (top): Add a default for "synce" in `tramp-default-user-alist'.
11653 Add completion function for "synce" method.
11654 (tramp-hal-service, tramp-hal-path-manager)
11655 (tramp-hal-interface-manager, tramp-hal-interface-device):
11656 New defconst.
11657 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11658 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11659 New defuns.
11660
11661 * net/trampver.el: Update release number.
11662
11663 2009-06-30 Kenichi Handa <handa@m17n.org>
11664
11665 * international/fontset.el (setup-default-fontset): Add CJK fonts
11666 for symbols and the other miscellaneous characters.
11667
11668 * language/korea-util.el (setup-korean-environment-internal):
11669 Make char-width-table suitable for Korean environments.
11670 (exit-korean-environment): Cancel above.
11671
11672 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11673 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11674 setup-function to make char-width-table suitable for respective
11675 environments, and an exit-function to cancel that.
11676
11677 * language/japan-util.el (setup-japanese-environment-internal):
11678 Call use-cjk-char-width-table with arg `ja_JP'.
11679
11680 * international/characters.el (cjk-char-width-table): Delete it.
11681 (cjk-char-width-table-list): New variable.
11682 (use-cjk-char-width-table): New arg local-name.
11683 (use-default-char-width-table): Fix for the case that Emacs is
11684 already using the default char-width-table.
11685
11686 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
11687
11688 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11689 modes mandatory. (Bug#3712)
11690
11691 2009-06-29 Alan Mackenzie <acm@muc.de>
11692
11693 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11694 correction between the visible width of TABs and their number of bytes.
11695
11696 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
11697
11698 * server.el (server-buffer-done): Prevent kill-buffer from
11699 prompting by clearing the buffer modification flag (Bug#3696).
11700
11701 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
11702
11703 * progmodes/verilog-mode.el (verilog-beg-of-statement)
11704 (verilog-endcomment-reason-re): Support unique case and priority case.
11705 (verilog-basic-complete-re): Support localparam lineup.
11706 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11707 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11708 commenting.
11709 (verilog-leap-to-case-head): Now support *nested* unique &
11710 priority case statements.
11711 (verilog-auto-lineup): Make just declarations the default (as it
11712 had been).
11713 (verilog-leap-to-case-head): Support priority/unique case statements.
11714 (verilog-auto-lineup): Rework to give users radio buttons to
11715 select the various styles of automatic lineup.
11716 (verilog-error-regexp-alist): Rework to support the XEmacs style
11717 of error regular expressions from compilers, lint tools &
11718 simulators. Note that GNU Emacs has made it impossible for a mode
11719 to load such things.
11720 (electric-verilog-terminate-line, verilog-indent-declaration)
11721 (verilog-auto-wiure): Rework for radio button selection of
11722 auto-lineup selection of specification of auto lineup.
11723 (verilog-beg-of-statement-1): Redesign to support proper operation
11724 in additional code, based on testing with auto-lineup.
11725 (verilog-calculate-indent, assignments & declarations)
11726 (verilog-backward-token): Enhance to support auto-lineup of
11727 assignments & declarations.
11728 (verilog-in-directive-p, verilog-at-struct-p): New function for
11729 easy test of whether we are.
11730 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11731 to support safe execution at almost anyline.
11732 (verilog-calc-1): Properly support indenting deep inside generate
11733 blocks.
11734 (verilog-init-font): Remove definition & use of verilog-init-font,
11735 as it is redundant with font-lock-defaults.
11736 (verilog-mode): Alter the definition of verilog-font-lock-defaults
11737 to avoid circular calls if syntax-ppss is a function (as is the
11738 case now in 22.x GNU Emacs) as that function would sometimes call
11739 itself, leading to (nearly) infinite recursion.
11740 (verilog-ovm-begin-re, verilog-ovm-end-re)
11741 (verilog-ovm-statement-re, verilog-leap-to-head)
11742 (verilog-backward-token): Add support for OVM macros. Some are
11743 complete statements, and others open and close scopes like begin
11744 and end.
11745 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11746 (verilog-defun-level-generate-only-re): Really fix the defun-list
11747 compilation issue.
11748 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11749 coverpoint, constraint and cross statements.
11750 (verilog-defun-level-list, verilog-generate-defun-level-list)
11751 (verilog-all-defun-level-list): Redo these specifications - it is
11752 too hard to support eval-when compile aggregation of lists also
11753 built at when-compile time.
11754 (verilog-defun-level-list): Place defconsts of variables used in
11755 building regular expressions which are built in eval-when-compile
11756 bodies in the same eval-when-compile body to facilitate compile
11757 without load.
11758 (verilog-beg-block-re-ordered): Support indenting
11759 virtual/protected tasks and functions.
11760 (verilog-defun-level-list, verilog-in-generate-region-p)
11761 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11762 indentation of some module items (generate items).
11763 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11764 across virtual/protected tasks and functions.
11765
11766 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11767
11768 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11769 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
11770 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11771 in concatenations. Reported by Yishay Belkind.
11772 (verilog-auto-ascii-enum): Support one-hot state machines in
11773 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11774 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11775 modport in AUTOINST and add vl-modport for users. Reported by
11776 David Rogoff.
11777 (verilog-auto-inout-module, verilog-auto-inst)
11778 (verilog-decls-get-interfaces, verilog-insert-definition)
11779 (verilog-insert-one-definition, verilog-read-decls)
11780 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11781 (verilog-sig-modport, verilog-signals-combine-bus)
11782 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11783 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11784 Suggested by David Rogoff.
11785 (verilog-repair-open-comma): Fix non-insertion of comma when
11786 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11787 (verilog-make-width-expression): Simplify [A-1:0] expression
11788 widths to just {A{1'b0}}.
11789 (verilog-mode): Cleanup checkdoc warnings.
11790 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11791 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11792 inputs/outputs or data type. Suggested by Vasu Kandadi.
11793 (next-error-last-buffer): Fix byte-compiler warning.
11794 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11795 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11796 or shell command text during AUTO expansion. Suggested by Tad Truex.
11797 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11798 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11799 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11800 in AUTOINOUT. Reported by Matthew Lovell.
11801 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11802 causing use of <= assignments. Reported by Alex Reed.
11803 (verilog-read-decls): Fix triand, trior, wand, wor to be
11804 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11805 (verilog-extended-complete-re): Support import "DPI-C" functions.
11806 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11807 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
11808 (verilog-insert-date, verilog-insert-year)
11809 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11810 Windows systems. Reported by Michael Potts.
11811 (verilog-read-module-name): Fix AUTOINST when the child module
11812 declaration's name is a tick define. Reported by Elliot Mednick.
11813 (verilog-read-decls): Fix V2K parameter bit subscripts getting
11814 passed to next parameter's definition. Reported by Bruce T.
11815 (verilog-read-decls): Fix detecting "parameter int" when using
11816 AUTOINSTPARAM. Reported by Bruce T.
11817 (verilog-goto-defun): Fix goto not finding modules unless first
11818 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
11819 (verilog-mode): Expand -f flag arguments on entry to mode so
11820 verilog-goto-defun will work. Reported by Lawrence Butcher.
11821 (verilog-getopt): Expand environment variables in -f file
11822 arguments. Suggested by Lawrence Butcher.
11823 (verilog-set-define): Fix "Symbol's value as variable is void"
11824 when reading enumerations.
11825 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11826 Suggested by Stephen Peltan.
11827 (verilog-read-defines): Fix reading of enumerations in include
11828 files. Reported by Steve Peltan.
11829
11830 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11831
11832 * files.el (trash-directory): Fix defcustom type.
11833
11834 2009-06-28 Juri Linkov <juri@jurta.org>
11835
11836 * help-fns.el (describe-function-1): Correctly locate adviced
11837 functions in hyperlink (Bug#2438).
11838
11839 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
11840
11841 * files.el (trash-directory): Change default to nil.
11842 (move-file-to-trash): If trash-directory is nil and
11843 system-move-file-to-trash is unbound, perform freedesktop-style
11844 trashing.
11845
11846 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11847
11848 * files.el (move-file-to-trash): Add freedesktop trash
11849 support (Bug#973).
11850
11851 2009-06-28 Glenn Morris <rgm@gnu.org>
11852
11853 * autorevert.el (global-auto-revert-non-file-buffers)
11854 (global-auto-revert-mode): Doc fixes.
11855
11856 2009-06-27 Johan Bockgård <bojohan@gnu.org>
11857
11858 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11859
11860 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
11861
11862 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11863 opened an X connection before calling x-get-resource (Bug#3194).
11864
11865 * play/doctor.el: Remove reference to obsolete website.
11866 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11867
11868 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11869
11870 Remove find-file-not-found-hook VC method. (Bug#2757)
11871 * vc-hooks.el (vc-file-not-found-hook)
11872 (vc-default-find-file-not-found-hook): Remove functions.
11873 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11874 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11875 * vc.el:
11876 * vc-hg.el:
11877 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11878
11879 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11880
11881 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11882 compatibility function for `looking-back'.
11883
11884 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11885 Use `ispell-looking-back'.
11886
11887 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
11888
11889 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11890 rather than `filename'.
11891
11892 2009-06-23 Miles Bader <miles@gnu.org>
11893
11894 * face-remap.el (text-scale-set): New function.
11895
11896 2009-06-23 Glenn Morris <rgm@gnu.org>
11897
11898 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11899
11900 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11901
11902 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11903
11904 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11905
11906 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11907 Simplify Persian conditionals.
11908
11909 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11910 variable `filename'.
11911
11912 * comint.el (comint-insert-input): Doc fix.
11913
11914 * Makefile.in (ELCFILES): Fix typo in previous change.
11915
11916 2009-06-23 Miles Bader <miles@gnu.org>
11917
11918 * cus-start.el: Add entry for `recenter-redisplay'.
11919
11920 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11921
11922 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11923 Add an optional argument for the backend, use it instead of
11924 calling vc-backend.
11925 (vc-mode-line): Add an optional argument for the backend.
11926 Pass the backend to vc-state and vc-working-revision. Move code for
11927 special handling for vc-state being a buffer to ...
11928
11929 * vc-rcs.el (vc-rcs-find-file-hook):
11930 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11931
11932 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11933 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11934 vc-stay-local-p and vc-mode-line calls.
11935
11936 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11937 (vc-cvs-diff, vc-cvs-annotate-command)
11938 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11939 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11940 vc-mode-line calls.
11941
11942 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11943 direct comparison.
11944 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11945 backend when calling vc-mode-line.
11946 (vc-register): Do not create a closure for calling the vc register
11947 function, call it directly.
11948
11949 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11950
11951 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11952 to make it obvious item can be clicked.
11953
11954 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11955
11956 2009-06-23 Kenichi Handa <handa@m17n.org>
11957
11958 * language/korea-util.el (korean-key-bindings): Change the binding
11959 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11960 same command.
11961
11962 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
11963
11964 Sync with Tramp 2.1.16.
11965
11966 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11967
11968 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11969 when a loading of a package fails. Completion function for rsync
11970 is `tramp-completion-function-alist-ssh'.
11971 (all): Replace all calls of `split-string' and
11972 `tramp-split-string' by `tramp-compat-split-string'.
11973 (tramp-default-method): Use `tramp-compat-process-running-p'.
11974 (tramp-default-proxies-alist): Allow also Lisp forms.
11975 (tramp-remote-path): Add choice "Private Directories".
11976 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11977 (tramp-domain-regexp): Allow also "-", "_" and ".".
11978 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11979 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11980 (tramp-debug-message): Insert header line in debug buffer.
11981 (tramp-handle-directory-files-and-attributes-with-stat):
11982 Care about filenames with spaces, or starting with "-".
11983 (tramp-handle-dired-uncache): New defun.
11984 (tramp-handle-insert-directory): Don't flush the directory from
11985 cache, this is handled by `dired-uncache' now.
11986 (tramp-handle-insert-file-contents): Improve error handling.
11987 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11988 Quote `tramp-end-of-output'.
11989 (tramp-action-password): Improve trace message.
11990 (tramp-check-for-regexp): Both echoes must be present, before removing.
11991 (tramp-open-connection-setup-interactive-shell): Trace coding system.
11992 (tramp-compute-multi-hops): Eval cons cells of
11993 `tramp-default-proxies-alist'.
11994 (tramp-maybe-open-connection): Use the same command pattern for
11995 first hop and further hops.
11996 (tramp-wait-for-output): Remove handling of newlines.
11997 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11998 (tramp-split-string): Remove function. It is handled in
11999 tramp-compat now.
12000
12001 * net/tramp-cmds.el (tramp-bug):
12002 Recommend `tramp-cleanup-all-connections' in the bug mail.
12003
12004 * net/tramp-compat.el (tramp-compat-split-string)
12005 (tramp-compat-process-running-p): New defuns.
12006
12007 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12008 for `dired-uncache'.
12009
12010 * net/tramp-gvfs.el: New package.
12011
12012 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12013 Add handler for `dired-uncache'.
12014 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12015
12016 * net/trampver.el: Update release number. Make version check fit
12017 for SXEmacs 22.
12018
12019 2009-06-22 Jim Meyering <meyering@redhat.com>
12020
12021 Automatically handle .xz suffix (XZ-compressed files), too.
12022 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12023 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12024
12025 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12026 Nick Roberts <nickrob@snap.net.nz>
12027
12028 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12029 repository (http://sphinx.net.ru/hg/gdb-mi/).
12030
12031 2009-06-22 Glenn Morris <rgm@gnu.org>
12032
12033 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12034 `mode' and `eval' entries. (Bug#3430)
12035
12036 * Makefile.in (ELCFILES): Add fadr.elc.
12037
12038 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12039 differing behavior of \n and ^ in strings. (Bug#3385)
12040
12041 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12042
12043 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12044 property.
12045 (lisp-indent-function): Make it a defcustom.
12046
12047 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12048
12049 * progmodes/gdb-ui.el: Replace with ...
12050 * progmodes/gdb-mi.el: ... this file.
12051 * progmodes/gud.el: Modify for gdb-mi.el.
12052
12053 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12054
12055 * fadr.el: New file.
12056
12057 See ChangeLog.14 for earlier changes.
12058
12059 ;; Local Variables:
12060 ;; coding: utf-8
12061 ;; End:
12062
12063 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
12064
12065 This file is part of GNU Emacs.
12066
12067 GNU Emacs is free software: you can redistribute it and/or modify
12068 it under the terms of the GNU General Public License as published by
12069 the Free Software Foundation, either version 3 of the License, or
12070 (at your option) any later version.
12071
12072 GNU Emacs is distributed in the hope that it will be useful,
12073 but WITHOUT ANY WARRANTY; without even the implied warranty of
12074 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12075 GNU General Public License for more details.
12076
12077 You should have received a copy of the GNU General Public License
12078 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12079
12080 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1