]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Detect ssh 'ControlMaster' argument automatically in some cases.
[gnu-emacs] / lisp / ChangeLog
1 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
2
3 Detect ssh 'ControlMaster' argument automatically in some cases.
4
5 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
6 (tramp-default-method): Use it.
7
8 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
9
10 * net/tramp.el (tramp-handle-copy-file): Add new optional
11 parameter `preserve-selinux-context'.
12 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
13
14 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
15
16 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
17 Ensure, that non remote files are still checked. Oops.
18
19 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
20
21 Fix Bug#5840.
22
23 * icomplete.el (icomplete-completions): Use `non-essential'.
24
25 * net/tramp.el (tramp-connectable-p): New defun.
26 (tramp-handle-expand-file-name)
27 (tramp-completion-handle-file-name-all-completions)
28 (tramp-completion-handle-file-name-completion): Use it.
29
30 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
33
34 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
35
36 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
37
38 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
39
40 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
41 is present.
42
43 * info.el (info-tool-bar-map): Add labels.
44
45 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
46
47 * cus-edit.el (custom-commands): Add labels for tool bar.
48 (custom-buffer-create-internal, Custom-mode): Adjust for
49 labels in custom-commands.
50
51 * dynamic-setting.el: Renamed from font-setting.el.
52
53 2010-04-21 John Wiegley <jwiegley@gmail.com>
54
55 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
56 toggles the use of virtual buffers.
57 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
58 value.
59 (ido-toggle-virtual-buffers): New function.
60
61 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
62
63 Use `define-derived-mode'; fix window selection; doc fixes.
64 * play/tetris.el (tetris, tetris-update-speed-function)
65 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
66 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
67 (tetris-rotate-next, tetris-end-game, tetris-start-game)
68 (tetris-pause-game): Fix typos in docstrings.
69 (tetris-mode-map, tetris-null-map):
70 Move initialization into declaration.
71 (tetris-mode): Define with `define-derived-mode';
72 set show-trailing-whitespace to nil.
73 (tetris): Prefer window already displaying the "*Tetris*" buffer.
74
75 2010-04-21 Karel Klíč <kklic@redhat.com>
76
77 * files.el (backup-buffer): Handle SELinux context, and return it
78 if a backup was made by renaming.
79 (backup-buffer-copy): Set SELinux context to the target file.
80 (basic-save-buffer): Set SELinux context of the newly written file.
81 (basic-save-buffer-1): Now it also returns any SELinux context.
82 (basic-save-buffer-2): Set SELinux context of the newly created file,
83 and return it.
84 * net/tramp.el (tramp-file-name-for-operation):
85 Add file-selinux-context.
86
87 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
88
89 * vc.el (vc-checkin, vc-modify-change-comment):
90 Adjust to new vc-start/finish-logentry.
91 (vc-find-conflicted-file): New command.
92 (vc-transfer-file): Adjust to new vc-checkin.
93 (vc-next-action): Improve scoping.
94
95 * vc-hg.el (vc-hg-log-edit-mode): Remove.
96 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
97
98 * vc-git.el (vc-git-log-edit-mode): Remove.
99 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
100 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
101
102 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
103 (vc-start-logentry): Remove argument `extra'.
104 (vc-finish-logentry): Remove extra args.
105
106 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
107 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
108 (vc-bzr-conflicted-files): New function.
109
110 * log-edit.el (log-edit-extra-flags)
111 (log-edit-before-checkin-process): Remove.
112 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
113 (log-edit-headers-alist): New var.
114 (log-edit-header-contents-regexp): New const.
115 (log-edit-match-to-eoh): New function.
116 (log-edit-font-lock-keywords): Use them.
117 (log-edit): Insert a "Summary:" header as default.
118 (log-edit-mode): Mark font-lock rules as case-insensitive.
119 (log-edit-done): Cleanup headers.
120 (log-view-process-buffer): Remove.
121 (log-edit-extract-headers): New function to replace it.
122
123 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
124
125 * subr.el (default-direction-reversed): Remove obsolescence info.
126
127 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
128
129 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
130 windows/frames.
131
132 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
133 I.e. include text after point in the completion region.
134 Also, return nil when we're not after/in a symbol.
135
136 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
137 default enable-multibyte-characters.
138
139 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
140
141 * international/mule.el: Help the user choose a valid coding-system.
142 (read-buffer-file-coding-system): New function.
143 (set-buffer-file-coding-system): Use it. Prompt the user if the
144 coding-system cannot encode all the chars.
145
146 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
147 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
148 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
149 Don't use *vc-bzr-shelve*.
150
151 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
152
153 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
154 Don't destroy list before using it.
155
156 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
157
158 Fix the version number for added files.
159 * vc-hg.el (vc-hg-working-revision): Check if the file is
160 registered after hg parent fails (Bug#5961).
161
162 2010-04-19 Glenn Morris <rgm@gnu.org>
163
164 * htmlfontify.el (htmlfontify-buffer)
165 (htmlfontify-copy-and-link-dir): Autoload entry points.
166
167 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
168
169 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
170 name relative to the project root (Bug#5960).
171
172 2010-04-19 Glenn Morris <rgm@gnu.org>
173
174 * vc-git.el (vc-git-print-log): Doc fix.
175
176 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
177
178 * ido.el (ido-file-internal): Fix 2009-12-02 change.
179
180 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
181
182 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
183 default settings (Bug#5928).
184
185 2010-04-19 Glenn Morris <rgm@gnu.org>
186
187 * progmodes/fortran.el (fortran-match-and-skip-declaration):
188 New function.
189 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
190
191 2010-04-19 Kenichi Handa <handa@m17n.org>
192
193 * language/indian.el (malayalam-composable-pattern): Fix previous
194 change (add U+0D4D "SIGN VIRAMA").
195 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
196 (tamil-composable-pattern): Fix typo in the regexp.
197 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
198 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
199 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
200
201 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
202
203 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
204 paragraph-separate (Bug#5821).
205
206 2010-04-19 Juri Linkov <juri@jurta.org>
207
208 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
209
210 * info.el (Info-find-node-2): Comment out code that skips
211 breadcrumbs line.
212 (Info-mouse-follow-link): New command.
213 (Info-link-keymap): New keymap.
214 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
215 Return a string with links instead of inserting breadcrumbs
216 to the Info buffer.
217 (Info-fontify-node): Comment out code that inserts breadcrumbs.
218 Instead of putting the `invisible' text property over the Info
219 header, make an overlay over the Info header with the `invisible'
220 property and `after-string' set to the string returned by
221 `Info-breadcrumbs'.
222
223 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
224
225 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
226 Reported by monkey@sandpframing.com.
227
228 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
229
230 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
231 (tmm-get-keymap): Add key-binding shortcuts now that they're not
232 available in the "keyseq cache" any more.
233
234 * custom.el (defcustom): Add edebug spec.
235
236 2010-04-18 Juri Linkov <juri@jurta.org>
237
238 Test for special mode-class in view-buffer instead of view-file (bug#5513).
239
240 * view.el (view-file, view-buffer): Move test for special mode-class
241 from view-file to view-buffer.
242
243 * tar-mode.el (tar-extract): Turn if's into one cond
244 like in arc-mode.el.
245
246 2010-04-18 Juri Linkov <juri@jurta.org>
247
248 Add 7z archive format support (bug#5475).
249
250 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
251 (archive-7z-extract): New defcustom.
252 (archive-find-type): Add magic string for 7z.
253 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
254 If `stderr-file' is non-nil, use `(t stderr-file)' for the
255 `buffer' arg of `call-process'.
256 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
257 call the function `archive-7z-extract' with the variable
258 `archive-7z-extract' let-bound to `archive-zip-extract'.
259 (archive-7z-summarize, archive-7z-extract): New functions.
260
261 * international/mule.el (auto-coding-alist):
262 * files.el (auto-mode-alist): Add 7z file extension.
263
264 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
265
266 * loadup.el: Setup hash-cons for pure data.
267
268 Fix duplicate entries in cedet's loaddefs.el files.
269 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
270 Should make most file-local generated-autoload-file unnecessary.
271 (print-readably): Silence warnings.
272 (autoload-find-destination): Take load-name as an arg to make sure
273 it's the same as the one that will be in the file.
274 (autoload-generate-file-autoloads): Adjust to above changes.
275 Try to make the dataflow a bit simpler.
276
277 * cvs-status.el (cvs-refontify): Remove unused.
278
279 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
280
281 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
282
283 * calc-bin.el (calc-radix): Have the "O" option turn on
284 twos-complement mode.
285
286 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
287
288 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
289 Add `calc-option-prefix-help' to calc-help autoloads.
290 (calc-inverse): Add "Option" to message, as appropriate.
291 (calc-hyperbolic): Add "Option" to message, as appropriate.
292 (calc-option, calc-is-option): New functions.
293
294 * calc-help.el (calc-full-help): Add `calc-option-help'.
295 (calc-option-prefix-help): New function.
296
297 * calc-misc.el (calc-help): Add "Option" entry.
298
299 * calc.el (calc-local-var-list): Add `calc-option-flag'.
300 (calc-option-flag): New variable.
301 (calc-do): Set `calc-option-flag to nil.
302 (calc-set-mode-line): Add "Opt " as appropriate.
303
304 2010-04-16 Juri Linkov <juri@jurta.org>
305
306 Move scrolling commands from simple.el to window.el
307 because their primitives are implemented in window.c.
308
309 * simple.el (scroll-error-top-bottom)
310 (scroll-up-command, scroll-down-command, scroll-up-line)
311 (scroll-down-line, scroll-other-window-down)
312 (beginning-of-buffer-other-window, end-of-buffer-other-window):
313 * window.el (scroll-error-top-bottom)
314 (scroll-up-command, scroll-down-command, scroll-up-line)
315 (scroll-down-line, scroll-other-window-down)
316 (beginning-of-buffer-other-window, end-of-buffer-other-window):
317 Move from simple.el to window.el because their primitives are
318 implemented in window.c.
319
320 2010-04-16 Juri Linkov <juri@jurta.org>
321
322 * isearch.el (isearch-lookup-scroll-key): Check both
323 `isearch-scroll' and `scroll-command' properties.
324 (scroll-up, scroll-down): Remove `isearch-scroll' property.
325
326 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
327
328 * simple.el (scroll-up-command, scroll-down-command)
329 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
330
331 2010-04-15 Juri Linkov <juri@jurta.org>
332
333 * simple.el (scroll-up-command, scroll-down-command)
334 (scroll-up-line, scroll-down-line): Put `scroll-command'
335 property on the these symbols. Remove them from
336 `scroll-preserve-screen-position-commands'.
337
338 * mwheel.el (mwheel-scroll): Put `scroll-command' and
339 `isearch-scroll' properties on the `mwheel-scroll' symbol.
340 Remove it from `scroll-preserve-screen-position-commands'.
341
342 * isearch.el (isearch-allow-scroll): Doc fix.
343
344 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
345
346 * net/tramp.el (tramp-error-with-buffer): Don't show the
347 connection buffer when we are in completion mode.
348 (tramp-file-name-handler): Catch the error for some operations
349 when we are in completion mode. This gives the user the chance to
350 correct the file name in the minibuffer.
351
352 2010-04-15 Glenn Morris <rgm@gnu.org>
353
354 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
355
356 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
357
358 Simplify by using `define-derived-mode'.
359 * info.el (Info-mode):
360 * calendar/todo-mode.el (todo-mode):
361 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
362 (gomoku-mode-map): Move initialization into declaration.
363
364 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
365
366 Fix Bug#5840.
367 * ido.el (ido-file-name-all-completions-1):
368 * minibuffer.el (minibuffer-completion-help):
369 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
370
371 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
372
373 * simple.el (non-essential): New var.
374
375 Add a new field `location' to bookmarks for non-file bookmarks.
376 * bookmark.el (bookmark-location): Use the new field, if present.
377 (bookmark-insert-location): Undo last change, not needed any more.
378 * man.el (Man-bookmark-make-record):
379 * woman.el (woman-bookmark-make-record): Add `location' field.
380
381 2010-04-14 Juri Linkov <juri@jurta.org>
382
383 * simple.el (scroll-error-top-bottom): New defcustom.
384 (scroll-up-command, scroll-down-command): Use it. Doc fix.
385
386 * emulation/pc-select.el (pc-select-override-scroll-error):
387 Obsolete in favor of `scroll-error-top-bottom'.
388
389 2010-04-14 Juri Linkov <juri@jurta.org>
390
391 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
392 `scroll-up-command' and `M-v' to `scroll-down-command'.
393
394 * emulation/cua-rect.el (cua--init-rectangles):
395 * forms.el (forms--change-commands):
396 * image-mode.el (image-mode-map):
397 Remap scroll-down-command and scroll-up-command
398 in addition to scroll-down and scroll-up.
399
400 2010-04-14 Juri Linkov <juri@jurta.org>
401
402 * mwheel.el (scroll-preserve-screen-position-commands):
403 Add mwheel-scroll to this list of commands.
404
405 * simple.el (scroll-preserve-screen-position-commands):
406 Add scroll-up-command, scroll-down-command, scroll-up-line,
407 scroll-down-line to this list of commands.
408
409 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
410
411 * obsolete/complete.el: Move from lisp/complete.el.
412
413 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
414
415 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
416 to the minor mode function now turns the mode ON unconditionally.
417
418 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
419
420 * vc-dir.el (vc-dir-kill-line): New command.
421 (vc-dir-mode-map): Bind it to C-k.
422
423 * bookmark.el (bookmark-insert-location): Handle a nil filename.
424
425 * woman.el: Add bookmark declarations to silence the compiler.
426 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
427 step to compatibility between man and woman bookmarks.
428 Adjust for Man-default-bookmark-title renaming.
429 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
430
431 * man.el: Add bookmark declarations to silence the compiler.
432 (Man-name-local-regexp): Make it match NAME as well.
433 (Man-getpage-in-background): Return the buffer.
434 (Man-notify-when-ready): Use `case'.
435 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
436 Don't hardcode "NAME". Simplify.
437 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
438 Rename from Man-bookmark-make-record.
439 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
440 we have the actual man-args. Use Man-getpage-in-background rather
441 than `man' since the arg is already processed. Let bookmark.el do the
442 window handling. Only wait for the relevant process.
443 Don't forget to autoload.
444
445 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
446
447 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
448
449 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
450 New functions.
451 (woman-mode): Setup bookmark support.
452
453 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
454 (man-bookmark-jump): New functions.
455 (Man-mode): Setup bookmark support.
456
457 2010-04-10 Jari Aalto <jari.aalto@cante.net>
458
459 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
460 recognize ssh-keygen prompt (Bug#2817).
461
462 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
463
464 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
465
466 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
467
468 Synchronize with Tramp repository.
469
470 * net/tramp.el (tramp-completion-function-alist)
471 (tramp-file-name-regexp, tramp-chunksize)
472 (tramp-local-coding-commands, tramp-remote-coding-commands):
473 Fix docstring.
474 (tramp-remote-process-environment): Use `format' instead of `concat'.
475 (tramp-handle-directory-files-and-attributes)
476 (tramp-get-remote-path): Use `copy-tree'.
477 (tramp-handle-file-name-all-completions): Backward/ XEmacs
478 compatibility: Use `completion-ignore-case' if
479 `read-file-name-completion-ignore-case' does not exist.
480 (tramp-do-copy-or-rename-file-directly): Do not use
481 `tramp-handle-file-remote-p'.
482 (tramp-do-copy-or-rename-file-out-of-band):
483 Use `tramp-compat-delete-directory'.
484 (tramp-do-copy-or-rename-file-out-of-band)
485 (tramp-compute-multi-hops, tramp-maybe-open-connection):
486 Use `format-spec-make'.
487 (tramp-find-foreign-file-name-handler)
488 (tramp-advice-make-auto-save-file-name)
489 (tramp-set-auto-save-file-modes): Remove superfluous check for
490 `stringp'. This is done inside `tramp-tramp-file-p'.
491 (tramp-debug-outline-regexp): New defconst.
492 (tramp-get-debug-buffer): Use it.
493 (tramp-check-for-regexp): Use (forward-line 1).
494 (tramp-set-auto-save-file-modes): Adapt version check.
495
496 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
497 Wrap call of `featurep' for 2nd argument.
498 (tramp-compat-make-temp-file): Simplify fallback implementation.
499 (tramp-compat-copy-tree): Remove function.
500 (tramp-compat-delete-directory): Provide implementation for older
501 Emacsen.
502
503 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
504 Do not use `tramp-fish-handle-file-attributes.
505
506 * net/trampver.el: Update release number.
507
508 2010-04-10 Glenn Morris <rgm@gnu.org>
509
510 * progmodes/compile.el (compilation-save-buffers-predicate):
511 Add missing :version tag.
512
513 2010-04-09 Sam Steingold <sds@gnu.org>
514
515 * progmodes/compile.el (compilation-save-buffers-predicate):
516 Remove the "autoload" cookie.
517
518 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
519 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
520 and `bug-reference-prog-mode' can be used in hooks directly.
521
522 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
523
524 Add --author support to git commit.
525 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
526 (vc-git-log-edit-mode): New minor mode.
527 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
528 New declarations.
529
530 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
531
532 * vc-hooks.el, vc-git.el: Improve documentation comments.
533
534 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 Fix some of the problems in defsubst* (bug#5728).
537 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
538 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
539
540 2010-04-07 Sam Steingold <sds@gnu.org>
541
542 * progmodes/compile.el (compilation-save-buffers-predicate):
543 New custom variable.
544 (compile, recompile): Pass it to `save-some-buffers'.
545
546 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
547
548 * wid-edit.el (widget-choose): Move cursor to the second line of
549 the buffer (Bug#5695).
550
551 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
552
553 Add new VC methods: vc-log-incoming and vc-log-outgoing.
554 * vc.el (vc-print-log-setup-buttons): New function split out from
555 vc-print-log-internal.
556 (vc-log-internal-common): New function, a parametrized version of
557 vc-print-log-internal.
558 (vc-print-log-internal): Just call vc-log-internal-common with the
559 right arguments.
560 (vc-incoming-outgoing-internal):
561 (vc-log-incoming, vc-log-outgoing): New functions.
562 (vc-log-view-type): New permanent local variable.
563
564 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
565
566 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
567 of the dynamic bound vc-short-log.
568 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
569
570 * vc-git.el (vc-git-log-outgoing): New function.
571 (vc-git-log-view-mode): Use vc-log-view-type instead
572 of the dynamic bound vc-short-log.
573
574 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
575 of the dynamic bound vc-short-log. Highlight the tag.
576 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
577 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
578 (vc-hg-incoming-mode): Remove.
579 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
580
581 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
582
583 Fix default-directory for vc-root-diff.
584 * vc.el (vc-root-diff): Bind default-directory to the root
585 directory for the diff command.
586
587 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
588
589 * progmodes/verilog-mode.el (verilog-forward-sexp):
590 (verilog-calc-1): Support "disable fork" and "fork wait" multi
591 word keywords, suggested by Steve Pearlmutter.
592 (verilog-pretty-declarations): Support lineup of declarations in
593 port lists.
594 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
595 fix bug for /* / comments
596 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
597 Speed up and simplfy as this is never called with a bound.
598 (verilog-pretty-declarations): Enhance to line up declarations
599 inside a parameter list, suggested by Alan Morgan.
600 (verilog-pretty-expr): Tune assignment regular expression match
601 string for corner cases; also use markers instead of character
602 number as indent changes the later.
603
604 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
605
606 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
607 as missing keyword.
608 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
609 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
610 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
611 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
612 Tennant.
613 (verilog-keywords):
614 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
615 1800-2009 keywords, including "global.".
616
617 2010-04-06 John Wiegley <jwiegley@gmail.com>
618
619 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
620 appearing in buffer list (if a live buffer name matched a recentf
621 file basename). Should use uniquify to offer a real solution.
622
623 2010-04-06 John Wiegley <jwiegley@gmail.com>
624
625 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
626 comment to code, and add a :version tag.
627 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
628
629 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
630
631 Enable recentf-mode if using virtual buffers.
632 * ido.el (recentf-list): Declare for byte-compiler.
633 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
634 (ido-make-buffer-list): Simplify.
635 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
636
637 2010-04-05 Juri Linkov <juri@jurta.org>
638
639 Scrolling commands which scroll a line instead of full screen.
640 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
641
642 * simple.el (scroll-up-line, scroll-down-line): New commands.
643 Put property isearch-scroll=t on them.
644
645 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
646 Remove commands.
647
648 2010-04-05 Juri Linkov <juri@jurta.org>
649
650 Scrolling commands which do not signal errors at top/bottom.
651 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
652
653 * simple.el (scroll-up-command, scroll-down-command): New commands.
654 Put property isearch-scroll=t on them.
655
656 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
657 `scroll-down-command' and [next] from `scroll-up' to
658 `scroll-up-command'.
659
660 * emulation/cua-base.el: Put property CUA=move on
661 `scroll-up-command' and `scroll-down-command'.
662 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
663 and `scroll-down-command' to `cua-scroll-down'.
664
665 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
666
667 * help.el (describe-mode): Return nil.
668
669 2010-04-04 John Wiegley <jwiegley@gmail.com>
670
671 * ido.el (ido-use-virtual-buffers): New variable to indicate
672 whether "virtual buffer" support is enabled for IDO.
673 (ido-virtual): Face used to indicate virtual buffers in the list.
674 (ido-buffer-internal): If a buffer is chosen, and no such buffer
675 exists, but a virtual buffer of that name does (which would be why
676 it was in the list), recreate the buffer by reopening the file.
677 (ido-make-buffer-list): If virtual buffers are being used, call
678 `ido-add-virtual-buffers-to-list' before the make list hook.
679 (ido-virtual-buffers): New variable which contains a copy of the
680 current contents of the `recentf-list', albeit pared down for the
681 sake of speed, and with proper faces applied.
682 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
683 create a list of "virtual buffers" to present to the user in
684 addition to the currently open set. Note that this logic could
685 get rather slow if that list is too large. With the default
686 `recentf-max-saved-items' of 200, there is little speed penalty.
687
688 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
689
690 * font-lock.el: Require CL when compiling.
691 (font-lock-turn-on-thing-lock): Use `case'.
692
693 2010-04-03 Eli Zaretskii <eliz@gnu.org>
694
695 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
696 Zaretskii.
697
698 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
699
700 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
701 (semantic-create-imenu-directory-index): Fix typos in docstrings.
702 (semantic-imenu-goto-function): Reflow docstring.
703
704 2010-04-02 Juri Linkov <juri@jurta.org>
705
706 * ehelp.el (electric-help-orig-major-mode):
707 New buffer-local variable.
708 (electric-help-mode): Set it to original major-mode. Doc fix.
709 (with-electric-help): Use `electric-help-orig-major-mode' instead
710 of (default-value 'major-mode). Doc fix.
711 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
712
713 2010-04-02 Sam Steingold <sds@gnu.org>
714
715 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
716 `vc-hg-command' with a list of flags.
717
718 * progmodes/bug-reference.el (bug-reference-bug-regexp):
719 Also accept "patch" and "RFE".
720 (bug-reference-fontify): `bug-reference-url-format' can also be a
721 function to be able to handle the bug kind.
722 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
723
724 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
725
726 * tmm.el (tmm-get-keymap): Check with symbolp before passing
727 value to fboundp, it may not be a symbol.
728
729 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
730
731 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
732
733 2010-03-31 Juri Linkov <juri@jurta.org>
734
735 * simple.el (next-line, previous-line): Re-throw a signal
736 with `signal' instead of using `ding'.
737 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
738
739 2010-03-31 Juri Linkov <juri@jurta.org>
740
741 * simple.el (keyboard-escape-quit): Raise deselecting the active
742 region higher than exiting the minibuffer.
743 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
744
745 2010-03-31 Juri Linkov <juri@jurta.org>
746
747 * image.el (image-animated-p): Use `image-metadata' instead of
748 `image-extension-data'. Get GIF extenstion data from metadata
749 property `extension-data'.
750
751 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
752
753 * simple.el (append-to-buffer): Simplify.
754
755 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
756
757 * textmodes/artist.el (artist-mode): Fix typo in docstring.
758 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
759
760 2010-03-31 Kenichi Handa <handa@m17n.org>
761
762 * language/sinhala.el (composition-function-table): Fix regexp for
763 the new Unicode specification.
764
765 * language/indian.el (devanagari-composable-pattern)
766 (tamil-composable-pattern, kannada-composable-pattern)
767 (malayalam-composable-pattern): Adjust for the new Unicode
768 specification.
769 (bengali-composable-pattern, gurmukhi-composable-pattern)
770 (gujarati-composable-pattern, oriya-composable-pattern)
771 (telugu-composable-pattern): New variables to cope with the new
772 Unicode specification. Use them in composition-function-table.
773
774 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
775
776 Make tmm-menubar work for the Buffers menu again (bug#5726).
777 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
778 vectors rather than cons cells, as used in menu-bar-update-buffers.
779
780 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
781
782 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
783 (js-insert-and-indent): Revert 2009-08-15 change, restoring
784 electric punctuation for "{}();,:" (Bug#5586).
785
786 * mail/sendmail.el (mail-default-directory): Doc fix.
787
788 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
789
790 * mail/sendmail.el (mail-default-directory): Doc fix.
791
792 2010-03-31 Eli Zaretskii <eliz@gnu.org>
793
794 * subr.el (version-regexp-alist, version-to-list)
795 (version-list-<, version-list-=, version-list-<=)
796 (version-list-not-zero, version<, version<=, version=): Doc fix.
797 (Bug#5744).
798
799 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
800
801 * vc.el (vc-root-diff): Doc fix.
802
803 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
804
805 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
806
807 * simple.el (append-to-buffer): Fix last change.
808
809 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
810
811 * simple.el (append-to-buffer): Ensure that point is preserved if
812 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
813 (Bug#5749)
814
815 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
816
817 * files.el (auto-mode-case-fold): Change default to t.
818
819 2010-03-30 Juri Linkov <juri@jurta.org>
820
821 * dired-x.el (dired-omit-mode): Doc fix.
822
823 2010-03-30 Juri Linkov <juri@jurta.org>
824
825 * replace.el (occur-accumulate-lines): Move occur-engine related
826 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
827 to be located after `occur-engine'.
828
829 2010-03-30 Juri Linkov <juri@jurta.org>
830
831 Make occur handle multi-line matches cleanly with context.
832 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
833
834 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
835 (occur-engine): Add local variables `ret', `prev-after-lines',
836 `prev-lines'. Use more arguments for `occur-context-lines'.
837 Set first elem of its returned list to `data', and the second elem
838 to `prev-after-lines'. Don't print the separator line.
839 In the end, print remaining context after-lines.
840 (occur-context-lines): Add new arguments `begpt', `endpt',
841 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
842 after-lines of the previous match with before-lines of the
843 current match and not overlap them. Return a list with two
844 values: the output line and the list of context after-lines.
845
846 2010-03-30 Juri Linkov <juri@jurta.org>
847
848 * replace.el (occur-accumulate-lines): Fix a bug where the first
849 context line at the beginning of the buffer was missing.
850
851 2010-03-30 Eli Zaretskii <eliz@gnu.org>
852
853 * files.el: Make bidi-display-reordering safe variable for boolean
854 values.
855
856 2010-03-29 Phil Hagelberg <phil@evri.com>
857 Chong Yidong <cyd@stupidchicken.com>
858
859 * subr.el: Extend progress reporters to perform "spinning".
860 (progress-reporter-update, progress-reporter-do-update):
861 Handle non-numeric value arguments.
862 (progress-reporter--pulse-characters): New var.
863
864 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
865
866 * progmodes/compile.el (compilation-start): Fix regexp detection
867 of initial cd command (Bug#5771).
868
869 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
870
871 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
872
873 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
874
875 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
876 * lisp/progmodes/gdb-mi.el: Restore.
877 * lisp/progmodes/gdb-ui.el: Remove.
878 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
879
880 2010-03-25 Glenn Morris <rgm@gnu.org>
881
882 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
883 all dired buffers, even tramp ones. (Bug#5755)
884
885 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
886
887 Add "union tags" in mpc.el.
888 * mpc.el: Remove backward compatibility code.
889 (mpc-browser-tags): Change default.
890 (mpc--find-memoize-union-tags): New var.
891 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
892 (mpc-cmd-find): Handle the case where the playlist does not exist.
893 Handle union-tags.
894 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
895 (mpc-cmd-add): Use mpc-cmd-flush.
896 (mpc-tagbrowser-tag-name): New fun.
897 (mpc-tagbrowser-buf): Use it.
898 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
899
900 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 Misc cleanup.
903 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
904 Use replace-regexp-in-string.
905 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
906 (makefile-imake-mode-syntax-table): Move init into defvar.
907 (makefile-mode): Use define-derived-mode.
908
909 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
910 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
911 not be present any more.
912
913 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
914
915 * faces.el (set-face-attribute): Fix typo in docstring.
916 (face-valid-attribute-values): Reflow docstring.
917
918 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
919
920 2010-03-24 Glenn Morris <rgm@gnu.org>
921
922 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
923
924 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
925
926 * indent.el (indent-for-tab-command): Doc fix.
927
928 2010-03-24 Alan Mackenzie <acm@muc.de>
929
930 * progmodes/cc-engine.el (c-remove-stale-state-cache):
931 Fix off-by-one error. Fixes bug #5747.
932
933 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
934
935 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
936 (image-dired-read-comment): Doc fix.
937
938 * json.el (json-object-type, json-array-type, json-key-type)
939 (json-false, json-null, json-read-number):
940 * minibuffer.el (completion-in-region-functions):
941 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
942 (cal-tex-cursor-week):
943 * emacs-lisp/trace.el (trace-function):
944 * eshell/em-basic.el (eshell/printnl):
945 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
946 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
947 * obsolete/levents.el (allocate-event, event-key, event-object)
948 (event-point, event-process, event-timestamp, event-to-character)
949 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
950 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
951 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
952 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
953 (reftex-highlight-selection): Fix typos in docstrings.
954
955 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
956
957 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
958
959 2010-03-24 Glenn Morris <rgm@gnu.org>
960
961 * mail/rmail.el (rmail-highlight-face): Restore option deleted
962 2008-02-13 without comment; mark it obsolete.
963 (rmail-highlight-headers): Use rmail-highlight-face once more.
964
965 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
966
967 * woman.el (woman2-process-escapes): Only consume the newline if
968 the filler character is on a line by itself (Bug#5729).
969
970 2010-03-24 Kenichi Handa <handa@m17n.org>
971
972 * language/indian.el (devanagari-composable-pattern): Add more
973 consonants.
974
975 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
976
977 * net/trampver.el: Update release number.
978
979 2010-03-24 Glenn Morris <rgm@gnu.org>
980
981 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
982
983 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
984
985 * net/tramp.el (tramp-find-executable):
986 Use `tramp-get-connection-buffer'. Make the regexp for checking
987 output of "wc -l" more robust.
988 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
989 (tramp-open-connection-setup-interactive-shell): Remove workaround
990 for OpenSolaris bug, it is not needed anymore.
991
992 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
993
994 * cedet/semantic/imenu.el: New file, from the CEDET repository
995 (Bug#5412).
996
997 2010-03-24 Glenn Morris <rgm@gnu.org>
998
999 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
1000
1001 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
1002
1003 * files.el (auto-mode-alist): Accept more verilog file patterns.
1004
1005 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1006
1007 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
1008
1009 2010-03-24 Glenn Morris <rgm@gnu.org>
1010
1011 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1012 log-edit-before-checkin-process.
1013
1014 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1015
1016 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1017
1018 * vc-dispatcher.el (vc-start-logentry): Doc fix.
1019 (log-view-process-buffer, log-edit-extra-flags): Declare.
1020
1021 * log-edit.el (log-edit-before-checkin-process): Doc fix.
1022
1023 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1024 Consistently check ede-object is bound throughout.
1025
1026 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
1027
1028 2010-03-23 Sam Steingold <sds@gnu.org>
1029
1030 Fix bug#5620: recalculate all markers on compilation buffer
1031 modifications, not on file modifications.
1032 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
1033 the buffer modification time, for buffers not associated with files.
1034 (compilation-mode): Create it.
1035 (compilation-filter): Update it.
1036 (compilation-next-error-function): Use it instead of
1037 `visited-file-modtime' for timestamp.
1038
1039 2010-03-23 Juri Linkov <juri@jurta.org>
1040
1041 Implement Occur multi-line matches.
1042 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
1043
1044 * replace.el (occur): Doc fix.
1045 (occur-engine): Set `begpt' to the beginning of the first line.
1046 Set `endpt' to the end of the last match line. At first, count
1047 line numbers between `origpt' and `begpt'. Split out code from
1048 `out-line' variable to new let-bindings `match-prefix' and
1049 `match-str'. In `out-line' add non-numeric prefix to all
1050 non-first lines of multi-line matches. Finally, count lines
1051 between `begpt' and `endpt' and add to `lines'.
1052
1053 2010-03-23 Juri Linkov <juri@jurta.org>
1054
1055 * replace.el (occur-accumulate-lines, occur-engine):
1056 Use `occur-engine-line' instead of duplicate code.
1057 (occur-engine-line): New function created from duplicate code
1058 in `occur-accumulate-lines' and `occur-engine'.
1059
1060 * replace.el (occur-engine-line): Add optional arg `keep-props'.
1061 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
1062
1063 2010-03-23 Juri Linkov <juri@jurta.org>
1064
1065 * finder.el: Remove TODO tasks.
1066
1067 * info.el (Info-finder-find-node): Add node "all"
1068 with all package info. Handle a list of multiple keywords
1069 separated by comma.
1070 (info-finder): In interactive use with a prefix argument,
1071 use `completing-read-multiple' to read a list of keywords
1072 separated by comma.
1073
1074 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1075
1076 Add a new completion style `substring'.
1077 * minibuffer.el (completion-basic--pattern): New function.
1078 (completion-basic-try-completion, completion-basic-all-completions):
1079 Use it.
1080 (completion-substring--all-completions)
1081 (completion-substring-try-completion)
1082 (completion-substring-all-completions): New functions.
1083 (completion-styles-alist): New style `substring'.
1084
1085 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 Get rid of .elc files after removal of the corresponding .el.
1088 * Makefile.in (compile-clean): New target.
1089 (compile-main): Use it.
1090
1091 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
1092
1093 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
1094 don't do make there. When compiling with separate object dir, there
1095 is no Makefile there.
1096
1097 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
1098
1099 Get rid of the ELCFILES abomination, again.
1100 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1101 (all, compile): Don't call compile-last.
1102 (compile-main): Build the "elcfiles" list dynamically.
1103 (compile-targets): New (internal) target.
1104
1105 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
1106
1107 * Makefile.in (top_srcdir): Define.
1108 (abs_top_builddir): Define.
1109 (srcdir): Don't append `/..'.
1110 (EMACS): Use ${abs_top_builddir}.
1111 (all, compile, compile-always, compile-last): Don't set emacswd.
1112 (update-subdirs, update-authors): Use $(top_srcdir) instead of
1113 $(srcdir).
1114 (lisp): Use $(srcdir) instead of @srcdir@.
1115
1116 2010-03-21 Juri Linkov <juri@jurta.org>
1117
1118 Fix message of multi-line occur regexps and multi-buffer header lines.
1119 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
1120
1121 * replace.el (occur-1): Don't display regexp if it is longer
1122 than window-width. Use `query-replace-descr' to display regexp.
1123 (occur-engine): Don't display regexp in the buffer header for
1124 multi-buffer occur. Display a separate header line with total
1125 match count and regexp for multi-buffer occur.
1126 Use `query-replace-descr' to display regexp.
1127
1128 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
1129
1130 * net/secrets.el: Fix parenthesis.
1131 (secrets-enabled): Fix parenthesis.
1132
1133 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1134
1135 Use more relative file and directory names.
1136 * Makefile.in (EMACS): Arrange for it to work when we chdir.
1137 (setwins, setwins_almost, setwins_for_subdirs):
1138 Don't `cd'; output relative names.
1139 (all, compile, compile-always, compile-last): Set emacswd.
1140 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
1141 Just cd to the lisp source dir so we can use relative file names.
1142
1143 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
1144
1145 2010-03-20 Glenn Morris <rgm@gnu.org>
1146
1147 * textmodes/rst.el: Use faces for font-lock customization, and make the
1148 old -face variables obsolete.
1149 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
1150 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
1151 (rst-block-face, rst-external-face, rst-definition-face)
1152 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
1153 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
1154 Make obsolete.
1155 (rst-font-lock-keywords-function): Update for above changes.
1156
1157 2010-03-20 Juri Linkov <juri@jurta.org>
1158
1159 * s-region.el:
1160 * obsolete/s-region.el: Move to obsolete.
1161
1162 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
1163
1164 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
1165
1166 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
1167
1168 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
1169
1170 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
1171
1172 Add special markup processing for commit logs.
1173 * log-edit.el (log-edit-extra-flags): New variable.
1174 (log-edit): Add new argument MODE. Use that mode when non-nil
1175 instead of the log-view-mode.
1176 (log-view-process-buffer): New function.
1177
1178 * vc.el: Document that the checkin method takes optional
1179 arguments. Document new backend specific method: log-view-mode.
1180 (vc-default-log-edit-mode): New function.
1181 (vc-checkin): Use a backend specific log-view-mode.
1182 Pass extra arguments to the checkin method.
1183 (vc-modify-change-comment): Pass a dummy extra argument.
1184
1185 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
1186 log-edit.
1187 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
1188 (vc-finish-logentry): Process the log buffer before passing it
1189 down. Pass log-edit-extra-flags.
1190
1191 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
1192 command.
1193 (log-edit-extra-flags, log-edit-before-checkin-process):
1194 New declarations.
1195
1196 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
1197 command.
1198 (log-edit-extra-flags, log-edit-before-checkin-process):
1199 New declarations.
1200 (vc-hg-log-edit-mode): New derived mode.
1201
1202 * vc-arch.el (vc-arch-checkin):
1203 * vc-cvs.el (vc-cvs-checkin):
1204 * vc-git.el (vc-git-checkin):
1205 * vc-mtn.el (vc-mtn-checkin):
1206 * vc-rcs.el (vc-rcs-checkin):
1207 * vc-sccs.el (vc-sccs-checkin):
1208 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
1209
1210 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1211
1212 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
1213 parent typo).
1214
1215 2010-03-19 Glenn Morris <rgm@gnu.org>
1216
1217 * password-cache.el (password-cache, password-cache-expiry): Autoload.
1218
1219 2010-03-18 Glenn Morris <rgm@gnu.org>
1220
1221 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
1222
1223 * replace.el (query-replace-history): Give it a doc string.
1224 (map-query-replace-regexp): Use query-replace-from-history-variable
1225 and query-replace-to-history-variable.
1226
1227 * mail/hashcash.el (declare-function): Remove duplicate definition.
1228
1229 * mail/emacsbug.el (report-emacs-bug-pretest-address):
1230 Make it an obsolete alias for report-emacs-bug-address.
1231 (message-strip-special-text-properties): Declare.
1232 (report-emacs-bug): Remove test for a pretest bug address.
1233 Combine message-mode-specific code.
1234
1235 * mail/supercite.el: Don't require sendmail.
1236 (mh-in-header-p): Declare rather than using with-no-warnings.
1237 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
1238 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
1239
1240 * calendar/cal-french.el: Convert to utf-8.
1241
1242 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
1243 Emacs scripts.
1244
1245 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
1246
1247 * net/secrets.el (secrets-enabled): New variable. Use it instead
1248 of a subfeature.
1249
1250 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
1251
1252 * net/secrets.el (top): Register the D-Bus signals only when the
1253 service "org.freedesktop.secrets" can be pinged.
1254 Provide subfeature `enabled'.
1255
1256 2010-03-14 Juri Linkov <juri@jurta.org>
1257
1258 Add finder unknown keywords.
1259
1260 * finder.el (finder-unknown-keywords): New function.
1261
1262 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
1263 to create a Finder node with unknown keywords.
1264
1265 2010-03-14 Juri Linkov <juri@jurta.org>
1266
1267 * finder.el (finder-compile-keywords): Replace `princ' with
1268 `prin1' on a list of symbols interned from keyword strings.
1269
1270 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
1271 a comma, then split keywords using a comma and optional whitespace.
1272 Otherwise, split by whitespace.
1273
1274 * complete.el:
1275 * face-remap.el:
1276 * log-view.el:
1277 * net/hmac-def.el:
1278 * net/hmac-md5.el:
1279 * net/netrc.el:
1280 * progmodes/mixal-mode.el: Fix keywords.
1281
1282 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
1283
1284 * Makefile.in (ELCFILES): Add net/secrets.elc.
1285
1286 * net/secrets.el: New file.
1287
1288 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1289
1290 * facemenu.el (list-colors-display, list-colors-print): New arg
1291 callback. Use it to allow selecting colors.
1292
1293 * wid-edit.el (widget-image-insert): Insert image prop even if the
1294 current display is non-graphic.
1295 (widget-field-value-set): New fun.
1296 (editable-field): Use it.
1297 (widget-field-value-get): Clean up unused var.
1298 (widget-color-value-create, widget-color--choose-action):
1299 New funs. Allow using list-colors-display to choose color.
1300
1301 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1302
1303 * cus-edit.el: Resort topmost custom groups.
1304 (custom-buffer-sort-alphabetically): Default to t.
1305 (customize-apropos): Use apropos-parse-pattern.
1306 (custom-search-field): New var.
1307 (custom-buffer-create-internal): Add custom-apropos search field.
1308 (custom-add-parent-links): Don't display parent doc.
1309 (custom-group-value-create): Don't sort top-level custom group.
1310 (custom-magic-value-create): Show visibility button before option name.
1311
1312 (custom-variable-state): New fun, from custom-variable-state-set.
1313 (custom-variable-state-set): Use it.
1314 (custom-group-value-create): Hide options with standard values
1315 using the :hidden-states property. Use progress reporter.
1316
1317 (custom-show): Simplify.
1318 (custom-visibility): Disable images by default.
1319 (custom-variable): New property :hidden-states.
1320 (custom-variable-value-create): Enable images for
1321 custom-visibility widgets. Use :hidden-states property to
1322 determine initial visibility.
1323
1324 * wid-edit.el (widget-image-find): Give images center ascent.
1325 (visibility): Add :on-image and :off-image properties.
1326 (widget-visibility-value-create): Use them.
1327
1328 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1329
1330 * cus-edit.el (processes): Remove from development group.
1331 (oop, hypermedia): Delete group.
1332 (comm): Promote to top-level group.
1333
1334 * net/browse-url.el (browse-url):
1335 * net/xesam.el (xesam):
1336 * net/tramp.el (tramp):
1337 * net/goto-addr.el (goto-address):
1338 * net/ange-ftp.el (ange-ftp): Put in comm group.
1339
1340 * view.el (view): Remove from editing group.
1341
1342 * uniquify.el (uniquify): Put in files group.
1343
1344 * net/browse-url.el (browse-url):
1345 * ps-print.el (postscript): Put in external group.
1346
1347 * cus-edit.el (outlines):
1348 * textmodes/text-mode.el (text-mode-hook):
1349 * textmodes/table.el (table):
1350 * textmodes/picture.el (picture):
1351 * outline.el (outlines): Put in wp group.
1352
1353 * nxml/nxml-mode.el (nxml): Remove from wp group.
1354
1355 * net/tramp-imap.el (tramp-imap): Put in tramp group.
1356
1357 * mail/metamail.el (metamail): Remove from hypermedia group.
1358
1359 * cus-edit.el (abbrev):
1360 * whitespace.el (whitespace):
1361 * vcursor.el (vcursor):
1362 * reveal.el (reveal):
1363 * hl-line.el (hl-line): Put in convenience group.
1364
1365 * epg-config.el (epg): Put in data group.
1366
1367 * emulation/pc-select.el (pc-select): Put in emulations group.
1368
1369 * calculator.el (calculator): Put in applications group.
1370
1371 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
1372
1373 Add .dir-locals.el support for file-less buffers.
1374 * files.el (hack-local-variables): Split out code to apply local
1375 variable settings ...
1376 (hack-local-variables-apply): ... here. New function.
1377 (hack-dir-local-variables): Use the default directory for when the
1378 buffer does not have an associated file.
1379 (hack-dir-local-variables-non-file-buffer): New function.
1380 * diff-mode.el (diff-mode):
1381 * vc-annotate.el (vc-annotate-mode):
1382 * vc-dir.el (vc-dir-mode):
1383 * log-edit.el (log-edit-mode):
1384 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
1385
1386 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
1387
1388 Add support for shelving snapshots and for showing shelves.
1389 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1390 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1391 New functions.
1392 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1393 (vc-bzr-extra-menu-map): Map them.
1394
1395 2010-03-11 Glenn Morris <rgm@gnu.org>
1396
1397 * cus-edit.el (customize-changed-options-previous-release):
1398 Bump to 23.1.
1399
1400 * image.el (image-animate-max-time): Fix :version tag.
1401
1402 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1403
1404 * Branch for 23.2.
1405
1406 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1407
1408 * vc-git.el (vc-git-revision-table): Include remote branches.
1409
1410 2010-03-10 Kim F. Storm <storm@cua.dk>
1411
1412 Animated image API.
1413 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
1414
1415 * image.el (image-animate-max-time): New defcustom.
1416 (image-animated-types): New defconst.
1417 (create-animated-image, image-animate-timer)
1418 (image-animate-start, image-animate-stop, image-animate-timeout)
1419 (image-animated-p): New functions.
1420
1421 * image-mode.el (image-toggle-display-image):
1422 Replace `create-image' with `create-animated-image'.
1423
1424 2010-03-09 Miles Bader <Miles Bader <miles@gnu.org>>
1425
1426 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1427 instead of "format:"; this ensures that the output is
1428 newline-terminated.
1429
1430 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
1431
1432 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1433 that all errors are caught, and that the return value is always a
1434 list (Bug#5692).
1435
1436 2010-03-08 Kenichi Handa <handa@m17n.org>
1437
1438 * language/misc-lang.el (windows-1256): New coding system.
1439 (cp1256): New alias of windows-1256 (bug#5690).
1440
1441 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1442
1443 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1444 call to rfc822-bad-address. (Bug#5692)
1445
1446 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1447
1448 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1449 Use vc-git-root as default directory for revision path (Bug#5657).
1450
1451 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1452
1453 * calculator.el (calculator): Don't bind split-window-keep-point
1454 (Bug#5674).
1455
1456 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1457
1458 * vc-git.el: Re-flow to fit into 80 columns.
1459 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1460 Remove spurious `quote' element in each case alternative.
1461 (vc-git-show-log-entry): Use prog1.
1462 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1463
1464 2010-03-06 Glenn Morris <rgm@gnu.org>
1465
1466 * cedet/semantic/grammar.el (semantic-grammar-header-template):
1467 Update template copyright to GPLv3+.
1468
1469 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1470
1471 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1472
1473 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
1474
1475 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1476 definition, not the name (Bug#5481).
1477
1478 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
1479
1480 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1481 argument with a local variable. (Bug#5670)
1482
1483 2010-03-02 Juri Linkov <juri@jurta.org>
1484
1485 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1486
1487 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
1488
1489 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1490 error when FILENAME and NEWNAME are existing remote directories.
1491
1492 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1493 parameter DIR-FLAG.
1494
1495 2010-03-02 Glenn Morris <rgm@gnu.org>
1496
1497 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1498 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1499
1500 2010-03-01 Kenichi Handa <handa@m17n.org>
1501
1502 * language/burmese.el (burmese-composable-pattern): Rename from
1503 myanmar-composable-pattern.
1504
1505 * international/characters.el (script-list):
1506 * international/fontset.el (script-representative-chars):
1507 Change myanmar to burmese.
1508 (otf-script-alist): Likewise.
1509 (setup-default-fontset): Likewise. Re-fix :otf spec.
1510
1511 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1512
1513 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1514
1515 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1516
1517 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1518
1519 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1520
1521 * net/tramp.el (tramp-handle-write-region): START can be a string.
1522 Take care in the checks. Reported by Dan Davison
1523 <davison@stats.ox.ac.uk>.
1524
1525 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1526
1527 * net/dbus.el (dbus-introspect, dbus-get-property)
1528 (dbus-set-property, dbus-get-all-properties):
1529 Use `dbus-call-method' when noninteractive. (Bug#5645)
1530
1531 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
1532
1533 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1534 * emacs-lisp/elint.el (elint-add-required-env):
1535 * cedet/semantic/db-find.el
1536 (semanticdb-find-translate-path-brutish-default):
1537 * cedet/ede/make.el (ede-make-check-version):
1538 * calendar/icalendar.el (icalendar--add-diary-entry):
1539 * calc/calcalg2.el (math-tracing-integral):
1540 * files.el (recover-session-finish): Use with-current-buffer
1541 instead of save-excursion.
1542
1543 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1544
1545 Fix in-buffer completion when after-change-functions modify the buffer.
1546 * minibuffer.el (completion--replace): New function.
1547 (completion--do-completion): Use it and use relative movement.
1548
1549 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
1550
1551 * international/fontset.el (setup-default-fontset): Fix :otf spec.
1552
1553 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
1554
1555 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1556 Allow the characters _<> in the stack entry (Bug#5653).
1557
1558 2010-02-26 Kenichi Handa <handa@m17n.org>
1559
1560 * language/burmese.el: Fix entries in composition-function-table.
1561 (myanmar-composable-pattern): New variable.
1562
1563 * international/fontset.el (setup-default-fontset): Add an entry
1564 for myanmar.
1565
1566 * international/characters.el (script-list): Add Myanmar
1567 Extended-A.
1568
1569 2010-02-26 Glenn Morris <rgm@gnu.org>
1570
1571 * custom.el (custom-initialize-delay): Doc fix.
1572
1573 * mail/sendmail.el (send-mail-function): Autoload the call
1574 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1575
1576 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
1577
1578 * files.el (hack-local-variables-filter): For eval forms, also
1579 check safe-local-variable-p (Bug#5636).
1580
1581 2010-02-24 Eduard Wiebe <usenet@pusto.de>
1582
1583 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1584 and use c(ad)r of cddr (Bug#5640).
1585
1586 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
1587
1588 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1589 setting the modes by `ignore-errors'. It might fail, for example
1590 if the file is not owned by the user but the group.
1591 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1592
1593 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
1594
1595 * files.el (directory-listing-before-filename-regexp): Use
1596 stricter matching for iso-style dates, to avoid false matches with
1597 date-like filenames (Bug#5597).
1598
1599 * htmlfontify.el (htmlfontify): Doc fix.
1600
1601 * eshell/eshell.el (eshell): Doc fix.
1602
1603 * startup.el (fancy-about-screen): In mode-line, apply
1604 mode-line-buffer-id face only to the buffer name (Bug#5613).
1605
1606 2010-02-20 Kevin Ryde <user42@zip.com.au>
1607
1608 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1609 In `watcom' anchor regexp to start of line, to avoid slowness
1610 (Bug#5599).
1611
1612 2010-02-20 Eli Zaretskii <eliz@gnu.org>
1613
1614 * subr.el (remove-yank-excluded-properties): Explain in a comment
1615 why `category' property is removed.
1616
1617 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
1618
1619 * isearch.el (isearch-update-post-hook, isearch-update): Revert
1620 2010-02-17 change.
1621
1622 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
1623
1624 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1625 (icalendar--convert-weekly-to-ical)
1626 (icalendar--convert-yearly-to-ical)
1627 (icalendar--convert-block-to-ical)
1628 (icalendar--convert-cyclic-to-ical)
1629 (icalendar--convert-anniversary-to-ical): Take care of time
1630 specifications where hour has 1-digit only (Bug#5549).
1631
1632 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
1633
1634 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1635 of disassemble output in GDB 7.1.
1636
1637 2010-02-19 Glenn Morris <rgm@gnu.org>
1638
1639 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1640 property. (Bug#5593)
1641
1642 2010-02-18 Sam Steingold <sds@gnu.org>
1643
1644 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1645
1646 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1647
1648 Use abbreviated file names in bookmarks (bug#5591).
1649 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1650 calls to expand-file-name.
1651 (bookmark-relocate): Use abbreviated file names in bookmarks.
1652 (bookmark-load): Use abbreviated file names in messages.
1653
1654 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1655
1656 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1657 expand "." and "..". Reported by Thierry Volpiatto
1658 <thierry.volpiatto@gmail.com>.
1659
1660 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1661
1662 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1663 permissions of the temporary file to "0600". In case the remote
1664 file has no read permissions for the owner, there might be
1665 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
1666
1667 22010-02-18 Glenn Morris <rgm@gnu.org>
1668
1669 * emacs-lisp/authors.el (authors-renamed-files-alist):
1670 Add entries for INSTALL.CVS.
1671
1672 2010-02-17 Mark A. Hershberger <mah@everybody.org>
1673
1674 * vc-bzr.el: Fix typo in Known Bugs section.
1675
1676 * isearch.el (isearch-update-post-hook): New hook.
1677 (isearch-update): Use the new hook.
1678
1679 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
1680
1681 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1682 Fix errors in copying directories.
1683 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1684 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1685 (tramp-handle-delete-file)
1686 (tramp-handle-dired-recursive-delete-directory)
1687 (tramp-handle-write-region): Flush also the cache for the upper
1688 directory.
1689
1690 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
1691
1692 * simple.el (save-interprogram-paste-before-kill): Doc fix.
1693
1694 * cus-edit.el (hardware): Doc fix.
1695
1696 * man.el (man): Add to external custom group.
1697
1698 * delim-col.el (columns): Move to wp custom group.
1699
1700 * doc-view.el (doc-view): Add to data custom group.
1701
1702 * cedet/data-debug.el (data-debug): Move to extensions group.
1703
1704 * cedet/ede.el (ede):
1705 * cedet/srecode.el (srecode):
1706 * cedet/semantic.el (semantic): Put in tools and extensions group.
1707
1708 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1709
1710 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1711 by ispell-parse-output (Bug#5575).
1712
1713 2010-02-16 Kenichi Handa <handa@m17n.org>
1714
1715 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1716 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1717 (skkdic-convert): Use `euc-japan' coding system for writing.
1718
1719 2010-02-16 Glenn Morris <rgm@gnu.org>
1720
1721 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1722 tex-main-file before using it. (Bug#5562)
1723
1724 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1725
1726 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1727 warnings, since it is annoying for the user to see them each time he
1728 runs the code.
1729
1730 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
1731
1732 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1733 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1734 instead of PROC for caching "first-password-request". Otherwise,
1735 new processes would not profit from passwords already entered.
1736
1737 * net/tramp-cache.el (tramp-dump-connection-properties):
1738 Don't save "first-password-request" property.
1739
1740 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
1741
1742 * outline.el (outline-head-from-level):
1743 * simple.el (with-wrapper-hook):
1744 * cedet/ede.el (ede-run-target, project-delete-target)
1745 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1746 (ede-adebug-project, ede-adebug-project-parent)
1747 (ede-adebug-project-root):
1748 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1749 (elint-defun, elint-buffer-env, elint-top-form-logged)
1750 (elint-unbound-variable):
1751 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1752 Fix typos in docstrings.
1753
1754 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
1755
1756 * files.el (insert-directory): When WILDCARD-REGEXP and
1757 FULL-DIRECTORY-P are nil, insert the file entry instead of the
1758 whole directory. (Bug#5551)
1759
1760 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
1761 dired's alignment sanity. (Bug#5516)
1762
1763 2010-02-14 Juri Linkov <juri@jurta.org>
1764
1765 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1766 Remove remaining ^H with their preceding chars. (Bug#5566)
1767
1768 2010-02-13 Glenn Morris <rgm@gnu.org>
1769
1770 * simple.el (transpose-subr): Give it a doc-string.
1771
1772 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1773 Doc fixes.
1774
1775 2010-02-12 Juri Linkov <juri@jurta.org>
1776
1777 * arc-mode.el (archive-unique-fname): Make directories for nested
1778 archives. (Bug#5540)
1779
1780 2010-02-12 Juri Linkov <juri@jurta.org>
1781
1782 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
1783
1784 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * subr.el (copy-overlay): Handle deleted overlays.
1787
1788 * man.el (Man-completion-table): Don't signal an error if we can't run
1789 manual-program (bug#4056).
1790
1791 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
1792
1793 * textmodes/artist.el (artist-mt): Fix typos in docstring.
1794
1795 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1796
1797 * info.el (Info-bookmark-jump): Simplify.
1798
1799 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1800 (bookmark-default-handler): Accept new bookmark field `buffer'.
1801
1802 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
1803
1804 * iswitchb.el (iswitchb-completions): Revert last change.
1805
1806 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
1807
1808 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1809 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1810 This prevents file names like "~/" being listed literally.
1811
1812 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1813
1814 * term/xterm.el (xterm-maybe-set-dark-background-mode):
1815 Remove dead code. (Bug#5546)
1816
1817 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
1818
1819 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1820 correctly (Bug#5548).
1821
1822 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
1823
1824 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1825 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1826
1827 2010-02-08 Kenichi Handa <handa@m17n.org>
1828
1829 * international/mule-util.el (with-coding-priority): Add autoload
1830 cookie for putting `lisp-indent-function'.
1831
1832 2010-02-07 Glenn Morris <rgm@gnu.org>
1833
1834 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1835 Move F2003 named interfaces from keywords-2 to keywords-1, and
1836 use function-name-face rather than constant-face.
1837 Simplify "abstract interface" regexp.
1838
1839 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
1840
1841 * eshell/esh-util.el (eshell-file-attributes): New optional arg
1842 ID-FORMAT. Pass it to `file-attributes'.
1843
1844 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1845
1846 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
1847
1848 * faces.el (set-face-attribute): Allow calling
1849 internal-set-lisp-face-attribute with 'unspecified family and
1850 foundry argument (Bug#5536).
1851
1852 2010-02-07 Glenn Morris <rgm@gnu.org>
1853
1854 * progmodes/f90.el (f90-font-lock-keywords-2)
1855 (f90-looking-at-type-like, f90-looking-at-program-block-end):
1856 Handle F2003 named interfaces.
1857
1858 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
1859
1860 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1861 beg and end before calling c-get-state-before-change-functions.
1862
1863 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
1864
1865 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1866
1867 2010-02-05 Juri Linkov <juri@jurta.org>
1868
1869 * doc-view.el (doc-view-mode):
1870 * image-mode.el (image-mode): Put property mode-class=special.
1871 (Bug#4896)
1872
1873 2010-02-05 Mark A. Hershberger <mah@everybody.org>
1874
1875 * vc-svn.el (vc-svn-revision-table): New function.
1876
1877 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
1878
1879 * net/ange-ftp.el (ange-ftp-insert-directory):
1880 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1881 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1882 Handle also directories. (Bug#5478)
1883
1884 2010-02-05 Glenn Morris <rgm@gnu.org>
1885
1886 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1887
1888 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
1889
1890 * startup.el (command-line-1): Convert options beginning with a
1891 single dash as well (Bug#5519).
1892
1893 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1894
1895 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1896 * minibuffer.el (completion-initials-expand): Only check the presence
1897 of delims *within* the boundaries, since otherwise the / delim is
1898 always found for files.
1899
1900 Fix up various corner case problems.
1901 * doc-view.el (doc-view-last-page-number): New function.
1902 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1903 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1904 (doc-view-kill-proc): Avoid inf-loop in freak cases.
1905 (doc-view-reconvert-doc): Use the new recursive delete-directory.
1906 (doc-view-convert-current-doc): Don't create the resolution.el file
1907 here any more.
1908 (doc-view-pdf/ps->png): Do it here instead.
1909 (doc-view-already-converted-p): Check that resolution.el is present.
1910 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1911 windows that are not yet showing images.
1912
1913 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
1914
1915 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1916 `dired-uncache' for every elemnt which is an absolute file name.
1917
1918 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1919 directory, handle its directory component.
1920 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1921 function is called permanently and creates noise, otherwise.
1922
1923 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1924 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1925 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
1926
1927 2010-02-04 David Burger <dburger@google.com> (tiny change)
1928
1929 * macros.el (apply-macro-to-region-lines):
1930 Minor simplification. (Bug#5485)
1931
1932 2010-02-04 Glenn Morris <rgm@gnu.org>
1933
1934 * mail/rmail.el (rmail-show-message-1): Handle malformed
1935 quoted-printable text. (Bug#5441)
1936
1937 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1938
1939 * simple.el (visual-line-mode): Capitalize lighter.
1940
1941 2010-02-03 John Wiegley <jwiegley@gmail.com>
1942
1943 * iswitchb.el (iswitchb-completions): Add bookmark files to the
1944 list of files considered for "virtual buffer" completions.
1945
1946 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
1947
1948 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1949 also in case of (and (not full) (not wildcard)). This is needed,
1950 when dired is called with a list of files, which are not in
1951 `default-directory'. (Bug#5478)
1952
1953 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1954
1955 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1956
1957 2010-02-02 Juri Linkov <juri@jurta.org>
1958
1959 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1960 from unidiff to allow function-line after @@.
1961
1962 2010-02-02 Juri Linkov <juri@jurta.org>
1963
1964 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1965 '(RCS SCCS) with inverted condition.
1966
1967 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
1968
1969 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1970 messages.
1971
1972 2010-02-01 Juri Linkov <juri@jurta.org>
1973
1974 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1975 compare with "pkunzip" and "pkzip" instead of only "pkzip".
1976 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1977 only when (car archive-zip-extract) is "unzip". (Bug#5475)
1978
1979 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1980
1981 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1982 (doc-view-revert-buffer): New command.
1983 (doc-view-mode-map): Use it.
1984
1985 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1986
1987 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1988 pending merge is detected.
1989
1990 2010-01-31 Juri Linkov <juri@jurta.org>
1991
1992 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1993 beginning of interactive spec like all other grep commands do.
1994 Put "all" in front of "gz". (Bug#5260)
1995
1996 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1997
1998 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1999
2000 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
2001
2002 * dirtrack.el (dirtrack): Warn instead of signalling error if the
2003 regexp is incorrect (Bug#5476).
2004
2005 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
2006
2007 * net/tramp.el (tramp-handle-insert-directory): Handle also
2008 symlinks, when FILENAME is not in `default-directory'.
2009
2010 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2011
2012 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2013 FILE is not in `default-directory'. (Bug#5478)
2014
2015 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2016 of SWITCHES. Handle the case, FILENAME is not in
2017 `default-directory'. (Bug#5478)
2018 (tramp-register-file-name-handlers): Add safe-magic property.
2019
2020 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
2021
2022 * arc-mode.el (archive-zip-extract): Quote the argument passed to
2023 unzip (Bug#5475).
2024
2025 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
2026
2027 * progmodes/flymake.el (flymake-allowed-file-name-masks)
2028 (flymake-master-make-header-init): Add other C++ filename masks.
2029 (flymake-find-possible-master-files)
2030 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2031
2032 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2033
2034 Fix some busybox annoyances.
2035
2036 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2037 not responding." string.
2038 (tramp-open-connection-setup-interactive-shell): Dump stty
2039 settings. Enable "neveropen" arg for all `tramp-send-command'
2040 calls. Handle "=" in variable values properly.
2041 (tramp-find-inline-encoding): Raise an error, when no encoding is
2042 found.
2043 (tramp-wait-for-output): Check, whether PROC buffer is available.
2044 Remove spurious " ^H" sequences, sent by busybox.
2045 (tramp-get-ls-command): Suppress coloring, if possible.
2046
2047 2010-01-28 Glenn Morris <rgm@gnu.org>
2048
2049 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
2050
2051 * log-edit.el (log-edit-strip-single-file-name): Add missing
2052 :safe, :group, and :version tags.
2053
2054 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
2055
2056 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2057 buffers. (Bug#5477)
2058
2059 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
2060
2061 * files.el (delete-directory): Handle moving to trash without
2062 first doing recursion (Bug#5436).
2063
2064 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
2065
2066 * vc-hooks.el (vc-path): Mark as obsolete.
2067
2068 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
2069
2070 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2071 names too.
2072
2073 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2074 for the short log.
2075 (vc-bzr-log-view-mode): Adjust regexp for the above change.
2076
2077 2010-01-25 Mark A. Hershberger <mah@everybody.org>
2078
2079 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2080
2081 * vc-bzr.el (vc-bzr-revision-table): New function.
2082
2083 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
2084
2085 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2086 diff-index command. This requires at least git-1.5.5. (Bug#1589).
2087
2088 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2089
2090 Remove support for adding --signoff on commit.
2091 Future support will use an incompatible generic mechanism.
2092 * vc-git.el (vc-git-add-signoff): Remove variable.
2093 (vc-git-toggle-signoff): Remove function.
2094 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2095
2096 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
2097 from xterm-set-background-mode. Return t if the background mode
2098 was set.
2099 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2100 earlier, call it again in case the background mode has changed.
2101
2102 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
2103
2104 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2105 (Bug#3541).
2106
2107 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
2108
2109 * emacs-lisp/assoc.el (aelement): Doc fix.
2110 (aput, adelete, amake): Use lexical-let (Bug#5450).
2111
2112 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
2113
2114 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
2115 is the same as subprogram call, not declaration. (Bug#5435).
2116
2117 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
2118
2119 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2120 (tramp-smb-maybe-open-connection): Use it.
2121
2122 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
2123
2124 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
2125
2126 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2127
2128 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2129 just because we see "encoding: 8bit".
2130 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2131
2132 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
2133
2134 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2135
2136 2010-01-22 Eli Zaretskii <eliz@gnu.org>
2137
2138 * jka-compr.el (jka-compr-load): If load-file is not in
2139 load-history, try its file-truename version. (bug#5447)
2140
2141 2010-01-21 Alan Mackenzie <acm@muc.de>
2142
2143 Fix a situation where deletion of a cpp construct throws an error.
2144 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2145 invoking c-with-all-but-one-cpps-commented-out, check that the
2146 special cpp construct is still in the buffer.
2147 (c-parse-state): Record the special cpp with markers, not numbers.
2148
2149 2010-01-21 Kenichi Handa <handa@m17n.org>
2150
2151 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2152 process last-command-event, as it is now decoded first (Bug#5380).
2153
2154 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
2155
2156 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2157
2158 2010-01-20 Glenn Morris <rgm@gnu.org>
2159
2160 * indent.el (tab-always-indent): Fix custom-type.
2161
2162 2010-01-19 Alan Mackenzie <acm@muc.de>
2163
2164 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2165 buffer throws "args out of range".
2166 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2167 playing the role of delimiter.
2168
2169 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
2170
2171 * progmodes/ada-mode.el: Fix bug#5400.
2172 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2173 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2174 changed. Delete RECURSIVE parameter; never used. Improve doc string.
2175 Improve comments in "is" portion. Handle null procedure declaration.
2176 (ada-move-to-end): Improve doc string.
2177
2178 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
2179
2180 * ido.el (ido-cur-list): Initialize to nil.
2181 Remove obsolete information from commentary.
2182 (ido-choice-list): Initialize to nil.
2183 (ido-get-bufname): Reject minibuffers.
2184 (ido-make-buffer-list): If "default" is a nonexistent
2185 buffer, ignore it, as per the function's comment.
2186 (ido-kill-buffer-internal): New function.
2187 (ido-kill-buffer-at-head): Use it.
2188 (ido-visit-buffer): Likewise.
2189
2190 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
2191
2192 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2193
2194 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
2195
2196 * cedet/ede/locate.el (ede-locate-file-in-project)
2197 (ede-locate-file-in-project-impl): Fix typos in docstrings.
2198 (ede-enable-locate-on-project): Fix typos in error messages.
2199
2200 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
2201 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
2202 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
2203 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
2204 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
2205 Fix typos in menu help.
2206
2207 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2208 Fix typos in chart titles.
2209
2210 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2211 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
2212 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
2213 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
2214 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
2215 (semantic-parse-stream, semantic-parse-region)
2216 (semantic-parse-region-default, semantic--set-buffer-cache)
2217 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
2218 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
2219 (semantic-default-submodes):
2220 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
2221 (semanticdb-create-ebrowse-database)
2222 (semanticdb-find-tags-for-completion-method)
2223 (semanticdb-find-tags-by-class-method)
2224 (semanticdb-deep-find-tags-by-name-method)
2225 (semanticdb-deep-find-tags-for-completion-method):
2226 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
2227 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
2228 (semanticdb-find-tags-for-completion-method)
2229 (semanticdb-find-tags-by-class-method)
2230 (semanticdb-deep-find-tags-for-completion-method):
2231 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
2232 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
2233 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
2234 (semanticdb-find-tags-by-name-method)
2235 (semanticdb-find-tags-by-name-regexp-method)
2236 (semanticdb-find-tags-for-completion-method)
2237 (semanticdb-find-tags-by-class-method)
2238 (semanticdb-find-tags-external-children-of-type-method)
2239 (semanticdb-find-tags-subclasses-of-type-method)
2240 (semanticdb-deep-find-tags-by-name-method)
2241 (semanticdb-deep-find-tags-by-name-regexp-method)
2242 (semanticdb-deep-find-tags-for-completion-method):
2243 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
2244 (semanticdb-enable-gnu-global-in-buffer)
2245 (semanticdb-find-tags-for-completion-method)
2246 (semanticdb-deep-find-tags-by-name-method)
2247 (semanticdb-deep-find-tags-for-completion-method):
2248 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
2249 (javascript-mode, semanticdb-find-translate-path)
2250 (semanticdb-find-tags-for-completion-method)
2251 (semanticdb-find-tags-by-class-method)
2252 (semanticdb-deep-find-tags-by-name-method)
2253 (semanticdb-deep-find-tags-for-completion-method)
2254 (semanticdb-find-tags-external-children-of-type-method):
2255 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
2256 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
2257 (global-semantic-idle-scheduler-mode):
2258 * cedet/srecode/dictionary.el (srecode-field-value)
2259 (srecode-dictionary-add-section-dictionary):
2260 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2261 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2262 (describe-class, eieio-describe-generic, describe-generic):
2263 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2264 (eieio-speedbar-expand):
2265 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2266 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2267 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2268 (viper-del-backward-char-in-replace, viper-backward-indent)
2269 (viper-brac-function, viper-register-to-point, viper-submit-report):
2270 * net/tramp.el (tramp-remote-coding-commands):
2271 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2272 Fix typos in docstrings.
2273
2274 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2275
2276 * mail/sendmail.el (mail-yank-original): Set the mark if the
2277 specified function for yanking does not do it.
2278
2279 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
2280
2281 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
2282
2283 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2284 resyncing a directory.
2285
2286 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
2287
2288 * progmodes/ada-mode.el: Fix bug#1920.
2289 (ada-ident-re): Delete ., allow multibyte characters.
2290 (ada-goto-label-re): New; matches goto labels.
2291 (ada-block-label-re): New; matches block labels.
2292 (ada-label-re): New; matches both.
2293 (ada-named-block-re): Deleted; callers changed to use
2294 `ada-block-label-re' instead.
2295 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2296 Use `ada-block-label-re'.
2297 (ada-indent-on-previous-lines): Improve handling of goto labels.
2298 (ada-get-indent-block-start): Special-case block label.
2299 (ada-get-indent-label): Split into `ada-indent-block-label' and
2300 `ada-indent-goto-label'.
2301 (ada-goto-stmt-start, ada-goto-next-non-ws):
2302 Optionally ignore goto labels.
2303 (ada-goto-next-word): Simplify.
2304 (ada-indent-newline-indent-conditional): Insert newline before
2305 trying to fix indentation; doc fix.
2306
2307 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2308
2309 * calc/calc.el (calc-command-flags): Give it an initial value.
2310
2311 2010-01-17 Glenn Morris <rgm@gnu.org>
2312
2313 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
2314
2315 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2316
2317 * cedet/semantic.el (semantic-mode):
2318 * files.el (minibuffer-with-setup-hook):
2319 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2320 (artist-key-draw-continously, artist-key-do-continously-continously)
2321 (artist-key-set-point-continously, artist-mouse-draw-continously):
2322 Fix typos in docstrings.
2323
2324 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2325
2326 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2327 return t (Bug#3898).
2328
2329 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
2330
2331 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2332 can parse the output of the external commands (Bug#5279).
2333
2334 2010-01-16 Jari Aalto <jari.aalto@cante.net>
2335
2336 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2337
2338 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2339
2340 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2341
2342 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2343
2344 * startup.el (command-line): Remove unused --icon-type arg.
2345 Handle --display arg, passing it to command-line-1 (Bug#5392).
2346
2347 2010-01-16 Mario Lang <mlang@delysid.org>
2348
2349 * cedet/ede/cpp-root.el (ede-cpp-root-project):
2350 * cedet/ede/files.el (ede-expand-filename):
2351 * cedet/ede/simple.el (ede-simple-project):
2352 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2353 (semantic-complete-inline-tag-engine):
2354 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2355 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
2356 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2357 * cedet/semantic/db.el (semanticdb-equivalent-mode):
2358 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
2359 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2360 * emacs-lisp/chart.el (chart-translate-namezone):
2361 * textmodes/artist.el (artist-compute-popup-menu-table):
2362 Remove duplicated words in doc-strings.
2363
2364 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2365
2366 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2367 to mairix-search to suppress threading (Bug#5342).
2368
2369 2010-01-15 Kenichi Handa <handa@m17n.org>
2370
2371 * international/mule-cmds.el (canonicalize-coding-system-name):
2372 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2373
2374 2010-01-15 Glenn Morris <rgm@gnu.org>
2375
2376 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2377
2378 * wid-edit.el (widget-keymap): Doc fix.
2379
2380 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2381 former seems to be more widely accepted by various svn versions.
2382
2383 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2384
2385 * find-cmd.el (find-constituents):
2386 * vc-arch.el (vc-arch-root):
2387 * window.el (window-body-height, pop-up-frames):
2388 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
2389 (semantic-no-reparse-needed-change-hook):
2390 * cedet/srecode/insert.el (srecode-resolve-argument-list)
2391 (srecode-template-inserter-blank, srecode-template-inserter-variable)
2392 (srecode-template-inserter-ask, srecode-template-inserter-width)
2393 (srecode-template-inserter-section-start)
2394 (srecode-template-inserter-section-end, srecode-insert-method):
2395 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2396 * progmodes/ada-stmt.el (ada-if):
2397 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2398 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2399 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2400 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2401
2402 * progmodes/flymake.el (flymake-post-syntax-check):
2403 Fix typo in error message.
2404
2405 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2406
2407 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2408 which is always a string. (Bug#5313)
2409
2410 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2411
2412 * progmodes/ada-xref.el (ada-default-prj-properties):
2413 Simplify previous change.
2414
2415 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2416
2417 * progmodes/ada-xref.el (ada-default-prj-properties):
2418 Default ada_project_path to $ADA_PROJECT_PATH.
2419
2420 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2421
2422 * progmodes/ada-mode.el (ada-create-keymap):
2423 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2424
2425 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2426
2427 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2428 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2429 (ada-get-current-indent, ada-imenu-generic-expression)
2430 (ada-which-function): Check for it.
2431
2432 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2433
2434 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2435 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2436
2437 2010-01-14 Glenn Morris <rgm@gnu.org>
2438
2439 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2440
2441 2010-01-14 Kenichi Handa <handa@m17n.org>
2442
2443 * composite.el (auto-composition-mode): Make it a buffer local
2444 variable (permanent-local).
2445 (auto-composition-function): Set the default value to
2446 auto-compose-chars.
2447 (auto-composition-mode): Make it a simple function, not a minor mode.
2448 (global-auto-composition-mode): Likewise.
2449 (turn-on-auto-composition-if-enabled): Delete it.
2450
2451 2010-01-13 Karl Fogel <kfogel@red-bean.com>
2452
2453 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2454
2455 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
2456
2457 * files.el (copy-directory): Compute target for recursive
2458 directories with identical names. (Bug#5343)
2459
2460 2010-01-12 Glenn Morris <rgm@gnu.org>
2461
2462 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2463 it to bug-gnu-emacs rather than emacs-pretest-bug.
2464
2465 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2466
2467 * cedet/data-debug.el (data-debug): Fix customization group reference.
2468
2469 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2470
2471 * cedet/semantic/analyze.el (semantic-analyze-push-error)
2472 (semantic-analyze-context, semantic-analyze-context-assignment)
2473 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
2474 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
2475 (semantic-java-doc-keywords-map):
2476 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
2477 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
2478 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
2479 (semantic-c-classname, semantic-format-tag-uml-prototype)
2480 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
2481 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
2482 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
2483 (semantic-get-local-variables, semantic-end-of-command)
2484 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
2485 (lisp-mode):
2486 * cedet/semantic/bovine/make.el (makefile-mode):
2487 * cedet/semantic/wisent/python.el (wisent-python-string-re)
2488 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
2489 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
2490 (semantic-lex, semantic-get-local-variables, python-mode):
2491 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
2492 * cedet/srecode/extract.el (srecode-extract-state-set)
2493 (srecode-extract-method): Fix typos in docstrings.
2494
2495 2010-01-11 Sam Steingold <sds@gnu.org>
2496
2497 * imenu.el (imenu-default-create-index-function): Detect infinite
2498 loops caused by imenu-prev-index-position-function.
2499
2500 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2501
2502 * htmlfontify.el (htmlfontify-load-rgb-file)
2503 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2504 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2505 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2506 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2507 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2508 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2509 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2510 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2511 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2512 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2513 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2514 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2515 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2516 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2517 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2518 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2519 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2520 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2521 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2522 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2523 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2524 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2525 backslash-quoting from parentheses, etc.
2526
2527 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2528
2529 * progmodes/js.el: Autoload javascript-mode alias.
2530
2531 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2532
2533 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2534 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2535 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2536 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2537 Fix typos in docstrings.
2538 (ffap-url-regexp): Doc fix.
2539 (ffap-at-mouse): Fix typo in message.
2540
2541 2010-01-11 Glenn Morris <rgm@gnu.org>
2542
2543 * version.el (emacs-copyright): Set copyright year to 2010.
2544
2545 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2546
2547 * format.el (format-annotate-function): Only set
2548 write-region-post-annotation-function after running to-fn so as not to
2549 affect nested write-region calls (bug#5273).
2550
2551 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
2552
2553 * cedet/semantic.el (semantic-new-buffer-setup-functions):
2554 Add python parser.
2555
2556 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2557 wisent/python.el.
2558
2559 2010-01-10 Richard Kim <emacs18@gmail.com>
2560
2561 * cedet/semantic/wisent/python-wy.el:
2562 * cedet/semantic/wisent/python.el: New files.
2563
2564 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2565
2566 * man.el (Man-goto-section): Signal error if the section is not
2567 found (Bug#5317).
2568
2569 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
2570
2571 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2572 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2573
2574 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2575
2576 * progmodes/compile.el: Don't treat compile-command as safe if
2577 compilation-read-command might be nil (Bug#4218).
2578
2579 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2580
2581 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2582 NS options.
2583
2584 2010-01-08 Kenichi Handa <handa@m17n.org>
2585
2586 * international/fontset.el (build-default-fontset-data):
2587 Exclude characters in scripts kana, hangul, han, or cjk-misc.
2588
2589 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
2590
2591 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2592 to `create-file-buffer' as it expects, not just a buffer name.
2593 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2594 to help uniquify. (Bug#3224)
2595
2596 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2597
2598 * font-setting.el (font-setting-change-default-font): Use user-spec
2599 instead of name.
2600
2601 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2602
2603 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2604
2605 2010-01-05 Tom Tromey <tromey@redhat.com>
2606
2607 * progmodes/python.el (python-font-lock-keywords):
2608 Handle qualified decorators (Bug#881).
2609
2610 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2611
2612 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2613 in a lightweight checkout.
2614
2615 2010-01-05 Kenichi Handa <handa@m17n.org>
2616
2617 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2618
2619 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2620
2621 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2622
2623 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2624
2625 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2626 checkouts. (Bug#618)
2627 (vc-bzr-log-view-mode): Also highlight the author.
2628 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2629 (vc-bzr-shelve-menu-map):
2630 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2631 (vc-bzr-shelve-apply): Make prompt more explicit.
2632
2633 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2634
2635 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2636 They are valid characters in URL paths (rfc3986), and at least
2637 Firefox does not understand the encoded version (Bug#3166).
2638
2639 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2640
2641 * progmodes/octave-mod.el (octave-end-keywords)
2642 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2643 Add "end" keyword (Bug#3061).
2644 (octave-end-as-array-index-p): New function.
2645 (calculate-octave-indent): Use it.
2646
2647 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2648
2649 * bookmark.el: Consistently put the text property on the bookmark name.
2650 (bookmark-bmenu-marks-width): Bump back to 2, to include
2651 annotation marks.
2652 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2653 property on the bookmark name, instead of not putting it at all.
2654 (bookmark-bmenu-list): Fix where we put the text property.
2655
2656 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2657
2658 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2659 for showing buffer modified state (as added in the previous change).
2660
2661 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2662
2663 * bookmark.el: Show modified state of bookmark buffer more accurately.
2664 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2665 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2666 (with-buffer-modified-unmodified): New macro.
2667 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2668 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2669 Use new macro to preserve the buffer modified state.
2670
2671 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2672
2673 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2674 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2675 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2676 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2677 (bookmark-bmenu-rename, bookmark-bmenu-locate)
2678 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2679 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2680
2681 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2682
2683 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2684 Make the lines in the generated doc string shorter. (Bug#4668)
2685
2686 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
2687
2688 * net/rcirc.el: Add follow-link binding (Bug#4738).
2689
2690 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2691
2692 * Makefile.in (bzr-update): Rename from cvs-update.
2693 (cvs-update): New target for backward compatibility.
2694
2695 * makefile.w32-in (bzr-update): Rename from cvs-update.
2696 (cvs-update): New target for backward compatibility.
2697
2698 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2699
2700 * bookmark.el: Remove gratuitous gratitude.
2701
2702 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2703
2704 * bookmark.el (bookmark-bmenu-any-marks): New function
2705 (bookmark-bmenu-save): Clear buffer modification if no marks.
2706
2707 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2708
2709 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2710 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2711 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2712 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2713
2714 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2715 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2716 To: emacs-devel {_AT_} gnu.org
2717 Subject: bookmark.el bug report
2718 Date: Mon, 28 Dec 2009 14:19:16 +0800
2719 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2720
2721 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2722
2723 * bookmark.el: Improvements suggested by Drew Adams:
2724 (bookmark-bmenu-ensure-position): New name for
2725 `bookmark-bmenu-check-position'. Just ensure the position,
2726 don't return any meaningful value.
2727 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2728 New constants.
2729
2730 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
2731
2732 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2733 (bookmark-yank-point, bookmark-bmenu-check-position):
2734 Fix typos in docstrings.
2735 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2736 (bookmark-name-from-full-record, bookmark-get-position)
2737 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2738 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2739 Remove useless quoting of parenthesis, etc. in docstrings.
2740
2741 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2742 (ediff-append-custom-diff): Fix typo in error message.
2743 (ediff-meta-mark-equal-files): Fix typos in messages.
2744
2745 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2746
2747 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2748 Fix typo in docstring.
2749
2750 * net/imap-hash.el (imap-hash-make): Doc fix.
2751 (imap-hash-test): Fix typo in error message; reflow docstring.
2752 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2753 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2754 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2755 Fix typos in docstrings.
2756 (imap-hash-open-connection): Fix typo in error message.
2757
2758 * play/gomoku.el (gomoku): Fix typos in docstring.
2759
2760 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2761 (gdb-jsonify-buffer): Fix typos in docstring.
2762 (gdb-goto-breakpoint): Fix typo in error message.
2763 ("Display Other Windows"): Fix typo in help message.
2764 (gdb-speedbar-expand-node): Fix typo in question.
2765
2766 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2767 (idlwave-html-system-help-location, idlwave-html-help-location)
2768 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2769 (idlwave-help-browser-generic-args, idlwave-help-directory)
2770 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2771 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2772 (idlwave-online-help, idlwave-help-html-link)
2773 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2774 Fix typos in docstrings.
2775 (idlwave-help-with-source, idlwave-help-find-routine-definition):
2776 Reflow docstrings.
2777 (idlwave-help-assistant-start): Fix typo in error message.
2778
2779 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2780 (octave-electric-space): Fix typos in docstrings.
2781
2782 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
2783
2784 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2785
2786 2010-01-01 Juri Linkov <juri@jurta.org>
2787
2788 * comint.el (comint-input-ring-size): Make it a defcustom and
2789 increase the default to 500 (Bug#5148).
2790
2791 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
2792
2793 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2794 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2795 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2796
2797 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
2798
2799 Show working revision correctly for mercurial.
2800 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2801 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2802
2803 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
2804
2805 Declare some functions for the byte-compiler.
2806 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2807 (speedbar-timer-fn, speedbar-change-expand-button-char)
2808 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2809
2810 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
2811
2812 This changeset reverts GDB Graphical Interface to use annotations.
2813 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2814
2815 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2816
2817 Make vc-dir work on subdirectories of the bzr root.
2818 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
2819 file names relative to it.
2820 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2821 relative directory to vc-bzr-after-dir-status.
2822
2823 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
2824
2825 * font-lock.el (font-lock-refresh-defaults): New function, which
2826 can be used to let font-lock react to external changes in
2827 variables like font-lock-defaults and keywords.
2828 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2829
2830 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2831
2832 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2833
2834 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2835
2836 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
2837
2838 Supersede color.diff settings in git log (bug#5211).
2839
2840 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2841 escape chars in its output when the user has color.diff set to `always'.
2842 This fix works on git 1.4.2 and newer (released on 2006-08-13).
2843
2844 2009-12-26 Kevin Ryde <user42@zip.com.au>
2845
2846 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2847 node. Keep previous "Index" name to work with past coreutils too.
2848
2849 * man.el (man): Revise docstring a bit to show -a and -l as
2850 examples. Add -k description since support for it has otherwise
2851 been a secret. (Further to bug#3717.)
2852 (Man-bgproc-sentinel): When "-k foo" produces no output show error
2853 "no matches" rather than "Can't find manpage", as the latter reads
2854 like -k was interpreted as a page name, which is not so. (Bug#5431)
2855
2856 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
2857
2858 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2859 switches. Check also for //SUBDIRED// line.
2860
2861 2009-12-25 Kenichi Handa <handa@m17n.org>
2862
2863 * language/indian.el (devanagari-composable-pattern): Fixed to
2864 handle ZWNJ and ZWJ. Use it in composition-function-table for
2865 Devanagari.
2866 (malayalam-composable-pattern): Fix previous change.
2867
2868 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2869
2870 * ps-print.el (ps-face-attributes): It was not returning the
2871 attribute face for faces specified as string. Reported by harven
2872 <harven@free.fr>.
2873 (ps-print-version): New version 7.3.5.
2874
2875 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
2876
2877 * calendar/icalendar.el (icalendar--convert-tz-offset):
2878 Fix timezone names.
2879 (icalendar--convert-tz-offset): Fix the "last-day-problem".
2880 (icalendar--add-diary-entry): Remove the trailing blank that
2881 diary-make-entry inserts.
2882
2883 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
2884
2885 Make `file-expand-wildcards' work for remote files.
2886
2887 * files.el (file-expand-wildcards): In case of remote files, check
2888 only local file name part for wildcards. Provide feature 'files
2889 and subfeature 'remote-wildcards. (Bug#5198)
2890
2891 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2892 if there is already an established connection.
2893 (tramp-advice-file-expand-wildcards): Remove it.
2894
2895 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2896 (tramp-advice-file-expand-wildcards): Move from tramp.el.
2897 Activate advice for older GNU Emacs versions. (Bug#5237)
2898
2899 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
2900
2901 Some doc fixes (more needed).
2902
2903 * find-cmd.el (find-constituents): Reflow docstring.
2904 (find-cmd, find-prune, find-command): Fix typos in docstrings.
2905 (find-generic): Doc fix.
2906
2907 2009-12-17 Juri Linkov <juri@jurta.org>
2908
2909 Fix regression from 23.1 to allow multiple modes in Local Variables.
2910
2911 * files.el (hack-local-variables-filter): While ignoring duplicates,
2912 don't take `mode' into account.
2913 (hack-local-variables-filter, hack-dir-local-variables):
2914 Don't remove duplicate `mode' from local-variables-alist (like `eval').
2915
2916 2009-12-17 Juri Linkov <juri@jurta.org>
2917
2918 Make `dired-diff' safer. (Bug#5225)
2919
2920 * dired-aux.el (dired-diff): Signal an error when `file' equals to
2921 `current' or when `file' is a directory of the `current' file.
2922
2923 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
2924
2925 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2926 unconditionally preloaded files.
2927
2928 2009-12-16 Juri Linkov <juri@jurta.org>
2929
2930 Revert to old 23.1 logic of using the file at the mark as default.
2931 * dired-aux.el (dired-diff): Use the file at the mark as default
2932 if it's not the same as the current file, and the target dir is
2933 the current dir or the mark is active. Add the current file
2934 as the arg of `dired-dwim-target-defaults'. Use the default file
2935 in the prompt. (Bug#5225)
2936
2937 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
2938
2939 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2940 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2941 (tramp-check-for-regexp): Check also, when an echoing shell stops
2942 to echo sent commands.
2943
2944 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2945
2946 * Makefile.in: Revert last change (Bug#5191).
2947
2948 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2949
2950 * vc-hg.el (vc-hg-print-log): Fix argument order.
2951 (vc-hg-working-revision): Make sure the command is executed in a
2952 known environment so that we can parse the output. (Bug#4417)
2953
2954 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2955
2956 * progmodes/python.el (python-symbol-completions): Remove text
2957 properties from symbol string before calling python-send-receive.
2958
2959 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
2960
2961 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2962 when there are values for both file and line. (Bug#5060)
2963
2964 2009-12-14 Juri Linkov <juri@jurta.org>
2965
2966 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2967 whitespace after the file name of the first line of unified format,
2968 because git-diff doesn't output whitespace and file modification time
2969 after the file name.
2970
2971 2009-12-14 David Kastrup <dak@gnu.org>
2972
2973 * info.el (Info-hide-cookies-node): Before hiding a cookie,
2974 check if it already has the `display' property added by
2975 `Info-display-images-node', and not put the `invisible' property
2976 in this case.
2977
2978 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2979
2980 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2981 (semantic-mru-bookmark-mode): Doc fixes.
2982
2983 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2984 of assert.
2985
2986 2009-12-13 Glenn Morris <rgm@gnu.org>
2987
2988 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2989 (report-emacs-bug): In message-mode, sort manually before storing
2990 original report text. (Bug#5178)
2991 Remove superfluous save-excursion.
2992
2993 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
2994
2995 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2996 when responding to "GetAll" properties.
2997
2998 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
2999
3000 * simple.el (compose-mail): Remove mail-setup-with-from from
3001 customization checks.
3002
3003 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3004
3005 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3006 RAR archives created on Unix systems.
3007
3008 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3009
3010 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3011 the varalias that was accidentally removed by the 2009-11-19 change
3012 (bug#5186).
3013
3014 2009-12-12 Kenichi Handa <handa@m17n.org>
3015
3016 * language/indian.el (indian-compose-regexp): New function.
3017 (malayalam-composable-pattern): Fix the pattern.
3018 (composition-function-table): Set malayalam-composable-pattern for
3019 Malayalam characters.
3020
3021 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
3022
3023 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3024 rather than down-mouse-1, based on follow-link conventions.
3025
3026 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3027 are compiled.
3028
3029 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
3030
3031 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3032 (verilog-vmm-statement-re, verilog-ovm-statement-re)
3033 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3034 (verilog-leap-to-head, verilog-backward-token):
3035 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
3036
3037 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
3038
3039 * progmodes/verilog-mode.el (verilog-auto-lineup)
3040 (verilog-nameable-item-re): Cleanup user-visible spelling and
3041 documentation errors. One reported by Gary Delp.
3042 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3043 (verilog-read-decls): Fix AUTOWIRE with types declared in a
3044 package, bug195. Reported by Pierre-David Pfister.
3045
3046 2009-12-11 Glenn Morris <rgm@gnu.org>
3047
3048 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3049
3050 * mail/emacsbug.el: No longer require sendmail.
3051 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
3052 (report-emacs-bug-orig-text): Doc fix.
3053 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3054 New local variables, to adapt to different mail-user-agents.
3055 (report-emacs-bug): Fix test for a gnu.org address.
3056 Use overlays for emphasis, since font-lock defeats 'face property.
3057 Pretest bugs also end up at the newsgroup these days.
3058 Stop message-mode stripping text properties.
3059 Set and use the new buffer-local variables.
3060 (report-emacs-bug-hook): Add doc-string.
3061 Remove some unnecessary save-excursions and simplify.
3062 Use the appropriate hook and send-command.
3063
3064 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3065 capitalization of some menu entries.
3066
3067 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3068
3069 * whitespace.el (whitespace-display-char-on): Ensure
3070 `buffer-display-table' is unique when two or more windows are
3071 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3072 New version 12.1.
3073
3074 2009-12-10 Eli Zaretskii <eliz@gnu.org>
3075
3076 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3077 characters in the Attribute field.
3078
3079 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3080
3081 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
3082
3083 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3084
3085 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3086 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3087 Disregard autoload-excludes.
3088 (update-directory-autoloads): Obey autoload-excludes here instead.
3089 But don't store its contents in no-autoloads and remove entries that
3090 refer to excludes files.
3091
3092 2009-12-10 Glenn Morris <rgm@gnu.org>
3093
3094 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3095 (expand-mail-aliases): Define for compiler.
3096
3097 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3098 Define for compiler.
3099
3100 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3101 appropriate for the mail-user-agent in use.
3102
3103 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
3104
3105 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3106
3107 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3108
3109 Fix short log parsing and fontification.
3110 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3111 Fix fontification for the [merge] label.
3112
3113 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
3114
3115 Drop some properties to avoid surprises (bug#5002).
3116 * htmlfontify.el (hfy-ignored-properties): New defcustom.
3117 (hfy-fontify-buffer): Use it.
3118
3119 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
3120
3121 Minor cleanup.
3122 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3123 Adjust all callers.
3124 (ffap-locate-file): Remove unused arg `dir-ok' and make other
3125 args compulsory. Adjust callers.
3126 (ffap-gopher-at-point): Remove unused var `name'.
3127
3128 Get rid of the ELCFILES abomination.
3129 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3130 (compile-elcfiles): New phony target.
3131 (compile-main): Compute ELCFILES dynamically.
3132 (compile-clean): New target to remove left-over elc files.
3133 (compile, all): Use it.
3134
3135 2009-12-09 Kenichi Handa <handa@etlken>
3136
3137 * international/mule-diag.el: Require help-mode instead of help-fns.
3138
3139 2009-12-09 Kenichi Handa <handa@m17n.org>
3140
3141 * international/mule-cmds.el (ucs-names): Supply sufficiently
3142 fine ranges instead of pre-calculating accurate ranges.
3143 Iterate with bigger gc-cons-threshold.
3144
3145 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
3146
3147 Add support for stashing a snapshot of the current tree.
3148 * vc-git.el (vc-git-stash-snapshot): New function.
3149 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3150
3151 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
3152
3153 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3154 instead of `(beginning|end)-of-line'.
3155
3156 2009-12-08 Glenn Morris <rgm@gnu.org>
3157
3158 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3159
3160 * Makefile.in (ELCFILES): Regenerate.
3161
3162 2009-12-07 Juri Linkov <juri@jurta.org>
3163
3164 Don't lazy-highlight the comint output in history Isearch mode.
3165
3166 * comint.el (comint-history-isearch-search): Instead of
3167 `comint-line-beginning-position', use `comint-after-pmark-p'
3168 to check if point if before the process mark, and go to
3169 `process-mark' in this case.
3170
3171 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3172
3173 * textmodes/tex-mode.el (latex-complete)
3174 (latex-indent-or-complete): Remove.
3175 (latex-mode): Set completion-at-point-functions instead.
3176
3177 Provide a standard completion command and hook it into TAB.
3178 * minibuffer.el (completion-at-point-functions): New var.
3179 (completion-at-point): New command.
3180 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
3181 * progmodes/python.el (python-mode-map): Use completion-at-point.
3182 (python-completion-at-point): Rename from python-partial-symbol and
3183 adjust for use in completion-at-point-functions.
3184 (python-mode): Setup completion-at-point for Python completion.
3185 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3186 extracted from lisp-complete-symbol.
3187 (lisp-complete-symbol): Use it.
3188 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3189 setup completion-at-point for Elisp completion.
3190 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3191 Use completion-at-point.
3192 * ielm.el (ielm-map): Use completion-at-point.
3193 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3194 * progmodes/sym-comp.el: Move to...
3195 * obsolete/sym-comp.el: Move from progmodes.
3196
3197 2009-12-07 Eli Zaretskii <eliz@gnu.org>
3198
3199 Prevent save-buffer in Rmail buffers from using the coding-system
3200 of the current message, and from clobbering the encoding mnemonics
3201 in the mode line (Bug#4623).
3202
3203 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3204 flag, too.
3205 (rmail-message-encoding): New variable.
3206 (rmail-write-region-annotate): Record the encoding of the current
3207 message in rmail-message-encoding.
3208 (rmail-after-save-hook): New function, restores the encoding of
3209 the current message after the message collection is saved.
3210
3211 2009-12-07 Juri Linkov <juri@jurta.org>
3212
3213 * progmodes/grep.el (grep-read-files): Use `completing-read'
3214 instead of `read-string'. Set its `collection' arg to
3215 `read-file-name-internal'. (Bug#4301)
3216
3217 2009-12-07 Juri Linkov <juri@jurta.org>
3218
3219 Correctly restore original Isearch point. (Bug#4994)
3220
3221 * isearch.el (isearch-mode): Move `isearch-push-state' after
3222 `(run-hooks 'isearch-mode-hook)'.
3223 (isearch-cancel): When `isearch-push-state-function' is defined,
3224 let-bind `isearch-cmds' to the first state (the last element of
3225 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3226 function and restores the original point). Otherwise, move point
3227 to `isearch-opoint'.
3228
3229 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3230
3231 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3232 chars that don't have names, so the table can be built much faster at
3233 run-time.
3234
3235 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
3236
3237 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3238 change. Suggested by David Kastrup.
3239
3240 * simple.el (compose-mail): Check for incompatibilities and warn.
3241 (compose-mail-user-agent-warnings): New option.
3242
3243 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3244
3245 Support showing a single log entry from vc-annotate.
3246 * vc.el (print-log): Add a new argument: START-REVISION.
3247 (vc-print-log-internal): Add a new optional argument and
3248 pass it to the backend.
3249 (vc-print-log, vc-print-root-log): Adjust callers.
3250 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3251 buffer already displays the requested log entry, use it.
3252 Otherwise display only the log entry in question.
3253 * vc-svn.el (vc-svn-print-log):
3254 * vc-mtn.el (vc-mtn-print-log):
3255 * vc-hg.el (vc-hg-state):
3256 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3257 (vc-git-show-log-entry): Return t on success.
3258 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3259 (vc-bzr-show-log-entry): Return t on success.
3260 * vc-rcs.el (vc-rcs-print-log):
3261 * vc-sccs.el (vc-sccs-print-log):
3262 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3263
3264 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3265
3266 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3267 Add menus to the meta mode. (Bug#5043)
3268
3269 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
3270
3271 * ediff-init.el (ediff-event-key): Use event-to-character instead of
3272 event-key.
3273
3274 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3275
3276 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
3277
3278 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3279 Berbain <raphael.berbain@gmail.com>.
3280
3281 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3282 characters.
3283 (tramp-initial-end-of-output): New defconst.
3284 (tramp-methods, tramp-find-shell)
3285 (tramp-open-connection-setup-interactive-shell)
3286 (tramp-maybe-open-connection): Use it.
3287 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3288 existence of `#' and `$'.
3289
3290 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3291 `tramp-initial-end-of-output'.
3292
3293 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3294
3295 Get the background mode from the terminal for xterm, and set
3296 faces accordingly.
3297 * term/xterm.el (xterm-set-background-mode): New function.
3298 (terminal-init-xterm): Use it in case xterm supports background
3299 color queries. Recompute faces after getting the background
3300 color.
3301
3302 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
3303
3304 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3305 number comment back on its own line, for easier parsing.
3306
3307 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3308
3309 Make it work for non-file buffers (bug#5102).
3310 * doc-view.el (doc-view-current-cache-dir):
3311 Use doc-view-buffer-file-name rather than buffer-file-name.
3312 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3313
3314 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3315
3316 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3317 author field is too short.
3318
3319 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3320
3321 * vc-git.el (vc-git-print-log): Handle a limit argument.
3322 Display the short log in graph form and with labels.
3323 (vc-git-log-view-mode): Handle labels.
3324
3325 Make vc-revert change VC state from 'added to 'unregistered.
3326 * vc-git.el (vc-git-revert): Call git reset first.
3327
3328 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3329
3330 * net/newst-backend.el, net/newst-plainview.el:
3331 * net/newst-reader.el, net/newst-ticker.el:
3332 * net/newst-treeview.el, net/newsticker.el:
3333 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
3334
3335 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3336
3337 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3338
3339 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3340 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3341 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3342 Update annotation regexp.
3343
3344 * simple.el (beginning-of-visual-line): Constrain to field
3345 boundaries (Bug#5106).
3346
3347 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3348
3349 * xml.el (xml-substitute-numeric-entities): Move
3350 newsticker--decode-numeric-entities in newst-backend.el to
3351 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3352 * net/newst-backend.el (newsticker--parse-generic-feed)
3353 (newsticker--parse-generic-items)
3354 (newsticker--decode-numeric-entities): Move
3355 newsticker--decode-numeric-entities in newst-backend.el to
3356 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3357
3358 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3359
3360 * progmodes/js.el (js--js-not): Add null to the list of values.
3361
3362 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3363
3364 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3365
3366 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3367
3368 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3369 delimiter if it is at the end of the current line.
3370 (bibtex-generate-url-list): Fix docstring.
3371
3372 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3373
3374 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3375 minibuffer's content with itself.
3376 Fold the confirm-after-completion case into the `confirm' case.
3377 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3378
3379 2009-12-06 Kevin Ryde <user42@zip.com.au>
3380
3381 * ffap.el (ffap-rfc-path): Make this a defcustom since
3382 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
3383
3384 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3385 manuals, similar to existing setup for help-mode. (Bug#3913.)
3386
3387 2009-12-05 Juri Linkov <juri@jurta.org>
3388
3389 Save and restore dired buffer's point positions too. (Bug#4880)
3390
3391 * dired.el (dired-save-positions): Return in the first element
3392 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3393 Doc fix.
3394 (dired-restore-positions): First restore buffer's position.
3395 While restoring window's positions, check if window still displays
3396 the original buffer.
3397
3398 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3399
3400 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3401 if possible.
3402
3403 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
3404 Make argument optional.
3405
3406 * shell.el (shell): Require ansi-color (Bug#5113).
3407
3408 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3409
3410 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3411
3412 2009-12-05 Alan Mackenzie <acm@muc.de>
3413
3414 * progmodes/cc-mode.el (c-before-hack-hook)
3415 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3416 `c-file-style' to work again. This reversion restores the current
3417 software to its state in Emacs 23.1. (Bug#4146)
3418
3419 2009-12-05 Kevin Ryde <user42@zip.com.au>
3420
3421 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3422 comment-start-skip to comment-end-skip as comment (Bug#4781).
3423
3424 2009-12-05 Juri Linkov <juri@jurta.org>
3425
3426 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3427 for virtual nodes. (Bug#4147)
3428 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3429 when moving from a virtual node.
3430 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3431 (Info-mode): Add `Info-virtual-index' to the docstring.
3432
3433 2009-12-05 Eric Ludlam <zappo@gnu.org>
3434
3435 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3436 Describe project macro symbols.
3437
3438 * cedet/semantic/complete.el (semantic-complete-do-completion):
3439 Don't call semantic-collector-current-exact-match.
3440
3441 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
3442 ede-objects as targets.
3443
3444 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
3445 a target's object list even if compiler vars are already in the
3446 Makefile.
3447
3448 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
3449 list of headers producing necessary macros.
3450
3451 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3452
3453 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3454 track of the buffer position of the end of a BibTeX entry as this
3455 position may change during reformatting.
3456 (bibtex-format-entry): Remove whitespace before processing
3457 numerical fields so that we recognize the latter properly.
3458 (bibtex-reformat): Do not use push which changes the global value
3459 of bibtex-entry-format.
3460 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3461 (bibtex-field-re-init): Replace only space characters by regexp
3462 for whitespace.
3463 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3464 (bibtex-initialize): Also update bibtex-strings.
3465 (bibtex-kill-field): Preserve white space at end of entry.
3466 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3467 Update bibtex-reference-keys.
3468
3469 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3470
3471 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3472 point after a star, if that's the only place where modifications can
3473 make progress.
3474
3475 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3476
3477 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3478 in docstrings.
3479
3480 2009-12-04 Juri Linkov <juri@jurta.org>
3481
3482 * proced.el (proced): Call `(proced-update t)' to update process
3483 information instead of only running proced-post-display-hook.
3484 (proced-send-signal): Add a leading space to the buffer name
3485 " *Marked Processes*" to make this buffer ephemeral.
3486
3487 2009-12-04 Juri Linkov <juri@jurta.org>
3488
3489 * dired.el (dired-auto-revert-buffer): New defcustom.
3490 (dired-internal-noselect): Use it.
3491
3492 2009-12-04 Juri Linkov <juri@jurta.org>
3493
3494 Change roles of modes and functions in image-mode.el (Bug#5062).
3495
3496 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3497 in `auto-mode-alist'.
3498 (image-mode-previous-major-mode): New variable.
3499 (image-minor-mode-map): Rename from `image-mode-text-map'.
3500 (image-mode): Move graceful error-handling code from
3501 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3502 (image-minor-mode): Remove all image-handling code.
3503 Replace `image-mode-text-map' with `image-minor-mode-map'.
3504 Check for `image-type' in mode-line format string.
3505 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3506 (image-mode-as-text): New function with most code from
3507 `image-mode-maybe'.
3508 (image-toggle-display-text): Move code that removes image
3509 properties from `image-toggle-display' to here.
3510 (image-toggle-display-image): New function with code that adds
3511 image properties copied from `image-toggle-display'.
3512 (image-toggle-display): Remove most code with leaving only code
3513 that toggles between `image-mode-as-text' and `image-mode'.
3514
3515 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
3516
3517 * net/newst-treeview.el
3518 (newsticker--treeview-list-highlight-start): Restored call to
3519 save-excursion: Selected item was stuck.
3520 (newsticker--treeview-list-select): New.
3521 (newsticker--treeview-item-show-text)
3522 (newsticker--treeview-item-show)
3523 (newsticker--treeview-item-update): Use new
3524 newsticker-treeview-item-mode.
3525 (newsticker-treeview-update): Keep current item.
3526 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3527 (newsticker--treeview-first-feed): Doc change.
3528 (newsticker-treeview-list-menu)
3529 (newsticker-treeview-item-menu): Added menu entries.
3530 (newsticker-treeview-item-mode): New.
3531
3532 * net/newst-backend.el (newsticker-customize): Delete other
3533 windows.
3534
3535 2009-12-04 Sam Steingold <sds@gnu.org>
3536
3537 * log-view.el (log-view-mode-map): "q" calls quit-window,
3538 like in all the other non-self-insert buffers.
3539
3540 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3541
3542 Minor cleanup.
3543 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3544 key decoding rather than do it manually via last-input-event +
3545 ascii-character.
3546 (term-exec): Use delete-and-extract-region.
3547 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3548 (term-process-pager): Remove unused var `i'.
3549 (term-dynamic-simple-complete): Make obsolete.
3550 (serial-update-config-menu): Remove unused vars `y' and `str'.
3551 (term-update-mode-line): Remove unused var `temp'.
3552
3553 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3554
3555 Limit the number of log entries displayed by default.
3556 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3557 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3558 using a prefix argument.
3559
3560 2009-12-03 Glenn Morris <rgm@gnu.org>
3561
3562 * progmodes/idlwave.el (class): Restore still useful declaration.
3563
3564 2009-12-03 Alan Mackenzie <acm@muc.de>
3565
3566 Enhance `c-parse-state' to run efficiently in "brace deserts".
3567
3568 * progmodes/cc-mode.el (c-basic-common-init):
3569 Call c-state-cache-init.
3570 (c-neutralize-syntax-in-and-mark-CPP): Rename from
3571 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
3572 placing `category' properties value 'c-cpp-delimiter at its boundaries.
3573
3574 * progmodes/cc-langs.el (c-before-font-lock-function):
3575 c-extend-and-neutralize-syntax-in-CPP has been renamed
3576 c-neutralize-syntax-in-and-mark-CPP.
3577
3578 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3579 with `category' properties now, not `syntax-table' ones.
3580
3581 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3582 enhanced (but slower) version of c-end-of-macro that won't land
3583 inside a literal or on another awkward character.
3584 (c-state-cache-too-far, c-state-cache-start)
3585 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3586 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3587 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3588 (c-state-min-scan-pos, c-state-brace-pair-desert)
3589 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3590 buffer local variables.
3591 (c-state-literal-at, c-state-lit-beg)
3592 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3593 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3594 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3595 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3596 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3597 (c-renarrow-state-cache)
3598 (c-append-lower-brace-pair-to-state-cache)
3599 (c-state-push-any-brace-pair, c-append-to-state-cache)
3600 (c-remove-stale-state-cache)
3601 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3602 (c-invalidate-state-cache-1, c-parse-state-1)
3603 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3604 (c-parse-state): Enhance and refactor.
3605 (c-debug-parse-state): Amend to deal with all the new variables.
3606
3607 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3608 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3609 modify to use category text properties rather than syntax-table ones.
3610 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3611 to switch off/on the syntactic paren property of C++ template
3612 delimiters using the category property.
3613 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3614 template delims suppressed.
3615 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3616 New constant/macros which apply category properties to the start
3617 and end of preprocessor constructs.
3618 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3619 "comment out" the syntactic value of characters in preprocessor
3620 constructs.
3621 (c-with-cpps-commented-out)
3622 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3623 with characters in all or all but one preprocessor constructs
3624 "commented out".
3625
3626 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3627
3628 * proced.el (proced-filter-alist): Use regexp-quote.
3629
3630 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
3631
3632 Cleanup.
3633 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3634 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3635 arguments. Expand `default-directory'.
3636
3637 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3638 the benefit of returning an expanded localname.
3639 (tramp-tramp-file-p): Handle the case NAME is not a string.
3640
3641 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3642
3643 Add support for bzr shelve/unshelve.
3644 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3645 (vc-bzr-extra-menu-map): New variables.
3646 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3647 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3648 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3649 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3650 (vc-bzr-dir-extra-headers): Display shelves.
3651
3652 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3653
3654 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3655
3656 * textmodes/bibtex.el (bibtex-complete-internal):
3657 Use completion-in-region.
3658 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3659
3660 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3661
3662 Support applying stashes. Improve UI.
3663 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3664 (vc-git-stash-apply, vc-git-stash-pop)
3665 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3666 (vc-git-stash-menu): New functions.
3667 (vc-git-stash-menu-map): New variable.
3668 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3669
3670 2009-12-03 Glenn Morris <rgm@gnu.org>
3671
3672 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3673 (vc-print-log-internal): Fix previous change.
3674 (vc-revert): Correct pluralization.
3675
3676 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3677
3678 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3679 it to be an alist any more.
3680 (makefile-complete): Use completion-in-region.
3681
3682 * progmodes/octave-mod.el (octave-complete-symbol):
3683 Use completion-in-region.
3684
3685 Misc cleanup.
3686 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3687 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3688 (idlwave-complete-class): Don't quote lambda.
3689 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3690 (idlwave-mode-map): Move initialization into declaration.
3691 (idlwave-action-and-binding): Use backquotes.
3692 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3693 Simplify.
3694 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3695 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3696 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3697 `parts', and `all-parts'.
3698 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3699 (idlwave-convert-xml-system-routine-info): Remove unused string
3700 `version-string'.
3701 (idlwave-display-user-catalog-widget): Use dolist.
3702 (idlwave-scanning-lib): Declare dynamically-scoped var.
3703 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3704 (completion-highlight-first-word-only): Declare to silence bytecomp.
3705 (idlwave-popup-select): Tighten scope of `resp'.
3706 (idlwave-find-struct-tag): Remove unused var `beg'.
3707 (idlwave-after-load-rinfo-hook): Declare.
3708 (idlwave-sintern-class-info): Remove unused var `taglist'.
3709 (idlwave-find-class-definition): Remove unused var `list'.
3710 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3711 (idlwave-what-module-find-class): Remove unused var `classes'.
3712
3713 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
3714
3715 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3716
3717 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3718
3719 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3720 buffers visited. Remove redundant current-buffer-saving.
3721
3722 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3723
3724 Use completion-in-buffer and remove uses of dynamic scoping.
3725 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3726 (pascal-buffer-to-use, pascal-flag): Don't declare.
3727 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3728 (pascal-get-completion-decl, pascal-keyword-completion):
3729 Add `pascal-str' argument, save-excursion,
3730 return the found completions, and don't filter with pascal-pred.
3731 (pascal-completion-cache): New var.
3732 (pascal-completion): Don't switch buffer any more (it was never
3733 necessary). Don't save-excursion any more (it's done by the called
3734 subroutines). Use a cache to avoid redundant computations.
3735 Use complete-with-action rather than pascal-completion-response and
3736 let it apply the predicate as well.
3737 (pascal-complete-word): Use completion-in-buffer when
3738 pascal-toggle-completions is nil.
3739 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3740 not used any more.
3741 (pascal-comp-defun): Don't change buffer any more.
3742 Use complete-with-action rather than pascal-completion-response and
3743 let it apply the predicate as well.
3744 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3745 when neded.
3746
3747 2009-12-02 Kenichi Handa <handa@m17n.org>
3748
3749 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3750 shape for all Indic scripts.
3751
3752 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3753
3754 Use completion-in-buffer.
3755 * wid-edit.el (widget-field-text-end): New function.
3756 (widget-field-value-get): Use it.
3757 (widget-string-complete, widget-file-complete)
3758 (widget-color-complete): Use it and completion-in-region.
3759 (widget-complete): Don't narrow the buffer.
3760
3761 2009-12-02 Glenn Morris <rgm@gnu.org>
3762
3763 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
3764 (rmail-select-summary): Use rmail-pop-to-buffer.
3765 * mail/rmailsum.el: Replace all pop-to-buffer calls with
3766 rmail-pop-to-buffer, to prevent horizontal splits.
3767
3768 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3769 save-excursion with save-current-buffer.
3770 Widen before searching. (Bug#5093)
3771 (diary-list-sexp-entries): Remove superfluous save-excursion.
3772
3773 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
3774
3775 * woman.el (woman-make-bufname): Handle man-pages with "." in the
3776 name. (Bug#5038)
3777
3778 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
3779
3780 * ido.el (ido-file-internal): Handle filenames at point that do
3781 not have a directory part. (Bug#5049)
3782
3783 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
3784
3785 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3786 (mpc-songs-jump-to, mpc-resume): Doc fixes.
3787
3788 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
3789
3790 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3791 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3792 any more.
3793
3794 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3795
3796 * comint.el (comint-insert-input): Ignore clicks to the right of
3797 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3798
3799 * vc.el (vc-print-log-internal): Don't wait for the process to
3800 terminate before setting up the major mode.
3801
3802 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3803 in case.
3804
3805 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3806 the last element.
3807
3808 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3809
3810 2009-12-01 Glenn Morris <rgm@gnu.org>
3811
3812 * window.el (window--display-buffer-2): Fix previous changes.
3813
3814 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
3815
3816 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3817
3818 2009-12-01 Glenn Morris <rgm@gnu.org>
3819
3820 * Makefile.in (ELCFILES): Add mpc.elc.
3821
3822 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3823
3824 * mpc.el: New file.
3825
3826 2009-12-01 Glenn Morris <rgm@gnu.org>
3827
3828 * window.el (window-to-use): Define for compiler.
3829
3830 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3831 consistent with others (no final period).
3832
3833 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3834 (rmail-mime-show): Downcase the encoding. (Bug#5070)
3835
3836 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3837
3838 Make vc-print-log buttons work.
3839 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3840
3841 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
3842
3843 * savehist.el (savehist-autosave-interval): Allow setting to nil
3844 through customize. (Bug#5056)
3845
3846 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
3847
3848 Fix references to jit-lock properties.
3849 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3850 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3851 (perl-font-lock-special-syntactic-constructs):
3852 Quote jit-lock-defer-multiline property.
3853
3854 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3855
3856 * vc-git.el (vc-git-registered): Call vc-git-root only once.
3857
3858 2009-11-30 Juri Linkov <juri@jurta.org>
3859
3860 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3861 value `buffer' of `multi-isearch-next-buffer-current-function'.
3862 Use `(current-buffer)' when `buffer' is nil.
3863 (multi-isearch-next-buffer-from-list): Don't fallback to
3864 `(current-buffer)' when `buffer' is nil. (Bug#4947)
3865
3866 2009-11-30 Juri Linkov <juri@jurta.org>
3867
3868 * misearch.el (multi-isearch-read-buffers): Move canonicalization
3869 of buffers with `get-buffer' to `multi-isearch-buffers'.
3870 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3871 Canonicalize BUFFERS with `get-buffer'. Doc fix.
3872 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3873 FILES with `expand-file-name' converting relative file names
3874 to absolute. Doc fix. (Bug#4727)
3875
3876 2009-11-30 Juri Linkov <juri@jurta.org>
3877
3878 * misearch.el (multi-isearch-read-buffers)
3879 (multi-isearch-read-matching-buffers): New functions.
3880 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3881 Use them in the `interactive' spec. Doc fix.
3882 (multi-isearch-read-files, multi-isearch-read-matching-files):
3883 New functions.
3884 (multi-isearch-files, multi-isearch-files-regexp):
3885 Use them in the `interactive' spec. Doc fix. (Bug#4725)
3886
3887 2009-11-30 Juri Linkov <juri@jurta.org>
3888
3889 * doc-view.el (doc-view-continuous):
3890 Rename from `doc-view-continuous-mode'.
3891 (doc-view-menu): Move "Toggle display" to the top.
3892 Add submenu "Continuous" with radio buttons "Off"/"On"
3893 and "Save as Default".
3894 (doc-view-scroll-up-or-next-page)
3895 (doc-view-scroll-down-or-previous-page)
3896 (doc-view-next-line-or-next-page)
3897 (doc-view-previous-line-or-previous-page): Rename
3898 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
3899
3900 2009-11-30 Juri Linkov <juri@jurta.org>
3901
3902 * comint.el (comint-mode-map): Rebind `M-r' from
3903 `comint-previous-matching-input' to
3904 `comint-history-isearch-backward-regexp'.
3905 Unbind `M-s' to allow global key binding `M-s'.
3906 Add menu items for `comint-history-isearch-backward' and
3907 `comint-history-isearch-backward-regexp'. (Bug#3746)
3908
3909 2009-11-30 Juri Linkov <juri@jurta.org>
3910
3911 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3912 For def=recenter, replace `recenter' with `recenter-top-bottom'
3913 that is called with `this-command' and `last-command' let-bound
3914 to `recenter-top-bottom'. When the last `def' was not `recenter',
3915 set `recenter-last-op' to nil. (Bug#4981)
3916
3917 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3918
3919 Minor cleanup and simplification.
3920 * filecache.el (file-cache-add-directory)
3921 (file-cache-add-directory-recursively)
3922 (file-cache-add-from-file-cache-buffer)
3923 (file-cache-delete-file-regexp, file-cache-delete-directory)
3924 (file-cache-files-matching-internal, file-cache-display): Use dolist.
3925 (file-cache-temp-minibuffer-message): Delete function.
3926 (file-cache-minibuffer-complete): Use minibuffer-message instead.
3927
3928 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3929 Don't signal an error when bumping into EOB in tr, s, or y.
3930
3931 2009-11-29 Juri Linkov <juri@jurta.org>
3932
3933 * startup.el (fancy-about-text): Fix wording of Guided Tour.
3934 (Bug#4960)
3935
3936 * descr-text.el (describe-char-unidata-list): Use lowercase name
3937 for "Unicode name" like in other tags.
3938
3939 2009-11-29 Juri Linkov <juri@jurta.org>
3940
3941 * ediff-util.el (ediff-minibuffer-with-setup-hook):
3942 New compatibility macro.
3943 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3944
3945 2009-11-29 Juri Linkov <juri@jurta.org>
3946
3947 Add defcustom to define the cycling order of `recenter-top-bottom'.
3948 (Bug#4981)
3949
3950 * window.el (recenter-last-op): Doc fix.
3951 (recenter-positions): New defcustom.
3952 (recenter-top-bottom): Rewrite to use `recenter-positions'.
3953 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3954
3955 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
3956
3957 Improve integration of Tramp and ange-ftp in eshell.
3958
3959 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3960 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
3961 (eshell/sudo): Flatten args. Let-bind `default-directory'.
3962
3963 * eshell/esh-util.el (top): Require also Tramp when compiling.
3964 (eshell-directory-files-and-attributes): Check for FTP remote
3965 connection.
3966 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3967 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3968 (eshell-file-attributes): Handle ".". Return `entry'.
3969
3970 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3971 (ange-ftp-directory-files-and-attributes)
3972 (ange-ftp-real-directory-files-and-attributes): New defuns.
3973
3974 * net/tramp.el (tramp-maybe-open-connection): Open the remote
3975 shell with "exec" when possible. This prevents trailing prompts
3976 in `start-file-process'.
3977
3978 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3979
3980 Try and remove assumptions about point-min==1.
3981 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3982 (rng-compute-mode-line-string): Show the validation percentage in
3983 terms of the narrowed text, not the widened text.
3984 (rng-do-some-validation): Don't catch internal errors when debugging.
3985 (rng-first-error): Simplify.
3986 (rng-after-change-function): Remove work around. AFAIK the bug has
3987 been fixed a while ago.
3988
3989 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3990 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3991
3992 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3993
3994 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3995 `cd' doesn't always do it for us (bug#5067).
3996
3997 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3998 on 2009-10-25 as part of some other change (bug#5067).
3999
4000 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4001
4002 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4003 `suspicious'.
4004 (byte-compile-warnings): Use byte-compile-warning-types.
4005 (byte-compile-save-excursion): Warn about use of set-buffer right
4006 after save-excursion.
4007
4008 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4009 the excursion as well.
4010
4011 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
4012
4013 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4014 providing a Tramp related implementation of "su" and "sudo".
4015 (eshell-unix-initialize): Add "su" and "sudo".
4016
4017 2009-11-27 Daiki Ueno <ueno@unixuser.org>
4018
4019 * net/socks.el (socks-send-command): Convert binary request to
4020 unibyte before sending. This fixes mishandling of some port
4021 numbers such as 129.
4022
4023 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4024
4025 * help.el (describe-bindings-internal): Remove `interactive'.
4026
4027 * man.el (Man-completion-table): Trim a terminating "(".
4028 Remove the space between name page a section.
4029 Add the command's description on the `help-echo' property.
4030 Remove `process-connection-type' binding since it's unused by
4031 call-process.
4032 Provide completion for the "<section> <name>" format as well.
4033 (Man-default-man-entry): Remove spurious var shadowing the argument.
4034
4035 2009-11-26 Kevin Ryde <user42@zip.com.au>
4036
4037 * log-view.el: Add "Keywords: tools", since its other keywords
4038 aren't in finder-known-keywords, and following vc.el.
4039
4040 * sha1.el (sha1-string-external): default-directory "/" in case
4041 otherwise non-existent. process-connection-type pipe for touch of
4042 efficiency recommended by elisp manual. (An aside in Bug#3911.)
4043
4044 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4045
4046 Misc coding convention cleanups.
4047 * htmlfontify.el (hfy-init-kludge-hook): Rename from
4048 hfy-init-kludge-hooks.
4049 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4050 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4051 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4052 and push.
4053 (hfy-slant, hfy-weight): Use tables rather than code.
4054 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4055 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4056 (hfy-face-attr-for-class): Initialize `face-spec' directly.
4057 (hfy-face-to-css): Remove `nconc' with single arg.
4058 (hfy-p-to-face-lennart): Use `or'.
4059 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
4060 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4061 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4062 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4063 (hfy-force-fontification): Use run-hooks.
4064
4065 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
4066
4067 Various minor fixes.
4068 * htmlfontify.el (hfy-default-header): Add toggle_invis since
4069 Javascript belongs in the header, not the body.
4070 (hfy-javascript): Remove.
4071 (hfy-fontify-buffer): Don't insert it any more.
4072 (hfy-face-at): Handle (face0 face1 face2) style face properties.
4073 Fix bug in invis handling when there were no invis props in a chunk.
4074
4075 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4076
4077 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4078
4079 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4080
4081 * finder.el (finder-mode-map): Add a menu.
4082
4083 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
4084
4085 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4086 "unsigned" structs.
4087
4088 (verilog-leap-to-head, verilog-backward-token): Handle "disable
4089 fork" statement better.
4090
4091 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
4092
4093 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4094 (verilog-delete-auto, verilog-delete-empty-auto-pair)
4095 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4096 Reported by Clay Douglass.
4097
4098 (verilog-auto-inst, verilog-auto-star-safe)
4099 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4100 Fix removing "// Interfaces" when saving .* expansions. Reported by
4101 Pierre-David Pfister.
4102
4103 2009-11-26 Glenn Morris <rgm@gnu.org>
4104
4105 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4106 the scope.
4107
4108 2009-11-25 Johan Bockgård <bojohan@gnu.org>
4109
4110 * vc-annotate.el (vc-annotate-revision-previous-to-line):
4111 Really use previous revision.
4112
4113 2009-11-25 Kevin Ryde <user42@zip.com.au>
4114
4115 * man.el (Man-completion-table): default-directory "/" in case
4116 doesn't otherwise exist. process-environment COLUMNS=999 so as
4117 not to truncate long names. process-connection-type pipe to avoid
4118 any chance of hitting the pseudo-tty TIOCGWINSZ.
4119 (man): completion-ignore-case t for friendliness and since man
4120 itself is case-insensitive on the command line.
4121 Further to Bug#3717.
4122
4123 * arc-mode.el: Add "Keywords: files", so the details in its
4124 commentary can be reached from finder-by-keyword.
4125 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
4126 editing mode, but it's comms related and sgml-mode.el has "comm"
4127 on that basis too.
4128 * textmodes/bibtex-style.el: Add "Keywords: tex".
4129 * international/isearch-x.el, international/ja-dic-cnv.el:
4130 * international/ja-dic-utl.el, international/kkc.el:
4131 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
4132
4133 2009-11-25 Juri Linkov <juri@jurta.org>
4134
4135 * man.el (Man-completion-table): Modify regexp to include
4136 section names to completion strings. (Bug#3717)
4137
4138 2009-11-25 Juri Linkov <juri@jurta.org>
4139
4140 Search recursively in gzipped files. (Bug#4982)
4141
4142 * progmodes/grep.el (grep-highlight-matches): Add new options
4143 `always' and `auto'. Doc fix.
4144 (grep-process-setup): Check `grep-highlight-matches' for
4145 `auto-detect' to determine the need to compute grep defaults.
4146 Move Windows/DOS specific --colors settings handling
4147 to `grep-compute-defaults'. Check `grep-highlight-matches'
4148 to get the value of "--color=".
4149 (grep-compute-defaults): Compute `grep-highlight-matches' when it
4150 has the value `auto-detect'. Move Windows/DOS specific settings
4151 from `grep-process-setup'.
4152 (zrgrep): New command with alias `rzgrep'.
4153
4154 2009-11-25 Juri Linkov <juri@jurta.org>
4155
4156 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4157 to nil instead of switching off view-mode. (Bug#4896)
4158
4159 2009-11-25 Juri Linkov <juri@jurta.org>
4160
4161 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
4162
4163 * mwheel.el (mwheel-scroll-up-function)
4164 (mwheel-scroll-down-function): New defvars.
4165 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4166 `scroll-up', and `mwheel-scroll-down-function' instead of
4167 `scroll-down'.
4168
4169 * doc-view.el (doc-view-scroll-up-or-next-page)
4170 (doc-view-scroll-down-or-previous-page): Add optional ARG.
4171 Use this ARG in the call to image-scroll-up/image-scroll-down.
4172 Change `interactive' spec to "P". Goto next/previous page only
4173 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4174 SPC/DEL case). Doc fix.
4175 (doc-view-next-line-or-next-page)
4176 (doc-view-previous-line-or-previous-page): Rename arg to ARG
4177 for consistency.
4178 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4179 `doc-view-scroll-up-or-next-page', and buffer-local
4180 `mwheel-scroll-down-function' to
4181 `doc-view-scroll-down-or-previous-page'.
4182
4183 2009-11-25 Juri Linkov <juri@jurta.org>
4184
4185 Provide additional default values (directories at other Dired
4186 windows) via M-n in the minibuffer of some Dired commands.
4187
4188 * dired-aux.el (dired-diff, dired-compare-directories)
4189 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4190 `minibuffer-default' in `minibuffer-with-setup-hook'.
4191 (dired-dwim-target-directory): Find a window that displays Dired
4192 buffer instead of failing when the next window is not Dired.
4193 Use `get-window-with-predicate' to find for the next Dired window.
4194 (dired-dwim-target-defaults): New function.
4195
4196 * ediff-util.el (ediff-read-file-name):
4197 Use `dired-dwim-target-defaults' to set `minibuffer-default'
4198 in `minibuffer-with-setup-hook'.
4199
4200 2009-11-25 Juri Linkov <juri@jurta.org>
4201
4202 Provide additional default values (file name at point or at the
4203 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
4204
4205 * minibuffer.el (read-file-name-defaults): New function.
4206 (read-file-name): Reset `minibuffer-default' to nil when
4207 it duplicates initial input `insdef'.
4208 Bind `minibuffer-default-add-function' to lambda that
4209 calls `read-file-name-defaults' in `minibuffer-selected-window'.
4210 (minibuffer-insert-file-name-at-point): New command.
4211
4212 * files.el (file-name-at-point-functions): New defcustom.
4213 (find-file-default): Remove defvar.
4214 (find-file-read-args): Don't use `find-file-default'.
4215 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4216 to `read-file-name'.
4217 (find-file-literally): Use `read-file-name' with
4218 `confirm-nonexistent-file-or-buffer'.
4219
4220 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4221
4222 * dired.el (dired-read-dir-and-switches):
4223 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4224 to `read-file-name'.
4225 (dired-file-name-at-point): New function.
4226 (dired-mode): Add hook `dired-file-name-at-point' to
4227 `file-name-at-point-functions'.
4228
4229 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4230
4231 Really make the *Completions* window soft-dedicated (bug#5030).
4232 * window.el (window--display-buffer-2): Add `dedicated' argument.
4233 (display-buffer): Pass it when needed so the dedicated flag is set
4234 after calling set-window-buffer, which would otherwise reset it.
4235
4236 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4237
4238 * progmodes/meta-mode.el (meta-complete-symbol):
4239 * progmodes/etags.el (complete-tag):
4240 * mail/mailabbrev.el (mail-abbrev-complete-alias):
4241 Use completion-in-region.
4242
4243 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4244 (dabbrev-completion): Use completion-in-region.
4245 (dabbrev--abbrev-at-point): Simplify regexp.
4246
4247 * abbrev.el (abbrev--before-point): Use word-motion functions
4248 if :regexp is not specified (bug#5031).
4249
4250 * subr.el (string-prefix-p): New function.
4251
4252 * man.el (Man-completion-cache): New var.
4253 (Man-completion-table): Use it.
4254
4255 * vc.el (vc-print-log-internal): Make `limit' optional for better
4256 compatibility (e.g. with vc-annotate.el).
4257
4258 2009-11-24 Kevin Ryde <user42@zip.com.au>
4259
4260 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4261 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
4262
4263 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4264 when .el source file not found or other error.
4265
4266 2009-11-24 Markus Triska <markus.triska@gmx.at>
4267
4268 * linum.el (linum-update-window): Ignore intangible (bug#4996).
4269
4270 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4271
4272 Handle the [back] button properly (bug#4979).
4273 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4274 Use help-setup-xref, help-buffer, and with-help-window.
4275 (describe-char): Add `buffer' argument.
4276 Pass proper command to help-setup-xref. Don't meddle with
4277 help-xref-stack-item directly.
4278 (describe-text-category): Use with-help-window and help-buffer.
4279
4280 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4281 for the displayed buffer (bug#4887).
4282
4283 * man.el (Man-completion-table): New function.
4284 (man): Use it.
4285
4286 2009-11-24 David Reitter <david.reitter@gmail.com>
4287
4288 * vc-git.el (vc-git-registered): Use checkout directory (where
4289 .git is) rather than the file's directory and a relative path spec
4290 to work around a bug in git.
4291
4292 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
4293
4294 Improve handling of processes on remote hosts.
4295
4296 * eshell/esh-util.el (eshell-path-env): New defvar.
4297 (eshell-parse-colon-path): New defun.
4298 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4299
4300 * eshell/esh-ext.el (eshell-search-path):
4301 Use `eshell-parse-colon-path'.
4302 (eshell-remote-command): Remove argument HANDLER.
4303 (eshell-external-command): Check for FTP remote connection.
4304
4305 * eshell/esh-proc.el (eshell-gather-process-output):
4306 Use `file-truename', in order to start also symlinked files.
4307 Apply `start-file-process' instead of `start-process'.
4308 Shorten `command' to the local file name part.
4309
4310 * eshell/em-cmpl.el (eshell-complete-commands-list):
4311 Use `eshell-parse-colon-path'.
4312
4313 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4314
4315 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4316 to `eshell-directory-change-hook'.
4317
4318 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4319
4320 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4321 because it could be enabled automatically if view-read-only is non-nil.
4322
4323 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
4324
4325 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4326 made on 2009-11-22.
4327
4328 2009-11-24 Glenn Morris <rgm@gnu.org>
4329
4330 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4331 deleted variable bookmark-bmenu-bookmark-column.
4332
4333 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4334 Move after definition of global-semantic-idle-tag-highlight-mode.
4335
4336 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4337
4338 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4339
4340 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4341
4342 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4343 two slashes to the "file:" prefix.
4344 (browse-url-file-url): De-munge Cygwin filenames before passing
4345 them to Windows browser.
4346 (browse-url-default-windows-browser): Use call-process.
4347
4348 2009-11-23 Juri Linkov <juri@jurta.org>
4349
4350 Implement DocView Continuous mode. (Bug#4896)
4351 * doc-view.el (doc-view-continuous-mode): New defcustom.
4352 (doc-view-mode-map): Bind C-n/<down> to
4353 `doc-view-next-line-or-next-page', C-p/<up> to
4354 `doc-view-previous-line-or-previous-page'.
4355 (doc-view-next-line-or-next-page)
4356 (doc-view-previous-line-or-previous-page): New commands.
4357
4358 2009-11-23 Juri Linkov <juri@jurta.org>
4359
4360 Implement Isearch in comint input history. (Bug#3746)
4361 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4362 `isearch-mode-hook'.
4363 (comint-history-isearch): New defcustom.
4364 (comint-history-isearch-backward)
4365 (comint-history-isearch-backward-regexp): New commands.
4366 (comint-history-isearch-message-overlay): New buffer-local variable.
4367 (comint-history-isearch-setup, comint-history-isearch-end)
4368 (comint-goto-input, comint-history-isearch-search)
4369 (comint-history-isearch-message, comint-history-isearch-wrap)
4370 (comint-history-isearch-push-state)
4371 (comint-history-isearch-pop-state): New functions.
4372
4373 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
4374
4375 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4376 return.
4377 (tramp-handle-make-symbolic-link)
4378 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4379 Quote file names.
4380 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4381 (tramp-handle-process-file): Use it.
4382
4383 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4384
4385 * window.el (move-to-window-line-last-op): Remove.
4386 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4387
4388 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4389
4390 Make M-r mirror the new cycling behavior of C-l.
4391 * window.el (move-to-window-line-last-op): New var.
4392 (move-to-window-line-top-bottom): New command.
4393 (global-map): Bind M-r move-to-window-line-top-bottom.
4394
4395 2009-11-23 Sven Joachim <svenjoac@gmx.de>
4396
4397 * dired-x.el (dired-guess-shell-alist-default):
4398 Support xz format. (Bug#4953)
4399
4400 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
4401
4402 * cedet/srecode/map.el (srecode-get-maps):
4403 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
4404 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
4405 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
4406 (semantic-toggle-decoration-style):
4407 * cedet/semantic/decorate/include.el
4408 (semantic-decoration-include-describe)
4409 (semantic-decoration-unknown-include-describe)
4410 (semantic-decoration-unparsed-include-describe)
4411 (semantic-decoration-all-include-summary):
4412 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
4413 * cedet/semantic/analyze/complete.el
4414 (semantic-analyze-possible-completions):
4415 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
4416 (semantic-show-unmatched-syntax-mode)
4417 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
4418 (semantic-highlight-func-mode):
4419 * cedet/semantic/util.el (semantic-describe-buffer):
4420 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
4421 (semantic-symref-find-tags-by-name)
4422 (semantic-symref-find-tags-by-regexp)
4423 (semantic-symref-find-tags-by-completion)
4424 (semantic-symref-find-file-references-by-name)
4425 (semantic-symref-find-text):
4426 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
4427 (senator-yank-tag):
4428 * cedet/semantic/scope.el (semantic-calculate-scope):
4429 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4430 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4431 (define-semantic-idle-service):
4432 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
4433 (semantic-complete-analyze-inline-idle):
4434 * cedet/semantic/analyze.el (semantic-analyze-current-context):
4435 * cedet/mode-local.el (describe-mode-local-bindings)
4436 (describe-mode-local-bindings-in-mode):
4437 * cedet/ede/make.el (ede-make-check-version):
4438 * cedet/ede/locate.el (ede-enable-locate-on-project):
4439 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
4440 (cedet-idutils-version-check):
4441 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
4442 (cedet-gnu-global-version-check):
4443 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
4444 (cedet-cscope-version-check): Use called-interactively-p instead
4445 of interactive-p.
4446
4447 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
4448 Use semantic-format-tag-prototype.
4449
4450 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4451
4452 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4453 last-command-char/last-command-event.
4454 (viper-prefix-arg-value): Do correct conversion of event-char for
4455 XEmacs.
4456
4457 * emulation/viper-util.el, emulation/viper.el:
4458 Use viper-last-command-char instead of
4459 last-command-char/last-command-event.
4460
4461 * ediff-init.el, ediff-mult.el, ediff-util.el:
4462 Replace last-command-char and last-command-event
4463 with (ediff-last-command-char) everywhere.
4464
4465 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4466 created in fundamental mode.
4467
4468 * ediff.el (ediff-version): Revert the change of interactive-p to
4469 called-interactively-p.
4470
4471 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4472
4473 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4474 generation from word-movement command names.
4475
4476 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
4477
4478 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4479 (semantic-complete-jump-local, semantic-complete-jump):
4480 Improve prompt string.
4481
4482 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4483
4484 * cus-start.el (all): Add native condition for font-use-system-font.
4485
4486 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
4487
4488 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4489 Correct the patch from 2009-11-18. (Bug#3910)
4490
4491 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4492
4493 * progmodes/subword.el: Rename from lisp/subword.el.
4494
4495 * subword.el: Rename to progmodes/subword.el.
4496
4497 * Makefile.in (ELCFILES): Adapt to subword.el move.
4498
4499 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4500 Stefan Monnier <monnier@iro.umontreal.ca>
4501
4502 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4503 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4504 (bookmark-bmenu-show-filenames): Use push.
4505 (bookmark-bmenu-hide-filenames): Use local var instead of
4506 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4507 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4508 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4509 filenames now that the bookmark names are always available.
4510
4511 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4512
4513 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4514 (bookmark-search-pattern): Move and leave unbound.
4515 (bookmark-bmenu-mode-map): Change binding.
4516 (bookmark-read-search-input): Simplify.
4517 Don't use text-char-description. Don't error on non-char events.
4518 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4519 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4520 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4521 Use a local var for the timer.
4522 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4523 (i.e. bookmark-bmenu-search).
4524
4525 2009-11-21 Glenn Morris <rgm@gnu.org>
4526
4527 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4528
4529 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4530
4531 * net/browse-url.el (browse-url-default-windows-browser):
4532 Use cygstart for cygwin.
4533
4534 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4535
4536 * bookmark.el: Formatting and doc fixes only:
4537 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4538 (bookmark-bmenu-search): Wrap to fit within 80 columns.
4539 Minor grammar and punctuation fixes in doc string.
4540 (bookmark-read-search-input): Adjust to fit within 80 columns.
4541
4542 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4543
4544 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4545 (c-backward-into-nomenclature): Adapt to subword renaming.
4546
4547 * subword.el (subword-forward, subword-backward, subword-mark)
4548 (subword-kill, subword-backward-kill, subword-transpose)
4549 (subword-downcase, subword-upcase, subword-capitalize)
4550 (subword-forward-internal, subword-backward-internal):
4551 Rename from forward-subword, backward-subword, mark-subword,
4552 kill-subword, backward-kill-subword, transpose-subwords,
4553 downcase-subword, upcase-subword, capitalize-subword,
4554 forward-subword-internal, backward-subword-internal.
4555
4556 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4557
4558 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4559 New options.
4560 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4561 New vars.
4562 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4563 (bookmark-bmenu-filter-alist-by-regexp)
4564 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4565 (bookmark-bmenu-search): New command.
4566 (bookmark-bmenu-mode-map): Bind it.
4567
4568 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4569
4570 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
4571
4572 * cedet/semantic/idle.el (define-semantic-idle-service)
4573 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
4574
4575 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4576
4577 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4578 backward-subword to quit the byte-compiler.
4579
4580 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4581
4582 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4583
4584 * progmodes/cc-cmds.el (c-update-modeline)
4585 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4586 Refer to subword.el functions instead of cc-subword.el.
4587
4588 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4589 subword.el functions instead of cc-subword.el.
4590
4591 * progmodes/cc-subword.el: Rename to subword.el.
4592 * subword.el: Rename from progmodes/cc-subword.el.
4593 (subword-mode-map): Rename from c-subword-mode-map.
4594 (subword-mode): Rename from c-subword-mode.
4595 (global-subword-mode): New global minor mode.
4596 (forward-subword): Rename from c-forward-subword.
4597 (backward-subword): Rename from c-backward-subword.
4598 (mark-subword): Rename from c-mark-subword.
4599 (kill-subword): Rename from c-kill-subword.
4600 (backward-kill-subword): Rename from c-backward-kill-subword.
4601 (transpose-subwords): Rename from c-tranpose-subword.
4602 (downcase-subword): Rename from c-downcase-subword.
4603 (capitalize-subword): Rename from c-capitalize-subword.
4604 (forward-subword-internal): Rename from c-forward-subword-internal.
4605 (backward-subword-internal): Rename from c-backward-subword-internal.
4606
4607 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4608
4609 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4610 from a dired buffer.
4611 (vc-dired-deduce-fileset): New function.
4612 (vc-root-diff, vc-print-root-log): Use it.
4613
4614 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4615 nil LIMIT argument to vc-print-log-internal.
4616
4617 2009-11-20 Glenn Morris <rgm@gnu.org>
4618
4619 * Makefile.in (ELCFILES): Regenerate.
4620
4621 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4622
4623 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
4624
4625 * cedet/semantic.el: Enable idle-mode menu items only if
4626 global-semantic-idle-scheduler-mode is enabled.
4627 (semantic-default-submodes): Doc fix.
4628
4629 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4630 When turning off, disable other idle modes.
4631
4632 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4633
4634 * calc/calc.el (calc-set-mode-line):
4635 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4636 (math-format-number): Rename `math-format-complement-signed' to
4637 `math-format-twos-complement'.
4638
4639 * calc/calc-bin.el (math-format-twos-complement): Rename from
4640 math-format-complement-signed.
4641 (calc-radix): Rename `calc-complement-signed-mode' to
4642 `calc-twos-complement-mode'.
4643 (calc-octal-radix, calc-hex-radix): Add an argument for
4644 two's complement.
4645
4646 * calc/calc-embed.el (calc-embedded-mode-vars):
4647 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4648
4649 * calc/calc-ext.el (calc-init-extensions):
4650 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4651 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4652
4653 * calc/calc-units.el (math-build-units-table-buffer):
4654 Let `calc-twos-complement-mode' be nil.
4655
4656 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4657 entries.
4658
4659 * calc/calc-vec.el (calcFunc-vunpack):
4660 * calc/calc-aent.el (calc-do-calc-eval):
4661 * calc/calc-forms.el (math-format-date):
4662 * calc/calc-graph.el (calc-graph-plot):
4663 * calc/calc-math.el (math-use-emacs-fn):
4664 * calc/calccomp.el (math-compose-expr):
4665 Let `calc-twos-complement-mode' be nil.
4666
4667 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4668
4669 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4670 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4671 * minibuffer.el (completion-in-region-functions): New hook.
4672 (completion-in-region): New function.
4673 * emacs-lisp/lisp.el (lisp-complete-symbol):
4674 * pcomplete.el (pcomplete-std-complete): Use it.
4675
4676 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4677
4678 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4679 (latex-complete-alist): New vars.
4680 (latex-string-prefix-p, latex-complete-bibtex-keys)
4681 (latex-complete-envnames, latex-complete-refkeys)
4682 (latex-complete-data): New functions.
4683 (latex-complete, latex-indent-or-complete): New commands.
4684
4685 * window.el (display-buffer-mark-dedicated): New var.
4686 (display-buffer): Obey it.
4687 * minibuffer.el (minibuffer-completion-help): Use it.
4688
4689 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4690
4691 * filecache.el (file-cache-add-file): Use push and cons.
4692 (file-cache-delete-file-regexp): Use push.
4693 (file-cache-complete): Use completion-in-region.
4694
4695 * simple.el (with-wrapper-hook): Fix thinko.
4696
4697 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4698 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4699 Use with-current-buffer and string-to-number.
4700 (hfy-fallback-colour-values): Use assoc-string.
4701 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4702 (hfy-face-at): Remove unused var `found-face'.
4703 (hfy-compile-stylesheet): Remove unused var `css'.
4704 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4705 and `orig-buffer'.
4706 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4707 Use with-current-buffer.
4708 (hfy-text-p): Use expand-file-name and fewer setq.
4709
4710 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4711
4712 * htmlfontify.el, hfy-cmap.el: New files.
4713
4714 2009-11-19 Juri Linkov <juri@jurta.org>
4715
4716 * minibuffer.el (completions-format): New defcustom.
4717 (completion--insert-strings): Implement vertical format.
4718
4719 * simple.el (switch-to-completions): Move point to the first
4720 completion when point was at the beginning of the buffer.
4721
4722 2009-11-19 Juri Linkov <juri@jurta.org>
4723
4724 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4725
4726 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4727
4728 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4729
4730 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4731 (mail-signature): Change default to t.
4732 (mail-from-style): Deprecate `system-default' value.
4733 (mail-insert-from-field): For default value of mail-from-style,
4734 default to `angles' unless `angles' needs quoting and `parens'
4735 does not.
4736 (mail-citation-prefix-regexp): Use citation regexp from
4737 message-mode.
4738
4739 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
4740
4741 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4742 Set variables for computing the prompt for reading password.
4743
4744 2009-11-19 Glenn Morris <rgm@gnu.org>
4745
4746 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4747
4748 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4749
4750 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4751 (newsticker-treeview-listwindow-height): Fix custom type.
4752
4753 2009-11-19 Kenichi Handa <handa@m17n.org>
4754
4755 * descr-text.el (describe-char-padded-string): Compose with TAB
4756 only if there's a font for CH.
4757 (describe-char): Fix the condition for detecting a trivial composition.
4758
4759 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
4760
4761 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4762 more accurate version of the regexp. (Bug#3910)
4763
4764 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4765
4766 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4767
4768 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
4769
4770 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4771 (font-setting-change-default-font): Fix typo in docstring.
4772
4773 2009-11-18 Alan Mackenzie <acm@muc.de>
4774
4775 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4776
4777 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4778
4779 * font-setting.el (font-use-system-font): Move ...
4780
4781 * cus-start.el (all): ... to here.
4782
4783 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
4784
4785 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4786 Don't set `ad-return-value' if `ad-do-it' doesn't.
4787
4788 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4789 modification time.
4790
4791 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4792
4793 * menu-bar.el: Put "Use system font" in Option-menu.
4794 (menu-bar-options-save): Add font-use-system-font.
4795
4796 * loadup.el: If feature system-font-setting or font-render-setting is
4797 there, load font-setting.
4798
4799 * Makefile.in (ELCFILES): Add font-settings.el.
4800 * font-setting.el: New file.
4801
4802 2009-11-17 Glenn Morris <rgm@gnu.org>
4803
4804 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4805
4806 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4807 Preserve point in the list buffer. (Bug#4939)
4808 Use point-at-eol.
4809 (newsticker--treeview-list-update-highlight)
4810 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4811
4812 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4813
4814 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4815 Remove.
4816
4817 * calc/calc-ext.el (calc-init-extensions): Remove references to
4818 symclip.
4819
4820 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4821
4822 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4823 * calc/calc-help.el (calc-b-prefix-help): Remove references to
4824 `calc-symclip'.
4825
4826 2009-11-16 Kevin Ryde <user42@zip.com.au>
4827
4828 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4829 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4830
4831 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4832 (lm-keywords-list): Allow comma-only separator like "foo,bar".
4833 Ignore trailing spaces by omit-nulls to split-string (fixing
4834 regression from Emacs 21 due to the incompatible split-string
4835 change). (Bug #4928.)
4836
4837 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4838
4839 * vc.el (vc-log-show-limit): Default to 2000.
4840 (vc-print-log-internal): Insert buttons to request more entries
4841 when limiting the output.
4842
4843 * vc-sccs.el (vc-sccs-print-log):
4844 * vc-rcs.el (vc-rcs-print-log):
4845 * vc-cvs.el (vc-cvs-print-log):
4846 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4847 LIMIT is non-nil.
4848
4849 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4850
4851 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4852 error when `tramp-gvfs-dbus-event-vector' is set.
4853 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4854
4855 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4856
4857 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4858
4859 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4860
4861 * net/dbus.el (dbus-unregister-service): New defun.
4862 (dbus-register-property): Register the handlers of
4863 "org.freedesktop.DBus.Properties" for SERVICE.
4864 (dbus-property-handler): Fix docstring.
4865
4866 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4867
4868 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4869 Quote doc string reference in defvaralias as it is not in special form.
4870 (byte-compile-output-docform): Doc fix.
4871
4872 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4873
4874 * calc/calc.el (math-2-word-size, math-half-2-word-size)
4875 (calc-complement-signed-mode): New variables.
4876 (calc-set-mode-line): Add indicator for twos-complements.
4877 (math-format-number): Format twos-complement notation.
4878
4879 * calc/calc-bin.el (calc-word-size): Reset the variables
4880 `math-2-word-size' and `math-half-2-word-size'.
4881 (math-format-complement-signed, math-symclip, calcFunc-symclip)
4882 (calc-symclip): New functions.
4883
4884 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4885
4886 * calc/calc-embed.el (calc-embedded-mode-vars):
4887 Add `calc-complement-signed-mode' to the list of modes.
4888
4889 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4890 (calc-b-oper-keys): Add `calc-symclip' to list.
4891
4892 * calc/calc-ext.el (math-read-number-fancy): Read complement
4893 signed numbers.
4894 (calc-init-extensions): Add binding for `calc-symclip'.
4895 Add autoload for `calcFunc-symclip' and `calc-symclip'.
4896
4897 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4898 `calc-symclip'.
4899 (calc-modes-menu): Add item for twos complement mode.
4900
4901 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4902
4903 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4904
4905 * register.el (jump-to-register, insert-register): Handle Semantic
4906 tags. From commented-out advice in semantic/senator.el.
4907
4908 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4909
4910 * vc.el (vc-log-show-limit): New variable.
4911 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
4912 when using a prefix argument.
4913 (vc-print-log-internal): Add new argument LIMIT.
4914
4915 * vc-svn.el (vc-svn-print-log):
4916 * vc-mtn.el (vc-mtn-print-log):
4917 * vc-hg.el (vc-hg-print-log):
4918 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4919 pass it to the log command when set. Make the BUFFER argument
4920 non-optional.
4921
4922 * vc-sccs.el (vc-sccs-print-log):
4923 * vc-rcs.el (vc-rcs-print-log):
4924 * vc-git.el (vc-git-print-log):
4925 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4926 ignore it. Make the BUFFER argument non-optional
4927
4928 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4929
4930 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4931
4932 * dired.el (dired-mode-map): Move encryption items to "Operate"
4933 menu (Bug#4703).
4934
4935 * strokes.el (strokes-update-window-configuration): Make strokes
4936 buffer current before erasing (Bug#4906).
4937
4938 * cedet/semantic/idle.el (semantic-idle-summary-mode)
4939 (semantic-idle-summary-mode): Define using define-minor-mode
4940 instead of define-semantic-idle-service.
4941 (semantic-idle-summary-mode): New function.
4942 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4943 that mouse motion does not reset the echo area.
4944
4945 2009-11-15 Juri Linkov <juri@jurta.org>
4946
4947 * simple.el (set-mark-default-inactive): Add :type, :group
4948 and :version. (Bug#4876)
4949
4950 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
4951
4952 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4953 (archive-unique-fname): ... here. (Bug#4929)
4954
4955 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4956
4957 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4958 with a real fix.
4959
4960 * novice.el (disabled-command-function): Add useful args.
4961 Setup the help buffer so that [back] works.
4962 Remove redundant call to help-mode.
4963 (disabled-command-function): Use `case'.
4964 (en/disable-command): New function extracted from enable-command.
4965 (enable-command, disable-command): Use it.
4966
4967 2009-11-14 Glenn Morris <rgm@gnu.org>
4968
4969 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4970 constants. (Bug#4913)
4971
4972 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4973
4974 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4975
4976 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4977 defined in C that have no doc-strings. (Bug#1063)
4978
4979 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
4980
4981 * cus-edit.el (data, files):
4982 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4983
4984 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4985
4986 * simple.el (shell-command): Doc fix (Bug#4891).
4987
4988 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4989
4990 2009-11-14 Glenn Morris <rgm@gnu.org>
4991
4992 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4993 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4994 If they are already loaded, eval-after-load will do the right thing.
4995
4996 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4997 compiling.
4998
4999 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5000
5001 * simple.el (x-selection-owner-p): Declare.
5002 (read-mail-command): Use custom radio type rather than choice.
5003 (completion-no-auto-exit): Doc fix.
5004
5005 * custom.el (defgroup):
5006 * epg-config.el (epg): Doc fixes.
5007
5008 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5009
5010 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5011 * international/ccl.el (define-ccl-program): Do not purecopy the
5012 docstring, defconst does it anyway.
5013
5014 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5015
5016 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5017 a second time.
5018
5019 * x-dnd.el (x-dnd-maybe-call-test-function):
5020 * window.el (split-window-vertically):
5021 * whitespace.el (whitespace-help-on):
5022 * vc-rcs.el (vc-rcs-consult-headers):
5023 * userlock.el (ask-user-about-lock-help)
5024 (ask-user-about-supersession-help):
5025 * type-break.el (type-break-force-mode-line-update):
5026 * time-stamp.el (time-stamp-conv-warn):
5027 * terminal.el (te-set-output-log, te-more-break, te-filter)
5028 (te-sentinel, terminal-emulator):
5029 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5030 (term-write-input-ring, term-check-source, term-start-output-log):
5031 (term-display-buffer-line, term-dynamic-list-completions):
5032 (term-ansi-make-term, serial-term):
5033 * subr.el (selective-display):
5034 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5035 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5036 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5037 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5038 (speedbar-remove-localized-speedbar-support)
5039 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5040 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5041 (speedbar-buffers-line-directory):
5042 * simple.el (shell-command-on-region, append-to-buffer)
5043 (prepend-to-buffer):
5044 * shadowfile.el (shadow-save-todo-file):
5045 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5046 (scroll-bar-maybe-set-window-start):
5047 * sb-image.el (speedbar-image-dump):
5048 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5049 (load-save-place-alist-from-file):
5050 * ps-samp.el (ps-print-message-from-summary):
5051 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5052 (ps-background-image, ps-begin-job, ps-do-despool):
5053 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5054 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5055 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5056 (pr-call-process, pr-file-list, pr-interface-save):
5057 * novice.el (disabled-command-function)
5058 (enable-command, disable-command):
5059 * mouse.el (mouse-buffer-menu-alist):
5060 * mouse-copy.el (mouse-kill-preserving-secondary):
5061 * macros.el (kbd-macro-query):
5062 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5063 * informat.el (batch-info-validate):
5064 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5065 * hippie-exp.el (try-expand-dabbrev-visible):
5066 * help-mode.el (help-make-xrefs):
5067 * help-fns.el (describe-variable):
5068 * generic-x.el (bat-generic-mode-run-as-comint):
5069 * finder.el (finder-mouse-select):
5070 * find-dired.el (find-dired-sentinel):
5071 * filesets.el (filesets-file-close):
5072 * files.el (list-directory):
5073 * faces.el (list-faces-display, describe-face):
5074 * facemenu.el (list-colors-display):
5075 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5076 * epg.el (epg--process-filter, epg-cancel):
5077 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5078 (epa--read-signature-type):
5079 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5080 (emerge-file-names):
5081 * ehelp.el (electric-helpify):
5082 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5083 * ediff-vers.el (rcs-ediff-view-revision):
5084 * ediff-util.el (ediff-setup):
5085 * ediff-mult.el (ediff-append-custom-diff):
5086 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5087 (ediff-wordify):
5088 * echistory.el (Electric-command-history-redo-expression):
5089 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5090 * disp-table.el (describe-display-table):
5091 * dired.el (dired-find-buffer-nocreate):
5092 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5093 * dabbrev.el (dabbrev--same-major-mode-p):
5094 * chistory.el (list-command-history):
5095 * apropos.el (apropos-documentation):
5096 * allout.el (allout-obtain-passphrase):
5097 (allout-copy-exposed-to-buffer):
5098 (allout-verify-passphrase): Use with-current-buffer.
5099
5100 2009-11-13 Glenn Morris <rgm@gnu.org>
5101
5102 * Makefile.in (ELCFILES): Regenerate.
5103
5104 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5105
5106 * net/dbus.el (dbus-registered-objects-table): Rename from
5107 `dbus-registered-functions-table', because it contains also properties.
5108 (dbus-unregister-object): Unregister also properties.
5109 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5110 Use a timeout of 500 msec, in order to not block.
5111 (dbus-register-property, dbus-property-handler): New defuns.
5112
5113 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5114
5115 * simple.el (minibuffer-default-add-completions): Drop deprecated
5116 4th arg.
5117
5118 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
5119
5120 * textmodes/artist.el (artist-mouse-choose-operation):
5121 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5122 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5123 (artist-compute-up-event-key): New function.
5124 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5125
5126 2009-11-13 Kenichi Handa <handa@m17n.org>
5127
5128 * language/japan-util.el: Make sure that the value of jisx0208
5129 property is jisx0208 character.
5130
5131 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
5132
5133 * international/mule.el (auto-coding-regexp-alist): Only purecopy
5134 car or each item, not the whole list.
5135
5136 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5137
5138 * minibuffer.el (minibuffer-completion-help):
5139 Use minibuffer-hide-completions.
5140
5141 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
5142
5143 * dired.el (dired-save-positions, dired-restore-positions): New funs.
5144 (dired-revert): Use them (bug#4880).
5145
5146 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5147
5148 * tooltip.el (tooltip-frame-parameters): Undo previous change.
5149
5150 2009-11-12 Juri Linkov <juri@jurta.org>
5151
5152 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5153 New functions.
5154 (find-file-literally-at-point): Alias of `ffap-literally'.
5155
5156 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5157
5158 * textmodes/ispell.el (ispell-skip-region-alist):
5159 * textmodes/css-mode.el (auto-mode-alist):
5160 * progmodes/compile.el (auto-mode-alist):
5161 * international/mule.el (ctext-non-standard-encodings-alist)
5162 (ctext-non-standard-encodings-regexp):
5163 * simple.el (shell-command-switch, text-read-only):
5164 * replace.el (occur-mode-map):
5165 * paths.el (rmail-file-name):
5166 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5167 * find-file.el (ff-special-constructs):
5168 * files.el (file-name-handler-alist):
5169 * composite.el: Purecopy strings.
5170
5171 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5172
5173 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5174
5175 * widget.el (define-widget): Purecopy the docstring.
5176 * international/mule-cmds.el (charset): Do not purecopy the
5177 docstring here, define-widget does it.
5178
5179 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5180 * textmodes/bibtex-style.el (auto-mode-alist):
5181 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5182 * progmodes/compile.el (compile-command):
5183 * language/korea-util.el (default-korean-keyboard):
5184 * international/mule-conf.el (file-coding-system-alist):
5185 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5186 * tooltip.el (tooltip-frame-parameters):
5187 * newcomment.el (comment-end, comment-padding):
5188 * dired.el (dired-trivial-filenames):
5189 * comint.el (comint-file-name-prefix): Purecopy initial values.
5190
5191 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
5192
5193 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5194 (tramp-advice-minibuffer-electric-tilde): Unload advices via
5195 `tramp-unload'.
5196 (tramp-advice-make-auto-save-file-name)
5197 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5198 after removing the advice.
5199
5200 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5201
5202 * progmodes/grep.el (grep-regexp-alist):
5203 * international/mule-cmds.el (iso-2022-control-alist):
5204 * emacs-lisp/timer.el (timer-duration-words):
5205 * subr.el (version-separator, version-regexp-alist):
5206 * minibuffer.el (completion-styles-alist):
5207 * faces.el (face-attribute-name-alist, list-faces-sample-text):
5208 Change defvars to defconsts.
5209
5210 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5211 * loadup.el ("international/mule-conf"): Load the byte compiled version.
5212 * international/mule-conf.el: Allow to be byte compiled.
5213
5214 * international/mule.el (define-charset): Purecopy props.
5215 (load-with-code-conversion): Purecopy doc string and file name.
5216 (put-charset-property): Purecopy strings.
5217 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5218
5219 * international/mule-cmds.el (register-input-method): Purecopy arguments.
5220 (define-char-code-property): Correctly purecopy the table.
5221
5222 * international/ccl.el (define-ccl-program): Purecopy the docstring.
5223
5224 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5225
5226 * subr.el (add-hook): Purecopy strings.
5227 (eval-after-load): Purecopy load-history-regexp and the form.
5228
5229 * custom.el (custom-declare-group): Purecopy load-file-name.
5230
5231 * subr.el (menu-bar-separator): New defconst.
5232 * net/eudc.el (eudc-tools-menu):
5233 * international/mule-cmds.el (set-coding-system-map)
5234 (mule-menu-keymap):
5235 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5236 * vc-hooks.el (vc-menu-map):
5237 * replace.el (occur-mode-map):
5238 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5239 (menu-bar-edit-menu, menu-bar-goto-menu)
5240 (menu-bar-custom-menu, menu-bar-showhide-menu)
5241 (menu-bar-options-menu, menu-bar-tools-menu)
5242 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5243 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5244 (menu-bar-help-menu):
5245 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5246 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5247
5248 * term/x-win.el (x-gtk-stock-map):
5249 * progmodes/vera-mode.el (auto-mode-alist):
5250 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5251 (inferior-lisp-program, inferior-lisp-load-command):
5252 * progmodes/hideshow.el (hs-special-modes-alist):
5253 * progmodes/gud.el (same-window-regexps):
5254 * progmodes/grep.el (grep-program, find-program, xargs-program):
5255 * net/telnet.el (same-window-regexps):
5256 * net/rlogin.el (same-window-regexps):
5257 * language/ethiopic.el (font-ccl-encoder-alist):
5258 * vc-sccs.el (vc-sccs-master-templates):
5259 * vc-rcs.el (vc-rcs-master-templates):
5260 * subr.el (cl-assertion-failed):
5261 * simple.el (next-error-overlay-arrow-position):
5262 * lpr.el (lpr-command):
5263 * locate.el (locate-ls-subdir-switches):
5264 * info.el (same-window-regexps, info)
5265 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5266 * image-mode.el (image-mode, auto-mode-alist):
5267 * hippie-exp.el (hippie-expand-ignore-buffers):
5268 * format.el (format-alist):
5269 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5270 (find-name-arg):
5271 * facemenu.el (facemenu-keybindings):
5272 * dired.el (dired-listing-switches, dired-chown-program):
5273 * diff.el (diff-switches, diff-command):
5274 * cus-edit.el (same-window-regexps):
5275 * bindings.el (mode-line-mule-info)
5276 (mode-line-buffer-identification): Purecopy strings.
5277
5278 2009-11-11 Juri Linkov <juri@jurta.org>
5279
5280 * simple.el (dired-get-filename) <declare-function>:
5281 Tell the byte-compiler about dired-get-filename.
5282 (shell-command): In Dired mode, get filename from the current line
5283 as the default value.
5284
5285 2009-11-10 Glenn Morris <rgm@gnu.org>
5286
5287 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5288 * calendar/holidays.el, progmodes/cperl-mode.el:
5289 Update x-popup-menu declarations.
5290
5291 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5292 (list-load-path-shadows): Use dolist.
5293 (list-load-path-shadows): Use with-current-buffer.
5294
5295 2009-11-10 Juri Linkov <juri@jurta.org>
5296
5297 * minibuffer.el (read-file-name): Support a list of default values
5298 in `default-filename'. Use the first file name where only one
5299 element is required. Doc fix.
5300
5301 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
5302
5303 * net/dbus.el (dbus-unregister-object): Release service, if no
5304 other method is registered for it.
5305
5306 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
5307
5308 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5309 bookmark-sort-flag is non-nil (Bug#4653).
5310
5311 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5312
5313 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
5314 the progress reporter entirely.
5315
5316 * emulation/cua-base.el: Add CUA property to some CC mode commands
5317 (Bug#4100).
5318
5319 2009-11-08 Kevin Ryde <user42@zip.com.au>
5320
5321 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5322 at end of sentence (Bug#4818).
5323
5324 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
5325
5326 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5327 Handle "see declaration of" MSFT statements (Bug#4100).
5328
5329 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5330
5331 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5332 (tramp-advice-file-expand-wildcards): Unload via
5333 `ad-remove-advice'.
5334
5335 * net/trampver.el: Update release number.
5336
5337 2009-11-08 Kevin Ryde <user42@zip.com.au>
5338
5339 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5340 `ad-do-it'.
5341
5342 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
5343
5344 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5345 in order to keep context in SELinux.
5346
5347 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5348
5349 * dired-aux.el (dired-query): Place cursor in echo area and allow
5350 C-g.
5351
5352 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5353 menu item if not on a directory (Bug#4701).
5354
5355 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5356
5357 Sync with Tramp 2.1.17.
5358
5359 * net/tramp.el (tramp-handle-copy-directory): Don't use
5360 `file-remote-p' (due to compatibility).
5361
5362 * net/tramp-compat.el (tramp-compat-copy-directory)
5363 (tramp-compat-delete-directory): New defuns.
5364
5365 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5366 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5367 `tramp-compat-delete-directory'.
5368
5369 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5370 (tramp-smb-handle-delete-directory): Use
5371 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5372
5373 * net/trampver.el: Update release number.
5374
5375 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
5376
5377 * tar-mode.el (tar-copy): Call write-region on the right buffer
5378 (Bug#4857).
5379
5380 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5381 by hand, if necessary (Bug#4878).
5382
5383 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
5384
5385 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5386 align size column (Bug#4839).
5387
5388 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5389 statement.
5390
5391 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5392
5393 * progmodes/ld-script.el (auto-mode-alist):
5394 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5395
5396 * cus-face.el (custom-declare-face): Purecopy face spec.
5397
5398 2009-11-06 Kenichi Handa <handa@m17n.org>
5399
5400 * international/uni-bidi.el: Re-generated.
5401 * international/uni-category.el: Re-generated.
5402 * international/uni-combining.el: Re-generated.
5403 * international/uni-mirrored.el: Re-generated.
5404
5405 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5406
5407 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5408 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5409 (tex-start-options, slitex-run-command, latex-run-command)
5410 (tex-run-command, tex-directory):
5411 * textmodes/ispell.el (ispell-html-skip-alists)
5412 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5413 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5414 (adaptive-fill-regexp):
5415 * textmodes/dns-mode.el (auto-mode-alist):
5416 * progmodes/python.el (interpreter-mode-alist):
5417 * progmodes/etags.el (tags-compression-info-list):
5418 * progmodes/etags.el (tags-file-name):
5419 * net/browse-url.el (browse-url-galeon-program)
5420 (browse-url-firefox-program):
5421 * mail/sendmail.el (mail-signature-file)
5422 (mail-citation-prefix-regexp):
5423 * international/mule-conf.el (eight-bit):
5424 * international/latexenc.el (latex-inputenc-coding-alist):
5425 * international/fontset.el (x-pixel-size-width-font-regexp):
5426 * emacs-lisp/warnings.el (warning-type-format):
5427 * emacs-lisp/trace.el (trace-buffer):
5428 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5429 (emacs-lisp-mode-map):
5430 * calendar/holidays.el (holiday-solar-holidays)
5431 (holiday-bahai-holidays, holiday-islamic-holidays)
5432 (holiday-christian-holidays, holiday-hebrew-holidays)
5433 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5434 (hebrew-holidays-1, holiday-oriental-holidays)
5435 (holiday-general-holidays):
5436 * x-dnd.el (x-dnd-known-types):
5437 * tool-bar.el (tool-bar):
5438 * startup.el (site-run-file):
5439 * shell.el (shell-dumb-shell-regexp):
5440 * rfn-eshadow.el (file-name-shadow-tty-properties)
5441 (file-name-shadow-properties):
5442 * paths.el (remote-shell-program, news-directory):
5443 * mouse.el ([C-down-mouse-3]):
5444 * menu-bar.el (menu-bar-tools-menu):
5445 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5446 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5447 (jka-compr-compression-info-list):
5448 * isearch.el (search-whitespace-regexp):
5449 * image-file.el (image-file-name-extensions):
5450 * find-dired.el (find-ls-option):
5451 * files.el (directory-listing-before-filename-regexp)
5452 (directory-free-space-args, insert-directory-program)
5453 (list-directory-brief-switches, magic-fallback-mode-alist)
5454 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5455 (automount-dir-prefix):
5456 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5457 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5458 (face-font-registry-alternatives, face-font-registry-alternatives)
5459 (face-font-family-alternatives):
5460 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5461 (facemenu-foreground-menu, facemenu-face-menu):
5462 * epa-hook.el (epa-file-name-regexp):
5463 * dnd.el (dnd-protocol-alist):
5464 * textmodes/rst.el (auto-mode-alist):
5465 * button.el (default-button): Purecopy strings.
5466
5467 2009-11-06 Glenn Morris <rgm@gnu.org>
5468
5469 * Makefile.in (ELCFILES): Update.
5470
5471 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5472
5473 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5474 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5475
5476 * nxml/xsd-regexp.el (xsdre-gen-categories):
5477 * nxml/xmltok.el (xmltok-parse-entity):
5478 * nxml/rng-parse.el (rng-parse-validate-file):
5479 * nxml/rng-maint.el (rng-format-manual)
5480 (rng-manual-output-force-new-line):
5481 * nxml/rng-loc.el (rng-save-schema-location-1):
5482 * nxml/rng-cmpct.el (rng-c-parse-file):
5483 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5484 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5485
5486 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5487
5488 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5489 Remove extra save-excursions and make-variable-buffer-local's.
5490 Suggested by Stefan Monnier.
5491
5492 (verilog-getopt-file, verilog-module-inside-filename-p)
5493 (verilog-set-define): Merge GNU 1.35 and repair changes from
5494 switching to using with-current-buffer.
5495
5496 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5497 being treated as a number and confusing AUTORESET.
5498 Reported by Dan Dever.
5499
5500 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5501 Add verilog-auto-ignore-concat to fix backward compatibility with
5502 older verilog-modes. Reported by Dan Katz.
5503
5504 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5505 containing closing anchors "...$".
5506
5507 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5508 Reported by Wade Smith.
5509
5510 (verilog-batch-execute-func): Comment on function usage.
5511
5512 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
5513
5514 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5515 for labels.
5516
5517 (verilog-label-re, verilog-calc-1): Support proper indent of named
5518 asserts.
5519
5520 (verilog-backward-token, verilog-basic-complete-re)
5521 (verilog-beg-of-statement, verilog-indent-re): Support proper
5522 indent of the assert statement at the beginning of a block of text.
5523
5524 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5525 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5526 tokens as begins.
5527
5528 2009-11-05 Glenn Morris <rgm@gnu.org>
5529
5530 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5531 Emacs 19. (Bug#1531)
5532 (byte-compile-fix-header): Update for the above change.
5533 Drop test for epoch::version.
5534
5535 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5536 * cus-dep.el (custom-make-dependencies):
5537 * finder.el (finder-compile-keywords):
5538 Use autoload-rubric's feature argument.
5539
5540 * calendar/diary-lib.el (top-level): Make load behave more like require.
5541
5542 * vc-git.el (vc-git-stash-map): Move definition before use.
5543
5544 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5545
5546 * custom.el (custom-declare-group): Purecopy standard-value.
5547 (custom-declare-group): Purecopy custom-prefix.
5548
5549 * international/mule.el (load-with-code-conversion):
5550 Call do-after-load-evaluation unconditionally.
5551
5552 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5553
5554 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5555
5556 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5557
5558 2009-11-04 Glenn Morris <rgm@gnu.org>
5559
5560 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5561 (byte-compile-compatibility): Remove option.
5562 (byte-compile-close-variables, byte-compile-fix-header)
5563 (byte-compile-insert-header, byte-compile-output-docform)
5564 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5565 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5566 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5567 (byte-compile-insert, byte-compile-defun):
5568 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
5569 (byte-defop-compiler19): Remove.
5570 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5571 used by anything. Replace all calls with byte-defop-compiler.
5572
5573 2009-11-04 Juri Linkov <juri@jurta.org>
5574
5575 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5576 (menu-bar-options-menu): Don't quote the `prop' arg of
5577 `menu-bar-make-mm-toggle'.
5578
5579 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
5580
5581 * calendar/calendar.el (cal-loaddefs):
5582 * calendar/diary-lib.el (diary-loaddefs):
5583 * calendar/holidays.el (hol-loaddefs):
5584 * eshell/esh-module.el (esh-groups): Load rather than require.
5585
5586 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5587
5588 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5589 point-min==1.
5590 (todo-top-priorities): Only display-buffer when called interactively.
5591 (todo-item-start): Don't save excursion point.
5592 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5593 (todo-insert-item-here, todo-file-item, todo-remove-item):
5594 Adjust uses of todo-item-start and todo-item-end.
5595
5596 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5597 (autoload-rubric): Don't use any more.
5598 * cedet/semantic/fw.el (semantic/loaddefs):
5599 * cedet/srecode.el (srecode/loaddefs):
5600 * cedet/ede.el (ede/loaddefs): Load rather than require.
5601 * cedet/ede/cpp-root.el:
5602 * cedet/ede/emacs.el:
5603 * cedet/ede/files.el:
5604 * cedet/ede/linux.el:
5605 * cedet/ede/locate.el:
5606 * cedet/ede/make.el:
5607 * cedet/ede/shell.el:
5608 * cedet/ede/speedbar.el:
5609 * cedet/ede/system.el:
5610 * cedet/ede/util.el:
5611 * cedet/semantic/analyze.el:
5612 * cedet/semantic/bovine.el:
5613 * cedet/semantic/complete.el:
5614 * cedet/semantic/ctxt.el:
5615 * cedet/semantic/db-file.el:
5616 * cedet/semantic/db-find.el:
5617 * cedet/semantic/db-global.el:
5618 * cedet/semantic/db-mode.el:
5619 * cedet/semantic/db-typecache.el:
5620 * cedet/semantic/db.el:
5621 * cedet/semantic/debug.el:
5622 * cedet/semantic/dep.el:
5623 * cedet/semantic/doc.el:
5624 * cedet/semantic/edit.el:
5625 * cedet/semantic/find.el:
5626 * cedet/semantic/format.el:
5627 * cedet/semantic/html.el:
5628 * cedet/semantic/ia-sb.el:
5629 * cedet/semantic/ia.el:
5630 * cedet/semantic/idle.el:
5631 * cedet/semantic/lex-spp.el:
5632 * cedet/semantic/lex.el:
5633 * cedet/semantic/mru-bookmark.el:
5634 * cedet/semantic/scope.el:
5635 * cedet/semantic/senator.el:
5636 * cedet/semantic/sort.el:
5637 * cedet/semantic/symref.el:
5638 * cedet/semantic/tag-file.el:
5639 * cedet/semantic/tag-ls.el:
5640 * cedet/semantic/tag-write.el:
5641 * cedet/semantic/tag.el:
5642 * cedet/semantic/util-modes.el:
5643 * cedet/semantic/analyze/complete.el:
5644 * cedet/semantic/analyze/refs.el:
5645 * cedet/semantic/bovine/c.el:
5646 * cedet/semantic/bovine/gcc.el:
5647 * cedet/semantic/bovine/make.el:
5648 * cedet/semantic/bovine/scm.el:
5649 * cedet/semantic/decorate/include.el:
5650 * cedet/semantic/decorate/mode.el:
5651 * cedet/semantic/symref/cscope.el:
5652 * cedet/semantic/symref/global.el:
5653 * cedet/semantic/symref/grep.el:
5654 * cedet/semantic/symref/idutils.el:
5655 * cedet/semantic/symref/list.el:
5656 * cedet/semantic/wisent/java-tags.el:
5657 * cedet/semantic/wisent/javascript.el:
5658 * cedet/srecode/compile.el:
5659 * cedet/srecode/cpp.el:
5660 * cedet/srecode/document.el:
5661 * cedet/srecode/el.el:
5662 * cedet/srecode/expandproto.el:
5663 * cedet/srecode/getset.el:
5664 * cedet/srecode/insert.el:
5665 * cedet/srecode/java.el:
5666 * cedet/srecode/map.el:
5667 * cedet/srecode/mode.el:
5668 * cedet/srecode/template.el:
5669 * cedet/srecode/texi.el: Remove the file-local setting of
5670 generated-autoload-feature.
5671
5672 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5673 and only put a prop if it is non-nil.
5674
5675 2009-11-03 Juri Linkov <juri@jurta.org>
5676
5677 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5678 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5679
5680 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5681 and "Menu" to make top-level menu item visually one unit (like
5682 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5683 multi-word menu items). Fix :help string for quit-window.
5684
5685 2009-11-03 Glenn Morris <rgm@gnu.org>
5686
5687 * cedet/mode-local.el (with-mode-local): Doc fix.
5688
5689 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5690 (byte-compile-file-form-define-abbrev-table)
5691 (byte-compile-file-form-custom-declare-variable)
5692 (byte-compile-variable-ref, byte-compile-defvar):
5693 Whether or not a warning is enabled should only affect whether we issue
5694 the warning, not whether or not we collect the relevant data.
5695 Eg warnings can be turned on and off throughout the course of a file.
5696
5697 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5698 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5699
5700 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5701
5702 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5703 * play/mpuz.el (mpuz-create-buffer):
5704 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5705 (lm-print-y,s,noise, lm-print-w0, lm-init):
5706 * play/gomoku.el (gomoku-prompt-for-move):
5707 * play/fortune.el (fortune-in-buffer):
5708 * play/dissociate.el (dissociated-press):
5709 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5710 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5711 * mail/supercite.el (sc-eref-show):
5712 * mail/smtpmail.el (smtpmail-send-it):
5713 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5714 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5715 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5716 (rmail-summary-goto-msg, rmail-summary-expunge)
5717 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5718 (rmail-summary-add-label, rmail-summary-output-menu)
5719 (rmail-summary-output-body):
5720 * mail/rfc822.el (rfc822-addresses):
5721 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5722 * mail/mailpost.el (post-mail-send-it):
5723 * mail/hashcash.el (hashcash-generate-payment):
5724 * mail/feedmail.el (feedmail-run-the-queue)
5725 (feedmail-queue-send-edit-prompt-help-first)
5726 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5727 (feedmail-deduce-address-list):
5728 * eshell/esh-ext.el (eshell-remote-command):
5729 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5730 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5731 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5732 (viper-save-string-in-file, viper-valid-marker):
5733 * emulation/viper-keym.el (viper-toggle-key):
5734 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5735 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5736 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5737 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5738 (viper-exec-form-in-emacs, viper-brac-function):
5739 * emulation/viper.el (viper-delocalize-var):
5740 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5741 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5742 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5743 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5744 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5745 * emulation/edt.el (edt-electric-helpify):
5746 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5747 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5748 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5749 (cua-indent-to-global-mark-column):
5750 * calendar/diary-lib.el (calendar-mark-1):
5751 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5752 Use with-current-buffer.
5753 * emulation/viper.el (viper-delocalize-var): Use dolist.
5754
5755 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
5756
5757 * comint.el (comint-replace-by-expanded-history-before-point):
5758 Replace !! with the previous input string literally (Bug#1795).
5759
5760 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5761
5762 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5763 to be made up of whitespace.
5764
5765 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5766
5767 * minibuffer.el (read-file-name): Don't use file dialogs for
5768 remote directories (Bug#99).
5769
5770 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
5771
5772 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5773
5774 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5775
5776 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5777 instead of deleting the window or frame.
5778
5779 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5780
5781 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5782 Support face colors.
5783
5784 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5785 New function. Support face colors (Bug#1168).
5786 (tex-common-initialization): Use it.
5787
5788 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5789 mode allows it (Bug#1168).
5790
5791 2009-10-31 Juri Linkov <juri@jurta.org>
5792
5793 * facemenu.el (list-colors-display): Don't mark buffer as
5794 modified (Bug#3948).
5795
5796 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5797
5798 * international/mule-diag.el (list-character-sets-1): Minor
5799 message fix (Bug#3526).
5800
5801 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5802 face property (Bug#4834).
5803 (etags-list-tags, etags-tags-apropos-additional)
5804 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5805 property.
5806
5807 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5808 items.
5809
5810 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5811 items.
5812
5813 * cedet/ede.el (ede-minor-mode):
5814 * cedet/semantic.el (semantic-mode): Toggle menu separators.
5815
5816 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5817
5818 * textmodes/two-column.el (2C-split):
5819 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5820 * textmodes/tex-mode.el (tex-set-buffer-directory):
5821 * textmodes/spell.el (spell-region, spell-string):
5822 * textmodes/reftex.el (reftex-erase-buffer):
5823 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5824 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5825 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5826 (reftex-select-item):
5827 * textmodes/reftex-ref.el (reftex-label-info-update)
5828 (reftex-offer-label-menu):
5829 * textmodes/reftex-index.el (reftex-index-change-entry)
5830 (reftex-index-phrases-info):
5831 * textmodes/reftex-global.el (reftex-create-tags-file)
5832 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5833 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5834 (reftex-view-crossref-from-bibtex):
5835 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5836 (reftex-extract-bib-entries-from-thebibliography)
5837 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5838 * textmodes/refbib.el (r2b-capitalize-title):
5839 (r2b-convert-buffer, r2b-help):
5840 * textmodes/page-ext.el (pages-directory)
5841 (pages-directory-goto-with-mouse):
5842 * textmodes/bibtex.el (bibtex-validate-globally):
5843 * textmodes/bib-mode.el (bib-capitalize-title):
5844 * textmodes/artist.el (artist-clear-buffer, artist-system):
5845 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5846 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5847 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5848 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5849 (xscheme-send-control-g-interrupt, xscheme-start-process)
5850 (xscheme-process-sentinel, xscheme-cd):
5851 * progmodes/verilog-mode.el (verilog-read-always-signals)
5852 (verilog-set-define, verilog-getopt-file)
5853 (verilog-module-inside-filename-p):
5854 * progmodes/sh-script.el:
5855 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5856 (python-pdbtrack-grub-for-buffer, python-execute-file):
5857 * progmodes/octave-inf.el (inferior-octave):
5858 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5859 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5860 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5861 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5862 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5863 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5864 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5865 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5866 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5867 (idlwave-shell-examine-display, idlwave-shell-run-region)
5868 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5869 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5870 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5871 (idlwave-help-get-help-buffer):
5872 * progmodes/gud.el (gud-basic-call, gud-find-class)
5873 (gud-tooltip-activate-mouse-motions-if-enabled):
5874 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5875 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5876 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5877 (ebrowse-tags-next-file):
5878 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5879 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5880 (ebnf-eps-finish-and-write):
5881 * progmodes/cpp.el (cpp-edit-save):
5882 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5883 * progmodes/cc-defs.el (c-emacs-features):
5884 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5885 (antlr-directory-dependencies):
5886 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5887 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5888 (ada-find-any-references, ada-make-filename-from-adaname)
5889 (ada-make-body-gnatstub):
5890 * obsolete/rnews.el (news-list-news-groups):
5891 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5892 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5893 * net/rcirc.el (rcirc-debug):
5894 * net/newst-treeview.el (newsticker--treeview-list-add-item)
5895 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5896 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5897 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5898 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5899 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5900 (newsticker--treeview-list-clear-highlight)
5901 (newsticker--treeview-list-update-highlight)
5902 (newsticker--treeview-list-highlight-start)
5903 (newsticker--treeview-tree-update-highlight)
5904 (newsticker--treeview-get-selected-item)
5905 (newsticker-treeview-mark-list-items-old)
5906 (newsticker--treeview-set-current-node):
5907 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5908 * net/newst-backend.el (newsticker--get-news-by-funcall)
5909 (newsticker--get-news-by-wget, newsticker--image-get)
5910 (newsticker--image-sentinel):
5911 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5912 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5913 (eudc-ph-close-session):
5914 * net/eudc.el (eudc-save-options):
5915 * language/thai-word.el (thai-update-word-table):
5916 * language/japan-util.el (japanese-string-conversion):
5917 * international/titdic-cnv.el (tsang-quick-converter)
5918 (ziranma-converter, ctlau-converter):
5919 * international/mule-cmds.el (describe-language-environment):
5920 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5921 (skkdic-convert-postfix, skkdic-convert-prefix):
5922 (skkdic-convert-okuri-nasi, skkdic-convert):
5923 * emacs-lisp/re-builder.el (reb-update-overlays):
5924 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5925 * emacs-lisp/gulp.el (gulp-send-requests):
5926 * emacs-lisp/find-gc.el (trace-call-tree):
5927 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5928 (eieio-describe-generic):
5929 * emacs-lisp/eieio-base.el (eieio-persistent-read):
5930 * emacs-lisp/edebug.el (edebug-outside-excursion):
5931 * emacs-lisp/debug.el (debugger-make-xrefs):
5932 * emacs-lisp/cust-print.el (custom-prin1-to-string):
5933 * emacs-lisp/chart.el (chart-new-buffer):
5934 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5935 Use with-current-buffer.
5936 * textmodes/artist.el (artist-system): Don't call
5937 copy-sequence on a fresh string.
5938 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5939
5940 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
5941
5942 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5943 is no item to edit. (Bug#4820)
5944 (todo-top-priorities): Restore point and restore narrowing in Todo
5945 buffer. (Bug#4820)
5946
5947 2009-10-31 Glenn Morris <rgm@gnu.org>
5948
5949 * net/ange-ftp.el (top-level): Don't require dired when compiling.
5950 (comint-last-output-start, comint-last-input-start)
5951 (comint-last-input-end): Don't defvar when compiling.
5952 (ange-ftp-process-file): Use bound-and-true-p.
5953
5954 * pcmpl-rpm.el (top-level): Move provide statement to end.
5955 (pcmpl-rpm): Remove unused custom group.
5956
5957 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5958
5959 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5960
5961 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5962 (byte-compile-warnings): Add `constants' as an option.
5963 (byte-compile-callargs-warn, byte-compile-arglist-warn)
5964 (display-call-tree): Update for byte-compile-fdefinition possibly
5965 returning `(macro lambda ...)'. (Bug#4778)
5966 (byte-compile-variable-ref, byte-compile-setq-default):
5967 Respect `constants' member of byte-compile-warnings.
5968
5969 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5970 Use mapc rather than mapcar because the return value is never used.
5971
5972 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5973 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5974 * cedet/semantic/html.el:
5975 Suppress harmless warnings about setting up semantic-imenu (not
5976 part of Emacs) variables.
5977
5978 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5979
5980 * vc-bzr.el (vc-bzr-revision-keywords): New var.
5981 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5982 to "submit:".
5983
5984 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5985 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5986 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5987 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5988 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5989 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5990 (semantic-analyzer-debug-global-symbol)
5991 (semantic-analyzer-debug-missing-innertype)
5992 (semantic-analyzer-debug-insert-include-summary):
5993 * cedet/semantic/util.el (semantic-file-tag-table):
5994 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5995 (semantic-recursive-find-nonterminal-by-name):
5996 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5997 * cedet/semantic/tag-file.el (semantic-prototype-file):
5998 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5999 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
6000 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
6001 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
6002 (semantic-idle-summary-maybe-highlight):
6003 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
6004 (semantic-ia-sb-tag-info):
6005 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
6006 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
6007 * cedet/semantic/ede-grammar.el (project-compile-target):
6008 (ede-proj-makefile-insert-variables):
6009 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
6010 (semantic-debug-set-source-location, semantic-debug-interface-layout)
6011 (semantic-debug-mode, semantic-debug):
6012 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
6013 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
6014 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
6015 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
6016 (semanticdb-find-translate-path-includes--internal)
6017 (semanticdb-reset-log, semanticdb-find-log-activity):
6018 * cedet/semantic/db-file.el (object-write):
6019 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
6020 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
6021 (semanticdb-create-ebrowse-database):
6022 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
6023 * cedet/semantic/complete.el (semantic-displayor-focus-request)
6024 (semantic-collector-calculate-completions-raw)
6025 (semantic-complete-read-tag-analyzer):
6026 * cedet/semantic/analyze.el (semantic-analyze-pulse):
6027 * cedet/ede/util.el (ede-update-version-in-source):
6028 * cedet/ede/proj.el (project-delete-target):
6029 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
6030 (ede-proj-flush-autoconf):
6031 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
6032 (ede-proj-configure-synchronize):
6033 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
6034 * cedet/ede/linux.el (ede-linux-version):
6035 * cedet/ede/emacs.el (ede-emacs-version):
6036 * cedet/ede/dired.el (ede-dired-add-to-target):
6037 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
6038 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
6039 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
6040 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
6041 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
6042 (cedet-idutils-version-check):
6043 * cedet/cedet-global.el (cedet-gnu-global-call):
6044 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
6045 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
6046 * cedet/cedet-cscope.el (cedet-cscope-call)
6047 (cedet-cscope-expand-filename, cedet-cscope-version-check):
6048 Use with-current-buffer.
6049 * cedet/ede.el (ede-make-project-local-variable)
6050 (ede-set-project-variables, ede-set): Use dolist.
6051
6052 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6053
6054 * textmodes/ispell.el (ispell-skip-region-alist):
6055 * international/mule-conf.el (eight-bit):
6056 * international/fontset.el (font-encoding-alist):
6057 * startup.el (pure-space-overflow-message):
6058 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6059 * paths.el (gnus-nntp-service, rmail-spool-directory)
6060 (term-file-prefix):
6061 * files.el (save-some-buffers-action-alist):
6062 * cmuscheme.el (same-window-buffer-names):
6063 * ielm.el (same-window-buffer-names):
6064 * shell.el (same-window-buffer-names):
6065 * mail/sendmail.el (same-window-buffer-names):
6066 * progmodes/inf-lisp.el (same-window-buffer-names):
6067 * bindings.el (mode-line-client)
6068 (mode-line-column-line-number-mode-map):
6069 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6070 (tibetan-precomposed-regexp): Purecopy string arguments.
6071
6072 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6073
6074 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6075 (calcDigit-nondigit):
6076 * calc/calc-yank.el (calc-copy-to-buffer):
6077 * calc/calc-units.el (calc-invalidate-units-table):
6078 * calc/calc-trail.el (calc-trail-yank):
6079 * calc/calc-store.el (calc-insert-variables):
6080 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6081 * calc/calc-prog.el (calc-read-parse-table):
6082 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6083 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6084 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6085 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6086 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6087 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6088 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6089 * calc/calc-ext.el (calc-realign):
6090 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6091 (calc-embedded-finish-edit, calc-embedded-make-info)
6092 (calc-embedded-finish-command, calc-embedded-stack-change):
6093 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6094
6095 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
6096 (overload-docstring-extension): Use that info.
6097 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
6098 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
6099 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
6100 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
6101 (semantic-nonterminal-full-name): Add the new `when' info.
6102 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
6103 `assert'.
6104
6105 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6106 shell-dynamic-complete-filename in preference to
6107 comint-dynamic-complete-filename.
6108
6109 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6110 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6111 Don't consider whether the display supports colors.
6112 (bookmark-import-new-list): Use dolist.
6113 (bookmark-bmenu-mode-map): Move initialization into declaration.
6114 (bookmark-bmenu-list): Use dolist, simplify.
6115 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6116 (menu-bar-final-items): Use push.
6117
6118 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6119
6120 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6121 it works on remote files.
6122 (vc-hg-diff): Don't pass any `--cwd' argument.
6123
6124 2009-10-27 Kevin Ryde <user42@zip.com.au>
6125
6126 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6127 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6128 (Further to Bug#3921).
6129
6130 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
6131
6132 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6133 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6134 calling `tramp-imap-put-file'. Add file size to the call.
6135 (tramp-imap-get-file-entries): Compute also user name, file size,
6136 and date.
6137 (tramp-imap-handle-insert-directory): Insert uid and gid.
6138 (tramp-imap-handle-file-attributes): Transform uid and gid
6139 according to `id-format'.
6140 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6141 size in header X-Size.
6142
6143 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6144
6145 * simple.el (transpose-subr): Give clearer error when the mark
6146 is not set. (Bug#4807)
6147
6148 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
6149
6150 * net/tramp.el (tramp-perl-file-truename): New defconst.
6151 Perl code contributed by yary <not.com@gmail.com> (tiny change).
6152 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6153 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6154 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6155
6156 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6157 Ignore `dired-call-process'.
6158 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6159
6160 2009-10-26 Julian Scheid <julians37@gmail.com>
6161
6162 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6163 (tramp-get-remote-readlink): New defun.
6164 (tramp-handle-file-truename): Use it.
6165 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6166 file exists if cache value present.
6167 (tramp-check-cached-permissions): New defun.
6168 (tramp-handle-file-readable-p): Use it.
6169 (tramp-handle-file-writable-p): Likewise.
6170 (tramp-handle-file-executable-p): Likewise.
6171 (tramp-handle-file-name-all-completions): Try using Perl to get
6172 partial completions. When perl not available, combine `cd' and
6173 `ls' into single remote operation and use shell expansion to get
6174 partial remote directory contents. Set `file-exists-p' cache for
6175 directory and any files returned by ls. Change cache handling to
6176 support partial directory contents. Use error message emitted by
6177 remote `cd' or Perl code for local tramp-error.
6178 (tramp-do-copy-or-rename-file-directly): Avoid separate
6179 tramp-send-command-and-check call.
6180 (tramp-handle-process-file): Merge three remote ops into one.
6181 Do not flush all caches when `process-file-side-effects' is set.
6182 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6183 file-attributes shows uid/gid to be set already.
6184
6185 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6186
6187 * textmodes/tex-mode.el (tex-dvi-view-command)
6188 (tex-show-queue-command, tex-open-quote):
6189 * progmodes/ruby-mode.el (auto-mode-alist)
6190 (interpreter-mode-alist): Purecopy strings.
6191
6192 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6193
6194 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6195 string for the hook, keymap and abbrev table.
6196
6197 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6198
6199 * x-dnd.el (x-dnd-xdnd-to-action):
6200 * startup.el (fancy-startup-text, fancy-about-text): Change to
6201 defconst from defvar.
6202
6203 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6204
6205 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6206 Purecopy initialization strings.
6207
6208 * mail/sendmail.el (mail-header-separator)
6209 (mail-personal-alias-file):
6210 * mail/rmail.el (rmail-default-dont-reply-to-names)
6211 (rmail-ignored-headers, rmail-retry-ignored-headers)
6212 (rmail-highlighted-headers, rmail-secondary-file-directory)
6213 (rmail-secondary-file-regexp):
6214 * files.el (null-device, file-name-invalid-regexp)
6215 (locate-dominating-stop-dir-regexp)
6216 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6217 (interpreter-mode-alist): Use mapcar instead of mapc.
6218
6219 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6220
6221 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6222 (completion-ignored-extensions):
6223 (debug-ignored-errors): Purecopy strings.
6224
6225 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6226
6227 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6228 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6229 (pcomplete--here): Use push.
6230
6231 * subr.el (all-completions): Declare the 4th arg obsolete.
6232
6233 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6234
6235 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6236 (pcomplete-unquote-argument): New function.
6237 (pcomplete--common-suffix): Always pay attention to case.
6238 (pcomplete--table-subvert): Quote and unquote the text.
6239 (pcomplete--common-quoted-suffix): New function.
6240 (pcomplete-std-complete): Use it and pcomplete-begin.
6241
6242 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6243 we're inside a dedicated or minibuffer window.
6244
6245 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6246
6247 * cedet/semantic/fw.el (semantic-alias-obsolete)
6248 (semantic-varalias-obsolete): Make the `when' arg mandatory.
6249 (define-mode-overload-implementation):
6250 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
6251 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
6252 * cedet/semantic/util.el (semantic-file-token-stream)
6253 (semantic-something-to-stream):
6254 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
6255 (semantic-expand-nonterminal):
6256 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
6257 (semantic-find-dependency, semantic-find-nonterminal)
6258 (semantic-find-dependency):
6259 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
6260 (semantic-flex-text, semantic-flex-make-keyword-table)
6261 (semantic-flex-keyword-p, semantic-flex-keyword-put)
6262 (semantic-flex-keyword-get, semantic-flex-map-keywords)
6263 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
6264 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
6265 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
6266 (semantic-after-idle-scheduler-reparse-hooks):
6267 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
6268 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
6269 * cedet/semantic.el (semantic-toplevel-bovine-table)
6270 (semantic-toplevel-bovine-cache)
6271 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
6272 (semantic-init-mode-hooks, semantic-init-db-hooks)
6273 (semantic-bovination-working-type): Provide the `when' arg.
6274
6275 2009-10-24 Karl Fogel <kfogel@red-bean.com>
6276
6277 * bookmark.el: Update documentation, especially documentation
6278 of `bookmark-alist' and of the bookmark file format.
6279 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6280
6281 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6282
6283 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6284 keybindings apply to the mail buffer (Bug#4003). Shrink help
6285 window to buffer.
6286
6287 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6288 (global-whitespace-mode, global-whitespace-newline-mode)
6289 (whitespace-toggle-options, global-whitespace-toggle-options):
6290 Doc fix (Bug#3660).
6291
6292 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6293 of xmltok-start before the end tag was inserted (Bug#2840).
6294
6295 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6296 patterns that are preceded by an open-paren (Bug#1320).
6297
6298 2009-10-24 Sven Joachim <svenjoac@gmx.de>
6299
6300 * files.el (delete-directory): Delete symlinks to directories with
6301 delete-file (Bug#4739).
6302
6303 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6304
6305 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
6306 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
6307 argument to make-obsolete.
6308
6309 * cedet/semantic/fw.el (semantic-alias-obsolete)
6310 (semantic-varalias-obsolete): Add optional WHEN argument.
6311
6312 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6313
6314 * vc.el (vc-backend-for-registration): Rename from
6315 vc-get-backend-for-registration. Update callers.
6316
6317 * international/mule-cmds.el (set-language-info-alist):
6318 Purecopy lang-env.
6319 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6320 (charset): Purecopy the name.
6321 (define-char-code-property): Purecopy string arguments.
6322
6323 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6324 Purecopy string arguments.
6325
6326 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6327 * ediff-hook.el (menu-bar-ediff-menu):
6328 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6329 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6330
6331 2009-10-24 Glenn Morris <rgm@gnu.org>
6332
6333 * comint.el (comint-dynamic-list-completions):
6334 * term.el (term-dynamic-list-completions): Use choose-completion rather
6335 than obsolete alias mouse-choose-completion.
6336
6337 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6338 file-cache-choose-completion.
6339 (file-cache-choose-completion): Handle an optional event argument.
6340 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6341
6342 * progmodes/octave-mod.el (octave-complete-symbol):
6343 Use choose-completion if mouse-choose-completion is ever removed.
6344
6345 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6346 use.
6347
6348 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6349 compiler.
6350
6351 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6352
6353 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6354
6355 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6356 Ignore `pred' now that we receive one.
6357 Handle test-completion specially.
6358
6359 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6360
6361 * vc.el (vc-responsible-backend): Throw an error if not backend is
6362 found. Remove the REGISTER argument. Move the code dealing with
6363 REGISTER ...
6364 (vc-get-backend-for-registration): ... here. New function.
6365 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6366 of vc-responsible-backend, pass the file name instead of the
6367 directory name.
6368
6369 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6370
6371 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6372 New funs.
6373 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6374 (pcomplete-comint-setup): Don't modify a global var via
6375 accidental side-effects.
6376 (pcomplete-shell-setup): Adjust call accordingly.
6377 (pcomplete-parse-comint-arguments): Use push.
6378
6379 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6380
6381 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6382 Allow uncapitalized info node names (Bug#3921).
6383
6384 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6385 to the DEBUG file (Bug#3781).
6386
6387 2009-10-23 Jari Aalto <jari.aalto@cante.net>
6388
6389 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6390 dictionary entry (Bug#4579).
6391
6392 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
6393
6394 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6395 from `rfn-eshadow-update-overlay-hook' when unloading.
6396 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6397 "rsyncc". Adjust doc string.
6398 (tramp-temp-buffer-file-name): New buffer-local defvar.
6399 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6400 Keep temporary file when indicated by method ("rsync" and
6401 "rsyncc").
6402 (tramp-handle-write-region): Handle APPEND.
6403 (tramp-delete-temp-file-function): New defun. Added to
6404 `kill-buffer-hook'.
6405
6406 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
6407
6408 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6409
6410 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6411
6412 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6413 (color-name-rgb-alist, tty-standard-colors)
6414 (tty-color-mode-alist): Change to defconst.
6415
6416 * simple.el (mark-inactive): Purecopy message.
6417
6418 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6419 (global-map, yank-menu):
6420 * textmodes/ispell.el (ispell-menu-map):
6421 * net/eudc.el (eudc-tools-menu):
6422 * international/mule-cmds.el (describe-language-environment-map)
6423 (setup-language-environment-map, set-coding-system-map)
6424 (mule-menu-keymap):
6425 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6426 * replace.el (occur-mode-map):
6427 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6428
6429 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6430
6431 * calc/calc.el (math-read-number, math-read-number-simple): Use
6432 `save-match-data'.
6433
6434 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6435
6436 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6437 rather than fiddling with global-map bindings, since it should only
6438 affect per-terminal settings.
6439 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6440
6441 * minibuffer.el (completion-table-with-terminator): Allow to specify
6442 the terminator-regexp.
6443
6444 * simple.el (switch-to-completions): Look for *Completions* in other
6445 frames as well.
6446
6447 * pcomplete.el: Allow the use of completion-tables.
6448 (pcomplete-std-complete): New command.
6449 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6450 (pcomplete--here): Use a function for `form' rather than an expression,
6451 so it can be byte-compiled.
6452 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6453 Add edebug declaration.
6454 (pcomplete-show-completions): Remove unused var `curbuf'.
6455 (pcomplete-do-complete, pcomplete-stub):
6456 Don't assume `completions' is a list of strings any more.
6457
6458 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
6459
6460 * find-dired.el (find-name-arg): Fix typo in docstring.
6461
6462 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6463
6464 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6465 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6466
6467 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6468 pcomplete-entries.
6469
6470 * comint.el (comint-read-input-ring, comint-write-input-ring)
6471 (comint-substitute-in-file-name)
6472 (comint-dynamic-complete-as-filename)
6473 (comint-dynamic-simple-complete)
6474 (comint-dynamic-list-filename-completions)
6475 (comint-dynamic-list-completions)
6476 (comint-redirect-results-list-from-process): Minor simplifications.
6477
6478 2009-10-21 Kevin Ryde <user42@zip.com.au>
6479
6480 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6481 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6482 the first form. And insert a blank line after ";;; Code" since
6483 that's usual style. (Bug#4612)
6484
6485 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6486
6487 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6488
6489 * minibuffer.el (completion-table-with-terminator): Properly implement
6490 boundaries, in case `terminator' appears in the suffix.
6491 (completion--embedded-envvar-table): Don't return boundaries if
6492 there's no valid completion. Simplify.
6493 (completion-file-name-table): New completion table extracted from
6494 completion--file-name-table.
6495 (completion--file-name-table): Use it.
6496 (read-file-name-predicate): Declare obsolete.
6497 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6498 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6499 completion-file-name-table, and use the `pred' argument.
6500 * files.el (locate-file-completion-table): Use the `pred' arg rather
6501 than read-file-name-predicate.
6502 (abbreviate-file-name): Use \` rather than ^ for BOS.
6503
6504 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6505
6506 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6507 vc-responsible-backend to register, it causes problems.
6508
6509 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6510
6511 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6512
6513 2009-10-21 Eric Ludlam <zappo@gnu.org>
6514
6515 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
6516 (semantic-c-debug-mode-init-pch): New functions.
6517 (semantic-c-debug-mode-init-last-mode): New var.
6518 (semantic-c-parse-lexical-token): Use them.
6519
6520 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
6521 When extracting the argument list, limit only by point-max.
6522
6523 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
6524
6525 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6526 (tramp-smb-handle-file-attributes): Use it.
6527 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6528 (tramp-smb-handle-insert-directory): Use `mapc' rather than
6529 `mapcar'. Use `tramp-smb-get-stat-capability'.
6530 Add `dired-filename' text properties.
6531 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6532 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6533 version.
6534
6535 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6536
6537 * subr.el (read-key-delay): Reduce to 0.01.
6538 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6539 (bug#4751).
6540
6541 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6542
6543 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6544
6545 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6546 (Info-menu): Remove unused vars `last' and `completions'.
6547 (Info-index-nodes): Remove unused var `node'.
6548
6549 * info.el (Info-complete-menu-item): Use complete-with-action.
6550
6551 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6552
6553 Make vc-annotate work through copies and renames.
6554 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6555 Return the file name too.
6556 (vc-annotate-revision-at-line)
6557 (vc-annotate-find-revision-at-line)
6558 (vc-annotate-revision-previous-to-line)
6559 (vc-annotate-show-log-revision-at-line): Update to get the file
6560 name from vc-annotate-extract-revision-at-line.
6561 (vc-annotate-show-diff-revision-at-line-internal): Change the
6562 argument to mean whether to show a file diff or not. Get the file
6563 name from vc-annotate-extract-revision-at-line.
6564 (vc-annotate-show-diff-revision-at-line):
6565 Update vc-annotate-show-diff-revision-at-line call.
6566 (vc-annotate-warp-revision): Add an optional file argument.
6567
6568 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6569 (vc-git-annotate-extract-revision-at-line): Also return the file
6570 name if found.
6571
6572 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6573 command. Remove unused code.
6574 (vc-hg-annotate-re): Update to match --follow output.
6575 (vc-hg-annotate-extract-revision-at-line): Also return the file
6576 name if found.
6577
6578 * vc.el: Update annotate-extract-revision-at-line documentation.
6579
6580 2009-10-18 Kevin Ryde <user42@zip.com.au>
6581
6582 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6583 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6584
6585 * net/browse-url.el (browse-url): Identify alist with "consp and
6586 not functionp" and let all other things go down the `apply' leg,
6587 as suggested by Stefan. (Further to bug#4531.)
6588
6589 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
6590
6591 * minibuffer.el (read-file-name): Check for repeat before putting
6592 a default argument in file-name-history (Bug#4657).
6593
6594 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6595 read syntax (Bug#4737).
6596
6597 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6598
6599 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6600
6601 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6602 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6603 entries and make note of obsolete tags.
6604
6605 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6606
6607 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6608
6609 2009-10-18 Glenn Morris <rgm@gnu.org>
6610
6611 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6612 grep, so that binary files (eg international/uni-bidi.el) can match.
6613 Remove test for "UnicodeData" files, since it is hopefully unnecessary
6614 now, and in any case the file header format has changed.
6615
6616 2009-10-17 Glenn Morris <rgm@gnu.org>
6617
6618 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6619 (flyspell-get-word, flyspell-large-region)
6620 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6621
6622 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6623
6624 * Makefile.in (ELCFILES): Add ede/shell.
6625
6626 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6627
6628 * term/common-win.el (x-colors): Purecopy it.
6629
6630 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6631
6632 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6633 permissive for when the buffer is empty.
6634 (tar-header-block-tokenize): Decode the username and groupname.
6635 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6636
6637 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6638
6639 * cedet/srecode/srt.el:
6640 * cedet/srecode/compile.el:
6641 * cedet/semantic/mru-bookmark.el:
6642 * cedet/semantic/debug.el:
6643 * cedet/semantic/complete.el:
6644 * cedet/semantic/analyze.el: Require CL when compiling.
6645
6646 2009-10-17 Eric Ludlam <zappo@gnu.org>
6647
6648 * cedet/semantic/scope.el
6649 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
6650 tmpscope so that the regular scope will continue to work.
6651
6652 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
6653 Use semantic-idle-summary-highlight-face as the highlighting.
6654
6655 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
6656 contains multibyte characters, choose first applicable coding
6657 system automatically.
6658
6659 * cedet/ede/project-am.el (project-run-target): New method.
6660 (project-run-target): New method.
6661
6662 * cedet/ede.el (ede-target): Add run target menu item.
6663 (ede-project, ede-minor-keymap): Add ede-run-target binding.
6664 (ede-run-target): New function.
6665 (ede-target::project-run-target): New method.
6666
6667 * cedet/ede/proj.el (project-run-target): New method.
6668
6669 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
6670 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
6671 Add :rules.
6672 (ede-proj-target-makefile-shared-object): Only libtool compilers
6673 now available. Add linkers for libtool.
6674 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
6675 (ede-proj-makefile-target-name): Always use .la extension.
6676
6677 * cedet/ede/proj-prog.el (project-run-target): New method.
6678
6679 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
6680 (ede-g++-linker): Change Change link lines.
6681
6682 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
6683 When searching for old variables, go to the end of the buffer and
6684 search backward from there.
6685 (ede-proj-makefile-automake-insert-subdirs)
6686 (ede-proj-makefile-automake-insert-extradist): New methods.
6687 (ede-proj-makefile-create): Use them.
6688
6689 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6690 Force FILE to expand to the current target. Use file-exists-p to
6691 check that it exists.
6692
6693 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
6694 (ede-linux-load): Wrap dir in file-name-as-directory.
6695 Set :version slot.
6696
6697 * cedet/ede/files.el (ede-get-locator-object): When enabling
6698 locate, do so on "top".
6699
6700 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6701 file-name-as-directory during compare.
6702 (ede-emacs-version): Return Emacs/XEmacs differentiator.
6703 Get version number from different places. Don't call egrep.
6704 (ede-emacs-load): Set :version slot. Call file-name-as-directory
6705 to set the directory.
6706
6707 * cedet/ede/shell.el: New file.
6708
6709 * cedet/inversion.el (inversion-decoders): Allow for stray . in
6710 alpha/beta variants.
6711
6712 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6713
6714 * international/mule-cmds.el (select-safe-coding-system): If the file
6715 has a coding cookie, use it regardless of any other setting (bug#4712).
6716
6717 2009-10-17 Glenn Morris <rgm@gnu.org>
6718
6719 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6720 All errors should have messages.
6721
6722 * foldout.el (foldout-mouse-swallow-events):
6723 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6724
6725 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6726 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6727 (dired-keep-marker-symlink, dired-dwim-target)
6728 (dired-copy-preserve-time): Do not autoload these defcustoms.
6729
6730 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6731 messages from messing up the file coding. (Bug#4623)
6732
6733 2009-10-17 Jari Aalto <jari.aalto@cante.net>
6734
6735 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6736 if no match is found for the current dictionary. (Bug#4578)
6737
6738 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6739 optional, since that is how it is documented, and this is often called
6740 with a nil argument. (Bug#4577)
6741 (flyspell-external-point-words, flyspell-auto-correct-word)
6742 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6743 (flyspell-word-search-backward): Remove nil argument in calls to
6744 flyspell-get-word, since it is not needed now.
6745
6746 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
6747
6748 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
6749
6750 2009-10-16 Glenn Morris <rgm@gnu.org>
6751
6752 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6753
6754 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6755
6756 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6757 (ange-ftp-file-size): New function.
6758 (ange-ftp-file-attributes): Use it.
6759
6760 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
6761
6762 * net/tramp-smb.el (tramp-smb-version): New defvar.
6763 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6764 repeated checks.
6765
6766 2009-10-16 Glenn Morris <rgm@gnu.org>
6767
6768 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6769 Maybe copy some custom properties from old to new name. (Bug#4706)
6770
6771 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
6772
6773 * subr.el (error, sit-for, start-process-shell-command)
6774 (start-file-process-shell-command): Set the calling convention
6775 after the function definition.
6776
6777 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6778
6779 * subr.el (error, sit-for, start-process-shell-command)
6780 (start-file-process-shell-command): Use the new
6781 set-advertised-calling-convention feature.
6782
6783 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6784
6785 * international/ucs-normalize.el (ucs-normalize-version):
6786 Change to 1.2.
6787 (check-range): Adjust for Unicode 5.2.
6788
6789 2009-10-15 Juri Linkov <juri@jurta.org>
6790
6791 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6792 to the `menu-item' format.
6793
6794 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
6795
6796 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6797 if the environment variable does not exist.
6798
6799 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6800 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6801 parameter.
6802 (tramp-smb-handle-add-name-to-file)
6803 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6804 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6805 (tramp-smb-handle-file-attributes)
6806 (tramp-smb-do-file-attributes-with-stat)
6807 (tramp-smb-handle-file-local-copy)
6808 (tramp-smb-handle-insert-directory)
6809 (tramp-smb-handle-make-directory)
6810 (tramp-smb-handle-make-directory-internal)
6811 (tramp-smb-handle-make-symbolic-link)
6812 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6813 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6814 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6815 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6816 Handle long file names.
6817 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6818 process is running.
6819 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6820 Read share names with "-g" option.
6821
6822 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
6823
6824 * net/rcirc.el (rcirc-view-log-file): New command.
6825 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6826 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6827 specified.
6828
6829 2009-10-15 Glenn Morris <rgm@gnu.org>
6830
6831 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6832 from the second command-line argument.
6833 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6834 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6835 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6836 w32-batch-update-autoloads.
6837 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6838 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6839
6840 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6841 the headers cannot be located. Simplify, subtracting superflous
6842 save-excursions.
6843
6844 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6845
6846 Replace completion-base-size by completion-base-position to fix bugs
6847 such as (bug#4699).
6848 * simple.el (completion-base-position): New var.
6849 (completion-base-size): Mark as obsolete.
6850 (choose-completion): Make it work for mouse events as well.
6851 Pass the new base-position to choose-completion-string.
6852 (choose-completion-guess-base-position): New function, extracted from
6853 choose-completion-delete-max-match.
6854 (choose-completion-delete-max-match): Use it. Make obsolete.
6855 (choose-completion-string): Use the new base-position info.
6856 (completion-root-regexp): Delete.
6857 (completion-setup-function): Preserve completion-base-position.
6858 Eliminate obsolete base-size manipulation.
6859 * minibuffer.el (display-completion-list): Don't mess with base-size.
6860 (minibuffer-completion-help): Set completion-base-position instead.
6861 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6862 choose-completion.
6863 * textmodes/bibtex.el (bibtex-complete):
6864 * emacs-lisp/crm.el (crm--choose-completion-string):
6865 Adjust to new calling convention.
6866 * complete.el (partial-completion-mode): Use minibufferp to avoid
6867 bumping into incompatible change to choose-completion-string-functions.
6868 * ido.el (ido-choose-completion-string): Make its calling convention
6869 more permissive.
6870 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6871 base-size manipulation.
6872 (comint-dynamic-list-input-ring): Use dotimes and push.
6873 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6874 fundamental-mode. Use `or'.
6875
6876 2009-10-14 Juri Linkov <juri@jurta.org>
6877
6878 * misearch.el (multi-isearch-next-buffer-from-list)
6879 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6880
6881 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6882
6883 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6884 `bytecomp.el'.
6885
6886 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6887 string we return is all made up of text from the completions rather
6888 than part from the completions and part from the input (bug#4219).
6889
6890 * ido.el (ido-everywhere): Use define-minor-mode.
6891
6892 * buff-menu.el (list-buffers, ctl-x-map):
6893 Mark the entry points with ;;;###autoload cookies.
6894
6895 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6896
6897 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6898 correctly in the detached head case.
6899 (vc-git-print-log): Remove unused binding.
6900
6901 * vc.el (vc-responsible-backend): When a directory is passed for
6902 for registration create a VC repository if no backend is
6903 responsible for the directory argument.
6904 (vc-deduce-fileset): Tell vc-responsible-backend to register.
6905
6906 * vc.el: Move comments about RCS and SCCS ...
6907 * vc-rcs.el:
6908 * vc-sccs.el: ... here, respectively.
6909
6910 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6911
6912 * minibuffer.el (completion--file-name-table): Return nil if there's
6913 no file completion, even if substitute-in-file-name changed
6914 the string (bug#4708).
6915
6916 2009-10-13 Juri Linkov <juri@jurta.org>
6917
6918 * files-x.el (read-file-local-variable-value): Don't filter out
6919 minor modes from mode name completion (bug#4664).
6920
6921 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6922
6923 * international/mule-cmds.el (ucs-names): Remove exclusion of
6924 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6925
6926 2009-10-13 Kenichi Handa <handa@m17n.org>
6927
6928 * international/uni-name.el: Regenerated.
6929
6930 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6931
6932 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6933 should be automatically buffer-local, but isn't.)
6934
6935 2009-10-12 Sam Steingold <sds@gnu.org>
6936
6937 * progmodes/compile.el (compilation-next-error-function): Fix the
6938 timestamps if the buffer has been visited before.
6939 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6940 non-anchored patterns, like the perl one (bug#3928).
6941
6942 2009-10-12 Glenn Morris <rgm@gnu.org>
6943
6944 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6945 Let-bind `size'.
6946
6947 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
6948
6949 * proced.el (proced-unload-function): New function.
6950
6951 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6952 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6953 Doc fix.
6954
6955 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6956
6957 2009-10-11 Juri Linkov <juri@jurta.org>
6958
6959 * files-x.el (read-file-local-variable-value):
6960 Provide default value only for bound variables (bug#4664).
6961
6962 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
6963
6964 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6965 connection methods like smb.
6966
6967 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6968 can be empty.
6969
6970 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6971 (tramp-smb-file-name-handler-alist): Add handlers for
6972 `add-name-to-file', `make-symbolic-link'.
6973 (tramp-smb-handle-add-name-to-file)
6974 (tramp-smb-do-file-attributes-with-stat)
6975 (tramp-smb-handle-make-symbolic-link)
6976 (tramp-smb-get-cifs-capabilities): New defuns.
6977 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6978 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6979 (tramp-smb-handle-file-local-copy)
6980 (tramp-smb-handle-make-directory-internal)
6981 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6982 The file name syntax depends on cifs capabilities.
6983 (tramp-smb-handle-file-attributes):
6984 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6985 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6986 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6987
6988 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
6989
6990 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6991 (eieio-defclass): Apply deftype handler and setf-method properties
6992 directly.
6993 (eieio-add-new-slot): Avoid union function from cl library.
6994 (eieio--typep): New function.
6995 (eieio-perform-slot-validation): Use it.
6996
6997 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6998
6999 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7000 Update documentation to refer to the variables documented in r1.135.
7001 (Bug#4188)
7002
7003 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7004
7005 * bookmark.el (Info-suffix-list): Remove this unused variable.
7006 (bookmark-current-point): Remove this obsolete variable.
7007 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7008 Adjust for removal of bookmark-current-point.
7009
7010 (bookmarks-already-loaded, bookmark-current-buffer)
7011 (bookmark-yank-point): Document. (Bug#4188)
7012
7013 2009-10-10 Glenn Morris <rgm@gnu.org>
7014
7015 * frame.el (frame-height): Doc fix.
7016
7017 * calendar/calendar.el (calendar-split-width-threshold): New option.
7018 (calendar-basic-setup): Use calendar-split-width-threshold.
7019
7020 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
7021
7022 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
7023 Use .la for Automake.
7024
7025 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
7026
7027 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
7028 Use "autoreconf -i". Suggested by Andreas Schwab.
7029
7030 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
7031
7032 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7033 Ideographic Supplement" range (U+1F200..U+1F2FF).
7034
7035 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7036
7037 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7038 since the list will have been rebuilt anyway. (Bug#4349)
7039
7040 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7041
7042 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7043 (bookmark-bmenu-execute-deletions): Don't save here, as
7044 bookmark-delete will now do so if necessary.
7045 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7046 (Bug#4348)
7047
7048 2009-10-09 Glenn Morris <rgm@gnu.org>
7049
7050 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7051
7052 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7053
7054 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7055 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7056 argument now, so the two function's behaviors will match. (Bug#3645)
7057
7058 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
7059
7060 * cedet/ede/proj.el (project-make-dist, project-compile-project):
7061 Fix filename test.
7062 (ede-proj-dist-makefile): Use expand-file-name instead of concat
7063 to expand file names.
7064
7065 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
7066
7067 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7068 (tramp-file-name-real-host, tramp-file-name-port):
7069 Apply `save-match-data'.
7070
7071 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7072 case both directories are remote.
7073 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7074 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7075
7076 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
7077
7078 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
7079 (ede-proj-target-makefile-objectcode): Use it.
7080
7081 * cedet/ede/source.el (ede-want-any-source-files-p)
7082 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
7083 Return search result. This error was introduced while merging.
7084
7085 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7086
7087 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7088
7089 2009-10-07 Glenn Morris <rgm@gnu.org>
7090
7091 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7092 of concat.
7093
7094 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7095
7096 * files-x.el (read-file-local-variable): Include some
7097 non-user-variables in the completion table (bug#4664).
7098
7099 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
7100
7101 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7102 message.
7103
7104 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7105 (tramp-smb-file-name-handler-alist): Add handler for
7106 `copy-directory', `expand-file-name', `set-file-modes'.
7107 (tramp-smb-handle-copy-directory)
7108 (tramp-smb-handle-expand-file-name)
7109 (tramp-smb-handle-set-file-modes): New defuns.
7110 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7111 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7112 entry.
7113 (tramp-smb-handle-insert-directory): Don't flush the cache.
7114 (tramp-smb-maybe-open-connection): Check for samba client and
7115 server versions.
7116
7117 2009-10-07 Eli Zaretskii <eliz@gnu.org>
7118
7119 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7120 to not error out of search for "^lisp=" fails.
7121
7122 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7123
7124 * makefile.w32-in (WINS_UPDATES): New macro.
7125 (custom-deps, finder-data, autoloads): Use it.
7126
7127 2009-10-07 Glenn Morris <rgm@gnu.org>
7128
7129 * Makefile.in (autoloads): Revert previous change.
7130 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7131 the list of preloaded files passed on the command-line, get
7132 it from src/Makefile.
7133
7134 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7135 show the original buffer rather than a random one.
7136
7137 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
7138
7139 * help.el (describe-no-warranty): Place point in a slightly better
7140 position in the GPLv3 text.
7141
7142 2009-10-06 Sam Steingold <sds@gnu.org>
7143
7144 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7145 the comm attribute is present before calling regexp-quote.
7146
7147 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
7148
7149 * play/animate.el (animate-string): For good effect, make sure
7150 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7151
7152 * play/animate.el (animate-sequence, animate-birthday-present):
7153 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7154
7155 2009-10-06 Glenn Morris <rgm@gnu.org>
7156
7157 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7158
7159 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7160 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7161 (batch-update-autoloads): Process a string value of autoload-excludes,
7162 set during the build process.
7163 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7164
7165 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7166 inside with-parsed... macro so that `v' is defined.
7167
7168 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7169 * progmodes/fortran.el (fortran-end-of-block)
7170 (fortran-beginning-of-block):
7171 Also push mark in the macro case.
7172
7173 * emerge.el (emerge-show-file-name):
7174 * calc/calc.el (calc-quit):
7175 * calc/calc-misc.el (calc-big-or-small):
7176 * calc/calc-graph.el (calc-graph-view):
7177 * calc/calc-ext.el (calc-reset):
7178 * calendar/calendar.el (calendar-basic-setup):
7179 Use window-full-height-p.
7180
7181 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7182 header we don't understand, don't insert another. (Bug#4624)
7183 If changing mime charset, insert the new one in the right place.
7184
7185 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7186
7187 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7188 (cal-tex-cursor-month): Correctly increment the end date for diary and
7189 holiday listing. (Bug#4626)
7190
7191 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7192
7193 * help-fns.el (describe-function-1): Don't burp if the function is not
7194 a symbol.
7195
7196 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7197
7198 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7199 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7200 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7201 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7202
7203 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7204 (eieio-default-superclass): Reflow docstrings.
7205 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7206 (eieio-unbind-method-implementations, defmethod)
7207 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7208 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7209 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7210 (eieio-slot-originating-class-p, eieio-slot-name-index)
7211 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7212 (constructor, initialize-instance, no-next-method, object-print)
7213 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7214 Fix typos in docstrings.
7215 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7216 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7217 (next-method-p): Doc fixes.
7218 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7219 Fix typos in error messages.
7220 (eieio-defmethod): Fix typo in description of generic method.
7221
7222 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7223 (eieio-persistent-save-interactive, slot-missing):
7224 Fix typos in docstrings.
7225 (eieio-instance-inheritor-slot-boundp): Doc fix.
7226
7227 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7228 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7229
7230 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7231 (eieio-custom-object-apply-reset):
7232 Fix typos in docstrings and error messages.
7233
7234 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7235 Fix typo in docstring.
7236
7237 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7238 (eieio-browse-tree): Doc fix.
7239 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7240 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7241 Fix typos in docstrings.
7242
7243 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7244 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7245 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7246 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7247 Reflow docstrings.
7248
7249 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7250
7251 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7252 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7253 Set log-view-vc-backend so that diff can work.
7254
7255 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7256 vc-version-diff.
7257 (vc-diff-internal): Autoload this instead of vc-version-diff.
7258
7259 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7260
7261 * simple.el (eval-expression): Doc fix.
7262
7263 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7264
7265 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7266
7267 * files.el (directory-files-no-dot-files-regexp): New defconst.
7268 (delete-directory): Use it.
7269 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7270
7271 * net/tramp.el (tramp-verbose): Fix docstring.
7272 (tramp-methods): Add recursive option to `tramp-copy-args'.
7273 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7274 "scp1_old", "scp2_old", "rsync", "rsyncc".
7275 (tramp-default-method): Check also for `auth-source-user-or-password'.
7276 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7277 Add handler for `copy-directory'.
7278 (tramp-handle-copy-directory): New defun.
7279 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7280 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7281 Optimize sent command.
7282
7283 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7284
7285 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7286 window if necessary.
7287
7288 * calendar/calendar.el (calendar-basic-setup): Don't call
7289 switch-to-buffer in a dedicated window.
7290
7291 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7292
7293 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7294 don't do anything related to relocating, just return nil.
7295 (bookmark-error-no-filename): New error.
7296 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7297 bookmark has no file. Don't even attempt to handle things that
7298 are not files; the whole point of custom handlers is to keep that
7299 knowledge elsewhere anyway. Tighten some comments.
7300 (bookmark-file-or-variation-thereof): Remove now-unused function.
7301 (bookmark-location): Doc string fix.
7302 (Bug#4250)
7303
7304 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7305
7306 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7307 don't use a file dialog, because they usually don't know how to read
7308 a directory target from the user. (Bug#4230)
7309 Also, make sure the prompt can display directories as well as files.
7310
7311 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7312
7313 * bookmark.el (bookmark-set, bookmark-buffer-name):
7314 Improve doc strings. (Bug#1193)
7315
7316 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7317
7318 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7319 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7320 (bookmark-get-annotation, bookmark-set-annotation)
7321 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7322 (bookmark-set-position, bookmark-get-front-context-string)
7323 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7324 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7325 (bookmark-jump-other-window, bookmark-handle-bookmark)
7326 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7327 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7328 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7329 Improve doc strings to say whether bookmark can be a string or
7330 a record or both, and make other consistency and clarity fixes.
7331 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7332 (bookmark-default-annotation-text, bookmark-yank-word)
7333 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7334 (bookmark-import-new-list, bookmark-maybe-rename)
7335 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7336 (bookmark-bmenu-bookmark): Give these doc strings.
7337 (bookmark-bmenu-check-position): Give this a doc string, but also
7338 add a FIXME comment about how the function may be pointless.
7339 (bookmark-default-handler): Rework doc string and change a
7340 parameter name, to clarify that this takes a bookmark record
7341 not a bookmark name.
7342 (bookmark-set): Change a parameter name to indicate its meaning,
7343 and improve the doc string a bit.
7344 (Bug#4188)
7345
7346 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7347
7348 * bookmark.el (bookmark-alist): Document the new `handler' element
7349 in the param alist.
7350 (bookmark-make-record-function): Adjust documentation for above.
7351 (Bug#4193)
7352
7353 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7354
7355 * info.el (Info-bookmark-make-record): Document this function.
7356 (Info-bookmark-jump): Document with a doc string, not just a comment.
7357 (Bug#4203)
7358
7359 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7360
7361 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
7362 (semantic-new-buffer-fcn): Call parser setup functions here.
7363 (semantic-mode): Don't call parser setup functions here, it's done
7364 in semantic-new-buffer-fcn now.
7365 (semantic-mode): Parse all existing buffers when enabled.
7366
7367 * cedet/srecode/compile.el (srecode-compile-file):
7368 Call semantic-new-buffer-fcn if the buffer has not been parsed.
7369
7370 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7371
7372 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
7373
7374 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
7375 (proj-comp-insert-variable-once): New macro, renamed from
7376 ede-pmake-insert-variable-once in ede/pmake.edl.
7377 (ede-proj-makefile-insert-variables): Use it.
7378
7379 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7380
7381 * files.el (copy-directory): New defun.
7382
7383 * dired-aux.el (dired-copy-file-recursive): Use it.
7384
7385 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7386
7387 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7388 (makefile-end-of-command):
7389 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7390 (semantic-end-of-context): Fix previous change. Doc fixes.
7391
7392 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7393
7394 * files-x.el (modify-dir-local-variable)
7395 (copy-dir-locals-to-file-locals-prop-line):
7396 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7397 (makefile-end-of-command):
7398 * cedet/semantic/lex.el (semantic-lex-token):
7399 * cedet/semantic/analyze/fcn.el
7400 (semantic-analyze-dereference-metatype-1):
7401 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
7402 (semantic-lex-cpp-undef):
7403 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
7404 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7405 (semantic-end-of-context): Fix typos in docstrings.
7406
7407 * recentf.el (recentf-unload-function): New function.
7408
7409 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7410
7411 * cedet/ede.el (ede-project-placeholder-cache-file):
7412 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
7413 * cedet/srecode/map.el (srecode-map-save-file):
7414 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
7415
7416 2009-10-04 Glenn Morris <rgm@gnu.org>
7417
7418 * window.el (window-full-height-p): Add doc string.
7419
7420 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7421
7422 * window.el (window-full-height-p): New function. (Bug#4543)
7423
7424 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
7425
7426 * cedet/srecode/insert.el: Require srecode/args.
7427
7428 * cedet/srecode/args.el: Require srecode/dictionary instead of
7429 srecode/insert.
7430
7431 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
7432
7433 * files.el (auto-mode-alist): Add .srt and Project.ede.
7434
7435 * cedet/semantic.el (semantic-mode):
7436 Handle srecode-template-mode-hook as well.
7437 (semantic-mode): Use js-mode-hook for Javascript hook.
7438
7439 * cedet/srecode/template.el: Remove hook variable.
7440
7441 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
7442
7443 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
7444 projects exist.
7445 (ede-project-placeholder-cache-file): Default to a file in
7446 user-emacs-directory.
7447
7448 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
7449 templates in data-directory.
7450 (srecode-map-save-file): Default to a file in user-emacs-directory.
7451
7452 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
7453 directory.
7454
7455 2009-09-30 Eric Ludlam <zappo@gnu.org>
7456
7457 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
7458 Doc fix.
7459
7460 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
7461 Only insert each variable once.
7462
7463 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
7464 (ede-pmake-insert-variable-shared): Use it.
7465
7466 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
7467 for lexical table iff table is nil.
7468
7469 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7470
7471 * vc.el: Remove commented out code.
7472 (vc-derived-from-dir-mode): Remove, unused.
7473 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7474
7475 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7476
7477 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7478 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7479 there could be recursive loading when `default-directory' is a
7480 remote file name. (Bug#4614)
7481
7482 2009-10-03 Glenn Morris <rgm@gnu.org>
7483
7484 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7485 the frame is wide.
7486 (calendar-generate-window): Test for shrinkability rather than width.
7487
7488 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
7489 declaration, currently false.
7490
7491 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7492 reusing existing buffers, in case we happen to visit two files with the
7493 same basename. (Bug#4593)
7494
7495 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7496
7497 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7498 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7499 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7500 subdirs of cedet as well.
7501 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7502
7503 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7506 Obey advertised-signature-table.
7507
7508 * help-fns.el (help-function-arglist): Don't check
7509 advertised-signature-table.
7510 (describe-function-1): Do it here instead so it also applies to subrs.
7511
7512 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7513
7514 * simple.el (start-file-process): Say in the doc-string, that file
7515 handlers might not support pty association, if PROGRAM is nil.
7516
7517 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7518 HOST and USER are strings. They are nil, when there are
7519 incomplete entries in ~/.netrc, for example.
7520 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7521 root directory ("device busy" error otherwise).
7522
7523 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7524 Flush file properties of created directory.
7525
7526 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7527
7528 * makefile.w32-in (WINS_BASIC): Remove cedet.
7529 (WINS_CEDET): Add cedet.
7530 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7531
7532 2009-10-02 Kevin Ryde <user42@zip.com.au>
7533
7534 * net/browse-url.el (browse-url): Pass any symbol in
7535 browse-url-browser-function to `apply', since if you've mistakenly put
7536 an unbound symbol then the error is clearer. (Bug#4531)
7537
7538 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7539
7540 * allout.el (allout-init, allout-back-to-current-heading)
7541 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7542 (allout-ascend, allout-up-current-level, allout-end-of-level)
7543 (allout-previous-visible-heading, allout-forward-current-level)
7544 (allout-backward-current-level, allout-show-children):
7545 * apropos.el (apropos-describe-plist):
7546 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7547 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7548 * completion.el (add-completion, add-permanent-completion):
7549 * descr-text.el (describe-text-category, describe-char):
7550 * desktop.el (desktop-lazy-abort):
7551 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7552 * dired.el (dired-build-subdir-alist):
7553 * ediff.el (ediff-version):
7554 * elide-head.el (elide-head, elide-head-show):
7555 * emerge.el (emerge-version):
7556 * env.el (getenv):
7557 * face-remap.el (variable-pitch-mode):
7558 * faces.el (describe-face):
7559 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7560 (dired-at-point):
7561 * files.el (find-file-existing, auto-save-mode):
7562 * font-lock.el (font-lock-fontify-buffer):
7563 * help-fns.el (describe-function, describe-variable)
7564 (describe-syntax, describe-categories):
7565 * help.el (view-lossage, describe-bindings, describe-key)
7566 (describe-mode):
7567 * hexl.el (hexl-current-address):
7568 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7569 * info.el (Info-goto-emacs-key-command-node):
7570 * log-edit.el (log-edit-insert-cvs-template)
7571 (log-edit-insert-cvs-rcstemplate):
7572 * menu-bar.el (menu-bar-mode):
7573 * mouse.el (mouse-appearance-menu):
7574 * newcomment.el (comment-indent-new-line):
7575 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7576 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7577 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7578 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7579 * recentf.el (recentf-mode):
7580 * savehist.el (savehist-mode, savehist-save):
7581 * shadowfile.el (shadow-copy-files):
7582 * simple.el (kill-ring-save, next-line, previous-line)
7583 (normal-erase-is-backspace-mode):
7584 * strokes.el (strokes-update-window-configuration)
7585 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7586 (strokes-xpm-for-stroke):
7587 * time.el (emacs-uptime, emacs-init-time):
7588 * tutorial.el (tutorial--describe-nonstandard-key)
7589 (tutorial--detailed-help):
7590 * type-break.el (type-break-mode)
7591 (type-break-mode-line-message-mode, type-break-query-mode)
7592 (type-break-guesstimate-keystroke-threshold):
7593 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7594 * version.el (emacs-version):
7595 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7596 * winner.el (winner-mode):
7597 * calendar/timeclock.el (timeclock-in, timeclock-out)
7598 (timeclock-status-string, timeclock-change)
7599 (timeclock-workday-remaining-string)
7600 (timeclock-workday-elapsed-string)
7601 (timeclock-when-to-leave-string):
7602 * calendar/todo-mode.el (todo-add-category):
7603 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7604 * emacs-lisp/autoload.el (update-file-autoloads):
7605 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7606 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7607 (checkdoc-message-text, checkdoc-defun):
7608 * emacs-lisp/debug.el (debugger-list-functions):
7609 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7610 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7611 (eieio-describe-generic):
7612 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7613 * emacs-lisp/shadow.el (list-load-path-shadows):
7614 * emulation/cua-base.el (cua-mode):
7615 * emulation/edt.el (edt-set-scroll-margins):
7616 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7617 (tpu-toggle-regexp, tpu-toggle-search-direction)
7618 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7619 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7620 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7621 (viper-set-parsing-style-toggling-macro)
7622 (viper-set-emacs-state-searchstyle-macros):
7623 * emulation/viper.el (viper-set-hooks):
7624 * eshell/esh-mode.el (eshell-truncate-buffer):
7625 * international/mule-cmds.el (prefer-coding-system)
7626 (describe-input-method, describe-language-environment):
7627 * international/mule-diag.el (list-character-sets)
7628 (describe-character-set, describe-coding-system)
7629 (describe-fontset, list-fontsets, list-input-methods):
7630 * mail/sendmail.el (mail-signature):
7631 * net/ange-ftp.el (ange-ftp-copy-file):
7632 * net/browse-url.el (browse-url):
7633 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7634 * net/quickurl.el (quickurl-add-url):
7635 * net/rcirc.el (names, topic):
7636 * net/xesam.el (xesam-mode):
7637 * play/5x5.el (5x5-new-game):
7638 * play/yow.el (apropos-zippy):
7639 * progmodes/ada-mode.el (ada-mode-version):
7640 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7641 (f90-end-of-block)
7642 (f90-beginning-of-block):
7643 * progmodes/fortran.el (fortran-end-of-block)
7644 (fortran-beginning-of-block):
7645 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7646 * progmodes/python.el (python-describe-symbol, python-shell):
7647 * term/ns-win.el (ns-print-buffer):
7648 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7649 * textmodes/flyspell.el (flyspell-mode-on):
7650 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7651 (pages-directory-for-addresses):
7652 * textmodes/table.el (table-recognize-cell)
7653 (table-query-dimension, table-generate-source)
7654 (table-insert-sequence, table--warn-incompatibility):
7655 * textmodes/tex-mode.el (tex-validate-buffer):
7656 * textmodes/texinfmt.el (texinfmt-version)
7657 (texinfo-format-buffer):
7658 Use `called-interactively-p' instead of `interactive-p'.
7659
7660 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7661
7662 * image-mode.el (image-toggle-display):
7663 * emacs-lisp/elp.el (elp-instrument-function):
7664 * emacs-lisp/advice.el (ad-make-advised-definition):
7665 * emacs-lisp/easy-mmode.el (define-minor-mode):
7666 * net/browse-url.el (browse-url-maybe-new-window):
7667 * progmodes/sh-script.el (sh-learn-buffer-indent):
7668 Pass new argument 'any to `called-interactively-p'.
7669
7670 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7671
7672 * international/uni-bidi.el:
7673 * international/uni-category.el:
7674 * international/uni-combining.el:
7675 * international/uni-comment.el:
7676 * international/uni-decimal.el:
7677 * international/uni-decomposition.el:
7678 * international/uni-digit.el:
7679 * international/uni-lowercase.el:
7680 * international/uni-mirrored.el:
7681 * international/uni-name.el:
7682 * international/uni-numeric.el:
7683 * international/uni-old-name.el:
7684 * international/uni-titlecase.el:
7685 * international/uni-uppercase.el:
7686 Regenerate from Unicode 5.2.0 data.
7687
7688 2009-10-01 Glenn Morris <rgm@gnu.org>
7689
7690 * Makefile.in (ELCFILES): Regenerate.
7691
7692 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7693
7694 * subr.el (interactive-p): Mark obsolete.
7695 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7696 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7697 advertised-signature-table for subroutines as well.
7698
7699 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7700 (set-advertised-calling-convention): New function.
7701 (make-obsolete, define-obsolete-function-alias)
7702 (make-obsolete-variable, define-obsolete-variable-alias):
7703 Make the optional-ness of `when' obsolete.
7704 (define-obsolete-face-alias): Make `when' non-optional.
7705 * help-fns.el (help-function-arglist):
7706 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7707 Use advertised-signature-table.
7708
7709 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7710
7711 * files.el (delete-directory): New defun. The original function
7712 in fileio.c has been renamed to `delete-directory-internal'.
7713
7714 * dired.el (dired-delete-file): Call `delete-directory' with
7715 RECURSIVE parameter.
7716
7717 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7718 parameter RECURSIVE. Implementation is missing.
7719
7720 * net/tramp.el (tramp-handle-make-directory): Flush upper
7721 directory's file properties.
7722 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7723 (tramp-handle-dired-recursive-delete-directory): Flush directory
7724 properties after the remove command only.
7725
7726 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7727 Handle optional parameter RECURSIVE.
7728
7729 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7730 Handle optional parameter RECURSIVE.
7731
7732 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7733 connection timeout.
7734 (tramp-smb-handle-delete-directory): Handle optional parameter
7735 RECURSIVE.
7736
7737 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7738
7739 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7740 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7741 (byte-compile-defmacro): Use backquotes.
7742
7743 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7744
7745 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7746 has no associated file.
7747 (vc-resynch-buffer): Use vc-dir-buffers.
7748
7749 2009-10-01 Glenn Morris <rgm@gnu.org>
7750
7751 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7752 (chart-file-count):
7753 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7754 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7755 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7756 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7757 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7758 (eieio-copy-parents-into-subclass, make-instance, class-children)
7759 (eieio-generic-form):
7760 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7761 * cedet/cedet-idutils.el (cedet-idutils-search)
7762 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7763 (cedet-idutils-version-check):
7764 * cedet/cedet.el (cedet-version):
7765 * cedet/data-debug.el (data-debug-insert-overlay-button)
7766 (data-debug-insert-overlay-list-button)
7767 (data-debug-insert-buffer-button)
7768 (data-debug-insert-buffer-list-button)
7769 (data-debug-insert-process-button, data-debug-insert-ring-button)
7770 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7771 (data-debug-insert-stuff-vector-button)
7772 (data-debug-insert-symbol-button, data-debug-insert-string)
7773 (data-debug-insert-number, data-debug-insert-lambda-expression)
7774 (data-debug-insert-nil, data-debug-insert-simple-thing)
7775 (data-debug-insert-custom, data-debug-edebug-expr):
7776 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7777 (global-ede-mode-map, ede-new, ede-debug-target)
7778 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7779 * cedet/semantic.el (semantic-minimum-working-buffer-size)
7780 (semantic-fetch-tags, semantic-submode-list)
7781 (semantic-default-submodes):
7782 * cedet/ede/source.el (ede-source-match):
7783 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7784 (project-am-package-info):
7785 * cedet/ede/proj.el (ede-proj-target, project-new-target):
7786 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7787 * cedet/ede/proj-comp.el (ede-current-build-list):
7788 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7789 * cedet/ede/files.el (ede-toplevel-project-or-nil):
7790 * cedet/ede/cpp-root.el (initialize-instance):
7791 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7792 (autoconf-parameter-strip, autoconf-insert-new-macro):
7793 * cedet/semantic/wisent.el (wisent-lex-eoi):
7794 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7795 (semantic-show-parser-state-mode):
7796 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7797 * cedet/semantic/tag.el (semantic-tag-new-variable)
7798 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7799 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7800 (semantic--tag-deep-copy-tag-list)
7801 (semantic-tag-components-with-overlays-default):
7802 * cedet/semantic/symref.el (semantic-symref-find-text):
7803 * cedet/semantic/senator.el (senator-yank-tag)
7804 (senator-transpose-tags-up):
7805 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7806 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7807 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7808 * cedet/semantic/lex.el (semantic-lex-comment-regex)
7809 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7810 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7811 * cedet/semantic/lex-spp.el
7812 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7813 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7814 * cedet/semantic/idle.el
7815 (semantic-idle-summary-current-symbol-info-brutish)
7816 (semantic-idle-summary-current-symbol-info-default):
7817 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7818 (semantic--grammar-macro-compl-dict):
7819 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7820 * cedet/semantic/format.el (semantic-format-tag-custom-list)
7821 (semantic-format-tag-canonical-name-default):
7822 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7823 (semantic-find-tags-for-completion)
7824 (semantic-find-tags-by-scope-protection-default)
7825 (semantic-deep-find-tags-for-completion):
7826 * cedet/semantic/edit.el
7827 (semantic-edits-incremental-reparse-failed-hook)
7828 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7829 (semantic-edits-splice-remove, semantic-edits-splice-replace):
7830 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7831 * cedet/semantic/dep.el (semantic-dependency-include-path):
7832 * cedet/semantic/db.el (semanticdb-default-find-index-class)
7833 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7834 (semanticdb-project-roots):
7835 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7836 (semanticdb-find-adebug-insert-scanned-tag-cons)
7837 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7838 (semanticdb-brute-deep-find-tags-for-completion):
7839 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7840 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7841 (semantic-end-of-context-default)
7842 (semantic-ctxt-current-function-default)
7843 (semantic-ctxt-scoped-types-default):
7844 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7845 (semantic-complete-inline-tag-engine)
7846 (semantic-complete-inline-custom-type)
7847 (semantic-complete-read-tag-analyzer):
7848 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7849 (semantic-chart-database-size):
7850 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7851 (semantic-analyze-current-context):
7852 * cedet/semantic/symref/list.el (semantic-symref)
7853 (semantic-symref-hide-buffer, semantic-symref-symbol):
7854 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7855 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7856 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7857 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7858 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7859 (semantic-c-dereference-template):
7860 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7861 (semantic--analyze-refs-full-lookup-with-parents)
7862 (semantic--analyze-refs-full-lookup-simple):
7863 * cedet/semantic/analyze/complete.el
7864 (semantic-analyze-possible-completions):
7865 * cedet/srecode/table.el (srecode-mode-table-new):
7866 * cedet/srecode/srt.el (srecode-read-variable-name):
7867 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7868 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7869 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7870 * cedet/srecode/map.el (srecode-current-map):
7871 * cedet/srecode/insert.el (srecode-insert)
7872 (srecode-insert-variable-secondname-handler, srecode-insert-method)
7873 (srecode-template-inserter-point-override)
7874 (srecode-insert-include-lookup):
7875 * cedet/srecode/getset.el (srecode-auto-choose-class):
7876 * cedet/srecode/extract.el (srecode-inserter-extract):
7877 * cedet/srecode/document.el
7878 (srecode-document-autocomment-return-last-alist)
7879 (srecode-document-autocomment-param-type-alist)
7880 (srecode-document-insert-function-comment)
7881 (srecode-document-insert-variable-one-line-comment)
7882 (srecode-document-function-name-comment):
7883 * cedet/srecode/dictionary.el (srecode-create-dictionary)
7884 (srecode-compound-toString):
7885 * cedet/srecode/compile.el (srecode-flush-active-templates):
7886 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
7887 Doc/message fixes.
7888
7889 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7890 match-data. (Bug#4555).
7891
7892 * cedet/semantic/bovine/gcc.el
7893 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7894 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7895
7896 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7897 rather than parsing it as a regexp. This relaxes the layout
7898 requirements and makes errors easier to detect.
7899 (check-declare-verify): Check file is regular.
7900 (check-declare-directory): Doc fix.
7901 * subr.el (declare-function): Doc fix.
7902
7903 * ibuffer.el (ibuffer-format-qualifier):
7904 * isearch.el (hi-lock-regexp-okay):
7905 * calc/calc.el (math-zerop):
7906 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7907 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7908 Remove unused declarations.
7909
7910 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7911
7912 * cedet/semantic/wisent/javat-wy.el
7913 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7914
7915 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
7916
7917 * cedet/srecode/expandproto.el: Fix provide statement.
7918
7919 2009-09-30 Eric Ludlam <zappo@gnu.org>
7920
7921 * emacs-lisp/eieio.el (boolean-p): Delete.
7922
7923 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
7924
7925 * cedet/ede/srecode.el: Fix provide statement.
7926
7927 2009-09-30 Glenn Morris <rgm@gnu.org>
7928
7929 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7930 * cedet/ede/proj-aux.el (ede-aux-source):
7931 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7932 (ede-misc-source):
7933 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7934 (semantic-mrub-switch-tags): Fix doc typos.
7935
7936 * cedet/semantic/db-global.el (data-debug-new-buffer)
7937 (data-debug-insert-thing): Remove unneeded declarations (one broken).
7938 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7939
7940 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7941
7942 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7943 use of CL function `remove-if-not'.
7944
7945 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7946
7947 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7948 filename is not a string.
7949
7950 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
7951
7952 * files.el (safe-local-eval-forms): Fix typo.
7953
7954 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7955
7956 * vc-hooks.el (vc-dir-buffers): New var.
7957 (vc-state-refresh): New function.
7958 (vc-state): Use it.
7959 (vc-after-save): Always ask the backend to recompute the new state.
7960 Always call vc-dir if necessary, using vc-dir-buffers.
7961 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7962 Use vc-dir-buffers.
7963 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7964 (vc-dir-prepare-status-buffer, vc-dir-update)
7965 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7966 Don't call expand-file-name on default-directory.
7967
7968 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7969
7970 * speedbar.el (speedbar-item-delete):
7971 * calc/calc-prog.el (calc-kbd-if):
7972 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7973
7974 * epa.el (epa-key-list-mode-map):
7975 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7976
7977 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7978 (hs-show-hook): Fix typo in docstring.
7979
7980 2009-09-29 Glenn Morris <rgm@gnu.org>
7981
7982 * cedet/semantic/symref/idutils.el:
7983 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7984
7985 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7986
7987 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7988 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7989 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7990 Mark declarations not understood by check-declare.
7991
7992 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7993 file-name-nondirectory call preventing location of cedet files.
7994 (check-declare-verify): Use literal search rather than re-search.
7995 Add basic defmethod and defclass, and define-overloadable-function.
7996
7997 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7998 Use tramp-compat-file-attributes rather than nonexistent
7999 tramp-compat-handle-file-attributes.
8000
8001 * Makefile.in (lisptagsfiles4): New.
8002 (AUTOGENEL): Add cedet loaddefs files.
8003 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8004 (update-elclist, compile-always, backup-compiled-files)
8005 (bootstrap-clean): Add yet another directory level.
8006 (update-elclist): Use LC_COLLATE rather than COLLATE.
8007 (ELCFILES): Update, via `make update-elclist'.
8008
8009 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8010
8011 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8012 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8013 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8014
8015 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8016
8017 * Makefile.in (lisptagsfiles3): Define.
8018 (TAGS, TAGS-LISP): Use it.
8019 (update-elclist): Add third directory level to look for elc files.
8020 (compile-always): Likewise.
8021 (backup-compiled-files): Likewise.
8022 (bootstrap-clean): Likewise.
8023 (ELCFILES): Update.
8024
8025 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
8026
8027 * Makefile.in (ELCFILES): Add CEDET files.
8028
8029 2009-09-28 Eric Ludlam <zappo@gnu.org>
8030
8031 CEDET (development tools) package merged.
8032
8033 * cedet/*.el:
8034 * cedet/ede/*.el:
8035 * cedet/semantic/*.el:
8036 * cedet/srecode/*.el: New files.
8037
8038 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
8039
8040 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8041
8042 * net/tramp.el (top): Require tramp-imap.
8043
8044 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8045 Use `tramp-compat-handle-file-attributes'.
8046
8047 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8048
8049 * net/tramp-imap.el: New package.
8050
8051 2009-09-28 Eric Ludlam <zappo@gnu.org>
8052
8053 * emacs-lisp/chart.el:
8054 * emacs-lisp/eieio-base.el:
8055 * emacs-lisp/eieio-comp.el:
8056 * emacs-lisp/eieio-custom.el:
8057 * emacs-lisp/eieio-datadebug.el:
8058 * emacs-lisp/eieio-opt.el:
8059 * emacs-lisp/eieio-speedbar.el:
8060 * emacs-lisp/eieio.el: New files.
8061
8062 * cedet/cedet-cscope.el:
8063 * cedet/cedet-files.el:
8064 * cedet/cedet-global.el:
8065 * cedet/cedet-idutils.el:
8066 * cedet/data-debug.el:
8067 * cedet/inversion.el:
8068 * cedet/mode-local.el:
8069 * cedet/pulse.el: New files.
8070
8071 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8072
8073 * whitespace.el (whitespace-trailing-regexp)
8074 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8075 Fix doc string.
8076
8077 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
8078
8079 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8080 menu.
8081
8082 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8083 menu-bar-ediff-menu.
8084
8085 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8086 define-overloadable-function.
8087
8088 * progmodes/autoconf.el: Provide autoconf as well, so that this
8089 file can be `require'd.
8090
8091 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8092
8093 * emacs-lisp/autoload.el (generated-autoload-feature)
8094 (generated-autoload-load-name): New vars.
8095 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8096 (make-autoload): Recognize define-overloadable-function and
8097 defclass forms (for EIEIO).
8098
8099 * Makefile.in (update-subdirs): Exclude cedet directory.
8100
8101 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8102
8103 * term/ns-win.el: Don't set the region face background. (Bug#4381)
8104
8105 * faces.el: Default light-background background for region face to
8106 ns_selection_color under NS.
8107
8108 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8109
8110 * net/imap-hash.el: New library, see NEWS.
8111
8112 * Makefile.in (ELCFILES): Add imap-hash.el.
8113
8114 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8115
8116 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8117 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8118 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8119 definition where the docstring could be taken for the return value.
8120
8121 2009-09-26 Glenn Morris <rgm@gnu.org>
8122
8123 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8124 Add option to only show images below a certain size.
8125 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8126 save-excursion calls.
8127
8128 2009-09-26 Eli Zaretskii <eliz@gnu.org>
8129
8130 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8131 subdirectories) and eieio.
8132
8133 2009-09-26 Alan Mackenzie <acm@muc.de>
8134
8135 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
8136 buggy bracketing. (Bug#4289)
8137
8138 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8139 character constants (as case labels). (Bug#4289)
8140
8141 2009-09-25 Juri Linkov <juri@jurta.org>
8142
8143 * files.el (safe-local-eval-forms): Allow time-stamp in
8144 before-save-hook (Bug#4554).
8145
8146 2009-09-25 Drew Adams <drew.adams@oracle.com>
8147
8148 * menu-bar.el (list-buffers-directory): Doc fix.
8149
8150 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8151
8152 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8153 Try and avoid copying twice the same paragraph.
8154 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8155 Remove save-excursion.
8156 (log-edit-changelog-entry): Do it here instead.
8157
8158 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
8159
8160 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8161 when available, instead of hardcoding mode names. Doc fix.
8162
8163 * menu-bar.el (list-buffers-directory): Add docstring.
8164 Make automatically buffer-local.
8165
8166 * dired.el (dired-mode):
8167 * files.el (cd-absolute):
8168 * pcvs.el (cvs-temp-buffer):
8169 * pcvs-util.el (cvs-get-buffer-create):
8170 * shell.el (shell-mode):
8171 * vc-dir.el (vc-dir-mode):
8172 Don't make `list-buffers-directory' buffer local.
8173
8174 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8175
8176 * comint.el (comint-exec, comint-run, make-comint):
8177 Doc fixes (Bug#4542).
8178
8179 2009-09-25 Glenn Morris <rgm@gnu.org>
8180
8181 * mail/rmailmm.el (rmail-mime): New custom group.
8182 Move all defcustoms in this file into this group.
8183 (rmail-mime-media-type-handlers-alist): Revert previous change.
8184 (rmail-mime-show-images): New option.
8185 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8186 references to it, since it wasn't actually used for anything.
8187 (rmail-mime-insert-image): New function.
8188 (rmail-mime-image): Use rmail-mime-insert-image.
8189 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8190 obey the value of `rmail-mime-show-images' option. Print the size of
8191 attachments.
8192
8193 2009-09-25 David Engster <deng@randomsample.de>
8194
8195 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8196
8197 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8198
8199 * whitespace.el: Does not highlight trailing spaces While point is
8200 at end of line. Does not highligt spaces at beginning of buffer
8201 while point is at beginning of buffer. Does not highlight spaces
8202 at end of buffer while point is at end of buffer. (Bug#4177)
8203 New version 12.0.
8204 (whitespace-display-mappings): Adjust initialization.
8205 (whitespace-point, whitespace-font-lock-refontify): New vars.
8206 (whitespace-color-on, whitespace-color-off): Adjust code.
8207 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8208 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8209 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8210
8211 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
8212
8213 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8214
8215 * textmodes/sgml-mode.el: Remove xml-mode alias.
8216
8217 * files.el (auto-mode-alist, conf-mode-maybe)
8218 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8219
8220 2009-09-24 Alan Mackenzie <acm@muc.de>
8221
8222 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8223 c-forward-conditionals, but it doesn't move point and doesn't set
8224 the mark.
8225 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8226 (c-down-conditional-with-else, c-backward-conditional)
8227 (c-forward-conditional): Refactor to use c-scan-conditionals.
8228
8229 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8230
8231 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8232 (help-default-arg-highlight): Remove.
8233 (help-highlight-arg): New function.
8234 (help-do-arg-highlight): Use it.
8235 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8236
8237 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8238
8239 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8240 Undo last change, which didn't fix the problem and introduced others.
8241
8242 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
8243
8244 * progmodes/gdb-mi.el: Don't require speedbar.
8245 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8246
8247 2009-09-24 Glenn Morris <rgm@gnu.org>
8248
8249 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8250
8251 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8252
8253 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8254 there is no newline after the final mime boundary. (Bug#4539)
8255 Move markers on insertion so that any buttons inserted don't end up in
8256 the next part of a multipart message.
8257 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8258 (rmail-mime-bulk-handler): Optionally handle images.
8259 (rmail-mime-image): New button action.
8260 (rmail-mime-image-handler): New function.
8261 (rmail-mime-mode): New mode.
8262 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8263
8264 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8265
8266 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8267 than just dropping elements from it (bug#4504).
8268
8269 * term.el (term-set-scroll-region): Don't move cursor any more.
8270 (term-handle-ansi-escape): Call term-goto here instead.
8271 Suggested by Ivan Kanis <apple@kanis.eu>.
8272
8273 * term.el: Require CL.
8274 (term-ansi-reset): New function.
8275 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8276 (term-handle-colors-array): Simplify.
8277
8278 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8279
8280 * allout.el (allout-overlay-interior-modification-handler)
8281 (allout-obtain-passphrase):
8282 * epa-file.el (epa-file-write-region):
8283 * ps-print.el (ps-begin-job):
8284 * vc-hooks.el (vc-toggle-read-only):
8285 * vc-rcs.el (vc-rcs-rollback):
8286 * vc-sccs.el (vc-sccs-rollback):
8287 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8288 (vc-version-diff, vc-revert, vc-rollback):
8289 * wdired.el (wdired-check-kill-buffer):
8290 * emacs-lisp/authors.el (authors):
8291 * net/socks.el (socks-open-connection):
8292 * net/zeroconf.el (zeroconf-service-add-hook):
8293 * obsolete/vc-mcvs.el (vc-mcvs-register):
8294 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8295 (gdb-select-frame):
8296 * progmodes/grep.el (lgrep, rgrep):
8297 * progmodes/idlw-help.el (idlwave-help-check-locations)
8298 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8299 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8300 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8301 (reftex-toc-rename-label): Fix typos in error messages.
8302
8303 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8304 (dired-copy-how-to-fn): Doc fix.
8305 (dired-files-attributes, dired-read-shell-command):
8306 Fix typos in docstrings.
8307
8308 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8309 (dired-x-find-file-other-window): Reflow docstrings.
8310 (dired-omit-marker-char, dired-read-shell-command)
8311 (dired-x-submit-report): Fix typos in docstrings.
8312
8313 * shell.el (shell-mode-hook):
8314 * view.el (View-scroll-line-forward):
8315 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8316 Fix typos in docstrings.
8317
8318 * net/dig.el (dig-invoke): Fix typo in docstring.
8319 (query-dig): Reflow docstring.
8320
8321 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8322 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8323 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8324 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8325 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8326 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8327 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8328 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8329 (idlwave-completion-map, idlwave-current-indent)
8330 (idlwave-custom-ampersand-surround, idlwave-customize)
8331 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8332 (idlwave-define-abbrev, idlwave-determine-class-special)
8333 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8334 (idlwave-end-block-reg, idlwave-end-of-statement)
8335 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8336 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8337 (idlwave-explicit-class-listed, idlwave-file-header)
8338 (idlwave-fill-paragraph, idlwave-find-class-definition)
8339 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8340 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8341 (idlwave-in-quote, idlwave-indent-action-table)
8342 (idlwave-indent-expand-table, idlwave-indent-line)
8343 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8344 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8345 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8346 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8347 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8348 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8349 (idlwave-outlawed-buffers, idlwave-popup-select)
8350 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8351 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8352 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8353 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8354 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8355 (idlwave-statement-type, idlwave-struct-skip)
8356 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8357 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8358 (idlwave-what-module-find-class): Fix typos in docstrings.
8359 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8360 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8361 (idlwave-find-module, idlwave-find-structure-definition)
8362 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8363 (idlwave-list-load-path-shadows, idlwave-next-statement)
8364 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8365 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8366 (idlwave-template): Reflow docstrings.
8367
8368 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8369 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8370 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8371 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8372 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8373 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8374 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8375 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8376 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8377 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8378 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8379 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8380 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8381 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8382 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8383 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8384 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8385 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8386 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8387 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8388 Fix typos in docstrings.
8389 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8390 (idlwave-shell-hide-output, idlwave-shell-mode)
8391 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8392 Reflow docstrings.
8393
8394 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8395
8396 2009-09-24 Ivan Kanis <apple@kanis.eu>
8397
8398 * term.el (term-bold-attribute): New var.
8399 (term-handle-colors-array): Use it.
8400
8401 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8402
8403 * progmodes/gdb-mi.el (gdb-version): New variable.
8404 (gdb-non-stop-handler): Set gdb-version.
8405 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8406 Condition "--thread" option on gdb-version.
8407 (gdb-invalidate-threads): Remove unused argument.
8408
8409 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8410
8411 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8412 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8413
8414 2009-09-23 Glenn Morris <rgm@gnu.org>
8415
8416 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8417 replying to mail without References or Message-Id. (Bug#4525)
8418
8419 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8420
8421 * term/ns-win.el (ns-reg-to-script): New variable.
8422
8423 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8424
8425 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8426
8427 2009-09-22 Sam Steingold <sds@gnu.org>
8428
8429 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8430 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8431 to 1 because hg returns status 1 when nothing is found.
8432 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8433
8434 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8435
8436 * textmodes/fill.el: Convert to utf-8 encoding.
8437 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8438 pre-unicode days.
8439
8440 * add-log.el (change-log-fill-forward-paragraph): New function.
8441 (change-log-mode): Use it so fill-region DTRT.
8442 Set fill-indent-according-to-mode here rather than in
8443 change-log-fill-paragraph.
8444 (change-log-fill-paragraph): Remove.
8445
8446 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8447
8448 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8449 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8450
8451 2009-09-22 Glenn Morris <rgm@gnu.org>
8452
8453 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8454 the scroll-bar scroll the calendar window rather than the buffer.
8455
8456 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8457 commands that move point (as opposed to scrolling).
8458
8459 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8460
8461 * emacs-lisp/elint.el (elint): New custom group.
8462 (elint-log-buffer): Make it a defcustom.
8463 (elint-scan-preloaded, elint-ignored-warnings)
8464 (elint-directory-skip-re): New options.
8465 (elint-builtin-variables): Doc fix.
8466 (elint-preloaded-env): New variable.
8467 (elint-unknown-builtin-args): Add an entry for encode-time.
8468 (elint-extra-errors): Make it a variable rather than a constant.
8469 (elint-preloaded-skip-re): New constant.
8470 (elint-directory): Skip files matching elint-directory-skip-re.
8471 (elint-features): New variable, local to linted buffers.
8472 (elint-update-env): Initialize elint-features. Possibly add
8473 elint-preloaded-env to the buffer's environment.
8474 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8475 Skip quoted forms.
8476 (elint-init-form): New function, extracted from elint-init-env.
8477 Make non-list forms a warning rather than an error.
8478 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8479 easy-menu-define, put that adds an error-condition, and provide.
8480 When requiring cl, also require cl-macs. Really require cl, to handle
8481 some cl macros. Store required libraries in the list elint-features,
8482 so as not to re-load them. Treat cc-require like require.
8483 (elint-init-env): Call elint-init-form to do the work.
8484 Handle eval-and-compile and such like.
8485 (elint-add-required-env): Do not clear messages.
8486 (elint-special-forms): Add handlers for function, defalias, if, when,
8487 unless, and, or.
8488 (elint-form): Add optional argument to ignore elint-special-forms,
8489 useful to prevent recursive calls from handlers. Doc fix.
8490 Respect elint-ignored-warnings.
8491 (elint-form): Respect elint-ignored-warnings.
8492 (elint-bound-variable, elint-bound-function): New variables.
8493 (elint-unbound-variable): Respect elint-bound-variable.
8494 (elint-get-args): Respect elint-bound-function.
8495 (elint-check-cond-form): Add some simple handling for (f)boundp and
8496 featurep tests.
8497 (elint-check-defalias-form): New handler.
8498 (elint-check-let-form): Make an empty let a warning rather than an
8499 error.
8500 (elint-check-setq-form): Make an empty setq a warning rather than an
8501 error. Respect elint-ignored-warnings.
8502 (elint-check-defvar-form): Accept null doc-strings.
8503 (elint-check-conditional-form): New handler. Does some simple-minded
8504 checking of featurep and (f)boundp tests.
8505 (elint-put-function-args): New function.
8506 (elint-initialize): Use elint-scan-doc-file rather than
8507 elint-find-builtin-variables. Use elint-put-function-args.
8508 Possibly scan preloaded-file-list.
8509 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8510 extend to handle functions as well.
8511
8512 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8513
8514 * linum.el (linum-delete-overlays, linum-update-window):
8515 Do not modify the right margin. (Bug#3971)
8516
8517 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8518
8519 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8520 nxml-mode instead of xml-mode.
8521
8522 2009-09-21 Kevin Ryde <user42@zip.com.au>
8523
8524 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8525
8526 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8527
8528 * net/dig.el (dig-mode): Use define-derived-mode.
8529
8530 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8531
8532 * vc-dispatcher.el (vc-do-command): Return the process object in
8533 the asynchronous case. Use when instead of if. Do not run
8534 vc-exec-after to display a message if not enabled. (Bug#4463)
8535
8536 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8537 properties to the stash strings.
8538 (vc-git-stash-list): Return a list of strings.
8539 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8540 (vc-git-stash-show-at-point): New functions.
8541 (vc-git-stash-map): New keymap.
8542
8543 * register.el (ctl-x-r-map): Define the keys here instead of
8544 using autoload.
8545
8546 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8547
8548 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8549 list, to workaround performance problem (bug#4485).
8550
8551 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8552
8553 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8554
8555 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8556
8557 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8558 Document that this option is not recommended to use.
8559
8560 2009-09-19 Glenn Morris <rgm@gnu.org>
8561
8562 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8563 variable `var'.
8564
8565 * calc/calc-alg.el (var):
8566 * calc/calcalg2.el (var): Define for compiler.
8567
8568 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8569
8570 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8571 Doc fix (Bug#3932).
8572
8573 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8574
8575 * time-stamp.el (time-stamp-month-dd-yyyy)
8576 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8577 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8578 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8579 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8580 Remove functions that have been obsolete since 1995 (Bug#4436).
8581
8582 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8583 indent buffer only if called interactively (Bug#4452).
8584
8585 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8586 Eli Zaretskii <eliz@gnu.org>
8587
8588 This fixes bug#4197 (merged to bug#865, though not identical).
8589 * server.el (server-auth-dir): Add docstring note about FAT32.
8590 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8591 but warn against using them.
8592
8593 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8594
8595 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8596 older GDB where there is no has_more field.
8597
8598 2009-09-19 Glenn Morris <rgm@gnu.org>
8599
8600 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8601
8602 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8603
8604 * files.el (auto-mode-alist): Change default for XML files to nXML
8605 mode (Bug#4169).
8606
8607 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8608
8609 * server.el (server-ensure-safe-dir): Pass 'integer
8610 to `file-attributes', as suggested.
8611
8612 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8613
8614 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8615 (dired-query): Use read-key.
8616
8617 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8618
8619 * cus-start.el (ns-use-qd-smoothing): Remove.
8620
8621 2009-09-18 Glenn Morris <rgm@gnu.org>
8622
8623 * allout.el (top-level): Remove unnecessary progn.
8624
8625 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8626
8627 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8628 definition of abbrev table.
8629
8630 * speedbar.el (speedbar-track-mouse):
8631 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8632 * net/eudc.el (eudc-expand-inline):
8633 * net/newst-backend.el (newsticker--cache-read-feed):
8634 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8635 condition-case handlers.
8636
8637 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8638
8639 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8640 (gdb-var-list): Add an element for has_more field.
8641 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8642 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8643 (gdb-var-update-handler-1): Parse output of dynamic variable
8644 objects (STL containers).
8645 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8646 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8647
8648 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8649 gdb-var-list.
8650 (gud-speedbar-buttons): Make node expandable if expression "has more"
8651 children.
8652
8653 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8654
8655 * startup.el (emacs-quick-startup): Remove variable and all uses.
8656 (command-line): Set `inhibit-x-resources' instead.
8657 (command-line-1): Use `inhibit-x-resources' instead.
8658
8659 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8660
8661 * subr.el: Fix last change to avoid using the `unless' macro,
8662 which breaks bootstrapping.
8663
8664 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8665
8666 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8667 extended definitions, in case we reload subr.el after having
8668 loaded CL.
8669 (eval-next-after-load): Mark as obsolete.
8670
8671 2009-09-17 Juri Linkov <juri@jurta.org>
8672
8673 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8674 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8675 (menu-bar-showhide-menu, menu-bar-tools-menu)
8676 (menu-bar-describe-menu, menu-bar-help-menu)
8677 (minibuffer-local-completion-map, minibuffer-local-map):
8678 Fix list quoting.
8679
8680 2009-09-17 Glenn Morris <rgm@gnu.org>
8681
8682 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8683 arguments, whether or not it has a handler.
8684
8685 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8686
8687 * simple.el (hard-newline): Give it a doc-string.
8688
8689 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8690 (lisp-mode-syntax-table): Give them doc-strings.
8691
8692 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8693
8694 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8695 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8696 (menu-bar-options-menu, menu-bar-showhide-menu)
8697 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8698 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8699 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8700 (menu-bar-options-menu, menu-bar-tools-menu)
8701 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8702 (menu-bar-help-menu):
8703 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8704 string arguments.
8705
8706 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8707 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8708 calls for the menu names and :help.
8709
8710 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8711
8712 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8713 to :minor-mode-function (bug#4455).
8714
8715 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8716
8717 * startup.el (command-line): Initialize the window-system after
8718 processing the command-line.
8719
8720 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8721 page-delimiter matches the empty string.
8722
8723 2009-09-16 Glenn Morris <rgm@gnu.org>
8724
8725 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8726 byte-compile-not-obsolete-var. It's a list now.
8727 (byte-compile-not-obsolete-funcs): New variable.
8728 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8729 byte-compile-not-obsolete-funcs.
8730 (byte-compile-variable-ref, byte-compile-defvar): Update for
8731 byte-compile-not-obsolete-vars name-change and list nature.
8732 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8733 and variables behind (f)boundp tests.
8734 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8735
8736 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8737
8738 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8739
8740 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8741
8742 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8743 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8744 Don't autoload.
8745
8746 2009-09-15 Stephen Eglen <stephen@gnu.org>
8747
8748 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8749 the virtual-buffers, use the name of the buffer specified by
8750 find-file-noselect, as the match may be a symlink. (This was a
8751 problem if the target and the symlink had different names.)
8752
8753 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8754
8755 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8756
8757 * desktop.el (desktop-path): Check user-emacs-directory.
8758
8759 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8760
8761 * loadup.el: Use after-load-functions to GC after loading each file.
8762 Remove the explicit GC calls that used to be sprinkled around.
8763
8764 * subr.el (after-load-functions): New hook.
8765 (do-after-load-evaluation): Run it. Use string-match-p to detect
8766 `obsolete' packages, rather than painfully extracting the relevant
8767 directory name.
8768
8769 2009-09-15 Glenn Morris <rgm@gnu.org>
8770
8771 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8772 free variable `doc'.
8773
8774 * dired.el (dired-mode-map): Add menu entry for async shell command.
8775
8776 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8777 variables, also consider the .elc files, since the .el files are
8778 normally gzipped (subsequent code locates the .el.gz from the .elc).
8779
8780 * calc/calc-prog.el (arglist): Define for compiler.
8781
8782 * calendar/diary-lib.el (diary-display-function): Change the default to
8783 fancy display.
8784 (body): Define for compiler.
8785
8786 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8787 (byte-compile-file-form, byte-compile-lambda)
8788 (byte-compile-top-level-body, byte-compile-form)
8789 (byte-compile-variable-ref, byte-compile-setq)
8790 (byte-compile-setq-default, byte-compile-body)
8791 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8792 (batch-byte-compile): Give some more local variables with common names
8793 a "bytecomp-" prefix to avoid masking warnings about free variables.
8794
8795 * startup.el (command-line-1): Give local variables with common names a
8796 distinguishing prefix, so as not to hide free variable warnings during
8797 bootstrap.
8798
8799 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8800 clever and add a suffix to make a unique name, just let the user decide
8801 whether or not to overwrite it. If the input is a directory, write the
8802 default filename to that directory. (Bug#4388)
8803 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8804 is a filename-as-a-directory.
8805
8806 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8807
8808 * textmodes/page.el (what-page): Don't move to beginning of line.
8809 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8810
8811 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8812
8813 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8814
8815 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8816
8817 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8818 * help.el (help-for-help-internal): Add purecopy calls for text.
8819
8820 * vc.el (top): print-log method now takes an optional SHORTLOG
8821 argument. Add a new method: root.
8822 (vc-root-diff, vc-print-root-log): New functions.
8823 (vc-log-short-style): New variable.
8824 (vc-print-log-internal): Add support for showing short logs.
8825
8826 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8827 vc-print-root-log and vc-print-root-diff.
8828
8829 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8830 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8831 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8832 short logs.
8833
8834 * vc-cvs.el (vc-cvs-print-log):
8835 * vc-mtn.el (vc-mtn-print-log):
8836 * vc-rcs.el (vc-rcs-print-log):
8837 * vc-sccs.el (vc-sccs-print-log):
8838 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8839 that is ignored for now.
8840
8841 * vc-mtn.el (vc-mtn-annotate-command):
8842 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8843
8844 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8845
8846 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8847 to function-key-map, and give them ascii-character property.
8848 * term/x-win.el (x-alternatives-map):
8849 * term/ns-win.el (ns-alternatives-map):
8850 * term/internal.el (msdos-key-remapping-map):
8851 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8852
8853 2009-09-14 Glenn Morris <rgm@gnu.org>
8854
8855 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8856 temp-buffers (2009-09-12).
8857
8858 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8859
8860 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8861 the new read-key function.
8862
8863 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8864
8865 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8866 is defined (Bug#4405).
8867
8868 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8869
8870 * recentf.el (recentf-cleanup): Use a hash table to find
8871 duplicates (Bug#4407).
8872
8873 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
8874
8875 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8876 kp-0 to ascii equivalents (Bug#4325).
8877
8878 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8879
8880 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8881
8882 * eshell/em-hist.el:
8883 * eshell/em-dirs.el (eshell-complete-user-reference):
8884 Declare pcomplete functions and variables to avoid compiler warnings.
8885
8886 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8887
8888 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8889 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8890 * eshell/em-alias.el (eshell-aliases-file):
8891 * eshell/em-hist.el (eshell-history-file-name):
8892 Use expand-file-name instead of concat to make file names (Bug#4308).
8893
8894 2009-09-13 Glenn Morris <rgm@gnu.org>
8895
8896 * ediff-merg.el (ediff-do-merge):
8897 * filesets.el (filesets-run-cmd):
8898 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8899 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8900 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8901 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8902 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8903 Replace empty `let's with `progn'.
8904
8905 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8906
8907 * mail/sendmail.el (send-mail-function):
8908 * tooltip.el (tooltip-mode):
8909 * simple.el (transient-mark-mode):
8910 * rfn-eshadow.el (file-name-shadow-mode):
8911 * frame.el (blink-cursor-mode):
8912 * font-core.el (global-font-lock-mode):
8913 * files.el (temporary-file-directory)
8914 (small-temporary-file-directory, auto-save-file-name-transforms):
8915 * epa-hook.el (auto-encryption-mode):
8916 * composite.el (global-auto-composition-mode):
8917 Use custom-initialize-delay.
8918 * startup.el (command-line): Don't explicitly call
8919 custom-reevaluate-setting for all the above vars.
8920 * custom.el (custom-initialize-safe-set)
8921 (custom-initialize-safe-default): Delete.
8922
8923 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8924
8925 * term/x-win.el (x-initialize-window-system):
8926 * term/w32-win.el (w32-initialize-window-system):
8927 * term/ns-win.el (ns-initialize-window-system): Don't call
8928 mouse-wheel-mode since it's enabled globally by default already.
8929
8930 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8931 actually define the variable, but only silences the byte-compiler.
8932 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8933 before looking it up.
8934 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8935 is changed.
8936
8937 2009-09-12 Glenn Morris <rgm@gnu.org>
8938
8939 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8940 1000.
8941 (elint-add-required-env): Don't beep on error.
8942 (elint-forms): In case of error, return ENV unchanged.
8943 (elint-init-env): Skip non-list forms.
8944 (elint-log): Handle unknown file positions.
8945
8946 2009-09-12 Daiki Ueno <ueno@unixuser.org>
8947
8948 * epg.el (epg-make-context): Add autoload cookie.
8949 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8950 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8951 (epg-verify-string, epg-start-sign, epg-sign-file)
8952 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8953 (epg-encrypt-string, epg-start-export-keys)
8954 (epg-export-keys-to-file, epg-export-keys-to-string)
8955 (epg-start-import-keys, epg-import-keys-from-file)
8956 (epg-import-keys-from-string, epg-start-receive-keys)
8957 (epg-receive-keys, epg-import-keys-from-server)
8958 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8959 (epg-sign-keys, epg-start-generate-key)
8960 (epg-generate-key-from-file, epg-generate-key-from-string):
8961 Remove autoload cookie.
8962
8963 2009-09-12 Eli Zaretskii <eliz@gnu.org>
8964
8965 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8966 reevaluation of trash-directory.
8967
8968 * mwheel.el: Fix last change.
8969 (mouse-wheel-mode): New defvar.
8970 (mouse-wheel-mode): Remove autoload cookie.
8971
8972 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8973
8974 * mwheel.el (mwheel-installed-bindings): New var.
8975 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8976 the bindings we set last time. Use custom-initialize-delay.
8977 * loadup.el: Load mwheel after term/*-win.el.
8978 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8979 and mouse-wheel-up-event now that their first evaluation is done
8980 sufficiently late to be correct.
8981
8982 * startup.el (tutorial-directory): Make it a defcustom.
8983 Use custom-initialize-delay rather than eval-at-startup to set it.
8984 * image.el (image-load-path): Make it a defcustom.
8985 Use custom-initialize-delay rather than eval-at-startup to set it.
8986 * subr.el (eval-at-startup): Remove.
8987 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8988
8989 * subr.el (do-after-load-evaluation): Warn the user after loading an
8990 obsolete package.
8991
8992 2009-09-12 Glenn Morris <rgm@gnu.org>
8993
8994 * proced.el (proced-mark-alt): Remove alias.
8995 (proced-mode-map): Remove proced-mark-alt.
8996
8997 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8998 Elint file and directory. Remove initialization entry.
8999
9000 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9001 commands.
9002 (elint-current-buffer): Set mode-line-process.
9003 (elint-init-env): Handle define-derived-mode.
9004 Fix declare-function with unspecified arglist. Guard against odd
9005 defalias statements (eg iso-insert's 8859-1-map).
9006 (elint-add-required-env): Use a temp buffer.
9007 (elint-form): Just print the function/macro name, not the whole form.
9008 Return env unchanged if we fail to parse a macro.
9009 (elint-forms): Guard against parse errors.
9010 (elint-output): New function, to handle batch mode.
9011 (elint-log-message): Add optional argument. Use elint-output.
9012 (elint-set-mode-line): New function.
9013
9014 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9015
9016 * emacs-lisp/elp.el (elp-not-profilable): Add more
9017 functions (Bug#4233).
9018
9019 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
9020
9021 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9022 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9023
9024 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9025
9026 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9027 (gdb-var-list-children): Use json parsing.
9028
9029 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
9030
9031 * progmodes/js.el (js--proper-indentation): Handle the case where
9032 char-before is null. Reported by Deniz Dogan.
9033
9034 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9035
9036 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9037
9038 2009-09-11 Daiki Ueno <ueno@unixuser.org>
9039
9040 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9041 (epg-digest-algorithm-alist): Add SHA224.
9042 (epg-context-set-passphrase-callback)
9043 (epg-context-set-progress-callback): Add description about
9044 callback function.
9045
9046 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9047
9048 * custom.el (custom-delayed-init-variables): New var.
9049 (custom-initialize-delay): New function.
9050 * startup.el (command-line): "Re"evaluate all vars in
9051 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9052 explicitly any more.
9053 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9054 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9055
9056 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9057
9058 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9059
9060 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9061 (gdb-var-update-handler): Use json parsing.
9062
9063 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9064
9065 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9066 decode annotated text, regardless of language environment. (Bug#2741)
9067
9068 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9069
9070 * Makefile.in (autoloads): Make rmail.el writable as well.
9071
9072 2009-09-11 Glenn Morris <rgm@gnu.org>
9073
9074 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9075 loaddefs.el.
9076 * dired.el: Regenerate with extracted autoloads.
9077 * Makefile.in (autoloads): Make dired.el writable.
9078
9079 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9080 * ibuffer.el: Regenerate with extracted autoloads.
9081 * Makefile.in (autoloads): Make ibuffer.el writable.
9082
9083 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9084 * version.el (emacs-copyright, emacs-major-version)
9085 (emacs-minor-version): Reformat doc-strings for make-docfile.
9086
9087 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9088 functions and variables, since they must be stuff specific to some other
9089 platform.
9090 (apropos-print): Make mouse-click message less specific about button.
9091
9092 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9093 that records where a macro was defined.
9094 * help-fns.el (describe-function-1): Mention if a function has a
9095 compiler-macro.
9096 * help-mode.el (help-function-cmacro): New button.
9097
9098 * locate.el (top-level): Always require dired.
9099 (locate-mode-map): Initialize inside the defvar.
9100
9101 * net/ange-ftp.el (dired-compress-file): Declare.
9102 (ange-ftp-dired-compress-file): Add doc string.
9103
9104 * term/ns-win.el (x-display-name, x-setup-function-keys):
9105 Unify doc-strings with X versions.
9106
9107 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9108
9109 * emulation/crisp.el (crisp-mode-map): Move initialization
9110 into declaration.
9111 (crisp-mode): Use define-minor-mode.
9112
9113 * progmodes/xscheme.el (xscheme-evaluation-commands):
9114 Put a :advertised-binding property rather than using
9115 advertised-xscheme-send-previous-expression.
9116 (advertised-xscheme-send-previous-expression): Declare obsolete.
9117 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9118 `advertised-undo'.
9119 (crisp-mode): Add corresponding bindings to
9120 undo's :advertised-binding instead.
9121 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9122 than using dired-advertised-find-file.
9123 (dired-advertised-find-file):
9124 * simple.el (advertised-undo):
9125 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9126 (widget-keymap): Put a :advertised-binding property rather
9127 than using advertised-widget-backward.
9128 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9129 than using advertised-undo.
9130 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9131
9132 2009-09-10 Simon South <ssouth@slowcomputing.org>
9133
9134 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9135 Mark mode is enabled and region is active; otherwise indent or
9136 insert TAB as usual.
9137 (delphi-mode): Update description of TAB-key binding.
9138
9139 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9140
9141 * subr.el (define-key-rebound-commands): Mark obsolete.
9142 * startup.el (precompute-menubar-bindings): Remove.
9143 (normal-top-level): Remove obsolete code that tried to precompute
9144 menubar bindings.
9145 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9146 define-key-rebound-commands and precompute-menubar-bindings.
9147
9148 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9149
9150 * net/imap.el (imap-interactive-login): Better messages.
9151 (imap-open): Fix bug with renamed buffer on reconnect.
9152 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9153 for easier debugging and cleaner code. On successful (guessed based on
9154 server capabilities) secondary authentication, set imap-state
9155 correctly.
9156 (imap-last-authenticator): Define imap-last-authenticator as a variable
9157 to avoid warnings.
9158
9159 2009-09-10 Glenn Morris <rgm@gnu.org>
9160
9161 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9162
9163 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9164 (byte-compile-file-form-autoload): Don't warn about unknown functions
9165 where the autoload statement comes after the use.
9166 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9167 that any handlers inside the body (eg require) are in turn respected.
9168
9169 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9170 effects.
9171
9172 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9173 and syntax and abbrev tables basic docs, if they don't have any.
9174
9175 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9176
9177 * international/mule-cmds.el (top-level): Require cl when compiling.
9178 (view-hello-file): Use default-value rather than
9179 default-enable-multibyte-characters.
9180
9181 * progmodes/fortran.el: Move all safe and risky properties into the
9182 defcustoms.
9183
9184 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9185 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9186 * mail/undigest.el:
9187 Put autoloads in rmail.el rather than loaddefs.el.
9188 * mail/rmail.el: Regenerate with extracted autoloads.
9189
9190 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9191 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9192
9193 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
9194
9195 Reported in thread for Bug#4375.
9196 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9197 "-data-evaluate-expression" instead of print.
9198 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9199 (gdb-tooltip-print): Parse output from above MI command.
9200 (gdb): Revert 2009-08-11 change. User should detach inferior
9201 manually.
9202
9203 Remove the word "separate" from IO functions as inferior
9204 output is now never displayed in the GUD buffer.
9205
9206 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
9207
9208 * startup.el (command-line-normalize-file-name): On Windows and
9209 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9210
9211 2009-09-10 Juri Linkov <juri@jurta.org>
9212
9213 * isearch.el (isearch-text-char-description): Propertize escape
9214 character sequences with the `escape-glyph' face. (Bug#4344)
9215
9216 * simple.el (shell-command): Set asynchronous process filter to
9217 `comint-output-filter'. (Bug#4343)
9218
9219 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9220 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9221 the list. Move "asm" to the bottom.
9222 (grep-find-ignored-directories): Add `choice' with nil value
9223 to empty the list easily.
9224 (grep-find-ignored-files): New option.
9225 (grep-files-history): Set to nil by default instead of '("ch" "el").
9226 (grep-compute-defaults): Add "<X>" to `grep-template'.
9227 (grep-read-files): Bind new local variables `default-alias' and
9228 `default-extension'. Use a list of default values for the file prompt.
9229 (lgrep): Add `--exclude=' command line options composed from
9230 `grep-find-ignored-files'.
9231 (rgrep): Add `-name' command line options composed from
9232 `grep-find-ignored-files'. (Bug#4301)
9233
9234 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9235
9236 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9237 (bug#4368).
9238
9239 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9240
9241 * calendar/time-date.el (autoload):
9242 Expand define-obsolete-function-alias into defalias and make-obsolete
9243 for old Emacsen that Gnus supports.
9244 (with-no-warnings): Define it for old Emacsen.
9245 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9246 is available.
9247 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9248 float-time is available; suppress compile warning for time-to-seconds.
9249
9250 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9251
9252 * net/imap.el (imap-message-map): Docstring fix.
9253
9254 2009-09-09 Glenn Morris <rgm@gnu.org>
9255
9256 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9257 line numbers too. (Bug#4374)
9258
9259 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9260
9261 * smerge-mode.el (smerge-remove-props, smerge-refine):
9262 Use with-silent-modifications (bug#4342).
9263
9264 * subr.el (with-silent-modifications): New macro.
9265
9266 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9267
9268 * files.el (top-level): Require `cl' when compiling.
9269
9270 2009-09-07 Glenn Morris <rgm@gnu.org>
9271
9272 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9273
9274 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9275 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9276
9277 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9278
9279 * vc-git.el (vc-git-annotate-command): Use separator to parse
9280 arguments correctly.
9281
9282 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9283
9284 * proced.el (proced-mode): Doc fix.
9285
9286 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9287
9288 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9289 lstat fails.
9290 (tramp-do-file-attributes-with-ls): Check for file existence at
9291 remote end.
9292 (tramp-do-file-attributes-with-stat): Likewise.
9293 (tramp-convert-file-attributes): Return nil when attr is nil.
9294
9295 2009-09-05 Glenn Morris <rgm@gnu.org>
9296
9297 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9298 properties to this button.
9299 (diary-fancy-display): Don't extend the button to the final newline.
9300 (diary-fancy-display-mode): Continue to define "q" as a local key.
9301
9302 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9303 efficient.
9304
9305 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9306
9307 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9308 (byte-compile-dest-file-function): New option.
9309 (byte-compile-dest-file): Doc fix.
9310 Obey byte-compile-dest-file-function.
9311 (byte-compile-cl-file-p): New function.
9312 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9313 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9314 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9315 than for file being previously loaded.
9316 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9317 (byte-compile-file-form-require): Handle the case where requiring a file
9318 indirectly causes CL to be loaded.
9319
9320 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9321
9322 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9323 before killing the old buffer, since by the time `kill-buffer' is
9324 run so many buffer variables have been set to nil that it may not
9325 behave as expected. (Bug#4061)
9326
9327 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9328
9329 * files.el (find-alternate-file): If the old buffer is modified
9330 and visiting a file, behave similarly to `kill-buffer' when
9331 killing it, thus reverting to the pre-1.878 behavior; see
9332 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9333 for discussion. Also, consult `buffer-file-name' as a variable
9334 not as a function, for consistency with the rest of the code.
9335
9336 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9337
9338 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9339 also when adding a new directory.
9340
9341 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
9342 defun.
9343
9344 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9345
9346 * files.el (locate-file-completion-table): Make it provide boundary
9347 information, so partial-completion works better.
9348
9349 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9350
9351 * mail/footnote.el (Footnote-text-under-cursor):
9352 Check footnote-text-marker-alist before using it (bug#4324).
9353
9354 2009-09-04 Glenn Morris <rgm@gnu.org>
9355
9356 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9357 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9358 * play/solitaire.el, play/tetris.el:
9359 Remove leading * from defcustom and defface docs.
9360
9361 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9362 necessary.
9363 (diary-fancy-overriding-map): New variable.
9364 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9365 Use view-mode.
9366
9367 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9368 goto-line.
9369
9370 2009-09-03 Glenn Morris <rgm@gnu.org>
9371
9372 * arc-mode.el (archive-mode):
9373 * dos-fns.el (set-default-process-coding-system):
9374 * man.el (Man-getpage-in-background):
9375 * menu-bar.el (menu-bar-describe-menu):
9376 * server.el (server-process-filter):
9377 * startup.el (command-line):
9378 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9379 * w32-fns.el (set-default-process-coding-system):
9380 * x-dnd.el (x-dnd-handle-file-name):
9381 * international/mule-cmds.el (mule-menu-keymap)
9382 (set-default-coding-systems, language-info-alist, set-language-info)
9383 (set-language-environment, standard-display-european-internal)
9384 (set-locale-environment):
9385 * international/mule-diag.el (mule-diag):
9386 * mail/emacsbug.el (report-emacs-bug):
9387 * mail/rmail.el (rmail-mode):
9388 * mail/sendmail.el (mail-setup):
9389 Use default-value rather than default-enable-multibyte-characters.
9390
9391 * progmodes/f90.el: Move all safe properties into the defcustoms.
9392 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9393
9394 * calendar/appt.el (appt-check):
9395 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9396 (diary-check-diary-file, diary-list-entries)
9397 (diary-include-other-diary-files, diary-simple-display)
9398 (diary-fancy-display, diary-print-entries)
9399 (diary-mark-included-diary-files, diary-make-entry):
9400 Don't call substitute-in-file-name on diary-file.
9401
9402 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9403 Stefan Monnier <monnier@iro.umontreal.ca>
9404
9405 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9406 (footnote-mode-map): Move initialization into the declaration.
9407 (footnote-minor-mode-map): Define it rather than changing global-map.
9408 (footnote-mode): Use define-minor-mode.
9409
9410 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9411
9412 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9413 (tramp-do-file-attributes-with-perl)
9414 (tramp-do-file-attributes-with-stat): Rename from
9415 `tramp-handle-file-attributes-with-*'.
9416 (tramp-handle-file-attributes): Use them.
9417 (tramp-do-directory-files-and-attributes-with-perl)
9418 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9419 `tramp-handle-directory-files-and-attributes-with-*'.
9420 (tramp-handle-directory-files-and-attributes): Use them.
9421 (tramp-method-out-of-band-p): Additional parameter SIZE.
9422 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9423 (tramp-handle-write-region): Use it.
9424 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9425 (tramp-handle-vc-registered): Check, whether the first run did
9426 return files to be tested.
9427 (tramp-advice-make-auto-save-file-name): Do not call directly
9428 `tramp-handle-make-auto-save-file-name', because this would bypass
9429 the locking mechanism.
9430
9431 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9432 (file-remote-p, process-file, start-file-process, set-file-times)
9433 (tramp-compat-file-attributes): Compatibility functions shall not
9434 call directly `tramp-handle-*', because this would bypass the
9435 locking mechanism.
9436 (tramp-compat-number-sequence): New defun.
9437
9438 2009-09-02 Glenn Morris <rgm@gnu.org>
9439
9440 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9441 alias for float-time.
9442 (time-to-number-of-days): In Emacs, use float-time.
9443 * net/newst-backend.el (time-add): Suppress warnings from compat
9444 function.
9445 * time.el (emacs-uptime, emacs-init-time):
9446 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9447 Use float-time rather than time-to-seconds.
9448
9449 * minibuffer.el (completion-initials-expand): Fix typo.
9450
9451 * faces.el (modeline, modeline-inactive, modeline-highlight)
9452 (modeline-buffer-id):
9453 * info.el (info-menu-5): Mark these face aliases as obsolete.
9454
9455 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9456
9457 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9458 space ...
9459 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9460 no "--thread" option.
9461 (gdb-stopped): Don't print "Switched to thread" message when it is
9462 unchanged.
9463
9464 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9465
9466 * minibuffer.el (completion-try-completion)
9467 (completion-all-completions): Remove ill-defined (and
9468 mistakenly installed and luckily never used nor documented)
9469 `completion-styles' property.
9470 (completion-initials-expand, completion-initials-all-completions)
9471 (completion-initials-try-completion): New functions.
9472 (completion-styles-alist): Add doc to each entry.
9473 Add new `initials' entry.
9474
9475 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9476
9477 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9478 MI command -var-evaluate-expression.
9479 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9480 and tweak for case of string child.
9481 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9482
9483 2009-09-01 Glenn Morris <rgm@gnu.org>
9484
9485 * add-log.el (change-log-date-face, change-log-name-face)
9486 (change-log-email-face, change-log-file-face, change-log-list-face)
9487 (change-log-conditionals-face, change-log-function-face)
9488 (change-log-acknowledgement-face):
9489 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9490 (custom-modified-face, custom-set-face, custom-changed-face)
9491 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9492 (custom-documentation-face, custom-state-face, custom-comment-face)
9493 (custom-comment-tag-face, custom-variable-tag-face)
9494 (custom-variable-button-face, custom-face-tag-face)
9495 (custom-group-tag-face-1, custom-group-tag-face):
9496 * diff-mode.el (diff-header-face, diff-file-header-face)
9497 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9498 (diff-added-face, diff-changed-face, diff-function-face)
9499 (diff-context-face, diff-nonexistent-face):
9500 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9501 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9502 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9503 (Info-title-4-face):
9504 * isearch.el (isearch-lazy-highlight-face):
9505 * log-view.el (log-view-file-face, log-view-message-face):
9506 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9507 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9508 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9509 (cvs-msg-face):
9510 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9511 (smerge-base-face, smerge-markers-face):
9512 * wid-edit.el (widget-documentation-face, widget-button-face)
9513 (widget-field-face, widget-single-line-field-face)
9514 (widget-inactive-face, widget-button-pressed-face):
9515 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9516 (woman-addition-face):
9517 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9518 (eshell-ls-executable-face, eshell-ls-readonly-face)
9519 (eshell-ls-unreadable-face, eshell-ls-special-face)
9520 (eshell-ls-missing-face, eshell-ls-archive-face)
9521 (eshell-ls-backup-face, eshell-ls-product-face)
9522 (eshell-ls-clutter-face):
9523 * eshell/em-prompt.el (eshell-prompt-face):
9524 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9525 * obsolete/old-whitespace.el (whitespace-highlight-face):
9526 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9527 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9528 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9529 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9530 (antlr-font-lock-literal-face):
9531 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9532 (ebrowse-root-class-face, ebrowse-file-name-face)
9533 (ebrowse-default-face, ebrowse-member-attribute-face)
9534 (ebrowse-member-class-face, ebrowse-progress-face):
9535 * progmodes/make-mode.el (makefile-space-face):
9536 * progmodes/sh-script.el (sh-heredoc-face):
9537 * textmodes/flyspell.el (flyspell-incorrect-face)
9538 (flyspell-duplicate-face):
9539 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9540 * textmodes/texinfo.el (texinfo-heading-face):
9541 Mark face aliases with "-face" suffix as obsolete.
9542
9543 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9544 compiler.
9545
9546 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9547 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9548 easy-menu-define wants to modify these.
9549
9550 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9551
9552 * net/browse-url.el (browse-url-file-url):
9553 * term/internal.el (dos-codepage-setup):
9554 Use default-value rather than default-enable-multibyte-characters.
9555
9556 * progmodes/etags.el (etags-goto-tag-location):
9557 * progmodes/flymake.el (flymake-highlight-line)
9558 (flymake-goto-file-and-line, flymake-goto-line):
9559 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9560 (gdb-goto-breakpoint):
9561 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9562 * progmodes/python.el (python-find-function)
9563 (python-pdbtrack-track-stack-file):
9564 * progmodes/verilog-mode.el (verilog-surelint-off):
9565 * term/ns-win.el (ns-open-file-select-line):
9566 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9567 Use forward-line rather than goto-line.
9568
9569 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9570 * textmodes/reftex-index.el (reftex-display-index):
9571 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9572 * textmodes/reftex-toc.el (reftex-toc):
9573 Remove unnecessary bindings of default-major-mode (all are followed by
9574 major-mode check and possible mode switch).
9575
9576 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9577
9578 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9579 Handle watchpoints (bug#4282).
9580 (def-gdb-thread-buffer-command): Enable thread to be selected by
9581 clicking without selecting threads buffer first.
9582 (gdb-current-context-command): Use selected frame so that "up",
9583 "down" etc work in the GUD buffer.
9584 (gdb-update): Find selected frame before rendering stack buffer.
9585 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9586
9587 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9588
9589 * progmodes/sym-comp.el (displayed-completions): Remove.
9590 (symbol-complete): Use minibuffer-complete.
9591
9592 2009-08-31 Glenn Morris <rgm@gnu.org>
9593
9594 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9595
9596 * apropos.el (apropos-symbols-internal):
9597 Handle (obsolete) face aliases.
9598
9599 * faces.el (describe-face): Adjust the output format to be more like
9600 describe-variable, and to mention (obsolete) face aliases.
9601 Adjust the whitespace so that help-setup-xref works.
9602
9603 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9604 * calendar/diary-lib.el (diary-button-face):
9605 Mark these face aliases as obsolete.
9606
9607 * calendar/calendar.el (calendar-today): Doc fix.
9608
9609 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9610
9611 * progmodes/gdb-mi.el (gdb-control-all-threads)
9612 (gdb-control-current-thread): Force tool bar update.
9613 (gdb-non-stop-handler): New function.
9614 (gdb-init-1): Use it to test if non-stop mode is supported.
9615 Remove unused gdbmi buffer type.
9616
9617 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9618
9619 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9620 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9621
9622 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9623
9624 * comint.el (comint-exec-1): Check command is non-null first.
9625 Part of gdb-mi.el change (2009-08-28).
9626
9627 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9628
9629 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9630
9631 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9632
9633 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9634 instead of `dolist' to avoid a recursive require when bootstrapping.
9635
9636 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9637
9638 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9639
9640 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9641
9642 * net/imap.el (imap-send-command): Simplify.
9643 (imap-wait-for-tag): point-max -> buffer-size.
9644
9645 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9646
9647 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9648 with constant argument.
9649
9650 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9651
9652 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9653
9654 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9655 Change default, since most of our files don't have a history.
9656 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9657 the user.
9658
9659 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9660 Add comint-run.
9661
9662 * calc/calc.el: Improve commenting convention.
9663 (calc-digit-map, toplevel): Simplify.
9664
9665 * comint.el (comint-insert-input): Be careful to only set point if we
9666 don't delegate to some other command.
9667
9668 * proced.el (proced-signal-list): Make it an alist.
9669 (proced-grammar-alist): Capitalize names.
9670 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9671 Disable undo manually and make it read-only.
9672 Use completion-annotate-function.
9673
9674 * minibuffer.el (minibuffer-message): If the current buffer is not
9675 a minibuffer, insert the message in the echo area rather than at the
9676 end of the buffer.
9677 (completion-annotate-function): New variable.
9678 (minibuffer-completion-help): Use it.
9679 (completion--embedded-envvar-table): Environment vars are
9680 always case-sensitive.
9681
9682 2009-08-30 Glenn Morris <rgm@gnu.org>
9683
9684 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9685 from fortran-current-defun.
9686 (fortran-beginning-of-subprogram): Be more precise about finding the
9687 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9688 (fortran-end-of-subprogram): Simplify.
9689 (fortran-current-defun): Use fortran-start-prog-re.
9690
9691 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9692
9693 * subr.el (do-after-load-evaluation): Simplify.
9694
9695 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9696
9697 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9698
9699 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9700 (vc-rcs-print-log): Use it.
9701
9702 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9703
9704 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9705
9706 * paths.el (abbrev-file-name): Move to abbrev.el.
9707 * abbrev.el (abbrev-file-name): Move from paths.el.
9708 Obey user-emacs-directory.
9709 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9710 user-emacs-directory.
9711 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9712 abbrev-file-name and calc-settings-file any more.
9713 * startup.el (command-line): Recompute abbrev-file-name and
9714 abbreviated-home-dir.
9715 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9716 of the special code for when C-h bindings haven't been changed.
9717 (display-startup-echo-area-message): Use with-current-buffer.
9718 (command-line-1): Use a list of strings, rather than a list of lists
9719 of strings for longopts.
9720
9721 * files.el (get-free-disk-space): Use / for default-directory.
9722
9723 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9724 Use with-current-buffer.
9725
9726 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9727 Recognize immutable variables like most-positive-fixnum.
9728 (byte-compile-setq-default): Check and warn if trying to assign
9729 to an immutable variable, or a non-variable.
9730
9731 * progmodes/cc-vars.el (c-comment-continuation-stars):
9732 * progmodes/cc-engine.el (c-looking-at-bos):
9733 * progmodes/cc-cmds.el (c-toggle-auto-state)
9734 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9735 (c-comment-line-break-function): Add version of obsolescence.
9736
9737 2009-08-28 Juri Linkov <juri@jurta.org>
9738
9739 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9740 associated with `archive-mode'.
9741
9742 * image.el (image-type-header-regexps): Use only JPEG magic number
9743 to determine JPEG images, and don't use `image-jpeg-p' because
9744 Emacs can display non-JFIF non-Exif JPEG images.
9745
9746 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9747
9748 * arc-mode.el (archive-mode):
9749 * emacs-lisp/re-builder.el (re-builder-unload-function):
9750 Protect against the default value of `major-mode' being nil.
9751
9752 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9753
9754 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9755 Fix typos in docstrings.
9756
9757 * progmodes/js.el (js--macro-decl-re): Doc fix.
9758 (js--plain-method-re, js--split-name): Refloc docstring.
9759 (js--class-styles, js--make-merged-item, js--splice-into-items):
9760 Fix typos in docstrings; reflow docstrings.
9761 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9762 (js--variable-decl-matcher, js--inside-pitem-p)
9763 (js--parse-state-at-point, js--get-all-known-symbols)
9764 (js--symbol-history, js-find-symbol, js--js-references)
9765 (js--moz-interactor, js--js-encode-value, js--read-tab):
9766 Fix typos in docstrings.
9767
9768 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9769
9770 * textmodes/reftex.el (reftex-get-file-buffer-force):
9771 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9772 * emulation/viper.el (viper-go-away, viper-set-hooks):
9773 * emacs-lisp/re-builder.el (re-builder-unload-function):
9774 * emacs-lisp/bytecomp.el (byte-compile-file):
9775 * ses.el (ses-unload-function):
9776 * hexl.el (hexl-find-file):
9777 * files.el (normal-mode):
9778 * ehelp.el (with-electric-help):
9779 * autoinsert.el (auto-insert-alist):
9780 * arc-mode.el (archive-mode):
9781 Use (default-value 'major-mode) instead of default-major-mode.
9782
9783 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9784 * international/mule.el (load-with-code-conversion):
9785 * emacs-lisp/debug.el (debug):
9786 * ediff-vers.el (ediff-rcs-get-output-buffer):
9787 * dired.el (dired-internal-noselect): Don't let-bind
9788 default-major-mode around code that doesn't use it.
9789 E.g. buffer creation via get-buffer-create doesn't use it.
9790
9791 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
9792
9793 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9794 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9795 when writing the temp file. Otherwise, epa-file gets confused.
9796 (tramp-register-file-name-handlers): Make it a defun. Move also
9797 `epa-file-handler' to the front of `file-name-handler-alist'.
9798
9799 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9800
9801 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9802 start right after a ^M.
9803 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9804 (tramp-completion-file-name-regexp-separate)
9805 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9806 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9807 Don't modify last-coding-system-used by accident.
9808 (tramp-completion-file-name-handler): Apply the checks here,
9809 instead during registration.
9810 (tramp-register-file-name-handlers): Renamed from
9811 `tramp-register-file-name-handler'. Register both
9812 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9813 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
9814
9815 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
9816
9817 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9818 Remove variable ...
9819 (gdb-init-1, gdb-display-separate-io-buffer)
9820 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9821 references to it.
9822 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9823 (gdb-inferior-filter): Use comint-output-filter to stop
9824 echoing and remove ^M characters.
9825
9826 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9827
9828 * emulation/viper-init.el (viper-restore-cursor-type):
9829 * emulation/cua-base.el (cua--update-indications):
9830 Replace default-cursor-type with (default-value 'cursor-type).
9831
9832 * mail/sendmail.el (mail-recover-1):
9833 * international/mule-diag.el (describe-current-coding-system-briefly)
9834 (describe-current-coding-system):
9835 * international/mule-cmds.el (select-safe-coding-system)
9836 (select-message-coding-system)
9837 (set-language-environment-coding-systems, set-locale-environment):
9838 * hexl.el (hexl-insert-multibyte-char):
9839 * dos-w32.el (find-buffer-file-type-coding-system):
9840 * simple.el (what-cursor-position):
9841 Replace uses of default-buffer-file-coding-system
9842 with (default-value 'buffer-file-coding-system).
9843
9844 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9845 Replace uses of default-cursor-in-non-selected-windows
9846 with (default-value 'cursor-in-non-selected-windows).
9847 Use with-current-buffer.
9848
9849 * mail/feedmail.el: Use CL macros.
9850 (feedmail-run-the-queue, feedmail-send-it-immediately):
9851 * dos-w32.el (find-buffer-file-type): Replace uses of
9852 default-buffer-file-type with (default-value 'buffer-file-type).
9853
9854 2009-08-28 Glenn Morris <rgm@gnu.org>
9855
9856 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9857 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9858 Use default-value of major-mode rather than default-major-mode.
9859
9860 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9861
9862 * Makefile.in (update-elcfiles): Report left over elc files.
9863
9864 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9865 expand-file-name and with-current-buffer.
9866 (mail-get-names, mail-directory): Use with-current-buffer.
9867
9868 * vc.el (vc-read-revision): New function.
9869 (vc-version-diff, vc-merge): Use it.
9870
9871 2009-08-27 Sam Steingold <sds@gnu.org>
9872
9873 * simple.el (kill-do-not-save-duplicates): New user option.
9874 (kill-new): When it is non-nil, and the new string is the same as
9875 the latest kill, set replace to t to avoid duplicates in kill-ring.
9876
9877 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
9878
9879 * net/tramp.el (tramp-handle-process-file): Do not flush all
9880 caches when `process-file-side-effects' is set.
9881 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9882 instead of `tramp-find-file-exists-command'.
9883 Unset `process-file-side-effects'.
9884
9885 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
9886
9887 * net/tramp.el (tramp-methods): New method "rsyncc".
9888 (top): Add completion function for "rsyncc".
9889 (tramp-message-show-message): New defvar.
9890 (tramp-message, tramp-error): Use it.
9891 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9892 remote copying.
9893 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9894 `tramp-methods' entry `copy-env' of "rsyncc".
9895 (tramp-vc-registered-read-file-names): New defconst.
9896 (tramp-vc-registered-file-names): New defvar.
9897 (tramp-handle-vc-registered): Implement optimization strategy.
9898 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9899 (tramp-vc-file-name-handler): New defun.
9900 (tramp-get-ls-command, tramp-get-test-command)
9901 (tramp-get-file-exists-command, tramp-get-remote-ln)
9902 (tramp-get-remote-perl, tramp-get-remote-stat)
9903 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9904
9905 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9906 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9907 timestamps.
9908 (tramp-get-file-property): Check for timestamps in
9909 `tramp-cache-inhibit-cache'.
9910 (tramp-set-file-property): Write timestamp.
9911
9912 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9913
9914 * language/japan-util.el (japanese-symbol-table): Add entries for
9915 cp932-2-byte.
9916
9917 * international/characters.el: Add category `j' to cp932-2-byte.
9918
9919 2009-08-27 Kenichi Handa <handa@m17n.org>
9920
9921 * international/fontset.el (build-default-fontset-data): New macro.
9922 (setup-default-fontset): Use build-default-fontset-data for CJK,
9923 tibetan, ethiopic, and ipa.
9924
9925 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9926
9927 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9928 (enable-multibyte-characters): Not customizable any more.
9929
9930 * subr.el (default-mode-line-format, default-header-line-format)
9931 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9932 (default-direction-reversed, default-truncate-lines)
9933 (default-left-margin, default-tab-width, default-case-fold-search)
9934 (default-left-margin-width, default-right-margin-width)
9935 (default-left-fringe-width, default-right-fringe-width)
9936 (default-fringes-outside-margins, default-scroll-bar-width)
9937 (default-vertical-scroll-bar, default-indicate-empty-lines)
9938 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9939 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9940 (default-scroll-down-aggressively, default-fill-column)
9941 (default-cursor-type, default-buffer-file-type)
9942 (default-cursor-in-non-selected-windows)
9943 (default-buffer-file-coding-system, default-major-mode)
9944 (default-enable-multibyte-characters): Mark as obsolete.
9945
9946 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9947
9948 * vc-dir.el (vc-dir-update): Remove debug helper.
9949
9950 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9951
9952 2009-08-26 Sam Steingold <sds@gnu.org>
9953
9954 * simple.el (save-interprogram-paste-before-kill): New user option.
9955 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9956 save the interprogram-paste into kill-ring before overriding it
9957 with the Emacs kill.
9958
9959 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9960
9961 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9962 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9963 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9964 and move to vc-rcs.el.
9965 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9966 move to vc-rcs.el.
9967 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9968 (vc-rcs-update-changelog): Remove.
9969 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9970 and move to vc-rcs.el.
9971
9972 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9973 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9974 renaming.
9975 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9976 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9977 vc.el, renamed to be RCS specific.
9978
9979 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9980 New functions.
9981 (vc-cvs-update-changelog): Move here from vc.el.
9982
9983 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9984 New functions.
9985
9986 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9987
9988 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9989
9990 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9991
9992 * vc-git.el (vc-git-register): Use "git add" for directories.
9993 (vc-git-stash, vc-git-stash-show): New functions.
9994 (vc-git-extra-menu-map): Bind them.
9995
9996 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9997 directory correctly in case the item is a directory itself.
9998
9999 * vc.el: Document the desired behavior for reverted files in the
10000 `added' state.
10001 (vc-default-prettify-state-info): Remove function, unused.
10002
10003 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10004
10005 2009-08-26 Glenn Morris <rgm@gnu.org>
10006
10007 * bindings.el (standard-mode-line-format): Reposition dashes in
10008 which-func entry. (Bug#4217)
10009
10010 * files.el (enable-local-variables, enable-local-eval)
10011 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10012 the defcustoms.
10013 (auto-mode-alist, ignored-local-variables)
10014 (save-some-buffers-action-alist): Move risky declarations to the
10015 definitions.
10016 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10017 (font-lock-defaults, format-alist, imenu--index-alist)
10018 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10019 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10020 (mode-line-modified, mode-line-mule-info, mode-line-position)
10021 (mode-line-process, mode-line-remote, outline-level)
10022 (parse-time-rules, rmail-output-file-alist)
10023 (special-display-buffer-names, vc-mode):
10024 Move risky declarations to the relevant files.
10025 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10026 (mode-line-modified, mode-line-process, mode-line-position)
10027 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10028 * font-core.el (font-lock-defaults):
10029 * format.el (format-alist):
10030 * vc-hooks.el (vc-mode):
10031 * window.el (special-display-buffer-names):
10032 * international/mule-cmds.el (input-method-alist):
10033 Define riskiness here (dumped file) rather than in files.el.
10034 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10035 * imenu.el (imenu-generic-expression, imenu--index-alist):
10036 * outline.el (outline-level):
10037 * time.el (display-time-string):
10038 * calendar/parse-time.el (parse-time-rules):
10039 * mail/rmailout.el (rmail-output-file-alist):
10040 Autoload riskiness here, rather than placing in files.el.
10041
10042 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10043
10044 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10045
10046 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
10047
10048 * simple.el (process-file-side-effects): New defvar.
10049
10050 * dired-aux.el (dired-show-file-type):
10051 * vc.el (vc-diff-internal):
10052 * vc-arch.el (vc-arch-diff):
10053 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10054 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10055 * vc-git.el (vc-git-registered, vc-git-working-revision)
10056 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10057 (vc-git--empty-db-p):
10058 * vc-hooks.el (vc-user-login-name):
10059 * vc-svn.el (vc-svn-registered, vc-svn-state)
10060 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10061 * progmodes/grep.el (grep-probe): Let-bind
10062 `process-file-side-effects' with nil.
10063
10064 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10065
10066 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10067 daemon. Replace ping by checking for running service for bluez
10068 and zeroconf. (Bug#4239)
10069
10070 2009-08-25 Kevin Ryde <user42@zip.com.au>
10071
10072 * net/dig.el (dig): Add autoload cookie.
10073
10074 2009-08-25 Glenn Morris <rgm@gnu.org>
10075
10076 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10077 load-history for absolute file-names.
10078 (byte-compile-file-form-require): Warn about use of the cl package.
10079
10080 * format.el (format-alist): Doc fix.
10081
10082 * play/bubbles.el (top-level): Don't require cl at run-time.
10083
10084 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10085 run-time cl).
10086
10087 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10088
10089 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10090 from cl package.
10091 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10092
10093 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10094
10095 * calc/calc-alg.el (math-trig-rewrite)
10096 (math-hyperbolic-trig-rewrite): New functions.
10097 (calc-simplify): Simplify trig functions when asked.
10098
10099 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10100
10101 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10102
10103 2009-08-24 Kenichi Handa <handa@m17n.org>
10104
10105 * language/ind-util.el (mapthread): Delete it.
10106 (combinatorial): New function.
10107 (indian--puthash-cv): Use combinatorial instead of mapthread.
10108
10109 2009-08-22 Kevin Ryde <user42@zip.com.au>
10110
10111 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10112 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10113 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10114 Clarify docstring that the value is strings not symbols.
10115 (checkdoc-list-of-strings-p): New function.
10116
10117 2009-08-22 Glenn Morris <rgm@gnu.org>
10118
10119 * files.el (auto-mode-alist):
10120 * hippie-exp.el (he-concat-directory-file-name):
10121 * lpr.el (lpr-windows-system, printer-name):
10122 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10123 * ps-print.el (ps-windows-system):
10124 * startup.el (command-line):
10125 * emulation/viper-ex.el (viper-glob-function):
10126 * international/mule-cmds.el (set-language-environment-coding-systems):
10127 * net/ange-ftp.el (ange-ftp-write-region):
10128 * obsolete/fast-lock.el (fast-lock-cache-name):
10129 Remove code for defunct system-types emx, macos, mswindows, next-mach,
10130 unisoft-unix, vax-vms, win32, w32.
10131
10132 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10133 given name if the pattern is not more specific.
10134
10135 * calendar/lunar.el (lunar-phase-names): New option.
10136 (lunar-phase): Doc fix.
10137 (lunar-cycles-per-year): New constant.
10138 (lunar-index): New function.
10139 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10140 (lunar-phase-name): Use lunar-phase-names.
10141 (calendar-lunar-phases): Use format.
10142 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10143
10144 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10145 Copy imenu-example--name-and-position function here for own use.
10146 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10147
10148 * bs.el (bs--redisplay):
10149 * cus-edit.el (custom-redraw):
10150 * ibuffer.el (ibuffer-bury-buffer):
10151 * server.el (server-goto-line-column):
10152 * startup.el (command-line-1):
10153 * strokes.el (strokes-xpm-for-stroke):
10154 * term.el (term-display-buffer-line):
10155 * view.el (View-goto-line):
10156 * calc/calc.el (calc-do, calc-trail-buffer):
10157 * play/gamegrid.el (gamegrid-add-score-insecure):
10158 * progmodes/ada-mode.el (ada-compile-goto-error):
10159 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10160 (ebrowse-select-1st-to-9nth):
10161 * progmodes/cperl-mode.el (cperl-time-fontification):
10162 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10163 * progmodes/gud.el (gud-display-line):
10164 (idlwave-shell-display-line):
10165 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10166 * progmodes/make-mode.el (makefile-browser-toggle):
10167 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10168 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10169 * textmodes/picture.el (picture-draw-rectangle):
10170 * textmodes/reftex-index.el (reftex-index-goto-letter):
10171 (reftex-select-jump-to-previous):
10172 * textmodes/reftex-sel.el (reftex-find-start-point)
10173 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10174 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10175 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10176 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10177 * textmodes/two-column.el (2C-associated-buffer):
10178 Use forward-line rather than goto-line.
10179
10180 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10181 goto-line.
10182
10183 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10184 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10185 (quick-check-list-to-regexp): Declare.
10186
10187 * progmodes/make-mode.el (makefile-browser-insert-selection):
10188 Use goto-char rather than goto-line.
10189
10190 * progmodes/prolog.el (compilation-error-regexp-alist)
10191 (compilation-forget-errors): Declare.
10192
10193 2009-08-22 Juri Linkov <juri@jurta.org>
10194
10195 * progmodes/grep.el (lgrep, rgrep): At the beginning
10196 set `dir' to `default-directory' unless `dir' is a non-nil
10197 readable directory. (Bug#4052)
10198 (lgrep, rgrep): Change a weird way to report an error
10199 from using `read-string' to using `error'.
10200 Instead of using interactive arguments in the function body,
10201 add new argument `confirm'.
10202
10203 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10204
10205 * textmodes/remember.el (remember-buffer):
10206 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10207 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10208 (icalendar-extract-ical-from-buffer):
10209 * net/newst-treeview.el (newsticker-groups-filename):
10210 * net/newst-backend.el (newsticker-cache-filename):
10211 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10212 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10213 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10214 (speedbar-buffers-line-path, speedbar-path-line)
10215 (speedbar-buffers-line-path):
10216 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10217 (epg-sign-keys):
10218 * epa.el (epa-display-verify-result):
10219 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10220
10221 2009-08-21 Glenn Morris <rgm@gnu.org>
10222
10223 * progmodes/js.el (inferior-moz-process): Fix declaration.
10224
10225 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10226
10227 * obsolete/rnewspost.el (news-mail-reply):
10228 Use goto-char rather than goto-line.
10229
10230 * term/ns-win.el (ns-open-file-select-line):
10231 Use line-beginning-position rather than goto-line.
10232
10233 * apropos.el (apropos-command):
10234 * ehelp.el (electric-helpify):
10235 * printing.el (pr-show-setup):
10236 * strokes.el (strokes-help):
10237 * tutorial.el (tutorial--describe-nonstandard-key)
10238 (tutorial--detailed-help):
10239 * woman.el (woman-mini-help, woman-display-extended-fonts):
10240 * calc/calc-help.el (calc-describe-key):
10241 * emulation/edt.el (edt-electric-helpify):
10242 * international/mule-diag.el (mule-diag):
10243 * play/yow.el (apropos-zippy):
10244 * progmodes/python.el (python-describe-symbol):
10245 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10246 * textmodes/table.el (*table--cell-describe-mode)
10247 (*table--cell-describe-bindings):
10248 Use help-print-return-message rather than the now obsolete alias.
10249
10250 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10251 (calendar-cursor-to-visible-date):
10252 * play/5x5.el (5x5-position-cursor):
10253 * play/decipher.el (decipher):
10254 * play/gomoku.el (gomoku-goto-xy):
10255 * play/landmark.el (lm-goto-xy):
10256 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10257 (mpuz-paint-digit):
10258 Use forward-line, not goto-line.
10259
10260 * mail/rmail.el (rmail-obsolete): Delete custom group.
10261 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10262 (rmail-remote-password, rmail-remote-password-required):
10263 Remove unneeded :set-after and :set properties.
10264
10265 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10266
10267 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10268
10269 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10270
10271 * loadup.el: Remove leftover macos code.
10272
10273 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10274 Explicitly pass the date format to git blame so that user local
10275 so that the output format can be parsed.
10276
10277 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10278
10279 * net/dbus.el (top): Don't check for (getenv
10280 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10281
10282 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10283
10284 * log-edit.el (log-edit-strip-single-file-name): New var.
10285 (log-edit-insert-changelog): Use it. Bug#3571
10286
10287 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10288
10289 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10290 Bug#3287
10291
10292 * help.el (help-print-return-message): Rename from
10293 print-help-return-message.
10294
10295 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10296 cvs-mode-map parent hack.
10297 (log-view-mode): Derive from special-mode.
10298
10299 * linum.el (linum-mode): window-size-change-functions is redundant.
10300 Adapt to new window-configuration-change-hook behavior.
10301 (linum-after-size, linum-after-config): Remove.
10302
10303 * imenu.el (imenu-example--name-and-position)
10304 (imenu-example--lisp-extract-index-name)
10305 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10306 Mark as obsolete.
10307
10308 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10309 (inferior-prolog-mode): Use it.
10310 (inferior-prolog-load-file): Reset list of errors.
10311
10312 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10313
10314 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10315
10316 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10317
10318 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10319
10320 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10321 is running already.
10322
10323 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10324
10325 * subr.el (listify-key-sequence-1): Use normal syntax since those
10326 integers are nowadays always represented by the same (positive) number
10327 on all platforms.
10328 (read-key-empty-map): New const.
10329 (read-key-delay): New var.
10330 (read-key): New function.
10331 (force-mode-line-update): Use with-current-buffer.
10332 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10333 (start-process-shell-command, start-file-process-shell-command):
10334 Discourage the use of command-args.
10335
10336 2009-08-19 Glenn Morris <rgm@gnu.org>
10337
10338 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10339
10340 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10341
10342 * simple.el (choose-completion-string): Don't rely on
10343 minibuffer-completing-file-name and ad-hoc checks to decide whether
10344 to continue completion or not.
10345
10346 * minibuffer.el (minibuffer-hide-completions): New function.
10347 (completion--do-completion): Use it.
10348 (completions-annotations): New face.
10349 (completion--insert-strings): Use it.
10350 (completion-pcm--delim-wild-regex): Add docstring.
10351 (completion-pcm--string->pattern): Add support for 0-width delimiters
10352 in completion-pcm--delim-wild-regex.
10353
10354 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10355
10356 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10357 Remove unused var `buffer-modified-p'.
10358
10359 * minibuffer.el (completion--do-completion): Move point for the #b001
10360 case as well (bug#4176).
10361 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10362
10363 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10364
10365 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10366 and :session buses.
10367
10368 2009-08-18 Kenichi Handa <handa@m17n.org>
10369
10370 * international/ucs-normalize.el (ucs-normalize-version):
10371 Change to 1.1.
10372 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10373 (utf-8-hfs): Make it perform normalization on encoding too.
10374
10375 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10376 (sentence-end-without-space): Delete duplicated chars.
10377 (sentence-end-base): Likewise.
10378
10379 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10380 (html-mode): Delete duplicated chars from sentence-end-base.
10381
10382 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10383 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10384
10385 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10386
10387 * files.el (hack-one-local-variable): If the mode function is for
10388 a minor mode, pass it an argument (Bug#4148).
10389
10390 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10391
10392 * net/tramp.el (tramp-register-completion-file-name-handler):
10393 Check also for (member 'partial-completion completion-styles).
10394
10395 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10396
10397 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10398 abbrev (Bug#3943).
10399
10400 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10401
10402 * progmodes/cperl-mode.el: Merge upstream 6.2.
10403 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10404 (cperl-forward-re): Check cperl-brace-recursing.
10405 (cperl-highlight-charclass): New function.
10406 (cperl-find-pods-heres): Use it.
10407 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10408 (cperl-beautify-regexp-piece): Fix column calculation.
10409 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10410 (cperl-beautify-level): Don't process entire regexp.
10411 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10412 calling man.
10413 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10414 (cperl-init-faces): Build a list in the normal way.
10415
10416 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10417
10418 * calendar/parse-time.el (parse-time-string-chars): Save match
10419 data.
10420
10421 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10422
10423 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10424 (sql-product): Use it.
10425 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10426 (sql-set-product): Add completion.
10427 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10428 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10429 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10430 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10431 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10432 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10433 (sql-highlight-db2-keywords): Remove.
10434 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10435 (sql-highlight-product): Use derived-mode-p.
10436 (sql-set-sqli-buffer): Use with-current-buffer.
10437 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10438 Simplify.
10439
10440 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10441
10442 * term.el: Fix commenting convention, turn comments into docstrings.
10443
10444 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10445
10446 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10447
10448 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10449
10450 * calendar/parse-time.el (parse-time-string-chars): Compute using
10451 character classes, to handle non-ascii characters (Bug#3190).
10452
10453 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10454
10455 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10456 another heredoc if the user adds another < (Bug#3226).
10457
10458 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10459 Don't initialize based on window-system (Bug#4124).
10460
10461 * facemenu.el (facemenu-read-color): Use a completion function
10462 that accepts any defined color, such as RGB triplets (Bug#3677).
10463
10464 * files.el (get-free-disk-space): Change fallback default
10465 directory to /. Expand DIR argument before switching to fallback.
10466 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10467
10468 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10469
10470 * files.el (load-library): Doc fix.
10471
10472 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10473
10474 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10475 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10476 incremental search string.
10477
10478 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10479 XEmacs.
10480
10481 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10482 (ediff-merge-region-is-non-clash)
10483 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10484 Also check if the job is really a merge job.
10485
10486 * ediff.el (ediff-current-file): New function.
10487
10488 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10489
10490 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10491 conventions.
10492 (js-insert-and-indent): Delete function.
10493 (js-mode-map): Don't bind keys to js-insert-and-indent.
10494 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10495 (js-end-of-defun): Rename from js--end-of-defun.
10496 (js-auto-indent-flag): Delete variable.
10497
10498 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10499
10500 * progmodes/js.el: Remove proclaim statement.
10501 Defvar which-func-imenu-joiner-function to silence compiler.
10502
10503 * files.el (auto-mode-alist): Use js-mode for .js files.
10504
10505 * progmodes/js2-mode.el: Remove file.
10506
10507 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10508
10509 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10510
10511 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10512
10513 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10514 Karl Landstrom <karl.landstrom@brgeight.se>
10515
10516 * progmodes/js.el: New file.
10517
10518 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10519
10520 * timezone.el (timezone-parse-date): Add ability to understand ISO
10521 basic format (minimal separators) dates in addition to the
10522 already-supported extended format dates.
10523
10524 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10525
10526 * international/ucs-normalize.el: Add a `coding' file variable.
10527
10528 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10529
10530 2009-08-14 Sam Steingold <sds@gnu.org>
10531
10532 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10533
10534 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10535
10536 * faces.el (help-argument-name): Define it here instead of
10537 help-fns.el, because in daemon mode help-fns.el may be loaded when
10538 faces are still uninitialized (Bug#1078).
10539
10540 * help-fns.el (help-argument-name): Move defface to faces.el.
10541
10542 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10543
10544 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10545 create buffer with a pty but no process so that GDB can make the
10546 inferior the controlling process.
10547
10548 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10549
10550 * international/ucs-normalize.el: New file.
10551
10552 2009-08-13 Richard Stallman <rms@gnu.org>
10553
10554 * mail/rmail.el (rmail-get-attr-names):
10555 Accept an attribute header that is too short.
10556
10557 * mail/rmail.el (rmail-forget-messages):
10558 Ignore nil elt in rmail-message-vector. Use dotimes.
10559
10560 * progmodes/compile.el (compilation-goto-locus):
10561 Use next-error-move-function.
10562
10563 * simple.el (next-error-move-function): New variable.
10564
10565 2009-08-12 Juri Linkov <juri@jurta.org>
10566
10567 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10568 always non-nil. (Bug#4052)
10569
10570 * replace.el (read-regexp): Return empty string when
10571 `default-value' is nil.
10572 (keep-lines-read-args): Don't use empty string as the
10573 default value for `read-regexp'. (Bug#2495)
10574
10575 2009-08-12 Juri Linkov <juri@jurta.org>
10576
10577 * international/mule-cmds.el (ucs-insert): Change arguments
10578 from `arg' to `character', `count', `inherit' to be the same
10579 as in `insert-char'. Doc fix. (Bug#4039)
10580
10581 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10582
10583 2009-08-12 Juri Linkov <juri@jurta.org>
10584
10585 * files-x.el: New file.
10586
10587 * files.el: Move code that deals with adding/deleting
10588 file/directory-local variables to files-x.el.
10589
10590 * Makefile.in (ELCFILES): Add files-x.elc.
10591
10592 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10593
10594 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10595 to use `goto-line'.
10596 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10597 `goto-line'.
10598 (gdb-invalidate-disassembly): Do not refresh upon receiving
10599 'update signal. Instead, update all disassembly buffers only after
10600 threads list.
10601 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10602 (gdb-starting): Moved -data-list-register-names...
10603 (gdb-stopped): ...here so it's sent when first thread stops.
10604 (gdb-registers-handler-custom): Do nothing if register names are
10605 unknown yet.
10606
10607 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10608 from `gdb-mi.el' to avoid extra tangling.
10609
10610 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10611 change which breaks `gud-def' definitions used in `gdb'.
10612 (gdb-update-gud-running): No extra fuss for updating frame number.
10613
10614 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10615
10616 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10617 (describe-language-environment-map, setup-language-environment-map)
10618 (set-coding-system-map): Move initialization into declaration.
10619 (set-language-info-alist): Last arg to define-key-after can be skipped.
10620
10621 * international/quail.el (quail-completion-1): Simplify.
10622 (quail-define-rules): Use slightly more compact code.
10623 (quail-insert-decode-map): Propertize keys, compact columns.
10624
10625 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10626 Add goto-line.
10627
10628 2009-08-10 Miles Bader <miles@gnu.org>
10629
10630 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10631 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10632 (js2-instance-member, js2-private-member, js2-private-function-call)
10633 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10634 (js2-magic-paren, js2-external-variable):
10635 Remove "-face" suffix from face names.
10636 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10637 (js2-highlight-undeclared-vars, js2-peek-token)
10638 (js2-parse-function-params, js2-mode-show-errors)
10639 (js2-mode-show-warnings, js2-make-magic-delimiter)
10640 (js2-mode-highlight-magic-parens): Update to use new face names.
10641
10642 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10643
10644 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10645 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10646
10647 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10648
10649 * subr.el: Provide hashtable-print-readable.
10650
10651 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10652 hs-c-like-adjust-block-beginning.
10653 (hs-hide-block-at-point): Stop hiding at the beginning of
10654 hs-block-end-regexp (Bug#700).
10655
10656 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10657
10658 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10659 a macro.
10660 (gdb-registers-handler-custom): Do not fail when register names
10661 are unavailable.
10662
10663 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10664
10665 * progmodes/gdb-mi.el (gdb-control-all-threads)
10666 (gdb-control-current-thread): Interactive setters for
10667 `gdb-gud-control-all-threads' to use in menu.
10668 (gdb-show-run-p): Show «Go» when process is not active.
10669 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
10670 gud/thread.xpm and gud/all.xpm.
10671
10672 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10673
10674 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10675 (nslookup-font-lock-keywords): Make it a variable.
10676 (net-utils-mode): New mode for viewing diagnostic network output.
10677 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10678 (net-utils-run-simple): New function.
10679 (ifconfig, iwconfig, netstat, arp, route): Use it.
10680
10681 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10682
10683 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10684 (gdb-memory-set-address, def-gdb-set-positive-number)
10685 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10686 after changing settings.
10687 (gdb-invalidate-disassembly): Update when first shown.
10688 (gdb-edit-locals-value): Fixed.
10689 (gdb-registers-handler-custom): Print registers in right order and
10690 allow changing register values (only for current thread yet).
10691 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10692 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10693 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10694 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10695 info in mode name.
10696 (gdb-registers-mode-map): TAB to switch to locals.
10697
10698 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10699
10700 * mail/rmail.el (rmail-add-mbox-headers)
10701 (rmail-set-message-counters-counter): Search for
10702 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10703
10704 2009-08-08 Glenn Morris <rgm@gnu.org>
10705
10706 * Makefile.in (ELCFILES): Update.
10707
10708 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10709
10710 * mail/sendmail.el (mail-yank-original): Set
10711 buffer-file-coding-system from the one used by the message whose
10712 text is yanked.
10713
10714 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10715 to "windows" when "pgnuplot" is used.
10716 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10717 call accept-process-output if "pgnuplot" is used.
10718 (calc-graph-init): Don't send -display and -geometry to
10719 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10720 running "pgnuplot -V" with shell-command-to-string.
10721
10722 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10723 the default.
10724
10725 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10726
10727 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10728 org/org-latex.elc.
10729
10730 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10731
10732 * vc-dispatcher.el (vc-resynch-window): Update comment.
10733
10734 * term.el (term-handle-ansi-escape): Add comments with the
10735 terminfo capabilities implemented.
10736
10737 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10738
10739 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10740 (gdb-var-create-handler): Rewritten using JSON parser.
10741 (gdb-propertize-header): Moved earlier.
10742 (gdb-set-header): Removed to avoid duplication.
10743 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10744 Refresh disassembly buffers only after threads list have been
10745 update.
10746 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10747 variables.
10748
10749 2009-08-04 Juri Linkov <juri@jurta.org>
10750
10751 * files.el: Commands to add/delete file/directory-local variables.
10752 (read-file-local-variable, read-file-local-variable-value)
10753 (read-file-local-variable-mode, modify-file-local-variable)
10754 (modify-file-local-variable-prop-line)
10755 (modify-dir-local-variable): New functions.
10756 (add-file-local-variable, delete-file-local-variable)
10757 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10758 (add-dir-local-variable, delete-dir-local-variable)
10759 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10760 (copy-dir-locals-to-file-locals-prop-line): New commands.
10761
10762 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
10763
10764 * abbrev.el (insert-abbrev-table-description): Prettify output.
10765 Suggested by Karl Chen.
10766
10767 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10768
10769 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10770 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10771 (gdb-overlay-arrow-position, gdb-thread-position)
10772 (gdb-disassembly-position): Declare variables.
10773 (gdb-wait-for-pending): Function now.
10774 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10775 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10776 compilation goes smoothly.
10777 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10778 (gdb-non-stop-setting): New customization setting which replaces
10779 `gdb-non-stop' so changing it doesn't break active GDB session.
10780 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10781 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10782 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10783 (gdb-show-threads-by-default): New customization options.
10784 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10785 routines.
10786 (gdb-get-buffer-create): Send buffers update signal when they are
10787 created.
10788 (gdb-invalidate-locals, gdb-invalidate-registers)
10789 (gdb-invalidate-breakpoints)
10790 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10791 (gdb-invalidate-memory): Accept update signal.
10792 (gdb-current-context-command): Use --frame option.
10793 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10794 Implement `gdb-frame-number' selection logic.
10795 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10796 whether to show GUD toolbar buttons.
10797 (gdb-thread-exited): Unselect current thread when it exits.
10798 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10799 (gdb-mark-line): Routine which sets overlay arrow or inverses
10800 video on fringeless displays.
10801 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10802 to build aligned columns of data in GDB buffers and set text
10803 properties line-by-line.
10804 (gdb-invalidate-breakpoints)
10805 (gdb-breakpoints-list-handler-custom)
10806 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10807 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10808 (gdb-registers-handler-custom): Align data columns.
10809 (gdb-locals-handler-custom): Now prints data like in variable
10810 declarations.
10811 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10812 Removed confusing buttons.
10813 (gdb-invalidate-threads): Append --frame.
10814 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10815 between breakpoints/threads buffers.
10816 (gdb-set-window-buffer): Now can ignore dedicated windows.
10817 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10818 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10819 (def-gdb-thread-buffer-gud-command): Replaces
10820 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10821 for fine thread control.
10822 (gdb-preempt-existing-or-display-buffer): New function used to
10823 display bound buffers without breaking window layout.
10824 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10825 (gdb-select-frame): New version of `gdb-frames-select' which now
10826 sets `gdb-frame-number' so commands may use --frame option instead
10827 of inner debugger state.
10828 (gdb-frame-handler): Do not set `gdb-frame-number'.
10829 (gdb-threads-mode-map): Select threads with mouse.
10830
10831 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10832 avoid compilation warning.
10833 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10834 `gdb-show-stop-p`.
10835
10836 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10837 Argument `key' renamed to `buffer-type'.
10838 (gdb-current-context-buffer-name): Do not add thread info to
10839 buffer name when no thread is selected.
10840 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10841 command (bug 3794).
10842 (gdb-thread-selected): Handle `=thread-selected' notification.
10843 (gdb-wait-for-pending): New macro to deal with congestion problems.
10844 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10845 breakpoints.
10846 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10847 This fixes problem similar to one described in bug 3947.
10848 (gud-menu-map): More menu items.
10849 (gdb-init-1): Reset `gdb-thread-number' to nil.
10850
10851 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10852 non-stop settings.
10853
10854 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10855 (gdb-current-context-command): Do not append --thread if
10856 `gdb-thread-number' is nil.
10857 (gdb-running-threads-count, gdb-stopped-threads-count): New
10858 variables.
10859 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10860 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10861 customization options.
10862 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10863 GUD commands.
10864 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10865 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10866 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10867 set `gdb-thread-number' and update `gud-running' properly.
10868 (gdb-running): Update threads list when new threads appear.
10869 (gdb-stopped): Support non-stop operation and new thread switching
10870 logic.
10871 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10872 (gdb-json-partial-output): New set of JSON routines.
10873 (def-gdb-auto-update-trigger): New `signal-list' optional
10874 argument.
10875 (gdb-thread-list-handler-custom): Update `gud-running',
10876 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10877 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10878 (gdb-continue-thread, gdb-step-thread): New commands for fine
10879 thread execution control.
10880 (gud-menu-map): New menu items to switch non-stop options.
10881 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10882 (gdb-send): Mimic RET properly (bug 3794).
10883
10884 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10885 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10886 gdb-buffer-rules.
10887 (def-gdb-auto-update-handler): New nopreserve optional argument.
10888 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10889
10890 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10891 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10892 (gdb-parent-mode): New mode to derive other GDB modes from.
10893 (gdb-display-disassembly-for-thread)
10894 (gdb-frame-disassembly-for-thread): New commands for threads
10895 buffer.
10896
10897 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10898 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10899 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10900 (gdb-update): We now store all GDB buffers in a list so that they
10901 can be updated by traversing a list instead of calling invalidate
10902 triggers explicitly.
10903 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10904 pair for GDB buffer.
10905 (gdb-stack-buffer-name): Add thread information.
10906 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10907 handle pending triggers.
10908 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10909 (def-gdb-thread-buffer-simple-command)
10910 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10911 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10912 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10913 New commands which show buffers bound to thread.
10914 (gdb-stack-list-locals-regexp): Removed unused regexp.
10915
10916 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10917 (gdb-locals-buffer-name, gdb-registers-buffer-name)
10918 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10919 to (gud-comint-buffer) in *-buffer-name functions
10920 because (gdb-get-target-string) already does that.
10921 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10922 (gdb-changed-registers-handler): Rewritten without regexps.
10923
10924 * progmodes/gdb-mi.el: Basic thread selection support.
10925 (gdb-thread-number): New variable.
10926 (gdb-current-context-command): New macro which adds --thread
10927 option to command.
10928 (gdb-threads-mode-map): Select thread with SPC.
10929 (gdb-thread-list-handler-custom): Mark current thread with overlay
10930 arrow. Synchronize GDB thread and Emacs thread.
10931 (gdb-select-thread): New command which selects current thread.
10932 (gdb-invalidate-frames, gdb-invalidate-locals)
10933 (gdb-invalidate-registers): Use --thread option.
10934
10935 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
10936
10937 * net/tramp.el (top): Make check for tramp-gvfs loading more
10938 robust. (Bug#3977)
10939 (tramp-handle-insert-file-contents): `unwind-protect' must be
10940 inside `with-parsed-tramp-file-name'.
10941
10942 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10943 fails.
10944
10945 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
10946
10947 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10948 directory if CLASSPATH is not set.
10949
10950 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
10951
10952 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10953 New defconst.
10954 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
10955
10956 2009-08-02 Kevin Ryde <user42@zip.com.au>
10957
10958 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10959 Update freshmeat link. Delete newsforge.com as it seems gone.
10960
10961 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10962
10963 * select.el (x-set-selection): Doc fix (Bug#4021).
10964
10965 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10966
10967 * help-fns.el (describe-variable): Treat list return values from
10968 dir-locals-find-file properly (Bug#4005).
10969
10970 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
10971
10972 * net/tramp.el (tramp-debug-message): Print also microseconds.
10973
10974 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
10975
10976 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10977 or END is non-nil.
10978 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10979 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10980 format.
10981
10982 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10983 (tramp-get-file-property): Use it.
10984
10985 * autorevert.el (auto-revert-handler): Allow
10986 `auto-revert-tail-mode' for remote files.
10987
10988 2009-08-02 Jason Rumney <jasonr@gnu.org>
10989
10990 * minibuffer.el (read-file-name): Treat confirm options to
10991 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
10992
10993 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10994
10995 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10996 (font-lock-variable-name-face, font-lock-constant-face): Darken
10997 the colors for light backgrounds.
10998
10999 2009-08-01 Eli Zaretskii <eliz@gnu.org>
11000
11001 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11002 month names. (Bug#3987)
11003
11004 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
11005
11006 * simple.el (line-move-finish): Pass whole number to
11007 line-move-to-column.
11008 (line-move-visual): Perform hscroll to the recorded position.
11009
11010 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11011
11012 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11013
11014 2009-07-29 Alan Mackenzie <acm@muc.de>
11015
11016 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11017
11018 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11019
11020 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11021 (gdb-place-breakpoints): Use full path when setting breakpoints.
11022
11023 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11024
11025 * calc/calc.el (calc-mode-map): Add keybinding for
11026 `calc-transpose-lines'.
11027
11028 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
11029
11030 * calc/calc-misc.el (calc-transpose-lines): New function.
11031
11032 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
11033
11034 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11035 Simplify check for out-of-band methods.
11036 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11037 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11038
11039 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11040
11041 * vc-git.el (vc-git-checkin): Fix typo.
11042
11043 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
11044
11045 * progmodes/js2-mode.el: New file.
11046
11047 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
11048
11049 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11050 (gud-menu-map): Adjust tooltip accordingly.
11051
11052 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11053
11054 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11055 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11056
11057 * add-log.el (change-log-mode-map): Add a menu.
11058
11059 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
11060
11061 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11062 function returns nil.
11063 (dbus-handle-event): Handle special return value :ignore.
11064 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11065
11066 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
11067
11068 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11069 it's not needed.
11070
11071 2009-07-25 Eli Zaretskii <eliz@gnu.org>
11072
11073 Fix Bug#3888:
11074
11075 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11076
11077 * term/pc-win.el (x-display-name, x-colors)
11078 (x-select-enable-clipboard, x-select-text): Doc fix.
11079
11080 * term/common-win.el (x-display-name, x-colors): Doc fix.
11081
11082 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11083 (xw-defined-colors): Doc fix.
11084
11085 * w32-fns.el (x-select-text, x-setup-function-keys)
11086 (x-get-selection, x-set-selection): Doc fix.
11087
11088 * term/x-win.el (x-select-text, x-setup-function-keys)
11089 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11090
11091 * select.el (x-set-selection): Doc fix.
11092
11093 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
11094
11095 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11096 instead of "IsNSSSupportAvailable". Avahi ought to work also when
11097 "IsNSSSupportAvailable" method is not available. Reported by
11098 Steve Youngs <steve@sxemacs.org>.
11099
11100 2009-07-24 Kenichi Handa <handa@m17n.org>
11101
11102 * international/characters.el: Fix setting of category ?C, ?|, ?K,
11103 and ?H. Fix setting of case for Latin Extended and Greek Extended.
11104 (build-unicode-category-table): Fix range checks.
11105
11106 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11107
11108 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11109 the buffer we try to sync is current when calling
11110 vc-resynch-buffer.
11111
11112 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11113 not show up to date files.
11114
11115 2009-07-24 Glenn Morris <rgm@gnu.org>
11116
11117 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11118 Add autoload cookies. If necessary, initialize.
11119 (elint-log): Handle non-file buffers.
11120 (elint-initialize): Add optional argument to reinitialize.
11121 (elint-find-builtin-variables): Save excursion.
11122
11123 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11124
11125 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11126 for Lint.
11127
11128 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11129
11130 * vc.el (vc-print-log-internal): New function, split out from ...
11131 (vc-print-log): ... here.
11132 (vc-dir-move-to-goal-column): Declare.
11133
11134 * vc-git.el (vc-git-add-signoff): New variable.
11135 (vc-git-checkin): Use it.
11136 (vc-git-toggle-signoff): New function.
11137 (vc-git-extra-menu-map): Bind it to menu.
11138 (vc-git--run-command-string): Accept a nil FILE argument.
11139 (vc-git-stash-list): New function.
11140 (vc-git-dir-extra-headers): Use it.
11141
11142 2009-07-23 Glenn Morris <rgm@gnu.org>
11143
11144 * help-fns.el (describe-variable): Describe ignored and risky local
11145 variables in a similar way to that in which we describe safe ones.
11146
11147 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11148 (byte-compile-output-file-form, byte-compile-output-docform)
11149 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11150 Give some more local variables with common names a "bytecomp-" prefix,
11151 so as not to shadow things during compilation.
11152 * emacs-lisp/cl-macs.el (load-time-value)
11153 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11154 `outbuffer' to `bytecomp-outbuffer'.
11155
11156 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11157 since the next two variables cover them automatically now.
11158 (elint-builtin-variables, elint-autoloaded-variables): New.
11159 (elint-unknown-builtin-args): Remove all members, since they can be
11160 parsed automatically now.
11161 (elint-extra-errors): New.
11162 (elint-env-add-env, elint-env-add-macro): Use cadr.
11163 (elint-current-buffer): Use or. Change final message.
11164 (elint-get-top-forms): Use line-end-position.
11165 (elint-init-env): Use cadr. Handle autoload, declare-function,
11166 and defalias.
11167 (elint-add-required-env): Doc fix. Use or. Standardize error.
11168 (regexp-assoc): Remove unused function.
11169 (elint-top-form): Set elint-current-pos, to record the start of the
11170 top-level form, for compilation-mode.
11171 (elint-form): Trap errors in macro expansion. Use dolist.
11172 (elint-unbound-variable): Use elint-builtin-variables and
11173 elint-autoloaded-variables.
11174 (elint-get-args): Use cadr, or.
11175 (elint-check-cond-form): Use dolist, cadr.
11176 (elint-check-condition-case-form): Doc fix. Use cadr.
11177 Use elint-extra-errors.
11178 (elint-log): New function.
11179 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11180 Distinguish errors and warnings.
11181 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11182 Use a bytecomp-style format.
11183 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11184 (elint-get-log-buffer): Use compilation mode. Disable undo.
11185 Don't truncate lines.
11186 (elint-initialize): Set builtin and autoloaded variable lists.
11187 Only process elint-unknown-builtin-args if non-nil.
11188 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11189 New functions.
11190 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11191
11192 2009-07-22 Kevin Ryde <user42@zip.com.au>
11193
11194 * net/newst-backend.el (newsticker--parse-atom-1.0)
11195 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11196 (newsticker--parse-rss-1.0):
11197 * progmodes/idlwave.el (idlwave-mode):
11198 * progmodes/idlw-shell.el (idlwave-shell-mode):
11199 * progmodes/vera-mode.el (vera-mode):
11200 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11201 * progmodes/vhdl-mode.el (vhdl-mode):
11202 * textmodes/table.el (table-generate-source)
11203 (table--warn-incompatibility):
11204 Hyperlink urls in docstrings with URL `...'.
11205
11206 2009-07-22 Glenn Morris <rgm@gnu.org>
11207
11208 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11209 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11210 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11211 Remove leading * from defcustom docs.
11212
11213 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11214
11215 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11216 defcustom doc.
11217 (list-load-path-shadows): Optionally, just return shadows as a string.
11218
11219 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11220
11221 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11222
11223 * mail/rmailedit.el (rmail-edit-mode): Use
11224 auto-save-include-big-deletions.
11225
11226 * mail/rmail.el (rmail-variables): Use
11227 auto-save-include-big-deletions.
11228
11229 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11230 changes.
11231
11232 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11233
11234 * calc/calc.el (calc-undo-length): New variable.
11235 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11236
11237 2009-07-21 Richard Stallman <rms@gnu.org>
11238
11239 * files.el (auto-save-mode): Handle buffer-save-size = -2
11240 for toggling mode.
11241
11242 2009-07-21 Glenn Morris <rgm@gnu.org>
11243
11244 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11245
11246 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11247
11248 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11249 silence compiler. Instead...
11250 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11251 (ps-print-ensure-fontified): Update for above function name changes.
11252
11253 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11254 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11255 silence compiler. Instead...
11256 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11257 (mh-show-buffer): Only define for compiler.
11258 (pr-mh-current-message): Update for above function name changes.
11259
11260 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11261 as an argument.
11262 (find-file-noselect, insert-file-1): Update for above change.
11263
11264 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11265
11266 * mail/mailclient.el (mailclient-send-it): Fix message.
11267
11268 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11269 (edebug-eval): Check cl-debug-env is bound.
11270 (print-level, print-circle): Don't redefine built-in variables.
11271
11272 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11273 (custom-print-vectors): Remove old comments from doc.
11274
11275 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11276 (emerge-version): Make the variable an obsolete alias for the
11277 emacs-version variable. Make the function obsolete.
11278 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11279 Emerge options, rather than merging in into the main Options menu.
11280 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11281 and auto advance modes. Disable edit/fast items when not relevant.
11282
11283 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11284
11285 * term/vt420.el (terminal-init-vt420): Fix typo.
11286
11287 2009-07-20 Sam Steingold <sds@gnu.org>
11288
11289 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11290 variable (removed from compile.el on 2004-03-11).
11291
11292 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11293
11294 * files.el (hack-local-variables-filter): Fix last change.
11295
11296 2009-07-19 Juri Linkov <juri@jurta.org>
11297
11298 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11299 (dir-local-variables-alist): New buffer-local variable.
11300 (hack-local-variables-filter): If variable is not dir-local,
11301 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11302 because file-local overrides dir-local.
11303 (c-postprocess-file-styles) <declare-function>:
11304 Remove obsolete declaration.
11305 (hack-dir-local-variables): Add dir-local variable/value pair to
11306 `dir-local-variables-alist' and remove duplicates. Doc fix.
11307
11308 * help-fns.el (describe-variable): Add information about
11309 file-local and dir-local variables.
11310
11311 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11312
11313 * files.el (hack-local-variables-filter): Rewrite.
11314
11315 2009-07-19 Glenn Morris <rgm@gnu.org>
11316
11317 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11318 Silence compiler by only defining on XEmacs.
11319
11320 * international/mule.el (auto-coding-regexp-alist): Only match
11321 BABYL... at the start of buffer, not of lines. (Bug#3790)
11322
11323 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11324 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11325 (cal-menu-context-mouse-menu): Doc fix.
11326
11327 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11328
11329 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11330
11331 2009-07-18 Juri Linkov <juri@jurta.org>
11332
11333 * info.el: Virtual Info keyword finder.
11334 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11335 (Info-finder-file): New variable.
11336 (Info-finder-find-file): New function.
11337 (finder-known-keywords, finder-package-info)
11338 (find-library-name, lm-commentary): Use defvar and
11339 declare-function to silence compiler warnings.
11340 (Info-finder-find-node): New function.
11341 (info-finder): New command.
11342
11343 * subr.el (process-kill-buffer-query-function): New function.
11344 (add-hook)<kill-buffer-query-functions>: Add hook
11345 `process-kill-buffer-query-function'.
11346
11347 2009-07-18 Alan Mackenzie <acm@muc.de>
11348
11349 * progmodes/cc-mode.el (c-before-hack-hook)
11350 (c-postprocess-file-styles): Give invocation of `c-set-style'
11351 DONT-OVERRIDE parameter of t. Already set style variables will
11352 thus not be overridden by style settings given by `c-file-syle'.
11353
11354 * files.el (hack-local-variables-filter): Remove entries with
11355 duplicate keys from `file-local-variables-alist'.
11356
11357 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11358
11359 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11360 x-set-selection if display-selections-p returns nil for the
11361 current frame.
11362
11363 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11364
11365 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11366
11367 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11368
11369 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11370 Accept nil in addition to a regexp.
11371 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11372 Accept nil in addition to a regexp.
11373 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11374 buffers that have an associated file. Handle nil values of
11375 desktop-buffers-not-to-save and desktop-files-not-to-save.
11376 (Bug#3833)
11377
11378 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11379 (x-disown-selection-internal): New functions.
11380
11381 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11382
11383 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11384 warning.
11385 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11386 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11387
11388 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11389
11390 * simple.el (set-mark): Revert last change.
11391
11392 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11393
11394 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11395 rendering of pngs is not possible instead of messaging a long
11396 description.
11397
11398 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11399
11400 * w32-fns.el (x-selection-owner-p): New function.
11401
11402 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11403 (mouse-yank-at-click, mouse-yank-primary): If
11404 select-active-regions is non-nil, deactivate the mark before
11405 insertion.
11406
11407 * simple.el (deactivate-mark, set-mark): Only save selection if we
11408 own it.
11409
11410 2009-07-17 Kenichi Handa <handa@m17n.org>
11411
11412 * case-table.el (describe-buffer-case-table): Fix for the case
11413 that KEY is a cons.
11414
11415 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11416
11417 * vc-rcs.el (vc-rcs-find-file-hook):
11418 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11419
11420 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11421
11422 * net/tramp.el (tramp-wait-for-output): Handle the case when
11423 commands do not return a newline but a null byte before the shell
11424 prompt. (Bug#3858)
11425
11426 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11427
11428 * term/ns-win.el (ns-set-alpha): Don't declare.
11429 (ns-set-background-alpha): Remove function.
11430
11431 2009-07-16 Kevin Ryde <user42@zip.com.au>
11432
11433 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11434 y-or-n-p, for safety.
11435
11436 2009-07-16 Richard Stallman <rms@gnu.org>
11437
11438 * files.el (auto-save-mode): If buffer-saved-size is -2,
11439 don't clobber it.
11440
11441 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11442 (rmail-retry-ignored-headers): Add more uninteresting fields.
11443
11444 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11445
11446 * net/rcirc.el (rcirc): Use history variables.
11447 (rcirc-server-name-history, rcirc-nick-name-history)
11448 (rcirc-server-port-history): New variables.
11449
11450 2009-07-15 Kenichi Handa <handa@m17n.org>
11451
11452 * international/mule-cmds.el (set-language-environment-charset):
11453 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11454 ignore them.
11455
11456 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11457 Delete unibyte-display.
11458
11459 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11460
11461 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11462
11463 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11464
11465 * simple.el (deactivate-mark): Optional argument FORCE.
11466 (set-mark): Use deactivate-mark.
11467
11468 * info.el (Info-search): No need to check transient-mark-mode
11469 before calling deactivate-mark.
11470
11471 * select.el (x-set-selection): Doc fix.
11472 (x-valid-simple-selection-p): Allow buffer values.
11473 (xselect--selection-bounds): Handle buffer values. Suggested by
11474 David De La Harpe Golden.
11475
11476 * mouse.el (mouse-set-region, mouse-drag-track): Call
11477 copy-region-as-kill before setting the mark, to let
11478 select-active-regions work.
11479
11480 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11481
11482 * simple.el (deactivate-mark): If select-active-regions is
11483 non-nil, copy the selection data into a string.
11484 (activate-mark): If select-active-regions is non-nil, set the
11485 selection to the current buffer.
11486 (set-mark): Update selection if select-active-regions is non-nil.
11487
11488 * select.el (x-valid-simple-selection-p): Allow buffer values.
11489
11490 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11491
11492 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11493 and more featureful message-mode.
11494
11495 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11496
11497 * select.el (x-set-selection): Doc fix.
11498 (x-valid-simple-selection-p): Disallow selection data consisting
11499 of a list or cons of integers, since that is not used.
11500 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11501 (xselect-convert-to-string, xselect-convert-to-length)
11502 (xselect-convert-to-filename, xselect-convert-to-charpos)
11503 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11504
11505 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11506
11507 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11508 output in -break-info command (Emacs bug #3794).
11509
11510 2009-07-14 Glenn Morris <rgm@gnu.org>
11511
11512 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11513 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11514 (edebug-print-length, edebug-print-level, edebug-print-circle)
11515 (edebug-sit-for-seconds, edebug-view-outside)
11516 (edebug-bounce-point, edebug-set-global-break-condition)
11517 (edebug-Go-nonstop-mode, edebug-trace-mode)
11518 (edebug-Trace-fast-mode, edebug-continue-mode)
11519 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11520 (edebug-visit-eval-list): Doc fixes.
11521
11522 * subr.el (def-edebug-spec): Doc fix.
11523
11524 2009-07-14 Kenichi Handa <handa@m17n.org>
11525
11526 * international/characters.el: Fix setting of category ?C.
11527
11528 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11529
11530 * term/ns-win.el (x-select-font): defalias x-select-font to
11531 ns-popup-font-panel instead of generate-fontset-menu.
11532
11533 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11534
11535 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11536
11537 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11538
11539 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11540 the PK\003\004 header (Bug#3770).
11541
11542 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11543
11544 * pcomplete.el (pcomplete-comint-setup): Check for
11545 shell-dynamic-complete-filename too.
11546
11547 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11548
11549 * simple.el (temporary-goal-column): Change the value for
11550 line-move-visual to a cons cell.
11551 (line-move-visual): Record or set the window hscroll, if
11552 necessary (Bug#3494).
11553 (line-move-1): Handle cons value of temporary-goal-column.
11554
11555 2009-07-11 Kenichi Handa <handa@m17n.org>
11556
11557 * international/mule-diag.el (describe-character-set): Don't show
11558 width.
11559
11560 2009-07-10 Sam Steingold <sds@gnu.org>
11561
11562 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11563 Omake sometimes indents the errors it prints, so allow all
11564 regexps to start with spaces.
11565
11566 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11567
11568 * cus-edit.el (customize-changed-options-previous-release):
11569 Bump value to 22.1. (Bug#3804)
11570
11571 2009-07-08 Sam Steingold <sds@gnu.org>
11572
11573 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11574 to be a cons cell (test . ignored-directory) to selectively ignore
11575 some directories depending on the location of the search.
11576
11577 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11578
11579 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11580 remote user is root, on the local host.
11581 (tramp-local-host-p): Either the local user or the remote user
11582 must be root. (Bug#3771)
11583
11584 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11585
11586 * progmodes/gdb-mi.el (gdb): Remove description of
11587 gdb-use-separate-io-buffer.
11588 (menu): Don't allow toggling of or enable
11589 gdb-use-separate-io-buffer from menubar.
11590
11591 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11592
11593 * mail/unrmail.el (unrmail): Make sure the message ends with two
11594 newlines (Bug#3769).
11595
11596 2009-07-08 Glenn Morris <rgm@gnu.org>
11597
11598 * calendar/calendar.el (calendar-current-date): Rework previous change.
11599
11600 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11601
11602 * calendar/calendar.el (calendar-current-date):
11603 Add an optional argument giving an offset from today.
11604
11605 2009-07-08 Glenn Morris <rgm@gnu.org>
11606
11607 * tutorial.el (tutorial--describe-nonstandard-key):
11608 Adjust the message for when a key has been unbound.
11609 (help-with-tutorial): Hide the arch-tag.
11610
11611 2009-07-08 Kenichi Handa <handa@m17n.org>
11612
11613 * international/fontset.el (setup-default-fontset): For each
11614 script, append (not set) font-specs.
11615
11616 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11617 docstring.
11618
11619 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11620
11621 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11622 -data-list-register-names to ...
11623 (gdb-starting): ... here because GDB 7.0 requires execution to
11624 have started when using this MI command.
11625 (gdb-set-header): New function to distinguish select and
11626 unselected tabs in gdb buffers.
11627 (gdb-propertize-header): New macro that uses gdb-set-header.
11628 (gdb-breakpoints-header, gdb-locals-header): Use it.
11629 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11630
11631 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11632
11633 * Makefile.in (ELCFILES): Remove fadr.elc.
11634
11635 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11636
11637 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11638 may contain frame information, so `string-match' should be used.
11639 (gdb-update): Disassembly is invalidated through
11640 `gdb-get-selected-frame'.
11641 (gdb-pad-string): New function to pad string with spaces.
11642 (gdb-invalidate-disassembly): Invalidate only if the buffer
11643 exists.
11644 (gdb-disassembly-handler-custom): Column alignment.
11645 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11646 placing new ones.
11647 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11648 end of line, too.
11649 (gdb-frame-handler): Match convention to for disassembly buffer
11650 mode name.
11651 (gdb-stack-list-frames-handler): Rewritten without regexps.
11652 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11653 not highlight breakpoints without line information.
11654 (gdb-input): Add trailing newline to command.
11655
11656 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11657 buffer properly.
11658 (gdb-breakpoints-list-handler-custom): Replacement for
11659 `gdb-break-list-handler'. Using real parser instead of regexps
11660 now.
11661 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11662 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11663 to place breakpoints.
11664 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11665 functions.
11666 (gdb-disassembly-handler-custom): Show overlay arrow.
11667 (gdb-disassembly-place-breakpoints): Show breakpoints in
11668 disassembly buffer.
11669 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11670 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11671 instead of parsing breakpoints buffer. Fixed old menu references
11672 in `gud-menu-map'.
11673
11674 * fadr.el: Remove.
11675
11676 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11677 (gdb-memory-address): New variable which holds top address of
11678 memory page shown in memory buffer.
11679 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11680 customization variables.
11681 New functions:
11682 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11683 display the memory buffer.
11684 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11685 buffer display parameters.
11686 (def-gdb-memory-format, gdb-memory-format-binary)
11687 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11688 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11689 Functions for setting memory buffer format.
11690 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11691 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11692 unit size used in memory buffer.
11693 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11694 to next/previous page of memory buffer.
11695 Now using (bindat-get-field) instead of fadr functions.
11696
11697 2009-07-07 Sam Steingold <sds@gnu.org>
11698
11699 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11700 non-top-level files.
11701
11702 2009-07-07 Kenichi Handa <handa@m17n.org>
11703
11704 * international/mule-cmds.el (reset-language-environment): Put
11705 the highset priority to the charset iso-8859-1.
11706
11707 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11708
11709 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11710 to the end of the line when locating the block (Bug#700).
11711
11712 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11713
11714 * net/tramp.el (tramp-handle-write-region): Flush file properties
11715 in case of short track.
11716
11717 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11718
11719 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11720 Coded custom representation of verilog error regular expressions
11721 to work with Emacs-22's new format.
11722 (verilog-error-regexp-xemacs-alist): Coded custom representation
11723 of verilog error regular expressions to work with XEmacs format.
11724 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11725 error recognition into XEmacs.
11726 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11727 error recognition into Emacs-22.
11728
11729 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11730
11731 * woman.el: Remove stand-alone closing parentheses.
11732 (woman-file-name, woman2-format-paragraphs)
11733 (woman-leave-blank-lines): Code cleanup.
11734 (woman-use-own-frame): Change default to nil.
11735 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11736 defaults to inherit from default faces.
11737 (woman2-process-escapes): Consume the newline after a stand-alone
11738 filler character (Bug#3651).
11739
11740 2009-07-06 Glenn Morris <rgm@gnu.org>
11741
11742 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11743 (top-level): Move provide to the end.
11744 (ffap): Remove defunct URL from custom group.
11745
11746 * subr.el (eval-after-load): Doc fix.
11747
11748 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11749
11750 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11751 `calc-embedded-word' is called twice.
11752
11753 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11754
11755 * files.el (find-alternate-file-other-window, find-alternate-file):
11756 Obey confirm-nonexistent-file-or-buffer.
11757
11758 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
11759
11760 * dired-aux.el (dired-show-file-type): Handle remote files.
11761
11762 2009-07-05 Jari Aalto <jari.aalto@cante.net>
11763
11764 * desktop.el (desktop-globals-to-save):
11765 Add file-name-history (Bug#2750).
11766
11767 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
11768
11769 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11770
11771 2009-07-04 Johan Bockgård <bojohan@gnu.org>
11772
11773 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11774 property on entire argument since this is what eshell-lisp-command
11775 expects.
11776
11777 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
11778
11779 * net/tramp-gvfs.el (tramp-gvfs-methods)
11780 (tramp-gvfs-zeroconf-domain)
11781 (tramp-bluez-discover-devices-timeout): Add version flag.
11782 (tramp-gvfs-handler-mounted-unmounted)
11783 (tramp-gvfs-connection-mounted-p): Polish handling of
11784 incompatibilities between GVFS 0.2 and 1.0.
11785
11786 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11787
11788 * cus-start.el (all): Add make-pointer-invisible.
11789
11790 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11791
11792 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11793 formatted correctly.
11794
11795 2009-07-02 Juri Linkov <juri@jurta.org>
11796
11797 * info.el: Virtual Info files and nodes.
11798 (Info-virtual-files, Info-virtual-nodes): New variables.
11799 (Info-current-node-virtual): New variable.
11800 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11801 New functions.
11802 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11803 to check for a virtual file instead of checking a fixed list
11804 of node names.
11805 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11806 instead of ad-hoc processing of "dir" and (apropos history toc).
11807 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11808 instead of ad-hoc processing of "dir" and (apropos history toc).
11809 Reread a file when moving from a virtual node.
11810 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11811 (Info-directory-toc-nodes, Info-directory-find-file)
11812 (Info-directory-find-node): New functions.
11813 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11814 (Info-history): Move part of code to
11815 `Info-history-find-node'.
11816 (Info-history-toc-nodes, Info-history-find-file)
11817 (Info-history-find-node): New functions.
11818 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11819 (Info-toc): Move part of code to `Info-toc-find-node'.
11820 (Info-toc-find-node): New function.
11821 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
11822 the current Info file name to references because now the node
11823 "*TOC*" belongs to the same Info manual.
11824 (Info-toc-build): Rename from `Info-build-toc'.
11825 (Info-toc-nodes): Rename input argument `file' to `filename'.
11826 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11827 instead of ad-hoc processing of ("dir" apropos history toc).
11828 (Info-index-nodes): Use Info-virtual-file-p
11829 to check for a virtual file instead of checking a fixed list
11830 of node names.
11831 (Info-index-node): Add check for `Info-current-node-virtual'.
11832 Raise `save-match-data' higher up the tree to contain
11833 `search-forward' too (bug fix).
11834 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11835 (Info-virtual-index-nodes): New variable.
11836 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11837 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11838 (Info-apropos-file, Info-apropos-nodes): New variables.
11839 (Info-apropos-toc-nodes, Info-apropos-find-file)
11840 (Info-apropos-find-node, Info-apropos-matches): New functions.
11841 (info-apropos): Move part of code to `Info-apropos-find-node' and
11842 `Info-apropos-matches'.
11843 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11844 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11845 for a virtual file instead of checking a fixed list of node names.
11846
11847 * simple.el (async-shell-command): New command.
11848
11849 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11850
11851 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11852 instead of `mount-info'.
11853
11854 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
11855
11856 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11857 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11858
11859 2009-07-02 Kenichi Handa <handa@m17n.org>
11860
11861 * international/mule.el (set-keyboard-coding-system): Force *-unix
11862 coding-system to avoid eol conversion.
11863
11864 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
11865
11866 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11867 Add handler for `process-file', `shell-command' and
11868 `start-file-process'.
11869 (tramp-gvfs-handle-shell-command)
11870 (tramp-gvfs-handle-start-file-process)
11871 (tramp-gvfs-handle-process-file): New defuns.
11872 (tramp-synce-list-devices): Simplify check for existence of property.
11873
11874 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11875
11876 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11877
11878 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11879
11880 * language/korean.el (set-language-info-alist): Add korean-cp949,
11881 cp949 to spec.
11882
11883 2009-07-01 Kenichi Handa <handa@m17n.org>
11884
11885 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11886
11887 * international/encoded-kb.el: Deleted.
11888
11889 * international/mule.el (set-keyboard-coding-system): Perform the
11890 necessary setup here instead of calling encoded-kbd-setup-display.
11891
11892 2009-07-01 Glenn Morris <rgm@gnu.org>
11893
11894 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11895
11896 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11897
11898 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11899
11900 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
11901
11902 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11903 Handle also the 'rename case, when setting file modes. (Bug#3712)
11904 (tramp-default-file-modes): Remove execute permissions.
11905
11906 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11907 (top): Add a default for "synce" in `tramp-default-user-alist'.
11908 Add completion function for "synce" method.
11909 (tramp-hal-service, tramp-hal-path-manager)
11910 (tramp-hal-interface-manager, tramp-hal-interface-device):
11911 New defconst.
11912 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11913 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11914 New defuns.
11915
11916 * net/trampver.el: Update release number.
11917
11918 2009-06-30 Kenichi Handa <handa@m17n.org>
11919
11920 * international/fontset.el (setup-default-fontset): Add CJK fonts
11921 for symbols and the other miscellaneous characters.
11922
11923 * language/korea-util.el (setup-korean-environment-internal):
11924 Make char-width-table suitable for Korean environments.
11925 (exit-korean-environment): Cancel above.
11926
11927 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11928 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11929 setup-function to make char-width-table suitable for respective
11930 environments, and an exit-function to cancel that.
11931
11932 * language/japan-util.el (setup-japanese-environment-internal):
11933 Call use-cjk-char-width-table with arg `ja_JP'.
11934
11935 * international/characters.el (cjk-char-width-table): Delete it.
11936 (cjk-char-width-table-list): New variable.
11937 (use-cjk-char-width-table): New arg local-name.
11938 (use-default-char-width-table): Fix for the case that Emacs is
11939 already using the default char-width-table.
11940
11941 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
11942
11943 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11944 modes mandatory. (Bug#3712)
11945
11946 2009-06-29 Alan Mackenzie <acm@muc.de>
11947
11948 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11949 correction between the visible width of TABs and their number of bytes.
11950
11951 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
11952
11953 * server.el (server-buffer-done): Prevent kill-buffer from
11954 prompting by clearing the buffer modification flag (Bug#3696).
11955
11956 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
11957
11958 * progmodes/verilog-mode.el (verilog-beg-of-statement)
11959 (verilog-endcomment-reason-re): Support unique case and priority case.
11960 (verilog-basic-complete-re): Support localparam lineup.
11961 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11962 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11963 commenting.
11964 (verilog-leap-to-case-head): Now support *nested* unique &
11965 priority case statements.
11966 (verilog-auto-lineup): Make just declarations the default (as it
11967 had been).
11968 (verilog-leap-to-case-head): Support priority/unique case statements.
11969 (verilog-auto-lineup): Rework to give users radio buttons to
11970 select the various styles of automatic lineup.
11971 (verilog-error-regexp-alist): Rework to support the XEmacs style
11972 of error regular expressions from compilers, lint tools &
11973 simulators. Note that GNU Emacs has made it impossible for a mode
11974 to load such things.
11975 (electric-verilog-terminate-line, verilog-indent-declaration)
11976 (verilog-auto-wiure): Rework for radio button selection of
11977 auto-lineup selection of specification of auto lineup.
11978 (verilog-beg-of-statement-1): Redesign to support proper operation
11979 in additional code, based on testing with auto-lineup.
11980 (verilog-calculate-indent, assignments & declarations)
11981 (verilog-backward-token): Enhance to support auto-lineup of
11982 assignments & declarations.
11983 (verilog-in-directive-p, verilog-at-struct-p): New function for
11984 easy test of whether we are.
11985 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11986 to support safe execution at almost anyline.
11987 (verilog-calc-1): Properly support indenting deep inside generate
11988 blocks.
11989 (verilog-init-font): Remove definition & use of verilog-init-font,
11990 as it is redundant with font-lock-defaults.
11991 (verilog-mode): Alter the definition of verilog-font-lock-defaults
11992 to avoid circular calls if syntax-ppss is a function (as is the
11993 case now in 22.x GNU Emacs) as that function would sometimes call
11994 itself, leading to (nearly) infinite recursion.
11995 (verilog-ovm-begin-re, verilog-ovm-end-re)
11996 (verilog-ovm-statement-re, verilog-leap-to-head)
11997 (verilog-backward-token): Add support for OVM macros. Some are
11998 complete statements, and others open and close scopes like begin
11999 and end.
12000 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12001 (verilog-defun-level-generate-only-re): Really fix the defun-list
12002 compilation issue.
12003 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12004 coverpoint, constraint and cross statements.
12005 (verilog-defun-level-list, verilog-generate-defun-level-list)
12006 (verilog-all-defun-level-list): Redo these specifications - it is
12007 too hard to support eval-when compile aggregation of lists also
12008 built at when-compile time.
12009 (verilog-defun-level-list): Place defconsts of variables used in
12010 building regular expressions which are built in eval-when-compile
12011 bodies in the same eval-when-compile body to facilitate compile
12012 without load.
12013 (verilog-beg-block-re-ordered): Support indenting
12014 virtual/protected tasks and functions.
12015 (verilog-defun-level-list, verilog-in-generate-region-p)
12016 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12017 indentation of some module items (generate items).
12018 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12019 across virtual/protected tasks and functions.
12020
12021 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12022
12023 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12024 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
12025 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12026 in concatenations. Reported by Yishay Belkind.
12027 (verilog-auto-ascii-enum): Support one-hot state machines in
12028 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12029 (verilog-auto-inst, verilog-auto-inst-port): Include interface
12030 modport in AUTOINST and add vl-modport for users. Reported by
12031 David Rogoff.
12032 (verilog-auto-inout-module, verilog-auto-inst)
12033 (verilog-decls-get-interfaces, verilog-insert-definition)
12034 (verilog-insert-one-definition, verilog-read-decls)
12035 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12036 (verilog-sig-modport, verilog-signals-combine-bus)
12037 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12038 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12039 Suggested by David Rogoff.
12040 (verilog-repair-open-comma): Fix non-insertion of comma when
12041 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12042 (verilog-make-width-expression): Simplify [A-1:0] expression
12043 widths to just {A{1'b0}}.
12044 (verilog-mode): Cleanup checkdoc warnings.
12045 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12046 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12047 inputs/outputs or data type. Suggested by Vasu Kandadi.
12048 (next-error-last-buffer): Fix byte-compiler warning.
12049 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12050 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12051 or shell command text during AUTO expansion. Suggested by Tad Truex.
12052 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12053 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12054 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12055 in AUTOINOUT. Reported by Matthew Lovell.
12056 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12057 causing use of <= assignments. Reported by Alex Reed.
12058 (verilog-read-decls): Fix triand, trior, wand, wor to be
12059 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12060 (verilog-extended-complete-re): Support import "DPI-C" functions.
12061 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12062 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
12063 (verilog-insert-date, verilog-insert-year)
12064 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12065 Windows systems. Reported by Michael Potts.
12066 (verilog-read-module-name): Fix AUTOINST when the child module
12067 declaration's name is a tick define. Reported by Elliot Mednick.
12068 (verilog-read-decls): Fix V2K parameter bit subscripts getting
12069 passed to next parameter's definition. Reported by Bruce T.
12070 (verilog-read-decls): Fix detecting "parameter int" when using
12071 AUTOINSTPARAM. Reported by Bruce T.
12072 (verilog-goto-defun): Fix goto not finding modules unless first
12073 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
12074 (verilog-mode): Expand -f flag arguments on entry to mode so
12075 verilog-goto-defun will work. Reported by Lawrence Butcher.
12076 (verilog-getopt): Expand environment variables in -f file
12077 arguments. Suggested by Lawrence Butcher.
12078 (verilog-set-define): Fix "Symbol's value as variable is void"
12079 when reading enumerations.
12080 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12081 Suggested by Stephen Peltan.
12082 (verilog-read-defines): Fix reading of enumerations in include
12083 files. Reported by Steve Peltan.
12084
12085 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12086
12087 * files.el (trash-directory): Fix defcustom type.
12088
12089 2009-06-28 Juri Linkov <juri@jurta.org>
12090
12091 * help-fns.el (describe-function-1): Correctly locate adviced
12092 functions in hyperlink (Bug#2438).
12093
12094 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
12095
12096 * files.el (trash-directory): Change default to nil.
12097 (move-file-to-trash): If trash-directory is nil and
12098 system-move-file-to-trash is unbound, perform freedesktop-style
12099 trashing.
12100
12101 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12102
12103 * files.el (move-file-to-trash): Add freedesktop trash
12104 support (Bug#973).
12105
12106 2009-06-28 Glenn Morris <rgm@gnu.org>
12107
12108 * autorevert.el (global-auto-revert-non-file-buffers)
12109 (global-auto-revert-mode): Doc fixes.
12110
12111 2009-06-27 Johan Bockgård <bojohan@gnu.org>
12112
12113 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12114
12115 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
12116
12117 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12118 opened an X connection before calling x-get-resource (Bug#3194).
12119
12120 * play/doctor.el: Remove reference to obsolete website.
12121 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12122
12123 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12124
12125 Remove find-file-not-found-hook VC method. (Bug#2757)
12126 * vc-hooks.el (vc-file-not-found-hook)
12127 (vc-default-find-file-not-found-hook): Remove functions.
12128 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12129 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12130 * vc.el:
12131 * vc-hg.el:
12132 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12133
12134 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12135
12136 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12137 compatibility function for `looking-back'.
12138
12139 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12140 Use `ispell-looking-back'.
12141
12142 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
12143
12144 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12145 rather than `filename'.
12146
12147 2009-06-23 Miles Bader <miles@gnu.org>
12148
12149 * face-remap.el (text-scale-set): New function.
12150
12151 2009-06-23 Glenn Morris <rgm@gnu.org>
12152
12153 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12154
12155 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12156
12157 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12158
12159 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12160
12161 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12162 Simplify Persian conditionals.
12163
12164 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12165 variable `filename'.
12166
12167 * comint.el (comint-insert-input): Doc fix.
12168
12169 * Makefile.in (ELCFILES): Fix typo in previous change.
12170
12171 2009-06-23 Miles Bader <miles@gnu.org>
12172
12173 * cus-start.el: Add entry for `recenter-redisplay'.
12174
12175 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12176
12177 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12178 Add an optional argument for the backend, use it instead of
12179 calling vc-backend.
12180 (vc-mode-line): Add an optional argument for the backend.
12181 Pass the backend to vc-state and vc-working-revision. Move code for
12182 special handling for vc-state being a buffer to ...
12183
12184 * vc-rcs.el (vc-rcs-find-file-hook):
12185 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12186
12187 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12188 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12189 vc-stay-local-p and vc-mode-line calls.
12190
12191 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12192 (vc-cvs-diff, vc-cvs-annotate-command)
12193 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12194 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12195 vc-mode-line calls.
12196
12197 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12198 direct comparison.
12199 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12200 backend when calling vc-mode-line.
12201 (vc-register): Do not create a closure for calling the vc register
12202 function, call it directly.
12203
12204 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12205
12206 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12207 to make it obvious item can be clicked.
12208
12209 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12210
12211 2009-06-23 Kenichi Handa <handa@m17n.org>
12212
12213 * language/korea-util.el (korean-key-bindings): Change the binding
12214 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12215 same command.
12216
12217 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
12218
12219 Sync with Tramp 2.1.16.
12220
12221 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12222
12223 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12224 when a loading of a package fails. Completion function for rsync
12225 is `tramp-completion-function-alist-ssh'.
12226 (all): Replace all calls of `split-string' and
12227 `tramp-split-string' by `tramp-compat-split-string'.
12228 (tramp-default-method): Use `tramp-compat-process-running-p'.
12229 (tramp-default-proxies-alist): Allow also Lisp forms.
12230 (tramp-remote-path): Add choice "Private Directories".
12231 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12232 (tramp-domain-regexp): Allow also "-", "_" and ".".
12233 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12234 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12235 (tramp-debug-message): Insert header line in debug buffer.
12236 (tramp-handle-directory-files-and-attributes-with-stat):
12237 Care about filenames with spaces, or starting with "-".
12238 (tramp-handle-dired-uncache): New defun.
12239 (tramp-handle-insert-directory): Don't flush the directory from
12240 cache, this is handled by `dired-uncache' now.
12241 (tramp-handle-insert-file-contents): Improve error handling.
12242 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12243 Quote `tramp-end-of-output'.
12244 (tramp-action-password): Improve trace message.
12245 (tramp-check-for-regexp): Both echoes must be present, before removing.
12246 (tramp-open-connection-setup-interactive-shell): Trace coding system.
12247 (tramp-compute-multi-hops): Eval cons cells of
12248 `tramp-default-proxies-alist'.
12249 (tramp-maybe-open-connection): Use the same command pattern for
12250 first hop and further hops.
12251 (tramp-wait-for-output): Remove handling of newlines.
12252 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12253 (tramp-split-string): Remove function. It is handled in
12254 tramp-compat now.
12255
12256 * net/tramp-cmds.el (tramp-bug):
12257 Recommend `tramp-cleanup-all-connections' in the bug mail.
12258
12259 * net/tramp-compat.el (tramp-compat-split-string)
12260 (tramp-compat-process-running-p): New defuns.
12261
12262 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12263 for `dired-uncache'.
12264
12265 * net/tramp-gvfs.el: New package.
12266
12267 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12268 Add handler for `dired-uncache'.
12269 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12270
12271 * net/trampver.el: Update release number. Make version check fit
12272 for SXEmacs 22.
12273
12274 2009-06-22 Jim Meyering <meyering@redhat.com>
12275
12276 Automatically handle .xz suffix (XZ-compressed files), too.
12277 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12278 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12279
12280 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12281 Nick Roberts <nickrob@snap.net.nz>
12282
12283 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12284 repository (http://sphinx.net.ru/hg/gdb-mi/).
12285
12286 2009-06-22 Glenn Morris <rgm@gnu.org>
12287
12288 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12289 `mode' and `eval' entries. (Bug#3430)
12290
12291 * Makefile.in (ELCFILES): Add fadr.elc.
12292
12293 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12294 differing behavior of \n and ^ in strings. (Bug#3385)
12295
12296 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12297
12298 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12299 property.
12300 (lisp-indent-function): Make it a defcustom.
12301
12302 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12303
12304 * progmodes/gdb-ui.el: Replace with ...
12305 * progmodes/gdb-mi.el: ... this file.
12306 * progmodes/gud.el: Modify for gdb-mi.el.
12307
12308 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12309
12310 * fadr.el: New file.
12311
12312 See ChangeLog.14 for earlier changes.
12313
12314 ;; Local Variables:
12315 ;; coding: utf-8
12316 ;; End:
12317
12318 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
12319
12320 This file is part of GNU Emacs.
12321
12322 GNU Emacs is free software: you can redistribute it and/or modify
12323 it under the terms of the GNU General Public License as published by
12324 the Free Software Foundation, either version 3 of the License, or
12325 (at your option) any later version.
12326
12327 GNU Emacs is distributed in the hope that it will be useful,
12328 but WITHOUT ANY WARRANTY; without even the implied warranty of
12329 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12330 GNU General Public License for more details.
12331
12332 You should have received a copy of the GNU General Public License
12333 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12334
12335 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1