]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Fix slow cursor movement.
[gnu-emacs] / lisp / ChangeLog
1 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2
3 * whitespace.el: Fix slow cursor movement. Reported by Christoph
4 Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>. New version
5 13.0.
6 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7 Adjust initialization.
8 (whitespace-bob-marker, whitespace-eob-marker)
9 (whitespace-buffer-changed): New vars.
10 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
11 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
12 (whitespace-post-command-hook, whitespace-display-char-on): Adjust
13 code.
14 (whitespace-looking-back, whitespace-buffer-changed): New funs.
15 (whitespace-space-regexp, whitespace-tab-regexp): Eliminated
16 funs.
17
18 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
19
20 * files.el (locate-file-completion-table): Only list the .el and .elc
21 extensions if there's no other choice (bug#5955).
22
23 * facemenu.el (facemenu-self-insert-data): New var.
24 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
25 New functions.
26 (facemenu-add-face): Use them.
27
28 * simple.el (blink-matching-open): Obey forward-sexp-function.
29
30 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * simple.el (prog-mode-map): New var.
33 (prog-indent-sexp): New command.
34
35 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
36
37 * progmodes/prolog.el (smie): Require.
38
39 * emacs-lisp/smie.el (smie-default-backward-token)
40 (smie-default-forward-token): Strip properties.
41 (smie-next-sexp): Be more careful with associative operators.
42 (smie-forward-sexp-command): Generalize.
43 (smie-backward-sexp-command): Simplify.
44 (smie-closer-alist): New var.
45 (smie-close-block): New command.
46 (smie-indent-debug-log): New var.
47 (smie-indent-offset-rule): Add a few more cases.
48 (smie-indent-column): New function.
49 (smie-indent-after-keyword): Use it.
50 (smie-indent-keyword): Use it.
51 Fix up the opener code's point position.
52 (smie-indent-comment): Only applies at BOL.
53 (smie-indent-debug): New command.
54
55 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
56 declarations that are useful before running the macro.
57
58 2010-08-18 Joakim Verona <joakim@verona.se>
59
60 * image.el (imagemagick-types-inhibit): New variable.
61 (imagemagick-register-types): New function.
62 * image-mode.el (image-transform-properties): New function.
63 (image-transform-set-scale, image-transform-fit-to-height)
64 (image-transform-set-rotation, image-transform-set-resize)
65 (image-transform-fit-to-width, image-transform-fit-to-height):
66 New functions.
67 (image-toggle-display-image): Support image transforms.
68
69 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
70
71 * image.el (create-animated-image): Don't add heuristic mask to image
72 (Bug#6839).
73
74 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
75
76 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
77 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
78
79 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
80
81 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
82
83 Font-lock '...' strings, plus various simplifications and fixes.
84 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
85 (octave-font-lock-close-quotes): New function.
86 (octave-font-lock-syntactic-keywords): New var.
87 (octave-mode): Use it. Set beginning-of-defun-function.
88 (octave-mode-map): Don't override the <foo>-defun commands.
89 (octave-mode-menu): Pass it directly to easy-menu-define;
90 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
91 (octave-block-match-alist): Fix up last change so that
92 octave-close-block uses the more specific keyword.
93 (info-lookup-mode): Silence byte-compiler.
94 (octave-beginning-of-defun): Not interactive any more.
95 Optimize slightly.
96 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
97 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
98 (octave-completion-at-point-function): Make sure point is within
99 beg..end.
100 (octave-reindent-then-newline-and-indent):
101 Use reindent-then-newline-and-indent.
102 (octave-add-octave-menu): Remove.
103
104 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
105
106 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
107 (report-emacs-bug-can-use-xdg-email): New functions.
108 (report-emacs-bug): Set can-xdg-email to result of
109 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
110 \C-cm to report-emacs-bug-insert-to-mailer and add help text
111 about it.
112
113 * net/browse-url.el (browse-url-default-browser): Add cond
114 for browse-url-xdg-open.
115 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
116
117 2010-08-17 Glenn Morris <rgm@gnu.org>
118
119 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
120 (c-fontify-recorded-types-and-refs): Define for compiler.
121 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
122 before use.
123
124 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
125 Fix format call.
126
127 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
128
129 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
130 properties.
131 (tramp-handle-process-file): Call the program in a subshell, in
132 order to preserve working directory.
133 (tramp-action-password): Hide password prompt before next run.
134 (tramp-process-actions): Widen connection buffer for the trace.
135
136 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
137
138 * net/rcirc.el (rcirc-log-process-buffers): New option.
139 (rcirc-print): Use it.
140 (rcirc-generate-log-filename): New function.
141 (rcirc-log-filename-function): Change default to
142 rcirc-generate-log-filename (Bug#6828).
143
144 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
145
146 * simple.el (deactivate-mark): If select-active-regions is `only',
147 only set selection for temporarily active regions.
148
149 * cus-start.el: Change defcustom for select-active-regions.
150
151 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
152
153 * mouse.el (mouse--drag-set-mark-and-point): New function.
154 (mouse-drag-track): Use LOCATION arg to push-mark.
155 Use mouse--drag-set-mark-and-point to take click-count into
156 consideration when updating point and mark (Bug#6840).
157
158 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
159
160 * progmodes/compile.el (compilation-error-regexp-alist-alist):
161 Give the Ruby rule a lower priority than Gnu (Bug#6778).
162
163 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
164
165 * font-lock.el (lisp-font-lock-keywords-2):
166 Add combine-after-change-calls, condition-case-no-debug,
167 with-demoted-errors, and with-silent-modifications (Bug#6025).
168
169 2010-08-14 Kevin Ryde <user42@zip.com.au>
170
171 * emacs-lisp/copyright.el (copyright-update-year)
172 (copyright-update): Temporary switch-to-buffer to ensure the
173 buffer change being queried is visible (Bug#5394).
174
175 2010-08-14 Tom Tromey <tromey@redhat.com>
176
177 * progmodes/etags.el (tags-file-name): Mark safe if stringp
178 (Bug#6733).
179
180 2010-08-14 Eli Zaretskii <eliz@gnu.org>
181
182 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
183 MS-DOS. (Bug#6689)
184
185 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
186
187 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
188 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
189 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
190 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
191 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
192 Call menu-bar-set-tool-bar-position.
193
194 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
197 comment style (bug#6834).
198 * progmodes/scheme.el (scheme-mode-syntax-table):
199 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
200 "b" flag in "' 14b" syntax.
201
202 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
203 for (un)commenting the region and performing completion.
204 (octave-mode-menu): Use standard commands for help and completion.
205 (octave-mode-syntax-table): Support %{..%} comments (sort of).
206 (octave-mode): Use define-derived-mode.
207 Set completion-at-point-functions and don't set columns.
208 Don't disable adaptive-fill-regexp.
209 (octave-describe-major-mode, octave-comment-region)
210 (octave-uncomment-region, octave-comment-indent)
211 (octave-indent-for-comment): Remove.
212 (octave-indent-calculate): Rename from calculate-octave-indent.
213 (octave-indent-line, octave-fill-paragraph): Update caller.
214 (octave-initialize-completions): No need to make an alist.
215 (octave-completion-at-point-function): New function.
216 (octave-complete-symbol): Use it.
217 (octave-insert-defun): Use define-skeleton.
218
219 * progmodes/octave-mod.el (octave-mode): Set comment-add.
220 (octave-mode-map): Use comment-dwim (bug#6829).
221
222 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
223
224 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
225 indentation of inserted comment.
226
227 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
228
229 * faces.el (region): Add type gtk that uses gtk colors.
230
231 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
232 Handle theme-name change.
233
234 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
235
236 * progmodes/sql.el: Version 2.5
237 (sql-product-alist): Add :prompt-cont-regexp property for several
238 database products.
239 (sql-prompt-cont-regexp): New variable.
240 (sql-output-newline-count, sql-output-by-send):
241 New variables. Record number of newlines in input text.
242 (sql-send-string): Handle multiple filters and count newlines.
243 (sql-send-magic-terminator): Count terminator newline.
244 (sql-interactive-remove-continuation-prompt): Filters output to
245 remove continuation prompts; one for each newline.
246 (sql-interactive-mode): Set up new variables, prompt regexp and
247 output filter.
248 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
249 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
250
251 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
252
253 * emacs-lisp/pcase.el: New file.
254
255 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
256
257 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
258 as here-document, otherwise the command could exceed maximum
259 length of command line.
260 (tramp-handle-vc-registered): Call script accordingly.
261 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
262
263 2010-08-10 Kenichi Handa <handa@m17n.org>
264
265 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
266 composable pattern.
267
268 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
269
270 * emacs-lisp/package.el (package-version-split)
271 (package--version-first-nonzero, package-version-compare):
272 Functions removed.
273 (package-directory-list, package-load-all-descriptors)
274 (package--built-in, package-activate, define-package)
275 (package-installed-p, package-compute-transaction)
276 (package-read-all-archive-contents)
277 (package--add-to-archive-contents, package-buffer-info)
278 (package-tar-file-info, package-list-packages-internal):
279 Use version-to-list and version-list-*.
280
281 * emacs-lisp/package-x.el (package-upload-buffer-internal):
282 Use version-to-list.
283 (package-upload-buffer-internal): Use version-list-<=.
284
285 2010-08-09 Kenichi Handa <handa@m17n.org>
286
287 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
288 composable pattern.
289
290 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
291
292 * tutorial.el (tutorial--default-keys): C-d is now bound to
293 delete-forward-char (Bug#6826).
294
295 * mouse.el (mouse-drag-track): Remove accidentally-removed check
296 for `double' value of mouse-1-click-follows-link (Bug#6807).
297
298 2010-08-08 Johan Bockgård <bojohan@gnu.org>
299
300 * replace.el (replace-highlight): Bind isearch-forward and
301 isearch-error, ensuring that highlighting is updated if the user
302 switches the search direction (Bug#6808).
303
304 * isearch.el (isearch-lazy-highlight-forward): New var.
305 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
306 (isearch-lazy-highlight-update): Use it.
307
308 2010-08-08 Kenichi Handa <handa@m17n.org>
309
310 * international/mule.el (define-charset): Store NAME as :base property.
311 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
312 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
313 current priority. Force using the designation of the specific
314 charset by adding `charset' text property. Improve the whole algorithm.
315
316 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
317
318 * emulation/pc-select.el (pc-selection-mode-hook)
319 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
320 (pc-selection-mode): Fix typos in docstrings.
321
322 2010-08-08 Kenichi Handa <handa@m17n.org>
323
324 * language/cyrillic.el: Don't add "microsoft-cp1251" to
325 ctext-non-standard-encodings-alist here.
326
327 * international/mule.el (ctext-non-standard-encodings-alist):
328 Add "koi8-r" and "microsoft-cp1251".
329 (ctext-standard-encodings): New variable.
330 (ctext-non-standard-encodings-table): List only elements for
331 non-standard encodings.
332 (ctext-pre-write-conversion): Adjusted for the above change.
333 Check ctext-standard-encodings.
334
335 * international/mule-conf.el (compound-text): Doc fix.
336 (ctext-no-compositions): Doc fix.
337 (compound-text-with-extensions): Doc fix.
338
339 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
340
341 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
342
343 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
344
345 * progmodes/which-func.el (which-func-format): Split help-echo text
346 into lines, like other mode-line tooltips.
347
348 * server.el (server-start): When using TCP sockets, force IPv4
349 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
350
351 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
352
353 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
354
355 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
356
357 * term.el (term-delimiter-argument-list): Reflow docstring.
358 (term-read-input-ring, term-write-input-ring, term-send-input)
359 (term-bol, term-erase-in-display, serial-supported-or-barf):
360 Fix typos in docstrings.
361
362 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
363
364 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
365
366 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
367
368 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
369
370 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
371
372 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
373 Fix typo in docstring (bug#6747).
374
375 2010-08-08 Leo <sdl.web@gmail.com>
376
377 * eshell/esh-io.el (eshell-get-target): Better detection of
378 read-only file (Bug#6762).
379
380 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
381
382 * align.el (align-default-spacing): Doc fix.
383 (align-region-heuristic, align-regexp): Fix typos in docstrings.
384
385 2010-08-08 Stephen Peters <speters@itasoftware.com>
386
387 * calendar/icalendar.el
388 (icalendar--split-value): Fixed splitting regexp. (Bug#6766)
389 (icalendar--get-weekday-numbers): New
390 (icalendar--convert-recurring-to-diary): Handle multiple byday
391 values in weekly rules. (Bug#6766)
392
393 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
394
395 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
396 (icalendar--create-uid, icalendar-export-region)
397 (icalendar--parse-summary-and-rest): Code formatting.
398
399 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
400
401 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
402 to italicize headers.
403 (calc-highlight-selections-with-faces): New variable.
404 (calc-selected-face, calc-nonselected-face): New faces.
405
406 * calc/calccomp.el (math-comp-highlight-string): Use
407 `calc-highlight-selections-with-faces' to determine how to highlight
408 sub-formulas.
409
410 * calc/calc-sel.el (calc-show-selections): Change message to when
411 using faces to highlight selections.
412
413 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
414
415 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
416 Add SQLite 3 keywords, functions and datatypes.
417 (sql-interactive-mode): Remove `comint-process-echoes' set to t
418 (Bug#6686).
419
420 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
421
422 * simple.el (select-active-regions): Move to keyboard.c.
423 (deactivate-mark): Used saved-region-selection.
424 (select-active-region): Function removed.
425 (activate-mark, set-mark, push-mark-command)
426 (handle-shift-selection): Don't call it.
427 (keyboard-quit): Avoid adding the region to the window selection.
428
429 * mouse.el (mouse-drag-track): Remove hacks to deal with old
430 select-active-regions implementation.
431 (mouse-yank-at-click): Doc fix.
432
433 * cus-start.el: Add custom declaration for select-active-regions.
434
435 2010-08-07 Eli Zaretskii <eliz@gnu.org>
436
437 * simple.el (delete-forward-char): Doc fix.
438
439 * tutorial.el (help-with-tutorial): Hack safe file-local variables
440 after reading the tutorial.
441
442 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
443
444 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
445 for the case that a C style comment has its delimiters alone on
446 their respective lines.
447
448 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
449
450 * net/tramp.el (tramp-handle-start-file-process): Set connection
451 property "vec".
452 (tramp-process-sentinel): Use it for flushing the cache. We
453 cannot do it via the process buffer, the buffer could be deleted
454 already when running the sentinel.
455
456 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
457
458 * comint.el (comint-mode): Make directory tracking functions
459 functional on remote files. (Bug#6764)
460
461 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
462
463 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
464
465 2010-08-05 Eli Zaretskii <eliz@gnu.org>
466
467 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
468 unexec.c => unexcoff.c.
469
470 * emacs-lisp/authors.el (authors-fixed-entries): Rename
471 unexec.c => unexcoff.c.
472
473 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
474
475 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
476 cache, not only file cache.
477 (tramp-process-sentinel): New defun.
478 (tramp-handle-start-file-process): Use it, in order to invalidate
479 file caches.
480
481 2010-08-03 Leo <sdl.web@gmail.com>
482
483 * server.el (server-start): Simplify loop.
484
485 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
486
487 * frame.el (screen-height, screen-width, set-screen-width)
488 (set-screen-height): Remove ancient compatibility aliases.
489
490 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
491 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
492
493 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
494 that change current buffer.
495
496 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
497
498 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
499 beginning of the string. Use `string-match-p'. (Bug#6765)
500
501 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
502
503 * cus-start.el (x-gtk-use-system-tooltips): New variable.
504
505 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
506
507 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
508 (package--builtins): Tweak descriptions.
509 (package-print-package): Upcase descriptions if necessary.
510 Show all built-in packages in font-lock-builtin-face.
511 (package-list-packages-internal): Omit "emacs" package.
512 Show status of built-in packages as "built-in".
513
514 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
515
516 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
517 before killing to preserve the primary selection (Bug#6701).
518
519 * term/x-win.el (x-select-text): Doc fix.
520
521 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
522
523 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
524 The following functions were modified or created:
525
526 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
527 (objc-font-lock-extra-types):
528 * progmodes/cc-mode.el (c-basic-common-init):
529 * progmodes/cc-langs.el (c-make-mode-syntax-table)
530 (c++-make-template-syntax-table)
531 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
532 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
533 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
534 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
535 * progmodes/cc-fonts.el (c-make-inverse-face)
536 (c-basic-matchers-after):
537 * progmodes/cc-engine.el (c-forward-keyword-clause)
538 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
539 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
540 (c-guess-continued-construct, c-guess-basic-syntax):
541
542 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
543
544 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
545
546 2010-07-31 Eli Zaretskii <eliz@gnu.org>
547
548 * files.el (bidi-paragraph-direction): Define safe local values.
549
550 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
551 language-info-alist. Remove outdated FIXME in a comment.
552
553 2010-07-31 Alan Mackenzie <acm@muc.de>
554
555 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
556 Auto-fill broken in C/C++ modes.
557
558 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
559
560 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
561 (menu-bar-showhide-tool-bar-menu-customize-disable)
562 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
563 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
564 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
565 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
566 make a menu for Options => toolbar that can move it.
567
568 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
569
570 * emacs-lisp/package-x.el (package--make-rss-entry):
571 (package-maint-add-news-item, package--update-news)
572 (package-upload-buffer-internal): New arg ARCHIVE-URL.
573
574 * emacs-lisp/package.el (package-archive-url): Rename from
575 package-archive-id.
576 (package-install): Doc fix.
577 (package-download-single, package-download-tar, package-install)
578 (package-menu-view-commentary): Callers changed.
579
580 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
581
582 * net/tramp.el (tramp-handle-start-file-process): Check only for
583 `remote-tty' process property.
584 (tramp-open-shell): Don't check for tty.
585 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
586 process property.
587
588 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
589 host.
590
591 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
592
593 * emacs-lisp/package.el (package-load-list, package-archives)
594 (package-archive-contents, package-user-dir)
595 (package-directory-list, package--builtins, package-alist)
596 (package-activated-list, package-obsolete-alist): Mark as risky.
597
598 2010-07-28 Phil Hagelberg <phil@evri.com>
599
600 Add support for non-default package repositories.
601 * emacs-lisp/package.el (package-archive-base): Var deleted.
602 (package-archives): New variable.
603 (package-archive-contents): Doc fix.
604 (package-load-descriptor): Do nothing if descriptor file is missing.
605 (package--write-file-no-coding): New function.
606 (package-unpack-single): Use it.
607 (package-archive-id): New function.
608 (package-download-single, package-download-tar)
609 (package-menu-view-commentary): Use it.
610 (package-installed-p): Make second argument optional.
611 (package-read-all-archive-contents): New function.
612 (package-initialize): Use it.
613 (package-read-archive-contents): Add ARCHIVE argument.
614 (package--add-to-archive-contents): New function.
615 (package-install): Don't call package-read-archive-contents.
616 (package--download-one-archive): Store archive file in a
617 subdirectory of package-user-dir.
618 (package-menu-execute): Remove spurious line movement.
619
620 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
621
622 * cus-start.el (tool-bar-style): Add text-image-horiz.
623
624 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
625
626 * progmodes/gud.el (gud-common-init): Check for remoteness of
627 `file', and not of `default-directory'.
628
629 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
630
631 * net/tramp.el (tramp-methods): Move hostname to the end in all
632 ssh `tramp-login-args'.
633 (tramp-verbose): Describe verbose level 9.
634 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
635 (tramp-open-connection-setup-interactive-shell): Trace stty
636 settings if `tramp-verbose' >= 9.
637 (tramp-handle-start-file-process): Implement tty setting.
638 (Bug#4604, Bug#6360)
639
640 * net/tramp-cmds.el (tramp-bug): Recommend setting of
641 `tramp-verbose' to 9.
642
643 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
644
645 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
646 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
647 Remove references to package `lisp-re' (bug#4369).
648
649 2010-07-27 Tom Tromey <tromey@redhat.com>
650
651 * progmodes/js.el (js-mode):
652 * progmodes/make-mode.el (makefile-mode):
653 * progmodes/simula.el (simula-mode):
654 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
655
656 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
657
658 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
659
660 * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
661
662 * time.el (display-time-day-and-date): Remove spurious * in docstring.
663 (display-time-world-buffer-name, display-time-world-mode-map):
664 Fix typos in docstrings.
665
666 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
667
668 * image-mode.el (image-display-size): New function.
669 (image-forward-hscroll, image-next-line, image-eol, image-eob)
670 (image-mode-fit-frame): Use it (Bug#6639).
671
672 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
673
674 * dired.el (dired-buffers-for-dir): Handle list values of
675 dired-directory (Bug#6636).
676
677 2010-07-26 Sam Steingold <sds@gnu.org>
678
679 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
680 Do not call `x-get-selection' the second time, reuse the value.
681
682 2010-07-26 Daiki Ueno <ueno@unixuser.org>
683
684 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
685 which consist of control chars only. Suggested by Richard Stallman.
686
687 2010-07-25 Daiki Ueno <ueno@unixuser.org>
688
689 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
690 exists before passing an error to find-file-not-found-functions
691 (bug#6723).
692
693 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
694
695 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
696 Remove leading nil element, adjust values.
697 (tetris-shapes, tetris-shape-scores):
698 Change representation of shapes and remove some redundancy.
699 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
700 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
701 Adjust for working with new representation of shapes.
702 (tetris-shape-rotations): New function.
703 (tetris-move-bottom, tetris-move-left, tetris-move-right)
704 (tetris-rotate-prev, tetris-rotate-next):
705 Adjust for working with the new version of tetris-test-shape.
706
707 2010-07-23 Markus Triska <markus.triska@gmx.at>
708
709 * progmodes/ps-mode.el: Use comint (bug#5954).
710 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
711 (ps-mode-other-newline): Simplify.
712 (ps-run-mode): Derive from comint-mode instead of
713 fundamental-mode, yielding input history etc.
714 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
715 (ps-run-send-string): Adapt for comint-mode.
716 (ps-run-newline): Remove now unneeded function.
717
718 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
719
720 * net/tramp.el (tramp-methods): Move hostname to the end in all
721 plink `tramp-login-args'.
722
723 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
724
725 * net/tramp.el (tramp-open-shell): New defun.
726 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
727 Use it.
728
729 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
730
731 * net/tramp.el (tramp-file-name-regexp-unified)
732 (tramp-completion-file-name-regexp-unified): On W32 systems, do
733 not regard the volume letter as remote filename. (Bug#5447)
734
735 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
736
737 * custom.el (custom-declare-variable): Give a clearer error message
738 when the docstring is missing (bug#6476).
739
740 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
741
742 * progmodes/sql.el: Version 2.4. Improved Login prompting.
743 (sql-login-params): New widget definition.
744 (sql-oracle-login-params, sql-mysql-login-params)
745 (sql-solid-login-params, sql-sybase-login-params)
746 (sql-informix-login-params, sql-ingres-login-params)
747 (sql-ms-login-params, sql-postgres-login-params)
748 (sql-interbase-login-params, sql-db2-login-params)
749 (sql-linter-login-params): Use it.
750 (sql-sqlite-login-params): Use it; Define "database" parameter as
751 a file name.
752 (sql-sqlite-program): Change to "sqlite3".
753 (sql-comint-sqlite): Make sure database name is complete.
754 (sql-for-each-login): New function.
755 (sql-connect, sql-save-connection): Use it.
756 (sql-get-login-ext): New function.
757 (sql-get-login): Use it.
758 (sql-make-alternate-buffer-name): Handle :file parameters.
759
760 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
761
762 * dired.el (dired-no-confirm): Document value t and fix defcustom to
763 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
764
765 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
766
767 * dired.el (dired-mode-map): Use command remapping (bug#6632).
768
769 2010-07-22 Lawrence Mitchell <wence@gmx.li>
770
771 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
772
773 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
774
775 * net/tramp.el (tramp-get-ls-command)
776 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
777 instead of "/".
778
779 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
780
781 * progmodes/sql.el: Version 2.3.
782 (sql-connection-alist): Changed keys from symbols to strings;
783 enhanced the widget definition.
784 (sql-mode-menu): Added submenu to select connections.
785 (sql-interactive-mode-menu): Added "Save Connection" item.
786 (sql-add-product): Fixed menu item.
787 (sql-get-product-feature): Improved error handling.
788 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
789 (sql-make-alternate-buffer-name): Simplified.
790 (sql-product-interactive): Handle missing product.
791 (sql-connect): Support string keys, minor improvements.
792 (sql-save-connection): New function.
793 (sql-connection-menu-filter): New function.
794
795 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
796
797 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
798 (tramp-open-connection-setup-interactive-shell): Apply
799 workaround for IRIX64 bug. Move argument of last
800 `tramp-send-command' where it belongs to.
801
802 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
803
804 * net/tramp.el (tramp-perl-file-attributes)
805 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
806 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
807 front of `login-args'.
808
809 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
810
811 * time.el (display-time-world-mode): Define with `define-derived-mode'.
812 Set `show-trailing-whitespace' to nil.
813 (display-time-world-display): Simplify.
814
815 2010-07-18 Alan Mackenzie <acm@muc.de>
816
817 Enhance `c-file-style' in file/directory local variables.
818 * progmodes/cc-mode.el (c-count-cfss): New function.
819 (c-before-hack-hook): Call `c-set-style' differently according to
820 whether c-file-style was set in file or directory local
821 variables.
822
823 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
824
825 * progmodes/sql.el: Version 2.2.
826 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
827 defcustom :safe keyword rather than putting safe-local-variable
828 property.
829 (sql-password): Use defcustom :risky keyword rather than putting
830 risky-local-variable property.
831 (sql-oracle-login-params, sql-sqlite-login-params)
832 (sql-solid-login-params, sql-sybase-login-params)
833 (sql-informix-login-params, sql-ingres-login-params)
834 (sql-ms-login-params, sql-postgres-login-params)
835 (sql-interbase-login-params, sql-db2-login-params)
836 (sql-linter-login-params): Add `port' option.
837 (sql-get-product-feature): Added NO-INDIRECT parameter.
838 (sql-comint-oracle, sql-comint-sybase)
839 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
840 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
841 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
842 (sql-comint-linter): Renamed sql-connect-* functions to
843 sql-comint-*.
844 (sql-product-alist, sql-mode-menu): Renamed as above and
845 :sqli-connect-func to :sqli-comint-func.
846 (sql-connection): New variable.
847 (sql-interactive-mode): Set it.
848 (sql-connection-alist): New variable.
849 (sql-connect): New function.
850 (sql--alt-buffer-part, sql--alt-if-not-empty)
851 (sql-make-alternate-buffer-name): Improved alternative buffer name.
852
853 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
854
855 * image-mode.el (image-bookmark-make-record): Do not set context
856 in an image (Bug#6650).
857
858 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
859
860 * simple.el (select-active-region): New function.
861 (push-mark-command, set-mark, activate-mark)
862 (handle-shift-selection): Use it.
863 (deactivate-mark): Don't check for size of region.
864
865 * mouse.el (mouse-drag-track): Use select-active-region.
866
867 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
868
869 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
870 "--dired" stronger.
871
872 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
873
874 * term/x-win.el (x-select-enable-primary): Change default to nil.
875 (x-select-enable-clipboard): Add :version keyword.
876
877 * mouse.el (mouse-drag-copy-region):
878 * simple.el (select-active-regions): Likewise.
879
880 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
881
882 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
883 (vc-coding-system-for-diff): Use it to decide whether to inherit
884 from the file the EOL format for reading the diffs of that file.
885 (Bug#4451)
886
887 2010-07-16 Eli Zaretskii <eliz@gnu.org>
888
889 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
890 unibyte, so compressed attachments are not compressed again.
891
892 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
893
894 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
895 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
896 (tramp-find-shell): Simplify setting connection property.
897 (tramp-get-ls-command): Make test for "--color=never" stronger.
898
899 2010-07-15 Simon South <ssouth@member.fsf.org>
900
901 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
902 blocks within record declarations (i.e. variant parts) correctly.
903
904 2010-07-15 Simon South <ssouth@member.fsf.org>
905
906 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
907 over literal tokens when parsing so newlines aren't "absorbed" by
908 single-line comments. Corrects the indentation of case blocks
909 that have a comment on the first line.
910
911 2010-07-14 Karl Fogel <kfogel@red-bean.com>
912
913 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
914 by Drew Adams (Bug#5504).
915
916 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
917
918 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
919 now that Unicode is used (Bug#6594).
920
921 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
922
923 * term/x-win.el (x-select-enable-clipboard): Default to t.
924 (x-initialize-window-system): Don't overwrite Paste menu item.
925
926 * simple.el (select-active-regions): Default to t.
927 (push-mark-command): Don't overwrite primary with empty string.
928
929 * mouse.el: Bind mouse-2 to mouse-yank-primary.
930 (mouse-drag-copy-region): Default to nil.
931
932 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
933 Cut/Copy/Paste menu bar items.
934
935 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
936
937 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
938 Patch applied by Karl Fogel.
939
940 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
941 and `bookmark-current-buffer' if they have been already set in
942 another buffer (e.g gnus-art).
943
944 2010-07-13 Karl Fogel <kfogel@red-bean.com>
945 Thierry Volpiatto <thierry.volpiatto@gmail.com>
946
947 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
948
949 * bookmark.el (bookmark-make-record-default): Allow unneeded
950 information to be omitted from the record.
951
952 Adjust declarations and calls:
953
954 * info.el (bookmark-make-record-default): Adjust declaration.
955 (Info-bookmark-make-record): Adjust call.
956
957 * woman.el (bookmark-make-record-default): Adjust declaration.
958 (woman-bookmark-make-record): Adjust call.
959
960 * man.el (bookmark-make-record-default): Adjust declaration.
961 (Man-bookmark-make-record): Adjust call.
962
963 * image-mode.el (bookmark-make-record-default): Adjust declaration.
964
965 * doc-view.el (bookmark-make-record-default): Adjust declaration.
966
967 2010-07-13 Karl Fogel <kfogel@red-bean.com>
968
969 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
970 This is also from Thierry Volpiatto's patch in bug #6444. However,
971 because it was extraneous to the functional change in that patch,
972 and causes a re-indendation, I am committing it separately.
973
974 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
975
976 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
977 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
978 Patch applied by Karl Fogel (Bug#6444).
979
980 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
981
982 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
983
984 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
985
986 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
987 Dempsky; bug#5084). Remove incorrect binding for S-tab.
988 (ns-alternatives-map): Change S-tab binding to backtab
989 (bug#6616).
990
991 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
992 under ns.
993
994 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
995
996 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
997 (Bug#5806)
998
999 * language/tv-util.el (tai-viet-re): Remove format.
1000
1001 2010-07-12 Kenichi Handa <handa@m17n.org>
1002
1003 * language/hebrew.el: Remove no-byte-compile declaration.
1004 Change coding: tag to utf-8. Register hebrew-shape-gstring in
1005 composition-function-table for 3-character looking back.
1006 (hebrew-font-get-precomposed): New function.
1007 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
1008
1009 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
1010
1011 * mouse.el (mouse-drag-track): Handle select-active-regions
1012 (Bug#6612).
1013
1014 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
1015
1016 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1017 empty argument to gvfs-copy.
1018
1019 2010-07-10 Glenn Morris <rgm@gnu.org>
1020
1021 * calendar/calendar.el (calendar-week-end-day): New function.
1022 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1023 Respect calendar-week-start-day. (Bug#6606)
1024 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1025 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1026 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1027 respect calendar-week-start-day.
1028
1029 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
1030
1031 * simple.el (use-region-p): Doc fix (Bug#6607).
1032
1033 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
1034
1035 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
1036 regexps for cucumber and ruby.
1037
1038 2010-07-08 Daiki Ueno <ueno@unixuser.org>
1039
1040 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
1041 (epa-file-insert-file-contents): Hack to prevent
1042 find-file from opening empty buffer when decryption failed
1043 (bug#6568).
1044
1045 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
1046
1047 * textmodes/ispell.el (ispell-alternate-dictionary):
1048 Use file-readable-p.
1049 Return nil if no word-list is found at default locations.
1050 (ispell-complete-word-dict): Default to nil.
1051 (ispell-command-loop): Use 'word-list' when using lookup-words.
1052 (lookup-words): Use ispell-complete-word-dict or
1053 ispell-alternate-dictionary. Check for word-list availability
1054 and handle errors if needed with better messages (Bug#6539).
1055 (ispell-complete-word): Use ispell-complete-word-dict or
1056 ispell-alternate-dictionary.
1057
1058 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1059
1060 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1061 builtins (BufferError, BytesWarning, WindowsError; callables
1062 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1063
1064 2010-07-07 Glenn Morris <rgm@gnu.org>
1065
1066 * play/zone.el (top-level): Do not require timer, tabify, or cl.
1067 (zone-shift-left): Ignore intangibility, and any errors from
1068 forward-char.
1069 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
1070 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
1071 deleting, and copying text properties.
1072 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
1073 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
1074 to point-max is hard.
1075 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
1076 (zone-fill-out-screen): Ignore intangibility.
1077
1078 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
1079
1080 * menu-bar.el (menu-bar-mode):
1081 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
1082 if it has been set.
1083
1084 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
1085 word/line selection (Bug#6565).
1086
1087 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
1088
1089 * net/dbus.el (dbus-send-signal): Declare function.
1090
1091 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
1092
1093 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
1094 (dbus-register-property): New optional argument EMITS-SIGNAL.
1095 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
1096
1097 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
1098
1099 * mouse.el (mouse-drag-overlay): Variable deleted.
1100 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
1101 (mouse--remap-link-click-p): New function.
1102 (mouse-drag-track): Handle dragging by using temporary Transient
1103 Mark mode, instead of a special overlay.
1104 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
1105 mouse-show-mark.
1106
1107 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
1108 deleted.
1109
1110 2010-07-02 Juri Linkov <juri@jurta.org>
1111
1112 * autoinsert.el (auto-insert-alist): Fix readability
1113 by using dotted pair notation for lambda.
1114
1115 2010-07-02 Juri Linkov <juri@jurta.org>
1116
1117 * faces.el (read-face-name): Rename arg `string-describing-default'
1118 to `default'. Doc fix. Display the default value in quotes
1119 in the prompt. With empty input, return the `default' arg,
1120 unless the default value is a string (in which case return nil).
1121 (describe-face): Replace the string `default' arg of `read-face-name'
1122 with the symbol `default'.
1123
1124 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
1125
1126 * emulation/viper-cmd.el (viper-delete-backward-char)
1127 (viper-del-backward-char-in-insert)
1128 (viper-del-backward-char-in-replace, viper-change)
1129 (viper-backward-indent): Replace delete-backward-char with
1130 delete-char (Bug#6552).
1131
1132 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
1133
1134 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
1135
1136 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1137
1138 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
1139 argument passed to frame-creation-function (Bug#5378).
1140
1141 * faces.el (x-handle-named-frame-geometry)
1142 (x-handle-reverse-video, x-create-frame-with-faces)
1143 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
1144 separately consult default-frame-alist. It is now passed as the
1145 PARAMETER argument.
1146
1147 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
1148
1149 * startup.el (command-line): Don't call tool-bar-setup in a
1150 tty-only build.
1151
1152 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1153
1154 * ruler-mode.el (ruler--save-header-line-format): New fun.
1155 (ruler-mode): Use it as a setter function, so as not to overwrite
1156 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
1157
1158 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
1159
1160 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
1161 (vc-root-diff, vc-print-root-log, vc-log-incoming)
1162 (vc-log-outgoing): Use it.
1163 (vc-diff-internal): Set diff-vc-backend.
1164
1165 * vc/diff-mode.el (diff-vc-backend): New var.
1166
1167 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
1168
1169 * dynamic-setting.el (font-setting-change-default-font): Remove
1170 call to message.
1171
1172 2010-06-28 Kenichi Handa <handa@m17n.org>
1173
1174 * international/quail.el (quail-insert-kbd-layout): Fix the
1175 showing of untranslated characters.
1176
1177 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
1178
1179 * simple.el (delete-active-region): New option.
1180 (delete-backward-char): Implement in Lisp.
1181 (delete-forward-char): New command.
1182
1183 * mouse.el (mouse-region-delete-keys): Deleted.
1184 (mouse-show-mark): Simplify.
1185
1186 * bindings.el (global-map): Bind delete and DEL, the former to
1187 delete-forward-char.
1188
1189 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
1190
1191 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
1192 (ruby-mode): Bind indent-line-function (Bug#5119).
1193
1194 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
1195
1196 * startup.el (command-line): Recognize "0" X resource value.
1197
1198 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
1199
1200 * startup.el (command-line): Use X resources to set the value of
1201 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
1202
1203 * menu-bar.el (menu-bar-mode):
1204 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
1205 Set init-value to t.
1206
1207 * frame.el (frame-notice-user-settings): Don't change
1208 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
1209 vice versa (Bug#2249).
1210
1211 2010-06-26 Eli Zaretskii <eliz@gnu.org>
1212
1213 * w32-fns.el (w32-convert-standard-filename): Doc fix.
1214
1215 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
1216
1217 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
1218 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
1219
1220 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
1221 default directories are expanded (Bug#6143).
1222
1223 2010-06-24 Juri Linkov <juri@jurta.org>
1224
1225 * minibuffer.el (completions-format): Change default from nil to
1226 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
1227
1228 2010-06-24 Juri Linkov <juri@jurta.org>
1229
1230 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
1231 buffer-locally to lambda that re-runs the vc diff command.
1232 (Bug#6447)
1233
1234 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
1235
1236 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
1237 echo area is in use (Bug#3412).
1238
1239 2010-06-22 Glenn Morris <rgm@gnu.org>
1240
1241 * textmodes/texinfmt.el (texinfo-format-region)
1242 (texinfo-raise-lower-sections, texinfo-format-separate-node)
1243 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
1244 (texinfo-format-option, texinfo-noindent):
1245 Use line-beginning-position and line-end-position.
1246
1247 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
1248 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
1249 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
1250 utf-8 characters.
1251
1252 2010-06-21 Karl Fogel <kfogel@red-bean.com>
1253
1254 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1255 forward-line fallout.
1256
1257 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
1258
1259 * mouse.el (mouse-appearance-menu): Add docstring.
1260
1261 * help.el (describe-key): Print up-event using key-description.
1262
1263 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
1264
1265 * net/zeroconf.el (zeroconf-resolve-service)
1266 (zeroconf-service-resolver-handler): Use
1267 `dbus-byte-array-to-string'.
1268 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1269
1270 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1271
1272 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1273
1274 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1275
1276 Avoid displaying files with a nil state in vc-dir.
1277 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1278 cases that cause insertion.
1279 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1280 with a nil state.
1281
1282 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1283
1284 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1285
1286 2010-06-29 Leo <sdl.web@gmail.com>
1287
1288 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
1289
1290 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1291
1292 * generic-x.el (bat-generic-mode): Fix regexp for command line
1293 switches (Bug#5719).
1294
1295 2010-06-27 Masatake YAMATO <yamato@redhat.com>
1296
1297 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1298 of nconc to avoid pure storage error (Bug#6239).
1299
1300 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
1301
1302 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1303 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1304 bindings of bookmark-automatically-show-annotations (Bug#6515).
1305
1306 2010-06-25 Eli Zaretskii <eliz@gnu.org>
1307
1308 * arc-mode.el (archive-zip-extract): Don't quote the file name on
1309 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
1310
1311 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
1312
1313 * comint.el (make-comint, make-comint-in-buffer): Mention return
1314 value in the docstrings. (Bug#6498)
1315
1316 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
1317
1318 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1319 since it is not present when using some non-default switches.
1320
1321 2010-06-23 Karl Fogel <kfogel@red-bean.com>
1322
1323 * simple.el (compose-mail): Fix doc string to refer to
1324 `compose-mail-user-agent-warnings', instead of to the
1325 nonexistent `compose-mail-check-user-agent'.
1326
1327 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
1328
1329 Fix an indentation bug:
1330
1331 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
1332 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
1333 of existing values.
1334
1335 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
1336 (c-clear->-pair-props-if-match-before): now return t when they've
1337 cleared properties, nil otherwise.
1338 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
1339 by taking account of the existing value.
1340
1341 * progmodes/cc-defs.el
1342 (c-clear-char-property-with-value-function): Fix this to clear the
1343 property rather than overwriting it with nil.
1344
1345 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
1346
1347 * emacs-lisp/package.el (package-print-package): Add link to
1348 package description via describe-package.
1349 (describe-package-1): List package requirements. Add button to
1350 perform installation.
1351 (package-menu-describe-package): New command.
1352
1353 * help-mode.el (help-package): New button type.
1354
1355 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
1356
1357 * emacs-lisp/package.el: Move package-list-packages binding to
1358 menu-bar.el.
1359 (describe-package, describe-package-1, package--dir): New funs.
1360 (package-activate-1): Use package--dir.
1361
1362 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
1363
1364 * help-mode.el (help-package-def): New button type.
1365
1366 * menu-bar.el: Move package-list-packages binding here from
1367 package.el.
1368
1369 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
1370
1371 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
1372
1373 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1374
1375 * emacs-lisp/edebug.el (edebug-read-list):
1376 Phase out old-style backquotes.
1377
1378 2010-06-17 Juri Linkov <juri@jurta.org>
1379
1380 * help-mode.el (help-mode): Set buffer-local variable
1381 revert-buffer-function to help-mode-revert-buffer.
1382 (help-mode-revert-buffer): New function.
1383
1384 * info.el (Info-revert-find-node): Check for major-mode Info-mode
1385 before popping to "*info*" (like in other Info functions).
1386 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
1387 old-history-forward. Pop to old-buffer-name or "*info*" to
1388 recreate the killed buffer. Set Info-history-forward from
1389 old-history-forward.
1390 (Info-breadcrumbs-depth): Add :group and :version.
1391
1392 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
1393
1394 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
1395
1396 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
1397
1398 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
1399 for languages like Portuguese with pt_{BR,PT} and no plain pt.
1400
1401 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
1402
1403 * emacs-lisp/package.el (package-menu-mode-map):
1404 Move initialization into declaration.
1405
1406 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
1407
1408 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
1409
1410 * emacs-lisp/package.el (package-archive-base): Point to
1411 elpa.gnu.org.
1412 (package-enable, package-load-list): New defcustoms.
1413 (package-user-dir, package-directory-list): Turn into defcustoms.
1414 Don't include package-user-dir in package-directory-list.
1415 (package--builtins-base): Don't include Emacs as a "package".
1416 (package-subdirectory-regexp): New var.
1417 (package-load-all-descriptors, package-compute-transaction)
1418 (package-download-transaction): Obey package-load-list.
1419 (package-activate-1): Rename from package-do-activate.
1420 (package-list-packages-internal): Check package-load-list.
1421 (package-load-descriptor, package-generate-autoloads)
1422 (package-unpack, package-unpack-single)
1423 (package--read-archive-file, package-delete): Use
1424 expand-file-name.
1425
1426 * emacs-lisp/package-x.el: New file. Package uploading
1427 functionality split out from package.el.
1428
1429 * startup.el (command-line): Load packages after reading init
1430 file.
1431
1432 2010-06-17 Tom Tromey <tromey@redhat.com>
1433
1434 * emacs-lisp/package.el: New file.
1435
1436 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1437
1438 Fix vc-annotate for renamed files when using Git.
1439 * vc-git.el (vc-git-find-revision): Deal with empty results from
1440 ls-files. Doe not pass the object as a file name to cat-file, it
1441 is not a file name.
1442 (vc-git-annotate-command): Pass the file name using -- to avoid
1443 ambiguity with the revision.
1444 (vc-git-previous-revision): Pass a relative file name.
1445
1446 2010-06-22 Glenn Morris <rgm@gnu.org>
1447
1448 * progmodes/js.el (js-mode-map): Use standard capitalization and
1449 ellipses for menu entries.
1450
1451 * wid-edit.el (widget-complete): Doc fix.
1452
1453 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
1454
1455 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1456
1457 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1458
1459 Fix annotating other revisions for renamed files in vc-annotate.
1460 * vc-annotate.el (vc-annotate): Add an optional argument for the
1461 VC backend. Use it when non-nil.
1462 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
1463 (Bug#6487)
1464
1465 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1466 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1467 Do not pass the file name to the 'previous-revision call when we
1468 don't want a file diff. (Bug#6489)
1469
1470 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1471
1472 Fix finding revisions for renamed files in vc-annotate.
1473 * vc.el (vc-find-revision): Add an optional argument for
1474 the VC backend. Use it when non-nil.
1475 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1476 backend to vc-find-revision. (Bug#6487)
1477
1478 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1479
1480 Fix reading file names in Git annotate buffers.
1481 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
1482 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
1483
1484 2010-06-20 Alan Mackenzie <acm@muc.de>
1485
1486 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1487 in file local variables, set it first.
1488
1489 2010-06-19 Glenn Morris <rgm@gnu.org>
1490
1491 * descr-text.el (describe-char-unicode-data): Insert separating
1492 space when needed. (Bug#6422)
1493
1494 * progmodes/idlwave.el (idlwave-action-and-binding):
1495 Fix typo in 2009-12-03 change. (Bug#6450)
1496
1497 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1498
1499 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
1500 handling for `lambda' (misunderstanding).
1501
1502 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
1503
1504 * calc/calc-poly.el (math-accum-factors): Make sure that
1505 constants aren't distributed after they are factored out.
1506
1507 2010-06-16 Juri Linkov <juri@jurta.org>
1508
1509 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
1510 `list-colors-print'. (Bug#6332)
1511
1512 * subr.el (read-quoted-char): Fix up last change (bug#6290).
1513
1514 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1515
1516 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
1517 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
1518
1519 * font-lock.el (font-lock-major-mode): Rename from
1520 font-lock-mode-major-mode to distinguish it from
1521 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1522 (font-lock-set-defaults):
1523 * font-core.el (font-lock-default-function): Adjust users.
1524 (font-lock-mode): Don't set it at all.
1525
1526 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1527
1528 * vc-annotate.el (vc-annotate): Use vc-read-revision.
1529
1530 2010-06-16 Glenn Morris <rgm@gnu.org>
1531
1532 * calendar/appt.el (appt-time-msg-list): Doc fix.
1533 (appt-check): Let-bind appt-warn-time.
1534 (appt-add): Make the 3rd argument optional.
1535 Simplify argument names. Doc fix. Check for integer WARNTIME.
1536 Only add WARNTIME to the output list if non-nil.
1537
1538 2010-06-16 Ivan Kanis <apple@kanis.eu>
1539
1540 * calendar/appt.el (appt-check): Let the 3rd element of
1541 appt-time-msg-list specify the warning time.
1542 (appt-add): Add new argument with the warning time. (Bug#5176)
1543
1544 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1545
1546 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1547 older than version 1.6. (Bug#6361)
1548
1549 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
1550
1551 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1552 used by cl-do-arglist. (Bug#6408)
1553
1554 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
1555
1556 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
1557 portuguese casechars/not-casechars for missing 'çÇ'.
1558 Suggested by Rolando Pereira (bug#6434).
1559
1560 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
1561
1562 * facemenu.el (list-colors-sort): Doc fix.
1563
1564 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1565
1566 * progmodes/sql.el (sql-connect-mysql): Fix typo.
1567
1568 2010-06-14 Juri Linkov <juri@jurta.org>
1569
1570 Add sort option `list-colors-sort'. (Bug#6332)
1571 * facemenu.el (color-rgb-to-hsv): New function.
1572 (list-colors-sort): New defcustom.
1573 (list-colors-sort-key): New function.
1574 (list-colors-display): Doc fix. Sort list according to the option
1575 `list-colors-sort'.
1576 (list-colors-print): Add HSV values to `help-echo' property of
1577 RGB strings.
1578
1579 2010-06-14 Juri Linkov <juri@jurta.org>
1580
1581 * compare-w.el: Move to the "vc" subdirectory.
1582
1583 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1584
1585 * image-mode.el (image-mode-map): Remap left-char and right-char.
1586
1587 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
1588
1589 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
1590
1591 * term/common-win.el (x-colors): Add all the color names defined
1592 in rgb.txt (Bug#6332).
1593
1594 * facemenu.el (list-colors-print): Don't print extra names if it
1595 will overflow the window width.
1596
1597 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
1598 change (Bug#6343).
1599
1600 2010-06-12 Eli Zaretskii <eliz@gnu.org>
1601
1602 * files.el (make-directory): Doc fix (bug#6396).
1603
1604 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
1605
1606 * net/tramp.el (tramp-remote-process-environment): Protect version
1607 string by apostroph.
1608 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1609 XEmacs.
1610 (tramp-file-name-for-operation): Add `call-process-region'.
1611 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1612
1613 * net/tramp-compat.el (top): Do not autoload
1614 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1615 only when `start-file-process' is not bound.
1616 (tramp-advice-file-expand-wildcards): Do not use
1617 `tramp-handle-file-remote-p'.
1618 (tramp-compat-make-temp-file): Handle the case, that
1619 `make-temp-file' has no third argument EXTENSION.
1620
1621 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
1622
1623 * makefile.w32-in (WINS_BASIC): Include new directory vc.
1624
1625 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
1626
1627 2010-06-11 Juri Linkov <juri@jurta.org>
1628
1629 * finder.el (finder-known-keywords): Add keyword "vc"
1630 for version control.
1631
1632 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
1633 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
1634 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
1635 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
1636
1637 2010-06-11 Juri Linkov <juri@jurta.org>
1638
1639 Move version control related files to the "vc" subdirectory.
1640 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
1641 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
1642 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
1643 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
1644 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
1645 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
1646 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
1647 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
1648 Move files to the "vc" subdirectory.
1649
1650 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
1651
1652 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
1653 (Bug#6367).
1654
1655 2010-06-11 Stephen Eglen <stephen@gnu.org>
1656
1657 * shell.el: Bind `shell-resync-dirs' to M-RET.
1658
1659 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
1660
1661 * notifications.el: Move file from lisp/net, because it is
1662 supposed to talk locally to the user.
1663
1664 2010-06-10 Julien Danjou <julien@danjou.info>
1665
1666 * net/notifications.el (notifications-on-action-signal)
1667 (notifications-on-closed-signal): Pass notification id as first
1668 argument to the callback functions. Add docstrings.
1669 (notifications-notify): Fix docstring.
1670
1671 2010-06-10 Glenn Morris <rgm@gnu.org>
1672
1673 * emacs-lisp/authors.el (authors-ignored-files)
1674 (authors-valid-file-names): Add some files.
1675
1676 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1677
1678 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
1679 merge conflict, giving preference to the emacs-23 version of the code.
1680
1681 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1682
1683 * emacs-lisp/advice.el (ad-compile-function):
1684 Define warning-suppress-types before we let-bind it (bug#6275).
1685
1686 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1687 declare it, make it buffer-local and permanent-local (bug#6324).
1688 (vc-resynch-window): Adjust name.
1689 * vc-hooks.el (vc-find-file-hook): Adjust name.
1690
1691 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
1692
1693 * net/notifications.el (notifications-notify): Fix docstring.
1694
1695 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
1696
1697 Update to Unicode 6.0.0 beta.
1698 * international/charprop.el: Update copyright.
1699 * international/mule-cmds.el (ucs-names): Update character ranges.
1700 * international/uni-bidi.el:
1701 * international/uni-category.el:
1702 * international/uni-combining.el:
1703 * international/uni-comment.el:
1704 * international/uni-decimal.el:
1705 * international/uni-decomposition.el:
1706 * international/uni-digit.el:
1707 * international/uni-lowercase.el:
1708 * international/uni-mirrored.el:
1709 * international/uni-name.el:
1710 * international/uni-numeric.el:
1711 * international/uni-old-name.el:
1712 * international/uni-titlecase.el:
1713 * international/uni-uppercase.el: Regenerate.
1714
1715 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
1716
1717 * emacs-lisp/smie.el (comment-string-strip): Declare function.
1718 (smie-precs-precedence-table): Fix typo in docstring.
1719
1720 * vc-mtn.el (log-edit-extract-headers): Declare function.
1721
1722 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
1723
1724 * net/notifications.el (dbus-register-signal): Declare function.
1725 (notifications-notify): Fix typos and reflow docstring.
1726
1727 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1728
1729 Improve VC create/retrieve tag/branch.
1730 * vc.el (vc-create-tag): Do not read the directory name for VCs
1731 with repository revision granularity. Adjust the tag/branch
1732 prompt. Reset VC properties.
1733 (vc-retrieve-tag): Do not read the directory name for VCs
1734 with repository revision granularity. Reset VC properties.
1735
1736 2010-06-09 Julien Danjou <julien@danjou.info>
1737
1738 * net/notifications.el: New file.
1739
1740 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1741
1742 Add optional support for resetting VC properties.
1743 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1744 call vc-file-clearprops when true.
1745 (vc-resynch-buffer): Add new optional argument, pass it down.
1746 (vc-resynch-buffers-in-directory): Likewise.
1747
1748 Improve support for special markup in the VC commit message.
1749 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1750 * vc-hg.el (vc-hg-checkin): Add support for Date:.
1751 * vc-git.el (vc-git-checkin):
1752 * vc-bzr.el (vc-bzr-checkin): Likewise.
1753
1754 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1755
1756 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1757 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1758
1759 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
1760
1761 * iimage.el: Remove images as soon as the underlying text is modified.
1762 (iimage-modification-hook): New function.
1763 (iimage-mode-buffer): Use it.
1764
1765 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1766
1767 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1768 smie-indent-offset-after. Add :prev case. Make a bit more generic.
1769 (smie-indent-virtual): Remove `virtual' arg. Update callers.
1770 (smie-indent-keyword): Add handling of open-paren keywords.
1771 (smie-indent-comment-continue): Don't assume comment-continue.
1772
1773 2010-06-07 Martin Rudalics <rudalics@gmx.at>
1774
1775 * window.el (pop-to-buffer): Remove the conditional that
1776 compares new-window and old-window, so it will reselect
1777 the selected window unconditionally.
1778 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1779
1780 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1781
1782 * emacs-lisp/smie.el (smie-indent-offset-after)
1783 (smie-indent-forward-token, smie-indent-backward-token): New functions.
1784 (smie-indent-after-keyword): Use them.
1785 (smie-indent-fixindent): Only applies to the indentation of the BOL.
1786 (smie-indent-keyword): Tweak the black magic.
1787 (smie-indent-comment-continue): Strip comment-continue before use.
1788 (smie-indent-functions): Indent comments before keywords.
1789
1790 2010-06-06 Juri Linkov <juri@jurta.org>
1791
1792 * isearch.el (isearch-lazy-highlight-search): Fix looping
1793 by checking for empty match. This syncs this loop with the
1794 similar loop in `isearch-search'. (Bug#6362)
1795
1796 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
1797
1798 * net/dbus.el (dbus-register-method): Declare function.
1799 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1800 (dbus-introspect): Doc fix.
1801 (dbus-event-bus-name, dbus-introspect-get-interface)
1802 (dbus-introspect-get-argument): Reflow docstrings.
1803
1804 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
1805
1806 vc-log-incoming/vc-log-outgoing fixes for Git.
1807 * vc-git.el (vc-git-log-view-mode): Fix font lock for
1808 incoming/outgoing logs.
1809 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1810 instead of vc-git-compute-remote.
1811 (vc-git-compute-remote): Remove.
1812
1813 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
1814
1815 * term/common-win.el (x-colors): Add "dark green" and "dark
1816 turquoise" (Bug#6332).
1817
1818 2010-06-04 Juri Linkov <juri@jurta.org>
1819
1820 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1821 Instead of setting `replace' to t and replacing the same string
1822 with itself, don't do certain actions when
1823 kill-do-not-save-duplicates is non-nil and string is equal to car
1824 of kill-ring: don't call menu-bar-update-yank-menu, don't push
1825 interprogram-paste strings to kill-ring, and don't push the input
1826 argument `string' to kill-ring.
1827 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1828
1829 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1830
1831 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1832
1833 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
1834
1835 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1836 (tramp-gvfs-handler-mounted-unmounted)
1837 (tramp-gvfs-connection-mounted-p): Handle default-location.
1838
1839 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1840 move files to trash.
1841
1842 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1843
1844 * international/mule-cmds.el (nonascii-insert-offset)
1845 (nonascii-translation-table): Add obsolescence information.
1846
1847 * international/mule.el (make-translation-table-from-vector): Doc fix.
1848
1849 2010-06-03 Eric Ludlam <zappo@gnu.org>
1850
1851 * cedet/semantic/lex-spp.el
1852 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1853 invalid values during save, just save a nil (Bug#6324).
1854
1855 2010-06-03 Glenn Morris <rgm@gnu.org>
1856
1857 * desktop.el (desktop-clear-preserve-buffers):
1858 Add "*Warnings*" buffer. (Bug#6336)
1859
1860 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
1861
1862 vc-log-incoming/vc-log-outgoing improvements for Git.
1863 * vc-git.el (vc-git-log-outgoing): Use the same format as the
1864 short log.
1865 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
1866
1867 Add bindings for vc-log-incoming and vc-log-outgoing.
1868 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1869 and vc-log-outgoing.
1870 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1871 and vc-log-outgoing.
1872
1873 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1874
1875 * net/rcirc.el (rcirc-sort-nicknames): Remove.
1876 (rcirc-handler-366): Always sort nicknames.
1877
1878 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
1879
1880 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1881
1882 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1883
1884 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1885
1886 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1887
1888 * net/rcirc.el (rcirc-sort-nicknames): Change default.
1889 (rcirc-sort-nicknames-join): Avoid setq.
1890
1891 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1892
1893 * net/rcirc.el (rcirc-sort-nicknames): New custom.
1894 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1895 (rcirc-handler-366): Use them.
1896
1897 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1898
1899 Split smie-indent-calculate into more manageable chunks.
1900 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1901 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1902 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1903 (smie-indent-exps): Extract from smie-indent-calculate.
1904 (smie-indent-functions): New var.
1905 (smie-indent-functions): Use them.
1906
1907 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1908
1909 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1910 (smie-indent-calculate): Simplify and cleanup.
1911
1912 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
1913
1914 * net/tramp-gvfs.el (top): Require url-util.
1915 (tramp-gvfs-mount-point): Remove.
1916 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1917 New defuns.
1918 (with-tramp-dbus-call-method): Format trace message.
1919 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1920 Implement backup call, when operation on local files fails.
1921 Use progress reporter. Flush properties of changed files.
1922 (tramp-gvfs-handle-make-directory): Make more traces.
1923 (tramp-gvfs-url-file-name): Hexify file name in url.
1924 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1925 into account for the resulting file name.
1926 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1927 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
1928 (tramp-gvfs-handler-mounted-unmounted)
1929 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1930 attribute "default_location". Set "prefix" property.
1931 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1932 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1933 exists. Raise an error, if not (due to a corresponding answer
1934 "no" in interactive questions, for example).
1935
1936 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1937
1938 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1939
1940 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
1941
1942 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1943 right-*. (Bug#6265)
1944
1945 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
1946
1947 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1948 * vc-git.el (vc-git-compute-remote): New function.
1949 (vc-git-log-outgoing): Use it instead of hard coding a value.
1950 (vc-git-log-incoming): New function.
1951
1952 Improve state updating for VC tag commands.
1953 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1954 to update the state of all buffers in the directory.
1955
1956 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1957
1958 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1959
1960 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1961 `file-directory-p' to the filename part rather than to the whole text.
1962
1963 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
1964
1965 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1966 (bug#6231).
1967
1968 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1969
1970 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1971
1972 2010-05-31 Drew Adams <drew.adams@oracle.com>
1973
1974 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1975
1976 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
1977
1978 * subr.el (momentary-string-display): Just use read-event to read
1979 the exit event (Bug#6238).
1980
1981 2010-05-30 Eli Zaretskii <eliz@gnu.org>
1982
1983 * international/mule.el (define-coding-system): Doc fix (bug#6313).
1984
1985 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
1986
1987 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1988 Suggested by Eli Zaretskii <eliz@gnu.org>.
1989
1990 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1991
1992 * minibuffer.el (completion-file-name-table): Don't return a boundary
1993 past the end of `string' (bug#6299).
1994 (completion--file-name-table): Delegate to completion-file-name-table
1995 for the `boundaries' case.
1996
1997 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
1998
1999 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
2000 movement commands.
2001
2002 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
2003 `path-separator', but maintain compatibility with Emacs 20.2.
2004
2005 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2006
2007 * server.el (server-process-filter): Receive parent-id argument
2008 from emacsclient.
2009 (server-create-window-system-frame): New arg. Pass parent-id as
2010 frame parameter.
2011
2012 2010-05-29 Eli Zaretskii <eliz@gnu.org>
2013
2014 Bidi-sensitive word movement with arrow keys.
2015 * subr.el (right-arrow-command, left-arrow-command): Move to
2016 bindings.el.
2017
2018 * bindings.el (right-char, left-char): Move from subr.el and
2019 rename from right-arrow-command and left-arrow-command.
2020 (right-word, left-word): New functions.
2021 (global-map) <right>: Bind to right-char.
2022 (global-map) <left>: Bind to left-char.
2023 (global-map) <C-right>: Bind to right-word.
2024 (global-map) <C-left>: Bind to left-word.
2025
2026 * ls-lisp.el (ls-lisp-classify-file): New function.
2027 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
2028 (ls-lisp-classify): Call ls-lisp-classify-file.
2029 (insert-directory): Remove blanks from switches.
2030
2031 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2032
2033 * ansi-color.el: Delete unused escape sequences (Bug#6085).
2034 (ansi-color-drop-regexp): New constant.
2035 (ansi-color-apply, ansi-color-filter-region)
2036 (ansi-color-apply-on-region): Delete unrecognized control sequences.
2037 (ansi-color-apply): Build string list before calling concat.
2038
2039 2010-05-28 Juri Linkov <juri@jurta.org>
2040
2041 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
2042 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
2043 (Bug#5270)
2044
2045 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
2046
2047 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
2048 to ignored backtrace functions.
2049 (with-progress-reporter): Expand docstring.
2050 (tramp-handle-delete-file): Implement TRASH argument.
2051 (tramp-get-remote-trash): New defun.
2052
2053 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
2054
2055 * net/tramp-compat.el (tramp-compat-delete-file): Use
2056 `symbol-value' for backward compatibility.
2057
2058 * net/tramp.el (tramp-handle-make-symbolic-link)
2059 (tramp-handle-load)
2060 (tramp-do-copy-or-rename-file-via-buffer)
2061 (tramp-do-copy-or-rename-file-directly)
2062 (tramp-do-copy-or-rename-file-out-of-band)
2063 (tramp-handle-process-file, tramp-handle-call-process-region)
2064 (tramp-handle-shell-command, tramp-handle-file-local-copy)
2065 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2066 (tramp-delete-temp-file-function): Use `delete-file' instead
2067 of `tramp-compat-delete-file'.
2068
2069 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
2070 (tramp-fish-handle-make-symbolic-link)
2071 (tramp-fish-handle-process-file): Use `delete-file' instead
2072 of `tramp-compat-delete-file'.
2073
2074 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
2075 `delete-file' instead of `tramp-compat-delete-file'.
2076
2077 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
2078 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
2079 `tramp-compat-delete-file'.
2080
2081 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
2082 `delete-file' instead of `tramp-compat-delete-file'.
2083
2084 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2085 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2086 (tramp-smb-handle-write-region): Use `delete-file' instead of
2087 `tramp-compat-delete-file'.
2088 (tramp-smb-handle-delete-directory): Use 'trash as arg.
2089
2090 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2091
2092 * dired.el (dired-delete-file): New arg TRASH.
2093 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
2094 (dired-do-flagged-delete, dired-do-delete): Use trash.
2095
2096 * speedbar.el (speedbar-item-delete): Allow trashing.
2097
2098 * files.el (delete-directory): New arg TRASH.
2099
2100 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
2101 (ange-ftp-rename-remote-to-remote)
2102 (ange-ftp-rename-local-to-remote)
2103 (ange-ftp-rename-remote-to-local, ange-ftp-load)
2104 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
2105 `delete-file'.
2106 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
2107 allow trashing.
2108
2109 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2110 handle new TRASH arg of `delete-file'.
2111
2112 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
2113 (tramp-handle-make-symbolic-link, tramp-handle-load)
2114 (tramp-do-copy-or-rename-file-via-buffer)
2115 (tramp-do-copy-or-rename-file-directly)
2116 (tramp-do-copy-or-rename-file-out-of-band)
2117 (tramp-handle-process-file, tramp-handle-call-process-region)
2118 (tramp-handle-shell-command, tramp-handle-file-local-copy)
2119 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2120 (tramp-delete-temp-file-function): Use null TRASH arg in
2121 tramp-compat-delete-file call.
2122
2123 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
2124 (tramp-fish-handle-delete-file)
2125 (tramp-fish-handle-make-symbolic-link)
2126 (tramp-fish-handle-process-file): Use null TRASH arg in
2127 `tramp-compat-delete-file' call.
2128
2129 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
2130 arg in `tramp-compat-delete-file' call.
2131
2132 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
2133 (tramp-gvfs-handle-write-region): Use null TRASH arg in
2134 `tramp-compat-delete-file' call.
2135
2136 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
2137 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
2138 `tramp-compat-delete-file' call.
2139
2140 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2141 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2142 (tramp-smb-handle-write-region): Use null TRASH arg in
2143 tramp-compat-delete-file call.
2144 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
2145 (tramp-smb-handle-delete-file): Rename arg.
2146
2147 * diff.el (diff-sentinel):
2148 * epg.el (epg--make-temp-file, epg-decrypt-string)
2149 (epg-verify-string, epg-sign-string, epg-encrypt-string):
2150 * jka-compr.el (jka-compr-partial-uncompress)
2151 (jka-compr-call-process, jka-compr-write-region):
2152 * server.el (server-sentinel): Remove optional arg from
2153 delete-file, reverting 2010-05-03 change.
2154
2155 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2156
2157 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
2158 font-lock-constant-face, not obsolete font-lock-reference-face.
2159
2160 2010-05-27 Kenichi Handa <handa@m17n.org>
2161
2162 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
2163 element of GSTRING is nil.
2164
2165 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2166
2167 * emacs-lisp/smie.el (smie-forward-token-function)
2168 (smie-backward-token-function): New vars.
2169 (smie-backward-sexp, smie-forward-sexp)
2170 (smie-indent-hanging-p, smie-indent-calculate): Use them.
2171 (smie-default-backward-token): Rename from smie-backward-token and
2172 skip comments.
2173 (smie-default-forward-token): Rename from smie-forward-token and
2174 skip comments.
2175 (smie-next-sexp): Handle nil results from next-token.
2176 (smie-indent-calculate): Add a new case for special `fixindent' comments.
2177
2178 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2179
2180 * progmodes/verilog-mode.el (verilog-type-font-keywords):
2181 Use font-lock-constant-face, not obsolete font-lock-reference-face.
2182
2183 2010-05-27 Masatake YAMATO <yamato@redhat.com>
2184
2185 * htmlfontify.el (hfy-face-resolve-face): New function.
2186 (hfy-face-to-style): Use it (Bug#6279).
2187
2188 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2189
2190 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
2191 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
2192
2193 2010-05-26 Glenn Morris <rgm@gnu.org>
2194
2195 * emulation/edt.el (edt-load-keys): Use locate-library.
2196
2197 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
2198
2199 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
2200 (log-edit-changelog-entries): Doc fix.
2201 (log-edit-changelog-insert-entries): Args changed.
2202 Rename relative filenames in ChangeLog entries. Delete tabs.
2203 (log-edit-insert-changelog-entries): Reorganize return value of
2204 `log-edit-changelog-entries' to pass filenames to
2205 log-edit-changelog-insert-entries.
2206
2207 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2208
2209 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
2210 `image-dired-dired-insert-marked-thumbs' to
2211 `image-dired-dired-toggle-marked-thumbs'.
2212
2213 * image-dired.el: Require cl when compiling.
2214 (image-dired-dired-toggle-marked-thumbs): Rename from
2215 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
2216 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
2217 to 'no-dir. Skip files whose names don't match
2218 `image-file-name-regexp'. When file has a thumbnail overlay,
2219 delete it. (Bug#5270)
2220
2221 2010-05-25 Juri Linkov <juri@jurta.org>
2222
2223 * image-mode.el (image-mode): Add image-after-revert-hook to
2224 after-revert-hook.
2225 (image-after-revert-hook): New function. (Bug#5669)
2226
2227 2010-05-25 Juri Linkov <juri@jurta.org>
2228
2229 * image.el (image-animated-p): When delay between animated images
2230 is 0, set it to 10 (0.1 sec). (Bug#6258)
2231
2232 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
2233
2234 * net/tramp.el (tramp-handle-insert-directory): Don't use
2235 `forward-word', its default syntax could be changed.
2236
2237 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
2238
2239 * net/tramp.el (tramp-progress-reporter-update): New defun.
2240 (with-progress-reporter): Use it.
2241 (tramp-process-actions):
2242 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
2243 current message, in order to let progress reporter continue
2244 afterwards. (Bug#6257)
2245
2246 2010-05-25 Glenn Morris <rgm@gnu.org>
2247
2248 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
2249 Add :version.
2250
2251 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
2252
2253 * net/rcirc.el (rcirc-default-user-name): Change to "user".
2254 (rcirc-default-full-name): Change to "unknown".
2255 (rcirc-user-name-history): Add variable.
2256
2257 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
2258 Jonathan Rockway <jon@jrock.us>
2259
2260 * net/rcirc.el (rcirc-server-alist): Add :pass.
2261 (rcirc): When prompting for connection parameters, also prompt for
2262 username and password.
2263 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
2264 value to server when connecting.
2265
2266 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2267
2268 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
2269 (smie-merge-prec2s): Pass the tables as separate args.
2270 (smie-bnf-precedence-table): Adjust call accordingly.
2271 (smie-prec2-levels): Set levels at the end.
2272
2273 Replace Lisp calls to delete-backward-char by delete-char.
2274 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
2275 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
2276 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
2277 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
2278 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
2279 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
2280 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
2281 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
2282 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
2283 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
2284 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
2285 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
2286 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
2287 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
2288 delete-backward-char by calls to delete-char.
2289
2290 2010-05-25 Kenichi Handa <handa@m17n.org>
2291
2292 * language/hebrew.el (hebrew-shape-gstring): New function.
2293 Register it in composition-function-table for all Hebrew combining
2294 characters.
2295
2296 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2297
2298 * epa.el (epa--select-keys): Don't explicitly delete the window since
2299 that can fail (e.g. sole window in frame). Use dedication instead.
2300
2301 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2302
2303 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2304
2305 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
2306
2307 * image.el (image-refresh): Define as an alias for image-flush.
2308
2309 * image-mode.el (image-toggle-display-image): Caller changed.
2310
2311 2010-05-21 Juri Linkov <juri@jurta.org>
2312
2313 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
2314 Remove "all" from grep-files-aliases. Split grep-files-aliases by
2315 whitespace, call wildcard-to-regexp on substrings and concat them
2316 with "\\|". (Bug#6114)
2317
2318 2010-05-21 Alan Mackenzie <acm@muc.de>
2319
2320 * progmodes/cc-engine.el (c-parse-state-get-strategy):
2321 Replace parameter `here' with `here-' and `here-plus', which sandwich
2322 any pertinent CPP construct.
2323 (c-remove-stale-state-cache-backwards): Fix a bug which happens
2324 when doing (c-parse-state) in a CPP construct: Exclude any "new"
2325 CPP construct from taking part in the scanning.
2326
2327 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
2328
2329 * net/tramp.el (tramp-do-copy-or-rename-file)
2330 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
2331 Tune `with-progress-reporter' messages.
2332 (tramp-handle-vc-registered):
2333 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
2334 (tramp-fish-handle-insert-file-contents)
2335 (tramp-fish-maybe-open-connection):
2336 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2337 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
2338 (tramp-imap-handle-insert-file-contents)
2339 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2340
2341 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
2342
2343 * add-log.el (change-log-font-lock-keywords):
2344 Highlight all authors in multi-author entries.
2345
2346 * smerge-mode.el (smerge-refine-ignore-whitespace)
2347 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
2348 Fix typos in docstrings.
2349 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
2350
2351 2010-05-21 Glenn Morris <rgm@gnu.org>
2352
2353 * progmodes/fortran.el (fortran-mode):
2354 * progmodes/f90.el (f90-mode): Derive from prog-mode.
2355
2356 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
2357 having a relative path in src/Makefile.in.
2358
2359 2010-05-20 Kevin Ryde <user42@zip.com.au>
2360
2361 * help-mode.el (help-make-xrefs): For Info node links turn
2362 newlines into spaces. Link node names with newlines are matched
2363 by help-xref-info-regexp and buttonized, this change ensures they
2364 can be followed successfully with RET. (Bug#6206)
2365
2366 2010-05-20 Juri Linkov <juri@jurta.org>
2367
2368 * locate.el (locate): Use pop-to-buffer instead of
2369 switch-to-buffer-other-window. (Bug#6204)
2370
2371 2010-05-20 Juri Linkov <juri@jurta.org>
2372
2373 * replace.el (replace-highlight): Fix lazy-highlighting
2374 for `M-s w str M-% str RET'.
2375
2376 2009-12-15 Masatake YAMATO <yamato@redhat.com>
2377
2378 * isearch.el (isearch-yank-word-or-char): Pull next subword
2379 when `subword-mode' is activated. (Bug#6220)
2380
2381 2010-05-20 Mark A. Hershberger <mah@everybody.org>
2382
2383 * isearch.el (isearch-update-post-hook): New hook.
2384 (isearch-update): Use the new hook. (Bug#6225)
2385
2386 2010-05-20 Juri Linkov <juri@jurta.org>
2387
2388 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
2389 [f1], [help], and (char-to-string help-char) instead of "\C-h".
2390 (Bug#6222)
2391
2392 2010-05-20 Juri Linkov <juri@jurta.org>
2393
2394 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
2395 (Bug#6223)
2396
2397 2010-05-20 Juri Linkov <juri@jurta.org>
2398
2399 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
2400 FILE-NAME to read from the minibuffer when called interactively
2401 with prefix argument instead of using buffer-file-name.
2402 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
2403
2404 * dired.el: Update autoloads.
2405
2406 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
2407
2408 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
2409 nxml-finish-element, for consistency with SGML mode.
2410
2411 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
2412 octave-close-block.
2413
2414 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
2415
2416 * composite.el: Require cl when compiling.
2417 (reference-point-alist, compose-gstring-for-graphic)
2418 (compose-gstring-for-terminal): Fix typos in docstrings.
2419
2420 2010-05-19 Juri Linkov <juri@jurta.org>
2421
2422 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
2423 set-window-parameter.
2424
2425 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
2426
2427 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
2428 where appropriate.
2429 (tramp-maybe-open-connection): Use it.
2430
2431 2010-05-19 Eli Zaretskii <eliz@gnu.org>
2432
2433 * simple.el (move-end-of-line): Make sure we are at line beginning
2434 before backing up to end of previous line.
2435
2436 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
2437
2438 * password-cache.el (password-cache-remove): Fix docstring.
2439
2440 * net/secrets.el: Autoload the widget functions.
2441 (secrets-search-items, secrets-create-item)
2442 (secrets-get-attributes, secrets-expand-item): Attributes will be
2443 stored on the password database without leading ":", as all other
2444 clients do as well.
2445 (secrets-mode): Fix docstring.
2446 (secrets-show-secrets): Provide it as autoloaded command only when
2447 D-Bus support is available. Check existence of Secret Service API.
2448
2449 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2450
2451 * indent.el (indent-region): Deactivate region (bug#6200).
2452
2453 2010-05-19 Glenn Morris <rgm@gnu.org>
2454
2455 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
2456
2457 2010-05-19 Kenichi Handa <handa@m17n.org>
2458
2459 * composite.el: Register compose-gstring-for-graphic in
2460 composition-function-table only for combining characters (Mn, Mc, Me).
2461
2462 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
2463
2464 * calc/calc-trail.el (calc-trail-isearch-forward)
2465 (calc-trail-isearch-backward): Ensure that the new window
2466 point is set correctly.
2467
2468 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2469
2470 * subr.el (read-quoted-char): Resolve modifiers after key
2471 remapping (bug#6212).
2472
2473 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
2474
2475 Add visualization code for secrets.
2476 * net/secrets.el (secrets-mode): New major mode.
2477 (secrets-show-secrets, secrets-show-collections)
2478 (secrets-expand-collection, secrets-expand-item)
2479 (secrets-tree-widget-after-toggle-function)
2480 (secrets-tree-widget-show-password): New defuns.
2481
2482 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2483
2484 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
2485 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
2486 handled in smie-next-sexp.
2487 (smie-indent-calculate): Provide a starting indentation (so the
2488 recursion is well-founded ;-).
2489
2490 Fix handling of non-associative equal levels.
2491 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
2492 when it's not needed.
2493 (smie-op-left, smie-op-right): New functions.
2494 (smie-next-sexp): New function, extracted from smie-backward-sexp.
2495 Better handle equal levels to distinguish the associative case from
2496 the "multi-keyword construct" case.
2497 (smie-backward-sexp, smie-forward-sexp): Use it.
2498
2499 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
2500
2501 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
2502
2503 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
2504 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
2505
2506 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2507
2508 Provide a simple generic indentation engine and use it for Prolog.
2509 * emacs-lisp/smie.el: New file.
2510 * progmodes/prolog.el (prolog-smie-op-levels)
2511 (prolog-smie-indent-rules): New var.
2512 (prolog-mode-variables): Use them to configure SMIE.
2513 (prolog-indent-line, prolog-indent-level): Remove.
2514
2515 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
2516
2517 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
2518 order before computing the averages.
2519
2520 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2521
2522 * calc/calc-vec.el (calc-histogram):
2523 (calcFunc-histogram): Allow vectors as inputs.
2524 (math-vector-avg): New function.
2525
2526 * calc/calc-ext.el (math-group-float): Have the number of digits
2527 being grouped depend on the radix (Bug#6189).
2528
2529 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
2530
2531 * version.el (emacs-copyright, emacs-version): Don't define here,
2532 now that emacs.c defines it.
2533
2534 2010-05-15 Eli Zaretskii <eliz@gnu.org>
2535
2536 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
2537 "Describe Language Environment" menu item.
2538
2539 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
2540
2541 Bidi-sensitive movement with arrow keys.
2542 * subr.el (right-arrow-command, left-arrow-command): New functions.
2543
2544 * bindings.el (global-map): Bind them to right and left arrow keys.
2545
2546 Don't override standard definition of convert-standard-filename.
2547 * files.el (convert-standard-filename): Call
2548 w32-convert-standard-filename and dos-convert-standard-filename on
2549 the corresponding systems.
2550
2551 * w32-fns.el (w32-convert-standard-filename): Rename from
2552 convert-standard-filename. Doc fix.
2553
2554 * dos-fns.el (dos-convert-standard-filename): Doc fix.
2555 (convert-standard-filename): Don't defalias.
2556 (register-name-alist, make-register, register-value)
2557 (set-register-value, intdos): Obsolete aliases for the
2558 corresponding dos-* functions and variables.
2559 (dos-intdos): Add a doc string.
2560
2561 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
2562
2563 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
2564 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
2565 (math-compose-tex-func):
2566 * calc/calccomp.el (math-compose-expr):
2567 * calc/calc-ext.el (math-format-flat-expr-fancy):
2568 * calc/calc-store.el (calc-read-var-name):
2569 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
2570
2571 * calc/calc.el (var-π, var-φ, var-γ): New variables.
2572 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
2573 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
2574 (math-standard-units): Add units.
2575
2576 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2577
2578 * progmodes/asm-mode.el (asm-mode):
2579 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
2580
2581 * pcomplete.el (pcomplete-completions-at-point): New function,
2582 extracted from pcomplete-std-complete.
2583 (pcomplete-std-complete): Use it.
2584
2585 2010-05-15 Glenn Morris <rgm@gnu.org>
2586
2587 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2588 Remove references to CVS, RCS and Old directories.
2589
2590 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
2591
2592 * calc/calc-bin.el (math-format-twos-complement): Group digits when
2593 appropriate.
2594
2595 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2596
2597 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
2598 (sh-mode-syntax-table): Give it a default value instead.
2599 (sh-header-marker): Make buffer-local.
2600 (sh-mode): Move make-local-variable to the corresponding setq.
2601 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
2602 Use complete-with-action.
2603
2604 * simple.el (prog-mode): New (abstract) major mode.
2605 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
2606 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
2607
2608 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
2609
2610 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
2611 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
2612 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
2613 (sql-make-alternate-buffer-name, sql-placeholders-filter)
2614 (sql-escape-newlines-filter, sql-input-sender)
2615 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
2616
2617 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
2618
2619 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2620
2621 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
2622 latex-open-block and C-c / to latex-close-block.
2623
2624 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
2625 and C-c C-e to sgml-close-tag.
2626
2627 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
2628
2629 * net/tramp.el (with-progress-reporter): Create reporter object
2630 only when the message would be displayed. Handle nested calls.
2631 (tramp-handle-load, tramp-handle-file-local-copy)
2632 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2633 (tramp-maybe-send-script, tramp-find-shell):
2634 Use `with-progress-reporter'.
2635 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
2636 Fix message text.
2637
2638 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2639 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2640 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2641 Use `with-progress-reporter'.
2642
2643 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
2644
2645 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
2646 process everytime when spellchecking from the minibuffer (bug#6143).
2647
2648 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2649
2650 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
2651
2652 * dos-fns.el: Add "dos-" prefix for namespace control.
2653 (convert-standard-filename): Define as alias for
2654 dos-convert-standard-filename but only if applicable.
2655
2656 2010-05-12 Alan Mackenzie <acm@muc.de>
2657
2658 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2659 Push the mark at the start of these functions when appropriate.
2660
2661 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2662
2663 * minibuffer.el (completion-cycle-threshold): New custom var.
2664 (completion--do-completion): Use it.
2665 (minibuffer-complete): Use cycling if appropriate.
2666
2667 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
2668
2669 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
2670 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
2671
2672 2010-05-11 Juri Linkov <juri@jurta.org>
2673
2674 * scroll-all.el (scroll-all-check-to-scroll):
2675 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
2676
2677 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2678
2679 * iimage.el (iimage-mode-map): Move initialization into declaration.
2680 (iimage-mode-buffer): Use with-silent-modifications.
2681 Simplify calling convention. Adjust callers.
2682 (iimage-mode): Don't run hook redundantly.
2683
2684 * minibuffer.el (completion-pcm--pattern->regex):
2685 Fix last change (bug#6160).
2686
2687 2010-05-10 Juri Linkov <juri@jurta.org>
2688
2689 Remove nodes visited during Isearch from the Info history.
2690 * info.el (Info-isearch-initial-history)
2691 (Info-isearch-initial-history-list): New variables.
2692 (Info-isearch-start): Record initial values of
2693 Info-isearch-initial-history and Info-isearch-initial-history-list.
2694 Add Info-isearch-end to isearch-mode-end-hook.
2695 (Info-isearch-end): New function.
2696
2697 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
2698
2699 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
2700 format string, in order to work around a bug in pdksh.
2701 Reported by Gilles Pion <gpion@lfdj.com>.
2702 (tramp-handle-verify-visited-file-modtime): Do not send a command
2703 when the connection is not established.
2704 (tramp-handle-set-file-times): Simplify the check for utc.
2705
2706 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
2707
2708 Fix use of `filter-buffer-substring' (rework previous change).
2709 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
2710 (cua-repeat-replace-region):
2711 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
2712 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2713 (cua-cut-region-to-global-mark): Use it.
2714
2715 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
2716
2717 * progmodes/sql.el: Version 2.1.
2718 (sql-product-alist): Redesign structure of product info.
2719 (sql-product, sql-user, sql-server, sql-database): Safe variables.
2720 (sql-port, sql-port-history): New variables.
2721 (sql-interactive-product): New variable.
2722 (sql-send-terminator): New variable.
2723 (sql-imenu-generic-expression): Add "Types" imenu entry.
2724 (sql-oracle-login-params, sql-sqlite-login-params)
2725 (sql-mysql-login-params, sql-solid-login-params)
2726 (sql-sybase-login-params, sql-informix-login-params)
2727 (sql-ingres-login-params, sql-ms-login-params)
2728 (sql-postgres-login-params, sql-interbase-login-params)
2729 (sql-db2-login-params, sql-linter-login-params)
2730 (sql-oracle-scan-on): New variables.
2731 (sql-mode-map): Add C-c C-i to start interactive mode.
2732 (sql-mode-menu): Update existing menu entries.
2733 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
2734 (sql-mode-oracle-font-lock-keywords)
2735 (sql-mode-postgres-font-lock-keywords)
2736 (sql-mode-ms-font-lock-keywords)
2737 (sql-mode-sybase-font-lock-keywords)
2738 (sql-mode-informix-font-lock-keywords)
2739 (sql-mode-interbase-font-lock-keywords)
2740 (sql-mode-ingres-font-lock-keywords)
2741 (sql-mode-solid-font-lock-keywords)
2742 (sql-mode-mysql-font-lock-keywords)
2743 (sql-mode-sqlite-font-lock-keywords)
2744 (sql-mode-db2-font-lock-keywords)
2745 (sql-mode-linter-font-lock-keywords): Update initialization to
2746 reduce run-time complexity.
2747 (sql-add-product, sql-del-product): New functions.
2748 (sql-set-product-feature, sql-get-product-feature): New functions.
2749 (sql-product-font-lock): Update product API.
2750 (sql-add-product-keywords): New function.
2751 (sql-highlight-product): Update product API.
2752 (sql-help-list-products): New function.
2753 (sql-help): Dynamically lists free and non-free products.
2754 (sql-get-login): Correct bug in handling history and added
2755 prompt for port.
2756 (sql-copy-column): Copy without properties.
2757 (sqli-input-sender): Apply filters to SQLi input.
2758 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2759 Implement as a filter.
2760 (sql-escape-newlines-filter): Implement as a filter.
2761 (sql-remove-tabs-filter): New function.
2762 (sql-send-magic-terminator): New function.
2763 (sql-send-string): Implement magic terminator.
2764 (sql-send-region): Use `sql-send-string'.
2765 (sql-interactive-mode): Use product API.
2766 (sql-product-interactive): Use product API.
2767 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2768 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2769 (sql-db2, sql-linter): Use `sql-product-interactive'.
2770 (sql-connect): New function.
2771 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2772 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2773 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2774 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2775 Use `sql-connect'.
2776
2777 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2778
2779 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2780 New custom variable.
2781 (completion-pcm--string->pattern): Use it.
2782 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2783 Make it handle any symbol as `any'.
2784 (completion-pcm--merge-completions): Extract common suffix for the new
2785 `prefix' symbol as well.
2786 (completion-substring--all-completions): Use the new `prefix' symbol.
2787
2788 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
2789
2790 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2791 not bound.
2792 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2793 (tramp-compat-funcall): New defmacro.
2794 (tramp-compat-line-beginning-position)
2795 (tramp-compat-line-end-position)
2796 (tramp-compat-temporary-file-directory)
2797 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2798 (tramp-compat-copy-file, tramp-compat-copy-directory)
2799 (tramp-compat-delete-file, tramp-compat-delete-directory)
2800 (tramp-compat-number-sequence, tramp-compat-process-running-p)
2801 * net/tramp.el (top, with-progress-reporter)
2802 (tramp-rfn-eshadow-setup-minibuffer)
2803 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2804 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2805 (tramp-completion-mode-p, tramp-check-for-regexp)
2806 (tramp-open-connection-setup-interactive-shell)
2807 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2808 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2809 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2810 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2811 (tramp-reporter-dump-variable, tramp-load-report-modules)
2812 (tramp-append-tramp-buffers)
2813 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2814
2815 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2816
2817 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2818
2819 * progmodes/compile.el (compilation-buffer-modtime): Rename from
2820 buffer-modtime. Adjust users.
2821
2822 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2823
2824 * international/mule.el (auto-coding-alist): Only purecopy
2825 car of each item, not the whole list (Bug#6083).
2826
2827 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2828
2829 * progmodes/js.el (js-mode): Make paragraph variables local before
2830 calling c-setup-paragraph-variables (Bug#6071).
2831
2832 2010-05-08 Eli Zaretskii <eliz@gnu.org>
2833
2834 * composite.el (compose-region, reference-point-alist): Fix typos
2835 in the doc strings.
2836
2837 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2838
2839 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2840 gnuplot's "set" command.
2841
2842 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2843
2844 * abbrev.el (last-abbrev-text): Doc fix.
2845 (abbrev-prefix-mark): Don't escape parenthesis.
2846
2847 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
2848
2849 * composite.el (find-composition): Doc fix.
2850
2851 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2852
2853 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2854 (sql-oracle-program, sql-sqlite-options)
2855 (sql-query-placeholders-and-send): Doc fixes.
2856 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2857 (sql-imenu-generic-expression, sql-buffer)
2858 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2859 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2860 (sql-mode-sybase-font-lock-keywords)
2861 (sql-mode-informix-font-lock-keywords)
2862 (sql-mode-interbase-font-lock-keywords)
2863 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2864 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2865 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2866 (sql-product-feature, sql-highlight-product)
2867 (comint-line-beginning-position, sql-rename-buffer)
2868 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2869 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2870 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2871 Fix typos in docstrings.
2872
2873 2010-05-08 Juri Linkov <juri@jurta.org>
2874
2875 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2876 property instead of `invisible' and `after-string' (bug#5998).
2877
2878 2010-05-08 Juri Linkov <juri@jurta.org>
2879
2880 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2881
2882 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2883
2884 * filecache.el (file-cache-add-directory-list)
2885 (file-cache-add-directory-recursively): Fix typos in docstrings.
2886
2887 2010-05-08 Kenichi Handa <handa@m17n.org>
2888
2889 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2890 (gujarati-composable-pattern): Fix typo.
2891
2892 2010-05-08 Kenichi Handa <handa@m17n.org>
2893
2894 * language/indian.el (oriya-composable-pattern)
2895 (tamil-composable-pattern, malayalam-composable-pattern):
2896 Add two-part vowels to "v" (vowel sign).
2897
2898 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2899
2900 * files.el (copy-directory): Handle symlinks (Bug#5982).
2901
2902 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2903
2904 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2905 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2906 (Bug#5846).
2907
2908 2010-05-08 Glenn Morris <rgm@gnu.org>
2909
2910 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2911
2912 * minibuffer.el (completion-at-point): Doc fix.
2913
2914 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2915
2916 * electric.el (Electric-command-loop): Minor tweak.
2917
2918 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2919 better with dedicated windows.
2920
2921 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2922
2923 * Version 23.2 released.
2924
2925 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2926 Stefan Monnier <monnier@iro.umontreal.ca>
2927
2928 Highlight vendor specific properties.
2929 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2930 (css-proprietary-property): New face.
2931 (css-font-lock-keywords): Use them.
2932
2933 2010-05-07 Eli Zaretskii <eliz@gnu.org>
2934
2935 * cus-start.el (all): Add native condition for tool-bar-* symbols.
2936
2937 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2938
2939 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2940 * files.el (auto-mode-alist): Remove redundant entries.
2941
2942 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2943 * simple.el (auto-save-mode): Move from files.el.
2944 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2945
2946 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
2947
2948 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2949
2950 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
2951
2952 * mail/binhex.el (binhex-decode-region-internal)
2953 * mail/uudecode.el (uudecode-decode-region-internal)
2954 * net/dns.el (dns-read-string-name, dns-write, dns-read)
2955 (dns-read-type, dns-query)
2956 * pgg-parse.el (pgg-parse-armor)
2957 * pgg.el (pgg-verify-region)
2958 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2959 XEmacs.
2960
2961 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2962
2963 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
2964
2965 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2966
2967 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2968 * emulation/cua-base.el (cua-repeat-replace-region):
2969 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2970 (cua-cut-region-to-global-mark):
2971 Remove text properties with `set-text-properties'.
2972
2973 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
2974
2975 * net/tramp.el (top, with-progress-reporter):
2976 Use `symbol-function' inside `funcall'.
2977
2978 * net/tramp-compat.el (tramp-compat-file-attributes)
2979 (tramp-compat-delete-file, tramp-compat-delete-directory):
2980 Handle only `wrong-number-of-arguments' error.
2981
2982 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2983 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2984 inside `funcall'.
2985
2986 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2987
2988 * minibuffer.el (completion--sreverse, completion--common-suffix):
2989 New functions.
2990 (completion-pcm--merge-completions): Extract common suffix when safe.
2991
2992 * emacs-lisp/easy-mmode.el (define-minor-mode):
2993 Make :variable more flexible.
2994 * files.el (auto-save-mode): Use it to define using define-minor-mode.
2995
2996 2010-05-05 Juri Linkov <juri@jurta.org>
2997
2998 Add `slow' and `history' tags to the desktop data.
2999
3000 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
3001 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
3002 (Info-finder-find-node): Require `finder.el' to be able
3003 to restore node from the desktop.
3004 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
3005 data `Info-history' and `slow' tag in the assoc list.
3006 (Info-restore-desktop-buffer): Don't restore nodes with the
3007 `slow' tag. Restore `Info-history'.
3008
3009 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
3010
3011 Add FORCE argument to `delete-file'.
3012
3013 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
3014 forcing to delete the temporary file.
3015 (ange-ftp-delete-file): Add FORCE arg.
3016 (ange-ftp-rename-remote-to-remote)
3017 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
3018 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
3019 Force file deletion.
3020
3021 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
3022
3023 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
3024 (tramp-handle-make-symbolic-link, tramp-handle-load)
3025 (tramp-do-copy-or-rename-file-via-buffer)
3026 (tramp-do-copy-or-rename-file-directly)
3027 (tramp-do-copy-or-rename-file-out-of-band)
3028 (tramp-handle-process-file, tramp-handle-call-process-region)
3029 (tramp-handle-shell-command, tramp-handle-file-local-copy)
3030 (tramp-handle-insert-file-contents, tramp-handle-write-region)
3031 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
3032
3033 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
3034 (tramp-fish-handle-make-symbolic-link)
3035 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
3036
3037 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
3038 Use `tramp-compat-delete-file'.
3039
3040 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
3041 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
3042
3043 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
3044 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
3045
3046 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
3047 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
3048 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
3049 `tramp-compat-delete-file'.
3050
3051 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3052
3053 Minor cleanups.
3054 * subr.el (add-minor-mode): Use push.
3055 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
3056 * emulation/edt.el (edt-select-mode): Simplify.
3057
3058 Use define-minor-mode in more cases.
3059 * term/tvi970.el (tvi970-set-keypad-mode):
3060 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
3061 (normal-erase-is-backspace-mode):
3062 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
3063 (set-scroll-bar-mode-1): (Re)move to its sole caller.
3064 (get-scroll-bar-mode): New function.
3065 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
3066
3067 Use define-minor-mode for less obvious cases.
3068 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
3069 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
3070 * international/iso-ascii.el (iso-ascii-mode):
3071 * frame.el (auto-raise-mode, auto-lower-mode):
3072 * composite.el (global-auto-composition-mode): Use define-minor-mode.
3073
3074 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
3075
3076 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
3077 in order to see error messages for failed logins.
3078
3079 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
3080
3081 * diff.el (diff-sentinel):
3082
3083 * epg.el (epg--make-temp-file, epg-decrypt-string)
3084 (epg-verify-string, epg-sign-string, epg-encrypt-string):
3085
3086 * jka-compr.el (jka-compr-partial-uncompress)
3087 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
3088
3089 * server.el (server-sentinel): Use delete-file's new FORCE arg
3090 (Bug#6070).
3091
3092 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3093
3094 Use define-minor-mode where applicable.
3095 * view.el (view-mode):
3096 * type-break.el (type-break-query-mode)
3097 (type-break-mode-line-message-mode):
3098 * textmodes/reftex.el (reftex-mode):
3099 * term/vt100.el (vt100-wide-mode):
3100 * tar-mode.el (tar-subfile-mode):
3101 * savehist.el (savehist-mode):
3102 * ibuf-ext.el (ibuffer-auto-mode):
3103 * composite.el (auto-composition-mode):
3104 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3105 Use define-minor-mode.
3106 (vhdl-mode): Use static mode-line format.
3107 (vhdl-mode-line-update): Delete.
3108 (vhdl-create-mode-menu, vhdl-activate-customizations)
3109 (vhdl-hs-minor-mode): Don't bother calling it.
3110
3111 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3112
3113 * simple.el (with-wrapper-hook): Move.
3114 (buffer-substring-filters): Mark obsolete.
3115 (filter-buffer-substring-functions): New variable.
3116 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
3117
3118 Use a mode-line spec rather than a static string in Semantic.
3119 * cedet/semantic/util-modes.el:
3120 (semantic-minor-modes-format): New var to replace...
3121 (semantic-minor-modes-status): Remove.
3122 (semantic-mode-line-update): Construct a mode-line spec rather than
3123 a static string so that mouse buttons can be used on individual minor
3124 modes and so that semantic-mode-line-update only needs to be called
3125 when global settings are changed.
3126 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
3127 Call semantic-mode-line-update.
3128 (semantic-toggle-minor-mode-globally): Don't assume mode is on
3129 minor-mode-alist, check semantic-minor-mode-alist as well.
3130 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
3131 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
3132 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
3133 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3134 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3135 (define-semantic-idle-service, semantic-idle-summary-mode):
3136 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
3137 Don't call semantic-mode-line-update any more.
3138
3139 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3140
3141 Use define-minor-mode in CEDET where applicable.
3142
3143 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
3144 Use define-minor-mode.
3145
3146 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
3147 Remove unused arg `keymap' and code redundant with define-minor-mode.
3148 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
3149 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
3150 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
3151 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
3152 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
3153 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
3154 Use define-minor-mode.
3155 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
3156 (semantic-show-unmatched-syntax-mode-setup)
3157 (semantic-show-parser-state-mode-setup)
3158 (semantic-highlight-func-mode-setup): Inline into sole caller.
3159
3160 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
3161 (semantic-mru-bookmark-mode): Use define-minor-mode.
3162 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
3163
3164 * cedet/semantic/idle.el (define-semantic-idle-service):
3165 Use define-minor-mode and inline setup function into its sole caller.
3166 (semantic-idle-scheduler-mode-setup)
3167 (semantic-idle-summary-mode-setup): Inline into sole caller.
3168 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
3169 Use define-minor-mode.
3170
3171 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
3172 (semantic-decoration-mode): Use define-minor-mode.
3173 (semantic-decoration-mode-setup): Inline into sole caller.
3174
3175 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
3176 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
3177 (ede-dired-add-to-target): Use dolist.
3178
3179 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3180 Michael Albinus <michael.albinus@gmx.de>
3181
3182 Implement compression for inline methods.
3183
3184 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
3185 (tramp-copy-size-limit): Allow also nil.
3186 (tramp-inline-compress-commands): New defconst.
3187 (tramp-find-inline-compress, tramp-get-inline-compress)
3188 (tramp-get-inline-coding): New defuns.
3189 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
3190 replaced by `tramp-get-inline-coding'.
3191 (tramp-handle-file-local-copy, tramp-handle-write-region)
3192 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
3193
3194 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3195
3196 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
3197 Remove unused functions.
3198
3199 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
3200 Set find-tag-default-function as a variable rather than a property.
3201
3202 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
3203 * progmodes/etags.el (tags-completion-at-point-function):
3204 Remove left over interactive spec. Add autoloading stub.
3205 (complete-tag): Use tags-completion-at-point-function.
3206
3207 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
3208
3209 * minibuffer.el (tags-completion-at-point-function): Fix return value.
3210
3211 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
3212
3213 * ido.el (ido-init-completion-maps): Remove C-v binding.
3214 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
3215
3216 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
3217
3218 * minibuffer.el (tags-completion-at-point-function): New function.
3219 (completion-at-point-functions): Use it.
3220
3221 * cedet/semantic.el (semantic-completion-at-point-function): New function.
3222 (semantic-mode): Use semantic-completion-at-point-function for
3223 completion-at-point-functions instead.
3224
3225 * progmodes/etags.el (complete-tag): Revert last change.
3226
3227 2010-04-29 Alan Mackenzie <acm@muc.de>
3228
3229 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
3230 off-by-one error (in end of macro position).
3231
3232 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3233
3234 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
3235 firefox is absent. Don't autoload.
3236 (browse-url-galeon-program): Don't autoload.
3237
3238 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
3239
3240 * bindings.el (complete-symbol): Move into minibuffer.el.
3241
3242 * minibuffer.el (complete-tag): Move from etags.el. If tags
3243 completion cannot be performed, return nil instead of signalling
3244 an error.
3245 (completion-at-point): Make it an alias for complete-symbol.
3246 (complete-symbol): Move from bindings.el, and replace with the
3247 body of completion-at-point.
3248
3249 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
3250
3251 * cedet/semantic.el (semantic-mode): When enabled, add
3252 semantic-ia-complete-symbol to completion-at-point-functions.
3253
3254 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
3255 if Semantic is not active.
3256
3257 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
3258
3259 * net/tramp.el (tramp-remote-selinux-p): New defun.
3260 (tramp-handle-file-selinux-context)
3261 (tramp-handle-set-file-selinux-context): Use it.
3262
3263 2010-04-28 Sam Steingold <sds@gnu.org>
3264
3265 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
3266 `safe-local-variable' if the value is a string or a symbol with
3267 the property `bug-reference-url-format'.
3268
3269 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
3270
3271 * progmodes/bug-reference.el (bug-reference-url-format): Revert
3272 2010-04-27 change due to security risk.
3273
3274 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3275
3276 Make it possible to locally disable a globally enabled mode.
3277 * simple.el (fundamental-mode): Run fundamental-mode-hook.
3278 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
3279 rather than kill-all-local-variables so it runs fundamental-mode-hook.
3280 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3281 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
3282 that subsequent hooks get a chance to disable it.
3283
3284 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3285
3286 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3287 Avoid re-enabling a minor mode after the user turned the minor mode
3288 off if MODE-enable-in-buffers is run twice (typically once from
3289 fundamental-mode's after-change-major-mode-hook and a second time from
3290 run-mode-hook's own after-change-major-mode-hook).
3291
3292 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
3293
3294 2010-04-27 Sam Steingold <sds@gnu.org>
3295
3296 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
3297 `safe-local-variable' if the value is a string or a function, as
3298 documented and implemented on 2010-04-02.
3299
3300 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
3301
3302 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
3303 when method is 'kill.
3304
3305 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
3306
3307 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
3308 condition in default directory check.
3309 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
3310 Kill ispell process when killing its associated buffer.
3311
3312 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
3313
3314 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
3315 but we aren't using it.
3316
3317 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
3318
3319 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
3320 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
3321
3322 2010-04-24 Glenn Morris <rgm@gnu.org>
3323
3324 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
3325 Ignore VCS-ignore files, and deleted nextstep preferences files.
3326 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
3327 (authors-ambiguous-files): New list.
3328 (authors-valid-file-names): Add some deleted files.
3329 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
3330 (authors-disambiguate-file-name): New function. (Bug#5501)
3331 (authors-canonical-file-name): Doc fix.
3332 Don't warn about obsolete files.
3333 (authors-canonical-file-name, authors-scan-el):
3334 Use authors-disambiguate-file-name.
3335
3336 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
3337 Add autoload cookies.
3338 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
3339 (generated-autoload-file): Set file-local value to "htmlfontify.el".
3340 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
3341 They have definitions / compiler macros in cl.el.
3342 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
3343 Replace manual autoloads with generated ones.
3344 (htmlfontify-unload-rgb-file): Remove autoload.
3345 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
3346
3347 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3348
3349 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
3350 (byte-compile-setq-default): Optimize for the
3351 single-var case and don't call byte-compile-form in this case to avoid
3352 inf-loop with byte-compile-set-default.
3353
3354 * progmodes/compile.el (compilation-start): Abbreviate default directory.
3355
3356 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
3357
3358 Implement SELINUX backends.
3359
3360 * net/tramp.el (tramp-file-name-handler-alist):
3361 Add `file-selinux-context' and `set-file-selinux-context'.
3362 (tramp-handle-file-selinux-context)
3363 (tramp-handle-set-file-selinux-context): New defuns.
3364 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
3365 Handle PRESERVE-SELINUX-CONTEXT.
3366
3367 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3368 Add `file-selinux-context' and `set-file-selinux-context'.
3369 (tramp-gvfs-handle-file-selinux-context)
3370 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
3371 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
3372
3373 * net/ange-ftp.el (ange-ftp-copy-file):
3374 * net/tramp-fish.el (tramp-fish-handle-copy-file):
3375 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3376 * net/tramp-smb.el (tramp-smb-handle-copy-file):
3377 Add PRESERVE-SELINUX-CONTEXT.
3378
3379 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
3380
3381 Synchronize with Tramp repository.
3382
3383 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
3384 (tramp-action-process-alive, tramp-action-out-of-band)
3385 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
3386 (tramp-exists-file-name-handler): Fix docstring.
3387 (with-progress-reporter): New defmacro.
3388 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
3389 (tramp-maybe-open-connection): Use it.
3390
3391 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
3392
3393 Detect ssh 'ControlMaster' argument automatically in some cases.
3394
3395 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
3396 (tramp-default-method): Use it.
3397
3398 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
3399
3400 * net/tramp.el (tramp-handle-copy-file): Add new optional
3401 parameter `preserve-selinux-context'.
3402 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
3403
3404 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
3405
3406 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
3407 Ensure, that non remote files are still checked. Oops.
3408
3409 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
3410
3411 Fix Bug#5840.
3412
3413 * icomplete.el (icomplete-completions): Use `non-essential'.
3414
3415 * net/tramp.el (tramp-connectable-p): New defun.
3416 (tramp-handle-expand-file-name)
3417 (tramp-completion-handle-file-name-all-completions)
3418 (tramp-completion-handle-file-name-completion): Use it.
3419
3420 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3421
3422 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
3423
3424 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3425
3426 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
3427
3428 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
3429
3430 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
3431 is present.
3432
3433 * info.el (info-tool-bar-map): Add labels.
3434
3435 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
3436
3437 * cus-edit.el (custom-commands): Add labels for tool bar.
3438 (custom-buffer-create-internal, Custom-mode): Adjust for
3439 labels in custom-commands.
3440
3441 * dynamic-setting.el: Renamed from font-setting.el.
3442
3443 2010-04-21 John Wiegley <jwiegley@gmail.com>
3444
3445 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
3446 toggles the use of virtual buffers.
3447 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
3448 value.
3449 (ido-toggle-virtual-buffers): New function.
3450
3451 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
3452
3453 Use `define-derived-mode'; fix window selection; doc fixes.
3454 * play/tetris.el (tetris, tetris-update-speed-function)
3455 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
3456 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
3457 (tetris-rotate-next, tetris-end-game, tetris-start-game)
3458 (tetris-pause-game): Fix typos in docstrings.
3459 (tetris-mode-map, tetris-null-map):
3460 Move initialization into declaration.
3461 (tetris-mode): Define with `define-derived-mode';
3462 set show-trailing-whitespace to nil.
3463 (tetris): Prefer window already displaying the "*Tetris*" buffer.
3464
3465 2010-04-21 Karel Klíč <kklic@redhat.com>
3466
3467 * files.el (backup-buffer): Handle SELinux context, and return it
3468 if a backup was made by renaming.
3469 (backup-buffer-copy): Set SELinux context to the target file.
3470 (basic-save-buffer): Set SELinux context of the newly written file.
3471 (basic-save-buffer-1): Now it also returns any SELinux context.
3472 (basic-save-buffer-2): Set SELinux context of the newly created file,
3473 and return it.
3474 * net/tramp.el (tramp-file-name-for-operation):
3475 Add file-selinux-context.
3476
3477 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3478
3479 Make the log-edit comments use RFC822 format throughout.
3480
3481 * vc.el (vc-checkin, vc-modify-change-comment):
3482 Adjust to new vc-start/finish-logentry.
3483 (vc-find-conflicted-file): New command.
3484 (vc-transfer-file): Adjust to new vc-checkin.
3485 (vc-next-action): Improve scoping.
3486
3487 * vc-hg.el (vc-hg-log-edit-mode): Remove.
3488 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
3489
3490 * vc-git.el (vc-git-log-edit-mode): Remove.
3491 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
3492 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
3493
3494 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
3495 (vc-start-logentry): Remove argument `extra'.
3496 (vc-finish-logentry): Remove extra args.
3497
3498 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
3499 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
3500 (vc-bzr-conflicted-files): New function.
3501
3502 * log-edit.el (log-edit-extra-flags)
3503 (log-edit-before-checkin-process): Remove.
3504 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
3505 (log-edit-headers-alist): New var.
3506 (log-edit-header-contents-regexp): New const.
3507 (log-edit-match-to-eoh): New function.
3508 (log-edit-font-lock-keywords): Use them.
3509 (log-edit): Insert a "Summary:" header as default.
3510 (log-edit-mode): Mark font-lock rules as case-insensitive.
3511 (log-edit-done): Cleanup headers.
3512 (log-view-process-buffer): Remove.
3513 (log-edit-extract-headers): New function to replace it.
3514
3515 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
3516
3517 * subr.el (default-direction-reversed): Remove obsolescence info.
3518
3519 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3520
3521 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
3522 windows/frames.
3523
3524 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
3525 I.e. include text after point in the completion region.
3526 Also, return nil when we're not after/in a symbol.
3527
3528 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
3529 default enable-multibyte-characters.
3530
3531 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3532
3533 * international/mule.el: Help the user choose a valid coding-system.
3534 (read-buffer-file-coding-system): New function.
3535 (set-buffer-file-coding-system): Use it. Prompt the user if the
3536 coding-system cannot encode all the chars.
3537
3538 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
3539 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
3540 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
3541 Don't use *vc-bzr-shelve*.
3542
3543 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3544
3545 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
3546 Don't destroy list before using it.
3547
3548 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
3549
3550 Fix the version number for added files.
3551 * vc-hg.el (vc-hg-working-revision): Check if the file is
3552 registered after hg parent fails (Bug#5961).
3553
3554 2010-04-19 Glenn Morris <rgm@gnu.org>
3555
3556 * htmlfontify.el (htmlfontify-buffer)
3557 (htmlfontify-copy-and-link-dir): Autoload entry points.
3558
3559 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
3560
3561 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
3562 name relative to the project root (Bug#5960).
3563
3564 2010-04-19 Glenn Morris <rgm@gnu.org>
3565
3566 * vc-git.el (vc-git-print-log): Doc fix.
3567
3568 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3569
3570 * ido.el (ido-file-internal): Fix 2009-12-02 change.
3571
3572 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
3573
3574 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
3575 default settings (Bug#5928).
3576
3577 2010-04-19 Glenn Morris <rgm@gnu.org>
3578
3579 * progmodes/fortran.el (fortran-match-and-skip-declaration):
3580 New function.
3581 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
3582
3583 2010-04-19 Kenichi Handa <handa@m17n.org>
3584
3585 * language/indian.el (malayalam-composable-pattern): Fix previous
3586 change (add U+0D4D "SIGN VIRAMA").
3587 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
3588 (tamil-composable-pattern): Fix typo in the regexp.
3589 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
3590 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
3591 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
3592
3593 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3594
3595 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
3596 paragraph-separate (Bug#5821).
3597
3598 2010-04-19 Juri Linkov <juri@jurta.org>
3599
3600 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
3601
3602 * info.el (Info-find-node-2): Comment out code that skips
3603 breadcrumbs line.
3604 (Info-mouse-follow-link): New command.
3605 (Info-link-keymap): New keymap.
3606 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
3607 Return a string with links instead of inserting breadcrumbs
3608 to the Info buffer.
3609 (Info-fontify-node): Comment out code that inserts breadcrumbs.
3610 Instead of putting the `invisible' text property over the Info
3611 header, make an overlay over the Info header with the `invisible'
3612 property and `after-string' set to the string returned by
3613 `Info-breadcrumbs'.
3614
3615 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3616
3617 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
3618 Reported by monkey@sandpframing.com.
3619
3620 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3621
3622 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
3623 (tmm-get-keymap): Add key-binding shortcuts now that they're not
3624 available in the "keyseq cache" any more.
3625
3626 * custom.el (defcustom): Add edebug spec.
3627
3628 2010-04-18 Juri Linkov <juri@jurta.org>
3629
3630 Test for special mode-class in view-buffer instead of view-file (bug#5513).
3631
3632 * view.el (view-file, view-buffer): Move test for special mode-class
3633 from view-file to view-buffer.
3634
3635 * tar-mode.el (tar-extract): Turn if's into one cond
3636 like in arc-mode.el.
3637
3638 2010-04-18 Juri Linkov <juri@jurta.org>
3639
3640 Add 7z archive format support (bug#5475).
3641
3642 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
3643 (archive-7z-extract): New defcustom.
3644 (archive-find-type): Add magic string for 7z.
3645 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
3646 If `stderr-file' is non-nil, use `(t stderr-file)' for the
3647 `buffer' arg of `call-process'.
3648 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
3649 call the function `archive-7z-extract' with the variable
3650 `archive-7z-extract' let-bound to `archive-zip-extract'.
3651 (archive-7z-summarize, archive-7z-extract): New functions.
3652
3653 * international/mule.el (auto-coding-alist):
3654 * files.el (auto-mode-alist): Add 7z file extension.
3655
3656 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3657
3658 * loadup.el: Setup hash-cons for pure data.
3659
3660 Fix duplicate entries in cedet's loaddefs.el files.
3661 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
3662 Should make most file-local generated-autoload-file unnecessary.
3663 (print-readably): Silence warnings.
3664 (autoload-find-destination): Take load-name as an arg to make sure
3665 it's the same as the one that will be in the file.
3666 (autoload-generate-file-autoloads): Adjust to above changes.
3667 Try to make the dataflow a bit simpler.
3668
3669 * cvs-status.el (cvs-refontify): Remove unused.
3670
3671 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3672
3673 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
3674
3675 * calc-bin.el (calc-radix): Have the "O" option turn on
3676 twos-complement mode.
3677
3678 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
3679
3680 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
3681 Add `calc-option-prefix-help' to calc-help autoloads.
3682 (calc-inverse): Add "Option" to message, as appropriate.
3683 (calc-hyperbolic): Add "Option" to message, as appropriate.
3684 (calc-option, calc-is-option): New functions.
3685
3686 * calc-help.el (calc-full-help): Add `calc-option-help'.
3687 (calc-option-prefix-help): New function.
3688
3689 * calc-misc.el (calc-help): Add "Option" entry.
3690
3691 * calc.el (calc-local-var-list): Add `calc-option-flag'.
3692 (calc-option-flag): New variable.
3693 (calc-do): Set `calc-option-flag to nil.
3694 (calc-set-mode-line): Add "Opt " as appropriate.
3695
3696 2010-04-16 Juri Linkov <juri@jurta.org>
3697
3698 Move scrolling commands from simple.el to window.el
3699 because their primitives are implemented in window.c.
3700
3701 * simple.el (scroll-error-top-bottom)
3702 (scroll-up-command, scroll-down-command, scroll-up-line)
3703 (scroll-down-line, scroll-other-window-down)
3704 (beginning-of-buffer-other-window, end-of-buffer-other-window):
3705 * window.el (scroll-error-top-bottom)
3706 (scroll-up-command, scroll-down-command, scroll-up-line)
3707 (scroll-down-line, scroll-other-window-down)
3708 (beginning-of-buffer-other-window, end-of-buffer-other-window):
3709 Move from simple.el to window.el because their primitives are
3710 implemented in window.c.
3711
3712 2010-04-16 Juri Linkov <juri@jurta.org>
3713
3714 * isearch.el (isearch-lookup-scroll-key): Check both
3715 `isearch-scroll' and `scroll-command' properties.
3716 (scroll-up, scroll-down): Remove `isearch-scroll' property.
3717
3718 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
3719
3720 * simple.el (scroll-up-command, scroll-down-command)
3721 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
3722
3723 2010-04-15 Juri Linkov <juri@jurta.org>
3724
3725 * simple.el (scroll-up-command, scroll-down-command)
3726 (scroll-up-line, scroll-down-line): Put `scroll-command'
3727 property on the these symbols. Remove them from
3728 `scroll-preserve-screen-position-commands'.
3729
3730 * mwheel.el (mwheel-scroll): Put `scroll-command' and
3731 `isearch-scroll' properties on the `mwheel-scroll' symbol.
3732 Remove it from `scroll-preserve-screen-position-commands'.
3733
3734 * isearch.el (isearch-allow-scroll): Doc fix.
3735
3736 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
3737
3738 * net/tramp.el (tramp-error-with-buffer): Don't show the
3739 connection buffer when we are in completion mode.
3740 (tramp-file-name-handler): Catch the error for some operations
3741 when we are in completion mode. This gives the user the chance to
3742 correct the file name in the minibuffer.
3743
3744 2010-04-15 Glenn Morris <rgm@gnu.org>
3745
3746 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3747
3748 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
3749
3750 Simplify by using `define-derived-mode'.
3751 * info.el (Info-mode):
3752 * calendar/todo-mode.el (todo-mode):
3753 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3754 (gomoku-mode-map): Move initialization into declaration.
3755
3756 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
3757
3758 Fix Bug#5840.
3759 * ido.el (ido-file-name-all-completions-1):
3760 * minibuffer.el (minibuffer-completion-help):
3761 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3762
3763 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3764
3765 * simple.el (non-essential): New var.
3766
3767 Add a new field `location' to bookmarks for non-file bookmarks.
3768 * bookmark.el (bookmark-location): Use the new field, if present.
3769 (bookmark-insert-location): Undo last change, not needed any more.
3770 * man.el (Man-bookmark-make-record):
3771 * woman.el (woman-bookmark-make-record): Add `location' field.
3772
3773 2010-04-14 Juri Linkov <juri@jurta.org>
3774
3775 * simple.el (scroll-error-top-bottom): New defcustom.
3776 (scroll-up-command, scroll-down-command): Use it. Doc fix.
3777
3778 * emulation/pc-select.el (pc-select-override-scroll-error):
3779 Obsolete in favor of `scroll-error-top-bottom'.
3780
3781 2010-04-14 Juri Linkov <juri@jurta.org>
3782
3783 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3784 `scroll-up-command' and `M-v' to `scroll-down-command'.
3785
3786 * emulation/cua-rect.el (cua--init-rectangles):
3787 * forms.el (forms--change-commands):
3788 * image-mode.el (image-mode-map):
3789 Remap scroll-down-command and scroll-up-command
3790 in addition to scroll-down and scroll-up.
3791
3792 2010-04-14 Juri Linkov <juri@jurta.org>
3793
3794 * mwheel.el (scroll-preserve-screen-position-commands):
3795 Add mwheel-scroll to this list of commands.
3796
3797 * simple.el (scroll-preserve-screen-position-commands):
3798 Add scroll-up-command, scroll-down-command, scroll-up-line,
3799 scroll-down-line to this list of commands.
3800
3801 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3802
3803 * obsolete/complete.el: Move from lisp/complete.el.
3804
3805 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3806
3807 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3808 to the minor mode function now turns the mode ON unconditionally.
3809
3810 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3811
3812 * vc-dir.el (vc-dir-kill-line): New command.
3813 (vc-dir-mode-map): Bind it to C-k.
3814
3815 * bookmark.el (bookmark-insert-location): Handle a nil filename.
3816
3817 * woman.el: Add bookmark declarations to silence the compiler.
3818 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3819 step to compatibility between man and woman bookmarks.
3820 Adjust for Man-default-bookmark-title renaming.
3821 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
3822
3823 * man.el: Add bookmark declarations to silence the compiler.
3824 (Man-name-local-regexp): Make it match NAME as well.
3825 (Man-getpage-in-background): Return the buffer.
3826 (Man-notify-when-ready): Use `case'.
3827 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3828 Don't hardcode "NAME". Simplify.
3829 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3830 Rename from Man-bookmark-make-record.
3831 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
3832 we have the actual man-args. Use Man-getpage-in-background rather
3833 than `man' since the arg is already processed. Let bookmark.el do the
3834 window handling. Only wait for the relevant process.
3835 Don't forget to autoload.
3836
3837 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3838
3839 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3840
3841 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3842 New functions.
3843 (woman-mode): Setup bookmark support.
3844
3845 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3846 (man-bookmark-jump): New functions.
3847 (Man-mode): Setup bookmark support.
3848
3849 2010-04-10 Jari Aalto <jari.aalto@cante.net>
3850
3851 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3852 recognize ssh-keygen prompt (Bug#2817).
3853
3854 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3855
3856 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3857
3858 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3859
3860 Synchronize with Tramp repository.
3861
3862 * net/tramp.el (tramp-completion-function-alist)
3863 (tramp-file-name-regexp, tramp-chunksize)
3864 (tramp-local-coding-commands, tramp-remote-coding-commands):
3865 Fix docstring.
3866 (tramp-remote-process-environment): Use `format' instead of `concat'.
3867 (tramp-handle-directory-files-and-attributes)
3868 (tramp-get-remote-path): Use `copy-tree'.
3869 (tramp-handle-file-name-all-completions): Backward/ XEmacs
3870 compatibility: Use `completion-ignore-case' if
3871 `read-file-name-completion-ignore-case' does not exist.
3872 (tramp-do-copy-or-rename-file-directly): Do not use
3873 `tramp-handle-file-remote-p'.
3874 (tramp-do-copy-or-rename-file-out-of-band):
3875 Use `tramp-compat-delete-directory'.
3876 (tramp-do-copy-or-rename-file-out-of-band)
3877 (tramp-compute-multi-hops, tramp-maybe-open-connection):
3878 Use `format-spec-make'.
3879 (tramp-find-foreign-file-name-handler)
3880 (tramp-advice-make-auto-save-file-name)
3881 (tramp-set-auto-save-file-modes): Remove superfluous check for
3882 `stringp'. This is done inside `tramp-tramp-file-p'.
3883 (tramp-debug-outline-regexp): New defconst.
3884 (tramp-get-debug-buffer): Use it.
3885 (tramp-check-for-regexp): Use (forward-line 1).
3886 (tramp-set-auto-save-file-modes): Adapt version check.
3887
3888 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3889 Wrap call of `featurep' for 2nd argument.
3890 (tramp-compat-make-temp-file): Simplify fallback implementation.
3891 (tramp-compat-copy-tree): Remove function.
3892 (tramp-compat-delete-directory): Provide implementation for older
3893 Emacsen.
3894
3895 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3896 Do not use `tramp-fish-handle-file-attributes.
3897
3898 * net/trampver.el: Update release number.
3899
3900 2010-04-10 Glenn Morris <rgm@gnu.org>
3901
3902 * progmodes/compile.el (compilation-save-buffers-predicate):
3903 Add missing :version tag.
3904
3905 2010-04-09 Sam Steingold <sds@gnu.org>
3906
3907 * progmodes/compile.el (compilation-save-buffers-predicate):
3908 Remove the "autoload" cookie.
3909
3910 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3911 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3912 and `bug-reference-prog-mode' can be used in hooks directly.
3913
3914 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3915
3916 Add --author support to git commit.
3917 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3918 (vc-git-log-edit-mode): New minor mode.
3919 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3920 New declarations.
3921
3922 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
3923
3924 * vc-hooks.el, vc-git.el: Improve documentation comments.
3925
3926 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3927
3928 Fix some of the problems in defsubst* (bug#5728).
3929 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3930 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3931
3932 2010-04-07 Sam Steingold <sds@gnu.org>
3933
3934 * progmodes/compile.el (compilation-save-buffers-predicate):
3935 New custom variable.
3936 (compile, recompile): Pass it to `save-some-buffers'.
3937
3938 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
3939
3940 * wid-edit.el (widget-choose): Move cursor to the second line of
3941 the buffer (Bug#5695).
3942
3943 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3944
3945 Add new VC methods: vc-log-incoming and vc-log-outgoing.
3946 * vc.el (vc-print-log-setup-buttons): New function split out from
3947 vc-print-log-internal.
3948 (vc-log-internal-common): New function, a parametrized version of
3949 vc-print-log-internal.
3950 (vc-print-log-internal): Just call vc-log-internal-common with the
3951 right arguments.
3952 (vc-incoming-outgoing-internal):
3953 (vc-log-incoming, vc-log-outgoing): New functions.
3954 (vc-log-view-type): New permanent local variable.
3955
3956 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3957
3958 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3959 of the dynamic bound vc-short-log.
3960 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3961
3962 * vc-git.el (vc-git-log-outgoing): New function.
3963 (vc-git-log-view-mode): Use vc-log-view-type instead
3964 of the dynamic bound vc-short-log.
3965
3966 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3967 of the dynamic bound vc-short-log. Highlight the tag.
3968 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3969 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3970 (vc-hg-incoming-mode): Remove.
3971 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3972
3973 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3974
3975 Fix default-directory for vc-root-diff.
3976 * vc.el (vc-root-diff): Bind default-directory to the root
3977 directory for the diff command.
3978
3979 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
3980
3981 * progmodes/verilog-mode.el (verilog-forward-sexp):
3982 (verilog-calc-1): Support "disable fork" and "fork wait" multi
3983 word keywords, suggested by Steve Pearlmutter.
3984 (verilog-pretty-declarations): Support lineup of declarations in
3985 port lists.
3986 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3987 fix bug for /* / comments.
3988 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3989 Speed up and simplfy as this is never called with a bound.
3990 (verilog-pretty-declarations): Enhance to line up declarations
3991 inside a parameter list, suggested by Alan Morgan.
3992 (verilog-pretty-expr): Tune assignment regular expression match
3993 string for corner cases; also use markers instead of character
3994 number as indent changes the later.
3995
3996 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
3997
3998 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3999 as missing keyword.
4000 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
4001 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
4002 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
4003 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
4004 Tennant.
4005 (verilog-keywords):
4006 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
4007 1800-2009 keywords, including "global.".
4008
4009 2010-04-06 John Wiegley <jwiegley@gmail.com>
4010
4011 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
4012 appearing in buffer list (if a live buffer name matched a recentf
4013 file basename). Should use uniquify to offer a real solution.
4014
4015 2010-04-06 John Wiegley <jwiegley@gmail.com>
4016
4017 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
4018 comment to code, and add a :version tag.
4019 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
4020
4021 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
4022
4023 Enable recentf-mode if using virtual buffers.
4024 * ido.el (recentf-list): Declare for byte-compiler.
4025 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
4026 (ido-make-buffer-list): Simplify.
4027 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
4028
4029 2010-04-05 Juri Linkov <juri@jurta.org>
4030
4031 Scrolling commands which scroll a line instead of full screen.
4032 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
4033
4034 * simple.el (scroll-up-line, scroll-down-line): New commands.
4035 Put property isearch-scroll=t on them.
4036
4037 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
4038 Remove commands.
4039
4040 2010-04-05 Juri Linkov <juri@jurta.org>
4041
4042 Scrolling commands which do not signal errors at top/bottom.
4043 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
4044
4045 * simple.el (scroll-up-command, scroll-down-command): New commands.
4046 Put property isearch-scroll=t on them.
4047
4048 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
4049 `scroll-down-command' and [next] from `scroll-up' to
4050 `scroll-up-command'.
4051
4052 * emulation/cua-base.el: Put property CUA=move on
4053 `scroll-up-command' and `scroll-down-command'.
4054 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
4055 and `scroll-down-command' to `cua-scroll-down'.
4056
4057 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
4058
4059 * help.el (describe-mode): Return nil.
4060
4061 2010-04-04 John Wiegley <jwiegley@gmail.com>
4062
4063 * ido.el (ido-use-virtual-buffers): New variable to indicate
4064 whether "virtual buffer" support is enabled for IDO.
4065 (ido-virtual): Face used to indicate virtual buffers in the list.
4066 (ido-buffer-internal): If a buffer is chosen, and no such buffer
4067 exists, but a virtual buffer of that name does (which would be why
4068 it was in the list), recreate the buffer by reopening the file.
4069 (ido-make-buffer-list): If virtual buffers are being used, call
4070 `ido-add-virtual-buffers-to-list' before the make list hook.
4071 (ido-virtual-buffers): New variable which contains a copy of the
4072 current contents of the `recentf-list', albeit pared down for the
4073 sake of speed, and with proper faces applied.
4074 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
4075 create a list of "virtual buffers" to present to the user in
4076 addition to the currently open set. Note that this logic could
4077 get rather slow if that list is too large. With the default
4078 `recentf-max-saved-items' of 200, there is little speed penalty.
4079
4080 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4081
4082 * font-lock.el: Require CL when compiling.
4083 (font-lock-turn-on-thing-lock): Use `case'.
4084
4085 2010-04-03 Eli Zaretskii <eliz@gnu.org>
4086
4087 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
4088 Zaretskii.
4089
4090 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
4091
4092 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
4093 (semantic-create-imenu-directory-index): Fix typos in docstrings.
4094 (semantic-imenu-goto-function): Reflow docstring.
4095
4096 2010-04-02 Juri Linkov <juri@jurta.org>
4097
4098 * ehelp.el (electric-help-orig-major-mode):
4099 New buffer-local variable.
4100 (electric-help-mode): Set it to original major-mode. Doc fix.
4101 (with-electric-help): Use `electric-help-orig-major-mode' instead
4102 of (default-value 'major-mode). Doc fix.
4103 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
4104
4105 2010-04-02 Sam Steingold <sds@gnu.org>
4106
4107 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
4108 `vc-hg-command' with a list of flags.
4109
4110 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4111 Also accept "patch" and "RFE".
4112 (bug-reference-fontify): `bug-reference-url-format' can also be a
4113 function to be able to handle the bug kind.
4114 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
4115
4116 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
4117
4118 * tmm.el (tmm-get-keymap): Check with symbolp before passing
4119 value to fboundp, it may not be a symbol.
4120
4121 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4122
4123 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
4124
4125 2010-03-31 Juri Linkov <juri@jurta.org>
4126
4127 * simple.el (next-line, previous-line): Re-throw a signal
4128 with `signal' instead of using `ding'.
4129 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
4130
4131 2010-03-31 Juri Linkov <juri@jurta.org>
4132
4133 * simple.el (keyboard-escape-quit): Raise deselecting the active
4134 region higher than exiting the minibuffer.
4135 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
4136
4137 2010-03-31 Juri Linkov <juri@jurta.org>
4138
4139 * image.el (image-animated-p): Use `image-metadata' instead of
4140 `image-extension-data'. Get GIF extenstion data from metadata
4141 property `extension-data'.
4142
4143 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4144
4145 * simple.el (append-to-buffer): Simplify.
4146
4147 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
4148
4149 * textmodes/artist.el (artist-mode): Fix typo in docstring.
4150 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
4151
4152 2010-03-31 Kenichi Handa <handa@m17n.org>
4153
4154 * language/sinhala.el (composition-function-table): Fix regexp for
4155 the new Unicode specification.
4156
4157 * language/indian.el (devanagari-composable-pattern)
4158 (tamil-composable-pattern, kannada-composable-pattern)
4159 (malayalam-composable-pattern): Adjust for the new Unicode
4160 specification.
4161 (bengali-composable-pattern, gurmukhi-composable-pattern)
4162 (gujarati-composable-pattern, oriya-composable-pattern)
4163 (telugu-composable-pattern): New variables to cope with the new
4164 Unicode specification. Use them in composition-function-table.
4165
4166 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4167
4168 Make tmm-menubar work for the Buffers menu again (bug#5726).
4169 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
4170 vectors rather than cons cells, as used in menu-bar-update-buffers.
4171
4172 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4173
4174 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
4175 (js-insert-and-indent): Revert 2009-08-15 change, restoring
4176 electric punctuation for "{}();,:" (Bug#5586).
4177
4178 * mail/sendmail.el (mail-default-directory): Doc fix.
4179
4180 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4181
4182 * mail/sendmail.el (mail-default-directory): Doc fix.
4183
4184 2010-03-31 Eli Zaretskii <eliz@gnu.org>
4185
4186 * subr.el (version-regexp-alist, version-to-list)
4187 (version-list-<, version-list-=, version-list-<=)
4188 (version-list-not-zero, version<, version<=, version=): Doc fix.
4189 (Bug#5744).
4190
4191 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
4192
4193 * vc.el (vc-root-diff): Doc fix.
4194
4195 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4196
4197 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
4198
4199 * simple.el (append-to-buffer): Fix last change.
4200
4201 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4202
4203 * simple.el (append-to-buffer): Ensure that point is preserved if
4204 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
4205 (Bug#5749)
4206
4207 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4208
4209 * files.el (auto-mode-case-fold): Change default to t.
4210
4211 2010-03-30 Juri Linkov <juri@jurta.org>
4212
4213 * dired-x.el (dired-omit-mode): Doc fix.
4214
4215 2010-03-30 Juri Linkov <juri@jurta.org>
4216
4217 * replace.el (occur-accumulate-lines): Move occur-engine related
4218 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
4219 to be located after `occur-engine'.
4220
4221 2010-03-30 Juri Linkov <juri@jurta.org>
4222
4223 Make occur handle multi-line matches cleanly with context.
4224 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
4225
4226 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
4227 (occur-engine): Add local variables `ret', `prev-after-lines',
4228 `prev-lines'. Use more arguments for `occur-context-lines'.
4229 Set first elem of its returned list to `data', and the second elem
4230 to `prev-after-lines'. Don't print the separator line.
4231 In the end, print remaining context after-lines.
4232 (occur-context-lines): Add new arguments `begpt', `endpt',
4233 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
4234 after-lines of the previous match with before-lines of the
4235 current match and not overlap them. Return a list with two
4236 values: the output line and the list of context after-lines.
4237
4238 2010-03-30 Juri Linkov <juri@jurta.org>
4239
4240 * replace.el (occur-accumulate-lines): Fix a bug where the first
4241 context line at the beginning of the buffer was missing.
4242
4243 2010-03-30 Eli Zaretskii <eliz@gnu.org>
4244
4245 * files.el: Make bidi-display-reordering safe variable for boolean
4246 values.
4247
4248 2010-03-29 Phil Hagelberg <phil@evri.com>
4249 Chong Yidong <cyd@stupidchicken.com>
4250
4251 * subr.el: Extend progress reporters to perform "spinning".
4252 (progress-reporter-update, progress-reporter-do-update):
4253 Handle non-numeric value arguments.
4254 (progress-reporter--pulse-characters): New var.
4255
4256 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
4257
4258 * progmodes/compile.el (compilation-start): Fix regexp detection
4259 of initial cd command (Bug#5771).
4260
4261 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
4262
4263 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
4264
4265 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
4266
4267 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
4268 * lisp/progmodes/gdb-mi.el: Restore.
4269 * lisp/progmodes/gdb-ui.el: Remove.
4270 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
4271
4272 2010-03-25 Glenn Morris <rgm@gnu.org>
4273
4274 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
4275 all dired buffers, even tramp ones. (Bug#5755)
4276
4277 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4278
4279 Add "union tags" in mpc.el.
4280 * mpc.el: Remove backward compatibility code.
4281 (mpc-browser-tags): Change default.
4282 (mpc--find-memoize-union-tags): New var.
4283 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
4284 (mpc-cmd-find): Handle the case where the playlist does not exist.
4285 Handle union-tags.
4286 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
4287 (mpc-cmd-add): Use mpc-cmd-flush.
4288 (mpc-tagbrowser-tag-name): New fun.
4289 (mpc-tagbrowser-buf): Use it.
4290 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
4291
4292 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4293
4294 Misc cleanup.
4295 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
4296 Use replace-regexp-in-string.
4297 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
4298 (makefile-imake-mode-syntax-table): Move init into defvar.
4299 (makefile-mode): Use define-derived-mode.
4300
4301 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
4302 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
4303 not be present any more.
4304
4305 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
4306
4307 * faces.el (set-face-attribute): Fix typo in docstring.
4308 (face-valid-attribute-values): Reflow docstring.
4309
4310 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
4311
4312 2010-03-24 Glenn Morris <rgm@gnu.org>
4313
4314 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4315
4316 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
4317
4318 * indent.el (indent-for-tab-command): Doc fix.
4319
4320 2010-03-24 Alan Mackenzie <acm@muc.de>
4321
4322 * progmodes/cc-engine.el (c-remove-stale-state-cache):
4323 Fix off-by-one error. Fixes bug #5747.
4324
4325 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
4326
4327 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
4328 (image-dired-read-comment): Doc fix.
4329
4330 * json.el (json-object-type, json-array-type, json-key-type)
4331 (json-false, json-null, json-read-number):
4332 * minibuffer.el (completion-in-region-functions):
4333 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
4334 (cal-tex-cursor-week):
4335 * emacs-lisp/trace.el (trace-function):
4336 * eshell/em-basic.el (eshell/printnl):
4337 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
4338 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
4339 * obsolete/levents.el (allocate-event, event-key, event-object)
4340 (event-point, event-process, event-timestamp, event-to-character)
4341 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
4342 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
4343 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
4344 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
4345 (reftex-highlight-selection): Fix typos in docstrings.
4346
4347 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
4348
4349 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
4350
4351 2010-03-24 Glenn Morris <rgm@gnu.org>
4352
4353 * mail/rmail.el (rmail-highlight-face): Restore option deleted
4354 2008-02-13 without comment; mark it obsolete.
4355 (rmail-highlight-headers): Use rmail-highlight-face once more.
4356
4357 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
4358
4359 * woman.el (woman2-process-escapes): Only consume the newline if
4360 the filler character is on a line by itself (Bug#5729).
4361
4362 2010-03-24 Kenichi Handa <handa@m17n.org>
4363
4364 * language/indian.el (devanagari-composable-pattern): Add more
4365 consonants.
4366
4367 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
4368
4369 * net/trampver.el: Update release number.
4370
4371 2010-03-24 Glenn Morris <rgm@gnu.org>
4372
4373 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
4374
4375 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
4376
4377 * net/tramp.el (tramp-find-executable):
4378 Use `tramp-get-connection-buffer'. Make the regexp for checking
4379 output of "wc -l" more robust.
4380 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
4381 (tramp-open-connection-setup-interactive-shell): Remove workaround
4382 for OpenSolaris bug, it is not needed anymore.
4383
4384 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
4385
4386 * cedet/semantic/imenu.el: New file, from the CEDET repository
4387 (Bug#5412).
4388
4389 2010-03-24 Glenn Morris <rgm@gnu.org>
4390
4391 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
4392
4393 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
4394
4395 * files.el (auto-mode-alist): Accept more verilog file patterns.
4396
4397 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4398
4399 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
4400
4401 2010-03-24 Glenn Morris <rgm@gnu.org>
4402
4403 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
4404 log-edit-before-checkin-process.
4405
4406 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
4407
4408 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
4409
4410 * vc-dispatcher.el (vc-start-logentry): Doc fix.
4411 (log-view-process-buffer, log-edit-extra-flags): Declare.
4412
4413 * log-edit.el (log-edit-before-checkin-process): Doc fix.
4414
4415 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
4416 Consistently check ede-object is bound throughout.
4417
4418 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
4419
4420 2010-03-23 Sam Steingold <sds@gnu.org>
4421
4422 Fix bug#5620: recalculate all markers on compilation buffer
4423 modifications, not on file modifications.
4424 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
4425 the buffer modification time, for buffers not associated with files.
4426 (compilation-mode): Create it.
4427 (compilation-filter): Update it.
4428 (compilation-next-error-function): Use it instead of
4429 `visited-file-modtime' for timestamp.
4430
4431 2010-03-23 Juri Linkov <juri@jurta.org>
4432
4433 Implement Occur multi-line matches.
4434 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
4435
4436 * replace.el (occur): Doc fix.
4437 (occur-engine): Set `begpt' to the beginning of the first line.
4438 Set `endpt' to the end of the last match line. At first, count
4439 line numbers between `origpt' and `begpt'. Split out code from
4440 `out-line' variable to new let-bindings `match-prefix' and
4441 `match-str'. In `out-line' add non-numeric prefix to all
4442 non-first lines of multi-line matches. Finally, count lines
4443 between `begpt' and `endpt' and add to `lines'.
4444
4445 2010-03-23 Juri Linkov <juri@jurta.org>
4446
4447 * replace.el (occur-accumulate-lines, occur-engine):
4448 Use `occur-engine-line' instead of duplicate code.
4449 (occur-engine-line): New function created from duplicate code
4450 in `occur-accumulate-lines' and `occur-engine'.
4451
4452 * replace.el (occur-engine-line): Add optional arg `keep-props'.
4453 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
4454
4455 2010-03-23 Juri Linkov <juri@jurta.org>
4456
4457 * finder.el: Remove TODO tasks.
4458
4459 * info.el (Info-finder-find-node): Add node "all"
4460 with all package info. Handle a list of multiple keywords
4461 separated by comma.
4462 (info-finder): In interactive use with a prefix argument,
4463 use `completing-read-multiple' to read a list of keywords
4464 separated by comma.
4465
4466 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4467
4468 Add a new completion style `substring'.
4469 * minibuffer.el (completion-basic--pattern): New function.
4470 (completion-basic-try-completion, completion-basic-all-completions):
4471 Use it.
4472 (completion-substring--all-completions)
4473 (completion-substring-try-completion)
4474 (completion-substring-all-completions): New functions.
4475 (completion-styles-alist): New style `substring'.
4476
4477 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4478
4479 Get rid of .elc files after removal of the corresponding .el.
4480 * Makefile.in (compile-clean): New target.
4481 (compile-main): Use it.
4482
4483 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
4484
4485 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
4486 don't do make there. When compiling with separate object dir, there
4487 is no Makefile there.
4488
4489 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4490
4491 Get rid of the ELCFILES abomination, again.
4492 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4493 (all, compile): Don't call compile-last.
4494 (compile-main): Build the "elcfiles" list dynamically.
4495 (compile-targets): New (internal) target.
4496
4497 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
4498
4499 * Makefile.in (top_srcdir): Define.
4500 (abs_top_builddir): Define.
4501 (srcdir): Don't append `/..'.
4502 (EMACS): Use ${abs_top_builddir}.
4503 (all, compile, compile-always, compile-last): Don't set emacswd.
4504 (update-subdirs, update-authors): Use $(top_srcdir) instead of
4505 $(srcdir).
4506 (lisp): Use $(srcdir) instead of @srcdir@.
4507
4508 2010-03-21 Juri Linkov <juri@jurta.org>
4509
4510 Fix message of multi-line occur regexps and multi-buffer header lines.
4511 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
4512
4513 * replace.el (occur-1): Don't display regexp if it is longer
4514 than window-width. Use `query-replace-descr' to display regexp.
4515 (occur-engine): Don't display regexp in the buffer header for
4516 multi-buffer occur. Display a separate header line with total
4517 match count and regexp for multi-buffer occur.
4518 Use `query-replace-descr' to display regexp.
4519
4520 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
4521
4522 * net/secrets.el: Fix parenthesis.
4523 (secrets-enabled): Fix parenthesis.
4524
4525 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4526
4527 Use more relative file and directory names.
4528 * Makefile.in (EMACS): Arrange for it to work when we chdir.
4529 (setwins, setwins_almost, setwins_for_subdirs):
4530 Don't `cd'; output relative names.
4531 (all, compile, compile-always, compile-last): Set emacswd.
4532 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
4533 Just cd to the lisp source dir so we can use relative file names.
4534
4535 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
4536
4537 2010-03-20 Glenn Morris <rgm@gnu.org>
4538
4539 * textmodes/rst.el: Use faces for font-lock customization, and make the
4540 old -face variables obsolete.
4541 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
4542 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
4543 (rst-block-face, rst-external-face, rst-definition-face)
4544 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
4545 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
4546 Make obsolete.
4547 (rst-font-lock-keywords-function): Update for above changes.
4548
4549 2010-03-20 Juri Linkov <juri@jurta.org>
4550
4551 * s-region.el:
4552 * obsolete/s-region.el: Move to obsolete.
4553
4554 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
4555
4556 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
4557
4558 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4559
4560 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
4561
4562 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4563
4564 Add special markup processing for commit logs.
4565 * log-edit.el (log-edit-extra-flags): New variable.
4566 (log-edit): Add new argument MODE. Use that mode when non-nil
4567 instead of the log-view-mode.
4568 (log-view-process-buffer): New function.
4569
4570 * vc.el: Document that the checkin method takes optional
4571 arguments. Document new backend specific method: log-view-mode.
4572 (vc-default-log-edit-mode): New function.
4573 (vc-checkin): Use a backend specific log-view-mode.
4574 Pass extra arguments to the checkin method.
4575 (vc-modify-change-comment): Pass a dummy extra argument.
4576
4577 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
4578 log-edit.
4579 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
4580 (vc-finish-logentry): Process the log buffer before passing it
4581 down. Pass log-edit-extra-flags.
4582
4583 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
4584 command.
4585 (log-edit-extra-flags, log-edit-before-checkin-process):
4586 New declarations.
4587
4588 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
4589 command.
4590 (log-edit-extra-flags, log-edit-before-checkin-process):
4591 New declarations.
4592 (vc-hg-log-edit-mode): New derived mode.
4593
4594 * vc-arch.el (vc-arch-checkin):
4595 * vc-cvs.el (vc-cvs-checkin):
4596 * vc-git.el (vc-git-checkin):
4597 * vc-mtn.el (vc-mtn-checkin):
4598 * vc-rcs.el (vc-rcs-checkin):
4599 * vc-sccs.el (vc-sccs-checkin):
4600 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
4601
4602 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4603
4604 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
4605 parent typo).
4606
4607 2010-03-19 Glenn Morris <rgm@gnu.org>
4608
4609 * password-cache.el (password-cache, password-cache-expiry): Autoload.
4610
4611 2010-03-18 Glenn Morris <rgm@gnu.org>
4612
4613 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
4614
4615 * replace.el (query-replace-history): Give it a doc string.
4616 (map-query-replace-regexp): Use query-replace-from-history-variable
4617 and query-replace-to-history-variable.
4618
4619 * mail/hashcash.el (declare-function): Remove duplicate definition.
4620
4621 * mail/emacsbug.el (report-emacs-bug-pretest-address):
4622 Make it an obsolete alias for report-emacs-bug-address.
4623 (message-strip-special-text-properties): Declare.
4624 (report-emacs-bug): Remove test for a pretest bug address.
4625 Combine message-mode-specific code.
4626
4627 * mail/supercite.el: Don't require sendmail.
4628 (mh-in-header-p): Declare rather than using with-no-warnings.
4629 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
4630 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
4631
4632 * calendar/cal-french.el: Convert to utf-8.
4633
4634 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
4635 Emacs scripts.
4636
4637 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
4638
4639 * net/secrets.el (secrets-enabled): New variable. Use it instead
4640 of a subfeature.
4641
4642 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
4643
4644 * net/secrets.el (top): Register the D-Bus signals only when the
4645 service "org.freedesktop.secrets" can be pinged.
4646 Provide subfeature `enabled'.
4647
4648 2010-03-14 Juri Linkov <juri@jurta.org>
4649
4650 Add finder unknown keywords.
4651
4652 * finder.el (finder-unknown-keywords): New function.
4653
4654 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
4655 to create a Finder node with unknown keywords.
4656
4657 2010-03-14 Juri Linkov <juri@jurta.org>
4658
4659 * finder.el (finder-compile-keywords): Replace `princ' with
4660 `prin1' on a list of symbols interned from keyword strings.
4661
4662 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
4663 a comma, then split keywords using a comma and optional whitespace.
4664 Otherwise, split by whitespace.
4665
4666 * complete.el:
4667 * face-remap.el:
4668 * log-view.el:
4669 * net/hmac-def.el:
4670 * net/hmac-md5.el:
4671 * net/netrc.el:
4672 * progmodes/mixal-mode.el: Fix keywords.
4673
4674 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
4675
4676 * Makefile.in (ELCFILES): Add net/secrets.elc.
4677
4678 * net/secrets.el: New file.
4679
4680 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4681
4682 * facemenu.el (list-colors-display, list-colors-print): New arg
4683 callback. Use it to allow selecting colors.
4684
4685 * wid-edit.el (widget-image-insert): Insert image prop even if the
4686 current display is non-graphic.
4687 (widget-field-value-set): New fun.
4688 (editable-field): Use it.
4689 (widget-field-value-get): Clean up unused var.
4690 (widget-color-value-create, widget-color--choose-action):
4691 New funs. Allow using list-colors-display to choose color.
4692
4693 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4694
4695 * cus-edit.el: Resort topmost custom groups.
4696 (custom-buffer-sort-alphabetically): Default to t.
4697 (customize-apropos): Use apropos-parse-pattern.
4698 (custom-search-field): New var.
4699 (custom-buffer-create-internal): Add custom-apropos search field.
4700 (custom-add-parent-links): Don't display parent doc.
4701 (custom-group-value-create): Don't sort top-level custom group.
4702 (custom-magic-value-create): Show visibility button before option name.
4703
4704 (custom-variable-state): New fun, from custom-variable-state-set.
4705 (custom-variable-state-set): Use it.
4706 (custom-group-value-create): Hide options with standard values
4707 using the :hidden-states property. Use progress reporter.
4708
4709 (custom-show): Simplify.
4710 (custom-visibility): Disable images by default.
4711 (custom-variable): New property :hidden-states.
4712 (custom-variable-value-create): Enable images for
4713 custom-visibility widgets. Use :hidden-states property to
4714 determine initial visibility.
4715
4716 * wid-edit.el (widget-image-find): Give images center ascent.
4717 (visibility): Add :on-image and :off-image properties.
4718 (widget-visibility-value-create): Use them.
4719
4720 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4721
4722 * cus-edit.el (processes): Remove from development group.
4723 (oop, hypermedia): Delete group.
4724 (comm): Promote to top-level group.
4725
4726 * net/browse-url.el (browse-url):
4727 * net/xesam.el (xesam):
4728 * net/tramp.el (tramp):
4729 * net/goto-addr.el (goto-address):
4730 * net/ange-ftp.el (ange-ftp): Put in comm group.
4731
4732 * view.el (view): Remove from editing group.
4733
4734 * uniquify.el (uniquify): Put in files group.
4735
4736 * net/browse-url.el (browse-url):
4737 * ps-print.el (postscript): Put in external group.
4738
4739 * cus-edit.el (outlines):
4740 * textmodes/text-mode.el (text-mode-hook):
4741 * textmodes/table.el (table):
4742 * textmodes/picture.el (picture):
4743 * outline.el (outlines): Put in wp group.
4744
4745 * nxml/nxml-mode.el (nxml): Remove from wp group.
4746
4747 * net/tramp-imap.el (tramp-imap): Put in tramp group.
4748
4749 * mail/metamail.el (metamail): Remove from hypermedia group.
4750
4751 * cus-edit.el (abbrev):
4752 * whitespace.el (whitespace):
4753 * vcursor.el (vcursor):
4754 * reveal.el (reveal):
4755 * hl-line.el (hl-line): Put in convenience group.
4756
4757 * epg-config.el (epg): Put in data group.
4758
4759 * emulation/pc-select.el (pc-select): Put in emulations group.
4760
4761 * calculator.el (calculator): Put in applications group.
4762
4763 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4764
4765 Add .dir-locals.el support for file-less buffers.
4766 * files.el (hack-local-variables): Split out code to apply local
4767 variable settings ...
4768 (hack-local-variables-apply): ... here. New function.
4769 (hack-dir-local-variables): Use the default directory for when the
4770 buffer does not have an associated file.
4771 (hack-dir-local-variables-non-file-buffer): New function.
4772 * diff-mode.el (diff-mode):
4773 * vc-annotate.el (vc-annotate-mode):
4774 * vc-dir.el (vc-dir-mode):
4775 * log-edit.el (log-edit-mode):
4776 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4777
4778 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4779
4780 Add support for shelving snapshots and for showing shelves.
4781 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4782 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4783 New functions.
4784 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4785 (vc-bzr-extra-menu-map): Map them.
4786
4787 2010-03-11 Glenn Morris <rgm@gnu.org>
4788
4789 * cus-edit.el (customize-changed-options-previous-release):
4790 Bump to 23.1.
4791
4792 * image.el (image-animate-max-time): Fix :version tag.
4793
4794 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4795
4796 * Branch for 23.2.
4797
4798 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4799
4800 * vc-git.el (vc-git-revision-table): Include remote branches.
4801
4802 2010-03-10 Kim F. Storm <storm@cua.dk>
4803
4804 Animated image API.
4805 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4806
4807 * image.el (image-animate-max-time): New defcustom.
4808 (image-animated-types): New defconst.
4809 (create-animated-image, image-animate-timer)
4810 (image-animate-start, image-animate-stop, image-animate-timeout)
4811 (image-animated-p): New functions.
4812
4813 * image-mode.el (image-toggle-display-image):
4814 Replace `create-image' with `create-animated-image'.
4815
4816 2010-03-09 Miles Bader <miles@gnu.org>
4817
4818 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4819 instead of "format:"; this ensures that the output is
4820 newline-terminated.
4821
4822 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
4823
4824 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4825 that all errors are caught, and that the return value is always a
4826 list (Bug#5692).
4827
4828 2010-03-08 Kenichi Handa <handa@m17n.org>
4829
4830 * language/misc-lang.el (windows-1256): New coding system.
4831 (cp1256): New alias of windows-1256 (bug#5690).
4832
4833 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
4834
4835 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4836 call to rfc822-bad-address. (Bug#5692)
4837
4838 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
4839
4840 * vc-git.el (vc-git-annotate-extract-revision-at-line):
4841 Use vc-git-root as default directory for revision path (Bug#5657).
4842
4843 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
4844
4845 * calculator.el (calculator): Don't bind split-window-keep-point
4846 (Bug#5674).
4847
4848 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4849
4850 * vc-git.el: Re-flow to fit into 80 columns.
4851 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4852 Remove spurious `quote' element in each case alternative.
4853 (vc-git-show-log-entry): Use prog1.
4854 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4855
4856 2010-03-06 Glenn Morris <rgm@gnu.org>
4857
4858 * cedet/semantic/grammar.el (semantic-grammar-header-template):
4859 Update template copyright to GPLv3+.
4860
4861 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4862
4863 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4864
4865 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
4866
4867 * macros.el (insert-kbd-macro): Look up keyboard macro using the
4868 definition, not the name (Bug#5481).
4869
4870 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
4871
4872 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4873 argument with a local variable. (Bug#5670)
4874
4875 2010-03-02 Juri Linkov <juri@jurta.org>
4876
4877 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
4878
4879 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
4880
4881 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4882 error when FILENAME and NEWNAME are existing remote directories.
4883
4884 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4885 parameter DIR-FLAG.
4886
4887 2010-03-02 Glenn Morris <rgm@gnu.org>
4888
4889 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4890 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4891
4892 2010-03-01 Kenichi Handa <handa@m17n.org>
4893
4894 * language/burmese.el (burmese-composable-pattern): Rename from
4895 myanmar-composable-pattern.
4896
4897 * international/characters.el (script-list):
4898 * international/fontset.el (script-representative-chars):
4899 Change myanmar to burmese.
4900 (otf-script-alist): Likewise.
4901 (setup-default-fontset): Likewise. Re-fix :otf spec.
4902
4903 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
4904
4905 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4906
4907 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
4908
4909 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4910
4911 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4912
4913 * net/tramp.el (tramp-handle-write-region): START can be a string.
4914 Take care in the checks. Reported by Dan Davison
4915 <davison@stats.ox.ac.uk>.
4916
4917 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4918
4919 * net/dbus.el (dbus-introspect, dbus-get-property)
4920 (dbus-set-property, dbus-get-all-properties):
4921 Use `dbus-call-method' when noninteractive. (Bug#5645)
4922
4923 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
4924
4925 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4926 * emacs-lisp/elint.el (elint-add-required-env):
4927 * cedet/semantic/db-find.el
4928 (semanticdb-find-translate-path-brutish-default):
4929 * cedet/ede/make.el (ede-make-check-version):
4930 * calendar/icalendar.el (icalendar--add-diary-entry):
4931 * calc/calcalg2.el (math-tracing-integral):
4932 * files.el (recover-session-finish): Use with-current-buffer
4933 instead of save-excursion.
4934
4935 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
4936
4937 Fix in-buffer completion when after-change-functions modify the buffer.
4938 * minibuffer.el (completion--replace): New function.
4939 (completion--do-completion): Use it and use relative movement.
4940
4941 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
4942
4943 * international/fontset.el (setup-default-fontset): Fix :otf spec.
4944
4945 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
4946
4947 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4948 Allow the characters _<> in the stack entry (Bug#5653).
4949
4950 2010-02-26 Kenichi Handa <handa@m17n.org>
4951
4952 * language/burmese.el: Fix entries in composition-function-table.
4953 (myanmar-composable-pattern): New variable.
4954
4955 * international/fontset.el (setup-default-fontset): Add an entry
4956 for myanmar.
4957
4958 * international/characters.el (script-list): Add Myanmar
4959 Extended-A.
4960
4961 2010-02-26 Glenn Morris <rgm@gnu.org>
4962
4963 * custom.el (custom-initialize-delay): Doc fix.
4964
4965 * mail/sendmail.el (send-mail-function): Autoload the call
4966 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4967
4968 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
4969
4970 * files.el (hack-local-variables-filter): For eval forms, also
4971 check safe-local-variable-p (Bug#5636).
4972
4973 2010-02-24 Eduard Wiebe <usenet@pusto.de>
4974
4975 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4976 and use c(ad)r of cddr (Bug#5640).
4977
4978 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
4979
4980 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4981 setting the modes by `ignore-errors'. It might fail, for example
4982 if the file is not owned by the user but the group.
4983 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4984
4985 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
4986
4987 * files.el (directory-listing-before-filename-regexp): Use
4988 stricter matching for iso-style dates, to avoid false matches with
4989 date-like filenames (Bug#5597).
4990
4991 * htmlfontify.el (htmlfontify): Doc fix.
4992
4993 * eshell/eshell.el (eshell): Doc fix.
4994
4995 * startup.el (fancy-about-screen): In mode-line, apply
4996 mode-line-buffer-id face only to the buffer name (Bug#5613).
4997
4998 2010-02-20 Kevin Ryde <user42@zip.com.au>
4999
5000 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5001 In `watcom' anchor regexp to start of line, to avoid slowness
5002 (Bug#5599).
5003
5004 2010-02-20 Eli Zaretskii <eliz@gnu.org>
5005
5006 * subr.el (remove-yank-excluded-properties): Explain in a comment
5007 why `category' property is removed.
5008
5009 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
5010
5011 * isearch.el (isearch-update-post-hook, isearch-update): Revert
5012 2010-02-17 change.
5013
5014 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
5015
5016 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
5017 (icalendar--convert-weekly-to-ical)
5018 (icalendar--convert-yearly-to-ical)
5019 (icalendar--convert-block-to-ical)
5020 (icalendar--convert-cyclic-to-ical)
5021 (icalendar--convert-anniversary-to-ical): Take care of time
5022 specifications where hour has 1-digit only (Bug#5549).
5023
5024 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
5025
5026 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
5027 of disassemble output in GDB 7.1.
5028
5029 2010-02-19 Glenn Morris <rgm@gnu.org>
5030
5031 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
5032 property. (Bug#5593)
5033
5034 2010-02-18 Sam Steingold <sds@gnu.org>
5035
5036 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
5037
5038 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5039
5040 Use abbreviated file names in bookmarks (bug#5591).
5041 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
5042 calls to expand-file-name.
5043 (bookmark-relocate): Use abbreviated file names in bookmarks.
5044 (bookmark-load): Use abbreviated file names in messages.
5045
5046 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
5047
5048 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
5049 expand "." and "..". Reported by Thierry Volpiatto
5050 <thierry.volpiatto@gmail.com>.
5051
5052 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
5053
5054 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
5055 permissions of the temporary file to "0600". In case the remote
5056 file has no read permissions for the owner, there might be
5057 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
5058
5059 22010-02-18 Glenn Morris <rgm@gnu.org>
5060
5061 * emacs-lisp/authors.el (authors-renamed-files-alist):
5062 Add entries for INSTALL.CVS.
5063
5064 2010-02-17 Mark A. Hershberger <mah@everybody.org>
5065
5066 * vc-bzr.el: Fix typo in Known Bugs section.
5067
5068 * isearch.el (isearch-update-post-hook): New hook.
5069 (isearch-update): Use the new hook.
5070
5071 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
5072
5073 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5074 Fix errors in copying directories.
5075 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
5076 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
5077 (tramp-handle-delete-file)
5078 (tramp-handle-dired-recursive-delete-directory)
5079 (tramp-handle-write-region): Flush also the cache for the upper
5080 directory.
5081
5082 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
5083
5084 * simple.el (save-interprogram-paste-before-kill): Doc fix.
5085
5086 * cus-edit.el (hardware): Doc fix.
5087
5088 * man.el (man): Add to external custom group.
5089
5090 * delim-col.el (columns): Move to wp custom group.
5091
5092 * doc-view.el (doc-view): Add to data custom group.
5093
5094 * cedet/data-debug.el (data-debug): Move to extensions group.
5095
5096 * cedet/ede.el (ede):
5097 * cedet/srecode.el (srecode):
5098 * cedet/semantic.el (semantic): Put in tools and extensions group.
5099
5100 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
5101
5102 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
5103 by ispell-parse-output (Bug#5575).
5104
5105 2010-02-16 Kenichi Handa <handa@m17n.org>
5106
5107 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
5108 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
5109 (skkdic-convert): Use `euc-japan' coding system for writing.
5110
5111 2010-02-16 Glenn Morris <rgm@gnu.org>
5112
5113 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
5114 tex-main-file before using it. (Bug#5562)
5115
5116 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
5117
5118 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
5119 warnings, since it is annoying for the user to see them each time he
5120 runs the code.
5121
5122 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
5123
5124 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
5125 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
5126 instead of PROC for caching "first-password-request". Otherwise,
5127 new processes would not profit from passwords already entered.
5128
5129 * net/tramp-cache.el (tramp-dump-connection-properties):
5130 Don't save "first-password-request" property.
5131
5132 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
5133
5134 * outline.el (outline-head-from-level):
5135 * simple.el (with-wrapper-hook):
5136 * cedet/ede.el (ede-run-target, project-delete-target)
5137 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
5138 (ede-adebug-project, ede-adebug-project-parent)
5139 (ede-adebug-project-root):
5140 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
5141 (elint-defun, elint-buffer-env, elint-top-form-logged)
5142 (elint-unbound-variable):
5143 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
5144 Fix typos in docstrings.
5145
5146 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
5147
5148 * files.el (insert-directory): When WILDCARD-REGEXP and
5149 FULL-DIRECTORY-P are nil, insert the file entry instead of the
5150 whole directory. (Bug#5551)
5151
5152 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
5153 dired's alignment sanity. (Bug#5516)
5154
5155 2010-02-14 Juri Linkov <juri@jurta.org>
5156
5157 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
5158 Remove remaining ^H with their preceding chars. (Bug#5566)
5159
5160 2010-02-13 Glenn Morris <rgm@gnu.org>
5161
5162 * simple.el (transpose-subr): Give it a doc-string.
5163
5164 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
5165 Doc fixes.
5166
5167 2010-02-12 Juri Linkov <juri@jurta.org>
5168
5169 * arc-mode.el (archive-unique-fname): Make directories for nested
5170 archives. (Bug#5540)
5171
5172 2010-02-12 Juri Linkov <juri@jurta.org>
5173
5174 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
5175
5176 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5177
5178 * subr.el (copy-overlay): Handle deleted overlays.
5179
5180 * man.el (Man-completion-table): Don't signal an error if we can't run
5181 manual-program (bug#4056).
5182
5183 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
5184
5185 * textmodes/artist.el (artist-mt): Fix typos in docstring.
5186
5187 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5188
5189 * info.el (Info-bookmark-jump): Simplify.
5190
5191 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
5192 (bookmark-default-handler): Accept new bookmark field `buffer'.
5193
5194 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
5195
5196 * iswitchb.el (iswitchb-completions): Revert last change.
5197
5198 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
5199
5200 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
5201 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
5202 This prevents file names like "~/" being listed literally.
5203
5204 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
5205
5206 * term/xterm.el (xterm-maybe-set-dark-background-mode):
5207 Remove dead code. (Bug#5546)
5208
5209 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
5210
5211 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
5212 correctly (Bug#5548).
5213
5214 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
5215
5216 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
5217 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
5218
5219 2010-02-08 Kenichi Handa <handa@m17n.org>
5220
5221 * international/mule-util.el (with-coding-priority): Add autoload
5222 cookie for putting `lisp-indent-function'.
5223
5224 2010-02-07 Glenn Morris <rgm@gnu.org>
5225
5226 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
5227 Move F2003 named interfaces from keywords-2 to keywords-1, and
5228 use function-name-face rather than constant-face.
5229 Simplify "abstract interface" regexp.
5230
5231 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
5232
5233 * eshell/esh-util.el (eshell-file-attributes): New optional arg
5234 ID-FORMAT. Pass it to `file-attributes'.
5235
5236 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
5237
5238 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
5239
5240 * faces.el (set-face-attribute): Allow calling
5241 internal-set-lisp-face-attribute with 'unspecified family and
5242 foundry argument (Bug#5536).
5243
5244 2010-02-07 Glenn Morris <rgm@gnu.org>
5245
5246 * progmodes/f90.el (f90-font-lock-keywords-2)
5247 (f90-looking-at-type-like, f90-looking-at-program-block-end):
5248 Handle F2003 named interfaces.
5249
5250 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
5251
5252 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
5253 beg and end before calling c-get-state-before-change-functions.
5254
5255 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
5256
5257 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
5258
5259 2010-02-05 Juri Linkov <juri@jurta.org>
5260
5261 * doc-view.el (doc-view-mode):
5262 * image-mode.el (image-mode): Put property mode-class=special.
5263 (Bug#4896)
5264
5265 2010-02-05 Mark A. Hershberger <mah@everybody.org>
5266
5267 * vc-svn.el (vc-svn-revision-table): New function.
5268
5269 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
5270
5271 * net/ange-ftp.el (ange-ftp-insert-directory):
5272 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
5273 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
5274 Handle also directories. (Bug#5478)
5275
5276 2010-02-05 Glenn Morris <rgm@gnu.org>
5277
5278 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
5279
5280 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
5281
5282 * startup.el (command-line-1): Convert options beginning with a
5283 single dash as well (Bug#5519).
5284
5285 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
5286
5287 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
5288 * minibuffer.el (completion-initials-expand): Only check the presence
5289 of delims *within* the boundaries, since otherwise the / delim is
5290 always found for files.
5291
5292 Fix up various corner case problems.
5293 * doc-view.el (doc-view-last-page-number): New function.
5294 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
5295 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
5296 (doc-view-kill-proc): Avoid inf-loop in freak cases.
5297 (doc-view-reconvert-doc): Use the new recursive delete-directory.
5298 (doc-view-convert-current-doc): Don't create the resolution.el file
5299 here any more.
5300 (doc-view-pdf/ps->png): Do it here instead.
5301 (doc-view-already-converted-p): Check that resolution.el is present.
5302 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
5303 windows that are not yet showing images.
5304
5305 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
5306
5307 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
5308 `dired-uncache' for every elemnt which is an absolute file name.
5309
5310 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
5311 directory, handle its directory component.
5312 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
5313 function is called permanently and creates noise, otherwise.
5314
5315 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
5316 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
5317 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
5318
5319 2010-02-04 David Burger <dburger@google.com> (tiny change)
5320
5321 * macros.el (apply-macro-to-region-lines):
5322 Minor simplification. (Bug#5485)
5323
5324 2010-02-04 Glenn Morris <rgm@gnu.org>
5325
5326 * mail/rmail.el (rmail-show-message-1): Handle malformed
5327 quoted-printable text. (Bug#5441)
5328
5329 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
5330
5331 * simple.el (visual-line-mode): Capitalize lighter.
5332
5333 2010-02-03 John Wiegley <jwiegley@gmail.com>
5334
5335 * iswitchb.el (iswitchb-completions): Add bookmark files to the
5336 list of files considered for "virtual buffer" completions.
5337
5338 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
5339
5340 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
5341 also in case of (and (not full) (not wildcard)). This is needed
5342 when dired is called with a list of files, which are not in
5343 `default-directory'. (Bug#5478)
5344
5345 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
5346
5347 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
5348
5349 2010-02-02 Juri Linkov <juri@jurta.org>
5350
5351 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
5352 from unidiff to allow function-line after @@.
5353
5354 2010-02-02 Juri Linkov <juri@jurta.org>
5355
5356 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
5357 '(RCS SCCS) with inverted condition.
5358
5359 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
5360
5361 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
5362 messages.
5363
5364 2010-02-01 Juri Linkov <juri@jurta.org>
5365
5366 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
5367 compare with "pkunzip" and "pkzip" instead of only "pkzip".
5368 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
5369 only when (car archive-zip-extract) is "unzip". (Bug#5475)
5370
5371 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5372
5373 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
5374 (doc-view-revert-buffer): New command.
5375 (doc-view-mode-map): Use it.
5376
5377 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
5378
5379 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
5380 pending merge is detected.
5381
5382 2010-01-31 Juri Linkov <juri@jurta.org>
5383
5384 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
5385 beginning of interactive spec like all other grep commands do.
5386 Put "all" in front of "gz". (Bug#5260)
5387
5388 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
5389
5390 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
5391
5392 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
5393
5394 * dirtrack.el (dirtrack): Warn instead of signalling error if the
5395 regexp is incorrect (Bug#5476).
5396
5397 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
5398
5399 * net/tramp.el (tramp-handle-insert-directory): Handle also
5400 symlinks, when FILENAME is not in `default-directory'.
5401
5402 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
5403
5404 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
5405 FILE is not in `default-directory'. (Bug#5478)
5406
5407 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
5408 of SWITCHES. Handle the case, FILENAME is not in
5409 `default-directory'. (Bug#5478)
5410 (tramp-register-file-name-handlers): Add safe-magic property.
5411
5412 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
5413
5414 * arc-mode.el (archive-zip-extract): Quote the argument passed to
5415 unzip (Bug#5475).
5416
5417 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
5418
5419 * progmodes/flymake.el (flymake-allowed-file-name-masks)
5420 (flymake-master-make-header-init): Add other C++ filename masks.
5421 (flymake-find-possible-master-files)
5422 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
5423
5424 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
5425
5426 Fix some busybox annoyances.
5427
5428 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
5429 not responding." string.
5430 (tramp-open-connection-setup-interactive-shell): Dump stty
5431 settings. Enable "neveropen" arg for all `tramp-send-command'
5432 calls. Handle "=" in variable values properly.
5433 (tramp-find-inline-encoding): Raise an error, when no encoding is
5434 found.
5435 (tramp-wait-for-output): Check, whether PROC buffer is available.
5436 Remove spurious " ^H" sequences, sent by busybox.
5437 (tramp-get-ls-command): Suppress coloring, if possible.
5438
5439 2010-01-28 Glenn Morris <rgm@gnu.org>
5440
5441 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
5442
5443 * log-edit.el (log-edit-strip-single-file-name): Add missing
5444 :safe, :group, and :version tags.
5445
5446 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
5447
5448 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
5449 buffers. (Bug#5477)
5450
5451 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
5452
5453 * files.el (delete-directory): Handle moving to trash without
5454 first doing recursion (Bug#5436).
5455
5456 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
5457
5458 * vc-hooks.el (vc-path): Mark as obsolete.
5459
5460 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
5461
5462 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
5463 names too.
5464
5465 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
5466 for the short log.
5467 (vc-bzr-log-view-mode): Adjust regexp for the above change.
5468
5469 2010-01-25 Mark A. Hershberger <mah@everybody.org>
5470
5471 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
5472
5473 * vc-bzr.el (vc-bzr-revision-table): New function.
5474
5475 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
5476
5477 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
5478 diff-index command. This requires at least git-1.5.5. (Bug#1589).
5479
5480 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5481
5482 Remove support for adding --signoff on commit.
5483 Future support will use an incompatible generic mechanism.
5484 * vc-git.el (vc-git-add-signoff): Remove variable.
5485 (vc-git-toggle-signoff): Remove function.
5486 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
5487
5488 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
5489 from xterm-set-background-mode. Return t if the background mode
5490 was set.
5491 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
5492 earlier, call it again in case the background mode has changed.
5493
5494 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
5495
5496 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
5497 (Bug#3541).
5498
5499 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
5500
5501 * emacs-lisp/assoc.el (aelement): Doc fix.
5502 (aput, adelete, amake): Use lexical-let (Bug#5450).
5503
5504 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
5505
5506 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
5507 is the same as subprogram call, not declaration. (Bug#5435).
5508
5509 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
5510
5511 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
5512 (tramp-smb-maybe-open-connection): Use it.
5513
5514 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
5515
5516 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
5517
5518 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5519
5520 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
5521 just because we see "encoding: 8bit".
5522 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
5523
5524 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
5525
5526 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
5527
5528 2010-01-22 Eli Zaretskii <eliz@gnu.org>
5529
5530 * jka-compr.el (jka-compr-load): If load-file is not in
5531 load-history, try its file-truename version. (bug#5447)
5532
5533 2010-01-21 Alan Mackenzie <acm@muc.de>
5534
5535 Fix a situation where deletion of a cpp construct throws an error.
5536 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
5537 invoking c-with-all-but-one-cpps-commented-out, check that the
5538 special cpp construct is still in the buffer.
5539 (c-parse-state): Record the special cpp with markers, not numbers.
5540
5541 2010-01-21 Kenichi Handa <handa@m17n.org>
5542
5543 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
5544 process last-command-event, as it is now decoded first (Bug#5380).
5545
5546 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
5547
5548 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
5549
5550 2010-01-20 Glenn Morris <rgm@gnu.org>
5551
5552 * indent.el (tab-always-indent): Fix custom-type.
5553
5554 2010-01-19 Alan Mackenzie <acm@muc.de>
5555
5556 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
5557 buffer throws "args out of range".
5558 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
5559 playing the role of delimiter.
5560
5561 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
5562
5563 * progmodes/ada-mode.el: Fix bug#5400.
5564 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
5565 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
5566 changed. Delete RECURSIVE parameter; never used. Improve doc string.
5567 Improve comments in "is" portion. Handle null procedure declaration.
5568 (ada-move-to-end): Improve doc string.
5569
5570 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
5571
5572 * ido.el (ido-cur-list): Initialize to nil.
5573 Remove obsolete information from commentary.
5574 (ido-choice-list): Initialize to nil.
5575 (ido-get-bufname): Reject minibuffers.
5576 (ido-make-buffer-list): If "default" is a nonexistent
5577 buffer, ignore it, as per the function's comment.
5578 (ido-kill-buffer-internal): New function.
5579 (ido-kill-buffer-at-head): Use it.
5580 (ido-visit-buffer): Likewise.
5581
5582 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
5583
5584 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
5585
5586 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
5587
5588 * cedet/ede/locate.el (ede-locate-file-in-project)
5589 (ede-locate-file-in-project-impl): Fix typos in docstrings.
5590 (ede-enable-locate-on-project): Fix typos in error messages.
5591
5592 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
5593 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
5594 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
5595 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
5596 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
5597 Fix typos in menu help.
5598
5599 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
5600 Fix typos in chart titles.
5601
5602 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
5603 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
5604 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
5605 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
5606 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
5607 (semantic-parse-stream, semantic-parse-region)
5608 (semantic-parse-region-default, semantic--set-buffer-cache)
5609 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
5610 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
5611 (semantic-default-submodes):
5612 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
5613 (semanticdb-create-ebrowse-database)
5614 (semanticdb-find-tags-for-completion-method)
5615 (semanticdb-find-tags-by-class-method)
5616 (semanticdb-deep-find-tags-by-name-method)
5617 (semanticdb-deep-find-tags-for-completion-method):
5618 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
5619 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
5620 (semanticdb-find-tags-for-completion-method)
5621 (semanticdb-find-tags-by-class-method)
5622 (semanticdb-deep-find-tags-for-completion-method):
5623 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
5624 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
5625 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
5626 (semanticdb-find-tags-by-name-method)
5627 (semanticdb-find-tags-by-name-regexp-method)
5628 (semanticdb-find-tags-for-completion-method)
5629 (semanticdb-find-tags-by-class-method)
5630 (semanticdb-find-tags-external-children-of-type-method)
5631 (semanticdb-find-tags-subclasses-of-type-method)
5632 (semanticdb-deep-find-tags-by-name-method)
5633 (semanticdb-deep-find-tags-by-name-regexp-method)
5634 (semanticdb-deep-find-tags-for-completion-method):
5635 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
5636 (semanticdb-enable-gnu-global-in-buffer)
5637 (semanticdb-find-tags-for-completion-method)
5638 (semanticdb-deep-find-tags-by-name-method)
5639 (semanticdb-deep-find-tags-for-completion-method):
5640 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
5641 (javascript-mode, semanticdb-find-translate-path)
5642 (semanticdb-find-tags-for-completion-method)
5643 (semanticdb-find-tags-by-class-method)
5644 (semanticdb-deep-find-tags-by-name-method)
5645 (semanticdb-deep-find-tags-for-completion-method)
5646 (semanticdb-find-tags-external-children-of-type-method):
5647 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
5648 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
5649 (global-semantic-idle-scheduler-mode):
5650 * cedet/srecode/dictionary.el (srecode-field-value)
5651 (srecode-dictionary-add-section-dictionary):
5652 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
5653 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
5654 (describe-class, eieio-describe-generic, describe-generic):
5655 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
5656 (eieio-speedbar-expand):
5657 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5658 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
5659 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
5660 (viper-del-backward-char-in-replace, viper-backward-indent)
5661 (viper-brac-function, viper-register-to-point, viper-submit-report):
5662 * net/tramp.el (tramp-remote-coding-commands):
5663 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
5664 Fix typos in docstrings.
5665
5666 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5667
5668 * mail/sendmail.el (mail-yank-original): Set the mark if the
5669 specified function for yanking does not do it.
5670
5671 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
5672
5673 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
5674
5675 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
5676 resyncing a directory.
5677
5678 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
5679
5680 * progmodes/ada-mode.el: Fix bug#1920.
5681 (ada-ident-re): Delete ., allow multibyte characters.
5682 (ada-goto-label-re): New; matches goto labels.
5683 (ada-block-label-re): New; matches block labels.
5684 (ada-label-re): New; matches both.
5685 (ada-named-block-re): Deleted; callers changed to use
5686 `ada-block-label-re' instead.
5687 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
5688 Use `ada-block-label-re'.
5689 (ada-indent-on-previous-lines): Improve handling of goto labels.
5690 (ada-get-indent-block-start): Special-case block label.
5691 (ada-get-indent-label): Split into `ada-indent-block-label' and
5692 `ada-indent-goto-label'.
5693 (ada-goto-stmt-start, ada-goto-next-non-ws):
5694 Optionally ignore goto labels.
5695 (ada-goto-next-word): Simplify.
5696 (ada-indent-newline-indent-conditional): Insert newline before
5697 trying to fix indentation; doc fix.
5698
5699 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
5700
5701 * calc/calc.el (calc-command-flags): Give it an initial value.
5702
5703 2010-01-17 Glenn Morris <rgm@gnu.org>
5704
5705 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
5706
5707 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5708
5709 * cedet/semantic.el (semantic-mode):
5710 * files.el (minibuffer-with-setup-hook):
5711 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
5712 (artist-key-draw-continously, artist-key-do-continously-continously)
5713 (artist-key-set-point-continously, artist-mouse-draw-continously):
5714 Fix typos in docstrings.
5715
5716 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
5717
5718 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
5719 return t (Bug#3898).
5720
5721 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
5722
5723 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
5724 can parse the output of the external commands (Bug#5279).
5725
5726 2010-01-16 Jari Aalto <jari.aalto@cante.net>
5727
5728 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
5729
5730 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
5731
5732 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5733
5734 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5735
5736 * startup.el (command-line): Remove unused --icon-type arg.
5737 Handle --display arg, passing it to command-line-1 (Bug#5392).
5738
5739 2010-01-16 Mario Lang <mlang@delysid.org>
5740
5741 * cedet/ede/cpp-root.el (ede-cpp-root-project):
5742 * cedet/ede/files.el (ede-expand-filename):
5743 * cedet/ede/simple.el (ede-simple-project):
5744 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5745 (semantic-complete-inline-tag-engine):
5746 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5747 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5748 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5749 * cedet/semantic/db.el (semanticdb-equivalent-mode):
5750 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5751 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5752 * emacs-lisp/chart.el (chart-translate-namezone):
5753 * textmodes/artist.el (artist-compute-popup-menu-table):
5754 Remove duplicated words in doc-strings.
5755
5756 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
5757
5758 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5759 to mairix-search to suppress threading (Bug#5342).
5760
5761 2010-01-15 Kenichi Handa <handa@m17n.org>
5762
5763 * international/mule-cmds.el (canonicalize-coding-system-name):
5764 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
5765
5766 2010-01-15 Glenn Morris <rgm@gnu.org>
5767
5768 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
5769
5770 * wid-edit.el (widget-keymap): Doc fix.
5771
5772 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5773 former seems to be more widely accepted by various svn versions.
5774
5775 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5776
5777 * find-cmd.el (find-constituents):
5778 * vc-arch.el (vc-arch-root):
5779 * window.el (window-body-height, pop-up-frames):
5780 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5781 (semantic-no-reparse-needed-change-hook):
5782 * cedet/srecode/insert.el (srecode-resolve-argument-list)
5783 (srecode-template-inserter-blank, srecode-template-inserter-variable)
5784 (srecode-template-inserter-ask, srecode-template-inserter-width)
5785 (srecode-template-inserter-section-start)
5786 (srecode-template-inserter-section-end, srecode-insert-method):
5787 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5788 * progmodes/ada-stmt.el (ada-if):
5789 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5790 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5791 (ispell-encoding8-command, ispell-aspell-supports-utf8)
5792 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5793
5794 * progmodes/flymake.el (flymake-post-syntax-check):
5795 Fix typo in error message.
5796
5797 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5798
5799 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5800 which is always a string. (Bug#5313)
5801
5802 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5803
5804 * progmodes/ada-xref.el (ada-default-prj-properties):
5805 Simplify previous change.
5806
5807 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5808
5809 * progmodes/ada-xref.el (ada-default-prj-properties):
5810 Default ada_project_path to $ADA_PROJECT_PATH.
5811
5812 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5813
5814 * progmodes/ada-mode.el (ada-create-keymap):
5815 Override `narrow-to-defun' with `ada-narrow-to-defun'.
5816
5817 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5818
5819 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5820 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5821 (ada-get-current-indent, ada-imenu-generic-expression)
5822 (ada-which-function): Check for it.
5823
5824 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5825
5826 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5827 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5828
5829 2010-01-14 Glenn Morris <rgm@gnu.org>
5830
5831 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
5832
5833 2010-01-14 Kenichi Handa <handa@m17n.org>
5834
5835 * composite.el (auto-composition-mode): Make it a buffer local
5836 variable (permanent-local).
5837 (auto-composition-function): Set the default value to
5838 auto-compose-chars.
5839 (auto-composition-mode): Make it a simple function, not a minor mode.
5840 (global-auto-composition-mode): Likewise.
5841 (turn-on-auto-composition-if-enabled): Delete it.
5842
5843 2010-01-13 Karl Fogel <kfogel@red-bean.com>
5844
5845 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5846
5847 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
5848
5849 * files.el (copy-directory): Compute target for recursive
5850 directories with identical names. (Bug#5343)
5851
5852 2010-01-12 Glenn Morris <rgm@gnu.org>
5853
5854 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5855 it to bug-gnu-emacs rather than emacs-pretest-bug.
5856
5857 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5858
5859 * cedet/data-debug.el (data-debug): Fix customization group reference.
5860
5861 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5862
5863 * cedet/semantic/analyze.el (semantic-analyze-push-error)
5864 (semantic-analyze-context, semantic-analyze-context-assignment)
5865 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5866 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5867 (semantic-java-doc-keywords-map):
5868 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5869 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5870 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5871 (semantic-c-classname, semantic-format-tag-uml-prototype)
5872 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5873 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5874 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5875 (semantic-get-local-variables, semantic-end-of-command)
5876 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5877 (lisp-mode):
5878 * cedet/semantic/bovine/make.el (makefile-mode):
5879 * cedet/semantic/wisent/python.el (wisent-python-string-re)
5880 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5881 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5882 (semantic-lex, semantic-get-local-variables, python-mode):
5883 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5884 * cedet/srecode/extract.el (srecode-extract-state-set)
5885 (srecode-extract-method): Fix typos in docstrings.
5886
5887 2010-01-11 Sam Steingold <sds@gnu.org>
5888
5889 * imenu.el (imenu-default-create-index-function): Detect infinite
5890 loops caused by imenu-prev-index-position-function.
5891
5892 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
5893
5894 * htmlfontify.el (htmlfontify-load-rgb-file)
5895 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5896 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5897 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5898 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5899 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5900 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5901 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5902 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5903 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5904 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5905 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5906 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5907 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5908 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5909 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5910 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5911 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5912 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5913 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5914 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5915 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5916 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5917 backslash-quoting from parentheses, etc.
5918
5919 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
5920
5921 * progmodes/js.el: Autoload javascript-mode alias.
5922
5923 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
5924
5925 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5926 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5927 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5928 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5929 Fix typos in docstrings.
5930 (ffap-url-regexp): Doc fix.
5931 (ffap-at-mouse): Fix typo in message.
5932
5933 2010-01-11 Glenn Morris <rgm@gnu.org>
5934
5935 * version.el (emacs-copyright): Set copyright year to 2010.
5936
5937 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5938
5939 * format.el (format-annotate-function): Only set
5940 write-region-post-annotation-function after running to-fn so as not to
5941 affect nested write-region calls (bug#5273).
5942
5943 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
5944
5945 * cedet/semantic.el (semantic-new-buffer-setup-functions):
5946 Add python parser.
5947
5948 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5949 wisent/python.el.
5950
5951 2010-01-10 Richard Kim <emacs18@gmail.com>
5952
5953 * cedet/semantic/wisent/python-wy.el:
5954 * cedet/semantic/wisent/python.el: New files.
5955
5956 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5957
5958 * man.el (Man-goto-section): Signal error if the section is not
5959 found (Bug#5317).
5960
5961 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
5962
5963 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5964 URLs with a leading triple slash in the file: scheme. (Bug#5345)
5965
5966 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5967
5968 * progmodes/compile.el: Don't treat compile-command as safe if
5969 compilation-read-command might be nil (Bug#4218).
5970
5971 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
5972
5973 * startup.el (command-line-1): Use orig-argi to check for ignored X and
5974 NS options.
5975
5976 2010-01-08 Kenichi Handa <handa@m17n.org>
5977
5978 * international/fontset.el (build-default-fontset-data):
5979 Exclude characters in scripts kana, hangul, han, or cjk-misc.
5980
5981 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
5982
5983 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5984 to `create-file-buffer' as it expects, not just a buffer name.
5985 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5986 to help uniquify. (Bug#3224)
5987
5988 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
5989
5990 * font-setting.el (font-setting-change-default-font): Use user-spec
5991 instead of name.
5992
5993 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5994
5995 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5996
5997 2010-01-05 Tom Tromey <tromey@redhat.com>
5998
5999 * progmodes/python.el (python-font-lock-keywords):
6000 Handle qualified decorators (Bug#881).
6001
6002 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6003
6004 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
6005 in a lightweight checkout.
6006
6007 2010-01-05 Kenichi Handa <handa@m17n.org>
6008
6009 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
6010
6011 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6012
6013 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
6014
6015 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
6016
6017 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
6018 checkouts. (Bug#618)
6019 (vc-bzr-log-view-mode): Also highlight the author.
6020 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
6021 (vc-bzr-shelve-menu-map):
6022 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
6023 (vc-bzr-shelve-apply): Make prompt more explicit.
6024
6025 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
6026
6027 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
6028 They are valid characters in URL paths (rfc3986), and at least
6029 Firefox does not understand the encoded version (Bug#3166).
6030
6031 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
6032
6033 * progmodes/octave-mod.el (octave-end-keywords)
6034 (octave-block-begin-or-end-regexp, octave-block-match-alist):
6035 Add "end" keyword (Bug#3061).
6036 (octave-end-as-array-index-p): New function.
6037 (calculate-octave-indent): Use it.
6038
6039 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6040
6041 * bookmark.el: Consistently put the text property on the bookmark name.
6042 (bookmark-bmenu-marks-width): Bump back to 2, to include
6043 annotation marks.
6044 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
6045 property on the bookmark name, instead of not putting it at all.
6046 (bookmark-bmenu-list): Fix where we put the text property.
6047
6048 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6049
6050 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
6051 for showing buffer modified state (as added in the previous change).
6052
6053 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6054
6055 * bookmark.el: Show modified state of bookmark buffer more accurately.
6056 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
6057 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
6058 (with-buffer-modified-unmodified): New macro.
6059 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6060 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
6061 Use new macro to preserve the buffer modified state.
6062
6063 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6064
6065 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
6066 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
6067 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
6068 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
6069 (bookmark-bmenu-rename, bookmark-bmenu-locate)
6070 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
6071 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
6072
6073 2010-01-02 Eli Zaretskii <eliz@gnu.org>
6074
6075 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6076 Make the lines in the generated doc string shorter. (Bug#4668)
6077
6078 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
6079
6080 * net/rcirc.el: Add follow-link binding (Bug#4738).
6081
6082 2010-01-02 Eli Zaretskii <eliz@gnu.org>
6083
6084 * Makefile.in (bzr-update): Rename from cvs-update.
6085 (cvs-update): New target for backward compatibility.
6086
6087 * makefile.w32-in (bzr-update): Rename from cvs-update.
6088 (cvs-update): New target for backward compatibility.
6089
6090 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6091
6092 * bookmark.el: Remove gratuitous gratitude.
6093
6094 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6095
6096 * bookmark.el (bookmark-bmenu-any-marks): New function.
6097 (bookmark-bmenu-save): Clear buffer modification if no marks.
6098
6099 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6100
6101 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
6102 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
6103 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
6104 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
6105
6106 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
6107 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
6108 To: emacs-devel {_AT_} gnu.org
6109 Subject: bookmark.el bug report
6110 Date: Mon, 28 Dec 2009 14:19:16 +0800
6111 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
6112
6113 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6114
6115 * bookmark.el: Improvements suggested by Drew Adams:
6116 (bookmark-bmenu-ensure-position): New name for
6117 `bookmark-bmenu-check-position'. Just ensure the position,
6118 don't return any meaningful value.
6119 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
6120 New constants.
6121
6122 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
6123
6124 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
6125 (bookmark-yank-point, bookmark-bmenu-check-position):
6126 Fix typos in docstrings.
6127 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
6128 (bookmark-name-from-full-record, bookmark-get-position)
6129 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
6130 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
6131 Remove useless quoting of parenthesis, etc. in docstrings.
6132
6133 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
6134 (ediff-append-custom-diff): Fix typo in error message.
6135 (ediff-meta-mark-equal-files): Fix typos in messages.
6136
6137 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
6138
6139 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
6140 Fix typo in docstring.
6141
6142 * net/imap-hash.el (imap-hash-make): Doc fix.
6143 (imap-hash-test): Fix typo in error message; reflow docstring.
6144 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
6145 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
6146 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
6147 Fix typos in docstrings.
6148 (imap-hash-open-connection): Fix typo in error message.
6149
6150 * play/gomoku.el (gomoku): Fix typos in docstring.
6151
6152 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
6153 (gdb-jsonify-buffer): Fix typos in docstring.
6154 (gdb-goto-breakpoint): Fix typo in error message.
6155 ("Display Other Windows"): Fix typo in help message.
6156 (gdb-speedbar-expand-node): Fix typo in question.
6157
6158 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
6159 (idlwave-html-system-help-location, idlwave-html-help-location)
6160 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
6161 (idlwave-help-browser-generic-args, idlwave-help-directory)
6162 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
6163 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
6164 (idlwave-online-help, idlwave-help-html-link)
6165 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
6166 Fix typos in docstrings.
6167 (idlwave-help-with-source, idlwave-help-find-routine-definition):
6168 Reflow docstrings.
6169 (idlwave-help-assistant-start): Fix typo in error message.
6170
6171 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
6172 (octave-electric-space): Fix typos in docstrings.
6173
6174 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
6175
6176 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
6177
6178 2010-01-01 Juri Linkov <juri@jurta.org>
6179
6180 * comint.el (comint-input-ring-size): Make it a defcustom and
6181 increase the default to 500 (Bug#5148).
6182
6183 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
6184
6185 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
6186 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
6187 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
6188
6189 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
6190
6191 Show working revision correctly for mercurial.
6192 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
6193 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
6194
6195 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
6196
6197 Declare some functions for the byte-compiler.
6198 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
6199 (speedbar-timer-fn, speedbar-change-expand-button-char)
6200 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
6201
6202 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
6203
6204 This changeset reverts GDB Graphical Interface to use annotations.
6205 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
6206
6207 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
6208
6209 Make vc-dir work on subdirectories of the bzr root.
6210 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
6211 file names relative to it.
6212 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
6213 relative directory to vc-bzr-after-dir-status.
6214
6215 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
6216
6217 * font-lock.el (font-lock-refresh-defaults): New function, which
6218 can be used to let font-lock react to external changes in
6219 variables like font-lock-defaults and keywords.
6220 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
6221
6222 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
6223
6224 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
6225
6226 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
6227
6228 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
6229
6230 Supersede color.diff settings in git log (bug#5211).
6231
6232 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
6233 escape chars in its output when the user has color.diff set to `always'.
6234 This fix works on git 1.4.2 and newer (released on 2006-08-13).
6235
6236 2009-12-26 Kevin Ryde <user42@zip.com.au>
6237
6238 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
6239 node. Keep previous "Index" name to work with past coreutils too.
6240
6241 * man.el (man): Revise docstring a bit to show -a and -l as
6242 examples. Add -k description since support for it has otherwise
6243 been a secret. (Further to bug#3717.)
6244 (Man-bgproc-sentinel): When "-k foo" produces no output show error
6245 "no matches" rather than "Can't find manpage", as the latter reads
6246 like -k was interpreted as a page name, which is not so. (Bug#5431)
6247
6248 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
6249
6250 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
6251 switches. Check also for //SUBDIRED// line.
6252
6253 2009-12-25 Kenichi Handa <handa@m17n.org>
6254
6255 * language/indian.el (devanagari-composable-pattern): Fixed to
6256 handle ZWNJ and ZWJ. Use it in composition-function-table for
6257 Devanagari.
6258 (malayalam-composable-pattern): Fix previous change.
6259
6260 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6261
6262 * ps-print.el (ps-face-attributes): It was not returning the
6263 attribute face for faces specified as string. Reported by harven
6264 <harven@free.fr>. (Bug#5254)
6265 (ps-print-version): New version 7.3.5.
6266
6267 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
6268
6269 * calendar/icalendar.el (icalendar--convert-tz-offset):
6270 Fix timezone names.
6271 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6272 (icalendar--add-diary-entry): Remove the trailing blank that
6273 diary-make-entry inserts.
6274
6275 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
6276
6277 Make `file-expand-wildcards' work for remote files.
6278
6279 * files.el (file-expand-wildcards): In case of remote files, check
6280 only local file name part for wildcards. Provide feature 'files
6281 and subfeature 'remote-wildcards. (Bug#5198)
6282
6283 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
6284 if there is already an established connection.
6285 (tramp-advice-file-expand-wildcards): Remove it.
6286
6287 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
6288 (tramp-advice-file-expand-wildcards): Move from tramp.el.
6289 Activate advice for older GNU Emacs versions. (Bug#5237)
6290
6291 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
6292
6293 Some doc fixes (more needed).
6294
6295 * find-cmd.el (find-constituents): Reflow docstring.
6296 (find-cmd, find-prune, find-command): Fix typos in docstrings.
6297 (find-generic): Doc fix.
6298
6299 2009-12-17 Juri Linkov <juri@jurta.org>
6300
6301 Fix regression from 23.1 to allow multiple modes in Local Variables.
6302
6303 * files.el (hack-local-variables-filter): While ignoring duplicates,
6304 don't take `mode' into account.
6305 (hack-local-variables-filter, hack-dir-local-variables):
6306 Don't remove duplicate `mode' from local-variables-alist (like `eval').
6307
6308 2009-12-17 Juri Linkov <juri@jurta.org>
6309
6310 Make `dired-diff' safer. (Bug#5225)
6311
6312 * dired-aux.el (dired-diff): Signal an error when `file' equals to
6313 `current' or when `file' is a directory of the `current' file.
6314
6315 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
6316
6317 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
6318 unconditionally preloaded files.
6319
6320 2009-12-16 Juri Linkov <juri@jurta.org>
6321
6322 Revert to old 23.1 logic of using the file at the mark as default.
6323 * dired-aux.el (dired-diff): Use the file at the mark as default
6324 if it's not the same as the current file, and the target dir is
6325 the current dir or the mark is active. Add the current file
6326 as the arg of `dired-dwim-target-defaults'. Use the default file
6327 in the prompt. (Bug#5225)
6328
6329 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
6330
6331 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
6332 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
6333 (tramp-check-for-regexp): Check also, when an echoing shell stops
6334 to echo sent commands.
6335
6336 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
6337
6338 * Makefile.in: Revert last change (Bug#5191).
6339
6340 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
6341
6342 * vc-hg.el (vc-hg-print-log): Fix argument order.
6343 (vc-hg-working-revision): Make sure the command is executed in a
6344 known environment so that we can parse the output. (Bug#4417)
6345
6346 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
6347
6348 * progmodes/python.el (python-symbol-completions): Remove text
6349 properties from symbol string before calling python-send-receive.
6350
6351 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
6352
6353 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
6354 when there are values for both file and line. (Bug#5060)
6355
6356 2009-12-14 Juri Linkov <juri@jurta.org>
6357
6358 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
6359 whitespace after the file name of the first line of unified format,
6360 because git-diff doesn't output whitespace and file modification time
6361 after the file name.
6362
6363 2009-12-14 David Kastrup <dak@gnu.org>
6364
6365 * info.el (Info-hide-cookies-node): Before hiding a cookie,
6366 check if it already has the `display' property added by
6367 `Info-display-images-node', and not put the `invisible' property
6368 in this case.
6369
6370 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
6371
6372 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
6373 (semantic-mru-bookmark-mode): Doc fixes.
6374
6375 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
6376 of assert.
6377
6378 2009-12-13 Glenn Morris <rgm@gnu.org>
6379
6380 * mail/emacsbug.el (message-sort-headers): Define for compiler.
6381 (report-emacs-bug): In message-mode, sort manually before storing
6382 original report text. (Bug#5178)
6383 Remove superfluous save-excursion.
6384
6385 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
6386
6387 * net/dbus.el (dbus-property-handler): Filter lambda forms out
6388 when responding to "GetAll" properties.
6389
6390 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
6391
6392 * simple.el (compose-mail): Remove mail-setup-with-from from
6393 customization checks.
6394
6395 2009-12-12 Eli Zaretskii <eliz@gnu.org>
6396
6397 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
6398 RAR archives created on Unix systems.
6399
6400 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6401
6402 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
6403 the varalias that was accidentally removed by the 2009-11-19 change
6404 (bug#5186).
6405
6406 2009-12-12 Kenichi Handa <handa@m17n.org>
6407
6408 * language/indian.el (indian-compose-regexp): New function.
6409 (malayalam-composable-pattern): Fix the pattern.
6410 (composition-function-table): Set malayalam-composable-pattern for
6411 Malayalam characters.
6412
6413 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
6414
6415 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
6416 rather than down-mouse-1, based on follow-link conventions.
6417
6418 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
6419 are compiled.
6420
6421 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
6422
6423 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
6424 (verilog-vmm-statement-re, verilog-ovm-statement-re)
6425 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
6426 (verilog-leap-to-head, verilog-backward-token):
6427 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
6428
6429 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
6430
6431 * progmodes/verilog-mode.el (verilog-auto-lineup)
6432 (verilog-nameable-item-re): Cleanup user-visible spelling and
6433 documentation errors. One reported by Gary Delp.
6434 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
6435 (verilog-read-decls): Fix AUTOWIRE with types declared in a
6436 package, bug195. Reported by Pierre-David Pfister.
6437
6438 2009-12-11 Glenn Morris <rgm@gnu.org>
6439
6440 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
6441
6442 * mail/emacsbug.el: No longer require sendmail.
6443 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
6444 (report-emacs-bug-orig-text): Doc fix.
6445 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
6446 New local variables, to adapt to different mail-user-agents.
6447 (report-emacs-bug): Fix test for a gnu.org address.
6448 Use overlays for emphasis, since font-lock defeats 'face property.
6449 Pretest bugs also end up at the newsgroup these days.
6450 Stop message-mode stripping text properties.
6451 Set and use the new buffer-local variables.
6452 (report-emacs-bug-hook): Add doc-string.
6453 Remove some unnecessary save-excursions and simplify.
6454 Use the appropriate hook and send-command.
6455
6456 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
6457 capitalization of some menu entries.
6458
6459 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6460
6461 * whitespace.el (whitespace-display-char-on):
6462 Ensure `buffer-display-table' is unique when two or more windows are
6463 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
6464 New version 12.1.
6465
6466 2009-12-10 Eli Zaretskii <eliz@gnu.org>
6467
6468 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
6469 characters in the Attribute field.
6470
6471 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
6472
6473 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
6474
6475 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
6476
6477 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
6478 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6479 Disregard autoload-excludes.
6480 (update-directory-autoloads): Obey autoload-excludes here instead.
6481 But don't store its contents in no-autoloads and remove entries that
6482 refer to excludes files.
6483
6484 2009-12-10 Glenn Morris <rgm@gnu.org>
6485
6486 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
6487 (expand-mail-aliases): Define for compiler.
6488
6489 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
6490 Define for compiler.
6491
6492 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
6493 appropriate for the mail-user-agent in use.
6494
6495 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
6496
6497 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
6498
6499 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
6500
6501 Fix short log parsing and fontification.
6502 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
6503 Fix fontification for the [merge] label.
6504
6505 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
6506
6507 Drop some properties to avoid surprises (bug#5002).
6508 * htmlfontify.el (hfy-ignored-properties): New defcustom.
6509 (hfy-fontify-buffer): Use it.
6510
6511 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
6512
6513 Minor cleanup.
6514 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
6515 Adjust all callers.
6516 (ffap-locate-file): Remove unused arg `dir-ok' and make other
6517 args compulsory. Adjust callers.
6518 (ffap-gopher-at-point): Remove unused var `name'.
6519
6520 Get rid of the ELCFILES abomination.
6521 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6522 (compile-elcfiles): New phony target.
6523 (compile-main): Compute ELCFILES dynamically.
6524 (compile-clean): New target to remove left-over elc files.
6525 (compile, all): Use it.
6526
6527 2009-12-09 Kenichi Handa <handa@etlken>
6528
6529 * international/mule-diag.el: Require help-mode instead of help-fns.
6530
6531 2009-12-09 Kenichi Handa <handa@m17n.org>
6532
6533 * international/mule-cmds.el (ucs-names): Supply sufficiently
6534 fine ranges instead of pre-calculating accurate ranges.
6535 Iterate with bigger gc-cons-threshold.
6536
6537 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
6538
6539 Add support for stashing a snapshot of the current tree.
6540 * vc-git.el (vc-git-stash-snapshot): New function.
6541 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
6542
6543 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
6544
6545 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
6546 instead of `(beginning|end)-of-line'.
6547
6548 2009-12-08 Glenn Morris <rgm@gnu.org>
6549
6550 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
6551
6552 * Makefile.in (ELCFILES): Regenerate.
6553
6554 2009-12-07 Juri Linkov <juri@jurta.org>
6555
6556 Don't lazy-highlight the comint output in history Isearch mode.
6557
6558 * comint.el (comint-history-isearch-search): Instead of
6559 `comint-line-beginning-position', use `comint-after-pmark-p'
6560 to check if point if before the process mark, and go to
6561 `process-mark' in this case.
6562
6563 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6564
6565 * textmodes/tex-mode.el (latex-complete)
6566 (latex-indent-or-complete): Remove.
6567 (latex-mode): Set completion-at-point-functions instead.
6568
6569 Provide a standard completion command and hook it into TAB.
6570 * minibuffer.el (completion-at-point-functions): New var.
6571 (completion-at-point): New command.
6572 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
6573 * progmodes/python.el (python-mode-map): Use completion-at-point.
6574 (python-completion-at-point): Rename from python-partial-symbol and
6575 adjust for use in completion-at-point-functions.
6576 (python-mode): Setup completion-at-point for Python completion.
6577 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
6578 extracted from lisp-complete-symbol.
6579 (lisp-complete-symbol): Use it.
6580 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
6581 setup completion-at-point for Elisp completion.
6582 (emacs-lisp-mode-map, lisp-interaction-mode-map):
6583 Use completion-at-point.
6584 * ielm.el (ielm-map): Use completion-at-point.
6585 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
6586 * progmodes/sym-comp.el: Move to...
6587 * obsolete/sym-comp.el: Move from progmodes.
6588
6589 2009-12-07 Eli Zaretskii <eliz@gnu.org>
6590
6591 Prevent save-buffer in Rmail buffers from using the coding-system
6592 of the current message, and from clobbering the encoding mnemonics
6593 in the mode line (Bug#4623).
6594
6595 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
6596 flag, too.
6597 (rmail-message-encoding): New variable.
6598 (rmail-write-region-annotate): Record the encoding of the current
6599 message in rmail-message-encoding.
6600 (rmail-after-save-hook): New function, restores the encoding of
6601 the current message after the message collection is saved.
6602
6603 2009-12-07 Juri Linkov <juri@jurta.org>
6604
6605 * progmodes/grep.el (grep-read-files): Use `completing-read'
6606 instead of `read-string'. Set its `collection' arg to
6607 `read-file-name-internal'. (Bug#4301)
6608
6609 2009-12-07 Juri Linkov <juri@jurta.org>
6610
6611 Correctly restore original Isearch point. (Bug#4994)
6612
6613 * isearch.el (isearch-mode): Move `isearch-push-state' after
6614 `(run-hooks 'isearch-mode-hook)'.
6615 (isearch-cancel): When `isearch-push-state-function' is defined,
6616 let-bind `isearch-cmds' to the first state (the last element of
6617 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
6618 function and restores the original point). Otherwise, move point
6619 to `isearch-opoint'.
6620
6621 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6622
6623 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
6624 chars that don't have names, so the table can be built much faster at
6625 run-time.
6626
6627 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
6628
6629 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
6630 change. Suggested by David Kastrup.
6631
6632 * simple.el (compose-mail): Check for incompatibilities and warn.
6633 (compose-mail-user-agent-warnings): New option.
6634
6635 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6636
6637 Support showing a single log entry from vc-annotate.
6638 * vc.el (print-log): Add a new argument: START-REVISION.
6639 (vc-print-log-internal): Add a new optional argument and
6640 pass it to the backend.
6641 (vc-print-log, vc-print-root-log): Adjust callers.
6642 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
6643 buffer already displays the requested log entry, use it.
6644 Otherwise display only the log entry in question.
6645 * vc-svn.el (vc-svn-print-log):
6646 * vc-mtn.el (vc-mtn-print-log):
6647 * vc-hg.el (vc-hg-state):
6648 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
6649 (vc-git-show-log-entry): Return t on success.
6650 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
6651 (vc-bzr-show-log-entry): Return t on success.
6652 * vc-rcs.el (vc-rcs-print-log):
6653 * vc-sccs.el (vc-sccs-print-log):
6654 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
6655
6656 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6657
6658 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
6659 Add menus to the meta mode. (Bug#5043)
6660
6661 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
6662
6663 * ediff-init.el (ediff-event-key): Use event-to-character instead of
6664 event-key.
6665
6666 * ediff.el (ediff-buffers-internal): Add unwind-protect.
6667
6668 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
6669
6670 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
6671 Berbain <raphael.berbain@gmail.com>.
6672
6673 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
6674 characters.
6675 (tramp-initial-end-of-output): New defconst.
6676 (tramp-methods, tramp-find-shell)
6677 (tramp-open-connection-setup-interactive-shell)
6678 (tramp-maybe-open-connection): Use it.
6679 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
6680 existence of `#' and `$'.
6681
6682 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
6683 `tramp-initial-end-of-output'.
6684
6685 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6686
6687 Get the background mode from the terminal for xterm, and set
6688 faces accordingly.
6689 * term/xterm.el (xterm-set-background-mode): New function.
6690 (terminal-init-xterm): Use it in case xterm supports background
6691 color queries. Recompute faces after getting the background
6692 color.
6693
6694 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
6695
6696 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
6697 number comment back on its own line, for easier parsing.
6698
6699 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6700
6701 Make it work for non-file buffers (bug#5102).
6702 * doc-view.el (doc-view-current-cache-dir):
6703 Use doc-view-buffer-file-name rather than buffer-file-name.
6704 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
6705
6706 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
6707
6708 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
6709 author field is too short.
6710
6711 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
6712
6713 * vc-git.el (vc-git-print-log): Handle a limit argument.
6714 Display the short log in graph form and with labels.
6715 (vc-git-log-view-mode): Handle labels.
6716
6717 Make vc-revert change VC state from 'added to 'unregistered.
6718 * vc-git.el (vc-git-revert): Call git reset first.
6719
6720 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
6721
6722 * net/newst-backend.el, net/newst-plainview.el:
6723 * net/newst-reader.el, net/newst-ticker.el:
6724 * net/newst-treeview.el, net/newsticker.el:
6725 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
6726
6727 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
6728
6729 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
6730
6731 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
6732 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
6733 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6734 Update annotation regexp.
6735
6736 * simple.el (beginning-of-visual-line): Constrain to field
6737 boundaries (Bug#5106).
6738
6739 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
6740
6741 * xml.el (xml-substitute-numeric-entities): Move
6742 newsticker--decode-numeric-entities in newst-backend.el to
6743 xml-substitute-numeric-entities in xml.el. (Bug#5008)
6744 * net/newst-backend.el (newsticker--parse-generic-feed)
6745 (newsticker--parse-generic-items)
6746 (newsticker--decode-numeric-entities): Move
6747 newsticker--decode-numeric-entities in newst-backend.el to
6748 xml-substitute-numeric-entities in xml.el. (Bug#5008)
6749
6750 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
6751
6752 * progmodes/js.el (js--js-not): Add null to the list of values.
6753
6754 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
6755
6756 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
6757
6758 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6759
6760 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6761 delimiter if it is at the end of the current line.
6762 (bibtex-generate-url-list): Fix docstring.
6763
6764 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6765
6766 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6767 minibuffer's content with itself.
6768 Fold the confirm-after-completion case into the `confirm' case.
6769 (completion-pcm-word-delimiters): Add : and / to the delimiters.
6770
6771 2009-12-06 Kevin Ryde <user42@zip.com.au>
6772
6773 * ffap.el (ffap-rfc-path): Make this a defcustom since
6774 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
6775
6776 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6777 manuals, similar to existing setup for help-mode. (Bug#3913.)
6778
6779 2009-12-05 Juri Linkov <juri@jurta.org>
6780
6781 Save and restore dired buffer's point positions too. (Bug#4880)
6782
6783 * dired.el (dired-save-positions): Return in the first element
6784 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6785 Doc fix.
6786 (dired-restore-positions): First restore buffer's position.
6787 While restoring window's positions, check if window still displays
6788 the original buffer.
6789
6790 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
6791
6792 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6793 if possible.
6794
6795 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6796 Make argument optional.
6797
6798 * shell.el (shell): Require ansi-color (Bug#5113).
6799
6800 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6801
6802 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6803
6804 2009-12-05 Alan Mackenzie <acm@muc.de>
6805
6806 * progmodes/cc-mode.el (c-before-hack-hook)
6807 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6808 `c-file-style' to work again. This reversion restores the current
6809 software to its state in Emacs 23.1. (Bug#4146)
6810
6811 2009-12-05 Kevin Ryde <user42@zip.com.au>
6812
6813 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6814 comment-start-skip to comment-end-skip as comment (Bug#4781).
6815
6816 2009-12-05 Juri Linkov <juri@jurta.org>
6817
6818 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6819 for virtual nodes. (Bug#4147)
6820 (Info-find-node-2): Set `Info-current-node-virtual' to nil
6821 when moving from a virtual node.
6822 (Info-mode-menu): Add `Info-virtual-index' to the menu.
6823 (Info-mode): Add `Info-virtual-index' to the docstring.
6824
6825 2009-12-05 Eric Ludlam <zappo@gnu.org>
6826
6827 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6828 Describe project macro symbols.
6829
6830 * cedet/semantic/complete.el (semantic-complete-do-completion):
6831 Don't call semantic-collector-current-exact-match.
6832
6833 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6834 ede-objects as targets.
6835
6836 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6837 a target's object list even if compiler vars are already in the
6838 Makefile.
6839
6840 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6841 list of headers producing necessary macros.
6842
6843 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6844
6845 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6846 track of the buffer position of the end of a BibTeX entry as this
6847 position may change during reformatting.
6848 (bibtex-format-entry): Remove whitespace before processing
6849 numerical fields so that we recognize the latter properly.
6850 (bibtex-reformat): Do not use push which changes the global value
6851 of bibtex-entry-format.
6852 (bibtex-field-braces-alist, bibtex-field-strings-alist)
6853 (bibtex-field-re-init): Replace only space characters by regexp
6854 for whitespace.
6855 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6856 (bibtex-initialize): Also update bibtex-strings.
6857 (bibtex-kill-field): Preserve white space at end of entry.
6858 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6859 Update bibtex-reference-keys.
6860
6861 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6862
6863 * minibuffer.el (completion-pcm--merge-try): Also consider placing
6864 point after a star, if that's the only place where modifications can
6865 make progress.
6866
6867 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
6868
6869 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6870 in docstrings.
6871
6872 2009-12-04 Juri Linkov <juri@jurta.org>
6873
6874 * proced.el (proced): Call `(proced-update t)' to update process
6875 information instead of only running proced-post-display-hook.
6876 (proced-send-signal): Add a leading space to the buffer name
6877 " *Marked Processes*" to make this buffer ephemeral.
6878
6879 2009-12-04 Juri Linkov <juri@jurta.org>
6880
6881 * dired.el (dired-auto-revert-buffer): New defcustom.
6882 (dired-internal-noselect): Use it.
6883
6884 2009-12-04 Juri Linkov <juri@jurta.org>
6885
6886 Change roles of modes and functions in image-mode.el (Bug#5062).
6887
6888 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6889 in `auto-mode-alist'.
6890 (image-mode-previous-major-mode): New variable.
6891 (image-minor-mode-map): Rename from `image-mode-text-map'.
6892 (image-mode): Move graceful error-handling code from
6893 `image-minor-mode' to here. On errors call `image-mode-as-text'.
6894 (image-minor-mode): Remove all image-handling code.
6895 Replace `image-mode-text-map' with `image-minor-mode-map'.
6896 Check for `image-type' in mode-line format string.
6897 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6898 (image-mode-as-text): New function with most code from
6899 `image-mode-maybe'.
6900 (image-toggle-display-text): Move code that removes image
6901 properties from `image-toggle-display' to here.
6902 (image-toggle-display-image): New function with code that adds
6903 image properties copied from `image-toggle-display'.
6904 (image-toggle-display): Remove most code with leaving only code
6905 that toggles between `image-mode-as-text' and `image-mode'.
6906
6907 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
6908
6909 * net/newst-treeview.el
6910 (newsticker--treeview-list-highlight-start): Restored call to
6911 save-excursion: Selected item was stuck.
6912 (newsticker--treeview-list-select): New.
6913 (newsticker--treeview-item-show-text)
6914 (newsticker--treeview-item-show)
6915 (newsticker--treeview-item-update): Use new
6916 newsticker-treeview-item-mode.
6917 (newsticker-treeview-update): Keep current item.
6918 (newsticker-treeview-next-new-or-immortal-item): Doc change.
6919 (newsticker--treeview-first-feed): Doc change.
6920 (newsticker-treeview-list-menu)
6921 (newsticker-treeview-item-menu): Added menu entries.
6922 (newsticker-treeview-item-mode): New.
6923
6924 * net/newst-backend.el (newsticker-customize): Delete other
6925 windows.
6926
6927 2009-12-04 Sam Steingold <sds@gnu.org>
6928
6929 * log-view.el (log-view-mode-map): "q" calls quit-window,
6930 like in all the other non-self-insert buffers.
6931
6932 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6933
6934 Minor cleanup.
6935 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6936 key decoding rather than do it manually via last-input-event +
6937 ascii-character.
6938 (term-exec): Use delete-and-extract-region.
6939 (term-handle-ansi-terminal-messages): Remove unused var `end'.
6940 (term-process-pager): Remove unused var `i'.
6941 (term-dynamic-simple-complete): Make obsolete.
6942 (serial-update-config-menu): Remove unused vars `y' and `str'.
6943 (term-update-mode-line): Remove unused var `temp'.
6944
6945 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6946
6947 Limit the number of log entries displayed by default.
6948 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6949 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6950 using a prefix argument.
6951
6952 2009-12-03 Glenn Morris <rgm@gnu.org>
6953
6954 * progmodes/idlwave.el (class): Restore still useful declaration.
6955
6956 2009-12-03 Alan Mackenzie <acm@muc.de>
6957
6958 Enhance `c-parse-state' to run efficiently in "brace deserts".
6959
6960 * progmodes/cc-mode.el (c-basic-common-init):
6961 Call c-state-cache-init.
6962 (c-neutralize-syntax-in-and-mark-CPP): Rename from
6963 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
6964 placing `category' properties value 'c-cpp-delimiter at its boundaries.
6965
6966 * progmodes/cc-langs.el (c-before-font-lock-function):
6967 c-extend-and-neutralize-syntax-in-CPP has been renamed
6968 c-neutralize-syntax-in-and-mark-CPP.
6969
6970 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6971 with `category' properties now, not `syntax-table' ones.
6972
6973 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6974 enhanced (but slower) version of c-end-of-macro that won't land
6975 inside a literal or on another awkward character.
6976 (c-state-cache-too-far, c-state-cache-start)
6977 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6978 (c-state-nonlit-pos-cache-limit, c-state-point-min)
6979 (c-state-point-min-lit-type, c-state-point-min-lit-start)
6980 (c-state-min-scan-pos, c-state-brace-pair-desert)
6981 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6982 buffer local variables.
6983 (c-state-literal-at, c-state-lit-beg)
6984 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6985 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6986 (c-state-cache-top-paren, c-state-cache-after-top-paren)
6987 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6988 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6989 (c-renarrow-state-cache)
6990 (c-append-lower-brace-pair-to-state-cache)
6991 (c-state-push-any-brace-pair, c-append-to-state-cache)
6992 (c-remove-stale-state-cache)
6993 (c-remove-stale-state-cache-backwards, c-state-cache-init)
6994 (c-invalidate-state-cache-1, c-parse-state-1)
6995 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6996 (c-parse-state): Enhance and refactor.
6997 (c-debug-parse-state): Amend to deal with all the new variables.
6998
6999 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
7000 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
7001 modify to use category text properties rather than syntax-table ones.
7002 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
7003 to switch off/on the syntactic paren property of C++ template
7004 delimiters using the category property.
7005 (c-with-<->-as-parens-suppressed): Macro to invoke code with
7006 template delims suppressed.
7007 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
7008 New constant/macros which apply category properties to the start
7009 and end of preprocessor constructs.
7010 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
7011 "comment out" the syntactic value of characters in preprocessor
7012 constructs.
7013 (c-with-cpps-commented-out)
7014 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
7015 with characters in all or all but one preprocessor constructs
7016 "commented out".
7017
7018 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7019
7020 * proced.el (proced-filter-alist): Use regexp-quote.
7021
7022 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
7023
7024 Cleanup.
7025 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
7026 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
7027 arguments. Expand `default-directory'.
7028
7029 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
7030 the benefit of returning an expanded localname.
7031 (tramp-tramp-file-p): Handle the case NAME is not a string.
7032
7033 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7034
7035 Add support for bzr shelve/unshelve.
7036 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7037 (vc-bzr-extra-menu-map): New variables.
7038 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
7039 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
7040 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
7041 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
7042 (vc-bzr-dir-extra-headers): Display shelves.
7043
7044 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
7045
7046 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7047
7048 * textmodes/bibtex.el (bibtex-complete-internal):
7049 Use completion-in-region.
7050 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
7051
7052 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7053
7054 Support applying stashes. Improve UI.
7055 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
7056 (vc-git-stash-apply, vc-git-stash-pop)
7057 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
7058 (vc-git-stash-menu): New functions.
7059 (vc-git-stash-menu-map): New variable.
7060 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
7061
7062 2009-12-03 Glenn Morris <rgm@gnu.org>
7063
7064 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
7065 (vc-print-log-internal): Fix previous change.
7066 (vc-revert): Correct pluralization.
7067
7068 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7069
7070 * progmodes/make-mode.el (makefile-special-targets-list): No need for
7071 it to be an alist any more.
7072 (makefile-complete): Use completion-in-region.
7073
7074 * progmodes/octave-mod.el (octave-complete-symbol):
7075 Use completion-in-region.
7076
7077 Misc cleanup.
7078 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
7079 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
7080 (idlwave-complete-class): Don't quote lambda.
7081 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
7082 (idlwave-mode-map): Move initialization into declaration.
7083 (idlwave-action-and-binding): Use backquotes.
7084 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
7085 Simplify.
7086 (idlwave-is-pointer-dereference): Remove unused var `pos'.
7087 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
7088 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
7089 `parts', and `all-parts'.
7090 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
7091 (idlwave-convert-xml-system-routine-info): Remove unused string
7092 `version-string'.
7093 (idlwave-display-user-catalog-widget): Use dolist.
7094 (idlwave-scanning-lib): Declare dynamically-scoped var.
7095 (idlwave-scan-library-catalogs): Remove unused var `flags'.
7096 (completion-highlight-first-word-only): Declare to silence bytecomp.
7097 (idlwave-popup-select): Tighten scope of `resp'.
7098 (idlwave-find-struct-tag): Remove unused var `beg'.
7099 (idlwave-after-load-rinfo-hook): Declare.
7100 (idlwave-sintern-class-info): Remove unused var `taglist'.
7101 (idlwave-find-class-definition): Remove unused var `list'.
7102 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
7103 (idlwave-what-module-find-class): Remove unused var `classes'.
7104
7105 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
7106
7107 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
7108
7109 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7110
7111 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
7112 buffers visited. Remove redundant current-buffer-saving.
7113
7114 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7115
7116 Use completion-in-buffer and remove uses of dynamic scoping.
7117 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
7118 (pascal-buffer-to-use, pascal-flag): Don't declare.
7119 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
7120 (pascal-get-completion-decl, pascal-keyword-completion):
7121 Add `pascal-str' argument, save-excursion,
7122 return the found completions, and don't filter with pascal-pred.
7123 (pascal-completion-cache): New var.
7124 (pascal-completion): Don't switch buffer any more (it was never
7125 necessary). Don't save-excursion any more (it's done by the called
7126 subroutines). Use a cache to avoid redundant computations.
7127 Use complete-with-action rather than pascal-completion-response and
7128 let it apply the predicate as well.
7129 (pascal-complete-word): Use completion-in-buffer when
7130 pascal-toggle-completions is nil.
7131 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
7132 not used any more.
7133 (pascal-comp-defun): Don't change buffer any more.
7134 Use complete-with-action rather than pascal-completion-response and
7135 let it apply the predicate as well.
7136 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
7137 when neded.
7138
7139 2009-12-02 Kenichi Handa <handa@m17n.org>
7140
7141 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
7142 shape for all Indic scripts.
7143
7144 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7145
7146 Use completion-in-buffer.
7147 * wid-edit.el (widget-field-text-end): New function.
7148 (widget-field-value-get): Use it.
7149 (widget-string-complete, widget-file-complete)
7150 (widget-color-complete): Use it and completion-in-region.
7151 (widget-complete): Don't narrow the buffer.
7152
7153 2009-12-02 Glenn Morris <rgm@gnu.org>
7154
7155 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
7156 (rmail-select-summary): Use rmail-pop-to-buffer.
7157 * mail/rmailsum.el: Replace all pop-to-buffer calls with
7158 rmail-pop-to-buffer, to prevent horizontal splits.
7159
7160 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
7161 save-excursion with save-current-buffer.
7162 Widen before searching. (Bug#5093)
7163 (diary-list-sexp-entries): Remove superfluous save-excursion.
7164
7165 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
7166
7167 * woman.el (woman-make-bufname): Handle man-pages with "." in the
7168 name. (Bug#5038)
7169
7170 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
7171
7172 * ido.el (ido-file-internal): Handle filenames at point that do
7173 not have a directory part. (Bug#5049)
7174
7175 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
7176
7177 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
7178 (mpc-songs-jump-to, mpc-resume): Doc fixes.
7179
7180 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
7181
7182 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
7183 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
7184 any more.
7185
7186 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7187
7188 * comint.el (comint-insert-input): Ignore clicks to the right of
7189 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
7190
7191 * vc.el (vc-print-log-internal): Don't wait for the process to
7192 terminate before setting up the major mode.
7193
7194 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
7195 in case.
7196
7197 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
7198 the last element.
7199
7200 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
7201
7202 2009-12-01 Glenn Morris <rgm@gnu.org>
7203
7204 * window.el (window--display-buffer-2): Fix previous changes.
7205
7206 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
7207
7208 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
7209
7210 2009-12-01 Glenn Morris <rgm@gnu.org>
7211
7212 * Makefile.in (ELCFILES): Add mpc.elc.
7213
7214 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7215
7216 * mpc.el: New file.
7217
7218 2009-12-01 Glenn Morris <rgm@gnu.org>
7219
7220 * window.el (window-to-use): Define for compiler.
7221
7222 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
7223 consistent with others (no final period).
7224
7225 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
7226 (rmail-mime-show): Downcase the encoding. (Bug#5070)
7227
7228 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
7229
7230 Make vc-print-log buttons work.
7231 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
7232
7233 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
7234
7235 * savehist.el (savehist-autosave-interval): Allow setting to nil
7236 through customize. (Bug#5056)
7237
7238 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
7239
7240 Fix references to jit-lock properties.
7241 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7242 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
7243 (perl-font-lock-special-syntactic-constructs):
7244 Quote jit-lock-defer-multiline property.
7245
7246 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
7247
7248 * vc-git.el (vc-git-registered): Call vc-git-root only once.
7249
7250 2009-11-30 Juri Linkov <juri@jurta.org>
7251
7252 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
7253 value `buffer' of `multi-isearch-next-buffer-current-function'.
7254 Use `(current-buffer)' when `buffer' is nil.
7255 (multi-isearch-next-buffer-from-list): Don't fallback to
7256 `(current-buffer)' when `buffer' is nil. (Bug#4947)
7257
7258 2009-11-30 Juri Linkov <juri@jurta.org>
7259
7260 * misearch.el (multi-isearch-read-buffers): Move canonicalization
7261 of buffers with `get-buffer' to `multi-isearch-buffers'.
7262 (multi-isearch-buffers, multi-isearch-buffers-regexp):
7263 Canonicalize BUFFERS with `get-buffer'. Doc fix.
7264 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
7265 FILES with `expand-file-name' converting relative file names
7266 to absolute. Doc fix. (Bug#4727)
7267
7268 2009-11-30 Juri Linkov <juri@jurta.org>
7269
7270 * misearch.el (multi-isearch-read-buffers)
7271 (multi-isearch-read-matching-buffers): New functions.
7272 (multi-isearch-buffers, multi-isearch-buffers-regexp):
7273 Use them in the `interactive' spec. Doc fix.
7274 (multi-isearch-read-files, multi-isearch-read-matching-files):
7275 New functions.
7276 (multi-isearch-files, multi-isearch-files-regexp):
7277 Use them in the `interactive' spec. Doc fix. (Bug#4725)
7278
7279 2009-11-30 Juri Linkov <juri@jurta.org>
7280
7281 * doc-view.el (doc-view-continuous):
7282 Rename from `doc-view-continuous-mode'.
7283 (doc-view-menu): Move "Toggle display" to the top.
7284 Add submenu "Continuous" with radio buttons "Off"/"On"
7285 and "Save as Default".
7286 (doc-view-scroll-up-or-next-page)
7287 (doc-view-scroll-down-or-previous-page)
7288 (doc-view-next-line-or-next-page)
7289 (doc-view-previous-line-or-previous-page): Rename
7290 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
7291
7292 2009-11-30 Juri Linkov <juri@jurta.org>
7293
7294 * comint.el (comint-mode-map): Rebind `M-r' from
7295 `comint-previous-matching-input' to
7296 `comint-history-isearch-backward-regexp'.
7297 Unbind `M-s' to allow global key binding `M-s'.
7298 Add menu items for `comint-history-isearch-backward' and
7299 `comint-history-isearch-backward-regexp'. (Bug#3746)
7300
7301 2009-11-30 Juri Linkov <juri@jurta.org>
7302
7303 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
7304 For def=recenter, replace `recenter' with `recenter-top-bottom'
7305 that is called with `this-command' and `last-command' let-bound
7306 to `recenter-top-bottom'. When the last `def' was not `recenter',
7307 set `recenter-last-op' to nil. (Bug#4981)
7308
7309 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7310
7311 Minor cleanup and simplification.
7312 * filecache.el (file-cache-add-directory)
7313 (file-cache-add-directory-recursively)
7314 (file-cache-add-from-file-cache-buffer)
7315 (file-cache-delete-file-regexp, file-cache-delete-directory)
7316 (file-cache-files-matching-internal, file-cache-display): Use dolist.
7317 (file-cache-temp-minibuffer-message): Delete function.
7318 (file-cache-minibuffer-complete): Use minibuffer-message instead.
7319
7320 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7321 Don't signal an error when bumping into EOB in tr, s, or y.
7322
7323 2009-11-29 Juri Linkov <juri@jurta.org>
7324
7325 * startup.el (fancy-about-text): Fix wording of Guided Tour.
7326 (Bug#4960)
7327
7328 * descr-text.el (describe-char-unidata-list): Use lowercase name
7329 for "Unicode name" like in other tags.
7330
7331 2009-11-29 Juri Linkov <juri@jurta.org>
7332
7333 * ediff-util.el (ediff-minibuffer-with-setup-hook):
7334 New compatibility macro.
7335 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
7336
7337 2009-11-29 Juri Linkov <juri@jurta.org>
7338
7339 Add defcustom to define the cycling order of `recenter-top-bottom'.
7340 (Bug#4981)
7341
7342 * window.el (recenter-last-op): Doc fix.
7343 (recenter-positions): New defcustom.
7344 (recenter-top-bottom): Rewrite to use `recenter-positions'.
7345 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
7346
7347 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
7348
7349 Improve integration of Tramp and ange-ftp in eshell.
7350
7351 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
7352 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
7353 (eshell/sudo): Flatten args. Let-bind `default-directory'.
7354
7355 * eshell/esh-util.el (top): Require also Tramp when compiling.
7356 (eshell-directory-files-and-attributes): Check for FTP remote
7357 connection.
7358 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
7359 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
7360 (eshell-file-attributes): Handle ".". Return `entry'.
7361
7362 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
7363 (ange-ftp-directory-files-and-attributes)
7364 (ange-ftp-real-directory-files-and-attributes): New defuns.
7365
7366 * net/tramp.el (tramp-maybe-open-connection): Open the remote
7367 shell with "exec" when possible. This prevents trailing prompts
7368 in `start-file-process'.
7369
7370 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7371
7372 Try and remove assumptions about point-min==1.
7373 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
7374 (rng-compute-mode-line-string): Show the validation percentage in
7375 terms of the narrowed text, not the widened text.
7376 (rng-do-some-validation): Don't catch internal errors when debugging.
7377 (rng-first-error): Simplify.
7378 (rng-after-change-function): Remove work around. AFAIK the bug has
7379 been fixed a while ago.
7380
7381 * image-mode.el (image-minor-mode): Exit more gracefully when the image
7382 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
7383
7384 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
7385
7386 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
7387 `cd' doesn't always do it for us (bug#5067).
7388
7389 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
7390 on 2009-10-25 as part of some other change (bug#5067).
7391
7392 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7393
7394 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7395 `suspicious'.
7396 (byte-compile-warnings): Use byte-compile-warning-types.
7397 (byte-compile-save-excursion): Warn about use of set-buffer right
7398 after save-excursion.
7399
7400 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
7401 the excursion as well.
7402
7403 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
7404
7405 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
7406 providing a Tramp related implementation of "su" and "sudo".
7407 (eshell-unix-initialize): Add "su" and "sudo".
7408
7409 2009-11-27 Daiki Ueno <ueno@unixuser.org>
7410
7411 * net/socks.el (socks-send-command): Convert binary request to
7412 unibyte before sending. This fixes mishandling of some port
7413 numbers such as 129.
7414
7415 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7416
7417 * help.el (describe-bindings-internal): Remove `interactive'.
7418
7419 * man.el (Man-completion-table): Trim a terminating "(".
7420 Remove the space between name page a section.
7421 Add the command's description on the `help-echo' property.
7422 Remove `process-connection-type' binding since it's unused by
7423 call-process.
7424 Provide completion for the "<section> <name>" format as well.
7425 (Man-default-man-entry): Remove spurious var shadowing the argument.
7426
7427 2009-11-26 Kevin Ryde <user42@zip.com.au>
7428
7429 * log-view.el: Add "Keywords: tools", since its other keywords
7430 aren't in finder-known-keywords, and following vc.el.
7431
7432 * sha1.el (sha1-string-external): default-directory "/" in case
7433 otherwise non-existent. process-connection-type pipe for touch of
7434 efficiency recommended by elisp manual. (An aside in Bug#3911.)
7435
7436 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7437
7438 Misc coding convention cleanups.
7439 * htmlfontify.el (hfy-init-kludge-hook): Rename from
7440 hfy-init-kludge-hooks.
7441 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
7442 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
7443 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
7444 and push.
7445 (hfy-slant, hfy-weight): Use tables rather than code.
7446 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
7447 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
7448 (hfy-face-attr-for-class): Initialize `face-spec' directly.
7449 (hfy-face-to-css): Remove `nconc' with single arg.
7450 (hfy-p-to-face-lennart): Use `or'.
7451 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
7452 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
7453 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
7454 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
7455 (hfy-force-fontification): Use run-hooks.
7456
7457 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
7458
7459 Various minor fixes.
7460 * htmlfontify.el (hfy-default-header): Add toggle_invis since
7461 Javascript belongs in the header, not the body.
7462 (hfy-javascript): Remove.
7463 (hfy-fontify-buffer): Don't insert it any more.
7464 (hfy-face-at): Handle (face0 face1 face2) style face properties.
7465 Fix bug in invis handling when there were no invis props in a chunk.
7466
7467 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7468
7469 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
7470
7471 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
7472
7473 * finder.el (finder-mode-map): Add a menu.
7474
7475 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
7476
7477 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
7478 "unsigned" structs.
7479
7480 (verilog-leap-to-head, verilog-backward-token): Handle "disable
7481 fork" statement better.
7482
7483 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
7484
7485 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
7486 (verilog-delete-auto, verilog-delete-empty-auto-pair)
7487 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
7488 Reported by Clay Douglass.
7489
7490 (verilog-auto-inst, verilog-auto-star-safe)
7491 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
7492 Fix removing "// Interfaces" when saving .* expansions. Reported by
7493 Pierre-David Pfister.
7494
7495 2009-11-26 Glenn Morris <rgm@gnu.org>
7496
7497 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
7498 the scope.
7499
7500 2009-11-25 Johan Bockgård <bojohan@gnu.org>
7501
7502 * vc-annotate.el (vc-annotate-revision-previous-to-line):
7503 Really use previous revision.
7504
7505 2009-11-25 Kevin Ryde <user42@zip.com.au>
7506
7507 * man.el (Man-completion-table): default-directory "/" in case
7508 doesn't otherwise exist. process-environment COLUMNS=999 so as
7509 not to truncate long names. process-connection-type pipe to avoid
7510 any chance of hitting the pseudo-tty TIOCGWINSZ.
7511 (man): completion-ignore-case t for friendliness and since man
7512 itself is case-insensitive on the command line.
7513 Further to Bug#3717.
7514
7515 * arc-mode.el: Add "Keywords: files", so the details in its
7516 commentary can be reached from finder-by-keyword.
7517 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
7518 editing mode, but it's comms related and sgml-mode.el has "comm"
7519 on that basis too.
7520 * textmodes/bibtex-style.el: Add "Keywords: tex".
7521 * international/isearch-x.el, international/ja-dic-cnv.el:
7522 * international/ja-dic-utl.el, international/kkc.el:
7523 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
7524
7525 2009-11-25 Juri Linkov <juri@jurta.org>
7526
7527 * man.el (Man-completion-table): Modify regexp to include
7528 section names to completion strings. (Bug#3717)
7529
7530 2009-11-25 Juri Linkov <juri@jurta.org>
7531
7532 Search recursively in gzipped files. (Bug#4982)
7533
7534 * progmodes/grep.el (grep-highlight-matches): Add new options
7535 `always' and `auto'. Doc fix.
7536 (grep-process-setup): Check `grep-highlight-matches' for
7537 `auto-detect' to determine the need to compute grep defaults.
7538 Move Windows/DOS specific --colors settings handling
7539 to `grep-compute-defaults'. Check `grep-highlight-matches'
7540 to get the value of "--color=".
7541 (grep-compute-defaults): Compute `grep-highlight-matches' when it
7542 has the value `auto-detect'. Move Windows/DOS specific settings
7543 from `grep-process-setup'.
7544 (zrgrep): New command with alias `rzgrep'.
7545
7546 2009-11-25 Juri Linkov <juri@jurta.org>
7547
7548 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
7549 to nil instead of switching off view-mode. (Bug#4896)
7550
7551 2009-11-25 Juri Linkov <juri@jurta.org>
7552
7553 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
7554
7555 * mwheel.el (mwheel-scroll-up-function)
7556 (mwheel-scroll-down-function): New defvars.
7557 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
7558 `scroll-up', and `mwheel-scroll-down-function' instead of
7559 `scroll-down'.
7560
7561 * doc-view.el (doc-view-scroll-up-or-next-page)
7562 (doc-view-scroll-down-or-previous-page): Add optional ARG.
7563 Use this ARG in the call to image-scroll-up/image-scroll-down.
7564 Change `interactive' spec to "P". Goto next/previous page only
7565 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
7566 SPC/DEL case). Doc fix.
7567 (doc-view-next-line-or-next-page)
7568 (doc-view-previous-line-or-previous-page): Rename arg to ARG
7569 for consistency.
7570 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
7571 `doc-view-scroll-up-or-next-page', and buffer-local
7572 `mwheel-scroll-down-function' to
7573 `doc-view-scroll-down-or-previous-page'.
7574
7575 2009-11-25 Juri Linkov <juri@jurta.org>
7576
7577 Provide additional default values (directories at other Dired
7578 windows) via M-n in the minibuffer of some Dired commands.
7579
7580 * dired-aux.el (dired-diff, dired-compare-directories)
7581 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
7582 `minibuffer-default' in `minibuffer-with-setup-hook'.
7583 (dired-dwim-target-directory): Find a window that displays Dired
7584 buffer instead of failing when the next window is not Dired.
7585 Use `get-window-with-predicate' to find for the next Dired window.
7586 (dired-dwim-target-defaults): New function.
7587
7588 * ediff-util.el (ediff-read-file-name):
7589 Use `dired-dwim-target-defaults' to set `minibuffer-default'
7590 in `minibuffer-with-setup-hook'.
7591
7592 2009-11-25 Juri Linkov <juri@jurta.org>
7593
7594 Provide additional default values (file name at point or at the
7595 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
7596
7597 * minibuffer.el (read-file-name-defaults): New function.
7598 (read-file-name): Reset `minibuffer-default' to nil when
7599 it duplicates initial input `insdef'.
7600 Bind `minibuffer-default-add-function' to lambda that
7601 calls `read-file-name-defaults' in `minibuffer-selected-window'.
7602 (minibuffer-insert-file-name-at-point): New command.
7603
7604 * files.el (file-name-at-point-functions): New defcustom.
7605 (find-file-default): Remove defvar.
7606 (find-file-read-args): Don't use `find-file-default'.
7607 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7608 to `read-file-name'.
7609 (find-file-literally): Use `read-file-name' with
7610 `confirm-nonexistent-file-or-buffer'.
7611
7612 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
7613
7614 * dired.el (dired-read-dir-and-switches):
7615 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7616 to `read-file-name'.
7617 (dired-file-name-at-point): New function.
7618 (dired-mode): Add hook `dired-file-name-at-point' to
7619 `file-name-at-point-functions'.
7620
7621 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7622
7623 Really make the *Completions* window soft-dedicated (bug#5030).
7624 * window.el (window--display-buffer-2): Add `dedicated' argument.
7625 (display-buffer): Pass it when needed so the dedicated flag is set
7626 after calling set-window-buffer, which would otherwise reset it.
7627
7628 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7629
7630 * progmodes/meta-mode.el (meta-complete-symbol):
7631 * progmodes/etags.el (complete-tag):
7632 * mail/mailabbrev.el (mail-abbrev-complete-alias):
7633 Use completion-in-region.
7634
7635 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
7636 (dabbrev-completion): Use completion-in-region.
7637 (dabbrev--abbrev-at-point): Simplify regexp.
7638
7639 * abbrev.el (abbrev--before-point): Use word-motion functions
7640 if :regexp is not specified (bug#5031).
7641
7642 * subr.el (string-prefix-p): New function.
7643
7644 * man.el (Man-completion-cache): New var.
7645 (Man-completion-table): Use it.
7646
7647 * vc.el (vc-print-log-internal): Make `limit' optional for better
7648 compatibility (e.g. with vc-annotate.el).
7649
7650 2009-11-24 Kevin Ryde <user42@zip.com.au>
7651
7652 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
7653 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
7654
7655 * emacs-lisp/elint.el (elint-add-required-env): Better error message
7656 when .el source file not found or other error.
7657
7658 2009-11-24 Markus Triska <markus.triska@gmx.at>
7659
7660 * linum.el (linum-update-window): Ignore intangible (bug#4996).
7661
7662 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7663
7664 Handle the [back] button properly (bug#4979).
7665 * descr-text.el (describe-text-properties): Add a `buffer' argument.
7666 Use help-setup-xref, help-buffer, and with-help-window.
7667 (describe-char): Add `buffer' argument.
7668 Pass proper command to help-setup-xref. Don't meddle with
7669 help-xref-stack-item directly.
7670 (describe-text-category): Use with-help-window and help-buffer.
7671
7672 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
7673 for the displayed buffer (bug#4887).
7674
7675 * man.el (Man-completion-table): New function.
7676 (man): Use it.
7677
7678 2009-11-24 David Reitter <david.reitter@gmail.com>
7679
7680 * vc-git.el (vc-git-registered): Use checkout directory (where
7681 .git is) rather than the file's directory and a relative path spec
7682 to work around a bug in git.
7683
7684 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
7685
7686 Improve handling of processes on remote hosts.
7687
7688 * eshell/esh-util.el (eshell-path-env): New defvar.
7689 (eshell-parse-colon-path): New defun.
7690 (eshell-file-attributes): Use `eshell-parse-colon-path'.
7691
7692 * eshell/esh-ext.el (eshell-search-path):
7693 Use `eshell-parse-colon-path'.
7694 (eshell-remote-command): Remove argument HANDLER.
7695 (eshell-external-command): Check for FTP remote connection.
7696
7697 * eshell/esh-proc.el (eshell-gather-process-output):
7698 Use `file-truename', in order to start also symlinked files.
7699 Apply `start-file-process' instead of `start-process'.
7700 Shorten `command' to the local file name part.
7701
7702 * eshell/em-cmpl.el (eshell-complete-commands-list):
7703 Use `eshell-parse-colon-path'.
7704
7705 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
7706
7707 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
7708 to `eshell-directory-change-hook'.
7709
7710 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
7711
7712 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
7713 because it could be enabled automatically if view-read-only is non-nil.
7714
7715 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
7716
7717 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
7718 made on 2009-11-22.
7719
7720 2009-11-24 Glenn Morris <rgm@gnu.org>
7721
7722 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
7723 deleted variable bookmark-bmenu-bookmark-column.
7724
7725 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7726 Move after definition of global-semantic-idle-tag-highlight-mode.
7727
7728 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7729
7730 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
7731
7732 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
7733
7734 * net/browse-url.el (browse-url-filename-alist): On Windows, add
7735 two slashes to the "file:" prefix.
7736 (browse-url-file-url): De-munge Cygwin filenames before passing
7737 them to Windows browser.
7738 (browse-url-default-windows-browser): Use call-process.
7739
7740 2009-11-23 Juri Linkov <juri@jurta.org>
7741
7742 Implement DocView Continuous mode. (Bug#4896)
7743 * doc-view.el (doc-view-continuous-mode): New defcustom.
7744 (doc-view-mode-map): Bind C-n/<down> to
7745 `doc-view-next-line-or-next-page', C-p/<up> to
7746 `doc-view-previous-line-or-previous-page'.
7747 (doc-view-next-line-or-next-page)
7748 (doc-view-previous-line-or-previous-page): New commands.
7749
7750 2009-11-23 Juri Linkov <juri@jurta.org>
7751
7752 Implement Isearch in comint input history. (Bug#3746)
7753 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7754 `isearch-mode-hook'.
7755 (comint-history-isearch): New defcustom.
7756 (comint-history-isearch-backward)
7757 (comint-history-isearch-backward-regexp): New commands.
7758 (comint-history-isearch-message-overlay): New buffer-local variable.
7759 (comint-history-isearch-setup, comint-history-isearch-end)
7760 (comint-goto-input, comint-history-isearch-search)
7761 (comint-history-isearch-message, comint-history-isearch-wrap)
7762 (comint-history-isearch-push-state)
7763 (comint-history-isearch-pop-state): New functions.
7764
7765 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
7766
7767 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7768 return.
7769 (tramp-handle-make-symbolic-link)
7770 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7771 Quote file names.
7772 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7773 (tramp-handle-process-file): Use it.
7774
7775 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7776
7777 * window.el (move-to-window-line-last-op): Remove.
7778 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7779
7780 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
7781
7782 Make M-r mirror the new cycling behavior of C-l.
7783 * window.el (move-to-window-line-last-op): New var.
7784 (move-to-window-line-top-bottom): New command.
7785 (global-map): Bind M-r move-to-window-line-top-bottom.
7786
7787 2009-11-23 Sven Joachim <svenjoac@gmx.de>
7788
7789 * dired-x.el (dired-guess-shell-alist-default):
7790 Support xz format. (Bug#4953)
7791
7792 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
7793
7794 * cedet/srecode/map.el (srecode-get-maps):
7795 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7796 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7797 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7798 (semantic-toggle-decoration-style):
7799 * cedet/semantic/decorate/include.el
7800 (semantic-decoration-include-describe)
7801 (semantic-decoration-unknown-include-describe)
7802 (semantic-decoration-unparsed-include-describe)
7803 (semantic-decoration-all-include-summary):
7804 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7805 * cedet/semantic/analyze/complete.el
7806 (semantic-analyze-possible-completions):
7807 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7808 (semantic-show-unmatched-syntax-mode)
7809 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7810 (semantic-highlight-func-mode):
7811 * cedet/semantic/util.el (semantic-describe-buffer):
7812 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7813 (semantic-symref-find-tags-by-name)
7814 (semantic-symref-find-tags-by-regexp)
7815 (semantic-symref-find-tags-by-completion)
7816 (semantic-symref-find-file-references-by-name)
7817 (semantic-symref-find-text):
7818 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7819 (senator-yank-tag):
7820 * cedet/semantic/scope.el (semantic-calculate-scope):
7821 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7822 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7823 (define-semantic-idle-service):
7824 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7825 (semantic-complete-analyze-inline-idle):
7826 * cedet/semantic/analyze.el (semantic-analyze-current-context):
7827 * cedet/mode-local.el (describe-mode-local-bindings)
7828 (describe-mode-local-bindings-in-mode):
7829 * cedet/ede/make.el (ede-make-check-version):
7830 * cedet/ede/locate.el (ede-enable-locate-on-project):
7831 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7832 (cedet-idutils-version-check):
7833 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7834 (cedet-gnu-global-version-check):
7835 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7836 (cedet-cscope-version-check): Use called-interactively-p instead
7837 of interactive-p.
7838
7839 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7840 Use semantic-format-tag-prototype.
7841
7842 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
7843
7844 * emulation/viper-cmd.el: Use viper-last-command-char instead of
7845 last-command-char/last-command-event.
7846 (viper-prefix-arg-value): Do correct conversion of event-char for
7847 XEmacs.
7848
7849 * emulation/viper-util.el, emulation/viper.el:
7850 Use viper-last-command-char instead of
7851 last-command-char/last-command-event.
7852
7853 * ediff-init.el, ediff-mult.el, ediff-util.el:
7854 Replace last-command-char and last-command-event
7855 with (ediff-last-command-char) everywhere.
7856
7857 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7858 created in fundamental mode.
7859
7860 * ediff.el (ediff-version): Revert the change of interactive-p to
7861 called-interactively-p.
7862
7863 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
7864
7865 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7866 generation from word-movement command names.
7867
7868 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
7869
7870 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7871 (semantic-complete-jump-local, semantic-complete-jump):
7872 Improve prompt string.
7873
7874 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
7875
7876 * cus-start.el (all): Add native condition for font-use-system-font.
7877
7878 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
7879
7880 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7881 Correct the patch from 2009-11-18. (Bug#3910)
7882
7883 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
7884
7885 * progmodes/subword.el: Rename from lisp/subword.el.
7886
7887 * subword.el: Rename to progmodes/subword.el.
7888
7889 * Makefile.in (ELCFILES): Adapt to subword.el move.
7890
7891 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7892 Stefan Monnier <monnier@iro.umontreal.ca>
7893
7894 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7895 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7896 (bookmark-bmenu-show-filenames): Use push.
7897 (bookmark-bmenu-hide-filenames): Use local var instead of
7898 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
7899 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7900 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7901 filenames now that the bookmark names are always available.
7902
7903 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7904
7905 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7906 (bookmark-search-pattern): Move and leave unbound.
7907 (bookmark-bmenu-mode-map): Change binding.
7908 (bookmark-read-search-input): Simplify.
7909 Don't use text-char-description. Don't error on non-char events.
7910 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7911 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7912 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7913 Use a local var for the timer.
7914 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7915 (i.e. bookmark-bmenu-search).
7916
7917 2009-11-21 Glenn Morris <rgm@gnu.org>
7918
7919 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
7920
7921 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
7922
7923 * net/browse-url.el (browse-url-default-windows-browser):
7924 Use cygstart for cygwin.
7925
7926 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
7927
7928 * bookmark.el: Formatting and doc fixes only:
7929 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7930 (bookmark-bmenu-search): Wrap to fit within 80 columns.
7931 Minor grammar and punctuation fixes in doc string.
7932 (bookmark-read-search-input): Adjust to fit within 80 columns.
7933
7934 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
7935
7936 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7937 (c-backward-into-nomenclature): Adapt to subword renaming.
7938
7939 * subword.el (subword-forward, subword-backward, subword-mark)
7940 (subword-kill, subword-backward-kill, subword-transpose)
7941 (subword-downcase, subword-upcase, subword-capitalize)
7942 (subword-forward-internal, subword-backward-internal):
7943 Rename from forward-subword, backward-subword, mark-subword,
7944 kill-subword, backward-kill-subword, transpose-subwords,
7945 downcase-subword, upcase-subword, capitalize-subword,
7946 forward-subword-internal, backward-subword-internal.
7947
7948 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7949
7950 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7951 New options.
7952 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7953 New vars.
7954 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7955 (bookmark-bmenu-filter-alist-by-regexp)
7956 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7957 (bookmark-bmenu-search): New command.
7958 (bookmark-bmenu-mode-map): Bind it.
7959
7960 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7961
7962 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7963
7964 * cedet/semantic/idle.el (define-semantic-idle-service)
7965 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7966
7967 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
7968
7969 * progmodes/cc-cmds.el: declare-functioned forward-subword and
7970 backward-subword to quit the byte-compiler.
7971
7972 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7973
7974 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7975
7976 * progmodes/cc-cmds.el (c-update-modeline)
7977 (c-forward-into-nomenclature, c-backward-into-nomenclature):
7978 Refer to subword.el functions instead of cc-subword.el.
7979
7980 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7981 subword.el functions instead of cc-subword.el.
7982
7983 * progmodes/cc-subword.el: Rename to subword.el.
7984 * subword.el: Rename from progmodes/cc-subword.el.
7985 (subword-mode-map): Rename from c-subword-mode-map.
7986 (subword-mode): Rename from c-subword-mode.
7987 (global-subword-mode): New global minor mode.
7988 (forward-subword): Rename from c-forward-subword.
7989 (backward-subword): Rename from c-backward-subword.
7990 (mark-subword): Rename from c-mark-subword.
7991 (kill-subword): Rename from c-kill-subword.
7992 (backward-kill-subword): Rename from c-backward-kill-subword.
7993 (transpose-subwords): Rename from c-tranpose-subword.
7994 (downcase-subword): Rename from c-downcase-subword.
7995 (capitalize-subword): Rename from c-capitalize-subword.
7996 (forward-subword-internal): Rename from c-forward-subword-internal.
7997 (backward-subword-internal): Rename from c-backward-subword-internal.
7998
7999 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
8000
8001 * vc.el (vc-deduce-fileset): Allow non-state changing operations
8002 from a dired buffer.
8003 (vc-dired-deduce-fileset): New function.
8004 (vc-root-diff, vc-print-root-log): Use it.
8005
8006 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
8007 nil LIMIT argument to vc-print-log-internal.
8008
8009 2009-11-20 Glenn Morris <rgm@gnu.org>
8010
8011 * Makefile.in (ELCFILES): Regenerate.
8012
8013 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
8014
8015 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
8016
8017 * cedet/semantic.el: Enable idle-mode menu items only if
8018 global-semantic-idle-scheduler-mode is enabled.
8019 (semantic-default-submodes): Doc fix.
8020
8021 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
8022 When turning off, disable other idle modes.
8023
8024 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
8025
8026 * calc/calc.el (calc-set-mode-line):
8027 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
8028 (math-format-number): Rename `math-format-complement-signed' to
8029 `math-format-twos-complement'.
8030
8031 * calc/calc-bin.el (math-format-twos-complement): Rename from
8032 math-format-complement-signed.
8033 (calc-radix): Rename `calc-complement-signed-mode' to
8034 `calc-twos-complement-mode'.
8035 (calc-octal-radix, calc-hex-radix): Add an argument for
8036 two's complement.
8037
8038 * calc/calc-embed.el (calc-embedded-mode-vars):
8039 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
8040
8041 * calc/calc-ext.el (calc-init-extensions):
8042 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
8043 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
8044
8045 * calc/calc-units.el (math-build-units-table-buffer):
8046 Let `calc-twos-complement-mode' be nil.
8047
8048 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
8049 entries.
8050
8051 * calc/calc-vec.el (calcFunc-vunpack):
8052 * calc/calc-aent.el (calc-do-calc-eval):
8053 * calc/calc-forms.el (math-format-date):
8054 * calc/calc-graph.el (calc-graph-plot):
8055 * calc/calc-math.el (math-use-emacs-fn):
8056 * calc/calccomp.el (math-compose-expr):
8057 Let `calc-twos-complement-mode' be nil.
8058
8059 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8060
8061 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
8062 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
8063 * minibuffer.el (completion-in-region-functions): New hook.
8064 (completion-in-region): New function.
8065 * emacs-lisp/lisp.el (lisp-complete-symbol):
8066 * pcomplete.el (pcomplete-std-complete): Use it.
8067
8068 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8069
8070 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
8071 (latex-complete-alist): New vars.
8072 (latex-string-prefix-p, latex-complete-bibtex-keys)
8073 (latex-complete-envnames, latex-complete-refkeys)
8074 (latex-complete-data): New functions.
8075 (latex-complete, latex-indent-or-complete): New commands.
8076
8077 * window.el (display-buffer-mark-dedicated): New var.
8078 (display-buffer): Obey it.
8079 * minibuffer.el (minibuffer-completion-help): Use it.
8080
8081 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
8082
8083 * filecache.el (file-cache-add-file): Use push and cons.
8084 (file-cache-delete-file-regexp): Use push.
8085 (file-cache-complete): Use completion-in-region.
8086
8087 * simple.el (with-wrapper-hook): Fix thinko.
8088
8089 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
8090 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
8091 Use with-current-buffer and string-to-number.
8092 (hfy-fallback-colour-values): Use assoc-string.
8093 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
8094 (hfy-face-at): Remove unused var `found-face'.
8095 (hfy-compile-stylesheet): Remove unused var `css'.
8096 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
8097 and `orig-buffer'.
8098 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
8099 Use with-current-buffer.
8100 (hfy-text-p): Use expand-file-name and fewer setq.
8101
8102 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
8103
8104 * htmlfontify.el, hfy-cmap.el: New files.
8105
8106 2009-11-19 Juri Linkov <juri@jurta.org>
8107
8108 * minibuffer.el (completions-format): New defcustom.
8109 (completion--insert-strings): Implement vertical format.
8110
8111 * simple.el (switch-to-completions): Move point to the first
8112 completion when point was at the beginning of the buffer.
8113
8114 2009-11-19 Juri Linkov <juri@jurta.org>
8115
8116 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
8117
8118 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
8119
8120 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
8121
8122 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
8123 (mail-signature): Change default to t.
8124 (mail-from-style): Deprecate `system-default' value.
8125 (mail-insert-from-field): For default value of mail-from-style,
8126 default to `angles' unless `angles' needs quoting and `parens'
8127 does not.
8128 (mail-citation-prefix-regexp): Use citation regexp from
8129 message-mode.
8130
8131 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
8132
8133 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
8134 Set variables for computing the prompt for reading password.
8135
8136 2009-11-19 Glenn Morris <rgm@gnu.org>
8137
8138 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
8139
8140 * textmodes/flyspell.el (sgml-lexical-context): Declare.
8141
8142 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
8143 (newsticker-treeview-listwindow-height): Fix custom type.
8144
8145 2009-11-19 Kenichi Handa <handa@m17n.org>
8146
8147 * descr-text.el (describe-char-padded-string): Compose with TAB
8148 only if there's a font for CH.
8149 (describe-char): Fix the condition for detecting a trivial composition.
8150
8151 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
8152
8153 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
8154 more accurate version of the regexp. (Bug#3910)
8155
8156 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
8157
8158 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
8159
8160 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
8161
8162 * font-setting.el (font-use-system-font): Declare for byte-compiler.
8163 (font-setting-change-default-font): Fix typo in docstring.
8164
8165 2009-11-18 Alan Mackenzie <acm@muc.de>
8166
8167 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
8168
8169 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
8170
8171 * font-setting.el (font-use-system-font): Move ...
8172
8173 * cus-start.el (all): ... to here.
8174
8175 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
8176
8177 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
8178 Don't set `ad-return-value' if `ad-do-it' doesn't.
8179
8180 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
8181 modification time.
8182
8183 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
8184
8185 * menu-bar.el: Put "Use system font" in Option-menu.
8186 (menu-bar-options-save): Add font-use-system-font.
8187
8188 * loadup.el: If feature system-font-setting or font-render-setting is
8189 there, load font-setting.
8190
8191 * Makefile.in (ELCFILES): Add font-settings.el.
8192 * font-setting.el: New file.
8193
8194 2009-11-17 Glenn Morris <rgm@gnu.org>
8195
8196 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
8197
8198 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
8199 Preserve point in the list buffer. (Bug#4939)
8200 Use point-at-eol.
8201 (newsticker--treeview-list-update-highlight)
8202 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
8203
8204 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
8205
8206 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
8207 Remove.
8208
8209 * calc/calc-ext.el (calc-init-extensions): Remove references to
8210 symclip.
8211
8212 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
8213
8214 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
8215 * calc/calc-help.el (calc-b-prefix-help): Remove references to
8216 `calc-symclip'.
8217
8218 2009-11-16 Kevin Ryde <user42@zip.com.au>
8219
8220 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8221 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
8222
8223 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
8224 (lm-keywords-list): Allow comma-only separator like "foo,bar".
8225 Ignore trailing spaces by omit-nulls to split-string (fixing
8226 regression from Emacs 21 due to the incompatible split-string
8227 change). (Bug #4928.)
8228
8229 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
8230
8231 * vc.el (vc-log-show-limit): Default to 2000.
8232 (vc-print-log-internal): Insert buttons to request more entries
8233 when limiting the output.
8234
8235 * vc-sccs.el (vc-sccs-print-log):
8236 * vc-rcs.el (vc-rcs-print-log):
8237 * vc-cvs.el (vc-cvs-print-log):
8238 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
8239 LIMIT is non-nil.
8240
8241 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
8242
8243 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
8244 error when `tramp-gvfs-dbus-event-vector' is set.
8245 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
8246
8247 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8248
8249 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
8250
8251 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
8252
8253 * net/dbus.el (dbus-unregister-service): New defun.
8254 (dbus-register-property): Register the handlers of
8255 "org.freedesktop.DBus.Properties" for SERVICE.
8256 (dbus-property-handler): Fix docstring.
8257
8258 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8259
8260 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
8261 Quote doc string reference in defvaralias as it is not in special form.
8262 (byte-compile-output-docform): Doc fix.
8263
8264 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
8265
8266 * calc/calc.el (math-2-word-size, math-half-2-word-size)
8267 (calc-complement-signed-mode): New variables.
8268 (calc-set-mode-line): Add indicator for twos-complements.
8269 (math-format-number): Format twos-complement notation.
8270
8271 * calc/calc-bin.el (calc-word-size): Reset the variables
8272 `math-2-word-size' and `math-half-2-word-size'.
8273 (math-format-complement-signed, math-symclip, calcFunc-symclip)
8274 (calc-symclip): New functions.
8275
8276 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
8277
8278 * calc/calc-embed.el (calc-embedded-mode-vars):
8279 Add `calc-complement-signed-mode' to the list of modes.
8280
8281 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
8282 (calc-b-oper-keys): Add `calc-symclip' to list.
8283
8284 * calc/calc-ext.el (math-read-number-fancy): Read complement
8285 signed numbers.
8286 (calc-init-extensions): Add binding for `calc-symclip'.
8287 Add autoload for `calcFunc-symclip' and `calc-symclip'.
8288
8289 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
8290 `calc-symclip'.
8291 (calc-modes-menu): Add item for twos complement mode.
8292
8293 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
8294
8295 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
8296
8297 * register.el (jump-to-register, insert-register): Handle Semantic
8298 tags. From commented-out advice in semantic/senator.el.
8299
8300 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
8301
8302 * vc.el (vc-log-show-limit): New variable.
8303 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
8304 when using a prefix argument.
8305 (vc-print-log-internal): Add new argument LIMIT.
8306
8307 * vc-svn.el (vc-svn-print-log):
8308 * vc-mtn.el (vc-mtn-print-log):
8309 * vc-hg.el (vc-hg-print-log):
8310 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
8311 pass it to the log command when set. Make the BUFFER argument
8312 non-optional.
8313
8314 * vc-sccs.el (vc-sccs-print-log):
8315 * vc-rcs.el (vc-rcs-print-log):
8316 * vc-git.el (vc-git-print-log):
8317 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
8318 ignore it. Make the BUFFER argument non-optional
8319
8320 * bindings.el (mode-line-buffer-identification): Do not purecopy.
8321
8322 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
8323
8324 * dired.el (dired-mode-map): Move encryption items to "Operate"
8325 menu (Bug#4703).
8326
8327 * strokes.el (strokes-update-window-configuration): Make strokes
8328 buffer current before erasing (Bug#4906).
8329
8330 * cedet/semantic/idle.el (semantic-idle-summary-mode)
8331 (semantic-idle-summary-mode): Define using define-minor-mode
8332 instead of define-semantic-idle-service.
8333 (semantic-idle-summary-mode): New function.
8334 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
8335 that mouse motion does not reset the echo area.
8336
8337 2009-11-15 Juri Linkov <juri@jurta.org>
8338
8339 * simple.el (set-mark-default-inactive): Add :type, :group
8340 and :version. (Bug#4876)
8341
8342 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
8343
8344 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
8345 (archive-unique-fname): ... here. (Bug#4929)
8346
8347 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8348
8349 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
8350 with a real fix.
8351
8352 * novice.el (disabled-command-function): Add useful args.
8353 Setup the help buffer so that [back] works.
8354 Remove redundant call to help-mode.
8355 (disabled-command-function): Use `case'.
8356 (en/disable-command): New function extracted from enable-command.
8357 (enable-command, disable-command): Use it.
8358
8359 2009-11-14 Glenn Morris <rgm@gnu.org>
8360
8361 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
8362 constants. (Bug#4913)
8363
8364 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
8365
8366 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
8367
8368 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
8369 defined in C that have no doc-strings. (Bug#1063)
8370
8371 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
8372
8373 * cus-edit.el (data, files):
8374 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
8375
8376 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
8377
8378 * simple.el (shell-command): Doc fix (Bug#4891).
8379
8380 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
8381
8382 2009-11-14 Glenn Morris <rgm@gnu.org>
8383
8384 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
8385 statements for vc-diff, emerge-quit, and rmail-cease-edit.
8386 If they are already loaded, eval-after-load will do the right thing.
8387
8388 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
8389 compiling.
8390
8391 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
8392
8393 * simple.el (x-selection-owner-p): Declare.
8394 (read-mail-command): Use custom radio type rather than choice.
8395 (completion-no-auto-exit): Doc fix.
8396
8397 * custom.el (defgroup):
8398 * epg-config.el (epg): Doc fixes.
8399
8400 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
8401
8402 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
8403 * international/ccl.el (define-ccl-program): Do not purecopy the
8404 docstring, defconst does it anyway.
8405
8406 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8407
8408 * add-log.el (add-change-log-entry): Avoid displaying the changelog
8409 a second time.
8410
8411 * x-dnd.el (x-dnd-maybe-call-test-function):
8412 * window.el (split-window-vertically):
8413 * whitespace.el (whitespace-help-on):
8414 * vc-rcs.el (vc-rcs-consult-headers):
8415 * userlock.el (ask-user-about-lock-help)
8416 (ask-user-about-supersession-help):
8417 * type-break.el (type-break-force-mode-line-update):
8418 * time-stamp.el (time-stamp-conv-warn):
8419 * terminal.el (te-set-output-log, te-more-break, te-filter)
8420 (te-sentinel, terminal-emulator):
8421 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
8422 (term-write-input-ring, term-check-source, term-start-output-log):
8423 (term-display-buffer-line, term-dynamic-list-completions):
8424 (term-ansi-make-term, serial-term):
8425 * subr.el (selective-display):
8426 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8427 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
8428 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
8429 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
8430 (speedbar-remove-localized-speedbar-support)
8431 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
8432 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
8433 (speedbar-buffers-line-directory):
8434 * simple.el (shell-command-on-region, append-to-buffer)
8435 (prepend-to-buffer):
8436 * shadowfile.el (shadow-save-todo-file):
8437 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
8438 (scroll-bar-maybe-set-window-start):
8439 * sb-image.el (speedbar-image-dump):
8440 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
8441 (load-save-place-alist-from-file):
8442 * ps-samp.el (ps-print-message-from-summary):
8443 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
8444 (ps-background-image, ps-begin-job, ps-do-despool):
8445 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
8446 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
8447 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
8448 (pr-call-process, pr-file-list, pr-interface-save):
8449 * novice.el (disabled-command-function)
8450 (enable-command, disable-command):
8451 * mouse.el (mouse-buffer-menu-alist):
8452 * mouse-copy.el (mouse-kill-preserving-secondary):
8453 * macros.el (kbd-macro-query):
8454 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
8455 * informat.el (batch-info-validate):
8456 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
8457 * hippie-exp.el (try-expand-dabbrev-visible):
8458 * help-mode.el (help-make-xrefs):
8459 * help-fns.el (describe-variable):
8460 * generic-x.el (bat-generic-mode-run-as-comint):
8461 * finder.el (finder-mouse-select):
8462 * find-dired.el (find-dired-sentinel):
8463 * filesets.el (filesets-file-close):
8464 * files.el (list-directory):
8465 * faces.el (list-faces-display, describe-face):
8466 * facemenu.el (list-colors-display):
8467 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
8468 * epg.el (epg--process-filter, epg-cancel):
8469 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
8470 (epa--read-signature-type):
8471 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
8472 (emerge-file-names):
8473 * ehelp.el (electric-helpify):
8474 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
8475 * ediff-vers.el (rcs-ediff-view-revision):
8476 * ediff-util.el (ediff-setup):
8477 * ediff-mult.el (ediff-append-custom-diff):
8478 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
8479 (ediff-wordify):
8480 * echistory.el (Electric-command-history-redo-expression):
8481 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8482 * disp-table.el (describe-display-table):
8483 * dired.el (dired-find-buffer-nocreate):
8484 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
8485 * dabbrev.el (dabbrev--same-major-mode-p):
8486 * chistory.el (list-command-history):
8487 * apropos.el (apropos-documentation):
8488 * allout.el (allout-obtain-passphrase):
8489 (allout-copy-exposed-to-buffer):
8490 (allout-verify-passphrase): Use with-current-buffer.
8491
8492 2009-11-13 Glenn Morris <rgm@gnu.org>
8493
8494 * Makefile.in (ELCFILES): Regenerate.
8495
8496 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
8497
8498 * net/dbus.el (dbus-registered-objects-table): Rename from
8499 `dbus-registered-functions-table', because it contains also properties.
8500 (dbus-unregister-object): Unregister also properties.
8501 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8502 Use a timeout of 500 msec, in order to not block.
8503 (dbus-register-property, dbus-property-handler): New defuns.
8504
8505 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8506
8507 * simple.el (minibuffer-default-add-completions): Drop deprecated
8508 4th arg.
8509
8510 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
8511
8512 * textmodes/artist.el (artist-mouse-choose-operation):
8513 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
8514 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
8515 (artist-compute-up-event-key): New function.
8516 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
8517
8518 2009-11-13 Kenichi Handa <handa@m17n.org>
8519
8520 * language/japan-util.el: Make sure that the value of jisx0208
8521 property is jisx0208 character.
8522
8523 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
8524
8525 * international/mule.el (auto-coding-regexp-alist): Only purecopy
8526 car or each item, not the whole list.
8527
8528 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
8529
8530 * minibuffer.el (minibuffer-completion-help):
8531 Use minibuffer-hide-completions.
8532
8533 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
8534
8535 * dired.el (dired-save-positions, dired-restore-positions): New funs.
8536 (dired-revert): Use them (bug#4880).
8537
8538 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8539
8540 * tooltip.el (tooltip-frame-parameters): Undo previous change.
8541
8542 2009-11-12 Juri Linkov <juri@jurta.org>
8543
8544 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
8545 New functions.
8546 (find-file-literally-at-point): Alias of `ffap-literally'.
8547
8548 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8549
8550 * textmodes/ispell.el (ispell-skip-region-alist):
8551 * textmodes/css-mode.el (auto-mode-alist):
8552 * progmodes/compile.el (auto-mode-alist):
8553 * international/mule.el (ctext-non-standard-encodings-alist)
8554 (ctext-non-standard-encodings-regexp):
8555 * simple.el (shell-command-switch, text-read-only):
8556 * replace.el (occur-mode-map):
8557 * paths.el (rmail-file-name):
8558 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
8559 * find-file.el (ff-special-constructs):
8560 * files.el (file-name-handler-alist):
8561 * composite.el: Purecopy strings.
8562
8563 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
8564
8565 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8566
8567 * widget.el (define-widget): Purecopy the docstring.
8568 * international/mule-cmds.el (charset): Do not purecopy the
8569 docstring here, define-widget does it.
8570
8571 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8572 * textmodes/bibtex-style.el (auto-mode-alist):
8573 * progmodes/inf-lisp.el (inferior-lisp-prompt):
8574 * progmodes/compile.el (compile-command):
8575 * language/korea-util.el (default-korean-keyboard):
8576 * international/mule-conf.el (file-coding-system-alist):
8577 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
8578 * tooltip.el (tooltip-frame-parameters):
8579 * newcomment.el (comment-end, comment-padding):
8580 * dired.el (dired-trivial-filenames):
8581 * comint.el (comint-file-name-prefix): Purecopy initial values.
8582
8583 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
8584
8585 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
8586 (tramp-advice-minibuffer-electric-tilde): Unload advices via
8587 `tramp-unload'.
8588 (tramp-advice-make-auto-save-file-name)
8589 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
8590 after removing the advice.
8591
8592 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8593
8594 * progmodes/grep.el (grep-regexp-alist):
8595 * international/mule-cmds.el (iso-2022-control-alist):
8596 * emacs-lisp/timer.el (timer-duration-words):
8597 * subr.el (version-separator, version-regexp-alist):
8598 * minibuffer.el (completion-styles-alist):
8599 * faces.el (face-attribute-name-alist, list-faces-sample-text):
8600 Change defvars to defconsts.
8601
8602 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
8603 * loadup.el ("international/mule-conf"): Load the byte compiled version.
8604 * international/mule-conf.el: Allow to be byte compiled.
8605
8606 * international/mule.el (define-charset): Purecopy props.
8607 (load-with-code-conversion): Purecopy doc string and file name.
8608 (put-charset-property): Purecopy strings.
8609 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
8610
8611 * international/mule-cmds.el (register-input-method): Purecopy arguments.
8612 (define-char-code-property): Correctly purecopy the table.
8613
8614 * international/ccl.el (define-ccl-program): Purecopy the docstring.
8615
8616 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
8617
8618 * subr.el (add-hook): Purecopy strings.
8619 (eval-after-load): Purecopy load-history-regexp and the form.
8620
8621 * custom.el (custom-declare-group): Purecopy load-file-name.
8622
8623 * subr.el (menu-bar-separator): New defconst.
8624 * net/eudc.el (eudc-tools-menu):
8625 * international/mule-cmds.el (set-coding-system-map)
8626 (mule-menu-keymap):
8627 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8628 * vc-hooks.el (vc-menu-map):
8629 * replace.el (occur-mode-map):
8630 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
8631 (menu-bar-edit-menu, menu-bar-goto-menu)
8632 (menu-bar-custom-menu, menu-bar-showhide-menu)
8633 (menu-bar-options-menu, menu-bar-tools-menu)
8634 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
8635 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
8636 (menu-bar-help-menu):
8637 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
8638 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
8639
8640 * term/x-win.el (x-gtk-stock-map):
8641 * progmodes/vera-mode.el (auto-mode-alist):
8642 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8643 (inferior-lisp-program, inferior-lisp-load-command):
8644 * progmodes/hideshow.el (hs-special-modes-alist):
8645 * progmodes/gud.el (same-window-regexps):
8646 * progmodes/grep.el (grep-program, find-program, xargs-program):
8647 * net/telnet.el (same-window-regexps):
8648 * net/rlogin.el (same-window-regexps):
8649 * language/ethiopic.el (font-ccl-encoder-alist):
8650 * vc-sccs.el (vc-sccs-master-templates):
8651 * vc-rcs.el (vc-rcs-master-templates):
8652 * subr.el (cl-assertion-failed):
8653 * simple.el (next-error-overlay-arrow-position):
8654 * lpr.el (lpr-command):
8655 * locate.el (locate-ls-subdir-switches):
8656 * info.el (same-window-regexps, info)
8657 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8658 * image-mode.el (image-mode, auto-mode-alist):
8659 * hippie-exp.el (hippie-expand-ignore-buffers):
8660 * format.el (format-alist):
8661 * find-dired.el (find-ls-subdir-switches, find-grep-options)
8662 (find-name-arg):
8663 * facemenu.el (facemenu-keybindings):
8664 * dired.el (dired-listing-switches, dired-chown-program):
8665 * diff.el (diff-switches, diff-command):
8666 * cus-edit.el (same-window-regexps):
8667 * bindings.el (mode-line-mule-info)
8668 (mode-line-buffer-identification): Purecopy strings.
8669
8670 2009-11-11 Juri Linkov <juri@jurta.org>
8671
8672 * simple.el (dired-get-filename) <declare-function>:
8673 Tell the byte-compiler about dired-get-filename.
8674 (shell-command): In Dired mode, get filename from the current line
8675 as the default value.
8676
8677 2009-11-10 Glenn Morris <rgm@gnu.org>
8678
8679 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
8680 * calendar/holidays.el, progmodes/cperl-mode.el:
8681 Update x-popup-menu declarations.
8682
8683 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
8684 (list-load-path-shadows): Use dolist.
8685 (list-load-path-shadows): Use with-current-buffer.
8686
8687 2009-11-10 Juri Linkov <juri@jurta.org>
8688
8689 * minibuffer.el (read-file-name): Support a list of default values
8690 in `default-filename'. Use the first file name where only one
8691 element is required. Doc fix.
8692
8693 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
8694
8695 * net/dbus.el (dbus-unregister-object): Release service, if no
8696 other method is registered for it.
8697
8698 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
8699
8700 * bookmark.el (bookmark-completing-read): Sort bookmark names if
8701 bookmark-sort-flag is non-nil (Bug#4653).
8702
8703 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
8704
8705 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
8706 the progress reporter entirely.
8707
8708 * emulation/cua-base.el: Add CUA property to some CC mode commands
8709 (Bug#4100).
8710
8711 2009-11-08 Kevin Ryde <user42@zip.com.au>
8712
8713 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
8714 at end of sentence (Bug#4818).
8715
8716 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
8717
8718 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8719 Handle "see declaration of" MSFT statements (Bug#4100).
8720
8721 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
8722
8723 * net/tramp.el (tramp-advice-make-auto-save-file-name)
8724 (tramp-advice-file-expand-wildcards): Unload via
8725 `ad-remove-advice'.
8726
8727 * net/trampver.el: Update release number.
8728
8729 2009-11-08 Kevin Ryde <user42@zip.com.au>
8730
8731 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
8732 `ad-do-it'.
8733
8734 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
8735
8736 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8737 in order to keep context in SELinux.
8738
8739 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
8740
8741 * dired-aux.el (dired-query): Place cursor in echo area and allow
8742 C-g.
8743
8744 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8745 menu item if not on a directory (Bug#4701).
8746
8747 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
8748
8749 Sync with Tramp 2.1.17.
8750
8751 * net/tramp.el (tramp-handle-copy-directory): Don't use
8752 `file-remote-p' (due to compatibility).
8753
8754 * net/tramp-compat.el (tramp-compat-copy-directory)
8755 (tramp-compat-delete-directory): New defuns.
8756
8757 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8758 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8759 `tramp-compat-delete-directory'.
8760
8761 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8762 (tramp-smb-handle-delete-directory): Use
8763 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8764
8765 * net/trampver.el: Update release number.
8766
8767 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
8768
8769 * tar-mode.el (tar-copy): Call write-region on the right buffer
8770 (Bug#4857).
8771
8772 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8773 by hand, if necessary (Bug#4878).
8774
8775 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
8776
8777 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8778 align size column (Bug#4839).
8779
8780 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8781 statement.
8782
8783 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
8784
8785 * progmodes/ld-script.el (auto-mode-alist):
8786 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8787
8788 * cus-face.el (custom-declare-face): Purecopy face spec.
8789
8790 2009-11-06 Kenichi Handa <handa@m17n.org>
8791
8792 * international/uni-bidi.el: Re-generated.
8793 * international/uni-category.el: Re-generated.
8794 * international/uni-combining.el: Re-generated.
8795 * international/uni-mirrored.el: Re-generated.
8796
8797 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
8798
8799 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8800 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8801 (tex-start-options, slitex-run-command, latex-run-command)
8802 (tex-run-command, tex-directory):
8803 * textmodes/ispell.el (ispell-html-skip-alists)
8804 (ispell-tex-skip-alists, ispell-tex-skip-alists):
8805 * textmodes/fill.el (adaptive-fill-first-line-regexp):
8806 (adaptive-fill-regexp):
8807 * textmodes/dns-mode.el (auto-mode-alist):
8808 * progmodes/python.el (interpreter-mode-alist):
8809 * progmodes/etags.el (tags-compression-info-list):
8810 * progmodes/etags.el (tags-file-name):
8811 * net/browse-url.el (browse-url-galeon-program)
8812 (browse-url-firefox-program):
8813 * mail/sendmail.el (mail-signature-file)
8814 (mail-citation-prefix-regexp):
8815 * international/mule-conf.el (eight-bit):
8816 * international/latexenc.el (latex-inputenc-coding-alist):
8817 * international/fontset.el (x-pixel-size-width-font-regexp):
8818 * emacs-lisp/warnings.el (warning-type-format):
8819 * emacs-lisp/trace.el (trace-buffer):
8820 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8821 (emacs-lisp-mode-map):
8822 * calendar/holidays.el (holiday-solar-holidays)
8823 (holiday-bahai-holidays, holiday-islamic-holidays)
8824 (holiday-christian-holidays, holiday-hebrew-holidays)
8825 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8826 (hebrew-holidays-1, holiday-oriental-holidays)
8827 (holiday-general-holidays):
8828 * x-dnd.el (x-dnd-known-types):
8829 * tool-bar.el (tool-bar):
8830 * startup.el (site-run-file):
8831 * shell.el (shell-dumb-shell-regexp):
8832 * rfn-eshadow.el (file-name-shadow-tty-properties)
8833 (file-name-shadow-properties):
8834 * paths.el (remote-shell-program, news-directory):
8835 * mouse.el ([C-down-mouse-3]):
8836 * menu-bar.el (menu-bar-tools-menu):
8837 * jka-cmpr-hook.el (jka-compr-load-suffixes)
8838 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8839 (jka-compr-compression-info-list):
8840 * isearch.el (search-whitespace-regexp):
8841 * image-file.el (image-file-name-extensions):
8842 * find-dired.el (find-ls-option):
8843 * files.el (directory-listing-before-filename-regexp)
8844 (directory-free-space-args, insert-directory-program)
8845 (list-directory-brief-switches, magic-fallback-mode-alist)
8846 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8847 (automount-dir-prefix):
8848 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8849 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8850 (face-font-registry-alternatives, face-font-registry-alternatives)
8851 (face-font-family-alternatives):
8852 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8853 (facemenu-foreground-menu, facemenu-face-menu):
8854 * epa-hook.el (epa-file-name-regexp):
8855 * dnd.el (dnd-protocol-alist):
8856 * textmodes/rst.el (auto-mode-alist):
8857 * button.el (default-button): Purecopy strings.
8858
8859 2009-11-06 Glenn Morris <rgm@gnu.org>
8860
8861 * Makefile.in (ELCFILES): Update.
8862
8863 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
8864
8865 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8866 * emacs-lisp/levents.el: Move to obsolete/levents.el.
8867
8868 * nxml/xsd-regexp.el (xsdre-gen-categories):
8869 * nxml/xmltok.el (xmltok-parse-entity):
8870 * nxml/rng-parse.el (rng-parse-validate-file):
8871 * nxml/rng-maint.el (rng-format-manual)
8872 (rng-manual-output-force-new-line):
8873 * nxml/rng-loc.el (rng-save-schema-location-1):
8874 * nxml/rng-cmpct.el (rng-c-parse-file):
8875 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8876 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8877
8878 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
8879
8880 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8881 Remove extra save-excursions and make-variable-buffer-local's.
8882 Suggested by Stefan Monnier.
8883
8884 (verilog-getopt-file, verilog-module-inside-filename-p)
8885 (verilog-set-define): Merge GNU 1.35 and repair changes from
8886 switching to using with-current-buffer.
8887
8888 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8889 being treated as a number and confusing AUTORESET.
8890 Reported by Dan Dever.
8891
8892 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8893 Add verilog-auto-ignore-concat to fix backward compatibility with
8894 older verilog-modes. Reported by Dan Katz.
8895
8896 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8897 containing closing anchors "...$".
8898
8899 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8900 Reported by Wade Smith.
8901
8902 (verilog-batch-execute-func): Comment on function usage.
8903
8904 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
8905
8906 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8907 for labels.
8908
8909 (verilog-label-re, verilog-calc-1): Support proper indent of named
8910 asserts.
8911
8912 (verilog-backward-token, verilog-basic-complete-re)
8913 (verilog-beg-of-statement, verilog-indent-re): Support proper
8914 indent of the assert statement at the beginning of a block of text.
8915
8916 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8917 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8918 tokens as begins.
8919
8920 2009-11-05 Glenn Morris <rgm@gnu.org>
8921
8922 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8923 Emacs 19. (Bug#1531)
8924 (byte-compile-fix-header): Update for the above change.
8925 Drop test for epoch::version.
8926
8927 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8928 * cus-dep.el (custom-make-dependencies):
8929 * finder.el (finder-compile-keywords):
8930 Use autoload-rubric's feature argument.
8931
8932 * calendar/diary-lib.el (top-level): Make load behave more like require.
8933
8934 * vc-git.el (vc-git-stash-map): Move definition before use.
8935
8936 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8937
8938 * custom.el (custom-declare-group): Purecopy standard-value.
8939 (custom-declare-group): Purecopy custom-prefix.
8940
8941 * international/mule.el (load-with-code-conversion):
8942 Call do-after-load-evaluation unconditionally.
8943
8944 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8945
8946 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8947
8948 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8949
8950 2009-11-04 Glenn Morris <rgm@gnu.org>
8951
8952 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8953 (byte-compile-compatibility): Remove option.
8954 (byte-compile-close-variables, byte-compile-fix-header)
8955 (byte-compile-insert-header, byte-compile-output-docform)
8956 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8957 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8958 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8959 (byte-compile-insert, byte-compile-defun):
8960 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
8961 (byte-defop-compiler19): Remove.
8962 Without byte-compile-compatibility, the 'emacs19-opcode property is not
8963 used by anything. Replace all calls with byte-defop-compiler.
8964
8965 2009-11-04 Juri Linkov <juri@jurta.org>
8966
8967 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8968 (menu-bar-options-menu): Don't quote the `prop' arg of
8969 `menu-bar-make-mm-toggle'.
8970
8971 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
8972
8973 * calendar/calendar.el (cal-loaddefs):
8974 * calendar/diary-lib.el (diary-loaddefs):
8975 * calendar/holidays.el (hol-loaddefs):
8976 * eshell/esh-module.el (esh-groups): Load rather than require.
8977
8978 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8979
8980 * calendar/todo-mode.el (todo-add-category): Don't hardcode
8981 point-min==1.
8982 (todo-top-priorities): Only display-buffer when called interactively.
8983 (todo-item-start): Don't save excursion point.
8984 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
8985 (todo-insert-item-here, todo-file-item, todo-remove-item):
8986 Adjust uses of todo-item-start and todo-item-end.
8987
8988 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8989 (autoload-rubric): Don't use any more.
8990 * cedet/semantic/fw.el (semantic/loaddefs):
8991 * cedet/srecode.el (srecode/loaddefs):
8992 * cedet/ede.el (ede/loaddefs): Load rather than require.
8993 * cedet/ede/cpp-root.el:
8994 * cedet/ede/emacs.el:
8995 * cedet/ede/files.el:
8996 * cedet/ede/linux.el:
8997 * cedet/ede/locate.el:
8998 * cedet/ede/make.el:
8999 * cedet/ede/shell.el:
9000 * cedet/ede/speedbar.el:
9001 * cedet/ede/system.el:
9002 * cedet/ede/util.el:
9003 * cedet/semantic/analyze.el:
9004 * cedet/semantic/bovine.el:
9005 * cedet/semantic/complete.el:
9006 * cedet/semantic/ctxt.el:
9007 * cedet/semantic/db-file.el:
9008 * cedet/semantic/db-find.el:
9009 * cedet/semantic/db-global.el:
9010 * cedet/semantic/db-mode.el:
9011 * cedet/semantic/db-typecache.el:
9012 * cedet/semantic/db.el:
9013 * cedet/semantic/debug.el:
9014 * cedet/semantic/dep.el:
9015 * cedet/semantic/doc.el:
9016 * cedet/semantic/edit.el:
9017 * cedet/semantic/find.el:
9018 * cedet/semantic/format.el:
9019 * cedet/semantic/html.el:
9020 * cedet/semantic/ia-sb.el:
9021 * cedet/semantic/ia.el:
9022 * cedet/semantic/idle.el:
9023 * cedet/semantic/lex-spp.el:
9024 * cedet/semantic/lex.el:
9025 * cedet/semantic/mru-bookmark.el:
9026 * cedet/semantic/scope.el:
9027 * cedet/semantic/senator.el:
9028 * cedet/semantic/sort.el:
9029 * cedet/semantic/symref.el:
9030 * cedet/semantic/tag-file.el:
9031 * cedet/semantic/tag-ls.el:
9032 * cedet/semantic/tag-write.el:
9033 * cedet/semantic/tag.el:
9034 * cedet/semantic/util-modes.el:
9035 * cedet/semantic/analyze/complete.el:
9036 * cedet/semantic/analyze/refs.el:
9037 * cedet/semantic/bovine/c.el:
9038 * cedet/semantic/bovine/gcc.el:
9039 * cedet/semantic/bovine/make.el:
9040 * cedet/semantic/bovine/scm.el:
9041 * cedet/semantic/decorate/include.el:
9042 * cedet/semantic/decorate/mode.el:
9043 * cedet/semantic/symref/cscope.el:
9044 * cedet/semantic/symref/global.el:
9045 * cedet/semantic/symref/grep.el:
9046 * cedet/semantic/symref/idutils.el:
9047 * cedet/semantic/symref/list.el:
9048 * cedet/semantic/wisent/java-tags.el:
9049 * cedet/semantic/wisent/javascript.el:
9050 * cedet/srecode/compile.el:
9051 * cedet/srecode/cpp.el:
9052 * cedet/srecode/document.el:
9053 * cedet/srecode/el.el:
9054 * cedet/srecode/expandproto.el:
9055 * cedet/srecode/getset.el:
9056 * cedet/srecode/insert.el:
9057 * cedet/srecode/java.el:
9058 * cedet/srecode/map.el:
9059 * cedet/srecode/mode.el:
9060 * cedet/srecode/template.el:
9061 * cedet/srecode/texi.el: Remove the file-local setting of
9062 generated-autoload-feature.
9063
9064 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
9065 and only put a prop if it is non-nil.
9066
9067 2009-11-03 Juri Linkov <juri@jurta.org>
9068
9069 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
9070 (menu-bar-options-menu): Fix list quoting (Bug#4429).
9071
9072 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
9073 and "Menu" to make top-level menu item visually one unit (like
9074 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
9075 multi-word menu items). Fix :help string for quit-window.
9076
9077 2009-11-03 Glenn Morris <rgm@gnu.org>
9078
9079 * cedet/mode-local.el (with-mode-local): Doc fix.
9080
9081 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
9082 (byte-compile-file-form-define-abbrev-table)
9083 (byte-compile-file-form-custom-declare-variable)
9084 (byte-compile-variable-ref, byte-compile-defvar):
9085 Whether or not a warning is enabled should only affect whether we issue
9086 the warning, not whether or not we collect the relevant data.
9087 Eg warnings can be turned on and off throughout the course of a file.
9088
9089 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
9090 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
9091
9092 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9093
9094 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
9095 * play/mpuz.el (mpuz-create-buffer):
9096 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
9097 (lm-print-y,s,noise, lm-print-w0, lm-init):
9098 * play/gomoku.el (gomoku-prompt-for-move):
9099 * play/fortune.el (fortune-in-buffer):
9100 * play/dissociate.el (dissociated-press):
9101 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
9102 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
9103 * mail/supercite.el (sc-eref-show):
9104 * mail/smtpmail.el (smtpmail-send-it):
9105 * mail/rmailsum.el (rmail-summary-next-labeled-message)
9106 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
9107 (rmail-summary-undelete-many, rmail-summary-rmail-update)
9108 (rmail-summary-goto-msg, rmail-summary-expunge)
9109 (rmail-summary-get-new-mail, rmail-summary-search-backward)
9110 (rmail-summary-add-label, rmail-summary-output-menu)
9111 (rmail-summary-output-body):
9112 * mail/rfc822.el (rfc822-addresses):
9113 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
9114 * mail/mailpost.el (post-mail-send-it):
9115 * mail/hashcash.el (hashcash-generate-payment):
9116 * mail/feedmail.el (feedmail-run-the-queue)
9117 (feedmail-queue-send-edit-prompt-help-first)
9118 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
9119 (feedmail-deduce-address-list):
9120 * eshell/esh-ext.el (eshell-remote-command):
9121 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
9122 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
9123 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
9124 (viper-save-string-in-file, viper-valid-marker):
9125 * emulation/viper-keym.el (viper-toggle-key):
9126 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
9127 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
9128 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
9129 * emulation/viper-cmd.el (viper-exec-form-in-vi)
9130 (viper-exec-form-in-emacs, viper-brac-function):
9131 * emulation/viper.el (viper-delocalize-var):
9132 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
9133 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
9134 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
9135 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
9136 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
9137 * emulation/edt.el (edt-electric-helpify):
9138 * emulation/cua-rect.el (cua--rectangle-aux-replace):
9139 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
9140 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
9141 (cua-indent-to-global-mark-column):
9142 * calendar/diary-lib.el (calendar-mark-1):
9143 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
9144 Use with-current-buffer.
9145 * emulation/viper.el (viper-delocalize-var): Use dolist.
9146
9147 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
9148
9149 * comint.el (comint-replace-by-expanded-history-before-point):
9150 Replace !! with the previous input string literally (Bug#1795).
9151
9152 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
9153
9154 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
9155 to be made up of whitespace.
9156
9157 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
9158
9159 * minibuffer.el (read-file-name): Don't use file dialogs for
9160 remote directories (Bug#99).
9161
9162 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
9163
9164 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
9165
9166 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
9167
9168 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
9169 instead of deleting the window or frame.
9170
9171 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
9172
9173 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
9174 Support face colors.
9175
9176 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
9177 New function. Support face colors (Bug#1168).
9178 (tex-common-initialization): Use it.
9179
9180 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
9181 mode allows it (Bug#1168).
9182
9183 2009-10-31 Juri Linkov <juri@jurta.org>
9184
9185 * facemenu.el (list-colors-display): Don't mark buffer as
9186 modified (Bug#3948).
9187
9188 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
9189
9190 * international/mule-diag.el (list-character-sets-1): Minor
9191 message fix (Bug#3526).
9192
9193 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
9194 face property (Bug#4834).
9195 (etags-list-tags, etags-tags-apropos-additional)
9196 (etags-tags-apropos, tags-select-tags-table): Add follow-link
9197 property.
9198
9199 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
9200 items.
9201
9202 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
9203 items.
9204
9205 * cedet/ede.el (ede-minor-mode):
9206 * cedet/semantic.el (semantic-mode): Toggle menu separators.
9207
9208 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
9209
9210 * textmodes/two-column.el (2C-split):
9211 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
9212 * textmodes/tex-mode.el (tex-set-buffer-directory):
9213 * textmodes/spell.el (spell-region, spell-string):
9214 * textmodes/reftex.el (reftex-erase-buffer):
9215 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
9216 * textmodes/reftex-toc.el (reftex-toc-promote-action):
9217 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
9218 (reftex-select-item):
9219 * textmodes/reftex-ref.el (reftex-label-info-update)
9220 (reftex-offer-label-menu):
9221 * textmodes/reftex-index.el (reftex-index-change-entry)
9222 (reftex-index-phrases-info):
9223 * textmodes/reftex-global.el (reftex-create-tags-file)
9224 (reftex-save-all-document-buffers, reftex-ensure-write-access):
9225 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
9226 (reftex-view-crossref-from-bibtex):
9227 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
9228 (reftex-extract-bib-entries-from-thebibliography)
9229 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
9230 * textmodes/refbib.el (r2b-capitalize-title):
9231 (r2b-convert-buffer, r2b-help):
9232 * textmodes/page-ext.el (pages-directory)
9233 (pages-directory-goto-with-mouse):
9234 * textmodes/bibtex.el (bibtex-validate-globally):
9235 * textmodes/bib-mode.el (bib-capitalize-title):
9236 * textmodes/artist.el (artist-clear-buffer, artist-system):
9237 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
9238 (local-set-scheme-interaction-buffer, xscheme-process-filter)
9239 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
9240 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
9241 (xscheme-send-control-g-interrupt, xscheme-start-process)
9242 (xscheme-process-sentinel, xscheme-cd):
9243 * progmodes/verilog-mode.el (verilog-read-always-signals)
9244 (verilog-set-define, verilog-getopt-file)
9245 (verilog-module-inside-filename-p):
9246 * progmodes/sh-script.el:
9247 * progmodes/python.el (python-pdbtrack-get-source-buffer)
9248 (python-pdbtrack-grub-for-buffer, python-execute-file):
9249 * progmodes/octave-inf.el (inferior-octave):
9250 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
9251 (idlwave-shell-compile-helper-routines, idlwave-set-local)
9252 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
9253 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
9254 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
9255 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
9256 (idlwave-shell-filter, idlwave-shell-examine-highlight)
9257 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
9258 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
9259 (idlwave-shell-examine-display, idlwave-shell-run-region)
9260 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
9261 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
9262 * progmodes/idlw-help.el (idlwave-help-get-special-help)
9263 (idlwave-help-get-help-buffer):
9264 * progmodes/gud.el (gud-basic-call, gud-find-class)
9265 (gud-tooltip-activate-mouse-motions-if-enabled):
9266 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9267 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
9268 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
9269 (ebrowse-tags-next-file):
9270 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
9271 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
9272 (ebnf-eps-finish-and-write):
9273 * progmodes/cpp.el (cpp-edit-save):
9274 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
9275 * progmodes/cc-defs.el (c-emacs-features):
9276 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
9277 (antlr-directory-dependencies):
9278 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
9279 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
9280 (ada-find-any-references, ada-make-filename-from-adaname)
9281 (ada-make-body-gnatstub):
9282 * obsolete/rnews.el (news-list-news-groups):
9283 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9284 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
9285 * net/rcirc.el (rcirc-debug):
9286 * net/newst-treeview.el (newsticker--treeview-list-add-item)
9287 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
9288 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
9289 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
9290 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9291 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
9292 (newsticker--treeview-list-clear-highlight)
9293 (newsticker--treeview-list-update-highlight)
9294 (newsticker--treeview-list-highlight-start)
9295 (newsticker--treeview-tree-update-highlight)
9296 (newsticker--treeview-get-selected-item)
9297 (newsticker-treeview-mark-list-items-old)
9298 (newsticker--treeview-set-current-node):
9299 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9300 * net/newst-backend.el (newsticker--get-news-by-funcall)
9301 (newsticker--get-news-by-wget, newsticker--image-get)
9302 (newsticker--image-sentinel):
9303 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
9304 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
9305 (eudc-ph-close-session):
9306 * net/eudc.el (eudc-save-options):
9307 * language/thai-word.el (thai-update-word-table):
9308 * language/japan-util.el (japanese-string-conversion):
9309 * international/titdic-cnv.el (tsang-quick-converter)
9310 (ziranma-converter, ctlau-converter):
9311 * international/mule-cmds.el (describe-language-environment):
9312 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
9313 (skkdic-convert-postfix, skkdic-convert-prefix):
9314 (skkdic-convert-okuri-nasi, skkdic-convert):
9315 * emacs-lisp/re-builder.el (reb-update-overlays):
9316 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
9317 * emacs-lisp/gulp.el (gulp-send-requests):
9318 * emacs-lisp/find-gc.el (trace-call-tree):
9319 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
9320 (eieio-describe-generic):
9321 * emacs-lisp/eieio-base.el (eieio-persistent-read):
9322 * emacs-lisp/edebug.el (edebug-outside-excursion):
9323 * emacs-lisp/debug.el (debugger-make-xrefs):
9324 * emacs-lisp/cust-print.el (custom-prin1-to-string):
9325 * emacs-lisp/chart.el (chart-new-buffer):
9326 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
9327 Use with-current-buffer.
9328 * textmodes/artist.el (artist-system): Don't call
9329 copy-sequence on a fresh string.
9330 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
9331
9332 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
9333
9334 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
9335 is no item to edit. (Bug#4820)
9336 (todo-top-priorities): Restore point and restore narrowing in Todo
9337 buffer. (Bug#4820)
9338
9339 2009-10-31 Glenn Morris <rgm@gnu.org>
9340
9341 * net/ange-ftp.el (top-level): Don't require dired when compiling.
9342 (comint-last-output-start, comint-last-input-start)
9343 (comint-last-input-end): Don't defvar when compiling.
9344 (ange-ftp-process-file): Use bound-and-true-p.
9345
9346 * pcmpl-rpm.el (top-level): Move provide statement to end.
9347 (pcmpl-rpm): Remove unused custom group.
9348
9349 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
9350
9351 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
9352
9353 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9354 (byte-compile-warnings): Add `constants' as an option.
9355 (byte-compile-callargs-warn, byte-compile-arglist-warn)
9356 (display-call-tree): Update for byte-compile-fdefinition possibly
9357 returning `(macro lambda ...)'. (Bug#4778)
9358 (byte-compile-variable-ref, byte-compile-setq-default):
9359 Respect `constants' member of byte-compile-warnings.
9360
9361 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
9362 Use mapc rather than mapcar because the return value is never used.
9363
9364 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
9365 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
9366 * cedet/semantic/html.el:
9367 Suppress harmless warnings about setting up semantic-imenu (not
9368 part of Emacs) variables.
9369
9370 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9371
9372 * vc-bzr.el (vc-bzr-revision-keywords): New var.
9373 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
9374 to "submit:".
9375
9376 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
9377 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
9378 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
9379 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
9380 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
9381 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
9382 (semantic-analyzer-debug-global-symbol)
9383 (semantic-analyzer-debug-missing-innertype)
9384 (semantic-analyzer-debug-insert-include-summary):
9385 * cedet/semantic/util.el (semantic-file-tag-table):
9386 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
9387 (semantic-recursive-find-nonterminal-by-name):
9388 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
9389 * cedet/semantic/tag-file.el (semantic-prototype-file):
9390 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
9391 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
9392 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
9393 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
9394 (semantic-idle-summary-maybe-highlight):
9395 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
9396 (semantic-ia-sb-tag-info):
9397 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
9398 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
9399 * cedet/semantic/ede-grammar.el (project-compile-target):
9400 (ede-proj-makefile-insert-variables):
9401 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
9402 (semantic-debug-set-source-location, semantic-debug-interface-layout)
9403 (semantic-debug-mode, semantic-debug):
9404 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
9405 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
9406 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
9407 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
9408 (semanticdb-find-translate-path-includes--internal)
9409 (semanticdb-reset-log, semanticdb-find-log-activity):
9410 * cedet/semantic/db-file.el (object-write):
9411 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
9412 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
9413 (semanticdb-create-ebrowse-database):
9414 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
9415 * cedet/semantic/complete.el (semantic-displayor-focus-request)
9416 (semantic-collector-calculate-completions-raw)
9417 (semantic-complete-read-tag-analyzer):
9418 * cedet/semantic/analyze.el (semantic-analyze-pulse):
9419 * cedet/ede/util.el (ede-update-version-in-source):
9420 * cedet/ede/proj.el (project-delete-target):
9421 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
9422 (ede-proj-flush-autoconf):
9423 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
9424 (ede-proj-configure-synchronize):
9425 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
9426 * cedet/ede/linux.el (ede-linux-version):
9427 * cedet/ede/emacs.el (ede-emacs-version):
9428 * cedet/ede/dired.el (ede-dired-add-to-target):
9429 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
9430 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
9431 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
9432 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
9433 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
9434 (cedet-idutils-version-check):
9435 * cedet/cedet-global.el (cedet-gnu-global-call):
9436 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
9437 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
9438 * cedet/cedet-cscope.el (cedet-cscope-call)
9439 (cedet-cscope-expand-filename, cedet-cscope-version-check):
9440 Use with-current-buffer.
9441 * cedet/ede.el (ede-make-project-local-variable)
9442 (ede-set-project-variables, ede-set): Use dolist.
9443
9444 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
9445
9446 * textmodes/ispell.el (ispell-skip-region-alist):
9447 * international/mule-conf.el (eight-bit):
9448 * international/fontset.el (font-encoding-alist):
9449 * startup.el (pure-space-overflow-message):
9450 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
9451 * paths.el (gnus-nntp-service, rmail-spool-directory)
9452 (term-file-prefix):
9453 * files.el (save-some-buffers-action-alist):
9454 * cmuscheme.el (same-window-buffer-names):
9455 * ielm.el (same-window-buffer-names):
9456 * shell.el (same-window-buffer-names):
9457 * mail/sendmail.el (same-window-buffer-names):
9458 * progmodes/inf-lisp.el (same-window-buffer-names):
9459 * bindings.el (mode-line-client)
9460 (mode-line-column-line-number-mode-map):
9461 * language/tibetan.el (tibetan-precomposition-rule-regexp)
9462 (tibetan-precomposed-regexp): Purecopy string arguments.
9463
9464 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9465
9466 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
9467 (calcDigit-nondigit):
9468 * calc/calc-yank.el (calc-copy-to-buffer):
9469 * calc/calc-units.el (calc-invalidate-units-table):
9470 * calc/calc-trail.el (calc-trail-yank):
9471 * calc/calc-store.el (calc-insert-variables):
9472 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9473 * calc/calc-prog.el (calc-read-parse-table):
9474 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
9475 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
9476 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
9477 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
9478 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
9479 (calc-graph-name, calc-graph-find-command, calc-graph-view)
9480 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
9481 * calc/calc-ext.el (calc-realign):
9482 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
9483 (calc-embedded-finish-edit, calc-embedded-make-info)
9484 (calc-embedded-finish-command, calc-embedded-stack-change):
9485 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
9486
9487 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
9488 (overload-docstring-extension): Use that info.
9489 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
9490 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
9491 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
9492 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
9493 (semantic-nonterminal-full-name): Add the new `when' info.
9494 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
9495 `assert'.
9496
9497 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
9498 shell-dynamic-complete-filename in preference to
9499 comint-dynamic-complete-filename.
9500
9501 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9502 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9503 Don't consider whether the display supports colors.
9504 (bookmark-import-new-list): Use dolist.
9505 (bookmark-bmenu-mode-map): Move initialization into declaration.
9506 (bookmark-bmenu-list): Use dolist, simplify.
9507 (bookmark-show-all-annotations): Use save-selected-window and dolist.
9508 (menu-bar-final-items): Use push.
9509
9510 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
9511
9512 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
9513 it works on remote files.
9514 (vc-hg-diff): Don't pass any `--cwd' argument.
9515
9516 2009-10-27 Kevin Ryde <user42@zip.com.au>
9517
9518 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9519 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
9520 (Further to Bug#3921).
9521
9522 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
9523
9524 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
9525 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
9526 calling `tramp-imap-put-file'. Add file size to the call.
9527 (tramp-imap-get-file-entries): Compute also user name, file size,
9528 and date.
9529 (tramp-imap-handle-insert-directory): Insert uid and gid.
9530 (tramp-imap-handle-file-attributes): Transform uid and gid
9531 according to `id-format'.
9532 (tramp-imap-put-file): New optional parameter SIZE. Encode file
9533 size in header X-Size.
9534
9535 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
9536
9537 * simple.el (transpose-subr): Give clearer error when the mark
9538 is not set. (Bug#4807)
9539
9540 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
9541
9542 * net/tramp.el (tramp-perl-file-truename): New defconst.
9543 Perl code contributed by yary <not.com@gmail.com> (tiny change).
9544 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
9545 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
9546 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
9547
9548 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
9549 Ignore `dired-call-process'.
9550 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
9551
9552 2009-10-26 Julian Scheid <julians37@gmail.com>
9553
9554 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
9555 (tramp-get-remote-readlink): New defun.
9556 (tramp-handle-file-truename): Use it.
9557 (tramp-handle-file-exists-p): Check file-attributes cache, assume
9558 file exists if cache value present.
9559 (tramp-check-cached-permissions): New defun.
9560 (tramp-handle-file-readable-p): Use it.
9561 (tramp-handle-file-writable-p): Likewise.
9562 (tramp-handle-file-executable-p): Likewise.
9563 (tramp-handle-file-name-all-completions): Try using Perl to get
9564 partial completions. When perl not available, combine `cd' and
9565 `ls' into single remote operation and use shell expansion to get
9566 partial remote directory contents. Set `file-exists-p' cache for
9567 directory and any files returned by ls. Change cache handling to
9568 support partial directory contents. Use error message emitted by
9569 remote `cd' or Perl code for local tramp-error.
9570 (tramp-do-copy-or-rename-file-directly): Avoid separate
9571 tramp-send-command-and-check call.
9572 (tramp-handle-process-file): Merge three remote ops into one.
9573 Do not flush all caches when `process-file-side-effects' is set.
9574 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
9575 file-attributes shows uid/gid to be set already.
9576
9577 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9578
9579 * textmodes/tex-mode.el (tex-dvi-view-command)
9580 (tex-show-queue-command, tex-open-quote):
9581 * progmodes/ruby-mode.el (auto-mode-alist)
9582 (interpreter-mode-alist): Purecopy strings.
9583
9584 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
9585
9586 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
9587 string for the hook, keymap and abbrev table.
9588
9589 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
9590
9591 * x-dnd.el (x-dnd-xdnd-to-action):
9592 * startup.el (fancy-startup-text, fancy-about-text): Change to
9593 defconst from defvar.
9594
9595 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
9596
9597 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
9598 Purecopy initialization strings.
9599
9600 * mail/sendmail.el (mail-header-separator)
9601 (mail-personal-alias-file):
9602 * mail/rmail.el (rmail-default-dont-reply-to-names)
9603 (rmail-ignored-headers, rmail-retry-ignored-headers)
9604 (rmail-highlighted-headers, rmail-secondary-file-directory)
9605 (rmail-secondary-file-regexp):
9606 * files.el (null-device, file-name-invalid-regexp)
9607 (locate-dominating-stop-dir-regexp)
9608 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
9609 (interpreter-mode-alist): Use mapcar instead of mapc.
9610
9611 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
9612
9613 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
9614 (completion-ignored-extensions):
9615 (debug-ignored-errors): Purecopy strings.
9616
9617 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
9618
9619 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
9620 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
9621 (pcomplete--here): Use push.
9622
9623 * subr.el (all-completions): Declare the 4th arg obsolete.
9624
9625 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9626
9627 * pcomplete.el (pcomplete-unquote-argument-function): New var.
9628 (pcomplete-unquote-argument): New function.
9629 (pcomplete--common-suffix): Always pay attention to case.
9630 (pcomplete--table-subvert): Quote and unquote the text.
9631 (pcomplete--common-quoted-suffix): New function.
9632 (pcomplete-std-complete): Use it and pcomplete-begin.
9633
9634 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
9635 we're inside a dedicated or minibuffer window.
9636
9637 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9638
9639 * cedet/semantic/fw.el (semantic-alias-obsolete)
9640 (semantic-varalias-obsolete): Make the `when' arg mandatory.
9641 (define-mode-overload-implementation):
9642 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
9643 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
9644 * cedet/semantic/util.el (semantic-file-token-stream)
9645 (semantic-something-to-stream):
9646 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
9647 (semantic-expand-nonterminal):
9648 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
9649 (semantic-find-dependency, semantic-find-nonterminal)
9650 (semantic-find-dependency):
9651 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
9652 (semantic-flex-text, semantic-flex-make-keyword-table)
9653 (semantic-flex-keyword-p, semantic-flex-keyword-put)
9654 (semantic-flex-keyword-get, semantic-flex-map-keywords)
9655 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
9656 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
9657 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
9658 (semantic-after-idle-scheduler-reparse-hooks):
9659 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
9660 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
9661 * cedet/semantic.el (semantic-toplevel-bovine-table)
9662 (semantic-toplevel-bovine-cache)
9663 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
9664 (semantic-init-mode-hooks, semantic-init-db-hooks)
9665 (semantic-bovination-working-type): Provide the `when' arg.
9666
9667 2009-10-24 Karl Fogel <kfogel@red-bean.com>
9668
9669 * bookmark.el: Update documentation, especially documentation
9670 of `bookmark-alist' and of the bookmark file format.
9671 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
9672
9673 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
9674
9675 * mail/emacsbug.el (report-emacs-bug): Clarify that the
9676 keybindings apply to the mail buffer (Bug#4003). Shrink help
9677 window to buffer.
9678
9679 * whitespace.el (whitespace-mode, whitespace-newline-mode)
9680 (global-whitespace-mode, global-whitespace-newline-mode)
9681 (whitespace-toggle-options, global-whitespace-toggle-options):
9682 Doc fix (Bug#3660).
9683
9684 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
9685 of xmltok-start before the end tag was inserted (Bug#2840).
9686
9687 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
9688 patterns that are preceded by an open-paren (Bug#1320).
9689
9690 2009-10-24 Sven Joachim <svenjoac@gmx.de>
9691
9692 * files.el (delete-directory): Delete symlinks to directories with
9693 delete-file (Bug#4739).
9694
9695 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
9696
9697 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
9698 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
9699 argument to make-obsolete.
9700
9701 * cedet/semantic/fw.el (semantic-alias-obsolete)
9702 (semantic-varalias-obsolete): Add optional WHEN argument.
9703
9704 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
9705
9706 * vc.el (vc-backend-for-registration): Rename from
9707 vc-get-backend-for-registration. Update callers.
9708
9709 * international/mule-cmds.el (set-language-info-alist):
9710 Purecopy lang-env.
9711 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
9712 (charset): Purecopy the name.
9713 (define-char-code-property): Purecopy string arguments.
9714
9715 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9716 Purecopy string arguments.
9717
9718 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9719 * ediff-hook.el (menu-bar-ediff-menu):
9720 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
9721 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
9722
9723 2009-10-24 Glenn Morris <rgm@gnu.org>
9724
9725 * comint.el (comint-dynamic-list-completions):
9726 * term.el (term-dynamic-list-completions): Use choose-completion rather
9727 than obsolete alias mouse-choose-completion.
9728
9729 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
9730 file-cache-choose-completion.
9731 (file-cache-choose-completion): Handle an optional event argument.
9732 (file-cache-mouse-choose-completion): Make it an obsolete alias.
9733
9734 * progmodes/octave-mod.el (octave-complete-symbol):
9735 Use choose-completion if mouse-choose-completion is ever removed.
9736
9737 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9738 use.
9739
9740 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9741 compiler.
9742
9743 * vc-hooks.el (vc-responsible-backend): Fix declaration.
9744
9745 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9746
9747 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9748 Ignore `pred' now that we receive one.
9749 Handle test-completion specially.
9750
9751 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9752
9753 * vc.el (vc-responsible-backend): Throw an error if not backend is
9754 found. Remove the REGISTER argument. Move the code dealing with
9755 REGISTER ...
9756 (vc-get-backend-for-registration): ... here. New function.
9757 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9758 of vc-responsible-backend, pass the file name instead of the
9759 directory name.
9760
9761 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9762
9763 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9764 New funs.
9765 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
9766 (pcomplete-comint-setup): Don't modify a global var via
9767 accidental side-effects.
9768 (pcomplete-shell-setup): Adjust call accordingly.
9769 (pcomplete-parse-comint-arguments): Use push.
9770
9771 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
9772
9773 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9774 Allow uncapitalized info node names (Bug#3921).
9775
9776 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9777 to the DEBUG file (Bug#3781).
9778
9779 2009-10-23 Jari Aalto <jari.aalto@cante.net>
9780
9781 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9782 dictionary entry (Bug#4579).
9783
9784 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
9785
9786 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9787 from `rfn-eshadow-update-overlay-hook' when unloading.
9788 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9789 "rsyncc". Adjust doc string.
9790 (tramp-temp-buffer-file-name): New buffer-local defvar.
9791 (tramp-handle-insert-file-contents, tramp-handle-write-region):
9792 Keep temporary file when indicated by method ("rsync" and
9793 "rsyncc").
9794 (tramp-handle-write-region): Handle APPEND.
9795 (tramp-delete-temp-file-function): New defun. Added to
9796 `kill-buffer-hook'.
9797
9798 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
9799
9800 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9801
9802 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9803
9804 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9805 (color-name-rgb-alist, tty-standard-colors)
9806 (tty-color-mode-alist): Change to defconst.
9807
9808 * simple.el (mark-inactive): Purecopy message.
9809
9810 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9811 (global-map, yank-menu):
9812 * textmodes/ispell.el (ispell-menu-map):
9813 * net/eudc.el (eudc-tools-menu):
9814 * international/mule-cmds.el (describe-language-environment-map)
9815 (setup-language-environment-map, set-coding-system-map)
9816 (mule-menu-keymap):
9817 * vc-hooks.el (vc-menu-entry, vc-menu-map):
9818 * replace.el (occur-mode-map):
9819 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9820
9821 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
9822
9823 * calc/calc.el (math-read-number, math-read-number-simple): Use
9824 `save-match-data'.
9825
9826 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9827
9828 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9829 rather than fiddling with global-map bindings, since it should only
9830 affect per-terminal settings.
9831 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9832
9833 * minibuffer.el (completion-table-with-terminator): Allow to specify
9834 the terminator-regexp.
9835
9836 * simple.el (switch-to-completions): Look for *Completions* in other
9837 frames as well.
9838
9839 * pcomplete.el: Allow the use of completion-tables.
9840 (pcomplete-std-complete): New command.
9841 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9842 (pcomplete--here): Use a function for `form' rather than an expression,
9843 so it can be byte-compiled.
9844 (pcomplete-here, pcomplete-here*): Adjust accordingly.
9845 Add edebug declaration.
9846 (pcomplete-show-completions): Remove unused var `curbuf'.
9847 (pcomplete-do-complete, pcomplete-stub):
9848 Don't assume `completions' is a list of strings any more.
9849
9850 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
9851
9852 * find-dired.el (find-name-arg): Fix typo in docstring.
9853
9854 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9855
9856 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9857 (pcmpl-linux-fs-types): Same, and update to new modules layout.
9858
9859 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9860 pcomplete-entries.
9861
9862 * comint.el (comint-read-input-ring, comint-write-input-ring)
9863 (comint-substitute-in-file-name)
9864 (comint-dynamic-complete-as-filename)
9865 (comint-dynamic-simple-complete)
9866 (comint-dynamic-list-filename-completions)
9867 (comint-dynamic-list-completions)
9868 (comint-redirect-results-list-from-process): Minor simplifications.
9869
9870 2009-10-21 Kevin Ryde <user42@zip.com.au>
9871
9872 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9873 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9874 the first form. And insert a blank line after ";;; Code" since
9875 that's usual style. (Bug#4612)
9876
9877 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9878
9879 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9880
9881 * minibuffer.el (completion-table-with-terminator): Properly implement
9882 boundaries, in case `terminator' appears in the suffix.
9883 (completion--embedded-envvar-table): Don't return boundaries if
9884 there's no valid completion. Simplify.
9885 (completion-file-name-table): New completion table extracted from
9886 completion--file-name-table.
9887 (completion--file-name-table): Use it.
9888 (read-file-name-predicate): Declare obsolete.
9889 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9890 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9891 completion-file-name-table, and use the `pred' argument.
9892 * files.el (locate-file-completion-table): Use the `pred' arg rather
9893 than read-file-name-predicate.
9894 (abbreviate-file-name): Use \` rather than ^ for BOS.
9895
9896 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
9897
9898 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9899 vc-responsible-backend to register, it causes problems.
9900
9901 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9902
9903 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9904
9905 2009-10-21 Eric Ludlam <zappo@gnu.org>
9906
9907 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9908 (semantic-c-debug-mode-init-pch): New functions.
9909 (semantic-c-debug-mode-init-last-mode): New var.
9910 (semantic-c-parse-lexical-token): Use them.
9911
9912 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9913 When extracting the argument list, limit only by point-max.
9914
9915 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
9916
9917 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9918 (tramp-smb-handle-file-attributes): Use it.
9919 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9920 (tramp-smb-handle-insert-directory): Use `mapc' rather than
9921 `mapcar'. Use `tramp-smb-get-stat-capability'.
9922 Add `dired-filename' text properties.
9923 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9924 (tramp-smb-maybe-open-connection): Simplify check for smbclient
9925 version.
9926
9927 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9928
9929 * subr.el (read-key-delay): Reduce to 0.01.
9930 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9931 (bug#4751).
9932
9933 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9934
9935 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9936
9937 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9938 (Info-menu): Remove unused vars `last' and `completions'.
9939 (Info-index-nodes): Remove unused var `node'.
9940
9941 * info.el (Info-complete-menu-item): Use complete-with-action.
9942
9943 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
9944
9945 Make vc-annotate work through copies and renames.
9946 * vc-annotate.el (vc-annotate-extract-revision-at-line):
9947 Return the file name too.
9948 (vc-annotate-revision-at-line)
9949 (vc-annotate-find-revision-at-line)
9950 (vc-annotate-revision-previous-to-line)
9951 (vc-annotate-show-log-revision-at-line): Update to get the file
9952 name from vc-annotate-extract-revision-at-line.
9953 (vc-annotate-show-diff-revision-at-line-internal): Change the
9954 argument to mean whether to show a file diff or not. Get the file
9955 name from vc-annotate-extract-revision-at-line.
9956 (vc-annotate-show-diff-revision-at-line):
9957 Update vc-annotate-show-diff-revision-at-line call.
9958 (vc-annotate-warp-revision): Add an optional file argument.
9959
9960 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9961 (vc-git-annotate-extract-revision-at-line): Also return the file
9962 name if found.
9963
9964 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9965 command. Remove unused code.
9966 (vc-hg-annotate-re): Update to match --follow output.
9967 (vc-hg-annotate-extract-revision-at-line): Also return the file
9968 name if found.
9969
9970 * vc.el: Update annotate-extract-revision-at-line documentation.
9971
9972 2009-10-18 Kevin Ryde <user42@zip.com.au>
9973
9974 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9975 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9976
9977 * net/browse-url.el (browse-url): Identify alist with "consp and
9978 not functionp" and let all other things go down the `apply' leg,
9979 as suggested by Stefan. (Further to bug#4531.)
9980
9981 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
9982
9983 * minibuffer.el (read-file-name): Check for repeat before putting
9984 a default argument in file-name-history (Bug#4657).
9985
9986 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9987 read syntax (Bug#4737).
9988
9989 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9990
9991 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9992
9993 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9994 (html-tag-alist, html-tag-help): Add descriptions for undocumented
9995 entries and make note of obsolete tags.
9996
9997 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9998
9999 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
10000
10001 2009-10-18 Glenn Morris <rgm@gnu.org>
10002
10003 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
10004 grep, so that binary files (eg international/uni-bidi.el) can match.
10005 Remove test for "UnicodeData" files, since it is hopefully unnecessary
10006 now, and in any case the file header format has changed.
10007
10008 2009-10-17 Glenn Morris <rgm@gnu.org>
10009
10010 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
10011 (flyspell-get-word, flyspell-large-region)
10012 (flyspell-auto-correct-previous-word): Doc/error message fixes.
10013
10014 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
10015
10016 * Makefile.in (ELCFILES): Add ede/shell.
10017
10018 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
10019
10020 * term/common-win.el (x-colors): Purecopy it.
10021
10022 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10023
10024 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
10025 permissive for when the buffer is empty.
10026 (tar-header-block-tokenize): Decode the username and groupname.
10027 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
10028
10029 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
10030
10031 * cedet/srecode/srt.el:
10032 * cedet/srecode/compile.el:
10033 * cedet/semantic/mru-bookmark.el:
10034 * cedet/semantic/debug.el:
10035 * cedet/semantic/complete.el:
10036 * cedet/semantic/analyze.el: Require CL when compiling.
10037
10038 2009-10-17 Eric Ludlam <zappo@gnu.org>
10039
10040 * cedet/semantic/scope.el
10041 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
10042 tmpscope so that the regular scope will continue to work.
10043
10044 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
10045 Use semantic-idle-summary-highlight-face as the highlighting.
10046
10047 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
10048 contains multibyte characters, choose first applicable coding
10049 system automatically.
10050
10051 * cedet/ede/project-am.el (project-run-target): New method.
10052 (project-run-target): New method.
10053
10054 * cedet/ede.el (ede-target): Add run target menu item.
10055 (ede-project, ede-minor-keymap): Add ede-run-target binding.
10056 (ede-run-target): New function.
10057 (ede-target::project-run-target): New method.
10058
10059 * cedet/ede/proj.el (project-run-target): New method.
10060
10061 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
10062 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
10063 Add :rules.
10064 (ede-proj-target-makefile-shared-object): Only libtool compilers
10065 now available. Add linkers for libtool.
10066 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
10067 (ede-proj-makefile-target-name): Always use .la extension.
10068
10069 * cedet/ede/proj-prog.el (project-run-target): New method.
10070
10071 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
10072 (ede-g++-linker): Change Change link lines.
10073
10074 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
10075 When searching for old variables, go to the end of the buffer and
10076 search backward from there.
10077 (ede-proj-makefile-automake-insert-subdirs)
10078 (ede-proj-makefile-automake-insert-extradist): New methods.
10079 (ede-proj-makefile-create): Use them.
10080
10081 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
10082 Force FILE to expand to the current target. Use file-exists-p to
10083 check that it exists.
10084
10085 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
10086 (ede-linux-load): Wrap dir in file-name-as-directory.
10087 Set :version slot.
10088
10089 * cedet/ede/files.el (ede-get-locator-object): When enabling
10090 locate, do so on "top".
10091
10092 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
10093 file-name-as-directory during compare.
10094 (ede-emacs-version): Return Emacs/XEmacs differentiator.
10095 Get version number from different places. Don't call egrep.
10096 (ede-emacs-load): Set :version slot. Call file-name-as-directory
10097 to set the directory.
10098
10099 * cedet/ede/shell.el: New file.
10100
10101 * cedet/inversion.el (inversion-decoders): Allow for stray . in
10102 alpha/beta variants.
10103
10104 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10105
10106 * international/mule-cmds.el (select-safe-coding-system): If the file
10107 has a coding cookie, use it regardless of any other setting (bug#4712).
10108
10109 2009-10-17 Glenn Morris <rgm@gnu.org>
10110
10111 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
10112 All errors should have messages.
10113
10114 * foldout.el (foldout-mouse-swallow-events):
10115 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
10116
10117 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
10118 (dired-keep-marker-copy, dired-keep-marker-hardlink)
10119 (dired-keep-marker-symlink, dired-dwim-target)
10120 (dired-copy-preserve-time): Do not autoload these defcustoms.
10121
10122 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
10123 messages from messing up the file coding. (Bug#4623)
10124
10125 2009-10-17 Jari Aalto <jari.aalto@cante.net>
10126
10127 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
10128 if no match is found for the current dictionary. (Bug#4578)
10129
10130 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
10131 optional, since that is how it is documented, and this is often called
10132 with a nil argument. (Bug#4577)
10133 (flyspell-external-point-words, flyspell-auto-correct-word)
10134 (flyspell-correct-word-before-point, flyspell-word-search-forward)
10135 (flyspell-word-search-backward): Remove nil argument in calls to
10136 flyspell-get-word, since it is not needed now.
10137
10138 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
10139
10140 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
10141
10142 2009-10-16 Glenn Morris <rgm@gnu.org>
10143
10144 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
10145
10146 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
10147
10148 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
10149 (ange-ftp-file-size): New function.
10150 (ange-ftp-file-attributes): Use it.
10151
10152 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
10153
10154 * net/tramp-smb.el (tramp-smb-version): New defvar.
10155 (tramp-smb-maybe-open-connection): Use it, in order to avoid
10156 repeated checks.
10157
10158 2009-10-16 Glenn Morris <rgm@gnu.org>
10159
10160 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
10161 Maybe copy some custom properties from old to new name. (Bug#4706)
10162
10163 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
10164
10165 * subr.el (error, sit-for, start-process-shell-command)
10166 (start-file-process-shell-command): Set the calling convention
10167 after the function definition.
10168
10169 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10170
10171 * subr.el (error, sit-for, start-process-shell-command)
10172 (start-file-process-shell-command): Use the new
10173 set-advertised-calling-convention feature.
10174
10175 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
10176
10177 * international/ucs-normalize.el (ucs-normalize-version):
10178 Change to 1.2.
10179 (check-range): Adjust for Unicode 5.2.
10180
10181 2009-10-15 Juri Linkov <juri@jurta.org>
10182
10183 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
10184 to the `menu-item' format.
10185
10186 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
10187
10188 * net/tramp.el (tramp-replace-environment-variables): Do not fail
10189 if the environment variable does not exist.
10190
10191 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10192 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
10193 parameter.
10194 (tramp-smb-handle-add-name-to-file)
10195 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
10196 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
10197 (tramp-smb-handle-file-attributes)
10198 (tramp-smb-do-file-attributes-with-stat)
10199 (tramp-smb-handle-file-local-copy)
10200 (tramp-smb-handle-insert-directory)
10201 (tramp-smb-handle-make-directory)
10202 (tramp-smb-handle-make-directory-internal)
10203 (tramp-smb-handle-make-symbolic-link)
10204 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
10205 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
10206 (tramp-smb-maybe-open-connection): Apply the changed parameters.
10207 (tramp-smb-read-file-entry): Read Disk names in compressed format.
10208 Handle long file names.
10209 (tramp-smb-get-cifs-capabilities): Check, whether the connection
10210 process is running.
10211 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
10212 Read share names with "-g" option.
10213
10214 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
10215
10216 * net/rcirc.el (rcirc-view-log-file): New command.
10217 (rcirc-track-minor-mode-map): Remove C-c ` binding.
10218 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
10219 specified.
10220
10221 2009-10-15 Glenn Morris <rgm@gnu.org>
10222
10223 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
10224 from the second command-line argument.
10225 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
10226 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
10227 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
10228 w32-batch-update-autoloads.
10229 * emacs-lisp/autoload.el (autoload-make-program): New variable.
10230 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
10231
10232 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
10233 the headers cannot be located. Simplify, subtracting superflous
10234 save-excursions.
10235
10236 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
10237
10238 Replace completion-base-size by completion-base-position to fix bugs
10239 such as (bug#4699).
10240 * simple.el (completion-base-position): New var.
10241 (completion-base-size): Mark as obsolete.
10242 (choose-completion): Make it work for mouse events as well.
10243 Pass the new base-position to choose-completion-string.
10244 (choose-completion-guess-base-position): New function, extracted from
10245 choose-completion-delete-max-match.
10246 (choose-completion-delete-max-match): Use it. Make obsolete.
10247 (choose-completion-string): Use the new base-position info.
10248 (completion-root-regexp): Delete.
10249 (completion-setup-function): Preserve completion-base-position.
10250 Eliminate obsolete base-size manipulation.
10251 * minibuffer.el (display-completion-list): Don't mess with base-size.
10252 (minibuffer-completion-help): Set completion-base-position instead.
10253 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
10254 choose-completion.
10255 * textmodes/bibtex.el (bibtex-complete):
10256 * emacs-lisp/crm.el (crm--choose-completion-string):
10257 Adjust to new calling convention.
10258 * complete.el (partial-completion-mode): Use minibufferp to avoid
10259 bumping into incompatible change to choose-completion-string-functions.
10260 * ido.el (ido-choose-completion-string): Make its calling convention
10261 more permissive.
10262 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
10263 base-size manipulation.
10264 (comint-dynamic-list-input-ring): Use dotimes and push.
10265 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
10266 fundamental-mode. Use `or'.
10267
10268 2009-10-14 Juri Linkov <juri@jurta.org>
10269
10270 * misearch.el (multi-isearch-next-buffer-from-list)
10271 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
10272
10273 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10274
10275 * Makefile.in (compile-onefile): Load `bytecomp' rather than
10276 `bytecomp.el'.
10277
10278 * minibuffer.el (completion-pcm--merge-completions): Make sure the
10279 string we return is all made up of text from the completions rather
10280 than part from the completions and part from the input (bug#4219).
10281
10282 * ido.el (ido-everywhere): Use define-minor-mode.
10283
10284 * buff-menu.el (list-buffers, ctl-x-map):
10285 Mark the entry points with ;;;###autoload cookies.
10286
10287 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
10288
10289 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
10290 correctly in the detached head case.
10291 (vc-git-print-log): Remove unused binding.
10292
10293 * vc.el (vc-responsible-backend): When a directory is passed for
10294 for registration create a VC repository if no backend is
10295 responsible for the directory argument.
10296 (vc-deduce-fileset): Tell vc-responsible-backend to register.
10297
10298 * vc.el: Move comments about RCS and SCCS ...
10299 * vc-rcs.el:
10300 * vc-sccs.el: ... here, respectively.
10301
10302 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10303
10304 * minibuffer.el (completion--file-name-table): Return nil if there's
10305 no file completion, even if substitute-in-file-name changed
10306 the string (bug#4708).
10307
10308 2009-10-13 Juri Linkov <juri@jurta.org>
10309
10310 * files-x.el (read-file-local-variable-value): Don't filter out
10311 minor modes from mode name completion (bug#4664).
10312
10313 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
10314
10315 * international/mule-cmds.el (ucs-names): Remove exclusion of
10316 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
10317
10318 2009-10-13 Kenichi Handa <handa@m17n.org>
10319
10320 * international/uni-name.el: Regenerated.
10321
10322 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
10323
10324 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
10325 should be automatically buffer-local, but isn't.)
10326
10327 2009-10-12 Sam Steingold <sds@gnu.org>
10328
10329 * progmodes/compile.el (compilation-next-error-function): Fix the
10330 timestamps if the buffer has been visited before.
10331 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
10332 non-anchored patterns, like the perl one (bug#3928).
10333
10334 2009-10-12 Glenn Morris <rgm@gnu.org>
10335
10336 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
10337 Let-bind `size'.
10338
10339 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
10340
10341 * proced.el (proced-unload-function): New function.
10342
10343 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
10344 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
10345 Doc fix.
10346
10347 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
10348
10349 2009-10-11 Juri Linkov <juri@jurta.org>
10350
10351 * files-x.el (read-file-local-variable-value):
10352 Provide default value only for bound variables (bug#4664).
10353
10354 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
10355
10356 * net/tramp.el (tramp-local-host-p): Function shall return nil for
10357 connection methods like smb.
10358
10359 * net/tramp-cache.el (tramp-flush-connection-property): The hash
10360 can be empty.
10361
10362 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10363 (tramp-smb-file-name-handler-alist): Add handlers for
10364 `add-name-to-file', `make-symbolic-link'.
10365 (tramp-smb-handle-add-name-to-file)
10366 (tramp-smb-do-file-attributes-with-stat)
10367 (tramp-smb-handle-make-symbolic-link)
10368 (tramp-smb-get-cifs-capabilities): New defuns.
10369 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
10370 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
10371 (tramp-smb-handle-file-local-copy)
10372 (tramp-smb-handle-make-directory-internal)
10373 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
10374 The file name syntax depends on cifs capabilities.
10375 (tramp-smb-handle-file-attributes):
10376 Call `tramp-smb-do-file-attributes-with-stat' if possible.
10377 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
10378 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
10379
10380 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
10381
10382 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
10383 (eieio-defclass): Apply deftype handler and setf-method properties
10384 directly.
10385 (eieio-add-new-slot): Avoid union function from cl library.
10386 (eieio--typep): New function.
10387 (eieio-perform-slot-validation): Use it.
10388
10389 2009-10-10 Karl Fogel <kfogel@red-bean.com>
10390
10391 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
10392 Update documentation to refer to the variables documented in r1.135.
10393 (Bug#4188)
10394
10395 2009-10-10 Karl Fogel <kfogel@red-bean.com>
10396
10397 * bookmark.el (Info-suffix-list): Remove this unused variable.
10398 (bookmark-current-point): Remove this obsolete variable.
10399 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
10400 Adjust for removal of bookmark-current-point.
10401
10402 (bookmarks-already-loaded, bookmark-current-buffer)
10403 (bookmark-yank-point): Document. (Bug#4188)
10404
10405 2009-10-10 Glenn Morris <rgm@gnu.org>
10406
10407 * frame.el (frame-height): Doc fix.
10408
10409 * calendar/calendar.el (calendar-split-width-threshold): New option.
10410 (calendar-basic-setup): Use calendar-split-width-threshold.
10411
10412 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
10413
10414 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
10415 Use .la for Automake.
10416
10417 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
10418
10419 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
10420 Use "autoreconf -i". Suggested by Andreas Schwab.
10421
10422 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
10423
10424 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
10425 Ideographic Supplement" range (U+1F200..U+1F2FF).
10426
10427 2009-10-09 Karl Fogel <kfogel@red-bean.com>
10428
10429 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
10430 since the list will have been rebuilt anyway. (Bug#4349)
10431
10432 2009-10-09 Karl Fogel <kfogel@red-bean.com>
10433
10434 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
10435 (bookmark-bmenu-execute-deletions): Don't save here, as
10436 bookmark-delete will now do so if necessary.
10437 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
10438 (Bug#4348)
10439
10440 2009-10-09 Glenn Morris <rgm@gnu.org>
10441
10442 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
10443
10444 2009-10-09 Karl Fogel <kfogel@red-bean.com>
10445
10446 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
10447 (bookmark-jump-other-window): Just invoke bookmark-jump with new
10448 argument now, so the two function's behaviors will match. (Bug#3645)
10449
10450 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
10451
10452 * cedet/ede/proj.el (project-make-dist, project-compile-project):
10453 Fix filename test.
10454 (ede-proj-dist-makefile): Use expand-file-name instead of concat
10455 to expand file names.
10456
10457 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
10458
10459 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
10460 (tramp-file-name-real-host, tramp-file-name-port):
10461 Apply `save-match-data'.
10462
10463 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
10464 case both directories are remote.
10465 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
10466 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
10467
10468 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
10469
10470 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
10471 (ede-proj-target-makefile-objectcode): Use it.
10472
10473 * cedet/ede/source.el (ede-want-any-source-files-p)
10474 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
10475 Return search result. This error was introduced while merging.
10476
10477 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
10478
10479 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
10480
10481 2009-10-07 Glenn Morris <rgm@gnu.org>
10482
10483 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
10484 of concat.
10485
10486 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
10487
10488 * files-x.el (read-file-local-variable): Include some
10489 non-user-variables in the completion table (bug#4664).
10490
10491 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
10492
10493 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
10494 message.
10495
10496 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10497 (tramp-smb-file-name-handler-alist): Add handler for
10498 `copy-directory', `expand-file-name', `set-file-modes'.
10499 (tramp-smb-handle-copy-directory)
10500 (tramp-smb-handle-expand-file-name)
10501 (tramp-smb-handle-set-file-modes): New defuns.
10502 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
10503 (tramp-smb-handle-file-attributes): Simplify check for retrieving
10504 entry.
10505 (tramp-smb-handle-insert-directory): Don't flush the cache.
10506 (tramp-smb-maybe-open-connection): Check for samba client and
10507 server versions.
10508
10509 2009-10-07 Eli Zaretskii <eliz@gnu.org>
10510
10511 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
10512 to not error out of search for "^lisp=" fails.
10513
10514 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
10515
10516 * makefile.w32-in (WINS_UPDATES): New macro.
10517 (custom-deps, finder-data, autoloads): Use it.
10518
10519 2009-10-07 Glenn Morris <rgm@gnu.org>
10520
10521 * Makefile.in (autoloads): Revert previous change.
10522 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
10523 the list of preloaded files passed on the command-line, get
10524 it from src/Makefile.
10525
10526 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
10527 show the original buffer rather than a random one.
10528
10529 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
10530
10531 * help.el (describe-no-warranty): Place point in a slightly better
10532 position in the GPLv3 text.
10533
10534 2009-10-06 Sam Steingold <sds@gnu.org>
10535
10536 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
10537 the comm attribute is present before calling regexp-quote.
10538
10539 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
10540
10541 * play/animate.el (animate-string): For good effect, make sure
10542 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
10543
10544 * play/animate.el (animate-sequence, animate-birthday-present):
10545 * misc.el (butterfly): Don't set `indent-tabs-mode'.
10546
10547 2009-10-06 Glenn Morris <rgm@gnu.org>
10548
10549 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
10550
10551 * emacs-lisp/autoload.el (autoload-excludes): New variable.
10552 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
10553 (batch-update-autoloads): Process a string value of autoload-excludes,
10554 set during the build process.
10555 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
10556
10557 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
10558 inside with-parsed... macro so that `v' is defined.
10559
10560 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
10561 * progmodes/fortran.el (fortran-end-of-block)
10562 (fortran-beginning-of-block):
10563 Also push mark in the macro case.
10564
10565 * emerge.el (emerge-show-file-name):
10566 * calc/calc.el (calc-quit):
10567 * calc/calc-misc.el (calc-big-or-small):
10568 * calc/calc-graph.el (calc-graph-view):
10569 * calc/calc-ext.el (calc-reset):
10570 * calendar/calendar.el (calendar-basic-setup):
10571 Use window-full-height-p.
10572
10573 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
10574 header we don't understand, don't insert another. (Bug#4624)
10575 If changing mime charset, insert the new one in the right place.
10576
10577 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
10578
10579 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
10580 (cal-tex-cursor-month): Correctly increment the end date for diary and
10581 holiday listing. (Bug#4626)
10582
10583 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10584
10585 * help-fns.el (describe-function-1): Don't burp if the function is not
10586 a symbol.
10587
10588 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
10589
10590 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
10591 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
10592 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
10593 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
10594
10595 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
10596 (eieio-default-superclass): Reflow docstrings.
10597 (this, class-option-assoc, defclass, eieio-class-un-autoload)
10598 (eieio-unbind-method-implementations, defmethod)
10599 (eieio-validate-slot-value, eieio-validate-class-slot-value)
10600 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
10601 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
10602 (eieio-slot-originating-class-p, eieio-slot-name-index)
10603 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
10604 (constructor, initialize-instance, no-next-method, object-print)
10605 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
10606 Fix typos in docstrings.
10607 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
10608 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
10609 (next-method-p): Doc fixes.
10610 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
10611 Fix typos in error messages.
10612 (eieio-defmethod): Fix typo in description of generic method.
10613
10614 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
10615 (eieio-persistent-save-interactive, slot-missing):
10616 Fix typos in docstrings.
10617 (eieio-instance-inheritor-slot-boundp): Doc fix.
10618
10619 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
10620 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
10621
10622 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
10623 (eieio-custom-object-apply-reset):
10624 Fix typos in docstrings and error messages.
10625
10626 * emacs-lisp/eieio-datadebug.el (data-debug-show):
10627 Fix typo in docstring.
10628
10629 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
10630 (eieio-browse-tree): Doc fix.
10631 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
10632 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
10633 Fix typos in docstrings.
10634
10635 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
10636 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
10637 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
10638 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
10639 Reflow docstrings.
10640
10641 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
10642
10643 * vc-hg.el (log-view-vc-backend): Declare for compiler.
10644 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
10645 Set log-view-vc-backend so that diff can work.
10646
10647 * log-view.el (log-view-diff): Use vc-diff-internal instead of
10648 vc-version-diff.
10649 (vc-diff-internal): Autoload this instead of vc-version-diff.
10650
10651 2009-10-05 Eli Zaretskii <eliz@gnu.org>
10652
10653 * simple.el (eval-expression): Doc fix.
10654
10655 * progmodes/cwarn.el (cwarn-mode): Doc fix.
10656
10657 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
10658
10659 * files.el (directory-files-no-dot-files-regexp): New defconst.
10660 (delete-directory): Use it.
10661 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
10662
10663 * net/tramp.el (tramp-verbose): Fix docstring.
10664 (tramp-methods): Add recursive option to `tramp-copy-args'.
10665 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
10666 "scp1_old", "scp2_old", "rsync", "rsyncc".
10667 (tramp-default-method): Check also for `auth-source-user-or-password'.
10668 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10669 Add handler for `copy-directory'.
10670 (tramp-handle-copy-directory): New defun.
10671 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
10672 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
10673 Optimize sent command.
10674
10675 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10676
10677 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
10678 window if necessary.
10679
10680 * calendar/calendar.el (calendar-basic-setup): Don't call
10681 switch-to-buffer in a dedicated window.
10682
10683 2009-10-05 Karl Fogel <kfogel@red-bean.com>
10684
10685 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
10686 don't do anything related to relocating, just return nil.
10687 (bookmark-error-no-filename): New error.
10688 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
10689 bookmark has no file. Don't even attempt to handle things that
10690 are not files; the whole point of custom handlers is to keep that
10691 knowledge elsewhere anyway. Tighten some comments.
10692 (bookmark-file-or-variation-thereof): Remove now-unused function.
10693 (bookmark-location): Doc string fix.
10694 (Bug#4250)
10695
10696 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10697
10698 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
10699 don't use a file dialog, because they usually don't know how to read
10700 a directory target from the user. (Bug#4230)
10701 Also, make sure the prompt can display directories as well as files.
10702
10703 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10704
10705 * bookmark.el (bookmark-set, bookmark-buffer-name):
10706 Improve doc strings. (Bug#1193)
10707
10708 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10709
10710 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
10711 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
10712 (bookmark-get-annotation, bookmark-set-annotation)
10713 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10714 (bookmark-set-position, bookmark-get-front-context-string)
10715 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10716 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
10717 (bookmark-jump-other-window, bookmark-handle-bookmark)
10718 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
10719 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
10720 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
10721 Improve doc strings to say whether bookmark can be a string or
10722 a record or both, and make other consistency and clarity fixes.
10723 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
10724 (bookmark-default-annotation-text, bookmark-yank-word)
10725 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
10726 (bookmark-import-new-list, bookmark-maybe-rename)
10727 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10728 (bookmark-bmenu-bookmark): Give these doc strings.
10729 (bookmark-bmenu-check-position): Give this a doc string, but also
10730 add a FIXME comment about how the function may be pointless.
10731 (bookmark-default-handler): Rework doc string and change a
10732 parameter name, to clarify that this takes a bookmark record
10733 not a bookmark name.
10734 (bookmark-set): Change a parameter name to indicate its meaning,
10735 and improve the doc string a bit.
10736 (Bug#4188)
10737
10738 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10739
10740 * bookmark.el (bookmark-alist): Document the new `handler' element
10741 in the param alist.
10742 (bookmark-make-record-function): Adjust documentation for above.
10743 (Bug#4193)
10744
10745 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10746
10747 * info.el (Info-bookmark-make-record): Document this function.
10748 (Info-bookmark-jump): Document with a doc string, not just a comment.
10749 (Bug#4203)
10750
10751 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10752
10753 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
10754 (semantic-new-buffer-fcn): Call parser setup functions here.
10755 (semantic-mode): Don't call parser setup functions here, it's done
10756 in semantic-new-buffer-fcn now.
10757 (semantic-mode): Parse all existing buffers when enabled.
10758
10759 * cedet/srecode/compile.el (srecode-compile-file):
10760 Call semantic-new-buffer-fcn if the buffer has not been parsed.
10761
10762 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10763
10764 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10765
10766 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10767 (proj-comp-insert-variable-once): New macro, renamed from
10768 ede-pmake-insert-variable-once in ede/pmake.edl.
10769 (ede-proj-makefile-insert-variables): Use it.
10770
10771 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
10772
10773 * files.el (copy-directory): New defun.
10774
10775 * dired-aux.el (dired-copy-file-recursive): Use it.
10776
10777 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10778
10779 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10780 (makefile-end-of-command):
10781 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10782 (semantic-end-of-context): Fix previous change. Doc fixes.
10783
10784 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10785
10786 * files-x.el (modify-dir-local-variable)
10787 (copy-dir-locals-to-file-locals-prop-line):
10788 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10789 (makefile-end-of-command):
10790 * cedet/semantic/lex.el (semantic-lex-token):
10791 * cedet/semantic/analyze/fcn.el
10792 (semantic-analyze-dereference-metatype-1):
10793 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10794 (semantic-lex-cpp-undef):
10795 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10796 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10797 (semantic-end-of-context): Fix typos in docstrings.
10798
10799 * recentf.el (recentf-unload-function): New function.
10800
10801 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10802
10803 * cedet/ede.el (ede-project-placeholder-cache-file):
10804 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10805 * cedet/srecode/map.el (srecode-map-save-file):
10806 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
10807
10808 2009-10-04 Glenn Morris <rgm@gnu.org>
10809
10810 * window.el (window-full-height-p): Add doc string.
10811
10812 2009-10-04 Martin Rudalics <rudalics@gmx.at>
10813
10814 * window.el (window-full-height-p): New function. (Bug#4543)
10815
10816 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
10817
10818 * cedet/srecode/insert.el: Require srecode/args.
10819
10820 * cedet/srecode/args.el: Require srecode/dictionary instead of
10821 srecode/insert.
10822
10823 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10824
10825 * files.el (auto-mode-alist): Add .srt and Project.ede.
10826
10827 * cedet/semantic.el (semantic-mode):
10828 Handle srecode-template-mode-hook as well.
10829 (semantic-mode): Use js-mode-hook for Javascript hook.
10830
10831 * cedet/srecode/template.el: Remove hook variable.
10832
10833 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10834
10835 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10836 projects exist.
10837 (ede-project-placeholder-cache-file): Default to a file in
10838 user-emacs-directory.
10839
10840 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10841 templates in data-directory.
10842 (srecode-map-save-file): Default to a file in user-emacs-directory.
10843
10844 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10845 directory.
10846
10847 2009-09-30 Eric Ludlam <zappo@gnu.org>
10848
10849 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10850 Doc fix.
10851
10852 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10853 Only insert each variable once.
10854
10855 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10856 (ede-pmake-insert-variable-shared): Use it.
10857
10858 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10859 for lexical table iff table is nil.
10860
10861 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
10862
10863 * vc.el: Remove commented out code.
10864 (vc-derived-from-dir-mode): Remove, unused.
10865 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10866
10867 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
10868
10869 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10870 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
10871 there could be recursive loading when `default-directory' is a
10872 remote file name. (Bug#4614)
10873
10874 2009-10-03 Glenn Morris <rgm@gnu.org>
10875
10876 * calendar/calendar.el (calendar-basic-setup): Handle the case where
10877 the frame is wide.
10878 (calendar-generate-window): Test for shrinkability rather than width.
10879
10880 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10881 declaration, currently false.
10882
10883 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10884 reusing existing buffers, in case we happen to visit two files with the
10885 same basename. (Bug#4593)
10886
10887 2009-10-02 Eli Zaretskii <eliz@gnu.org>
10888
10889 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10890 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10891 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10892 subdirs of cedet as well.
10893 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10894
10895 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10896
10897 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10898 Obey advertised-signature-table.
10899
10900 * help-fns.el (help-function-arglist): Don't check
10901 advertised-signature-table.
10902 (describe-function-1): Do it here instead so it also applies to subrs.
10903
10904 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
10905
10906 * simple.el (start-file-process): Say in the doc-string, that file
10907 handlers might not support pty association, if PROGRAM is nil.
10908
10909 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10910 HOST and USER are strings. They are nil, when there are
10911 incomplete entries in ~/.netrc, for example.
10912 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
10913 root directory ("device busy" error otherwise).
10914
10915 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10916 Flush file properties of created directory.
10917
10918 2009-10-02 Eli Zaretskii <eliz@gnu.org>
10919
10920 * makefile.w32-in (WINS_BASIC): Remove cedet.
10921 (WINS_CEDET): Add cedet.
10922 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10923
10924 2009-10-02 Kevin Ryde <user42@zip.com.au>
10925
10926 * net/browse-url.el (browse-url): Pass any symbol in
10927 browse-url-browser-function to `apply', since if you've mistakenly put
10928 an unbound symbol then the error is clearer. (Bug#4531)
10929
10930 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
10931
10932 * allout.el (allout-init, allout-back-to-current-heading)
10933 (allout-beginning-of-current-entry, allout-ascend-to-depth)
10934 (allout-ascend, allout-up-current-level, allout-end-of-level)
10935 (allout-previous-visible-heading, allout-forward-current-level)
10936 (allout-backward-current-level, allout-show-children):
10937 * apropos.el (apropos-describe-plist):
10938 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10939 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10940 * completion.el (add-completion, add-permanent-completion):
10941 * descr-text.el (describe-text-category, describe-char):
10942 * desktop.el (desktop-lazy-abort):
10943 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10944 * dired.el (dired-build-subdir-alist):
10945 * ediff.el (ediff-version):
10946 * elide-head.el (elide-head, elide-head-show):
10947 * emerge.el (emerge-version):
10948 * env.el (getenv):
10949 * face-remap.el (variable-pitch-mode):
10950 * faces.el (describe-face):
10951 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10952 (dired-at-point):
10953 * files.el (find-file-existing, auto-save-mode):
10954 * font-lock.el (font-lock-fontify-buffer):
10955 * help-fns.el (describe-function, describe-variable)
10956 (describe-syntax, describe-categories):
10957 * help.el (view-lossage, describe-bindings, describe-key)
10958 (describe-mode):
10959 * hexl.el (hexl-current-address):
10960 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10961 * info.el (Info-goto-emacs-key-command-node):
10962 * log-edit.el (log-edit-insert-cvs-template)
10963 (log-edit-insert-cvs-rcstemplate):
10964 * menu-bar.el (menu-bar-mode):
10965 * mouse.el (mouse-appearance-menu):
10966 * newcomment.el (comment-indent-new-line):
10967 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10968 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10969 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10970 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10971 * recentf.el (recentf-mode):
10972 * savehist.el (savehist-mode, savehist-save):
10973 * shadowfile.el (shadow-copy-files):
10974 * simple.el (kill-ring-save, next-line, previous-line)
10975 (normal-erase-is-backspace-mode):
10976 * strokes.el (strokes-update-window-configuration)
10977 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10978 (strokes-xpm-for-stroke):
10979 * time.el (emacs-uptime, emacs-init-time):
10980 * tutorial.el (tutorial--describe-nonstandard-key)
10981 (tutorial--detailed-help):
10982 * type-break.el (type-break-mode)
10983 (type-break-mode-line-message-mode, type-break-query-mode)
10984 (type-break-guesstimate-keystroke-threshold):
10985 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10986 * version.el (emacs-version):
10987 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10988 * winner.el (winner-mode):
10989 * calendar/timeclock.el (timeclock-in, timeclock-out)
10990 (timeclock-status-string, timeclock-change)
10991 (timeclock-workday-remaining-string)
10992 (timeclock-workday-elapsed-string)
10993 (timeclock-when-to-leave-string):
10994 * calendar/todo-mode.el (todo-add-category):
10995 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10996 * emacs-lisp/autoload.el (update-file-autoloads):
10997 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10998 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10999 (checkdoc-message-text, checkdoc-defun):
11000 * emacs-lisp/debug.el (debugger-list-functions):
11001 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11002 * emacs-lisp/eieio-opt.el (eieio-describe-class)
11003 (eieio-describe-generic):
11004 * emacs-lisp/lisp-mnt.el (lm-synopsis):
11005 * emacs-lisp/shadow.el (list-load-path-shadows):
11006 * emulation/cua-base.el (cua-mode):
11007 * emulation/edt.el (edt-set-scroll-margins):
11008 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
11009 (tpu-toggle-regexp, tpu-toggle-search-direction)
11010 (tpu-toggle-rectangle, tpu-toggle-control-keys):
11011 * emulation/tpu-extras.el (tpu-set-scroll-margins):
11012 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
11013 (viper-set-parsing-style-toggling-macro)
11014 (viper-set-emacs-state-searchstyle-macros):
11015 * emulation/viper.el (viper-set-hooks):
11016 * eshell/esh-mode.el (eshell-truncate-buffer):
11017 * international/mule-cmds.el (prefer-coding-system)
11018 (describe-input-method, describe-language-environment):
11019 * international/mule-diag.el (list-character-sets)
11020 (describe-character-set, describe-coding-system)
11021 (describe-fontset, list-fontsets, list-input-methods):
11022 * mail/sendmail.el (mail-signature):
11023 * net/ange-ftp.el (ange-ftp-copy-file):
11024 * net/browse-url.el (browse-url):
11025 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
11026 * net/quickurl.el (quickurl-add-url):
11027 * net/rcirc.el (names, topic):
11028 * net/xesam.el (xesam-mode):
11029 * play/5x5.el (5x5-new-game):
11030 * play/yow.el (apropos-zippy):
11031 * progmodes/ada-mode.el (ada-mode-version):
11032 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
11033 (f90-end-of-block)
11034 (f90-beginning-of-block):
11035 * progmodes/fortran.el (fortran-end-of-block)
11036 (fortran-beginning-of-block):
11037 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
11038 * progmodes/python.el (python-describe-symbol, python-shell):
11039 * term/ns-win.el (ns-print-buffer):
11040 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
11041 * textmodes/flyspell.el (flyspell-mode-on):
11042 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
11043 (pages-directory-for-addresses):
11044 * textmodes/table.el (table-recognize-cell)
11045 (table-query-dimension, table-generate-source)
11046 (table-insert-sequence, table--warn-incompatibility):
11047 * textmodes/tex-mode.el (tex-validate-buffer):
11048 * textmodes/texinfmt.el (texinfmt-version)
11049 (texinfo-format-buffer):
11050 Use `called-interactively-p' instead of `interactive-p'.
11051
11052 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
11053
11054 * image-mode.el (image-toggle-display):
11055 * emacs-lisp/elp.el (elp-instrument-function):
11056 * emacs-lisp/advice.el (ad-make-advised-definition):
11057 * emacs-lisp/easy-mmode.el (define-minor-mode):
11058 * net/browse-url.el (browse-url-maybe-new-window):
11059 * progmodes/sh-script.el (sh-learn-buffer-indent):
11060 Pass new argument 'any to `called-interactively-p'.
11061
11062 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
11063
11064 * international/uni-bidi.el:
11065 * international/uni-category.el:
11066 * international/uni-combining.el:
11067 * international/uni-comment.el:
11068 * international/uni-decimal.el:
11069 * international/uni-decomposition.el:
11070 * international/uni-digit.el:
11071 * international/uni-lowercase.el:
11072 * international/uni-mirrored.el:
11073 * international/uni-name.el:
11074 * international/uni-numeric.el:
11075 * international/uni-old-name.el:
11076 * international/uni-titlecase.el:
11077 * international/uni-uppercase.el:
11078 Regenerate from Unicode 5.2.0 data.
11079
11080 2009-10-01 Glenn Morris <rgm@gnu.org>
11081
11082 * Makefile.in (ELCFILES): Regenerate.
11083
11084 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
11085
11086 * subr.el (interactive-p): Mark obsolete.
11087 (called-interactively-p): Make the optional-ness of `kind' obsolete.
11088 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
11089 advertised-signature-table for subroutines as well.
11090
11091 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
11092 (set-advertised-calling-convention): New function.
11093 (make-obsolete, define-obsolete-function-alias)
11094 (make-obsolete-variable, define-obsolete-variable-alias):
11095 Make the optional-ness of `when' obsolete.
11096 (define-obsolete-face-alias): Make `when' non-optional.
11097 * help-fns.el (help-function-arglist):
11098 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
11099 Use advertised-signature-table.
11100
11101 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
11102
11103 * files.el (delete-directory): New defun. The original function
11104 in fileio.c has been renamed to `delete-directory-internal'.
11105
11106 * dired.el (dired-delete-file): Call `delete-directory' with
11107 RECURSIVE parameter.
11108
11109 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
11110 parameter RECURSIVE. Implementation is missing.
11111
11112 * net/tramp.el (tramp-handle-make-directory): Flush upper
11113 directory's file properties.
11114 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
11115 (tramp-handle-dired-recursive-delete-directory): Flush directory
11116 properties after the remove command only.
11117
11118 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
11119 Handle optional parameter RECURSIVE.
11120
11121 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
11122 Handle optional parameter RECURSIVE.
11123
11124 * net/tramp-smb.el (tramp-smb-errors): Add error message for
11125 connection timeout.
11126 (tramp-smb-handle-delete-directory): Handle optional parameter
11127 RECURSIVE.
11128
11129 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
11130
11131 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
11132 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
11133 (byte-compile-defmacro): Use backquotes.
11134
11135 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
11136
11137 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
11138 has no associated file.
11139 (vc-resynch-buffer): Use vc-dir-buffers.
11140
11141 2009-10-01 Glenn Morris <rgm@gnu.org>
11142
11143 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
11144 (chart-file-count):
11145 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
11146 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
11147 * emacs-lisp/eieio-opt.el (eieio-describe-class):
11148 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
11149 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
11150 (eieio-copy-parents-into-subclass, make-instance, class-children)
11151 (eieio-generic-form):
11152 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
11153 * cedet/cedet-idutils.el (cedet-idutils-search)
11154 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
11155 (cedet-idutils-version-check):
11156 * cedet/cedet.el (cedet-version):
11157 * cedet/data-debug.el (data-debug-insert-overlay-button)
11158 (data-debug-insert-overlay-list-button)
11159 (data-debug-insert-buffer-button)
11160 (data-debug-insert-buffer-list-button)
11161 (data-debug-insert-process-button, data-debug-insert-ring-button)
11162 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
11163 (data-debug-insert-stuff-vector-button)
11164 (data-debug-insert-symbol-button, data-debug-insert-string)
11165 (data-debug-insert-number, data-debug-insert-lambda-expression)
11166 (data-debug-insert-nil, data-debug-insert-simple-thing)
11167 (data-debug-insert-custom, data-debug-edebug-expr):
11168 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
11169 (global-ede-mode-map, ede-new, ede-debug-target)
11170 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
11171 * cedet/semantic.el (semantic-minimum-working-buffer-size)
11172 (semantic-fetch-tags, semantic-submode-list)
11173 (semantic-default-submodes):
11174 * cedet/ede/source.el (ede-source-match):
11175 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
11176 (project-am-package-info):
11177 * cedet/ede/proj.el (ede-proj-target, project-new-target):
11178 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
11179 * cedet/ede/proj-comp.el (ede-current-build-list):
11180 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
11181 * cedet/ede/files.el (ede-toplevel-project-or-nil):
11182 * cedet/ede/cpp-root.el (initialize-instance):
11183 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
11184 (autoconf-parameter-strip, autoconf-insert-new-macro):
11185 * cedet/semantic/wisent.el (wisent-lex-eoi):
11186 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
11187 (semantic-show-parser-state-mode):
11188 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
11189 * cedet/semantic/tag.el (semantic-tag-new-variable)
11190 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
11191 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
11192 (semantic--tag-deep-copy-tag-list)
11193 (semantic-tag-components-with-overlays-default):
11194 * cedet/semantic/symref.el (semantic-symref-find-text):
11195 * cedet/semantic/senator.el (senator-yank-tag)
11196 (senator-transpose-tags-up):
11197 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
11198 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
11199 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
11200 * cedet/semantic/lex.el (semantic-lex-comment-regex)
11201 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
11202 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
11203 * cedet/semantic/lex-spp.el
11204 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
11205 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
11206 * cedet/semantic/idle.el
11207 (semantic-idle-summary-current-symbol-info-brutish)
11208 (semantic-idle-summary-current-symbol-info-default):
11209 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
11210 (semantic--grammar-macro-compl-dict):
11211 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
11212 * cedet/semantic/format.el (semantic-format-tag-custom-list)
11213 (semantic-format-tag-canonical-name-default):
11214 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
11215 (semantic-find-tags-for-completion)
11216 (semantic-find-tags-by-scope-protection-default)
11217 (semantic-deep-find-tags-for-completion):
11218 * cedet/semantic/edit.el
11219 (semantic-edits-incremental-reparse-failed-hook)
11220 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
11221 (semantic-edits-splice-remove, semantic-edits-splice-replace):
11222 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
11223 * cedet/semantic/dep.el (semantic-dependency-include-path):
11224 * cedet/semantic/db.el (semanticdb-default-find-index-class)
11225 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
11226 (semanticdb-project-roots):
11227 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
11228 (semanticdb-find-adebug-insert-scanned-tag-cons)
11229 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
11230 (semanticdb-brute-deep-find-tags-for-completion):
11231 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
11232 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
11233 (semantic-end-of-context-default)
11234 (semantic-ctxt-current-function-default)
11235 (semantic-ctxt-scoped-types-default):
11236 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
11237 (semantic-complete-inline-tag-engine)
11238 (semantic-complete-inline-custom-type)
11239 (semantic-complete-read-tag-analyzer):
11240 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
11241 (semantic-chart-database-size):
11242 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
11243 (semantic-analyze-current-context):
11244 * cedet/semantic/symref/list.el (semantic-symref)
11245 (semantic-symref-hide-buffer, semantic-symref-symbol):
11246 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
11247 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
11248 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
11249 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
11250 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
11251 (semantic-c-dereference-template):
11252 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
11253 (semantic--analyze-refs-full-lookup-with-parents)
11254 (semantic--analyze-refs-full-lookup-simple):
11255 * cedet/semantic/analyze/complete.el
11256 (semantic-analyze-possible-completions):
11257 * cedet/srecode/table.el (srecode-mode-table-new):
11258 * cedet/srecode/srt.el (srecode-read-variable-name):
11259 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
11260 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
11261 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
11262 * cedet/srecode/map.el (srecode-current-map):
11263 * cedet/srecode/insert.el (srecode-insert)
11264 (srecode-insert-variable-secondname-handler, srecode-insert-method)
11265 (srecode-template-inserter-point-override)
11266 (srecode-insert-include-lookup):
11267 * cedet/srecode/getset.el (srecode-auto-choose-class):
11268 * cedet/srecode/extract.el (srecode-inserter-extract):
11269 * cedet/srecode/document.el
11270 (srecode-document-autocomment-return-last-alist)
11271 (srecode-document-autocomment-param-type-alist)
11272 (srecode-document-insert-function-comment)
11273 (srecode-document-insert-variable-one-line-comment)
11274 (srecode-document-function-name-comment):
11275 * cedet/srecode/dictionary.el (srecode-create-dictionary)
11276 (srecode-compound-toString):
11277 * cedet/srecode/compile.el (srecode-flush-active-templates):
11278 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
11279 Doc/message fixes.
11280
11281 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
11282 match-data. (Bug#4555).
11283
11284 * cedet/semantic/bovine/gcc.el
11285 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
11286 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
11287
11288 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
11289 rather than parsing it as a regexp. This relaxes the layout
11290 requirements and makes errors easier to detect.
11291 (check-declare-verify): Check file is regular.
11292 (check-declare-directory): Doc fix.
11293 * subr.el (declare-function): Doc fix.
11294
11295 * ibuffer.el (ibuffer-format-qualifier):
11296 * isearch.el (hi-lock-regexp-okay):
11297 * calc/calc.el (math-zerop):
11298 * mail/uce.el (rmail-msgbeg, rmail-msgend):
11299 * term/w32-win.el (setup-default-fontset, set-fontset-font):
11300 Remove unused declarations.
11301
11302 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
11303
11304 * cedet/semantic/wisent/javat-wy.el
11305 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
11306
11307 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
11308
11309 * cedet/srecode/expandproto.el: Fix provide statement.
11310
11311 2009-09-30 Eric Ludlam <zappo@gnu.org>
11312
11313 * emacs-lisp/eieio.el (boolean-p): Delete.
11314
11315 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
11316
11317 * cedet/ede/srecode.el: Fix provide statement.
11318
11319 2009-09-30 Glenn Morris <rgm@gnu.org>
11320
11321 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
11322 * cedet/ede/proj-aux.el (ede-aux-source):
11323 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
11324 (ede-misc-source):
11325 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
11326 (semantic-mrub-switch-tags): Fix doc typos.
11327
11328 * cedet/semantic/db-global.el (data-debug-new-buffer)
11329 (data-debug-insert-thing): Remove unneeded declarations (one broken).
11330 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
11331
11332 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
11333
11334 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
11335 use of CL function `remove-if-not'.
11336
11337 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
11338
11339 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
11340 filename is not a string.
11341
11342 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
11343
11344 * files.el (safe-local-eval-forms): Fix typo.
11345
11346 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11347
11348 * vc-hooks.el (vc-dir-buffers): New var.
11349 (vc-state-refresh): New function.
11350 (vc-state): Use it.
11351 (vc-after-save): Always ask the backend to recompute the new state.
11352 Always call vc-dir if necessary, using vc-dir-buffers.
11353 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
11354 Use vc-dir-buffers.
11355 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
11356 (vc-dir-prepare-status-buffer, vc-dir-update)
11357 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
11358 Don't call expand-file-name on default-directory.
11359
11360 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
11361
11362 * speedbar.el (speedbar-item-delete):
11363 * calc/calc-prog.el (calc-kbd-if):
11364 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
11365
11366 * epa.el (epa-key-list-mode-map):
11367 * hi-lock.el (hi-lock-menu): Fix typos in menus.
11368
11369 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
11370 (hs-show-hook): Fix typo in docstring.
11371
11372 2009-09-29 Glenn Morris <rgm@gnu.org>
11373
11374 * cedet/semantic/symref/idutils.el:
11375 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
11376
11377 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
11378
11379 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
11380 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
11381 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
11382 Mark declarations not understood by check-declare.
11383
11384 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
11385 file-name-nondirectory call preventing location of cedet files.
11386 (check-declare-verify): Use literal search rather than re-search.
11387 Add basic defmethod and defclass, and define-overloadable-function.
11388
11389 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11390 Use tramp-compat-file-attributes rather than nonexistent
11391 tramp-compat-handle-file-attributes.
11392
11393 * Makefile.in (lisptagsfiles4): New.
11394 (AUTOGENEL): Add cedet loaddefs files.
11395 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
11396 (update-elclist, compile-always, backup-compiled-files)
11397 (bootstrap-clean): Add yet another directory level.
11398 (update-elclist): Use LC_COLLATE rather than COLLATE.
11399 (ELCFILES): Update, via `make update-elclist'.
11400
11401 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
11402
11403 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
11404 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
11405 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
11406
11407 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
11408
11409 * Makefile.in (lisptagsfiles3): Define.
11410 (TAGS, TAGS-LISP): Use it.
11411 (update-elclist): Add third directory level to look for elc files.
11412 (compile-always): Likewise.
11413 (backup-compiled-files): Likewise.
11414 (bootstrap-clean): Likewise.
11415 (ELCFILES): Update.
11416
11417 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
11418
11419 * Makefile.in (ELCFILES): Add CEDET files.
11420
11421 2009-09-28 Eric Ludlam <zappo@gnu.org>
11422
11423 CEDET (development tools) package merged.
11424
11425 * cedet/*.el:
11426 * cedet/ede/*.el:
11427 * cedet/semantic/*.el:
11428 * cedet/srecode/*.el: New files.
11429
11430 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
11431
11432 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
11433
11434 * net/tramp.el (top): Require tramp-imap.
11435
11436 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11437 Use `tramp-compat-handle-file-attributes'.
11438
11439 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11440
11441 * net/tramp-imap.el: New package.
11442
11443 2009-09-28 Eric Ludlam <zappo@gnu.org>
11444
11445 * emacs-lisp/chart.el:
11446 * emacs-lisp/eieio-base.el:
11447 * emacs-lisp/eieio-comp.el:
11448 * emacs-lisp/eieio-custom.el:
11449 * emacs-lisp/eieio-datadebug.el:
11450 * emacs-lisp/eieio-opt.el:
11451 * emacs-lisp/eieio-speedbar.el:
11452 * emacs-lisp/eieio.el: New files.
11453
11454 * cedet/cedet-cscope.el:
11455 * cedet/cedet-files.el:
11456 * cedet/cedet-global.el:
11457 * cedet/cedet-idutils.el:
11458 * cedet/data-debug.el:
11459 * cedet/inversion.el:
11460 * cedet/mode-local.el:
11461 * cedet/pulse.el: New files.
11462
11463 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11464
11465 * whitespace.el (whitespace-trailing-regexp)
11466 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
11467 Fix doc string.
11468
11469 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
11470
11471 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
11472 menu.
11473
11474 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
11475 menu-bar-ediff-menu.
11476
11477 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
11478 define-overloadable-function.
11479
11480 * progmodes/autoconf.el: Provide autoconf as well, so that this
11481 file can be `require'd.
11482
11483 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
11484
11485 * emacs-lisp/autoload.el (generated-autoload-feature)
11486 (generated-autoload-load-name): New vars.
11487 (autoload-rubric, autoload-generate-file-autoloads): Use them.
11488 (make-autoload): Recognize define-overloadable-function and
11489 defclass forms (for EIEIO).
11490
11491 * Makefile.in (update-subdirs): Exclude cedet directory.
11492
11493 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11494
11495 * term/ns-win.el: Don't set the region face background. (Bug#4381)
11496
11497 * faces.el: Default light-background background for region face to
11498 ns_selection_color under NS.
11499
11500 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
11501
11502 * net/imap-hash.el: New library, see NEWS.
11503
11504 * Makefile.in (ELCFILES): Add imap-hash.el.
11505
11506 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
11507
11508 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
11509 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
11510 * help-macro.el (make-help-screen): Avoid using an ambiguous function
11511 definition where the docstring could be taken for the return value.
11512
11513 2009-09-26 Glenn Morris <rgm@gnu.org>
11514
11515 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
11516 Add option to only show images below a certain size.
11517 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
11518 save-excursion calls.
11519
11520 2009-09-26 Eli Zaretskii <eliz@gnu.org>
11521
11522 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
11523 subdirectories) and eieio.
11524
11525 2009-09-26 Alan Mackenzie <acm@muc.de>
11526
11527 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
11528 buggy bracketing. (Bug#4289)
11529
11530 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
11531 character constants (as case labels). (Bug#4289)
11532
11533 2009-09-25 Juri Linkov <juri@jurta.org>
11534
11535 * files.el (safe-local-eval-forms): Allow time-stamp in
11536 before-save-hook (Bug#4554).
11537
11538 2009-09-25 Drew Adams <drew.adams@oracle.com>
11539
11540 * menu-bar.el (list-buffers-directory): Doc fix.
11541
11542 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11543
11544 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
11545 Try and avoid copying twice the same paragraph.
11546 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
11547 Remove save-excursion.
11548 (log-edit-changelog-entry): Do it here instead.
11549
11550 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
11551
11552 * bs.el (bs--get-file-name): Use `list-buffers-directory'
11553 when available, instead of hardcoding mode names. Doc fix.
11554
11555 * menu-bar.el (list-buffers-directory): Add docstring.
11556 Make automatically buffer-local.
11557
11558 * dired.el (dired-mode):
11559 * files.el (cd-absolute):
11560 * pcvs.el (cvs-temp-buffer):
11561 * pcvs-util.el (cvs-get-buffer-create):
11562 * shell.el (shell-mode):
11563 * vc-dir.el (vc-dir-mode):
11564 Don't make `list-buffers-directory' buffer local.
11565
11566 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
11567
11568 * comint.el (comint-exec, comint-run, make-comint):
11569 Doc fixes (Bug#4542).
11570
11571 2009-09-25 Glenn Morris <rgm@gnu.org>
11572
11573 * mail/rmailmm.el (rmail-mime): New custom group.
11574 Move all defcustoms in this file into this group.
11575 (rmail-mime-media-type-handlers-alist): Revert previous change.
11576 (rmail-mime-show-images): New option.
11577 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
11578 references to it, since it wasn't actually used for anything.
11579 (rmail-mime-insert-image): New function.
11580 (rmail-mime-image): Use rmail-mime-insert-image.
11581 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
11582 obey the value of `rmail-mime-show-images' option. Print the size of
11583 attachments.
11584
11585 2009-09-25 David Engster <deng@randomsample.de>
11586
11587 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
11588
11589 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11590
11591 * whitespace.el: Does not highlight trailing spaces While point is
11592 at end of line. Does not highligt spaces at beginning of buffer
11593 while point is at beginning of buffer. Does not highlight spaces
11594 at end of buffer while point is at end of buffer. (Bug#4177)
11595 New version 12.0.
11596 (whitespace-display-mappings): Adjust initialization.
11597 (whitespace-point, whitespace-font-lock-refontify): New vars.
11598 (whitespace-color-on, whitespace-color-off): Adjust code.
11599 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
11600 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
11601 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
11602
11603 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
11604
11605 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
11606
11607 * textmodes/sgml-mode.el: Remove xml-mode alias.
11608
11609 * files.el (auto-mode-alist, conf-mode-maybe)
11610 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
11611
11612 2009-09-24 Alan Mackenzie <acm@muc.de>
11613
11614 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
11615 c-forward-conditionals, but it doesn't move point and doesn't set
11616 the mark.
11617 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
11618 (c-down-conditional-with-else, c-backward-conditional)
11619 (c-forward-conditional): Refactor to use c-scan-conditionals.
11620
11621 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
11622
11623 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
11624 (help-default-arg-highlight): Remove.
11625 (help-highlight-arg): New function.
11626 (help-do-arg-highlight): Use it.
11627 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
11628
11629 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11630
11631 * term.el (term-set-scroll-region, term-handle-ansi-escape):
11632 Undo last change, which didn't fix the problem and introduced others.
11633
11634 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
11635
11636 * progmodes/gdb-mi.el: Don't require speedbar.
11637 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
11638
11639 2009-09-24 Glenn Morris <rgm@gnu.org>
11640
11641 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
11642
11643 * term/ns-win.el (ns-reg-to-script): Define for compiler.
11644
11645 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
11646 there is no newline after the final mime boundary. (Bug#4539)
11647 Move markers on insertion so that any buttons inserted don't end up in
11648 the next part of a multipart message.
11649 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
11650 (rmail-mime-bulk-handler): Optionally handle images.
11651 (rmail-mime-image): New button action.
11652 (rmail-mime-image-handler): New function.
11653 (rmail-mime-mode): New mode.
11654 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
11655
11656 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11657
11658 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
11659 than just dropping elements from it (bug#4504).
11660
11661 * term.el (term-set-scroll-region): Don't move cursor any more.
11662 (term-handle-ansi-escape): Call term-goto here instead.
11663 Suggested by Ivan Kanis <apple@kanis.eu>.
11664
11665 * term.el: Require CL.
11666 (term-ansi-reset): New function.
11667 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
11668 (term-handle-colors-array): Simplify.
11669
11670 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
11671
11672 * allout.el (allout-overlay-interior-modification-handler)
11673 (allout-obtain-passphrase):
11674 * epa-file.el (epa-file-write-region):
11675 * ps-print.el (ps-begin-job):
11676 * vc-hooks.el (vc-toggle-read-only):
11677 * vc-rcs.el (vc-rcs-rollback):
11678 * vc-sccs.el (vc-sccs-rollback):
11679 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
11680 (vc-version-diff, vc-revert, vc-rollback):
11681 * wdired.el (wdired-check-kill-buffer):
11682 * emacs-lisp/authors.el (authors):
11683 * net/socks.el (socks-open-connection):
11684 * net/zeroconf.el (zeroconf-service-add-hook):
11685 * obsolete/vc-mcvs.el (vc-mcvs-register):
11686 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
11687 (gdb-select-frame):
11688 * progmodes/grep.el (lgrep, rgrep):
11689 * progmodes/idlw-help.el (idlwave-help-check-locations)
11690 (idlwave-help-html-link, idlwave-help-assistant-open-link):
11691 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11692 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
11693 (reftex-toc-rename-label): Fix typos in error messages.
11694
11695 * dired-aux.el (dired-do-shell-command): Reflow docstring.
11696 (dired-copy-how-to-fn): Doc fix.
11697 (dired-files-attributes, dired-read-shell-command):
11698 Fix typos in docstrings.
11699
11700 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
11701 (dired-x-find-file-other-window): Reflow docstrings.
11702 (dired-omit-marker-char, dired-read-shell-command)
11703 (dired-x-submit-report): Fix typos in docstrings.
11704
11705 * shell.el (shell-mode-hook):
11706 * view.el (View-scroll-line-forward):
11707 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
11708 Fix typos in docstrings.
11709
11710 * net/dig.el (dig-invoke): Fix typo in docstring.
11711 (query-dig): Reflow docstring.
11712
11713 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
11714 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
11715 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
11716 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
11717 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
11718 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
11719 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
11720 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
11721 (idlwave-completion-map, idlwave-current-indent)
11722 (idlwave-custom-ampersand-surround, idlwave-customize)
11723 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
11724 (idlwave-define-abbrev, idlwave-determine-class-special)
11725 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
11726 (idlwave-end-block-reg, idlwave-end-of-statement)
11727 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
11728 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
11729 (idlwave-explicit-class-listed, idlwave-file-header)
11730 (idlwave-fill-paragraph, idlwave-find-class-definition)
11731 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
11732 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
11733 (idlwave-in-quote, idlwave-indent-action-table)
11734 (idlwave-indent-expand-table, idlwave-indent-line)
11735 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11736 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11737 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11738 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11739 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11740 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11741 (idlwave-outlawed-buffers, idlwave-popup-select)
11742 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11743 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11744 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11745 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11746 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11747 (idlwave-statement-type, idlwave-struct-skip)
11748 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11749 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11750 (idlwave-what-module-find-class): Fix typos in docstrings.
11751 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11752 (idlwave-calculate-cont-indent, idlwave-expand-equal)
11753 (idlwave-find-module, idlwave-find-structure-definition)
11754 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11755 (idlwave-list-load-path-shadows, idlwave-next-statement)
11756 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11757 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11758 (idlwave-template): Reflow docstrings.
11759
11760 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11761 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11762 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11763 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11764 (idlwave-shell-display-line, idlwave-shell-display-wframe)
11765 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11766 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11767 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11768 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11769 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11770 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11771 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11772 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11773 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11774 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11775 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11776 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11777 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11778 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11779 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11780 Fix typos in docstrings.
11781 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11782 (idlwave-shell-hide-output, idlwave-shell-mode)
11783 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11784 Reflow docstrings.
11785
11786 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11787
11788 2009-09-24 Ivan Kanis <apple@kanis.eu>
11789
11790 * term.el (term-bold-attribute): New var.
11791 (term-handle-colors-array): Use it.
11792
11793 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
11794
11795 * progmodes/gdb-mi.el (gdb-version): New variable.
11796 (gdb-non-stop-handler): Set gdb-version.
11797 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11798 Condition "--thread" option on gdb-version.
11799 (gdb-invalidate-threads): Remove unused argument.
11800
11801 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11802
11803 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11804 to looking-back to avoid ridiculous slow down in large files (bug#4511).
11805
11806 2009-09-23 Glenn Morris <rgm@gnu.org>
11807
11808 * mail/rmail.el (rmail-reply): Don't try to add a References header when
11809 replying to mail without References or Message-Id. (Bug#4525)
11810
11811 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
11812
11813 * term/ns-win.el (ns-reg-to-script): New variable.
11814
11815 2009-09-23 Daiki Ueno <ueno@unixuser.org>
11816
11817 * epg.el (epg-wait-for-status): Preserve existing 'error results.
11818
11819 2009-09-22 Sam Steingold <sds@gnu.org>
11820
11821 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11822 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11823 to 1 because hg returns status 1 when nothing is found.
11824 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11825
11826 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11827
11828 * textmodes/fill.el: Convert to utf-8 encoding.
11829 (fill-french-nobreak-p): Remove redundant » and « inherited from our
11830 pre-Unicode days.
11831
11832 * add-log.el (change-log-fill-forward-paragraph): New function.
11833 (change-log-mode): Use it so fill-region DTRT.
11834 Set fill-indent-according-to-mode here rather than in
11835 change-log-fill-paragraph.
11836 (change-log-fill-paragraph): Remove.
11837
11838 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
11839
11840 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11841 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
11842
11843 2009-09-22 Glenn Morris <rgm@gnu.org>
11844
11845 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11846 the scroll-bar scroll the calendar window rather than the buffer.
11847
11848 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11849 commands that move point (as opposed to scrolling).
11850
11851 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11852
11853 * emacs-lisp/elint.el (elint): New custom group.
11854 (elint-log-buffer): Make it a defcustom.
11855 (elint-scan-preloaded, elint-ignored-warnings)
11856 (elint-directory-skip-re): New options.
11857 (elint-builtin-variables): Doc fix.
11858 (elint-preloaded-env): New variable.
11859 (elint-unknown-builtin-args): Add an entry for encode-time.
11860 (elint-extra-errors): Make it a variable rather than a constant.
11861 (elint-preloaded-skip-re): New constant.
11862 (elint-directory): Skip files matching elint-directory-skip-re.
11863 (elint-features): New variable, local to linted buffers.
11864 (elint-update-env): Initialize elint-features. Possibly add
11865 elint-preloaded-env to the buffer's environment.
11866 (elint-get-top-forms): Bind elint-current-pos, for log messages.
11867 Skip quoted forms.
11868 (elint-init-form): New function, extracted from elint-init-env.
11869 Make non-list forms a warning rather than an error.
11870 Add the mode-map for define-derived-mode. Handle define-minor-mode,
11871 easy-menu-define, put that adds an error-condition, and provide.
11872 When requiring cl, also require cl-macs. Really require cl, to handle
11873 some cl macros. Store required libraries in the list elint-features,
11874 so as not to re-load them. Treat cc-require like require.
11875 (elint-init-env): Call elint-init-form to do the work.
11876 Handle eval-and-compile and such like.
11877 (elint-add-required-env): Do not clear messages.
11878 (elint-special-forms): Add handlers for function, defalias, if, when,
11879 unless, and, or.
11880 (elint-form): Add optional argument to ignore elint-special-forms,
11881 useful to prevent recursive calls from handlers. Doc fix.
11882 Respect elint-ignored-warnings.
11883 (elint-form): Respect elint-ignored-warnings.
11884 (elint-bound-variable, elint-bound-function): New variables.
11885 (elint-unbound-variable): Respect elint-bound-variable.
11886 (elint-get-args): Respect elint-bound-function.
11887 (elint-check-cond-form): Add some simple handling for (f)boundp and
11888 featurep tests.
11889 (elint-check-defalias-form): New handler.
11890 (elint-check-let-form): Make an empty let a warning rather than an
11891 error.
11892 (elint-check-setq-form): Make an empty setq a warning rather than an
11893 error. Respect elint-ignored-warnings.
11894 (elint-check-defvar-form): Accept null doc-strings.
11895 (elint-check-conditional-form): New handler. Does some simple-minded
11896 checking of featurep and (f)boundp tests.
11897 (elint-put-function-args): New function.
11898 (elint-initialize): Use elint-scan-doc-file rather than
11899 elint-find-builtin-variables. Use elint-put-function-args.
11900 Possibly scan preloaded-file-list.
11901 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11902 extend to handle functions as well.
11903
11904 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
11905
11906 * linum.el (linum-delete-overlays, linum-update-window):
11907 Do not modify the right margin. (Bug#3971)
11908
11909 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
11910
11911 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11912 nxml-mode instead of xml-mode.
11913
11914 2009-09-21 Kevin Ryde <user42@zip.com.au>
11915
11916 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
11917
11918 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11919
11920 * net/dig.el (dig-mode): Use define-derived-mode.
11921
11922 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11923
11924 * vc-dispatcher.el (vc-do-command): Return the process object in
11925 the asynchronous case. Use when instead of if. Do not run
11926 vc-exec-after to display a message if not enabled. (Bug#4463)
11927
11928 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11929 properties to the stash strings.
11930 (vc-git-stash-list): Return a list of strings.
11931 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11932 (vc-git-stash-show-at-point): New functions.
11933 (vc-git-stash-map): New keymap.
11934
11935 * register.el (ctl-x-r-map): Define the keys here instead of
11936 using autoload.
11937
11938 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
11939
11940 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11941 list, to workaround performance problem (bug#4485).
11942
11943 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
11944
11945 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11946
11947 2009-09-20 Daiki Ueno <ueno@unixuser.org>
11948
11949 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11950 Document that this option is not recommended to use.
11951
11952 2009-09-19 Glenn Morris <rgm@gnu.org>
11953
11954 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11955 variable `var'.
11956
11957 * calc/calc-alg.el (var):
11958 * calc/calcalg2.el (var): Define for compiler.
11959
11960 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
11961
11962 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11963 Doc fix (Bug#3932).
11964
11965 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11966
11967 * time-stamp.el (time-stamp-month-dd-yyyy)
11968 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11969 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11970 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11971 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11972 Remove functions that have been obsolete since 1995 (Bug#4436).
11973
11974 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11975 indent buffer only if called interactively (Bug#4452).
11976
11977 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
11978 Eli Zaretskii <eliz@gnu.org>
11979
11980 This fixes bug#4197 (merged to bug#865, though not identical).
11981 * server.el (server-auth-dir): Add docstring note about FAT32.
11982 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11983 but warn against using them.
11984
11985 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
11986
11987 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11988 older GDB where there is no has_more field.
11989
11990 2009-09-19 Glenn Morris <rgm@gnu.org>
11991
11992 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11993
11994 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
11995
11996 * files.el (auto-mode-alist): Change default for XML files to nXML
11997 mode (Bug#4169).
11998
11999 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
12000
12001 * server.el (server-ensure-safe-dir): Pass 'integer
12002 to `file-attributes', as suggested.
12003
12004 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
12005
12006 * dired-aux.el (dired-query-alist): Remove spurious backslash.
12007 (dired-query): Use read-key.
12008
12009 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
12010
12011 * cus-start.el (ns-use-qd-smoothing): Remove.
12012
12013 2009-09-18 Glenn Morris <rgm@gnu.org>
12014
12015 * allout.el (top-level): Remove unnecessary progn.
12016
12017 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
12018
12019 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
12020 definition of abbrev table.
12021
12022 * speedbar.el (speedbar-track-mouse):
12023 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
12024 * net/eudc.el (eudc-expand-inline):
12025 * net/newst-backend.el (newsticker--cache-read-feed):
12026 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
12027 condition-case handlers.
12028
12029 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
12030
12031 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
12032 (gdb-var-list): Add an element for has_more field.
12033 (gdb-non-stop-handler): Enable pretty printing for STL containers.
12034 (gdb-var-create-handler, gdb-var-list-children-handler-1)
12035 (gdb-var-update-handler-1): Parse output of dynamic variable
12036 objects (STL containers).
12037 (gdb-var-delete-1): Pass var1 as an explicit second argument.
12038 (gdb-get-field): Delete alias. Use bindat-get-field directly.
12039
12040 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
12041 gdb-var-list.
12042 (gud-speedbar-buttons): Make node expandable if expression "has more"
12043 children.
12044
12045 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
12046
12047 * startup.el (emacs-quick-startup): Remove variable and all uses.
12048 (command-line): Set `inhibit-x-resources' instead.
12049 (command-line-1): Use `inhibit-x-resources' instead.
12050
12051 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
12052
12053 * subr.el: Fix last change to avoid using the `unless' macro,
12054 which breaks bootstrapping.
12055
12056 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
12057
12058 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
12059 extended definitions, in case we reload subr.el after having
12060 loaded CL.
12061 (eval-next-after-load): Mark as obsolete.
12062
12063 2009-09-17 Juri Linkov <juri@jurta.org>
12064
12065 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
12066 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
12067 (menu-bar-showhide-menu, menu-bar-tools-menu)
12068 (menu-bar-describe-menu, menu-bar-help-menu)
12069 (minibuffer-local-completion-map, minibuffer-local-map):
12070 Fix list quoting.
12071
12072 2009-09-17 Glenn Morris <rgm@gnu.org>
12073
12074 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
12075 arguments, whether or not it has a handler.
12076
12077 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
12078
12079 * simple.el (hard-newline): Give it a doc-string.
12080
12081 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12082 (lisp-mode-syntax-table): Give them doc-strings.
12083
12084 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
12085
12086 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
12087 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
12088 (menu-bar-options-menu, menu-bar-showhide-menu)
12089 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
12090 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
12091 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
12092 (menu-bar-options-menu, menu-bar-tools-menu)
12093 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
12094 (menu-bar-help-menu):
12095 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
12096 string arguments.
12097
12098 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
12099 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
12100 calls for the menu names and :help.
12101
12102 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
12103
12104 * mouse.el (minor-mode-menu-from-indicator): Pay attention
12105 to :minor-mode-function (bug#4455).
12106
12107 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12108
12109 * startup.el (command-line): Initialize the window-system after
12110 processing the command-line.
12111
12112 * textmodes/page.el (what-page): Make sure we don't inf-loop if
12113 page-delimiter matches the empty string.
12114
12115 2009-09-16 Glenn Morris <rgm@gnu.org>
12116
12117 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
12118 byte-compile-not-obsolete-var. It's a list now.
12119 (byte-compile-not-obsolete-funcs): New variable.
12120 (byte-compile-warn-obsolete): Don't warn about functions if they are in
12121 byte-compile-not-obsolete-funcs.
12122 (byte-compile-variable-ref, byte-compile-defvar): Update for
12123 byte-compile-not-obsolete-vars name-change and list nature.
12124 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
12125 and variables behind (f)boundp tests.
12126 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
12127
12128 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
12129
12130 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
12131
12132 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
12133
12134 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
12135 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
12136 Don't autoload.
12137
12138 2009-09-15 Stephen Eglen <stephen@gnu.org>
12139
12140 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
12141 the virtual-buffers, use the name of the buffer specified by
12142 find-file-noselect, as the match may be a symlink. (This was a
12143 problem if the target and the symlink had different names.)
12144
12145 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
12146
12147 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
12148
12149 * desktop.el (desktop-path): Check user-emacs-directory.
12150
12151 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
12152
12153 * loadup.el: Use after-load-functions to GC after loading each file.
12154 Remove the explicit GC calls that used to be sprinkled around.
12155
12156 * subr.el (after-load-functions): New hook.
12157 (do-after-load-evaluation): Run it. Use string-match-p to detect
12158 `obsolete' packages, rather than painfully extracting the relevant
12159 directory name.
12160
12161 2009-09-15 Glenn Morris <rgm@gnu.org>
12162
12163 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
12164 free variable `doc'.
12165
12166 * dired.el (dired-mode-map): Add menu entry for async shell command.
12167
12168 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
12169 variables, also consider the .elc files, since the .el files are
12170 normally gzipped (subsequent code locates the .el.gz from the .elc).
12171
12172 * calc/calc-prog.el (arglist): Define for compiler.
12173
12174 * calendar/diary-lib.el (diary-display-function): Change the default to
12175 fancy display.
12176 (body): Define for compiler.
12177
12178 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
12179 (byte-compile-file-form, byte-compile-lambda)
12180 (byte-compile-top-level-body, byte-compile-form)
12181 (byte-compile-variable-ref, byte-compile-setq)
12182 (byte-compile-setq-default, byte-compile-body)
12183 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
12184 (batch-byte-compile): Give some more local variables with common names
12185 a "bytecomp-" prefix to avoid masking warnings about free variables.
12186
12187 * startup.el (command-line-1): Give local variables with common names a
12188 distinguishing prefix, so as not to hide free variable warnings during
12189 bootstrap.
12190
12191 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
12192 clever and add a suffix to make a unique name, just let the user decide
12193 whether or not to overwrite it. If the input is a directory, write the
12194 default filename to that directory. (Bug#4388)
12195 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
12196 is a filename-as-a-directory.
12197
12198 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
12199
12200 * textmodes/page.el (what-page): Don't move to beginning of line.
12201 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
12202
12203 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
12204
12205 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
12206
12207 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
12208
12209 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
12210 * help.el (help-for-help-internal): Add purecopy calls for text.
12211
12212 * vc.el (top): print-log method now takes an optional SHORTLOG
12213 argument. Add a new method: root.
12214 (vc-root-diff, vc-print-root-log): New functions.
12215 (vc-log-short-style): New variable.
12216 (vc-print-log-internal): Add support for showing short logs.
12217
12218 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
12219 vc-print-root-log and vc-print-root-diff.
12220
12221 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
12222 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
12223 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
12224 short logs.
12225
12226 * vc-cvs.el (vc-cvs-print-log):
12227 * vc-mtn.el (vc-mtn-print-log):
12228 * vc-rcs.el (vc-rcs-print-log):
12229 * vc-sccs.el (vc-sccs-print-log):
12230 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
12231 that is ignored for now.
12232
12233 * vc-mtn.el (vc-mtn-annotate-command):
12234 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
12235
12236 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
12237
12238 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
12239 to function-key-map, and give them ascii-character property.
12240 * term/x-win.el (x-alternatives-map):
12241 * term/ns-win.el (ns-alternatives-map):
12242 * term/internal.el (msdos-key-remapping-map):
12243 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
12244
12245 2009-09-14 Glenn Morris <rgm@gnu.org>
12246
12247 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
12248 temp-buffers (2009-09-12).
12249
12250 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12251
12252 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
12253 the new read-key function.
12254
12255 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
12256
12257 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
12258 is defined (Bug#4405).
12259
12260 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
12261
12262 * recentf.el (recentf-cleanup): Use a hash table to find
12263 duplicates (Bug#4407).
12264
12265 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
12266
12267 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
12268 kp-0 to ascii equivalents (Bug#4325).
12269
12270 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
12271
12272 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
12273
12274 * eshell/em-hist.el:
12275 * eshell/em-dirs.el (eshell-complete-user-reference):
12276 Declare pcomplete functions and variables to avoid compiler warnings.
12277
12278 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
12279
12280 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
12281 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
12282 * eshell/em-alias.el (eshell-aliases-file):
12283 * eshell/em-hist.el (eshell-history-file-name):
12284 Use expand-file-name instead of concat to make file names (Bug#4308).
12285
12286 2009-09-13 Glenn Morris <rgm@gnu.org>
12287
12288 * ediff-merg.el (ediff-do-merge):
12289 * filesets.el (filesets-run-cmd):
12290 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
12291 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
12292 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
12293 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
12294 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
12295 Replace empty `let's with `progn'.
12296
12297 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12298
12299 * mail/sendmail.el (send-mail-function):
12300 * tooltip.el (tooltip-mode):
12301 * simple.el (transient-mark-mode):
12302 * rfn-eshadow.el (file-name-shadow-mode):
12303 * frame.el (blink-cursor-mode):
12304 * font-core.el (global-font-lock-mode):
12305 * files.el (temporary-file-directory)
12306 (small-temporary-file-directory, auto-save-file-name-transforms):
12307 * epa-hook.el (auto-encryption-mode):
12308 * composite.el (global-auto-composition-mode):
12309 Use custom-initialize-delay.
12310 * startup.el (command-line): Don't explicitly call
12311 custom-reevaluate-setting for all the above vars.
12312 * custom.el (custom-initialize-safe-set)
12313 (custom-initialize-safe-default): Delete.
12314
12315 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12316
12317 * term/x-win.el (x-initialize-window-system):
12318 * term/w32-win.el (w32-initialize-window-system):
12319 * term/ns-win.el (ns-initialize-window-system): Don't call
12320 mouse-wheel-mode since it's enabled globally by default already.
12321
12322 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
12323 actually define the variable, but only silences the byte-compiler.
12324 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
12325 before looking it up.
12326 (mouse-wheel-scroll-amount): Also reset the bindings if this value
12327 is changed.
12328
12329 2009-09-12 Glenn Morris <rgm@gnu.org>
12330
12331 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
12332 1000.
12333 (elint-add-required-env): Don't beep on error.
12334 (elint-forms): In case of error, return ENV unchanged.
12335 (elint-init-env): Skip non-list forms.
12336 (elint-log): Handle unknown file positions.
12337
12338 2009-09-12 Daiki Ueno <ueno@unixuser.org>
12339
12340 * epg.el (epg-make-context): Add autoload cookie.
12341 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
12342 (epg-decrypt-string, epg-start-verify, epg-verify-file)
12343 (epg-verify-string, epg-start-sign, epg-sign-file)
12344 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
12345 (epg-encrypt-string, epg-start-export-keys)
12346 (epg-export-keys-to-file, epg-export-keys-to-string)
12347 (epg-start-import-keys, epg-import-keys-from-file)
12348 (epg-import-keys-from-string, epg-start-receive-keys)
12349 (epg-receive-keys, epg-import-keys-from-server)
12350 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
12351 (epg-sign-keys, epg-start-generate-key)
12352 (epg-generate-key-from-file, epg-generate-key-from-string):
12353 Remove autoload cookie.
12354
12355 2009-09-12 Eli Zaretskii <eliz@gnu.org>
12356
12357 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
12358 reevaluation of trash-directory.
12359
12360 * mwheel.el: Fix last change.
12361 (mouse-wheel-mode): New defvar.
12362 (mouse-wheel-mode): Remove autoload cookie.
12363
12364 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12365
12366 * mwheel.el (mwheel-installed-bindings): New var.
12367 (mouse-wheel-mode): Use it, so as to make sure we really remove all
12368 the bindings we set last time. Use custom-initialize-delay.
12369 * loadup.el: Load mwheel after term/*-win.el.
12370 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
12371 and mouse-wheel-up-event now that their first evaluation is done
12372 sufficiently late to be correct.
12373
12374 * startup.el (tutorial-directory): Make it a defcustom.
12375 Use custom-initialize-delay rather than eval-at-startup to set it.
12376 * image.el (image-load-path): Make it a defcustom.
12377 Use custom-initialize-delay rather than eval-at-startup to set it.
12378 * subr.el (eval-at-startup): Remove.
12379 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
12380
12381 * subr.el (do-after-load-evaluation): Warn the user after loading an
12382 obsolete package.
12383
12384 2009-09-12 Glenn Morris <rgm@gnu.org>
12385
12386 * proced.el (proced-mark-alt): Remove alias.
12387 (proced-mode-map): Remove proced-mark-alt.
12388
12389 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
12390 Elint file and directory. Remove initialization entry.
12391
12392 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
12393 commands.
12394 (elint-current-buffer): Set mode-line-process.
12395 (elint-init-env): Handle define-derived-mode.
12396 Fix declare-function with unspecified arglist. Guard against odd
12397 defalias statements (eg iso-insert's 8859-1-map).
12398 (elint-add-required-env): Use a temp buffer.
12399 (elint-form): Just print the function/macro name, not the whole form.
12400 Return env unchanged if we fail to parse a macro.
12401 (elint-forms): Guard against parse errors.
12402 (elint-output): New function, to handle batch mode.
12403 (elint-log-message): Add optional argument. Use elint-output.
12404 (elint-set-mode-line): New function.
12405
12406 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
12407
12408 * emacs-lisp/elp.el (elp-not-profilable): Add more
12409 functions (Bug#4233).
12410
12411 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
12412
12413 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
12414 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
12415
12416 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
12417
12418 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
12419 (gdb-var-list-children): Use json parsing.
12420
12421 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
12422
12423 * progmodes/js.el (js--proper-indentation): Handle the case where
12424 char-before is null. Reported by Deniz Dogan.
12425
12426 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
12427
12428 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
12429
12430 2009-09-11 Daiki Ueno <ueno@unixuser.org>
12431
12432 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
12433 (epg-digest-algorithm-alist): Add SHA224.
12434 (epg-context-set-passphrase-callback)
12435 (epg-context-set-progress-callback): Add description about
12436 callback function.
12437
12438 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12439
12440 * custom.el (custom-delayed-init-variables): New var.
12441 (custom-initialize-delay): New function.
12442 * startup.el (command-line): "Re"evaluate all vars in
12443 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
12444 explicitly any more.
12445 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
12446 to avoid creating a ~/.emacs.d at build-time (bug#4347).
12447
12448 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
12449
12450 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
12451
12452 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
12453 (gdb-var-update-handler): Use json parsing.
12454
12455 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
12456
12457 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
12458 decode annotated text, regardless of language environment. (Bug#2741)
12459
12460 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12461
12462 * Makefile.in (autoloads): Make rmail.el writable as well.
12463
12464 2009-09-11 Glenn Morris <rgm@gnu.org>
12465
12466 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
12467 loaddefs.el.
12468 * dired.el: Regenerate with extracted autoloads.
12469 * Makefile.in (autoloads): Make dired.el writable.
12470
12471 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
12472 * ibuffer.el: Regenerate with extracted autoloads.
12473 * Makefile.in (autoloads): Make ibuffer.el writable.
12474
12475 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
12476 * version.el (emacs-copyright, emacs-major-version)
12477 (emacs-minor-version): Reformat doc-strings for make-docfile.
12478
12479 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
12480 functions and variables, since they must be stuff specific to some other
12481 platform.
12482 (apropos-print): Make mouse-click message less specific about button.
12483
12484 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
12485 that records where a macro was defined.
12486 * help-fns.el (describe-function-1): Mention if a function has a
12487 compiler-macro.
12488 * help-mode.el (help-function-cmacro): New button.
12489
12490 * locate.el (top-level): Always require dired.
12491 (locate-mode-map): Initialize inside the defvar.
12492
12493 * net/ange-ftp.el (dired-compress-file): Declare.
12494 (ange-ftp-dired-compress-file): Add doc string.
12495
12496 * term/ns-win.el (x-display-name, x-setup-function-keys):
12497 Unify doc-strings with X versions.
12498
12499 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12500
12501 * emulation/crisp.el (crisp-mode-map): Move initialization
12502 into declaration.
12503 (crisp-mode): Use define-minor-mode.
12504
12505 * progmodes/xscheme.el (xscheme-evaluation-commands):
12506 Put a :advertised-binding property rather than using
12507 advertised-xscheme-send-previous-expression.
12508 (advertised-xscheme-send-previous-expression): Declare obsolete.
12509 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
12510 `advertised-undo'.
12511 (crisp-mode): Add corresponding bindings to
12512 undo's :advertised-binding instead.
12513 * dired.el (dired-mode-map): Put a :advertised-binding property rather
12514 than using dired-advertised-find-file.
12515 (dired-advertised-find-file):
12516 * simple.el (advertised-undo):
12517 * wid-edit.el (advertised-widget-backward): Declare obsolete.
12518 (widget-keymap): Put a :advertised-binding property rather
12519 than using advertised-widget-backward.
12520 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
12521 than using advertised-undo.
12522 * tutorial.el (tutorial--default-keys): Adjust accordingly.
12523
12524 2009-09-10 Simon South <ssouth@slowcomputing.org>
12525
12526 * progmodes/delphi.el (delphi-tab): Indent region when Transient
12527 Mark mode is enabled and region is active; otherwise indent or
12528 insert TAB as usual.
12529 (delphi-mode): Update description of TAB-key binding.
12530
12531 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12532
12533 * subr.el (define-key-rebound-commands): Mark obsolete.
12534 * startup.el (precompute-menubar-bindings): Remove.
12535 (normal-top-level): Remove obsolete code that tried to precompute
12536 menubar bindings.
12537 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
12538 define-key-rebound-commands and precompute-menubar-bindings.
12539
12540 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
12541
12542 * net/imap.el (imap-interactive-login): Better messages.
12543 (imap-open): Fix bug with renamed buffer on reconnect.
12544 (imap-authenticate): Add buffer-local imap-last-authenticator variable
12545 for easier debugging and cleaner code. On successful (guessed based on
12546 server capabilities) secondary authentication, set imap-state
12547 correctly.
12548 (imap-last-authenticator): Define imap-last-authenticator as a variable
12549 to avoid warnings.
12550
12551 2009-09-10 Glenn Morris <rgm@gnu.org>
12552
12553 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
12554
12555 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
12556 (byte-compile-file-form-autoload): Don't warn about unknown functions
12557 where the autoload statement comes after the use.
12558 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
12559 that any handlers inside the body (eg require) are in turn respected.
12560
12561 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
12562 effects.
12563
12564 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
12565 and syntax and abbrev tables basic docs, if they don't have any.
12566
12567 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
12568
12569 * international/mule-cmds.el (top-level): Require cl when compiling.
12570 (view-hello-file): Use default-value rather than
12571 default-enable-multibyte-characters.
12572
12573 * progmodes/fortran.el: Move all safe and risky properties into the
12574 defcustoms.
12575
12576 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
12577 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
12578 * mail/undigest.el:
12579 Put autoloads in rmail.el rather than loaddefs.el.
12580 * mail/rmail.el: Regenerate with extracted autoloads.
12581
12582 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
12583 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
12584
12585 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
12586
12587 Reported in thread for Bug#4375.
12588 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
12589 "-data-evaluate-expression" instead of print.
12590 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
12591 (gdb-tooltip-print): Parse output from above MI command.
12592 (gdb): Revert 2009-08-11 change. User should detach inferior
12593 manually.
12594
12595 Remove the word "separate" from IO functions as inferior
12596 output is now never displayed in the GUD buffer.
12597
12598 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
12599
12600 * startup.el (command-line-normalize-file-name): On Windows and
12601 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
12602
12603 2009-09-10 Juri Linkov <juri@jurta.org>
12604
12605 * isearch.el (isearch-text-char-description): Propertize escape
12606 character sequences with the `escape-glyph' face. (Bug#4344)
12607
12608 * simple.el (shell-command): Set asynchronous process filter to
12609 `comint-output-filter'. (Bug#4343)
12610
12611 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
12612 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
12613 the list. Move "asm" to the bottom.
12614 (grep-find-ignored-directories): Add `choice' with nil value
12615 to empty the list easily.
12616 (grep-find-ignored-files): New option.
12617 (grep-files-history): Set to nil by default instead of '("ch" "el").
12618 (grep-compute-defaults): Add "<X>" to `grep-template'.
12619 (grep-read-files): Bind new local variables `default-alias' and
12620 `default-extension'. Use a list of default values for the file prompt.
12621 (lgrep): Add `--exclude=' command line options composed from
12622 `grep-find-ignored-files'.
12623 (rgrep): Add `-name' command line options composed from
12624 `grep-find-ignored-files'. (Bug#4301)
12625
12626 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
12627
12628 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
12629 (bug#4368).
12630
12631 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12632
12633 * calendar/time-date.el (autoload):
12634 Expand define-obsolete-function-alias into defalias and make-obsolete
12635 for old Emacsen that Gnus supports.
12636 (with-no-warnings): Define it for old Emacsen.
12637 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12638 is available.
12639 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12640 float-time is available; suppress compile warning for time-to-seconds.
12641
12642 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
12643
12644 * net/imap.el (imap-message-map): Docstring fix.
12645
12646 2009-09-09 Glenn Morris <rgm@gnu.org>
12647
12648 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
12649 line numbers too. (Bug#4374)
12650
12651 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
12652
12653 * smerge-mode.el (smerge-remove-props, smerge-refine):
12654 Use with-silent-modifications (bug#4342).
12655
12656 * subr.el (with-silent-modifications): New macro.
12657
12658 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
12659
12660 * files.el (top-level): Require `cl' when compiling.
12661
12662 2009-09-07 Glenn Morris <rgm@gnu.org>
12663
12664 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
12665
12666 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
12667 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
12668
12669 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
12670
12671 * vc-git.el (vc-git-annotate-command): Use separator to parse
12672 arguments correctly.
12673
12674 2009-09-06 Eli Zaretskii <eliz@gnu.org>
12675
12676 * proced.el (proced-mode): Doc fix.
12677
12678 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
12679
12680 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
12681 lstat fails.
12682 (tramp-do-file-attributes-with-ls): Check for file existence at
12683 remote end.
12684 (tramp-do-file-attributes-with-stat): Likewise.
12685 (tramp-convert-file-attributes): Return nil when attr is nil.
12686
12687 2009-09-05 Glenn Morris <rgm@gnu.org>
12688
12689 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
12690 properties to this button.
12691 (diary-fancy-display): Don't extend the button to the final newline.
12692 (diary-fancy-display-mode): Continue to define "q" as a local key.
12693
12694 * calendar/cal-china.el (holiday-chinese): Make it slightly more
12695 efficient.
12696
12697 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
12698
12699 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
12700 (byte-compile-dest-file-function): New option.
12701 (byte-compile-dest-file): Doc fix.
12702 Obey byte-compile-dest-file-function.
12703 (byte-compile-cl-file-p): New function.
12704 (byte-compile-eval): Only suppress noruntime warnings about cl functions
12705 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
12706 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
12707 than for file being previously loaded.
12708 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
12709 (byte-compile-file-form-require): Handle the case where requiring a file
12710 indirectly causes CL to be loaded.
12711
12712 2009-09-05 Karl Fogel <kfogel@red-bean.com>
12713
12714 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
12715 before killing the old buffer, since by the time `kill-buffer' is
12716 run so many buffer variables have been set to nil that it may not
12717 behave as expected. (Bug#4061)
12718
12719 2009-09-05 Karl Fogel <kfogel@red-bean.com>
12720
12721 * files.el (find-alternate-file): If the old buffer is modified
12722 and visiting a file, behave similarly to `kill-buffer' when
12723 killing it, thus reverting to the pre-1.878 behavior; see
12724 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
12725 for discussion. Also, consult `buffer-file-name' as a variable
12726 not as a function, for consistency with the rest of the code.
12727
12728 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
12729
12730 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12731 also when adding a new directory.
12732
12733 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12734 defun.
12735
12736 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
12737
12738 * files.el (locate-file-completion-table): Make it provide boundary
12739 information, so partial-completion works better.
12740
12741 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
12742
12743 * mail/footnote.el (Footnote-text-under-cursor):
12744 Check footnote-text-marker-alist before using it (bug#4324).
12745
12746 2009-09-04 Glenn Morris <rgm@gnu.org>
12747
12748 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12749 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12750 * play/solitaire.el, play/tetris.el:
12751 Remove leading * from defcustom and defface docs.
12752
12753 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12754 necessary.
12755 (diary-fancy-overriding-map): New variable.
12756 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12757 Use view-mode.
12758
12759 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12760 goto-line.
12761
12762 2009-09-03 Glenn Morris <rgm@gnu.org>
12763
12764 * arc-mode.el (archive-mode):
12765 * dos-fns.el (set-default-process-coding-system):
12766 * man.el (Man-getpage-in-background):
12767 * menu-bar.el (menu-bar-describe-menu):
12768 * server.el (server-process-filter):
12769 * startup.el (command-line):
12770 * tar-mode.el (tar-header-block-tokenize, tar-extract):
12771 * w32-fns.el (set-default-process-coding-system):
12772 * x-dnd.el (x-dnd-handle-file-name):
12773 * international/mule-cmds.el (mule-menu-keymap)
12774 (set-default-coding-systems, language-info-alist, set-language-info)
12775 (set-language-environment, standard-display-european-internal)
12776 (set-locale-environment):
12777 * international/mule-diag.el (mule-diag):
12778 * mail/emacsbug.el (report-emacs-bug):
12779 * mail/rmail.el (rmail-mode):
12780 * mail/sendmail.el (mail-setup):
12781 Use default-value rather than default-enable-multibyte-characters.
12782
12783 * progmodes/f90.el: Move all safe properties into the defcustoms.
12784 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12785
12786 * calendar/appt.el (appt-check):
12787 * calendar/diary-lib.el (diary-set-header, diary-live-p)
12788 (diary-check-diary-file, diary-list-entries)
12789 (diary-include-other-diary-files, diary-simple-display)
12790 (diary-fancy-display, diary-print-entries)
12791 (diary-mark-included-diary-files, diary-make-entry):
12792 Don't call substitute-in-file-name on diary-file.
12793
12794 2009-09-03 Eduard Wiebe <usenet@pusto.de>
12795 Stefan Monnier <monnier@iro.umontreal.ca>
12796
12797 * mail/footnote.el (footnote-prefix): Make it a defcustom.
12798 (footnote-mode-map): Move initialization into the declaration.
12799 (footnote-minor-mode-map): Define it rather than changing global-map.
12800 (footnote-mode): Use define-minor-mode.
12801
12802 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
12803
12804 * net/tramp.el (tramp-handle-file-attributes-with-ls)
12805 (tramp-do-file-attributes-with-perl)
12806 (tramp-do-file-attributes-with-stat): Rename from
12807 `tramp-handle-file-attributes-with-*'.
12808 (tramp-handle-file-attributes): Use them.
12809 (tramp-do-directory-files-and-attributes-with-perl)
12810 (tramp-do-directory-files-and-attributes-with-stat): Rename from
12811 `tramp-handle-directory-files-and-attributes-with-*'.
12812 (tramp-handle-directory-files-and-attributes): Use them.
12813 (tramp-method-out-of-band-p): Additional parameter SIZE.
12814 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12815 (tramp-handle-write-region): Use it.
12816 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12817 (tramp-handle-vc-registered): Check, whether the first run did
12818 return files to be tested.
12819 (tramp-advice-make-auto-save-file-name): Do not call directly
12820 `tramp-handle-make-auto-save-file-name', because this would bypass
12821 the locking mechanism.
12822
12823 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12824 (file-remote-p, process-file, start-file-process, set-file-times)
12825 (tramp-compat-file-attributes): Compatibility functions shall not
12826 call directly `tramp-handle-*', because this would bypass the
12827 locking mechanism.
12828 (tramp-compat-number-sequence): New defun.
12829
12830 2009-09-02 Glenn Morris <rgm@gnu.org>
12831
12832 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12833 alias for float-time.
12834 (time-to-number-of-days): In Emacs, use float-time.
12835 * net/newst-backend.el (time-add): Suppress warnings from compat
12836 function.
12837 * time.el (emacs-uptime, emacs-init-time):
12838 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12839 Use float-time rather than time-to-seconds.
12840
12841 * minibuffer.el (completion-initials-expand): Fix typo.
12842
12843 * faces.el (modeline, modeline-inactive, modeline-highlight)
12844 (modeline-buffer-id):
12845 * info.el (info-menu-5): Mark these face aliases as obsolete.
12846
12847 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12848
12849 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12850 space ...
12851 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12852 no "--thread" option.
12853 (gdb-stopped): Don't print "Switched to thread" message when it is
12854 unchanged.
12855
12856 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
12857
12858 * minibuffer.el (completion-try-completion)
12859 (completion-all-completions): Remove ill-defined (and
12860 mistakenly installed and luckily never used nor documented)
12861 `completion-styles' property.
12862 (completion-initials-expand, completion-initials-all-completions)
12863 (completion-initials-try-completion): New functions.
12864 (completion-styles-alist): Add doc to each entry.
12865 Add new `initials' entry.
12866
12867 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12868
12869 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12870 MI command -var-evaluate-expression.
12871 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12872 and tweak for case of string child.
12873 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12874
12875 2009-09-01 Glenn Morris <rgm@gnu.org>
12876
12877 * add-log.el (change-log-date-face, change-log-name-face)
12878 (change-log-email-face, change-log-file-face, change-log-list-face)
12879 (change-log-conditionals-face, change-log-function-face)
12880 (change-log-acknowledgement-face):
12881 * cus-edit.el (custom-invalid-face, custom-rogue-face)
12882 (custom-modified-face, custom-set-face, custom-changed-face)
12883 (custom-saved-face, custom-button-face, custom-button-pressed-face)
12884 (custom-documentation-face, custom-state-face, custom-comment-face)
12885 (custom-comment-tag-face, custom-variable-tag-face)
12886 (custom-variable-button-face, custom-face-tag-face)
12887 (custom-group-tag-face-1, custom-group-tag-face):
12888 * diff-mode.el (diff-header-face, diff-file-header-face)
12889 (diff-index-face, diff-hunk-header-face, diff-removed-face)
12890 (diff-added-face, diff-changed-face, diff-function-face)
12891 (diff-context-face, diff-nonexistent-face):
12892 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12893 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12894 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12895 (Info-title-4-face):
12896 * isearch.el (isearch-lazy-highlight-face):
12897 * log-view.el (log-view-file-face, log-view-message-face):
12898 * paren.el (show-paren-match-face, show-paren-mismatch-face):
12899 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12900 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12901 (cvs-msg-face):
12902 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12903 (smerge-base-face, smerge-markers-face):
12904 * wid-edit.el (widget-documentation-face, widget-button-face)
12905 (widget-field-face, widget-single-line-field-face)
12906 (widget-inactive-face, widget-button-pressed-face):
12907 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12908 (woman-addition-face):
12909 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12910 (eshell-ls-executable-face, eshell-ls-readonly-face)
12911 (eshell-ls-unreadable-face, eshell-ls-special-face)
12912 (eshell-ls-missing-face, eshell-ls-archive-face)
12913 (eshell-ls-backup-face, eshell-ls-product-face)
12914 (eshell-ls-clutter-face):
12915 * eshell/em-prompt.el (eshell-prompt-face):
12916 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12917 * obsolete/old-whitespace.el (whitespace-highlight-face):
12918 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12919 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12920 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12921 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12922 (antlr-font-lock-literal-face):
12923 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12924 (ebrowse-root-class-face, ebrowse-file-name-face)
12925 (ebrowse-default-face, ebrowse-member-attribute-face)
12926 (ebrowse-member-class-face, ebrowse-progress-face):
12927 * progmodes/make-mode.el (makefile-space-face):
12928 * progmodes/sh-script.el (sh-heredoc-face):
12929 * textmodes/flyspell.el (flyspell-incorrect-face)
12930 (flyspell-duplicate-face):
12931 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12932 * textmodes/texinfo.el (texinfo-heading-face):
12933 Mark face aliases with "-face" suffix as obsolete.
12934
12935 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12936 compiler.
12937
12938 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12939 (eudc-bob-sound-menu): Use defvar rather than defconst, since
12940 easy-menu-define wants to modify these.
12941
12942 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12943
12944 * net/browse-url.el (browse-url-file-url):
12945 * term/internal.el (dos-codepage-setup):
12946 Use default-value rather than default-enable-multibyte-characters.
12947
12948 * progmodes/etags.el (etags-goto-tag-location):
12949 * progmodes/flymake.el (flymake-highlight-line)
12950 (flymake-goto-file-and-line, flymake-goto-line):
12951 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12952 (gdb-goto-breakpoint):
12953 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12954 * progmodes/python.el (python-find-function)
12955 (python-pdbtrack-track-stack-file):
12956 * progmodes/verilog-mode.el (verilog-surelint-off):
12957 * term/ns-win.el (ns-open-file-select-line):
12958 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12959 Use forward-line rather than goto-line.
12960
12961 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12962 * textmodes/reftex-index.el (reftex-display-index):
12963 * textmodes/reftex-ref.el (reftex-offer-label-menu):
12964 * textmodes/reftex-toc.el (reftex-toc):
12965 Remove unnecessary bindings of default-major-mode (all are followed by
12966 major-mode check and possible mode switch).
12967
12968 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
12969
12970 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12971 Handle watchpoints (bug#4282).
12972 (def-gdb-thread-buffer-command): Enable thread to be selected by
12973 clicking without selecting threads buffer first.
12974 (gdb-current-context-command): Use selected frame so that "up",
12975 "down" etc work in the GUD buffer.
12976 (gdb-update): Find selected frame before rendering stack buffer.
12977 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12978
12979 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
12980
12981 * progmodes/sym-comp.el (displayed-completions): Remove.
12982 (symbol-complete): Use minibuffer-complete.
12983
12984 2009-08-31 Glenn Morris <rgm@gnu.org>
12985
12986 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12987
12988 * apropos.el (apropos-symbols-internal):
12989 Handle (obsolete) face aliases.
12990
12991 * faces.el (describe-face): Adjust the output format to be more like
12992 describe-variable, and to mention (obsolete) face aliases.
12993 Adjust the whitespace so that help-setup-xref works.
12994
12995 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12996 * calendar/diary-lib.el (diary-button-face):
12997 Mark these face aliases as obsolete.
12998
12999 * calendar/calendar.el (calendar-today): Doc fix.
13000
13001 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
13002
13003 * progmodes/gdb-mi.el (gdb-control-all-threads)
13004 (gdb-control-current-thread): Force tool bar update.
13005 (gdb-non-stop-handler): New function.
13006 (gdb-init-1): Use it to test if non-stop mode is supported.
13007 Remove unused gdbmi buffer type.
13008
13009 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
13010
13011 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
13012 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
13013
13014 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
13015
13016 * comint.el (comint-exec-1): Check command is non-null first.
13017 Part of gdb-mi.el change (2009-08-28).
13018
13019 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
13020
13021 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
13022
13023 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
13024
13025 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
13026 instead of `dolist' to avoid a recursive require when bootstrapping.
13027
13028 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
13029
13030 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
13031
13032 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
13033
13034 * net/imap.el (imap-send-command): Simplify.
13035 (imap-wait-for-tag): point-max -> buffer-size.
13036
13037 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
13038
13039 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
13040 with constant argument.
13041
13042 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
13043
13044 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
13045
13046 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
13047 Change default, since most of our files don't have a history.
13048 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
13049 the user.
13050
13051 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13052 Add comint-run.
13053
13054 * calc/calc.el: Improve commenting convention.
13055 (calc-digit-map, toplevel): Simplify.
13056
13057 * comint.el (comint-insert-input): Be careful to only set point if we
13058 don't delegate to some other command.
13059
13060 * proced.el (proced-signal-list): Make it an alist.
13061 (proced-grammar-alist): Capitalize names.
13062 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
13063 Disable undo manually and make it read-only.
13064 Use completion-annotate-function.
13065
13066 * minibuffer.el (minibuffer-message): If the current buffer is not
13067 a minibuffer, insert the message in the echo area rather than at the
13068 end of the buffer.
13069 (completion-annotate-function): New variable.
13070 (minibuffer-completion-help): Use it.
13071 (completion--embedded-envvar-table): Environment vars are
13072 always case-sensitive.
13073
13074 2009-08-30 Glenn Morris <rgm@gnu.org>
13075
13076 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
13077 from fortran-current-defun.
13078 (fortran-beginning-of-subprogram): Be more precise about finding the
13079 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
13080 (fortran-end-of-subprogram): Simplify.
13081 (fortran-current-defun): Use fortran-start-prog-re.
13082
13083 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
13084
13085 * subr.el (do-after-load-evaluation): Simplify.
13086
13087 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
13088
13089 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
13090
13091 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
13092 (vc-rcs-print-log): Use it.
13093
13094 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
13095
13096 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
13097
13098 * paths.el (abbrev-file-name): Move to abbrev.el.
13099 * abbrev.el (abbrev-file-name): Move from paths.el.
13100 Obey user-emacs-directory.
13101 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
13102 user-emacs-directory.
13103 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
13104 abbrev-file-name and calc-settings-file any more.
13105 * startup.el (command-line): Recompute abbrev-file-name and
13106 abbreviated-home-dir.
13107 (normal-no-mouse-startup-screen): Improve the generic code and get rid
13108 of the special code for when C-h bindings haven't been changed.
13109 (display-startup-echo-area-message): Use with-current-buffer.
13110 (command-line-1): Use a list of strings, rather than a list of lists
13111 of strings for longopts.
13112
13113 * files.el (get-free-disk-space): Use / for default-directory.
13114
13115 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
13116 Use with-current-buffer.
13117
13118 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
13119 Recognize immutable variables like most-positive-fixnum.
13120 (byte-compile-setq-default): Check and warn if trying to assign
13121 to an immutable variable, or a non-variable.
13122
13123 * progmodes/cc-vars.el (c-comment-continuation-stars):
13124 * progmodes/cc-engine.el (c-looking-at-bos):
13125 * progmodes/cc-cmds.el (c-toggle-auto-state)
13126 (c-forward-into-nomenclature, c-backward-into-nomenclature)
13127 (c-comment-line-break-function): Add version of obsolescence.
13128
13129 2009-08-28 Juri Linkov <juri@jurta.org>
13130
13131 * files.el (magic-fallback-mode-alist): Add ZIP magic number
13132 associated with `archive-mode'.
13133
13134 * image.el (image-type-header-regexps): Use only JPEG magic number
13135 to determine JPEG images, and don't use `image-jpeg-p' because
13136 Emacs can display non-JFIF non-Exif JPEG images.
13137
13138 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
13139
13140 * arc-mode.el (archive-mode):
13141 * emacs-lisp/re-builder.el (re-builder-unload-function):
13142 Protect against the default value of `major-mode' being nil.
13143
13144 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
13145
13146 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
13147 Fix typos in docstrings.
13148
13149 * progmodes/js.el (js--macro-decl-re): Doc fix.
13150 (js--plain-method-re, js--split-name): Refloc docstring.
13151 (js--class-styles, js--make-merged-item, js--splice-into-items):
13152 Fix typos in docstrings; reflow docstrings.
13153 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
13154 (js--variable-decl-matcher, js--inside-pitem-p)
13155 (js--parse-state-at-point, js--get-all-known-symbols)
13156 (js--symbol-history, js-find-symbol, js--js-references)
13157 (js--moz-interactor, js--js-encode-value, js--read-tab):
13158 Fix typos in docstrings.
13159
13160 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13161
13162 * textmodes/reftex.el (reftex-get-file-buffer-force):
13163 * progmodes/verilog-mode.el (verilog-batch-execute-func):
13164 * emulation/viper.el (viper-go-away, viper-set-hooks):
13165 * emacs-lisp/re-builder.el (re-builder-unload-function):
13166 * emacs-lisp/bytecomp.el (byte-compile-file):
13167 * ses.el (ses-unload-function):
13168 * hexl.el (hexl-find-file):
13169 * files.el (normal-mode):
13170 * ehelp.el (with-electric-help):
13171 * autoinsert.el (auto-insert-alist):
13172 * arc-mode.el (archive-mode):
13173 Use (default-value 'major-mode) instead of default-major-mode.
13174
13175 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
13176 * international/mule.el (load-with-code-conversion):
13177 * emacs-lisp/debug.el (debug):
13178 * ediff-vers.el (ediff-rcs-get-output-buffer):
13179 * dired.el (dired-internal-noselect): Don't let-bind
13180 default-major-mode around code that doesn't use it.
13181 E.g. buffer creation via get-buffer-create doesn't use it.
13182
13183 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
13184
13185 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
13186 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
13187 when writing the temp file. Otherwise, epa-file gets confused.
13188 (tramp-register-file-name-handlers): Make it a defun. Move also
13189 `epa-file-handler' to the front of `file-name-handler-alist'.
13190
13191 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13192
13193 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
13194 start right after a ^M.
13195 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
13196 (tramp-completion-file-name-regexp-separate)
13197 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
13198 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
13199 Don't modify last-coding-system-used by accident.
13200 (tramp-completion-file-name-handler): Apply the checks here,
13201 instead during registration.
13202 (tramp-register-file-name-handlers): Renamed from
13203 `tramp-register-file-name-handler'. Register both
13204 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
13205 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
13206
13207 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
13208
13209 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
13210 Remove variable ...
13211 (gdb-init-1, gdb-display-separate-io-buffer)
13212 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
13213 references to it.
13214 (gdb-inferior-io-mode): Use make-comint-in-buffer.
13215 (gdb-inferior-filter): Use comint-output-filter to stop
13216 echoing and remove ^M characters.
13217
13218 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13219
13220 * emulation/viper-init.el (viper-restore-cursor-type):
13221 * emulation/cua-base.el (cua--update-indications):
13222 Replace default-cursor-type with (default-value 'cursor-type).
13223
13224 * mail/sendmail.el (mail-recover-1):
13225 * international/mule-diag.el (describe-current-coding-system-briefly)
13226 (describe-current-coding-system):
13227 * international/mule-cmds.el (select-safe-coding-system)
13228 (select-message-coding-system)
13229 (set-language-environment-coding-systems, set-locale-environment):
13230 * hexl.el (hexl-insert-multibyte-char):
13231 * dos-w32.el (find-buffer-file-type-coding-system):
13232 * simple.el (what-cursor-position):
13233 Replace uses of default-buffer-file-coding-system
13234 with (default-value 'buffer-file-coding-system).
13235
13236 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
13237 Replace uses of default-cursor-in-non-selected-windows
13238 with (default-value 'cursor-in-non-selected-windows).
13239 Use with-current-buffer.
13240
13241 * mail/feedmail.el: Use CL macros.
13242 (feedmail-run-the-queue, feedmail-send-it-immediately):
13243 * dos-w32.el (find-buffer-file-type): Replace uses of
13244 default-buffer-file-type with (default-value 'buffer-file-type).
13245
13246 2009-08-28 Glenn Morris <rgm@gnu.org>
13247
13248 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
13249 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
13250 Use default-value of major-mode rather than default-major-mode.
13251
13252 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
13253
13254 * Makefile.in (update-elcfiles): Report left over elc files.
13255
13256 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
13257 expand-file-name and with-current-buffer.
13258 (mail-get-names, mail-directory): Use with-current-buffer.
13259
13260 * vc.el (vc-read-revision): New function.
13261 (vc-version-diff, vc-merge): Use it.
13262
13263 2009-08-27 Sam Steingold <sds@gnu.org>
13264
13265 * simple.el (kill-do-not-save-duplicates): New user option.
13266 (kill-new): When it is non-nil, and the new string is the same as
13267 the latest kill, set replace to t to avoid duplicates in kill-ring.
13268
13269 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
13270
13271 * net/tramp.el (tramp-handle-process-file): Do not flush all
13272 caches when `process-file-side-effects' is set.
13273 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
13274 instead of `tramp-find-file-exists-command'.
13275 Unset `process-file-side-effects'.
13276
13277 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
13278
13279 * net/tramp.el (tramp-methods): New method "rsyncc".
13280 (top): Add completion function for "rsyncc".
13281 (tramp-message-show-message): New defvar.
13282 (tramp-message, tramp-error): Use it.
13283 (tramp-do-copy-or-rename-file-directly): Extend check for direct
13284 remote copying.
13285 (tramp-do-copy-or-rename-file-out-of-band): Handle new
13286 `tramp-methods' entry `copy-env' of "rsyncc".
13287 (tramp-vc-registered-read-file-names): New defconst.
13288 (tramp-vc-registered-file-names): New defvar.
13289 (tramp-handle-vc-registered): Implement optimization strategy.
13290 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
13291 (tramp-vc-file-name-handler): New defun.
13292 (tramp-get-ls-command, tramp-get-test-command)
13293 (tramp-get-file-exists-command, tramp-get-remote-ln)
13294 (tramp-get-remote-perl, tramp-get-remote-stat)
13295 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
13296
13297 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
13298 (tramp-cache-inhibit-cache): Extend doc string. It allows also
13299 timestamps.
13300 (tramp-get-file-property): Check for timestamps in
13301 `tramp-cache-inhibit-cache'.
13302 (tramp-set-file-property): Write timestamp.
13303
13304 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13305
13306 * language/japan-util.el (japanese-symbol-table): Add entries for
13307 cp932-2-byte.
13308
13309 * international/characters.el: Add category `j' to cp932-2-byte.
13310
13311 2009-08-27 Kenichi Handa <handa@m17n.org>
13312
13313 * international/fontset.el (build-default-fontset-data): New macro.
13314 (setup-default-fontset): Use build-default-fontset-data for CJK,
13315 tibetan, ethiopic, and ipa.
13316
13317 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
13318
13319 * cus-start.el (default-major-mode): Customize `major-mode' instead.
13320 (enable-multibyte-characters): Not customizable any more.
13321
13322 * subr.el (default-mode-line-format, default-header-line-format)
13323 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
13324 (default-direction-reversed, default-truncate-lines)
13325 (default-left-margin, default-tab-width, default-case-fold-search)
13326 (default-left-margin-width, default-right-margin-width)
13327 (default-left-fringe-width, default-right-fringe-width)
13328 (default-fringes-outside-margins, default-scroll-bar-width)
13329 (default-vertical-scroll-bar, default-indicate-empty-lines)
13330 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
13331 (default-fringe-cursor-alist, default-scroll-up-aggressively)
13332 (default-scroll-down-aggressively, default-fill-column)
13333 (default-cursor-type, default-buffer-file-type)
13334 (default-cursor-in-non-selected-windows)
13335 (default-buffer-file-coding-system, default-major-mode)
13336 (default-enable-multibyte-characters): Mark as obsolete.
13337
13338 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
13339
13340 * vc-dir.el (vc-dir-update): Remove debug helper.
13341
13342 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
13343
13344 2009-08-26 Sam Steingold <sds@gnu.org>
13345
13346 * simple.el (save-interprogram-paste-before-kill): New user option.
13347 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
13348 save the interprogram-paste into kill-ring before overriding it
13349 with the Emacs kill.
13350
13351 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
13352
13353 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
13354 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
13355 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
13356 and move to vc-rcs.el.
13357 (vc-default-next-revision): Rename to vc-rcs-next-revision and
13358 move to vc-rcs.el.
13359 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
13360 (vc-rcs-update-changelog): Remove.
13361 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
13362 and move to vc-rcs.el.
13363
13364 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
13365 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
13366 renaming.
13367 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
13368 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
13369 vc.el, renamed to be RCS specific.
13370
13371 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
13372 New functions.
13373 (vc-cvs-update-changelog): Move here from vc.el.
13374
13375 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
13376 New functions.
13377
13378 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
13379
13380 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
13381
13382 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
13383
13384 * vc-git.el (vc-git-register): Use "git add" for directories.
13385 (vc-git-stash, vc-git-stash-show): New functions.
13386 (vc-git-extra-menu-map): Bind them.
13387
13388 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
13389 directory correctly in case the item is a directory itself.
13390
13391 * vc.el: Document the desired behavior for reverted files in the
13392 `added' state.
13393 (vc-default-prettify-state-info): Remove function, unused.
13394
13395 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
13396
13397 2009-08-26 Glenn Morris <rgm@gnu.org>
13398
13399 * bindings.el (standard-mode-line-format): Reposition dashes in
13400 which-func entry. (Bug#4217)
13401
13402 * files.el (enable-local-variables, enable-local-eval)
13403 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
13404 the defcustoms.
13405 (auto-mode-alist, ignored-local-variables)
13406 (save-some-buffers-action-alist): Move risky declarations to the
13407 definitions.
13408 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
13409 (font-lock-defaults, format-alist, imenu--index-alist)
13410 (imenu-generic-expression, input-method-alist, minor-mode-alist)
13411 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
13412 (mode-line-modified, mode-line-mule-info, mode-line-position)
13413 (mode-line-process, mode-line-remote, outline-level)
13414 (parse-time-rules, rmail-output-file-alist)
13415 (special-display-buffer-names, vc-mode):
13416 Move risky declarations to the relevant files.
13417 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
13418 (mode-line-modified, mode-line-process, mode-line-position)
13419 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
13420 * font-core.el (font-lock-defaults):
13421 * format.el (format-alist):
13422 * vc-hooks.el (vc-mode):
13423 * window.el (special-display-buffer-names):
13424 * international/mule-cmds.el (input-method-alist):
13425 Define riskiness here (dumped file) rather than in files.el.
13426 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
13427 * imenu.el (imenu-generic-expression, imenu--index-alist):
13428 * outline.el (outline-level):
13429 * time.el (display-time-string):
13430 * calendar/parse-time.el (parse-time-rules):
13431 * mail/rmailout.el (rmail-output-file-alist):
13432 Autoload riskiness here, rather than placing in files.el.
13433
13434 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
13435
13436 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
13437
13438 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
13439
13440 * simple.el (process-file-side-effects): New defvar.
13441
13442 * dired-aux.el (dired-show-file-type):
13443 * vc.el (vc-diff-internal):
13444 * vc-arch.el (vc-arch-diff):
13445 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
13446 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
13447 * vc-git.el (vc-git-registered, vc-git-working-revision)
13448 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
13449 (vc-git--empty-db-p):
13450 * vc-hooks.el (vc-user-login-name):
13451 * vc-svn.el (vc-svn-registered, vc-svn-state)
13452 (vc-svn-dir-extra-headers, vc-svn-find-revision):
13453 * progmodes/grep.el (grep-probe): Let-bind
13454 `process-file-side-effects' with nil.
13455
13456 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
13457
13458 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
13459 daemon. Replace ping by checking for running service for bluez
13460 and zeroconf. (Bug#4239)
13461
13462 2009-08-25 Kevin Ryde <user42@zip.com.au>
13463
13464 * net/dig.el (dig): Add autoload cookie.
13465
13466 2009-08-25 Glenn Morris <rgm@gnu.org>
13467
13468 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
13469 load-history for absolute file-names.
13470 (byte-compile-file-form-require): Warn about use of the cl package.
13471
13472 * format.el (format-alist): Doc fix.
13473
13474 * play/bubbles.el (top-level): Don't require cl at run-time.
13475
13476 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
13477 run-time cl).
13478
13479 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
13480
13481 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
13482 from cl package.
13483 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
13484
13485 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
13486
13487 * calc/calc-alg.el (math-trig-rewrite)
13488 (math-hyperbolic-trig-rewrite): New functions.
13489 (calc-simplify): Simplify trig functions when asked.
13490
13491 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13492
13493 * diff-mode.el (diff-find-source-location): Avoid goto-line.
13494
13495 2009-08-24 Kenichi Handa <handa@m17n.org>
13496
13497 * language/ind-util.el (mapthread): Delete it.
13498 (combinatorial): New function.
13499 (indian--puthash-cv): Use combinatorial instead of mapthread.
13500
13501 2009-08-22 Kevin Ryde <user42@zip.com.au>
13502
13503 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
13504 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
13505 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
13506 Clarify docstring that the value is strings not symbols.
13507 (checkdoc-list-of-strings-p): New function.
13508
13509 2009-08-22 Glenn Morris <rgm@gnu.org>
13510
13511 * files.el (auto-mode-alist):
13512 * hippie-exp.el (he-concat-directory-file-name):
13513 * lpr.el (lpr-windows-system, printer-name):
13514 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
13515 * ps-print.el (ps-windows-system):
13516 * startup.el (command-line):
13517 * emulation/viper-ex.el (viper-glob-function):
13518 * international/mule-cmds.el (set-language-environment-coding-systems):
13519 * net/ange-ftp.el (ange-ftp-write-region):
13520 * obsolete/fast-lock.el (fast-lock-cache-name):
13521 Remove code for defunct system-types emx, macos, mswindows, next-mach,
13522 unisoft-unix, vax-vms, win32, w32.
13523
13524 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
13525 given name if the pattern is not more specific.
13526
13527 * calendar/lunar.el (lunar-phase-names): New option.
13528 (lunar-phase): Doc fix.
13529 (lunar-cycles-per-year): New constant.
13530 (lunar-index): New function.
13531 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
13532 (lunar-phase-name): Use lunar-phase-names.
13533 (calendar-lunar-phases): Use format.
13534 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
13535
13536 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
13537 Copy imenu-example--name-and-position function here for own use.
13538 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
13539
13540 * bs.el (bs--redisplay):
13541 * cus-edit.el (custom-redraw):
13542 * ibuffer.el (ibuffer-bury-buffer):
13543 * server.el (server-goto-line-column):
13544 * startup.el (command-line-1):
13545 * strokes.el (strokes-xpm-for-stroke):
13546 * term.el (term-display-buffer-line):
13547 * view.el (View-goto-line):
13548 * calc/calc.el (calc-do, calc-trail-buffer):
13549 * play/gamegrid.el (gamegrid-add-score-insecure):
13550 * progmodes/ada-mode.el (ada-compile-goto-error):
13551 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
13552 (ebrowse-select-1st-to-9nth):
13553 * progmodes/cperl-mode.el (cperl-time-fontification):
13554 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
13555 * progmodes/gud.el (gud-display-line):
13556 (idlwave-shell-display-line):
13557 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
13558 * progmodes/make-mode.el (makefile-browser-toggle):
13559 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
13560 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
13561 * textmodes/picture.el (picture-draw-rectangle):
13562 * textmodes/reftex-index.el (reftex-index-goto-letter):
13563 (reftex-select-jump-to-previous):
13564 * textmodes/reftex-sel.el (reftex-find-start-point)
13565 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
13566 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
13567 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
13568 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13569 * textmodes/two-column.el (2C-associated-buffer):
13570 Use forward-line rather than goto-line.
13571
13572 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
13573 goto-line.
13574
13575 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
13576 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
13577 (quick-check-list-to-regexp): Declare.
13578
13579 * progmodes/make-mode.el (makefile-browser-insert-selection):
13580 Use goto-char rather than goto-line.
13581
13582 * progmodes/prolog.el (compilation-error-regexp-alist)
13583 (compilation-forget-errors): Declare.
13584
13585 2009-08-22 Juri Linkov <juri@jurta.org>
13586
13587 * progmodes/grep.el (lgrep, rgrep): At the beginning
13588 set `dir' to `default-directory' unless `dir' is a non-nil
13589 readable directory. (Bug#4052)
13590 (lgrep, rgrep): Change a weird way to report an error
13591 from using `read-string' to using `error'.
13592 Instead of using interactive arguments in the function body,
13593 add new argument `confirm'.
13594
13595 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
13596
13597 * textmodes/remember.el (remember-buffer):
13598 * progmodes/cperl-mode.el (cperl-vc-header-alist):
13599 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
13600 (icalendar-extract-ical-from-buffer):
13601 * net/newst-treeview.el (newsticker-groups-filename):
13602 * net/newst-backend.el (newsticker-cache-filename):
13603 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
13604 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
13605 (speedbar-add-ignored-path-regexp, speedbar-line-path)
13606 (speedbar-buffers-line-path, speedbar-path-line)
13607 (speedbar-buffers-line-path):
13608 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
13609 (epg-sign-keys):
13610 * epa.el (epa-display-verify-result):
13611 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
13612
13613 2009-08-21 Glenn Morris <rgm@gnu.org>
13614
13615 * progmodes/js.el (inferior-moz-process): Fix declaration.
13616
13617 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
13618
13619 * obsolete/rnewspost.el (news-mail-reply):
13620 Use goto-char rather than goto-line.
13621
13622 * term/ns-win.el (ns-open-file-select-line):
13623 Use line-beginning-position rather than goto-line.
13624
13625 * apropos.el (apropos-command):
13626 * ehelp.el (electric-helpify):
13627 * printing.el (pr-show-setup):
13628 * strokes.el (strokes-help):
13629 * tutorial.el (tutorial--describe-nonstandard-key)
13630 (tutorial--detailed-help):
13631 * woman.el (woman-mini-help, woman-display-extended-fonts):
13632 * calc/calc-help.el (calc-describe-key):
13633 * emulation/edt.el (edt-electric-helpify):
13634 * international/mule-diag.el (mule-diag):
13635 * play/yow.el (apropos-zippy):
13636 * progmodes/python.el (python-describe-symbol):
13637 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
13638 * textmodes/table.el (*table--cell-describe-mode)
13639 (*table--cell-describe-bindings):
13640 Use help-print-return-message rather than the now obsolete alias.
13641
13642 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
13643 (calendar-cursor-to-visible-date):
13644 * play/5x5.el (5x5-position-cursor):
13645 * play/decipher.el (decipher):
13646 * play/gomoku.el (gomoku-goto-xy):
13647 * play/landmark.el (lm-goto-xy):
13648 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
13649 (mpuz-paint-digit):
13650 Use forward-line, not goto-line.
13651
13652 * mail/rmail.el (rmail-obsolete): Delete custom group.
13653 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
13654 (rmail-remote-password, rmail-remote-password-required):
13655 Remove unneeded :set-after and :set properties.
13656
13657 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
13658
13659 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
13660
13661 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
13662
13663 * loadup.el: Remove leftover macos code.
13664
13665 * vc-git.el (vc-git-annotate-command): Run asynchronously.
13666 Explicitly pass the date format to git blame so that user local
13667 so that the output format can be parsed.
13668
13669 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
13670
13671 * net/dbus.el (top): Don't check for (getenv
13672 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
13673
13674 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
13675
13676 * log-edit.el (log-edit-strip-single-file-name): New var.
13677 (log-edit-insert-changelog): Use it. Bug#3571
13678
13679 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13680
13681 * subr.el (read-passwd): Use read-key so keypad keys work as well.
13682 Bug#3287
13683
13684 * help.el (help-print-return-message): Rename from
13685 print-help-return-message.
13686
13687 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
13688 cvs-mode-map parent hack.
13689 (log-view-mode): Derive from special-mode.
13690
13691 * linum.el (linum-mode): window-size-change-functions is redundant.
13692 Adapt to new window-configuration-change-hook behavior.
13693 (linum-after-size, linum-after-config): Remove.
13694
13695 * imenu.el (imenu-example--name-and-position)
13696 (imenu-example--lisp-extract-index-name)
13697 (imenu-example--create-lisp-index, imenu-example--create-c-index):
13698 Mark as obsolete.
13699
13700 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
13701 (inferior-prolog-mode): Use it.
13702 (inferior-prolog-load-file): Reset list of errors.
13703
13704 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13705
13706 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
13707
13708 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
13709
13710 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
13711
13712 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
13713 is running already.
13714
13715 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13716
13717 * subr.el (listify-key-sequence-1): Use normal syntax since those
13718 integers are nowadays always represented by the same (positive) number
13719 on all platforms.
13720 (read-key-empty-map): New const.
13721 (read-key-delay): New var.
13722 (read-key): New function.
13723 (force-mode-line-update): Use with-current-buffer.
13724 (locate-user-emacs-file): Don't forget to abbreviate the file name.
13725 (start-process-shell-command, start-file-process-shell-command):
13726 Discourage the use of command-args.
13727
13728 2009-08-19 Glenn Morris <rgm@gnu.org>
13729
13730 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
13731
13732 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13733
13734 * simple.el (choose-completion-string): Don't rely on
13735 minibuffer-completing-file-name and ad-hoc checks to decide whether
13736 to continue completion or not.
13737
13738 * minibuffer.el (minibuffer-hide-completions): New function.
13739 (completion--do-completion): Use it.
13740 (completions-annotations): New face.
13741 (completion--insert-strings): Use it.
13742 (completion-pcm--delim-wild-regex): Add docstring.
13743 (completion-pcm--string->pattern): Add support for 0-width delimiters
13744 in completion-pcm--delim-wild-regex.
13745
13746 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
13747
13748 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13749 Remove unused var `buffer-modified-p'.
13750
13751 * minibuffer.el (completion--do-completion): Move point for the #b001
13752 case as well (bug#4176).
13753 (minibuffer-complete, minibuffer-complete-word): Don't move point.
13754
13755 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
13756
13757 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
13758 and :session buses.
13759
13760 2009-08-18 Kenichi Handa <handa@m17n.org>
13761
13762 * international/ucs-normalize.el (ucs-normalize-version):
13763 Change to 1.1.
13764 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13765 (utf-8-hfs): Make it perform normalization on encoding too.
13766
13767 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
13768 (sentence-end-without-space): Delete duplicated chars.
13769 (sentence-end-base): Likewise.
13770
13771 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
13772 (html-mode): Delete duplicated chars from sentence-end-base.
13773
13774 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
13775 (texinfo-mode): Delete duplicated chars from sentence-end-base.
13776
13777 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
13778
13779 * files.el (hack-one-local-variable): If the mode function is for
13780 a minor mode, pass it an argument (Bug#4148).
13781
13782 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
13783
13784 * net/tramp.el (tramp-register-completion-file-name-handler):
13785 Check also for (member 'partial-completion completion-styles).
13786
13787 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13788
13789 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13790 abbrev (Bug#3943).
13791
13792 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
13793
13794 * progmodes/cperl-mode.el: Merge upstream 6.2.
13795 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13796 (cperl-forward-re): Check cperl-brace-recursing.
13797 (cperl-highlight-charclass): New function.
13798 (cperl-find-pods-heres): Use it.
13799 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13800 (cperl-beautify-regexp-piece): Fix column calculation.
13801 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13802 (cperl-beautify-level): Don't process entire regexp.
13803 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13804 calling man.
13805 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13806 (cperl-init-faces): Build a list in the normal way.
13807
13808 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13809
13810 * calendar/parse-time.el (parse-time-string-chars): Save match
13811 data.
13812
13813 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
13814
13815 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13816 (sql-product): Use it.
13817 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13818 (sql-set-product): Add completion.
13819 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13820 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13821 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13822 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13823 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13824 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13825 (sql-highlight-db2-keywords): Remove.
13826 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13827 (sql-highlight-product): Use derived-mode-p.
13828 (sql-set-sqli-buffer): Use with-current-buffer.
13829 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13830 Simplify.
13831
13832 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13833
13834 * term.el: Fix commenting convention, turn comments into docstrings.
13835
13836 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
13837
13838 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13839
13840 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
13841
13842 * calendar/parse-time.el (parse-time-string-chars): Compute using
13843 character classes, to handle non-ascii characters (Bug#3190).
13844
13845 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13846
13847 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13848 another heredoc if the user adds another < (Bug#3226).
13849
13850 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13851 Don't initialize based on window-system (Bug#4124).
13852
13853 * facemenu.el (facemenu-read-color): Use a completion function
13854 that accepts any defined color, such as RGB triplets (Bug#3677).
13855
13856 * files.el (get-free-disk-space): Change fallback default
13857 directory to /. Expand DIR argument before switching to fallback.
13858 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13859
13860 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13861
13862 * files.el (load-library): Doc fix.
13863
13864 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
13865
13866 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13867 (viper-if-string): Redefine C-s in the minibuffer to insert the last
13868 incremental search string.
13869
13870 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13871 XEmacs.
13872
13873 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13874 (ediff-merge-region-is-non-clash)
13875 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13876 Also check if the job is really a merge job.
13877
13878 * ediff.el (ediff-current-file): New function.
13879
13880 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13881
13882 * progmodes/js.el: Edit docstrings throughout to follow Emacs
13883 conventions.
13884 (js-insert-and-indent): Delete function.
13885 (js-mode-map): Don't bind keys to js-insert-and-indent.
13886 (js-beginning-of-defun): Rename from js--beginning-of-defun.
13887 (js-end-of-defun): Rename from js--end-of-defun.
13888 (js-auto-indent-flag): Delete variable.
13889
13890 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
13891
13892 * progmodes/js.el: Remove proclaim statement.
13893 Defvar which-func-imenu-joiner-function to silence compiler.
13894
13895 * files.el (auto-mode-alist): Use js-mode for .js files.
13896
13897 * progmodes/js2-mode.el: Remove file.
13898
13899 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13900
13901 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13902
13903 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13904
13905 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
13906 Karl Landstrom <karl.landstrom@brgeight.se>
13907
13908 * progmodes/js.el: New file.
13909
13910 2009-08-14 Mark A. Hershberger <mah@everybody.org>
13911
13912 * timezone.el (timezone-parse-date): Add ability to understand ISO
13913 basic format (minimal separators) dates in addition to the
13914 already-supported extended format dates.
13915
13916 2009-08-14 Eli Zaretskii <eliz@gnu.org>
13917
13918 * international/ucs-normalize.el: Add a `coding' file variable.
13919
13920 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13921
13922 2009-08-14 Sam Steingold <sds@gnu.org>
13923
13924 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13925
13926 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
13927
13928 * faces.el (help-argument-name): Define it here instead of
13929 help-fns.el, because in daemon mode help-fns.el may be loaded when
13930 faces are still uninitialized (Bug#1078).
13931
13932 * help-fns.el (help-argument-name): Move defface to faces.el.
13933
13934 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
13935
13936 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13937 create buffer with a pty but no process so that GDB can make the
13938 inferior the controlling process.
13939
13940 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
13941
13942 * international/ucs-normalize.el: New file.
13943
13944 2009-08-13 Richard Stallman <rms@gnu.org>
13945
13946 * mail/rmail.el (rmail-get-attr-names):
13947 Accept an attribute header that is too short.
13948
13949 * mail/rmail.el (rmail-forget-messages):
13950 Ignore nil elt in rmail-message-vector. Use dotimes.
13951
13952 * progmodes/compile.el (compilation-goto-locus):
13953 Use next-error-move-function.
13954
13955 * simple.el (next-error-move-function): New variable.
13956
13957 2009-08-12 Juri Linkov <juri@jurta.org>
13958
13959 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13960 always non-nil. (Bug#4052)
13961
13962 * replace.el (read-regexp): Return empty string when
13963 `default-value' is nil.
13964 (keep-lines-read-args): Don't use empty string as the
13965 default value for `read-regexp'. (Bug#2495)
13966
13967 2009-08-12 Juri Linkov <juri@jurta.org>
13968
13969 * international/mule-cmds.el (ucs-insert): Change arguments
13970 from `arg' to `character', `count', `inherit' to be the same
13971 as in `insert-char'. Doc fix. (Bug#4039)
13972
13973 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13974
13975 2009-08-12 Juri Linkov <juri@jurta.org>
13976
13977 * files-x.el: New file.
13978
13979 * files.el: Move code that deals with adding/deleting
13980 file/directory-local variables to files-x.el.
13981
13982 * Makefile.in (ELCFILES): Add files-x.elc.
13983
13984 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
13985
13986 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13987 to use `goto-line'.
13988 (gdb-place-breakpoints, gdb-get-location): Rewritten without
13989 `goto-line'.
13990 (gdb-invalidate-disassembly): Do not refresh upon receiving
13991 'update signal. Instead, update all disassembly buffers only after
13992 threads list.
13993 (gdb): Send -target-detach when buffer is killed (Bug#3794).
13994 (gdb-starting): Moved -data-list-register-names...
13995 (gdb-stopped): ...here so it's sent when first thread stops.
13996 (gdb-registers-handler-custom): Do nothing if register names are
13997 unknown yet.
13998
13999 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
14000 from `gdb-mi.el' to avoid extra tangling.
14001
14002 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
14003 change which breaks `gud-def' definitions used in `gdb'.
14004 (gdb-update-gud-running): No extra fuss for updating frame number.
14005
14006 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
14007
14008 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
14009 (describe-language-environment-map, setup-language-environment-map)
14010 (set-coding-system-map): Move initialization into declaration.
14011 (set-language-info-alist): Last arg to define-key-after can be skipped.
14012
14013 * international/quail.el (quail-completion-1): Simplify.
14014 (quail-define-rules): Use slightly more compact code.
14015 (quail-insert-decode-map): Propertize keys, compact columns.
14016
14017 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14018 Add goto-line.
14019
14020 2009-08-10 Miles Bader <miles@gnu.org>
14021
14022 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
14023 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
14024 (js2-instance-member, js2-private-member, js2-private-function-call)
14025 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
14026 (js2-magic-paren, js2-external-variable):
14027 Remove "-face" suffix from face names.
14028 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
14029 (js2-highlight-undeclared-vars, js2-peek-token)
14030 (js2-parse-function-params, js2-mode-show-errors)
14031 (js2-mode-show-warnings, js2-make-magic-delimiter)
14032 (js2-mode-highlight-magic-parens): Update to use new face names.
14033
14034 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
14035
14036 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
14037 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
14038
14039 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
14040
14041 * subr.el: Provide hashtable-print-readable.
14042
14043 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
14044 hs-c-like-adjust-block-beginning.
14045 (hs-hide-block-at-point): Stop hiding at the beginning of
14046 hs-block-end-regexp (Bug#700).
14047
14048 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
14049
14050 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
14051 a macro.
14052 (gdb-registers-handler-custom): Do not fail when register names
14053 are unavailable.
14054
14055 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
14056
14057 * progmodes/gdb-mi.el (gdb-control-all-threads)
14058 (gdb-control-current-thread): Interactive setters for
14059 `gdb-gud-control-all-threads' to use in menu.
14060 (gdb-show-run-p): Show «Go» when process is not active.
14061 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
14062 gud/thread.xpm and gud/all.xpm.
14063
14064 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
14065
14066 * net/net-utils.el (net-utils-font-lock-keywords): New var.
14067 (nslookup-font-lock-keywords): Make it a variable.
14068 (net-utils-mode): New mode for viewing diagnostic network output.
14069 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
14070 (net-utils-run-simple): New function.
14071 (ifconfig, iwconfig, netstat, arp, route): Use it.
14072
14073 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
14074
14075 * progmodes/gdb-mi.el (gdb-read-memory-custom)
14076 (gdb-memory-set-address, def-gdb-set-positive-number)
14077 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
14078 after changing settings.
14079 (gdb-invalidate-disassembly): Update when first shown.
14080 (gdb-edit-locals-value): Fixed.
14081 (gdb-registers-handler-custom): Print registers in right order and
14082 allow changing register values (only for current thread yet).
14083 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
14084 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
14085 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
14086 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
14087 info in mode name.
14088 (gdb-registers-mode-map): TAB to switch to locals.
14089
14090 2009-08-08 Eli Zaretskii <eliz@gnu.org>
14091
14092 * mail/rmail.el (rmail-add-mbox-headers)
14093 (rmail-set-message-counters-counter): Search for
14094 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
14095
14096 2009-08-08 Glenn Morris <rgm@gnu.org>
14097
14098 * Makefile.in (ELCFILES): Update.
14099
14100 2009-08-07 Eli Zaretskii <eliz@gnu.org>
14101
14102 * mail/sendmail.el (mail-yank-original): Set
14103 buffer-file-coding-system from the one used by the message whose
14104 text is yanked.
14105
14106 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
14107 to "windows" when "pgnuplot" is used.
14108 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
14109 call accept-process-output if "pgnuplot" is used.
14110 (calc-graph-init): Don't send -display and -geometry to
14111 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
14112 running "pgnuplot -V" with shell-command-to-string.
14113
14114 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
14115 the default.
14116
14117 2009-08-07 Eli Zaretskii <eliz@gnu.org>
14118
14119 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
14120 org/org-latex.elc.
14121
14122 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
14123
14124 * vc-dispatcher.el (vc-resynch-window): Update comment.
14125
14126 * term.el (term-handle-ansi-escape): Add comments with the
14127 terminfo capabilities implemented.
14128
14129 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
14130
14131 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
14132 (gdb-var-create-handler): Rewritten using JSON parser.
14133 (gdb-propertize-header): Moved earlier.
14134 (gdb-set-header): Removed to avoid duplication.
14135 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
14136 Refresh disassembly buffers only after threads list have been
14137 update.
14138 (gdb-threads-header, gdb-registers-header): Per-buffer header line
14139 variables.
14140
14141 2009-08-04 Juri Linkov <juri@jurta.org>
14142
14143 * files.el: Commands to add/delete file/directory-local variables.
14144 (read-file-local-variable, read-file-local-variable-value)
14145 (read-file-local-variable-mode, modify-file-local-variable)
14146 (modify-file-local-variable-prop-line)
14147 (modify-dir-local-variable): New functions.
14148 (add-file-local-variable, delete-file-local-variable)
14149 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
14150 (add-dir-local-variable, delete-dir-local-variable)
14151 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
14152 (copy-dir-locals-to-file-locals-prop-line): New commands.
14153
14154 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
14155
14156 * abbrev.el (insert-abbrev-table-description): Prettify output.
14157 Suggested by Karl Chen.
14158
14159 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
14160
14161 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
14162 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
14163 (gdb-overlay-arrow-position, gdb-thread-position)
14164 (gdb-disassembly-position): Declare variables.
14165 (gdb-wait-for-pending): Function now.
14166 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
14167 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
14168 compilation goes smoothly.
14169 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
14170 (gdb-non-stop-setting): New customization setting which replaces
14171 `gdb-non-stop' so changing it doesn't break active GDB session.
14172 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
14173 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
14174 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
14175 (gdb-show-threads-by-default): New customization options.
14176 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
14177 routines.
14178 (gdb-get-buffer-create): Send buffers update signal when they are
14179 created.
14180 (gdb-invalidate-locals, gdb-invalidate-registers)
14181 (gdb-invalidate-breakpoints)
14182 (gdb-invalidate-threads, gdb-invalidate-disassembly)
14183 (gdb-invalidate-memory): Accept update signal.
14184 (gdb-current-context-command): Use --frame option.
14185 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
14186 Implement `gdb-frame-number' selection logic.
14187 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
14188 whether to show GUD toolbar buttons.
14189 (gdb-thread-exited): Unselect current thread when it exits.
14190 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
14191 (gdb-mark-line): Routine which sets overlay arrow or inverses
14192 video on fringeless displays.
14193 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
14194 to build aligned columns of data in GDB buffers and set text
14195 properties line-by-line.
14196 (gdb-invalidate-breakpoints)
14197 (gdb-breakpoints-list-handler-custom)
14198 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
14199 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
14200 (gdb-registers-handler-custom): Align data columns.
14201 (gdb-locals-handler-custom): Now prints data like in variable
14202 declarations.
14203 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
14204 Removed confusing buttons.
14205 (gdb-invalidate-threads): Append --frame.
14206 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
14207 between breakpoints/threads buffers.
14208 (gdb-set-window-buffer): Now can ignore dedicated windows.
14209 (gdb-propertize-header): Use `gdb-set-window-buffer'.
14210 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
14211 (def-gdb-thread-buffer-gud-command): Replaces
14212 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
14213 for fine thread control.
14214 (gdb-preempt-existing-or-display-buffer): New function used to
14215 display bound buffers without breaking window layout.
14216 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
14217 (gdb-select-frame): New version of `gdb-frames-select' which now
14218 sets `gdb-frame-number' so commands may use --frame option instead
14219 of inner debugger state.
14220 (gdb-frame-handler): Do not set `gdb-frame-number'.
14221 (gdb-threads-mode-map): Select threads with mouse.
14222
14223 * progmodes/gud.el (gdb-gud-context-call): Declare function to
14224 avoid compilation warning.
14225 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
14226 `gdb-show-stop-p`.
14227
14228 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
14229 Argument `key' renamed to `buffer-type'.
14230 (gdb-current-context-buffer-name): Do not add thread info to
14231 buffer name when no thread is selected.
14232 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
14233 command (bug 3794).
14234 (gdb-thread-selected): Handle `=thread-selected' notification.
14235 (gdb-wait-for-pending): New macro to deal with congestion problems.
14236 (gdb-breakpoints-list-handler-custom): Don't fail on pending
14237 breakpoints.
14238 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
14239 This fixes problem similar to one described in bug 3947.
14240 (gud-menu-map): More menu items.
14241 (gdb-init-1): Reset `gdb-thread-number' to nil.
14242
14243 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
14244 non-stop settings.
14245
14246 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
14247 (gdb-current-context-command): Do not append --thread if
14248 `gdb-thread-number' is nil.
14249 (gdb-running-threads-count, gdb-stopped-threads-count): New
14250 variables.
14251 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
14252 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
14253 customization options.
14254 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
14255 GUD commands.
14256 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
14257 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
14258 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
14259 set `gdb-thread-number' and update `gud-running' properly.
14260 (gdb-running): Update threads list when new threads appear.
14261 (gdb-stopped): Support non-stop operation and new thread switching
14262 logic.
14263 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
14264 (gdb-json-partial-output): New set of JSON routines.
14265 (def-gdb-auto-update-trigger): New `signal-list' optional
14266 argument.
14267 (gdb-thread-list-handler-custom): Update `gud-running',
14268 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
14269 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
14270 (gdb-continue-thread, gdb-step-thread): New commands for fine
14271 thread execution control.
14272 (gud-menu-map): New menu items to switch non-stop options.
14273 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
14274 (gdb-send): Mimic RET properly (bug 3794).
14275
14276 * progmodes/gdb-mi.el (gdb-rules-name-maker)
14277 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
14278 gdb-buffer-rules.
14279 (def-gdb-auto-update-handler): New nopreserve optional argument.
14280 (gdb-stack-list-frames-custom): Print stack from top to bottom.
14281
14282 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
14283 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
14284 (gdb-parent-mode): New mode to derive other GDB modes from.
14285 (gdb-display-disassembly-for-thread)
14286 (gdb-frame-disassembly-for-thread): New commands for threads
14287 buffer.
14288
14289 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
14290 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
14291 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
14292 (gdb-update): We now store all GDB buffers in a list so that they
14293 can be updated by traversing a list instead of calling invalidate
14294 triggers explicitly.
14295 (def-gdb-trigger-and-handler): New macro to define trigger-handler
14296 pair for GDB buffer.
14297 (gdb-stack-buffer-name): Add thread information.
14298 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
14299 handle pending triggers.
14300 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
14301 (def-gdb-thread-buffer-simple-command)
14302 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
14303 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
14304 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
14305 New commands which show buffers bound to thread.
14306 (gdb-stack-list-locals-regexp): Removed unused regexp.
14307
14308 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
14309 (gdb-locals-buffer-name, gdb-registers-buffer-name)
14310 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
14311 to (gud-comint-buffer) in *-buffer-name functions
14312 because (gdb-get-target-string) already does that.
14313 (gdb-locals-handler-custom, gdb-registers-handler-custom)
14314 (gdb-changed-registers-handler): Rewritten without regexps.
14315
14316 * progmodes/gdb-mi.el: Basic thread selection support.
14317 (gdb-thread-number): New variable.
14318 (gdb-current-context-command): New macro which adds --thread
14319 option to command.
14320 (gdb-threads-mode-map): Select thread with SPC.
14321 (gdb-thread-list-handler-custom): Mark current thread with overlay
14322 arrow. Synchronize GDB thread and Emacs thread.
14323 (gdb-select-thread): New command which selects current thread.
14324 (gdb-invalidate-frames, gdb-invalidate-locals)
14325 (gdb-invalidate-registers): Use --thread option.
14326
14327 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
14328
14329 * net/tramp.el (top): Make check for tramp-gvfs loading more
14330 robust. (Bug#3977)
14331 (tramp-handle-insert-file-contents): `unwind-protect' must be
14332 inside `with-parsed-tramp-file-name'.
14333
14334 * net/tramp-gvfs.el (top): Remove superfluous message when loading
14335 fails.
14336
14337 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
14338
14339 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
14340 directory if CLASSPATH is not set.
14341
14342 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
14343
14344 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
14345 New defconst.
14346 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
14347
14348 2009-08-02 Kevin Ryde <user42@zip.com.au>
14349
14350 * net/newst-backend.el (newsticker--raw-url-list-defaults):
14351 Update freshmeat link. Delete newsforge.com as it seems gone.
14352
14353 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
14354
14355 * select.el (x-set-selection): Doc fix (Bug#4021).
14356
14357 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
14358
14359 * help-fns.el (describe-variable): Treat list return values from
14360 dir-locals-find-file properly (Bug#4005).
14361
14362 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
14363
14364 * net/tramp.el (tramp-debug-message): Print also microseconds.
14365
14366 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
14367
14368 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
14369 or END is non-nil.
14370 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
14371 (tramp-get-debug-buffer): Change `outline-regexp' according to new
14372 format.
14373
14374 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
14375 (tramp-get-file-property): Use it.
14376
14377 * autorevert.el (auto-revert-handler): Allow
14378 `auto-revert-tail-mode' for remote files.
14379
14380 2009-08-02 Jason Rumney <jasonr@gnu.org>
14381
14382 * minibuffer.el (read-file-name): Treat confirm options to
14383 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
14384
14385 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
14386
14387 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
14388 (font-lock-variable-name-face, font-lock-constant-face): Darken
14389 the colors for light backgrounds.
14390
14391 2009-08-01 Eli Zaretskii <eliz@gnu.org>
14392
14393 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
14394 month names. (Bug#3987)
14395
14396 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
14397
14398 * simple.el (line-move-finish): Pass whole number to
14399 line-move-to-column.
14400 (line-move-visual): Perform hscroll to the recorded position.
14401
14402 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
14403
14404 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
14405
14406 2009-07-29 Alan Mackenzie <acm@muc.de>
14407
14408 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
14409
14410 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
14411
14412 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
14413 (gdb-place-breakpoints): Use full path when setting breakpoints.
14414
14415 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
14416
14417 * calc/calc.el (calc-mode-map): Add keybinding for
14418 `calc-transpose-lines'.
14419
14420 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
14421
14422 * calc/calc-misc.el (calc-transpose-lines): New function.
14423
14424 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
14425
14426 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
14427 Simplify check for out-of-band methods.
14428 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
14429 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
14430
14431 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
14432
14433 * vc-git.el (vc-git-checkin): Fix typo.
14434
14435 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
14436
14437 * progmodes/js2-mode.el: New file.
14438
14439 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
14440
14441 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
14442 (gud-menu-map): Adjust tooltip accordingly.
14443
14444 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
14445
14446 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
14447 (vc-bzr-log-view-mode): Adjust log-view-file-re.
14448
14449 * add-log.el (change-log-mode-map): Add a menu.
14450
14451 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
14452
14453 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
14454 function returns nil.
14455 (dbus-handle-event): Handle special return value :ignore.
14456 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
14457
14458 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
14459
14460 * view.el (view-mode-enable): Don't define Helper-return-blurb if
14461 it's not needed.
14462
14463 2009-07-25 Eli Zaretskii <eliz@gnu.org>
14464
14465 Fix Bug#3888:
14466
14467 * w32-vars.el (x-select-enable-clipboard): Doc fix.
14468
14469 * term/pc-win.el (x-display-name, x-colors)
14470 (x-select-enable-clipboard, x-select-text): Doc fix.
14471
14472 * term/common-win.el (x-display-name, x-colors): Doc fix.
14473
14474 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
14475 (xw-defined-colors): Doc fix.
14476
14477 * w32-fns.el (x-select-text, x-setup-function-keys)
14478 (x-get-selection, x-set-selection): Doc fix.
14479
14480 * term/x-win.el (x-select-text, x-setup-function-keys)
14481 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
14482
14483 * select.el (x-set-selection): Doc fix.
14484
14485 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
14486
14487 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
14488 instead of "IsNSSSupportAvailable". Avahi ought to work also when
14489 "IsNSSSupportAvailable" method is not available. Reported by
14490 Steve Youngs <steve@sxemacs.org>.
14491
14492 2009-07-24 Kenichi Handa <handa@m17n.org>
14493
14494 * international/characters.el: Fix setting of category ?C, ?|, ?K,
14495 and ?H. Fix setting of case for Latin Extended and Greek Extended.
14496 (build-unicode-category-table): Fix range checks.
14497
14498 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
14499
14500 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
14501 the buffer we try to sync is current when calling
14502 vc-resynch-buffer.
14503
14504 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
14505 not show up to date files.
14506
14507 2009-07-24 Glenn Morris <rgm@gnu.org>
14508
14509 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
14510 Add autoload cookies. If necessary, initialize.
14511 (elint-log): Handle non-file buffers.
14512 (elint-initialize): Add optional argument to reinitialize.
14513 (elint-find-builtin-variables): Save excursion.
14514
14515 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
14516
14517 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14518 for Lint.
14519
14520 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14521
14522 * vc.el (vc-print-log-internal): New function, split out from ...
14523 (vc-print-log): ... here.
14524 (vc-dir-move-to-goal-column): Declare.
14525
14526 * vc-git.el (vc-git-add-signoff): New variable.
14527 (vc-git-checkin): Use it.
14528 (vc-git-toggle-signoff): New function.
14529 (vc-git-extra-menu-map): Bind it to menu.
14530 (vc-git--run-command-string): Accept a nil FILE argument.
14531 (vc-git-stash-list): New function.
14532 (vc-git-dir-extra-headers): Use it.
14533
14534 2009-07-23 Glenn Morris <rgm@gnu.org>
14535
14536 * help-fns.el (describe-variable): Describe ignored and risky local
14537 variables in a similar way to that in which we describe safe ones.
14538
14539 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
14540 (byte-compile-output-file-form, byte-compile-output-docform)
14541 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
14542 Give some more local variables with common names a "bytecomp-" prefix,
14543 so as not to shadow things during compilation.
14544 * emacs-lisp/cl-macs.el (load-time-value)
14545 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
14546 `outbuffer' to `bytecomp-outbuffer'.
14547
14548 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
14549 since the next two variables cover them automatically now.
14550 (elint-builtin-variables, elint-autoloaded-variables): New.
14551 (elint-unknown-builtin-args): Remove all members, since they can be
14552 parsed automatically now.
14553 (elint-extra-errors): New.
14554 (elint-env-add-env, elint-env-add-macro): Use cadr.
14555 (elint-current-buffer): Use or. Change final message.
14556 (elint-get-top-forms): Use line-end-position.
14557 (elint-init-env): Use cadr. Handle autoload, declare-function,
14558 and defalias.
14559 (elint-add-required-env): Doc fix. Use or. Standardize error.
14560 (regexp-assoc): Remove unused function.
14561 (elint-top-form): Set elint-current-pos, to record the start of the
14562 top-level form, for compilation-mode.
14563 (elint-form): Trap errors in macro expansion. Use dolist.
14564 (elint-unbound-variable): Use elint-builtin-variables and
14565 elint-autoloaded-variables.
14566 (elint-get-args): Use cadr, or.
14567 (elint-check-cond-form): Use dolist, cadr.
14568 (elint-check-condition-case-form): Doc fix. Use cadr.
14569 Use elint-extra-errors.
14570 (elint-log): New function.
14571 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
14572 Distinguish errors and warnings.
14573 (elint-log-message): Use with-current-buffer. Inhibit read-only.
14574 Use a bytecomp-style format.
14575 (elint-clear-log): Preserve default-directory. Inhibit read-only.
14576 (elint-get-log-buffer): Use compilation mode. Disable undo.
14577 Don't truncate lines.
14578 (elint-initialize): Set builtin and autoloaded variable lists.
14579 Only process elint-unknown-builtin-args if non-nil.
14580 (elint-find-builtin-variables, elint-find-autoloaded-variables):
14581 New functions.
14582 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
14583
14584 2009-07-22 Kevin Ryde <user42@zip.com.au>
14585
14586 * net/newst-backend.el (newsticker--parse-atom-1.0)
14587 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14588 (newsticker--parse-rss-1.0):
14589 * progmodes/idlwave.el (idlwave-mode):
14590 * progmodes/idlw-shell.el (idlwave-shell-mode):
14591 * progmodes/vera-mode.el (vera-mode):
14592 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
14593 * progmodes/vhdl-mode.el (vhdl-mode):
14594 * textmodes/table.el (table-generate-source)
14595 (table--warn-incompatibility):
14596 Hyperlink urls in docstrings with URL `...'.
14597
14598 2009-07-22 Glenn Morris <rgm@gnu.org>
14599
14600 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
14601 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
14602 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
14603 Remove leading * from defcustom docs.
14604
14605 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
14606
14607 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
14608 defcustom doc.
14609 (list-load-path-shadows): Optionally, just return shadows as a string.
14610
14611 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
14612
14613 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
14614
14615 * mail/rmailedit.el (rmail-edit-mode): Use
14616 auto-save-include-big-deletions.
14617
14618 * mail/rmail.el (rmail-variables): Use
14619 auto-save-include-big-deletions.
14620
14621 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
14622 changes.
14623
14624 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
14625
14626 * calc/calc.el (calc-undo-length): New variable.
14627 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
14628
14629 2009-07-21 Richard Stallman <rms@gnu.org>
14630
14631 * files.el (auto-save-mode): Handle buffer-save-size = -2
14632 for toggling mode.
14633
14634 2009-07-21 Glenn Morris <rgm@gnu.org>
14635
14636 * textmodes/ispell.el (ispell-looking-back): Update declaration.
14637
14638 * calendar/todo-mode.el (calendar-current-date): Update declaration.
14639
14640 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
14641 silence compiler. Instead...
14642 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
14643 (ps-print-ensure-fontified): Update for above function name changes.
14644
14645 * printing.el (pr-mh-get-msg-num, pr-mh-show)
14646 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
14647 silence compiler. Instead...
14648 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
14649 (mh-show-buffer): Only define for compiler.
14650 (pr-mh-current-message): Update for above function name changes.
14651
14652 * files.el (abort-if-file-too-large): Explicitly pass `filename'
14653 as an argument.
14654 (find-file-noselect, insert-file-1): Update for above change.
14655
14656 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
14657
14658 * mail/mailclient.el (mailclient-send-it): Fix message.
14659
14660 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
14661 (edebug-eval): Check cl-debug-env is bound.
14662 (print-level, print-circle): Don't redefine built-in variables.
14663
14664 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
14665 (custom-print-vectors): Remove old comments from doc.
14666
14667 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
14668 (emerge-version): Make the variable an obsolete alias for the
14669 emacs-version variable. Make the function obsolete.
14670 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
14671 Emerge options, rather than merging in into the main Options menu.
14672 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
14673 and auto advance modes. Disable edit/fast items when not relevant.
14674
14675 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
14676
14677 * term/vt420.el (terminal-init-vt420): Fix typo.
14678
14679 2009-07-20 Sam Steingold <sds@gnu.org>
14680
14681 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
14682 variable (removed from compile.el on 2004-03-11).
14683
14684 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
14685
14686 * files.el (hack-local-variables-filter): Fix last change.
14687
14688 2009-07-19 Juri Linkov <juri@jurta.org>
14689
14690 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
14691 (dir-local-variables-alist): New buffer-local variable.
14692 (hack-local-variables-filter): If variable is not dir-local,
14693 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
14694 because file-local overrides dir-local.
14695 (c-postprocess-file-styles) <declare-function>:
14696 Remove obsolete declaration.
14697 (hack-dir-local-variables): Add dir-local variable/value pair to
14698 `dir-local-variables-alist' and remove duplicates. Doc fix.
14699
14700 * help-fns.el (describe-variable): Add information about
14701 file-local and dir-local variables.
14702
14703 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
14704
14705 * files.el (hack-local-variables-filter): Rewrite.
14706
14707 2009-07-19 Glenn Morris <rgm@gnu.org>
14708
14709 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
14710 Silence compiler by only defining on XEmacs.
14711
14712 * international/mule.el (auto-coding-regexp-alist): Only match
14713 BABYL... at the start of buffer, not of lines. (Bug#3790)
14714
14715 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
14716 non-calendar buffers (Bug#3862). Restore "not on a date" message.
14717 (cal-menu-context-mouse-menu): Doc fix.
14718
14719 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
14720
14721 * simple.el (mail-user-agent): Doc fix. Set :version tag.
14722
14723 2009-07-18 Juri Linkov <juri@jurta.org>
14724
14725 * info.el: Virtual Info keyword finder.
14726 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
14727 (Info-finder-file): New variable.
14728 (Info-finder-find-file): New function.
14729 (finder-known-keywords, finder-package-info)
14730 (find-library-name, lm-commentary): Use defvar and
14731 declare-function to silence compiler warnings.
14732 (Info-finder-find-node): New function.
14733 (info-finder): New command.
14734
14735 * subr.el (process-kill-buffer-query-function): New function.
14736 (add-hook)<kill-buffer-query-functions>: Add hook
14737 `process-kill-buffer-query-function'.
14738
14739 2009-07-18 Alan Mackenzie <acm@muc.de>
14740
14741 * progmodes/cc-mode.el (c-before-hack-hook)
14742 (c-postprocess-file-styles): Give invocation of `c-set-style'
14743 DONT-OVERRIDE parameter of t. Already set style variables will
14744 thus not be overridden by style settings given by `c-file-syle'.
14745
14746 * files.el (hack-local-variables-filter): Remove entries with
14747 duplicate keys from `file-local-variables-alist'.
14748
14749 2009-07-18 Eli Zaretskii <eliz@gnu.org>
14750
14751 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14752 x-set-selection if display-selections-p returns nil for the
14753 current frame.
14754
14755 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
14756
14757 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14758
14759 2009-07-18 Eli Zaretskii <eliz@gnu.org>
14760
14761 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14762 Accept nil in addition to a regexp.
14763 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14764 Accept nil in addition to a regexp.
14765 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14766 buffers that have an associated file. Handle nil values of
14767 desktop-buffers-not-to-save and desktop-files-not-to-save.
14768 (Bug#3833)
14769
14770 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14771 (x-disown-selection-internal): New functions.
14772
14773 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
14774
14775 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14776 warning.
14777 (gdb-breakpoints-header): Move forward to avoid compiler warning.
14778 (gdb-make-header-line-mouse-map): Remove duplicate definition.
14779
14780 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
14781
14782 * simple.el (set-mark): Revert last change.
14783
14784 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
14785
14786 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14787 rendering of pngs is not possible instead of messaging a long
14788 description.
14789
14790 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
14791
14792 * w32-fns.el (x-selection-owner-p): New function.
14793
14794 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14795 (mouse-yank-at-click, mouse-yank-primary): If
14796 select-active-regions is non-nil, deactivate the mark before
14797 insertion.
14798
14799 * simple.el (deactivate-mark, set-mark): Only save selection if we
14800 own it.
14801
14802 2009-07-17 Kenichi Handa <handa@m17n.org>
14803
14804 * case-table.el (describe-buffer-case-table): Fix for the case
14805 that KEY is a cons.
14806
14807 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14808
14809 * vc-rcs.el (vc-rcs-find-file-hook):
14810 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14811
14812 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
14813
14814 * net/tramp.el (tramp-wait-for-output): Handle the case when
14815 commands do not return a newline but a null byte before the shell
14816 prompt. (Bug#3858)
14817
14818 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14819
14820 * term/ns-win.el (ns-set-alpha): Don't declare.
14821 (ns-set-background-alpha): Remove function.
14822
14823 2009-07-16 Kevin Ryde <user42@zip.com.au>
14824
14825 * emacs-lisp/copyright.el (copyright-update): Save match-data across
14826 y-or-n-p, for safety.
14827
14828 2009-07-16 Richard Stallman <rms@gnu.org>
14829
14830 * files.el (auto-save-mode): If buffer-saved-size is -2,
14831 don't clobber it.
14832
14833 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14834 (rmail-retry-ignored-headers): Add more uninteresting fields.
14835
14836 2009-07-15 Jari Aalto <jari.aalto@cante.net>
14837
14838 * net/rcirc.el (rcirc): Use history variables.
14839 (rcirc-server-name-history, rcirc-nick-name-history)
14840 (rcirc-server-port-history): New variables.
14841
14842 2009-07-15 Kenichi Handa <handa@m17n.org>
14843
14844 * international/mule-cmds.el (set-language-environment-charset):
14845 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14846 ignore them.
14847
14848 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14849 Delete unibyte-display.
14850
14851 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14852
14853 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14854
14855 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14856
14857 * simple.el (deactivate-mark): Optional argument FORCE.
14858 (set-mark): Use deactivate-mark.
14859
14860 * info.el (Info-search): No need to check transient-mark-mode
14861 before calling deactivate-mark.
14862
14863 * select.el (x-set-selection): Doc fix.
14864 (x-valid-simple-selection-p): Allow buffer values.
14865 (xselect--selection-bounds): Handle buffer values. Suggested by
14866 David De La Harpe Golden.
14867
14868 * mouse.el (mouse-set-region, mouse-drag-track): Call
14869 copy-region-as-kill before setting the mark, to let
14870 select-active-regions work.
14871
14872 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
14873
14874 * simple.el (deactivate-mark): If select-active-regions is
14875 non-nil, copy the selection data into a string.
14876 (activate-mark): If select-active-regions is non-nil, set the
14877 selection to the current buffer.
14878 (set-mark): Update selection if select-active-regions is non-nil.
14879
14880 * select.el (x-valid-simple-selection-p): Allow buffer values.
14881
14882 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
14883
14884 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14885 and more featureful message-mode.
14886
14887 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
14888
14889 * select.el (x-set-selection): Doc fix.
14890 (x-valid-simple-selection-p): Disallow selection data consisting
14891 of a list or cons of integers, since that is not used.
14892 (xselect--selection-bounds, xselect--int-to-cons): New functions.
14893 (xselect-convert-to-string, xselect-convert-to-length)
14894 (xselect-convert-to-filename, xselect-convert-to-charpos)
14895 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14896
14897 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
14898
14899 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14900 output in -break-info command (Emacs bug #3794).
14901
14902 2009-07-14 Glenn Morris <rgm@gnu.org>
14903
14904 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14905 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14906 (edebug-print-length, edebug-print-level, edebug-print-circle)
14907 (edebug-sit-for-seconds, edebug-view-outside)
14908 (edebug-bounce-point, edebug-set-global-break-condition)
14909 (edebug-Go-nonstop-mode, edebug-trace-mode)
14910 (edebug-Trace-fast-mode, edebug-continue-mode)
14911 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14912 (edebug-visit-eval-list): Doc fixes.
14913
14914 * subr.el (def-edebug-spec): Doc fix.
14915
14916 2009-07-14 Kenichi Handa <handa@m17n.org>
14917
14918 * international/characters.el: Fix setting of category ?C.
14919
14920 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
14921
14922 * term/ns-win.el (x-select-font): defalias x-select-font to
14923 ns-popup-font-panel instead of generate-fontset-menu.
14924
14925 2009-07-12 Eli Zaretskii <eliz@gnu.org>
14926
14927 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
14928
14929 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
14930
14931 * arc-mode.el (archive-find-type): Allow for a PK00 string before
14932 the PK\003\004 header (Bug#3770).
14933
14934 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
14935
14936 * pcomplete.el (pcomplete-comint-setup): Check for
14937 shell-dynamic-complete-filename too.
14938
14939 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
14940
14941 * simple.el (temporary-goal-column): Change the value for
14942 line-move-visual to a cons cell.
14943 (line-move-visual): Record or set the window hscroll, if
14944 necessary (Bug#3494).
14945 (line-move-1): Handle cons value of temporary-goal-column.
14946
14947 2009-07-11 Kenichi Handa <handa@m17n.org>
14948
14949 * international/mule-diag.el (describe-character-set): Don't show
14950 width.
14951
14952 2009-07-10 Sam Steingold <sds@gnu.org>
14953
14954 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14955 Omake sometimes indents the errors it prints, so allow all
14956 regexps to start with spaces.
14957
14958 2009-07-10 Eli Zaretskii <eliz@gnu.org>
14959
14960 * cus-edit.el (customize-changed-options-previous-release):
14961 Bump value to 22.1. (Bug#3804)
14962
14963 2009-07-08 Sam Steingold <sds@gnu.org>
14964
14965 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14966 to be a cons cell (test . ignored-directory) to selectively ignore
14967 some directories depending on the location of the search.
14968
14969 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
14970
14971 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14972 remote user is root, on the local host.
14973 (tramp-local-host-p): Either the local user or the remote user
14974 must be root. (Bug#3771)
14975
14976 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
14977
14978 * progmodes/gdb-mi.el (gdb): Remove description of
14979 gdb-use-separate-io-buffer.
14980 (menu): Don't allow toggling of or enable
14981 gdb-use-separate-io-buffer from menubar.
14982
14983 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
14984
14985 * mail/unrmail.el (unrmail): Make sure the message ends with two
14986 newlines (Bug#3769).
14987
14988 2009-07-08 Glenn Morris <rgm@gnu.org>
14989
14990 * calendar/calendar.el (calendar-current-date): Rework previous change.
14991
14992 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
14993
14994 * calendar/calendar.el (calendar-current-date):
14995 Add an optional argument giving an offset from today.
14996
14997 2009-07-08 Glenn Morris <rgm@gnu.org>
14998
14999 * tutorial.el (tutorial--describe-nonstandard-key):
15000 Adjust the message for when a key has been unbound.
15001 (help-with-tutorial): Hide the arch-tag.
15002
15003 2009-07-08 Kenichi Handa <handa@m17n.org>
15004
15005 * international/fontset.el (setup-default-fontset): For each
15006 script, append (not set) font-specs.
15007
15008 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
15009 docstring.
15010
15011 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
15012
15013 * progmodes/gdb-mi.el (gdb-init-1): Move sending
15014 -data-list-register-names to ...
15015 (gdb-starting): ... here because GDB 7.0 requires execution to
15016 have started when using this MI command.
15017 (gdb-set-header): New function to distinguish select and
15018 unselected tabs in gdb buffers.
15019 (gdb-propertize-header): New macro that uses gdb-set-header.
15020 (gdb-breakpoints-header, gdb-locals-header): Use it.
15021 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
15022
15023 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
15024
15025 * Makefile.in (ELCFILES): Remove fadr.elc.
15026
15027 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
15028
15029 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
15030 may contain frame information, so `string-match' should be used.
15031 (gdb-update): Disassembly is invalidated through
15032 `gdb-get-selected-frame'.
15033 (gdb-pad-string): New function to pad string with spaces.
15034 (gdb-invalidate-disassembly): Invalidate only if the buffer
15035 exists.
15036 (gdb-disassembly-handler-custom): Column alignment.
15037 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
15038 placing new ones.
15039 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
15040 end of line, too.
15041 (gdb-frame-handler): Match convention to for disassembly buffer
15042 mode name.
15043 (gdb-stack-list-frames-handler): Rewritten without regexps.
15044 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
15045 not highlight breakpoints without line information.
15046 (gdb-input): Add trailing newline to command.
15047
15048 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
15049 buffer properly.
15050 (gdb-breakpoints-list-handler-custom): Replacement for
15051 `gdb-break-list-handler'. Using real parser instead of regexps
15052 now.
15053 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
15054 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
15055 to place breakpoints.
15056 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
15057 functions.
15058 (gdb-disassembly-handler-custom): Show overlay arrow.
15059 (gdb-disassembly-place-breakpoints): Show breakpoints in
15060 disassembly buffer.
15061 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15062 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
15063 instead of parsing breakpoints buffer. Fixed old menu references
15064 in `gud-menu-map'.
15065
15066 * fadr.el: Remove.
15067
15068 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
15069 (gdb-memory-address): New variable which holds top address of
15070 memory page shown in memory buffer.
15071 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
15072 customization variables.
15073 New functions:
15074 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
15075 display the memory buffer.
15076 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
15077 buffer display parameters.
15078 (def-gdb-memory-format, gdb-memory-format-binary)
15079 (gdb-memory-format-octal, gdb-memory-format-unsigned)
15080 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
15081 Functions for setting memory buffer format.
15082 (gdb-memory-unit-word, gdb-memory-unit-halfword)
15083 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
15084 unit size used in memory buffer.
15085 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
15086 to next/previous page of memory buffer.
15087 Now using (bindat-get-field) instead of fadr functions.
15088
15089 2009-07-07 Sam Steingold <sds@gnu.org>
15090
15091 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
15092 non-top-level files.
15093
15094 2009-07-07 Kenichi Handa <handa@m17n.org>
15095
15096 * international/mule-cmds.el (reset-language-environment): Put
15097 the highset priority to the charset iso-8859-1.
15098
15099 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
15100
15101 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
15102 to the end of the line when locating the block (Bug#700).
15103
15104 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
15105
15106 * net/tramp.el (tramp-handle-write-region): Flush file properties
15107 in case of short track.
15108
15109 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
15110
15111 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
15112 Coded custom representation of verilog error regular expressions
15113 to work with Emacs-22's new format.
15114 (verilog-error-regexp-xemacs-alist): Coded custom representation
15115 of verilog error regular expressions to work with XEmacs format.
15116 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
15117 error recognition into XEmacs.
15118 (verilog-error-regexp-add-emacs): Hook routine to install verilog
15119 error recognition into Emacs-22.
15120
15121 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
15122
15123 * woman.el: Remove stand-alone closing parentheses.
15124 (woman-file-name, woman2-format-paragraphs)
15125 (woman-leave-blank-lines): Code cleanup.
15126 (woman-use-own-frame): Change default to nil.
15127 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
15128 defaults to inherit from default faces.
15129 (woman2-process-escapes): Consume the newline after a stand-alone
15130 filler character (Bug#3651).
15131
15132 2009-07-06 Glenn Morris <rgm@gnu.org>
15133
15134 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
15135 (top-level): Move provide to the end.
15136 (ffap): Remove defunct URL from custom group.
15137
15138 * subr.el (eval-after-load): Doc fix.
15139
15140 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
15141
15142 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
15143 `calc-embedded-word' is called twice.
15144
15145 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15146
15147 * files.el (find-alternate-file-other-window, find-alternate-file):
15148 Obey confirm-nonexistent-file-or-buffer.
15149
15150 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
15151
15152 * dired-aux.el (dired-show-file-type): Handle remote files.
15153
15154 2009-07-05 Jari Aalto <jari.aalto@cante.net>
15155
15156 * desktop.el (desktop-globals-to-save):
15157 Add file-name-history (Bug#2750).
15158
15159 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
15160
15161 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
15162
15163 2009-07-04 Johan Bockgård <bojohan@gnu.org>
15164
15165 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
15166 property on entire argument since this is what eshell-lisp-command
15167 expects.
15168
15169 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
15170
15171 * net/tramp-gvfs.el (tramp-gvfs-methods)
15172 (tramp-gvfs-zeroconf-domain)
15173 (tramp-bluez-discover-devices-timeout): Add version flag.
15174 (tramp-gvfs-handler-mounted-unmounted)
15175 (tramp-gvfs-connection-mounted-p): Polish handling of
15176 incompatibilities between GVFS 0.2 and 1.0.
15177
15178 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
15179
15180 * cus-start.el (all): Add make-pointer-invisible.
15181
15182 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
15183
15184 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
15185 formatted correctly.
15186
15187 2009-07-02 Juri Linkov <juri@jurta.org>
15188
15189 * info.el: Virtual Info files and nodes.
15190 (Info-virtual-files, Info-virtual-nodes): New variables.
15191 (Info-current-node-virtual): New variable.
15192 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
15193 New functions.
15194 (Info-file-supports-index-cookies): Use Info-virtual-file-p
15195 to check for a virtual file instead of checking a fixed list
15196 of node names.
15197 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
15198 instead of ad-hoc processing of "dir" and (apropos history toc).
15199 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
15200 instead of ad-hoc processing of "dir" and (apropos history toc).
15201 Reread a file when moving from a virtual node.
15202 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
15203 (Info-directory-toc-nodes, Info-directory-find-file)
15204 (Info-directory-find-node): New functions.
15205 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
15206 (Info-history): Move part of code to
15207 `Info-history-find-node'.
15208 (Info-history-toc-nodes, Info-history-find-file)
15209 (Info-history-find-node): New functions.
15210 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
15211 (Info-toc): Move part of code to `Info-toc-find-node'.
15212 (Info-toc-find-node): New function.
15213 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
15214 the current Info file name to references because now the node
15215 "*TOC*" belongs to the same Info manual.
15216 (Info-toc-build): Rename from `Info-build-toc'.
15217 (Info-toc-nodes): Rename input argument `file' to `filename'.
15218 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
15219 instead of ad-hoc processing of ("dir" apropos history toc).
15220 (Info-index-nodes): Use Info-virtual-file-p
15221 to check for a virtual file instead of checking a fixed list
15222 of node names.
15223 (Info-index-node): Add check for `Info-current-node-virtual'.
15224 Raise `save-match-data' higher up the tree to contain
15225 `search-forward' too (bug fix).
15226 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
15227 (Info-virtual-index-nodes): New variable.
15228 (Info-virtual-index-find-node, Info-virtual-index): New functions.
15229 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
15230 (Info-apropos-file, Info-apropos-nodes): New variables.
15231 (Info-apropos-toc-nodes, Info-apropos-find-file)
15232 (Info-apropos-find-node, Info-apropos-matches): New functions.
15233 (info-apropos): Move part of code to `Info-apropos-find-node' and
15234 `Info-apropos-matches'.
15235 (Info-mode-map): Bind "I" to `Info-virtual-index'.
15236 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
15237 for a virtual file instead of checking a fixed list of node names.
15238
15239 * simple.el (async-shell-command): New command.
15240
15241 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
15242
15243 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
15244 instead of `mount-info'.
15245
15246 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
15247
15248 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
15249 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
15250
15251 2009-07-02 Kenichi Handa <handa@m17n.org>
15252
15253 * international/mule.el (set-keyboard-coding-system): Force *-unix
15254 coding-system to avoid eol conversion.
15255
15256 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
15257
15258 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
15259 Add handler for `process-file', `shell-command' and
15260 `start-file-process'.
15261 (tramp-gvfs-handle-shell-command)
15262 (tramp-gvfs-handle-start-file-process)
15263 (tramp-gvfs-handle-process-file): New defuns.
15264 (tramp-synce-list-devices): Simplify check for existence of property.
15265
15266 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
15267
15268 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
15269
15270 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
15271
15272 * language/korean.el (set-language-info-alist): Add korean-cp949,
15273 cp949 to spec.
15274
15275 2009-07-01 Kenichi Handa <handa@m17n.org>
15276
15277 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
15278
15279 * international/encoded-kb.el: Deleted.
15280
15281 * international/mule.el (set-keyboard-coding-system): Perform the
15282 necessary setup here instead of calling encoded-kbd-setup-display.
15283
15284 2009-07-01 Glenn Morris <rgm@gnu.org>
15285
15286 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
15287
15288 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
15289
15290 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
15291
15292 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
15293
15294 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
15295 Handle also the 'rename case, when setting file modes. (Bug#3712)
15296 (tramp-default-file-modes): Remove execute permissions.
15297
15298 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
15299 (top): Add a default for "synce" in `tramp-default-user-alist'.
15300 Add completion function for "synce" method.
15301 (tramp-hal-service, tramp-hal-path-manager)
15302 (tramp-hal-interface-manager, tramp-hal-interface-device):
15303 New defconst.
15304 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
15305 (tramp-synce-list-devices, tramp-synce-parse-device-names):
15306 New defuns.
15307
15308 * net/trampver.el: Update release number.
15309
15310 2009-06-30 Kenichi Handa <handa@m17n.org>
15311
15312 * international/fontset.el (setup-default-fontset): Add CJK fonts
15313 for symbols and the other miscellaneous characters.
15314
15315 * language/korea-util.el (setup-korean-environment-internal):
15316 Make char-width-table suitable for Korean environments.
15317 (exit-korean-environment): Cancel above.
15318
15319 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
15320 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
15321 setup-function to make char-width-table suitable for respective
15322 environments, and an exit-function to cancel that.
15323
15324 * language/japan-util.el (setup-japanese-environment-internal):
15325 Call use-cjk-char-width-table with arg `ja_JP'.
15326
15327 * international/characters.el (cjk-char-width-table): Delete it.
15328 (cjk-char-width-table-list): New variable.
15329 (use-cjk-char-width-table): New arg local-name.
15330 (use-default-char-width-table): Fix for the case that Emacs is
15331 already using the default char-width-table.
15332
15333 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
15334
15335 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
15336 modes mandatory. (Bug#3712)
15337
15338 2009-06-29 Alan Mackenzie <acm@muc.de>
15339
15340 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
15341 correction between the visible width of TABs and their number of bytes.
15342
15343 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
15344
15345 * server.el (server-buffer-done): Prevent kill-buffer from
15346 prompting by clearing the buffer modification flag (Bug#3696).
15347
15348 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
15349
15350 * progmodes/verilog-mode.el (verilog-beg-of-statement)
15351 (verilog-endcomment-reason-re): Support unique case and priority case.
15352 (verilog-basic-complete-re): Support localparam lineup.
15353 (verilog-beg-of-statement-1): Fix for robustness, unique case.
15354 (verilog-set-auto-endcomments): Fix for unique case, always_comb
15355 commenting.
15356 (verilog-leap-to-case-head): Now support *nested* unique &
15357 priority case statements.
15358 (verilog-auto-lineup): Make just declarations the default (as it
15359 had been).
15360 (verilog-leap-to-case-head): Support priority/unique case statements.
15361 (verilog-auto-lineup): Rework to give users radio buttons to
15362 select the various styles of automatic lineup.
15363 (verilog-error-regexp-alist): Rework to support the XEmacs style
15364 of error regular expressions from compilers, lint tools &
15365 simulators. Note that GNU Emacs has made it impossible for a mode
15366 to load such things.
15367 (electric-verilog-terminate-line, verilog-indent-declaration)
15368 (verilog-auto-wiure): Rework for radio button selection of
15369 auto-lineup selection of specification of auto lineup.
15370 (verilog-beg-of-statement-1): Redesign to support proper operation
15371 in additional code, based on testing with auto-lineup.
15372 (verilog-calculate-indent, assignments & declarations)
15373 (verilog-backward-token): Enhance to support auto-lineup of
15374 assignments & declarations.
15375 (verilog-in-directive-p, verilog-at-struct-p): New function for
15376 easy test of whether we are.
15377 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
15378 to support safe execution at almost anyline.
15379 (verilog-calc-1): Properly support indenting deep inside generate
15380 blocks.
15381 (verilog-init-font): Remove definition & use of verilog-init-font,
15382 as it is redundant with font-lock-defaults.
15383 (verilog-mode): Alter the definition of verilog-font-lock-defaults
15384 to avoid circular calls if syntax-ppss is a function (as is the
15385 case now in 22.x GNU Emacs) as that function would sometimes call
15386 itself, leading to (nearly) infinite recursion.
15387 (verilog-ovm-begin-re, verilog-ovm-end-re)
15388 (verilog-ovm-statement-re, verilog-leap-to-head)
15389 (verilog-backward-token): Add support for OVM macros. Some are
15390 complete statements, and others open and close scopes like begin
15391 and end.
15392 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
15393 (verilog-defun-level-generate-only-re): Really fix the defun-list
15394 compilation issue.
15395 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
15396 coverpoint, constraint and cross statements.
15397 (verilog-defun-level-list, verilog-generate-defun-level-list)
15398 (verilog-all-defun-level-list): Redo these specifications - it is
15399 too hard to support eval-when compile aggregation of lists also
15400 built at when-compile time.
15401 (verilog-defun-level-list): Place defconsts of variables used in
15402 building regular expressions which are built in eval-when-compile
15403 bodies in the same eval-when-compile body to facilitate compile
15404 without load.
15405 (verilog-beg-block-re-ordered): Support indenting
15406 virtual/protected tasks and functions.
15407 (verilog-defun-level-list, verilog-in-generate-region-p)
15408 (verilog-backward-ws&directives, verilog-calc-1): Speed up
15409 indentation of some module items (generate items).
15410 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
15411 across virtual/protected tasks and functions.
15412
15413 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
15414
15415 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
15416 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
15417 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
15418 in concatenations. Reported by Yishay Belkind.
15419 (verilog-auto-ascii-enum): Support one-hot state machines in
15420 AUTOASCIIENUM. Suggested by Lloyd Gomez.
15421 (verilog-auto-inst, verilog-auto-inst-port): Include interface
15422 modport in AUTOINST and add vl-modport for users. Reported by
15423 David Rogoff.
15424 (verilog-auto-inout-module, verilog-auto-inst)
15425 (verilog-decls-get-interfaces, verilog-insert-definition)
15426 (verilog-insert-one-definition, verilog-read-decls)
15427 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
15428 (verilog-sig-modport, verilog-signals-combine-bus)
15429 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
15430 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
15431 Suggested by David Rogoff.
15432 (verilog-repair-open-comma): Fix non-insertion of comma when
15433 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
15434 (verilog-make-width-expression): Simplify [A-1:0] expression
15435 widths to just {A{1'b0}}.
15436 (verilog-mode): Cleanup checkdoc warnings.
15437 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
15438 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
15439 inputs/outputs or data type. Suggested by Vasu Kandadi.
15440 (next-error-last-buffer): Fix byte-compiler warning.
15441 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
15442 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
15443 or shell command text during AUTO expansion. Suggested by Tad Truex.
15444 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
15445 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
15446 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
15447 in AUTOINOUT. Reported by Matthew Lovell.
15448 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
15449 causing use of <= assignments. Reported by Alex Reed.
15450 (verilog-read-decls): Fix triand, trior, wand, wor to be
15451 recognized by AUTOWIRE. Reported by Spencer Isaacson.
15452 (verilog-extended-complete-re): Support import "DPI-C" functions.
15453 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
15454 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
15455 (verilog-insert-date, verilog-insert-year)
15456 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
15457 Windows systems. Reported by Michael Potts.
15458 (verilog-read-module-name): Fix AUTOINST when the child module
15459 declaration's name is a tick define. Reported by Elliot Mednick.
15460 (verilog-read-decls): Fix V2K parameter bit subscripts getting
15461 passed to next parameter's definition. Reported by Bruce T.
15462 (verilog-read-decls): Fix detecting "parameter int" when using
15463 AUTOINSTPARAM. Reported by Bruce T.
15464 (verilog-goto-defun): Fix goto not finding modules unless first
15465 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
15466 (verilog-mode): Expand -f flag arguments on entry to mode so
15467 verilog-goto-defun will work. Reported by Lawrence Butcher.
15468 (verilog-getopt): Expand environment variables in -f file
15469 arguments. Suggested by Lawrence Butcher.
15470 (verilog-set-define): Fix "Symbol's value as variable is void"
15471 when reading enumerations.
15472 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
15473 Suggested by Stephen Peltan.
15474 (verilog-read-defines): Fix reading of enumerations in include
15475 files. Reported by Steve Peltan.
15476
15477 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
15478
15479 * files.el (trash-directory): Fix defcustom type.
15480
15481 2009-06-28 Juri Linkov <juri@jurta.org>
15482
15483 * help-fns.el (describe-function-1): Correctly locate adviced
15484 functions in hyperlink (Bug#2438).
15485
15486 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
15487
15488 * files.el (trash-directory): Change default to nil.
15489 (move-file-to-trash): If trash-directory is nil and
15490 system-move-file-to-trash is unbound, perform freedesktop-style
15491 trashing.
15492
15493 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
15494
15495 * files.el (move-file-to-trash): Add freedesktop trash
15496 support (Bug#973).
15497
15498 2009-06-28 Glenn Morris <rgm@gnu.org>
15499
15500 * autorevert.el (global-auto-revert-non-file-buffers)
15501 (global-auto-revert-mode): Doc fixes.
15502
15503 2009-06-27 Johan Bockgård <bojohan@gnu.org>
15504
15505 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
15506
15507 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
15508
15509 * faces.el (x-handle-named-frame-geometry): Ensure that we have
15510 opened an X connection before calling x-get-resource (Bug#3194).
15511
15512 * play/doctor.el: Remove reference to obsolete website.
15513 (make-doctor-variables): Correct grammar mistake (Bug#2633).
15514
15515 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
15516
15517 Remove find-file-not-found-hook VC method. (Bug#2757)
15518 * vc-hooks.el (vc-file-not-found-hook)
15519 (vc-default-find-file-not-found-hook): Remove functions.
15520 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
15521 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
15522 * vc.el:
15523 * vc-hg.el:
15524 * vc-git.el: Do not mention find-file-not-found-hook VC method.
15525
15526 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
15527
15528 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
15529 compatibility function for `looking-back'.
15530
15531 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15532 Use `ispell-looking-back'.
15533
15534 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
15535
15536 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
15537 rather than `filename'.
15538
15539 2009-06-23 Miles Bader <miles@gnu.org>
15540
15541 * face-remap.el (text-scale-set): New function.
15542
15543 2009-06-23 Glenn Morris <rgm@gnu.org>
15544
15545 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
15546
15547 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
15548
15549 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
15550
15551 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
15552
15553 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15554 Simplify Persian conditionals.
15555
15556 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
15557 variable `filename'.
15558
15559 * comint.el (comint-insert-input): Doc fix.
15560
15561 * Makefile.in (ELCFILES): Fix typo in previous change.
15562
15563 2009-06-23 Miles Bader <miles@gnu.org>
15564
15565 * cus-start.el: Add entry for `recenter-redisplay'.
15566
15567 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
15568
15569 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
15570 Add an optional argument for the backend, use it instead of
15571 calling vc-backend.
15572 (vc-mode-line): Add an optional argument for the backend.
15573 Pass the backend to vc-state and vc-working-revision. Move code for
15574 special handling for vc-state being a buffer to ...
15575
15576 * vc-rcs.el (vc-rcs-find-file-hook):
15577 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
15578
15579 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
15580 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
15581 vc-stay-local-p and vc-mode-line calls.
15582
15583 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
15584 (vc-cvs-diff, vc-cvs-annotate-command)
15585 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
15586 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
15587 vc-mode-line calls.
15588
15589 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
15590 direct comparison.
15591 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
15592 backend when calling vc-mode-line.
15593 (vc-register): Do not create a closure for calling the vc register
15594 function, call it directly.
15595
15596 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
15597
15598 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
15599 to make it obvious item can be clicked.
15600
15601 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
15602
15603 2009-06-23 Kenichi Handa <handa@m17n.org>
15604
15605 * language/korea-util.el (korean-key-bindings): Change the binding
15606 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
15607 same command.
15608
15609 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
15610
15611 Sync with Tramp 2.1.16.
15612
15613 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
15614
15615 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
15616 when a loading of a package fails. Completion function for rsync
15617 is `tramp-completion-function-alist-ssh'.
15618 (all): Replace all calls of `split-string' and
15619 `tramp-split-string' by `tramp-compat-split-string'.
15620 (tramp-default-method): Use `tramp-compat-process-running-p'.
15621 (tramp-default-proxies-alist): Allow also Lisp forms.
15622 (tramp-remote-path): Add choice "Private Directories".
15623 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
15624 (tramp-domain-regexp): Allow also "-", "_" and ".".
15625 (tramp-end-of-output): Remove newlines, and add "$" at the end.
15626 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
15627 (tramp-debug-message): Insert header line in debug buffer.
15628 (tramp-handle-directory-files-and-attributes-with-stat):
15629 Care about filenames with spaces, or starting with "-".
15630 (tramp-handle-dired-uncache): New defun.
15631 (tramp-handle-insert-directory): Don't flush the directory from
15632 cache, this is handled by `dired-uncache' now.
15633 (tramp-handle-insert-file-contents): Improve error handling.
15634 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15635 Quote `tramp-end-of-output'.
15636 (tramp-action-password): Improve trace message.
15637 (tramp-check-for-regexp): Both echoes must be present, before removing.
15638 (tramp-open-connection-setup-interactive-shell): Trace coding system.
15639 (tramp-compute-multi-hops): Eval cons cells of
15640 `tramp-default-proxies-alist'.
15641 (tramp-maybe-open-connection): Use the same command pattern for
15642 first hop and further hops.
15643 (tramp-wait-for-output): Remove handling of newlines.
15644 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
15645 (tramp-split-string): Remove function. It is handled in
15646 tramp-compat now.
15647
15648 * net/tramp-cmds.el (tramp-bug):
15649 Recommend `tramp-cleanup-all-connections' in the bug mail.
15650
15651 * net/tramp-compat.el (tramp-compat-split-string)
15652 (tramp-compat-process-running-p): New defuns.
15653
15654 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
15655 for `dired-uncache'.
15656
15657 * net/tramp-gvfs.el: New package.
15658
15659 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15660 Add handler for `dired-uncache'.
15661 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
15662
15663 * net/trampver.el: Update release number. Make version check fit
15664 for SXEmacs 22.
15665
15666 2009-06-22 Jim Meyering <meyering@redhat.com>
15667
15668 Automatically handle .xz suffix (XZ-compressed files), too.
15669 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
15670 XZ is the successor to LZMA: <http://tukaani.org/xz/>
15671
15672 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
15673 Nick Roberts <nickrob@snap.net.nz>
15674
15675 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
15676 repository (http://sphinx.net.ru/hg/gdb-mi/).
15677
15678 2009-06-22 Glenn Morris <rgm@gnu.org>
15679
15680 * files.el (dir-locals-collect-mode-variables): Allow for any number of
15681 `mode' and `eval' entries. (Bug#3430)
15682
15683 * Makefile.in (ELCFILES): Add fadr.elc.
15684
15685 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
15686 differing behavior of \n and ^ in strings. (Bug#3385)
15687
15688 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
15689
15690 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
15691 property.
15692 (lisp-indent-function): Make it a defcustom.
15693
15694 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
15695
15696 * progmodes/gdb-ui.el: Replace with ...
15697 * progmodes/gdb-mi.el: ... this file.
15698 * progmodes/gud.el: Modify for gdb-mi.el.
15699
15700 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
15701
15702 * fadr.el: New file.
15703
15704 See ChangeLog.14 for earlier changes.
15705
15706 ;; Local Variables:
15707 ;; coding: utf-8
15708 ;; End:
15709
15710 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
15711
15712 This file is part of GNU Emacs.
15713
15714 GNU Emacs is free software: you can redistribute it and/or modify
15715 it under the terms of the GNU General Public License as published by
15716 the Free Software Foundation, either version 3 of the License, or
15717 (at your option) any later version.
15718
15719 GNU Emacs is distributed in the hope that it will be useful,
15720 but WITHOUT ANY WARRANTY; without even the implied warranty of
15721 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15722 GNU General Public License for more details.
15723
15724 You should have received a copy of the GNU General Public License
15725 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
15726
15727 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1