Merge from emacs-23
[bpt/emacs.git] / lisp / ChangeLog
1 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2
3 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
4 Don't destroy list before using it.
5
6 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
7
8 Fix the version number for added files.
9 * vc-hg.el (vc-hg-working-revision): Check if the file is
10 registered after hg parent fails (Bug#5961).
11
12 2010-04-19 Glenn Morris <rgm@gnu.org>
13
14 * htmlfontify.el (htmlfontify-buffer)
15 (htmlfontify-copy-and-link-dir): Autoload entry points.
16
17 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
18
19 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
20 name relative to the project root (Bug#5960).
21
22 2010-04-19 Glenn Morris <rgm@gnu.org>
23
24 * vc-git.el (vc-git-print-log): Doc fix.
25
26 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
27
28 * ido.el (ido-file-internal): Fix 2009-12-02 change.
29
30 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
31
32 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
33 default settings (Bug#5928).
34
35 2010-04-19 Glenn Morris <rgm@gnu.org>
36
37 * progmodes/fortran.el (fortran-match-and-skip-declaration):
38 New function.
39 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
40
41 2010-04-19 Kenichi Handa <handa@m17n.org>
42
43 * language/indian.el (malayalam-composable-pattern): Fix previous
44 change (add U+0D4D "SIGN VIRAMA").
45 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
46 (tamil-composable-pattern): Fix typo in the regexp.
47 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
48 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
49 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
50
51 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
52
53 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
54 paragraph-separate (Bug#5821).
55
56 2010-04-19 Juri Linkov <juri@jurta.org>
57
58 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
59
60 * info.el (Info-find-node-2): Comment out code that skips
61 breadcrumbs line.
62 (Info-mouse-follow-link): New command.
63 (Info-link-keymap): New keymap.
64 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
65 Return a string with links instead of inserting breadcrumbs
66 to the Info buffer.
67 (Info-fontify-node): Comment out code that inserts breadcrumbs.
68 Instead of putting the `invisible' text property over the Info
69 header, make an overlay over the Info header with the `invisible'
70 property and `after-string' set to the string returned by
71 `Info-breadcrumbs'.
72
73 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
74
75 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
76 Reported by monkey@sandpframing.com.
77
78 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
79
80 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
81 (tmm-get-keymap): Add key-binding shortcuts now that they're not
82 available in the "keyseq cache" any more.
83
84 * custom.el (defcustom): Add edebug spec.
85
86 2010-04-18 Juri Linkov <juri@jurta.org>
87
88 Test for special mode-class in view-buffer instead of view-file (bug#5513).
89
90 * view.el (view-file, view-buffer): Move test for special mode-class
91 from view-file to view-buffer.
92
93 * tar-mode.el (tar-extract): Turn if's into one cond
94 like in arc-mode.el.
95
96 2010-04-18 Juri Linkov <juri@jurta.org>
97
98 Add 7z archive format support (bug#5475).
99
100 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
101 (archive-7z-extract): New defcustom.
102 (archive-find-type): Add magic string for 7z.
103 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
104 If `stderr-file' is non-nil, use `(t stderr-file)' for the
105 `buffer' arg of `call-process'.
106 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
107 call the function `archive-7z-extract' with the variable
108 `archive-7z-extract' let-bound to `archive-zip-extract'.
109 (archive-7z-summarize, archive-7z-extract): New functions.
110
111 * international/mule.el (auto-coding-alist):
112 * files.el (auto-mode-alist): Add 7z file extension.
113
114 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * loadup.el: Setup hash-cons for pure data.
117
118 Fix duplicate entries in cedet's loaddefs.el files.
119 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
120 Should make most file-local generated-autoload-file unnecessary.
121 (print-readably): Silence warnings.
122 (autoload-find-destination): Take load-name as an arg to make sure
123 it's the same as the one that will be in the file.
124 (autoload-generate-file-autoloads): Adjust to above changes.
125 Try to make the dataflow a bit simpler.
126
127 * cvs-status.el (cvs-refontify): Remove unused.
128
129 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
130
131 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
132
133 * calc-bin.el (calc-radix): Have the "O" option turn on
134 twos-complement mode.
135
136 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
137
138 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
139 Add `calc-option-prefix-help' to calc-help autoloads.
140 (calc-inverse): Add "Option" to message, as appropriate.
141 (calc-hyperbolic): Add "Option" to message, as appropriate.
142 (calc-option, calc-is-option): New functions.
143
144 * calc-help.el (calc-full-help): Add `calc-option-help'.
145 (calc-option-prefix-help): New function.
146
147 * calc-misc.el (calc-help): Add "Option" entry.
148
149 * calc.el (calc-local-var-list): Add `calc-option-flag'.
150 (calc-option-flag): New variable.
151 (calc-do): Set `calc-option-flag to nil.
152 (calc-set-mode-line): Add "Opt " as appropriate.
153
154 2010-04-16 Juri Linkov <juri@jurta.org>
155
156 Move scrolling commands from simple.el to window.el
157 because their primitives are implemented in window.c.
158
159 * simple.el (scroll-error-top-bottom)
160 (scroll-up-command, scroll-down-command, scroll-up-line)
161 (scroll-down-line, scroll-other-window-down)
162 (beginning-of-buffer-other-window, end-of-buffer-other-window):
163 * window.el (scroll-error-top-bottom)
164 (scroll-up-command, scroll-down-command, scroll-up-line)
165 (scroll-down-line, scroll-other-window-down)
166 (beginning-of-buffer-other-window, end-of-buffer-other-window):
167 Move from simple.el to window.el because their primitives are
168 implemented in window.c.
169
170 2010-04-16 Juri Linkov <juri@jurta.org>
171
172 * isearch.el (isearch-lookup-scroll-key): Check both
173 `isearch-scroll' and `scroll-command' properties.
174 (scroll-up, scroll-down): Remove `isearch-scroll' property.
175
176 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
177
178 * simple.el (scroll-up-command, scroll-down-command)
179 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
180
181 2010-04-15 Juri Linkov <juri@jurta.org>
182
183 * simple.el (scroll-up-command, scroll-down-command)
184 (scroll-up-line, scroll-down-line): Put `scroll-command'
185 property on the these symbols. Remove them from
186 `scroll-preserve-screen-position-commands'.
187
188 * mwheel.el (mwheel-scroll): Put `scroll-command' and
189 `isearch-scroll' properties on the `mwheel-scroll' symbol.
190 Remove it from `scroll-preserve-screen-position-commands'.
191
192 * isearch.el (isearch-allow-scroll): Doc fix.
193
194 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
195
196 * net/tramp.el (tramp-error-with-buffer): Don't show the
197 connection buffer when we are in completion mode.
198 (tramp-file-name-handler): Catch the error for some operations
199 when we are in completion mode. This gives the user the chance to
200 correct the file name in the minibuffer.
201
202 2010-04-15 Glenn Morris <rgm@gnu.org>
203
204 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
205
206 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
207
208 Simplify by using `define-derived-mode'.
209 * info.el (Info-mode):
210 * calendar/todo-mode.el (todo-mode):
211 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
212 (gomoku-mode-map): Move initialization into declaration.
213
214 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
215
216 Fix Bug#5840.
217 * ido.el (ido-file-name-all-completions-1):
218 * minibuffer.el (minibuffer-completion-help):
219 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
220
221 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
222
223 * simple.el (non-essential): New var.
224
225 Add a new field `location' to bookmarks for non-file bookmarks.
226 * bookmark.el (bookmark-location): Use the new field, if present.
227 (bookmark-insert-location): Undo last change, not needed any more.
228 * man.el (Man-bookmark-make-record):
229 * woman.el (woman-bookmark-make-record): Add `location' field.
230
231 2010-04-14 Juri Linkov <juri@jurta.org>
232
233 * simple.el (scroll-error-top-bottom): New defcustom.
234 (scroll-up-command, scroll-down-command): Use it. Doc fix.
235
236 * emulation/pc-select.el (pc-select-override-scroll-error):
237 Obsolete in favor of `scroll-error-top-bottom'.
238
239 2010-04-14 Juri Linkov <juri@jurta.org>
240
241 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
242 `scroll-up-command' and `M-v' to `scroll-down-command'.
243
244 * emulation/cua-rect.el (cua--init-rectangles):
245 * forms.el (forms--change-commands):
246 * image-mode.el (image-mode-map):
247 Remap scroll-down-command and scroll-up-command
248 in addition to scroll-down and scroll-up.
249
250 2010-04-14 Juri Linkov <juri@jurta.org>
251
252 * mwheel.el (scroll-preserve-screen-position-commands):
253 Add mwheel-scroll to this list of commands.
254
255 * simple.el (scroll-preserve-screen-position-commands):
256 Add scroll-up-command, scroll-down-command, scroll-up-line,
257 scroll-down-line to this list of commands.
258
259 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
260
261 * obsolete/complete.el: Move from lisp/complete.el.
262
263 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
264
265 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
266 to the minor mode function now turns the mode ON unconditionally.
267
268 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
269
270 * vc-dir.el (vc-dir-kill-line): New command.
271 (vc-dir-mode-map): Bind it to C-k.
272
273 * bookmark.el (bookmark-insert-location): Handle a nil filename.
274
275 * woman.el: Add bookmark declarations to silence the compiler.
276 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
277 step to compatibility between man and woman bookmarks.
278 Adjust for Man-default-bookmark-title renaming.
279 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
280
281 * man.el: Add bookmark declarations to silence the compiler.
282 (Man-name-local-regexp): Make it match NAME as well.
283 (Man-getpage-in-background): Return the buffer.
284 (Man-notify-when-ready): Use `case'.
285 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
286 Don't hardcode "NAME". Simplify.
287 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
288 Rename from Man-bookmark-make-record.
289 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
290 we have the actual man-args. Use Man-getpage-in-background rather
291 than `man' since the arg is already processed. Let bookmark.el do the
292 window handling. Only wait for the relevant process.
293 Don't forget to autoload.
294
295 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
296
297 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
298
299 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
300 New functions.
301 (woman-mode): Setup bookmark support.
302
303 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
304 (man-bookmark-jump): New functions.
305 (Man-mode): Setup bookmark support.
306
307 2010-04-10 Jari Aalto <jari.aalto@cante.net>
308
309 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
310 recognize ssh-keygen prompt (Bug#2817).
311
312 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
313
314 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
315
316 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
317
318 Synchronize with Tramp repository.
319
320 * net/tramp.el (tramp-completion-function-alist)
321 (tramp-file-name-regexp, tramp-chunksize)
322 (tramp-local-coding-commands, tramp-remote-coding-commands):
323 Fix docstring.
324 (tramp-remote-process-environment): Use `format' instead of `concat'.
325 (tramp-handle-directory-files-and-attributes)
326 (tramp-get-remote-path): Use `copy-tree'.
327 (tramp-handle-file-name-all-completions): Backward/ XEmacs
328 compatibility: Use `completion-ignore-case' if
329 `read-file-name-completion-ignore-case' does not exist.
330 (tramp-do-copy-or-rename-file-directly): Do not use
331 `tramp-handle-file-remote-p'.
332 (tramp-do-copy-or-rename-file-out-of-band):
333 Use `tramp-compat-delete-directory'.
334 (tramp-do-copy-or-rename-file-out-of-band)
335 (tramp-compute-multi-hops, tramp-maybe-open-connection):
336 Use `format-spec-make'.
337 (tramp-find-foreign-file-name-handler)
338 (tramp-advice-make-auto-save-file-name)
339 (tramp-set-auto-save-file-modes): Remove superfluous check for
340 `stringp'. This is done inside `tramp-tramp-file-p'.
341 (tramp-debug-outline-regexp): New defconst.
342 (tramp-get-debug-buffer): Use it.
343 (tramp-check-for-regexp): Use (forward-line 1).
344 (tramp-set-auto-save-file-modes): Adapt version check.
345
346 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
347 Wrap call of `featurep' for 2nd argument.
348 (tramp-compat-make-temp-file): Simplify fallback implementation.
349 (tramp-compat-copy-tree): Remove function.
350 (tramp-compat-delete-directory): Provide implementation for older
351 Emacsen.
352
353 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
354 Do not use `tramp-fish-handle-file-attributes.
355
356 * net/trampver.el: Update release number.
357
358 2010-04-10 Glenn Morris <rgm@gnu.org>
359
360 * progmodes/compile.el (compilation-save-buffers-predicate):
361 Add missing :version tag.
362
363 2010-04-09 Sam Steingold <sds@gnu.org>
364
365 * progmodes/compile.el (compilation-save-buffers-predicate):
366 Remove the "autoload" cookie.
367
368 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
369 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
370 and `bug-reference-prog-mode' can be used in hooks directly.
371
372 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
373
374 Add --author support to git commit.
375 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
376 (vc-git-log-edit-mode): New minor mode.
377 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
378 New declarations.
379
380 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
381
382 * vc-hooks.el, vc-git.el: Improve documentation comments.
383
384 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
385
386 Fix some of the problems in defsubst* (bug#5728).
387 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
388 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
389
390 2010-04-07 Sam Steingold <sds@gnu.org>
391
392 * progmodes/compile.el (compilation-save-buffers-predicate):
393 New custom variable.
394 (compile, recompile): Pass it to `save-some-buffers'.
395
396 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
397
398 * wid-edit.el (widget-choose): Move cursor to the second line of
399 the buffer (Bug#5695).
400
401 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
402
403 Add new VC methods: vc-log-incoming and vc-log-outgoing.
404 * vc.el (vc-print-log-setup-buttons): New function split out from
405 vc-print-log-internal.
406 (vc-log-internal-common): New function, a parametrized version of
407 vc-print-log-internal.
408 (vc-print-log-internal): Just call vc-log-internal-common with the
409 right arguments.
410 (vc-incoming-outgoing-internal):
411 (vc-log-incoming, vc-log-outgoing): New functions.
412 (vc-log-view-type): New permanent local variable.
413
414 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
415
416 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
417 of the dynamic bound vc-short-log.
418 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
419
420 * vc-git.el (vc-git-log-outgoing): New function.
421 (vc-git-log-view-mode): Use vc-log-view-type instead
422 of the dynamic bound vc-short-log.
423
424 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
425 of the dynamic bound vc-short-log. Highlight the tag.
426 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
427 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
428 (vc-hg-incoming-mode): Remove.
429 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
430
431 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
432
433 Fix default-directory for vc-root-diff.
434 * vc.el (vc-root-diff): Bind default-directory to the root
435 directory for the diff command.
436
437 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
438
439 * progmodes/verilog-mode.el (verilog-forward-sexp):
440 (verilog-calc-1): Support "disable fork" and "fork wait" multi
441 word keywords, suggested by Steve Pearlmutter.
442 (verilog-pretty-declarations): Support lineup of declarations in
443 port lists.
444 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
445 fix bug for /* / comments
446 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
447 Speed up and simplfy as this is never called with a bound.
448 (verilog-pretty-declarations): Enhance to line up declarations
449 inside a parameter list, suggested by Alan Morgan.
450 (verilog-pretty-expr): Tune assignment regular expression match
451 string for corner cases; also use markers instead of character
452 number as indent changes the later.
453
454 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
455
456 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
457 as missing keyword.
458 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
459 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
460 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
461 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
462 Tennant.
463 (verilog-keywords):
464 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
465 1800-2009 keywords, including "global.".
466
467 2010-04-06 John Wiegley <jwiegley@gmail.com>
468
469 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
470 appearing in buffer list (if a live buffer name matched a recentf
471 file basename). Should use uniquify to offer a real solution.
472
473 2010-04-06 John Wiegley <jwiegley@gmail.com>
474
475 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
476 comment to code, and add a :version tag.
477 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
478
479 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
480
481 Enable recentf-mode if using virtual buffers.
482 * ido.el (recentf-list): Declare for byte-compiler.
483 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
484 (ido-make-buffer-list): Simplify.
485 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
486
487 2010-04-05 Juri Linkov <juri@jurta.org>
488
489 Scrolling commands which scroll a line instead of full screen.
490 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
491
492 * simple.el (scroll-up-line, scroll-down-line): New commands.
493 Put property isearch-scroll=t on them.
494
495 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
496 Remove commands.
497
498 2010-04-05 Juri Linkov <juri@jurta.org>
499
500 Scrolling commands which do not signal errors at top/bottom.
501 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
502
503 * simple.el (scroll-up-command, scroll-down-command): New commands.
504 Put property isearch-scroll=t on them.
505
506 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
507 `scroll-down-command' and [next] from `scroll-up' to
508 `scroll-up-command'.
509
510 * emulation/cua-base.el: Put property CUA=move on
511 `scroll-up-command' and `scroll-down-command'.
512 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
513 and `scroll-down-command' to `cua-scroll-down'.
514
515 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
516
517 * help.el (describe-mode): Return nil.
518
519 2010-04-04 John Wiegley <jwiegley@gmail.com>
520
521 * ido.el (ido-use-virtual-buffers): New variable to indicate
522 whether "virtual buffer" support is enabled for IDO.
523 (ido-virtual): Face used to indicate virtual buffers in the list.
524 (ido-buffer-internal): If a buffer is chosen, and no such buffer
525 exists, but a virtual buffer of that name does (which would be why
526 it was in the list), recreate the buffer by reopening the file.
527 (ido-make-buffer-list): If virtual buffers are being used, call
528 `ido-add-virtual-buffers-to-list' before the make list hook.
529 (ido-virtual-buffers): New variable which contains a copy of the
530 current contents of the `recentf-list', albeit pared down for the
531 sake of speed, and with proper faces applied.
532 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
533 create a list of "virtual buffers" to present to the user in
534 addition to the currently open set. Note that this logic could
535 get rather slow if that list is too large. With the default
536 `recentf-max-saved-items' of 200, there is little speed penalty.
537
538 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
539
540 * font-lock.el: Require CL when compiling.
541 (font-lock-turn-on-thing-lock): Use `case'.
542
543 2010-04-03 Eli Zaretskii <eliz@gnu.org>
544
545 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
546 Zaretskii.
547
548 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
549
550 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
551 (semantic-create-imenu-directory-index): Fix typos in docstrings.
552 (semantic-imenu-goto-function): Reflow docstring.
553
554 2010-04-02 Juri Linkov <juri@jurta.org>
555
556 * ehelp.el (electric-help-orig-major-mode):
557 New buffer-local variable.
558 (electric-help-mode): Set it to original major-mode. Doc fix.
559 (with-electric-help): Use `electric-help-orig-major-mode' instead
560 of (default-value 'major-mode). Doc fix.
561 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
562
563 2010-04-02 Sam Steingold <sds@gnu.org>
564
565 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
566 `vc-hg-command' with a list of flags.
567
568 * progmodes/bug-reference.el (bug-reference-bug-regexp):
569 Also accept "patch" and "RFE".
570 (bug-reference-fontify): `bug-reference-url-format' can also be a
571 function to be able to handle the bug kind.
572 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
573
574 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
575
576 * tmm.el (tmm-get-keymap): Check with symbolp before passing
577 value to fboundp, it may not be a symbol.
578
579 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
580
581 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
582
583 2010-03-31 Juri Linkov <juri@jurta.org>
584
585 * simple.el (next-line, previous-line): Re-throw a signal
586 with `signal' instead of using `ding'.
587 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
588
589 2010-03-31 Juri Linkov <juri@jurta.org>
590
591 * simple.el (keyboard-escape-quit): Raise deselecting the active
592 region higher than exiting the minibuffer.
593 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
594
595 2010-03-31 Juri Linkov <juri@jurta.org>
596
597 * image.el (image-animated-p): Use `image-metadata' instead of
598 `image-extension-data'. Get GIF extenstion data from metadata
599 property `extension-data'.
600
601 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
602
603 * simple.el (append-to-buffer): Simplify.
604
605 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
606
607 * textmodes/artist.el (artist-mode): Fix typo in docstring.
608 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
609
610 2010-03-31 Kenichi Handa <handa@m17n.org>
611
612 * language/sinhala.el (composition-function-table): Fix regexp for
613 the new Unicode specification.
614
615 * language/indian.el (devanagari-composable-pattern)
616 (tamil-composable-pattern, kannada-composable-pattern)
617 (malayalam-composable-pattern): Adjust for the new Unicode
618 specification.
619 (bengali-composable-pattern, gurmukhi-composable-pattern)
620 (gujarati-composable-pattern, oriya-composable-pattern)
621 (telugu-composable-pattern): New variables to cope with the new
622 Unicode specification. Use them in composition-function-table.
623
624 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
625
626 Make tmm-menubar work for the Buffers menu again (bug#5726).
627 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
628 vectors rather than cons cells, as used in menu-bar-update-buffers.
629
630 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
631
632 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
633 (js-insert-and-indent): Revert 2009-08-15 change, restoring
634 electric punctuation for "{}();,:" (Bug#5586).
635
636 * mail/sendmail.el (mail-default-directory): Doc fix.
637
638 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
639
640 * mail/sendmail.el (mail-default-directory): Doc fix.
641
642 2010-03-31 Eli Zaretskii <eliz@gnu.org>
643
644 * subr.el (version-regexp-alist, version-to-list)
645 (version-list-<, version-list-=, version-list-<=)
646 (version-list-not-zero, version<, version<=, version=): Doc fix.
647 (Bug#5744).
648
649 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
650
651 * vc.el (vc-root-diff): Doc fix.
652
653 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
654
655 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
656
657 * simple.el (append-to-buffer): Fix last change.
658
659 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
660
661 * simple.el (append-to-buffer): Ensure that point is preserved if
662 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
663 (Bug#5749)
664
665 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
666
667 * files.el (auto-mode-case-fold): Change default to t.
668
669 2010-03-30 Juri Linkov <juri@jurta.org>
670
671 * dired-x.el (dired-omit-mode): Doc fix.
672
673 2010-03-30 Juri Linkov <juri@jurta.org>
674
675 * replace.el (occur-accumulate-lines): Move occur-engine related
676 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
677 to be located after `occur-engine'.
678
679 2010-03-30 Juri Linkov <juri@jurta.org>
680
681 Make occur handle multi-line matches cleanly with context.
682 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
683
684 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
685 (occur-engine): Add local variables `ret', `prev-after-lines',
686 `prev-lines'. Use more arguments for `occur-context-lines'.
687 Set first elem of its returned list to `data', and the second elem
688 to `prev-after-lines'. Don't print the separator line.
689 In the end, print remaining context after-lines.
690 (occur-context-lines): Add new arguments `begpt', `endpt',
691 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
692 after-lines of the previous match with before-lines of the
693 current match and not overlap them. Return a list with two
694 values: the output line and the list of context after-lines.
695
696 2010-03-30 Juri Linkov <juri@jurta.org>
697
698 * replace.el (occur-accumulate-lines): Fix a bug where the first
699 context line at the beginning of the buffer was missing.
700
701 2010-03-30 Eli Zaretskii <eliz@gnu.org>
702
703 * files.el: Make bidi-display-reordering safe variable for boolean
704 values.
705
706 2010-03-29 Phil Hagelberg <phil@evri.com>
707 Chong Yidong <cyd@stupidchicken.com>
708
709 * subr.el: Extend progress reporters to perform "spinning".
710 (progress-reporter-update, progress-reporter-do-update):
711 Handle non-numeric value arguments.
712 (progress-reporter--pulse-characters): New var.
713
714 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
715
716 * progmodes/compile.el (compilation-start): Fix regexp detection
717 of initial cd command (Bug#5771).
718
719 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
720
721 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
722
723 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
724
725 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
726 * lisp/progmodes/gdb-mi.el: Restore.
727 * lisp/progmodes/gdb-ui.el: Remove.
728 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
729
730 2010-03-25 Glenn Morris <rgm@gnu.org>
731
732 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
733 all dired buffers, even tramp ones. (Bug#5755)
734
735 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
736
737 Add "union tags" in mpc.el.
738 * mpc.el: Remove backward compatibility code.
739 (mpc-browser-tags): Change default.
740 (mpc--find-memoize-union-tags): New var.
741 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
742 (mpc-cmd-find): Handle the case where the playlist does not exist.
743 Handle union-tags.
744 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
745 (mpc-cmd-add): Use mpc-cmd-flush.
746 (mpc-tagbrowser-tag-name): New fun.
747 (mpc-tagbrowser-buf): Use it.
748 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
749
750 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
751
752 Misc cleanup.
753 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
754 Use replace-regexp-in-string.
755 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
756 (makefile-imake-mode-syntax-table): Move init into defvar.
757 (makefile-mode): Use define-derived-mode.
758
759 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
760 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
761 not be present any more.
762
763 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
764
765 * faces.el (set-face-attribute): Fix typo in docstring.
766 (face-valid-attribute-values): Reflow docstring.
767
768 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
769
770 2010-03-24 Glenn Morris <rgm@gnu.org>
771
772 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
773
774 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
775
776 * indent.el (indent-for-tab-command): Doc fix.
777
778 2010-03-24 Alan Mackenzie <acm@muc.de>
779
780 * progmodes/cc-engine.el (c-remove-stale-state-cache):
781 Fix off-by-one error. Fixes bug #5747.
782
783 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
784
785 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
786 (image-dired-read-comment): Doc fix.
787
788 * json.el (json-object-type, json-array-type, json-key-type)
789 (json-false, json-null, json-read-number):
790 * minibuffer.el (completion-in-region-functions):
791 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
792 (cal-tex-cursor-week):
793 * emacs-lisp/trace.el (trace-function):
794 * eshell/em-basic.el (eshell/printnl):
795 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
796 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
797 * obsolete/levents.el (allocate-event, event-key, event-object)
798 (event-point, event-process, event-timestamp, event-to-character)
799 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
800 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
801 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
802 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
803 (reftex-highlight-selection): Fix typos in docstrings.
804
805 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
806
807 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
808
809 2010-03-24 Glenn Morris <rgm@gnu.org>
810
811 * mail/rmail.el (rmail-highlight-face): Restore option deleted
812 2008-02-13 without comment; mark it obsolete.
813 (rmail-highlight-headers): Use rmail-highlight-face once more.
814
815 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
816
817 * woman.el (woman2-process-escapes): Only consume the newline if
818 the filler character is on a line by itself (Bug#5729).
819
820 2010-03-24 Kenichi Handa <handa@m17n.org>
821
822 * language/indian.el (devanagari-composable-pattern): Add more
823 consonants.
824
825 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
826
827 * net/trampver.el: Update release number.
828
829 2010-03-24 Glenn Morris <rgm@gnu.org>
830
831 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
832
833 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
834
835 * net/tramp.el (tramp-find-executable):
836 Use `tramp-get-connection-buffer'. Make the regexp for checking
837 output of "wc -l" more robust.
838 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
839 (tramp-open-connection-setup-interactive-shell): Remove workaround
840 for OpenSolaris bug, it is not needed anymore.
841
842 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
843
844 * cedet/semantic/imenu.el: New file, from the CEDET repository
845 (Bug#5412).
846
847 2010-03-24 Glenn Morris <rgm@gnu.org>
848
849 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
850
851 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
852
853 * files.el (auto-mode-alist): Accept more verilog file patterns.
854
855 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
856
857 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
858
859 2010-03-24 Glenn Morris <rgm@gnu.org>
860
861 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
862 log-edit-before-checkin-process.
863
864 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
865
866 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
867
868 * vc-dispatcher.el (vc-start-logentry): Doc fix.
869 (log-view-process-buffer, log-edit-extra-flags): Declare.
870
871 * log-edit.el (log-edit-before-checkin-process): Doc fix.
872
873 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
874 Consistently check ede-object is bound throughout.
875
876 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
877
878 2010-03-23 Sam Steingold <sds@gnu.org>
879
880 Fix bug#5620: recalculate all markers on compilation buffer
881 modifications, not on file modifications.
882 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
883 the buffer modification time, for buffers not associated with files.
884 (compilation-mode): Create it.
885 (compilation-filter): Update it.
886 (compilation-next-error-function): Use it instead of
887 `visited-file-modtime' for timestamp.
888
889 2010-03-23 Juri Linkov <juri@jurta.org>
890
891 Implement Occur multi-line matches.
892 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
893
894 * replace.el (occur): Doc fix.
895 (occur-engine): Set `begpt' to the beginning of the first line.
896 Set `endpt' to the end of the last match line. At first, count
897 line numbers between `origpt' and `begpt'. Split out code from
898 `out-line' variable to new let-bindings `match-prefix' and
899 `match-str'. In `out-line' add non-numeric prefix to all
900 non-first lines of multi-line matches. Finally, count lines
901 between `begpt' and `endpt' and add to `lines'.
902
903 2010-03-23 Juri Linkov <juri@jurta.org>
904
905 * replace.el (occur-accumulate-lines, occur-engine):
906 Use `occur-engine-line' instead of duplicate code.
907 (occur-engine-line): New function created from duplicate code
908 in `occur-accumulate-lines' and `occur-engine'.
909
910 * replace.el (occur-engine-line): Add optional arg `keep-props'.
911 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
912
913 2010-03-23 Juri Linkov <juri@jurta.org>
914
915 * finder.el: Remove TODO tasks.
916
917 * info.el (Info-finder-find-node): Add node "all"
918 with all package info. Handle a list of multiple keywords
919 separated by comma.
920 (info-finder): In interactive use with a prefix argument,
921 use `completing-read-multiple' to read a list of keywords
922 separated by comma.
923
924 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
925
926 Add a new completion style `substring'.
927 * minibuffer.el (completion-basic--pattern): New function.
928 (completion-basic-try-completion, completion-basic-all-completions):
929 Use it.
930 (completion-substring--all-completions)
931 (completion-substring-try-completion)
932 (completion-substring-all-completions): New functions.
933 (completion-styles-alist): New style `substring'.
934
935 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
936
937 Get rid of .elc files after removal of the corresponding .el.
938 * Makefile.in (compile-clean): New target.
939 (compile-main): Use it.
940
941 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
942
943 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
944 don't do make there. When compiling with separate object dir, there
945 is no Makefile there.
946
947 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
948
949 Get rid of the ELCFILES abomination, again.
950 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
951 (all, compile): Don't call compile-last.
952 (compile-main): Build the "elcfiles" list dynamically.
953 (compile-targets): New (internal) target.
954
955 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
956
957 * Makefile.in (top_srcdir): Define.
958 (abs_top_builddir): Define.
959 (srcdir): Don't append `/..'.
960 (EMACS): Use ${abs_top_builddir}.
961 (all, compile, compile-always, compile-last): Don't set emacswd.
962 (update-subdirs, update-authors): Use $(top_srcdir) instead of
963 $(srcdir).
964 (lisp): Use $(srcdir) instead of @srcdir@.
965
966 2010-03-21 Juri Linkov <juri@jurta.org>
967
968 Fix message of multi-line occur regexps and multi-buffer header lines.
969 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
970
971 * replace.el (occur-1): Don't display regexp if it is longer
972 than window-width. Use `query-replace-descr' to display regexp.
973 (occur-engine): Don't display regexp in the buffer header for
974 multi-buffer occur. Display a separate header line with total
975 match count and regexp for multi-buffer occur.
976 Use `query-replace-descr' to display regexp.
977
978 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
979
980 * net/secrets.el: Fix parenthesis.
981 (secrets-enabled): Fix parenthesis.
982
983 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
984
985 Use more relative file and directory names.
986 * Makefile.in (EMACS): Arrange for it to work when we chdir.
987 (setwins, setwins_almost, setwins_for_subdirs):
988 Don't `cd'; output relative names.
989 (all, compile, compile-always, compile-last): Set emacswd.
990 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
991 Just cd to the lisp source dir so we can use relative file names.
992
993 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
994
995 2010-03-20 Glenn Morris <rgm@gnu.org>
996
997 * textmodes/rst.el: Use faces for font-lock customization, and make the
998 old -face variables obsolete.
999 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
1000 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
1001 (rst-block-face, rst-external-face, rst-definition-face)
1002 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
1003 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
1004 Make obsolete.
1005 (rst-font-lock-keywords-function): Update for above changes.
1006
1007 2010-03-20 Juri Linkov <juri@jurta.org>
1008
1009 * s-region.el:
1010 * obsolete/s-region.el: Move to obsolete.
1011
1012 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
1013
1014 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
1015
1016 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
1017
1018 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
1019
1020 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
1021
1022 Add special markup processing for commit logs.
1023 * log-edit.el (log-edit-extra-flags): New variable.
1024 (log-edit): Add new argument MODE. Use that mode when non-nil
1025 instead of the log-view-mode.
1026 (log-view-process-buffer): New function.
1027
1028 * vc.el: Document that the checkin method takes optional
1029 arguments. Document new backend specific method: log-view-mode.
1030 (vc-default-log-edit-mode): New function.
1031 (vc-checkin): Use a backend specific log-view-mode.
1032 Pass extra arguments to the checkin method.
1033 (vc-modify-change-comment): Pass a dummy extra argument.
1034
1035 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
1036 log-edit.
1037 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
1038 (vc-finish-logentry): Process the log buffer before passing it
1039 down. Pass log-edit-extra-flags.
1040
1041 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
1042 command.
1043 (log-edit-extra-flags, log-edit-before-checkin-process):
1044 New declarations.
1045
1046 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
1047 command.
1048 (log-edit-extra-flags, log-edit-before-checkin-process):
1049 New declarations.
1050 (vc-hg-log-edit-mode): New derived mode.
1051
1052 * vc-arch.el (vc-arch-checkin):
1053 * vc-cvs.el (vc-cvs-checkin):
1054 * vc-git.el (vc-git-checkin):
1055 * vc-mtn.el (vc-mtn-checkin):
1056 * vc-rcs.el (vc-rcs-checkin):
1057 * vc-sccs.el (vc-sccs-checkin):
1058 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
1059
1060 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1061
1062 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
1063 parent typo).
1064
1065 2010-03-19 Glenn Morris <rgm@gnu.org>
1066
1067 * password-cache.el (password-cache, password-cache-expiry): Autoload.
1068
1069 2010-03-18 Glenn Morris <rgm@gnu.org>
1070
1071 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
1072
1073 * replace.el (query-replace-history): Give it a doc string.
1074 (map-query-replace-regexp): Use query-replace-from-history-variable
1075 and query-replace-to-history-variable.
1076
1077 * mail/hashcash.el (declare-function): Remove duplicate definition.
1078
1079 * mail/emacsbug.el (report-emacs-bug-pretest-address):
1080 Make it an obsolete alias for report-emacs-bug-address.
1081 (message-strip-special-text-properties): Declare.
1082 (report-emacs-bug): Remove test for a pretest bug address.
1083 Combine message-mode-specific code.
1084
1085 * mail/supercite.el: Don't require sendmail.
1086 (mh-in-header-p): Declare rather than using with-no-warnings.
1087 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
1088 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
1089
1090 * calendar/cal-french.el: Convert to utf-8.
1091
1092 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
1093 Emacs scripts.
1094
1095 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
1096
1097 * net/secrets.el (secrets-enabled): New variable. Use it instead
1098 of a subfeature.
1099
1100 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
1101
1102 * net/secrets.el (top): Register the D-Bus signals only when the
1103 service "org.freedesktop.secrets" can be pinged.
1104 Provide subfeature `enabled'.
1105
1106 2010-03-14 Juri Linkov <juri@jurta.org>
1107
1108 Add finder unknown keywords.
1109
1110 * finder.el (finder-unknown-keywords): New function.
1111
1112 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
1113 to create a Finder node with unknown keywords.
1114
1115 2010-03-14 Juri Linkov <juri@jurta.org>
1116
1117 * finder.el (finder-compile-keywords): Replace `princ' with
1118 `prin1' on a list of symbols interned from keyword strings.
1119
1120 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
1121 a comma, then split keywords using a comma and optional whitespace.
1122 Otherwise, split by whitespace.
1123
1124 * complete.el:
1125 * face-remap.el:
1126 * log-view.el:
1127 * net/hmac-def.el:
1128 * net/hmac-md5.el:
1129 * net/netrc.el:
1130 * progmodes/mixal-mode.el: Fix keywords.
1131
1132 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
1133
1134 * Makefile.in (ELCFILES): Add net/secrets.elc.
1135
1136 * net/secrets.el: New file.
1137
1138 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1139
1140 * facemenu.el (list-colors-display, list-colors-print): New arg
1141 callback. Use it to allow selecting colors.
1142
1143 * wid-edit.el (widget-image-insert): Insert image prop even if the
1144 current display is non-graphic.
1145 (widget-field-value-set): New fun.
1146 (editable-field): Use it.
1147 (widget-field-value-get): Clean up unused var.
1148 (widget-color-value-create, widget-color--choose-action):
1149 New funs. Allow using list-colors-display to choose color.
1150
1151 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1152
1153 * cus-edit.el: Resort topmost custom groups.
1154 (custom-buffer-sort-alphabetically): Default to t.
1155 (customize-apropos): Use apropos-parse-pattern.
1156 (custom-search-field): New var.
1157 (custom-buffer-create-internal): Add custom-apropos search field.
1158 (custom-add-parent-links): Don't display parent doc.
1159 (custom-group-value-create): Don't sort top-level custom group.
1160 (custom-magic-value-create): Show visibility button before option name.
1161
1162 (custom-variable-state): New fun, from custom-variable-state-set.
1163 (custom-variable-state-set): Use it.
1164 (custom-group-value-create): Hide options with standard values
1165 using the :hidden-states property. Use progress reporter.
1166
1167 (custom-show): Simplify.
1168 (custom-visibility): Disable images by default.
1169 (custom-variable): New property :hidden-states.
1170 (custom-variable-value-create): Enable images for
1171 custom-visibility widgets. Use :hidden-states property to
1172 determine initial visibility.
1173
1174 * wid-edit.el (widget-image-find): Give images center ascent.
1175 (visibility): Add :on-image and :off-image properties.
1176 (widget-visibility-value-create): Use them.
1177
1178 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
1179
1180 * cus-edit.el (processes): Remove from development group.
1181 (oop, hypermedia): Delete group.
1182 (comm): Promote to top-level group.
1183
1184 * net/browse-url.el (browse-url):
1185 * net/xesam.el (xesam):
1186 * net/tramp.el (tramp):
1187 * net/goto-addr.el (goto-address):
1188 * net/ange-ftp.el (ange-ftp): Put in comm group.
1189
1190 * view.el (view): Remove from editing group.
1191
1192 * uniquify.el (uniquify): Put in files group.
1193
1194 * net/browse-url.el (browse-url):
1195 * ps-print.el (postscript): Put in external group.
1196
1197 * cus-edit.el (outlines):
1198 * textmodes/text-mode.el (text-mode-hook):
1199 * textmodes/table.el (table):
1200 * textmodes/picture.el (picture):
1201 * outline.el (outlines): Put in wp group.
1202
1203 * nxml/nxml-mode.el (nxml): Remove from wp group.
1204
1205 * net/tramp-imap.el (tramp-imap): Put in tramp group.
1206
1207 * mail/metamail.el (metamail): Remove from hypermedia group.
1208
1209 * cus-edit.el (abbrev):
1210 * whitespace.el (whitespace):
1211 * vcursor.el (vcursor):
1212 * reveal.el (reveal):
1213 * hl-line.el (hl-line): Put in convenience group.
1214
1215 * epg-config.el (epg): Put in data group.
1216
1217 * emulation/pc-select.el (pc-select): Put in emulations group.
1218
1219 * calculator.el (calculator): Put in applications group.
1220
1221 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
1222
1223 Add .dir-locals.el support for file-less buffers.
1224 * files.el (hack-local-variables): Split out code to apply local
1225 variable settings ...
1226 (hack-local-variables-apply): ... here. New function.
1227 (hack-dir-local-variables): Use the default directory for when the
1228 buffer does not have an associated file.
1229 (hack-dir-local-variables-non-file-buffer): New function.
1230 * diff-mode.el (diff-mode):
1231 * vc-annotate.el (vc-annotate-mode):
1232 * vc-dir.el (vc-dir-mode):
1233 * log-edit.el (log-edit-mode):
1234 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
1235
1236 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
1237
1238 Add support for shelving snapshots and for showing shelves.
1239 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1240 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1241 New functions.
1242 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1243 (vc-bzr-extra-menu-map): Map them.
1244
1245 2010-03-11 Glenn Morris <rgm@gnu.org>
1246
1247 * cus-edit.el (customize-changed-options-previous-release):
1248 Bump to 23.1.
1249
1250 * image.el (image-animate-max-time): Fix :version tag.
1251
1252 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1253
1254 * Branch for 23.2.
1255
1256 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1257
1258 * vc-git.el (vc-git-revision-table): Include remote branches.
1259
1260 2010-03-10 Kim F. Storm <storm@cua.dk>
1261
1262 Animated image API.
1263 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
1264
1265 * image.el (image-animate-max-time): New defcustom.
1266 (image-animated-types): New defconst.
1267 (create-animated-image, image-animate-timer)
1268 (image-animate-start, image-animate-stop, image-animate-timeout)
1269 (image-animated-p): New functions.
1270
1271 * image-mode.el (image-toggle-display-image):
1272 Replace `create-image' with `create-animated-image'.
1273
1274 2010-03-09 Miles Bader <Miles Bader <miles@gnu.org>>
1275
1276 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1277 instead of "format:"; this ensures that the output is
1278 newline-terminated.
1279
1280 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
1281
1282 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1283 that all errors are caught, and that the return value is always a
1284 list (Bug#5692).
1285
1286 2010-03-08 Kenichi Handa <handa@m17n.org>
1287
1288 * language/misc-lang.el (windows-1256): New coding system.
1289 (cp1256): New alias of windows-1256 (bug#5690).
1290
1291 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1292
1293 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1294 call to rfc822-bad-address. (Bug#5692)
1295
1296 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1297
1298 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1299 Use vc-git-root as default directory for revision path (Bug#5657).
1300
1301 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1302
1303 * calculator.el (calculator): Don't bind split-window-keep-point
1304 (Bug#5674).
1305
1306 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1307
1308 * vc-git.el: Re-flow to fit into 80 columns.
1309 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1310 Remove spurious `quote' element in each case alternative.
1311 (vc-git-show-log-entry): Use prog1.
1312 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1313
1314 2010-03-06 Glenn Morris <rgm@gnu.org>
1315
1316 * cedet/semantic/grammar.el (semantic-grammar-header-template):
1317 Update template copyright to GPLv3+.
1318
1319 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1320
1321 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1322
1323 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
1324
1325 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1326 definition, not the name (Bug#5481).
1327
1328 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
1329
1330 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1331 argument with a local variable. (Bug#5670)
1332
1333 2010-03-02 Juri Linkov <juri@jurta.org>
1334
1335 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1336
1337 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
1338
1339 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1340 error when FILENAME and NEWNAME are existing remote directories.
1341
1342 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1343 parameter DIR-FLAG.
1344
1345 2010-03-02 Glenn Morris <rgm@gnu.org>
1346
1347 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1348 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1349
1350 2010-03-01 Kenichi Handa <handa@m17n.org>
1351
1352 * language/burmese.el (burmese-composable-pattern): Rename from
1353 myanmar-composable-pattern.
1354
1355 * international/characters.el (script-list):
1356 * international/fontset.el (script-representative-chars):
1357 Change myanmar to burmese.
1358 (otf-script-alist): Likewise.
1359 (setup-default-fontset): Likewise. Re-fix :otf spec.
1360
1361 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1362
1363 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1364
1365 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1366
1367 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1368
1369 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1370
1371 * net/tramp.el (tramp-handle-write-region): START can be a string.
1372 Take care in the checks. Reported by Dan Davison
1373 <davison@stats.ox.ac.uk>.
1374
1375 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1376
1377 * net/dbus.el (dbus-introspect, dbus-get-property)
1378 (dbus-set-property, dbus-get-all-properties):
1379 Use `dbus-call-method' when noninteractive. (Bug#5645)
1380
1381 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
1382
1383 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1384 * emacs-lisp/elint.el (elint-add-required-env):
1385 * cedet/semantic/db-find.el
1386 (semanticdb-find-translate-path-brutish-default):
1387 * cedet/ede/make.el (ede-make-check-version):
1388 * calendar/icalendar.el (icalendar--add-diary-entry):
1389 * calc/calcalg2.el (math-tracing-integral):
1390 * files.el (recover-session-finish): Use with-current-buffer
1391 instead of save-excursion.
1392
1393 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1394
1395 Fix in-buffer completion when after-change-functions modify the buffer.
1396 * minibuffer.el (completion--replace): New function.
1397 (completion--do-completion): Use it and use relative movement.
1398
1399 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
1400
1401 * international/fontset.el (setup-default-fontset): Fix :otf spec.
1402
1403 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
1404
1405 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1406 Allow the characters _<> in the stack entry (Bug#5653).
1407
1408 2010-02-26 Kenichi Handa <handa@m17n.org>
1409
1410 * language/burmese.el: Fix entries in composition-function-table.
1411 (myanmar-composable-pattern): New variable.
1412
1413 * international/fontset.el (setup-default-fontset): Add an entry
1414 for myanmar.
1415
1416 * international/characters.el (script-list): Add Myanmar
1417 Extended-A.
1418
1419 2010-02-26 Glenn Morris <rgm@gnu.org>
1420
1421 * custom.el (custom-initialize-delay): Doc fix.
1422
1423 * mail/sendmail.el (send-mail-function): Autoload the call
1424 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1425
1426 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
1427
1428 * files.el (hack-local-variables-filter): For eval forms, also
1429 check safe-local-variable-p (Bug#5636).
1430
1431 2010-02-24 Eduard Wiebe <usenet@pusto.de>
1432
1433 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1434 and use c(ad)r of cddr (Bug#5640).
1435
1436 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
1437
1438 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1439 setting the modes by `ignore-errors'. It might fail, for example
1440 if the file is not owned by the user but the group.
1441 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1442
1443 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
1444
1445 * files.el (directory-listing-before-filename-regexp): Use
1446 stricter matching for iso-style dates, to avoid false matches with
1447 date-like filenames (Bug#5597).
1448
1449 * htmlfontify.el (htmlfontify): Doc fix.
1450
1451 * eshell/eshell.el (eshell): Doc fix.
1452
1453 * startup.el (fancy-about-screen): In mode-line, apply
1454 mode-line-buffer-id face only to the buffer name (Bug#5613).
1455
1456 2010-02-20 Kevin Ryde <user42@zip.com.au>
1457
1458 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1459 In `watcom' anchor regexp to start of line, to avoid slowness
1460 (Bug#5599).
1461
1462 2010-02-20 Eli Zaretskii <eliz@gnu.org>
1463
1464 * subr.el (remove-yank-excluded-properties): Explain in a comment
1465 why `category' property is removed.
1466
1467 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
1468
1469 * isearch.el (isearch-update-post-hook, isearch-update): Revert
1470 2010-02-17 change.
1471
1472 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
1473
1474 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1475 (icalendar--convert-weekly-to-ical)
1476 (icalendar--convert-yearly-to-ical)
1477 (icalendar--convert-block-to-ical)
1478 (icalendar--convert-cyclic-to-ical)
1479 (icalendar--convert-anniversary-to-ical): Take care of time
1480 specifications where hour has 1-digit only (Bug#5549).
1481
1482 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
1483
1484 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1485 of disassemble output in GDB 7.1.
1486
1487 2010-02-19 Glenn Morris <rgm@gnu.org>
1488
1489 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1490 property. (Bug#5593)
1491
1492 2010-02-18 Sam Steingold <sds@gnu.org>
1493
1494 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1495
1496 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1497
1498 Use abbreviated file names in bookmarks (bug#5591).
1499 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1500 calls to expand-file-name.
1501 (bookmark-relocate): Use abbreviated file names in bookmarks.
1502 (bookmark-load): Use abbreviated file names in messages.
1503
1504 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1505
1506 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1507 expand "." and "..". Reported by Thierry Volpiatto
1508 <thierry.volpiatto@gmail.com>.
1509
1510 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1511
1512 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1513 permissions of the temporary file to "0600". In case the remote
1514 file has no read permissions for the owner, there might be
1515 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
1516
1517 22010-02-18 Glenn Morris <rgm@gnu.org>
1518
1519 * emacs-lisp/authors.el (authors-renamed-files-alist):
1520 Add entries for INSTALL.CVS.
1521
1522 2010-02-17 Mark A. Hershberger <mah@everybody.org>
1523
1524 * vc-bzr.el: Fix typo in Known Bugs section.
1525
1526 * isearch.el (isearch-update-post-hook): New hook.
1527 (isearch-update): Use the new hook.
1528
1529 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
1530
1531 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1532 Fix errors in copying directories.
1533 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1534 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1535 (tramp-handle-delete-file)
1536 (tramp-handle-dired-recursive-delete-directory)
1537 (tramp-handle-write-region): Flush also the cache for the upper
1538 directory.
1539
1540 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
1541
1542 * simple.el (save-interprogram-paste-before-kill): Doc fix.
1543
1544 * cus-edit.el (hardware): Doc fix.
1545
1546 * man.el (man): Add to external custom group.
1547
1548 * delim-col.el (columns): Move to wp custom group.
1549
1550 * doc-view.el (doc-view): Add to data custom group.
1551
1552 * cedet/data-debug.el (data-debug): Move to extensions group.
1553
1554 * cedet/ede.el (ede):
1555 * cedet/srecode.el (srecode):
1556 * cedet/semantic.el (semantic): Put in tools and extensions group.
1557
1558 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1559
1560 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1561 by ispell-parse-output (Bug#5575).
1562
1563 2010-02-16 Kenichi Handa <handa@m17n.org>
1564
1565 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1566 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1567 (skkdic-convert): Use `euc-japan' coding system for writing.
1568
1569 2010-02-16 Glenn Morris <rgm@gnu.org>
1570
1571 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1572 tex-main-file before using it. (Bug#5562)
1573
1574 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1575
1576 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1577 warnings, since it is annoying for the user to see them each time he
1578 runs the code.
1579
1580 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
1581
1582 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1583 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1584 instead of PROC for caching "first-password-request". Otherwise,
1585 new processes would not profit from passwords already entered.
1586
1587 * net/tramp-cache.el (tramp-dump-connection-properties):
1588 Don't save "first-password-request" property.
1589
1590 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
1591
1592 * outline.el (outline-head-from-level):
1593 * simple.el (with-wrapper-hook):
1594 * cedet/ede.el (ede-run-target, project-delete-target)
1595 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1596 (ede-adebug-project, ede-adebug-project-parent)
1597 (ede-adebug-project-root):
1598 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1599 (elint-defun, elint-buffer-env, elint-top-form-logged)
1600 (elint-unbound-variable):
1601 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1602 Fix typos in docstrings.
1603
1604 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
1605
1606 * files.el (insert-directory): When WILDCARD-REGEXP and
1607 FULL-DIRECTORY-P are nil, insert the file entry instead of the
1608 whole directory. (Bug#5551)
1609
1610 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
1611 dired's alignment sanity. (Bug#5516)
1612
1613 2010-02-14 Juri Linkov <juri@jurta.org>
1614
1615 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1616 Remove remaining ^H with their preceding chars. (Bug#5566)
1617
1618 2010-02-13 Glenn Morris <rgm@gnu.org>
1619
1620 * simple.el (transpose-subr): Give it a doc-string.
1621
1622 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1623 Doc fixes.
1624
1625 2010-02-12 Juri Linkov <juri@jurta.org>
1626
1627 * arc-mode.el (archive-unique-fname): Make directories for nested
1628 archives. (Bug#5540)
1629
1630 2010-02-12 Juri Linkov <juri@jurta.org>
1631
1632 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
1633
1634 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1635
1636 * subr.el (copy-overlay): Handle deleted overlays.
1637
1638 * man.el (Man-completion-table): Don't signal an error if we can't run
1639 manual-program (bug#4056).
1640
1641 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
1642
1643 * textmodes/artist.el (artist-mt): Fix typos in docstring.
1644
1645 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1646
1647 * info.el (Info-bookmark-jump): Simplify.
1648
1649 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1650 (bookmark-default-handler): Accept new bookmark field `buffer'.
1651
1652 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
1653
1654 * iswitchb.el (iswitchb-completions): Revert last change.
1655
1656 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
1657
1658 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1659 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1660 This prevents file names like "~/" being listed literally.
1661
1662 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1663
1664 * term/xterm.el (xterm-maybe-set-dark-background-mode):
1665 Remove dead code. (Bug#5546)
1666
1667 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
1668
1669 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1670 correctly (Bug#5548).
1671
1672 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
1673
1674 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1675 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1676
1677 2010-02-08 Kenichi Handa <handa@m17n.org>
1678
1679 * international/mule-util.el (with-coding-priority): Add autoload
1680 cookie for putting `lisp-indent-function'.
1681
1682 2010-02-07 Glenn Morris <rgm@gnu.org>
1683
1684 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1685 Move F2003 named interfaces from keywords-2 to keywords-1, and
1686 use function-name-face rather than constant-face.
1687 Simplify "abstract interface" regexp.
1688
1689 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
1690
1691 * eshell/esh-util.el (eshell-file-attributes): New optional arg
1692 ID-FORMAT. Pass it to `file-attributes'.
1693
1694 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1695
1696 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
1697
1698 * faces.el (set-face-attribute): Allow calling
1699 internal-set-lisp-face-attribute with 'unspecified family and
1700 foundry argument (Bug#5536).
1701
1702 2010-02-07 Glenn Morris <rgm@gnu.org>
1703
1704 * progmodes/f90.el (f90-font-lock-keywords-2)
1705 (f90-looking-at-type-like, f90-looking-at-program-block-end):
1706 Handle F2003 named interfaces.
1707
1708 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
1709
1710 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1711 beg and end before calling c-get-state-before-change-functions.
1712
1713 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
1714
1715 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1716
1717 2010-02-05 Juri Linkov <juri@jurta.org>
1718
1719 * doc-view.el (doc-view-mode):
1720 * image-mode.el (image-mode): Put property mode-class=special.
1721 (Bug#4896)
1722
1723 2010-02-05 Mark A. Hershberger <mah@everybody.org>
1724
1725 * vc-svn.el (vc-svn-revision-table): New function.
1726
1727 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
1728
1729 * net/ange-ftp.el (ange-ftp-insert-directory):
1730 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1731 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1732 Handle also directories. (Bug#5478)
1733
1734 2010-02-05 Glenn Morris <rgm@gnu.org>
1735
1736 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1737
1738 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
1739
1740 * startup.el (command-line-1): Convert options beginning with a
1741 single dash as well (Bug#5519).
1742
1743 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1744
1745 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1746 * minibuffer.el (completion-initials-expand): Only check the presence
1747 of delims *within* the boundaries, since otherwise the / delim is
1748 always found for files.
1749
1750 Fix up various corner case problems.
1751 * doc-view.el (doc-view-last-page-number): New function.
1752 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1753 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1754 (doc-view-kill-proc): Avoid inf-loop in freak cases.
1755 (doc-view-reconvert-doc): Use the new recursive delete-directory.
1756 (doc-view-convert-current-doc): Don't create the resolution.el file
1757 here any more.
1758 (doc-view-pdf/ps->png): Do it here instead.
1759 (doc-view-already-converted-p): Check that resolution.el is present.
1760 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1761 windows that are not yet showing images.
1762
1763 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
1764
1765 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1766 `dired-uncache' for every elemnt which is an absolute file name.
1767
1768 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1769 directory, handle its directory component.
1770 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1771 function is called permanently and creates noise, otherwise.
1772
1773 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1774 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1775 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
1776
1777 2010-02-04 David Burger <dburger@google.com> (tiny change)
1778
1779 * macros.el (apply-macro-to-region-lines):
1780 Minor simplification. (Bug#5485)
1781
1782 2010-02-04 Glenn Morris <rgm@gnu.org>
1783
1784 * mail/rmail.el (rmail-show-message-1): Handle malformed
1785 quoted-printable text. (Bug#5441)
1786
1787 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1788
1789 * simple.el (visual-line-mode): Capitalize lighter.
1790
1791 2010-02-03 John Wiegley <jwiegley@gmail.com>
1792
1793 * iswitchb.el (iswitchb-completions): Add bookmark files to the
1794 list of files considered for "virtual buffer" completions.
1795
1796 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
1797
1798 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1799 also in case of (and (not full) (not wildcard)). This is needed,
1800 when dired is called with a list of files, which are not in
1801 `default-directory'. (Bug#5478)
1802
1803 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1804
1805 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1806
1807 2010-02-02 Juri Linkov <juri@jurta.org>
1808
1809 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1810 from unidiff to allow function-line after @@.
1811
1812 2010-02-02 Juri Linkov <juri@jurta.org>
1813
1814 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1815 '(RCS SCCS) with inverted condition.
1816
1817 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
1818
1819 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1820 messages.
1821
1822 2010-02-01 Juri Linkov <juri@jurta.org>
1823
1824 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1825 compare with "pkunzip" and "pkzip" instead of only "pkzip".
1826 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1827 only when (car archive-zip-extract) is "unzip". (Bug#5475)
1828
1829 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1830
1831 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1832 (doc-view-revert-buffer): New command.
1833 (doc-view-mode-map): Use it.
1834
1835 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1836
1837 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1838 pending merge is detected.
1839
1840 2010-01-31 Juri Linkov <juri@jurta.org>
1841
1842 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1843 beginning of interactive spec like all other grep commands do.
1844 Put "all" in front of "gz". (Bug#5260)
1845
1846 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1847
1848 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1849
1850 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
1851
1852 * dirtrack.el (dirtrack): Warn instead of signalling error if the
1853 regexp is incorrect (Bug#5476).
1854
1855 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
1856
1857 * net/tramp.el (tramp-handle-insert-directory): Handle also
1858 symlinks, when FILENAME is not in `default-directory'.
1859
1860 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1861
1862 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1863 FILE is not in `default-directory'. (Bug#5478)
1864
1865 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1866 of SWITCHES. Handle the case, FILENAME is not in
1867 `default-directory'. (Bug#5478)
1868 (tramp-register-file-name-handlers): Add safe-magic property.
1869
1870 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
1871
1872 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1873 unzip (Bug#5475).
1874
1875 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1876
1877 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1878 (flymake-master-make-header-init): Add other C++ filename masks.
1879 (flymake-find-possible-master-files)
1880 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1881
1882 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1883
1884 Fix some busybox annoyances.
1885
1886 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1887 not responding." string.
1888 (tramp-open-connection-setup-interactive-shell): Dump stty
1889 settings. Enable "neveropen" arg for all `tramp-send-command'
1890 calls. Handle "=" in variable values properly.
1891 (tramp-find-inline-encoding): Raise an error, when no encoding is
1892 found.
1893 (tramp-wait-for-output): Check, whether PROC buffer is available.
1894 Remove spurious " ^H" sequences, sent by busybox.
1895 (tramp-get-ls-command): Suppress coloring, if possible.
1896
1897 2010-01-28 Glenn Morris <rgm@gnu.org>
1898
1899 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1900
1901 * log-edit.el (log-edit-strip-single-file-name): Add missing
1902 :safe, :group, and :version tags.
1903
1904 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
1905
1906 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1907 buffers. (Bug#5477)
1908
1909 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
1910
1911 * files.el (delete-directory): Handle moving to trash without
1912 first doing recursion (Bug#5436).
1913
1914 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
1915
1916 * vc-hooks.el (vc-path): Mark as obsolete.
1917
1918 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
1919
1920 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1921 names too.
1922
1923 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1924 for the short log.
1925 (vc-bzr-log-view-mode): Adjust regexp for the above change.
1926
1927 2010-01-25 Mark A. Hershberger <mah@everybody.org>
1928
1929 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1930
1931 * vc-bzr.el (vc-bzr-revision-table): New function.
1932
1933 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1934
1935 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1936 diff-index command. This requires at least git-1.5.5. (Bug#1589).
1937
1938 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1939
1940 Remove support for adding --signoff on commit.
1941 Future support will use an incompatible generic mechanism.
1942 * vc-git.el (vc-git-add-signoff): Remove variable.
1943 (vc-git-toggle-signoff): Remove function.
1944 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1945
1946 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1947 from xterm-set-background-mode. Return t if the background mode
1948 was set.
1949 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1950 earlier, call it again in case the background mode has changed.
1951
1952 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
1953
1954 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1955 (Bug#3541).
1956
1957 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
1958
1959 * emacs-lisp/assoc.el (aelement): Doc fix.
1960 (aput, adelete, amake): Use lexical-let (Bug#5450).
1961
1962 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
1963
1964 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1965 is the same as subprogram call, not declaration. (Bug#5435).
1966
1967 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
1968
1969 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1970 (tramp-smb-maybe-open-connection): Use it.
1971
1972 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
1973
1974 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
1975
1976 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1977
1978 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1979 just because we see "encoding: 8bit".
1980 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1981
1982 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
1983
1984 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1985
1986 2010-01-22 Eli Zaretskii <eliz@gnu.org>
1987
1988 * jka-compr.el (jka-compr-load): If load-file is not in
1989 load-history, try its file-truename version. (bug#5447)
1990
1991 2010-01-21 Alan Mackenzie <acm@muc.de>
1992
1993 Fix a situation where deletion of a cpp construct throws an error.
1994 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1995 invoking c-with-all-but-one-cpps-commented-out, check that the
1996 special cpp construct is still in the buffer.
1997 (c-parse-state): Record the special cpp with markers, not numbers.
1998
1999 2010-01-21 Kenichi Handa <handa@m17n.org>
2000
2001 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2002 process last-command-event, as it is now decoded first (Bug#5380).
2003
2004 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
2005
2006 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2007
2008 2010-01-20 Glenn Morris <rgm@gnu.org>
2009
2010 * indent.el (tab-always-indent): Fix custom-type.
2011
2012 2010-01-19 Alan Mackenzie <acm@muc.de>
2013
2014 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2015 buffer throws "args out of range".
2016 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2017 playing the role of delimiter.
2018
2019 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
2020
2021 * progmodes/ada-mode.el: Fix bug#5400.
2022 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2023 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2024 changed. Delete RECURSIVE parameter; never used. Improve doc string.
2025 Improve comments in "is" portion. Handle null procedure declaration.
2026 (ada-move-to-end): Improve doc string.
2027
2028 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
2029
2030 * ido.el (ido-cur-list): Initialize to nil.
2031 Remove obsolete information from commentary.
2032 (ido-choice-list): Initialize to nil.
2033 (ido-get-bufname): Reject minibuffers.
2034 (ido-make-buffer-list): If "default" is a nonexistent
2035 buffer, ignore it, as per the function's comment.
2036 (ido-kill-buffer-internal): New function.
2037 (ido-kill-buffer-at-head): Use it.
2038 (ido-visit-buffer): Likewise.
2039
2040 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
2041
2042 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2043
2044 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
2045
2046 * cedet/ede/locate.el (ede-locate-file-in-project)
2047 (ede-locate-file-in-project-impl): Fix typos in docstrings.
2048 (ede-enable-locate-on-project): Fix typos in error messages.
2049
2050 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
2051 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
2052 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
2053 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
2054 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
2055 Fix typos in menu help.
2056
2057 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2058 Fix typos in chart titles.
2059
2060 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2061 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
2062 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
2063 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
2064 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
2065 (semantic-parse-stream, semantic-parse-region)
2066 (semantic-parse-region-default, semantic--set-buffer-cache)
2067 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
2068 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
2069 (semantic-default-submodes):
2070 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
2071 (semanticdb-create-ebrowse-database)
2072 (semanticdb-find-tags-for-completion-method)
2073 (semanticdb-find-tags-by-class-method)
2074 (semanticdb-deep-find-tags-by-name-method)
2075 (semanticdb-deep-find-tags-for-completion-method):
2076 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
2077 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
2078 (semanticdb-find-tags-for-completion-method)
2079 (semanticdb-find-tags-by-class-method)
2080 (semanticdb-deep-find-tags-for-completion-method):
2081 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
2082 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
2083 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
2084 (semanticdb-find-tags-by-name-method)
2085 (semanticdb-find-tags-by-name-regexp-method)
2086 (semanticdb-find-tags-for-completion-method)
2087 (semanticdb-find-tags-by-class-method)
2088 (semanticdb-find-tags-external-children-of-type-method)
2089 (semanticdb-find-tags-subclasses-of-type-method)
2090 (semanticdb-deep-find-tags-by-name-method)
2091 (semanticdb-deep-find-tags-by-name-regexp-method)
2092 (semanticdb-deep-find-tags-for-completion-method):
2093 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
2094 (semanticdb-enable-gnu-global-in-buffer)
2095 (semanticdb-find-tags-for-completion-method)
2096 (semanticdb-deep-find-tags-by-name-method)
2097 (semanticdb-deep-find-tags-for-completion-method):
2098 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
2099 (javascript-mode, semanticdb-find-translate-path)
2100 (semanticdb-find-tags-for-completion-method)
2101 (semanticdb-find-tags-by-class-method)
2102 (semanticdb-deep-find-tags-by-name-method)
2103 (semanticdb-deep-find-tags-for-completion-method)
2104 (semanticdb-find-tags-external-children-of-type-method):
2105 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
2106 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
2107 (global-semantic-idle-scheduler-mode):
2108 * cedet/srecode/dictionary.el (srecode-field-value)
2109 (srecode-dictionary-add-section-dictionary):
2110 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2111 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2112 (describe-class, eieio-describe-generic, describe-generic):
2113 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2114 (eieio-speedbar-expand):
2115 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2116 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2117 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2118 (viper-del-backward-char-in-replace, viper-backward-indent)
2119 (viper-brac-function, viper-register-to-point, viper-submit-report):
2120 * net/tramp.el (tramp-remote-coding-commands):
2121 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2122 Fix typos in docstrings.
2123
2124 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2125
2126 * mail/sendmail.el (mail-yank-original): Set the mark if the
2127 specified function for yanking does not do it.
2128
2129 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
2130
2131 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
2132
2133 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2134 resyncing a directory.
2135
2136 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
2137
2138 * progmodes/ada-mode.el: Fix bug#1920.
2139 (ada-ident-re): Delete ., allow multibyte characters.
2140 (ada-goto-label-re): New; matches goto labels.
2141 (ada-block-label-re): New; matches block labels.
2142 (ada-label-re): New; matches both.
2143 (ada-named-block-re): Deleted; callers changed to use
2144 `ada-block-label-re' instead.
2145 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2146 Use `ada-block-label-re'.
2147 (ada-indent-on-previous-lines): Improve handling of goto labels.
2148 (ada-get-indent-block-start): Special-case block label.
2149 (ada-get-indent-label): Split into `ada-indent-block-label' and
2150 `ada-indent-goto-label'.
2151 (ada-goto-stmt-start, ada-goto-next-non-ws):
2152 Optionally ignore goto labels.
2153 (ada-goto-next-word): Simplify.
2154 (ada-indent-newline-indent-conditional): Insert newline before
2155 trying to fix indentation; doc fix.
2156
2157 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2158
2159 * calc/calc.el (calc-command-flags): Give it an initial value.
2160
2161 2010-01-17 Glenn Morris <rgm@gnu.org>
2162
2163 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
2164
2165 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2166
2167 * cedet/semantic.el (semantic-mode):
2168 * files.el (minibuffer-with-setup-hook):
2169 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2170 (artist-key-draw-continously, artist-key-do-continously-continously)
2171 (artist-key-set-point-continously, artist-mouse-draw-continously):
2172 Fix typos in docstrings.
2173
2174 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2175
2176 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2177 return t (Bug#3898).
2178
2179 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
2180
2181 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2182 can parse the output of the external commands (Bug#5279).
2183
2184 2010-01-16 Jari Aalto <jari.aalto@cante.net>
2185
2186 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2187
2188 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2189
2190 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2191
2192 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2193
2194 * startup.el (command-line): Remove unused --icon-type arg.
2195 Handle --display arg, passing it to command-line-1 (Bug#5392).
2196
2197 2010-01-16 Mario Lang <mlang@delysid.org>
2198
2199 * cedet/ede/cpp-root.el (ede-cpp-root-project):
2200 * cedet/ede/files.el (ede-expand-filename):
2201 * cedet/ede/simple.el (ede-simple-project):
2202 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2203 (semantic-complete-inline-tag-engine):
2204 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2205 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
2206 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2207 * cedet/semantic/db.el (semanticdb-equivalent-mode):
2208 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
2209 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2210 * emacs-lisp/chart.el (chart-translate-namezone):
2211 * textmodes/artist.el (artist-compute-popup-menu-table):
2212 Remove duplicated words in doc-strings.
2213
2214 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2215
2216 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2217 to mairix-search to suppress threading (Bug#5342).
2218
2219 2010-01-15 Kenichi Handa <handa@m17n.org>
2220
2221 * international/mule-cmds.el (canonicalize-coding-system-name):
2222 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2223
2224 2010-01-15 Glenn Morris <rgm@gnu.org>
2225
2226 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2227
2228 * wid-edit.el (widget-keymap): Doc fix.
2229
2230 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2231 former seems to be more widely accepted by various svn versions.
2232
2233 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2234
2235 * find-cmd.el (find-constituents):
2236 * vc-arch.el (vc-arch-root):
2237 * window.el (window-body-height, pop-up-frames):
2238 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
2239 (semantic-no-reparse-needed-change-hook):
2240 * cedet/srecode/insert.el (srecode-resolve-argument-list)
2241 (srecode-template-inserter-blank, srecode-template-inserter-variable)
2242 (srecode-template-inserter-ask, srecode-template-inserter-width)
2243 (srecode-template-inserter-section-start)
2244 (srecode-template-inserter-section-end, srecode-insert-method):
2245 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2246 * progmodes/ada-stmt.el (ada-if):
2247 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2248 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2249 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2250 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2251
2252 * progmodes/flymake.el (flymake-post-syntax-check):
2253 Fix typo in error message.
2254
2255 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2256
2257 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2258 which is always a string. (Bug#5313)
2259
2260 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2261
2262 * progmodes/ada-xref.el (ada-default-prj-properties):
2263 Simplify previous change.
2264
2265 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2266
2267 * progmodes/ada-xref.el (ada-default-prj-properties):
2268 Default ada_project_path to $ADA_PROJECT_PATH.
2269
2270 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2271
2272 * progmodes/ada-mode.el (ada-create-keymap):
2273 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2274
2275 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2276
2277 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2278 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2279 (ada-get-current-indent, ada-imenu-generic-expression)
2280 (ada-which-function): Check for it.
2281
2282 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2283
2284 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2285 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2286
2287 2010-01-14 Glenn Morris <rgm@gnu.org>
2288
2289 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2290
2291 2010-01-14 Kenichi Handa <handa@m17n.org>
2292
2293 * composite.el (auto-composition-mode): Make it a buffer local
2294 variable (permanent-local).
2295 (auto-composition-function): Set the default value to
2296 auto-compose-chars.
2297 (auto-composition-mode): Make it a simple function, not a minor mode.
2298 (global-auto-composition-mode): Likewise.
2299 (turn-on-auto-composition-if-enabled): Delete it.
2300
2301 2010-01-13 Karl Fogel <kfogel@red-bean.com>
2302
2303 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2304
2305 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
2306
2307 * files.el (copy-directory): Compute target for recursive
2308 directories with identical names. (Bug#5343)
2309
2310 2010-01-12 Glenn Morris <rgm@gnu.org>
2311
2312 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2313 it to bug-gnu-emacs rather than emacs-pretest-bug.
2314
2315 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2316
2317 * cedet/data-debug.el (data-debug): Fix customization group reference.
2318
2319 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2320
2321 * cedet/semantic/analyze.el (semantic-analyze-push-error)
2322 (semantic-analyze-context, semantic-analyze-context-assignment)
2323 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
2324 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
2325 (semantic-java-doc-keywords-map):
2326 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
2327 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
2328 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
2329 (semantic-c-classname, semantic-format-tag-uml-prototype)
2330 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
2331 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
2332 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
2333 (semantic-get-local-variables, semantic-end-of-command)
2334 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
2335 (lisp-mode):
2336 * cedet/semantic/bovine/make.el (makefile-mode):
2337 * cedet/semantic/wisent/python.el (wisent-python-string-re)
2338 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
2339 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
2340 (semantic-lex, semantic-get-local-variables, python-mode):
2341 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
2342 * cedet/srecode/extract.el (srecode-extract-state-set)
2343 (srecode-extract-method): Fix typos in docstrings.
2344
2345 2010-01-11 Sam Steingold <sds@gnu.org>
2346
2347 * imenu.el (imenu-default-create-index-function): Detect infinite
2348 loops caused by imenu-prev-index-position-function.
2349
2350 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2351
2352 * htmlfontify.el (htmlfontify-load-rgb-file)
2353 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2354 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2355 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2356 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2357 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2358 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2359 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2360 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2361 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2362 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2363 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2364 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2365 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2366 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2367 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2368 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2369 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2370 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2371 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2372 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2373 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2374 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2375 backslash-quoting from parentheses, etc.
2376
2377 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2378
2379 * progmodes/js.el: Autoload javascript-mode alias.
2380
2381 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2382
2383 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2384 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2385 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2386 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2387 Fix typos in docstrings.
2388 (ffap-url-regexp): Doc fix.
2389 (ffap-at-mouse): Fix typo in message.
2390
2391 2010-01-11 Glenn Morris <rgm@gnu.org>
2392
2393 * version.el (emacs-copyright): Set copyright year to 2010.
2394
2395 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2396
2397 * format.el (format-annotate-function): Only set
2398 write-region-post-annotation-function after running to-fn so as not to
2399 affect nested write-region calls (bug#5273).
2400
2401 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
2402
2403 * cedet/semantic.el (semantic-new-buffer-setup-functions):
2404 Add python parser.
2405
2406 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2407 wisent/python.el.
2408
2409 2010-01-10 Richard Kim <emacs18@gmail.com>
2410
2411 * cedet/semantic/wisent/python-wy.el:
2412 * cedet/semantic/wisent/python.el: New files.
2413
2414 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2415
2416 * man.el (Man-goto-section): Signal error if the section is not
2417 found (Bug#5317).
2418
2419 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
2420
2421 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2422 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2423
2424 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2425
2426 * progmodes/compile.el: Don't treat compile-command as safe if
2427 compilation-read-command might be nil (Bug#4218).
2428
2429 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2430
2431 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2432 NS options.
2433
2434 2010-01-08 Kenichi Handa <handa@m17n.org>
2435
2436 * international/fontset.el (build-default-fontset-data):
2437 Exclude characters in scripts kana, hangul, han, or cjk-misc.
2438
2439 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
2440
2441 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2442 to `create-file-buffer' as it expects, not just a buffer name.
2443 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2444 to help uniquify. (Bug#3224)
2445
2446 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2447
2448 * font-setting.el (font-setting-change-default-font): Use user-spec
2449 instead of name.
2450
2451 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2452
2453 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2454
2455 2010-01-05 Tom Tromey <tromey@redhat.com>
2456
2457 * progmodes/python.el (python-font-lock-keywords):
2458 Handle qualified decorators (Bug#881).
2459
2460 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2461
2462 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2463 in a lightweight checkout.
2464
2465 2010-01-05 Kenichi Handa <handa@m17n.org>
2466
2467 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2468
2469 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2470
2471 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2472
2473 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2474
2475 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2476 checkouts. (Bug#618)
2477 (vc-bzr-log-view-mode): Also highlight the author.
2478 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2479 (vc-bzr-shelve-menu-map):
2480 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2481 (vc-bzr-shelve-apply): Make prompt more explicit.
2482
2483 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2484
2485 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2486 They are valid characters in URL paths (rfc3986), and at least
2487 Firefox does not understand the encoded version (Bug#3166).
2488
2489 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2490
2491 * progmodes/octave-mod.el (octave-end-keywords)
2492 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2493 Add "end" keyword (Bug#3061).
2494 (octave-end-as-array-index-p): New function.
2495 (calculate-octave-indent): Use it.
2496
2497 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2498
2499 * bookmark.el: Consistently put the text property on the bookmark name.
2500 (bookmark-bmenu-marks-width): Bump back to 2, to include
2501 annotation marks.
2502 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2503 property on the bookmark name, instead of not putting it at all.
2504 (bookmark-bmenu-list): Fix where we put the text property.
2505
2506 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2507
2508 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2509 for showing buffer modified state (as added in the previous change).
2510
2511 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2512
2513 * bookmark.el: Show modified state of bookmark buffer more accurately.
2514 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2515 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2516 (with-buffer-modified-unmodified): New macro.
2517 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2518 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2519 Use new macro to preserve the buffer modified state.
2520
2521 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2522
2523 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2524 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2525 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2526 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2527 (bookmark-bmenu-rename, bookmark-bmenu-locate)
2528 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2529 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2530
2531 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2532
2533 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2534 Make the lines in the generated doc string shorter. (Bug#4668)
2535
2536 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
2537
2538 * net/rcirc.el: Add follow-link binding (Bug#4738).
2539
2540 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2541
2542 * Makefile.in (bzr-update): Rename from cvs-update.
2543 (cvs-update): New target for backward compatibility.
2544
2545 * makefile.w32-in (bzr-update): Rename from cvs-update.
2546 (cvs-update): New target for backward compatibility.
2547
2548 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2549
2550 * bookmark.el: Remove gratuitous gratitude.
2551
2552 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2553
2554 * bookmark.el (bookmark-bmenu-any-marks): New function
2555 (bookmark-bmenu-save): Clear buffer modification if no marks.
2556
2557 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2558
2559 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2560 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2561 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2562 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2563
2564 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2565 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2566 To: emacs-devel {_AT_} gnu.org
2567 Subject: bookmark.el bug report
2568 Date: Mon, 28 Dec 2009 14:19:16 +0800
2569 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2570
2571 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2572
2573 * bookmark.el: Improvements suggested by Drew Adams:
2574 (bookmark-bmenu-ensure-position): New name for
2575 `bookmark-bmenu-check-position'. Just ensure the position,
2576 don't return any meaningful value.
2577 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2578 New constants.
2579
2580 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
2581
2582 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2583 (bookmark-yank-point, bookmark-bmenu-check-position):
2584 Fix typos in docstrings.
2585 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2586 (bookmark-name-from-full-record, bookmark-get-position)
2587 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2588 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2589 Remove useless quoting of parenthesis, etc. in docstrings.
2590
2591 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2592 (ediff-append-custom-diff): Fix typo in error message.
2593 (ediff-meta-mark-equal-files): Fix typos in messages.
2594
2595 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2596
2597 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2598 Fix typo in docstring.
2599
2600 * net/imap-hash.el (imap-hash-make): Doc fix.
2601 (imap-hash-test): Fix typo in error message; reflow docstring.
2602 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2603 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2604 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2605 Fix typos in docstrings.
2606 (imap-hash-open-connection): Fix typo in error message.
2607
2608 * play/gomoku.el (gomoku): Fix typos in docstring.
2609
2610 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2611 (gdb-jsonify-buffer): Fix typos in docstring.
2612 (gdb-goto-breakpoint): Fix typo in error message.
2613 ("Display Other Windows"): Fix typo in help message.
2614 (gdb-speedbar-expand-node): Fix typo in question.
2615
2616 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2617 (idlwave-html-system-help-location, idlwave-html-help-location)
2618 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2619 (idlwave-help-browser-generic-args, idlwave-help-directory)
2620 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2621 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2622 (idlwave-online-help, idlwave-help-html-link)
2623 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2624 Fix typos in docstrings.
2625 (idlwave-help-with-source, idlwave-help-find-routine-definition):
2626 Reflow docstrings.
2627 (idlwave-help-assistant-start): Fix typo in error message.
2628
2629 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2630 (octave-electric-space): Fix typos in docstrings.
2631
2632 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
2633
2634 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2635
2636 2010-01-01 Juri Linkov <juri@jurta.org>
2637
2638 * comint.el (comint-input-ring-size): Make it a defcustom and
2639 increase the default to 500 (Bug#5148).
2640
2641 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
2642
2643 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2644 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2645 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2646
2647 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
2648
2649 Show working revision correctly for mercurial.
2650 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2651 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2652
2653 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
2654
2655 Declare some functions for the byte-compiler.
2656 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2657 (speedbar-timer-fn, speedbar-change-expand-button-char)
2658 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2659
2660 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
2661
2662 This changeset reverts GDB Graphical Interface to use annotations.
2663 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2664
2665 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2666
2667 Make vc-dir work on subdirectories of the bzr root.
2668 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
2669 file names relative to it.
2670 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2671 relative directory to vc-bzr-after-dir-status.
2672
2673 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
2674
2675 * font-lock.el (font-lock-refresh-defaults): New function, which
2676 can be used to let font-lock react to external changes in
2677 variables like font-lock-defaults and keywords.
2678 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2679
2680 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2681
2682 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2683
2684 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2685
2686 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
2687
2688 Supersede color.diff settings in git log (bug#5211).
2689
2690 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2691 escape chars in its output when the user has color.diff set to `always'.
2692 This fix works on git 1.4.2 and newer (released on 2006-08-13).
2693
2694 2009-12-26 Kevin Ryde <user42@zip.com.au>
2695
2696 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2697 node. Keep previous "Index" name to work with past coreutils too.
2698
2699 * man.el (man): Revise docstring a bit to show -a and -l as
2700 examples. Add -k description since support for it has otherwise
2701 been a secret. (Further to bug#3717.)
2702 (Man-bgproc-sentinel): When "-k foo" produces no output show error
2703 "no matches" rather than "Can't find manpage", as the latter reads
2704 like -k was interpreted as a page name, which is not so. (Bug#5431)
2705
2706 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
2707
2708 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2709 switches. Check also for //SUBDIRED// line.
2710
2711 2009-12-25 Kenichi Handa <handa@m17n.org>
2712
2713 * language/indian.el (devanagari-composable-pattern): Fixed to
2714 handle ZWNJ and ZWJ. Use it in composition-function-table for
2715 Devanagari.
2716 (malayalam-composable-pattern): Fix previous change.
2717
2718 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2719
2720 * ps-print.el (ps-face-attributes): It was not returning the
2721 attribute face for faces specified as string. Reported by harven
2722 <harven@free.fr>.
2723 (ps-print-version): New version 7.3.5.
2724
2725 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
2726
2727 * calendar/icalendar.el (icalendar--convert-tz-offset):
2728 Fix timezone names.
2729 (icalendar--convert-tz-offset): Fix the "last-day-problem".
2730 (icalendar--add-diary-entry): Remove the trailing blank that
2731 diary-make-entry inserts.
2732
2733 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
2734
2735 Make `file-expand-wildcards' work for remote files.
2736
2737 * files.el (file-expand-wildcards): In case of remote files, check
2738 only local file name part for wildcards. Provide feature 'files
2739 and subfeature 'remote-wildcards. (Bug#5198)
2740
2741 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2742 if there is already an established connection.
2743 (tramp-advice-file-expand-wildcards): Remove it.
2744
2745 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2746 (tramp-advice-file-expand-wildcards): Move from tramp.el.
2747 Activate advice for older GNU Emacs versions. (Bug#5237)
2748
2749 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
2750
2751 Some doc fixes (more needed).
2752
2753 * find-cmd.el (find-constituents): Reflow docstring.
2754 (find-cmd, find-prune, find-command): Fix typos in docstrings.
2755 (find-generic): Doc fix.
2756
2757 2009-12-17 Juri Linkov <juri@jurta.org>
2758
2759 Fix regression from 23.1 to allow multiple modes in Local Variables.
2760
2761 * files.el (hack-local-variables-filter): While ignoring duplicates,
2762 don't take `mode' into account.
2763 (hack-local-variables-filter, hack-dir-local-variables):
2764 Don't remove duplicate `mode' from local-variables-alist (like `eval').
2765
2766 2009-12-17 Juri Linkov <juri@jurta.org>
2767
2768 Make `dired-diff' safer. (Bug#5225)
2769
2770 * dired-aux.el (dired-diff): Signal an error when `file' equals to
2771 `current' or when `file' is a directory of the `current' file.
2772
2773 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
2774
2775 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2776 unconditionally preloaded files.
2777
2778 2009-12-16 Juri Linkov <juri@jurta.org>
2779
2780 Revert to old 23.1 logic of using the file at the mark as default.
2781 * dired-aux.el (dired-diff): Use the file at the mark as default
2782 if it's not the same as the current file, and the target dir is
2783 the current dir or the mark is active. Add the current file
2784 as the arg of `dired-dwim-target-defaults'. Use the default file
2785 in the prompt. (Bug#5225)
2786
2787 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
2788
2789 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2790 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2791 (tramp-check-for-regexp): Check also, when an echoing shell stops
2792 to echo sent commands.
2793
2794 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2795
2796 * Makefile.in: Revert last change (Bug#5191).
2797
2798 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2799
2800 * vc-hg.el (vc-hg-print-log): Fix argument order.
2801 (vc-hg-working-revision): Make sure the command is executed in a
2802 known environment so that we can parse the output. (Bug#4417)
2803
2804 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2805
2806 * progmodes/python.el (python-symbol-completions): Remove text
2807 properties from symbol string before calling python-send-receive.
2808
2809 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
2810
2811 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2812 when there are values for both file and line. (Bug#5060)
2813
2814 2009-12-14 Juri Linkov <juri@jurta.org>
2815
2816 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2817 whitespace after the file name of the first line of unified format,
2818 because git-diff doesn't output whitespace and file modification time
2819 after the file name.
2820
2821 2009-12-14 David Kastrup <dak@gnu.org>
2822
2823 * info.el (Info-hide-cookies-node): Before hiding a cookie,
2824 check if it already has the `display' property added by
2825 `Info-display-images-node', and not put the `invisible' property
2826 in this case.
2827
2828 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2829
2830 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2831 (semantic-mru-bookmark-mode): Doc fixes.
2832
2833 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2834 of assert.
2835
2836 2009-12-13 Glenn Morris <rgm@gnu.org>
2837
2838 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2839 (report-emacs-bug): In message-mode, sort manually before storing
2840 original report text. (Bug#5178)
2841 Remove superfluous save-excursion.
2842
2843 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
2844
2845 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2846 when responding to "GetAll" properties.
2847
2848 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
2849
2850 * simple.el (compose-mail): Remove mail-setup-with-from from
2851 customization checks.
2852
2853 2009-12-12 Eli Zaretskii <eliz@gnu.org>
2854
2855 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2856 RAR archives created on Unix systems.
2857
2858 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2859
2860 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2861 the varalias that was accidentally removed by the 2009-11-19 change
2862 (bug#5186).
2863
2864 2009-12-12 Kenichi Handa <handa@m17n.org>
2865
2866 * language/indian.el (indian-compose-regexp): New function.
2867 (malayalam-composable-pattern): Fix the pattern.
2868 (composition-function-table): Set malayalam-composable-pattern for
2869 Malayalam characters.
2870
2871 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
2872
2873 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2874 rather than down-mouse-1, based on follow-link conventions.
2875
2876 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2877 are compiled.
2878
2879 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
2880
2881 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2882 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2883 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2884 (verilog-leap-to-head, verilog-backward-token):
2885 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
2886
2887 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2888
2889 * progmodes/verilog-mode.el (verilog-auto-lineup)
2890 (verilog-nameable-item-re): Cleanup user-visible spelling and
2891 documentation errors. One reported by Gary Delp.
2892 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2893 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2894 package, bug195. Reported by Pierre-David Pfister.
2895
2896 2009-12-11 Glenn Morris <rgm@gnu.org>
2897
2898 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2899
2900 * mail/emacsbug.el: No longer require sendmail.
2901 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2902 (report-emacs-bug-orig-text): Doc fix.
2903 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2904 New local variables, to adapt to different mail-user-agents.
2905 (report-emacs-bug): Fix test for a gnu.org address.
2906 Use overlays for emphasis, since font-lock defeats 'face property.
2907 Pretest bugs also end up at the newsgroup these days.
2908 Stop message-mode stripping text properties.
2909 Set and use the new buffer-local variables.
2910 (report-emacs-bug-hook): Add doc-string.
2911 Remove some unnecessary save-excursions and simplify.
2912 Use the appropriate hook and send-command.
2913
2914 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2915 capitalization of some menu entries.
2916
2917 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2918
2919 * whitespace.el (whitespace-display-char-on): Ensure
2920 `buffer-display-table' is unique when two or more windows are
2921 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2922 New version 12.1.
2923
2924 2009-12-10 Eli Zaretskii <eliz@gnu.org>
2925
2926 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2927 characters in the Attribute field.
2928
2929 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2930
2931 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2932
2933 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2934
2935 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2936 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2937 Disregard autoload-excludes.
2938 (update-directory-autoloads): Obey autoload-excludes here instead.
2939 But don't store its contents in no-autoloads and remove entries that
2940 refer to excludes files.
2941
2942 2009-12-10 Glenn Morris <rgm@gnu.org>
2943
2944 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2945 (expand-mail-aliases): Define for compiler.
2946
2947 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2948 Define for compiler.
2949
2950 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2951 appropriate for the mail-user-agent in use.
2952
2953 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
2954
2955 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2956
2957 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2958
2959 Fix short log parsing and fontification.
2960 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2961 Fix fontification for the [merge] label.
2962
2963 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2964
2965 Drop some properties to avoid surprises (bug#5002).
2966 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2967 (hfy-fontify-buffer): Use it.
2968
2969 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2970
2971 Minor cleanup.
2972 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2973 Adjust all callers.
2974 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2975 args compulsory. Adjust callers.
2976 (ffap-gopher-at-point): Remove unused var `name'.
2977
2978 Get rid of the ELCFILES abomination.
2979 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2980 (compile-elcfiles): New phony target.
2981 (compile-main): Compute ELCFILES dynamically.
2982 (compile-clean): New target to remove left-over elc files.
2983 (compile, all): Use it.
2984
2985 2009-12-09 Kenichi Handa <handa@etlken>
2986
2987 * international/mule-diag.el: Require help-mode instead of help-fns.
2988
2989 2009-12-09 Kenichi Handa <handa@m17n.org>
2990
2991 * international/mule-cmds.el (ucs-names): Supply sufficiently
2992 fine ranges instead of pre-calculating accurate ranges.
2993 Iterate with bigger gc-cons-threshold.
2994
2995 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2996
2997 Add support for stashing a snapshot of the current tree.
2998 * vc-git.el (vc-git-stash-snapshot): New function.
2999 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3000
3001 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
3002
3003 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3004 instead of `(beginning|end)-of-line'.
3005
3006 2009-12-08 Glenn Morris <rgm@gnu.org>
3007
3008 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3009
3010 * Makefile.in (ELCFILES): Regenerate.
3011
3012 2009-12-07 Juri Linkov <juri@jurta.org>
3013
3014 Don't lazy-highlight the comint output in history Isearch mode.
3015
3016 * comint.el (comint-history-isearch-search): Instead of
3017 `comint-line-beginning-position', use `comint-after-pmark-p'
3018 to check if point if before the process mark, and go to
3019 `process-mark' in this case.
3020
3021 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3022
3023 * textmodes/tex-mode.el (latex-complete)
3024 (latex-indent-or-complete): Remove.
3025 (latex-mode): Set completion-at-point-functions instead.
3026
3027 Provide a standard completion command and hook it into TAB.
3028 * minibuffer.el (completion-at-point-functions): New var.
3029 (completion-at-point): New command.
3030 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
3031 * progmodes/python.el (python-mode-map): Use completion-at-point.
3032 (python-completion-at-point): Rename from python-partial-symbol and
3033 adjust for use in completion-at-point-functions.
3034 (python-mode): Setup completion-at-point for Python completion.
3035 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3036 extracted from lisp-complete-symbol.
3037 (lisp-complete-symbol): Use it.
3038 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3039 setup completion-at-point for Elisp completion.
3040 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3041 Use completion-at-point.
3042 * ielm.el (ielm-map): Use completion-at-point.
3043 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3044 * progmodes/sym-comp.el: Move to...
3045 * obsolete/sym-comp.el: Move from progmodes.
3046
3047 2009-12-07 Eli Zaretskii <eliz@gnu.org>
3048
3049 Prevent save-buffer in Rmail buffers from using the coding-system
3050 of the current message, and from clobbering the encoding mnemonics
3051 in the mode line (Bug#4623).
3052
3053 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3054 flag, too.
3055 (rmail-message-encoding): New variable.
3056 (rmail-write-region-annotate): Record the encoding of the current
3057 message in rmail-message-encoding.
3058 (rmail-after-save-hook): New function, restores the encoding of
3059 the current message after the message collection is saved.
3060
3061 2009-12-07 Juri Linkov <juri@jurta.org>
3062
3063 * progmodes/grep.el (grep-read-files): Use `completing-read'
3064 instead of `read-string'. Set its `collection' arg to
3065 `read-file-name-internal'. (Bug#4301)
3066
3067 2009-12-07 Juri Linkov <juri@jurta.org>
3068
3069 Correctly restore original Isearch point. (Bug#4994)
3070
3071 * isearch.el (isearch-mode): Move `isearch-push-state' after
3072 `(run-hooks 'isearch-mode-hook)'.
3073 (isearch-cancel): When `isearch-push-state-function' is defined,
3074 let-bind `isearch-cmds' to the first state (the last element of
3075 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3076 function and restores the original point). Otherwise, move point
3077 to `isearch-opoint'.
3078
3079 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3080
3081 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3082 chars that don't have names, so the table can be built much faster at
3083 run-time.
3084
3085 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
3086
3087 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3088 change. Suggested by David Kastrup.
3089
3090 * simple.el (compose-mail): Check for incompatibilities and warn.
3091 (compose-mail-user-agent-warnings): New option.
3092
3093 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3094
3095 Support showing a single log entry from vc-annotate.
3096 * vc.el (print-log): Add a new argument: START-REVISION.
3097 (vc-print-log-internal): Add a new optional argument and
3098 pass it to the backend.
3099 (vc-print-log, vc-print-root-log): Adjust callers.
3100 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3101 buffer already displays the requested log entry, use it.
3102 Otherwise display only the log entry in question.
3103 * vc-svn.el (vc-svn-print-log):
3104 * vc-mtn.el (vc-mtn-print-log):
3105 * vc-hg.el (vc-hg-state):
3106 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3107 (vc-git-show-log-entry): Return t on success.
3108 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3109 (vc-bzr-show-log-entry): Return t on success.
3110 * vc-rcs.el (vc-rcs-print-log):
3111 * vc-sccs.el (vc-sccs-print-log):
3112 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3113
3114 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3115
3116 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3117 Add menus to the meta mode. (Bug#5043)
3118
3119 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
3120
3121 * ediff-init.el (ediff-event-key): Use event-to-character instead of
3122 event-key.
3123
3124 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3125
3126 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
3127
3128 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3129 Berbain <raphael.berbain@gmail.com>.
3130
3131 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3132 characters.
3133 (tramp-initial-end-of-output): New defconst.
3134 (tramp-methods, tramp-find-shell)
3135 (tramp-open-connection-setup-interactive-shell)
3136 (tramp-maybe-open-connection): Use it.
3137 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3138 existence of `#' and `$'.
3139
3140 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3141 `tramp-initial-end-of-output'.
3142
3143 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3144
3145 Get the background mode from the terminal for xterm, and set
3146 faces accordingly.
3147 * term/xterm.el (xterm-set-background-mode): New function.
3148 (terminal-init-xterm): Use it in case xterm supports background
3149 color queries. Recompute faces after getting the background
3150 color.
3151
3152 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
3153
3154 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3155 number comment back on its own line, for easier parsing.
3156
3157 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3158
3159 Make it work for non-file buffers (bug#5102).
3160 * doc-view.el (doc-view-current-cache-dir):
3161 Use doc-view-buffer-file-name rather than buffer-file-name.
3162 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3163
3164 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3165
3166 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3167 author field is too short.
3168
3169 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3170
3171 * vc-git.el (vc-git-print-log): Handle a limit argument.
3172 Display the short log in graph form and with labels.
3173 (vc-git-log-view-mode): Handle labels.
3174
3175 Make vc-revert change VC state from 'added to 'unregistered.
3176 * vc-git.el (vc-git-revert): Call git reset first.
3177
3178 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3179
3180 * net/newst-backend.el, net/newst-plainview.el:
3181 * net/newst-reader.el, net/newst-ticker.el:
3182 * net/newst-treeview.el, net/newsticker.el:
3183 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
3184
3185 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3186
3187 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3188
3189 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3190 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3191 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3192 Update annotation regexp.
3193
3194 * simple.el (beginning-of-visual-line): Constrain to field
3195 boundaries (Bug#5106).
3196
3197 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3198
3199 * xml.el (xml-substitute-numeric-entities): Move
3200 newsticker--decode-numeric-entities in newst-backend.el to
3201 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3202 * net/newst-backend.el (newsticker--parse-generic-feed)
3203 (newsticker--parse-generic-items)
3204 (newsticker--decode-numeric-entities): Move
3205 newsticker--decode-numeric-entities in newst-backend.el to
3206 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3207
3208 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3209
3210 * progmodes/js.el (js--js-not): Add null to the list of values.
3211
3212 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3213
3214 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3215
3216 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3217
3218 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3219 delimiter if it is at the end of the current line.
3220 (bibtex-generate-url-list): Fix docstring.
3221
3222 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3223
3224 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3225 minibuffer's content with itself.
3226 Fold the confirm-after-completion case into the `confirm' case.
3227 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3228
3229 2009-12-06 Kevin Ryde <user42@zip.com.au>
3230
3231 * ffap.el (ffap-rfc-path): Make this a defcustom since
3232 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
3233
3234 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3235 manuals, similar to existing setup for help-mode. (Bug#3913.)
3236
3237 2009-12-05 Juri Linkov <juri@jurta.org>
3238
3239 Save and restore dired buffer's point positions too. (Bug#4880)
3240
3241 * dired.el (dired-save-positions): Return in the first element
3242 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3243 Doc fix.
3244 (dired-restore-positions): First restore buffer's position.
3245 While restoring window's positions, check if window still displays
3246 the original buffer.
3247
3248 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3249
3250 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3251 if possible.
3252
3253 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
3254 Make argument optional.
3255
3256 * shell.el (shell): Require ansi-color (Bug#5113).
3257
3258 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3259
3260 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3261
3262 2009-12-05 Alan Mackenzie <acm@muc.de>
3263
3264 * progmodes/cc-mode.el (c-before-hack-hook)
3265 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3266 `c-file-style' to work again. This reversion restores the current
3267 software to its state in Emacs 23.1. (Bug#4146)
3268
3269 2009-12-05 Kevin Ryde <user42@zip.com.au>
3270
3271 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3272 comment-start-skip to comment-end-skip as comment (Bug#4781).
3273
3274 2009-12-05 Juri Linkov <juri@jurta.org>
3275
3276 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3277 for virtual nodes. (Bug#4147)
3278 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3279 when moving from a virtual node.
3280 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3281 (Info-mode): Add `Info-virtual-index' to the docstring.
3282
3283 2009-12-05 Eric Ludlam <zappo@gnu.org>
3284
3285 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3286 Describe project macro symbols.
3287
3288 * cedet/semantic/complete.el (semantic-complete-do-completion):
3289 Don't call semantic-collector-current-exact-match.
3290
3291 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
3292 ede-objects as targets.
3293
3294 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
3295 a target's object list even if compiler vars are already in the
3296 Makefile.
3297
3298 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
3299 list of headers producing necessary macros.
3300
3301 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3302
3303 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3304 track of the buffer position of the end of a BibTeX entry as this
3305 position may change during reformatting.
3306 (bibtex-format-entry): Remove whitespace before processing
3307 numerical fields so that we recognize the latter properly.
3308 (bibtex-reformat): Do not use push which changes the global value
3309 of bibtex-entry-format.
3310 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3311 (bibtex-field-re-init): Replace only space characters by regexp
3312 for whitespace.
3313 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3314 (bibtex-initialize): Also update bibtex-strings.
3315 (bibtex-kill-field): Preserve white space at end of entry.
3316 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3317 Update bibtex-reference-keys.
3318
3319 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3320
3321 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3322 point after a star, if that's the only place where modifications can
3323 make progress.
3324
3325 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3326
3327 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3328 in docstrings.
3329
3330 2009-12-04 Juri Linkov <juri@jurta.org>
3331
3332 * proced.el (proced): Call `(proced-update t)' to update process
3333 information instead of only running proced-post-display-hook.
3334 (proced-send-signal): Add a leading space to the buffer name
3335 " *Marked Processes*" to make this buffer ephemeral.
3336
3337 2009-12-04 Juri Linkov <juri@jurta.org>
3338
3339 * dired.el (dired-auto-revert-buffer): New defcustom.
3340 (dired-internal-noselect): Use it.
3341
3342 2009-12-04 Juri Linkov <juri@jurta.org>
3343
3344 Change roles of modes and functions in image-mode.el (Bug#5062).
3345
3346 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3347 in `auto-mode-alist'.
3348 (image-mode-previous-major-mode): New variable.
3349 (image-minor-mode-map): Rename from `image-mode-text-map'.
3350 (image-mode): Move graceful error-handling code from
3351 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3352 (image-minor-mode): Remove all image-handling code.
3353 Replace `image-mode-text-map' with `image-minor-mode-map'.
3354 Check for `image-type' in mode-line format string.
3355 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3356 (image-mode-as-text): New function with most code from
3357 `image-mode-maybe'.
3358 (image-toggle-display-text): Move code that removes image
3359 properties from `image-toggle-display' to here.
3360 (image-toggle-display-image): New function with code that adds
3361 image properties copied from `image-toggle-display'.
3362 (image-toggle-display): Remove most code with leaving only code
3363 that toggles between `image-mode-as-text' and `image-mode'.
3364
3365 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
3366
3367 * net/newst-treeview.el
3368 (newsticker--treeview-list-highlight-start): Restored call to
3369 save-excursion: Selected item was stuck.
3370 (newsticker--treeview-list-select): New.
3371 (newsticker--treeview-item-show-text)
3372 (newsticker--treeview-item-show)
3373 (newsticker--treeview-item-update): Use new
3374 newsticker-treeview-item-mode.
3375 (newsticker-treeview-update): Keep current item.
3376 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3377 (newsticker--treeview-first-feed): Doc change.
3378 (newsticker-treeview-list-menu)
3379 (newsticker-treeview-item-menu): Added menu entries.
3380 (newsticker-treeview-item-mode): New.
3381
3382 * net/newst-backend.el (newsticker-customize): Delete other
3383 windows.
3384
3385 2009-12-04 Sam Steingold <sds@gnu.org>
3386
3387 * log-view.el (log-view-mode-map): "q" calls quit-window,
3388 like in all the other non-self-insert buffers.
3389
3390 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3391
3392 Minor cleanup.
3393 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3394 key decoding rather than do it manually via last-input-event +
3395 ascii-character.
3396 (term-exec): Use delete-and-extract-region.
3397 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3398 (term-process-pager): Remove unused var `i'.
3399 (term-dynamic-simple-complete): Make obsolete.
3400 (serial-update-config-menu): Remove unused vars `y' and `str'.
3401 (term-update-mode-line): Remove unused var `temp'.
3402
3403 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3404
3405 Limit the number of log entries displayed by default.
3406 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3407 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3408 using a prefix argument.
3409
3410 2009-12-03 Glenn Morris <rgm@gnu.org>
3411
3412 * progmodes/idlwave.el (class): Restore still useful declaration.
3413
3414 2009-12-03 Alan Mackenzie <acm@muc.de>
3415
3416 Enhance `c-parse-state' to run efficiently in "brace deserts".
3417
3418 * progmodes/cc-mode.el (c-basic-common-init):
3419 Call c-state-cache-init.
3420 (c-neutralize-syntax-in-and-mark-CPP): Rename from
3421 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
3422 placing `category' properties value 'c-cpp-delimiter at its boundaries.
3423
3424 * progmodes/cc-langs.el (c-before-font-lock-function):
3425 c-extend-and-neutralize-syntax-in-CPP has been renamed
3426 c-neutralize-syntax-in-and-mark-CPP.
3427
3428 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3429 with `category' properties now, not `syntax-table' ones.
3430
3431 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3432 enhanced (but slower) version of c-end-of-macro that won't land
3433 inside a literal or on another awkward character.
3434 (c-state-cache-too-far, c-state-cache-start)
3435 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3436 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3437 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3438 (c-state-min-scan-pos, c-state-brace-pair-desert)
3439 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3440 buffer local variables.
3441 (c-state-literal-at, c-state-lit-beg)
3442 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3443 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3444 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3445 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3446 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3447 (c-renarrow-state-cache)
3448 (c-append-lower-brace-pair-to-state-cache)
3449 (c-state-push-any-brace-pair, c-append-to-state-cache)
3450 (c-remove-stale-state-cache)
3451 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3452 (c-invalidate-state-cache-1, c-parse-state-1)
3453 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3454 (c-parse-state): Enhance and refactor.
3455 (c-debug-parse-state): Amend to deal with all the new variables.
3456
3457 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3458 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3459 modify to use category text properties rather than syntax-table ones.
3460 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3461 to switch off/on the syntactic paren property of C++ template
3462 delimiters using the category property.
3463 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3464 template delims suppressed.
3465 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3466 New constant/macros which apply category properties to the start
3467 and end of preprocessor constructs.
3468 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3469 "comment out" the syntactic value of characters in preprocessor
3470 constructs.
3471 (c-with-cpps-commented-out)
3472 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3473 with characters in all or all but one preprocessor constructs
3474 "commented out".
3475
3476 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3477
3478 * proced.el (proced-filter-alist): Use regexp-quote.
3479
3480 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
3481
3482 Cleanup.
3483 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3484 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3485 arguments. Expand `default-directory'.
3486
3487 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3488 the benefit of returning an expanded localname.
3489 (tramp-tramp-file-p): Handle the case NAME is not a string.
3490
3491 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3492
3493 Add support for bzr shelve/unshelve.
3494 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3495 (vc-bzr-extra-menu-map): New variables.
3496 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3497 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3498 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3499 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3500 (vc-bzr-dir-extra-headers): Display shelves.
3501
3502 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3503
3504 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3505
3506 * textmodes/bibtex.el (bibtex-complete-internal):
3507 Use completion-in-region.
3508 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3509
3510 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3511
3512 Support applying stashes. Improve UI.
3513 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3514 (vc-git-stash-apply, vc-git-stash-pop)
3515 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3516 (vc-git-stash-menu): New functions.
3517 (vc-git-stash-menu-map): New variable.
3518 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3519
3520 2009-12-03 Glenn Morris <rgm@gnu.org>
3521
3522 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3523 (vc-print-log-internal): Fix previous change.
3524 (vc-revert): Correct pluralization.
3525
3526 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3527
3528 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3529 it to be an alist any more.
3530 (makefile-complete): Use completion-in-region.
3531
3532 * progmodes/octave-mod.el (octave-complete-symbol):
3533 Use completion-in-region.
3534
3535 Misc cleanup.
3536 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3537 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3538 (idlwave-complete-class): Don't quote lambda.
3539 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3540 (idlwave-mode-map): Move initialization into declaration.
3541 (idlwave-action-and-binding): Use backquotes.
3542 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3543 Simplify.
3544 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3545 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3546 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3547 `parts', and `all-parts'.
3548 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3549 (idlwave-convert-xml-system-routine-info): Remove unused string
3550 `version-string'.
3551 (idlwave-display-user-catalog-widget): Use dolist.
3552 (idlwave-scanning-lib): Declare dynamically-scoped var.
3553 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3554 (completion-highlight-first-word-only): Declare to silence bytecomp.
3555 (idlwave-popup-select): Tighten scope of `resp'.
3556 (idlwave-find-struct-tag): Remove unused var `beg'.
3557 (idlwave-after-load-rinfo-hook): Declare.
3558 (idlwave-sintern-class-info): Remove unused var `taglist'.
3559 (idlwave-find-class-definition): Remove unused var `list'.
3560 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3561 (idlwave-what-module-find-class): Remove unused var `classes'.
3562
3563 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
3564
3565 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3566
3567 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3568
3569 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3570 buffers visited. Remove redundant current-buffer-saving.
3571
3572 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3573
3574 Use completion-in-buffer and remove uses of dynamic scoping.
3575 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3576 (pascal-buffer-to-use, pascal-flag): Don't declare.
3577 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3578 (pascal-get-completion-decl, pascal-keyword-completion):
3579 Add `pascal-str' argument, save-excursion,
3580 return the found completions, and don't filter with pascal-pred.
3581 (pascal-completion-cache): New var.
3582 (pascal-completion): Don't switch buffer any more (it was never
3583 necessary). Don't save-excursion any more (it's done by the called
3584 subroutines). Use a cache to avoid redundant computations.
3585 Use complete-with-action rather than pascal-completion-response and
3586 let it apply the predicate as well.
3587 (pascal-complete-word): Use completion-in-buffer when
3588 pascal-toggle-completions is nil.
3589 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3590 not used any more.
3591 (pascal-comp-defun): Don't change buffer any more.
3592 Use complete-with-action rather than pascal-completion-response and
3593 let it apply the predicate as well.
3594 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3595 when neded.
3596
3597 2009-12-02 Kenichi Handa <handa@m17n.org>
3598
3599 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3600 shape for all Indic scripts.
3601
3602 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3603
3604 Use completion-in-buffer.
3605 * wid-edit.el (widget-field-text-end): New function.
3606 (widget-field-value-get): Use it.
3607 (widget-string-complete, widget-file-complete)
3608 (widget-color-complete): Use it and completion-in-region.
3609 (widget-complete): Don't narrow the buffer.
3610
3611 2009-12-02 Glenn Morris <rgm@gnu.org>
3612
3613 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
3614 (rmail-select-summary): Use rmail-pop-to-buffer.
3615 * mail/rmailsum.el: Replace all pop-to-buffer calls with
3616 rmail-pop-to-buffer, to prevent horizontal splits.
3617
3618 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3619 save-excursion with save-current-buffer.
3620 Widen before searching. (Bug#5093)
3621 (diary-list-sexp-entries): Remove superfluous save-excursion.
3622
3623 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
3624
3625 * woman.el (woman-make-bufname): Handle man-pages with "." in the
3626 name. (Bug#5038)
3627
3628 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
3629
3630 * ido.el (ido-file-internal): Handle filenames at point that do
3631 not have a directory part. (Bug#5049)
3632
3633 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
3634
3635 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3636 (mpc-songs-jump-to, mpc-resume): Doc fixes.
3637
3638 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
3639
3640 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3641 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3642 any more.
3643
3644 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3645
3646 * comint.el (comint-insert-input): Ignore clicks to the right of
3647 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3648
3649 * vc.el (vc-print-log-internal): Don't wait for the process to
3650 terminate before setting up the major mode.
3651
3652 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3653 in case.
3654
3655 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3656 the last element.
3657
3658 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3659
3660 2009-12-01 Glenn Morris <rgm@gnu.org>
3661
3662 * window.el (window--display-buffer-2): Fix previous changes.
3663
3664 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
3665
3666 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3667
3668 2009-12-01 Glenn Morris <rgm@gnu.org>
3669
3670 * Makefile.in (ELCFILES): Add mpc.elc.
3671
3672 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3673
3674 * mpc.el: New file.
3675
3676 2009-12-01 Glenn Morris <rgm@gnu.org>
3677
3678 * window.el (window-to-use): Define for compiler.
3679
3680 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3681 consistent with others (no final period).
3682
3683 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3684 (rmail-mime-show): Downcase the encoding. (Bug#5070)
3685
3686 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3687
3688 Make vc-print-log buttons work.
3689 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3690
3691 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
3692
3693 * savehist.el (savehist-autosave-interval): Allow setting to nil
3694 through customize. (Bug#5056)
3695
3696 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
3697
3698 Fix references to jit-lock properties.
3699 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3700 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3701 (perl-font-lock-special-syntactic-constructs):
3702 Quote jit-lock-defer-multiline property.
3703
3704 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3705
3706 * vc-git.el (vc-git-registered): Call vc-git-root only once.
3707
3708 2009-11-30 Juri Linkov <juri@jurta.org>
3709
3710 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3711 value `buffer' of `multi-isearch-next-buffer-current-function'.
3712 Use `(current-buffer)' when `buffer' is nil.
3713 (multi-isearch-next-buffer-from-list): Don't fallback to
3714 `(current-buffer)' when `buffer' is nil. (Bug#4947)
3715
3716 2009-11-30 Juri Linkov <juri@jurta.org>
3717
3718 * misearch.el (multi-isearch-read-buffers): Move canonicalization
3719 of buffers with `get-buffer' to `multi-isearch-buffers'.
3720 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3721 Canonicalize BUFFERS with `get-buffer'. Doc fix.
3722 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3723 FILES with `expand-file-name' converting relative file names
3724 to absolute. Doc fix. (Bug#4727)
3725
3726 2009-11-30 Juri Linkov <juri@jurta.org>
3727
3728 * misearch.el (multi-isearch-read-buffers)
3729 (multi-isearch-read-matching-buffers): New functions.
3730 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3731 Use them in the `interactive' spec. Doc fix.
3732 (multi-isearch-read-files, multi-isearch-read-matching-files):
3733 New functions.
3734 (multi-isearch-files, multi-isearch-files-regexp):
3735 Use them in the `interactive' spec. Doc fix. (Bug#4725)
3736
3737 2009-11-30 Juri Linkov <juri@jurta.org>
3738
3739 * doc-view.el (doc-view-continuous):
3740 Rename from `doc-view-continuous-mode'.
3741 (doc-view-menu): Move "Toggle display" to the top.
3742 Add submenu "Continuous" with radio buttons "Off"/"On"
3743 and "Save as Default".
3744 (doc-view-scroll-up-or-next-page)
3745 (doc-view-scroll-down-or-previous-page)
3746 (doc-view-next-line-or-next-page)
3747 (doc-view-previous-line-or-previous-page): Rename
3748 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
3749
3750 2009-11-30 Juri Linkov <juri@jurta.org>
3751
3752 * comint.el (comint-mode-map): Rebind `M-r' from
3753 `comint-previous-matching-input' to
3754 `comint-history-isearch-backward-regexp'.
3755 Unbind `M-s' to allow global key binding `M-s'.
3756 Add menu items for `comint-history-isearch-backward' and
3757 `comint-history-isearch-backward-regexp'. (Bug#3746)
3758
3759 2009-11-30 Juri Linkov <juri@jurta.org>
3760
3761 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3762 For def=recenter, replace `recenter' with `recenter-top-bottom'
3763 that is called with `this-command' and `last-command' let-bound
3764 to `recenter-top-bottom'. When the last `def' was not `recenter',
3765 set `recenter-last-op' to nil. (Bug#4981)
3766
3767 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3768
3769 Minor cleanup and simplification.
3770 * filecache.el (file-cache-add-directory)
3771 (file-cache-add-directory-recursively)
3772 (file-cache-add-from-file-cache-buffer)
3773 (file-cache-delete-file-regexp, file-cache-delete-directory)
3774 (file-cache-files-matching-internal, file-cache-display): Use dolist.
3775 (file-cache-temp-minibuffer-message): Delete function.
3776 (file-cache-minibuffer-complete): Use minibuffer-message instead.
3777
3778 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3779 Don't signal an error when bumping into EOB in tr, s, or y.
3780
3781 2009-11-29 Juri Linkov <juri@jurta.org>
3782
3783 * startup.el (fancy-about-text): Fix wording of Guided Tour.
3784 (Bug#4960)
3785
3786 * descr-text.el (describe-char-unidata-list): Use lowercase name
3787 for "Unicode name" like in other tags.
3788
3789 2009-11-29 Juri Linkov <juri@jurta.org>
3790
3791 * ediff-util.el (ediff-minibuffer-with-setup-hook):
3792 New compatibility macro.
3793 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3794
3795 2009-11-29 Juri Linkov <juri@jurta.org>
3796
3797 Add defcustom to define the cycling order of `recenter-top-bottom'.
3798 (Bug#4981)
3799
3800 * window.el (recenter-last-op): Doc fix.
3801 (recenter-positions): New defcustom.
3802 (recenter-top-bottom): Rewrite to use `recenter-positions'.
3803 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3804
3805 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
3806
3807 Improve integration of Tramp and ange-ftp in eshell.
3808
3809 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3810 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
3811 (eshell/sudo): Flatten args. Let-bind `default-directory'.
3812
3813 * eshell/esh-util.el (top): Require also Tramp when compiling.
3814 (eshell-directory-files-and-attributes): Check for FTP remote
3815 connection.
3816 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3817 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3818 (eshell-file-attributes): Handle ".". Return `entry'.
3819
3820 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3821 (ange-ftp-directory-files-and-attributes)
3822 (ange-ftp-real-directory-files-and-attributes): New defuns.
3823
3824 * net/tramp.el (tramp-maybe-open-connection): Open the remote
3825 shell with "exec" when possible. This prevents trailing prompts
3826 in `start-file-process'.
3827
3828 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3829
3830 Try and remove assumptions about point-min==1.
3831 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3832 (rng-compute-mode-line-string): Show the validation percentage in
3833 terms of the narrowed text, not the widened text.
3834 (rng-do-some-validation): Don't catch internal errors when debugging.
3835 (rng-first-error): Simplify.
3836 (rng-after-change-function): Remove work around. AFAIK the bug has
3837 been fixed a while ago.
3838
3839 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3840 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3841
3842 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3843
3844 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3845 `cd' doesn't always do it for us (bug#5067).
3846
3847 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3848 on 2009-10-25 as part of some other change (bug#5067).
3849
3850 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3851
3852 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3853 `suspicious'.
3854 (byte-compile-warnings): Use byte-compile-warning-types.
3855 (byte-compile-save-excursion): Warn about use of set-buffer right
3856 after save-excursion.
3857
3858 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3859 the excursion as well.
3860
3861 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
3862
3863 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3864 providing a Tramp related implementation of "su" and "sudo".
3865 (eshell-unix-initialize): Add "su" and "sudo".
3866
3867 2009-11-27 Daiki Ueno <ueno@unixuser.org>
3868
3869 * net/socks.el (socks-send-command): Convert binary request to
3870 unibyte before sending. This fixes mishandling of some port
3871 numbers such as 129.
3872
3873 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3874
3875 * help.el (describe-bindings-internal): Remove `interactive'.
3876
3877 * man.el (Man-completion-table): Trim a terminating "(".
3878 Remove the space between name page a section.
3879 Add the command's description on the `help-echo' property.
3880 Remove `process-connection-type' binding since it's unused by
3881 call-process.
3882 Provide completion for the "<section> <name>" format as well.
3883 (Man-default-man-entry): Remove spurious var shadowing the argument.
3884
3885 2009-11-26 Kevin Ryde <user42@zip.com.au>
3886
3887 * log-view.el: Add "Keywords: tools", since its other keywords
3888 aren't in finder-known-keywords, and following vc.el.
3889
3890 * sha1.el (sha1-string-external): default-directory "/" in case
3891 otherwise non-existent. process-connection-type pipe for touch of
3892 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3893
3894 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3895
3896 Misc coding convention cleanups.
3897 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3898 hfy-init-kludge-hooks.
3899 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3900 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3901 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3902 and push.
3903 (hfy-slant, hfy-weight): Use tables rather than code.
3904 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3905 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3906 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3907 (hfy-face-to-css): Remove `nconc' with single arg.
3908 (hfy-p-to-face-lennart): Use `or'.
3909 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3910 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3911 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3912 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3913 (hfy-force-fontification): Use run-hooks.
3914
3915 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3916
3917 Various minor fixes.
3918 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3919 Javascript belongs in the header, not the body.
3920 (hfy-javascript): Remove.
3921 (hfy-fontify-buffer): Don't insert it any more.
3922 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3923 Fix bug in invis handling when there were no invis props in a chunk.
3924
3925 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3926
3927 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3928
3929 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3930
3931 * finder.el (finder-mode-map): Add a menu.
3932
3933 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
3934
3935 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3936 "unsigned" structs.
3937
3938 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3939 fork" statement better.
3940
3941 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3942
3943 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3944 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3945 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3946 Reported by Clay Douglass.
3947
3948 (verilog-auto-inst, verilog-auto-star-safe)
3949 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3950 Fix removing "// Interfaces" when saving .* expansions. Reported by
3951 Pierre-David Pfister.
3952
3953 2009-11-26 Glenn Morris <rgm@gnu.org>
3954
3955 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3956 the scope.
3957
3958 2009-11-25 Johan Bockgård <bojohan@gnu.org>
3959
3960 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3961 Really use previous revision.
3962
3963 2009-11-25 Kevin Ryde <user42@zip.com.au>
3964
3965 * man.el (Man-completion-table): default-directory "/" in case
3966 doesn't otherwise exist. process-environment COLUMNS=999 so as
3967 not to truncate long names. process-connection-type pipe to avoid
3968 any chance of hitting the pseudo-tty TIOCGWINSZ.
3969 (man): completion-ignore-case t for friendliness and since man
3970 itself is case-insensitive on the command line.
3971 Further to Bug#3717.
3972
3973 * arc-mode.el: Add "Keywords: files", so the details in its
3974 commentary can be reached from finder-by-keyword.
3975 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3976 editing mode, but it's comms related and sgml-mode.el has "comm"
3977 on that basis too.
3978 * textmodes/bibtex-style.el: Add "Keywords: tex".
3979 * international/isearch-x.el, international/ja-dic-cnv.el:
3980 * international/ja-dic-utl.el, international/kkc.el:
3981 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3982
3983 2009-11-25 Juri Linkov <juri@jurta.org>
3984
3985 * man.el (Man-completion-table): Modify regexp to include
3986 section names to completion strings. (Bug#3717)
3987
3988 2009-11-25 Juri Linkov <juri@jurta.org>
3989
3990 Search recursively in gzipped files. (Bug#4982)
3991
3992 * progmodes/grep.el (grep-highlight-matches): Add new options
3993 `always' and `auto'. Doc fix.
3994 (grep-process-setup): Check `grep-highlight-matches' for
3995 `auto-detect' to determine the need to compute grep defaults.
3996 Move Windows/DOS specific --colors settings handling
3997 to `grep-compute-defaults'. Check `grep-highlight-matches'
3998 to get the value of "--color=".
3999 (grep-compute-defaults): Compute `grep-highlight-matches' when it
4000 has the value `auto-detect'. Move Windows/DOS specific settings
4001 from `grep-process-setup'.
4002 (zrgrep): New command with alias `rzgrep'.
4003
4004 2009-11-25 Juri Linkov <juri@jurta.org>
4005
4006 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4007 to nil instead of switching off view-mode. (Bug#4896)
4008
4009 2009-11-25 Juri Linkov <juri@jurta.org>
4010
4011 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
4012
4013 * mwheel.el (mwheel-scroll-up-function)
4014 (mwheel-scroll-down-function): New defvars.
4015 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4016 `scroll-up', and `mwheel-scroll-down-function' instead of
4017 `scroll-down'.
4018
4019 * doc-view.el (doc-view-scroll-up-or-next-page)
4020 (doc-view-scroll-down-or-previous-page): Add optional ARG.
4021 Use this ARG in the call to image-scroll-up/image-scroll-down.
4022 Change `interactive' spec to "P". Goto next/previous page only
4023 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4024 SPC/DEL case). Doc fix.
4025 (doc-view-next-line-or-next-page)
4026 (doc-view-previous-line-or-previous-page): Rename arg to ARG
4027 for consistency.
4028 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4029 `doc-view-scroll-up-or-next-page', and buffer-local
4030 `mwheel-scroll-down-function' to
4031 `doc-view-scroll-down-or-previous-page'.
4032
4033 2009-11-25 Juri Linkov <juri@jurta.org>
4034
4035 Provide additional default values (directories at other Dired
4036 windows) via M-n in the minibuffer of some Dired commands.
4037
4038 * dired-aux.el (dired-diff, dired-compare-directories)
4039 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4040 `minibuffer-default' in `minibuffer-with-setup-hook'.
4041 (dired-dwim-target-directory): Find a window that displays Dired
4042 buffer instead of failing when the next window is not Dired.
4043 Use `get-window-with-predicate' to find for the next Dired window.
4044 (dired-dwim-target-defaults): New function.
4045
4046 * ediff-util.el (ediff-read-file-name):
4047 Use `dired-dwim-target-defaults' to set `minibuffer-default'
4048 in `minibuffer-with-setup-hook'.
4049
4050 2009-11-25 Juri Linkov <juri@jurta.org>
4051
4052 Provide additional default values (file name at point or at the
4053 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
4054
4055 * minibuffer.el (read-file-name-defaults): New function.
4056 (read-file-name): Reset `minibuffer-default' to nil when
4057 it duplicates initial input `insdef'.
4058 Bind `minibuffer-default-add-function' to lambda that
4059 calls `read-file-name-defaults' in `minibuffer-selected-window'.
4060 (minibuffer-insert-file-name-at-point): New command.
4061
4062 * files.el (file-name-at-point-functions): New defcustom.
4063 (find-file-default): Remove defvar.
4064 (find-file-read-args): Don't use `find-file-default'.
4065 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4066 to `read-file-name'.
4067 (find-file-literally): Use `read-file-name' with
4068 `confirm-nonexistent-file-or-buffer'.
4069
4070 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4071
4072 * dired.el (dired-read-dir-and-switches):
4073 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4074 to `read-file-name'.
4075 (dired-file-name-at-point): New function.
4076 (dired-mode): Add hook `dired-file-name-at-point' to
4077 `file-name-at-point-functions'.
4078
4079 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4080
4081 Really make the *Completions* window soft-dedicated (bug#5030).
4082 * window.el (window--display-buffer-2): Add `dedicated' argument.
4083 (display-buffer): Pass it when needed so the dedicated flag is set
4084 after calling set-window-buffer, which would otherwise reset it.
4085
4086 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4087
4088 * progmodes/meta-mode.el (meta-complete-symbol):
4089 * progmodes/etags.el (complete-tag):
4090 * mail/mailabbrev.el (mail-abbrev-complete-alias):
4091 Use completion-in-region.
4092
4093 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4094 (dabbrev-completion): Use completion-in-region.
4095 (dabbrev--abbrev-at-point): Simplify regexp.
4096
4097 * abbrev.el (abbrev--before-point): Use word-motion functions
4098 if :regexp is not specified (bug#5031).
4099
4100 * subr.el (string-prefix-p): New function.
4101
4102 * man.el (Man-completion-cache): New var.
4103 (Man-completion-table): Use it.
4104
4105 * vc.el (vc-print-log-internal): Make `limit' optional for better
4106 compatibility (e.g. with vc-annotate.el).
4107
4108 2009-11-24 Kevin Ryde <user42@zip.com.au>
4109
4110 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4111 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
4112
4113 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4114 when .el source file not found or other error.
4115
4116 2009-11-24 Markus Triska <markus.triska@gmx.at>
4117
4118 * linum.el (linum-update-window): Ignore intangible (bug#4996).
4119
4120 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4121
4122 Handle the [back] button properly (bug#4979).
4123 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4124 Use help-setup-xref, help-buffer, and with-help-window.
4125 (describe-char): Add `buffer' argument.
4126 Pass proper command to help-setup-xref. Don't meddle with
4127 help-xref-stack-item directly.
4128 (describe-text-category): Use with-help-window and help-buffer.
4129
4130 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4131 for the displayed buffer (bug#4887).
4132
4133 * man.el (Man-completion-table): New function.
4134 (man): Use it.
4135
4136 2009-11-24 David Reitter <david.reitter@gmail.com>
4137
4138 * vc-git.el (vc-git-registered): Use checkout directory (where
4139 .git is) rather than the file's directory and a relative path spec
4140 to work around a bug in git.
4141
4142 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
4143
4144 Improve handling of processes on remote hosts.
4145
4146 * eshell/esh-util.el (eshell-path-env): New defvar.
4147 (eshell-parse-colon-path): New defun.
4148 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4149
4150 * eshell/esh-ext.el (eshell-search-path):
4151 Use `eshell-parse-colon-path'.
4152 (eshell-remote-command): Remove argument HANDLER.
4153 (eshell-external-command): Check for FTP remote connection.
4154
4155 * eshell/esh-proc.el (eshell-gather-process-output):
4156 Use `file-truename', in order to start also symlinked files.
4157 Apply `start-file-process' instead of `start-process'.
4158 Shorten `command' to the local file name part.
4159
4160 * eshell/em-cmpl.el (eshell-complete-commands-list):
4161 Use `eshell-parse-colon-path'.
4162
4163 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4164
4165 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4166 to `eshell-directory-change-hook'.
4167
4168 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4169
4170 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4171 because it could be enabled automatically if view-read-only is non-nil.
4172
4173 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
4174
4175 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4176 made on 2009-11-22.
4177
4178 2009-11-24 Glenn Morris <rgm@gnu.org>
4179
4180 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4181 deleted variable bookmark-bmenu-bookmark-column.
4182
4183 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4184 Move after definition of global-semantic-idle-tag-highlight-mode.
4185
4186 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4187
4188 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4189
4190 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4191
4192 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4193 two slashes to the "file:" prefix.
4194 (browse-url-file-url): De-munge Cygwin filenames before passing
4195 them to Windows browser.
4196 (browse-url-default-windows-browser): Use call-process.
4197
4198 2009-11-23 Juri Linkov <juri@jurta.org>
4199
4200 Implement DocView Continuous mode. (Bug#4896)
4201 * doc-view.el (doc-view-continuous-mode): New defcustom.
4202 (doc-view-mode-map): Bind C-n/<down> to
4203 `doc-view-next-line-or-next-page', C-p/<up> to
4204 `doc-view-previous-line-or-previous-page'.
4205 (doc-view-next-line-or-next-page)
4206 (doc-view-previous-line-or-previous-page): New commands.
4207
4208 2009-11-23 Juri Linkov <juri@jurta.org>
4209
4210 Implement Isearch in comint input history. (Bug#3746)
4211 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4212 `isearch-mode-hook'.
4213 (comint-history-isearch): New defcustom.
4214 (comint-history-isearch-backward)
4215 (comint-history-isearch-backward-regexp): New commands.
4216 (comint-history-isearch-message-overlay): New buffer-local variable.
4217 (comint-history-isearch-setup, comint-history-isearch-end)
4218 (comint-goto-input, comint-history-isearch-search)
4219 (comint-history-isearch-message, comint-history-isearch-wrap)
4220 (comint-history-isearch-push-state)
4221 (comint-history-isearch-pop-state): New functions.
4222
4223 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
4224
4225 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4226 return.
4227 (tramp-handle-make-symbolic-link)
4228 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4229 Quote file names.
4230 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4231 (tramp-handle-process-file): Use it.
4232
4233 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4234
4235 * window.el (move-to-window-line-last-op): Remove.
4236 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4237
4238 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4239
4240 Make M-r mirror the new cycling behavior of C-l.
4241 * window.el (move-to-window-line-last-op): New var.
4242 (move-to-window-line-top-bottom): New command.
4243 (global-map): Bind M-r move-to-window-line-top-bottom.
4244
4245 2009-11-23 Sven Joachim <svenjoac@gmx.de>
4246
4247 * dired-x.el (dired-guess-shell-alist-default):
4248 Support xz format. (Bug#4953)
4249
4250 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
4251
4252 * cedet/srecode/map.el (srecode-get-maps):
4253 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
4254 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
4255 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
4256 (semantic-toggle-decoration-style):
4257 * cedet/semantic/decorate/include.el
4258 (semantic-decoration-include-describe)
4259 (semantic-decoration-unknown-include-describe)
4260 (semantic-decoration-unparsed-include-describe)
4261 (semantic-decoration-all-include-summary):
4262 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
4263 * cedet/semantic/analyze/complete.el
4264 (semantic-analyze-possible-completions):
4265 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
4266 (semantic-show-unmatched-syntax-mode)
4267 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
4268 (semantic-highlight-func-mode):
4269 * cedet/semantic/util.el (semantic-describe-buffer):
4270 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
4271 (semantic-symref-find-tags-by-name)
4272 (semantic-symref-find-tags-by-regexp)
4273 (semantic-symref-find-tags-by-completion)
4274 (semantic-symref-find-file-references-by-name)
4275 (semantic-symref-find-text):
4276 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
4277 (senator-yank-tag):
4278 * cedet/semantic/scope.el (semantic-calculate-scope):
4279 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4280 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4281 (define-semantic-idle-service):
4282 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
4283 (semantic-complete-analyze-inline-idle):
4284 * cedet/semantic/analyze.el (semantic-analyze-current-context):
4285 * cedet/mode-local.el (describe-mode-local-bindings)
4286 (describe-mode-local-bindings-in-mode):
4287 * cedet/ede/make.el (ede-make-check-version):
4288 * cedet/ede/locate.el (ede-enable-locate-on-project):
4289 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
4290 (cedet-idutils-version-check):
4291 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
4292 (cedet-gnu-global-version-check):
4293 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
4294 (cedet-cscope-version-check): Use called-interactively-p instead
4295 of interactive-p.
4296
4297 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
4298 Use semantic-format-tag-prototype.
4299
4300 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4301
4302 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4303 last-command-char/last-command-event.
4304 (viper-prefix-arg-value): Do correct conversion of event-char for
4305 XEmacs.
4306
4307 * emulation/viper-util.el, emulation/viper.el:
4308 Use viper-last-command-char instead of
4309 last-command-char/last-command-event.
4310
4311 * ediff-init.el, ediff-mult.el, ediff-util.el:
4312 Replace last-command-char and last-command-event
4313 with (ediff-last-command-char) everywhere.
4314
4315 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4316 created in fundamental mode.
4317
4318 * ediff.el (ediff-version): Revert the change of interactive-p to
4319 called-interactively-p.
4320
4321 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4322
4323 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4324 generation from word-movement command names.
4325
4326 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
4327
4328 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4329 (semantic-complete-jump-local, semantic-complete-jump):
4330 Improve prompt string.
4331
4332 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4333
4334 * cus-start.el (all): Add native condition for font-use-system-font.
4335
4336 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
4337
4338 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4339 Correct the patch from 2009-11-18. (Bug#3910)
4340
4341 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4342
4343 * progmodes/subword.el: Rename from lisp/subword.el.
4344
4345 * subword.el: Rename to progmodes/subword.el.
4346
4347 * Makefile.in (ELCFILES): Adapt to subword.el move.
4348
4349 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4350 Stefan Monnier <monnier@iro.umontreal.ca>
4351
4352 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4353 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4354 (bookmark-bmenu-show-filenames): Use push.
4355 (bookmark-bmenu-hide-filenames): Use local var instead of
4356 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4357 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4358 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4359 filenames now that the bookmark names are always available.
4360
4361 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4362
4363 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4364 (bookmark-search-pattern): Move and leave unbound.
4365 (bookmark-bmenu-mode-map): Change binding.
4366 (bookmark-read-search-input): Simplify.
4367 Don't use text-char-description. Don't error on non-char events.
4368 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4369 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4370 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4371 Use a local var for the timer.
4372 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4373 (i.e. bookmark-bmenu-search).
4374
4375 2009-11-21 Glenn Morris <rgm@gnu.org>
4376
4377 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4378
4379 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4380
4381 * net/browse-url.el (browse-url-default-windows-browser):
4382 Use cygstart for cygwin.
4383
4384 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4385
4386 * bookmark.el: Formatting and doc fixes only:
4387 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4388 (bookmark-bmenu-search): Wrap to fit within 80 columns.
4389 Minor grammar and punctuation fixes in doc string.
4390 (bookmark-read-search-input): Adjust to fit within 80 columns.
4391
4392 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4393
4394 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4395 (c-backward-into-nomenclature): Adapt to subword renaming.
4396
4397 * subword.el (subword-forward, subword-backward, subword-mark)
4398 (subword-kill, subword-backward-kill, subword-transpose)
4399 (subword-downcase, subword-upcase, subword-capitalize)
4400 (subword-forward-internal, subword-backward-internal):
4401 Rename from forward-subword, backward-subword, mark-subword,
4402 kill-subword, backward-kill-subword, transpose-subwords,
4403 downcase-subword, upcase-subword, capitalize-subword,
4404 forward-subword-internal, backward-subword-internal.
4405
4406 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4407
4408 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4409 New options.
4410 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4411 New vars.
4412 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4413 (bookmark-bmenu-filter-alist-by-regexp)
4414 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4415 (bookmark-bmenu-search): New command.
4416 (bookmark-bmenu-mode-map): Bind it.
4417
4418 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4419
4420 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
4421
4422 * cedet/semantic/idle.el (define-semantic-idle-service)
4423 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
4424
4425 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4426
4427 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4428 backward-subword to quit the byte-compiler.
4429
4430 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4431
4432 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4433
4434 * progmodes/cc-cmds.el (c-update-modeline)
4435 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4436 Refer to subword.el functions instead of cc-subword.el.
4437
4438 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4439 subword.el functions instead of cc-subword.el.
4440
4441 * progmodes/cc-subword.el: Rename to subword.el.
4442 * subword.el: Rename from progmodes/cc-subword.el.
4443 (subword-mode-map): Rename from c-subword-mode-map.
4444 (subword-mode): Rename from c-subword-mode.
4445 (global-subword-mode): New global minor mode.
4446 (forward-subword): Rename from c-forward-subword.
4447 (backward-subword): Rename from c-backward-subword.
4448 (mark-subword): Rename from c-mark-subword.
4449 (kill-subword): Rename from c-kill-subword.
4450 (backward-kill-subword): Rename from c-backward-kill-subword.
4451 (transpose-subwords): Rename from c-tranpose-subword.
4452 (downcase-subword): Rename from c-downcase-subword.
4453 (capitalize-subword): Rename from c-capitalize-subword.
4454 (forward-subword-internal): Rename from c-forward-subword-internal.
4455 (backward-subword-internal): Rename from c-backward-subword-internal.
4456
4457 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4458
4459 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4460 from a dired buffer.
4461 (vc-dired-deduce-fileset): New function.
4462 (vc-root-diff, vc-print-root-log): Use it.
4463
4464 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4465 nil LIMIT argument to vc-print-log-internal.
4466
4467 2009-11-20 Glenn Morris <rgm@gnu.org>
4468
4469 * Makefile.in (ELCFILES): Regenerate.
4470
4471 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4472
4473 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
4474
4475 * cedet/semantic.el: Enable idle-mode menu items only if
4476 global-semantic-idle-scheduler-mode is enabled.
4477 (semantic-default-submodes): Doc fix.
4478
4479 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4480 When turning off, disable other idle modes.
4481
4482 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4483
4484 * calc/calc.el (calc-set-mode-line):
4485 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4486 (math-format-number): Rename `math-format-complement-signed' to
4487 `math-format-twos-complement'.
4488
4489 * calc/calc-bin.el (math-format-twos-complement): Rename from
4490 math-format-complement-signed.
4491 (calc-radix): Rename `calc-complement-signed-mode' to
4492 `calc-twos-complement-mode'.
4493 (calc-octal-radix, calc-hex-radix): Add an argument for
4494 two's complement.
4495
4496 * calc/calc-embed.el (calc-embedded-mode-vars):
4497 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4498
4499 * calc/calc-ext.el (calc-init-extensions):
4500 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4501 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4502
4503 * calc/calc-units.el (math-build-units-table-buffer):
4504 Let `calc-twos-complement-mode' be nil.
4505
4506 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4507 entries.
4508
4509 * calc/calc-vec.el (calcFunc-vunpack):
4510 * calc/calc-aent.el (calc-do-calc-eval):
4511 * calc/calc-forms.el (math-format-date):
4512 * calc/calc-graph.el (calc-graph-plot):
4513 * calc/calc-math.el (math-use-emacs-fn):
4514 * calc/calccomp.el (math-compose-expr):
4515 Let `calc-twos-complement-mode' be nil.
4516
4517 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4518
4519 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4520 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4521 * minibuffer.el (completion-in-region-functions): New hook.
4522 (completion-in-region): New function.
4523 * emacs-lisp/lisp.el (lisp-complete-symbol):
4524 * pcomplete.el (pcomplete-std-complete): Use it.
4525
4526 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4527
4528 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4529 (latex-complete-alist): New vars.
4530 (latex-string-prefix-p, latex-complete-bibtex-keys)
4531 (latex-complete-envnames, latex-complete-refkeys)
4532 (latex-complete-data): New functions.
4533 (latex-complete, latex-indent-or-complete): New commands.
4534
4535 * window.el (display-buffer-mark-dedicated): New var.
4536 (display-buffer): Obey it.
4537 * minibuffer.el (minibuffer-completion-help): Use it.
4538
4539 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4540
4541 * filecache.el (file-cache-add-file): Use push and cons.
4542 (file-cache-delete-file-regexp): Use push.
4543 (file-cache-complete): Use completion-in-region.
4544
4545 * simple.el (with-wrapper-hook): Fix thinko.
4546
4547 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4548 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4549 Use with-current-buffer and string-to-number.
4550 (hfy-fallback-colour-values): Use assoc-string.
4551 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4552 (hfy-face-at): Remove unused var `found-face'.
4553 (hfy-compile-stylesheet): Remove unused var `css'.
4554 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4555 and `orig-buffer'.
4556 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4557 Use with-current-buffer.
4558 (hfy-text-p): Use expand-file-name and fewer setq.
4559
4560 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4561
4562 * htmlfontify.el, hfy-cmap.el: New files.
4563
4564 2009-11-19 Juri Linkov <juri@jurta.org>
4565
4566 * minibuffer.el (completions-format): New defcustom.
4567 (completion--insert-strings): Implement vertical format.
4568
4569 * simple.el (switch-to-completions): Move point to the first
4570 completion when point was at the beginning of the buffer.
4571
4572 2009-11-19 Juri Linkov <juri@jurta.org>
4573
4574 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4575
4576 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4577
4578 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4579
4580 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4581 (mail-signature): Change default to t.
4582 (mail-from-style): Deprecate `system-default' value.
4583 (mail-insert-from-field): For default value of mail-from-style,
4584 default to `angles' unless `angles' needs quoting and `parens'
4585 does not.
4586 (mail-citation-prefix-regexp): Use citation regexp from
4587 message-mode.
4588
4589 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
4590
4591 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4592 Set variables for computing the prompt for reading password.
4593
4594 2009-11-19 Glenn Morris <rgm@gnu.org>
4595
4596 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4597
4598 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4599
4600 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4601 (newsticker-treeview-listwindow-height): Fix custom type.
4602
4603 2009-11-19 Kenichi Handa <handa@m17n.org>
4604
4605 * descr-text.el (describe-char-padded-string): Compose with TAB
4606 only if there's a font for CH.
4607 (describe-char): Fix the condition for detecting a trivial composition.
4608
4609 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
4610
4611 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4612 more accurate version of the regexp. (Bug#3910)
4613
4614 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4615
4616 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4617
4618 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
4619
4620 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4621 (font-setting-change-default-font): Fix typo in docstring.
4622
4623 2009-11-18 Alan Mackenzie <acm@muc.de>
4624
4625 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4626
4627 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4628
4629 * font-setting.el (font-use-system-font): Move ...
4630
4631 * cus-start.el (all): ... to here.
4632
4633 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
4634
4635 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4636 Don't set `ad-return-value' if `ad-do-it' doesn't.
4637
4638 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4639 modification time.
4640
4641 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4642
4643 * menu-bar.el: Put "Use system font" in Option-menu.
4644 (menu-bar-options-save): Add font-use-system-font.
4645
4646 * loadup.el: If feature system-font-setting or font-render-setting is
4647 there, load font-setting.
4648
4649 * Makefile.in (ELCFILES): Add font-settings.el.
4650 * font-setting.el: New file.
4651
4652 2009-11-17 Glenn Morris <rgm@gnu.org>
4653
4654 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4655
4656 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4657 Preserve point in the list buffer. (Bug#4939)
4658 Use point-at-eol.
4659 (newsticker--treeview-list-update-highlight)
4660 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4661
4662 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4663
4664 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4665 Remove.
4666
4667 * calc/calc-ext.el (calc-init-extensions): Remove references to
4668 symclip.
4669
4670 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4671
4672 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4673 * calc/calc-help.el (calc-b-prefix-help): Remove references to
4674 `calc-symclip'.
4675
4676 2009-11-16 Kevin Ryde <user42@zip.com.au>
4677
4678 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4679 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4680
4681 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4682 (lm-keywords-list): Allow comma-only separator like "foo,bar".
4683 Ignore trailing spaces by omit-nulls to split-string (fixing
4684 regression from Emacs 21 due to the incompatible split-string
4685 change). (Bug #4928.)
4686
4687 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4688
4689 * vc.el (vc-log-show-limit): Default to 2000.
4690 (vc-print-log-internal): Insert buttons to request more entries
4691 when limiting the output.
4692
4693 * vc-sccs.el (vc-sccs-print-log):
4694 * vc-rcs.el (vc-rcs-print-log):
4695 * vc-cvs.el (vc-cvs-print-log):
4696 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4697 LIMIT is non-nil.
4698
4699 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4700
4701 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4702 error when `tramp-gvfs-dbus-event-vector' is set.
4703 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4704
4705 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4706
4707 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4708
4709 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4710
4711 * net/dbus.el (dbus-unregister-service): New defun.
4712 (dbus-register-property): Register the handlers of
4713 "org.freedesktop.DBus.Properties" for SERVICE.
4714 (dbus-property-handler): Fix docstring.
4715
4716 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4717
4718 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4719 Quote doc string reference in defvaralias as it is not in special form.
4720 (byte-compile-output-docform): Doc fix.
4721
4722 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4723
4724 * calc/calc.el (math-2-word-size, math-half-2-word-size)
4725 (calc-complement-signed-mode): New variables.
4726 (calc-set-mode-line): Add indicator for twos-complements.
4727 (math-format-number): Format twos-complement notation.
4728
4729 * calc/calc-bin.el (calc-word-size): Reset the variables
4730 `math-2-word-size' and `math-half-2-word-size'.
4731 (math-format-complement-signed, math-symclip, calcFunc-symclip)
4732 (calc-symclip): New functions.
4733
4734 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4735
4736 * calc/calc-embed.el (calc-embedded-mode-vars):
4737 Add `calc-complement-signed-mode' to the list of modes.
4738
4739 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4740 (calc-b-oper-keys): Add `calc-symclip' to list.
4741
4742 * calc/calc-ext.el (math-read-number-fancy): Read complement
4743 signed numbers.
4744 (calc-init-extensions): Add binding for `calc-symclip'.
4745 Add autoload for `calcFunc-symclip' and `calc-symclip'.
4746
4747 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4748 `calc-symclip'.
4749 (calc-modes-menu): Add item for twos complement mode.
4750
4751 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4752
4753 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4754
4755 * register.el (jump-to-register, insert-register): Handle Semantic
4756 tags. From commented-out advice in semantic/senator.el.
4757
4758 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4759
4760 * vc.el (vc-log-show-limit): New variable.
4761 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
4762 when using a prefix argument.
4763 (vc-print-log-internal): Add new argument LIMIT.
4764
4765 * vc-svn.el (vc-svn-print-log):
4766 * vc-mtn.el (vc-mtn-print-log):
4767 * vc-hg.el (vc-hg-print-log):
4768 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4769 pass it to the log command when set. Make the BUFFER argument
4770 non-optional.
4771
4772 * vc-sccs.el (vc-sccs-print-log):
4773 * vc-rcs.el (vc-rcs-print-log):
4774 * vc-git.el (vc-git-print-log):
4775 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4776 ignore it. Make the BUFFER argument non-optional
4777
4778 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4779
4780 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4781
4782 * dired.el (dired-mode-map): Move encryption items to "Operate"
4783 menu (Bug#4703).
4784
4785 * strokes.el (strokes-update-window-configuration): Make strokes
4786 buffer current before erasing (Bug#4906).
4787
4788 * cedet/semantic/idle.el (semantic-idle-summary-mode)
4789 (semantic-idle-summary-mode): Define using define-minor-mode
4790 instead of define-semantic-idle-service.
4791 (semantic-idle-summary-mode): New function.
4792 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4793 that mouse motion does not reset the echo area.
4794
4795 2009-11-15 Juri Linkov <juri@jurta.org>
4796
4797 * simple.el (set-mark-default-inactive): Add :type, :group
4798 and :version. (Bug#4876)
4799
4800 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
4801
4802 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4803 (archive-unique-fname): ... here. (Bug#4929)
4804
4805 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4806
4807 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4808 with a real fix.
4809
4810 * novice.el (disabled-command-function): Add useful args.
4811 Setup the help buffer so that [back] works.
4812 Remove redundant call to help-mode.
4813 (disabled-command-function): Use `case'.
4814 (en/disable-command): New function extracted from enable-command.
4815 (enable-command, disable-command): Use it.
4816
4817 2009-11-14 Glenn Morris <rgm@gnu.org>
4818
4819 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4820 constants. (Bug#4913)
4821
4822 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4823
4824 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4825
4826 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4827 defined in C that have no doc-strings. (Bug#1063)
4828
4829 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
4830
4831 * cus-edit.el (data, files):
4832 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4833
4834 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4835
4836 * simple.el (shell-command): Doc fix (Bug#4891).
4837
4838 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4839
4840 2009-11-14 Glenn Morris <rgm@gnu.org>
4841
4842 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4843 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4844 If they are already loaded, eval-after-load will do the right thing.
4845
4846 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4847 compiling.
4848
4849 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4850
4851 * simple.el (x-selection-owner-p): Declare.
4852 (read-mail-command): Use custom radio type rather than choice.
4853 (completion-no-auto-exit): Doc fix.
4854
4855 * custom.el (defgroup):
4856 * epg-config.el (epg): Doc fixes.
4857
4858 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4859
4860 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4861 * international/ccl.el (define-ccl-program): Do not purecopy the
4862 docstring, defconst does it anyway.
4863
4864 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4865
4866 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4867 a second time.
4868
4869 * x-dnd.el (x-dnd-maybe-call-test-function):
4870 * window.el (split-window-vertically):
4871 * whitespace.el (whitespace-help-on):
4872 * vc-rcs.el (vc-rcs-consult-headers):
4873 * userlock.el (ask-user-about-lock-help)
4874 (ask-user-about-supersession-help):
4875 * type-break.el (type-break-force-mode-line-update):
4876 * time-stamp.el (time-stamp-conv-warn):
4877 * terminal.el (te-set-output-log, te-more-break, te-filter)
4878 (te-sentinel, terminal-emulator):
4879 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4880 (term-write-input-ring, term-check-source, term-start-output-log):
4881 (term-display-buffer-line, term-dynamic-list-completions):
4882 (term-ansi-make-term, serial-term):
4883 * subr.el (selective-display):
4884 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4885 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4886 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4887 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4888 (speedbar-remove-localized-speedbar-support)
4889 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4890 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4891 (speedbar-buffers-line-directory):
4892 * simple.el (shell-command-on-region, append-to-buffer)
4893 (prepend-to-buffer):
4894 * shadowfile.el (shadow-save-todo-file):
4895 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4896 (scroll-bar-maybe-set-window-start):
4897 * sb-image.el (speedbar-image-dump):
4898 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4899 (load-save-place-alist-from-file):
4900 * ps-samp.el (ps-print-message-from-summary):
4901 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4902 (ps-background-image, ps-begin-job, ps-do-despool):
4903 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4904 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4905 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4906 (pr-call-process, pr-file-list, pr-interface-save):
4907 * novice.el (disabled-command-function)
4908 (enable-command, disable-command):
4909 * mouse.el (mouse-buffer-menu-alist):
4910 * mouse-copy.el (mouse-kill-preserving-secondary):
4911 * macros.el (kbd-macro-query):
4912 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4913 * informat.el (batch-info-validate):
4914 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4915 * hippie-exp.el (try-expand-dabbrev-visible):
4916 * help-mode.el (help-make-xrefs):
4917 * help-fns.el (describe-variable):
4918 * generic-x.el (bat-generic-mode-run-as-comint):
4919 * finder.el (finder-mouse-select):
4920 * find-dired.el (find-dired-sentinel):
4921 * filesets.el (filesets-file-close):
4922 * files.el (list-directory):
4923 * faces.el (list-faces-display, describe-face):
4924 * facemenu.el (list-colors-display):
4925 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4926 * epg.el (epg--process-filter, epg-cancel):
4927 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4928 (epa--read-signature-type):
4929 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4930 (emerge-file-names):
4931 * ehelp.el (electric-helpify):
4932 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4933 * ediff-vers.el (rcs-ediff-view-revision):
4934 * ediff-util.el (ediff-setup):
4935 * ediff-mult.el (ediff-append-custom-diff):
4936 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4937 (ediff-wordify):
4938 * echistory.el (Electric-command-history-redo-expression):
4939 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4940 * disp-table.el (describe-display-table):
4941 * dired.el (dired-find-buffer-nocreate):
4942 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4943 * dabbrev.el (dabbrev--same-major-mode-p):
4944 * chistory.el (list-command-history):
4945 * apropos.el (apropos-documentation):
4946 * allout.el (allout-obtain-passphrase):
4947 (allout-copy-exposed-to-buffer):
4948 (allout-verify-passphrase): Use with-current-buffer.
4949
4950 2009-11-13 Glenn Morris <rgm@gnu.org>
4951
4952 * Makefile.in (ELCFILES): Regenerate.
4953
4954 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4955
4956 * net/dbus.el (dbus-registered-objects-table): Rename from
4957 `dbus-registered-functions-table', because it contains also properties.
4958 (dbus-unregister-object): Unregister also properties.
4959 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4960 Use a timeout of 500 msec, in order to not block.
4961 (dbus-register-property, dbus-property-handler): New defuns.
4962
4963 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4964
4965 * simple.el (minibuffer-default-add-completions): Drop deprecated
4966 4th arg.
4967
4968 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4969
4970 * textmodes/artist.el (artist-mouse-choose-operation):
4971 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4972 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4973 (artist-compute-up-event-key): New function.
4974 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4975
4976 2009-11-13 Kenichi Handa <handa@m17n.org>
4977
4978 * language/japan-util.el: Make sure that the value of jisx0208
4979 property is jisx0208 character.
4980
4981 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4982
4983 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4984 car or each item, not the whole list.
4985
4986 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4987
4988 * minibuffer.el (minibuffer-completion-help):
4989 Use minibuffer-hide-completions.
4990
4991 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
4992
4993 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4994 (dired-revert): Use them (bug#4880).
4995
4996 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4997
4998 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4999
5000 2009-11-12 Juri Linkov <juri@jurta.org>
5001
5002 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5003 New functions.
5004 (find-file-literally-at-point): Alias of `ffap-literally'.
5005
5006 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5007
5008 * textmodes/ispell.el (ispell-skip-region-alist):
5009 * textmodes/css-mode.el (auto-mode-alist):
5010 * progmodes/compile.el (auto-mode-alist):
5011 * international/mule.el (ctext-non-standard-encodings-alist)
5012 (ctext-non-standard-encodings-regexp):
5013 * simple.el (shell-command-switch, text-read-only):
5014 * replace.el (occur-mode-map):
5015 * paths.el (rmail-file-name):
5016 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5017 * find-file.el (ff-special-constructs):
5018 * files.el (file-name-handler-alist):
5019 * composite.el: Purecopy strings.
5020
5021 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5022
5023 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5024
5025 * widget.el (define-widget): Purecopy the docstring.
5026 * international/mule-cmds.el (charset): Do not purecopy the
5027 docstring here, define-widget does it.
5028
5029 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5030 * textmodes/bibtex-style.el (auto-mode-alist):
5031 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5032 * progmodes/compile.el (compile-command):
5033 * language/korea-util.el (default-korean-keyboard):
5034 * international/mule-conf.el (file-coding-system-alist):
5035 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5036 * tooltip.el (tooltip-frame-parameters):
5037 * newcomment.el (comment-end, comment-padding):
5038 * dired.el (dired-trivial-filenames):
5039 * comint.el (comint-file-name-prefix): Purecopy initial values.
5040
5041 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
5042
5043 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5044 (tramp-advice-minibuffer-electric-tilde): Unload advices via
5045 `tramp-unload'.
5046 (tramp-advice-make-auto-save-file-name)
5047 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5048 after removing the advice.
5049
5050 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5051
5052 * progmodes/grep.el (grep-regexp-alist):
5053 * international/mule-cmds.el (iso-2022-control-alist):
5054 * emacs-lisp/timer.el (timer-duration-words):
5055 * subr.el (version-separator, version-regexp-alist):
5056 * minibuffer.el (completion-styles-alist):
5057 * faces.el (face-attribute-name-alist, list-faces-sample-text):
5058 Change defvars to defconsts.
5059
5060 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5061 * loadup.el ("international/mule-conf"): Load the byte compiled version.
5062 * international/mule-conf.el: Allow to be byte compiled.
5063
5064 * international/mule.el (define-charset): Purecopy props.
5065 (load-with-code-conversion): Purecopy doc string and file name.
5066 (put-charset-property): Purecopy strings.
5067 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5068
5069 * international/mule-cmds.el (register-input-method): Purecopy arguments.
5070 (define-char-code-property): Correctly purecopy the table.
5071
5072 * international/ccl.el (define-ccl-program): Purecopy the docstring.
5073
5074 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5075
5076 * subr.el (add-hook): Purecopy strings.
5077 (eval-after-load): Purecopy load-history-regexp and the form.
5078
5079 * custom.el (custom-declare-group): Purecopy load-file-name.
5080
5081 * subr.el (menu-bar-separator): New defconst.
5082 * net/eudc.el (eudc-tools-menu):
5083 * international/mule-cmds.el (set-coding-system-map)
5084 (mule-menu-keymap):
5085 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5086 * vc-hooks.el (vc-menu-map):
5087 * replace.el (occur-mode-map):
5088 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5089 (menu-bar-edit-menu, menu-bar-goto-menu)
5090 (menu-bar-custom-menu, menu-bar-showhide-menu)
5091 (menu-bar-options-menu, menu-bar-tools-menu)
5092 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5093 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5094 (menu-bar-help-menu):
5095 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5096 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5097
5098 * term/x-win.el (x-gtk-stock-map):
5099 * progmodes/vera-mode.el (auto-mode-alist):
5100 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5101 (inferior-lisp-program, inferior-lisp-load-command):
5102 * progmodes/hideshow.el (hs-special-modes-alist):
5103 * progmodes/gud.el (same-window-regexps):
5104 * progmodes/grep.el (grep-program, find-program, xargs-program):
5105 * net/telnet.el (same-window-regexps):
5106 * net/rlogin.el (same-window-regexps):
5107 * language/ethiopic.el (font-ccl-encoder-alist):
5108 * vc-sccs.el (vc-sccs-master-templates):
5109 * vc-rcs.el (vc-rcs-master-templates):
5110 * subr.el (cl-assertion-failed):
5111 * simple.el (next-error-overlay-arrow-position):
5112 * lpr.el (lpr-command):
5113 * locate.el (locate-ls-subdir-switches):
5114 * info.el (same-window-regexps, info)
5115 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5116 * image-mode.el (image-mode, auto-mode-alist):
5117 * hippie-exp.el (hippie-expand-ignore-buffers):
5118 * format.el (format-alist):
5119 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5120 (find-name-arg):
5121 * facemenu.el (facemenu-keybindings):
5122 * dired.el (dired-listing-switches, dired-chown-program):
5123 * diff.el (diff-switches, diff-command):
5124 * cus-edit.el (same-window-regexps):
5125 * bindings.el (mode-line-mule-info)
5126 (mode-line-buffer-identification): Purecopy strings.
5127
5128 2009-11-11 Juri Linkov <juri@jurta.org>
5129
5130 * simple.el (dired-get-filename) <declare-function>:
5131 Tell the byte-compiler about dired-get-filename.
5132 (shell-command): In Dired mode, get filename from the current line
5133 as the default value.
5134
5135 2009-11-10 Glenn Morris <rgm@gnu.org>
5136
5137 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5138 * calendar/holidays.el, progmodes/cperl-mode.el:
5139 Update x-popup-menu declarations.
5140
5141 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5142 (list-load-path-shadows): Use dolist.
5143 (list-load-path-shadows): Use with-current-buffer.
5144
5145 2009-11-10 Juri Linkov <juri@jurta.org>
5146
5147 * minibuffer.el (read-file-name): Support a list of default values
5148 in `default-filename'. Use the first file name where only one
5149 element is required. Doc fix.
5150
5151 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
5152
5153 * net/dbus.el (dbus-unregister-object): Release service, if no
5154 other method is registered for it.
5155
5156 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
5157
5158 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5159 bookmark-sort-flag is non-nil (Bug#4653).
5160
5161 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5162
5163 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
5164 the progress reporter entirely.
5165
5166 * emulation/cua-base.el: Add CUA property to some CC mode commands
5167 (Bug#4100).
5168
5169 2009-11-08 Kevin Ryde <user42@zip.com.au>
5170
5171 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5172 at end of sentence (Bug#4818).
5173
5174 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
5175
5176 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5177 Handle "see declaration of" MSFT statements (Bug#4100).
5178
5179 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5180
5181 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5182 (tramp-advice-file-expand-wildcards): Unload via
5183 `ad-remove-advice'.
5184
5185 * net/trampver.el: Update release number.
5186
5187 2009-11-08 Kevin Ryde <user42@zip.com.au>
5188
5189 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5190 `ad-do-it'.
5191
5192 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
5193
5194 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5195 in order to keep context in SELinux.
5196
5197 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5198
5199 * dired-aux.el (dired-query): Place cursor in echo area and allow
5200 C-g.
5201
5202 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5203 menu item if not on a directory (Bug#4701).
5204
5205 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5206
5207 Sync with Tramp 2.1.17.
5208
5209 * net/tramp.el (tramp-handle-copy-directory): Don't use
5210 `file-remote-p' (due to compatibility).
5211
5212 * net/tramp-compat.el (tramp-compat-copy-directory)
5213 (tramp-compat-delete-directory): New defuns.
5214
5215 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5216 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5217 `tramp-compat-delete-directory'.
5218
5219 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5220 (tramp-smb-handle-delete-directory): Use
5221 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5222
5223 * net/trampver.el: Update release number.
5224
5225 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
5226
5227 * tar-mode.el (tar-copy): Call write-region on the right buffer
5228 (Bug#4857).
5229
5230 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5231 by hand, if necessary (Bug#4878).
5232
5233 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
5234
5235 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5236 align size column (Bug#4839).
5237
5238 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5239 statement.
5240
5241 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5242
5243 * progmodes/ld-script.el (auto-mode-alist):
5244 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5245
5246 * cus-face.el (custom-declare-face): Purecopy face spec.
5247
5248 2009-11-06 Kenichi Handa <handa@m17n.org>
5249
5250 * international/uni-bidi.el: Re-generated.
5251 * international/uni-category.el: Re-generated.
5252 * international/uni-combining.el: Re-generated.
5253 * international/uni-mirrored.el: Re-generated.
5254
5255 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5256
5257 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5258 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5259 (tex-start-options, slitex-run-command, latex-run-command)
5260 (tex-run-command, tex-directory):
5261 * textmodes/ispell.el (ispell-html-skip-alists)
5262 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5263 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5264 (adaptive-fill-regexp):
5265 * textmodes/dns-mode.el (auto-mode-alist):
5266 * progmodes/python.el (interpreter-mode-alist):
5267 * progmodes/etags.el (tags-compression-info-list):
5268 * progmodes/etags.el (tags-file-name):
5269 * net/browse-url.el (browse-url-galeon-program)
5270 (browse-url-firefox-program):
5271 * mail/sendmail.el (mail-signature-file)
5272 (mail-citation-prefix-regexp):
5273 * international/mule-conf.el (eight-bit):
5274 * international/latexenc.el (latex-inputenc-coding-alist):
5275 * international/fontset.el (x-pixel-size-width-font-regexp):
5276 * emacs-lisp/warnings.el (warning-type-format):
5277 * emacs-lisp/trace.el (trace-buffer):
5278 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5279 (emacs-lisp-mode-map):
5280 * calendar/holidays.el (holiday-solar-holidays)
5281 (holiday-bahai-holidays, holiday-islamic-holidays)
5282 (holiday-christian-holidays, holiday-hebrew-holidays)
5283 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5284 (hebrew-holidays-1, holiday-oriental-holidays)
5285 (holiday-general-holidays):
5286 * x-dnd.el (x-dnd-known-types):
5287 * tool-bar.el (tool-bar):
5288 * startup.el (site-run-file):
5289 * shell.el (shell-dumb-shell-regexp):
5290 * rfn-eshadow.el (file-name-shadow-tty-properties)
5291 (file-name-shadow-properties):
5292 * paths.el (remote-shell-program, news-directory):
5293 * mouse.el ([C-down-mouse-3]):
5294 * menu-bar.el (menu-bar-tools-menu):
5295 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5296 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5297 (jka-compr-compression-info-list):
5298 * isearch.el (search-whitespace-regexp):
5299 * image-file.el (image-file-name-extensions):
5300 * find-dired.el (find-ls-option):
5301 * files.el (directory-listing-before-filename-regexp)
5302 (directory-free-space-args, insert-directory-program)
5303 (list-directory-brief-switches, magic-fallback-mode-alist)
5304 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5305 (automount-dir-prefix):
5306 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5307 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5308 (face-font-registry-alternatives, face-font-registry-alternatives)
5309 (face-font-family-alternatives):
5310 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5311 (facemenu-foreground-menu, facemenu-face-menu):
5312 * epa-hook.el (epa-file-name-regexp):
5313 * dnd.el (dnd-protocol-alist):
5314 * textmodes/rst.el (auto-mode-alist):
5315 * button.el (default-button): Purecopy strings.
5316
5317 2009-11-06 Glenn Morris <rgm@gnu.org>
5318
5319 * Makefile.in (ELCFILES): Update.
5320
5321 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5322
5323 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5324 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5325
5326 * nxml/xsd-regexp.el (xsdre-gen-categories):
5327 * nxml/xmltok.el (xmltok-parse-entity):
5328 * nxml/rng-parse.el (rng-parse-validate-file):
5329 * nxml/rng-maint.el (rng-format-manual)
5330 (rng-manual-output-force-new-line):
5331 * nxml/rng-loc.el (rng-save-schema-location-1):
5332 * nxml/rng-cmpct.el (rng-c-parse-file):
5333 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5334 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5335
5336 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5337
5338 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5339 Remove extra save-excursions and make-variable-buffer-local's.
5340 Suggested by Stefan Monnier.
5341
5342 (verilog-getopt-file, verilog-module-inside-filename-p)
5343 (verilog-set-define): Merge GNU 1.35 and repair changes from
5344 switching to using with-current-buffer.
5345
5346 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5347 being treated as a number and confusing AUTORESET.
5348 Reported by Dan Dever.
5349
5350 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5351 Add verilog-auto-ignore-concat to fix backward compatibility with
5352 older verilog-modes. Reported by Dan Katz.
5353
5354 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5355 containing closing anchors "...$".
5356
5357 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5358 Reported by Wade Smith.
5359
5360 (verilog-batch-execute-func): Comment on function usage.
5361
5362 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
5363
5364 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5365 for labels.
5366
5367 (verilog-label-re, verilog-calc-1): Support proper indent of named
5368 asserts.
5369
5370 (verilog-backward-token, verilog-basic-complete-re)
5371 (verilog-beg-of-statement, verilog-indent-re): Support proper
5372 indent of the assert statement at the beginning of a block of text.
5373
5374 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5375 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5376 tokens as begins.
5377
5378 2009-11-05 Glenn Morris <rgm@gnu.org>
5379
5380 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5381 Emacs 19. (Bug#1531)
5382 (byte-compile-fix-header): Update for the above change.
5383 Drop test for epoch::version.
5384
5385 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5386 * cus-dep.el (custom-make-dependencies):
5387 * finder.el (finder-compile-keywords):
5388 Use autoload-rubric's feature argument.
5389
5390 * calendar/diary-lib.el (top-level): Make load behave more like require.
5391
5392 * vc-git.el (vc-git-stash-map): Move definition before use.
5393
5394 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5395
5396 * custom.el (custom-declare-group): Purecopy standard-value.
5397 (custom-declare-group): Purecopy custom-prefix.
5398
5399 * international/mule.el (load-with-code-conversion):
5400 Call do-after-load-evaluation unconditionally.
5401
5402 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5403
5404 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5405
5406 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5407
5408 2009-11-04 Glenn Morris <rgm@gnu.org>
5409
5410 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5411 (byte-compile-compatibility): Remove option.
5412 (byte-compile-close-variables, byte-compile-fix-header)
5413 (byte-compile-insert-header, byte-compile-output-docform)
5414 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5415 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5416 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5417 (byte-compile-insert, byte-compile-defun):
5418 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
5419 (byte-defop-compiler19): Remove.
5420 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5421 used by anything. Replace all calls with byte-defop-compiler.
5422
5423 2009-11-04 Juri Linkov <juri@jurta.org>
5424
5425 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5426 (menu-bar-options-menu): Don't quote the `prop' arg of
5427 `menu-bar-make-mm-toggle'.
5428
5429 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
5430
5431 * calendar/calendar.el (cal-loaddefs):
5432 * calendar/diary-lib.el (diary-loaddefs):
5433 * calendar/holidays.el (hol-loaddefs):
5434 * eshell/esh-module.el (esh-groups): Load rather than require.
5435
5436 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5437
5438 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5439 point-min==1.
5440 (todo-top-priorities): Only display-buffer when called interactively.
5441 (todo-item-start): Don't save excursion point.
5442 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5443 (todo-insert-item-here, todo-file-item, todo-remove-item):
5444 Adjust uses of todo-item-start and todo-item-end.
5445
5446 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5447 (autoload-rubric): Don't use any more.
5448 * cedet/semantic/fw.el (semantic/loaddefs):
5449 * cedet/srecode.el (srecode/loaddefs):
5450 * cedet/ede.el (ede/loaddefs): Load rather than require.
5451 * cedet/ede/cpp-root.el:
5452 * cedet/ede/emacs.el:
5453 * cedet/ede/files.el:
5454 * cedet/ede/linux.el:
5455 * cedet/ede/locate.el:
5456 * cedet/ede/make.el:
5457 * cedet/ede/shell.el:
5458 * cedet/ede/speedbar.el:
5459 * cedet/ede/system.el:
5460 * cedet/ede/util.el:
5461 * cedet/semantic/analyze.el:
5462 * cedet/semantic/bovine.el:
5463 * cedet/semantic/complete.el:
5464 * cedet/semantic/ctxt.el:
5465 * cedet/semantic/db-file.el:
5466 * cedet/semantic/db-find.el:
5467 * cedet/semantic/db-global.el:
5468 * cedet/semantic/db-mode.el:
5469 * cedet/semantic/db-typecache.el:
5470 * cedet/semantic/db.el:
5471 * cedet/semantic/debug.el:
5472 * cedet/semantic/dep.el:
5473 * cedet/semantic/doc.el:
5474 * cedet/semantic/edit.el:
5475 * cedet/semantic/find.el:
5476 * cedet/semantic/format.el:
5477 * cedet/semantic/html.el:
5478 * cedet/semantic/ia-sb.el:
5479 * cedet/semantic/ia.el:
5480 * cedet/semantic/idle.el:
5481 * cedet/semantic/lex-spp.el:
5482 * cedet/semantic/lex.el:
5483 * cedet/semantic/mru-bookmark.el:
5484 * cedet/semantic/scope.el:
5485 * cedet/semantic/senator.el:
5486 * cedet/semantic/sort.el:
5487 * cedet/semantic/symref.el:
5488 * cedet/semantic/tag-file.el:
5489 * cedet/semantic/tag-ls.el:
5490 * cedet/semantic/tag-write.el:
5491 * cedet/semantic/tag.el:
5492 * cedet/semantic/util-modes.el:
5493 * cedet/semantic/analyze/complete.el:
5494 * cedet/semantic/analyze/refs.el:
5495 * cedet/semantic/bovine/c.el:
5496 * cedet/semantic/bovine/gcc.el:
5497 * cedet/semantic/bovine/make.el:
5498 * cedet/semantic/bovine/scm.el:
5499 * cedet/semantic/decorate/include.el:
5500 * cedet/semantic/decorate/mode.el:
5501 * cedet/semantic/symref/cscope.el:
5502 * cedet/semantic/symref/global.el:
5503 * cedet/semantic/symref/grep.el:
5504 * cedet/semantic/symref/idutils.el:
5505 * cedet/semantic/symref/list.el:
5506 * cedet/semantic/wisent/java-tags.el:
5507 * cedet/semantic/wisent/javascript.el:
5508 * cedet/srecode/compile.el:
5509 * cedet/srecode/cpp.el:
5510 * cedet/srecode/document.el:
5511 * cedet/srecode/el.el:
5512 * cedet/srecode/expandproto.el:
5513 * cedet/srecode/getset.el:
5514 * cedet/srecode/insert.el:
5515 * cedet/srecode/java.el:
5516 * cedet/srecode/map.el:
5517 * cedet/srecode/mode.el:
5518 * cedet/srecode/template.el:
5519 * cedet/srecode/texi.el: Remove the file-local setting of
5520 generated-autoload-feature.
5521
5522 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5523 and only put a prop if it is non-nil.
5524
5525 2009-11-03 Juri Linkov <juri@jurta.org>
5526
5527 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5528 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5529
5530 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5531 and "Menu" to make top-level menu item visually one unit (like
5532 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5533 multi-word menu items). Fix :help string for quit-window.
5534
5535 2009-11-03 Glenn Morris <rgm@gnu.org>
5536
5537 * cedet/mode-local.el (with-mode-local): Doc fix.
5538
5539 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5540 (byte-compile-file-form-define-abbrev-table)
5541 (byte-compile-file-form-custom-declare-variable)
5542 (byte-compile-variable-ref, byte-compile-defvar):
5543 Whether or not a warning is enabled should only affect whether we issue
5544 the warning, not whether or not we collect the relevant data.
5545 Eg warnings can be turned on and off throughout the course of a file.
5546
5547 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5548 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5549
5550 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5551
5552 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5553 * play/mpuz.el (mpuz-create-buffer):
5554 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5555 (lm-print-y,s,noise, lm-print-w0, lm-init):
5556 * play/gomoku.el (gomoku-prompt-for-move):
5557 * play/fortune.el (fortune-in-buffer):
5558 * play/dissociate.el (dissociated-press):
5559 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5560 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5561 * mail/supercite.el (sc-eref-show):
5562 * mail/smtpmail.el (smtpmail-send-it):
5563 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5564 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5565 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5566 (rmail-summary-goto-msg, rmail-summary-expunge)
5567 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5568 (rmail-summary-add-label, rmail-summary-output-menu)
5569 (rmail-summary-output-body):
5570 * mail/rfc822.el (rfc822-addresses):
5571 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5572 * mail/mailpost.el (post-mail-send-it):
5573 * mail/hashcash.el (hashcash-generate-payment):
5574 * mail/feedmail.el (feedmail-run-the-queue)
5575 (feedmail-queue-send-edit-prompt-help-first)
5576 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5577 (feedmail-deduce-address-list):
5578 * eshell/esh-ext.el (eshell-remote-command):
5579 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5580 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5581 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5582 (viper-save-string-in-file, viper-valid-marker):
5583 * emulation/viper-keym.el (viper-toggle-key):
5584 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5585 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5586 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5587 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5588 (viper-exec-form-in-emacs, viper-brac-function):
5589 * emulation/viper.el (viper-delocalize-var):
5590 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5591 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5592 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5593 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5594 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5595 * emulation/edt.el (edt-electric-helpify):
5596 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5597 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5598 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5599 (cua-indent-to-global-mark-column):
5600 * calendar/diary-lib.el (calendar-mark-1):
5601 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5602 Use with-current-buffer.
5603 * emulation/viper.el (viper-delocalize-var): Use dolist.
5604
5605 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
5606
5607 * comint.el (comint-replace-by-expanded-history-before-point):
5608 Replace !! with the previous input string literally (Bug#1795).
5609
5610 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5611
5612 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5613 to be made up of whitespace.
5614
5615 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5616
5617 * minibuffer.el (read-file-name): Don't use file dialogs for
5618 remote directories (Bug#99).
5619
5620 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
5621
5622 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5623
5624 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5625
5626 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5627 instead of deleting the window or frame.
5628
5629 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5630
5631 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5632 Support face colors.
5633
5634 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5635 New function. Support face colors (Bug#1168).
5636 (tex-common-initialization): Use it.
5637
5638 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5639 mode allows it (Bug#1168).
5640
5641 2009-10-31 Juri Linkov <juri@jurta.org>
5642
5643 * facemenu.el (list-colors-display): Don't mark buffer as
5644 modified (Bug#3948).
5645
5646 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5647
5648 * international/mule-diag.el (list-character-sets-1): Minor
5649 message fix (Bug#3526).
5650
5651 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5652 face property (Bug#4834).
5653 (etags-list-tags, etags-tags-apropos-additional)
5654 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5655 property.
5656
5657 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5658 items.
5659
5660 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5661 items.
5662
5663 * cedet/ede.el (ede-minor-mode):
5664 * cedet/semantic.el (semantic-mode): Toggle menu separators.
5665
5666 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * textmodes/two-column.el (2C-split):
5669 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5670 * textmodes/tex-mode.el (tex-set-buffer-directory):
5671 * textmodes/spell.el (spell-region, spell-string):
5672 * textmodes/reftex.el (reftex-erase-buffer):
5673 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5674 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5675 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5676 (reftex-select-item):
5677 * textmodes/reftex-ref.el (reftex-label-info-update)
5678 (reftex-offer-label-menu):
5679 * textmodes/reftex-index.el (reftex-index-change-entry)
5680 (reftex-index-phrases-info):
5681 * textmodes/reftex-global.el (reftex-create-tags-file)
5682 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5683 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5684 (reftex-view-crossref-from-bibtex):
5685 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5686 (reftex-extract-bib-entries-from-thebibliography)
5687 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5688 * textmodes/refbib.el (r2b-capitalize-title):
5689 (r2b-convert-buffer, r2b-help):
5690 * textmodes/page-ext.el (pages-directory)
5691 (pages-directory-goto-with-mouse):
5692 * textmodes/bibtex.el (bibtex-validate-globally):
5693 * textmodes/bib-mode.el (bib-capitalize-title):
5694 * textmodes/artist.el (artist-clear-buffer, artist-system):
5695 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5696 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5697 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5698 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5699 (xscheme-send-control-g-interrupt, xscheme-start-process)
5700 (xscheme-process-sentinel, xscheme-cd):
5701 * progmodes/verilog-mode.el (verilog-read-always-signals)
5702 (verilog-set-define, verilog-getopt-file)
5703 (verilog-module-inside-filename-p):
5704 * progmodes/sh-script.el:
5705 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5706 (python-pdbtrack-grub-for-buffer, python-execute-file):
5707 * progmodes/octave-inf.el (inferior-octave):
5708 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5709 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5710 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5711 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5712 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5713 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5714 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5715 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5716 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5717 (idlwave-shell-examine-display, idlwave-shell-run-region)
5718 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5719 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5720 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5721 (idlwave-help-get-help-buffer):
5722 * progmodes/gud.el (gud-basic-call, gud-find-class)
5723 (gud-tooltip-activate-mouse-motions-if-enabled):
5724 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5725 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5726 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5727 (ebrowse-tags-next-file):
5728 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5729 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5730 (ebnf-eps-finish-and-write):
5731 * progmodes/cpp.el (cpp-edit-save):
5732 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5733 * progmodes/cc-defs.el (c-emacs-features):
5734 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5735 (antlr-directory-dependencies):
5736 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5737 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5738 (ada-find-any-references, ada-make-filename-from-adaname)
5739 (ada-make-body-gnatstub):
5740 * obsolete/rnews.el (news-list-news-groups):
5741 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5742 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5743 * net/rcirc.el (rcirc-debug):
5744 * net/newst-treeview.el (newsticker--treeview-list-add-item)
5745 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5746 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5747 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5748 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5749 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5750 (newsticker--treeview-list-clear-highlight)
5751 (newsticker--treeview-list-update-highlight)
5752 (newsticker--treeview-list-highlight-start)
5753 (newsticker--treeview-tree-update-highlight)
5754 (newsticker--treeview-get-selected-item)
5755 (newsticker-treeview-mark-list-items-old)
5756 (newsticker--treeview-set-current-node):
5757 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5758 * net/newst-backend.el (newsticker--get-news-by-funcall)
5759 (newsticker--get-news-by-wget, newsticker--image-get)
5760 (newsticker--image-sentinel):
5761 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5762 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5763 (eudc-ph-close-session):
5764 * net/eudc.el (eudc-save-options):
5765 * language/thai-word.el (thai-update-word-table):
5766 * language/japan-util.el (japanese-string-conversion):
5767 * international/titdic-cnv.el (tsang-quick-converter)
5768 (ziranma-converter, ctlau-converter):
5769 * international/mule-cmds.el (describe-language-environment):
5770 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5771 (skkdic-convert-postfix, skkdic-convert-prefix):
5772 (skkdic-convert-okuri-nasi, skkdic-convert):
5773 * emacs-lisp/re-builder.el (reb-update-overlays):
5774 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5775 * emacs-lisp/gulp.el (gulp-send-requests):
5776 * emacs-lisp/find-gc.el (trace-call-tree):
5777 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5778 (eieio-describe-generic):
5779 * emacs-lisp/eieio-base.el (eieio-persistent-read):
5780 * emacs-lisp/edebug.el (edebug-outside-excursion):
5781 * emacs-lisp/debug.el (debugger-make-xrefs):
5782 * emacs-lisp/cust-print.el (custom-prin1-to-string):
5783 * emacs-lisp/chart.el (chart-new-buffer):
5784 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5785 Use with-current-buffer.
5786 * textmodes/artist.el (artist-system): Don't call
5787 copy-sequence on a fresh string.
5788 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5789
5790 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
5791
5792 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5793 is no item to edit. (Bug#4820)
5794 (todo-top-priorities): Restore point and restore narrowing in Todo
5795 buffer. (Bug#4820)
5796
5797 2009-10-31 Glenn Morris <rgm@gnu.org>
5798
5799 * net/ange-ftp.el (top-level): Don't require dired when compiling.
5800 (comint-last-output-start, comint-last-input-start)
5801 (comint-last-input-end): Don't defvar when compiling.
5802 (ange-ftp-process-file): Use bound-and-true-p.
5803
5804 * pcmpl-rpm.el (top-level): Move provide statement to end.
5805 (pcmpl-rpm): Remove unused custom group.
5806
5807 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5808
5809 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5810
5811 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5812 (byte-compile-warnings): Add `constants' as an option.
5813 (byte-compile-callargs-warn, byte-compile-arglist-warn)
5814 (display-call-tree): Update for byte-compile-fdefinition possibly
5815 returning `(macro lambda ...)'. (Bug#4778)
5816 (byte-compile-variable-ref, byte-compile-setq-default):
5817 Respect `constants' member of byte-compile-warnings.
5818
5819 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5820 Use mapc rather than mapcar because the return value is never used.
5821
5822 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5823 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5824 * cedet/semantic/html.el:
5825 Suppress harmless warnings about setting up semantic-imenu (not
5826 part of Emacs) variables.
5827
5828 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5829
5830 * vc-bzr.el (vc-bzr-revision-keywords): New var.
5831 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5832 to "submit:".
5833
5834 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5835 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5836 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5837 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5838 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5839 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5840 (semantic-analyzer-debug-global-symbol)
5841 (semantic-analyzer-debug-missing-innertype)
5842 (semantic-analyzer-debug-insert-include-summary):
5843 * cedet/semantic/util.el (semantic-file-tag-table):
5844 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5845 (semantic-recursive-find-nonterminal-by-name):
5846 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5847 * cedet/semantic/tag-file.el (semantic-prototype-file):
5848 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5849 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5850 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5851 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5852 (semantic-idle-summary-maybe-highlight):
5853 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5854 (semantic-ia-sb-tag-info):
5855 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5856 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5857 * cedet/semantic/ede-grammar.el (project-compile-target):
5858 (ede-proj-makefile-insert-variables):
5859 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5860 (semantic-debug-set-source-location, semantic-debug-interface-layout)
5861 (semantic-debug-mode, semantic-debug):
5862 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5863 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5864 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5865 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5866 (semanticdb-find-translate-path-includes--internal)
5867 (semanticdb-reset-log, semanticdb-find-log-activity):
5868 * cedet/semantic/db-file.el (object-write):
5869 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5870 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5871 (semanticdb-create-ebrowse-database):
5872 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5873 * cedet/semantic/complete.el (semantic-displayor-focus-request)
5874 (semantic-collector-calculate-completions-raw)
5875 (semantic-complete-read-tag-analyzer):
5876 * cedet/semantic/analyze.el (semantic-analyze-pulse):
5877 * cedet/ede/util.el (ede-update-version-in-source):
5878 * cedet/ede/proj.el (project-delete-target):
5879 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5880 (ede-proj-flush-autoconf):
5881 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5882 (ede-proj-configure-synchronize):
5883 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5884 * cedet/ede/linux.el (ede-linux-version):
5885 * cedet/ede/emacs.el (ede-emacs-version):
5886 * cedet/ede/dired.el (ede-dired-add-to-target):
5887 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5888 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5889 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5890 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5891 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5892 (cedet-idutils-version-check):
5893 * cedet/cedet-global.el (cedet-gnu-global-call):
5894 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5895 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5896 * cedet/cedet-cscope.el (cedet-cscope-call)
5897 (cedet-cscope-expand-filename, cedet-cscope-version-check):
5898 Use with-current-buffer.
5899 * cedet/ede.el (ede-make-project-local-variable)
5900 (ede-set-project-variables, ede-set): Use dolist.
5901
5902 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5903
5904 * textmodes/ispell.el (ispell-skip-region-alist):
5905 * international/mule-conf.el (eight-bit):
5906 * international/fontset.el (font-encoding-alist):
5907 * startup.el (pure-space-overflow-message):
5908 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5909 * paths.el (gnus-nntp-service, rmail-spool-directory)
5910 (term-file-prefix):
5911 * files.el (save-some-buffers-action-alist):
5912 * cmuscheme.el (same-window-buffer-names):
5913 * ielm.el (same-window-buffer-names):
5914 * shell.el (same-window-buffer-names):
5915 * mail/sendmail.el (same-window-buffer-names):
5916 * progmodes/inf-lisp.el (same-window-buffer-names):
5917 * bindings.el (mode-line-client)
5918 (mode-line-column-line-number-mode-map):
5919 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5920 (tibetan-precomposed-regexp): Purecopy string arguments.
5921
5922 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5923
5924 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5925 (calcDigit-nondigit):
5926 * calc/calc-yank.el (calc-copy-to-buffer):
5927 * calc/calc-units.el (calc-invalidate-units-table):
5928 * calc/calc-trail.el (calc-trail-yank):
5929 * calc/calc-store.el (calc-insert-variables):
5930 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5931 * calc/calc-prog.el (calc-read-parse-table):
5932 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5933 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5934 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5935 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5936 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5937 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5938 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5939 * calc/calc-ext.el (calc-realign):
5940 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5941 (calc-embedded-finish-edit, calc-embedded-make-info)
5942 (calc-embedded-finish-command, calc-embedded-stack-change):
5943 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5944
5945 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5946 (overload-docstring-extension): Use that info.
5947 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5948 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5949 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5950 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5951 (semantic-nonterminal-full-name): Add the new `when' info.
5952 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5953 `assert'.
5954
5955 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5956 shell-dynamic-complete-filename in preference to
5957 comint-dynamic-complete-filename.
5958
5959 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5960 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5961 Don't consider whether the display supports colors.
5962 (bookmark-import-new-list): Use dolist.
5963 (bookmark-bmenu-mode-map): Move initialization into declaration.
5964 (bookmark-bmenu-list): Use dolist, simplify.
5965 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5966 (menu-bar-final-items): Use push.
5967
5968 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5969
5970 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5971 it works on remote files.
5972 (vc-hg-diff): Don't pass any `--cwd' argument.
5973
5974 2009-10-27 Kevin Ryde <user42@zip.com.au>
5975
5976 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5977 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5978 (Further to Bug#3921).
5979
5980 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
5981
5982 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5983 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5984 calling `tramp-imap-put-file'. Add file size to the call.
5985 (tramp-imap-get-file-entries): Compute also user name, file size,
5986 and date.
5987 (tramp-imap-handle-insert-directory): Insert uid and gid.
5988 (tramp-imap-handle-file-attributes): Transform uid and gid
5989 according to `id-format'.
5990 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5991 size in header X-Size.
5992
5993 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
5994
5995 * simple.el (transpose-subr): Give clearer error when the mark
5996 is not set. (Bug#4807)
5997
5998 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
5999
6000 * net/tramp.el (tramp-perl-file-truename): New defconst.
6001 Perl code contributed by yary <not.com@gmail.com> (tiny change).
6002 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6003 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6004 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6005
6006 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6007 Ignore `dired-call-process'.
6008 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6009
6010 2009-10-26 Julian Scheid <julians37@gmail.com>
6011
6012 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6013 (tramp-get-remote-readlink): New defun.
6014 (tramp-handle-file-truename): Use it.
6015 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6016 file exists if cache value present.
6017 (tramp-check-cached-permissions): New defun.
6018 (tramp-handle-file-readable-p): Use it.
6019 (tramp-handle-file-writable-p): Likewise.
6020 (tramp-handle-file-executable-p): Likewise.
6021 (tramp-handle-file-name-all-completions): Try using Perl to get
6022 partial completions. When perl not available, combine `cd' and
6023 `ls' into single remote operation and use shell expansion to get
6024 partial remote directory contents. Set `file-exists-p' cache for
6025 directory and any files returned by ls. Change cache handling to
6026 support partial directory contents. Use error message emitted by
6027 remote `cd' or Perl code for local tramp-error.
6028 (tramp-do-copy-or-rename-file-directly): Avoid separate
6029 tramp-send-command-and-check call.
6030 (tramp-handle-process-file): Merge three remote ops into one.
6031 Do not flush all caches when `process-file-side-effects' is set.
6032 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6033 file-attributes shows uid/gid to be set already.
6034
6035 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6036
6037 * textmodes/tex-mode.el (tex-dvi-view-command)
6038 (tex-show-queue-command, tex-open-quote):
6039 * progmodes/ruby-mode.el (auto-mode-alist)
6040 (interpreter-mode-alist): Purecopy strings.
6041
6042 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6043
6044 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6045 string for the hook, keymap and abbrev table.
6046
6047 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6048
6049 * x-dnd.el (x-dnd-xdnd-to-action):
6050 * startup.el (fancy-startup-text, fancy-about-text): Change to
6051 defconst from defvar.
6052
6053 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6054
6055 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6056 Purecopy initialization strings.
6057
6058 * mail/sendmail.el (mail-header-separator)
6059 (mail-personal-alias-file):
6060 * mail/rmail.el (rmail-default-dont-reply-to-names)
6061 (rmail-ignored-headers, rmail-retry-ignored-headers)
6062 (rmail-highlighted-headers, rmail-secondary-file-directory)
6063 (rmail-secondary-file-regexp):
6064 * files.el (null-device, file-name-invalid-regexp)
6065 (locate-dominating-stop-dir-regexp)
6066 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6067 (interpreter-mode-alist): Use mapcar instead of mapc.
6068
6069 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6070
6071 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6072 (completion-ignored-extensions):
6073 (debug-ignored-errors): Purecopy strings.
6074
6075 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6076
6077 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6078 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6079 (pcomplete--here): Use push.
6080
6081 * subr.el (all-completions): Declare the 4th arg obsolete.
6082
6083 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6084
6085 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6086 (pcomplete-unquote-argument): New function.
6087 (pcomplete--common-suffix): Always pay attention to case.
6088 (pcomplete--table-subvert): Quote and unquote the text.
6089 (pcomplete--common-quoted-suffix): New function.
6090 (pcomplete-std-complete): Use it and pcomplete-begin.
6091
6092 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6093 we're inside a dedicated or minibuffer window.
6094
6095 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6096
6097 * cedet/semantic/fw.el (semantic-alias-obsolete)
6098 (semantic-varalias-obsolete): Make the `when' arg mandatory.
6099 (define-mode-overload-implementation):
6100 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
6101 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
6102 * cedet/semantic/util.el (semantic-file-token-stream)
6103 (semantic-something-to-stream):
6104 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
6105 (semantic-expand-nonterminal):
6106 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
6107 (semantic-find-dependency, semantic-find-nonterminal)
6108 (semantic-find-dependency):
6109 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
6110 (semantic-flex-text, semantic-flex-make-keyword-table)
6111 (semantic-flex-keyword-p, semantic-flex-keyword-put)
6112 (semantic-flex-keyword-get, semantic-flex-map-keywords)
6113 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
6114 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
6115 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
6116 (semantic-after-idle-scheduler-reparse-hooks):
6117 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
6118 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
6119 * cedet/semantic.el (semantic-toplevel-bovine-table)
6120 (semantic-toplevel-bovine-cache)
6121 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
6122 (semantic-init-mode-hooks, semantic-init-db-hooks)
6123 (semantic-bovination-working-type): Provide the `when' arg.
6124
6125 2009-10-24 Karl Fogel <kfogel@red-bean.com>
6126
6127 * bookmark.el: Update documentation, especially documentation
6128 of `bookmark-alist' and of the bookmark file format.
6129 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6130
6131 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6132
6133 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6134 keybindings apply to the mail buffer (Bug#4003). Shrink help
6135 window to buffer.
6136
6137 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6138 (global-whitespace-mode, global-whitespace-newline-mode)
6139 (whitespace-toggle-options, global-whitespace-toggle-options):
6140 Doc fix (Bug#3660).
6141
6142 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6143 of xmltok-start before the end tag was inserted (Bug#2840).
6144
6145 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6146 patterns that are preceded by an open-paren (Bug#1320).
6147
6148 2009-10-24 Sven Joachim <svenjoac@gmx.de>
6149
6150 * files.el (delete-directory): Delete symlinks to directories with
6151 delete-file (Bug#4739).
6152
6153 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6154
6155 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
6156 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
6157 argument to make-obsolete.
6158
6159 * cedet/semantic/fw.el (semantic-alias-obsolete)
6160 (semantic-varalias-obsolete): Add optional WHEN argument.
6161
6162 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6163
6164 * vc.el (vc-backend-for-registration): Rename from
6165 vc-get-backend-for-registration. Update callers.
6166
6167 * international/mule-cmds.el (set-language-info-alist):
6168 Purecopy lang-env.
6169 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6170 (charset): Purecopy the name.
6171 (define-char-code-property): Purecopy string arguments.
6172
6173 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6174 Purecopy string arguments.
6175
6176 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6177 * ediff-hook.el (menu-bar-ediff-menu):
6178 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6179 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6180
6181 2009-10-24 Glenn Morris <rgm@gnu.org>
6182
6183 * comint.el (comint-dynamic-list-completions):
6184 * term.el (term-dynamic-list-completions): Use choose-completion rather
6185 than obsolete alias mouse-choose-completion.
6186
6187 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6188 file-cache-choose-completion.
6189 (file-cache-choose-completion): Handle an optional event argument.
6190 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6191
6192 * progmodes/octave-mod.el (octave-complete-symbol):
6193 Use choose-completion if mouse-choose-completion is ever removed.
6194
6195 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6196 use.
6197
6198 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6199 compiler.
6200
6201 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6202
6203 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6204
6205 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6206 Ignore `pred' now that we receive one.
6207 Handle test-completion specially.
6208
6209 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6210
6211 * vc.el (vc-responsible-backend): Throw an error if not backend is
6212 found. Remove the REGISTER argument. Move the code dealing with
6213 REGISTER ...
6214 (vc-get-backend-for-registration): ... here. New function.
6215 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6216 of vc-responsible-backend, pass the file name instead of the
6217 directory name.
6218
6219 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6220
6221 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6222 New funs.
6223 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6224 (pcomplete-comint-setup): Don't modify a global var via
6225 accidental side-effects.
6226 (pcomplete-shell-setup): Adjust call accordingly.
6227 (pcomplete-parse-comint-arguments): Use push.
6228
6229 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6230
6231 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6232 Allow uncapitalized info node names (Bug#3921).
6233
6234 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6235 to the DEBUG file (Bug#3781).
6236
6237 2009-10-23 Jari Aalto <jari.aalto@cante.net>
6238
6239 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6240 dictionary entry (Bug#4579).
6241
6242 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
6243
6244 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6245 from `rfn-eshadow-update-overlay-hook' when unloading.
6246 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6247 "rsyncc". Adjust doc string.
6248 (tramp-temp-buffer-file-name): New buffer-local defvar.
6249 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6250 Keep temporary file when indicated by method ("rsync" and
6251 "rsyncc").
6252 (tramp-handle-write-region): Handle APPEND.
6253 (tramp-delete-temp-file-function): New defun. Added to
6254 `kill-buffer-hook'.
6255
6256 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
6257
6258 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6259
6260 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6261
6262 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6263 (color-name-rgb-alist, tty-standard-colors)
6264 (tty-color-mode-alist): Change to defconst.
6265
6266 * simple.el (mark-inactive): Purecopy message.
6267
6268 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6269 (global-map, yank-menu):
6270 * textmodes/ispell.el (ispell-menu-map):
6271 * net/eudc.el (eudc-tools-menu):
6272 * international/mule-cmds.el (describe-language-environment-map)
6273 (setup-language-environment-map, set-coding-system-map)
6274 (mule-menu-keymap):
6275 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6276 * replace.el (occur-mode-map):
6277 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6278
6279 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6280
6281 * calc/calc.el (math-read-number, math-read-number-simple): Use
6282 `save-match-data'.
6283
6284 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6285
6286 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6287 rather than fiddling with global-map bindings, since it should only
6288 affect per-terminal settings.
6289 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6290
6291 * minibuffer.el (completion-table-with-terminator): Allow to specify
6292 the terminator-regexp.
6293
6294 * simple.el (switch-to-completions): Look for *Completions* in other
6295 frames as well.
6296
6297 * pcomplete.el: Allow the use of completion-tables.
6298 (pcomplete-std-complete): New command.
6299 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6300 (pcomplete--here): Use a function for `form' rather than an expression,
6301 so it can be byte-compiled.
6302 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6303 Add edebug declaration.
6304 (pcomplete-show-completions): Remove unused var `curbuf'.
6305 (pcomplete-do-complete, pcomplete-stub):
6306 Don't assume `completions' is a list of strings any more.
6307
6308 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
6309
6310 * find-dired.el (find-name-arg): Fix typo in docstring.
6311
6312 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6313
6314 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6315 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6316
6317 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6318 pcomplete-entries.
6319
6320 * comint.el (comint-read-input-ring, comint-write-input-ring)
6321 (comint-substitute-in-file-name)
6322 (comint-dynamic-complete-as-filename)
6323 (comint-dynamic-simple-complete)
6324 (comint-dynamic-list-filename-completions)
6325 (comint-dynamic-list-completions)
6326 (comint-redirect-results-list-from-process): Minor simplifications.
6327
6328 2009-10-21 Kevin Ryde <user42@zip.com.au>
6329
6330 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6331 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6332 the first form. And insert a blank line after ";;; Code" since
6333 that's usual style. (Bug#4612)
6334
6335 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6336
6337 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6338
6339 * minibuffer.el (completion-table-with-terminator): Properly implement
6340 boundaries, in case `terminator' appears in the suffix.
6341 (completion--embedded-envvar-table): Don't return boundaries if
6342 there's no valid completion. Simplify.
6343 (completion-file-name-table): New completion table extracted from
6344 completion--file-name-table.
6345 (completion--file-name-table): Use it.
6346 (read-file-name-predicate): Declare obsolete.
6347 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6348 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6349 completion-file-name-table, and use the `pred' argument.
6350 * files.el (locate-file-completion-table): Use the `pred' arg rather
6351 than read-file-name-predicate.
6352 (abbreviate-file-name): Use \` rather than ^ for BOS.
6353
6354 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6355
6356 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6357 vc-responsible-backend to register, it causes problems.
6358
6359 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6360
6361 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6362
6363 2009-10-21 Eric Ludlam <zappo@gnu.org>
6364
6365 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
6366 (semantic-c-debug-mode-init-pch): New functions.
6367 (semantic-c-debug-mode-init-last-mode): New var.
6368 (semantic-c-parse-lexical-token): Use them.
6369
6370 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
6371 When extracting the argument list, limit only by point-max.
6372
6373 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
6374
6375 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6376 (tramp-smb-handle-file-attributes): Use it.
6377 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6378 (tramp-smb-handle-insert-directory): Use `mapc' rather than
6379 `mapcar'. Use `tramp-smb-get-stat-capability'.
6380 Add `dired-filename' text properties.
6381 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6382 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6383 version.
6384
6385 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6386
6387 * subr.el (read-key-delay): Reduce to 0.01.
6388 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6389 (bug#4751).
6390
6391 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6392
6393 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6394
6395 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6396 (Info-menu): Remove unused vars `last' and `completions'.
6397 (Info-index-nodes): Remove unused var `node'.
6398
6399 * info.el (Info-complete-menu-item): Use complete-with-action.
6400
6401 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6402
6403 Make vc-annotate work through copies and renames.
6404 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6405 Return the file name too.
6406 (vc-annotate-revision-at-line)
6407 (vc-annotate-find-revision-at-line)
6408 (vc-annotate-revision-previous-to-line)
6409 (vc-annotate-show-log-revision-at-line): Update to get the file
6410 name from vc-annotate-extract-revision-at-line.
6411 (vc-annotate-show-diff-revision-at-line-internal): Change the
6412 argument to mean whether to show a file diff or not. Get the file
6413 name from vc-annotate-extract-revision-at-line.
6414 (vc-annotate-show-diff-revision-at-line):
6415 Update vc-annotate-show-diff-revision-at-line call.
6416 (vc-annotate-warp-revision): Add an optional file argument.
6417
6418 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6419 (vc-git-annotate-extract-revision-at-line): Also return the file
6420 name if found.
6421
6422 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6423 command. Remove unused code.
6424 (vc-hg-annotate-re): Update to match --follow output.
6425 (vc-hg-annotate-extract-revision-at-line): Also return the file
6426 name if found.
6427
6428 * vc.el: Update annotate-extract-revision-at-line documentation.
6429
6430 2009-10-18 Kevin Ryde <user42@zip.com.au>
6431
6432 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6433 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6434
6435 * net/browse-url.el (browse-url): Identify alist with "consp and
6436 not functionp" and let all other things go down the `apply' leg,
6437 as suggested by Stefan. (Further to bug#4531.)
6438
6439 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
6440
6441 * minibuffer.el (read-file-name): Check for repeat before putting
6442 a default argument in file-name-history (Bug#4657).
6443
6444 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6445 read syntax (Bug#4737).
6446
6447 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6448
6449 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6450
6451 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6452 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6453 entries and make note of obsolete tags.
6454
6455 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6456
6457 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6458
6459 2009-10-18 Glenn Morris <rgm@gnu.org>
6460
6461 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6462 grep, so that binary files (eg international/uni-bidi.el) can match.
6463 Remove test for "UnicodeData" files, since it is hopefully unnecessary
6464 now, and in any case the file header format has changed.
6465
6466 2009-10-17 Glenn Morris <rgm@gnu.org>
6467
6468 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6469 (flyspell-get-word, flyspell-large-region)
6470 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6471
6472 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6473
6474 * Makefile.in (ELCFILES): Add ede/shell.
6475
6476 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6477
6478 * term/common-win.el (x-colors): Purecopy it.
6479
6480 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6481
6482 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6483 permissive for when the buffer is empty.
6484 (tar-header-block-tokenize): Decode the username and groupname.
6485 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6486
6487 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6488
6489 * cedet/srecode/srt.el:
6490 * cedet/srecode/compile.el:
6491 * cedet/semantic/mru-bookmark.el:
6492 * cedet/semantic/debug.el:
6493 * cedet/semantic/complete.el:
6494 * cedet/semantic/analyze.el: Require CL when compiling.
6495
6496 2009-10-17 Eric Ludlam <zappo@gnu.org>
6497
6498 * cedet/semantic/scope.el
6499 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
6500 tmpscope so that the regular scope will continue to work.
6501
6502 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
6503 Use semantic-idle-summary-highlight-face as the highlighting.
6504
6505 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
6506 contains multibyte characters, choose first applicable coding
6507 system automatically.
6508
6509 * cedet/ede/project-am.el (project-run-target): New method.
6510 (project-run-target): New method.
6511
6512 * cedet/ede.el (ede-target): Add run target menu item.
6513 (ede-project, ede-minor-keymap): Add ede-run-target binding.
6514 (ede-run-target): New function.
6515 (ede-target::project-run-target): New method.
6516
6517 * cedet/ede/proj.el (project-run-target): New method.
6518
6519 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
6520 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
6521 Add :rules.
6522 (ede-proj-target-makefile-shared-object): Only libtool compilers
6523 now available. Add linkers for libtool.
6524 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
6525 (ede-proj-makefile-target-name): Always use .la extension.
6526
6527 * cedet/ede/proj-prog.el (project-run-target): New method.
6528
6529 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
6530 (ede-g++-linker): Change Change link lines.
6531
6532 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
6533 When searching for old variables, go to the end of the buffer and
6534 search backward from there.
6535 (ede-proj-makefile-automake-insert-subdirs)
6536 (ede-proj-makefile-automake-insert-extradist): New methods.
6537 (ede-proj-makefile-create): Use them.
6538
6539 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6540 Force FILE to expand to the current target. Use file-exists-p to
6541 check that it exists.
6542
6543 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
6544 (ede-linux-load): Wrap dir in file-name-as-directory.
6545 Set :version slot.
6546
6547 * cedet/ede/files.el (ede-get-locator-object): When enabling
6548 locate, do so on "top".
6549
6550 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6551 file-name-as-directory during compare.
6552 (ede-emacs-version): Return Emacs/XEmacs differentiator.
6553 Get version number from different places. Don't call egrep.
6554 (ede-emacs-load): Set :version slot. Call file-name-as-directory
6555 to set the directory.
6556
6557 * cedet/ede/shell.el: New file.
6558
6559 * cedet/inversion.el (inversion-decoders): Allow for stray . in
6560 alpha/beta variants.
6561
6562 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6563
6564 * international/mule-cmds.el (select-safe-coding-system): If the file
6565 has a coding cookie, use it regardless of any other setting (bug#4712).
6566
6567 2009-10-17 Glenn Morris <rgm@gnu.org>
6568
6569 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6570 All errors should have messages.
6571
6572 * foldout.el (foldout-mouse-swallow-events):
6573 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6574
6575 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6576 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6577 (dired-keep-marker-symlink, dired-dwim-target)
6578 (dired-copy-preserve-time): Do not autoload these defcustoms.
6579
6580 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6581 messages from messing up the file coding. (Bug#4623)
6582
6583 2009-10-17 Jari Aalto <jari.aalto@cante.net>
6584
6585 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6586 if no match is found for the current dictionary. (Bug#4578)
6587
6588 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6589 optional, since that is how it is documented, and this is often called
6590 with a nil argument. (Bug#4577)
6591 (flyspell-external-point-words, flyspell-auto-correct-word)
6592 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6593 (flyspell-word-search-backward): Remove nil argument in calls to
6594 flyspell-get-word, since it is not needed now.
6595
6596 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
6597
6598 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
6599
6600 2009-10-16 Glenn Morris <rgm@gnu.org>
6601
6602 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6603
6604 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6605
6606 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6607 (ange-ftp-file-size): New function.
6608 (ange-ftp-file-attributes): Use it.
6609
6610 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
6611
6612 * net/tramp-smb.el (tramp-smb-version): New defvar.
6613 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6614 repeated checks.
6615
6616 2009-10-16 Glenn Morris <rgm@gnu.org>
6617
6618 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6619 Maybe copy some custom properties from old to new name. (Bug#4706)
6620
6621 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
6622
6623 * subr.el (error, sit-for, start-process-shell-command)
6624 (start-file-process-shell-command): Set the calling convention
6625 after the function definition.
6626
6627 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6628
6629 * subr.el (error, sit-for, start-process-shell-command)
6630 (start-file-process-shell-command): Use the new
6631 set-advertised-calling-convention feature.
6632
6633 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6634
6635 * international/ucs-normalize.el (ucs-normalize-version):
6636 Change to 1.2.
6637 (check-range): Adjust for Unicode 5.2.
6638
6639 2009-10-15 Juri Linkov <juri@jurta.org>
6640
6641 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6642 to the `menu-item' format.
6643
6644 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
6645
6646 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6647 if the environment variable does not exist.
6648
6649 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6650 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6651 parameter.
6652 (tramp-smb-handle-add-name-to-file)
6653 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6654 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6655 (tramp-smb-handle-file-attributes)
6656 (tramp-smb-do-file-attributes-with-stat)
6657 (tramp-smb-handle-file-local-copy)
6658 (tramp-smb-handle-insert-directory)
6659 (tramp-smb-handle-make-directory)
6660 (tramp-smb-handle-make-directory-internal)
6661 (tramp-smb-handle-make-symbolic-link)
6662 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6663 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6664 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6665 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6666 Handle long file names.
6667 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6668 process is running.
6669 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6670 Read share names with "-g" option.
6671
6672 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
6673
6674 * net/rcirc.el (rcirc-view-log-file): New command.
6675 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6676 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6677 specified.
6678
6679 2009-10-15 Glenn Morris <rgm@gnu.org>
6680
6681 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6682 from the second command-line argument.
6683 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6684 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6685 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6686 w32-batch-update-autoloads.
6687 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6688 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6689
6690 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6691 the headers cannot be located. Simplify, subtracting superflous
6692 save-excursions.
6693
6694 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6695
6696 Replace completion-base-size by completion-base-position to fix bugs
6697 such as (bug#4699).
6698 * simple.el (completion-base-position): New var.
6699 (completion-base-size): Mark as obsolete.
6700 (choose-completion): Make it work for mouse events as well.
6701 Pass the new base-position to choose-completion-string.
6702 (choose-completion-guess-base-position): New function, extracted from
6703 choose-completion-delete-max-match.
6704 (choose-completion-delete-max-match): Use it. Make obsolete.
6705 (choose-completion-string): Use the new base-position info.
6706 (completion-root-regexp): Delete.
6707 (completion-setup-function): Preserve completion-base-position.
6708 Eliminate obsolete base-size manipulation.
6709 * minibuffer.el (display-completion-list): Don't mess with base-size.
6710 (minibuffer-completion-help): Set completion-base-position instead.
6711 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6712 choose-completion.
6713 * textmodes/bibtex.el (bibtex-complete):
6714 * emacs-lisp/crm.el (crm--choose-completion-string):
6715 Adjust to new calling convention.
6716 * complete.el (partial-completion-mode): Use minibufferp to avoid
6717 bumping into incompatible change to choose-completion-string-functions.
6718 * ido.el (ido-choose-completion-string): Make its calling convention
6719 more permissive.
6720 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6721 base-size manipulation.
6722 (comint-dynamic-list-input-ring): Use dotimes and push.
6723 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6724 fundamental-mode. Use `or'.
6725
6726 2009-10-14 Juri Linkov <juri@jurta.org>
6727
6728 * misearch.el (multi-isearch-next-buffer-from-list)
6729 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6730
6731 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6732
6733 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6734 `bytecomp.el'.
6735
6736 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6737 string we return is all made up of text from the completions rather
6738 than part from the completions and part from the input (bug#4219).
6739
6740 * ido.el (ido-everywhere): Use define-minor-mode.
6741
6742 * buff-menu.el (list-buffers, ctl-x-map):
6743 Mark the entry points with ;;;###autoload cookies.
6744
6745 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6746
6747 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6748 correctly in the detached head case.
6749 (vc-git-print-log): Remove unused binding.
6750
6751 * vc.el (vc-responsible-backend): When a directory is passed for
6752 for registration create a VC repository if no backend is
6753 responsible for the directory argument.
6754 (vc-deduce-fileset): Tell vc-responsible-backend to register.
6755
6756 * vc.el: Move comments about RCS and SCCS ...
6757 * vc-rcs.el:
6758 * vc-sccs.el: ... here, respectively.
6759
6760 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6761
6762 * minibuffer.el (completion--file-name-table): Return nil if there's
6763 no file completion, even if substitute-in-file-name changed
6764 the string (bug#4708).
6765
6766 2009-10-13 Juri Linkov <juri@jurta.org>
6767
6768 * files-x.el (read-file-local-variable-value): Don't filter out
6769 minor modes from mode name completion (bug#4664).
6770
6771 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6772
6773 * international/mule-cmds.el (ucs-names): Remove exclusion of
6774 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6775
6776 2009-10-13 Kenichi Handa <handa@m17n.org>
6777
6778 * international/uni-name.el: Regenerated.
6779
6780 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6781
6782 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6783 should be automatically buffer-local, but isn't.)
6784
6785 2009-10-12 Sam Steingold <sds@gnu.org>
6786
6787 * progmodes/compile.el (compilation-next-error-function): Fix the
6788 timestamps if the buffer has been visited before.
6789 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6790 non-anchored patterns, like the perl one (bug#3928).
6791
6792 2009-10-12 Glenn Morris <rgm@gnu.org>
6793
6794 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6795 Let-bind `size'.
6796
6797 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
6798
6799 * proced.el (proced-unload-function): New function.
6800
6801 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6802 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6803 Doc fix.
6804
6805 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6806
6807 2009-10-11 Juri Linkov <juri@jurta.org>
6808
6809 * files-x.el (read-file-local-variable-value):
6810 Provide default value only for bound variables (bug#4664).
6811
6812 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
6813
6814 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6815 connection methods like smb.
6816
6817 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6818 can be empty.
6819
6820 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6821 (tramp-smb-file-name-handler-alist): Add handlers for
6822 `add-name-to-file', `make-symbolic-link'.
6823 (tramp-smb-handle-add-name-to-file)
6824 (tramp-smb-do-file-attributes-with-stat)
6825 (tramp-smb-handle-make-symbolic-link)
6826 (tramp-smb-get-cifs-capabilities): New defuns.
6827 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6828 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6829 (tramp-smb-handle-file-local-copy)
6830 (tramp-smb-handle-make-directory-internal)
6831 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6832 The file name syntax depends on cifs capabilities.
6833 (tramp-smb-handle-file-attributes):
6834 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6835 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6836 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6837
6838 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
6839
6840 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6841 (eieio-defclass): Apply deftype handler and setf-method properties
6842 directly.
6843 (eieio-add-new-slot): Avoid union function from cl library.
6844 (eieio--typep): New function.
6845 (eieio-perform-slot-validation): Use it.
6846
6847 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6848
6849 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6850 Update documentation to refer to the variables documented in r1.135.
6851 (Bug#4188)
6852
6853 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6854
6855 * bookmark.el (Info-suffix-list): Remove this unused variable.
6856 (bookmark-current-point): Remove this obsolete variable.
6857 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6858 Adjust for removal of bookmark-current-point.
6859
6860 (bookmarks-already-loaded, bookmark-current-buffer)
6861 (bookmark-yank-point): Document. (Bug#4188)
6862
6863 2009-10-10 Glenn Morris <rgm@gnu.org>
6864
6865 * frame.el (frame-height): Doc fix.
6866
6867 * calendar/calendar.el (calendar-split-width-threshold): New option.
6868 (calendar-basic-setup): Use calendar-split-width-threshold.
6869
6870 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
6871
6872 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6873 Use .la for Automake.
6874
6875 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
6876
6877 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6878 Use "autoreconf -i". Suggested by Andreas Schwab.
6879
6880 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
6881
6882 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6883 Ideographic Supplement" range (U+1F200..U+1F2FF).
6884
6885 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6886
6887 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6888 since the list will have been rebuilt anyway. (Bug#4349)
6889
6890 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6891
6892 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6893 (bookmark-bmenu-execute-deletions): Don't save here, as
6894 bookmark-delete will now do so if necessary.
6895 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6896 (Bug#4348)
6897
6898 2009-10-09 Glenn Morris <rgm@gnu.org>
6899
6900 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6901
6902 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6903
6904 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6905 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6906 argument now, so the two function's behaviors will match. (Bug#3645)
6907
6908 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6909
6910 * cedet/ede/proj.el (project-make-dist, project-compile-project):
6911 Fix filename test.
6912 (ede-proj-dist-makefile): Use expand-file-name instead of concat
6913 to expand file names.
6914
6915 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
6916
6917 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6918 (tramp-file-name-real-host, tramp-file-name-port):
6919 Apply `save-match-data'.
6920
6921 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6922 case both directories are remote.
6923 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6924 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6925
6926 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6927
6928 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6929 (ede-proj-target-makefile-objectcode): Use it.
6930
6931 * cedet/ede/source.el (ede-want-any-source-files-p)
6932 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6933 Return search result. This error was introduced while merging.
6934
6935 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6936
6937 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6938
6939 2009-10-07 Glenn Morris <rgm@gnu.org>
6940
6941 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6942 of concat.
6943
6944 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6945
6946 * files-x.el (read-file-local-variable): Include some
6947 non-user-variables in the completion table (bug#4664).
6948
6949 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
6950
6951 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6952 message.
6953
6954 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6955 (tramp-smb-file-name-handler-alist): Add handler for
6956 `copy-directory', `expand-file-name', `set-file-modes'.
6957 (tramp-smb-handle-copy-directory)
6958 (tramp-smb-handle-expand-file-name)
6959 (tramp-smb-handle-set-file-modes): New defuns.
6960 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6961 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6962 entry.
6963 (tramp-smb-handle-insert-directory): Don't flush the cache.
6964 (tramp-smb-maybe-open-connection): Check for samba client and
6965 server versions.
6966
6967 2009-10-07 Eli Zaretskii <eliz@gnu.org>
6968
6969 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6970 to not error out of search for "^lisp=" fails.
6971
6972 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6973
6974 * makefile.w32-in (WINS_UPDATES): New macro.
6975 (custom-deps, finder-data, autoloads): Use it.
6976
6977 2009-10-07 Glenn Morris <rgm@gnu.org>
6978
6979 * Makefile.in (autoloads): Revert previous change.
6980 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6981 the list of preloaded files passed on the command-line, get
6982 it from src/Makefile.
6983
6984 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6985 show the original buffer rather than a random one.
6986
6987 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
6988
6989 * help.el (describe-no-warranty): Place point in a slightly better
6990 position in the GPLv3 text.
6991
6992 2009-10-06 Sam Steingold <sds@gnu.org>
6993
6994 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6995 the comm attribute is present before calling regexp-quote.
6996
6997 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
6998
6999 * play/animate.el (animate-string): For good effect, make sure
7000 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7001
7002 * play/animate.el (animate-sequence, animate-birthday-present):
7003 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7004
7005 2009-10-06 Glenn Morris <rgm@gnu.org>
7006
7007 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7008
7009 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7010 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7011 (batch-update-autoloads): Process a string value of autoload-excludes,
7012 set during the build process.
7013 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7014
7015 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7016 inside with-parsed... macro so that `v' is defined.
7017
7018 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7019 * progmodes/fortran.el (fortran-end-of-block)
7020 (fortran-beginning-of-block):
7021 Also push mark in the macro case.
7022
7023 * emerge.el (emerge-show-file-name):
7024 * calc/calc.el (calc-quit):
7025 * calc/calc-misc.el (calc-big-or-small):
7026 * calc/calc-graph.el (calc-graph-view):
7027 * calc/calc-ext.el (calc-reset):
7028 * calendar/calendar.el (calendar-basic-setup):
7029 Use window-full-height-p.
7030
7031 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7032 header we don't understand, don't insert another. (Bug#4624)
7033 If changing mime charset, insert the new one in the right place.
7034
7035 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7036
7037 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7038 (cal-tex-cursor-month): Correctly increment the end date for diary and
7039 holiday listing. (Bug#4626)
7040
7041 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7042
7043 * help-fns.el (describe-function-1): Don't burp if the function is not
7044 a symbol.
7045
7046 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7047
7048 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7049 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7050 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7051 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7052
7053 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7054 (eieio-default-superclass): Reflow docstrings.
7055 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7056 (eieio-unbind-method-implementations, defmethod)
7057 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7058 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7059 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7060 (eieio-slot-originating-class-p, eieio-slot-name-index)
7061 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7062 (constructor, initialize-instance, no-next-method, object-print)
7063 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7064 Fix typos in docstrings.
7065 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7066 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7067 (next-method-p): Doc fixes.
7068 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7069 Fix typos in error messages.
7070 (eieio-defmethod): Fix typo in description of generic method.
7071
7072 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7073 (eieio-persistent-save-interactive, slot-missing):
7074 Fix typos in docstrings.
7075 (eieio-instance-inheritor-slot-boundp): Doc fix.
7076
7077 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7078 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7079
7080 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7081 (eieio-custom-object-apply-reset):
7082 Fix typos in docstrings and error messages.
7083
7084 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7085 Fix typo in docstring.
7086
7087 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7088 (eieio-browse-tree): Doc fix.
7089 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7090 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7091 Fix typos in docstrings.
7092
7093 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7094 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7095 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7096 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7097 Reflow docstrings.
7098
7099 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7100
7101 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7102 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7103 Set log-view-vc-backend so that diff can work.
7104
7105 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7106 vc-version-diff.
7107 (vc-diff-internal): Autoload this instead of vc-version-diff.
7108
7109 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7110
7111 * simple.el (eval-expression): Doc fix.
7112
7113 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7114
7115 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7116
7117 * files.el (directory-files-no-dot-files-regexp): New defconst.
7118 (delete-directory): Use it.
7119 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7120
7121 * net/tramp.el (tramp-verbose): Fix docstring.
7122 (tramp-methods): Add recursive option to `tramp-copy-args'.
7123 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7124 "scp1_old", "scp2_old", "rsync", "rsyncc".
7125 (tramp-default-method): Check also for `auth-source-user-or-password'.
7126 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7127 Add handler for `copy-directory'.
7128 (tramp-handle-copy-directory): New defun.
7129 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7130 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7131 Optimize sent command.
7132
7133 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7134
7135 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7136 window if necessary.
7137
7138 * calendar/calendar.el (calendar-basic-setup): Don't call
7139 switch-to-buffer in a dedicated window.
7140
7141 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7142
7143 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7144 don't do anything related to relocating, just return nil.
7145 (bookmark-error-no-filename): New error.
7146 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7147 bookmark has no file. Don't even attempt to handle things that
7148 are not files; the whole point of custom handlers is to keep that
7149 knowledge elsewhere anyway. Tighten some comments.
7150 (bookmark-file-or-variation-thereof): Remove now-unused function.
7151 (bookmark-location): Doc string fix.
7152 (Bug#4250)
7153
7154 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7155
7156 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7157 don't use a file dialog, because they usually don't know how to read
7158 a directory target from the user. (Bug#4230)
7159 Also, make sure the prompt can display directories as well as files.
7160
7161 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7162
7163 * bookmark.el (bookmark-set, bookmark-buffer-name):
7164 Improve doc strings. (Bug#1193)
7165
7166 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7167
7168 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7169 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7170 (bookmark-get-annotation, bookmark-set-annotation)
7171 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7172 (bookmark-set-position, bookmark-get-front-context-string)
7173 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7174 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7175 (bookmark-jump-other-window, bookmark-handle-bookmark)
7176 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7177 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7178 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7179 Improve doc strings to say whether bookmark can be a string or
7180 a record or both, and make other consistency and clarity fixes.
7181 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7182 (bookmark-default-annotation-text, bookmark-yank-word)
7183 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7184 (bookmark-import-new-list, bookmark-maybe-rename)
7185 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7186 (bookmark-bmenu-bookmark): Give these doc strings.
7187 (bookmark-bmenu-check-position): Give this a doc string, but also
7188 add a FIXME comment about how the function may be pointless.
7189 (bookmark-default-handler): Rework doc string and change a
7190 parameter name, to clarify that this takes a bookmark record
7191 not a bookmark name.
7192 (bookmark-set): Change a parameter name to indicate its meaning,
7193 and improve the doc string a bit.
7194 (Bug#4188)
7195
7196 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7197
7198 * bookmark.el (bookmark-alist): Document the new `handler' element
7199 in the param alist.
7200 (bookmark-make-record-function): Adjust documentation for above.
7201 (Bug#4193)
7202
7203 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7204
7205 * info.el (Info-bookmark-make-record): Document this function.
7206 (Info-bookmark-jump): Document with a doc string, not just a comment.
7207 (Bug#4203)
7208
7209 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7210
7211 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
7212 (semantic-new-buffer-fcn): Call parser setup functions here.
7213 (semantic-mode): Don't call parser setup functions here, it's done
7214 in semantic-new-buffer-fcn now.
7215 (semantic-mode): Parse all existing buffers when enabled.
7216
7217 * cedet/srecode/compile.el (srecode-compile-file):
7218 Call semantic-new-buffer-fcn if the buffer has not been parsed.
7219
7220 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7221
7222 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
7223
7224 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
7225 (proj-comp-insert-variable-once): New macro, renamed from
7226 ede-pmake-insert-variable-once in ede/pmake.edl.
7227 (ede-proj-makefile-insert-variables): Use it.
7228
7229 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7230
7231 * files.el (copy-directory): New defun.
7232
7233 * dired-aux.el (dired-copy-file-recursive): Use it.
7234
7235 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7236
7237 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7238 (makefile-end-of-command):
7239 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7240 (semantic-end-of-context): Fix previous change. Doc fixes.
7241
7242 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7243
7244 * files-x.el (modify-dir-local-variable)
7245 (copy-dir-locals-to-file-locals-prop-line):
7246 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7247 (makefile-end-of-command):
7248 * cedet/semantic/lex.el (semantic-lex-token):
7249 * cedet/semantic/analyze/fcn.el
7250 (semantic-analyze-dereference-metatype-1):
7251 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
7252 (semantic-lex-cpp-undef):
7253 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
7254 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7255 (semantic-end-of-context): Fix typos in docstrings.
7256
7257 * recentf.el (recentf-unload-function): New function.
7258
7259 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7260
7261 * cedet/ede.el (ede-project-placeholder-cache-file):
7262 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
7263 * cedet/srecode/map.el (srecode-map-save-file):
7264 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
7265
7266 2009-10-04 Glenn Morris <rgm@gnu.org>
7267
7268 * window.el (window-full-height-p): Add doc string.
7269
7270 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7271
7272 * window.el (window-full-height-p): New function. (Bug#4543)
7273
7274 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
7275
7276 * cedet/srecode/insert.el: Require srecode/args.
7277
7278 * cedet/srecode/args.el: Require srecode/dictionary instead of
7279 srecode/insert.
7280
7281 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
7282
7283 * files.el (auto-mode-alist): Add .srt and Project.ede.
7284
7285 * cedet/semantic.el (semantic-mode):
7286 Handle srecode-template-mode-hook as well.
7287 (semantic-mode): Use js-mode-hook for Javascript hook.
7288
7289 * cedet/srecode/template.el: Remove hook variable.
7290
7291 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
7292
7293 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
7294 projects exist.
7295 (ede-project-placeholder-cache-file): Default to a file in
7296 user-emacs-directory.
7297
7298 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
7299 templates in data-directory.
7300 (srecode-map-save-file): Default to a file in user-emacs-directory.
7301
7302 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
7303 directory.
7304
7305 2009-09-30 Eric Ludlam <zappo@gnu.org>
7306
7307 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
7308 Doc fix.
7309
7310 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
7311 Only insert each variable once.
7312
7313 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
7314 (ede-pmake-insert-variable-shared): Use it.
7315
7316 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
7317 for lexical table iff table is nil.
7318
7319 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7320
7321 * vc.el: Remove commented out code.
7322 (vc-derived-from-dir-mode): Remove, unused.
7323 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7324
7325 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7326
7327 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7328 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7329 there could be recursive loading when `default-directory' is a
7330 remote file name. (Bug#4614)
7331
7332 2009-10-03 Glenn Morris <rgm@gnu.org>
7333
7334 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7335 the frame is wide.
7336 (calendar-generate-window): Test for shrinkability rather than width.
7337
7338 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
7339 declaration, currently false.
7340
7341 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7342 reusing existing buffers, in case we happen to visit two files with the
7343 same basename. (Bug#4593)
7344
7345 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7346
7347 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7348 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7349 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7350 subdirs of cedet as well.
7351 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7352
7353 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7354
7355 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7356 Obey advertised-signature-table.
7357
7358 * help-fns.el (help-function-arglist): Don't check
7359 advertised-signature-table.
7360 (describe-function-1): Do it here instead so it also applies to subrs.
7361
7362 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7363
7364 * simple.el (start-file-process): Say in the doc-string, that file
7365 handlers might not support pty association, if PROGRAM is nil.
7366
7367 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7368 HOST and USER are strings. They are nil, when there are
7369 incomplete entries in ~/.netrc, for example.
7370 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7371 root directory ("device busy" error otherwise).
7372
7373 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7374 Flush file properties of created directory.
7375
7376 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7377
7378 * makefile.w32-in (WINS_BASIC): Remove cedet.
7379 (WINS_CEDET): Add cedet.
7380 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7381
7382 2009-10-02 Kevin Ryde <user42@zip.com.au>
7383
7384 * net/browse-url.el (browse-url): Pass any symbol in
7385 browse-url-browser-function to `apply', since if you've mistakenly put
7386 an unbound symbol then the error is clearer. (Bug#4531)
7387
7388 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7389
7390 * allout.el (allout-init, allout-back-to-current-heading)
7391 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7392 (allout-ascend, allout-up-current-level, allout-end-of-level)
7393 (allout-previous-visible-heading, allout-forward-current-level)
7394 (allout-backward-current-level, allout-show-children):
7395 * apropos.el (apropos-describe-plist):
7396 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7397 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7398 * completion.el (add-completion, add-permanent-completion):
7399 * descr-text.el (describe-text-category, describe-char):
7400 * desktop.el (desktop-lazy-abort):
7401 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7402 * dired.el (dired-build-subdir-alist):
7403 * ediff.el (ediff-version):
7404 * elide-head.el (elide-head, elide-head-show):
7405 * emerge.el (emerge-version):
7406 * env.el (getenv):
7407 * face-remap.el (variable-pitch-mode):
7408 * faces.el (describe-face):
7409 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7410 (dired-at-point):
7411 * files.el (find-file-existing, auto-save-mode):
7412 * font-lock.el (font-lock-fontify-buffer):
7413 * help-fns.el (describe-function, describe-variable)
7414 (describe-syntax, describe-categories):
7415 * help.el (view-lossage, describe-bindings, describe-key)
7416 (describe-mode):
7417 * hexl.el (hexl-current-address):
7418 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7419 * info.el (Info-goto-emacs-key-command-node):
7420 * log-edit.el (log-edit-insert-cvs-template)
7421 (log-edit-insert-cvs-rcstemplate):
7422 * menu-bar.el (menu-bar-mode):
7423 * mouse.el (mouse-appearance-menu):
7424 * newcomment.el (comment-indent-new-line):
7425 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7426 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7427 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7428 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7429 * recentf.el (recentf-mode):
7430 * savehist.el (savehist-mode, savehist-save):
7431 * shadowfile.el (shadow-copy-files):
7432 * simple.el (kill-ring-save, next-line, previous-line)
7433 (normal-erase-is-backspace-mode):
7434 * strokes.el (strokes-update-window-configuration)
7435 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7436 (strokes-xpm-for-stroke):
7437 * time.el (emacs-uptime, emacs-init-time):
7438 * tutorial.el (tutorial--describe-nonstandard-key)
7439 (tutorial--detailed-help):
7440 * type-break.el (type-break-mode)
7441 (type-break-mode-line-message-mode, type-break-query-mode)
7442 (type-break-guesstimate-keystroke-threshold):
7443 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7444 * version.el (emacs-version):
7445 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7446 * winner.el (winner-mode):
7447 * calendar/timeclock.el (timeclock-in, timeclock-out)
7448 (timeclock-status-string, timeclock-change)
7449 (timeclock-workday-remaining-string)
7450 (timeclock-workday-elapsed-string)
7451 (timeclock-when-to-leave-string):
7452 * calendar/todo-mode.el (todo-add-category):
7453 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7454 * emacs-lisp/autoload.el (update-file-autoloads):
7455 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7456 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7457 (checkdoc-message-text, checkdoc-defun):
7458 * emacs-lisp/debug.el (debugger-list-functions):
7459 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7460 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7461 (eieio-describe-generic):
7462 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7463 * emacs-lisp/shadow.el (list-load-path-shadows):
7464 * emulation/cua-base.el (cua-mode):
7465 * emulation/edt.el (edt-set-scroll-margins):
7466 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7467 (tpu-toggle-regexp, tpu-toggle-search-direction)
7468 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7469 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7470 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7471 (viper-set-parsing-style-toggling-macro)
7472 (viper-set-emacs-state-searchstyle-macros):
7473 * emulation/viper.el (viper-set-hooks):
7474 * eshell/esh-mode.el (eshell-truncate-buffer):
7475 * international/mule-cmds.el (prefer-coding-system)
7476 (describe-input-method, describe-language-environment):
7477 * international/mule-diag.el (list-character-sets)
7478 (describe-character-set, describe-coding-system)
7479 (describe-fontset, list-fontsets, list-input-methods):
7480 * mail/sendmail.el (mail-signature):
7481 * net/ange-ftp.el (ange-ftp-copy-file):
7482 * net/browse-url.el (browse-url):
7483 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7484 * net/quickurl.el (quickurl-add-url):
7485 * net/rcirc.el (names, topic):
7486 * net/xesam.el (xesam-mode):
7487 * play/5x5.el (5x5-new-game):
7488 * play/yow.el (apropos-zippy):
7489 * progmodes/ada-mode.el (ada-mode-version):
7490 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7491 (f90-end-of-block)
7492 (f90-beginning-of-block):
7493 * progmodes/fortran.el (fortran-end-of-block)
7494 (fortran-beginning-of-block):
7495 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7496 * progmodes/python.el (python-describe-symbol, python-shell):
7497 * term/ns-win.el (ns-print-buffer):
7498 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7499 * textmodes/flyspell.el (flyspell-mode-on):
7500 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7501 (pages-directory-for-addresses):
7502 * textmodes/table.el (table-recognize-cell)
7503 (table-query-dimension, table-generate-source)
7504 (table-insert-sequence, table--warn-incompatibility):
7505 * textmodes/tex-mode.el (tex-validate-buffer):
7506 * textmodes/texinfmt.el (texinfmt-version)
7507 (texinfo-format-buffer):
7508 Use `called-interactively-p' instead of `interactive-p'.
7509
7510 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7511
7512 * image-mode.el (image-toggle-display):
7513 * emacs-lisp/elp.el (elp-instrument-function):
7514 * emacs-lisp/advice.el (ad-make-advised-definition):
7515 * emacs-lisp/easy-mmode.el (define-minor-mode):
7516 * net/browse-url.el (browse-url-maybe-new-window):
7517 * progmodes/sh-script.el (sh-learn-buffer-indent):
7518 Pass new argument 'any to `called-interactively-p'.
7519
7520 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7521
7522 * international/uni-bidi.el:
7523 * international/uni-category.el:
7524 * international/uni-combining.el:
7525 * international/uni-comment.el:
7526 * international/uni-decimal.el:
7527 * international/uni-decomposition.el:
7528 * international/uni-digit.el:
7529 * international/uni-lowercase.el:
7530 * international/uni-mirrored.el:
7531 * international/uni-name.el:
7532 * international/uni-numeric.el:
7533 * international/uni-old-name.el:
7534 * international/uni-titlecase.el:
7535 * international/uni-uppercase.el:
7536 Regenerate from Unicode 5.2.0 data.
7537
7538 2009-10-01 Glenn Morris <rgm@gnu.org>
7539
7540 * Makefile.in (ELCFILES): Regenerate.
7541
7542 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7543
7544 * subr.el (interactive-p): Mark obsolete.
7545 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7546 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7547 advertised-signature-table for subroutines as well.
7548
7549 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7550 (set-advertised-calling-convention): New function.
7551 (make-obsolete, define-obsolete-function-alias)
7552 (make-obsolete-variable, define-obsolete-variable-alias):
7553 Make the optional-ness of `when' obsolete.
7554 (define-obsolete-face-alias): Make `when' non-optional.
7555 * help-fns.el (help-function-arglist):
7556 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7557 Use advertised-signature-table.
7558
7559 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7560
7561 * files.el (delete-directory): New defun. The original function
7562 in fileio.c has been renamed to `delete-directory-internal'.
7563
7564 * dired.el (dired-delete-file): Call `delete-directory' with
7565 RECURSIVE parameter.
7566
7567 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7568 parameter RECURSIVE. Implementation is missing.
7569
7570 * net/tramp.el (tramp-handle-make-directory): Flush upper
7571 directory's file properties.
7572 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7573 (tramp-handle-dired-recursive-delete-directory): Flush directory
7574 properties after the remove command only.
7575
7576 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7577 Handle optional parameter RECURSIVE.
7578
7579 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7580 Handle optional parameter RECURSIVE.
7581
7582 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7583 connection timeout.
7584 (tramp-smb-handle-delete-directory): Handle optional parameter
7585 RECURSIVE.
7586
7587 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7588
7589 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7590 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7591 (byte-compile-defmacro): Use backquotes.
7592
7593 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7594
7595 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7596 has no associated file.
7597 (vc-resynch-buffer): Use vc-dir-buffers.
7598
7599 2009-10-01 Glenn Morris <rgm@gnu.org>
7600
7601 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7602 (chart-file-count):
7603 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7604 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7605 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7606 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7607 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7608 (eieio-copy-parents-into-subclass, make-instance, class-children)
7609 (eieio-generic-form):
7610 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7611 * cedet/cedet-idutils.el (cedet-idutils-search)
7612 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7613 (cedet-idutils-version-check):
7614 * cedet/cedet.el (cedet-version):
7615 * cedet/data-debug.el (data-debug-insert-overlay-button)
7616 (data-debug-insert-overlay-list-button)
7617 (data-debug-insert-buffer-button)
7618 (data-debug-insert-buffer-list-button)
7619 (data-debug-insert-process-button, data-debug-insert-ring-button)
7620 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7621 (data-debug-insert-stuff-vector-button)
7622 (data-debug-insert-symbol-button, data-debug-insert-string)
7623 (data-debug-insert-number, data-debug-insert-lambda-expression)
7624 (data-debug-insert-nil, data-debug-insert-simple-thing)
7625 (data-debug-insert-custom, data-debug-edebug-expr):
7626 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7627 (global-ede-mode-map, ede-new, ede-debug-target)
7628 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7629 * cedet/semantic.el (semantic-minimum-working-buffer-size)
7630 (semantic-fetch-tags, semantic-submode-list)
7631 (semantic-default-submodes):
7632 * cedet/ede/source.el (ede-source-match):
7633 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7634 (project-am-package-info):
7635 * cedet/ede/proj.el (ede-proj-target, project-new-target):
7636 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7637 * cedet/ede/proj-comp.el (ede-current-build-list):
7638 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7639 * cedet/ede/files.el (ede-toplevel-project-or-nil):
7640 * cedet/ede/cpp-root.el (initialize-instance):
7641 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7642 (autoconf-parameter-strip, autoconf-insert-new-macro):
7643 * cedet/semantic/wisent.el (wisent-lex-eoi):
7644 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7645 (semantic-show-parser-state-mode):
7646 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7647 * cedet/semantic/tag.el (semantic-tag-new-variable)
7648 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7649 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7650 (semantic--tag-deep-copy-tag-list)
7651 (semantic-tag-components-with-overlays-default):
7652 * cedet/semantic/symref.el (semantic-symref-find-text):
7653 * cedet/semantic/senator.el (senator-yank-tag)
7654 (senator-transpose-tags-up):
7655 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7656 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7657 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7658 * cedet/semantic/lex.el (semantic-lex-comment-regex)
7659 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7660 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7661 * cedet/semantic/lex-spp.el
7662 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7663 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7664 * cedet/semantic/idle.el
7665 (semantic-idle-summary-current-symbol-info-brutish)
7666 (semantic-idle-summary-current-symbol-info-default):
7667 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7668 (semantic--grammar-macro-compl-dict):
7669 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7670 * cedet/semantic/format.el (semantic-format-tag-custom-list)
7671 (semantic-format-tag-canonical-name-default):
7672 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7673 (semantic-find-tags-for-completion)
7674 (semantic-find-tags-by-scope-protection-default)
7675 (semantic-deep-find-tags-for-completion):
7676 * cedet/semantic/edit.el
7677 (semantic-edits-incremental-reparse-failed-hook)
7678 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7679 (semantic-edits-splice-remove, semantic-edits-splice-replace):
7680 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7681 * cedet/semantic/dep.el (semantic-dependency-include-path):
7682 * cedet/semantic/db.el (semanticdb-default-find-index-class)
7683 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7684 (semanticdb-project-roots):
7685 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7686 (semanticdb-find-adebug-insert-scanned-tag-cons)
7687 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7688 (semanticdb-brute-deep-find-tags-for-completion):
7689 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7690 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7691 (semantic-end-of-context-default)
7692 (semantic-ctxt-current-function-default)
7693 (semantic-ctxt-scoped-types-default):
7694 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7695 (semantic-complete-inline-tag-engine)
7696 (semantic-complete-inline-custom-type)
7697 (semantic-complete-read-tag-analyzer):
7698 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7699 (semantic-chart-database-size):
7700 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7701 (semantic-analyze-current-context):
7702 * cedet/semantic/symref/list.el (semantic-symref)
7703 (semantic-symref-hide-buffer, semantic-symref-symbol):
7704 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7705 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7706 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7707 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7708 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7709 (semantic-c-dereference-template):
7710 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7711 (semantic--analyze-refs-full-lookup-with-parents)
7712 (semantic--analyze-refs-full-lookup-simple):
7713 * cedet/semantic/analyze/complete.el
7714 (semantic-analyze-possible-completions):
7715 * cedet/srecode/table.el (srecode-mode-table-new):
7716 * cedet/srecode/srt.el (srecode-read-variable-name):
7717 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7718 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7719 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7720 * cedet/srecode/map.el (srecode-current-map):
7721 * cedet/srecode/insert.el (srecode-insert)
7722 (srecode-insert-variable-secondname-handler, srecode-insert-method)
7723 (srecode-template-inserter-point-override)
7724 (srecode-insert-include-lookup):
7725 * cedet/srecode/getset.el (srecode-auto-choose-class):
7726 * cedet/srecode/extract.el (srecode-inserter-extract):
7727 * cedet/srecode/document.el
7728 (srecode-document-autocomment-return-last-alist)
7729 (srecode-document-autocomment-param-type-alist)
7730 (srecode-document-insert-function-comment)
7731 (srecode-document-insert-variable-one-line-comment)
7732 (srecode-document-function-name-comment):
7733 * cedet/srecode/dictionary.el (srecode-create-dictionary)
7734 (srecode-compound-toString):
7735 * cedet/srecode/compile.el (srecode-flush-active-templates):
7736 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
7737 Doc/message fixes.
7738
7739 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7740 match-data. (Bug#4555).
7741
7742 * cedet/semantic/bovine/gcc.el
7743 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7744 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7745
7746 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7747 rather than parsing it as a regexp. This relaxes the layout
7748 requirements and makes errors easier to detect.
7749 (check-declare-verify): Check file is regular.
7750 (check-declare-directory): Doc fix.
7751 * subr.el (declare-function): Doc fix.
7752
7753 * ibuffer.el (ibuffer-format-qualifier):
7754 * isearch.el (hi-lock-regexp-okay):
7755 * calc/calc.el (math-zerop):
7756 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7757 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7758 Remove unused declarations.
7759
7760 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7761
7762 * cedet/semantic/wisent/javat-wy.el
7763 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7764
7765 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
7766
7767 * cedet/srecode/expandproto.el: Fix provide statement.
7768
7769 2009-09-30 Eric Ludlam <zappo@gnu.org>
7770
7771 * emacs-lisp/eieio.el (boolean-p): Delete.
7772
7773 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
7774
7775 * cedet/ede/srecode.el: Fix provide statement.
7776
7777 2009-09-30 Glenn Morris <rgm@gnu.org>
7778
7779 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7780 * cedet/ede/proj-aux.el (ede-aux-source):
7781 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7782 (ede-misc-source):
7783 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7784 (semantic-mrub-switch-tags): Fix doc typos.
7785
7786 * cedet/semantic/db-global.el (data-debug-new-buffer)
7787 (data-debug-insert-thing): Remove unneeded declarations (one broken).
7788 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7789
7790 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7791
7792 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7793 use of CL function `remove-if-not'.
7794
7795 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7796
7797 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7798 filename is not a string.
7799
7800 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
7801
7802 * files.el (safe-local-eval-forms): Fix typo.
7803
7804 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7805
7806 * vc-hooks.el (vc-dir-buffers): New var.
7807 (vc-state-refresh): New function.
7808 (vc-state): Use it.
7809 (vc-after-save): Always ask the backend to recompute the new state.
7810 Always call vc-dir if necessary, using vc-dir-buffers.
7811 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7812 Use vc-dir-buffers.
7813 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7814 (vc-dir-prepare-status-buffer, vc-dir-update)
7815 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7816 Don't call expand-file-name on default-directory.
7817
7818 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7819
7820 * speedbar.el (speedbar-item-delete):
7821 * calc/calc-prog.el (calc-kbd-if):
7822 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7823
7824 * epa.el (epa-key-list-mode-map):
7825 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7826
7827 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7828 (hs-show-hook): Fix typo in docstring.
7829
7830 2009-09-29 Glenn Morris <rgm@gnu.org>
7831
7832 * cedet/semantic/symref/idutils.el:
7833 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7834
7835 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7836
7837 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7838 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7839 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7840 Mark declarations not understood by check-declare.
7841
7842 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7843 file-name-nondirectory call preventing location of cedet files.
7844 (check-declare-verify): Use literal search rather than re-search.
7845 Add basic defmethod and defclass, and define-overloadable-function.
7846
7847 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7848 Use tramp-compat-file-attributes rather than nonexistent
7849 tramp-compat-handle-file-attributes.
7850
7851 * Makefile.in (lisptagsfiles4): New.
7852 (AUTOGENEL): Add cedet loaddefs files.
7853 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7854 (update-elclist, compile-always, backup-compiled-files)
7855 (bootstrap-clean): Add yet another directory level.
7856 (update-elclist): Use LC_COLLATE rather than COLLATE.
7857 (ELCFILES): Update, via `make update-elclist'.
7858
7859 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7860
7861 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7862 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7863 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7864
7865 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7866
7867 * Makefile.in (lisptagsfiles3): Define.
7868 (TAGS, TAGS-LISP): Use it.
7869 (update-elclist): Add third directory level to look for elc files.
7870 (compile-always): Likewise.
7871 (backup-compiled-files): Likewise.
7872 (bootstrap-clean): Likewise.
7873 (ELCFILES): Update.
7874
7875 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
7876
7877 * Makefile.in (ELCFILES): Add CEDET files.
7878
7879 2009-09-28 Eric Ludlam <zappo@gnu.org>
7880
7881 CEDET (development tools) package merged.
7882
7883 * cedet/*.el:
7884 * cedet/ede/*.el:
7885 * cedet/semantic/*.el:
7886 * cedet/srecode/*.el: New files.
7887
7888 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
7889
7890 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7891
7892 * net/tramp.el (top): Require tramp-imap.
7893
7894 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7895 Use `tramp-compat-handle-file-attributes'.
7896
7897 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7898
7899 * net/tramp-imap.el: New package.
7900
7901 2009-09-28 Eric Ludlam <zappo@gnu.org>
7902
7903 * emacs-lisp/chart.el:
7904 * emacs-lisp/eieio-base.el:
7905 * emacs-lisp/eieio-comp.el:
7906 * emacs-lisp/eieio-custom.el:
7907 * emacs-lisp/eieio-datadebug.el:
7908 * emacs-lisp/eieio-opt.el:
7909 * emacs-lisp/eieio-speedbar.el:
7910 * emacs-lisp/eieio.el: New files.
7911
7912 * cedet/cedet-cscope.el:
7913 * cedet/cedet-files.el:
7914 * cedet/cedet-global.el:
7915 * cedet/cedet-idutils.el:
7916 * cedet/data-debug.el:
7917 * cedet/inversion.el:
7918 * cedet/mode-local.el:
7919 * cedet/pulse.el: New files.
7920
7921 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7922
7923 * whitespace.el (whitespace-trailing-regexp)
7924 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7925 Fix doc string.
7926
7927 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
7928
7929 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7930 menu.
7931
7932 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7933 menu-bar-ediff-menu.
7934
7935 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7936 define-overloadable-function.
7937
7938 * progmodes/autoconf.el: Provide autoconf as well, so that this
7939 file can be `require'd.
7940
7941 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7942
7943 * emacs-lisp/autoload.el (generated-autoload-feature)
7944 (generated-autoload-load-name): New vars.
7945 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7946 (make-autoload): Recognize define-overloadable-function and
7947 defclass forms (for EIEIO).
7948
7949 * Makefile.in (update-subdirs): Exclude cedet directory.
7950
7951 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7952
7953 * term/ns-win.el: Don't set the region face background. (Bug#4381)
7954
7955 * faces.el: Default light-background background for region face to
7956 ns_selection_color under NS.
7957
7958 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7959
7960 * net/imap-hash.el: New library, see NEWS.
7961
7962 * Makefile.in (ELCFILES): Add imap-hash.el.
7963
7964 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7965
7966 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7967 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7968 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7969 definition where the docstring could be taken for the return value.
7970
7971 2009-09-26 Glenn Morris <rgm@gnu.org>
7972
7973 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7974 Add option to only show images below a certain size.
7975 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7976 save-excursion calls.
7977
7978 2009-09-26 Eli Zaretskii <eliz@gnu.org>
7979
7980 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7981 subdirectories) and eieio.
7982
7983 2009-09-26 Alan Mackenzie <acm@muc.de>
7984
7985 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7986 buggy bracketing. (Bug#4289)
7987
7988 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7989 character constants (as case labels). (Bug#4289)
7990
7991 2009-09-25 Juri Linkov <juri@jurta.org>
7992
7993 * files.el (safe-local-eval-forms): Allow time-stamp in
7994 before-save-hook (Bug#4554).
7995
7996 2009-09-25 Drew Adams <drew.adams@oracle.com>
7997
7998 * menu-bar.el (list-buffers-directory): Doc fix.
7999
8000 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8001
8002 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8003 Try and avoid copying twice the same paragraph.
8004 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8005 Remove save-excursion.
8006 (log-edit-changelog-entry): Do it here instead.
8007
8008 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
8009
8010 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8011 when available, instead of hardcoding mode names. Doc fix.
8012
8013 * menu-bar.el (list-buffers-directory): Add docstring.
8014 Make automatically buffer-local.
8015
8016 * dired.el (dired-mode):
8017 * files.el (cd-absolute):
8018 * pcvs.el (cvs-temp-buffer):
8019 * pcvs-util.el (cvs-get-buffer-create):
8020 * shell.el (shell-mode):
8021 * vc-dir.el (vc-dir-mode):
8022 Don't make `list-buffers-directory' buffer local.
8023
8024 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8025
8026 * comint.el (comint-exec, comint-run, make-comint):
8027 Doc fixes (Bug#4542).
8028
8029 2009-09-25 Glenn Morris <rgm@gnu.org>
8030
8031 * mail/rmailmm.el (rmail-mime): New custom group.
8032 Move all defcustoms in this file into this group.
8033 (rmail-mime-media-type-handlers-alist): Revert previous change.
8034 (rmail-mime-show-images): New option.
8035 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8036 references to it, since it wasn't actually used for anything.
8037 (rmail-mime-insert-image): New function.
8038 (rmail-mime-image): Use rmail-mime-insert-image.
8039 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8040 obey the value of `rmail-mime-show-images' option. Print the size of
8041 attachments.
8042
8043 2009-09-25 David Engster <deng@randomsample.de>
8044
8045 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8046
8047 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8048
8049 * whitespace.el: Does not highlight trailing spaces While point is
8050 at end of line. Does not highligt spaces at beginning of buffer
8051 while point is at beginning of buffer. Does not highlight spaces
8052 at end of buffer while point is at end of buffer. (Bug#4177)
8053 New version 12.0.
8054 (whitespace-display-mappings): Adjust initialization.
8055 (whitespace-point, whitespace-font-lock-refontify): New vars.
8056 (whitespace-color-on, whitespace-color-off): Adjust code.
8057 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8058 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8059 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8060
8061 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
8062
8063 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8064
8065 * textmodes/sgml-mode.el: Remove xml-mode alias.
8066
8067 * files.el (auto-mode-alist, conf-mode-maybe)
8068 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8069
8070 2009-09-24 Alan Mackenzie <acm@muc.de>
8071
8072 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8073 c-forward-conditionals, but it doesn't move point and doesn't set
8074 the mark.
8075 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8076 (c-down-conditional-with-else, c-backward-conditional)
8077 (c-forward-conditional): Refactor to use c-scan-conditionals.
8078
8079 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8080
8081 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8082 (help-default-arg-highlight): Remove.
8083 (help-highlight-arg): New function.
8084 (help-do-arg-highlight): Use it.
8085 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8086
8087 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8088
8089 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8090 Undo last change, which didn't fix the problem and introduced others.
8091
8092 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
8093
8094 * progmodes/gdb-mi.el: Don't require speedbar.
8095 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8096
8097 2009-09-24 Glenn Morris <rgm@gnu.org>
8098
8099 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8100
8101 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8102
8103 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8104 there is no newline after the final mime boundary. (Bug#4539)
8105 Move markers on insertion so that any buttons inserted don't end up in
8106 the next part of a multipart message.
8107 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8108 (rmail-mime-bulk-handler): Optionally handle images.
8109 (rmail-mime-image): New button action.
8110 (rmail-mime-image-handler): New function.
8111 (rmail-mime-mode): New mode.
8112 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8113
8114 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8115
8116 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8117 than just dropping elements from it (bug#4504).
8118
8119 * term.el (term-set-scroll-region): Don't move cursor any more.
8120 (term-handle-ansi-escape): Call term-goto here instead.
8121 Suggested by Ivan Kanis <apple@kanis.eu>.
8122
8123 * term.el: Require CL.
8124 (term-ansi-reset): New function.
8125 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8126 (term-handle-colors-array): Simplify.
8127
8128 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8129
8130 * allout.el (allout-overlay-interior-modification-handler)
8131 (allout-obtain-passphrase):
8132 * epa-file.el (epa-file-write-region):
8133 * ps-print.el (ps-begin-job):
8134 * vc-hooks.el (vc-toggle-read-only):
8135 * vc-rcs.el (vc-rcs-rollback):
8136 * vc-sccs.el (vc-sccs-rollback):
8137 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8138 (vc-version-diff, vc-revert, vc-rollback):
8139 * wdired.el (wdired-check-kill-buffer):
8140 * emacs-lisp/authors.el (authors):
8141 * net/socks.el (socks-open-connection):
8142 * net/zeroconf.el (zeroconf-service-add-hook):
8143 * obsolete/vc-mcvs.el (vc-mcvs-register):
8144 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8145 (gdb-select-frame):
8146 * progmodes/grep.el (lgrep, rgrep):
8147 * progmodes/idlw-help.el (idlwave-help-check-locations)
8148 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8149 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8150 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8151 (reftex-toc-rename-label): Fix typos in error messages.
8152
8153 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8154 (dired-copy-how-to-fn): Doc fix.
8155 (dired-files-attributes, dired-read-shell-command):
8156 Fix typos in docstrings.
8157
8158 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8159 (dired-x-find-file-other-window): Reflow docstrings.
8160 (dired-omit-marker-char, dired-read-shell-command)
8161 (dired-x-submit-report): Fix typos in docstrings.
8162
8163 * shell.el (shell-mode-hook):
8164 * view.el (View-scroll-line-forward):
8165 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8166 Fix typos in docstrings.
8167
8168 * net/dig.el (dig-invoke): Fix typo in docstring.
8169 (query-dig): Reflow docstring.
8170
8171 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8172 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8173 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8174 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8175 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8176 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8177 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8178 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8179 (idlwave-completion-map, idlwave-current-indent)
8180 (idlwave-custom-ampersand-surround, idlwave-customize)
8181 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8182 (idlwave-define-abbrev, idlwave-determine-class-special)
8183 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8184 (idlwave-end-block-reg, idlwave-end-of-statement)
8185 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8186 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8187 (idlwave-explicit-class-listed, idlwave-file-header)
8188 (idlwave-fill-paragraph, idlwave-find-class-definition)
8189 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8190 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8191 (idlwave-in-quote, idlwave-indent-action-table)
8192 (idlwave-indent-expand-table, idlwave-indent-line)
8193 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8194 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8195 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8196 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8197 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8198 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8199 (idlwave-outlawed-buffers, idlwave-popup-select)
8200 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8201 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8202 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8203 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8204 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8205 (idlwave-statement-type, idlwave-struct-skip)
8206 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8207 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8208 (idlwave-what-module-find-class): Fix typos in docstrings.
8209 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8210 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8211 (idlwave-find-module, idlwave-find-structure-definition)
8212 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8213 (idlwave-list-load-path-shadows, idlwave-next-statement)
8214 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8215 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8216 (idlwave-template): Reflow docstrings.
8217
8218 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8219 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8220 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8221 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8222 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8223 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8224 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8225 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8226 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8227 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8228 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8229 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8230 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8231 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8232 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8233 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8234 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8235 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8236 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8237 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8238 Fix typos in docstrings.
8239 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8240 (idlwave-shell-hide-output, idlwave-shell-mode)
8241 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8242 Reflow docstrings.
8243
8244 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8245
8246 2009-09-24 Ivan Kanis <apple@kanis.eu>
8247
8248 * term.el (term-bold-attribute): New var.
8249 (term-handle-colors-array): Use it.
8250
8251 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8252
8253 * progmodes/gdb-mi.el (gdb-version): New variable.
8254 (gdb-non-stop-handler): Set gdb-version.
8255 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8256 Condition "--thread" option on gdb-version.
8257 (gdb-invalidate-threads): Remove unused argument.
8258
8259 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8260
8261 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8262 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8263
8264 2009-09-23 Glenn Morris <rgm@gnu.org>
8265
8266 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8267 replying to mail without References or Message-Id. (Bug#4525)
8268
8269 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8270
8271 * term/ns-win.el (ns-reg-to-script): New variable.
8272
8273 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8274
8275 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8276
8277 2009-09-22 Sam Steingold <sds@gnu.org>
8278
8279 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8280 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8281 to 1 because hg returns status 1 when nothing is found.
8282 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8283
8284 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8285
8286 * textmodes/fill.el: Convert to utf-8 encoding.
8287 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8288 pre-unicode days.
8289
8290 * add-log.el (change-log-fill-forward-paragraph): New function.
8291 (change-log-mode): Use it so fill-region DTRT.
8292 Set fill-indent-according-to-mode here rather than in
8293 change-log-fill-paragraph.
8294 (change-log-fill-paragraph): Remove.
8295
8296 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8297
8298 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8299 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8300
8301 2009-09-22 Glenn Morris <rgm@gnu.org>
8302
8303 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8304 the scroll-bar scroll the calendar window rather than the buffer.
8305
8306 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8307 commands that move point (as opposed to scrolling).
8308
8309 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8310
8311 * emacs-lisp/elint.el (elint): New custom group.
8312 (elint-log-buffer): Make it a defcustom.
8313 (elint-scan-preloaded, elint-ignored-warnings)
8314 (elint-directory-skip-re): New options.
8315 (elint-builtin-variables): Doc fix.
8316 (elint-preloaded-env): New variable.
8317 (elint-unknown-builtin-args): Add an entry for encode-time.
8318 (elint-extra-errors): Make it a variable rather than a constant.
8319 (elint-preloaded-skip-re): New constant.
8320 (elint-directory): Skip files matching elint-directory-skip-re.
8321 (elint-features): New variable, local to linted buffers.
8322 (elint-update-env): Initialize elint-features. Possibly add
8323 elint-preloaded-env to the buffer's environment.
8324 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8325 Skip quoted forms.
8326 (elint-init-form): New function, extracted from elint-init-env.
8327 Make non-list forms a warning rather than an error.
8328 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8329 easy-menu-define, put that adds an error-condition, and provide.
8330 When requiring cl, also require cl-macs. Really require cl, to handle
8331 some cl macros. Store required libraries in the list elint-features,
8332 so as not to re-load them. Treat cc-require like require.
8333 (elint-init-env): Call elint-init-form to do the work.
8334 Handle eval-and-compile and such like.
8335 (elint-add-required-env): Do not clear messages.
8336 (elint-special-forms): Add handlers for function, defalias, if, when,
8337 unless, and, or.
8338 (elint-form): Add optional argument to ignore elint-special-forms,
8339 useful to prevent recursive calls from handlers. Doc fix.
8340 Respect elint-ignored-warnings.
8341 (elint-form): Respect elint-ignored-warnings.
8342 (elint-bound-variable, elint-bound-function): New variables.
8343 (elint-unbound-variable): Respect elint-bound-variable.
8344 (elint-get-args): Respect elint-bound-function.
8345 (elint-check-cond-form): Add some simple handling for (f)boundp and
8346 featurep tests.
8347 (elint-check-defalias-form): New handler.
8348 (elint-check-let-form): Make an empty let a warning rather than an
8349 error.
8350 (elint-check-setq-form): Make an empty setq a warning rather than an
8351 error. Respect elint-ignored-warnings.
8352 (elint-check-defvar-form): Accept null doc-strings.
8353 (elint-check-conditional-form): New handler. Does some simple-minded
8354 checking of featurep and (f)boundp tests.
8355 (elint-put-function-args): New function.
8356 (elint-initialize): Use elint-scan-doc-file rather than
8357 elint-find-builtin-variables. Use elint-put-function-args.
8358 Possibly scan preloaded-file-list.
8359 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8360 extend to handle functions as well.
8361
8362 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8363
8364 * linum.el (linum-delete-overlays, linum-update-window):
8365 Do not modify the right margin. (Bug#3971)
8366
8367 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8368
8369 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8370 nxml-mode instead of xml-mode.
8371
8372 2009-09-21 Kevin Ryde <user42@zip.com.au>
8373
8374 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8375
8376 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8377
8378 * net/dig.el (dig-mode): Use define-derived-mode.
8379
8380 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8381
8382 * vc-dispatcher.el (vc-do-command): Return the process object in
8383 the asynchronous case. Use when instead of if. Do not run
8384 vc-exec-after to display a message if not enabled. (Bug#4463)
8385
8386 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8387 properties to the stash strings.
8388 (vc-git-stash-list): Return a list of strings.
8389 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8390 (vc-git-stash-show-at-point): New functions.
8391 (vc-git-stash-map): New keymap.
8392
8393 * register.el (ctl-x-r-map): Define the keys here instead of
8394 using autoload.
8395
8396 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8397
8398 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8399 list, to workaround performance problem (bug#4485).
8400
8401 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8402
8403 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8404
8405 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8406
8407 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8408 Document that this option is not recommended to use.
8409
8410 2009-09-19 Glenn Morris <rgm@gnu.org>
8411
8412 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8413 variable `var'.
8414
8415 * calc/calc-alg.el (var):
8416 * calc/calcalg2.el (var): Define for compiler.
8417
8418 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8419
8420 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8421 Doc fix (Bug#3932).
8422
8423 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8424
8425 * time-stamp.el (time-stamp-month-dd-yyyy)
8426 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8427 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8428 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8429 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8430 Remove functions that have been obsolete since 1995 (Bug#4436).
8431
8432 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8433 indent buffer only if called interactively (Bug#4452).
8434
8435 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8436 Eli Zaretskii <eliz@gnu.org>
8437
8438 This fixes bug#4197 (merged to bug#865, though not identical).
8439 * server.el (server-auth-dir): Add docstring note about FAT32.
8440 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8441 but warn against using them.
8442
8443 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8444
8445 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8446 older GDB where there is no has_more field.
8447
8448 2009-09-19 Glenn Morris <rgm@gnu.org>
8449
8450 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8451
8452 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8453
8454 * files.el (auto-mode-alist): Change default for XML files to nXML
8455 mode (Bug#4169).
8456
8457 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8458
8459 * server.el (server-ensure-safe-dir): Pass 'integer
8460 to `file-attributes', as suggested.
8461
8462 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8463
8464 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8465 (dired-query): Use read-key.
8466
8467 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8468
8469 * cus-start.el (ns-use-qd-smoothing): Remove.
8470
8471 2009-09-18 Glenn Morris <rgm@gnu.org>
8472
8473 * allout.el (top-level): Remove unnecessary progn.
8474
8475 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8476
8477 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8478 definition of abbrev table.
8479
8480 * speedbar.el (speedbar-track-mouse):
8481 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8482 * net/eudc.el (eudc-expand-inline):
8483 * net/newst-backend.el (newsticker--cache-read-feed):
8484 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8485 condition-case handlers.
8486
8487 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8488
8489 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8490 (gdb-var-list): Add an element for has_more field.
8491 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8492 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8493 (gdb-var-update-handler-1): Parse output of dynamic variable
8494 objects (STL containers).
8495 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8496 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8497
8498 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8499 gdb-var-list.
8500 (gud-speedbar-buttons): Make node expandable if expression "has more"
8501 children.
8502
8503 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8504
8505 * startup.el (emacs-quick-startup): Remove variable and all uses.
8506 (command-line): Set `inhibit-x-resources' instead.
8507 (command-line-1): Use `inhibit-x-resources' instead.
8508
8509 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8510
8511 * subr.el: Fix last change to avoid using the `unless' macro,
8512 which breaks bootstrapping.
8513
8514 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8515
8516 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8517 extended definitions, in case we reload subr.el after having
8518 loaded CL.
8519 (eval-next-after-load): Mark as obsolete.
8520
8521 2009-09-17 Juri Linkov <juri@jurta.org>
8522
8523 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8524 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8525 (menu-bar-showhide-menu, menu-bar-tools-menu)
8526 (menu-bar-describe-menu, menu-bar-help-menu)
8527 (minibuffer-local-completion-map, minibuffer-local-map):
8528 Fix list quoting.
8529
8530 2009-09-17 Glenn Morris <rgm@gnu.org>
8531
8532 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8533 arguments, whether or not it has a handler.
8534
8535 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8536
8537 * simple.el (hard-newline): Give it a doc-string.
8538
8539 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8540 (lisp-mode-syntax-table): Give them doc-strings.
8541
8542 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8543
8544 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8545 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8546 (menu-bar-options-menu, menu-bar-showhide-menu)
8547 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8548 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8549 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8550 (menu-bar-options-menu, menu-bar-tools-menu)
8551 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8552 (menu-bar-help-menu):
8553 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8554 string arguments.
8555
8556 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8557 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8558 calls for the menu names and :help.
8559
8560 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8561
8562 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8563 to :minor-mode-function (bug#4455).
8564
8565 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8566
8567 * startup.el (command-line): Initialize the window-system after
8568 processing the command-line.
8569
8570 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8571 page-delimiter matches the empty string.
8572
8573 2009-09-16 Glenn Morris <rgm@gnu.org>
8574
8575 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8576 byte-compile-not-obsolete-var. It's a list now.
8577 (byte-compile-not-obsolete-funcs): New variable.
8578 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8579 byte-compile-not-obsolete-funcs.
8580 (byte-compile-variable-ref, byte-compile-defvar): Update for
8581 byte-compile-not-obsolete-vars name-change and list nature.
8582 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8583 and variables behind (f)boundp tests.
8584 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8585
8586 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8587
8588 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8589
8590 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8591
8592 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8593 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8594 Don't autoload.
8595
8596 2009-09-15 Stephen Eglen <stephen@gnu.org>
8597
8598 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8599 the virtual-buffers, use the name of the buffer specified by
8600 find-file-noselect, as the match may be a symlink. (This was a
8601 problem if the target and the symlink had different names.)
8602
8603 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8604
8605 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8606
8607 * desktop.el (desktop-path): Check user-emacs-directory.
8608
8609 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8610
8611 * loadup.el: Use after-load-functions to GC after loading each file.
8612 Remove the explicit GC calls that used to be sprinkled around.
8613
8614 * subr.el (after-load-functions): New hook.
8615 (do-after-load-evaluation): Run it. Use string-match-p to detect
8616 `obsolete' packages, rather than painfully extracting the relevant
8617 directory name.
8618
8619 2009-09-15 Glenn Morris <rgm@gnu.org>
8620
8621 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8622 free variable `doc'.
8623
8624 * dired.el (dired-mode-map): Add menu entry for async shell command.
8625
8626 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8627 variables, also consider the .elc files, since the .el files are
8628 normally gzipped (subsequent code locates the .el.gz from the .elc).
8629
8630 * calc/calc-prog.el (arglist): Define for compiler.
8631
8632 * calendar/diary-lib.el (diary-display-function): Change the default to
8633 fancy display.
8634 (body): Define for compiler.
8635
8636 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8637 (byte-compile-file-form, byte-compile-lambda)
8638 (byte-compile-top-level-body, byte-compile-form)
8639 (byte-compile-variable-ref, byte-compile-setq)
8640 (byte-compile-setq-default, byte-compile-body)
8641 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8642 (batch-byte-compile): Give some more local variables with common names
8643 a "bytecomp-" prefix to avoid masking warnings about free variables.
8644
8645 * startup.el (command-line-1): Give local variables with common names a
8646 distinguishing prefix, so as not to hide free variable warnings during
8647 bootstrap.
8648
8649 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8650 clever and add a suffix to make a unique name, just let the user decide
8651 whether or not to overwrite it. If the input is a directory, write the
8652 default filename to that directory. (Bug#4388)
8653 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8654 is a filename-as-a-directory.
8655
8656 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8657
8658 * textmodes/page.el (what-page): Don't move to beginning of line.
8659 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8660
8661 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8662
8663 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8664
8665 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8666
8667 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8668 * help.el (help-for-help-internal): Add purecopy calls for text.
8669
8670 * vc.el (top): print-log method now takes an optional SHORTLOG
8671 argument. Add a new method: root.
8672 (vc-root-diff, vc-print-root-log): New functions.
8673 (vc-log-short-style): New variable.
8674 (vc-print-log-internal): Add support for showing short logs.
8675
8676 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8677 vc-print-root-log and vc-print-root-diff.
8678
8679 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8680 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8681 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8682 short logs.
8683
8684 * vc-cvs.el (vc-cvs-print-log):
8685 * vc-mtn.el (vc-mtn-print-log):
8686 * vc-rcs.el (vc-rcs-print-log):
8687 * vc-sccs.el (vc-sccs-print-log):
8688 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8689 that is ignored for now.
8690
8691 * vc-mtn.el (vc-mtn-annotate-command):
8692 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8693
8694 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8695
8696 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8697 to function-key-map, and give them ascii-character property.
8698 * term/x-win.el (x-alternatives-map):
8699 * term/ns-win.el (ns-alternatives-map):
8700 * term/internal.el (msdos-key-remapping-map):
8701 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8702
8703 2009-09-14 Glenn Morris <rgm@gnu.org>
8704
8705 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8706 temp-buffers (2009-09-12).
8707
8708 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8709
8710 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8711 the new read-key function.
8712
8713 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8714
8715 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8716 is defined (Bug#4405).
8717
8718 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8719
8720 * recentf.el (recentf-cleanup): Use a hash table to find
8721 duplicates (Bug#4407).
8722
8723 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
8724
8725 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8726 kp-0 to ascii equivalents (Bug#4325).
8727
8728 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8729
8730 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8731
8732 * eshell/em-hist.el:
8733 * eshell/em-dirs.el (eshell-complete-user-reference):
8734 Declare pcomplete functions and variables to avoid compiler warnings.
8735
8736 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8737
8738 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8739 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8740 * eshell/em-alias.el (eshell-aliases-file):
8741 * eshell/em-hist.el (eshell-history-file-name):
8742 Use expand-file-name instead of concat to make file names (Bug#4308).
8743
8744 2009-09-13 Glenn Morris <rgm@gnu.org>
8745
8746 * ediff-merg.el (ediff-do-merge):
8747 * filesets.el (filesets-run-cmd):
8748 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8749 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8750 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8751 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8752 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8753 Replace empty `let's with `progn'.
8754
8755 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8756
8757 * mail/sendmail.el (send-mail-function):
8758 * tooltip.el (tooltip-mode):
8759 * simple.el (transient-mark-mode):
8760 * rfn-eshadow.el (file-name-shadow-mode):
8761 * frame.el (blink-cursor-mode):
8762 * font-core.el (global-font-lock-mode):
8763 * files.el (temporary-file-directory)
8764 (small-temporary-file-directory, auto-save-file-name-transforms):
8765 * epa-hook.el (auto-encryption-mode):
8766 * composite.el (global-auto-composition-mode):
8767 Use custom-initialize-delay.
8768 * startup.el (command-line): Don't explicitly call
8769 custom-reevaluate-setting for all the above vars.
8770 * custom.el (custom-initialize-safe-set)
8771 (custom-initialize-safe-default): Delete.
8772
8773 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8774
8775 * term/x-win.el (x-initialize-window-system):
8776 * term/w32-win.el (w32-initialize-window-system):
8777 * term/ns-win.el (ns-initialize-window-system): Don't call
8778 mouse-wheel-mode since it's enabled globally by default already.
8779
8780 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8781 actually define the variable, but only silences the byte-compiler.
8782 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8783 before looking it up.
8784 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8785 is changed.
8786
8787 2009-09-12 Glenn Morris <rgm@gnu.org>
8788
8789 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8790 1000.
8791 (elint-add-required-env): Don't beep on error.
8792 (elint-forms): In case of error, return ENV unchanged.
8793 (elint-init-env): Skip non-list forms.
8794 (elint-log): Handle unknown file positions.
8795
8796 2009-09-12 Daiki Ueno <ueno@unixuser.org>
8797
8798 * epg.el (epg-make-context): Add autoload cookie.
8799 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8800 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8801 (epg-verify-string, epg-start-sign, epg-sign-file)
8802 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8803 (epg-encrypt-string, epg-start-export-keys)
8804 (epg-export-keys-to-file, epg-export-keys-to-string)
8805 (epg-start-import-keys, epg-import-keys-from-file)
8806 (epg-import-keys-from-string, epg-start-receive-keys)
8807 (epg-receive-keys, epg-import-keys-from-server)
8808 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8809 (epg-sign-keys, epg-start-generate-key)
8810 (epg-generate-key-from-file, epg-generate-key-from-string):
8811 Remove autoload cookie.
8812
8813 2009-09-12 Eli Zaretskii <eliz@gnu.org>
8814
8815 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8816 reevaluation of trash-directory.
8817
8818 * mwheel.el: Fix last change.
8819 (mouse-wheel-mode): New defvar.
8820 (mouse-wheel-mode): Remove autoload cookie.
8821
8822 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8823
8824 * mwheel.el (mwheel-installed-bindings): New var.
8825 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8826 the bindings we set last time. Use custom-initialize-delay.
8827 * loadup.el: Load mwheel after term/*-win.el.
8828 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8829 and mouse-wheel-up-event now that their first evaluation is done
8830 sufficiently late to be correct.
8831
8832 * startup.el (tutorial-directory): Make it a defcustom.
8833 Use custom-initialize-delay rather than eval-at-startup to set it.
8834 * image.el (image-load-path): Make it a defcustom.
8835 Use custom-initialize-delay rather than eval-at-startup to set it.
8836 * subr.el (eval-at-startup): Remove.
8837 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8838
8839 * subr.el (do-after-load-evaluation): Warn the user after loading an
8840 obsolete package.
8841
8842 2009-09-12 Glenn Morris <rgm@gnu.org>
8843
8844 * proced.el (proced-mark-alt): Remove alias.
8845 (proced-mode-map): Remove proced-mark-alt.
8846
8847 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8848 Elint file and directory. Remove initialization entry.
8849
8850 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8851 commands.
8852 (elint-current-buffer): Set mode-line-process.
8853 (elint-init-env): Handle define-derived-mode.
8854 Fix declare-function with unspecified arglist. Guard against odd
8855 defalias statements (eg iso-insert's 8859-1-map).
8856 (elint-add-required-env): Use a temp buffer.
8857 (elint-form): Just print the function/macro name, not the whole form.
8858 Return env unchanged if we fail to parse a macro.
8859 (elint-forms): Guard against parse errors.
8860 (elint-output): New function, to handle batch mode.
8861 (elint-log-message): Add optional argument. Use elint-output.
8862 (elint-set-mode-line): New function.
8863
8864 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8865
8866 * emacs-lisp/elp.el (elp-not-profilable): Add more
8867 functions (Bug#4233).
8868
8869 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8870
8871 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8872 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8873
8874 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8875
8876 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8877 (gdb-var-list-children): Use json parsing.
8878
8879 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
8880
8881 * progmodes/js.el (js--proper-indentation): Handle the case where
8882 char-before is null. Reported by Deniz Dogan.
8883
8884 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8885
8886 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8887
8888 2009-09-11 Daiki Ueno <ueno@unixuser.org>
8889
8890 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8891 (epg-digest-algorithm-alist): Add SHA224.
8892 (epg-context-set-passphrase-callback)
8893 (epg-context-set-progress-callback): Add description about
8894 callback function.
8895
8896 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8897
8898 * custom.el (custom-delayed-init-variables): New var.
8899 (custom-initialize-delay): New function.
8900 * startup.el (command-line): "Re"evaluate all vars in
8901 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8902 explicitly any more.
8903 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8904 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8905
8906 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8907
8908 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8909
8910 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8911 (gdb-var-update-handler): Use json parsing.
8912
8913 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8914
8915 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8916 decode annotated text, regardless of language environment. (Bug#2741)
8917
8918 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8919
8920 * Makefile.in (autoloads): Make rmail.el writable as well.
8921
8922 2009-09-11 Glenn Morris <rgm@gnu.org>
8923
8924 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8925 loaddefs.el.
8926 * dired.el: Regenerate with extracted autoloads.
8927 * Makefile.in (autoloads): Make dired.el writable.
8928
8929 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8930 * ibuffer.el: Regenerate with extracted autoloads.
8931 * Makefile.in (autoloads): Make ibuffer.el writable.
8932
8933 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8934 * version.el (emacs-copyright, emacs-major-version)
8935 (emacs-minor-version): Reformat doc-strings for make-docfile.
8936
8937 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8938 functions and variables, since they must be stuff specific to some other
8939 platform.
8940 (apropos-print): Make mouse-click message less specific about button.
8941
8942 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8943 that records where a macro was defined.
8944 * help-fns.el (describe-function-1): Mention if a function has a
8945 compiler-macro.
8946 * help-mode.el (help-function-cmacro): New button.
8947
8948 * locate.el (top-level): Always require dired.
8949 (locate-mode-map): Initialize inside the defvar.
8950
8951 * net/ange-ftp.el (dired-compress-file): Declare.
8952 (ange-ftp-dired-compress-file): Add doc string.
8953
8954 * term/ns-win.el (x-display-name, x-setup-function-keys):
8955 Unify doc-strings with X versions.
8956
8957 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8958
8959 * emulation/crisp.el (crisp-mode-map): Move initialization
8960 into declaration.
8961 (crisp-mode): Use define-minor-mode.
8962
8963 * progmodes/xscheme.el (xscheme-evaluation-commands):
8964 Put a :advertised-binding property rather than using
8965 advertised-xscheme-send-previous-expression.
8966 (advertised-xscheme-send-previous-expression): Declare obsolete.
8967 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8968 `advertised-undo'.
8969 (crisp-mode): Add corresponding bindings to
8970 undo's :advertised-binding instead.
8971 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8972 than using dired-advertised-find-file.
8973 (dired-advertised-find-file):
8974 * simple.el (advertised-undo):
8975 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8976 (widget-keymap): Put a :advertised-binding property rather
8977 than using advertised-widget-backward.
8978 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8979 than using advertised-undo.
8980 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8981
8982 2009-09-10 Simon South <ssouth@slowcomputing.org>
8983
8984 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8985 Mark mode is enabled and region is active; otherwise indent or
8986 insert TAB as usual.
8987 (delphi-mode): Update description of TAB-key binding.
8988
8989 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8990
8991 * subr.el (define-key-rebound-commands): Mark obsolete.
8992 * startup.el (precompute-menubar-bindings): Remove.
8993 (normal-top-level): Remove obsolete code that tried to precompute
8994 menubar bindings.
8995 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8996 define-key-rebound-commands and precompute-menubar-bindings.
8997
8998 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8999
9000 * net/imap.el (imap-interactive-login): Better messages.
9001 (imap-open): Fix bug with renamed buffer on reconnect.
9002 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9003 for easier debugging and cleaner code. On successful (guessed based on
9004 server capabilities) secondary authentication, set imap-state
9005 correctly.
9006 (imap-last-authenticator): Define imap-last-authenticator as a variable
9007 to avoid warnings.
9008
9009 2009-09-10 Glenn Morris <rgm@gnu.org>
9010
9011 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9012
9013 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9014 (byte-compile-file-form-autoload): Don't warn about unknown functions
9015 where the autoload statement comes after the use.
9016 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9017 that any handlers inside the body (eg require) are in turn respected.
9018
9019 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9020 effects.
9021
9022 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9023 and syntax and abbrev tables basic docs, if they don't have any.
9024
9025 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9026
9027 * international/mule-cmds.el (top-level): Require cl when compiling.
9028 (view-hello-file): Use default-value rather than
9029 default-enable-multibyte-characters.
9030
9031 * progmodes/fortran.el: Move all safe and risky properties into the
9032 defcustoms.
9033
9034 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9035 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9036 * mail/undigest.el:
9037 Put autoloads in rmail.el rather than loaddefs.el.
9038 * mail/rmail.el: Regenerate with extracted autoloads.
9039
9040 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9041 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9042
9043 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
9044
9045 Reported in thread for Bug#4375.
9046 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9047 "-data-evaluate-expression" instead of print.
9048 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9049 (gdb-tooltip-print): Parse output from above MI command.
9050 (gdb): Revert 2009-08-11 change. User should detach inferior
9051 manually.
9052
9053 Remove the word "separate" from IO functions as inferior
9054 output is now never displayed in the GUD buffer.
9055
9056 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
9057
9058 * startup.el (command-line-normalize-file-name): On Windows and
9059 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9060
9061 2009-09-10 Juri Linkov <juri@jurta.org>
9062
9063 * isearch.el (isearch-text-char-description): Propertize escape
9064 character sequences with the `escape-glyph' face. (Bug#4344)
9065
9066 * simple.el (shell-command): Set asynchronous process filter to
9067 `comint-output-filter'. (Bug#4343)
9068
9069 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9070 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9071 the list. Move "asm" to the bottom.
9072 (grep-find-ignored-directories): Add `choice' with nil value
9073 to empty the list easily.
9074 (grep-find-ignored-files): New option.
9075 (grep-files-history): Set to nil by default instead of '("ch" "el").
9076 (grep-compute-defaults): Add "<X>" to `grep-template'.
9077 (grep-read-files): Bind new local variables `default-alias' and
9078 `default-extension'. Use a list of default values for the file prompt.
9079 (lgrep): Add `--exclude=' command line options composed from
9080 `grep-find-ignored-files'.
9081 (rgrep): Add `-name' command line options composed from
9082 `grep-find-ignored-files'. (Bug#4301)
9083
9084 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9085
9086 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9087 (bug#4368).
9088
9089 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9090
9091 * calendar/time-date.el (autoload):
9092 Expand define-obsolete-function-alias into defalias and make-obsolete
9093 for old Emacsen that Gnus supports.
9094 (with-no-warnings): Define it for old Emacsen.
9095 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9096 is available.
9097 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9098 float-time is available; suppress compile warning for time-to-seconds.
9099
9100 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9101
9102 * net/imap.el (imap-message-map): Docstring fix.
9103
9104 2009-09-09 Glenn Morris <rgm@gnu.org>
9105
9106 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9107 line numbers too. (Bug#4374)
9108
9109 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9110
9111 * smerge-mode.el (smerge-remove-props, smerge-refine):
9112 Use with-silent-modifications (bug#4342).
9113
9114 * subr.el (with-silent-modifications): New macro.
9115
9116 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9117
9118 * files.el (top-level): Require `cl' when compiling.
9119
9120 2009-09-07 Glenn Morris <rgm@gnu.org>
9121
9122 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9123
9124 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9125 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9126
9127 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9128
9129 * vc-git.el (vc-git-annotate-command): Use separator to parse
9130 arguments correctly.
9131
9132 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9133
9134 * proced.el (proced-mode): Doc fix.
9135
9136 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9137
9138 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9139 lstat fails.
9140 (tramp-do-file-attributes-with-ls): Check for file existence at
9141 remote end.
9142 (tramp-do-file-attributes-with-stat): Likewise.
9143 (tramp-convert-file-attributes): Return nil when attr is nil.
9144
9145 2009-09-05 Glenn Morris <rgm@gnu.org>
9146
9147 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9148 properties to this button.
9149 (diary-fancy-display): Don't extend the button to the final newline.
9150 (diary-fancy-display-mode): Continue to define "q" as a local key.
9151
9152 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9153 efficient.
9154
9155 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9156
9157 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9158 (byte-compile-dest-file-function): New option.
9159 (byte-compile-dest-file): Doc fix.
9160 Obey byte-compile-dest-file-function.
9161 (byte-compile-cl-file-p): New function.
9162 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9163 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9164 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9165 than for file being previously loaded.
9166 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9167 (byte-compile-file-form-require): Handle the case where requiring a file
9168 indirectly causes CL to be loaded.
9169
9170 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9171
9172 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9173 before killing the old buffer, since by the time `kill-buffer' is
9174 run so many buffer variables have been set to nil that it may not
9175 behave as expected. (Bug#4061)
9176
9177 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9178
9179 * files.el (find-alternate-file): If the old buffer is modified
9180 and visiting a file, behave similarly to `kill-buffer' when
9181 killing it, thus reverting to the pre-1.878 behavior; see
9182 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9183 for discussion. Also, consult `buffer-file-name' as a variable
9184 not as a function, for consistency with the rest of the code.
9185
9186 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9187
9188 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9189 also when adding a new directory.
9190
9191 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
9192 defun.
9193
9194 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9195
9196 * files.el (locate-file-completion-table): Make it provide boundary
9197 information, so partial-completion works better.
9198
9199 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9200
9201 * mail/footnote.el (Footnote-text-under-cursor):
9202 Check footnote-text-marker-alist before using it (bug#4324).
9203
9204 2009-09-04 Glenn Morris <rgm@gnu.org>
9205
9206 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9207 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9208 * play/solitaire.el, play/tetris.el:
9209 Remove leading * from defcustom and defface docs.
9210
9211 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9212 necessary.
9213 (diary-fancy-overriding-map): New variable.
9214 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9215 Use view-mode.
9216
9217 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9218 goto-line.
9219
9220 2009-09-03 Glenn Morris <rgm@gnu.org>
9221
9222 * arc-mode.el (archive-mode):
9223 * dos-fns.el (set-default-process-coding-system):
9224 * man.el (Man-getpage-in-background):
9225 * menu-bar.el (menu-bar-describe-menu):
9226 * server.el (server-process-filter):
9227 * startup.el (command-line):
9228 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9229 * w32-fns.el (set-default-process-coding-system):
9230 * x-dnd.el (x-dnd-handle-file-name):
9231 * international/mule-cmds.el (mule-menu-keymap)
9232 (set-default-coding-systems, language-info-alist, set-language-info)
9233 (set-language-environment, standard-display-european-internal)
9234 (set-locale-environment):
9235 * international/mule-diag.el (mule-diag):
9236 * mail/emacsbug.el (report-emacs-bug):
9237 * mail/rmail.el (rmail-mode):
9238 * mail/sendmail.el (mail-setup):
9239 Use default-value rather than default-enable-multibyte-characters.
9240
9241 * progmodes/f90.el: Move all safe properties into the defcustoms.
9242 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9243
9244 * calendar/appt.el (appt-check):
9245 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9246 (diary-check-diary-file, diary-list-entries)
9247 (diary-include-other-diary-files, diary-simple-display)
9248 (diary-fancy-display, diary-print-entries)
9249 (diary-mark-included-diary-files, diary-make-entry):
9250 Don't call substitute-in-file-name on diary-file.
9251
9252 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9253 Stefan Monnier <monnier@iro.umontreal.ca>
9254
9255 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9256 (footnote-mode-map): Move initialization into the declaration.
9257 (footnote-minor-mode-map): Define it rather than changing global-map.
9258 (footnote-mode): Use define-minor-mode.
9259
9260 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9261
9262 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9263 (tramp-do-file-attributes-with-perl)
9264 (tramp-do-file-attributes-with-stat): Rename from
9265 `tramp-handle-file-attributes-with-*'.
9266 (tramp-handle-file-attributes): Use them.
9267 (tramp-do-directory-files-and-attributes-with-perl)
9268 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9269 `tramp-handle-directory-files-and-attributes-with-*'.
9270 (tramp-handle-directory-files-and-attributes): Use them.
9271 (tramp-method-out-of-band-p): Additional parameter SIZE.
9272 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9273 (tramp-handle-write-region): Use it.
9274 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9275 (tramp-handle-vc-registered): Check, whether the first run did
9276 return files to be tested.
9277 (tramp-advice-make-auto-save-file-name): Do not call directly
9278 `tramp-handle-make-auto-save-file-name', because this would bypass
9279 the locking mechanism.
9280
9281 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9282 (file-remote-p, process-file, start-file-process, set-file-times)
9283 (tramp-compat-file-attributes): Compatibility functions shall not
9284 call directly `tramp-handle-*', because this would bypass the
9285 locking mechanism.
9286 (tramp-compat-number-sequence): New defun.
9287
9288 2009-09-02 Glenn Morris <rgm@gnu.org>
9289
9290 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9291 alias for float-time.
9292 (time-to-number-of-days): In Emacs, use float-time.
9293 * net/newst-backend.el (time-add): Suppress warnings from compat
9294 function.
9295 * time.el (emacs-uptime, emacs-init-time):
9296 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9297 Use float-time rather than time-to-seconds.
9298
9299 * minibuffer.el (completion-initials-expand): Fix typo.
9300
9301 * faces.el (modeline, modeline-inactive, modeline-highlight)
9302 (modeline-buffer-id):
9303 * info.el (info-menu-5): Mark these face aliases as obsolete.
9304
9305 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9306
9307 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9308 space ...
9309 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9310 no "--thread" option.
9311 (gdb-stopped): Don't print "Switched to thread" message when it is
9312 unchanged.
9313
9314 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9315
9316 * minibuffer.el (completion-try-completion)
9317 (completion-all-completions): Remove ill-defined (and
9318 mistakenly installed and luckily never used nor documented)
9319 `completion-styles' property.
9320 (completion-initials-expand, completion-initials-all-completions)
9321 (completion-initials-try-completion): New functions.
9322 (completion-styles-alist): Add doc to each entry.
9323 Add new `initials' entry.
9324
9325 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9326
9327 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9328 MI command -var-evaluate-expression.
9329 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9330 and tweak for case of string child.
9331 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9332
9333 2009-09-01 Glenn Morris <rgm@gnu.org>
9334
9335 * add-log.el (change-log-date-face, change-log-name-face)
9336 (change-log-email-face, change-log-file-face, change-log-list-face)
9337 (change-log-conditionals-face, change-log-function-face)
9338 (change-log-acknowledgement-face):
9339 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9340 (custom-modified-face, custom-set-face, custom-changed-face)
9341 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9342 (custom-documentation-face, custom-state-face, custom-comment-face)
9343 (custom-comment-tag-face, custom-variable-tag-face)
9344 (custom-variable-button-face, custom-face-tag-face)
9345 (custom-group-tag-face-1, custom-group-tag-face):
9346 * diff-mode.el (diff-header-face, diff-file-header-face)
9347 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9348 (diff-added-face, diff-changed-face, diff-function-face)
9349 (diff-context-face, diff-nonexistent-face):
9350 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9351 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9352 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9353 (Info-title-4-face):
9354 * isearch.el (isearch-lazy-highlight-face):
9355 * log-view.el (log-view-file-face, log-view-message-face):
9356 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9357 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9358 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9359 (cvs-msg-face):
9360 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9361 (smerge-base-face, smerge-markers-face):
9362 * wid-edit.el (widget-documentation-face, widget-button-face)
9363 (widget-field-face, widget-single-line-field-face)
9364 (widget-inactive-face, widget-button-pressed-face):
9365 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9366 (woman-addition-face):
9367 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9368 (eshell-ls-executable-face, eshell-ls-readonly-face)
9369 (eshell-ls-unreadable-face, eshell-ls-special-face)
9370 (eshell-ls-missing-face, eshell-ls-archive-face)
9371 (eshell-ls-backup-face, eshell-ls-product-face)
9372 (eshell-ls-clutter-face):
9373 * eshell/em-prompt.el (eshell-prompt-face):
9374 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9375 * obsolete/old-whitespace.el (whitespace-highlight-face):
9376 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9377 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9378 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9379 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9380 (antlr-font-lock-literal-face):
9381 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9382 (ebrowse-root-class-face, ebrowse-file-name-face)
9383 (ebrowse-default-face, ebrowse-member-attribute-face)
9384 (ebrowse-member-class-face, ebrowse-progress-face):
9385 * progmodes/make-mode.el (makefile-space-face):
9386 * progmodes/sh-script.el (sh-heredoc-face):
9387 * textmodes/flyspell.el (flyspell-incorrect-face)
9388 (flyspell-duplicate-face):
9389 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9390 * textmodes/texinfo.el (texinfo-heading-face):
9391 Mark face aliases with "-face" suffix as obsolete.
9392
9393 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9394 compiler.
9395
9396 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9397 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9398 easy-menu-define wants to modify these.
9399
9400 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9401
9402 * net/browse-url.el (browse-url-file-url):
9403 * term/internal.el (dos-codepage-setup):
9404 Use default-value rather than default-enable-multibyte-characters.
9405
9406 * progmodes/etags.el (etags-goto-tag-location):
9407 * progmodes/flymake.el (flymake-highlight-line)
9408 (flymake-goto-file-and-line, flymake-goto-line):
9409 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9410 (gdb-goto-breakpoint):
9411 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9412 * progmodes/python.el (python-find-function)
9413 (python-pdbtrack-track-stack-file):
9414 * progmodes/verilog-mode.el (verilog-surelint-off):
9415 * term/ns-win.el (ns-open-file-select-line):
9416 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9417 Use forward-line rather than goto-line.
9418
9419 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9420 * textmodes/reftex-index.el (reftex-display-index):
9421 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9422 * textmodes/reftex-toc.el (reftex-toc):
9423 Remove unnecessary bindings of default-major-mode (all are followed by
9424 major-mode check and possible mode switch).
9425
9426 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9427
9428 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9429 Handle watchpoints (bug#4282).
9430 (def-gdb-thread-buffer-command): Enable thread to be selected by
9431 clicking without selecting threads buffer first.
9432 (gdb-current-context-command): Use selected frame so that "up",
9433 "down" etc work in the GUD buffer.
9434 (gdb-update): Find selected frame before rendering stack buffer.
9435 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9436
9437 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9438
9439 * progmodes/sym-comp.el (displayed-completions): Remove.
9440 (symbol-complete): Use minibuffer-complete.
9441
9442 2009-08-31 Glenn Morris <rgm@gnu.org>
9443
9444 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9445
9446 * apropos.el (apropos-symbols-internal):
9447 Handle (obsolete) face aliases.
9448
9449 * faces.el (describe-face): Adjust the output format to be more like
9450 describe-variable, and to mention (obsolete) face aliases.
9451 Adjust the whitespace so that help-setup-xref works.
9452
9453 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9454 * calendar/diary-lib.el (diary-button-face):
9455 Mark these face aliases as obsolete.
9456
9457 * calendar/calendar.el (calendar-today): Doc fix.
9458
9459 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9460
9461 * progmodes/gdb-mi.el (gdb-control-all-threads)
9462 (gdb-control-current-thread): Force tool bar update.
9463 (gdb-non-stop-handler): New function.
9464 (gdb-init-1): Use it to test if non-stop mode is supported.
9465 Remove unused gdbmi buffer type.
9466
9467 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9468
9469 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9470 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9471
9472 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9473
9474 * comint.el (comint-exec-1): Check command is non-null first.
9475 Part of gdb-mi.el change (2009-08-28).
9476
9477 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9478
9479 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9480
9481 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9482
9483 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9484 instead of `dolist' to avoid a recursive require when bootstrapping.
9485
9486 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9487
9488 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9489
9490 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9491
9492 * net/imap.el (imap-send-command): Simplify.
9493 (imap-wait-for-tag): point-max -> buffer-size.
9494
9495 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9496
9497 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9498 with constant argument.
9499
9500 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9501
9502 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9503
9504 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9505 Change default, since most of our files don't have a history.
9506 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9507 the user.
9508
9509 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9510 Add comint-run.
9511
9512 * calc/calc.el: Improve commenting convention.
9513 (calc-digit-map, toplevel): Simplify.
9514
9515 * comint.el (comint-insert-input): Be careful to only set point if we
9516 don't delegate to some other command.
9517
9518 * proced.el (proced-signal-list): Make it an alist.
9519 (proced-grammar-alist): Capitalize names.
9520 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9521 Disable undo manually and make it read-only.
9522 Use completion-annotate-function.
9523
9524 * minibuffer.el (minibuffer-message): If the current buffer is not
9525 a minibuffer, insert the message in the echo area rather than at the
9526 end of the buffer.
9527 (completion-annotate-function): New variable.
9528 (minibuffer-completion-help): Use it.
9529 (completion--embedded-envvar-table): Environment vars are
9530 always case-sensitive.
9531
9532 2009-08-30 Glenn Morris <rgm@gnu.org>
9533
9534 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9535 from fortran-current-defun.
9536 (fortran-beginning-of-subprogram): Be more precise about finding the
9537 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9538 (fortran-end-of-subprogram): Simplify.
9539 (fortran-current-defun): Use fortran-start-prog-re.
9540
9541 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9542
9543 * subr.el (do-after-load-evaluation): Simplify.
9544
9545 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9546
9547 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9548
9549 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9550 (vc-rcs-print-log): Use it.
9551
9552 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9553
9554 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9555
9556 * paths.el (abbrev-file-name): Move to abbrev.el.
9557 * abbrev.el (abbrev-file-name): Move from paths.el.
9558 Obey user-emacs-directory.
9559 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9560 user-emacs-directory.
9561 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9562 abbrev-file-name and calc-settings-file any more.
9563 * startup.el (command-line): Recompute abbrev-file-name and
9564 abbreviated-home-dir.
9565 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9566 of the special code for when C-h bindings haven't been changed.
9567 (display-startup-echo-area-message): Use with-current-buffer.
9568 (command-line-1): Use a list of strings, rather than a list of lists
9569 of strings for longopts.
9570
9571 * files.el (get-free-disk-space): Use / for default-directory.
9572
9573 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9574 Use with-current-buffer.
9575
9576 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9577 Recognize immutable variables like most-positive-fixnum.
9578 (byte-compile-setq-default): Check and warn if trying to assign
9579 to an immutable variable, or a non-variable.
9580
9581 * progmodes/cc-vars.el (c-comment-continuation-stars):
9582 * progmodes/cc-engine.el (c-looking-at-bos):
9583 * progmodes/cc-cmds.el (c-toggle-auto-state)
9584 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9585 (c-comment-line-break-function): Add version of obsolescence.
9586
9587 2009-08-28 Juri Linkov <juri@jurta.org>
9588
9589 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9590 associated with `archive-mode'.
9591
9592 * image.el (image-type-header-regexps): Use only JPEG magic number
9593 to determine JPEG images, and don't use `image-jpeg-p' because
9594 Emacs can display non-JFIF non-Exif JPEG images.
9595
9596 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9597
9598 * arc-mode.el (archive-mode):
9599 * emacs-lisp/re-builder.el (re-builder-unload-function):
9600 Protect against the default value of `major-mode' being nil.
9601
9602 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9603
9604 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9605 Fix typos in docstrings.
9606
9607 * progmodes/js.el (js--macro-decl-re): Doc fix.
9608 (js--plain-method-re, js--split-name): Refloc docstring.
9609 (js--class-styles, js--make-merged-item, js--splice-into-items):
9610 Fix typos in docstrings; reflow docstrings.
9611 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9612 (js--variable-decl-matcher, js--inside-pitem-p)
9613 (js--parse-state-at-point, js--get-all-known-symbols)
9614 (js--symbol-history, js-find-symbol, js--js-references)
9615 (js--moz-interactor, js--js-encode-value, js--read-tab):
9616 Fix typos in docstrings.
9617
9618 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 * textmodes/reftex.el (reftex-get-file-buffer-force):
9621 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9622 * emulation/viper.el (viper-go-away, viper-set-hooks):
9623 * emacs-lisp/re-builder.el (re-builder-unload-function):
9624 * emacs-lisp/bytecomp.el (byte-compile-file):
9625 * ses.el (ses-unload-function):
9626 * hexl.el (hexl-find-file):
9627 * files.el (normal-mode):
9628 * ehelp.el (with-electric-help):
9629 * autoinsert.el (auto-insert-alist):
9630 * arc-mode.el (archive-mode):
9631 Use (default-value 'major-mode) instead of default-major-mode.
9632
9633 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9634 * international/mule.el (load-with-code-conversion):
9635 * emacs-lisp/debug.el (debug):
9636 * ediff-vers.el (ediff-rcs-get-output-buffer):
9637 * dired.el (dired-internal-noselect): Don't let-bind
9638 default-major-mode around code that doesn't use it.
9639 E.g. buffer creation via get-buffer-create doesn't use it.
9640
9641 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
9642
9643 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9644 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9645 when writing the temp file. Otherwise, epa-file gets confused.
9646 (tramp-register-file-name-handlers): Make it a defun. Move also
9647 `epa-file-handler' to the front of `file-name-handler-alist'.
9648
9649 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9650
9651 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9652 start right after a ^M.
9653 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9654 (tramp-completion-file-name-regexp-separate)
9655 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9656 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9657 Don't modify last-coding-system-used by accident.
9658 (tramp-completion-file-name-handler): Apply the checks here,
9659 instead during registration.
9660 (tramp-register-file-name-handlers): Renamed from
9661 `tramp-register-file-name-handler'. Register both
9662 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9663 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
9664
9665 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
9666
9667 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9668 Remove variable ...
9669 (gdb-init-1, gdb-display-separate-io-buffer)
9670 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9671 references to it.
9672 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9673 (gdb-inferior-filter): Use comint-output-filter to stop
9674 echoing and remove ^M characters.
9675
9676 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9677
9678 * emulation/viper-init.el (viper-restore-cursor-type):
9679 * emulation/cua-base.el (cua--update-indications):
9680 Replace default-cursor-type with (default-value 'cursor-type).
9681
9682 * mail/sendmail.el (mail-recover-1):
9683 * international/mule-diag.el (describe-current-coding-system-briefly)
9684 (describe-current-coding-system):
9685 * international/mule-cmds.el (select-safe-coding-system)
9686 (select-message-coding-system)
9687 (set-language-environment-coding-systems, set-locale-environment):
9688 * hexl.el (hexl-insert-multibyte-char):
9689 * dos-w32.el (find-buffer-file-type-coding-system):
9690 * simple.el (what-cursor-position):
9691 Replace uses of default-buffer-file-coding-system
9692 with (default-value 'buffer-file-coding-system).
9693
9694 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9695 Replace uses of default-cursor-in-non-selected-windows
9696 with (default-value 'cursor-in-non-selected-windows).
9697 Use with-current-buffer.
9698
9699 * mail/feedmail.el: Use CL macros.
9700 (feedmail-run-the-queue, feedmail-send-it-immediately):
9701 * dos-w32.el (find-buffer-file-type): Replace uses of
9702 default-buffer-file-type with (default-value 'buffer-file-type).
9703
9704 2009-08-28 Glenn Morris <rgm@gnu.org>
9705
9706 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9707 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9708 Use default-value of major-mode rather than default-major-mode.
9709
9710 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9711
9712 * Makefile.in (update-elcfiles): Report left over elc files.
9713
9714 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9715 expand-file-name and with-current-buffer.
9716 (mail-get-names, mail-directory): Use with-current-buffer.
9717
9718 * vc.el (vc-read-revision): New function.
9719 (vc-version-diff, vc-merge): Use it.
9720
9721 2009-08-27 Sam Steingold <sds@gnu.org>
9722
9723 * simple.el (kill-do-not-save-duplicates): New user option.
9724 (kill-new): When it is non-nil, and the new string is the same as
9725 the latest kill, set replace to t to avoid duplicates in kill-ring.
9726
9727 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
9728
9729 * net/tramp.el (tramp-handle-process-file): Do not flush all
9730 caches when `process-file-side-effects' is set.
9731 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9732 instead of `tramp-find-file-exists-command'.
9733 Unset `process-file-side-effects'.
9734
9735 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
9736
9737 * net/tramp.el (tramp-methods): New method "rsyncc".
9738 (top): Add completion function for "rsyncc".
9739 (tramp-message-show-message): New defvar.
9740 (tramp-message, tramp-error): Use it.
9741 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9742 remote copying.
9743 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9744 `tramp-methods' entry `copy-env' of "rsyncc".
9745 (tramp-vc-registered-read-file-names): New defconst.
9746 (tramp-vc-registered-file-names): New defvar.
9747 (tramp-handle-vc-registered): Implement optimization strategy.
9748 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9749 (tramp-vc-file-name-handler): New defun.
9750 (tramp-get-ls-command, tramp-get-test-command)
9751 (tramp-get-file-exists-command, tramp-get-remote-ln)
9752 (tramp-get-remote-perl, tramp-get-remote-stat)
9753 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9754
9755 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9756 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9757 timestamps.
9758 (tramp-get-file-property): Check for timestamps in
9759 `tramp-cache-inhibit-cache'.
9760 (tramp-set-file-property): Write timestamp.
9761
9762 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9763
9764 * language/japan-util.el (japanese-symbol-table): Add entries for
9765 cp932-2-byte.
9766
9767 * international/characters.el: Add category `j' to cp932-2-byte.
9768
9769 2009-08-27 Kenichi Handa <handa@m17n.org>
9770
9771 * international/fontset.el (build-default-fontset-data): New macro.
9772 (setup-default-fontset): Use build-default-fontset-data for CJK,
9773 tibetan, ethiopic, and ipa.
9774
9775 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9776
9777 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9778 (enable-multibyte-characters): Not customizable any more.
9779
9780 * subr.el (default-mode-line-format, default-header-line-format)
9781 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9782 (default-direction-reversed, default-truncate-lines)
9783 (default-left-margin, default-tab-width, default-case-fold-search)
9784 (default-left-margin-width, default-right-margin-width)
9785 (default-left-fringe-width, default-right-fringe-width)
9786 (default-fringes-outside-margins, default-scroll-bar-width)
9787 (default-vertical-scroll-bar, default-indicate-empty-lines)
9788 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9789 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9790 (default-scroll-down-aggressively, default-fill-column)
9791 (default-cursor-type, default-buffer-file-type)
9792 (default-cursor-in-non-selected-windows)
9793 (default-buffer-file-coding-system, default-major-mode)
9794 (default-enable-multibyte-characters): Mark as obsolete.
9795
9796 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9797
9798 * vc-dir.el (vc-dir-update): Remove debug helper.
9799
9800 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9801
9802 2009-08-26 Sam Steingold <sds@gnu.org>
9803
9804 * simple.el (save-interprogram-paste-before-kill): New user option.
9805 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9806 save the interprogram-paste into kill-ring before overriding it
9807 with the Emacs kill.
9808
9809 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9810
9811 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9812 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9813 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9814 and move to vc-rcs.el.
9815 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9816 move to vc-rcs.el.
9817 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9818 (vc-rcs-update-changelog): Remove.
9819 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9820 and move to vc-rcs.el.
9821
9822 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9823 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9824 renaming.
9825 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9826 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9827 vc.el, renamed to be RCS specific.
9828
9829 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9830 New functions.
9831 (vc-cvs-update-changelog): Move here from vc.el.
9832
9833 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9834 New functions.
9835
9836 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9837
9838 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9839
9840 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9841
9842 * vc-git.el (vc-git-register): Use "git add" for directories.
9843 (vc-git-stash, vc-git-stash-show): New functions.
9844 (vc-git-extra-menu-map): Bind them.
9845
9846 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9847 directory correctly in case the item is a directory itself.
9848
9849 * vc.el: Document the desired behavior for reverted files in the
9850 `added' state.
9851 (vc-default-prettify-state-info): Remove function, unused.
9852
9853 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9854
9855 2009-08-26 Glenn Morris <rgm@gnu.org>
9856
9857 * bindings.el (standard-mode-line-format): Reposition dashes in
9858 which-func entry. (Bug#4217)
9859
9860 * files.el (enable-local-variables, enable-local-eval)
9861 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9862 the defcustoms.
9863 (auto-mode-alist, ignored-local-variables)
9864 (save-some-buffers-action-alist): Move risky declarations to the
9865 definitions.
9866 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9867 (font-lock-defaults, format-alist, imenu--index-alist)
9868 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9869 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9870 (mode-line-modified, mode-line-mule-info, mode-line-position)
9871 (mode-line-process, mode-line-remote, outline-level)
9872 (parse-time-rules, rmail-output-file-alist)
9873 (special-display-buffer-names, vc-mode):
9874 Move risky declarations to the relevant files.
9875 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9876 (mode-line-modified, mode-line-process, mode-line-position)
9877 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9878 * font-core.el (font-lock-defaults):
9879 * format.el (format-alist):
9880 * vc-hooks.el (vc-mode):
9881 * window.el (special-display-buffer-names):
9882 * international/mule-cmds.el (input-method-alist):
9883 Define riskiness here (dumped file) rather than in files.el.
9884 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9885 * imenu.el (imenu-generic-expression, imenu--index-alist):
9886 * outline.el (outline-level):
9887 * time.el (display-time-string):
9888 * calendar/parse-time.el (parse-time-rules):
9889 * mail/rmailout.el (rmail-output-file-alist):
9890 Autoload riskiness here, rather than placing in files.el.
9891
9892 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9893
9894 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9895
9896 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
9897
9898 * simple.el (process-file-side-effects): New defvar.
9899
9900 * dired-aux.el (dired-show-file-type):
9901 * vc.el (vc-diff-internal):
9902 * vc-arch.el (vc-arch-diff):
9903 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9904 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9905 * vc-git.el (vc-git-registered, vc-git-working-revision)
9906 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9907 (vc-git--empty-db-p):
9908 * vc-hooks.el (vc-user-login-name):
9909 * vc-svn.el (vc-svn-registered, vc-svn-state)
9910 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9911 * progmodes/grep.el (grep-probe): Let-bind
9912 `process-file-side-effects' with nil.
9913
9914 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9915
9916 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9917 daemon. Replace ping by checking for running service for bluez
9918 and zeroconf. (Bug#4239)
9919
9920 2009-08-25 Kevin Ryde <user42@zip.com.au>
9921
9922 * net/dig.el (dig): Add autoload cookie.
9923
9924 2009-08-25 Glenn Morris <rgm@gnu.org>
9925
9926 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9927 load-history for absolute file-names.
9928 (byte-compile-file-form-require): Warn about use of the cl package.
9929
9930 * format.el (format-alist): Doc fix.
9931
9932 * play/bubbles.el (top-level): Don't require cl at run-time.
9933
9934 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9935 run-time cl).
9936
9937 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9938
9939 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9940 from cl package.
9941 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9942
9943 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9944
9945 * calc/calc-alg.el (math-trig-rewrite)
9946 (math-hyperbolic-trig-rewrite): New functions.
9947 (calc-simplify): Simplify trig functions when asked.
9948
9949 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9950
9951 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9952
9953 2009-08-24 Kenichi Handa <handa@m17n.org>
9954
9955 * language/ind-util.el (mapthread): Delete it.
9956 (combinatorial): New function.
9957 (indian--puthash-cv): Use combinatorial instead of mapthread.
9958
9959 2009-08-22 Kevin Ryde <user42@zip.com.au>
9960
9961 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9962 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9963 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9964 Clarify docstring that the value is strings not symbols.
9965 (checkdoc-list-of-strings-p): New function.
9966
9967 2009-08-22 Glenn Morris <rgm@gnu.org>
9968
9969 * files.el (auto-mode-alist):
9970 * hippie-exp.el (he-concat-directory-file-name):
9971 * lpr.el (lpr-windows-system, printer-name):
9972 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9973 * ps-print.el (ps-windows-system):
9974 * startup.el (command-line):
9975 * emulation/viper-ex.el (viper-glob-function):
9976 * international/mule-cmds.el (set-language-environment-coding-systems):
9977 * net/ange-ftp.el (ange-ftp-write-region):
9978 * obsolete/fast-lock.el (fast-lock-cache-name):
9979 Remove code for defunct system-types emx, macos, mswindows, next-mach,
9980 unisoft-unix, vax-vms, win32, w32.
9981
9982 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9983 given name if the pattern is not more specific.
9984
9985 * calendar/lunar.el (lunar-phase-names): New option.
9986 (lunar-phase): Doc fix.
9987 (lunar-cycles-per-year): New constant.
9988 (lunar-index): New function.
9989 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9990 (lunar-phase-name): Use lunar-phase-names.
9991 (calendar-lunar-phases): Use format.
9992 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9993
9994 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9995 Copy imenu-example--name-and-position function here for own use.
9996 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9997
9998 * bs.el (bs--redisplay):
9999 * cus-edit.el (custom-redraw):
10000 * ibuffer.el (ibuffer-bury-buffer):
10001 * server.el (server-goto-line-column):
10002 * startup.el (command-line-1):
10003 * strokes.el (strokes-xpm-for-stroke):
10004 * term.el (term-display-buffer-line):
10005 * view.el (View-goto-line):
10006 * calc/calc.el (calc-do, calc-trail-buffer):
10007 * play/gamegrid.el (gamegrid-add-score-insecure):
10008 * progmodes/ada-mode.el (ada-compile-goto-error):
10009 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10010 (ebrowse-select-1st-to-9nth):
10011 * progmodes/cperl-mode.el (cperl-time-fontification):
10012 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10013 * progmodes/gud.el (gud-display-line):
10014 (idlwave-shell-display-line):
10015 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10016 * progmodes/make-mode.el (makefile-browser-toggle):
10017 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10018 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10019 * textmodes/picture.el (picture-draw-rectangle):
10020 * textmodes/reftex-index.el (reftex-index-goto-letter):
10021 (reftex-select-jump-to-previous):
10022 * textmodes/reftex-sel.el (reftex-find-start-point)
10023 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10024 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10025 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10026 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10027 * textmodes/two-column.el (2C-associated-buffer):
10028 Use forward-line rather than goto-line.
10029
10030 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10031 goto-line.
10032
10033 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10034 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10035 (quick-check-list-to-regexp): Declare.
10036
10037 * progmodes/make-mode.el (makefile-browser-insert-selection):
10038 Use goto-char rather than goto-line.
10039
10040 * progmodes/prolog.el (compilation-error-regexp-alist)
10041 (compilation-forget-errors): Declare.
10042
10043 2009-08-22 Juri Linkov <juri@jurta.org>
10044
10045 * progmodes/grep.el (lgrep, rgrep): At the beginning
10046 set `dir' to `default-directory' unless `dir' is a non-nil
10047 readable directory. (Bug#4052)
10048 (lgrep, rgrep): Change a weird way to report an error
10049 from using `read-string' to using `error'.
10050 Instead of using interactive arguments in the function body,
10051 add new argument `confirm'.
10052
10053 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10054
10055 * textmodes/remember.el (remember-buffer):
10056 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10057 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10058 (icalendar-extract-ical-from-buffer):
10059 * net/newst-treeview.el (newsticker-groups-filename):
10060 * net/newst-backend.el (newsticker-cache-filename):
10061 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10062 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10063 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10064 (speedbar-buffers-line-path, speedbar-path-line)
10065 (speedbar-buffers-line-path):
10066 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10067 (epg-sign-keys):
10068 * epa.el (epa-display-verify-result):
10069 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10070
10071 2009-08-21 Glenn Morris <rgm@gnu.org>
10072
10073 * progmodes/js.el (inferior-moz-process): Fix declaration.
10074
10075 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10076
10077 * obsolete/rnewspost.el (news-mail-reply):
10078 Use goto-char rather than goto-line.
10079
10080 * term/ns-win.el (ns-open-file-select-line):
10081 Use line-beginning-position rather than goto-line.
10082
10083 * apropos.el (apropos-command):
10084 * ehelp.el (electric-helpify):
10085 * printing.el (pr-show-setup):
10086 * strokes.el (strokes-help):
10087 * tutorial.el (tutorial--describe-nonstandard-key)
10088 (tutorial--detailed-help):
10089 * woman.el (woman-mini-help, woman-display-extended-fonts):
10090 * calc/calc-help.el (calc-describe-key):
10091 * emulation/edt.el (edt-electric-helpify):
10092 * international/mule-diag.el (mule-diag):
10093 * play/yow.el (apropos-zippy):
10094 * progmodes/python.el (python-describe-symbol):
10095 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10096 * textmodes/table.el (*table--cell-describe-mode)
10097 (*table--cell-describe-bindings):
10098 Use help-print-return-message rather than the now obsolete alias.
10099
10100 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10101 (calendar-cursor-to-visible-date):
10102 * play/5x5.el (5x5-position-cursor):
10103 * play/decipher.el (decipher):
10104 * play/gomoku.el (gomoku-goto-xy):
10105 * play/landmark.el (lm-goto-xy):
10106 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10107 (mpuz-paint-digit):
10108 Use forward-line, not goto-line.
10109
10110 * mail/rmail.el (rmail-obsolete): Delete custom group.
10111 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10112 (rmail-remote-password, rmail-remote-password-required):
10113 Remove unneeded :set-after and :set properties.
10114
10115 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10116
10117 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10118
10119 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10120
10121 * loadup.el: Remove leftover macos code.
10122
10123 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10124 Explicitly pass the date format to git blame so that user local
10125 so that the output format can be parsed.
10126
10127 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10128
10129 * net/dbus.el (top): Don't check for (getenv
10130 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10131
10132 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10133
10134 * log-edit.el (log-edit-strip-single-file-name): New var.
10135 (log-edit-insert-changelog): Use it. Bug#3571
10136
10137 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10138
10139 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10140 Bug#3287
10141
10142 * help.el (help-print-return-message): Rename from
10143 print-help-return-message.
10144
10145 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10146 cvs-mode-map parent hack.
10147 (log-view-mode): Derive from special-mode.
10148
10149 * linum.el (linum-mode): window-size-change-functions is redundant.
10150 Adapt to new window-configuration-change-hook behavior.
10151 (linum-after-size, linum-after-config): Remove.
10152
10153 * imenu.el (imenu-example--name-and-position)
10154 (imenu-example--lisp-extract-index-name)
10155 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10156 Mark as obsolete.
10157
10158 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10159 (inferior-prolog-mode): Use it.
10160 (inferior-prolog-load-file): Reset list of errors.
10161
10162 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10163
10164 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10165
10166 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10167
10168 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10169
10170 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10171 is running already.
10172
10173 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10174
10175 * subr.el (listify-key-sequence-1): Use normal syntax since those
10176 integers are nowadays always represented by the same (positive) number
10177 on all platforms.
10178 (read-key-empty-map): New const.
10179 (read-key-delay): New var.
10180 (read-key): New function.
10181 (force-mode-line-update): Use with-current-buffer.
10182 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10183 (start-process-shell-command, start-file-process-shell-command):
10184 Discourage the use of command-args.
10185
10186 2009-08-19 Glenn Morris <rgm@gnu.org>
10187
10188 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10189
10190 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10191
10192 * simple.el (choose-completion-string): Don't rely on
10193 minibuffer-completing-file-name and ad-hoc checks to decide whether
10194 to continue completion or not.
10195
10196 * minibuffer.el (minibuffer-hide-completions): New function.
10197 (completion--do-completion): Use it.
10198 (completions-annotations): New face.
10199 (completion--insert-strings): Use it.
10200 (completion-pcm--delim-wild-regex): Add docstring.
10201 (completion-pcm--string->pattern): Add support for 0-width delimiters
10202 in completion-pcm--delim-wild-regex.
10203
10204 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10205
10206 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10207 Remove unused var `buffer-modified-p'.
10208
10209 * minibuffer.el (completion--do-completion): Move point for the #b001
10210 case as well (bug#4176).
10211 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10212
10213 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10214
10215 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10216 and :session buses.
10217
10218 2009-08-18 Kenichi Handa <handa@m17n.org>
10219
10220 * international/ucs-normalize.el (ucs-normalize-version):
10221 Change to 1.1.
10222 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10223 (utf-8-hfs): Make it perform normalization on encoding too.
10224
10225 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10226 (sentence-end-without-space): Delete duplicated chars.
10227 (sentence-end-base): Likewise.
10228
10229 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10230 (html-mode): Delete duplicated chars from sentence-end-base.
10231
10232 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10233 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10234
10235 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10236
10237 * files.el (hack-one-local-variable): If the mode function is for
10238 a minor mode, pass it an argument (Bug#4148).
10239
10240 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10241
10242 * net/tramp.el (tramp-register-completion-file-name-handler):
10243 Check also for (member 'partial-completion completion-styles).
10244
10245 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10246
10247 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10248 abbrev (Bug#3943).
10249
10250 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10251
10252 * progmodes/cperl-mode.el: Merge upstream 6.2.
10253 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10254 (cperl-forward-re): Check cperl-brace-recursing.
10255 (cperl-highlight-charclass): New function.
10256 (cperl-find-pods-heres): Use it.
10257 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10258 (cperl-beautify-regexp-piece): Fix column calculation.
10259 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10260 (cperl-beautify-level): Don't process entire regexp.
10261 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10262 calling man.
10263 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10264 (cperl-init-faces): Build a list in the normal way.
10265
10266 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10267
10268 * calendar/parse-time.el (parse-time-string-chars): Save match
10269 data.
10270
10271 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10272
10273 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10274 (sql-product): Use it.
10275 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10276 (sql-set-product): Add completion.
10277 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10278 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10279 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10280 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10281 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10282 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10283 (sql-highlight-db2-keywords): Remove.
10284 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10285 (sql-highlight-product): Use derived-mode-p.
10286 (sql-set-sqli-buffer): Use with-current-buffer.
10287 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10288 Simplify.
10289
10290 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10291
10292 * term.el: Fix commenting convention, turn comments into docstrings.
10293
10294 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10295
10296 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10297
10298 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10299
10300 * calendar/parse-time.el (parse-time-string-chars): Compute using
10301 character classes, to handle non-ascii characters (Bug#3190).
10302
10303 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10304
10305 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10306 another heredoc if the user adds another < (Bug#3226).
10307
10308 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10309 Don't initialize based on window-system (Bug#4124).
10310
10311 * facemenu.el (facemenu-read-color): Use a completion function
10312 that accepts any defined color, such as RGB triplets (Bug#3677).
10313
10314 * files.el (get-free-disk-space): Change fallback default
10315 directory to /. Expand DIR argument before switching to fallback.
10316 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10317
10318 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10319
10320 * files.el (load-library): Doc fix.
10321
10322 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10323
10324 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10325 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10326 incremental search string.
10327
10328 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10329 XEmacs.
10330
10331 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10332 (ediff-merge-region-is-non-clash)
10333 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10334 Also check if the job is really a merge job.
10335
10336 * ediff.el (ediff-current-file): New function.
10337
10338 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10339
10340 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10341 conventions.
10342 (js-insert-and-indent): Delete function.
10343 (js-mode-map): Don't bind keys to js-insert-and-indent.
10344 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10345 (js-end-of-defun): Rename from js--end-of-defun.
10346 (js-auto-indent-flag): Delete variable.
10347
10348 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10349
10350 * progmodes/js.el: Remove proclaim statement.
10351 Defvar which-func-imenu-joiner-function to silence compiler.
10352
10353 * files.el (auto-mode-alist): Use js-mode for .js files.
10354
10355 * progmodes/js2-mode.el: Remove file.
10356
10357 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10358
10359 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10360
10361 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10362
10363 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10364 Karl Landstrom <karl.landstrom@brgeight.se>
10365
10366 * progmodes/js.el: New file.
10367
10368 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10369
10370 * timezone.el (timezone-parse-date): Add ability to understand ISO
10371 basic format (minimal separators) dates in addition to the
10372 already-supported extended format dates.
10373
10374 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10375
10376 * international/ucs-normalize.el: Add a `coding' file variable.
10377
10378 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10379
10380 2009-08-14 Sam Steingold <sds@gnu.org>
10381
10382 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10383
10384 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10385
10386 * faces.el (help-argument-name): Define it here instead of
10387 help-fns.el, because in daemon mode help-fns.el may be loaded when
10388 faces are still uninitialized (Bug#1078).
10389
10390 * help-fns.el (help-argument-name): Move defface to faces.el.
10391
10392 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10393
10394 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10395 create buffer with a pty but no process so that GDB can make the
10396 inferior the controlling process.
10397
10398 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10399
10400 * international/ucs-normalize.el: New file.
10401
10402 2009-08-13 Richard Stallman <rms@gnu.org>
10403
10404 * mail/rmail.el (rmail-get-attr-names):
10405 Accept an attribute header that is too short.
10406
10407 * mail/rmail.el (rmail-forget-messages):
10408 Ignore nil elt in rmail-message-vector. Use dotimes.
10409
10410 * progmodes/compile.el (compilation-goto-locus):
10411 Use next-error-move-function.
10412
10413 * simple.el (next-error-move-function): New variable.
10414
10415 2009-08-12 Juri Linkov <juri@jurta.org>
10416
10417 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10418 always non-nil. (Bug#4052)
10419
10420 * replace.el (read-regexp): Return empty string when
10421 `default-value' is nil.
10422 (keep-lines-read-args): Don't use empty string as the
10423 default value for `read-regexp'. (Bug#2495)
10424
10425 2009-08-12 Juri Linkov <juri@jurta.org>
10426
10427 * international/mule-cmds.el (ucs-insert): Change arguments
10428 from `arg' to `character', `count', `inherit' to be the same
10429 as in `insert-char'. Doc fix. (Bug#4039)
10430
10431 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10432
10433 2009-08-12 Juri Linkov <juri@jurta.org>
10434
10435 * files-x.el: New file.
10436
10437 * files.el: Move code that deals with adding/deleting
10438 file/directory-local variables to files-x.el.
10439
10440 * Makefile.in (ELCFILES): Add files-x.elc.
10441
10442 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10443
10444 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10445 to use `goto-line'.
10446 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10447 `goto-line'.
10448 (gdb-invalidate-disassembly): Do not refresh upon receiving
10449 'update signal. Instead, update all disassembly buffers only after
10450 threads list.
10451 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10452 (gdb-starting): Moved -data-list-register-names...
10453 (gdb-stopped): ...here so it's sent when first thread stops.
10454 (gdb-registers-handler-custom): Do nothing if register names are
10455 unknown yet.
10456
10457 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10458 from `gdb-mi.el' to avoid extra tangling.
10459
10460 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10461 change which breaks `gud-def' definitions used in `gdb'.
10462 (gdb-update-gud-running): No extra fuss for updating frame number.
10463
10464 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10465
10466 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10467 (describe-language-environment-map, setup-language-environment-map)
10468 (set-coding-system-map): Move initialization into declaration.
10469 (set-language-info-alist): Last arg to define-key-after can be skipped.
10470
10471 * international/quail.el (quail-completion-1): Simplify.
10472 (quail-define-rules): Use slightly more compact code.
10473 (quail-insert-decode-map): Propertize keys, compact columns.
10474
10475 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10476 Add goto-line.
10477
10478 2009-08-10 Miles Bader <miles@gnu.org>
10479
10480 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10481 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10482 (js2-instance-member, js2-private-member, js2-private-function-call)
10483 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10484 (js2-magic-paren, js2-external-variable):
10485 Remove "-face" suffix from face names.
10486 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10487 (js2-highlight-undeclared-vars, js2-peek-token)
10488 (js2-parse-function-params, js2-mode-show-errors)
10489 (js2-mode-show-warnings, js2-make-magic-delimiter)
10490 (js2-mode-highlight-magic-parens): Update to use new face names.
10491
10492 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10493
10494 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10495 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10496
10497 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10498
10499 * subr.el: Provide hashtable-print-readable.
10500
10501 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10502 hs-c-like-adjust-block-beginning.
10503 (hs-hide-block-at-point): Stop hiding at the beginning of
10504 hs-block-end-regexp (Bug#700).
10505
10506 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10507
10508 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10509 a macro.
10510 (gdb-registers-handler-custom): Do not fail when register names
10511 are unavailable.
10512
10513 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10514
10515 * progmodes/gdb-mi.el (gdb-control-all-threads)
10516 (gdb-control-current-thread): Interactive setters for
10517 `gdb-gud-control-all-threads' to use in menu.
10518 (gdb-show-run-p): Show «Go» when process is not active.
10519 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
10520 gud/thread.xpm and gud/all.xpm.
10521
10522 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10523
10524 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10525 (nslookup-font-lock-keywords): Make it a variable.
10526 (net-utils-mode): New mode for viewing diagnostic network output.
10527 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10528 (net-utils-run-simple): New function.
10529 (ifconfig, iwconfig, netstat, arp, route): Use it.
10530
10531 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10532
10533 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10534 (gdb-memory-set-address, def-gdb-set-positive-number)
10535 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10536 after changing settings.
10537 (gdb-invalidate-disassembly): Update when first shown.
10538 (gdb-edit-locals-value): Fixed.
10539 (gdb-registers-handler-custom): Print registers in right order and
10540 allow changing register values (only for current thread yet).
10541 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10542 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10543 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10544 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10545 info in mode name.
10546 (gdb-registers-mode-map): TAB to switch to locals.
10547
10548 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10549
10550 * mail/rmail.el (rmail-add-mbox-headers)
10551 (rmail-set-message-counters-counter): Search for
10552 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10553
10554 2009-08-08 Glenn Morris <rgm@gnu.org>
10555
10556 * Makefile.in (ELCFILES): Update.
10557
10558 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10559
10560 * mail/sendmail.el (mail-yank-original): Set
10561 buffer-file-coding-system from the one used by the message whose
10562 text is yanked.
10563
10564 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10565 to "windows" when "pgnuplot" is used.
10566 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10567 call accept-process-output if "pgnuplot" is used.
10568 (calc-graph-init): Don't send -display and -geometry to
10569 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10570 running "pgnuplot -V" with shell-command-to-string.
10571
10572 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10573 the default.
10574
10575 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10576
10577 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10578 org/org-latex.elc.
10579
10580 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10581
10582 * vc-dispatcher.el (vc-resynch-window): Update comment.
10583
10584 * term.el (term-handle-ansi-escape): Add comments with the
10585 terminfo capabilities implemented.
10586
10587 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10588
10589 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10590 (gdb-var-create-handler): Rewritten using JSON parser.
10591 (gdb-propertize-header): Moved earlier.
10592 (gdb-set-header): Removed to avoid duplication.
10593 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10594 Refresh disassembly buffers only after threads list have been
10595 update.
10596 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10597 variables.
10598
10599 2009-08-04 Juri Linkov <juri@jurta.org>
10600
10601 * files.el: Commands to add/delete file/directory-local variables.
10602 (read-file-local-variable, read-file-local-variable-value)
10603 (read-file-local-variable-mode, modify-file-local-variable)
10604 (modify-file-local-variable-prop-line)
10605 (modify-dir-local-variable): New functions.
10606 (add-file-local-variable, delete-file-local-variable)
10607 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10608 (add-dir-local-variable, delete-dir-local-variable)
10609 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10610 (copy-dir-locals-to-file-locals-prop-line): New commands.
10611
10612 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
10613
10614 * abbrev.el (insert-abbrev-table-description): Prettify output.
10615 Suggested by Karl Chen.
10616
10617 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10618
10619 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10620 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10621 (gdb-overlay-arrow-position, gdb-thread-position)
10622 (gdb-disassembly-position): Declare variables.
10623 (gdb-wait-for-pending): Function now.
10624 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10625 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10626 compilation goes smoothly.
10627 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10628 (gdb-non-stop-setting): New customization setting which replaces
10629 `gdb-non-stop' so changing it doesn't break active GDB session.
10630 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10631 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10632 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10633 (gdb-show-threads-by-default): New customization options.
10634 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10635 routines.
10636 (gdb-get-buffer-create): Send buffers update signal when they are
10637 created.
10638 (gdb-invalidate-locals, gdb-invalidate-registers)
10639 (gdb-invalidate-breakpoints)
10640 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10641 (gdb-invalidate-memory): Accept update signal.
10642 (gdb-current-context-command): Use --frame option.
10643 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10644 Implement `gdb-frame-number' selection logic.
10645 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10646 whether to show GUD toolbar buttons.
10647 (gdb-thread-exited): Unselect current thread when it exits.
10648 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10649 (gdb-mark-line): Routine which sets overlay arrow or inverses
10650 video on fringeless displays.
10651 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10652 to build aligned columns of data in GDB buffers and set text
10653 properties line-by-line.
10654 (gdb-invalidate-breakpoints)
10655 (gdb-breakpoints-list-handler-custom)
10656 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10657 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10658 (gdb-registers-handler-custom): Align data columns.
10659 (gdb-locals-handler-custom): Now prints data like in variable
10660 declarations.
10661 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10662 Removed confusing buttons.
10663 (gdb-invalidate-threads): Append --frame.
10664 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10665 between breakpoints/threads buffers.
10666 (gdb-set-window-buffer): Now can ignore dedicated windows.
10667 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10668 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10669 (def-gdb-thread-buffer-gud-command): Replaces
10670 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10671 for fine thread control.
10672 (gdb-preempt-existing-or-display-buffer): New function used to
10673 display bound buffers without breaking window layout.
10674 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10675 (gdb-select-frame): New version of `gdb-frames-select' which now
10676 sets `gdb-frame-number' so commands may use --frame option instead
10677 of inner debugger state.
10678 (gdb-frame-handler): Do not set `gdb-frame-number'.
10679 (gdb-threads-mode-map): Select threads with mouse.
10680
10681 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10682 avoid compilation warning.
10683 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10684 `gdb-show-stop-p`.
10685
10686 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10687 Argument `key' renamed to `buffer-type'.
10688 (gdb-current-context-buffer-name): Do not add thread info to
10689 buffer name when no thread is selected.
10690 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10691 command (bug 3794).
10692 (gdb-thread-selected): Handle `=thread-selected' notification.
10693 (gdb-wait-for-pending): New macro to deal with congestion problems.
10694 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10695 breakpoints.
10696 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10697 This fixes problem similar to one described in bug 3947.
10698 (gud-menu-map): More menu items.
10699 (gdb-init-1): Reset `gdb-thread-number' to nil.
10700
10701 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10702 non-stop settings.
10703
10704 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10705 (gdb-current-context-command): Do not append --thread if
10706 `gdb-thread-number' is nil.
10707 (gdb-running-threads-count, gdb-stopped-threads-count): New
10708 variables.
10709 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10710 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10711 customization options.
10712 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10713 GUD commands.
10714 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10715 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10716 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10717 set `gdb-thread-number' and update `gud-running' properly.
10718 (gdb-running): Update threads list when new threads appear.
10719 (gdb-stopped): Support non-stop operation and new thread switching
10720 logic.
10721 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10722 (gdb-json-partial-output): New set of JSON routines.
10723 (def-gdb-auto-update-trigger): New `signal-list' optional
10724 argument.
10725 (gdb-thread-list-handler-custom): Update `gud-running',
10726 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10727 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10728 (gdb-continue-thread, gdb-step-thread): New commands for fine
10729 thread execution control.
10730 (gud-menu-map): New menu items to switch non-stop options.
10731 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10732 (gdb-send): Mimic RET properly (bug 3794).
10733
10734 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10735 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10736 gdb-buffer-rules.
10737 (def-gdb-auto-update-handler): New nopreserve optional argument.
10738 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10739
10740 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10741 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10742 (gdb-parent-mode): New mode to derive other GDB modes from.
10743 (gdb-display-disassembly-for-thread)
10744 (gdb-frame-disassembly-for-thread): New commands for threads
10745 buffer.
10746
10747 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10748 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10749 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10750 (gdb-update): We now store all GDB buffers in a list so that they
10751 can be updated by traversing a list instead of calling invalidate
10752 triggers explicitly.
10753 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10754 pair for GDB buffer.
10755 (gdb-stack-buffer-name): Add thread information.
10756 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10757 handle pending triggers.
10758 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10759 (def-gdb-thread-buffer-simple-command)
10760 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10761 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10762 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10763 New commands which show buffers bound to thread.
10764 (gdb-stack-list-locals-regexp): Removed unused regexp.
10765
10766 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10767 (gdb-locals-buffer-name, gdb-registers-buffer-name)
10768 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10769 to (gud-comint-buffer) in *-buffer-name functions
10770 because (gdb-get-target-string) already does that.
10771 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10772 (gdb-changed-registers-handler): Rewritten without regexps.
10773
10774 * progmodes/gdb-mi.el: Basic thread selection support.
10775 (gdb-thread-number): New variable.
10776 (gdb-current-context-command): New macro which adds --thread
10777 option to command.
10778 (gdb-threads-mode-map): Select thread with SPC.
10779 (gdb-thread-list-handler-custom): Mark current thread with overlay
10780 arrow. Synchronize GDB thread and Emacs thread.
10781 (gdb-select-thread): New command which selects current thread.
10782 (gdb-invalidate-frames, gdb-invalidate-locals)
10783 (gdb-invalidate-registers): Use --thread option.
10784
10785 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
10786
10787 * net/tramp.el (top): Make check for tramp-gvfs loading more
10788 robust. (Bug#3977)
10789 (tramp-handle-insert-file-contents): `unwind-protect' must be
10790 inside `with-parsed-tramp-file-name'.
10791
10792 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10793 fails.
10794
10795 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
10796
10797 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10798 directory if CLASSPATH is not set.
10799
10800 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
10801
10802 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10803 New defconst.
10804 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
10805
10806 2009-08-02 Kevin Ryde <user42@zip.com.au>
10807
10808 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10809 Update freshmeat link. Delete newsforge.com as it seems gone.
10810
10811 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10812
10813 * select.el (x-set-selection): Doc fix (Bug#4021).
10814
10815 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10816
10817 * help-fns.el (describe-variable): Treat list return values from
10818 dir-locals-find-file properly (Bug#4005).
10819
10820 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
10821
10822 * net/tramp.el (tramp-debug-message): Print also microseconds.
10823
10824 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
10825
10826 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10827 or END is non-nil.
10828 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10829 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10830 format.
10831
10832 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10833 (tramp-get-file-property): Use it.
10834
10835 * autorevert.el (auto-revert-handler): Allow
10836 `auto-revert-tail-mode' for remote files.
10837
10838 2009-08-02 Jason Rumney <jasonr@gnu.org>
10839
10840 * minibuffer.el (read-file-name): Treat confirm options to
10841 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
10842
10843 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10844
10845 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10846 (font-lock-variable-name-face, font-lock-constant-face): Darken
10847 the colors for light backgrounds.
10848
10849 2009-08-01 Eli Zaretskii <eliz@gnu.org>
10850
10851 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10852 month names. (Bug#3987)
10853
10854 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
10855
10856 * simple.el (line-move-finish): Pass whole number to
10857 line-move-to-column.
10858 (line-move-visual): Perform hscroll to the recorded position.
10859
10860 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10861
10862 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10863
10864 2009-07-29 Alan Mackenzie <acm@muc.de>
10865
10866 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10867
10868 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10869
10870 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10871 (gdb-place-breakpoints): Use full path when setting breakpoints.
10872
10873 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10874
10875 * calc/calc.el (calc-mode-map): Add keybinding for
10876 `calc-transpose-lines'.
10877
10878 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
10879
10880 * calc/calc-misc.el (calc-transpose-lines): New function.
10881
10882 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
10883
10884 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10885 Simplify check for out-of-band methods.
10886 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10887 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10888
10889 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10890
10891 * vc-git.el (vc-git-checkin): Fix typo.
10892
10893 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
10894
10895 * progmodes/js2-mode.el: New file.
10896
10897 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
10898
10899 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10900 (gud-menu-map): Adjust tooltip accordingly.
10901
10902 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10903
10904 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10905 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10906
10907 * add-log.el (change-log-mode-map): Add a menu.
10908
10909 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
10910
10911 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10912 function returns nil.
10913 (dbus-handle-event): Handle special return value :ignore.
10914 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10915
10916 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
10917
10918 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10919 it's not needed.
10920
10921 2009-07-25 Eli Zaretskii <eliz@gnu.org>
10922
10923 Fix Bug#3888:
10924
10925 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10926
10927 * term/pc-win.el (x-display-name, x-colors)
10928 (x-select-enable-clipboard, x-select-text): Doc fix.
10929
10930 * term/common-win.el (x-display-name, x-colors): Doc fix.
10931
10932 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10933 (xw-defined-colors): Doc fix.
10934
10935 * w32-fns.el (x-select-text, x-setup-function-keys)
10936 (x-get-selection, x-set-selection): Doc fix.
10937
10938 * term/x-win.el (x-select-text, x-setup-function-keys)
10939 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10940
10941 * select.el (x-set-selection): Doc fix.
10942
10943 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
10944
10945 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10946 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10947 "IsNSSSupportAvailable" method is not available. Reported by
10948 Steve Youngs <steve@sxemacs.org>.
10949
10950 2009-07-24 Kenichi Handa <handa@m17n.org>
10951
10952 * international/characters.el: Fix setting of category ?C, ?|, ?K,
10953 and ?H. Fix setting of case for Latin Extended and Greek Extended.
10954 (build-unicode-category-table): Fix range checks.
10955
10956 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10957
10958 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10959 the buffer we try to sync is current when calling
10960 vc-resynch-buffer.
10961
10962 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10963 not show up to date files.
10964
10965 2009-07-24 Glenn Morris <rgm@gnu.org>
10966
10967 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10968 Add autoload cookies. If necessary, initialize.
10969 (elint-log): Handle non-file buffers.
10970 (elint-initialize): Add optional argument to reinitialize.
10971 (elint-find-builtin-variables): Save excursion.
10972
10973 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10974
10975 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10976 for Lint.
10977
10978 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10979
10980 * vc.el (vc-print-log-internal): New function, split out from ...
10981 (vc-print-log): ... here.
10982 (vc-dir-move-to-goal-column): Declare.
10983
10984 * vc-git.el (vc-git-add-signoff): New variable.
10985 (vc-git-checkin): Use it.
10986 (vc-git-toggle-signoff): New function.
10987 (vc-git-extra-menu-map): Bind it to menu.
10988 (vc-git--run-command-string): Accept a nil FILE argument.
10989 (vc-git-stash-list): New function.
10990 (vc-git-dir-extra-headers): Use it.
10991
10992 2009-07-23 Glenn Morris <rgm@gnu.org>
10993
10994 * help-fns.el (describe-variable): Describe ignored and risky local
10995 variables in a similar way to that in which we describe safe ones.
10996
10997 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10998 (byte-compile-output-file-form, byte-compile-output-docform)
10999 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11000 Give some more local variables with common names a "bytecomp-" prefix,
11001 so as not to shadow things during compilation.
11002 * emacs-lisp/cl-macs.el (load-time-value)
11003 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11004 `outbuffer' to `bytecomp-outbuffer'.
11005
11006 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11007 since the next two variables cover them automatically now.
11008 (elint-builtin-variables, elint-autoloaded-variables): New.
11009 (elint-unknown-builtin-args): Remove all members, since they can be
11010 parsed automatically now.
11011 (elint-extra-errors): New.
11012 (elint-env-add-env, elint-env-add-macro): Use cadr.
11013 (elint-current-buffer): Use or. Change final message.
11014 (elint-get-top-forms): Use line-end-position.
11015 (elint-init-env): Use cadr. Handle autoload, declare-function,
11016 and defalias.
11017 (elint-add-required-env): Doc fix. Use or. Standardize error.
11018 (regexp-assoc): Remove unused function.
11019 (elint-top-form): Set elint-current-pos, to record the start of the
11020 top-level form, for compilation-mode.
11021 (elint-form): Trap errors in macro expansion. Use dolist.
11022 (elint-unbound-variable): Use elint-builtin-variables and
11023 elint-autoloaded-variables.
11024 (elint-get-args): Use cadr, or.
11025 (elint-check-cond-form): Use dolist, cadr.
11026 (elint-check-condition-case-form): Doc fix. Use cadr.
11027 Use elint-extra-errors.
11028 (elint-log): New function.
11029 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11030 Distinguish errors and warnings.
11031 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11032 Use a bytecomp-style format.
11033 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11034 (elint-get-log-buffer): Use compilation mode. Disable undo.
11035 Don't truncate lines.
11036 (elint-initialize): Set builtin and autoloaded variable lists.
11037 Only process elint-unknown-builtin-args if non-nil.
11038 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11039 New functions.
11040 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11041
11042 2009-07-22 Kevin Ryde <user42@zip.com.au>
11043
11044 * net/newst-backend.el (newsticker--parse-atom-1.0)
11045 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11046 (newsticker--parse-rss-1.0):
11047 * progmodes/idlwave.el (idlwave-mode):
11048 * progmodes/idlw-shell.el (idlwave-shell-mode):
11049 * progmodes/vera-mode.el (vera-mode):
11050 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11051 * progmodes/vhdl-mode.el (vhdl-mode):
11052 * textmodes/table.el (table-generate-source)
11053 (table--warn-incompatibility):
11054 Hyperlink urls in docstrings with URL `...'.
11055
11056 2009-07-22 Glenn Morris <rgm@gnu.org>
11057
11058 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11059 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11060 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11061 Remove leading * from defcustom docs.
11062
11063 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11064
11065 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11066 defcustom doc.
11067 (list-load-path-shadows): Optionally, just return shadows as a string.
11068
11069 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11070
11071 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11072
11073 * mail/rmailedit.el (rmail-edit-mode): Use
11074 auto-save-include-big-deletions.
11075
11076 * mail/rmail.el (rmail-variables): Use
11077 auto-save-include-big-deletions.
11078
11079 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11080 changes.
11081
11082 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11083
11084 * calc/calc.el (calc-undo-length): New variable.
11085 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11086
11087 2009-07-21 Richard Stallman <rms@gnu.org>
11088
11089 * files.el (auto-save-mode): Handle buffer-save-size = -2
11090 for toggling mode.
11091
11092 2009-07-21 Glenn Morris <rgm@gnu.org>
11093
11094 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11095
11096 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11097
11098 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11099 silence compiler. Instead...
11100 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11101 (ps-print-ensure-fontified): Update for above function name changes.
11102
11103 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11104 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11105 silence compiler. Instead...
11106 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11107 (mh-show-buffer): Only define for compiler.
11108 (pr-mh-current-message): Update for above function name changes.
11109
11110 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11111 as an argument.
11112 (find-file-noselect, insert-file-1): Update for above change.
11113
11114 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11115
11116 * mail/mailclient.el (mailclient-send-it): Fix message.
11117
11118 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11119 (edebug-eval): Check cl-debug-env is bound.
11120 (print-level, print-circle): Don't redefine built-in variables.
11121
11122 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11123 (custom-print-vectors): Remove old comments from doc.
11124
11125 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11126 (emerge-version): Make the variable an obsolete alias for the
11127 emacs-version variable. Make the function obsolete.
11128 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11129 Emerge options, rather than merging in into the main Options menu.
11130 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11131 and auto advance modes. Disable edit/fast items when not relevant.
11132
11133 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11134
11135 * term/vt420.el (terminal-init-vt420): Fix typo.
11136
11137 2009-07-20 Sam Steingold <sds@gnu.org>
11138
11139 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11140 variable (removed from compile.el on 2004-03-11).
11141
11142 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11143
11144 * files.el (hack-local-variables-filter): Fix last change.
11145
11146 2009-07-19 Juri Linkov <juri@jurta.org>
11147
11148 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11149 (dir-local-variables-alist): New buffer-local variable.
11150 (hack-local-variables-filter): If variable is not dir-local,
11151 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11152 because file-local overrides dir-local.
11153 (c-postprocess-file-styles) <declare-function>:
11154 Remove obsolete declaration.
11155 (hack-dir-local-variables): Add dir-local variable/value pair to
11156 `dir-local-variables-alist' and remove duplicates. Doc fix.
11157
11158 * help-fns.el (describe-variable): Add information about
11159 file-local and dir-local variables.
11160
11161 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11162
11163 * files.el (hack-local-variables-filter): Rewrite.
11164
11165 2009-07-19 Glenn Morris <rgm@gnu.org>
11166
11167 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11168 Silence compiler by only defining on XEmacs.
11169
11170 * international/mule.el (auto-coding-regexp-alist): Only match
11171 BABYL... at the start of buffer, not of lines. (Bug#3790)
11172
11173 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11174 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11175 (cal-menu-context-mouse-menu): Doc fix.
11176
11177 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11178
11179 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11180
11181 2009-07-18 Juri Linkov <juri@jurta.org>
11182
11183 * info.el: Virtual Info keyword finder.
11184 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11185 (Info-finder-file): New variable.
11186 (Info-finder-find-file): New function.
11187 (finder-known-keywords, finder-package-info)
11188 (find-library-name, lm-commentary): Use defvar and
11189 declare-function to silence compiler warnings.
11190 (Info-finder-find-node): New function.
11191 (info-finder): New command.
11192
11193 * subr.el (process-kill-buffer-query-function): New function.
11194 (add-hook)<kill-buffer-query-functions>: Add hook
11195 `process-kill-buffer-query-function'.
11196
11197 2009-07-18 Alan Mackenzie <acm@muc.de>
11198
11199 * progmodes/cc-mode.el (c-before-hack-hook)
11200 (c-postprocess-file-styles): Give invocation of `c-set-style'
11201 DONT-OVERRIDE parameter of t. Already set style variables will
11202 thus not be overridden by style settings given by `c-file-syle'.
11203
11204 * files.el (hack-local-variables-filter): Remove entries with
11205 duplicate keys from `file-local-variables-alist'.
11206
11207 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11208
11209 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11210 x-set-selection if display-selections-p returns nil for the
11211 current frame.
11212
11213 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11214
11215 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11216
11217 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11218
11219 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11220 Accept nil in addition to a regexp.
11221 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11222 Accept nil in addition to a regexp.
11223 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11224 buffers that have an associated file. Handle nil values of
11225 desktop-buffers-not-to-save and desktop-files-not-to-save.
11226 (Bug#3833)
11227
11228 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11229 (x-disown-selection-internal): New functions.
11230
11231 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11232
11233 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11234 warning.
11235 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11236 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11237
11238 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11239
11240 * simple.el (set-mark): Revert last change.
11241
11242 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11243
11244 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11245 rendering of pngs is not possible instead of messaging a long
11246 description.
11247
11248 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11249
11250 * w32-fns.el (x-selection-owner-p): New function.
11251
11252 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11253 (mouse-yank-at-click, mouse-yank-primary): If
11254 select-active-regions is non-nil, deactivate the mark before
11255 insertion.
11256
11257 * simple.el (deactivate-mark, set-mark): Only save selection if we
11258 own it.
11259
11260 2009-07-17 Kenichi Handa <handa@m17n.org>
11261
11262 * case-table.el (describe-buffer-case-table): Fix for the case
11263 that KEY is a cons.
11264
11265 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11266
11267 * vc-rcs.el (vc-rcs-find-file-hook):
11268 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11269
11270 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11271
11272 * net/tramp.el (tramp-wait-for-output): Handle the case when
11273 commands do not return a newline but a null byte before the shell
11274 prompt. (Bug#3858)
11275
11276 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11277
11278 * term/ns-win.el (ns-set-alpha): Don't declare.
11279 (ns-set-background-alpha): Remove function.
11280
11281 2009-07-16 Kevin Ryde <user42@zip.com.au>
11282
11283 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11284 y-or-n-p, for safety.
11285
11286 2009-07-16 Richard Stallman <rms@gnu.org>
11287
11288 * files.el (auto-save-mode): If buffer-saved-size is -2,
11289 don't clobber it.
11290
11291 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11292 (rmail-retry-ignored-headers): Add more uninteresting fields.
11293
11294 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11295
11296 * net/rcirc.el (rcirc): Use history variables.
11297 (rcirc-server-name-history, rcirc-nick-name-history)
11298 (rcirc-server-port-history): New variables.
11299
11300 2009-07-15 Kenichi Handa <handa@m17n.org>
11301
11302 * international/mule-cmds.el (set-language-environment-charset):
11303 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11304 ignore them.
11305
11306 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11307 Delete unibyte-display.
11308
11309 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11310
11311 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11312
11313 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11314
11315 * simple.el (deactivate-mark): Optional argument FORCE.
11316 (set-mark): Use deactivate-mark.
11317
11318 * info.el (Info-search): No need to check transient-mark-mode
11319 before calling deactivate-mark.
11320
11321 * select.el (x-set-selection): Doc fix.
11322 (x-valid-simple-selection-p): Allow buffer values.
11323 (xselect--selection-bounds): Handle buffer values. Suggested by
11324 David De La Harpe Golden.
11325
11326 * mouse.el (mouse-set-region, mouse-drag-track): Call
11327 copy-region-as-kill before setting the mark, to let
11328 select-active-regions work.
11329
11330 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11331
11332 * simple.el (deactivate-mark): If select-active-regions is
11333 non-nil, copy the selection data into a string.
11334 (activate-mark): If select-active-regions is non-nil, set the
11335 selection to the current buffer.
11336 (set-mark): Update selection if select-active-regions is non-nil.
11337
11338 * select.el (x-valid-simple-selection-p): Allow buffer values.
11339
11340 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11341
11342 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11343 and more featureful message-mode.
11344
11345 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11346
11347 * select.el (x-set-selection): Doc fix.
11348 (x-valid-simple-selection-p): Disallow selection data consisting
11349 of a list or cons of integers, since that is not used.
11350 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11351 (xselect-convert-to-string, xselect-convert-to-length)
11352 (xselect-convert-to-filename, xselect-convert-to-charpos)
11353 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11354
11355 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11356
11357 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11358 output in -break-info command (Emacs bug #3794).
11359
11360 2009-07-14 Glenn Morris <rgm@gnu.org>
11361
11362 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11363 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11364 (edebug-print-length, edebug-print-level, edebug-print-circle)
11365 (edebug-sit-for-seconds, edebug-view-outside)
11366 (edebug-bounce-point, edebug-set-global-break-condition)
11367 (edebug-Go-nonstop-mode, edebug-trace-mode)
11368 (edebug-Trace-fast-mode, edebug-continue-mode)
11369 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11370 (edebug-visit-eval-list): Doc fixes.
11371
11372 * subr.el (def-edebug-spec): Doc fix.
11373
11374 2009-07-14 Kenichi Handa <handa@m17n.org>
11375
11376 * international/characters.el: Fix setting of category ?C.
11377
11378 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11379
11380 * term/ns-win.el (x-select-font): defalias x-select-font to
11381 ns-popup-font-panel instead of generate-fontset-menu.
11382
11383 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11384
11385 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11386
11387 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11388
11389 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11390 the PK\003\004 header (Bug#3770).
11391
11392 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11393
11394 * pcomplete.el (pcomplete-comint-setup): Check for
11395 shell-dynamic-complete-filename too.
11396
11397 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11398
11399 * simple.el (temporary-goal-column): Change the value for
11400 line-move-visual to a cons cell.
11401 (line-move-visual): Record or set the window hscroll, if
11402 necessary (Bug#3494).
11403 (line-move-1): Handle cons value of temporary-goal-column.
11404
11405 2009-07-11 Kenichi Handa <handa@m17n.org>
11406
11407 * international/mule-diag.el (describe-character-set): Don't show
11408 width.
11409
11410 2009-07-10 Sam Steingold <sds@gnu.org>
11411
11412 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11413 Omake sometimes indents the errors it prints, so allow all
11414 regexps to start with spaces.
11415
11416 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11417
11418 * cus-edit.el (customize-changed-options-previous-release):
11419 Bump value to 22.1. (Bug#3804)
11420
11421 2009-07-08 Sam Steingold <sds@gnu.org>
11422
11423 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11424 to be a cons cell (test . ignored-directory) to selectively ignore
11425 some directories depending on the location of the search.
11426
11427 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11428
11429 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11430 remote user is root, on the local host.
11431 (tramp-local-host-p): Either the local user or the remote user
11432 must be root. (Bug#3771)
11433
11434 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11435
11436 * progmodes/gdb-mi.el (gdb): Remove description of
11437 gdb-use-separate-io-buffer.
11438 (menu): Don't allow toggling of or enable
11439 gdb-use-separate-io-buffer from menubar.
11440
11441 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11442
11443 * mail/unrmail.el (unrmail): Make sure the message ends with two
11444 newlines (Bug#3769).
11445
11446 2009-07-08 Glenn Morris <rgm@gnu.org>
11447
11448 * calendar/calendar.el (calendar-current-date): Rework previous change.
11449
11450 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11451
11452 * calendar/calendar.el (calendar-current-date):
11453 Add an optional argument giving an offset from today.
11454
11455 2009-07-08 Glenn Morris <rgm@gnu.org>
11456
11457 * tutorial.el (tutorial--describe-nonstandard-key):
11458 Adjust the message for when a key has been unbound.
11459 (help-with-tutorial): Hide the arch-tag.
11460
11461 2009-07-08 Kenichi Handa <handa@m17n.org>
11462
11463 * international/fontset.el (setup-default-fontset): For each
11464 script, append (not set) font-specs.
11465
11466 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11467 docstring.
11468
11469 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11470
11471 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11472 -data-list-register-names to ...
11473 (gdb-starting): ... here because GDB 7.0 requires execution to
11474 have started when using this MI command.
11475 (gdb-set-header): New function to distinguish select and
11476 unselected tabs in gdb buffers.
11477 (gdb-propertize-header): New macro that uses gdb-set-header.
11478 (gdb-breakpoints-header, gdb-locals-header): Use it.
11479 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11480
11481 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11482
11483 * Makefile.in (ELCFILES): Remove fadr.elc.
11484
11485 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11486
11487 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11488 may contain frame information, so `string-match' should be used.
11489 (gdb-update): Disassembly is invalidated through
11490 `gdb-get-selected-frame'.
11491 (gdb-pad-string): New function to pad string with spaces.
11492 (gdb-invalidate-disassembly): Invalidate only if the buffer
11493 exists.
11494 (gdb-disassembly-handler-custom): Column alignment.
11495 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11496 placing new ones.
11497 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11498 end of line, too.
11499 (gdb-frame-handler): Match convention to for disassembly buffer
11500 mode name.
11501 (gdb-stack-list-frames-handler): Rewritten without regexps.
11502 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11503 not highlight breakpoints without line information.
11504 (gdb-input): Add trailing newline to command.
11505
11506 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11507 buffer properly.
11508 (gdb-breakpoints-list-handler-custom): Replacement for
11509 `gdb-break-list-handler'. Using real parser instead of regexps
11510 now.
11511 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11512 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11513 to place breakpoints.
11514 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11515 functions.
11516 (gdb-disassembly-handler-custom): Show overlay arrow.
11517 (gdb-disassembly-place-breakpoints): Show breakpoints in
11518 disassembly buffer.
11519 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11520 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11521 instead of parsing breakpoints buffer. Fixed old menu references
11522 in `gud-menu-map'.
11523
11524 * fadr.el: Remove.
11525
11526 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11527 (gdb-memory-address): New variable which holds top address of
11528 memory page shown in memory buffer.
11529 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11530 customization variables.
11531 New functions:
11532 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11533 display the memory buffer.
11534 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11535 buffer display parameters.
11536 (def-gdb-memory-format, gdb-memory-format-binary)
11537 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11538 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11539 Functions for setting memory buffer format.
11540 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11541 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11542 unit size used in memory buffer.
11543 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11544 to next/previous page of memory buffer.
11545 Now using (bindat-get-field) instead of fadr functions.
11546
11547 2009-07-07 Sam Steingold <sds@gnu.org>
11548
11549 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11550 non-top-level files.
11551
11552 2009-07-07 Kenichi Handa <handa@m17n.org>
11553
11554 * international/mule-cmds.el (reset-language-environment): Put
11555 the highset priority to the charset iso-8859-1.
11556
11557 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11558
11559 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11560 to the end of the line when locating the block (Bug#700).
11561
11562 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11563
11564 * net/tramp.el (tramp-handle-write-region): Flush file properties
11565 in case of short track.
11566
11567 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11568
11569 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11570 Coded custom representation of verilog error regular expressions
11571 to work with Emacs-22's new format.
11572 (verilog-error-regexp-xemacs-alist): Coded custom representation
11573 of verilog error regular expressions to work with XEmacs format.
11574 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11575 error recognition into XEmacs.
11576 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11577 error recognition into Emacs-22.
11578
11579 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11580
11581 * woman.el: Remove stand-alone closing parentheses.
11582 (woman-file-name, woman2-format-paragraphs)
11583 (woman-leave-blank-lines): Code cleanup.
11584 (woman-use-own-frame): Change default to nil.
11585 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11586 defaults to inherit from default faces.
11587 (woman2-process-escapes): Consume the newline after a stand-alone
11588 filler character (Bug#3651).
11589
11590 2009-07-06 Glenn Morris <rgm@gnu.org>
11591
11592 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11593 (top-level): Move provide to the end.
11594 (ffap): Remove defunct URL from custom group.
11595
11596 * subr.el (eval-after-load): Doc fix.
11597
11598 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11599
11600 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11601 `calc-embedded-word' is called twice.
11602
11603 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11604
11605 * files.el (find-alternate-file-other-window, find-alternate-file):
11606 Obey confirm-nonexistent-file-or-buffer.
11607
11608 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
11609
11610 * dired-aux.el (dired-show-file-type): Handle remote files.
11611
11612 2009-07-05 Jari Aalto <jari.aalto@cante.net>
11613
11614 * desktop.el (desktop-globals-to-save):
11615 Add file-name-history (Bug#2750).
11616
11617 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
11618
11619 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11620
11621 2009-07-04 Johan Bockgård <bojohan@gnu.org>
11622
11623 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11624 property on entire argument since this is what eshell-lisp-command
11625 expects.
11626
11627 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
11628
11629 * net/tramp-gvfs.el (tramp-gvfs-methods)
11630 (tramp-gvfs-zeroconf-domain)
11631 (tramp-bluez-discover-devices-timeout): Add version flag.
11632 (tramp-gvfs-handler-mounted-unmounted)
11633 (tramp-gvfs-connection-mounted-p): Polish handling of
11634 incompatibilities between GVFS 0.2 and 1.0.
11635
11636 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11637
11638 * cus-start.el (all): Add make-pointer-invisible.
11639
11640 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11641
11642 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11643 formatted correctly.
11644
11645 2009-07-02 Juri Linkov <juri@jurta.org>
11646
11647 * info.el: Virtual Info files and nodes.
11648 (Info-virtual-files, Info-virtual-nodes): New variables.
11649 (Info-current-node-virtual): New variable.
11650 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11651 New functions.
11652 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11653 to check for a virtual file instead of checking a fixed list
11654 of node names.
11655 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11656 instead of ad-hoc processing of "dir" and (apropos history toc).
11657 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11658 instead of ad-hoc processing of "dir" and (apropos history toc).
11659 Reread a file when moving from a virtual node.
11660 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11661 (Info-directory-toc-nodes, Info-directory-find-file)
11662 (Info-directory-find-node): New functions.
11663 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11664 (Info-history): Move part of code to
11665 `Info-history-find-node'.
11666 (Info-history-toc-nodes, Info-history-find-file)
11667 (Info-history-find-node): New functions.
11668 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11669 (Info-toc): Move part of code to `Info-toc-find-node'.
11670 (Info-toc-find-node): New function.
11671 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
11672 the current Info file name to references because now the node
11673 "*TOC*" belongs to the same Info manual.
11674 (Info-toc-build): Rename from `Info-build-toc'.
11675 (Info-toc-nodes): Rename input argument `file' to `filename'.
11676 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11677 instead of ad-hoc processing of ("dir" apropos history toc).
11678 (Info-index-nodes): Use Info-virtual-file-p
11679 to check for a virtual file instead of checking a fixed list
11680 of node names.
11681 (Info-index-node): Add check for `Info-current-node-virtual'.
11682 Raise `save-match-data' higher up the tree to contain
11683 `search-forward' too (bug fix).
11684 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11685 (Info-virtual-index-nodes): New variable.
11686 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11687 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11688 (Info-apropos-file, Info-apropos-nodes): New variables.
11689 (Info-apropos-toc-nodes, Info-apropos-find-file)
11690 (Info-apropos-find-node, Info-apropos-matches): New functions.
11691 (info-apropos): Move part of code to `Info-apropos-find-node' and
11692 `Info-apropos-matches'.
11693 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11694 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11695 for a virtual file instead of checking a fixed list of node names.
11696
11697 * simple.el (async-shell-command): New command.
11698
11699 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11700
11701 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11702 instead of `mount-info'.
11703
11704 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
11705
11706 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11707 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11708
11709 2009-07-02 Kenichi Handa <handa@m17n.org>
11710
11711 * international/mule.el (set-keyboard-coding-system): Force *-unix
11712 coding-system to avoid eol conversion.
11713
11714 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
11715
11716 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11717 Add handler for `process-file', `shell-command' and
11718 `start-file-process'.
11719 (tramp-gvfs-handle-shell-command)
11720 (tramp-gvfs-handle-start-file-process)
11721 (tramp-gvfs-handle-process-file): New defuns.
11722 (tramp-synce-list-devices): Simplify check for existence of property.
11723
11724 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11725
11726 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11727
11728 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11729
11730 * language/korean.el (set-language-info-alist): Add korean-cp949,
11731 cp949 to spec.
11732
11733 2009-07-01 Kenichi Handa <handa@m17n.org>
11734
11735 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11736
11737 * international/encoded-kb.el: Deleted.
11738
11739 * international/mule.el (set-keyboard-coding-system): Perform the
11740 necessary setup here instead of calling encoded-kbd-setup-display.
11741
11742 2009-07-01 Glenn Morris <rgm@gnu.org>
11743
11744 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11745
11746 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11747
11748 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11749
11750 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
11751
11752 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11753 Handle also the 'rename case, when setting file modes. (Bug#3712)
11754 (tramp-default-file-modes): Remove execute permissions.
11755
11756 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11757 (top): Add a default for "synce" in `tramp-default-user-alist'.
11758 Add completion function for "synce" method.
11759 (tramp-hal-service, tramp-hal-path-manager)
11760 (tramp-hal-interface-manager, tramp-hal-interface-device):
11761 New defconst.
11762 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11763 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11764 New defuns.
11765
11766 * net/trampver.el: Update release number.
11767
11768 2009-06-30 Kenichi Handa <handa@m17n.org>
11769
11770 * international/fontset.el (setup-default-fontset): Add CJK fonts
11771 for symbols and the other miscellaneous characters.
11772
11773 * language/korea-util.el (setup-korean-environment-internal):
11774 Make char-width-table suitable for Korean environments.
11775 (exit-korean-environment): Cancel above.
11776
11777 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11778 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11779 setup-function to make char-width-table suitable for respective
11780 environments, and an exit-function to cancel that.
11781
11782 * language/japan-util.el (setup-japanese-environment-internal):
11783 Call use-cjk-char-width-table with arg `ja_JP'.
11784
11785 * international/characters.el (cjk-char-width-table): Delete it.
11786 (cjk-char-width-table-list): New variable.
11787 (use-cjk-char-width-table): New arg local-name.
11788 (use-default-char-width-table): Fix for the case that Emacs is
11789 already using the default char-width-table.
11790
11791 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
11792
11793 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11794 modes mandatory. (Bug#3712)
11795
11796 2009-06-29 Alan Mackenzie <acm@muc.de>
11797
11798 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11799 correction between the visible width of TABs and their number of bytes.
11800
11801 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
11802
11803 * server.el (server-buffer-done): Prevent kill-buffer from
11804 prompting by clearing the buffer modification flag (Bug#3696).
11805
11806 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
11807
11808 * progmodes/verilog-mode.el (verilog-beg-of-statement)
11809 (verilog-endcomment-reason-re): Support unique case and priority case.
11810 (verilog-basic-complete-re): Support localparam lineup.
11811 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11812 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11813 commenting.
11814 (verilog-leap-to-case-head): Now support *nested* unique &
11815 priority case statements.
11816 (verilog-auto-lineup): Make just declarations the default (as it
11817 had been).
11818 (verilog-leap-to-case-head): Support priority/unique case statements.
11819 (verilog-auto-lineup): Rework to give users radio buttons to
11820 select the various styles of automatic lineup.
11821 (verilog-error-regexp-alist): Rework to support the XEmacs style
11822 of error regular expressions from compilers, lint tools &
11823 simulators. Note that GNU Emacs has made it impossible for a mode
11824 to load such things.
11825 (electric-verilog-terminate-line, verilog-indent-declaration)
11826 (verilog-auto-wiure): Rework for radio button selection of
11827 auto-lineup selection of specification of auto lineup.
11828 (verilog-beg-of-statement-1): Redesign to support proper operation
11829 in additional code, based on testing with auto-lineup.
11830 (verilog-calculate-indent, assignments & declarations)
11831 (verilog-backward-token): Enhance to support auto-lineup of
11832 assignments & declarations.
11833 (verilog-in-directive-p, verilog-at-struct-p): New function for
11834 easy test of whether we are.
11835 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11836 to support safe execution at almost anyline.
11837 (verilog-calc-1): Properly support indenting deep inside generate
11838 blocks.
11839 (verilog-init-font): Remove definition & use of verilog-init-font,
11840 as it is redundant with font-lock-defaults.
11841 (verilog-mode): Alter the definition of verilog-font-lock-defaults
11842 to avoid circular calls if syntax-ppss is a function (as is the
11843 case now in 22.x GNU Emacs) as that function would sometimes call
11844 itself, leading to (nearly) infinite recursion.
11845 (verilog-ovm-begin-re, verilog-ovm-end-re)
11846 (verilog-ovm-statement-re, verilog-leap-to-head)
11847 (verilog-backward-token): Add support for OVM macros. Some are
11848 complete statements, and others open and close scopes like begin
11849 and end.
11850 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11851 (verilog-defun-level-generate-only-re): Really fix the defun-list
11852 compilation issue.
11853 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11854 coverpoint, constraint and cross statements.
11855 (verilog-defun-level-list, verilog-generate-defun-level-list)
11856 (verilog-all-defun-level-list): Redo these specifications - it is
11857 too hard to support eval-when compile aggregation of lists also
11858 built at when-compile time.
11859 (verilog-defun-level-list): Place defconsts of variables used in
11860 building regular expressions which are built in eval-when-compile
11861 bodies in the same eval-when-compile body to facilitate compile
11862 without load.
11863 (verilog-beg-block-re-ordered): Support indenting
11864 virtual/protected tasks and functions.
11865 (verilog-defun-level-list, verilog-in-generate-region-p)
11866 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11867 indentation of some module items (generate items).
11868 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11869 across virtual/protected tasks and functions.
11870
11871 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11872
11873 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11874 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
11875 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11876 in concatenations. Reported by Yishay Belkind.
11877 (verilog-auto-ascii-enum): Support one-hot state machines in
11878 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11879 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11880 modport in AUTOINST and add vl-modport for users. Reported by
11881 David Rogoff.
11882 (verilog-auto-inout-module, verilog-auto-inst)
11883 (verilog-decls-get-interfaces, verilog-insert-definition)
11884 (verilog-insert-one-definition, verilog-read-decls)
11885 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11886 (verilog-sig-modport, verilog-signals-combine-bus)
11887 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11888 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11889 Suggested by David Rogoff.
11890 (verilog-repair-open-comma): Fix non-insertion of comma when
11891 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11892 (verilog-make-width-expression): Simplify [A-1:0] expression
11893 widths to just {A{1'b0}}.
11894 (verilog-mode): Cleanup checkdoc warnings.
11895 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11896 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11897 inputs/outputs or data type. Suggested by Vasu Kandadi.
11898 (next-error-last-buffer): Fix byte-compiler warning.
11899 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11900 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11901 or shell command text during AUTO expansion. Suggested by Tad Truex.
11902 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11903 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11904 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11905 in AUTOINOUT. Reported by Matthew Lovell.
11906 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11907 causing use of <= assignments. Reported by Alex Reed.
11908 (verilog-read-decls): Fix triand, trior, wand, wor to be
11909 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11910 (verilog-extended-complete-re): Support import "DPI-C" functions.
11911 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11912 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
11913 (verilog-insert-date, verilog-insert-year)
11914 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11915 Windows systems. Reported by Michael Potts.
11916 (verilog-read-module-name): Fix AUTOINST when the child module
11917 declaration's name is a tick define. Reported by Elliot Mednick.
11918 (verilog-read-decls): Fix V2K parameter bit subscripts getting
11919 passed to next parameter's definition. Reported by Bruce T.
11920 (verilog-read-decls): Fix detecting "parameter int" when using
11921 AUTOINSTPARAM. Reported by Bruce T.
11922 (verilog-goto-defun): Fix goto not finding modules unless first
11923 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
11924 (verilog-mode): Expand -f flag arguments on entry to mode so
11925 verilog-goto-defun will work. Reported by Lawrence Butcher.
11926 (verilog-getopt): Expand environment variables in -f file
11927 arguments. Suggested by Lawrence Butcher.
11928 (verilog-set-define): Fix "Symbol's value as variable is void"
11929 when reading enumerations.
11930 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11931 Suggested by Stephen Peltan.
11932 (verilog-read-defines): Fix reading of enumerations in include
11933 files. Reported by Steve Peltan.
11934
11935 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11936
11937 * files.el (trash-directory): Fix defcustom type.
11938
11939 2009-06-28 Juri Linkov <juri@jurta.org>
11940
11941 * help-fns.el (describe-function-1): Correctly locate adviced
11942 functions in hyperlink (Bug#2438).
11943
11944 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
11945
11946 * files.el (trash-directory): Change default to nil.
11947 (move-file-to-trash): If trash-directory is nil and
11948 system-move-file-to-trash is unbound, perform freedesktop-style
11949 trashing.
11950
11951 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11952
11953 * files.el (move-file-to-trash): Add freedesktop trash
11954 support (Bug#973).
11955
11956 2009-06-28 Glenn Morris <rgm@gnu.org>
11957
11958 * autorevert.el (global-auto-revert-non-file-buffers)
11959 (global-auto-revert-mode): Doc fixes.
11960
11961 2009-06-27 Johan Bockgård <bojohan@gnu.org>
11962
11963 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11964
11965 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
11966
11967 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11968 opened an X connection before calling x-get-resource (Bug#3194).
11969
11970 * play/doctor.el: Remove reference to obsolete website.
11971 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11972
11973 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11974
11975 Remove find-file-not-found-hook VC method. (Bug#2757)
11976 * vc-hooks.el (vc-file-not-found-hook)
11977 (vc-default-find-file-not-found-hook): Remove functions.
11978 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11979 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11980 * vc.el:
11981 * vc-hg.el:
11982 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11983
11984 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11985
11986 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11987 compatibility function for `looking-back'.
11988
11989 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11990 Use `ispell-looking-back'.
11991
11992 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
11993
11994 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11995 rather than `filename'.
11996
11997 2009-06-23 Miles Bader <miles@gnu.org>
11998
11999 * face-remap.el (text-scale-set): New function.
12000
12001 2009-06-23 Glenn Morris <rgm@gnu.org>
12002
12003 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12004
12005 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12006
12007 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12008
12009 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12010
12011 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12012 Simplify Persian conditionals.
12013
12014 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12015 variable `filename'.
12016
12017 * comint.el (comint-insert-input): Doc fix.
12018
12019 * Makefile.in (ELCFILES): Fix typo in previous change.
12020
12021 2009-06-23 Miles Bader <miles@gnu.org>
12022
12023 * cus-start.el: Add entry for `recenter-redisplay'.
12024
12025 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12026
12027 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12028 Add an optional argument for the backend, use it instead of
12029 calling vc-backend.
12030 (vc-mode-line): Add an optional argument for the backend.
12031 Pass the backend to vc-state and vc-working-revision. Move code for
12032 special handling for vc-state being a buffer to ...
12033
12034 * vc-rcs.el (vc-rcs-find-file-hook):
12035 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12036
12037 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12038 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12039 vc-stay-local-p and vc-mode-line calls.
12040
12041 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12042 (vc-cvs-diff, vc-cvs-annotate-command)
12043 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12044 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12045 vc-mode-line calls.
12046
12047 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12048 direct comparison.
12049 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12050 backend when calling vc-mode-line.
12051 (vc-register): Do not create a closure for calling the vc register
12052 function, call it directly.
12053
12054 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12055
12056 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12057 to make it obvious item can be clicked.
12058
12059 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12060
12061 2009-06-23 Kenichi Handa <handa@m17n.org>
12062
12063 * language/korea-util.el (korean-key-bindings): Change the binding
12064 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12065 same command.
12066
12067 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
12068
12069 Sync with Tramp 2.1.16.
12070
12071 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12072
12073 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12074 when a loading of a package fails. Completion function for rsync
12075 is `tramp-completion-function-alist-ssh'.
12076 (all): Replace all calls of `split-string' and
12077 `tramp-split-string' by `tramp-compat-split-string'.
12078 (tramp-default-method): Use `tramp-compat-process-running-p'.
12079 (tramp-default-proxies-alist): Allow also Lisp forms.
12080 (tramp-remote-path): Add choice "Private Directories".
12081 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12082 (tramp-domain-regexp): Allow also "-", "_" and ".".
12083 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12084 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12085 (tramp-debug-message): Insert header line in debug buffer.
12086 (tramp-handle-directory-files-and-attributes-with-stat):
12087 Care about filenames with spaces, or starting with "-".
12088 (tramp-handle-dired-uncache): New defun.
12089 (tramp-handle-insert-directory): Don't flush the directory from
12090 cache, this is handled by `dired-uncache' now.
12091 (tramp-handle-insert-file-contents): Improve error handling.
12092 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12093 Quote `tramp-end-of-output'.
12094 (tramp-action-password): Improve trace message.
12095 (tramp-check-for-regexp): Both echoes must be present, before removing.
12096 (tramp-open-connection-setup-interactive-shell): Trace coding system.
12097 (tramp-compute-multi-hops): Eval cons cells of
12098 `tramp-default-proxies-alist'.
12099 (tramp-maybe-open-connection): Use the same command pattern for
12100 first hop and further hops.
12101 (tramp-wait-for-output): Remove handling of newlines.
12102 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12103 (tramp-split-string): Remove function. It is handled in
12104 tramp-compat now.
12105
12106 * net/tramp-cmds.el (tramp-bug):
12107 Recommend `tramp-cleanup-all-connections' in the bug mail.
12108
12109 * net/tramp-compat.el (tramp-compat-split-string)
12110 (tramp-compat-process-running-p): New defuns.
12111
12112 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12113 for `dired-uncache'.
12114
12115 * net/tramp-gvfs.el: New package.
12116
12117 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12118 Add handler for `dired-uncache'.
12119 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12120
12121 * net/trampver.el: Update release number. Make version check fit
12122 for SXEmacs 22.
12123
12124 2009-06-22 Jim Meyering <meyering@redhat.com>
12125
12126 Automatically handle .xz suffix (XZ-compressed files), too.
12127 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12128 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12129
12130 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12131 Nick Roberts <nickrob@snap.net.nz>
12132
12133 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12134 repository (http://sphinx.net.ru/hg/gdb-mi/).
12135
12136 2009-06-22 Glenn Morris <rgm@gnu.org>
12137
12138 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12139 `mode' and `eval' entries. (Bug#3430)
12140
12141 * Makefile.in (ELCFILES): Add fadr.elc.
12142
12143 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12144 differing behavior of \n and ^ in strings. (Bug#3385)
12145
12146 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12147
12148 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12149 property.
12150 (lisp-indent-function): Make it a defcustom.
12151
12152 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12153
12154 * progmodes/gdb-ui.el: Replace with ...
12155 * progmodes/gdb-mi.el: ... this file.
12156 * progmodes/gud.el: Modify for gdb-mi.el.
12157
12158 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12159
12160 * fadr.el: New file.
12161
12162 See ChangeLog.14 for earlier changes.
12163
12164 ;; Local Variables:
12165 ;; coding: utf-8
12166 ;; End:
12167
12168 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
12169
12170 This file is part of GNU Emacs.
12171
12172 GNU Emacs is free software: you can redistribute it and/or modify
12173 it under the terms of the GNU General Public License as published by
12174 the Free Software Foundation, either version 3 of the License, or
12175 (at your option) any later version.
12176
12177 GNU Emacs is distributed in the hope that it will be useful,
12178 but WITHOUT ANY WARRANTY; without even the implied warranty of
12179 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12180 GNU General Public License for more details.
12181
12182 You should have received a copy of the GNU General Public License
12183 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12184
12185 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1