Merge changes from emacs-23 branch.
[bpt/emacs.git] / lisp / ChangeLog
1 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2
3 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
4
5 2010-08-22 Leo <sdl.web@gmail.com>
6
7 Fix buffer-list rename&refresh after after killing a buffer in ido.
8 * lisp/ido.el: Revert Óscar's.
9 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
10 Remember the buffers at head, rather than their name.
11 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
12
13 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
14 Stefan Monnier <monnier@iro.umontreal.ca>
15
16 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
17 extra backslash added to each line (bug#6890).
18
19 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20
21 * subr.el (read-key): Don't echo keystrokes (bug#6883).
22
23 2010-08-22 Glenn Morris <rgm@gnu.org>
24
25 * menu-bar.el (menu-bar-games-menu): Add landmark.
26
27 2010-08-22 Glenn Morris <rgm@gnu.org>
28
29 * align.el (align-regexp): Make group and spacing arguments
30 use the interactive defaults when non-interactive. (Bug#6698)
31
32 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
33 expansion, so as not to need sendmail.
34 (mail-text-start): Remove declaration.
35 (rmail-retry-failure): Require sendmail.
36
37 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
38
39 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
40
41 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
42
43 * progmodes/flymake.el (flymake-start-syntax-check-process):
44 Use `start-file-process' in order to let it run also on remote hosts.
45
46 2010-08-22 Kenichi Handa <handa@m17n.org>
47
48 * files.el: Add `word-wrap' as safe local variable.
49
50 2010-08-22 Glenn Morris <rgm@gnu.org>
51
52 * woman.el (woman-translate): Case matters. (Bug#6849)
53
54 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
55
56 * simple.el (kill-region): Doc fix (Bug#6787).
57
58 2010-08-22 Glenn Morris <rgm@gnu.org>
59
60 * calendar/diary-lib.el (diary-header-line-format):
61 Fit it to the window, not the frame.
62
63 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
64
65 * subr.el (ignore-errors): Add debug declaration.
66
67 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
68
69 * whitespace.el (whitespace-color-off): Remove post-command-hook
70 locally.
71
72 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
73
74 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
75
76 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
77
78 * cus-edit.el (custom-group-value-create): Add extra newline
79 before end line (Bug#6876).
80
81 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
82
83 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
84 when extending it. Before killing on the second click, check if
85 the buffer is the correct one. Doc fix.
86 (mouse-secondary-save-then-kill): Allow usage without first
87 calling mouse-start-secondary, by defaulting to point. Don't save
88 an empty secondary selection. Doc fix.
89
90 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
91
92 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
93 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
94 New version 13.0.
95 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
96 Adjust initialization.
97 (whitespace-bob-marker, whitespace-eob-marker)
98 (whitespace-buffer-changed): New vars.
99 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
100 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
101 (whitespace-post-command-hook, whitespace-display-char-on):
102 Adjust code.
103 (whitespace-looking-back, whitespace-buffer-changed): New funs.
104 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
105
106 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
107
108 * files.el (locate-file-completion-table): Only list the .el and .elc
109 extensions if there's no other choice (bug#5955).
110
111 * facemenu.el (facemenu-self-insert-data): New var.
112 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
113 New functions.
114 (facemenu-add-face): Use them.
115
116 * simple.el (blink-matching-open): Obey forward-sexp-function.
117
118 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
119
120 * simple.el (prog-mode-map): New var.
121 (prog-indent-sexp): New command.
122
123 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
124
125 * progmodes/prolog.el (smie): Require.
126
127 * emacs-lisp/smie.el (smie-default-backward-token)
128 (smie-default-forward-token): Strip properties.
129 (smie-next-sexp): Be more careful with associative operators.
130 (smie-forward-sexp-command): Generalize.
131 (smie-backward-sexp-command): Simplify.
132 (smie-closer-alist): New var.
133 (smie-close-block): New command.
134 (smie-indent-debug-log): New var.
135 (smie-indent-offset-rule): Add a few more cases.
136 (smie-indent-column): New function.
137 (smie-indent-after-keyword): Use it.
138 (smie-indent-keyword): Use it.
139 Fix up the opener code's point position.
140 (smie-indent-comment): Only applies at BOL.
141 (smie-indent-debug): New command.
142
143 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
144 declarations that are useful before running the macro.
145
146 2010-08-18 Joakim Verona <joakim@verona.se>
147
148 * image.el (imagemagick-types-inhibit): New variable.
149 (imagemagick-register-types): New function.
150 * image-mode.el (image-transform-properties): New function.
151 (image-transform-set-scale, image-transform-fit-to-height)
152 (image-transform-set-rotation, image-transform-set-resize)
153 (image-transform-fit-to-width, image-transform-fit-to-height):
154 New functions.
155 (image-toggle-display-image): Support image transforms.
156
157 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
158
159 * image.el (create-animated-image): Don't add heuristic mask to image
160 (Bug#6839).
161
162 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
163
164 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
165 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
166
167 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
168
169 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
170
171 Font-lock '...' strings, plus various simplifications and fixes.
172 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
173 (octave-font-lock-close-quotes): New function.
174 (octave-font-lock-syntactic-keywords): New var.
175 (octave-mode): Use it. Set beginning-of-defun-function.
176 (octave-mode-map): Don't override the <foo>-defun commands.
177 (octave-mode-menu): Pass it directly to easy-menu-define;
178 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
179 (octave-block-match-alist): Fix up last change so that
180 octave-close-block uses the more specific keyword.
181 (info-lookup-mode): Silence byte-compiler.
182 (octave-beginning-of-defun): Not interactive any more.
183 Optimize slightly.
184 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
185 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
186 (octave-completion-at-point-function): Make sure point is within
187 beg..end.
188 (octave-reindent-then-newline-and-indent):
189 Use reindent-then-newline-and-indent.
190 (octave-add-octave-menu): Remove.
191
192 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
193
194 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
195 (report-emacs-bug-can-use-xdg-email): New functions.
196 (report-emacs-bug): Set can-xdg-email to result of
197 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
198 \C-cm to report-emacs-bug-insert-to-mailer and add help text
199 about it.
200
201 * net/browse-url.el (browse-url-default-browser): Add cond
202 for browse-url-xdg-open.
203 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
204
205 2010-08-17 Glenn Morris <rgm@gnu.org>
206
207 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
208 (c-fontify-recorded-types-and-refs): Define for compiler.
209 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
210 before use.
211
212 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
213 Fix format call.
214
215 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
216
217 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
218 properties.
219 (tramp-handle-process-file): Call the program in a subshell, in
220 order to preserve working directory.
221 (tramp-action-password): Hide password prompt before next run.
222 (tramp-process-actions): Widen connection buffer for the trace.
223
224 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
225
226 * net/rcirc.el (rcirc-log-process-buffers): New option.
227 (rcirc-print): Use it.
228 (rcirc-generate-log-filename): New function.
229 (rcirc-log-filename-function): Change default to
230 rcirc-generate-log-filename (Bug#6828).
231
232 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
233
234 * simple.el (deactivate-mark): If select-active-regions is `only',
235 only set selection for temporarily active regions.
236
237 * cus-start.el: Change defcustom for select-active-regions.
238
239 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
240
241 * mouse.el (mouse--drag-set-mark-and-point): New function.
242 (mouse-drag-track): Use LOCATION arg to push-mark.
243 Use mouse--drag-set-mark-and-point to take click-count into
244 consideration when updating point and mark (Bug#6840).
245
246 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
247
248 * progmodes/compile.el (compilation-error-regexp-alist-alist):
249 Give the Ruby rule a lower priority than Gnu (Bug#6778).
250
251 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
252
253 * font-lock.el (lisp-font-lock-keywords-2):
254 Add combine-after-change-calls, condition-case-no-debug,
255 with-demoted-errors, and with-silent-modifications (Bug#6025).
256
257 2010-08-14 Kevin Ryde <user42@zip.com.au>
258
259 * emacs-lisp/copyright.el (copyright-update-year)
260 (copyright-update): Temporary switch-to-buffer to ensure the
261 buffer change being queried is visible (Bug#5394).
262
263 2010-08-14 Tom Tromey <tromey@redhat.com>
264
265 * progmodes/etags.el (tags-file-name): Mark safe if stringp
266 (Bug#6733).
267
268 2010-08-14 Eli Zaretskii <eliz@gnu.org>
269
270 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
271 MS-DOS. (Bug#6689)
272
273 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
274
275 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
276 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
277 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
278 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
279 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
280 Call menu-bar-set-tool-bar-position.
281
282 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
283
284 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
285 comment style (bug#6834).
286 * progmodes/scheme.el (scheme-mode-syntax-table):
287 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
288 "b" flag in "' 14b" syntax.
289
290 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
291 for (un)commenting the region and performing completion.
292 (octave-mode-menu): Use standard commands for help and completion.
293 (octave-mode-syntax-table): Support %{..%} comments (sort of).
294 (octave-mode): Use define-derived-mode.
295 Set completion-at-point-functions and don't set columns.
296 Don't disable adaptive-fill-regexp.
297 (octave-describe-major-mode, octave-comment-region)
298 (octave-uncomment-region, octave-comment-indent)
299 (octave-indent-for-comment): Remove.
300 (octave-indent-calculate): Rename from calculate-octave-indent.
301 (octave-indent-line, octave-fill-paragraph): Update caller.
302 (octave-initialize-completions): No need to make an alist.
303 (octave-completion-at-point-function): New function.
304 (octave-complete-symbol): Use it.
305 (octave-insert-defun): Use define-skeleton.
306
307 * progmodes/octave-mod.el (octave-mode): Set comment-add.
308 (octave-mode-map): Use comment-dwim (bug#6829).
309
310 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
311
312 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
313 indentation of inserted comment.
314
315 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
316
317 * faces.el (region): Add type gtk that uses gtk colors.
318
319 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
320 Handle theme-name change.
321
322 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
323
324 * progmodes/sql.el: Version 2.5
325 (sql-product-alist): Add :prompt-cont-regexp property for several
326 database products.
327 (sql-prompt-cont-regexp): New variable.
328 (sql-output-newline-count, sql-output-by-send):
329 New variables. Record number of newlines in input text.
330 (sql-send-string): Handle multiple filters and count newlines.
331 (sql-send-magic-terminator): Count terminator newline.
332 (sql-interactive-remove-continuation-prompt): Filters output to
333 remove continuation prompts; one for each newline.
334 (sql-interactive-mode): Set up new variables, prompt regexp and
335 output filter.
336 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
337 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
338
339 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
340
341 * emacs-lisp/pcase.el: New file.
342
343 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
344
345 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
346 as here-document, otherwise the command could exceed maximum
347 length of command line.
348 (tramp-handle-vc-registered): Call script accordingly.
349 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
350
351 2010-08-10 Kenichi Handa <handa@m17n.org>
352
353 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
354 composable pattern.
355
356 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
357
358 * emacs-lisp/package.el (package-version-split)
359 (package--version-first-nonzero, package-version-compare):
360 Functions removed.
361 (package-directory-list, package-load-all-descriptors)
362 (package--built-in, package-activate, define-package)
363 (package-installed-p, package-compute-transaction)
364 (package-read-all-archive-contents)
365 (package--add-to-archive-contents, package-buffer-info)
366 (package-tar-file-info, package-list-packages-internal):
367 Use version-to-list and version-list-*.
368
369 * emacs-lisp/package-x.el (package-upload-buffer-internal):
370 Use version-to-list.
371 (package-upload-buffer-internal): Use version-list-<=.
372
373 2010-08-09 Kenichi Handa <handa@m17n.org>
374
375 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
376 composable pattern.
377
378 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
379
380 * tutorial.el (tutorial--default-keys): C-d is now bound to
381 delete-forward-char (Bug#6826).
382
383 * mouse.el (mouse-drag-track): Remove accidentally-removed check
384 for `double' value of mouse-1-click-follows-link (Bug#6807).
385
386 2010-08-08 Johan Bockgård <bojohan@gnu.org>
387
388 * replace.el (replace-highlight): Bind isearch-forward and
389 isearch-error, ensuring that highlighting is updated if the user
390 switches the search direction (Bug#6808).
391
392 * isearch.el (isearch-lazy-highlight-forward): New var.
393 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
394 (isearch-lazy-highlight-update): Use it.
395
396 2010-08-08 Kenichi Handa <handa@m17n.org>
397
398 * international/mule.el (define-charset): Store NAME as :base property.
399 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
400 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
401 current priority. Force using the designation of the specific
402 charset by adding `charset' text property. Improve the whole algorithm.
403
404 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
405
406 * emulation/pc-select.el (pc-selection-mode-hook)
407 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
408 (pc-selection-mode): Fix typos in docstrings.
409
410 2010-08-08 Kenichi Handa <handa@m17n.org>
411
412 * language/cyrillic.el: Don't add "microsoft-cp1251" to
413 ctext-non-standard-encodings-alist here.
414
415 * international/mule.el (ctext-non-standard-encodings-alist):
416 Add "koi8-r" and "microsoft-cp1251".
417 (ctext-standard-encodings): New variable.
418 (ctext-non-standard-encodings-table): List only elements for
419 non-standard encodings.
420 (ctext-pre-write-conversion): Adjust for the above change.
421 Check ctext-standard-encodings.
422
423 * international/mule-conf.el (compound-text): Doc fix.
424 (ctext-no-compositions): Doc fix.
425 (compound-text-with-extensions): Doc fix.
426
427 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
428
429 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
430
431 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
432
433 * progmodes/which-func.el (which-func-format): Split help-echo text
434 into lines, like other mode-line tooltips.
435
436 * server.el (server-start): When using TCP sockets, force IPv4
437 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
438
439 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
440
441 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
442
443 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
444
445 * term.el (term-delimiter-argument-list): Reflow docstring.
446 (term-read-input-ring, term-write-input-ring, term-send-input)
447 (term-bol, term-erase-in-display, serial-supported-or-barf):
448 Fix typos in docstrings.
449
450 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
453
454 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
455
456 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
457
458 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
459
460 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
461 Fix typo in docstring (bug#6747).
462
463 2010-08-08 Leo <sdl.web@gmail.com>
464
465 * eshell/esh-io.el (eshell-get-target): Better detection of
466 read-only file (Bug#6762).
467
468 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
469
470 * align.el (align-default-spacing): Doc fix.
471 (align-region-heuristic, align-regexp): Fix typos in docstrings.
472
473 2010-08-08 Stephen Peters <speters@itasoftware.com>
474
475 * calendar/icalendar.el
476 (icalendar--split-value): Fixed splitting regexp. (Bug#6766)
477 (icalendar--get-weekday-numbers): New
478 (icalendar--convert-recurring-to-diary): Handle multiple byday
479 values in weekly rules. (Bug#6766)
480
481 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
482
483 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
484 (icalendar--create-uid, icalendar-export-region)
485 (icalendar--parse-summary-and-rest): Code formatting.
486
487 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
488
489 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
490 to italicize headers.
491 (calc-highlight-selections-with-faces): New variable.
492 (calc-selected-face, calc-nonselected-face): New faces.
493
494 * calc/calccomp.el (math-comp-highlight-string): Use
495 `calc-highlight-selections-with-faces' to determine how to highlight
496 sub-formulas.
497
498 * calc/calc-sel.el (calc-show-selections): Change message to when
499 using faces to highlight selections.
500
501 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
502
503 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
504 Add SQLite 3 keywords, functions and datatypes.
505 (sql-interactive-mode): Remove `comint-process-echoes' set to t
506 (Bug#6686).
507
508 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
509
510 * simple.el (select-active-regions): Move to keyboard.c.
511 (deactivate-mark): Used saved-region-selection.
512 (select-active-region): Function removed.
513 (activate-mark, set-mark, push-mark-command)
514 (handle-shift-selection): Don't call it.
515 (keyboard-quit): Avoid adding the region to the window selection.
516
517 * mouse.el (mouse-drag-track): Remove hacks to deal with old
518 select-active-regions implementation.
519 (mouse-yank-at-click): Doc fix.
520
521 * cus-start.el: Add custom declaration for select-active-regions.
522
523 2010-08-07 Eli Zaretskii <eliz@gnu.org>
524
525 * simple.el (delete-forward-char): Doc fix.
526
527 * tutorial.el (help-with-tutorial): Hack safe file-local variables
528 after reading the tutorial.
529
530 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
531
532 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
533 for the case that a C style comment has its delimiters alone on
534 their respective lines.
535
536 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
537
538 * net/tramp.el (tramp-handle-start-file-process): Set connection
539 property "vec".
540 (tramp-process-sentinel): Use it for flushing the cache. We
541 cannot do it via the process buffer, the buffer could be deleted
542 already when running the sentinel.
543
544 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
545
546 * comint.el (comint-mode): Make directory tracking functions
547 functional on remote files. (Bug#6764)
548
549 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
550
551 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
552
553 2010-08-05 Eli Zaretskii <eliz@gnu.org>
554
555 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
556 unexec.c => unexcoff.c.
557
558 * emacs-lisp/authors.el (authors-fixed-entries): Rename
559 unexec.c => unexcoff.c.
560
561 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
562
563 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
564 cache, not only file cache.
565 (tramp-process-sentinel): New defun.
566 (tramp-handle-start-file-process): Use it, in order to invalidate
567 file caches.
568
569 2010-08-03 Leo <sdl.web@gmail.com>
570
571 * server.el (server-start): Simplify loop.
572
573 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
574
575 * frame.el (screen-height, screen-width, set-screen-width)
576 (set-screen-height): Remove ancient compatibility aliases.
577
578 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
579 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
580
581 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
582 that change current buffer.
583
584 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
585
586 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
587 beginning of the string. Use `string-match-p'. (Bug#6765)
588
589 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
590
591 * cus-start.el (x-gtk-use-system-tooltips): New variable.
592
593 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
594
595 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
596 (package--builtins): Tweak descriptions.
597 (package-print-package): Upcase descriptions if necessary.
598 Show all built-in packages in font-lock-builtin-face.
599 (package-list-packages-internal): Omit "emacs" package.
600 Show status of built-in packages as "built-in".
601
602 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
603
604 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
605 before killing to preserve the primary selection (Bug#6701).
606
607 * term/x-win.el (x-select-text): Doc fix.
608
609 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
610
611 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
612 The following functions were modified or created:
613
614 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
615 (objc-font-lock-extra-types):
616 * progmodes/cc-mode.el (c-basic-common-init):
617 * progmodes/cc-langs.el (c-make-mode-syntax-table)
618 (c++-make-template-syntax-table)
619 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
620 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
621 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
622 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
623 * progmodes/cc-fonts.el (c-make-inverse-face)
624 (c-basic-matchers-after):
625 * progmodes/cc-engine.el (c-forward-keyword-clause)
626 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
627 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
628 (c-guess-continued-construct, c-guess-basic-syntax):
629
630 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
631
632 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
633
634 2010-07-31 Eli Zaretskii <eliz@gnu.org>
635
636 * files.el (bidi-paragraph-direction): Define safe local values.
637
638 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
639 language-info-alist. Remove outdated FIXME in a comment.
640
641 2010-07-31 Alan Mackenzie <acm@muc.de>
642
643 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
644 Auto-fill broken in C/C++ modes.
645
646 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
647
648 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
649 (menu-bar-showhide-tool-bar-menu-customize-disable)
650 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
651 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
652 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
653 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
654 make a menu for Options => toolbar that can move it.
655
656 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
657
658 * emacs-lisp/package-x.el (package--make-rss-entry):
659 (package-maint-add-news-item, package--update-news)
660 (package-upload-buffer-internal): New arg ARCHIVE-URL.
661
662 * emacs-lisp/package.el (package-archive-url): Rename from
663 package-archive-id.
664 (package-install): Doc fix.
665 (package-download-single, package-download-tar, package-install)
666 (package-menu-view-commentary): Callers changed.
667
668 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
669
670 * net/tramp.el (tramp-handle-start-file-process): Check only for
671 `remote-tty' process property.
672 (tramp-open-shell): Don't check for tty.
673 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
674 process property.
675
676 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
677 host.
678
679 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
680
681 * emacs-lisp/package.el (package-load-list, package-archives)
682 (package-archive-contents, package-user-dir)
683 (package-directory-list, package--builtins, package-alist)
684 (package-activated-list, package-obsolete-alist): Mark as risky.
685
686 2010-07-28 Phil Hagelberg <phil@evri.com>
687
688 Add support for non-default package repositories.
689 * emacs-lisp/package.el (package-archive-base): Var deleted.
690 (package-archives): New variable.
691 (package-archive-contents): Doc fix.
692 (package-load-descriptor): Do nothing if descriptor file is missing.
693 (package--write-file-no-coding): New function.
694 (package-unpack-single): Use it.
695 (package-archive-id): New function.
696 (package-download-single, package-download-tar)
697 (package-menu-view-commentary): Use it.
698 (package-installed-p): Make second argument optional.
699 (package-read-all-archive-contents): New function.
700 (package-initialize): Use it.
701 (package-read-archive-contents): Add ARCHIVE argument.
702 (package--add-to-archive-contents): New function.
703 (package-install): Don't call package-read-archive-contents.
704 (package--download-one-archive): Store archive file in a
705 subdirectory of package-user-dir.
706 (package-menu-execute): Remove spurious line movement.
707
708 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
709
710 * cus-start.el (tool-bar-style): Add text-image-horiz.
711
712 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
713
714 * progmodes/gud.el (gud-common-init): Check for remoteness of
715 `file', and not of `default-directory'.
716
717 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
718
719 * net/tramp.el (tramp-methods): Move hostname to the end in all
720 ssh `tramp-login-args'.
721 (tramp-verbose): Describe verbose level 9.
722 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
723 (tramp-open-connection-setup-interactive-shell): Trace stty
724 settings if `tramp-verbose' >= 9.
725 (tramp-handle-start-file-process): Implement tty setting.
726 (Bug#4604, Bug#6360)
727
728 * net/tramp-cmds.el (tramp-bug): Recommend setting of
729 `tramp-verbose' to 9.
730
731 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
732
733 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
734 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
735 Remove references to package `lisp-re' (bug#4369).
736
737 2010-07-27 Tom Tromey <tromey@redhat.com>
738
739 * progmodes/js.el (js-mode):
740 * progmodes/make-mode.el (makefile-mode):
741 * progmodes/simula.el (simula-mode):
742 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
743
744 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
745
746 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
747
748 * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
749
750 * time.el (display-time-day-and-date): Remove spurious * in docstring.
751 (display-time-world-buffer-name, display-time-world-mode-map):
752 Fix typos in docstrings.
753
754 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
755
756 * image-mode.el (image-display-size): New function.
757 (image-forward-hscroll, image-next-line, image-eol, image-eob)
758 (image-mode-fit-frame): Use it (Bug#6639).
759
760 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
761
762 * dired.el (dired-buffers-for-dir): Handle list values of
763 dired-directory (Bug#6636).
764
765 2010-07-26 Sam Steingold <sds@gnu.org>
766
767 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
768 Do not call `x-get-selection' the second time, reuse the value.
769
770 2010-07-26 Daiki Ueno <ueno@unixuser.org>
771
772 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
773 which consist of control chars only. Suggested by Richard Stallman.
774
775 2010-07-25 Daiki Ueno <ueno@unixuser.org>
776
777 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
778 exists before passing an error to find-file-not-found-functions
779 (bug#6723).
780
781 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
782
783 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
784 Remove leading nil element, adjust values.
785 (tetris-shapes, tetris-shape-scores):
786 Change representation of shapes and remove some redundancy.
787 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
788 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
789 Adjust for working with new representation of shapes.
790 (tetris-shape-rotations): New function.
791 (tetris-move-bottom, tetris-move-left, tetris-move-right)
792 (tetris-rotate-prev, tetris-rotate-next):
793 Adjust for working with the new version of tetris-test-shape.
794
795 2010-07-23 Markus Triska <markus.triska@gmx.at>
796
797 * progmodes/ps-mode.el: Use comint (bug#5954).
798 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
799 (ps-mode-other-newline): Simplify.
800 (ps-run-mode): Derive from comint-mode instead of
801 fundamental-mode, yielding input history etc.
802 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
803 (ps-run-send-string): Adapt for comint-mode.
804 (ps-run-newline): Remove now unneeded function.
805
806 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
807
808 * net/tramp.el (tramp-methods): Move hostname to the end in all
809 plink `tramp-login-args'.
810
811 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
812
813 * net/tramp.el (tramp-open-shell): New defun.
814 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
815 Use it.
816
817 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
818
819 * net/tramp.el (tramp-file-name-regexp-unified)
820 (tramp-completion-file-name-regexp-unified): On W32 systems, do
821 not regard the volume letter as remote filename. (Bug#5447)
822
823 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
824
825 * custom.el (custom-declare-variable): Give a clearer error message
826 when the docstring is missing (bug#6476).
827
828 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
829
830 * progmodes/sql.el: Version 2.4. Improved Login prompting.
831 (sql-login-params): New widget definition.
832 (sql-oracle-login-params, sql-mysql-login-params)
833 (sql-solid-login-params, sql-sybase-login-params)
834 (sql-informix-login-params, sql-ingres-login-params)
835 (sql-ms-login-params, sql-postgres-login-params)
836 (sql-interbase-login-params, sql-db2-login-params)
837 (sql-linter-login-params): Use it.
838 (sql-sqlite-login-params): Use it; Define "database" parameter as
839 a file name.
840 (sql-sqlite-program): Change to "sqlite3".
841 (sql-comint-sqlite): Make sure database name is complete.
842 (sql-for-each-login): New function.
843 (sql-connect, sql-save-connection): Use it.
844 (sql-get-login-ext): New function.
845 (sql-get-login): Use it.
846 (sql-make-alternate-buffer-name): Handle :file parameters.
847
848 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
849
850 * dired.el (dired-no-confirm): Document value t and fix defcustom to
851 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
852
853 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
854
855 * dired.el (dired-mode-map): Use command remapping (bug#6632).
856
857 2010-07-22 Lawrence Mitchell <wence@gmx.li>
858
859 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
860
861 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
862
863 * net/tramp.el (tramp-get-ls-command)
864 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
865 instead of "/".
866
867 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
868
869 * progmodes/sql.el: Version 2.3.
870 (sql-connection-alist): Changed keys from symbols to strings;
871 enhanced the widget definition.
872 (sql-mode-menu): Added submenu to select connections.
873 (sql-interactive-mode-menu): Added "Save Connection" item.
874 (sql-add-product): Fixed menu item.
875 (sql-get-product-feature): Improved error handling.
876 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
877 (sql-make-alternate-buffer-name): Simplified.
878 (sql-product-interactive): Handle missing product.
879 (sql-connect): Support string keys, minor improvements.
880 (sql-save-connection): New function.
881 (sql-connection-menu-filter): New function.
882
883 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
884
885 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
886 (tramp-open-connection-setup-interactive-shell): Apply
887 workaround for IRIX64 bug. Move argument of last
888 `tramp-send-command' where it belongs to.
889
890 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
891
892 * net/tramp.el (tramp-perl-file-attributes)
893 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
894 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
895 front of `login-args'.
896
897 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
898
899 * time.el (display-time-world-mode): Define with `define-derived-mode'.
900 Set `show-trailing-whitespace' to nil.
901 (display-time-world-display): Simplify.
902
903 2010-07-18 Alan Mackenzie <acm@muc.de>
904
905 Enhance `c-file-style' in file/directory local variables.
906 * progmodes/cc-mode.el (c-count-cfss): New function.
907 (c-before-hack-hook): Call `c-set-style' differently according to
908 whether c-file-style was set in file or directory local
909 variables.
910
911 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
912
913 * progmodes/sql.el: Version 2.2.
914 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
915 defcustom :safe keyword rather than putting safe-local-variable
916 property.
917 (sql-password): Use defcustom :risky keyword rather than putting
918 risky-local-variable property.
919 (sql-oracle-login-params, sql-sqlite-login-params)
920 (sql-solid-login-params, sql-sybase-login-params)
921 (sql-informix-login-params, sql-ingres-login-params)
922 (sql-ms-login-params, sql-postgres-login-params)
923 (sql-interbase-login-params, sql-db2-login-params)
924 (sql-linter-login-params): Add `port' option.
925 (sql-get-product-feature): Added NO-INDIRECT parameter.
926 (sql-comint-oracle, sql-comint-sybase)
927 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
928 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
929 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
930 (sql-comint-linter): Renamed sql-connect-* functions to
931 sql-comint-*.
932 (sql-product-alist, sql-mode-menu): Renamed as above and
933 :sqli-connect-func to :sqli-comint-func.
934 (sql-connection): New variable.
935 (sql-interactive-mode): Set it.
936 (sql-connection-alist): New variable.
937 (sql-connect): New function.
938 (sql--alt-buffer-part, sql--alt-if-not-empty)
939 (sql-make-alternate-buffer-name): Improved alternative buffer name.
940
941 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
942
943 * image-mode.el (image-bookmark-make-record): Do not set context
944 in an image (Bug#6650).
945
946 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
947
948 * simple.el (select-active-region): New function.
949 (push-mark-command, set-mark, activate-mark)
950 (handle-shift-selection): Use it.
951 (deactivate-mark): Don't check for size of region.
952
953 * mouse.el (mouse-drag-track): Use select-active-region.
954
955 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
956
957 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
958 "--dired" stronger.
959
960 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
961
962 * term/x-win.el (x-select-enable-primary): Change default to nil.
963 (x-select-enable-clipboard): Add :version keyword.
964
965 * mouse.el (mouse-drag-copy-region):
966 * simple.el (select-active-regions): Likewise.
967
968 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
969
970 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
971 (vc-coding-system-for-diff): Use it to decide whether to inherit
972 from the file the EOL format for reading the diffs of that file.
973 (Bug#4451)
974
975 2010-07-16 Eli Zaretskii <eliz@gnu.org>
976
977 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
978 unibyte, so compressed attachments are not compressed again.
979
980 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
981
982 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
983 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
984 (tramp-find-shell): Simplify setting connection property.
985 (tramp-get-ls-command): Make test for "--color=never" stronger.
986
987 2010-07-15 Simon South <ssouth@member.fsf.org>
988
989 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
990 blocks within record declarations (i.e. variant parts) correctly.
991
992 2010-07-15 Simon South <ssouth@member.fsf.org>
993
994 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
995 over literal tokens when parsing so newlines aren't "absorbed" by
996 single-line comments. Corrects the indentation of case blocks
997 that have a comment on the first line.
998
999 2010-07-14 Karl Fogel <kfogel@red-bean.com>
1000
1001 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
1002 by Drew Adams (Bug#5504).
1003
1004 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1005
1006 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1007 now that Unicode is used (Bug#6594).
1008
1009 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
1010
1011 * term/x-win.el (x-select-enable-clipboard): Default to t.
1012 (x-initialize-window-system): Don't overwrite Paste menu item.
1013
1014 * simple.el (select-active-regions): Default to t.
1015 (push-mark-command): Don't overwrite primary with empty string.
1016
1017 * mouse.el: Bind mouse-2 to mouse-yank-primary.
1018 (mouse-drag-copy-region): Default to nil.
1019
1020 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
1021 Cut/Copy/Paste menu bar items.
1022
1023 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1024
1025 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1026 Patch applied by Karl Fogel.
1027
1028 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
1029 and `bookmark-current-buffer' if they have been already set in
1030 another buffer (e.g gnus-art).
1031
1032 2010-07-13 Karl Fogel <kfogel@red-bean.com>
1033 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1034
1035 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
1036
1037 * bookmark.el (bookmark-make-record-default): Allow unneeded
1038 information to be omitted from the record.
1039
1040 Adjust declarations and calls:
1041
1042 * info.el (bookmark-make-record-default): Adjust declaration.
1043 (Info-bookmark-make-record): Adjust call.
1044
1045 * woman.el (bookmark-make-record-default): Adjust declaration.
1046 (woman-bookmark-make-record): Adjust call.
1047
1048 * man.el (bookmark-make-record-default): Adjust declaration.
1049 (Man-bookmark-make-record): Adjust call.
1050
1051 * image-mode.el (bookmark-make-record-default): Adjust declaration.
1052
1053 * doc-view.el (bookmark-make-record-default): Adjust declaration.
1054
1055 2010-07-13 Karl Fogel <kfogel@red-bean.com>
1056
1057 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
1058 This is also from Thierry Volpiatto's patch in bug #6444. However,
1059 because it was extraneous to the functional change in that patch,
1060 and causes a re-indendation, I am committing it separately.
1061
1062 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1063
1064 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
1065 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
1066 Patch applied by Karl Fogel (Bug#6444).
1067
1068 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
1069
1070 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
1071
1072 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
1073
1074 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
1075 Dempsky; bug#5084). Remove incorrect binding for S-tab.
1076 (ns-alternatives-map): Change S-tab binding to backtab
1077 (bug#6616).
1078
1079 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
1080 under ns.
1081
1082 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1083
1084 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
1085 (Bug#5806)
1086
1087 * language/tv-util.el (tai-viet-re): Remove format.
1088
1089 2010-07-12 Kenichi Handa <handa@m17n.org>
1090
1091 * language/hebrew.el: Remove no-byte-compile declaration.
1092 Change coding: tag to utf-8. Register hebrew-shape-gstring in
1093 composition-function-table for 3-character looking back.
1094 (hebrew-font-get-precomposed): New function.
1095 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
1096
1097 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
1098
1099 * mouse.el (mouse-drag-track): Handle select-active-regions
1100 (Bug#6612).
1101
1102 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
1103
1104 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1105 empty argument to gvfs-copy.
1106
1107 2010-07-10 Glenn Morris <rgm@gnu.org>
1108
1109 * calendar/calendar.el (calendar-week-end-day): New function.
1110 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1111 Respect calendar-week-start-day. (Bug#6606)
1112 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1113 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1114 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1115 respect calendar-week-start-day.
1116
1117 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
1118
1119 * simple.el (use-region-p): Doc fix (Bug#6607).
1120
1121 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
1122
1123 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
1124 regexps for cucumber and ruby.
1125
1126 2010-07-08 Daiki Ueno <ueno@unixuser.org>
1127
1128 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
1129 (epa-file-insert-file-contents): Hack to prevent
1130 find-file from opening empty buffer when decryption failed
1131 (bug#6568).
1132
1133 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
1134
1135 * textmodes/ispell.el (ispell-alternate-dictionary):
1136 Use file-readable-p.
1137 Return nil if no word-list is found at default locations.
1138 (ispell-complete-word-dict): Default to nil.
1139 (ispell-command-loop): Use 'word-list' when using lookup-words.
1140 (lookup-words): Use ispell-complete-word-dict or
1141 ispell-alternate-dictionary. Check for word-list availability
1142 and handle errors if needed with better messages (Bug#6539).
1143 (ispell-complete-word): Use ispell-complete-word-dict or
1144 ispell-alternate-dictionary.
1145
1146 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1147
1148 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1149 builtins (BufferError, BytesWarning, WindowsError; callables
1150 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1151
1152 2010-07-07 Glenn Morris <rgm@gnu.org>
1153
1154 * play/zone.el (top-level): Do not require timer, tabify, or cl.
1155 (zone-shift-left): Ignore intangibility, and any errors from
1156 forward-char.
1157 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
1158 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
1159 deleting, and copying text properties.
1160 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
1161 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
1162 to point-max is hard.
1163 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
1164 (zone-fill-out-screen): Ignore intangibility.
1165
1166 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
1167
1168 * menu-bar.el (menu-bar-mode):
1169 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
1170 if it has been set.
1171
1172 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
1173 word/line selection (Bug#6565).
1174
1175 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
1176
1177 * net/dbus.el (dbus-send-signal): Declare function.
1178
1179 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
1180
1181 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
1182 (dbus-register-property): New optional argument EMITS-SIGNAL.
1183 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
1184
1185 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
1186
1187 * mouse.el (mouse-drag-overlay): Variable deleted.
1188 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
1189 (mouse--remap-link-click-p): New function.
1190 (mouse-drag-track): Handle dragging by using temporary Transient
1191 Mark mode, instead of a special overlay.
1192 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
1193 mouse-show-mark.
1194
1195 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
1196 deleted.
1197
1198 2010-07-02 Juri Linkov <juri@jurta.org>
1199
1200 * autoinsert.el (auto-insert-alist): Fix readability
1201 by using dotted pair notation for lambda.
1202
1203 2010-07-02 Juri Linkov <juri@jurta.org>
1204
1205 * faces.el (read-face-name): Rename arg `string-describing-default'
1206 to `default'. Doc fix. Display the default value in quotes
1207 in the prompt. With empty input, return the `default' arg,
1208 unless the default value is a string (in which case return nil).
1209 (describe-face): Replace the string `default' arg of `read-face-name'
1210 with the symbol `default'.
1211
1212 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
1213
1214 * emulation/viper-cmd.el (viper-delete-backward-char)
1215 (viper-del-backward-char-in-insert)
1216 (viper-del-backward-char-in-replace, viper-change)
1217 (viper-backward-indent): Replace delete-backward-char with
1218 delete-char (Bug#6552).
1219
1220 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
1221
1222 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
1223
1224 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1225
1226 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
1227 argument passed to frame-creation-function (Bug#5378).
1228
1229 * faces.el (x-handle-named-frame-geometry)
1230 (x-handle-reverse-video, x-create-frame-with-faces)
1231 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
1232 separately consult default-frame-alist. It is now passed as the
1233 PARAMETER argument.
1234
1235 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
1236
1237 * startup.el (command-line): Don't call tool-bar-setup in a
1238 tty-only build.
1239
1240 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1241
1242 * ruler-mode.el (ruler--save-header-line-format): New fun.
1243 (ruler-mode): Use it as a setter function, so as not to overwrite
1244 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
1245
1246 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
1247
1248 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
1249 (vc-root-diff, vc-print-root-log, vc-log-incoming)
1250 (vc-log-outgoing): Use it.
1251 (vc-diff-internal): Set diff-vc-backend.
1252
1253 * vc/diff-mode.el (diff-vc-backend): New var.
1254
1255 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
1256
1257 * dynamic-setting.el (font-setting-change-default-font): Remove
1258 call to message.
1259
1260 2010-06-28 Kenichi Handa <handa@m17n.org>
1261
1262 * international/quail.el (quail-insert-kbd-layout): Fix the
1263 showing of untranslated characters.
1264
1265 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
1266
1267 * simple.el (delete-active-region): New option.
1268 (delete-backward-char): Implement in Lisp.
1269 (delete-forward-char): New command.
1270
1271 * mouse.el (mouse-region-delete-keys): Deleted.
1272 (mouse-show-mark): Simplify.
1273
1274 * bindings.el (global-map): Bind delete and DEL, the former to
1275 delete-forward-char.
1276
1277 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
1278
1279 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
1280 (ruby-mode): Bind indent-line-function (Bug#5119).
1281
1282 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
1283
1284 * startup.el (command-line): Recognize "0" X resource value.
1285
1286 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
1287
1288 * startup.el (command-line): Use X resources to set the value of
1289 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
1290
1291 * menu-bar.el (menu-bar-mode):
1292 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
1293 Set init-value to t.
1294
1295 * frame.el (frame-notice-user-settings): Don't change
1296 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
1297 vice versa (Bug#2249).
1298
1299 2010-06-26 Eli Zaretskii <eliz@gnu.org>
1300
1301 * w32-fns.el (w32-convert-standard-filename): Doc fix.
1302
1303 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
1304
1305 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
1306 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
1307
1308 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
1309 default directories are expanded (Bug#6143).
1310
1311 2010-06-24 Juri Linkov <juri@jurta.org>
1312
1313 * minibuffer.el (completions-format): Change default from nil to
1314 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
1315
1316 2010-06-24 Juri Linkov <juri@jurta.org>
1317
1318 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
1319 buffer-locally to lambda that re-runs the vc diff command.
1320 (Bug#6447)
1321
1322 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
1323
1324 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
1325 echo area is in use (Bug#3412).
1326
1327 2010-06-22 Glenn Morris <rgm@gnu.org>
1328
1329 * textmodes/texinfmt.el (texinfo-format-region)
1330 (texinfo-raise-lower-sections, texinfo-format-separate-node)
1331 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
1332 (texinfo-format-option, texinfo-noindent):
1333 Use line-beginning-position and line-end-position.
1334
1335 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
1336 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
1337 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
1338 utf-8 characters.
1339
1340 2010-06-21 Karl Fogel <kfogel@red-bean.com>
1341
1342 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1343 forward-line fallout.
1344
1345 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
1346
1347 * mouse.el (mouse-appearance-menu): Add docstring.
1348
1349 * help.el (describe-key): Print up-event using key-description.
1350
1351 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
1352
1353 * net/zeroconf.el (zeroconf-resolve-service)
1354 (zeroconf-service-resolver-handler): Use
1355 `dbus-byte-array-to-string'.
1356 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1357
1358 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1359
1360 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1361
1362 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1363
1364 Avoid displaying files with a nil state in vc-dir.
1365 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1366 cases that cause insertion.
1367 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1368 with a nil state.
1369
1370 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1371
1372 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1373
1374 2010-06-29 Leo <sdl.web@gmail.com>
1375
1376 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
1377
1378 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1379
1380 * generic-x.el (bat-generic-mode): Fix regexp for command line
1381 switches (Bug#5719).
1382
1383 2010-06-27 Masatake YAMATO <yamato@redhat.com>
1384
1385 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1386 of nconc to avoid pure storage error (Bug#6239).
1387
1388 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
1389
1390 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1391 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1392 bindings of bookmark-automatically-show-annotations (Bug#6515).
1393
1394 2010-06-25 Eli Zaretskii <eliz@gnu.org>
1395
1396 * arc-mode.el (archive-zip-extract): Don't quote the file name on
1397 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
1398
1399 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
1400
1401 * comint.el (make-comint, make-comint-in-buffer): Mention return
1402 value in the docstrings. (Bug#6498)
1403
1404 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
1405
1406 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1407 since it is not present when using some non-default switches.
1408
1409 2010-06-23 Karl Fogel <kfogel@red-bean.com>
1410
1411 * simple.el (compose-mail): Fix doc string to refer to
1412 `compose-mail-user-agent-warnings', instead of to the
1413 nonexistent `compose-mail-check-user-agent'.
1414
1415 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
1416
1417 Fix an indentation bug:
1418
1419 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
1420 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
1421 of existing values.
1422
1423 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
1424 (c-clear->-pair-props-if-match-before): now return t when they've
1425 cleared properties, nil otherwise.
1426 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
1427 by taking account of the existing value.
1428
1429 * progmodes/cc-defs.el
1430 (c-clear-char-property-with-value-function): Fix this to clear the
1431 property rather than overwriting it with nil.
1432
1433 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
1434
1435 * emacs-lisp/package.el (package-print-package): Add link to
1436 package description via describe-package.
1437 (describe-package-1): List package requirements. Add button to
1438 perform installation.
1439 (package-menu-describe-package): New command.
1440
1441 * help-mode.el (help-package): New button type.
1442
1443 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
1444
1445 * emacs-lisp/package.el: Move package-list-packages binding to
1446 menu-bar.el.
1447 (describe-package, describe-package-1, package--dir): New funs.
1448 (package-activate-1): Use package--dir.
1449
1450 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
1451
1452 * help-mode.el (help-package-def): New button type.
1453
1454 * menu-bar.el: Move package-list-packages binding here from
1455 package.el.
1456
1457 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
1458
1459 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
1460
1461 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1462
1463 * emacs-lisp/edebug.el (edebug-read-list):
1464 Phase out old-style backquotes.
1465
1466 2010-06-17 Juri Linkov <juri@jurta.org>
1467
1468 * help-mode.el (help-mode): Set buffer-local variable
1469 revert-buffer-function to help-mode-revert-buffer.
1470 (help-mode-revert-buffer): New function.
1471
1472 * info.el (Info-revert-find-node): Check for major-mode Info-mode
1473 before popping to "*info*" (like in other Info functions).
1474 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
1475 old-history-forward. Pop to old-buffer-name or "*info*" to
1476 recreate the killed buffer. Set Info-history-forward from
1477 old-history-forward.
1478 (Info-breadcrumbs-depth): Add :group and :version.
1479
1480 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
1481
1482 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
1483
1484 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
1485
1486 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
1487 for languages like Portuguese with pt_{BR,PT} and no plain pt.
1488
1489 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
1490
1491 * emacs-lisp/package.el (package-menu-mode-map):
1492 Move initialization into declaration.
1493
1494 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
1495
1496 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
1497
1498 * emacs-lisp/package.el (package-archive-base): Point to
1499 elpa.gnu.org.
1500 (package-enable, package-load-list): New defcustoms.
1501 (package-user-dir, package-directory-list): Turn into defcustoms.
1502 Don't include package-user-dir in package-directory-list.
1503 (package--builtins-base): Don't include Emacs as a "package".
1504 (package-subdirectory-regexp): New var.
1505 (package-load-all-descriptors, package-compute-transaction)
1506 (package-download-transaction): Obey package-load-list.
1507 (package-activate-1): Rename from package-do-activate.
1508 (package-list-packages-internal): Check package-load-list.
1509 (package-load-descriptor, package-generate-autoloads)
1510 (package-unpack, package-unpack-single)
1511 (package--read-archive-file, package-delete): Use
1512 expand-file-name.
1513
1514 * emacs-lisp/package-x.el: New file. Package uploading
1515 functionality split out from package.el.
1516
1517 * startup.el (command-line): Load packages after reading init
1518 file.
1519
1520 2010-06-17 Tom Tromey <tromey@redhat.com>
1521
1522 * emacs-lisp/package.el: New file.
1523
1524 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1525
1526 Fix vc-annotate for renamed files when using Git.
1527 * vc-git.el (vc-git-find-revision): Deal with empty results from
1528 ls-files. Doe not pass the object as a file name to cat-file, it
1529 is not a file name.
1530 (vc-git-annotate-command): Pass the file name using -- to avoid
1531 ambiguity with the revision.
1532 (vc-git-previous-revision): Pass a relative file name.
1533
1534 2010-06-22 Glenn Morris <rgm@gnu.org>
1535
1536 * progmodes/js.el (js-mode-map): Use standard capitalization and
1537 ellipses for menu entries.
1538
1539 * wid-edit.el (widget-complete): Doc fix.
1540
1541 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
1542
1543 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1544
1545 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1546
1547 Fix annotating other revisions for renamed files in vc-annotate.
1548 * vc-annotate.el (vc-annotate): Add an optional argument for the
1549 VC backend. Use it when non-nil.
1550 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
1551 (Bug#6487)
1552
1553 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1554 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1555 Do not pass the file name to the 'previous-revision call when we
1556 don't want a file diff. (Bug#6489)
1557
1558 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1559
1560 Fix finding revisions for renamed files in vc-annotate.
1561 * vc.el (vc-find-revision): Add an optional argument for
1562 the VC backend. Use it when non-nil.
1563 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1564 backend to vc-find-revision. (Bug#6487)
1565
1566 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1567
1568 Fix reading file names in Git annotate buffers.
1569 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
1570 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
1571
1572 2010-06-20 Alan Mackenzie <acm@muc.de>
1573
1574 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1575 in file local variables, set it first.
1576
1577 2010-06-19 Glenn Morris <rgm@gnu.org>
1578
1579 * descr-text.el (describe-char-unicode-data): Insert separating
1580 space when needed. (Bug#6422)
1581
1582 * progmodes/idlwave.el (idlwave-action-and-binding):
1583 Fix typo in 2009-12-03 change. (Bug#6450)
1584
1585 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1586
1587 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
1588 handling for `lambda' (misunderstanding).
1589
1590 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
1591
1592 * calc/calc-poly.el (math-accum-factors): Make sure that
1593 constants aren't distributed after they are factored out.
1594
1595 2010-06-16 Juri Linkov <juri@jurta.org>
1596
1597 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
1598 `list-colors-print'. (Bug#6332)
1599
1600 * subr.el (read-quoted-char): Fix up last change (bug#6290).
1601
1602 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1603
1604 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
1605 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
1606
1607 * font-lock.el (font-lock-major-mode): Rename from
1608 font-lock-mode-major-mode to distinguish it from
1609 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1610 (font-lock-set-defaults):
1611 * font-core.el (font-lock-default-function): Adjust users.
1612 (font-lock-mode): Don't set it at all.
1613
1614 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1615
1616 * vc-annotate.el (vc-annotate): Use vc-read-revision.
1617
1618 2010-06-16 Glenn Morris <rgm@gnu.org>
1619
1620 * calendar/appt.el (appt-time-msg-list): Doc fix.
1621 (appt-check): Let-bind appt-warn-time.
1622 (appt-add): Make the 3rd argument optional.
1623 Simplify argument names. Doc fix. Check for integer WARNTIME.
1624 Only add WARNTIME to the output list if non-nil.
1625
1626 2010-06-16 Ivan Kanis <apple@kanis.eu>
1627
1628 * calendar/appt.el (appt-check): Let the 3rd element of
1629 appt-time-msg-list specify the warning time.
1630 (appt-add): Add new argument with the warning time. (Bug#5176)
1631
1632 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1633
1634 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1635 older than version 1.6. (Bug#6361)
1636
1637 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
1638
1639 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1640 used by cl-do-arglist. (Bug#6408)
1641
1642 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
1643
1644 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
1645 portuguese casechars/not-casechars for missing 'çÇ'.
1646 Suggested by Rolando Pereira (bug#6434).
1647
1648 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
1649
1650 * facemenu.el (list-colors-sort): Doc fix.
1651
1652 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1653
1654 * progmodes/sql.el (sql-connect-mysql): Fix typo.
1655
1656 2010-06-14 Juri Linkov <juri@jurta.org>
1657
1658 Add sort option `list-colors-sort'. (Bug#6332)
1659 * facemenu.el (color-rgb-to-hsv): New function.
1660 (list-colors-sort): New defcustom.
1661 (list-colors-sort-key): New function.
1662 (list-colors-display): Doc fix. Sort list according to the option
1663 `list-colors-sort'.
1664 (list-colors-print): Add HSV values to `help-echo' property of
1665 RGB strings.
1666
1667 2010-06-14 Juri Linkov <juri@jurta.org>
1668
1669 * compare-w.el: Move to the "vc" subdirectory.
1670
1671 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1672
1673 * image-mode.el (image-mode-map): Remap left-char and right-char.
1674
1675 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
1676
1677 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
1678
1679 * term/common-win.el (x-colors): Add all the color names defined
1680 in rgb.txt (Bug#6332).
1681
1682 * facemenu.el (list-colors-print): Don't print extra names if it
1683 will overflow the window width.
1684
1685 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
1686 change (Bug#6343).
1687
1688 2010-06-12 Eli Zaretskii <eliz@gnu.org>
1689
1690 * files.el (make-directory): Doc fix (bug#6396).
1691
1692 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
1693
1694 * net/tramp.el (tramp-remote-process-environment): Protect version
1695 string by apostroph.
1696 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1697 XEmacs.
1698 (tramp-file-name-for-operation): Add `call-process-region'.
1699 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1700
1701 * net/tramp-compat.el (top): Do not autoload
1702 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1703 only when `start-file-process' is not bound.
1704 (tramp-advice-file-expand-wildcards): Do not use
1705 `tramp-handle-file-remote-p'.
1706 (tramp-compat-make-temp-file): Handle the case, that
1707 `make-temp-file' has no third argument EXTENSION.
1708
1709 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
1710
1711 * makefile.w32-in (WINS_BASIC): Include new directory vc.
1712
1713 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
1714
1715 2010-06-11 Juri Linkov <juri@jurta.org>
1716
1717 * finder.el (finder-known-keywords): Add keyword "vc"
1718 for version control.
1719
1720 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
1721 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
1722 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
1723 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
1724
1725 2010-06-11 Juri Linkov <juri@jurta.org>
1726
1727 Move version control related files to the "vc" subdirectory.
1728 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
1729 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
1730 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
1731 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
1732 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
1733 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
1734 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
1735 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
1736 Move files to the "vc" subdirectory.
1737
1738 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
1739
1740 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
1741 (Bug#6367).
1742
1743 2010-06-11 Stephen Eglen <stephen@gnu.org>
1744
1745 * shell.el: Bind `shell-resync-dirs' to M-RET.
1746
1747 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
1748
1749 * notifications.el: Move file from lisp/net, because it is
1750 supposed to talk locally to the user.
1751
1752 2010-06-10 Julien Danjou <julien@danjou.info>
1753
1754 * net/notifications.el (notifications-on-action-signal)
1755 (notifications-on-closed-signal): Pass notification id as first
1756 argument to the callback functions. Add docstrings.
1757 (notifications-notify): Fix docstring.
1758
1759 2010-06-10 Glenn Morris <rgm@gnu.org>
1760
1761 * emacs-lisp/authors.el (authors-ignored-files)
1762 (authors-valid-file-names): Add some files.
1763
1764 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1765
1766 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
1767 merge conflict, giving preference to the emacs-23 version of the code.
1768
1769 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 * emacs-lisp/advice.el (ad-compile-function):
1772 Define warning-suppress-types before we let-bind it (bug#6275).
1773
1774 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1775 declare it, make it buffer-local and permanent-local (bug#6324).
1776 (vc-resynch-window): Adjust name.
1777 * vc-hooks.el (vc-find-file-hook): Adjust name.
1778
1779 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
1780
1781 * net/notifications.el (notifications-notify): Fix docstring.
1782
1783 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
1784
1785 Update to Unicode 6.0.0 beta.
1786 * international/charprop.el: Update copyright.
1787 * international/mule-cmds.el (ucs-names): Update character ranges.
1788 * international/uni-bidi.el:
1789 * international/uni-category.el:
1790 * international/uni-combining.el:
1791 * international/uni-comment.el:
1792 * international/uni-decimal.el:
1793 * international/uni-decomposition.el:
1794 * international/uni-digit.el:
1795 * international/uni-lowercase.el:
1796 * international/uni-mirrored.el:
1797 * international/uni-name.el:
1798 * international/uni-numeric.el:
1799 * international/uni-old-name.el:
1800 * international/uni-titlecase.el:
1801 * international/uni-uppercase.el: Regenerate.
1802
1803 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
1804
1805 * emacs-lisp/smie.el (comment-string-strip): Declare function.
1806 (smie-precs-precedence-table): Fix typo in docstring.
1807
1808 * vc-mtn.el (log-edit-extract-headers): Declare function.
1809
1810 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
1811
1812 * net/notifications.el (dbus-register-signal): Declare function.
1813 (notifications-notify): Fix typos and reflow docstring.
1814
1815 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1816
1817 Improve VC create/retrieve tag/branch.
1818 * vc.el (vc-create-tag): Do not read the directory name for VCs
1819 with repository revision granularity. Adjust the tag/branch
1820 prompt. Reset VC properties.
1821 (vc-retrieve-tag): Do not read the directory name for VCs
1822 with repository revision granularity. Reset VC properties.
1823
1824 2010-06-09 Julien Danjou <julien@danjou.info>
1825
1826 * net/notifications.el: New file.
1827
1828 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1829
1830 Add optional support for resetting VC properties.
1831 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1832 call vc-file-clearprops when true.
1833 (vc-resynch-buffer): Add new optional argument, pass it down.
1834 (vc-resynch-buffers-in-directory): Likewise.
1835
1836 Improve support for special markup in the VC commit message.
1837 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1838 * vc-hg.el (vc-hg-checkin): Add support for Date:.
1839 * vc-git.el (vc-git-checkin):
1840 * vc-bzr.el (vc-bzr-checkin): Likewise.
1841
1842 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1843
1844 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1845 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1846
1847 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
1848
1849 * iimage.el: Remove images as soon as the underlying text is modified.
1850 (iimage-modification-hook): New function.
1851 (iimage-mode-buffer): Use it.
1852
1853 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1854
1855 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1856 smie-indent-offset-after. Add :prev case. Make a bit more generic.
1857 (smie-indent-virtual): Remove `virtual' arg. Update callers.
1858 (smie-indent-keyword): Add handling of open-paren keywords.
1859 (smie-indent-comment-continue): Don't assume comment-continue.
1860
1861 2010-06-07 Martin Rudalics <rudalics@gmx.at>
1862
1863 * window.el (pop-to-buffer): Remove the conditional that
1864 compares new-window and old-window, so it will reselect
1865 the selected window unconditionally.
1866 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1867
1868 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1869
1870 * emacs-lisp/smie.el (smie-indent-offset-after)
1871 (smie-indent-forward-token, smie-indent-backward-token): New functions.
1872 (smie-indent-after-keyword): Use them.
1873 (smie-indent-fixindent): Only applies to the indentation of the BOL.
1874 (smie-indent-keyword): Tweak the black magic.
1875 (smie-indent-comment-continue): Strip comment-continue before use.
1876 (smie-indent-functions): Indent comments before keywords.
1877
1878 2010-06-06 Juri Linkov <juri@jurta.org>
1879
1880 * isearch.el (isearch-lazy-highlight-search): Fix looping
1881 by checking for empty match. This syncs this loop with the
1882 similar loop in `isearch-search'. (Bug#6362)
1883
1884 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
1885
1886 * net/dbus.el (dbus-register-method): Declare function.
1887 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1888 (dbus-introspect): Doc fix.
1889 (dbus-event-bus-name, dbus-introspect-get-interface)
1890 (dbus-introspect-get-argument): Reflow docstrings.
1891
1892 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
1893
1894 vc-log-incoming/vc-log-outgoing fixes for Git.
1895 * vc-git.el (vc-git-log-view-mode): Fix font lock for
1896 incoming/outgoing logs.
1897 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1898 instead of vc-git-compute-remote.
1899 (vc-git-compute-remote): Remove.
1900
1901 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
1902
1903 * term/common-win.el (x-colors): Add "dark green" and "dark
1904 turquoise" (Bug#6332).
1905
1906 2010-06-04 Juri Linkov <juri@jurta.org>
1907
1908 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1909 Instead of setting `replace' to t and replacing the same string
1910 with itself, don't do certain actions when
1911 kill-do-not-save-duplicates is non-nil and string is equal to car
1912 of kill-ring: don't call menu-bar-update-yank-menu, don't push
1913 interprogram-paste strings to kill-ring, and don't push the input
1914 argument `string' to kill-ring.
1915 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1916
1917 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1918
1919 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1920
1921 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
1922
1923 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1924 (tramp-gvfs-handler-mounted-unmounted)
1925 (tramp-gvfs-connection-mounted-p): Handle default-location.
1926
1927 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1928 move files to trash.
1929
1930 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1931
1932 * international/mule-cmds.el (nonascii-insert-offset)
1933 (nonascii-translation-table): Add obsolescence information.
1934
1935 * international/mule.el (make-translation-table-from-vector): Doc fix.
1936
1937 2010-06-03 Eric Ludlam <zappo@gnu.org>
1938
1939 * cedet/semantic/lex-spp.el
1940 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1941 invalid values during save, just save a nil (Bug#6324).
1942
1943 2010-06-03 Glenn Morris <rgm@gnu.org>
1944
1945 * desktop.el (desktop-clear-preserve-buffers):
1946 Add "*Warnings*" buffer. (Bug#6336)
1947
1948 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
1949
1950 vc-log-incoming/vc-log-outgoing improvements for Git.
1951 * vc-git.el (vc-git-log-outgoing): Use the same format as the
1952 short log.
1953 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
1954
1955 Add bindings for vc-log-incoming and vc-log-outgoing.
1956 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1957 and vc-log-outgoing.
1958 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1959 and vc-log-outgoing.
1960
1961 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1962
1963 * net/rcirc.el (rcirc-sort-nicknames): Remove.
1964 (rcirc-handler-366): Always sort nicknames.
1965
1966 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
1967
1968 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1969
1970 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1971
1972 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1973
1974 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1975
1976 * net/rcirc.el (rcirc-sort-nicknames): Change default.
1977 (rcirc-sort-nicknames-join): Avoid setq.
1978
1979 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1980
1981 * net/rcirc.el (rcirc-sort-nicknames): New custom.
1982 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1983 (rcirc-handler-366): Use them.
1984
1985 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1986
1987 Split smie-indent-calculate into more manageable chunks.
1988 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1989 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1990 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1991 (smie-indent-exps): Extract from smie-indent-calculate.
1992 (smie-indent-functions): New var.
1993 (smie-indent-functions): Use them.
1994
1995 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1996
1997 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1998 (smie-indent-calculate): Simplify and cleanup.
1999
2000 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
2001
2002 * net/tramp-gvfs.el (top): Require url-util.
2003 (tramp-gvfs-mount-point): Remove.
2004 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
2005 New defuns.
2006 (with-tramp-dbus-call-method): Format trace message.
2007 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
2008 Implement backup call, when operation on local files fails.
2009 Use progress reporter. Flush properties of changed files.
2010 (tramp-gvfs-handle-make-directory): Make more traces.
2011 (tramp-gvfs-url-file-name): Hexify file name in url.
2012 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2013 into account for the resulting file name.
2014 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
2015 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
2016 (tramp-gvfs-handler-mounted-unmounted)
2017 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
2018 attribute "default_location". Set "prefix" property.
2019 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2020 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2021 exists. Raise an error, if not (due to a corresponding answer
2022 "no" in interactive questions, for example).
2023
2024 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2025
2026 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
2027
2028 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
2029
2030 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
2031 right-*. (Bug#6265)
2032
2033 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
2034
2035 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
2036 * vc-git.el (vc-git-compute-remote): New function.
2037 (vc-git-log-outgoing): Use it instead of hard coding a value.
2038 (vc-git-log-incoming): New function.
2039
2040 Improve state updating for VC tag commands.
2041 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
2042 to update the state of all buffers in the directory.
2043
2044 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2045
2046 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2047
2048 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2049 `file-directory-p' to the filename part rather than to the whole text.
2050
2051 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
2052
2053 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
2054 (bug#6231).
2055
2056 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2059
2060 2010-05-31 Drew Adams <drew.adams@oracle.com>
2061
2062 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2063
2064 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
2065
2066 * subr.el (momentary-string-display): Just use read-event to read
2067 the exit event (Bug#6238).
2068
2069 2010-05-30 Eli Zaretskii <eliz@gnu.org>
2070
2071 * international/mule.el (define-coding-system): Doc fix (bug#6313).
2072
2073 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
2074
2075 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
2076 Suggested by Eli Zaretskii <eliz@gnu.org>.
2077
2078 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2079
2080 * minibuffer.el (completion-file-name-table): Don't return a boundary
2081 past the end of `string' (bug#6299).
2082 (completion--file-name-table): Delegate to completion-file-name-table
2083 for the `boundaries' case.
2084
2085 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
2086
2087 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
2088 movement commands.
2089
2090 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
2091 `path-separator', but maintain compatibility with Emacs 20.2.
2092
2093 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2094
2095 * server.el (server-process-filter): Receive parent-id argument
2096 from emacsclient.
2097 (server-create-window-system-frame): New arg. Pass parent-id as
2098 frame parameter.
2099
2100 2010-05-29 Eli Zaretskii <eliz@gnu.org>
2101
2102 Bidi-sensitive word movement with arrow keys.
2103 * subr.el (right-arrow-command, left-arrow-command): Move to
2104 bindings.el.
2105
2106 * bindings.el (right-char, left-char): Move from subr.el and
2107 rename from right-arrow-command and left-arrow-command.
2108 (right-word, left-word): New functions.
2109 (global-map) <right>: Bind to right-char.
2110 (global-map) <left>: Bind to left-char.
2111 (global-map) <C-right>: Bind to right-word.
2112 (global-map) <C-left>: Bind to left-word.
2113
2114 * ls-lisp.el (ls-lisp-classify-file): New function.
2115 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
2116 (ls-lisp-classify): Call ls-lisp-classify-file.
2117 (insert-directory): Remove blanks from switches.
2118
2119 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2120
2121 * ansi-color.el: Delete unused escape sequences (Bug#6085).
2122 (ansi-color-drop-regexp): New constant.
2123 (ansi-color-apply, ansi-color-filter-region)
2124 (ansi-color-apply-on-region): Delete unrecognized control sequences.
2125 (ansi-color-apply): Build string list before calling concat.
2126
2127 2010-05-28 Juri Linkov <juri@jurta.org>
2128
2129 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
2130 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
2131 (Bug#5270)
2132
2133 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
2134
2135 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
2136 to ignored backtrace functions.
2137 (with-progress-reporter): Expand docstring.
2138 (tramp-handle-delete-file): Implement TRASH argument.
2139 (tramp-get-remote-trash): New defun.
2140
2141 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
2142
2143 * net/tramp-compat.el (tramp-compat-delete-file): Use
2144 `symbol-value' for backward compatibility.
2145
2146 * net/tramp.el (tramp-handle-make-symbolic-link)
2147 (tramp-handle-load)
2148 (tramp-do-copy-or-rename-file-via-buffer)
2149 (tramp-do-copy-or-rename-file-directly)
2150 (tramp-do-copy-or-rename-file-out-of-band)
2151 (tramp-handle-process-file, tramp-handle-call-process-region)
2152 (tramp-handle-shell-command, tramp-handle-file-local-copy)
2153 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2154 (tramp-delete-temp-file-function): Use `delete-file' instead
2155 of `tramp-compat-delete-file'.
2156
2157 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
2158 (tramp-fish-handle-make-symbolic-link)
2159 (tramp-fish-handle-process-file): Use `delete-file' instead
2160 of `tramp-compat-delete-file'.
2161
2162 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
2163 `delete-file' instead of `tramp-compat-delete-file'.
2164
2165 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
2166 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
2167 `tramp-compat-delete-file'.
2168
2169 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
2170 `delete-file' instead of `tramp-compat-delete-file'.
2171
2172 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2173 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2174 (tramp-smb-handle-write-region): Use `delete-file' instead of
2175 `tramp-compat-delete-file'.
2176 (tramp-smb-handle-delete-directory): Use 'trash as arg.
2177
2178 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2179
2180 * dired.el (dired-delete-file): New arg TRASH.
2181 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
2182 (dired-do-flagged-delete, dired-do-delete): Use trash.
2183
2184 * speedbar.el (speedbar-item-delete): Allow trashing.
2185
2186 * files.el (delete-directory): New arg TRASH.
2187
2188 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
2189 (ange-ftp-rename-remote-to-remote)
2190 (ange-ftp-rename-local-to-remote)
2191 (ange-ftp-rename-remote-to-local, ange-ftp-load)
2192 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
2193 `delete-file'.
2194 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
2195 allow trashing.
2196
2197 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2198 handle new TRASH arg of `delete-file'.
2199
2200 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
2201 (tramp-handle-make-symbolic-link, tramp-handle-load)
2202 (tramp-do-copy-or-rename-file-via-buffer)
2203 (tramp-do-copy-or-rename-file-directly)
2204 (tramp-do-copy-or-rename-file-out-of-band)
2205 (tramp-handle-process-file, tramp-handle-call-process-region)
2206 (tramp-handle-shell-command, tramp-handle-file-local-copy)
2207 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2208 (tramp-delete-temp-file-function): Use null TRASH arg in
2209 tramp-compat-delete-file call.
2210
2211 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
2212 (tramp-fish-handle-delete-file)
2213 (tramp-fish-handle-make-symbolic-link)
2214 (tramp-fish-handle-process-file): Use null TRASH arg in
2215 `tramp-compat-delete-file' call.
2216
2217 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
2218 arg in `tramp-compat-delete-file' call.
2219
2220 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
2221 (tramp-gvfs-handle-write-region): Use null TRASH arg in
2222 `tramp-compat-delete-file' call.
2223
2224 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
2225 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
2226 `tramp-compat-delete-file' call.
2227
2228 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2229 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2230 (tramp-smb-handle-write-region): Use null TRASH arg in
2231 tramp-compat-delete-file call.
2232 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
2233 (tramp-smb-handle-delete-file): Rename arg.
2234
2235 * diff.el (diff-sentinel):
2236 * epg.el (epg--make-temp-file, epg-decrypt-string)
2237 (epg-verify-string, epg-sign-string, epg-encrypt-string):
2238 * jka-compr.el (jka-compr-partial-uncompress)
2239 (jka-compr-call-process, jka-compr-write-region):
2240 * server.el (server-sentinel): Remove optional arg from
2241 delete-file, reverting 2010-05-03 change.
2242
2243 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2244
2245 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
2246 font-lock-constant-face, not obsolete font-lock-reference-face.
2247
2248 2010-05-27 Kenichi Handa <handa@m17n.org>
2249
2250 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
2251 element of GSTRING is nil.
2252
2253 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2254
2255 * emacs-lisp/smie.el (smie-forward-token-function)
2256 (smie-backward-token-function): New vars.
2257 (smie-backward-sexp, smie-forward-sexp)
2258 (smie-indent-hanging-p, smie-indent-calculate): Use them.
2259 (smie-default-backward-token): Rename from smie-backward-token and
2260 skip comments.
2261 (smie-default-forward-token): Rename from smie-forward-token and
2262 skip comments.
2263 (smie-next-sexp): Handle nil results from next-token.
2264 (smie-indent-calculate): Add a new case for special `fixindent' comments.
2265
2266 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2267
2268 * progmodes/verilog-mode.el (verilog-type-font-keywords):
2269 Use font-lock-constant-face, not obsolete font-lock-reference-face.
2270
2271 2010-05-27 Masatake YAMATO <yamato@redhat.com>
2272
2273 * htmlfontify.el (hfy-face-resolve-face): New function.
2274 (hfy-face-to-style): Use it (Bug#6279).
2275
2276 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2277
2278 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
2279 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
2280
2281 2010-05-26 Glenn Morris <rgm@gnu.org>
2282
2283 * emulation/edt.el (edt-load-keys): Use locate-library.
2284
2285 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
2286
2287 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
2288 (log-edit-changelog-entries): Doc fix.
2289 (log-edit-changelog-insert-entries): Args changed.
2290 Rename relative filenames in ChangeLog entries. Delete tabs.
2291 (log-edit-insert-changelog-entries): Reorganize return value of
2292 `log-edit-changelog-entries' to pass filenames to
2293 log-edit-changelog-insert-entries.
2294
2295 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2296
2297 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
2298 `image-dired-dired-insert-marked-thumbs' to
2299 `image-dired-dired-toggle-marked-thumbs'.
2300
2301 * image-dired.el: Require cl when compiling.
2302 (image-dired-dired-toggle-marked-thumbs): Rename from
2303 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
2304 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
2305 to 'no-dir. Skip files whose names don't match
2306 `image-file-name-regexp'. When file has a thumbnail overlay,
2307 delete it. (Bug#5270)
2308
2309 2010-05-25 Juri Linkov <juri@jurta.org>
2310
2311 * image-mode.el (image-mode): Add image-after-revert-hook to
2312 after-revert-hook.
2313 (image-after-revert-hook): New function. (Bug#5669)
2314
2315 2010-05-25 Juri Linkov <juri@jurta.org>
2316
2317 * image.el (image-animated-p): When delay between animated images
2318 is 0, set it to 10 (0.1 sec). (Bug#6258)
2319
2320 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
2321
2322 * net/tramp.el (tramp-handle-insert-directory): Don't use
2323 `forward-word', its default syntax could be changed.
2324
2325 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
2326
2327 * net/tramp.el (tramp-progress-reporter-update): New defun.
2328 (with-progress-reporter): Use it.
2329 (tramp-process-actions):
2330 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
2331 current message, in order to let progress reporter continue
2332 afterwards. (Bug#6257)
2333
2334 2010-05-25 Glenn Morris <rgm@gnu.org>
2335
2336 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
2337 Add :version.
2338
2339 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
2340
2341 * net/rcirc.el (rcirc-default-user-name): Change to "user".
2342 (rcirc-default-full-name): Change to "unknown".
2343 (rcirc-user-name-history): Add variable.
2344
2345 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
2346 Jonathan Rockway <jon@jrock.us>
2347
2348 * net/rcirc.el (rcirc-server-alist): Add :pass.
2349 (rcirc): When prompting for connection parameters, also prompt for
2350 username and password.
2351 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
2352 value to server when connecting.
2353
2354 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2355
2356 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
2357 (smie-merge-prec2s): Pass the tables as separate args.
2358 (smie-bnf-precedence-table): Adjust call accordingly.
2359 (smie-prec2-levels): Set levels at the end.
2360
2361 Replace Lisp calls to delete-backward-char by delete-char.
2362 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
2363 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
2364 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
2365 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
2366 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
2367 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
2368 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
2369 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
2370 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
2371 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
2372 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
2373 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
2374 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
2375 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
2376 delete-backward-char by calls to delete-char.
2377
2378 2010-05-25 Kenichi Handa <handa@m17n.org>
2379
2380 * language/hebrew.el (hebrew-shape-gstring): New function.
2381 Register it in composition-function-table for all Hebrew combining
2382 characters.
2383
2384 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2385
2386 * epa.el (epa--select-keys): Don't explicitly delete the window since
2387 that can fail (e.g. sole window in frame). Use dedication instead.
2388
2389 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2390
2391 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2392
2393 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
2394
2395 * image.el (image-refresh): Define as an alias for image-flush.
2396
2397 * image-mode.el (image-toggle-display-image): Caller changed.
2398
2399 2010-05-21 Juri Linkov <juri@jurta.org>
2400
2401 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
2402 Remove "all" from grep-files-aliases. Split grep-files-aliases by
2403 whitespace, call wildcard-to-regexp on substrings and concat them
2404 with "\\|". (Bug#6114)
2405
2406 2010-05-21 Alan Mackenzie <acm@muc.de>
2407
2408 * progmodes/cc-engine.el (c-parse-state-get-strategy):
2409 Replace parameter `here' with `here-' and `here-plus', which sandwich
2410 any pertinent CPP construct.
2411 (c-remove-stale-state-cache-backwards): Fix a bug which happens
2412 when doing (c-parse-state) in a CPP construct: Exclude any "new"
2413 CPP construct from taking part in the scanning.
2414
2415 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
2416
2417 * net/tramp.el (tramp-do-copy-or-rename-file)
2418 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
2419 Tune `with-progress-reporter' messages.
2420 (tramp-handle-vc-registered):
2421 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
2422 (tramp-fish-handle-insert-file-contents)
2423 (tramp-fish-maybe-open-connection):
2424 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2425 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
2426 (tramp-imap-handle-insert-file-contents)
2427 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2428
2429 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
2430
2431 * add-log.el (change-log-font-lock-keywords):
2432 Highlight all authors in multi-author entries.
2433
2434 * smerge-mode.el (smerge-refine-ignore-whitespace)
2435 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
2436 Fix typos in docstrings.
2437 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
2438
2439 2010-05-21 Glenn Morris <rgm@gnu.org>
2440
2441 * progmodes/fortran.el (fortran-mode):
2442 * progmodes/f90.el (f90-mode): Derive from prog-mode.
2443
2444 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
2445 having a relative path in src/Makefile.in.
2446
2447 2010-05-20 Kevin Ryde <user42@zip.com.au>
2448
2449 * help-mode.el (help-make-xrefs): For Info node links turn
2450 newlines into spaces. Link node names with newlines are matched
2451 by help-xref-info-regexp and buttonized, this change ensures they
2452 can be followed successfully with RET. (Bug#6206)
2453
2454 2010-05-20 Juri Linkov <juri@jurta.org>
2455
2456 * locate.el (locate): Use pop-to-buffer instead of
2457 switch-to-buffer-other-window. (Bug#6204)
2458
2459 2010-05-20 Juri Linkov <juri@jurta.org>
2460
2461 * replace.el (replace-highlight): Fix lazy-highlighting
2462 for `M-s w str M-% str RET'.
2463
2464 2009-12-15 Masatake YAMATO <yamato@redhat.com>
2465
2466 * isearch.el (isearch-yank-word-or-char): Pull next subword
2467 when `subword-mode' is activated. (Bug#6220)
2468
2469 2010-05-20 Mark A. Hershberger <mah@everybody.org>
2470
2471 * isearch.el (isearch-update-post-hook): New hook.
2472 (isearch-update): Use the new hook. (Bug#6225)
2473
2474 2010-05-20 Juri Linkov <juri@jurta.org>
2475
2476 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
2477 [f1], [help], and (char-to-string help-char) instead of "\C-h".
2478 (Bug#6222)
2479
2480 2010-05-20 Juri Linkov <juri@jurta.org>
2481
2482 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
2483 (Bug#6223)
2484
2485 2010-05-20 Juri Linkov <juri@jurta.org>
2486
2487 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
2488 FILE-NAME to read from the minibuffer when called interactively
2489 with prefix argument instead of using buffer-file-name.
2490 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
2491
2492 * dired.el: Update autoloads.
2493
2494 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
2495
2496 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
2497 nxml-finish-element, for consistency with SGML mode.
2498
2499 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
2500 octave-close-block.
2501
2502 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
2503
2504 * composite.el: Require cl when compiling.
2505 (reference-point-alist, compose-gstring-for-graphic)
2506 (compose-gstring-for-terminal): Fix typos in docstrings.
2507
2508 2010-05-19 Juri Linkov <juri@jurta.org>
2509
2510 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
2511 set-window-parameter.
2512
2513 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
2514
2515 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
2516 where appropriate.
2517 (tramp-maybe-open-connection): Use it.
2518
2519 2010-05-19 Eli Zaretskii <eliz@gnu.org>
2520
2521 * simple.el (move-end-of-line): Make sure we are at line beginning
2522 before backing up to end of previous line.
2523
2524 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
2525
2526 * password-cache.el (password-cache-remove): Fix docstring.
2527
2528 * net/secrets.el: Autoload the widget functions.
2529 (secrets-search-items, secrets-create-item)
2530 (secrets-get-attributes, secrets-expand-item): Attributes will be
2531 stored on the password database without leading ":", as all other
2532 clients do as well.
2533 (secrets-mode): Fix docstring.
2534 (secrets-show-secrets): Provide it as autoloaded command only when
2535 D-Bus support is available. Check existence of Secret Service API.
2536
2537 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2538
2539 * indent.el (indent-region): Deactivate region (bug#6200).
2540
2541 2010-05-19 Glenn Morris <rgm@gnu.org>
2542
2543 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
2544
2545 2010-05-19 Kenichi Handa <handa@m17n.org>
2546
2547 * composite.el: Register compose-gstring-for-graphic in
2548 composition-function-table only for combining characters (Mn, Mc, Me).
2549
2550 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
2551
2552 * calc/calc-trail.el (calc-trail-isearch-forward)
2553 (calc-trail-isearch-backward): Ensure that the new window
2554 point is set correctly.
2555
2556 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2557
2558 * subr.el (read-quoted-char): Resolve modifiers after key
2559 remapping (bug#6212).
2560
2561 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
2562
2563 Add visualization code for secrets.
2564 * net/secrets.el (secrets-mode): New major mode.
2565 (secrets-show-secrets, secrets-show-collections)
2566 (secrets-expand-collection, secrets-expand-item)
2567 (secrets-tree-widget-after-toggle-function)
2568 (secrets-tree-widget-show-password): New defuns.
2569
2570 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2571
2572 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
2573 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
2574 handled in smie-next-sexp.
2575 (smie-indent-calculate): Provide a starting indentation (so the
2576 recursion is well-founded ;-).
2577
2578 Fix handling of non-associative equal levels.
2579 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
2580 when it's not needed.
2581 (smie-op-left, smie-op-right): New functions.
2582 (smie-next-sexp): New function, extracted from smie-backward-sexp.
2583 Better handle equal levels to distinguish the associative case from
2584 the "multi-keyword construct" case.
2585 (smie-backward-sexp, smie-forward-sexp): Use it.
2586
2587 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
2588
2589 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
2590
2591 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
2592 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
2593
2594 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2595
2596 Provide a simple generic indentation engine and use it for Prolog.
2597 * emacs-lisp/smie.el: New file.
2598 * progmodes/prolog.el (prolog-smie-op-levels)
2599 (prolog-smie-indent-rules): New var.
2600 (prolog-mode-variables): Use them to configure SMIE.
2601 (prolog-indent-line, prolog-indent-level): Remove.
2602
2603 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
2604
2605 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
2606 order before computing the averages.
2607
2608 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2609
2610 * calc/calc-vec.el (calc-histogram):
2611 (calcFunc-histogram): Allow vectors as inputs.
2612 (math-vector-avg): New function.
2613
2614 * calc/calc-ext.el (math-group-float): Have the number of digits
2615 being grouped depend on the radix (Bug#6189).
2616
2617 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
2618
2619 * version.el (emacs-copyright, emacs-version): Don't define here,
2620 now that emacs.c defines it.
2621
2622 2010-05-15 Eli Zaretskii <eliz@gnu.org>
2623
2624 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
2625 "Describe Language Environment" menu item.
2626
2627 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
2628
2629 Bidi-sensitive movement with arrow keys.
2630 * subr.el (right-arrow-command, left-arrow-command): New functions.
2631
2632 * bindings.el (global-map): Bind them to right and left arrow keys.
2633
2634 Don't override standard definition of convert-standard-filename.
2635 * files.el (convert-standard-filename): Call
2636 w32-convert-standard-filename and dos-convert-standard-filename on
2637 the corresponding systems.
2638
2639 * w32-fns.el (w32-convert-standard-filename): Rename from
2640 convert-standard-filename. Doc fix.
2641
2642 * dos-fns.el (dos-convert-standard-filename): Doc fix.
2643 (convert-standard-filename): Don't defalias.
2644 (register-name-alist, make-register, register-value)
2645 (set-register-value, intdos): Obsolete aliases for the
2646 corresponding dos-* functions and variables.
2647 (dos-intdos): Add a doc string.
2648
2649 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
2650
2651 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
2652 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
2653 (math-compose-tex-func):
2654 * calc/calccomp.el (math-compose-expr):
2655 * calc/calc-ext.el (math-format-flat-expr-fancy):
2656 * calc/calc-store.el (calc-read-var-name):
2657 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
2658
2659 * calc/calc.el (var-π, var-φ, var-γ): New variables.
2660 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
2661 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
2662 (math-standard-units): Add units.
2663
2664 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2665
2666 * progmodes/asm-mode.el (asm-mode):
2667 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
2668
2669 * pcomplete.el (pcomplete-completions-at-point): New function,
2670 extracted from pcomplete-std-complete.
2671 (pcomplete-std-complete): Use it.
2672
2673 2010-05-15 Glenn Morris <rgm@gnu.org>
2674
2675 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2676 Remove references to CVS, RCS and Old directories.
2677
2678 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
2679
2680 * calc/calc-bin.el (math-format-twos-complement): Group digits when
2681 appropriate.
2682
2683 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2684
2685 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
2686 (sh-mode-syntax-table): Give it a default value instead.
2687 (sh-header-marker): Make buffer-local.
2688 (sh-mode): Move make-local-variable to the corresponding setq.
2689 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
2690 Use complete-with-action.
2691
2692 * simple.el (prog-mode): New (abstract) major mode.
2693 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
2694 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
2695
2696 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
2697
2698 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
2699 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
2700 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
2701 (sql-make-alternate-buffer-name, sql-placeholders-filter)
2702 (sql-escape-newlines-filter, sql-input-sender)
2703 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
2704
2705 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
2706
2707 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2708
2709 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
2710 latex-open-block and C-c / to latex-close-block.
2711
2712 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
2713 and C-c C-e to sgml-close-tag.
2714
2715 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
2716
2717 * net/tramp.el (with-progress-reporter): Create reporter object
2718 only when the message would be displayed. Handle nested calls.
2719 (tramp-handle-load, tramp-handle-file-local-copy)
2720 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2721 (tramp-maybe-send-script, tramp-find-shell):
2722 Use `with-progress-reporter'.
2723 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
2724 Fix message text.
2725
2726 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2727 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2728 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2729 Use `with-progress-reporter'.
2730
2731 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
2732
2733 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
2734 process everytime when spellchecking from the minibuffer (bug#6143).
2735
2736 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
2739
2740 * dos-fns.el: Add "dos-" prefix for namespace control.
2741 (convert-standard-filename): Define as alias for
2742 dos-convert-standard-filename but only if applicable.
2743
2744 2010-05-12 Alan Mackenzie <acm@muc.de>
2745
2746 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2747 Push the mark at the start of these functions when appropriate.
2748
2749 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2750
2751 * minibuffer.el (completion-cycle-threshold): New custom var.
2752 (completion--do-completion): Use it.
2753 (minibuffer-complete): Use cycling if appropriate.
2754
2755 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
2756
2757 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
2758 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
2759
2760 2010-05-11 Juri Linkov <juri@jurta.org>
2761
2762 * scroll-all.el (scroll-all-check-to-scroll):
2763 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
2764
2765 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2766
2767 * iimage.el (iimage-mode-map): Move initialization into declaration.
2768 (iimage-mode-buffer): Use with-silent-modifications.
2769 Simplify calling convention. Adjust callers.
2770 (iimage-mode): Don't run hook redundantly.
2771
2772 * minibuffer.el (completion-pcm--pattern->regex):
2773 Fix last change (bug#6160).
2774
2775 2010-05-10 Juri Linkov <juri@jurta.org>
2776
2777 Remove nodes visited during Isearch from the Info history.
2778 * info.el (Info-isearch-initial-history)
2779 (Info-isearch-initial-history-list): New variables.
2780 (Info-isearch-start): Record initial values of
2781 Info-isearch-initial-history and Info-isearch-initial-history-list.
2782 Add Info-isearch-end to isearch-mode-end-hook.
2783 (Info-isearch-end): New function.
2784
2785 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
2786
2787 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
2788 format string, in order to work around a bug in pdksh.
2789 Reported by Gilles Pion <gpion@lfdj.com>.
2790 (tramp-handle-verify-visited-file-modtime): Do not send a command
2791 when the connection is not established.
2792 (tramp-handle-set-file-times): Simplify the check for utc.
2793
2794 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
2795
2796 Fix use of `filter-buffer-substring' (rework previous change).
2797 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
2798 (cua-repeat-replace-region):
2799 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
2800 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2801 (cua-cut-region-to-global-mark): Use it.
2802
2803 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
2804
2805 * progmodes/sql.el: Version 2.1.
2806 (sql-product-alist): Redesign structure of product info.
2807 (sql-product, sql-user, sql-server, sql-database): Safe variables.
2808 (sql-port, sql-port-history): New variables.
2809 (sql-interactive-product): New variable.
2810 (sql-send-terminator): New variable.
2811 (sql-imenu-generic-expression): Add "Types" imenu entry.
2812 (sql-oracle-login-params, sql-sqlite-login-params)
2813 (sql-mysql-login-params, sql-solid-login-params)
2814 (sql-sybase-login-params, sql-informix-login-params)
2815 (sql-ingres-login-params, sql-ms-login-params)
2816 (sql-postgres-login-params, sql-interbase-login-params)
2817 (sql-db2-login-params, sql-linter-login-params)
2818 (sql-oracle-scan-on): New variables.
2819 (sql-mode-map): Add C-c C-i to start interactive mode.
2820 (sql-mode-menu): Update existing menu entries.
2821 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
2822 (sql-mode-oracle-font-lock-keywords)
2823 (sql-mode-postgres-font-lock-keywords)
2824 (sql-mode-ms-font-lock-keywords)
2825 (sql-mode-sybase-font-lock-keywords)
2826 (sql-mode-informix-font-lock-keywords)
2827 (sql-mode-interbase-font-lock-keywords)
2828 (sql-mode-ingres-font-lock-keywords)
2829 (sql-mode-solid-font-lock-keywords)
2830 (sql-mode-mysql-font-lock-keywords)
2831 (sql-mode-sqlite-font-lock-keywords)
2832 (sql-mode-db2-font-lock-keywords)
2833 (sql-mode-linter-font-lock-keywords): Update initialization to
2834 reduce run-time complexity.
2835 (sql-add-product, sql-del-product): New functions.
2836 (sql-set-product-feature, sql-get-product-feature): New functions.
2837 (sql-product-font-lock): Update product API.
2838 (sql-add-product-keywords): New function.
2839 (sql-highlight-product): Update product API.
2840 (sql-help-list-products): New function.
2841 (sql-help): Dynamically lists free and non-free products.
2842 (sql-get-login): Correct bug in handling history and added
2843 prompt for port.
2844 (sql-copy-column): Copy without properties.
2845 (sqli-input-sender): Apply filters to SQLi input.
2846 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2847 Implement as a filter.
2848 (sql-escape-newlines-filter): Implement as a filter.
2849 (sql-remove-tabs-filter): New function.
2850 (sql-send-magic-terminator): New function.
2851 (sql-send-string): Implement magic terminator.
2852 (sql-send-region): Use `sql-send-string'.
2853 (sql-interactive-mode): Use product API.
2854 (sql-product-interactive): Use product API.
2855 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2856 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2857 (sql-db2, sql-linter): Use `sql-product-interactive'.
2858 (sql-connect): New function.
2859 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2860 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2861 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2862 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2863 Use `sql-connect'.
2864
2865 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2866
2867 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2868 New custom variable.
2869 (completion-pcm--string->pattern): Use it.
2870 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2871 Make it handle any symbol as `any'.
2872 (completion-pcm--merge-completions): Extract common suffix for the new
2873 `prefix' symbol as well.
2874 (completion-substring--all-completions): Use the new `prefix' symbol.
2875
2876 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
2877
2878 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2879 not bound.
2880 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2881 (tramp-compat-funcall): New defmacro.
2882 (tramp-compat-line-beginning-position)
2883 (tramp-compat-line-end-position)
2884 (tramp-compat-temporary-file-directory)
2885 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2886 (tramp-compat-copy-file, tramp-compat-copy-directory)
2887 (tramp-compat-delete-file, tramp-compat-delete-directory)
2888 (tramp-compat-number-sequence, tramp-compat-process-running-p)
2889 * net/tramp.el (top, with-progress-reporter)
2890 (tramp-rfn-eshadow-setup-minibuffer)
2891 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2892 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2893 (tramp-completion-mode-p, tramp-check-for-regexp)
2894 (tramp-open-connection-setup-interactive-shell)
2895 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2896 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2897 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2898 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2899 (tramp-reporter-dump-variable, tramp-load-report-modules)
2900 (tramp-append-tramp-buffers)
2901 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2902
2903 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2904
2905 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2906
2907 * progmodes/compile.el (compilation-buffer-modtime): Rename from
2908 buffer-modtime. Adjust users.
2909
2910 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2911
2912 * international/mule.el (auto-coding-alist): Only purecopy
2913 car of each item, not the whole list (Bug#6083).
2914
2915 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2916
2917 * progmodes/js.el (js-mode): Make paragraph variables local before
2918 calling c-setup-paragraph-variables (Bug#6071).
2919
2920 2010-05-08 Eli Zaretskii <eliz@gnu.org>
2921
2922 * composite.el (compose-region, reference-point-alist): Fix typos
2923 in the doc strings.
2924
2925 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2926
2927 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2928 gnuplot's "set" command.
2929
2930 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2931
2932 * abbrev.el (last-abbrev-text): Doc fix.
2933 (abbrev-prefix-mark): Don't escape parenthesis.
2934
2935 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
2936
2937 * composite.el (find-composition): Doc fix.
2938
2939 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2940
2941 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2942 (sql-oracle-program, sql-sqlite-options)
2943 (sql-query-placeholders-and-send): Doc fixes.
2944 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2945 (sql-imenu-generic-expression, sql-buffer)
2946 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2947 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2948 (sql-mode-sybase-font-lock-keywords)
2949 (sql-mode-informix-font-lock-keywords)
2950 (sql-mode-interbase-font-lock-keywords)
2951 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2952 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2953 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2954 (sql-product-feature, sql-highlight-product)
2955 (comint-line-beginning-position, sql-rename-buffer)
2956 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2957 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2958 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2959 Fix typos in docstrings.
2960
2961 2010-05-08 Juri Linkov <juri@jurta.org>
2962
2963 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2964 property instead of `invisible' and `after-string' (bug#5998).
2965
2966 2010-05-08 Juri Linkov <juri@jurta.org>
2967
2968 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2969
2970 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2971
2972 * filecache.el (file-cache-add-directory-list)
2973 (file-cache-add-directory-recursively): Fix typos in docstrings.
2974
2975 2010-05-08 Kenichi Handa <handa@m17n.org>
2976
2977 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2978 (gujarati-composable-pattern): Fix typo.
2979
2980 2010-05-08 Kenichi Handa <handa@m17n.org>
2981
2982 * language/indian.el (oriya-composable-pattern)
2983 (tamil-composable-pattern, malayalam-composable-pattern):
2984 Add two-part vowels to "v" (vowel sign).
2985
2986 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2987
2988 * files.el (copy-directory): Handle symlinks (Bug#5982).
2989
2990 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2991
2992 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2993 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2994 (Bug#5846).
2995
2996 2010-05-08 Glenn Morris <rgm@gnu.org>
2997
2998 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2999
3000 * minibuffer.el (completion-at-point): Doc fix.
3001
3002 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3003
3004 * electric.el (Electric-command-loop): Minor tweak.
3005
3006 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
3007 better with dedicated windows.
3008
3009 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
3010
3011 * Version 23.2 released.
3012
3013 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3014 Stefan Monnier <monnier@iro.umontreal.ca>
3015
3016 Highlight vendor specific properties.
3017 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
3018 (css-proprietary-property): New face.
3019 (css-font-lock-keywords): Use them.
3020
3021 2010-05-07 Eli Zaretskii <eliz@gnu.org>
3022
3023 * cus-start.el (all): Add native condition for tool-bar-* symbols.
3024
3025 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3026
3027 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
3028 * files.el (auto-mode-alist): Remove redundant entries.
3029
3030 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
3031 * simple.el (auto-save-mode): Move from files.el.
3032 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
3033
3034 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
3035
3036 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
3037
3038 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
3039
3040 * mail/binhex.el (binhex-decode-region-internal)
3041 * mail/uudecode.el (uudecode-decode-region-internal)
3042 * net/dns.el (dns-read-string-name, dns-write, dns-read)
3043 (dns-read-type, dns-query)
3044 * pgg-parse.el (pgg-parse-armor)
3045 * pgg.el (pgg-verify-region)
3046 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
3047 XEmacs.
3048
3049 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
3050
3051 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
3052
3053 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
3054
3055 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
3056 * emulation/cua-base.el (cua-repeat-replace-region):
3057 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3058 (cua-cut-region-to-global-mark):
3059 Remove text properties with `set-text-properties'.
3060
3061 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
3062
3063 * net/tramp.el (top, with-progress-reporter):
3064 Use `symbol-function' inside `funcall'.
3065
3066 * net/tramp-compat.el (tramp-compat-file-attributes)
3067 (tramp-compat-delete-file, tramp-compat-delete-directory):
3068 Handle only `wrong-number-of-arguments' error.
3069
3070 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
3071 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
3072 inside `funcall'.
3073
3074 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3075
3076 * minibuffer.el (completion--sreverse, completion--common-suffix):
3077 New functions.
3078 (completion-pcm--merge-completions): Extract common suffix when safe.
3079
3080 * emacs-lisp/easy-mmode.el (define-minor-mode):
3081 Make :variable more flexible.
3082 * files.el (auto-save-mode): Use it to define using define-minor-mode.
3083
3084 2010-05-05 Juri Linkov <juri@jurta.org>
3085
3086 Add `slow' and `history' tags to the desktop data.
3087
3088 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
3089 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
3090 (Info-finder-find-node): Require `finder.el' to be able
3091 to restore node from the desktop.
3092 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
3093 data `Info-history' and `slow' tag in the assoc list.
3094 (Info-restore-desktop-buffer): Don't restore nodes with the
3095 `slow' tag. Restore `Info-history'.
3096
3097 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
3098
3099 Add FORCE argument to `delete-file'.
3100
3101 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
3102 forcing to delete the temporary file.
3103 (ange-ftp-delete-file): Add FORCE arg.
3104 (ange-ftp-rename-remote-to-remote)
3105 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
3106 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
3107 Force file deletion.
3108
3109 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
3110
3111 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
3112 (tramp-handle-make-symbolic-link, tramp-handle-load)
3113 (tramp-do-copy-or-rename-file-via-buffer)
3114 (tramp-do-copy-or-rename-file-directly)
3115 (tramp-do-copy-or-rename-file-out-of-band)
3116 (tramp-handle-process-file, tramp-handle-call-process-region)
3117 (tramp-handle-shell-command, tramp-handle-file-local-copy)
3118 (tramp-handle-insert-file-contents, tramp-handle-write-region)
3119 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
3120
3121 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
3122 (tramp-fish-handle-make-symbolic-link)
3123 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
3124
3125 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
3126 Use `tramp-compat-delete-file'.
3127
3128 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
3129 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
3130
3131 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
3132 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
3133
3134 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
3135 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
3136 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
3137 `tramp-compat-delete-file'.
3138
3139 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3140
3141 Minor cleanups.
3142 * subr.el (add-minor-mode): Use push.
3143 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
3144 * emulation/edt.el (edt-select-mode): Simplify.
3145
3146 Use define-minor-mode in more cases.
3147 * term/tvi970.el (tvi970-set-keypad-mode):
3148 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
3149 (normal-erase-is-backspace-mode):
3150 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
3151 (set-scroll-bar-mode-1): (Re)move to its sole caller.
3152 (get-scroll-bar-mode): New function.
3153 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
3154
3155 Use define-minor-mode for less obvious cases.
3156 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
3157 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
3158 * international/iso-ascii.el (iso-ascii-mode):
3159 * frame.el (auto-raise-mode, auto-lower-mode):
3160 * composite.el (global-auto-composition-mode): Use define-minor-mode.
3161
3162 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
3163
3164 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
3165 in order to see error messages for failed logins.
3166
3167 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
3168
3169 * diff.el (diff-sentinel):
3170
3171 * epg.el (epg--make-temp-file, epg-decrypt-string)
3172 (epg-verify-string, epg-sign-string, epg-encrypt-string):
3173
3174 * jka-compr.el (jka-compr-partial-uncompress)
3175 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
3176
3177 * server.el (server-sentinel): Use delete-file's new FORCE arg
3178 (Bug#6070).
3179
3180 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3181
3182 Use define-minor-mode where applicable.
3183 * view.el (view-mode):
3184 * type-break.el (type-break-query-mode)
3185 (type-break-mode-line-message-mode):
3186 * textmodes/reftex.el (reftex-mode):
3187 * term/vt100.el (vt100-wide-mode):
3188 * tar-mode.el (tar-subfile-mode):
3189 * savehist.el (savehist-mode):
3190 * ibuf-ext.el (ibuffer-auto-mode):
3191 * composite.el (auto-composition-mode):
3192 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3193 Use define-minor-mode.
3194 (vhdl-mode): Use static mode-line format.
3195 (vhdl-mode-line-update): Delete.
3196 (vhdl-create-mode-menu, vhdl-activate-customizations)
3197 (vhdl-hs-minor-mode): Don't bother calling it.
3198
3199 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3200
3201 * simple.el (with-wrapper-hook): Move.
3202 (buffer-substring-filters): Mark obsolete.
3203 (filter-buffer-substring-functions): New variable.
3204 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
3205
3206 Use a mode-line spec rather than a static string in Semantic.
3207 * cedet/semantic/util-modes.el:
3208 (semantic-minor-modes-format): New var to replace...
3209 (semantic-minor-modes-status): Remove.
3210 (semantic-mode-line-update): Construct a mode-line spec rather than
3211 a static string so that mouse buttons can be used on individual minor
3212 modes and so that semantic-mode-line-update only needs to be called
3213 when global settings are changed.
3214 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
3215 Call semantic-mode-line-update.
3216 (semantic-toggle-minor-mode-globally): Don't assume mode is on
3217 minor-mode-alist, check semantic-minor-mode-alist as well.
3218 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
3219 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
3220 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
3221 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3222 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3223 (define-semantic-idle-service, semantic-idle-summary-mode):
3224 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
3225 Don't call semantic-mode-line-update any more.
3226
3227 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3228
3229 Use define-minor-mode in CEDET where applicable.
3230
3231 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
3232 Use define-minor-mode.
3233
3234 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
3235 Remove unused arg `keymap' and code redundant with define-minor-mode.
3236 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
3237 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
3238 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
3239 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
3240 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
3241 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
3242 Use define-minor-mode.
3243 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
3244 (semantic-show-unmatched-syntax-mode-setup)
3245 (semantic-show-parser-state-mode-setup)
3246 (semantic-highlight-func-mode-setup): Inline into sole caller.
3247
3248 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
3249 (semantic-mru-bookmark-mode): Use define-minor-mode.
3250 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
3251
3252 * cedet/semantic/idle.el (define-semantic-idle-service):
3253 Use define-minor-mode and inline setup function into its sole caller.
3254 (semantic-idle-scheduler-mode-setup)
3255 (semantic-idle-summary-mode-setup): Inline into sole caller.
3256 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
3257 Use define-minor-mode.
3258
3259 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
3260 (semantic-decoration-mode): Use define-minor-mode.
3261 (semantic-decoration-mode-setup): Inline into sole caller.
3262
3263 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
3264 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
3265 (ede-dired-add-to-target): Use dolist.
3266
3267 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3268 Michael Albinus <michael.albinus@gmx.de>
3269
3270 Implement compression for inline methods.
3271
3272 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
3273 (tramp-copy-size-limit): Allow also nil.
3274 (tramp-inline-compress-commands): New defconst.
3275 (tramp-find-inline-compress, tramp-get-inline-compress)
3276 (tramp-get-inline-coding): New defuns.
3277 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
3278 replaced by `tramp-get-inline-coding'.
3279 (tramp-handle-file-local-copy, tramp-handle-write-region)
3280 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
3281
3282 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3283
3284 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
3285 Remove unused functions.
3286
3287 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
3288 Set find-tag-default-function as a variable rather than a property.
3289
3290 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
3291 * progmodes/etags.el (tags-completion-at-point-function):
3292 Remove left over interactive spec. Add autoloading stub.
3293 (complete-tag): Use tags-completion-at-point-function.
3294
3295 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
3296
3297 * minibuffer.el (tags-completion-at-point-function): Fix return value.
3298
3299 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
3300
3301 * ido.el (ido-init-completion-maps): Remove C-v binding.
3302 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
3303
3304 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
3305
3306 * minibuffer.el (tags-completion-at-point-function): New function.
3307 (completion-at-point-functions): Use it.
3308
3309 * cedet/semantic.el (semantic-completion-at-point-function):
3310 New function.
3311 (semantic-mode): Use semantic-completion-at-point-function for
3312 completion-at-point-functions instead.
3313
3314 * progmodes/etags.el (complete-tag): Revert last change.
3315
3316 2010-04-29 Alan Mackenzie <acm@muc.de>
3317
3318 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
3319 off-by-one error (in end of macro position).
3320
3321 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3322
3323 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
3324 firefox is absent. Don't autoload.
3325 (browse-url-galeon-program): Don't autoload.
3326
3327 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
3328
3329 * bindings.el (complete-symbol): Move into minibuffer.el.
3330
3331 * minibuffer.el (complete-tag): Move from etags.el. If tags
3332 completion cannot be performed, return nil instead of signalling
3333 an error.
3334 (completion-at-point): Make it an alias for complete-symbol.
3335 (complete-symbol): Move from bindings.el, and replace with the
3336 body of completion-at-point.
3337
3338 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
3339
3340 * cedet/semantic.el (semantic-mode): When enabled, add
3341 semantic-ia-complete-symbol to completion-at-point-functions.
3342
3343 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
3344 if Semantic is not active.
3345
3346 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
3347
3348 * net/tramp.el (tramp-remote-selinux-p): New defun.
3349 (tramp-handle-file-selinux-context)
3350 (tramp-handle-set-file-selinux-context): Use it.
3351
3352 2010-04-28 Sam Steingold <sds@gnu.org>
3353
3354 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
3355 `safe-local-variable' if the value is a string or a symbol with
3356 the property `bug-reference-url-format'.
3357
3358 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
3359
3360 * progmodes/bug-reference.el (bug-reference-url-format):
3361 Revert 2010-04-27 change due to security risk.
3362
3363 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3364
3365 Make it possible to locally disable a globally enabled mode.
3366 * simple.el (fundamental-mode): Run fundamental-mode-hook.
3367 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
3368 rather than kill-all-local-variables so it runs fundamental-mode-hook.
3369 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3370 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
3371 that subsequent hooks get a chance to disable it.
3372
3373 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3374
3375 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3376 Avoid re-enabling a minor mode after the user turned the minor mode
3377 off if MODE-enable-in-buffers is run twice (typically once from
3378 fundamental-mode's after-change-major-mode-hook and a second time from
3379 run-mode-hook's own after-change-major-mode-hook).
3380
3381 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
3382
3383 2010-04-27 Sam Steingold <sds@gnu.org>
3384
3385 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
3386 `safe-local-variable' if the value is a string or a function, as
3387 documented and implemented on 2010-04-02.
3388
3389 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
3390
3391 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
3392 when method is 'kill.
3393
3394 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
3395
3396 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
3397 condition in default directory check.
3398 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
3399 Kill ispell process when killing its associated buffer.
3400
3401 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
3402
3403 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
3404 but we aren't using it.
3405
3406 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
3407
3408 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
3409 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
3410
3411 2010-04-24 Glenn Morris <rgm@gnu.org>
3412
3413 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
3414 Ignore VCS-ignore files, and deleted nextstep preferences files.
3415 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
3416 (authors-ambiguous-files): New list.
3417 (authors-valid-file-names): Add some deleted files.
3418 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
3419 (authors-disambiguate-file-name): New function. (Bug#5501)
3420 (authors-canonical-file-name): Doc fix.
3421 Don't warn about obsolete files.
3422 (authors-canonical-file-name, authors-scan-el):
3423 Use authors-disambiguate-file-name.
3424
3425 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
3426 Add autoload cookies.
3427 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
3428 (generated-autoload-file): Set file-local value to "htmlfontify.el".
3429 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
3430 They have definitions / compiler macros in cl.el.
3431 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
3432 Replace manual autoloads with generated ones.
3433 (htmlfontify-unload-rgb-file): Remove autoload.
3434 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
3435
3436 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3437
3438 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
3439 (byte-compile-setq-default): Optimize for the
3440 single-var case and don't call byte-compile-form in this case to avoid
3441 inf-loop with byte-compile-set-default.
3442
3443 * progmodes/compile.el (compilation-start): Abbreviate default directory.
3444
3445 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
3446
3447 Implement SELINUX backends.
3448
3449 * net/tramp.el (tramp-file-name-handler-alist):
3450 Add `file-selinux-context' and `set-file-selinux-context'.
3451 (tramp-handle-file-selinux-context)
3452 (tramp-handle-set-file-selinux-context): New defuns.
3453 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
3454 Handle PRESERVE-SELINUX-CONTEXT.
3455
3456 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3457 Add `file-selinux-context' and `set-file-selinux-context'.
3458 (tramp-gvfs-handle-file-selinux-context)
3459 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
3460 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
3461
3462 * net/ange-ftp.el (ange-ftp-copy-file):
3463 * net/tramp-fish.el (tramp-fish-handle-copy-file):
3464 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3465 * net/tramp-smb.el (tramp-smb-handle-copy-file):
3466 Add PRESERVE-SELINUX-CONTEXT.
3467
3468 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
3469
3470 Synchronize with Tramp repository.
3471
3472 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
3473 (tramp-action-process-alive, tramp-action-out-of-band)
3474 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
3475 (tramp-exists-file-name-handler): Fix docstring.
3476 (with-progress-reporter): New defmacro.
3477 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
3478 (tramp-maybe-open-connection): Use it.
3479
3480 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
3481
3482 Detect ssh 'ControlMaster' argument automatically in some cases.
3483
3484 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
3485 (tramp-default-method): Use it.
3486
3487 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
3488
3489 * net/tramp.el (tramp-handle-copy-file): Add new optional
3490 parameter `preserve-selinux-context'.
3491 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
3492
3493 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
3494
3495 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
3496 Ensure, that non remote files are still checked. Oops.
3497
3498 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
3499
3500 Fix Bug#5840.
3501
3502 * icomplete.el (icomplete-completions): Use `non-essential'.
3503
3504 * net/tramp.el (tramp-connectable-p): New defun.
3505 (tramp-handle-expand-file-name)
3506 (tramp-completion-handle-file-name-all-completions)
3507 (tramp-completion-handle-file-name-completion): Use it.
3508
3509 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3510
3511 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
3512
3513 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3514
3515 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
3516
3517 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
3518
3519 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
3520 is present.
3521
3522 * info.el (info-tool-bar-map): Add labels.
3523
3524 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
3525
3526 * cus-edit.el (custom-commands): Add labels for tool bar.
3527 (custom-buffer-create-internal, Custom-mode): Adjust for
3528 labels in custom-commands.
3529
3530 * dynamic-setting.el: Renamed from font-setting.el.
3531
3532 2010-04-21 John Wiegley <jwiegley@gmail.com>
3533
3534 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
3535 toggles the use of virtual buffers.
3536 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
3537 (ido-toggle-virtual-buffers): New function.
3538
3539 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
3540
3541 Use `define-derived-mode'; fix window selection; doc fixes.
3542 * play/tetris.el (tetris, tetris-update-speed-function)
3543 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
3544 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
3545 (tetris-rotate-next, tetris-end-game, tetris-start-game)
3546 (tetris-pause-game): Fix typos in docstrings.
3547 (tetris-mode-map, tetris-null-map):
3548 Move initialization into declaration.
3549 (tetris-mode): Define with `define-derived-mode';
3550 set show-trailing-whitespace to nil.
3551 (tetris): Prefer window already displaying the "*Tetris*" buffer.
3552
3553 2010-04-21 Karel Klíč <kklic@redhat.com>
3554
3555 * files.el (backup-buffer): Handle SELinux context, and return it
3556 if a backup was made by renaming.
3557 (backup-buffer-copy): Set SELinux context to the target file.
3558 (basic-save-buffer): Set SELinux context of the newly written file.
3559 (basic-save-buffer-1): Now it also returns any SELinux context.
3560 (basic-save-buffer-2): Set SELinux context of the newly created file,
3561 and return it.
3562 * net/tramp.el (tramp-file-name-for-operation):
3563 Add file-selinux-context.
3564
3565 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3566
3567 Make the log-edit comments use RFC822 format throughout.
3568
3569 * vc.el (vc-checkin, vc-modify-change-comment):
3570 Adjust to new vc-start/finish-logentry.
3571 (vc-find-conflicted-file): New command.
3572 (vc-transfer-file): Adjust to new vc-checkin.
3573 (vc-next-action): Improve scoping.
3574
3575 * vc-hg.el (vc-hg-log-edit-mode): Remove.
3576 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
3577
3578 * vc-git.el (vc-git-log-edit-mode): Remove.
3579 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
3580 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
3581
3582 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
3583 (vc-start-logentry): Remove argument `extra'.
3584 (vc-finish-logentry): Remove extra args.
3585
3586 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
3587 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
3588 (vc-bzr-conflicted-files): New function.
3589
3590 * log-edit.el (log-edit-extra-flags)
3591 (log-edit-before-checkin-process): Remove.
3592 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
3593 (log-edit-headers-alist): New var.
3594 (log-edit-header-contents-regexp): New const.
3595 (log-edit-match-to-eoh): New function.
3596 (log-edit-font-lock-keywords): Use them.
3597 (log-edit): Insert a "Summary:" header as default.
3598 (log-edit-mode): Mark font-lock rules as case-insensitive.
3599 (log-edit-done): Cleanup headers.
3600 (log-view-process-buffer): Remove.
3601 (log-edit-extract-headers): New function to replace it.
3602
3603 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
3604
3605 * subr.el (default-direction-reversed): Remove obsolescence info.
3606
3607 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3608
3609 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
3610 windows/frames.
3611
3612 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
3613 I.e. include text after point in the completion region.
3614 Also, return nil when we're not after/in a symbol.
3615
3616 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
3617 default enable-multibyte-characters.
3618
3619 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3620
3621 * international/mule.el: Help the user choose a valid coding-system.
3622 (read-buffer-file-coding-system): New function.
3623 (set-buffer-file-coding-system): Use it. Prompt the user if the
3624 coding-system cannot encode all the chars.
3625
3626 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
3627 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
3628 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
3629 Don't use *vc-bzr-shelve*.
3630
3631 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3632
3633 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
3634 Don't destroy list before using it.
3635
3636 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
3637
3638 Fix the version number for added files.
3639 * vc-hg.el (vc-hg-working-revision): Check if the file is
3640 registered after hg parent fails (Bug#5961).
3641
3642 2010-04-19 Glenn Morris <rgm@gnu.org>
3643
3644 * htmlfontify.el (htmlfontify-buffer)
3645 (htmlfontify-copy-and-link-dir): Autoload entry points.
3646
3647 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
3648
3649 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
3650 name relative to the project root (Bug#5960).
3651
3652 2010-04-19 Glenn Morris <rgm@gnu.org>
3653
3654 * vc-git.el (vc-git-print-log): Doc fix.
3655
3656 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3657
3658 * ido.el (ido-file-internal): Fix 2009-12-02 change.
3659
3660 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
3661
3662 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
3663 default settings (Bug#5928).
3664
3665 2010-04-19 Glenn Morris <rgm@gnu.org>
3666
3667 * progmodes/fortran.el (fortran-match-and-skip-declaration):
3668 New function.
3669 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
3670
3671 2010-04-19 Kenichi Handa <handa@m17n.org>
3672
3673 * language/indian.el (malayalam-composable-pattern): Fix previous
3674 change (add U+0D4D "SIGN VIRAMA").
3675 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
3676 (tamil-composable-pattern): Fix typo in the regexp.
3677 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
3678 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
3679 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
3680
3681 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3682
3683 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
3684 paragraph-separate (Bug#5821).
3685
3686 2010-04-19 Juri Linkov <juri@jurta.org>
3687
3688 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
3689
3690 * info.el (Info-find-node-2): Comment out code that skips
3691 breadcrumbs line.
3692 (Info-mouse-follow-link): New command.
3693 (Info-link-keymap): New keymap.
3694 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
3695 Return a string with links instead of inserting breadcrumbs
3696 to the Info buffer.
3697 (Info-fontify-node): Comment out code that inserts breadcrumbs.
3698 Instead of putting the `invisible' text property over the Info
3699 header, make an overlay over the Info header with the `invisible'
3700 property and `after-string' set to the string returned by
3701 `Info-breadcrumbs'.
3702
3703 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3704
3705 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
3706 Reported by monkey@sandpframing.com.
3707
3708 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3709
3710 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
3711 (tmm-get-keymap): Add key-binding shortcuts now that they're not
3712 available in the "keyseq cache" any more.
3713
3714 * custom.el (defcustom): Add edebug spec.
3715
3716 2010-04-18 Juri Linkov <juri@jurta.org>
3717
3718 Test for special mode-class in view-buffer instead of view-file (bug#5513).
3719
3720 * view.el (view-file, view-buffer): Move test for special mode-class
3721 from view-file to view-buffer.
3722
3723 * tar-mode.el (tar-extract): Turn if's into one cond
3724 like in arc-mode.el.
3725
3726 2010-04-18 Juri Linkov <juri@jurta.org>
3727
3728 Add 7z archive format support (bug#5475).
3729
3730 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
3731 (archive-7z-extract): New defcustom.
3732 (archive-find-type): Add magic string for 7z.
3733 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
3734 If `stderr-file' is non-nil, use `(t stderr-file)' for the
3735 `buffer' arg of `call-process'.
3736 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
3737 call the function `archive-7z-extract' with the variable
3738 `archive-7z-extract' let-bound to `archive-zip-extract'.
3739 (archive-7z-summarize, archive-7z-extract): New functions.
3740
3741 * international/mule.el (auto-coding-alist):
3742 * files.el (auto-mode-alist): Add 7z file extension.
3743
3744 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3745
3746 * loadup.el: Setup hash-cons for pure data.
3747
3748 Fix duplicate entries in cedet's loaddefs.el files.
3749 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
3750 Should make most file-local generated-autoload-file unnecessary.
3751 (print-readably): Silence warnings.
3752 (autoload-find-destination): Take load-name as an arg to make sure
3753 it's the same as the one that will be in the file.
3754 (autoload-generate-file-autoloads): Adjust to above changes.
3755 Try to make the dataflow a bit simpler.
3756
3757 * cvs-status.el (cvs-refontify): Remove unused.
3758
3759 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3760
3761 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
3762
3763 * calc-bin.el (calc-radix): Have the "O" option turn on
3764 twos-complement mode.
3765
3766 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
3767
3768 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
3769 Add `calc-option-prefix-help' to calc-help autoloads.
3770 (calc-inverse): Add "Option" to message, as appropriate.
3771 (calc-hyperbolic): Add "Option" to message, as appropriate.
3772 (calc-option, calc-is-option): New functions.
3773
3774 * calc-help.el (calc-full-help): Add `calc-option-help'.
3775 (calc-option-prefix-help): New function.
3776
3777 * calc-misc.el (calc-help): Add "Option" entry.
3778
3779 * calc.el (calc-local-var-list): Add `calc-option-flag'.
3780 (calc-option-flag): New variable.
3781 (calc-do): Set `calc-option-flag to nil.
3782 (calc-set-mode-line): Add "Opt " as appropriate.
3783
3784 2010-04-16 Juri Linkov <juri@jurta.org>
3785
3786 Move scrolling commands from simple.el to window.el
3787 because their primitives are implemented in window.c.
3788
3789 * simple.el (scroll-error-top-bottom)
3790 (scroll-up-command, scroll-down-command, scroll-up-line)
3791 (scroll-down-line, scroll-other-window-down)
3792 (beginning-of-buffer-other-window, end-of-buffer-other-window):
3793 * window.el (scroll-error-top-bottom)
3794 (scroll-up-command, scroll-down-command, scroll-up-line)
3795 (scroll-down-line, scroll-other-window-down)
3796 (beginning-of-buffer-other-window, end-of-buffer-other-window):
3797 Move from simple.el to window.el because their primitives are
3798 implemented in window.c.
3799
3800 2010-04-16 Juri Linkov <juri@jurta.org>
3801
3802 * isearch.el (isearch-lookup-scroll-key): Check both
3803 `isearch-scroll' and `scroll-command' properties.
3804 (scroll-up, scroll-down): Remove `isearch-scroll' property.
3805
3806 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
3807
3808 * simple.el (scroll-up-command, scroll-down-command)
3809 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
3810
3811 2010-04-15 Juri Linkov <juri@jurta.org>
3812
3813 * simple.el (scroll-up-command, scroll-down-command)
3814 (scroll-up-line, scroll-down-line): Put `scroll-command'
3815 property on the these symbols. Remove them from
3816 `scroll-preserve-screen-position-commands'.
3817
3818 * mwheel.el (mwheel-scroll): Put `scroll-command' and
3819 `isearch-scroll' properties on the `mwheel-scroll' symbol.
3820 Remove it from `scroll-preserve-screen-position-commands'.
3821
3822 * isearch.el (isearch-allow-scroll): Doc fix.
3823
3824 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
3825
3826 * net/tramp.el (tramp-error-with-buffer): Don't show the
3827 connection buffer when we are in completion mode.
3828 (tramp-file-name-handler): Catch the error for some operations
3829 when we are in completion mode. This gives the user the chance to
3830 correct the file name in the minibuffer.
3831
3832 2010-04-15 Glenn Morris <rgm@gnu.org>
3833
3834 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3835
3836 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
3837
3838 Simplify by using `define-derived-mode'.
3839 * info.el (Info-mode):
3840 * calendar/todo-mode.el (todo-mode):
3841 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3842 (gomoku-mode-map): Move initialization into declaration.
3843
3844 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
3845
3846 Fix Bug#5840.
3847 * ido.el (ido-file-name-all-completions-1):
3848 * minibuffer.el (minibuffer-completion-help):
3849 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3850
3851 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3852
3853 * simple.el (non-essential): New var.
3854
3855 Add a new field `location' to bookmarks for non-file bookmarks.
3856 * bookmark.el (bookmark-location): Use the new field, if present.
3857 (bookmark-insert-location): Undo last change, not needed any more.
3858 * man.el (Man-bookmark-make-record):
3859 * woman.el (woman-bookmark-make-record): Add `location' field.
3860
3861 2010-04-14 Juri Linkov <juri@jurta.org>
3862
3863 * simple.el (scroll-error-top-bottom): New defcustom.
3864 (scroll-up-command, scroll-down-command): Use it. Doc fix.
3865
3866 * emulation/pc-select.el (pc-select-override-scroll-error):
3867 Obsolete in favor of `scroll-error-top-bottom'.
3868
3869 2010-04-14 Juri Linkov <juri@jurta.org>
3870
3871 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3872 `scroll-up-command' and `M-v' to `scroll-down-command'.
3873
3874 * emulation/cua-rect.el (cua--init-rectangles):
3875 * forms.el (forms--change-commands):
3876 * image-mode.el (image-mode-map):
3877 Remap scroll-down-command and scroll-up-command
3878 in addition to scroll-down and scroll-up.
3879
3880 2010-04-14 Juri Linkov <juri@jurta.org>
3881
3882 * mwheel.el (scroll-preserve-screen-position-commands):
3883 Add mwheel-scroll to this list of commands.
3884
3885 * simple.el (scroll-preserve-screen-position-commands):
3886 Add scroll-up-command, scroll-down-command, scroll-up-line,
3887 scroll-down-line to this list of commands.
3888
3889 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 * obsolete/complete.el: Move from lisp/complete.el.
3892
3893 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3894
3895 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3896 to the minor mode function now turns the mode ON unconditionally.
3897
3898 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3899
3900 * vc-dir.el (vc-dir-kill-line): New command.
3901 (vc-dir-mode-map): Bind it to C-k.
3902
3903 * bookmark.el (bookmark-insert-location): Handle a nil filename.
3904
3905 * woman.el: Add bookmark declarations to silence the compiler.
3906 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3907 step to compatibility between man and woman bookmarks.
3908 Adjust for Man-default-bookmark-title renaming.
3909 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
3910
3911 * man.el: Add bookmark declarations to silence the compiler.
3912 (Man-name-local-regexp): Make it match NAME as well.
3913 (Man-getpage-in-background): Return the buffer.
3914 (Man-notify-when-ready): Use `case'.
3915 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3916 Don't hardcode "NAME". Simplify.
3917 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3918 Rename from Man-bookmark-make-record.
3919 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
3920 we have the actual man-args. Use Man-getpage-in-background rather
3921 than `man' since the arg is already processed. Let bookmark.el do the
3922 window handling. Only wait for the relevant process.
3923 Don't forget to autoload.
3924
3925 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3926
3927 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3928
3929 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3930 New functions.
3931 (woman-mode): Setup bookmark support.
3932
3933 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3934 (man-bookmark-jump): New functions.
3935 (Man-mode): Setup bookmark support.
3936
3937 2010-04-10 Jari Aalto <jari.aalto@cante.net>
3938
3939 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3940 recognize ssh-keygen prompt (Bug#2817).
3941
3942 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3943
3944 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3945
3946 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3947
3948 Synchronize with Tramp repository.
3949
3950 * net/tramp.el (tramp-completion-function-alist)
3951 (tramp-file-name-regexp, tramp-chunksize)
3952 (tramp-local-coding-commands, tramp-remote-coding-commands):
3953 Fix docstring.
3954 (tramp-remote-process-environment): Use `format' instead of `concat'.
3955 (tramp-handle-directory-files-and-attributes)
3956 (tramp-get-remote-path): Use `copy-tree'.
3957 (tramp-handle-file-name-all-completions): Backward/ XEmacs
3958 compatibility: Use `completion-ignore-case' if
3959 `read-file-name-completion-ignore-case' does not exist.
3960 (tramp-do-copy-or-rename-file-directly): Do not use
3961 `tramp-handle-file-remote-p'.
3962 (tramp-do-copy-or-rename-file-out-of-band):
3963 Use `tramp-compat-delete-directory'.
3964 (tramp-do-copy-or-rename-file-out-of-band)
3965 (tramp-compute-multi-hops, tramp-maybe-open-connection):
3966 Use `format-spec-make'.
3967 (tramp-find-foreign-file-name-handler)
3968 (tramp-advice-make-auto-save-file-name)
3969 (tramp-set-auto-save-file-modes): Remove superfluous check for
3970 `stringp'. This is done inside `tramp-tramp-file-p'.
3971 (tramp-debug-outline-regexp): New defconst.
3972 (tramp-get-debug-buffer): Use it.
3973 (tramp-check-for-regexp): Use (forward-line 1).
3974 (tramp-set-auto-save-file-modes): Adapt version check.
3975
3976 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3977 Wrap call of `featurep' for 2nd argument.
3978 (tramp-compat-make-temp-file): Simplify fallback implementation.
3979 (tramp-compat-copy-tree): Remove function.
3980 (tramp-compat-delete-directory): Provide implementation for older
3981 Emacsen.
3982
3983 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3984 Do not use `tramp-fish-handle-file-attributes.
3985
3986 * net/trampver.el: Update release number.
3987
3988 2010-04-10 Glenn Morris <rgm@gnu.org>
3989
3990 * progmodes/compile.el (compilation-save-buffers-predicate):
3991 Add missing :version tag.
3992
3993 2010-04-09 Sam Steingold <sds@gnu.org>
3994
3995 * progmodes/compile.el (compilation-save-buffers-predicate):
3996 Remove the "autoload" cookie.
3997
3998 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3999 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
4000 and `bug-reference-prog-mode' can be used in hooks directly.
4001
4002 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
4003
4004 Add --author support to git commit.
4005 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
4006 (vc-git-log-edit-mode): New minor mode.
4007 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
4008 New declarations.
4009
4010 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
4011
4012 * vc-hooks.el, vc-git.el: Improve documentation comments.
4013
4014 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4015
4016 Fix some of the problems in defsubst* (bug#5728).
4017 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
4018 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
4019
4020 2010-04-07 Sam Steingold <sds@gnu.org>
4021
4022 * progmodes/compile.el (compilation-save-buffers-predicate):
4023 New custom variable.
4024 (compile, recompile): Pass it to `save-some-buffers'.
4025
4026 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
4027
4028 * wid-edit.el (widget-choose): Move cursor to the second line of
4029 the buffer (Bug#5695).
4030
4031 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
4032
4033 Add new VC methods: vc-log-incoming and vc-log-outgoing.
4034 * vc.el (vc-print-log-setup-buttons): New function split out from
4035 vc-print-log-internal.
4036 (vc-log-internal-common): New function, a parametrized version of
4037 vc-print-log-internal.
4038 (vc-print-log-internal): Just call vc-log-internal-common with the
4039 right arguments.
4040 (vc-incoming-outgoing-internal):
4041 (vc-log-incoming, vc-log-outgoing): New functions.
4042 (vc-log-view-type): New permanent local variable.
4043
4044 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
4045
4046 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
4047 of the dynamic bound vc-short-log.
4048 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
4049
4050 * vc-git.el (vc-git-log-outgoing): New function.
4051 (vc-git-log-view-mode): Use vc-log-view-type instead
4052 of the dynamic bound vc-short-log.
4053
4054 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
4055 of the dynamic bound vc-short-log. Highlight the tag.
4056 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
4057 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
4058 (vc-hg-incoming-mode): Remove.
4059 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
4060
4061 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
4062
4063 Fix default-directory for vc-root-diff.
4064 * vc.el (vc-root-diff): Bind default-directory to the root
4065 directory for the diff command.
4066
4067 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
4068
4069 * progmodes/verilog-mode.el (verilog-forward-sexp):
4070 (verilog-calc-1): Support "disable fork" and "fork wait" multi
4071 word keywords, suggested by Steve Pearlmutter.
4072 (verilog-pretty-declarations): Support lineup of declarations in
4073 port lists.
4074 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
4075 fix bug for /* / comments.
4076 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
4077 Speed up and simplfy as this is never called with a bound.
4078 (verilog-pretty-declarations): Enhance to line up declarations
4079 inside a parameter list, suggested by Alan Morgan.
4080 (verilog-pretty-expr): Tune assignment regular expression match
4081 string for corner cases; also use markers instead of character
4082 number as indent changes the later.
4083
4084 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
4085
4086 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
4087 as missing keyword.
4088 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
4089 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
4090 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
4091 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
4092 Tennant.
4093 (verilog-keywords):
4094 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
4095 1800-2009 keywords, including "global.".
4096
4097 2010-04-06 John Wiegley <jwiegley@gmail.com>
4098
4099 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
4100 appearing in buffer list (if a live buffer name matched a recentf
4101 file basename). Should use uniquify to offer a real solution.
4102
4103 2010-04-06 John Wiegley <jwiegley@gmail.com>
4104
4105 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
4106 comment to code, and add a :version tag.
4107 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
4108
4109 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
4110
4111 Enable recentf-mode if using virtual buffers.
4112 * ido.el (recentf-list): Declare for byte-compiler.
4113 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
4114 (ido-make-buffer-list): Simplify.
4115 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
4116
4117 2010-04-05 Juri Linkov <juri@jurta.org>
4118
4119 Scrolling commands which scroll a line instead of full screen.
4120 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
4121
4122 * simple.el (scroll-up-line, scroll-down-line): New commands.
4123 Put property isearch-scroll=t on them.
4124
4125 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
4126 Remove commands.
4127
4128 2010-04-05 Juri Linkov <juri@jurta.org>
4129
4130 Scrolling commands which do not signal errors at top/bottom.
4131 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
4132
4133 * simple.el (scroll-up-command, scroll-down-command): New commands.
4134 Put property isearch-scroll=t on them.
4135
4136 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
4137 `scroll-down-command' and [next] from `scroll-up' to
4138 `scroll-up-command'.
4139
4140 * emulation/cua-base.el: Put property CUA=move on
4141 `scroll-up-command' and `scroll-down-command'.
4142 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
4143 and `scroll-down-command' to `cua-scroll-down'.
4144
4145 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
4146
4147 * help.el (describe-mode): Return nil.
4148
4149 2010-04-04 John Wiegley <jwiegley@gmail.com>
4150
4151 * ido.el (ido-use-virtual-buffers): New variable to indicate
4152 whether "virtual buffer" support is enabled for IDO.
4153 (ido-virtual): Face used to indicate virtual buffers in the list.
4154 (ido-buffer-internal): If a buffer is chosen, and no such buffer
4155 exists, but a virtual buffer of that name does (which would be why
4156 it was in the list), recreate the buffer by reopening the file.
4157 (ido-make-buffer-list): If virtual buffers are being used, call
4158 `ido-add-virtual-buffers-to-list' before the make list hook.
4159 (ido-virtual-buffers): New variable which contains a copy of the
4160 current contents of the `recentf-list', albeit pared down for the
4161 sake of speed, and with proper faces applied.
4162 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
4163 create a list of "virtual buffers" to present to the user in
4164 addition to the currently open set. Note that this logic could
4165 get rather slow if that list is too large. With the default
4166 `recentf-max-saved-items' of 200, there is little speed penalty.
4167
4168 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4169
4170 * font-lock.el: Require CL when compiling.
4171 (font-lock-turn-on-thing-lock): Use `case'.
4172
4173 2010-04-03 Eli Zaretskii <eliz@gnu.org>
4174
4175 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
4176 Zaretskii.
4177
4178 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
4179
4180 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
4181 (semantic-create-imenu-directory-index): Fix typos in docstrings.
4182 (semantic-imenu-goto-function): Reflow docstring.
4183
4184 2010-04-02 Juri Linkov <juri@jurta.org>
4185
4186 * ehelp.el (electric-help-orig-major-mode):
4187 New buffer-local variable.
4188 (electric-help-mode): Set it to original major-mode. Doc fix.
4189 (with-electric-help): Use `electric-help-orig-major-mode' instead
4190 of (default-value 'major-mode). Doc fix.
4191 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
4192
4193 2010-04-02 Sam Steingold <sds@gnu.org>
4194
4195 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
4196 `vc-hg-command' with a list of flags.
4197
4198 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4199 Also accept "patch" and "RFE".
4200 (bug-reference-fontify): `bug-reference-url-format' can also be a
4201 function to be able to handle the bug kind.
4202 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
4203
4204 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
4205
4206 * tmm.el (tmm-get-keymap): Check with symbolp before passing
4207 value to fboundp, it may not be a symbol.
4208
4209 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4210
4211 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
4212
4213 2010-03-31 Juri Linkov <juri@jurta.org>
4214
4215 * simple.el (next-line, previous-line): Re-throw a signal
4216 with `signal' instead of using `ding'.
4217 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
4218
4219 2010-03-31 Juri Linkov <juri@jurta.org>
4220
4221 * simple.el (keyboard-escape-quit): Raise deselecting the active
4222 region higher than exiting the minibuffer.
4223 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
4224
4225 2010-03-31 Juri Linkov <juri@jurta.org>
4226
4227 * image.el (image-animated-p): Use `image-metadata' instead of
4228 `image-extension-data'. Get GIF extenstion data from metadata
4229 property `extension-data'.
4230
4231 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4232
4233 * simple.el (append-to-buffer): Simplify.
4234
4235 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
4236
4237 * textmodes/artist.el (artist-mode): Fix typo in docstring.
4238 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
4239
4240 2010-03-31 Kenichi Handa <handa@m17n.org>
4241
4242 * language/sinhala.el (composition-function-table): Fix regexp for
4243 the new Unicode specification.
4244
4245 * language/indian.el (devanagari-composable-pattern)
4246 (tamil-composable-pattern, kannada-composable-pattern)
4247 (malayalam-composable-pattern): Adjust for the new Unicode
4248 specification.
4249 (bengali-composable-pattern, gurmukhi-composable-pattern)
4250 (gujarati-composable-pattern, oriya-composable-pattern)
4251 (telugu-composable-pattern): New variables to cope with the new
4252 Unicode specification. Use them in composition-function-table.
4253
4254 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4255
4256 Make tmm-menubar work for the Buffers menu again (bug#5726).
4257 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
4258 vectors rather than cons cells, as used in menu-bar-update-buffers.
4259
4260 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4261
4262 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
4263 (js-insert-and-indent): Revert 2009-08-15 change, restoring
4264 electric punctuation for "{}();,:" (Bug#5586).
4265
4266 * mail/sendmail.el (mail-default-directory): Doc fix.
4267
4268 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4269
4270 * mail/sendmail.el (mail-default-directory): Doc fix.
4271
4272 2010-03-31 Eli Zaretskii <eliz@gnu.org>
4273
4274 * subr.el (version-regexp-alist, version-to-list)
4275 (version-list-<, version-list-=, version-list-<=)
4276 (version-list-not-zero, version<, version<=, version=): Doc fix.
4277 (Bug#5744).
4278
4279 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
4280
4281 * vc.el (vc-root-diff): Doc fix.
4282
4283 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4284
4285 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
4286
4287 * simple.el (append-to-buffer): Fix last change.
4288
4289 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4290
4291 * simple.el (append-to-buffer): Ensure that point is preserved if
4292 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
4293 (Bug#5749)
4294
4295 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4296
4297 * files.el (auto-mode-case-fold): Change default to t.
4298
4299 2010-03-30 Juri Linkov <juri@jurta.org>
4300
4301 * dired-x.el (dired-omit-mode): Doc fix.
4302
4303 2010-03-30 Juri Linkov <juri@jurta.org>
4304
4305 * replace.el (occur-accumulate-lines): Move occur-engine related
4306 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
4307 to be located after `occur-engine'.
4308
4309 2010-03-30 Juri Linkov <juri@jurta.org>
4310
4311 Make occur handle multi-line matches cleanly with context.
4312 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
4313
4314 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
4315 (occur-engine): Add local variables `ret', `prev-after-lines',
4316 `prev-lines'. Use more arguments for `occur-context-lines'.
4317 Set first elem of its returned list to `data', and the second elem
4318 to `prev-after-lines'. Don't print the separator line.
4319 In the end, print remaining context after-lines.
4320 (occur-context-lines): Add new arguments `begpt', `endpt',
4321 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
4322 after-lines of the previous match with before-lines of the
4323 current match and not overlap them. Return a list with two
4324 values: the output line and the list of context after-lines.
4325
4326 2010-03-30 Juri Linkov <juri@jurta.org>
4327
4328 * replace.el (occur-accumulate-lines): Fix a bug where the first
4329 context line at the beginning of the buffer was missing.
4330
4331 2010-03-30 Eli Zaretskii <eliz@gnu.org>
4332
4333 * files.el: Make bidi-display-reordering safe variable for boolean
4334 values.
4335
4336 2010-03-29 Phil Hagelberg <phil@evri.com>
4337 Chong Yidong <cyd@stupidchicken.com>
4338
4339 * subr.el: Extend progress reporters to perform "spinning".
4340 (progress-reporter-update, progress-reporter-do-update):
4341 Handle non-numeric value arguments.
4342 (progress-reporter--pulse-characters): New var.
4343
4344 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
4345
4346 * progmodes/compile.el (compilation-start): Fix regexp detection
4347 of initial cd command (Bug#5771).
4348
4349 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
4350
4351 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
4352
4353 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
4354
4355 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
4356 * lisp/progmodes/gdb-mi.el: Restore.
4357 * lisp/progmodes/gdb-ui.el: Remove.
4358 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
4359
4360 2010-03-25 Glenn Morris <rgm@gnu.org>
4361
4362 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
4363 all dired buffers, even tramp ones. (Bug#5755)
4364
4365 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4366
4367 Add "union tags" in mpc.el.
4368 * mpc.el: Remove backward compatibility code.
4369 (mpc-browser-tags): Change default.
4370 (mpc--find-memoize-union-tags): New var.
4371 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
4372 (mpc-cmd-find): Handle the case where the playlist does not exist.
4373 Handle union-tags.
4374 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
4375 (mpc-cmd-add): Use mpc-cmd-flush.
4376 (mpc-tagbrowser-tag-name): New fun.
4377 (mpc-tagbrowser-buf): Use it.
4378 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
4379
4380 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4381
4382 Misc cleanup.
4383 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
4384 Use replace-regexp-in-string.
4385 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
4386 (makefile-imake-mode-syntax-table): Move init into defvar.
4387 (makefile-mode): Use define-derived-mode.
4388
4389 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
4390 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
4391 not be present any more.
4392
4393 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
4394
4395 * faces.el (set-face-attribute): Fix typo in docstring.
4396 (face-valid-attribute-values): Reflow docstring.
4397
4398 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
4399
4400 2010-03-24 Glenn Morris <rgm@gnu.org>
4401
4402 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4403
4404 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
4405
4406 * indent.el (indent-for-tab-command): Doc fix.
4407
4408 2010-03-24 Alan Mackenzie <acm@muc.de>
4409
4410 * progmodes/cc-engine.el (c-remove-stale-state-cache):
4411 Fix off-by-one error. Fixes bug #5747.
4412
4413 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
4414
4415 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
4416 (image-dired-read-comment): Doc fix.
4417
4418 * json.el (json-object-type, json-array-type, json-key-type)
4419 (json-false, json-null, json-read-number):
4420 * minibuffer.el (completion-in-region-functions):
4421 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
4422 (cal-tex-cursor-week):
4423 * emacs-lisp/trace.el (trace-function):
4424 * eshell/em-basic.el (eshell/printnl):
4425 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
4426 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
4427 * obsolete/levents.el (allocate-event, event-key, event-object)
4428 (event-point, event-process, event-timestamp, event-to-character)
4429 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
4430 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
4431 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
4432 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
4433 (reftex-highlight-selection): Fix typos in docstrings.
4434
4435 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
4436
4437 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
4438
4439 2010-03-24 Glenn Morris <rgm@gnu.org>
4440
4441 * mail/rmail.el (rmail-highlight-face): Restore option deleted
4442 2008-02-13 without comment; mark it obsolete.
4443 (rmail-highlight-headers): Use rmail-highlight-face once more.
4444
4445 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
4446
4447 * woman.el (woman2-process-escapes): Only consume the newline if
4448 the filler character is on a line by itself (Bug#5729).
4449
4450 2010-03-24 Kenichi Handa <handa@m17n.org>
4451
4452 * language/indian.el (devanagari-composable-pattern): Add more
4453 consonants.
4454
4455 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
4456
4457 * net/trampver.el: Update release number.
4458
4459 2010-03-24 Glenn Morris <rgm@gnu.org>
4460
4461 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
4462
4463 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
4464
4465 * net/tramp.el (tramp-find-executable):
4466 Use `tramp-get-connection-buffer'. Make the regexp for checking
4467 output of "wc -l" more robust.
4468 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
4469 (tramp-open-connection-setup-interactive-shell): Remove workaround
4470 for OpenSolaris bug, it is not needed anymore.
4471
4472 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
4473
4474 * cedet/semantic/imenu.el: New file, from the CEDET repository
4475 (Bug#5412).
4476
4477 2010-03-24 Glenn Morris <rgm@gnu.org>
4478
4479 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
4480
4481 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
4482
4483 * files.el (auto-mode-alist): Accept more verilog file patterns.
4484
4485 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4486
4487 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
4488
4489 2010-03-24 Glenn Morris <rgm@gnu.org>
4490
4491 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
4492 log-edit-before-checkin-process.
4493
4494 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
4495
4496 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
4497
4498 * vc-dispatcher.el (vc-start-logentry): Doc fix.
4499 (log-view-process-buffer, log-edit-extra-flags): Declare.
4500
4501 * log-edit.el (log-edit-before-checkin-process): Doc fix.
4502
4503 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
4504 Consistently check ede-object is bound throughout.
4505
4506 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
4507
4508 2010-03-23 Sam Steingold <sds@gnu.org>
4509
4510 Fix bug#5620: recalculate all markers on compilation buffer
4511 modifications, not on file modifications.
4512 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
4513 the buffer modification time, for buffers not associated with files.
4514 (compilation-mode): Create it.
4515 (compilation-filter): Update it.
4516 (compilation-next-error-function): Use it instead of
4517 `visited-file-modtime' for timestamp.
4518
4519 2010-03-23 Juri Linkov <juri@jurta.org>
4520
4521 Implement Occur multi-line matches.
4522 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
4523
4524 * replace.el (occur): Doc fix.
4525 (occur-engine): Set `begpt' to the beginning of the first line.
4526 Set `endpt' to the end of the last match line. At first, count
4527 line numbers between `origpt' and `begpt'. Split out code from
4528 `out-line' variable to new let-bindings `match-prefix' and
4529 `match-str'. In `out-line' add non-numeric prefix to all
4530 non-first lines of multi-line matches. Finally, count lines
4531 between `begpt' and `endpt' and add to `lines'.
4532
4533 2010-03-23 Juri Linkov <juri@jurta.org>
4534
4535 * replace.el (occur-accumulate-lines, occur-engine):
4536 Use `occur-engine-line' instead of duplicate code.
4537 (occur-engine-line): New function created from duplicate code
4538 in `occur-accumulate-lines' and `occur-engine'.
4539
4540 * replace.el (occur-engine-line): Add optional arg `keep-props'.
4541 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
4542
4543 2010-03-23 Juri Linkov <juri@jurta.org>
4544
4545 * finder.el: Remove TODO tasks.
4546
4547 * info.el (Info-finder-find-node): Add node "all"
4548 with all package info. Handle a list of multiple keywords
4549 separated by comma.
4550 (info-finder): In interactive use with a prefix argument,
4551 use `completing-read-multiple' to read a list of keywords
4552 separated by comma.
4553
4554 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4555
4556 Add a new completion style `substring'.
4557 * minibuffer.el (completion-basic--pattern): New function.
4558 (completion-basic-try-completion, completion-basic-all-completions):
4559 Use it.
4560 (completion-substring--all-completions)
4561 (completion-substring-try-completion)
4562 (completion-substring-all-completions): New functions.
4563 (completion-styles-alist): New style `substring'.
4564
4565 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4566
4567 Get rid of .elc files after removal of the corresponding .el.
4568 * Makefile.in (compile-clean): New target.
4569 (compile-main): Use it.
4570
4571 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
4572
4573 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
4574 don't do make there. When compiling with separate object dir, there
4575 is no Makefile there.
4576
4577 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4578
4579 Get rid of the ELCFILES abomination, again.
4580 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4581 (all, compile): Don't call compile-last.
4582 (compile-main): Build the "elcfiles" list dynamically.
4583 (compile-targets): New (internal) target.
4584
4585 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
4586
4587 * Makefile.in (top_srcdir): Define.
4588 (abs_top_builddir): Define.
4589 (srcdir): Don't append `/..'.
4590 (EMACS): Use ${abs_top_builddir}.
4591 (all, compile, compile-always, compile-last): Don't set emacswd.
4592 (update-subdirs, update-authors): Use $(top_srcdir) instead of
4593 $(srcdir).
4594 (lisp): Use $(srcdir) instead of @srcdir@.
4595
4596 2010-03-21 Juri Linkov <juri@jurta.org>
4597
4598 Fix message of multi-line occur regexps and multi-buffer header lines.
4599 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
4600
4601 * replace.el (occur-1): Don't display regexp if it is longer
4602 than window-width. Use `query-replace-descr' to display regexp.
4603 (occur-engine): Don't display regexp in the buffer header for
4604 multi-buffer occur. Display a separate header line with total
4605 match count and regexp for multi-buffer occur.
4606 Use `query-replace-descr' to display regexp.
4607
4608 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
4609
4610 * net/secrets.el: Fix parenthesis.
4611 (secrets-enabled): Fix parenthesis.
4612
4613 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4614
4615 Use more relative file and directory names.
4616 * Makefile.in (EMACS): Arrange for it to work when we chdir.
4617 (setwins, setwins_almost, setwins_for_subdirs):
4618 Don't `cd'; output relative names.
4619 (all, compile, compile-always, compile-last): Set emacswd.
4620 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
4621 Just cd to the lisp source dir so we can use relative file names.
4622
4623 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
4624
4625 2010-03-20 Glenn Morris <rgm@gnu.org>
4626
4627 * textmodes/rst.el: Use faces for font-lock customization, and make the
4628 old -face variables obsolete.
4629 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
4630 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
4631 (rst-block-face, rst-external-face, rst-definition-face)
4632 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
4633 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
4634 Make obsolete.
4635 (rst-font-lock-keywords-function): Update for above changes.
4636
4637 2010-03-20 Juri Linkov <juri@jurta.org>
4638
4639 * s-region.el:
4640 * obsolete/s-region.el: Move to obsolete.
4641
4642 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
4643
4644 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
4645
4646 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4647
4648 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
4649
4650 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4651
4652 Add special markup processing for commit logs.
4653 * log-edit.el (log-edit-extra-flags): New variable.
4654 (log-edit): Add new argument MODE. Use that mode when non-nil
4655 instead of the log-view-mode.
4656 (log-view-process-buffer): New function.
4657
4658 * vc.el: Document that the checkin method takes optional
4659 arguments. Document new backend specific method: log-view-mode.
4660 (vc-default-log-edit-mode): New function.
4661 (vc-checkin): Use a backend specific log-view-mode.
4662 Pass extra arguments to the checkin method.
4663 (vc-modify-change-comment): Pass a dummy extra argument.
4664
4665 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
4666 log-edit.
4667 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
4668 (vc-finish-logentry): Process the log buffer before passing it
4669 down. Pass log-edit-extra-flags.
4670
4671 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
4672 command.
4673 (log-edit-extra-flags, log-edit-before-checkin-process):
4674 New declarations.
4675
4676 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
4677 command.
4678 (log-edit-extra-flags, log-edit-before-checkin-process):
4679 New declarations.
4680 (vc-hg-log-edit-mode): New derived mode.
4681
4682 * vc-arch.el (vc-arch-checkin):
4683 * vc-cvs.el (vc-cvs-checkin):
4684 * vc-git.el (vc-git-checkin):
4685 * vc-mtn.el (vc-mtn-checkin):
4686 * vc-rcs.el (vc-rcs-checkin):
4687 * vc-sccs.el (vc-sccs-checkin):
4688 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
4689
4690 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4691
4692 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
4693 parent typo).
4694
4695 2010-03-19 Glenn Morris <rgm@gnu.org>
4696
4697 * password-cache.el (password-cache, password-cache-expiry): Autoload.
4698
4699 2010-03-18 Glenn Morris <rgm@gnu.org>
4700
4701 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
4702
4703 * replace.el (query-replace-history): Give it a doc string.
4704 (map-query-replace-regexp): Use query-replace-from-history-variable
4705 and query-replace-to-history-variable.
4706
4707 * mail/hashcash.el (declare-function): Remove duplicate definition.
4708
4709 * mail/emacsbug.el (report-emacs-bug-pretest-address):
4710 Make it an obsolete alias for report-emacs-bug-address.
4711 (message-strip-special-text-properties): Declare.
4712 (report-emacs-bug): Remove test for a pretest bug address.
4713 Combine message-mode-specific code.
4714
4715 * mail/supercite.el: Don't require sendmail.
4716 (mh-in-header-p): Declare rather than using with-no-warnings.
4717 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
4718 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
4719
4720 * calendar/cal-french.el: Convert to utf-8.
4721
4722 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
4723 Emacs scripts.
4724
4725 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
4726
4727 * net/secrets.el (secrets-enabled): New variable. Use it instead
4728 of a subfeature.
4729
4730 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
4731
4732 * net/secrets.el (top): Register the D-Bus signals only when the
4733 service "org.freedesktop.secrets" can be pinged.
4734 Provide subfeature `enabled'.
4735
4736 2010-03-14 Juri Linkov <juri@jurta.org>
4737
4738 Add finder unknown keywords.
4739
4740 * finder.el (finder-unknown-keywords): New function.
4741
4742 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
4743 to create a Finder node with unknown keywords.
4744
4745 2010-03-14 Juri Linkov <juri@jurta.org>
4746
4747 * finder.el (finder-compile-keywords): Replace `princ' with
4748 `prin1' on a list of symbols interned from keyword strings.
4749
4750 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
4751 a comma, then split keywords using a comma and optional whitespace.
4752 Otherwise, split by whitespace.
4753
4754 * complete.el:
4755 * face-remap.el:
4756 * log-view.el:
4757 * net/hmac-def.el:
4758 * net/hmac-md5.el:
4759 * net/netrc.el:
4760 * progmodes/mixal-mode.el: Fix keywords.
4761
4762 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
4763
4764 * Makefile.in (ELCFILES): Add net/secrets.elc.
4765
4766 * net/secrets.el: New file.
4767
4768 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4769
4770 * facemenu.el (list-colors-display, list-colors-print): New arg
4771 callback. Use it to allow selecting colors.
4772
4773 * wid-edit.el (widget-image-insert): Insert image prop even if the
4774 current display is non-graphic.
4775 (widget-field-value-set): New fun.
4776 (editable-field): Use it.
4777 (widget-field-value-get): Clean up unused var.
4778 (widget-color-value-create, widget-color--choose-action):
4779 New funs. Allow using list-colors-display to choose color.
4780
4781 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4782
4783 * cus-edit.el: Resort topmost custom groups.
4784 (custom-buffer-sort-alphabetically): Default to t.
4785 (customize-apropos): Use apropos-parse-pattern.
4786 (custom-search-field): New var.
4787 (custom-buffer-create-internal): Add custom-apropos search field.
4788 (custom-add-parent-links): Don't display parent doc.
4789 (custom-group-value-create): Don't sort top-level custom group.
4790 (custom-magic-value-create): Show visibility button before option name.
4791
4792 (custom-variable-state): New fun, from custom-variable-state-set.
4793 (custom-variable-state-set): Use it.
4794 (custom-group-value-create): Hide options with standard values
4795 using the :hidden-states property. Use progress reporter.
4796
4797 (custom-show): Simplify.
4798 (custom-visibility): Disable images by default.
4799 (custom-variable): New property :hidden-states.
4800 (custom-variable-value-create): Enable images for
4801 custom-visibility widgets. Use :hidden-states property to
4802 determine initial visibility.
4803
4804 * wid-edit.el (widget-image-find): Give images center ascent.
4805 (visibility): Add :on-image and :off-image properties.
4806 (widget-visibility-value-create): Use them.
4807
4808 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4809
4810 * cus-edit.el (processes): Remove from development group.
4811 (oop, hypermedia): Delete group.
4812 (comm): Promote to top-level group.
4813
4814 * net/browse-url.el (browse-url):
4815 * net/xesam.el (xesam):
4816 * net/tramp.el (tramp):
4817 * net/goto-addr.el (goto-address):
4818 * net/ange-ftp.el (ange-ftp): Put in comm group.
4819
4820 * view.el (view): Remove from editing group.
4821
4822 * uniquify.el (uniquify): Put in files group.
4823
4824 * net/browse-url.el (browse-url):
4825 * ps-print.el (postscript): Put in external group.
4826
4827 * cus-edit.el (outlines):
4828 * textmodes/text-mode.el (text-mode-hook):
4829 * textmodes/table.el (table):
4830 * textmodes/picture.el (picture):
4831 * outline.el (outlines): Put in wp group.
4832
4833 * nxml/nxml-mode.el (nxml): Remove from wp group.
4834
4835 * net/tramp-imap.el (tramp-imap): Put in tramp group.
4836
4837 * mail/metamail.el (metamail): Remove from hypermedia group.
4838
4839 * cus-edit.el (abbrev):
4840 * whitespace.el (whitespace):
4841 * vcursor.el (vcursor):
4842 * reveal.el (reveal):
4843 * hl-line.el (hl-line): Put in convenience group.
4844
4845 * epg-config.el (epg): Put in data group.
4846
4847 * emulation/pc-select.el (pc-select): Put in emulations group.
4848
4849 * calculator.el (calculator): Put in applications group.
4850
4851 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4852
4853 Add .dir-locals.el support for file-less buffers.
4854 * files.el (hack-local-variables): Split out code to apply local
4855 variable settings ...
4856 (hack-local-variables-apply): ... here. New function.
4857 (hack-dir-local-variables): Use the default directory for when the
4858 buffer does not have an associated file.
4859 (hack-dir-local-variables-non-file-buffer): New function.
4860 * diff-mode.el (diff-mode):
4861 * vc-annotate.el (vc-annotate-mode):
4862 * vc-dir.el (vc-dir-mode):
4863 * log-edit.el (log-edit-mode):
4864 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4865
4866 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4867
4868 Add support for shelving snapshots and for showing shelves.
4869 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4870 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4871 New functions.
4872 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4873 (vc-bzr-extra-menu-map): Map them.
4874
4875 2010-03-11 Glenn Morris <rgm@gnu.org>
4876
4877 * cus-edit.el (customize-changed-options-previous-release):
4878 Bump to 23.1.
4879
4880 * image.el (image-animate-max-time): Fix :version tag.
4881
4882 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4883
4884 * Branch for 23.2.
4885
4886 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4887
4888 * vc-git.el (vc-git-revision-table): Include remote branches.
4889
4890 2010-03-10 Kim F. Storm <storm@cua.dk>
4891
4892 Animated image API.
4893 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4894
4895 * image.el (image-animate-max-time): New defcustom.
4896 (image-animated-types): New defconst.
4897 (create-animated-image, image-animate-timer)
4898 (image-animate-start, image-animate-stop, image-animate-timeout)
4899 (image-animated-p): New functions.
4900
4901 * image-mode.el (image-toggle-display-image):
4902 Replace `create-image' with `create-animated-image'.
4903
4904 2010-03-09 Miles Bader <miles@gnu.org>
4905
4906 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4907 instead of "format:"; this ensures that the output is
4908 newline-terminated.
4909
4910 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
4911
4912 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4913 that all errors are caught, and that the return value is always a
4914 list (Bug#5692).
4915
4916 2010-03-08 Kenichi Handa <handa@m17n.org>
4917
4918 * language/misc-lang.el (windows-1256): New coding system.
4919 (cp1256): New alias of windows-1256 (bug#5690).
4920
4921 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
4922
4923 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4924 call to rfc822-bad-address. (Bug#5692)
4925
4926 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
4927
4928 * vc-git.el (vc-git-annotate-extract-revision-at-line):
4929 Use vc-git-root as default directory for revision path (Bug#5657).
4930
4931 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
4932
4933 * calculator.el (calculator): Don't bind split-window-keep-point
4934 (Bug#5674).
4935
4936 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4937
4938 * vc-git.el: Re-flow to fit into 80 columns.
4939 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4940 Remove spurious `quote' element in each case alternative.
4941 (vc-git-show-log-entry): Use prog1.
4942 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4943
4944 2010-03-06 Glenn Morris <rgm@gnu.org>
4945
4946 * cedet/semantic/grammar.el (semantic-grammar-header-template):
4947 Update template copyright to GPLv3+.
4948
4949 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4950
4951 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4952
4953 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
4954
4955 * macros.el (insert-kbd-macro): Look up keyboard macro using the
4956 definition, not the name (Bug#5481).
4957
4958 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
4959
4960 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4961 argument with a local variable. (Bug#5670)
4962
4963 2010-03-02 Juri Linkov <juri@jurta.org>
4964
4965 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
4966
4967 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
4968
4969 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4970 error when FILENAME and NEWNAME are existing remote directories.
4971
4972 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4973 parameter DIR-FLAG.
4974
4975 2010-03-02 Glenn Morris <rgm@gnu.org>
4976
4977 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4978 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4979
4980 2010-03-01 Kenichi Handa <handa@m17n.org>
4981
4982 * language/burmese.el (burmese-composable-pattern): Rename from
4983 myanmar-composable-pattern.
4984
4985 * international/characters.el (script-list):
4986 * international/fontset.el (script-representative-chars):
4987 Change myanmar to burmese.
4988 (otf-script-alist): Likewise.
4989 (setup-default-fontset): Likewise. Re-fix :otf spec.
4990
4991 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
4992
4993 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4994
4995 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
4996
4997 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4998
4999 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
5000
5001 * net/tramp.el (tramp-handle-write-region): START can be a string.
5002 Take care in the checks. Reported by Dan Davison
5003 <davison@stats.ox.ac.uk>.
5004
5005 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
5006
5007 * net/dbus.el (dbus-introspect, dbus-get-property)
5008 (dbus-set-property, dbus-get-all-properties):
5009 Use `dbus-call-method' when noninteractive. (Bug#5645)
5010
5011 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
5012
5013 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
5014 * emacs-lisp/elint.el (elint-add-required-env):
5015 * cedet/semantic/db-find.el
5016 (semanticdb-find-translate-path-brutish-default):
5017 * cedet/ede/make.el (ede-make-check-version):
5018 * calendar/icalendar.el (icalendar--add-diary-entry):
5019 * calc/calcalg2.el (math-tracing-integral):
5020 * files.el (recover-session-finish): Use with-current-buffer
5021 instead of save-excursion.
5022
5023 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5024
5025 Fix in-buffer completion when after-change-functions modify the buffer.
5026 * minibuffer.el (completion--replace): New function.
5027 (completion--do-completion): Use it and use relative movement.
5028
5029 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
5030
5031 * international/fontset.el (setup-default-fontset): Fix :otf spec.
5032
5033 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
5034
5035 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
5036 Allow the characters _<> in the stack entry (Bug#5653).
5037
5038 2010-02-26 Kenichi Handa <handa@m17n.org>
5039
5040 * language/burmese.el: Fix entries in composition-function-table.
5041 (myanmar-composable-pattern): New variable.
5042
5043 * international/fontset.el (setup-default-fontset): Add an entry
5044 for myanmar.
5045
5046 * international/characters.el (script-list): Add Myanmar
5047 Extended-A.
5048
5049 2010-02-26 Glenn Morris <rgm@gnu.org>
5050
5051 * custom.el (custom-initialize-delay): Doc fix.
5052
5053 * mail/sendmail.el (send-mail-function): Autoload the call
5054 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
5055
5056 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
5057
5058 * files.el (hack-local-variables-filter): For eval forms, also
5059 check safe-local-variable-p (Bug#5636).
5060
5061 2010-02-24 Eduard Wiebe <usenet@pusto.de>
5062
5063 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
5064 and use c(ad)r of cddr (Bug#5640).
5065
5066 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
5067
5068 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
5069 setting the modes by `ignore-errors'. It might fail, for example
5070 if the file is not owned by the user but the group.
5071 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
5072
5073 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
5074
5075 * files.el (directory-listing-before-filename-regexp): Use
5076 stricter matching for iso-style dates, to avoid false matches with
5077 date-like filenames (Bug#5597).
5078
5079 * htmlfontify.el (htmlfontify): Doc fix.
5080
5081 * eshell/eshell.el (eshell): Doc fix.
5082
5083 * startup.el (fancy-about-screen): In mode-line, apply
5084 mode-line-buffer-id face only to the buffer name (Bug#5613).
5085
5086 2010-02-20 Kevin Ryde <user42@zip.com.au>
5087
5088 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5089 In `watcom' anchor regexp to start of line, to avoid slowness
5090 (Bug#5599).
5091
5092 2010-02-20 Eli Zaretskii <eliz@gnu.org>
5093
5094 * subr.el (remove-yank-excluded-properties): Explain in a comment
5095 why `category' property is removed.
5096
5097 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
5098
5099 * isearch.el (isearch-update-post-hook, isearch-update): Revert
5100 2010-02-17 change.
5101
5102 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
5103
5104 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
5105 (icalendar--convert-weekly-to-ical)
5106 (icalendar--convert-yearly-to-ical)
5107 (icalendar--convert-block-to-ical)
5108 (icalendar--convert-cyclic-to-ical)
5109 (icalendar--convert-anniversary-to-ical): Take care of time
5110 specifications where hour has 1-digit only (Bug#5549).
5111
5112 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
5113
5114 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
5115 of disassemble output in GDB 7.1.
5116
5117 2010-02-19 Glenn Morris <rgm@gnu.org>
5118
5119 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
5120 property. (Bug#5593)
5121
5122 2010-02-18 Sam Steingold <sds@gnu.org>
5123
5124 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
5125
5126 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5127
5128 Use abbreviated file names in bookmarks (bug#5591).
5129 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
5130 calls to expand-file-name.
5131 (bookmark-relocate): Use abbreviated file names in bookmarks.
5132 (bookmark-load): Use abbreviated file names in messages.
5133
5134 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
5135
5136 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
5137 expand "." and "..". Reported by Thierry Volpiatto
5138 <thierry.volpiatto@gmail.com>.
5139
5140 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
5141
5142 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
5143 permissions of the temporary file to "0600". In case the remote
5144 file has no read permissions for the owner, there might be
5145 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
5146
5147 22010-02-18 Glenn Morris <rgm@gnu.org>
5148
5149 * emacs-lisp/authors.el (authors-renamed-files-alist):
5150 Add entries for INSTALL.CVS.
5151
5152 2010-02-17 Mark A. Hershberger <mah@everybody.org>
5153
5154 * vc-bzr.el: Fix typo in Known Bugs section.
5155
5156 * isearch.el (isearch-update-post-hook): New hook.
5157 (isearch-update): Use the new hook.
5158
5159 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
5160
5161 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5162 Fix errors in copying directories.
5163 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
5164 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
5165 (tramp-handle-delete-file)
5166 (tramp-handle-dired-recursive-delete-directory)
5167 (tramp-handle-write-region): Flush also the cache for the upper
5168 directory.
5169
5170 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
5171
5172 * simple.el (save-interprogram-paste-before-kill): Doc fix.
5173
5174 * cus-edit.el (hardware): Doc fix.
5175
5176 * man.el (man): Add to external custom group.
5177
5178 * delim-col.el (columns): Move to wp custom group.
5179
5180 * doc-view.el (doc-view): Add to data custom group.
5181
5182 * cedet/data-debug.el (data-debug): Move to extensions group.
5183
5184 * cedet/ede.el (ede):
5185 * cedet/srecode.el (srecode):
5186 * cedet/semantic.el (semantic): Put in tools and extensions group.
5187
5188 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
5189
5190 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
5191 by ispell-parse-output (Bug#5575).
5192
5193 2010-02-16 Kenichi Handa <handa@m17n.org>
5194
5195 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
5196 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
5197 (skkdic-convert): Use `euc-japan' coding system for writing.
5198
5199 2010-02-16 Glenn Morris <rgm@gnu.org>
5200
5201 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
5202 tex-main-file before using it. (Bug#5562)
5203
5204 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
5205
5206 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
5207 warnings, since it is annoying for the user to see them each time he
5208 runs the code.
5209
5210 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
5211
5212 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
5213 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
5214 instead of PROC for caching "first-password-request". Otherwise,
5215 new processes would not profit from passwords already entered.
5216
5217 * net/tramp-cache.el (tramp-dump-connection-properties):
5218 Don't save "first-password-request" property.
5219
5220 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
5221
5222 * outline.el (outline-head-from-level):
5223 * simple.el (with-wrapper-hook):
5224 * cedet/ede.el (ede-run-target, project-delete-target)
5225 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
5226 (ede-adebug-project, ede-adebug-project-parent)
5227 (ede-adebug-project-root):
5228 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
5229 (elint-defun, elint-buffer-env, elint-top-form-logged)
5230 (elint-unbound-variable):
5231 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
5232 Fix typos in docstrings.
5233
5234 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
5235
5236 * files.el (insert-directory): When WILDCARD-REGEXP and
5237 FULL-DIRECTORY-P are nil, insert the file entry instead of the
5238 whole directory. (Bug#5551)
5239
5240 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
5241 dired's alignment sanity. (Bug#5516)
5242
5243 2010-02-14 Juri Linkov <juri@jurta.org>
5244
5245 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
5246 Remove remaining ^H with their preceding chars. (Bug#5566)
5247
5248 2010-02-13 Glenn Morris <rgm@gnu.org>
5249
5250 * simple.el (transpose-subr): Give it a doc-string.
5251
5252 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
5253 Doc fixes.
5254
5255 2010-02-12 Juri Linkov <juri@jurta.org>
5256
5257 * arc-mode.el (archive-unique-fname): Make directories for nested
5258 archives. (Bug#5540)
5259
5260 2010-02-12 Juri Linkov <juri@jurta.org>
5261
5262 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
5263
5264 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5265
5266 * subr.el (copy-overlay): Handle deleted overlays.
5267
5268 * man.el (Man-completion-table): Don't signal an error if we can't run
5269 manual-program (bug#4056).
5270
5271 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
5272
5273 * textmodes/artist.el (artist-mt): Fix typos in docstring.
5274
5275 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5276
5277 * info.el (Info-bookmark-jump): Simplify.
5278
5279 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
5280 (bookmark-default-handler): Accept new bookmark field `buffer'.
5281
5282 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
5283
5284 * iswitchb.el (iswitchb-completions): Revert last change.
5285
5286 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
5287
5288 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
5289 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
5290 This prevents file names like "~/" being listed literally.
5291
5292 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
5293
5294 * term/xterm.el (xterm-maybe-set-dark-background-mode):
5295 Remove dead code. (Bug#5546)
5296
5297 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
5298
5299 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
5300 correctly (Bug#5548).
5301
5302 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
5303
5304 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
5305 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
5306
5307 2010-02-08 Kenichi Handa <handa@m17n.org>
5308
5309 * international/mule-util.el (with-coding-priority): Add autoload
5310 cookie for putting `lisp-indent-function'.
5311
5312 2010-02-07 Glenn Morris <rgm@gnu.org>
5313
5314 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
5315 Move F2003 named interfaces from keywords-2 to keywords-1, and
5316 use function-name-face rather than constant-face.
5317 Simplify "abstract interface" regexp.
5318
5319 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
5320
5321 * eshell/esh-util.el (eshell-file-attributes): New optional arg
5322 ID-FORMAT. Pass it to `file-attributes'.
5323
5324 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
5325
5326 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
5327
5328 * faces.el (set-face-attribute): Allow calling
5329 internal-set-lisp-face-attribute with 'unspecified family and
5330 foundry argument (Bug#5536).
5331
5332 2010-02-07 Glenn Morris <rgm@gnu.org>
5333
5334 * progmodes/f90.el (f90-font-lock-keywords-2)
5335 (f90-looking-at-type-like, f90-looking-at-program-block-end):
5336 Handle F2003 named interfaces.
5337
5338 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
5339
5340 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
5341 beg and end before calling c-get-state-before-change-functions.
5342
5343 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
5344
5345 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
5346
5347 2010-02-05 Juri Linkov <juri@jurta.org>
5348
5349 * doc-view.el (doc-view-mode):
5350 * image-mode.el (image-mode): Put property mode-class=special.
5351 (Bug#4896)
5352
5353 2010-02-05 Mark A. Hershberger <mah@everybody.org>
5354
5355 * vc-svn.el (vc-svn-revision-table): New function.
5356
5357 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
5358
5359 * net/ange-ftp.el (ange-ftp-insert-directory):
5360 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
5361 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
5362 Handle also directories. (Bug#5478)
5363
5364 2010-02-05 Glenn Morris <rgm@gnu.org>
5365
5366 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
5367
5368 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
5369
5370 * startup.el (command-line-1): Convert options beginning with a
5371 single dash as well (Bug#5519).
5372
5373 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
5374
5375 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
5376 * minibuffer.el (completion-initials-expand): Only check the presence
5377 of delims *within* the boundaries, since otherwise the / delim is
5378 always found for files.
5379
5380 Fix up various corner case problems.
5381 * doc-view.el (doc-view-last-page-number): New function.
5382 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
5383 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
5384 (doc-view-kill-proc): Avoid inf-loop in freak cases.
5385 (doc-view-reconvert-doc): Use the new recursive delete-directory.
5386 (doc-view-convert-current-doc): Don't create the resolution.el file
5387 here any more.
5388 (doc-view-pdf/ps->png): Do it here instead.
5389 (doc-view-already-converted-p): Check that resolution.el is present.
5390 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
5391 windows that are not yet showing images.
5392
5393 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
5394
5395 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
5396 `dired-uncache' for every elemnt which is an absolute file name.
5397
5398 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
5399 directory, handle its directory component.
5400 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
5401 function is called permanently and creates noise, otherwise.
5402
5403 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
5404 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
5405 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
5406
5407 2010-02-04 David Burger <dburger@google.com> (tiny change)
5408
5409 * macros.el (apply-macro-to-region-lines):
5410 Minor simplification. (Bug#5485)
5411
5412 2010-02-04 Glenn Morris <rgm@gnu.org>
5413
5414 * mail/rmail.el (rmail-show-message-1): Handle malformed
5415 quoted-printable text. (Bug#5441)
5416
5417 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
5418
5419 * simple.el (visual-line-mode): Capitalize lighter.
5420
5421 2010-02-03 John Wiegley <jwiegley@gmail.com>
5422
5423 * iswitchb.el (iswitchb-completions): Add bookmark files to the
5424 list of files considered for "virtual buffer" completions.
5425
5426 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
5427
5428 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
5429 also in case of (and (not full) (not wildcard)). This is needed
5430 when dired is called with a list of files, which are not in
5431 `default-directory'. (Bug#5478)
5432
5433 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
5434
5435 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
5436
5437 2010-02-02 Juri Linkov <juri@jurta.org>
5438
5439 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
5440 from unidiff to allow function-line after @@.
5441
5442 2010-02-02 Juri Linkov <juri@jurta.org>
5443
5444 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
5445 '(RCS SCCS) with inverted condition.
5446
5447 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
5448
5449 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
5450 messages.
5451
5452 2010-02-01 Juri Linkov <juri@jurta.org>
5453
5454 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
5455 compare with "pkunzip" and "pkzip" instead of only "pkzip".
5456 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
5457 only when (car archive-zip-extract) is "unzip". (Bug#5475)
5458
5459 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5460
5461 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
5462 (doc-view-revert-buffer): New command.
5463 (doc-view-mode-map): Use it.
5464
5465 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
5466
5467 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
5468 pending merge is detected.
5469
5470 2010-01-31 Juri Linkov <juri@jurta.org>
5471
5472 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
5473 beginning of interactive spec like all other grep commands do.
5474 Put "all" in front of "gz". (Bug#5260)
5475
5476 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
5477
5478 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
5479
5480 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
5481
5482 * dirtrack.el (dirtrack): Warn instead of signalling error if the
5483 regexp is incorrect (Bug#5476).
5484
5485 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
5486
5487 * net/tramp.el (tramp-handle-insert-directory): Handle also
5488 symlinks, when FILENAME is not in `default-directory'.
5489
5490 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
5491
5492 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
5493 FILE is not in `default-directory'. (Bug#5478)
5494
5495 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
5496 of SWITCHES. Handle the case, FILENAME is not in
5497 `default-directory'. (Bug#5478)
5498 (tramp-register-file-name-handlers): Add safe-magic property.
5499
5500 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
5501
5502 * arc-mode.el (archive-zip-extract): Quote the argument passed to
5503 unzip (Bug#5475).
5504
5505 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
5506
5507 * progmodes/flymake.el (flymake-allowed-file-name-masks)
5508 (flymake-master-make-header-init): Add other C++ filename masks.
5509 (flymake-find-possible-master-files)
5510 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
5511
5512 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
5513
5514 Fix some busybox annoyances.
5515
5516 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
5517 not responding." string.
5518 (tramp-open-connection-setup-interactive-shell): Dump stty
5519 settings. Enable "neveropen" arg for all `tramp-send-command'
5520 calls. Handle "=" in variable values properly.
5521 (tramp-find-inline-encoding): Raise an error, when no encoding is
5522 found.
5523 (tramp-wait-for-output): Check, whether PROC buffer is available.
5524 Remove spurious " ^H" sequences, sent by busybox.
5525 (tramp-get-ls-command): Suppress coloring, if possible.
5526
5527 2010-01-28 Glenn Morris <rgm@gnu.org>
5528
5529 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
5530
5531 * log-edit.el (log-edit-strip-single-file-name): Add missing
5532 :safe, :group, and :version tags.
5533
5534 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
5535
5536 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
5537 buffers. (Bug#5477)
5538
5539 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
5540
5541 * files.el (delete-directory): Handle moving to trash without
5542 first doing recursion (Bug#5436).
5543
5544 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
5545
5546 * vc-hooks.el (vc-path): Mark as obsolete.
5547
5548 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
5549
5550 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
5551 names too.
5552
5553 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
5554 for the short log.
5555 (vc-bzr-log-view-mode): Adjust regexp for the above change.
5556
5557 2010-01-25 Mark A. Hershberger <mah@everybody.org>
5558
5559 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
5560
5561 * vc-bzr.el (vc-bzr-revision-table): New function.
5562
5563 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
5564
5565 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
5566 diff-index command. This requires at least git-1.5.5. (Bug#1589).
5567
5568 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5569
5570 Remove support for adding --signoff on commit.
5571 Future support will use an incompatible generic mechanism.
5572 * vc-git.el (vc-git-add-signoff): Remove variable.
5573 (vc-git-toggle-signoff): Remove function.
5574 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
5575
5576 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
5577 from xterm-set-background-mode. Return t if the background mode
5578 was set.
5579 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
5580 earlier, call it again in case the background mode has changed.
5581
5582 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
5583
5584 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
5585 (Bug#3541).
5586
5587 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
5588
5589 * emacs-lisp/assoc.el (aelement): Doc fix.
5590 (aput, adelete, amake): Use lexical-let (Bug#5450).
5591
5592 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
5593
5594 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
5595 is the same as subprogram call, not declaration. (Bug#5435).
5596
5597 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
5598
5599 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
5600 (tramp-smb-maybe-open-connection): Use it.
5601
5602 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
5603
5604 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
5605
5606 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5607
5608 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
5609 just because we see "encoding: 8bit".
5610 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
5611
5612 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
5613
5614 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
5615
5616 2010-01-22 Eli Zaretskii <eliz@gnu.org>
5617
5618 * jka-compr.el (jka-compr-load): If load-file is not in
5619 load-history, try its file-truename version. (bug#5447)
5620
5621 2010-01-21 Alan Mackenzie <acm@muc.de>
5622
5623 Fix a situation where deletion of a cpp construct throws an error.
5624 * progmodes/cc-engine.el (c-invalidate-state-cache):
5625 Before invoking c-with-all-but-one-cpps-commented-out, check that the
5626 special cpp construct is still in the buffer.
5627 (c-parse-state): Record the special cpp with markers, not numbers.
5628
5629 2010-01-21 Kenichi Handa <handa@m17n.org>
5630
5631 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
5632 process last-command-event, as it is now decoded first (Bug#5380).
5633
5634 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
5635
5636 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
5637
5638 2010-01-20 Glenn Morris <rgm@gnu.org>
5639
5640 * indent.el (tab-always-indent): Fix custom-type.
5641
5642 2010-01-19 Alan Mackenzie <acm@muc.de>
5643
5644 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
5645 buffer throws "args out of range".
5646 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
5647 playing the role of delimiter.
5648
5649 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
5650
5651 * progmodes/ada-mode.el: Fix bug#5400.
5652 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
5653 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
5654 changed. Delete RECURSIVE parameter; never used. Improve doc string.
5655 Improve comments in "is" portion. Handle null procedure declaration.
5656 (ada-move-to-end): Improve doc string.
5657
5658 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
5659
5660 * ido.el (ido-cur-list): Initialize to nil.
5661 Remove obsolete information from commentary.
5662 (ido-choice-list): Initialize to nil.
5663 (ido-get-bufname): Reject minibuffers.
5664 (ido-make-buffer-list): If "default" is a nonexistent
5665 buffer, ignore it, as per the function's comment.
5666 (ido-kill-buffer-internal): New function.
5667 (ido-kill-buffer-at-head): Use it.
5668 (ido-visit-buffer): Likewise.
5669
5670 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
5671
5672 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
5673
5674 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
5675
5676 * cedet/ede/locate.el (ede-locate-file-in-project)
5677 (ede-locate-file-in-project-impl): Fix typos in docstrings.
5678 (ede-enable-locate-on-project): Fix typos in error messages.
5679
5680 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
5681 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
5682 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
5683 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
5684 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
5685 Fix typos in menu help.
5686
5687 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
5688 Fix typos in chart titles.
5689
5690 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
5691 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
5692 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
5693 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
5694 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
5695 (semantic-parse-stream, semantic-parse-region)
5696 (semantic-parse-region-default, semantic--set-buffer-cache)
5697 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
5698 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
5699 (semantic-default-submodes):
5700 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
5701 (semanticdb-create-ebrowse-database)
5702 (semanticdb-find-tags-for-completion-method)
5703 (semanticdb-find-tags-by-class-method)
5704 (semanticdb-deep-find-tags-by-name-method)
5705 (semanticdb-deep-find-tags-for-completion-method):
5706 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
5707 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
5708 (semanticdb-find-tags-for-completion-method)
5709 (semanticdb-find-tags-by-class-method)
5710 (semanticdb-deep-find-tags-for-completion-method):
5711 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
5712 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
5713 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
5714 (semanticdb-find-tags-by-name-method)
5715 (semanticdb-find-tags-by-name-regexp-method)
5716 (semanticdb-find-tags-for-completion-method)
5717 (semanticdb-find-tags-by-class-method)
5718 (semanticdb-find-tags-external-children-of-type-method)
5719 (semanticdb-find-tags-subclasses-of-type-method)
5720 (semanticdb-deep-find-tags-by-name-method)
5721 (semanticdb-deep-find-tags-by-name-regexp-method)
5722 (semanticdb-deep-find-tags-for-completion-method):
5723 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
5724 (semanticdb-enable-gnu-global-in-buffer)
5725 (semanticdb-find-tags-for-completion-method)
5726 (semanticdb-deep-find-tags-by-name-method)
5727 (semanticdb-deep-find-tags-for-completion-method):
5728 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
5729 (javascript-mode, semanticdb-find-translate-path)
5730 (semanticdb-find-tags-for-completion-method)
5731 (semanticdb-find-tags-by-class-method)
5732 (semanticdb-deep-find-tags-by-name-method)
5733 (semanticdb-deep-find-tags-for-completion-method)
5734 (semanticdb-find-tags-external-children-of-type-method):
5735 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
5736 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
5737 (global-semantic-idle-scheduler-mode):
5738 * cedet/srecode/dictionary.el (srecode-field-value)
5739 (srecode-dictionary-add-section-dictionary):
5740 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
5741 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
5742 (describe-class, eieio-describe-generic, describe-generic):
5743 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
5744 (eieio-speedbar-expand):
5745 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5746 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
5747 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
5748 (viper-del-backward-char-in-replace, viper-backward-indent)
5749 (viper-brac-function, viper-register-to-point, viper-submit-report):
5750 * net/tramp.el (tramp-remote-coding-commands):
5751 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
5752 Fix typos in docstrings.
5753
5754 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5755
5756 * mail/sendmail.el (mail-yank-original): Set the mark if the
5757 specified function for yanking does not do it.
5758
5759 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
5760
5761 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
5762
5763 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
5764 resyncing a directory.
5765
5766 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
5767
5768 * progmodes/ada-mode.el: Fix bug#1920.
5769 (ada-ident-re): Delete ., allow multibyte characters.
5770 (ada-goto-label-re): New; matches goto labels.
5771 (ada-block-label-re): New; matches block labels.
5772 (ada-label-re): New; matches both.
5773 (ada-named-block-re): Deleted; callers changed to use
5774 `ada-block-label-re' instead.
5775 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
5776 Use `ada-block-label-re'.
5777 (ada-indent-on-previous-lines): Improve handling of goto labels.
5778 (ada-get-indent-block-start): Special-case block label.
5779 (ada-get-indent-label): Split into `ada-indent-block-label' and
5780 `ada-indent-goto-label'.
5781 (ada-goto-stmt-start, ada-goto-next-non-ws):
5782 Optionally ignore goto labels.
5783 (ada-goto-next-word): Simplify.
5784 (ada-indent-newline-indent-conditional): Insert newline before
5785 trying to fix indentation; doc fix.
5786
5787 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
5788
5789 * calc/calc.el (calc-command-flags): Give it an initial value.
5790
5791 2010-01-17 Glenn Morris <rgm@gnu.org>
5792
5793 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
5794
5795 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5796
5797 * cedet/semantic.el (semantic-mode):
5798 * files.el (minibuffer-with-setup-hook):
5799 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
5800 (artist-key-draw-continously, artist-key-do-continously-continously)
5801 (artist-key-set-point-continously, artist-mouse-draw-continously):
5802 Fix typos in docstrings.
5803
5804 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
5805
5806 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
5807 return t (Bug#3898).
5808
5809 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
5810
5811 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
5812 can parse the output of the external commands (Bug#5279).
5813
5814 2010-01-16 Jari Aalto <jari.aalto@cante.net>
5815
5816 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
5817
5818 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
5819
5820 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5821
5822 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5823
5824 * startup.el (command-line): Remove unused --icon-type arg.
5825 Handle --display arg, passing it to command-line-1 (Bug#5392).
5826
5827 2010-01-16 Mario Lang <mlang@delysid.org>
5828
5829 * cedet/ede/cpp-root.el (ede-cpp-root-project):
5830 * cedet/ede/files.el (ede-expand-filename):
5831 * cedet/ede/simple.el (ede-simple-project):
5832 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5833 (semantic-complete-inline-tag-engine):
5834 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5835 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5836 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5837 * cedet/semantic/db.el (semanticdb-equivalent-mode):
5838 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5839 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5840 * emacs-lisp/chart.el (chart-translate-namezone):
5841 * textmodes/artist.el (artist-compute-popup-menu-table):
5842 Remove duplicated words in doc-strings.
5843
5844 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
5845
5846 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5847 to mairix-search to suppress threading (Bug#5342).
5848
5849 2010-01-15 Kenichi Handa <handa@m17n.org>
5850
5851 * international/mule-cmds.el (canonicalize-coding-system-name):
5852 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
5853
5854 2010-01-15 Glenn Morris <rgm@gnu.org>
5855
5856 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
5857
5858 * wid-edit.el (widget-keymap): Doc fix.
5859
5860 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5861 former seems to be more widely accepted by various svn versions.
5862
5863 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5864
5865 * find-cmd.el (find-constituents):
5866 * vc-arch.el (vc-arch-root):
5867 * window.el (window-body-height, pop-up-frames):
5868 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5869 (semantic-no-reparse-needed-change-hook):
5870 * cedet/srecode/insert.el (srecode-resolve-argument-list)
5871 (srecode-template-inserter-blank, srecode-template-inserter-variable)
5872 (srecode-template-inserter-ask, srecode-template-inserter-width)
5873 (srecode-template-inserter-section-start)
5874 (srecode-template-inserter-section-end, srecode-insert-method):
5875 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5876 * progmodes/ada-stmt.el (ada-if):
5877 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5878 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5879 (ispell-encoding8-command, ispell-aspell-supports-utf8)
5880 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5881
5882 * progmodes/flymake.el (flymake-post-syntax-check):
5883 Fix typo in error message.
5884
5885 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5886
5887 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5888 which is always a string. (Bug#5313)
5889
5890 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5891
5892 * progmodes/ada-xref.el (ada-default-prj-properties):
5893 Simplify previous change.
5894
5895 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5896
5897 * progmodes/ada-xref.el (ada-default-prj-properties):
5898 Default ada_project_path to $ADA_PROJECT_PATH.
5899
5900 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5901
5902 * progmodes/ada-mode.el (ada-create-keymap):
5903 Override `narrow-to-defun' with `ada-narrow-to-defun'.
5904
5905 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5906
5907 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5908 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5909 (ada-get-current-indent, ada-imenu-generic-expression)
5910 (ada-which-function): Check for it.
5911
5912 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5913
5914 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5915 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5916
5917 2010-01-14 Glenn Morris <rgm@gnu.org>
5918
5919 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
5920
5921 2010-01-14 Kenichi Handa <handa@m17n.org>
5922
5923 * composite.el (auto-composition-mode): Make it a buffer local
5924 variable (permanent-local).
5925 (auto-composition-function): Set the default value to
5926 auto-compose-chars.
5927 (auto-composition-mode): Make it a simple function, not a minor mode.
5928 (global-auto-composition-mode): Likewise.
5929 (turn-on-auto-composition-if-enabled): Delete it.
5930
5931 2010-01-13 Karl Fogel <kfogel@red-bean.com>
5932
5933 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5934
5935 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
5936
5937 * files.el (copy-directory): Compute target for recursive
5938 directories with identical names. (Bug#5343)
5939
5940 2010-01-12 Glenn Morris <rgm@gnu.org>
5941
5942 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5943 it to bug-gnu-emacs rather than emacs-pretest-bug.
5944
5945 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5946
5947 * cedet/data-debug.el (data-debug): Fix customization group reference.
5948
5949 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5950
5951 * cedet/semantic/analyze.el (semantic-analyze-push-error)
5952 (semantic-analyze-context, semantic-analyze-context-assignment)
5953 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5954 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5955 (semantic-java-doc-keywords-map):
5956 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5957 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5958 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5959 (semantic-c-classname, semantic-format-tag-uml-prototype)
5960 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5961 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5962 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5963 (semantic-get-local-variables, semantic-end-of-command)
5964 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5965 (lisp-mode):
5966 * cedet/semantic/bovine/make.el (makefile-mode):
5967 * cedet/semantic/wisent/python.el (wisent-python-string-re)
5968 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5969 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5970 (semantic-lex, semantic-get-local-variables, python-mode):
5971 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5972 * cedet/srecode/extract.el (srecode-extract-state-set)
5973 (srecode-extract-method): Fix typos in docstrings.
5974
5975 2010-01-11 Sam Steingold <sds@gnu.org>
5976
5977 * imenu.el (imenu-default-create-index-function): Detect infinite
5978 loops caused by imenu-prev-index-position-function.
5979
5980 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
5981
5982 * htmlfontify.el (htmlfontify-load-rgb-file)
5983 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5984 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5985 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5986 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5987 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5988 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5989 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5990 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5991 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5992 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5993 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5994 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5995 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5996 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5997 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5998 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5999 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
6000 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
6001 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
6002 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
6003 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
6004 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
6005 backslash-quoting from parentheses, etc.
6006
6007 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
6008
6009 * progmodes/js.el: Autoload javascript-mode alias.
6010
6011 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
6012
6013 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
6014 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
6015 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
6016 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
6017 Fix typos in docstrings.
6018 (ffap-url-regexp): Doc fix.
6019 (ffap-at-mouse): Fix typo in message.
6020
6021 2010-01-11 Glenn Morris <rgm@gnu.org>
6022
6023 * version.el (emacs-copyright): Set copyright year to 2010.
6024
6025 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6026
6027 * format.el (format-annotate-function): Only set
6028 write-region-post-annotation-function after running to-fn so as not to
6029 affect nested write-region calls (bug#5273).
6030
6031 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
6032
6033 * cedet/semantic.el (semantic-new-buffer-setup-functions):
6034 Add python parser.
6035
6036 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
6037 wisent/python.el.
6038
6039 2010-01-10 Richard Kim <emacs18@gmail.com>
6040
6041 * cedet/semantic/wisent/python-wy.el:
6042 * cedet/semantic/wisent/python.el: New files.
6043
6044 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
6045
6046 * man.el (Man-goto-section): Signal error if the section is not
6047 found (Bug#5317).
6048
6049 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
6050
6051 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
6052 URLs with a leading triple slash in the file: scheme. (Bug#5345)
6053
6054 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
6055
6056 * progmodes/compile.el: Don't treat compile-command as safe if
6057 compilation-read-command might be nil (Bug#4218).
6058
6059 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
6060
6061 * startup.el (command-line-1): Use orig-argi to check for ignored X and
6062 NS options.
6063
6064 2010-01-08 Kenichi Handa <handa@m17n.org>
6065
6066 * international/fontset.el (build-default-fontset-data):
6067 Exclude characters in scripts kana, hangul, han, or cjk-misc.
6068
6069 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
6070
6071 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
6072 to `create-file-buffer' as it expects, not just a buffer name.
6073 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
6074 to help uniquify. (Bug#3224)
6075
6076 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
6077
6078 * font-setting.el (font-setting-change-default-font): Use user-spec
6079 instead of name.
6080
6081 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6082
6083 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
6084
6085 2010-01-05 Tom Tromey <tromey@redhat.com>
6086
6087 * progmodes/python.el (python-font-lock-keywords):
6088 Handle qualified decorators (Bug#881).
6089
6090 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6091
6092 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
6093 in a lightweight checkout.
6094
6095 2010-01-05 Kenichi Handa <handa@m17n.org>
6096
6097 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
6098
6099 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6100
6101 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
6102
6103 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
6104
6105 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
6106 checkouts. (Bug#618)
6107 (vc-bzr-log-view-mode): Also highlight the author.
6108 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
6109 (vc-bzr-shelve-menu-map):
6110 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
6111 (vc-bzr-shelve-apply): Make prompt more explicit.
6112
6113 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
6114
6115 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
6116 They are valid characters in URL paths (rfc3986), and at least
6117 Firefox does not understand the encoded version (Bug#3166).
6118
6119 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
6120
6121 * progmodes/octave-mod.el (octave-end-keywords)
6122 (octave-block-begin-or-end-regexp, octave-block-match-alist):
6123 Add "end" keyword (Bug#3061).
6124 (octave-end-as-array-index-p): New function.
6125 (calculate-octave-indent): Use it.
6126
6127 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6128
6129 * bookmark.el: Consistently put the text property on the bookmark name.
6130 (bookmark-bmenu-marks-width): Bump back to 2, to include
6131 annotation marks.
6132 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
6133 property on the bookmark name, instead of not putting it at all.
6134 (bookmark-bmenu-list): Fix where we put the text property.
6135
6136 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6137
6138 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
6139 for showing buffer modified state (as added in the previous change).
6140
6141 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6142
6143 * bookmark.el: Show modified state of bookmark buffer more accurately.
6144 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
6145 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
6146 (with-buffer-modified-unmodified): New macro.
6147 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6148 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
6149 Use new macro to preserve the buffer modified state.
6150
6151 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6152
6153 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
6154 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
6155 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
6156 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
6157 (bookmark-bmenu-rename, bookmark-bmenu-locate)
6158 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
6159 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
6160
6161 2010-01-02 Eli Zaretskii <eliz@gnu.org>
6162
6163 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6164 Make the lines in the generated doc string shorter. (Bug#4668)
6165
6166 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
6167
6168 * net/rcirc.el: Add follow-link binding (Bug#4738).
6169
6170 2010-01-02 Eli Zaretskii <eliz@gnu.org>
6171
6172 * Makefile.in (bzr-update): Rename from cvs-update.
6173 (cvs-update): New target for backward compatibility.
6174
6175 * makefile.w32-in (bzr-update): Rename from cvs-update.
6176 (cvs-update): New target for backward compatibility.
6177
6178 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6179
6180 * bookmark.el: Remove gratuitous gratitude.
6181
6182 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6183
6184 * bookmark.el (bookmark-bmenu-any-marks): New function.
6185 (bookmark-bmenu-save): Clear buffer modification if no marks.
6186
6187 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6188
6189 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
6190 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
6191 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
6192 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
6193
6194 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
6195 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
6196 To: emacs-devel {_AT_} gnu.org
6197 Subject: bookmark.el bug report
6198 Date: Mon, 28 Dec 2009 14:19:16 +0800
6199 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
6200
6201 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6202
6203 * bookmark.el: Improvements suggested by Drew Adams:
6204 (bookmark-bmenu-ensure-position): New name for
6205 `bookmark-bmenu-check-position'. Just ensure the position,
6206 don't return any meaningful value.
6207 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
6208 New constants.
6209
6210 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
6211
6212 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
6213 (bookmark-yank-point, bookmark-bmenu-check-position):
6214 Fix typos in docstrings.
6215 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
6216 (bookmark-name-from-full-record, bookmark-get-position)
6217 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
6218 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
6219 Remove useless quoting of parenthesis, etc. in docstrings.
6220
6221 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
6222 (ediff-append-custom-diff): Fix typo in error message.
6223 (ediff-meta-mark-equal-files): Fix typos in messages.
6224
6225 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
6226
6227 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
6228 Fix typo in docstring.
6229
6230 * net/imap-hash.el (imap-hash-make): Doc fix.
6231 (imap-hash-test): Fix typo in error message; reflow docstring.
6232 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
6233 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
6234 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
6235 Fix typos in docstrings.
6236 (imap-hash-open-connection): Fix typo in error message.
6237
6238 * play/gomoku.el (gomoku): Fix typos in docstring.
6239
6240 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
6241 (gdb-jsonify-buffer): Fix typos in docstring.
6242 (gdb-goto-breakpoint): Fix typo in error message.
6243 ("Display Other Windows"): Fix typo in help message.
6244 (gdb-speedbar-expand-node): Fix typo in question.
6245
6246 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
6247 (idlwave-html-system-help-location, idlwave-html-help-location)
6248 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
6249 (idlwave-help-browser-generic-args, idlwave-help-directory)
6250 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
6251 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
6252 (idlwave-online-help, idlwave-help-html-link)
6253 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
6254 Fix typos in docstrings.
6255 (idlwave-help-with-source, idlwave-help-find-routine-definition):
6256 Reflow docstrings.
6257 (idlwave-help-assistant-start): Fix typo in error message.
6258
6259 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
6260 (octave-electric-space): Fix typos in docstrings.
6261
6262 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
6263
6264 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
6265
6266 2010-01-01 Juri Linkov <juri@jurta.org>
6267
6268 * comint.el (comint-input-ring-size): Make it a defcustom and
6269 increase the default to 500 (Bug#5148).
6270
6271 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
6272
6273 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
6274 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
6275 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
6276
6277 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
6278
6279 Show working revision correctly for mercurial.
6280 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
6281 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
6282
6283 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
6284
6285 Declare some functions for the byte-compiler.
6286 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
6287 (speedbar-timer-fn, speedbar-change-expand-button-char)
6288 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
6289
6290 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
6291
6292 This changeset reverts GDB Graphical Interface to use annotations.
6293 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
6294
6295 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
6296
6297 Make vc-dir work on subdirectories of the bzr root.
6298 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
6299 file names relative to it.
6300 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
6301 relative directory to vc-bzr-after-dir-status.
6302
6303 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
6304
6305 * font-lock.el (font-lock-refresh-defaults): New function, which
6306 can be used to let font-lock react to external changes in
6307 variables like font-lock-defaults and keywords.
6308 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
6309
6310 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
6311
6312 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
6313
6314 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
6315
6316 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
6317
6318 Supersede color.diff settings in git log (bug#5211).
6319
6320 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
6321 escape chars in its output when the user has color.diff set to `always'.
6322 This fix works on git 1.4.2 and newer (released on 2006-08-13).
6323
6324 2009-12-26 Kevin Ryde <user42@zip.com.au>
6325
6326 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
6327 node. Keep previous "Index" name to work with past coreutils too.
6328
6329 * man.el (man): Revise docstring a bit to show -a and -l as
6330 examples. Add -k description since support for it has otherwise
6331 been a secret. (Further to bug#3717.)
6332 (Man-bgproc-sentinel): When "-k foo" produces no output show error
6333 "no matches" rather than "Can't find manpage", as the latter reads
6334 like -k was interpreted as a page name, which is not so. (Bug#5431)
6335
6336 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
6337
6338 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
6339 switches. Check also for //SUBDIRED// line.
6340
6341 2009-12-25 Kenichi Handa <handa@m17n.org>
6342
6343 * language/indian.el (devanagari-composable-pattern): Fixed to
6344 handle ZWNJ and ZWJ. Use it in composition-function-table for
6345 Devanagari.
6346 (malayalam-composable-pattern): Fix previous change.
6347
6348 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6349
6350 * ps-print.el (ps-face-attributes): It was not returning the
6351 attribute face for faces specified as string. Reported by harven
6352 <harven@free.fr>. (Bug#5254)
6353 (ps-print-version): New version 7.3.5.
6354
6355 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
6356
6357 * calendar/icalendar.el (icalendar--convert-tz-offset):
6358 Fix timezone names.
6359 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6360 (icalendar--add-diary-entry): Remove the trailing blank that
6361 diary-make-entry inserts.
6362
6363 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
6364
6365 Make `file-expand-wildcards' work for remote files.
6366
6367 * files.el (file-expand-wildcards): In case of remote files, check
6368 only local file name part for wildcards. Provide feature 'files
6369 and subfeature 'remote-wildcards. (Bug#5198)
6370
6371 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
6372 if there is already an established connection.
6373 (tramp-advice-file-expand-wildcards): Remove it.
6374
6375 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
6376 (tramp-advice-file-expand-wildcards): Move from tramp.el.
6377 Activate advice for older GNU Emacs versions. (Bug#5237)
6378
6379 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
6380
6381 Some doc fixes (more needed).
6382
6383 * find-cmd.el (find-constituents): Reflow docstring.
6384 (find-cmd, find-prune, find-command): Fix typos in docstrings.
6385 (find-generic): Doc fix.
6386
6387 2009-12-17 Juri Linkov <juri@jurta.org>
6388
6389 Fix regression from 23.1 to allow multiple modes in Local Variables.
6390
6391 * files.el (hack-local-variables-filter): While ignoring duplicates,
6392 don't take `mode' into account.
6393 (hack-local-variables-filter, hack-dir-local-variables):
6394 Don't remove duplicate `mode' from local-variables-alist (like `eval').
6395
6396 2009-12-17 Juri Linkov <juri@jurta.org>
6397
6398 Make `dired-diff' safer. (Bug#5225)
6399
6400 * dired-aux.el (dired-diff): Signal an error when `file' equals to
6401 `current' or when `file' is a directory of the `current' file.
6402
6403 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
6404
6405 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
6406 unconditionally preloaded files.
6407
6408 2009-12-16 Juri Linkov <juri@jurta.org>
6409
6410 Revert to old 23.1 logic of using the file at the mark as default.
6411 * dired-aux.el (dired-diff): Use the file at the mark as default
6412 if it's not the same as the current file, and the target dir is
6413 the current dir or the mark is active. Add the current file
6414 as the arg of `dired-dwim-target-defaults'. Use the default file
6415 in the prompt. (Bug#5225)
6416
6417 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
6418
6419 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
6420 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
6421 (tramp-check-for-regexp): Check also, when an echoing shell stops
6422 to echo sent commands.
6423
6424 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
6425
6426 * Makefile.in: Revert last change (Bug#5191).
6427
6428 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
6429
6430 * vc-hg.el (vc-hg-print-log): Fix argument order.
6431 (vc-hg-working-revision): Make sure the command is executed in a
6432 known environment so that we can parse the output. (Bug#4417)
6433
6434 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
6435
6436 * progmodes/python.el (python-symbol-completions): Remove text
6437 properties from symbol string before calling python-send-receive.
6438
6439 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
6440
6441 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
6442 when there are values for both file and line. (Bug#5060)
6443
6444 2009-12-14 Juri Linkov <juri@jurta.org>
6445
6446 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
6447 whitespace after the file name of the first line of unified format,
6448 because git-diff doesn't output whitespace and file modification time
6449 after the file name.
6450
6451 2009-12-14 David Kastrup <dak@gnu.org>
6452
6453 * info.el (Info-hide-cookies-node): Before hiding a cookie,
6454 check if it already has the `display' property added by
6455 `Info-display-images-node', and not put the `invisible' property
6456 in this case.
6457
6458 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
6459
6460 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
6461 (semantic-mru-bookmark-mode): Doc fixes.
6462
6463 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
6464 of assert.
6465
6466 2009-12-13 Glenn Morris <rgm@gnu.org>
6467
6468 * mail/emacsbug.el (message-sort-headers): Define for compiler.
6469 (report-emacs-bug): In message-mode, sort manually before storing
6470 original report text. (Bug#5178)
6471 Remove superfluous save-excursion.
6472
6473 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
6474
6475 * net/dbus.el (dbus-property-handler): Filter lambda forms out
6476 when responding to "GetAll" properties.
6477
6478 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
6479
6480 * simple.el (compose-mail): Remove mail-setup-with-from from
6481 customization checks.
6482
6483 2009-12-12 Eli Zaretskii <eliz@gnu.org>
6484
6485 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
6486 RAR archives created on Unix systems.
6487
6488 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6489
6490 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
6491 the varalias that was accidentally removed by the 2009-11-19 change
6492 (bug#5186).
6493
6494 2009-12-12 Kenichi Handa <handa@m17n.org>
6495
6496 * language/indian.el (indian-compose-regexp): New function.
6497 (malayalam-composable-pattern): Fix the pattern.
6498 (composition-function-table): Set malayalam-composable-pattern for
6499 Malayalam characters.
6500
6501 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
6502
6503 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
6504 rather than down-mouse-1, based on follow-link conventions.
6505
6506 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
6507 are compiled.
6508
6509 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
6510
6511 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
6512 (verilog-vmm-statement-re, verilog-ovm-statement-re)
6513 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
6514 (verilog-leap-to-head, verilog-backward-token):
6515 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
6516
6517 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
6518
6519 * progmodes/verilog-mode.el (verilog-auto-lineup)
6520 (verilog-nameable-item-re): Cleanup user-visible spelling and
6521 documentation errors. One reported by Gary Delp.
6522 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
6523 (verilog-read-decls): Fix AUTOWIRE with types declared in a
6524 package, bug195. Reported by Pierre-David Pfister.
6525
6526 2009-12-11 Glenn Morris <rgm@gnu.org>
6527
6528 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
6529
6530 * mail/emacsbug.el: No longer require sendmail.
6531 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
6532 (report-emacs-bug-orig-text): Doc fix.
6533 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
6534 New local variables, to adapt to different mail-user-agents.
6535 (report-emacs-bug): Fix test for a gnu.org address.
6536 Use overlays for emphasis, since font-lock defeats 'face property.
6537 Pretest bugs also end up at the newsgroup these days.
6538 Stop message-mode stripping text properties.
6539 Set and use the new buffer-local variables.
6540 (report-emacs-bug-hook): Add doc-string.
6541 Remove some unnecessary save-excursions and simplify.
6542 Use the appropriate hook and send-command.
6543
6544 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
6545 capitalization of some menu entries.
6546
6547 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6548
6549 * whitespace.el (whitespace-display-char-on):
6550 Ensure `buffer-display-table' is unique when two or more windows are
6551 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
6552 New version 12.1.
6553
6554 2009-12-10 Eli Zaretskii <eliz@gnu.org>
6555
6556 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
6557 characters in the Attribute field.
6558
6559 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
6560
6561 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
6562
6563 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
6564
6565 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
6566 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6567 Disregard autoload-excludes.
6568 (update-directory-autoloads): Obey autoload-excludes here instead.
6569 But don't store its contents in no-autoloads and remove entries that
6570 refer to excludes files.
6571
6572 2009-12-10 Glenn Morris <rgm@gnu.org>
6573
6574 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
6575 (expand-mail-aliases): Define for compiler.
6576
6577 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
6578 Define for compiler.
6579
6580 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
6581 appropriate for the mail-user-agent in use.
6582
6583 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
6584
6585 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
6586
6587 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
6588
6589 Fix short log parsing and fontification.
6590 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
6591 Fix fontification for the [merge] label.
6592
6593 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
6594
6595 Drop some properties to avoid surprises (bug#5002).
6596 * htmlfontify.el (hfy-ignored-properties): New defcustom.
6597 (hfy-fontify-buffer): Use it.
6598
6599 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
6600
6601 Minor cleanup.
6602 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
6603 Adjust all callers.
6604 (ffap-locate-file): Remove unused arg `dir-ok' and make other
6605 args compulsory. Adjust callers.
6606 (ffap-gopher-at-point): Remove unused var `name'.
6607
6608 Get rid of the ELCFILES abomination.
6609 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6610 (compile-elcfiles): New phony target.
6611 (compile-main): Compute ELCFILES dynamically.
6612 (compile-clean): New target to remove left-over elc files.
6613 (compile, all): Use it.
6614
6615 2009-12-09 Kenichi Handa <handa@etlken>
6616
6617 * international/mule-diag.el: Require help-mode instead of help-fns.
6618
6619 2009-12-09 Kenichi Handa <handa@m17n.org>
6620
6621 * international/mule-cmds.el (ucs-names): Supply sufficiently
6622 fine ranges instead of pre-calculating accurate ranges.
6623 Iterate with bigger gc-cons-threshold.
6624
6625 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
6626
6627 Add support for stashing a snapshot of the current tree.
6628 * vc-git.el (vc-git-stash-snapshot): New function.
6629 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
6630
6631 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
6632
6633 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
6634 instead of `(beginning|end)-of-line'.
6635
6636 2009-12-08 Glenn Morris <rgm@gnu.org>
6637
6638 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
6639
6640 * Makefile.in (ELCFILES): Regenerate.
6641
6642 2009-12-07 Juri Linkov <juri@jurta.org>
6643
6644 Don't lazy-highlight the comint output in history Isearch mode.
6645
6646 * comint.el (comint-history-isearch-search): Instead of
6647 `comint-line-beginning-position', use `comint-after-pmark-p'
6648 to check if point if before the process mark, and go to
6649 `process-mark' in this case.
6650
6651 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6652
6653 * textmodes/tex-mode.el (latex-complete)
6654 (latex-indent-or-complete): Remove.
6655 (latex-mode): Set completion-at-point-functions instead.
6656
6657 Provide a standard completion command and hook it into TAB.
6658 * minibuffer.el (completion-at-point-functions): New var.
6659 (completion-at-point): New command.
6660 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
6661 * progmodes/python.el (python-mode-map): Use completion-at-point.
6662 (python-completion-at-point): Rename from python-partial-symbol and
6663 adjust for use in completion-at-point-functions.
6664 (python-mode): Setup completion-at-point for Python completion.
6665 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
6666 extracted from lisp-complete-symbol.
6667 (lisp-complete-symbol): Use it.
6668 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
6669 setup completion-at-point for Elisp completion.
6670 (emacs-lisp-mode-map, lisp-interaction-mode-map):
6671 Use completion-at-point.
6672 * ielm.el (ielm-map): Use completion-at-point.
6673 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
6674 * progmodes/sym-comp.el: Move to...
6675 * obsolete/sym-comp.el: Move from progmodes.
6676
6677 2009-12-07 Eli Zaretskii <eliz@gnu.org>
6678
6679 Prevent save-buffer in Rmail buffers from using the coding-system
6680 of the current message, and from clobbering the encoding mnemonics
6681 in the mode line (Bug#4623).
6682
6683 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
6684 flag, too.
6685 (rmail-message-encoding): New variable.
6686 (rmail-write-region-annotate): Record the encoding of the current
6687 message in rmail-message-encoding.
6688 (rmail-after-save-hook): New function, restores the encoding of
6689 the current message after the message collection is saved.
6690
6691 2009-12-07 Juri Linkov <juri@jurta.org>
6692
6693 * progmodes/grep.el (grep-read-files): Use `completing-read'
6694 instead of `read-string'. Set its `collection' arg to
6695 `read-file-name-internal'. (Bug#4301)
6696
6697 2009-12-07 Juri Linkov <juri@jurta.org>
6698
6699 Correctly restore original Isearch point. (Bug#4994)
6700
6701 * isearch.el (isearch-mode): Move `isearch-push-state' after
6702 `(run-hooks 'isearch-mode-hook)'.
6703 (isearch-cancel): When `isearch-push-state-function' is defined,
6704 let-bind `isearch-cmds' to the first state (the last element of
6705 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
6706 function and restores the original point). Otherwise, move point
6707 to `isearch-opoint'.
6708
6709 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6710
6711 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
6712 chars that don't have names, so the table can be built much faster at
6713 run-time.
6714
6715 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
6716
6717 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
6718 change. Suggested by David Kastrup.
6719
6720 * simple.el (compose-mail): Check for incompatibilities and warn.
6721 (compose-mail-user-agent-warnings): New option.
6722
6723 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6724
6725 Support showing a single log entry from vc-annotate.
6726 * vc.el (print-log): Add a new argument: START-REVISION.
6727 (vc-print-log-internal): Add a new optional argument and
6728 pass it to the backend.
6729 (vc-print-log, vc-print-root-log): Adjust callers.
6730 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
6731 buffer already displays the requested log entry, use it.
6732 Otherwise display only the log entry in question.
6733 * vc-svn.el (vc-svn-print-log):
6734 * vc-mtn.el (vc-mtn-print-log):
6735 * vc-hg.el (vc-hg-state):
6736 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
6737 (vc-git-show-log-entry): Return t on success.
6738 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
6739 (vc-bzr-show-log-entry): Return t on success.
6740 * vc-rcs.el (vc-rcs-print-log):
6741 * vc-sccs.el (vc-sccs-print-log):
6742 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
6743
6744 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6745
6746 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
6747 Add menus to the meta mode. (Bug#5043)
6748
6749 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
6750
6751 * ediff-init.el (ediff-event-key): Use event-to-character instead of
6752 event-key.
6753
6754 * ediff.el (ediff-buffers-internal): Add unwind-protect.
6755
6756 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
6757
6758 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
6759 Berbain <raphael.berbain@gmail.com>.
6760
6761 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
6762 characters.
6763 (tramp-initial-end-of-output): New defconst.
6764 (tramp-methods, tramp-find-shell)
6765 (tramp-open-connection-setup-interactive-shell)
6766 (tramp-maybe-open-connection): Use it.
6767 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
6768 existence of `#' and `$'.
6769
6770 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
6771 `tramp-initial-end-of-output'.
6772
6773 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6774
6775 Get the background mode from the terminal for xterm, and set
6776 faces accordingly.
6777 * term/xterm.el (xterm-set-background-mode): New function.
6778 (terminal-init-xterm): Use it in case xterm supports background
6779 color queries. Recompute faces after getting the background
6780 color.
6781
6782 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
6783
6784 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
6785 number comment back on its own line, for easier parsing.
6786
6787 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6788
6789 Make it work for non-file buffers (bug#5102).
6790 * doc-view.el (doc-view-current-cache-dir):
6791 Use doc-view-buffer-file-name rather than buffer-file-name.
6792 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
6793
6794 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
6795
6796 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
6797 author field is too short.
6798
6799 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
6800
6801 * vc-git.el (vc-git-print-log): Handle a limit argument.
6802 Display the short log in graph form and with labels.
6803 (vc-git-log-view-mode): Handle labels.
6804
6805 Make vc-revert change VC state from 'added to 'unregistered.
6806 * vc-git.el (vc-git-revert): Call git reset first.
6807
6808 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
6809
6810 * net/newst-backend.el, net/newst-plainview.el:
6811 * net/newst-reader.el, net/newst-ticker.el:
6812 * net/newst-treeview.el, net/newsticker.el:
6813 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
6814
6815 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
6816
6817 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
6818
6819 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
6820 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
6821 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6822 Update annotation regexp.
6823
6824 * simple.el (beginning-of-visual-line): Constrain to field
6825 boundaries (Bug#5106).
6826
6827 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
6828
6829 * xml.el (xml-substitute-numeric-entities): Move
6830 newsticker--decode-numeric-entities in newst-backend.el to
6831 xml-substitute-numeric-entities in xml.el. (Bug#5008)
6832 * net/newst-backend.el (newsticker--parse-generic-feed)
6833 (newsticker--parse-generic-items)
6834 (newsticker--decode-numeric-entities): Move
6835 newsticker--decode-numeric-entities in newst-backend.el to
6836 xml-substitute-numeric-entities in xml.el. (Bug#5008)
6837
6838 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
6839
6840 * progmodes/js.el (js--js-not): Add null to the list of values.
6841
6842 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
6843
6844 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
6845
6846 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6847
6848 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6849 delimiter if it is at the end of the current line.
6850 (bibtex-generate-url-list): Fix docstring.
6851
6852 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6853
6854 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6855 minibuffer's content with itself.
6856 Fold the confirm-after-completion case into the `confirm' case.
6857 (completion-pcm-word-delimiters): Add : and / to the delimiters.
6858
6859 2009-12-06 Kevin Ryde <user42@zip.com.au>
6860
6861 * ffap.el (ffap-rfc-path): Make this a defcustom since
6862 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
6863
6864 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6865 manuals, similar to existing setup for help-mode. (Bug#3913.)
6866
6867 2009-12-05 Juri Linkov <juri@jurta.org>
6868
6869 Save and restore dired buffer's point positions too. (Bug#4880)
6870
6871 * dired.el (dired-save-positions): Return in the first element
6872 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6873 Doc fix.
6874 (dired-restore-positions): First restore buffer's position.
6875 While restoring window's positions, check if window still displays
6876 the original buffer.
6877
6878 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
6879
6880 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6881 if possible.
6882
6883 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6884 Make argument optional.
6885
6886 * shell.el (shell): Require ansi-color (Bug#5113).
6887
6888 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6889
6890 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6891
6892 2009-12-05 Alan Mackenzie <acm@muc.de>
6893
6894 * progmodes/cc-mode.el (c-before-hack-hook)
6895 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6896 `c-file-style' to work again. This reversion restores the current
6897 software to its state in Emacs 23.1. (Bug#4146)
6898
6899 2009-12-05 Kevin Ryde <user42@zip.com.au>
6900
6901 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6902 comment-start-skip to comment-end-skip as comment (Bug#4781).
6903
6904 2009-12-05 Juri Linkov <juri@jurta.org>
6905
6906 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6907 for virtual nodes. (Bug#4147)
6908 (Info-find-node-2): Set `Info-current-node-virtual' to nil
6909 when moving from a virtual node.
6910 (Info-mode-menu): Add `Info-virtual-index' to the menu.
6911 (Info-mode): Add `Info-virtual-index' to the docstring.
6912
6913 2009-12-05 Eric Ludlam <zappo@gnu.org>
6914
6915 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6916 Describe project macro symbols.
6917
6918 * cedet/semantic/complete.el (semantic-complete-do-completion):
6919 Don't call semantic-collector-current-exact-match.
6920
6921 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6922 ede-objects as targets.
6923
6924 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6925 a target's object list even if compiler vars are already in the
6926 Makefile.
6927
6928 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6929 list of headers producing necessary macros.
6930
6931 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6932
6933 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6934 track of the buffer position of the end of a BibTeX entry as this
6935 position may change during reformatting.
6936 (bibtex-format-entry): Remove whitespace before processing
6937 numerical fields so that we recognize the latter properly.
6938 (bibtex-reformat): Do not use push which changes the global value
6939 of bibtex-entry-format.
6940 (bibtex-field-braces-alist, bibtex-field-strings-alist)
6941 (bibtex-field-re-init): Replace only space characters by regexp
6942 for whitespace.
6943 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6944 (bibtex-initialize): Also update bibtex-strings.
6945 (bibtex-kill-field): Preserve white space at end of entry.
6946 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6947 Update bibtex-reference-keys.
6948
6949 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6950
6951 * minibuffer.el (completion-pcm--merge-try): Also consider placing
6952 point after a star, if that's the only place where modifications can
6953 make progress.
6954
6955 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
6956
6957 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6958 in docstrings.
6959
6960 2009-12-04 Juri Linkov <juri@jurta.org>
6961
6962 * proced.el (proced): Call `(proced-update t)' to update process
6963 information instead of only running proced-post-display-hook.
6964 (proced-send-signal): Add a leading space to the buffer name
6965 " *Marked Processes*" to make this buffer ephemeral.
6966
6967 2009-12-04 Juri Linkov <juri@jurta.org>
6968
6969 * dired.el (dired-auto-revert-buffer): New defcustom.
6970 (dired-internal-noselect): Use it.
6971
6972 2009-12-04 Juri Linkov <juri@jurta.org>
6973
6974 Change roles of modes and functions in image-mode.el (Bug#5062).
6975
6976 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6977 in `auto-mode-alist'.
6978 (image-mode-previous-major-mode): New variable.
6979 (image-minor-mode-map): Rename from `image-mode-text-map'.
6980 (image-mode): Move graceful error-handling code from
6981 `image-minor-mode' to here. On errors call `image-mode-as-text'.
6982 (image-minor-mode): Remove all image-handling code.
6983 Replace `image-mode-text-map' with `image-minor-mode-map'.
6984 Check for `image-type' in mode-line format string.
6985 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6986 (image-mode-as-text): New function with most code from
6987 `image-mode-maybe'.
6988 (image-toggle-display-text): Move code that removes image
6989 properties from `image-toggle-display' to here.
6990 (image-toggle-display-image): New function with code that adds
6991 image properties copied from `image-toggle-display'.
6992 (image-toggle-display): Remove most code with leaving only code
6993 that toggles between `image-mode-as-text' and `image-mode'.
6994
6995 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
6996
6997 * net/newst-treeview.el
6998 (newsticker--treeview-list-highlight-start): Restored call to
6999 save-excursion: Selected item was stuck.
7000 (newsticker--treeview-list-select): New.
7001 (newsticker--treeview-item-show-text)
7002 (newsticker--treeview-item-show)
7003 (newsticker--treeview-item-update): Use new
7004 newsticker-treeview-item-mode.
7005 (newsticker-treeview-update): Keep current item.
7006 (newsticker-treeview-next-new-or-immortal-item): Doc change.
7007 (newsticker--treeview-first-feed): Doc change.
7008 (newsticker-treeview-list-menu)
7009 (newsticker-treeview-item-menu): Added menu entries.
7010 (newsticker-treeview-item-mode): New.
7011
7012 * net/newst-backend.el (newsticker-customize): Delete other
7013 windows.
7014
7015 2009-12-04 Sam Steingold <sds@gnu.org>
7016
7017 * log-view.el (log-view-mode-map): "q" calls quit-window,
7018 like in all the other non-self-insert buffers.
7019
7020 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
7021
7022 Minor cleanup.
7023 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
7024 key decoding rather than do it manually via last-input-event +
7025 ascii-character.
7026 (term-exec): Use delete-and-extract-region.
7027 (term-handle-ansi-terminal-messages): Remove unused var `end'.
7028 (term-process-pager): Remove unused var `i'.
7029 (term-dynamic-simple-complete): Make obsolete.
7030 (serial-update-config-menu): Remove unused vars `y' and `str'.
7031 (term-update-mode-line): Remove unused var `temp'.
7032
7033 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7034
7035 Limit the number of log entries displayed by default.
7036 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
7037 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
7038 using a prefix argument.
7039
7040 2009-12-03 Glenn Morris <rgm@gnu.org>
7041
7042 * progmodes/idlwave.el (class): Restore still useful declaration.
7043
7044 2009-12-03 Alan Mackenzie <acm@muc.de>
7045
7046 Enhance `c-parse-state' to run efficiently in "brace deserts".
7047
7048 * progmodes/cc-mode.el (c-basic-common-init):
7049 Call c-state-cache-init.
7050 (c-neutralize-syntax-in-and-mark-CPP): Rename from
7051 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
7052 placing `category' properties value 'c-cpp-delimiter at its boundaries.
7053
7054 * progmodes/cc-langs.el (c-before-font-lock-function):
7055 c-extend-and-neutralize-syntax-in-CPP has been renamed
7056 c-neutralize-syntax-in-and-mark-CPP.
7057
7058 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
7059 with `category' properties now, not `syntax-table' ones.
7060
7061 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
7062 enhanced (but slower) version of c-end-of-macro that won't land
7063 inside a literal or on another awkward character.
7064 (c-state-cache-too-far, c-state-cache-start)
7065 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
7066 (c-state-nonlit-pos-cache-limit, c-state-point-min)
7067 (c-state-point-min-lit-type, c-state-point-min-lit-start)
7068 (c-state-min-scan-pos, c-state-brace-pair-desert)
7069 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
7070 buffer local variables.
7071 (c-state-literal-at, c-state-lit-beg)
7072 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
7073 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
7074 (c-state-cache-top-paren, c-state-cache-after-top-paren)
7075 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
7076 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
7077 (c-renarrow-state-cache)
7078 (c-append-lower-brace-pair-to-state-cache)
7079 (c-state-push-any-brace-pair, c-append-to-state-cache)
7080 (c-remove-stale-state-cache)
7081 (c-remove-stale-state-cache-backwards, c-state-cache-init)
7082 (c-invalidate-state-cache-1, c-parse-state-1)
7083 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
7084 (c-parse-state): Enhance and refactor.
7085 (c-debug-parse-state): Amend to deal with all the new variables.
7086
7087 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
7088 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
7089 modify to use category text properties rather than syntax-table ones.
7090 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
7091 to switch off/on the syntactic paren property of C++ template
7092 delimiters using the category property.
7093 (c-with-<->-as-parens-suppressed): Macro to invoke code with
7094 template delims suppressed.
7095 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
7096 New constant/macros which apply category properties to the start
7097 and end of preprocessor constructs.
7098 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
7099 "comment out" the syntactic value of characters in preprocessor
7100 constructs.
7101 (c-with-cpps-commented-out)
7102 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
7103 with characters in all or all but one preprocessor constructs
7104 "commented out".
7105
7106 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7107
7108 * proced.el (proced-filter-alist): Use regexp-quote.
7109
7110 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
7111
7112 Cleanup.
7113 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
7114 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
7115 arguments. Expand `default-directory'.
7116
7117 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
7118 the benefit of returning an expanded localname.
7119 (tramp-tramp-file-p): Handle the case NAME is not a string.
7120
7121 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7122
7123 Add support for bzr shelve/unshelve.
7124 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7125 (vc-bzr-extra-menu-map): New variables.
7126 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
7127 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
7128 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
7129 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
7130 (vc-bzr-dir-extra-headers): Display shelves.
7131
7132 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
7133
7134 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7135
7136 * textmodes/bibtex.el (bibtex-complete-internal):
7137 Use completion-in-region.
7138 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
7139
7140 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7141
7142 Support applying stashes. Improve UI.
7143 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
7144 (vc-git-stash-apply, vc-git-stash-pop)
7145 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
7146 (vc-git-stash-menu): New functions.
7147 (vc-git-stash-menu-map): New variable.
7148 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
7149
7150 2009-12-03 Glenn Morris <rgm@gnu.org>
7151
7152 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
7153 (vc-print-log-internal): Fix previous change.
7154 (vc-revert): Correct pluralization.
7155
7156 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7157
7158 * progmodes/make-mode.el (makefile-special-targets-list): No need for
7159 it to be an alist any more.
7160 (makefile-complete): Use completion-in-region.
7161
7162 * progmodes/octave-mod.el (octave-complete-symbol):
7163 Use completion-in-region.
7164
7165 Misc cleanup.
7166 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
7167 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
7168 (idlwave-complete-class): Don't quote lambda.
7169 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
7170 (idlwave-mode-map): Move initialization into declaration.
7171 (idlwave-action-and-binding): Use backquotes.
7172 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
7173 Simplify.
7174 (idlwave-is-pointer-dereference): Remove unused var `pos'.
7175 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
7176 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
7177 `parts', and `all-parts'.
7178 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
7179 (idlwave-convert-xml-system-routine-info): Remove unused string
7180 `version-string'.
7181 (idlwave-display-user-catalog-widget): Use dolist.
7182 (idlwave-scanning-lib): Declare dynamically-scoped var.
7183 (idlwave-scan-library-catalogs): Remove unused var `flags'.
7184 (completion-highlight-first-word-only): Declare to silence bytecomp.
7185 (idlwave-popup-select): Tighten scope of `resp'.
7186 (idlwave-find-struct-tag): Remove unused var `beg'.
7187 (idlwave-after-load-rinfo-hook): Declare.
7188 (idlwave-sintern-class-info): Remove unused var `taglist'.
7189 (idlwave-find-class-definition): Remove unused var `list'.
7190 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
7191 (idlwave-what-module-find-class): Remove unused var `classes'.
7192
7193 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
7194
7195 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
7196
7197 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7198
7199 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
7200 buffers visited. Remove redundant current-buffer-saving.
7201
7202 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7203
7204 Use completion-in-buffer and remove uses of dynamic scoping.
7205 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
7206 (pascal-buffer-to-use, pascal-flag): Don't declare.
7207 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
7208 (pascal-get-completion-decl, pascal-keyword-completion):
7209 Add `pascal-str' argument, save-excursion,
7210 return the found completions, and don't filter with pascal-pred.
7211 (pascal-completion-cache): New var.
7212 (pascal-completion): Don't switch buffer any more (it was never
7213 necessary). Don't save-excursion any more (it's done by the called
7214 subroutines). Use a cache to avoid redundant computations.
7215 Use complete-with-action rather than pascal-completion-response and
7216 let it apply the predicate as well.
7217 (pascal-complete-word): Use completion-in-buffer when
7218 pascal-toggle-completions is nil.
7219 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
7220 not used any more.
7221 (pascal-comp-defun): Don't change buffer any more.
7222 Use complete-with-action rather than pascal-completion-response and
7223 let it apply the predicate as well.
7224 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
7225 when neded.
7226
7227 2009-12-02 Kenichi Handa <handa@m17n.org>
7228
7229 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
7230 shape for all Indic scripts.
7231
7232 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7233
7234 Use completion-in-buffer.
7235 * wid-edit.el (widget-field-text-end): New function.
7236 (widget-field-value-get): Use it.
7237 (widget-string-complete, widget-file-complete)
7238 (widget-color-complete): Use it and completion-in-region.
7239 (widget-complete): Don't narrow the buffer.
7240
7241 2009-12-02 Glenn Morris <rgm@gnu.org>
7242
7243 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
7244 (rmail-select-summary): Use rmail-pop-to-buffer.
7245 * mail/rmailsum.el: Replace all pop-to-buffer calls with
7246 rmail-pop-to-buffer, to prevent horizontal splits.
7247
7248 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
7249 save-excursion with save-current-buffer.
7250 Widen before searching. (Bug#5093)
7251 (diary-list-sexp-entries): Remove superfluous save-excursion.
7252
7253 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
7254
7255 * woman.el (woman-make-bufname): Handle man-pages with "." in the
7256 name. (Bug#5038)
7257
7258 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
7259
7260 * ido.el (ido-file-internal): Handle filenames at point that do
7261 not have a directory part. (Bug#5049)
7262
7263 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
7264
7265 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
7266 (mpc-songs-jump-to, mpc-resume): Doc fixes.
7267
7268 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
7269
7270 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
7271 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
7272 any more.
7273
7274 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7275
7276 * comint.el (comint-insert-input): Ignore clicks to the right of
7277 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
7278
7279 * vc.el (vc-print-log-internal): Don't wait for the process to
7280 terminate before setting up the major mode.
7281
7282 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
7283 in case.
7284
7285 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
7286 the last element.
7287
7288 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
7289
7290 2009-12-01 Glenn Morris <rgm@gnu.org>
7291
7292 * window.el (window--display-buffer-2): Fix previous changes.
7293
7294 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
7295
7296 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
7297
7298 2009-12-01 Glenn Morris <rgm@gnu.org>
7299
7300 * Makefile.in (ELCFILES): Add mpc.elc.
7301
7302 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7303
7304 * mpc.el: New file.
7305
7306 2009-12-01 Glenn Morris <rgm@gnu.org>
7307
7308 * window.el (window-to-use): Define for compiler.
7309
7310 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
7311 consistent with others (no final period).
7312
7313 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
7314 (rmail-mime-show): Downcase the encoding. (Bug#5070)
7315
7316 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
7317
7318 Make vc-print-log buttons work.
7319 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
7320
7321 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
7322
7323 * savehist.el (savehist-autosave-interval): Allow setting to nil
7324 through customize. (Bug#5056)
7325
7326 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
7327
7328 Fix references to jit-lock properties.
7329 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7330 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
7331 (perl-font-lock-special-syntactic-constructs):
7332 Quote jit-lock-defer-multiline property.
7333
7334 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
7335
7336 * vc-git.el (vc-git-registered): Call vc-git-root only once.
7337
7338 2009-11-30 Juri Linkov <juri@jurta.org>
7339
7340 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
7341 value `buffer' of `multi-isearch-next-buffer-current-function'.
7342 Use `(current-buffer)' when `buffer' is nil.
7343 (multi-isearch-next-buffer-from-list): Don't fallback to
7344 `(current-buffer)' when `buffer' is nil. (Bug#4947)
7345
7346 2009-11-30 Juri Linkov <juri@jurta.org>
7347
7348 * misearch.el (multi-isearch-read-buffers): Move canonicalization
7349 of buffers with `get-buffer' to `multi-isearch-buffers'.
7350 (multi-isearch-buffers, multi-isearch-buffers-regexp):
7351 Canonicalize BUFFERS with `get-buffer'. Doc fix.
7352 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
7353 FILES with `expand-file-name' converting relative file names
7354 to absolute. Doc fix. (Bug#4727)
7355
7356 2009-11-30 Juri Linkov <juri@jurta.org>
7357
7358 * misearch.el (multi-isearch-read-buffers)
7359 (multi-isearch-read-matching-buffers): New functions.
7360 (multi-isearch-buffers, multi-isearch-buffers-regexp):
7361 Use them in the `interactive' spec. Doc fix.
7362 (multi-isearch-read-files, multi-isearch-read-matching-files):
7363 New functions.
7364 (multi-isearch-files, multi-isearch-files-regexp):
7365 Use them in the `interactive' spec. Doc fix. (Bug#4725)
7366
7367 2009-11-30 Juri Linkov <juri@jurta.org>
7368
7369 * doc-view.el (doc-view-continuous):
7370 Rename from `doc-view-continuous-mode'.
7371 (doc-view-menu): Move "Toggle display" to the top.
7372 Add submenu "Continuous" with radio buttons "Off"/"On"
7373 and "Save as Default".
7374 (doc-view-scroll-up-or-next-page)
7375 (doc-view-scroll-down-or-previous-page)
7376 (doc-view-next-line-or-next-page)
7377 (doc-view-previous-line-or-previous-page): Rename
7378 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
7379
7380 2009-11-30 Juri Linkov <juri@jurta.org>
7381
7382 * comint.el (comint-mode-map): Rebind `M-r' from
7383 `comint-previous-matching-input' to
7384 `comint-history-isearch-backward-regexp'.
7385 Unbind `M-s' to allow global key binding `M-s'.
7386 Add menu items for `comint-history-isearch-backward' and
7387 `comint-history-isearch-backward-regexp'. (Bug#3746)
7388
7389 2009-11-30 Juri Linkov <juri@jurta.org>
7390
7391 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
7392 For def=recenter, replace `recenter' with `recenter-top-bottom'
7393 that is called with `this-command' and `last-command' let-bound
7394 to `recenter-top-bottom'. When the last `def' was not `recenter',
7395 set `recenter-last-op' to nil. (Bug#4981)
7396
7397 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7398
7399 Minor cleanup and simplification.
7400 * filecache.el (file-cache-add-directory)
7401 (file-cache-add-directory-recursively)
7402 (file-cache-add-from-file-cache-buffer)
7403 (file-cache-delete-file-regexp, file-cache-delete-directory)
7404 (file-cache-files-matching-internal, file-cache-display): Use dolist.
7405 (file-cache-temp-minibuffer-message): Delete function.
7406 (file-cache-minibuffer-complete): Use minibuffer-message instead.
7407
7408 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7409 Don't signal an error when bumping into EOB in tr, s, or y.
7410
7411 2009-11-29 Juri Linkov <juri@jurta.org>
7412
7413 * startup.el (fancy-about-text): Fix wording of Guided Tour.
7414 (Bug#4960)
7415
7416 * descr-text.el (describe-char-unidata-list): Use lowercase name
7417 for "Unicode name" like in other tags.
7418
7419 2009-11-29 Juri Linkov <juri@jurta.org>
7420
7421 * ediff-util.el (ediff-minibuffer-with-setup-hook):
7422 New compatibility macro.
7423 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
7424
7425 2009-11-29 Juri Linkov <juri@jurta.org>
7426
7427 Add defcustom to define the cycling order of `recenter-top-bottom'.
7428 (Bug#4981)
7429
7430 * window.el (recenter-last-op): Doc fix.
7431 (recenter-positions): New defcustom.
7432 (recenter-top-bottom): Rewrite to use `recenter-positions'.
7433 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
7434
7435 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
7436
7437 Improve integration of Tramp and ange-ftp in eshell.
7438
7439 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
7440 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
7441 (eshell/sudo): Flatten args. Let-bind `default-directory'.
7442
7443 * eshell/esh-util.el (top): Require also Tramp when compiling.
7444 (eshell-directory-files-and-attributes): Check for FTP remote
7445 connection.
7446 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
7447 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
7448 (eshell-file-attributes): Handle ".". Return `entry'.
7449
7450 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
7451 (ange-ftp-directory-files-and-attributes)
7452 (ange-ftp-real-directory-files-and-attributes): New defuns.
7453
7454 * net/tramp.el (tramp-maybe-open-connection): Open the remote
7455 shell with "exec" when possible. This prevents trailing prompts
7456 in `start-file-process'.
7457
7458 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7459
7460 Try and remove assumptions about point-min==1.
7461 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
7462 (rng-compute-mode-line-string): Show the validation percentage in
7463 terms of the narrowed text, not the widened text.
7464 (rng-do-some-validation): Don't catch internal errors when debugging.
7465 (rng-first-error): Simplify.
7466 (rng-after-change-function): Remove work around. AFAIK the bug has
7467 been fixed a while ago.
7468
7469 * image-mode.el (image-minor-mode): Exit more gracefully when the image
7470 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
7471
7472 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
7473
7474 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
7475 `cd' doesn't always do it for us (bug#5067).
7476
7477 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
7478 on 2009-10-25 as part of some other change (bug#5067).
7479
7480 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7481
7482 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7483 `suspicious'.
7484 (byte-compile-warnings): Use byte-compile-warning-types.
7485 (byte-compile-save-excursion): Warn about use of set-buffer right
7486 after save-excursion.
7487
7488 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
7489 the excursion as well.
7490
7491 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
7492
7493 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
7494 providing a Tramp related implementation of "su" and "sudo".
7495 (eshell-unix-initialize): Add "su" and "sudo".
7496
7497 2009-11-27 Daiki Ueno <ueno@unixuser.org>
7498
7499 * net/socks.el (socks-send-command): Convert binary request to
7500 unibyte before sending. This fixes mishandling of some port
7501 numbers such as 129.
7502
7503 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * help.el (describe-bindings-internal): Remove `interactive'.
7506
7507 * man.el (Man-completion-table): Trim a terminating "(".
7508 Remove the space between name page a section.
7509 Add the command's description on the `help-echo' property.
7510 Remove `process-connection-type' binding since it's unused by
7511 call-process.
7512 Provide completion for the "<section> <name>" format as well.
7513 (Man-default-man-entry): Remove spurious var shadowing the argument.
7514
7515 2009-11-26 Kevin Ryde <user42@zip.com.au>
7516
7517 * log-view.el: Add "Keywords: tools", since its other keywords
7518 aren't in finder-known-keywords, and following vc.el.
7519
7520 * sha1.el (sha1-string-external): default-directory "/" in case
7521 otherwise non-existent. process-connection-type pipe for touch of
7522 efficiency recommended by elisp manual. (An aside in Bug#3911.)
7523
7524 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7525
7526 Misc coding convention cleanups.
7527 * htmlfontify.el (hfy-init-kludge-hook): Rename from
7528 hfy-init-kludge-hooks.
7529 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
7530 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
7531 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
7532 and push.
7533 (hfy-slant, hfy-weight): Use tables rather than code.
7534 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
7535 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
7536 (hfy-face-attr-for-class): Initialize `face-spec' directly.
7537 (hfy-face-to-css): Remove `nconc' with single arg.
7538 (hfy-p-to-face-lennart): Use `or'.
7539 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
7540 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
7541 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
7542 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
7543 (hfy-force-fontification): Use run-hooks.
7544
7545 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
7546
7547 Various minor fixes.
7548 * htmlfontify.el (hfy-default-header): Add toggle_invis since
7549 Javascript belongs in the header, not the body.
7550 (hfy-javascript): Remove.
7551 (hfy-fontify-buffer): Don't insert it any more.
7552 (hfy-face-at): Handle (face0 face1 face2) style face properties.
7553 Fix bug in invis handling when there were no invis props in a chunk.
7554
7555 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7556
7557 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
7558
7559 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
7560
7561 * finder.el (finder-mode-map): Add a menu.
7562
7563 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
7564
7565 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
7566 "unsigned" structs.
7567
7568 (verilog-leap-to-head, verilog-backward-token): Handle "disable
7569 fork" statement better.
7570
7571 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
7572
7573 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
7574 (verilog-delete-auto, verilog-delete-empty-auto-pair)
7575 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
7576 Reported by Clay Douglass.
7577
7578 (verilog-auto-inst, verilog-auto-star-safe)
7579 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
7580 Fix removing "// Interfaces" when saving .* expansions. Reported by
7581 Pierre-David Pfister.
7582
7583 2009-11-26 Glenn Morris <rgm@gnu.org>
7584
7585 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
7586 the scope.
7587
7588 2009-11-25 Johan Bockgård <bojohan@gnu.org>
7589
7590 * vc-annotate.el (vc-annotate-revision-previous-to-line):
7591 Really use previous revision.
7592
7593 2009-11-25 Kevin Ryde <user42@zip.com.au>
7594
7595 * man.el (Man-completion-table): default-directory "/" in case
7596 doesn't otherwise exist. process-environment COLUMNS=999 so as
7597 not to truncate long names. process-connection-type pipe to avoid
7598 any chance of hitting the pseudo-tty TIOCGWINSZ.
7599 (man): completion-ignore-case t for friendliness and since man
7600 itself is case-insensitive on the command line.
7601 Further to Bug#3717.
7602
7603 * arc-mode.el: Add "Keywords: files", so the details in its
7604 commentary can be reached from finder-by-keyword.
7605 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
7606 editing mode, but it's comms related and sgml-mode.el has "comm"
7607 on that basis too.
7608 * textmodes/bibtex-style.el: Add "Keywords: tex".
7609 * international/isearch-x.el, international/ja-dic-cnv.el:
7610 * international/ja-dic-utl.el, international/kkc.el:
7611 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
7612
7613 2009-11-25 Juri Linkov <juri@jurta.org>
7614
7615 * man.el (Man-completion-table): Modify regexp to include
7616 section names to completion strings. (Bug#3717)
7617
7618 2009-11-25 Juri Linkov <juri@jurta.org>
7619
7620 Search recursively in gzipped files. (Bug#4982)
7621
7622 * progmodes/grep.el (grep-highlight-matches): Add new options
7623 `always' and `auto'. Doc fix.
7624 (grep-process-setup): Check `grep-highlight-matches' for
7625 `auto-detect' to determine the need to compute grep defaults.
7626 Move Windows/DOS specific --colors settings handling
7627 to `grep-compute-defaults'. Check `grep-highlight-matches'
7628 to get the value of "--color=".
7629 (grep-compute-defaults): Compute `grep-highlight-matches' when it
7630 has the value `auto-detect'. Move Windows/DOS specific settings
7631 from `grep-process-setup'.
7632 (zrgrep): New command with alias `rzgrep'.
7633
7634 2009-11-25 Juri Linkov <juri@jurta.org>
7635
7636 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
7637 to nil instead of switching off view-mode. (Bug#4896)
7638
7639 2009-11-25 Juri Linkov <juri@jurta.org>
7640
7641 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
7642
7643 * mwheel.el (mwheel-scroll-up-function)
7644 (mwheel-scroll-down-function): New defvars.
7645 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
7646 `scroll-up', and `mwheel-scroll-down-function' instead of
7647 `scroll-down'.
7648
7649 * doc-view.el (doc-view-scroll-up-or-next-page)
7650 (doc-view-scroll-down-or-previous-page): Add optional ARG.
7651 Use this ARG in the call to image-scroll-up/image-scroll-down.
7652 Change `interactive' spec to "P". Goto next/previous page only
7653 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
7654 SPC/DEL case). Doc fix.
7655 (doc-view-next-line-or-next-page)
7656 (doc-view-previous-line-or-previous-page): Rename arg to ARG
7657 for consistency.
7658 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
7659 `doc-view-scroll-up-or-next-page', and buffer-local
7660 `mwheel-scroll-down-function' to
7661 `doc-view-scroll-down-or-previous-page'.
7662
7663 2009-11-25 Juri Linkov <juri@jurta.org>
7664
7665 Provide additional default values (directories at other Dired
7666 windows) via M-n in the minibuffer of some Dired commands.
7667
7668 * dired-aux.el (dired-diff, dired-compare-directories)
7669 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
7670 `minibuffer-default' in `minibuffer-with-setup-hook'.
7671 (dired-dwim-target-directory): Find a window that displays Dired
7672 buffer instead of failing when the next window is not Dired.
7673 Use `get-window-with-predicate' to find for the next Dired window.
7674 (dired-dwim-target-defaults): New function.
7675
7676 * ediff-util.el (ediff-read-file-name):
7677 Use `dired-dwim-target-defaults' to set `minibuffer-default'
7678 in `minibuffer-with-setup-hook'.
7679
7680 2009-11-25 Juri Linkov <juri@jurta.org>
7681
7682 Provide additional default values (file name at point or at the
7683 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
7684
7685 * minibuffer.el (read-file-name-defaults): New function.
7686 (read-file-name): Reset `minibuffer-default' to nil when
7687 it duplicates initial input `insdef'.
7688 Bind `minibuffer-default-add-function' to lambda that
7689 calls `read-file-name-defaults' in `minibuffer-selected-window'.
7690 (minibuffer-insert-file-name-at-point): New command.
7691
7692 * files.el (file-name-at-point-functions): New defcustom.
7693 (find-file-default): Remove defvar.
7694 (find-file-read-args): Don't use `find-file-default'.
7695 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7696 to `read-file-name'.
7697 (find-file-literally): Use `read-file-name' with
7698 `confirm-nonexistent-file-or-buffer'.
7699
7700 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
7701
7702 * dired.el (dired-read-dir-and-switches):
7703 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7704 to `read-file-name'.
7705 (dired-file-name-at-point): New function.
7706 (dired-mode): Add hook `dired-file-name-at-point' to
7707 `file-name-at-point-functions'.
7708
7709 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7710
7711 Really make the *Completions* window soft-dedicated (bug#5030).
7712 * window.el (window--display-buffer-2): Add `dedicated' argument.
7713 (display-buffer): Pass it when needed so the dedicated flag is set
7714 after calling set-window-buffer, which would otherwise reset it.
7715
7716 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7717
7718 * progmodes/meta-mode.el (meta-complete-symbol):
7719 * progmodes/etags.el (complete-tag):
7720 * mail/mailabbrev.el (mail-abbrev-complete-alias):
7721 Use completion-in-region.
7722
7723 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
7724 (dabbrev-completion): Use completion-in-region.
7725 (dabbrev--abbrev-at-point): Simplify regexp.
7726
7727 * abbrev.el (abbrev--before-point): Use word-motion functions
7728 if :regexp is not specified (bug#5031).
7729
7730 * subr.el (string-prefix-p): New function.
7731
7732 * man.el (Man-completion-cache): New var.
7733 (Man-completion-table): Use it.
7734
7735 * vc.el (vc-print-log-internal): Make `limit' optional for better
7736 compatibility (e.g. with vc-annotate.el).
7737
7738 2009-11-24 Kevin Ryde <user42@zip.com.au>
7739
7740 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
7741 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
7742
7743 * emacs-lisp/elint.el (elint-add-required-env): Better error message
7744 when .el source file not found or other error.
7745
7746 2009-11-24 Markus Triska <markus.triska@gmx.at>
7747
7748 * linum.el (linum-update-window): Ignore intangible (bug#4996).
7749
7750 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7751
7752 Handle the [back] button properly (bug#4979).
7753 * descr-text.el (describe-text-properties): Add a `buffer' argument.
7754 Use help-setup-xref, help-buffer, and with-help-window.
7755 (describe-char): Add `buffer' argument.
7756 Pass proper command to help-setup-xref. Don't meddle with
7757 help-xref-stack-item directly.
7758 (describe-text-category): Use with-help-window and help-buffer.
7759
7760 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
7761 for the displayed buffer (bug#4887).
7762
7763 * man.el (Man-completion-table): New function.
7764 (man): Use it.
7765
7766 2009-11-24 David Reitter <david.reitter@gmail.com>
7767
7768 * vc-git.el (vc-git-registered): Use checkout directory (where
7769 .git is) rather than the file's directory and a relative path spec
7770 to work around a bug in git.
7771
7772 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
7773
7774 Improve handling of processes on remote hosts.
7775
7776 * eshell/esh-util.el (eshell-path-env): New defvar.
7777 (eshell-parse-colon-path): New defun.
7778 (eshell-file-attributes): Use `eshell-parse-colon-path'.
7779
7780 * eshell/esh-ext.el (eshell-search-path):
7781 Use `eshell-parse-colon-path'.
7782 (eshell-remote-command): Remove argument HANDLER.
7783 (eshell-external-command): Check for FTP remote connection.
7784
7785 * eshell/esh-proc.el (eshell-gather-process-output):
7786 Use `file-truename', in order to start also symlinked files.
7787 Apply `start-file-process' instead of `start-process'.
7788 Shorten `command' to the local file name part.
7789
7790 * eshell/em-cmpl.el (eshell-complete-commands-list):
7791 Use `eshell-parse-colon-path'.
7792
7793 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
7794
7795 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
7796 to `eshell-directory-change-hook'.
7797
7798 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
7799
7800 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
7801 because it could be enabled automatically if view-read-only is non-nil.
7802
7803 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
7804
7805 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
7806 made on 2009-11-22.
7807
7808 2009-11-24 Glenn Morris <rgm@gnu.org>
7809
7810 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
7811 deleted variable bookmark-bmenu-bookmark-column.
7812
7813 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7814 Move after definition of global-semantic-idle-tag-highlight-mode.
7815
7816 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7817
7818 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
7819
7820 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
7821
7822 * net/browse-url.el (browse-url-filename-alist): On Windows, add
7823 two slashes to the "file:" prefix.
7824 (browse-url-file-url): De-munge Cygwin filenames before passing
7825 them to Windows browser.
7826 (browse-url-default-windows-browser): Use call-process.
7827
7828 2009-11-23 Juri Linkov <juri@jurta.org>
7829
7830 Implement DocView Continuous mode. (Bug#4896)
7831 * doc-view.el (doc-view-continuous-mode): New defcustom.
7832 (doc-view-mode-map): Bind C-n/<down> to
7833 `doc-view-next-line-or-next-page', C-p/<up> to
7834 `doc-view-previous-line-or-previous-page'.
7835 (doc-view-next-line-or-next-page)
7836 (doc-view-previous-line-or-previous-page): New commands.
7837
7838 2009-11-23 Juri Linkov <juri@jurta.org>
7839
7840 Implement Isearch in comint input history. (Bug#3746)
7841 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7842 `isearch-mode-hook'.
7843 (comint-history-isearch): New defcustom.
7844 (comint-history-isearch-backward)
7845 (comint-history-isearch-backward-regexp): New commands.
7846 (comint-history-isearch-message-overlay): New buffer-local variable.
7847 (comint-history-isearch-setup, comint-history-isearch-end)
7848 (comint-goto-input, comint-history-isearch-search)
7849 (comint-history-isearch-message, comint-history-isearch-wrap)
7850 (comint-history-isearch-push-state)
7851 (comint-history-isearch-pop-state): New functions.
7852
7853 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
7854
7855 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7856 return.
7857 (tramp-handle-make-symbolic-link)
7858 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7859 Quote file names.
7860 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7861 (tramp-handle-process-file): Use it.
7862
7863 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7864
7865 * window.el (move-to-window-line-last-op): Remove.
7866 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7867
7868 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
7869
7870 Make M-r mirror the new cycling behavior of C-l.
7871 * window.el (move-to-window-line-last-op): New var.
7872 (move-to-window-line-top-bottom): New command.
7873 (global-map): Bind M-r move-to-window-line-top-bottom.
7874
7875 2009-11-23 Sven Joachim <svenjoac@gmx.de>
7876
7877 * dired-x.el (dired-guess-shell-alist-default):
7878 Support xz format. (Bug#4953)
7879
7880 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
7881
7882 * cedet/srecode/map.el (srecode-get-maps):
7883 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7884 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7885 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7886 (semantic-toggle-decoration-style):
7887 * cedet/semantic/decorate/include.el
7888 (semantic-decoration-include-describe)
7889 (semantic-decoration-unknown-include-describe)
7890 (semantic-decoration-unparsed-include-describe)
7891 (semantic-decoration-all-include-summary):
7892 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7893 * cedet/semantic/analyze/complete.el
7894 (semantic-analyze-possible-completions):
7895 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7896 (semantic-show-unmatched-syntax-mode)
7897 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7898 (semantic-highlight-func-mode):
7899 * cedet/semantic/util.el (semantic-describe-buffer):
7900 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7901 (semantic-symref-find-tags-by-name)
7902 (semantic-symref-find-tags-by-regexp)
7903 (semantic-symref-find-tags-by-completion)
7904 (semantic-symref-find-file-references-by-name)
7905 (semantic-symref-find-text):
7906 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7907 (senator-yank-tag):
7908 * cedet/semantic/scope.el (semantic-calculate-scope):
7909 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7910 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7911 (define-semantic-idle-service):
7912 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7913 (semantic-complete-analyze-inline-idle):
7914 * cedet/semantic/analyze.el (semantic-analyze-current-context):
7915 * cedet/mode-local.el (describe-mode-local-bindings)
7916 (describe-mode-local-bindings-in-mode):
7917 * cedet/ede/make.el (ede-make-check-version):
7918 * cedet/ede/locate.el (ede-enable-locate-on-project):
7919 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7920 (cedet-idutils-version-check):
7921 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7922 (cedet-gnu-global-version-check):
7923 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7924 (cedet-cscope-version-check): Use called-interactively-p instead
7925 of interactive-p.
7926
7927 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7928 Use semantic-format-tag-prototype.
7929
7930 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
7931
7932 * emulation/viper-cmd.el: Use viper-last-command-char instead of
7933 last-command-char/last-command-event.
7934 (viper-prefix-arg-value): Do correct conversion of event-char for
7935 XEmacs.
7936
7937 * emulation/viper-util.el, emulation/viper.el:
7938 Use viper-last-command-char instead of
7939 last-command-char/last-command-event.
7940
7941 * ediff-init.el, ediff-mult.el, ediff-util.el:
7942 Replace last-command-char and last-command-event
7943 with (ediff-last-command-char) everywhere.
7944
7945 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7946 created in fundamental mode.
7947
7948 * ediff.el (ediff-version): Revert the change of interactive-p to
7949 called-interactively-p.
7950
7951 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
7952
7953 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7954 generation from word-movement command names.
7955
7956 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
7957
7958 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7959 (semantic-complete-jump-local, semantic-complete-jump):
7960 Improve prompt string.
7961
7962 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
7963
7964 * cus-start.el (all): Add native condition for font-use-system-font.
7965
7966 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
7967
7968 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7969 Correct the patch from 2009-11-18. (Bug#3910)
7970
7971 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
7972
7973 * progmodes/subword.el: Rename from lisp/subword.el.
7974
7975 * subword.el: Rename to progmodes/subword.el.
7976
7977 * Makefile.in (ELCFILES): Adapt to subword.el move.
7978
7979 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7980 Stefan Monnier <monnier@iro.umontreal.ca>
7981
7982 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7983 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7984 (bookmark-bmenu-show-filenames): Use push.
7985 (bookmark-bmenu-hide-filenames): Use local var instead of
7986 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
7987 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7988 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7989 filenames now that the bookmark names are always available.
7990
7991 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7992
7993 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7994 (bookmark-search-pattern): Move and leave unbound.
7995 (bookmark-bmenu-mode-map): Change binding.
7996 (bookmark-read-search-input): Simplify.
7997 Don't use text-char-description. Don't error on non-char events.
7998 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7999 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
8000 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
8001 Use a local var for the timer.
8002 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
8003 (i.e. bookmark-bmenu-search).
8004
8005 2009-11-21 Glenn Morris <rgm@gnu.org>
8006
8007 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
8008
8009 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
8010
8011 * net/browse-url.el (browse-url-default-windows-browser):
8012 Use cygstart for cygwin.
8013
8014 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
8015
8016 * bookmark.el: Formatting and doc fixes only:
8017 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
8018 (bookmark-bmenu-search): Wrap to fit within 80 columns.
8019 Minor grammar and punctuation fixes in doc string.
8020 (bookmark-read-search-input): Adjust to fit within 80 columns.
8021
8022 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
8023
8024 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
8025 (c-backward-into-nomenclature): Adapt to subword renaming.
8026
8027 * subword.el (subword-forward, subword-backward, subword-mark)
8028 (subword-kill, subword-backward-kill, subword-transpose)
8029 (subword-downcase, subword-upcase, subword-capitalize)
8030 (subword-forward-internal, subword-backward-internal):
8031 Rename from forward-subword, backward-subword, mark-subword,
8032 kill-subword, backward-kill-subword, transpose-subwords,
8033 downcase-subword, upcase-subword, capitalize-subword,
8034 forward-subword-internal, backward-subword-internal.
8035
8036 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8037
8038 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
8039 New options.
8040 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
8041 New vars.
8042 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
8043 (bookmark-bmenu-filter-alist-by-regexp)
8044 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
8045 (bookmark-bmenu-search): New command.
8046 (bookmark-bmenu-mode-map): Bind it.
8047
8048 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
8049
8050 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
8051
8052 * cedet/semantic/idle.el (define-semantic-idle-service)
8053 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
8054
8055 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
8056
8057 * progmodes/cc-cmds.el: declare-functioned forward-subword and
8058 backward-subword to quit the byte-compiler.
8059
8060 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
8061
8062 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
8063
8064 * progmodes/cc-cmds.el (c-update-modeline)
8065 (c-forward-into-nomenclature, c-backward-into-nomenclature):
8066 Refer to subword.el functions instead of cc-subword.el.
8067
8068 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
8069 subword.el functions instead of cc-subword.el.
8070
8071 * progmodes/cc-subword.el: Rename to subword.el.
8072 * subword.el: Rename from progmodes/cc-subword.el.
8073 (subword-mode-map): Rename from c-subword-mode-map.
8074 (subword-mode): Rename from c-subword-mode.
8075 (global-subword-mode): New global minor mode.
8076 (forward-subword): Rename from c-forward-subword.
8077 (backward-subword): Rename from c-backward-subword.
8078 (mark-subword): Rename from c-mark-subword.
8079 (kill-subword): Rename from c-kill-subword.
8080 (backward-kill-subword): Rename from c-backward-kill-subword.
8081 (transpose-subwords): Rename from c-tranpose-subword.
8082 (downcase-subword): Rename from c-downcase-subword.
8083 (capitalize-subword): Rename from c-capitalize-subword.
8084 (forward-subword-internal): Rename from c-forward-subword-internal.
8085 (backward-subword-internal): Rename from c-backward-subword-internal.
8086
8087 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
8088
8089 * vc.el (vc-deduce-fileset): Allow non-state changing operations
8090 from a dired buffer.
8091 (vc-dired-deduce-fileset): New function.
8092 (vc-root-diff, vc-print-root-log): Use it.
8093
8094 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
8095 nil LIMIT argument to vc-print-log-internal.
8096
8097 2009-11-20 Glenn Morris <rgm@gnu.org>
8098
8099 * Makefile.in (ELCFILES): Regenerate.
8100
8101 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
8102
8103 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
8104
8105 * cedet/semantic.el: Enable idle-mode menu items only if
8106 global-semantic-idle-scheduler-mode is enabled.
8107 (semantic-default-submodes): Doc fix.
8108
8109 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
8110 When turning off, disable other idle modes.
8111
8112 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
8113
8114 * calc/calc.el (calc-set-mode-line):
8115 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
8116 (math-format-number): Rename `math-format-complement-signed' to
8117 `math-format-twos-complement'.
8118
8119 * calc/calc-bin.el (math-format-twos-complement): Rename from
8120 math-format-complement-signed.
8121 (calc-radix): Rename `calc-complement-signed-mode' to
8122 `calc-twos-complement-mode'.
8123 (calc-octal-radix, calc-hex-radix): Add an argument for
8124 two's complement.
8125
8126 * calc/calc-embed.el (calc-embedded-mode-vars):
8127 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
8128
8129 * calc/calc-ext.el (calc-init-extensions):
8130 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
8131 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
8132
8133 * calc/calc-units.el (math-build-units-table-buffer):
8134 Let `calc-twos-complement-mode' be nil.
8135
8136 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
8137 entries.
8138
8139 * calc/calc-vec.el (calcFunc-vunpack):
8140 * calc/calc-aent.el (calc-do-calc-eval):
8141 * calc/calc-forms.el (math-format-date):
8142 * calc/calc-graph.el (calc-graph-plot):
8143 * calc/calc-math.el (math-use-emacs-fn):
8144 * calc/calccomp.el (math-compose-expr):
8145 Let `calc-twos-complement-mode' be nil.
8146
8147 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8148
8149 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
8150 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
8151 * minibuffer.el (completion-in-region-functions): New hook.
8152 (completion-in-region): New function.
8153 * emacs-lisp/lisp.el (lisp-complete-symbol):
8154 * pcomplete.el (pcomplete-std-complete): Use it.
8155
8156 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8157
8158 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
8159 (latex-complete-alist): New vars.
8160 (latex-string-prefix-p, latex-complete-bibtex-keys)
8161 (latex-complete-envnames, latex-complete-refkeys)
8162 (latex-complete-data): New functions.
8163 (latex-complete, latex-indent-or-complete): New commands.
8164
8165 * window.el (display-buffer-mark-dedicated): New var.
8166 (display-buffer): Obey it.
8167 * minibuffer.el (minibuffer-completion-help): Use it.
8168
8169 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
8170
8171 * filecache.el (file-cache-add-file): Use push and cons.
8172 (file-cache-delete-file-regexp): Use push.
8173 (file-cache-complete): Use completion-in-region.
8174
8175 * simple.el (with-wrapper-hook): Fix thinko.
8176
8177 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
8178 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
8179 Use with-current-buffer and string-to-number.
8180 (hfy-fallback-colour-values): Use assoc-string.
8181 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
8182 (hfy-face-at): Remove unused var `found-face'.
8183 (hfy-compile-stylesheet): Remove unused var `css'.
8184 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
8185 and `orig-buffer'.
8186 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
8187 Use with-current-buffer.
8188 (hfy-text-p): Use expand-file-name and fewer setq.
8189
8190 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
8191
8192 * htmlfontify.el, hfy-cmap.el: New files.
8193
8194 2009-11-19 Juri Linkov <juri@jurta.org>
8195
8196 * minibuffer.el (completions-format): New defcustom.
8197 (completion--insert-strings): Implement vertical format.
8198
8199 * simple.el (switch-to-completions): Move point to the first
8200 completion when point was at the beginning of the buffer.
8201
8202 2009-11-19 Juri Linkov <juri@jurta.org>
8203
8204 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
8205
8206 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
8207
8208 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
8209
8210 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
8211 (mail-signature): Change default to t.
8212 (mail-from-style): Deprecate `system-default' value.
8213 (mail-insert-from-field): For default value of mail-from-style,
8214 default to `angles' unless `angles' needs quoting and `parens'
8215 does not.
8216 (mail-citation-prefix-regexp): Use citation regexp from
8217 message-mode.
8218
8219 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
8220
8221 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
8222 Set variables for computing the prompt for reading password.
8223
8224 2009-11-19 Glenn Morris <rgm@gnu.org>
8225
8226 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
8227
8228 * textmodes/flyspell.el (sgml-lexical-context): Declare.
8229
8230 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
8231 (newsticker-treeview-listwindow-height): Fix custom type.
8232
8233 2009-11-19 Kenichi Handa <handa@m17n.org>
8234
8235 * descr-text.el (describe-char-padded-string): Compose with TAB
8236 only if there's a font for CH.
8237 (describe-char): Fix the condition for detecting a trivial composition.
8238
8239 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
8240
8241 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
8242 more accurate version of the regexp. (Bug#3910)
8243
8244 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
8245
8246 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
8247
8248 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
8249
8250 * font-setting.el (font-use-system-font): Declare for byte-compiler.
8251 (font-setting-change-default-font): Fix typo in docstring.
8252
8253 2009-11-18 Alan Mackenzie <acm@muc.de>
8254
8255 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
8256
8257 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
8258
8259 * font-setting.el (font-use-system-font): Move ...
8260
8261 * cus-start.el (all): ... to here.
8262
8263 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
8264
8265 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
8266 Don't set `ad-return-value' if `ad-do-it' doesn't.
8267
8268 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
8269 modification time.
8270
8271 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
8272
8273 * menu-bar.el: Put "Use system font" in Option-menu.
8274 (menu-bar-options-save): Add font-use-system-font.
8275
8276 * loadup.el: If feature system-font-setting or font-render-setting is
8277 there, load font-setting.
8278
8279 * Makefile.in (ELCFILES): Add font-settings.el.
8280 * font-setting.el: New file.
8281
8282 2009-11-17 Glenn Morris <rgm@gnu.org>
8283
8284 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
8285
8286 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
8287 Preserve point in the list buffer. (Bug#4939)
8288 Use point-at-eol.
8289 (newsticker--treeview-list-update-highlight)
8290 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
8291
8292 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
8293
8294 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
8295 Remove.
8296
8297 * calc/calc-ext.el (calc-init-extensions): Remove references to
8298 symclip.
8299
8300 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
8301
8302 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
8303 * calc/calc-help.el (calc-b-prefix-help): Remove references to
8304 `calc-symclip'.
8305
8306 2009-11-16 Kevin Ryde <user42@zip.com.au>
8307
8308 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8309 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
8310
8311 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
8312 (lm-keywords-list): Allow comma-only separator like "foo,bar".
8313 Ignore trailing spaces by omit-nulls to split-string (fixing
8314 regression from Emacs 21 due to the incompatible split-string
8315 change). (Bug #4928.)
8316
8317 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
8318
8319 * vc.el (vc-log-show-limit): Default to 2000.
8320 (vc-print-log-internal): Insert buttons to request more entries
8321 when limiting the output.
8322
8323 * vc-sccs.el (vc-sccs-print-log):
8324 * vc-rcs.el (vc-rcs-print-log):
8325 * vc-cvs.el (vc-cvs-print-log):
8326 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
8327 LIMIT is non-nil.
8328
8329 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
8330
8331 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
8332 error when `tramp-gvfs-dbus-event-vector' is set.
8333 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
8334
8335 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8336
8337 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
8338
8339 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
8340
8341 * net/dbus.el (dbus-unregister-service): New defun.
8342 (dbus-register-property): Register the handlers of
8343 "org.freedesktop.DBus.Properties" for SERVICE.
8344 (dbus-property-handler): Fix docstring.
8345
8346 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8347
8348 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
8349 Quote doc string reference in defvaralias as it is not in special form.
8350 (byte-compile-output-docform): Doc fix.
8351
8352 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
8353
8354 * calc/calc.el (math-2-word-size, math-half-2-word-size)
8355 (calc-complement-signed-mode): New variables.
8356 (calc-set-mode-line): Add indicator for twos-complements.
8357 (math-format-number): Format twos-complement notation.
8358
8359 * calc/calc-bin.el (calc-word-size): Reset the variables
8360 `math-2-word-size' and `math-half-2-word-size'.
8361 (math-format-complement-signed, math-symclip, calcFunc-symclip)
8362 (calc-symclip): New functions.
8363
8364 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
8365
8366 * calc/calc-embed.el (calc-embedded-mode-vars):
8367 Add `calc-complement-signed-mode' to the list of modes.
8368
8369 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
8370 (calc-b-oper-keys): Add `calc-symclip' to list.
8371
8372 * calc/calc-ext.el (math-read-number-fancy): Read complement
8373 signed numbers.
8374 (calc-init-extensions): Add binding for `calc-symclip'.
8375 Add autoload for `calcFunc-symclip' and `calc-symclip'.
8376
8377 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
8378 `calc-symclip'.
8379 (calc-modes-menu): Add item for twos complement mode.
8380
8381 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
8382
8383 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
8384
8385 * register.el (jump-to-register, insert-register): Handle Semantic
8386 tags. From commented-out advice in semantic/senator.el.
8387
8388 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
8389
8390 * vc.el (vc-log-show-limit): New variable.
8391 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
8392 when using a prefix argument.
8393 (vc-print-log-internal): Add new argument LIMIT.
8394
8395 * vc-svn.el (vc-svn-print-log):
8396 * vc-mtn.el (vc-mtn-print-log):
8397 * vc-hg.el (vc-hg-print-log):
8398 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
8399 pass it to the log command when set. Make the BUFFER argument
8400 non-optional.
8401
8402 * vc-sccs.el (vc-sccs-print-log):
8403 * vc-rcs.el (vc-rcs-print-log):
8404 * vc-git.el (vc-git-print-log):
8405 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
8406 ignore it. Make the BUFFER argument non-optional
8407
8408 * bindings.el (mode-line-buffer-identification): Do not purecopy.
8409
8410 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
8411
8412 * dired.el (dired-mode-map): Move encryption items to "Operate"
8413 menu (Bug#4703).
8414
8415 * strokes.el (strokes-update-window-configuration): Make strokes
8416 buffer current before erasing (Bug#4906).
8417
8418 * cedet/semantic/idle.el (semantic-idle-summary-mode)
8419 (semantic-idle-summary-mode): Define using define-minor-mode
8420 instead of define-semantic-idle-service.
8421 (semantic-idle-summary-mode): New function.
8422 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
8423 that mouse motion does not reset the echo area.
8424
8425 2009-11-15 Juri Linkov <juri@jurta.org>
8426
8427 * simple.el (set-mark-default-inactive): Add :type, :group
8428 and :version. (Bug#4876)
8429
8430 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
8431
8432 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
8433 (archive-unique-fname): ... here. (Bug#4929)
8434
8435 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8436
8437 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
8438 with a real fix.
8439
8440 * novice.el (disabled-command-function): Add useful args.
8441 Setup the help buffer so that [back] works.
8442 Remove redundant call to help-mode.
8443 (disabled-command-function): Use `case'.
8444 (en/disable-command): New function extracted from enable-command.
8445 (enable-command, disable-command): Use it.
8446
8447 2009-11-14 Glenn Morris <rgm@gnu.org>
8448
8449 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
8450 constants. (Bug#4913)
8451
8452 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
8453
8454 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
8455
8456 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
8457 defined in C that have no doc-strings. (Bug#1063)
8458
8459 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
8460
8461 * cus-edit.el (data, files):
8462 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
8463
8464 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
8465
8466 * simple.el (shell-command): Doc fix (Bug#4891).
8467
8468 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
8469
8470 2009-11-14 Glenn Morris <rgm@gnu.org>
8471
8472 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
8473 statements for vc-diff, emerge-quit, and rmail-cease-edit.
8474 If they are already loaded, eval-after-load will do the right thing.
8475
8476 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
8477 compiling.
8478
8479 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
8480
8481 * simple.el (x-selection-owner-p): Declare.
8482 (read-mail-command): Use custom radio type rather than choice.
8483 (completion-no-auto-exit): Doc fix.
8484
8485 * custom.el (defgroup):
8486 * epg-config.el (epg): Doc fixes.
8487
8488 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
8489
8490 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
8491 * international/ccl.el (define-ccl-program): Do not purecopy the
8492 docstring, defconst does it anyway.
8493
8494 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8495
8496 * add-log.el (add-change-log-entry): Avoid displaying the changelog
8497 a second time.
8498
8499 * x-dnd.el (x-dnd-maybe-call-test-function):
8500 * window.el (split-window-vertically):
8501 * whitespace.el (whitespace-help-on):
8502 * vc-rcs.el (vc-rcs-consult-headers):
8503 * userlock.el (ask-user-about-lock-help)
8504 (ask-user-about-supersession-help):
8505 * type-break.el (type-break-force-mode-line-update):
8506 * time-stamp.el (time-stamp-conv-warn):
8507 * terminal.el (te-set-output-log, te-more-break, te-filter)
8508 (te-sentinel, terminal-emulator):
8509 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
8510 (term-write-input-ring, term-check-source, term-start-output-log):
8511 (term-display-buffer-line, term-dynamic-list-completions):
8512 (term-ansi-make-term, serial-term):
8513 * subr.el (selective-display):
8514 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8515 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
8516 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
8517 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
8518 (speedbar-remove-localized-speedbar-support)
8519 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
8520 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
8521 (speedbar-buffers-line-directory):
8522 * simple.el (shell-command-on-region, append-to-buffer)
8523 (prepend-to-buffer):
8524 * shadowfile.el (shadow-save-todo-file):
8525 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
8526 (scroll-bar-maybe-set-window-start):
8527 * sb-image.el (speedbar-image-dump):
8528 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
8529 (load-save-place-alist-from-file):
8530 * ps-samp.el (ps-print-message-from-summary):
8531 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
8532 (ps-background-image, ps-begin-job, ps-do-despool):
8533 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
8534 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
8535 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
8536 (pr-call-process, pr-file-list, pr-interface-save):
8537 * novice.el (disabled-command-function)
8538 (enable-command, disable-command):
8539 * mouse.el (mouse-buffer-menu-alist):
8540 * mouse-copy.el (mouse-kill-preserving-secondary):
8541 * macros.el (kbd-macro-query):
8542 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
8543 * informat.el (batch-info-validate):
8544 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
8545 * hippie-exp.el (try-expand-dabbrev-visible):
8546 * help-mode.el (help-make-xrefs):
8547 * help-fns.el (describe-variable):
8548 * generic-x.el (bat-generic-mode-run-as-comint):
8549 * finder.el (finder-mouse-select):
8550 * find-dired.el (find-dired-sentinel):
8551 * filesets.el (filesets-file-close):
8552 * files.el (list-directory):
8553 * faces.el (list-faces-display, describe-face):
8554 * facemenu.el (list-colors-display):
8555 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
8556 * epg.el (epg--process-filter, epg-cancel):
8557 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
8558 (epa--read-signature-type):
8559 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
8560 (emerge-file-names):
8561 * ehelp.el (electric-helpify):
8562 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
8563 * ediff-vers.el (rcs-ediff-view-revision):
8564 * ediff-util.el (ediff-setup):
8565 * ediff-mult.el (ediff-append-custom-diff):
8566 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
8567 (ediff-wordify):
8568 * echistory.el (Electric-command-history-redo-expression):
8569 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8570 * disp-table.el (describe-display-table):
8571 * dired.el (dired-find-buffer-nocreate):
8572 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
8573 * dabbrev.el (dabbrev--same-major-mode-p):
8574 * chistory.el (list-command-history):
8575 * apropos.el (apropos-documentation):
8576 * allout.el (allout-obtain-passphrase):
8577 (allout-copy-exposed-to-buffer):
8578 (allout-verify-passphrase): Use with-current-buffer.
8579
8580 2009-11-13 Glenn Morris <rgm@gnu.org>
8581
8582 * Makefile.in (ELCFILES): Regenerate.
8583
8584 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
8585
8586 * net/dbus.el (dbus-registered-objects-table): Rename from
8587 `dbus-registered-functions-table', because it contains also properties.
8588 (dbus-unregister-object): Unregister also properties.
8589 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8590 Use a timeout of 500 msec, in order to not block.
8591 (dbus-register-property, dbus-property-handler): New defuns.
8592
8593 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8594
8595 * simple.el (minibuffer-default-add-completions): Drop deprecated
8596 4th arg.
8597
8598 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
8599
8600 * textmodes/artist.el (artist-mouse-choose-operation):
8601 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
8602 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
8603 (artist-compute-up-event-key): New function.
8604 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
8605
8606 2009-11-13 Kenichi Handa <handa@m17n.org>
8607
8608 * language/japan-util.el: Make sure that the value of jisx0208
8609 property is jisx0208 character.
8610
8611 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
8612
8613 * international/mule.el (auto-coding-regexp-alist): Only purecopy
8614 car or each item, not the whole list.
8615
8616 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
8617
8618 * minibuffer.el (minibuffer-completion-help):
8619 Use minibuffer-hide-completions.
8620
8621 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
8622
8623 * dired.el (dired-save-positions, dired-restore-positions): New funs.
8624 (dired-revert): Use them (bug#4880).
8625
8626 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8627
8628 * tooltip.el (tooltip-frame-parameters): Undo previous change.
8629
8630 2009-11-12 Juri Linkov <juri@jurta.org>
8631
8632 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
8633 New functions.
8634 (find-file-literally-at-point): Alias of `ffap-literally'.
8635
8636 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8637
8638 * textmodes/ispell.el (ispell-skip-region-alist):
8639 * textmodes/css-mode.el (auto-mode-alist):
8640 * progmodes/compile.el (auto-mode-alist):
8641 * international/mule.el (ctext-non-standard-encodings-alist)
8642 (ctext-non-standard-encodings-regexp):
8643 * simple.el (shell-command-switch, text-read-only):
8644 * replace.el (occur-mode-map):
8645 * paths.el (rmail-file-name):
8646 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
8647 * find-file.el (ff-special-constructs):
8648 * files.el (file-name-handler-alist):
8649 * composite.el: Purecopy strings.
8650
8651 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
8652
8653 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8654
8655 * widget.el (define-widget): Purecopy the docstring.
8656 * international/mule-cmds.el (charset): Do not purecopy the
8657 docstring here, define-widget does it.
8658
8659 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8660 * textmodes/bibtex-style.el (auto-mode-alist):
8661 * progmodes/inf-lisp.el (inferior-lisp-prompt):
8662 * progmodes/compile.el (compile-command):
8663 * language/korea-util.el (default-korean-keyboard):
8664 * international/mule-conf.el (file-coding-system-alist):
8665 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
8666 * tooltip.el (tooltip-frame-parameters):
8667 * newcomment.el (comment-end, comment-padding):
8668 * dired.el (dired-trivial-filenames):
8669 * comint.el (comint-file-name-prefix): Purecopy initial values.
8670
8671 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
8672
8673 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
8674 (tramp-advice-minibuffer-electric-tilde): Unload advices via
8675 `tramp-unload'.
8676 (tramp-advice-make-auto-save-file-name)
8677 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
8678 after removing the advice.
8679
8680 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8681
8682 * progmodes/grep.el (grep-regexp-alist):
8683 * international/mule-cmds.el (iso-2022-control-alist):
8684 * emacs-lisp/timer.el (timer-duration-words):
8685 * subr.el (version-separator, version-regexp-alist):
8686 * minibuffer.el (completion-styles-alist):
8687 * faces.el (face-attribute-name-alist, list-faces-sample-text):
8688 Change defvars to defconsts.
8689
8690 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
8691 * loadup.el ("international/mule-conf"): Load the byte compiled version.
8692 * international/mule-conf.el: Allow to be byte compiled.
8693
8694 * international/mule.el (define-charset): Purecopy props.
8695 (load-with-code-conversion): Purecopy doc string and file name.
8696 (put-charset-property): Purecopy strings.
8697 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
8698
8699 * international/mule-cmds.el (register-input-method): Purecopy arguments.
8700 (define-char-code-property): Correctly purecopy the table.
8701
8702 * international/ccl.el (define-ccl-program): Purecopy the docstring.
8703
8704 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
8705
8706 * subr.el (add-hook): Purecopy strings.
8707 (eval-after-load): Purecopy load-history-regexp and the form.
8708
8709 * custom.el (custom-declare-group): Purecopy load-file-name.
8710
8711 * subr.el (menu-bar-separator): New defconst.
8712 * net/eudc.el (eudc-tools-menu):
8713 * international/mule-cmds.el (set-coding-system-map)
8714 (mule-menu-keymap):
8715 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8716 * vc-hooks.el (vc-menu-map):
8717 * replace.el (occur-mode-map):
8718 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
8719 (menu-bar-edit-menu, menu-bar-goto-menu)
8720 (menu-bar-custom-menu, menu-bar-showhide-menu)
8721 (menu-bar-options-menu, menu-bar-tools-menu)
8722 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
8723 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
8724 (menu-bar-help-menu):
8725 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
8726 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
8727
8728 * term/x-win.el (x-gtk-stock-map):
8729 * progmodes/vera-mode.el (auto-mode-alist):
8730 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8731 (inferior-lisp-program, inferior-lisp-load-command):
8732 * progmodes/hideshow.el (hs-special-modes-alist):
8733 * progmodes/gud.el (same-window-regexps):
8734 * progmodes/grep.el (grep-program, find-program, xargs-program):
8735 * net/telnet.el (same-window-regexps):
8736 * net/rlogin.el (same-window-regexps):
8737 * language/ethiopic.el (font-ccl-encoder-alist):
8738 * vc-sccs.el (vc-sccs-master-templates):
8739 * vc-rcs.el (vc-rcs-master-templates):
8740 * subr.el (cl-assertion-failed):
8741 * simple.el (next-error-overlay-arrow-position):
8742 * lpr.el (lpr-command):
8743 * locate.el (locate-ls-subdir-switches):
8744 * info.el (same-window-regexps, info)
8745 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8746 * image-mode.el (image-mode, auto-mode-alist):
8747 * hippie-exp.el (hippie-expand-ignore-buffers):
8748 * format.el (format-alist):
8749 * find-dired.el (find-ls-subdir-switches, find-grep-options)
8750 (find-name-arg):
8751 * facemenu.el (facemenu-keybindings):
8752 * dired.el (dired-listing-switches, dired-chown-program):
8753 * diff.el (diff-switches, diff-command):
8754 * cus-edit.el (same-window-regexps):
8755 * bindings.el (mode-line-mule-info)
8756 (mode-line-buffer-identification): Purecopy strings.
8757
8758 2009-11-11 Juri Linkov <juri@jurta.org>
8759
8760 * simple.el (dired-get-filename) <declare-function>:
8761 Tell the byte-compiler about dired-get-filename.
8762 (shell-command): In Dired mode, get filename from the current line
8763 as the default value.
8764
8765 2009-11-10 Glenn Morris <rgm@gnu.org>
8766
8767 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
8768 * calendar/holidays.el, progmodes/cperl-mode.el:
8769 Update x-popup-menu declarations.
8770
8771 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
8772 (list-load-path-shadows): Use dolist.
8773 (list-load-path-shadows): Use with-current-buffer.
8774
8775 2009-11-10 Juri Linkov <juri@jurta.org>
8776
8777 * minibuffer.el (read-file-name): Support a list of default values
8778 in `default-filename'. Use the first file name where only one
8779 element is required. Doc fix.
8780
8781 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
8782
8783 * net/dbus.el (dbus-unregister-object): Release service, if no
8784 other method is registered for it.
8785
8786 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
8787
8788 * bookmark.el (bookmark-completing-read): Sort bookmark names if
8789 bookmark-sort-flag is non-nil (Bug#4653).
8790
8791 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
8792
8793 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
8794 the progress reporter entirely.
8795
8796 * emulation/cua-base.el: Add CUA property to some CC mode commands
8797 (Bug#4100).
8798
8799 2009-11-08 Kevin Ryde <user42@zip.com.au>
8800
8801 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
8802 at end of sentence (Bug#4818).
8803
8804 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
8805
8806 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8807 Handle "see declaration of" MSFT statements (Bug#4100).
8808
8809 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
8810
8811 * net/tramp.el (tramp-advice-make-auto-save-file-name)
8812 (tramp-advice-file-expand-wildcards): Unload via
8813 `ad-remove-advice'.
8814
8815 * net/trampver.el: Update release number.
8816
8817 2009-11-08 Kevin Ryde <user42@zip.com.au>
8818
8819 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
8820 `ad-do-it'.
8821
8822 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
8823
8824 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8825 in order to keep context in SELinux.
8826
8827 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
8828
8829 * dired-aux.el (dired-query): Place cursor in echo area and allow
8830 C-g.
8831
8832 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8833 menu item if not on a directory (Bug#4701).
8834
8835 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
8836
8837 Sync with Tramp 2.1.17.
8838
8839 * net/tramp.el (tramp-handle-copy-directory): Don't use
8840 `file-remote-p' (due to compatibility).
8841
8842 * net/tramp-compat.el (tramp-compat-copy-directory)
8843 (tramp-compat-delete-directory): New defuns.
8844
8845 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8846 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8847 `tramp-compat-delete-directory'.
8848
8849 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8850 (tramp-smb-handle-delete-directory): Use
8851 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8852
8853 * net/trampver.el: Update release number.
8854
8855 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
8856
8857 * tar-mode.el (tar-copy): Call write-region on the right buffer
8858 (Bug#4857).
8859
8860 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8861 by hand, if necessary (Bug#4878).
8862
8863 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
8864
8865 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8866 align size column (Bug#4839).
8867
8868 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8869 statement.
8870
8871 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
8872
8873 * progmodes/ld-script.el (auto-mode-alist):
8874 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8875
8876 * cus-face.el (custom-declare-face): Purecopy face spec.
8877
8878 2009-11-06 Kenichi Handa <handa@m17n.org>
8879
8880 * international/uni-bidi.el: Re-generated.
8881 * international/uni-category.el: Re-generated.
8882 * international/uni-combining.el: Re-generated.
8883 * international/uni-mirrored.el: Re-generated.
8884
8885 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
8886
8887 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8888 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8889 (tex-start-options, slitex-run-command, latex-run-command)
8890 (tex-run-command, tex-directory):
8891 * textmodes/ispell.el (ispell-html-skip-alists)
8892 (ispell-tex-skip-alists, ispell-tex-skip-alists):
8893 * textmodes/fill.el (adaptive-fill-first-line-regexp):
8894 (adaptive-fill-regexp):
8895 * textmodes/dns-mode.el (auto-mode-alist):
8896 * progmodes/python.el (interpreter-mode-alist):
8897 * progmodes/etags.el (tags-compression-info-list):
8898 * progmodes/etags.el (tags-file-name):
8899 * net/browse-url.el (browse-url-galeon-program)
8900 (browse-url-firefox-program):
8901 * mail/sendmail.el (mail-signature-file)
8902 (mail-citation-prefix-regexp):
8903 * international/mule-conf.el (eight-bit):
8904 * international/latexenc.el (latex-inputenc-coding-alist):
8905 * international/fontset.el (x-pixel-size-width-font-regexp):
8906 * emacs-lisp/warnings.el (warning-type-format):
8907 * emacs-lisp/trace.el (trace-buffer):
8908 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8909 (emacs-lisp-mode-map):
8910 * calendar/holidays.el (holiday-solar-holidays)
8911 (holiday-bahai-holidays, holiday-islamic-holidays)
8912 (holiday-christian-holidays, holiday-hebrew-holidays)
8913 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8914 (hebrew-holidays-1, holiday-oriental-holidays)
8915 (holiday-general-holidays):
8916 * x-dnd.el (x-dnd-known-types):
8917 * tool-bar.el (tool-bar):
8918 * startup.el (site-run-file):
8919 * shell.el (shell-dumb-shell-regexp):
8920 * rfn-eshadow.el (file-name-shadow-tty-properties)
8921 (file-name-shadow-properties):
8922 * paths.el (remote-shell-program, news-directory):
8923 * mouse.el ([C-down-mouse-3]):
8924 * menu-bar.el (menu-bar-tools-menu):
8925 * jka-cmpr-hook.el (jka-compr-load-suffixes)
8926 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8927 (jka-compr-compression-info-list):
8928 * isearch.el (search-whitespace-regexp):
8929 * image-file.el (image-file-name-extensions):
8930 * find-dired.el (find-ls-option):
8931 * files.el (directory-listing-before-filename-regexp)
8932 (directory-free-space-args, insert-directory-program)
8933 (list-directory-brief-switches, magic-fallback-mode-alist)
8934 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8935 (automount-dir-prefix):
8936 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8937 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8938 (face-font-registry-alternatives, face-font-registry-alternatives)
8939 (face-font-family-alternatives):
8940 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8941 (facemenu-foreground-menu, facemenu-face-menu):
8942 * epa-hook.el (epa-file-name-regexp):
8943 * dnd.el (dnd-protocol-alist):
8944 * textmodes/rst.el (auto-mode-alist):
8945 * button.el (default-button): Purecopy strings.
8946
8947 2009-11-06 Glenn Morris <rgm@gnu.org>
8948
8949 * Makefile.in (ELCFILES): Update.
8950
8951 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
8952
8953 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8954 * emacs-lisp/levents.el: Move to obsolete/levents.el.
8955
8956 * nxml/xsd-regexp.el (xsdre-gen-categories):
8957 * nxml/xmltok.el (xmltok-parse-entity):
8958 * nxml/rng-parse.el (rng-parse-validate-file):
8959 * nxml/rng-maint.el (rng-format-manual)
8960 (rng-manual-output-force-new-line):
8961 * nxml/rng-loc.el (rng-save-schema-location-1):
8962 * nxml/rng-cmpct.el (rng-c-parse-file):
8963 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8964 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8965
8966 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
8967
8968 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8969 Remove extra save-excursions and make-variable-buffer-local's.
8970 Suggested by Stefan Monnier.
8971
8972 (verilog-getopt-file, verilog-module-inside-filename-p)
8973 (verilog-set-define): Merge GNU 1.35 and repair changes from
8974 switching to using with-current-buffer.
8975
8976 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8977 being treated as a number and confusing AUTORESET.
8978 Reported by Dan Dever.
8979
8980 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8981 Add verilog-auto-ignore-concat to fix backward compatibility with
8982 older verilog-modes. Reported by Dan Katz.
8983
8984 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8985 containing closing anchors "...$".
8986
8987 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8988 Reported by Wade Smith.
8989
8990 (verilog-batch-execute-func): Comment on function usage.
8991
8992 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
8993
8994 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8995 for labels.
8996
8997 (verilog-label-re, verilog-calc-1): Support proper indent of named
8998 asserts.
8999
9000 (verilog-backward-token, verilog-basic-complete-re)
9001 (verilog-beg-of-statement, verilog-indent-re): Support proper
9002 indent of the assert statement at the beginning of a block of text.
9003
9004 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
9005 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
9006 tokens as begins.
9007
9008 2009-11-05 Glenn Morris <rgm@gnu.org>
9009
9010 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
9011 Emacs 19. (Bug#1531)
9012 (byte-compile-fix-header): Update for the above change.
9013 Drop test for epoch::version.
9014
9015 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
9016 * cus-dep.el (custom-make-dependencies):
9017 * finder.el (finder-compile-keywords):
9018 Use autoload-rubric's feature argument.
9019
9020 * calendar/diary-lib.el (top-level): Make load behave more like require.
9021
9022 * vc-git.el (vc-git-stash-map): Move definition before use.
9023
9024 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
9025
9026 * custom.el (custom-declare-group): Purecopy standard-value.
9027 (custom-declare-group): Purecopy custom-prefix.
9028
9029 * international/mule.el (load-with-code-conversion):
9030 Call do-after-load-evaluation unconditionally.
9031
9032 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
9033
9034 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
9035
9036 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
9037
9038 2009-11-04 Glenn Morris <rgm@gnu.org>
9039
9040 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
9041 (byte-compile-compatibility): Remove option.
9042 (byte-compile-close-variables, byte-compile-fix-header)
9043 (byte-compile-insert-header, byte-compile-output-docform)
9044 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
9045 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
9046 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
9047 (byte-compile-insert, byte-compile-defun):
9048 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
9049 (byte-defop-compiler19): Remove.
9050 Without byte-compile-compatibility, the 'emacs19-opcode property is not
9051 used by anything. Replace all calls with byte-defop-compiler.
9052
9053 2009-11-04 Juri Linkov <juri@jurta.org>
9054
9055 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
9056 (menu-bar-options-menu): Don't quote the `prop' arg of
9057 `menu-bar-make-mm-toggle'.
9058
9059 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
9060
9061 * calendar/calendar.el (cal-loaddefs):
9062 * calendar/diary-lib.el (diary-loaddefs):
9063 * calendar/holidays.el (hol-loaddefs):
9064 * eshell/esh-module.el (esh-groups): Load rather than require.
9065
9066 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9067
9068 * calendar/todo-mode.el (todo-add-category): Don't hardcode
9069 point-min==1.
9070 (todo-top-priorities): Only display-buffer when called interactively.
9071 (todo-item-start): Don't save excursion point.
9072 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
9073 (todo-insert-item-here, todo-file-item, todo-remove-item):
9074 Adjust uses of todo-item-start and todo-item-end.
9075
9076 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
9077 (autoload-rubric): Don't use any more.
9078 * cedet/semantic/fw.el (semantic/loaddefs):
9079 * cedet/srecode.el (srecode/loaddefs):
9080 * cedet/ede.el (ede/loaddefs): Load rather than require.
9081 * cedet/ede/cpp-root.el:
9082 * cedet/ede/emacs.el:
9083 * cedet/ede/files.el:
9084 * cedet/ede/linux.el:
9085 * cedet/ede/locate.el:
9086 * cedet/ede/make.el:
9087 * cedet/ede/shell.el:
9088 * cedet/ede/speedbar.el:
9089 * cedet/ede/system.el:
9090 * cedet/ede/util.el:
9091 * cedet/semantic/analyze.el:
9092 * cedet/semantic/bovine.el:
9093 * cedet/semantic/complete.el:
9094 * cedet/semantic/ctxt.el:
9095 * cedet/semantic/db-file.el:
9096 * cedet/semantic/db-find.el:
9097 * cedet/semantic/db-global.el:
9098 * cedet/semantic/db-mode.el:
9099 * cedet/semantic/db-typecache.el:
9100 * cedet/semantic/db.el:
9101 * cedet/semantic/debug.el:
9102 * cedet/semantic/dep.el:
9103 * cedet/semantic/doc.el:
9104 * cedet/semantic/edit.el:
9105 * cedet/semantic/find.el:
9106 * cedet/semantic/format.el:
9107 * cedet/semantic/html.el:
9108 * cedet/semantic/ia-sb.el:
9109 * cedet/semantic/ia.el:
9110 * cedet/semantic/idle.el:
9111 * cedet/semantic/lex-spp.el:
9112 * cedet/semantic/lex.el:
9113 * cedet/semantic/mru-bookmark.el:
9114 * cedet/semantic/scope.el:
9115 * cedet/semantic/senator.el:
9116 * cedet/semantic/sort.el:
9117 * cedet/semantic/symref.el:
9118 * cedet/semantic/tag-file.el:
9119 * cedet/semantic/tag-ls.el:
9120 * cedet/semantic/tag-write.el:
9121 * cedet/semantic/tag.el:
9122 * cedet/semantic/util-modes.el:
9123 * cedet/semantic/analyze/complete.el:
9124 * cedet/semantic/analyze/refs.el:
9125 * cedet/semantic/bovine/c.el:
9126 * cedet/semantic/bovine/gcc.el:
9127 * cedet/semantic/bovine/make.el:
9128 * cedet/semantic/bovine/scm.el:
9129 * cedet/semantic/decorate/include.el:
9130 * cedet/semantic/decorate/mode.el:
9131 * cedet/semantic/symref/cscope.el:
9132 * cedet/semantic/symref/global.el:
9133 * cedet/semantic/symref/grep.el:
9134 * cedet/semantic/symref/idutils.el:
9135 * cedet/semantic/symref/list.el:
9136 * cedet/semantic/wisent/java-tags.el:
9137 * cedet/semantic/wisent/javascript.el:
9138 * cedet/srecode/compile.el:
9139 * cedet/srecode/cpp.el:
9140 * cedet/srecode/document.el:
9141 * cedet/srecode/el.el:
9142 * cedet/srecode/expandproto.el:
9143 * cedet/srecode/getset.el:
9144 * cedet/srecode/insert.el:
9145 * cedet/srecode/java.el:
9146 * cedet/srecode/map.el:
9147 * cedet/srecode/mode.el:
9148 * cedet/srecode/template.el:
9149 * cedet/srecode/texi.el: Remove the file-local setting of
9150 generated-autoload-feature.
9151
9152 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
9153 and only put a prop if it is non-nil.
9154
9155 2009-11-03 Juri Linkov <juri@jurta.org>
9156
9157 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
9158 (menu-bar-options-menu): Fix list quoting (Bug#4429).
9159
9160 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
9161 and "Menu" to make top-level menu item visually one unit (like
9162 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
9163 multi-word menu items). Fix :help string for quit-window.
9164
9165 2009-11-03 Glenn Morris <rgm@gnu.org>
9166
9167 * cedet/mode-local.el (with-mode-local): Doc fix.
9168
9169 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
9170 (byte-compile-file-form-define-abbrev-table)
9171 (byte-compile-file-form-custom-declare-variable)
9172 (byte-compile-variable-ref, byte-compile-defvar):
9173 Whether or not a warning is enabled should only affect whether we issue
9174 the warning, not whether or not we collect the relevant data.
9175 Eg warnings can be turned on and off throughout the course of a file.
9176
9177 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
9178 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
9179
9180 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9181
9182 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
9183 * play/mpuz.el (mpuz-create-buffer):
9184 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
9185 (lm-print-y,s,noise, lm-print-w0, lm-init):
9186 * play/gomoku.el (gomoku-prompt-for-move):
9187 * play/fortune.el (fortune-in-buffer):
9188 * play/dissociate.el (dissociated-press):
9189 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
9190 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
9191 * mail/supercite.el (sc-eref-show):
9192 * mail/smtpmail.el (smtpmail-send-it):
9193 * mail/rmailsum.el (rmail-summary-next-labeled-message)
9194 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
9195 (rmail-summary-undelete-many, rmail-summary-rmail-update)
9196 (rmail-summary-goto-msg, rmail-summary-expunge)
9197 (rmail-summary-get-new-mail, rmail-summary-search-backward)
9198 (rmail-summary-add-label, rmail-summary-output-menu)
9199 (rmail-summary-output-body):
9200 * mail/rfc822.el (rfc822-addresses):
9201 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
9202 * mail/mailpost.el (post-mail-send-it):
9203 * mail/hashcash.el (hashcash-generate-payment):
9204 * mail/feedmail.el (feedmail-run-the-queue)
9205 (feedmail-queue-send-edit-prompt-help-first)
9206 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
9207 (feedmail-deduce-address-list):
9208 * eshell/esh-ext.el (eshell-remote-command):
9209 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
9210 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
9211 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
9212 (viper-save-string-in-file, viper-valid-marker):
9213 * emulation/viper-keym.el (viper-toggle-key):
9214 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
9215 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
9216 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
9217 * emulation/viper-cmd.el (viper-exec-form-in-vi)
9218 (viper-exec-form-in-emacs, viper-brac-function):
9219 * emulation/viper.el (viper-delocalize-var):
9220 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
9221 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
9222 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
9223 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
9224 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
9225 * emulation/edt.el (edt-electric-helpify):
9226 * emulation/cua-rect.el (cua--rectangle-aux-replace):
9227 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
9228 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
9229 (cua-indent-to-global-mark-column):
9230 * calendar/diary-lib.el (calendar-mark-1):
9231 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
9232 Use with-current-buffer.
9233 * emulation/viper.el (viper-delocalize-var): Use dolist.
9234
9235 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
9236
9237 * comint.el (comint-replace-by-expanded-history-before-point):
9238 Replace !! with the previous input string literally (Bug#1795).
9239
9240 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
9241
9242 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
9243 to be made up of whitespace.
9244
9245 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
9246
9247 * minibuffer.el (read-file-name): Don't use file dialogs for
9248 remote directories (Bug#99).
9249
9250 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
9251
9252 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
9253
9254 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
9255
9256 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
9257 instead of deleting the window or frame.
9258
9259 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
9260
9261 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
9262 Support face colors.
9263
9264 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
9265 New function. Support face colors (Bug#1168).
9266 (tex-common-initialization): Use it.
9267
9268 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
9269 mode allows it (Bug#1168).
9270
9271 2009-10-31 Juri Linkov <juri@jurta.org>
9272
9273 * facemenu.el (list-colors-display): Don't mark buffer as
9274 modified (Bug#3948).
9275
9276 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
9277
9278 * international/mule-diag.el (list-character-sets-1): Minor
9279 message fix (Bug#3526).
9280
9281 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
9282 face property (Bug#4834).
9283 (etags-list-tags, etags-tags-apropos-additional)
9284 (etags-tags-apropos, tags-select-tags-table): Add follow-link
9285 property.
9286
9287 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
9288 items.
9289
9290 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
9291 items.
9292
9293 * cedet/ede.el (ede-minor-mode):
9294 * cedet/semantic.el (semantic-mode): Toggle menu separators.
9295
9296 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
9297
9298 * textmodes/two-column.el (2C-split):
9299 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
9300 * textmodes/tex-mode.el (tex-set-buffer-directory):
9301 * textmodes/spell.el (spell-region, spell-string):
9302 * textmodes/reftex.el (reftex-erase-buffer):
9303 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
9304 * textmodes/reftex-toc.el (reftex-toc-promote-action):
9305 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
9306 (reftex-select-item):
9307 * textmodes/reftex-ref.el (reftex-label-info-update)
9308 (reftex-offer-label-menu):
9309 * textmodes/reftex-index.el (reftex-index-change-entry)
9310 (reftex-index-phrases-info):
9311 * textmodes/reftex-global.el (reftex-create-tags-file)
9312 (reftex-save-all-document-buffers, reftex-ensure-write-access):
9313 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
9314 (reftex-view-crossref-from-bibtex):
9315 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
9316 (reftex-extract-bib-entries-from-thebibliography)
9317 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
9318 * textmodes/refbib.el (r2b-capitalize-title):
9319 (r2b-convert-buffer, r2b-help):
9320 * textmodes/page-ext.el (pages-directory)
9321 (pages-directory-goto-with-mouse):
9322 * textmodes/bibtex.el (bibtex-validate-globally):
9323 * textmodes/bib-mode.el (bib-capitalize-title):
9324 * textmodes/artist.el (artist-clear-buffer, artist-system):
9325 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
9326 (local-set-scheme-interaction-buffer, xscheme-process-filter)
9327 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
9328 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
9329 (xscheme-send-control-g-interrupt, xscheme-start-process)
9330 (xscheme-process-sentinel, xscheme-cd):
9331 * progmodes/verilog-mode.el (verilog-read-always-signals)
9332 (verilog-set-define, verilog-getopt-file)
9333 (verilog-module-inside-filename-p):
9334 * progmodes/sh-script.el:
9335 * progmodes/python.el (python-pdbtrack-get-source-buffer)
9336 (python-pdbtrack-grub-for-buffer, python-execute-file):
9337 * progmodes/octave-inf.el (inferior-octave):
9338 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
9339 (idlwave-shell-compile-helper-routines, idlwave-set-local)
9340 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
9341 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
9342 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
9343 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
9344 (idlwave-shell-filter, idlwave-shell-examine-highlight)
9345 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
9346 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
9347 (idlwave-shell-examine-display, idlwave-shell-run-region)
9348 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
9349 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
9350 * progmodes/idlw-help.el (idlwave-help-get-special-help)
9351 (idlwave-help-get-help-buffer):
9352 * progmodes/gud.el (gud-basic-call, gud-find-class)
9353 (gud-tooltip-activate-mouse-motions-if-enabled):
9354 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9355 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
9356 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
9357 (ebrowse-tags-next-file):
9358 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
9359 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
9360 (ebnf-eps-finish-and-write):
9361 * progmodes/cpp.el (cpp-edit-save):
9362 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
9363 * progmodes/cc-defs.el (c-emacs-features):
9364 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
9365 (antlr-directory-dependencies):
9366 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
9367 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
9368 (ada-find-any-references, ada-make-filename-from-adaname)
9369 (ada-make-body-gnatstub):
9370 * obsolete/rnews.el (news-list-news-groups):
9371 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9372 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
9373 * net/rcirc.el (rcirc-debug):
9374 * net/newst-treeview.el (newsticker--treeview-list-add-item)
9375 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
9376 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
9377 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
9378 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9379 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
9380 (newsticker--treeview-list-clear-highlight)
9381 (newsticker--treeview-list-update-highlight)
9382 (newsticker--treeview-list-highlight-start)
9383 (newsticker--treeview-tree-update-highlight)
9384 (newsticker--treeview-get-selected-item)
9385 (newsticker-treeview-mark-list-items-old)
9386 (newsticker--treeview-set-current-node):
9387 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9388 * net/newst-backend.el (newsticker--get-news-by-funcall)
9389 (newsticker--get-news-by-wget, newsticker--image-get)
9390 (newsticker--image-sentinel):
9391 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
9392 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
9393 (eudc-ph-close-session):
9394 * net/eudc.el (eudc-save-options):
9395 * language/thai-word.el (thai-update-word-table):
9396 * language/japan-util.el (japanese-string-conversion):
9397 * international/titdic-cnv.el (tsang-quick-converter)
9398 (ziranma-converter, ctlau-converter):
9399 * international/mule-cmds.el (describe-language-environment):
9400 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
9401 (skkdic-convert-postfix, skkdic-convert-prefix):
9402 (skkdic-convert-okuri-nasi, skkdic-convert):
9403 * emacs-lisp/re-builder.el (reb-update-overlays):
9404 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
9405 * emacs-lisp/gulp.el (gulp-send-requests):
9406 * emacs-lisp/find-gc.el (trace-call-tree):
9407 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
9408 (eieio-describe-generic):
9409 * emacs-lisp/eieio-base.el (eieio-persistent-read):
9410 * emacs-lisp/edebug.el (edebug-outside-excursion):
9411 * emacs-lisp/debug.el (debugger-make-xrefs):
9412 * emacs-lisp/cust-print.el (custom-prin1-to-string):
9413 * emacs-lisp/chart.el (chart-new-buffer):
9414 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
9415 Use with-current-buffer.
9416 * textmodes/artist.el (artist-system): Don't call
9417 copy-sequence on a fresh string.
9418 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
9419
9420 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
9421
9422 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
9423 is no item to edit. (Bug#4820)
9424 (todo-top-priorities): Restore point and restore narrowing in Todo
9425 buffer. (Bug#4820)
9426
9427 2009-10-31 Glenn Morris <rgm@gnu.org>
9428
9429 * net/ange-ftp.el (top-level): Don't require dired when compiling.
9430 (comint-last-output-start, comint-last-input-start)
9431 (comint-last-input-end): Don't defvar when compiling.
9432 (ange-ftp-process-file): Use bound-and-true-p.
9433
9434 * pcmpl-rpm.el (top-level): Move provide statement to end.
9435 (pcmpl-rpm): Remove unused custom group.
9436
9437 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
9438
9439 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
9440
9441 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9442 (byte-compile-warnings): Add `constants' as an option.
9443 (byte-compile-callargs-warn, byte-compile-arglist-warn)
9444 (display-call-tree): Update for byte-compile-fdefinition possibly
9445 returning `(macro lambda ...)'. (Bug#4778)
9446 (byte-compile-variable-ref, byte-compile-setq-default):
9447 Respect `constants' member of byte-compile-warnings.
9448
9449 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
9450 Use mapc rather than mapcar because the return value is never used.
9451
9452 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
9453 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
9454 * cedet/semantic/html.el:
9455 Suppress harmless warnings about setting up semantic-imenu (not
9456 part of Emacs) variables.
9457
9458 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9459
9460 * vc-bzr.el (vc-bzr-revision-keywords): New var.
9461 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
9462 to "submit:".
9463
9464 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
9465 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
9466 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
9467 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
9468 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
9469 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
9470 (semantic-analyzer-debug-global-symbol)
9471 (semantic-analyzer-debug-missing-innertype)
9472 (semantic-analyzer-debug-insert-include-summary):
9473 * cedet/semantic/util.el (semantic-file-tag-table):
9474 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
9475 (semantic-recursive-find-nonterminal-by-name):
9476 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
9477 * cedet/semantic/tag-file.el (semantic-prototype-file):
9478 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
9479 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
9480 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
9481 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
9482 (semantic-idle-summary-maybe-highlight):
9483 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
9484 (semantic-ia-sb-tag-info):
9485 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
9486 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
9487 * cedet/semantic/ede-grammar.el (project-compile-target):
9488 (ede-proj-makefile-insert-variables):
9489 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
9490 (semantic-debug-set-source-location, semantic-debug-interface-layout)
9491 (semantic-debug-mode, semantic-debug):
9492 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
9493 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
9494 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
9495 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
9496 (semanticdb-find-translate-path-includes--internal)
9497 (semanticdb-reset-log, semanticdb-find-log-activity):
9498 * cedet/semantic/db-file.el (object-write):
9499 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
9500 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
9501 (semanticdb-create-ebrowse-database):
9502 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
9503 * cedet/semantic/complete.el (semantic-displayor-focus-request)
9504 (semantic-collector-calculate-completions-raw)
9505 (semantic-complete-read-tag-analyzer):
9506 * cedet/semantic/analyze.el (semantic-analyze-pulse):
9507 * cedet/ede/util.el (ede-update-version-in-source):
9508 * cedet/ede/proj.el (project-delete-target):
9509 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
9510 (ede-proj-flush-autoconf):
9511 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
9512 (ede-proj-configure-synchronize):
9513 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
9514 * cedet/ede/linux.el (ede-linux-version):
9515 * cedet/ede/emacs.el (ede-emacs-version):
9516 * cedet/ede/dired.el (ede-dired-add-to-target):
9517 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
9518 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
9519 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
9520 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
9521 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
9522 (cedet-idutils-version-check):
9523 * cedet/cedet-global.el (cedet-gnu-global-call):
9524 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
9525 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
9526 * cedet/cedet-cscope.el (cedet-cscope-call)
9527 (cedet-cscope-expand-filename, cedet-cscope-version-check):
9528 Use with-current-buffer.
9529 * cedet/ede.el (ede-make-project-local-variable)
9530 (ede-set-project-variables, ede-set): Use dolist.
9531
9532 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
9533
9534 * textmodes/ispell.el (ispell-skip-region-alist):
9535 * international/mule-conf.el (eight-bit):
9536 * international/fontset.el (font-encoding-alist):
9537 * startup.el (pure-space-overflow-message):
9538 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
9539 * paths.el (gnus-nntp-service, rmail-spool-directory)
9540 (term-file-prefix):
9541 * files.el (save-some-buffers-action-alist):
9542 * cmuscheme.el (same-window-buffer-names):
9543 * ielm.el (same-window-buffer-names):
9544 * shell.el (same-window-buffer-names):
9545 * mail/sendmail.el (same-window-buffer-names):
9546 * progmodes/inf-lisp.el (same-window-buffer-names):
9547 * bindings.el (mode-line-client)
9548 (mode-line-column-line-number-mode-map):
9549 * language/tibetan.el (tibetan-precomposition-rule-regexp)
9550 (tibetan-precomposed-regexp): Purecopy string arguments.
9551
9552 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9553
9554 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
9555 (calcDigit-nondigit):
9556 * calc/calc-yank.el (calc-copy-to-buffer):
9557 * calc/calc-units.el (calc-invalidate-units-table):
9558 * calc/calc-trail.el (calc-trail-yank):
9559 * calc/calc-store.el (calc-insert-variables):
9560 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9561 * calc/calc-prog.el (calc-read-parse-table):
9562 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
9563 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
9564 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
9565 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
9566 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
9567 (calc-graph-name, calc-graph-find-command, calc-graph-view)
9568 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
9569 * calc/calc-ext.el (calc-realign):
9570 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
9571 (calc-embedded-finish-edit, calc-embedded-make-info)
9572 (calc-embedded-finish-command, calc-embedded-stack-change):
9573 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
9574
9575 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
9576 (overload-docstring-extension): Use that info.
9577 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
9578 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
9579 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
9580 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
9581 (semantic-nonterminal-full-name): Add the new `when' info.
9582 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
9583 `assert'.
9584
9585 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
9586 shell-dynamic-complete-filename in preference to
9587 comint-dynamic-complete-filename.
9588
9589 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9590 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9591 Don't consider whether the display supports colors.
9592 (bookmark-import-new-list): Use dolist.
9593 (bookmark-bmenu-mode-map): Move initialization into declaration.
9594 (bookmark-bmenu-list): Use dolist, simplify.
9595 (bookmark-show-all-annotations): Use save-selected-window and dolist.
9596 (menu-bar-final-items): Use push.
9597
9598 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
9599
9600 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
9601 it works on remote files.
9602 (vc-hg-diff): Don't pass any `--cwd' argument.
9603
9604 2009-10-27 Kevin Ryde <user42@zip.com.au>
9605
9606 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9607 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
9608 (Further to Bug#3921).
9609
9610 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
9611
9612 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
9613 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
9614 calling `tramp-imap-put-file'. Add file size to the call.
9615 (tramp-imap-get-file-entries): Compute also user name, file size,
9616 and date.
9617 (tramp-imap-handle-insert-directory): Insert uid and gid.
9618 (tramp-imap-handle-file-attributes): Transform uid and gid
9619 according to `id-format'.
9620 (tramp-imap-put-file): New optional parameter SIZE. Encode file
9621 size in header X-Size.
9622
9623 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
9624
9625 * simple.el (transpose-subr): Give clearer error when the mark
9626 is not set. (Bug#4807)
9627
9628 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
9629
9630 * net/tramp.el (tramp-perl-file-truename): New defconst.
9631 Perl code contributed by yary <not.com@gmail.com> (tiny change).
9632 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
9633 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
9634 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
9635
9636 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
9637 Ignore `dired-call-process'.
9638 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
9639
9640 2009-10-26 Julian Scheid <julians37@gmail.com>
9641
9642 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
9643 (tramp-get-remote-readlink): New defun.
9644 (tramp-handle-file-truename): Use it.
9645 (tramp-handle-file-exists-p): Check file-attributes cache, assume
9646 file exists if cache value present.
9647 (tramp-check-cached-permissions): New defun.
9648 (tramp-handle-file-readable-p): Use it.
9649 (tramp-handle-file-writable-p): Likewise.
9650 (tramp-handle-file-executable-p): Likewise.
9651 (tramp-handle-file-name-all-completions): Try using Perl to get
9652 partial completions. When perl not available, combine `cd' and
9653 `ls' into single remote operation and use shell expansion to get
9654 partial remote directory contents. Set `file-exists-p' cache for
9655 directory and any files returned by ls. Change cache handling to
9656 support partial directory contents. Use error message emitted by
9657 remote `cd' or Perl code for local tramp-error.
9658 (tramp-do-copy-or-rename-file-directly): Avoid separate
9659 tramp-send-command-and-check call.
9660 (tramp-handle-process-file): Merge three remote ops into one.
9661 Do not flush all caches when `process-file-side-effects' is set.
9662 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
9663 file-attributes shows uid/gid to be set already.
9664
9665 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9666
9667 * textmodes/tex-mode.el (tex-dvi-view-command)
9668 (tex-show-queue-command, tex-open-quote):
9669 * progmodes/ruby-mode.el (auto-mode-alist)
9670 (interpreter-mode-alist): Purecopy strings.
9671
9672 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
9673
9674 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
9675 string for the hook, keymap and abbrev table.
9676
9677 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
9678
9679 * x-dnd.el (x-dnd-xdnd-to-action):
9680 * startup.el (fancy-startup-text, fancy-about-text): Change to
9681 defconst from defvar.
9682
9683 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
9684
9685 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
9686 Purecopy initialization strings.
9687
9688 * mail/sendmail.el (mail-header-separator)
9689 (mail-personal-alias-file):
9690 * mail/rmail.el (rmail-default-dont-reply-to-names)
9691 (rmail-ignored-headers, rmail-retry-ignored-headers)
9692 (rmail-highlighted-headers, rmail-secondary-file-directory)
9693 (rmail-secondary-file-regexp):
9694 * files.el (null-device, file-name-invalid-regexp)
9695 (locate-dominating-stop-dir-regexp)
9696 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
9697 (interpreter-mode-alist): Use mapcar instead of mapc.
9698
9699 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
9700
9701 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
9702 (completion-ignored-extensions):
9703 (debug-ignored-errors): Purecopy strings.
9704
9705 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
9708 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
9709 (pcomplete--here): Use push.
9710
9711 * subr.el (all-completions): Declare the 4th arg obsolete.
9712
9713 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9714
9715 * pcomplete.el (pcomplete-unquote-argument-function): New var.
9716 (pcomplete-unquote-argument): New function.
9717 (pcomplete--common-suffix): Always pay attention to case.
9718 (pcomplete--table-subvert): Quote and unquote the text.
9719 (pcomplete--common-quoted-suffix): New function.
9720 (pcomplete-std-complete): Use it and pcomplete-begin.
9721
9722 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
9723 we're inside a dedicated or minibuffer window.
9724
9725 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9726
9727 * cedet/semantic/fw.el (semantic-alias-obsolete)
9728 (semantic-varalias-obsolete): Make the `when' arg mandatory.
9729 (define-mode-overload-implementation):
9730 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
9731 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
9732 * cedet/semantic/util.el (semantic-file-token-stream)
9733 (semantic-something-to-stream):
9734 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
9735 (semantic-expand-nonterminal):
9736 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
9737 (semantic-find-dependency, semantic-find-nonterminal)
9738 (semantic-find-dependency):
9739 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
9740 (semantic-flex-text, semantic-flex-make-keyword-table)
9741 (semantic-flex-keyword-p, semantic-flex-keyword-put)
9742 (semantic-flex-keyword-get, semantic-flex-map-keywords)
9743 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
9744 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
9745 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
9746 (semantic-after-idle-scheduler-reparse-hooks):
9747 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
9748 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
9749 * cedet/semantic.el (semantic-toplevel-bovine-table)
9750 (semantic-toplevel-bovine-cache)
9751 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
9752 (semantic-init-mode-hooks, semantic-init-db-hooks)
9753 (semantic-bovination-working-type): Provide the `when' arg.
9754
9755 2009-10-24 Karl Fogel <kfogel@red-bean.com>
9756
9757 * bookmark.el: Update documentation, especially documentation
9758 of `bookmark-alist' and of the bookmark file format.
9759 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
9760
9761 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
9762
9763 * mail/emacsbug.el (report-emacs-bug): Clarify that the
9764 keybindings apply to the mail buffer (Bug#4003). Shrink help
9765 window to buffer.
9766
9767 * whitespace.el (whitespace-mode, whitespace-newline-mode)
9768 (global-whitespace-mode, global-whitespace-newline-mode)
9769 (whitespace-toggle-options, global-whitespace-toggle-options):
9770 Doc fix (Bug#3660).
9771
9772 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
9773 of xmltok-start before the end tag was inserted (Bug#2840).
9774
9775 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
9776 patterns that are preceded by an open-paren (Bug#1320).
9777
9778 2009-10-24 Sven Joachim <svenjoac@gmx.de>
9779
9780 * files.el (delete-directory): Delete symlinks to directories with
9781 delete-file (Bug#4739).
9782
9783 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
9784
9785 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
9786 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
9787 argument to make-obsolete.
9788
9789 * cedet/semantic/fw.el (semantic-alias-obsolete)
9790 (semantic-varalias-obsolete): Add optional WHEN argument.
9791
9792 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
9793
9794 * vc.el (vc-backend-for-registration): Rename from
9795 vc-get-backend-for-registration. Update callers.
9796
9797 * international/mule-cmds.el (set-language-info-alist):
9798 Purecopy lang-env.
9799 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
9800 (charset): Purecopy the name.
9801 (define-char-code-property): Purecopy string arguments.
9802
9803 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9804 Purecopy string arguments.
9805
9806 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9807 * ediff-hook.el (menu-bar-ediff-menu):
9808 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
9809 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
9810
9811 2009-10-24 Glenn Morris <rgm@gnu.org>
9812
9813 * comint.el (comint-dynamic-list-completions):
9814 * term.el (term-dynamic-list-completions): Use choose-completion rather
9815 than obsolete alias mouse-choose-completion.
9816
9817 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
9818 file-cache-choose-completion.
9819 (file-cache-choose-completion): Handle an optional event argument.
9820 (file-cache-mouse-choose-completion): Make it an obsolete alias.
9821
9822 * progmodes/octave-mod.el (octave-complete-symbol):
9823 Use choose-completion if mouse-choose-completion is ever removed.
9824
9825 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9826 use.
9827
9828 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9829 compiler.
9830
9831 * vc-hooks.el (vc-responsible-backend): Fix declaration.
9832
9833 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9834
9835 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9836 Ignore `pred' now that we receive one.
9837 Handle test-completion specially.
9838
9839 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9840
9841 * vc.el (vc-responsible-backend): Throw an error if not backend is
9842 found. Remove the REGISTER argument. Move the code dealing with
9843 REGISTER ...
9844 (vc-get-backend-for-registration): ... here. New function.
9845 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9846 of vc-responsible-backend, pass the file name instead of the
9847 directory name.
9848
9849 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9850
9851 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9852 New funs.
9853 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
9854 (pcomplete-comint-setup): Don't modify a global var via
9855 accidental side-effects.
9856 (pcomplete-shell-setup): Adjust call accordingly.
9857 (pcomplete-parse-comint-arguments): Use push.
9858
9859 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
9860
9861 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9862 Allow uncapitalized info node names (Bug#3921).
9863
9864 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9865 to the DEBUG file (Bug#3781).
9866
9867 2009-10-23 Jari Aalto <jari.aalto@cante.net>
9868
9869 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9870 dictionary entry (Bug#4579).
9871
9872 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
9873
9874 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9875 from `rfn-eshadow-update-overlay-hook' when unloading.
9876 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9877 "rsyncc". Adjust doc string.
9878 (tramp-temp-buffer-file-name): New buffer-local defvar.
9879 (tramp-handle-insert-file-contents, tramp-handle-write-region):
9880 Keep temporary file when indicated by method ("rsync" and
9881 "rsyncc").
9882 (tramp-handle-write-region): Handle APPEND.
9883 (tramp-delete-temp-file-function): New defun. Added to
9884 `kill-buffer-hook'.
9885
9886 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
9887
9888 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9889
9890 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9891
9892 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9893 (color-name-rgb-alist, tty-standard-colors)
9894 (tty-color-mode-alist): Change to defconst.
9895
9896 * simple.el (mark-inactive): Purecopy message.
9897
9898 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9899 (global-map, yank-menu):
9900 * textmodes/ispell.el (ispell-menu-map):
9901 * net/eudc.el (eudc-tools-menu):
9902 * international/mule-cmds.el (describe-language-environment-map)
9903 (setup-language-environment-map, set-coding-system-map)
9904 (mule-menu-keymap):
9905 * vc-hooks.el (vc-menu-entry, vc-menu-map):
9906 * replace.el (occur-mode-map):
9907 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9908
9909 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
9910
9911 * calc/calc.el (math-read-number, math-read-number-simple): Use
9912 `save-match-data'.
9913
9914 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9915
9916 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9917 rather than fiddling with global-map bindings, since it should only
9918 affect per-terminal settings.
9919 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9920
9921 * minibuffer.el (completion-table-with-terminator): Allow to specify
9922 the terminator-regexp.
9923
9924 * simple.el (switch-to-completions): Look for *Completions* in other
9925 frames as well.
9926
9927 * pcomplete.el: Allow the use of completion-tables.
9928 (pcomplete-std-complete): New command.
9929 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9930 (pcomplete--here): Use a function for `form' rather than an expression,
9931 so it can be byte-compiled.
9932 (pcomplete-here, pcomplete-here*): Adjust accordingly.
9933 Add edebug declaration.
9934 (pcomplete-show-completions): Remove unused var `curbuf'.
9935 (pcomplete-do-complete, pcomplete-stub):
9936 Don't assume `completions' is a list of strings any more.
9937
9938 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
9939
9940 * find-dired.el (find-name-arg): Fix typo in docstring.
9941
9942 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9943
9944 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9945 (pcmpl-linux-fs-types): Same, and update to new modules layout.
9946
9947 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9948 pcomplete-entries.
9949
9950 * comint.el (comint-read-input-ring, comint-write-input-ring)
9951 (comint-substitute-in-file-name)
9952 (comint-dynamic-complete-as-filename)
9953 (comint-dynamic-simple-complete)
9954 (comint-dynamic-list-filename-completions)
9955 (comint-dynamic-list-completions)
9956 (comint-redirect-results-list-from-process): Minor simplifications.
9957
9958 2009-10-21 Kevin Ryde <user42@zip.com.au>
9959
9960 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9961 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9962 the first form. And insert a blank line after ";;; Code" since
9963 that's usual style. (Bug#4612)
9964
9965 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9966
9967 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9968
9969 * minibuffer.el (completion-table-with-terminator): Properly implement
9970 boundaries, in case `terminator' appears in the suffix.
9971 (completion--embedded-envvar-table): Don't return boundaries if
9972 there's no valid completion. Simplify.
9973 (completion-file-name-table): New completion table extracted from
9974 completion--file-name-table.
9975 (completion--file-name-table): Use it.
9976 (read-file-name-predicate): Declare obsolete.
9977 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9978 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9979 completion-file-name-table, and use the `pred' argument.
9980 * files.el (locate-file-completion-table): Use the `pred' arg rather
9981 than read-file-name-predicate.
9982 (abbreviate-file-name): Use \` rather than ^ for BOS.
9983
9984 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
9985
9986 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9987 vc-responsible-backend to register, it causes problems.
9988
9989 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9990
9991 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9992
9993 2009-10-21 Eric Ludlam <zappo@gnu.org>
9994
9995 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9996 (semantic-c-debug-mode-init-pch): New functions.
9997 (semantic-c-debug-mode-init-last-mode): New var.
9998 (semantic-c-parse-lexical-token): Use them.
9999
10000 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
10001 When extracting the argument list, limit only by point-max.
10002
10003 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
10004
10005 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
10006 (tramp-smb-handle-file-attributes): Use it.
10007 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
10008 (tramp-smb-handle-insert-directory): Use `mapc' rather than
10009 `mapcar'. Use `tramp-smb-get-stat-capability'.
10010 Add `dired-filename' text properties.
10011 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
10012 (tramp-smb-maybe-open-connection): Simplify check for smbclient
10013 version.
10014
10015 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
10016
10017 * subr.el (read-key-delay): Reduce to 0.01.
10018 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
10019 (bug#4751).
10020
10021 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
10022
10023 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
10024
10025 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
10026 (Info-menu): Remove unused vars `last' and `completions'.
10027 (Info-index-nodes): Remove unused var `node'.
10028
10029 * info.el (Info-complete-menu-item): Use complete-with-action.
10030
10031 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
10032
10033 Make vc-annotate work through copies and renames.
10034 * vc-annotate.el (vc-annotate-extract-revision-at-line):
10035 Return the file name too.
10036 (vc-annotate-revision-at-line)
10037 (vc-annotate-find-revision-at-line)
10038 (vc-annotate-revision-previous-to-line)
10039 (vc-annotate-show-log-revision-at-line): Update to get the file
10040 name from vc-annotate-extract-revision-at-line.
10041 (vc-annotate-show-diff-revision-at-line-internal): Change the
10042 argument to mean whether to show a file diff or not. Get the file
10043 name from vc-annotate-extract-revision-at-line.
10044 (vc-annotate-show-diff-revision-at-line):
10045 Update vc-annotate-show-diff-revision-at-line call.
10046 (vc-annotate-warp-revision): Add an optional file argument.
10047
10048 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
10049 (vc-git-annotate-extract-revision-at-line): Also return the file
10050 name if found.
10051
10052 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
10053 command. Remove unused code.
10054 (vc-hg-annotate-re): Update to match --follow output.
10055 (vc-hg-annotate-extract-revision-at-line): Also return the file
10056 name if found.
10057
10058 * vc.el: Update annotate-extract-revision-at-line documentation.
10059
10060 2009-10-18 Kevin Ryde <user42@zip.com.au>
10061
10062 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
10063 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
10064
10065 * net/browse-url.el (browse-url): Identify alist with "consp and
10066 not functionp" and let all other things go down the `apply' leg,
10067 as suggested by Stefan. (Further to bug#4531.)
10068
10069 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
10070
10071 * minibuffer.el (read-file-name): Check for repeat before putting
10072 a default argument in file-name-history (Bug#4657).
10073
10074 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
10075 read syntax (Bug#4737).
10076
10077 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
10078
10079 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10080
10081 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
10082 (html-tag-alist, html-tag-help): Add descriptions for undocumented
10083 entries and make note of obsolete tags.
10084
10085 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
10086
10087 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
10088
10089 2009-10-18 Glenn Morris <rgm@gnu.org>
10090
10091 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
10092 grep, so that binary files (eg international/uni-bidi.el) can match.
10093 Remove test for "UnicodeData" files, since it is hopefully unnecessary
10094 now, and in any case the file header format has changed.
10095
10096 2009-10-17 Glenn Morris <rgm@gnu.org>
10097
10098 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
10099 (flyspell-get-word, flyspell-large-region)
10100 (flyspell-auto-correct-previous-word): Doc/error message fixes.
10101
10102 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
10103
10104 * Makefile.in (ELCFILES): Add ede/shell.
10105
10106 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
10107
10108 * term/common-win.el (x-colors): Purecopy it.
10109
10110 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10111
10112 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
10113 permissive for when the buffer is empty.
10114 (tar-header-block-tokenize): Decode the username and groupname.
10115 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
10116
10117 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
10118
10119 * cedet/srecode/srt.el:
10120 * cedet/srecode/compile.el:
10121 * cedet/semantic/mru-bookmark.el:
10122 * cedet/semantic/debug.el:
10123 * cedet/semantic/complete.el:
10124 * cedet/semantic/analyze.el: Require CL when compiling.
10125
10126 2009-10-17 Eric Ludlam <zappo@gnu.org>
10127
10128 * cedet/semantic/scope.el
10129 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
10130 tmpscope so that the regular scope will continue to work.
10131
10132 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
10133 Use semantic-idle-summary-highlight-face as the highlighting.
10134
10135 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
10136 contains multibyte characters, choose first applicable coding
10137 system automatically.
10138
10139 * cedet/ede/project-am.el (project-run-target): New method.
10140 (project-run-target): New method.
10141
10142 * cedet/ede.el (ede-target): Add run target menu item.
10143 (ede-project, ede-minor-keymap): Add ede-run-target binding.
10144 (ede-run-target): New function.
10145 (ede-target::project-run-target): New method.
10146
10147 * cedet/ede/proj.el (project-run-target): New method.
10148
10149 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
10150 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
10151 Add :rules.
10152 (ede-proj-target-makefile-shared-object): Only libtool compilers
10153 now available. Add linkers for libtool.
10154 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
10155 (ede-proj-makefile-target-name): Always use .la extension.
10156
10157 * cedet/ede/proj-prog.el (project-run-target): New method.
10158
10159 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
10160 (ede-g++-linker): Change Change link lines.
10161
10162 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
10163 When searching for old variables, go to the end of the buffer and
10164 search backward from there.
10165 (ede-proj-makefile-automake-insert-subdirs)
10166 (ede-proj-makefile-automake-insert-extradist): New methods.
10167 (ede-proj-makefile-create): Use them.
10168
10169 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
10170 Force FILE to expand to the current target. Use file-exists-p to
10171 check that it exists.
10172
10173 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
10174 (ede-linux-load): Wrap dir in file-name-as-directory.
10175 Set :version slot.
10176
10177 * cedet/ede/files.el (ede-get-locator-object): When enabling
10178 locate, do so on "top".
10179
10180 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
10181 file-name-as-directory during compare.
10182 (ede-emacs-version): Return Emacs/XEmacs differentiator.
10183 Get version number from different places. Don't call egrep.
10184 (ede-emacs-load): Set :version slot. Call file-name-as-directory
10185 to set the directory.
10186
10187 * cedet/ede/shell.el: New file.
10188
10189 * cedet/inversion.el (inversion-decoders): Allow for stray . in
10190 alpha/beta variants.
10191
10192 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10193
10194 * international/mule-cmds.el (select-safe-coding-system): If the file
10195 has a coding cookie, use it regardless of any other setting (bug#4712).
10196
10197 2009-10-17 Glenn Morris <rgm@gnu.org>
10198
10199 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
10200 All errors should have messages.
10201
10202 * foldout.el (foldout-mouse-swallow-events):
10203 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
10204
10205 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
10206 (dired-keep-marker-copy, dired-keep-marker-hardlink)
10207 (dired-keep-marker-symlink, dired-dwim-target)
10208 (dired-copy-preserve-time): Do not autoload these defcustoms.
10209
10210 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
10211 messages from messing up the file coding. (Bug#4623)
10212
10213 2009-10-17 Jari Aalto <jari.aalto@cante.net>
10214
10215 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
10216 if no match is found for the current dictionary. (Bug#4578)
10217
10218 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
10219 optional, since that is how it is documented, and this is often called
10220 with a nil argument. (Bug#4577)
10221 (flyspell-external-point-words, flyspell-auto-correct-word)
10222 (flyspell-correct-word-before-point, flyspell-word-search-forward)
10223 (flyspell-word-search-backward): Remove nil argument in calls to
10224 flyspell-get-word, since it is not needed now.
10225
10226 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
10227
10228 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
10229
10230 2009-10-16 Glenn Morris <rgm@gnu.org>
10231
10232 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
10233
10234 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
10235
10236 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
10237 (ange-ftp-file-size): New function.
10238 (ange-ftp-file-attributes): Use it.
10239
10240 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
10241
10242 * net/tramp-smb.el (tramp-smb-version): New defvar.
10243 (tramp-smb-maybe-open-connection): Use it, in order to avoid
10244 repeated checks.
10245
10246 2009-10-16 Glenn Morris <rgm@gnu.org>
10247
10248 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
10249 Maybe copy some custom properties from old to new name. (Bug#4706)
10250
10251 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
10252
10253 * subr.el (error, sit-for, start-process-shell-command)
10254 (start-file-process-shell-command): Set the calling convention
10255 after the function definition.
10256
10257 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10258
10259 * subr.el (error, sit-for, start-process-shell-command)
10260 (start-file-process-shell-command): Use the new
10261 set-advertised-calling-convention feature.
10262
10263 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
10264
10265 * international/ucs-normalize.el (ucs-normalize-version):
10266 Change to 1.2.
10267 (check-range): Adjust for Unicode 5.2.
10268
10269 2009-10-15 Juri Linkov <juri@jurta.org>
10270
10271 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
10272 to the `menu-item' format.
10273
10274 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
10275
10276 * net/tramp.el (tramp-replace-environment-variables): Do not fail
10277 if the environment variable does not exist.
10278
10279 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10280 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
10281 parameter.
10282 (tramp-smb-handle-add-name-to-file)
10283 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
10284 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
10285 (tramp-smb-handle-file-attributes)
10286 (tramp-smb-do-file-attributes-with-stat)
10287 (tramp-smb-handle-file-local-copy)
10288 (tramp-smb-handle-insert-directory)
10289 (tramp-smb-handle-make-directory)
10290 (tramp-smb-handle-make-directory-internal)
10291 (tramp-smb-handle-make-symbolic-link)
10292 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
10293 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
10294 (tramp-smb-maybe-open-connection): Apply the changed parameters.
10295 (tramp-smb-read-file-entry): Read Disk names in compressed format.
10296 Handle long file names.
10297 (tramp-smb-get-cifs-capabilities): Check, whether the connection
10298 process is running.
10299 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
10300 Read share names with "-g" option.
10301
10302 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
10303
10304 * net/rcirc.el (rcirc-view-log-file): New command.
10305 (rcirc-track-minor-mode-map): Remove C-c ` binding.
10306 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
10307 specified.
10308
10309 2009-10-15 Glenn Morris <rgm@gnu.org>
10310
10311 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
10312 from the second command-line argument.
10313 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
10314 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
10315 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
10316 w32-batch-update-autoloads.
10317 * emacs-lisp/autoload.el (autoload-make-program): New variable.
10318 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
10319
10320 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
10321 the headers cannot be located. Simplify, subtracting superflous
10322 save-excursions.
10323
10324 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
10325
10326 Replace completion-base-size by completion-base-position to fix bugs
10327 such as (bug#4699).
10328 * simple.el (completion-base-position): New var.
10329 (completion-base-size): Mark as obsolete.
10330 (choose-completion): Make it work for mouse events as well.
10331 Pass the new base-position to choose-completion-string.
10332 (choose-completion-guess-base-position): New function, extracted from
10333 choose-completion-delete-max-match.
10334 (choose-completion-delete-max-match): Use it. Make obsolete.
10335 (choose-completion-string): Use the new base-position info.
10336 (completion-root-regexp): Delete.
10337 (completion-setup-function): Preserve completion-base-position.
10338 Eliminate obsolete base-size manipulation.
10339 * minibuffer.el (display-completion-list): Don't mess with base-size.
10340 (minibuffer-completion-help): Set completion-base-position instead.
10341 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
10342 choose-completion.
10343 * textmodes/bibtex.el (bibtex-complete):
10344 * emacs-lisp/crm.el (crm--choose-completion-string):
10345 Adjust to new calling convention.
10346 * complete.el (partial-completion-mode): Use minibufferp to avoid
10347 bumping into incompatible change to choose-completion-string-functions.
10348 * ido.el (ido-choose-completion-string): Make its calling convention
10349 more permissive.
10350 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
10351 base-size manipulation.
10352 (comint-dynamic-list-input-ring): Use dotimes and push.
10353 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
10354 fundamental-mode. Use `or'.
10355
10356 2009-10-14 Juri Linkov <juri@jurta.org>
10357
10358 * misearch.el (multi-isearch-next-buffer-from-list)
10359 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
10360
10361 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10362
10363 * Makefile.in (compile-onefile): Load `bytecomp' rather than
10364 `bytecomp.el'.
10365
10366 * minibuffer.el (completion-pcm--merge-completions): Make sure the
10367 string we return is all made up of text from the completions rather
10368 than part from the completions and part from the input (bug#4219).
10369
10370 * ido.el (ido-everywhere): Use define-minor-mode.
10371
10372 * buff-menu.el (list-buffers, ctl-x-map):
10373 Mark the entry points with ;;;###autoload cookies.
10374
10375 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
10376
10377 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
10378 correctly in the detached head case.
10379 (vc-git-print-log): Remove unused binding.
10380
10381 * vc.el (vc-responsible-backend): When a directory is passed for
10382 for registration create a VC repository if no backend is
10383 responsible for the directory argument.
10384 (vc-deduce-fileset): Tell vc-responsible-backend to register.
10385
10386 * vc.el: Move comments about RCS and SCCS ...
10387 * vc-rcs.el:
10388 * vc-sccs.el: ... here, respectively.
10389
10390 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10391
10392 * minibuffer.el (completion--file-name-table): Return nil if there's
10393 no file completion, even if substitute-in-file-name changed
10394 the string (bug#4708).
10395
10396 2009-10-13 Juri Linkov <juri@jurta.org>
10397
10398 * files-x.el (read-file-local-variable-value): Don't filter out
10399 minor modes from mode name completion (bug#4664).
10400
10401 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
10402
10403 * international/mule-cmds.el (ucs-names): Remove exclusion of
10404 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
10405
10406 2009-10-13 Kenichi Handa <handa@m17n.org>
10407
10408 * international/uni-name.el: Regenerated.
10409
10410 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
10411
10412 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
10413 should be automatically buffer-local, but isn't.)
10414
10415 2009-10-12 Sam Steingold <sds@gnu.org>
10416
10417 * progmodes/compile.el (compilation-next-error-function): Fix the
10418 timestamps if the buffer has been visited before.
10419 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
10420 non-anchored patterns, like the perl one (bug#3928).
10421
10422 2009-10-12 Glenn Morris <rgm@gnu.org>
10423
10424 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
10425 Let-bind `size'.
10426
10427 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
10428
10429 * proced.el (proced-unload-function): New function.
10430
10431 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
10432 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
10433 Doc fix.
10434
10435 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
10436
10437 2009-10-11 Juri Linkov <juri@jurta.org>
10438
10439 * files-x.el (read-file-local-variable-value):
10440 Provide default value only for bound variables (bug#4664).
10441
10442 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
10443
10444 * net/tramp.el (tramp-local-host-p): Function shall return nil for
10445 connection methods like smb.
10446
10447 * net/tramp-cache.el (tramp-flush-connection-property): The hash
10448 can be empty.
10449
10450 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10451 (tramp-smb-file-name-handler-alist): Add handlers for
10452 `add-name-to-file', `make-symbolic-link'.
10453 (tramp-smb-handle-add-name-to-file)
10454 (tramp-smb-do-file-attributes-with-stat)
10455 (tramp-smb-handle-make-symbolic-link)
10456 (tramp-smb-get-cifs-capabilities): New defuns.
10457 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
10458 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
10459 (tramp-smb-handle-file-local-copy)
10460 (tramp-smb-handle-make-directory-internal)
10461 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
10462 The file name syntax depends on cifs capabilities.
10463 (tramp-smb-handle-file-attributes):
10464 Call `tramp-smb-do-file-attributes-with-stat' if possible.
10465 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
10466 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
10467
10468 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
10469
10470 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
10471 (eieio-defclass): Apply deftype handler and setf-method properties
10472 directly.
10473 (eieio-add-new-slot): Avoid union function from cl library.
10474 (eieio--typep): New function.
10475 (eieio-perform-slot-validation): Use it.
10476
10477 2009-10-10 Karl Fogel <kfogel@red-bean.com>
10478
10479 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
10480 Update documentation to refer to the variables documented in r1.135.
10481 (Bug#4188)
10482
10483 2009-10-10 Karl Fogel <kfogel@red-bean.com>
10484
10485 * bookmark.el (Info-suffix-list): Remove this unused variable.
10486 (bookmark-current-point): Remove this obsolete variable.
10487 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
10488 Adjust for removal of bookmark-current-point.
10489
10490 (bookmarks-already-loaded, bookmark-current-buffer)
10491 (bookmark-yank-point): Document. (Bug#4188)
10492
10493 2009-10-10 Glenn Morris <rgm@gnu.org>
10494
10495 * frame.el (frame-height): Doc fix.
10496
10497 * calendar/calendar.el (calendar-split-width-threshold): New option.
10498 (calendar-basic-setup): Use calendar-split-width-threshold.
10499
10500 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
10501
10502 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
10503 Use .la for Automake.
10504
10505 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
10506
10507 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
10508 Use "autoreconf -i". Suggested by Andreas Schwab.
10509
10510 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
10511
10512 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
10513 Ideographic Supplement" range (U+1F200..U+1F2FF).
10514
10515 2009-10-09 Karl Fogel <kfogel@red-bean.com>
10516
10517 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
10518 since the list will have been rebuilt anyway. (Bug#4349)
10519
10520 2009-10-09 Karl Fogel <kfogel@red-bean.com>
10521
10522 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
10523 (bookmark-bmenu-execute-deletions): Don't save here, as
10524 bookmark-delete will now do so if necessary.
10525 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
10526 (Bug#4348)
10527
10528 2009-10-09 Glenn Morris <rgm@gnu.org>
10529
10530 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
10531
10532 2009-10-09 Karl Fogel <kfogel@red-bean.com>
10533
10534 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
10535 (bookmark-jump-other-window): Just invoke bookmark-jump with new
10536 argument now, so the two function's behaviors will match. (Bug#3645)
10537
10538 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
10539
10540 * cedet/ede/proj.el (project-make-dist, project-compile-project):
10541 Fix filename test.
10542 (ede-proj-dist-makefile): Use expand-file-name instead of concat
10543 to expand file names.
10544
10545 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
10546
10547 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
10548 (tramp-file-name-real-host, tramp-file-name-port):
10549 Apply `save-match-data'.
10550
10551 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
10552 case both directories are remote.
10553 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
10554 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
10555
10556 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
10557
10558 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
10559 (ede-proj-target-makefile-objectcode): Use it.
10560
10561 * cedet/ede/source.el (ede-want-any-source-files-p)
10562 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
10563 Return search result. This error was introduced while merging.
10564
10565 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
10566
10567 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
10568
10569 2009-10-07 Glenn Morris <rgm@gnu.org>
10570
10571 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
10572 of concat.
10573
10574 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
10575
10576 * files-x.el (read-file-local-variable): Include some
10577 non-user-variables in the completion table (bug#4664).
10578
10579 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
10580
10581 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
10582 message.
10583
10584 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10585 (tramp-smb-file-name-handler-alist): Add handler for
10586 `copy-directory', `expand-file-name', `set-file-modes'.
10587 (tramp-smb-handle-copy-directory)
10588 (tramp-smb-handle-expand-file-name)
10589 (tramp-smb-handle-set-file-modes): New defuns.
10590 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
10591 (tramp-smb-handle-file-attributes): Simplify check for retrieving
10592 entry.
10593 (tramp-smb-handle-insert-directory): Don't flush the cache.
10594 (tramp-smb-maybe-open-connection): Check for samba client and
10595 server versions.
10596
10597 2009-10-07 Eli Zaretskii <eliz@gnu.org>
10598
10599 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
10600 to not error out of search for "^lisp=" fails.
10601
10602 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
10603
10604 * makefile.w32-in (WINS_UPDATES): New macro.
10605 (custom-deps, finder-data, autoloads): Use it.
10606
10607 2009-10-07 Glenn Morris <rgm@gnu.org>
10608
10609 * Makefile.in (autoloads): Revert previous change.
10610 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
10611 the list of preloaded files passed on the command-line, get
10612 it from src/Makefile.
10613
10614 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
10615 show the original buffer rather than a random one.
10616
10617 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
10618
10619 * help.el (describe-no-warranty): Place point in a slightly better
10620 position in the GPLv3 text.
10621
10622 2009-10-06 Sam Steingold <sds@gnu.org>
10623
10624 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
10625 the comm attribute is present before calling regexp-quote.
10626
10627 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
10628
10629 * play/animate.el (animate-string): For good effect, make sure
10630 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
10631
10632 * play/animate.el (animate-sequence, animate-birthday-present):
10633 * misc.el (butterfly): Don't set `indent-tabs-mode'.
10634
10635 2009-10-06 Glenn Morris <rgm@gnu.org>
10636
10637 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
10638
10639 * emacs-lisp/autoload.el (autoload-excludes): New variable.
10640 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
10641 (batch-update-autoloads): Process a string value of autoload-excludes,
10642 set during the build process.
10643 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
10644
10645 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
10646 inside with-parsed... macro so that `v' is defined.
10647
10648 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
10649 * progmodes/fortran.el (fortran-end-of-block)
10650 (fortran-beginning-of-block):
10651 Also push mark in the macro case.
10652
10653 * emerge.el (emerge-show-file-name):
10654 * calc/calc.el (calc-quit):
10655 * calc/calc-misc.el (calc-big-or-small):
10656 * calc/calc-graph.el (calc-graph-view):
10657 * calc/calc-ext.el (calc-reset):
10658 * calendar/calendar.el (calendar-basic-setup):
10659 Use window-full-height-p.
10660
10661 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
10662 header we don't understand, don't insert another. (Bug#4624)
10663 If changing mime charset, insert the new one in the right place.
10664
10665 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
10666
10667 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
10668 (cal-tex-cursor-month): Correctly increment the end date for diary and
10669 holiday listing. (Bug#4626)
10670
10671 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10672
10673 * help-fns.el (describe-function-1): Don't burp if the function is not
10674 a symbol.
10675
10676 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
10677
10678 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
10679 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
10680 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
10681 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
10682
10683 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
10684 (eieio-default-superclass): Reflow docstrings.
10685 (this, class-option-assoc, defclass, eieio-class-un-autoload)
10686 (eieio-unbind-method-implementations, defmethod)
10687 (eieio-validate-slot-value, eieio-validate-class-slot-value)
10688 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
10689 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
10690 (eieio-slot-originating-class-p, eieio-slot-name-index)
10691 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
10692 (constructor, initialize-instance, no-next-method, object-print)
10693 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
10694 Fix typos in docstrings.
10695 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
10696 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
10697 (next-method-p): Doc fixes.
10698 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
10699 Fix typos in error messages.
10700 (eieio-defmethod): Fix typo in description of generic method.
10701
10702 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
10703 (eieio-persistent-save-interactive, slot-missing):
10704 Fix typos in docstrings.
10705 (eieio-instance-inheritor-slot-boundp): Doc fix.
10706
10707 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
10708 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
10709
10710 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
10711 (eieio-custom-object-apply-reset):
10712 Fix typos in docstrings and error messages.
10713
10714 * emacs-lisp/eieio-datadebug.el (data-debug-show):
10715 Fix typo in docstring.
10716
10717 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
10718 (eieio-browse-tree): Doc fix.
10719 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
10720 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
10721 Fix typos in docstrings.
10722
10723 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
10724 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
10725 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
10726 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
10727 Reflow docstrings.
10728
10729 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
10730
10731 * vc-hg.el (log-view-vc-backend): Declare for compiler.
10732 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
10733 Set log-view-vc-backend so that diff can work.
10734
10735 * log-view.el (log-view-diff): Use vc-diff-internal instead of
10736 vc-version-diff.
10737 (vc-diff-internal): Autoload this instead of vc-version-diff.
10738
10739 2009-10-05 Eli Zaretskii <eliz@gnu.org>
10740
10741 * simple.el (eval-expression): Doc fix.
10742
10743 * progmodes/cwarn.el (cwarn-mode): Doc fix.
10744
10745 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
10746
10747 * files.el (directory-files-no-dot-files-regexp): New defconst.
10748 (delete-directory): Use it.
10749 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
10750
10751 * net/tramp.el (tramp-verbose): Fix docstring.
10752 (tramp-methods): Add recursive option to `tramp-copy-args'.
10753 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
10754 "scp1_old", "scp2_old", "rsync", "rsyncc".
10755 (tramp-default-method): Check also for `auth-source-user-or-password'.
10756 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10757 Add handler for `copy-directory'.
10758 (tramp-handle-copy-directory): New defun.
10759 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
10760 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
10761 Optimize sent command.
10762
10763 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10764
10765 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
10766 window if necessary.
10767
10768 * calendar/calendar.el (calendar-basic-setup): Don't call
10769 switch-to-buffer in a dedicated window.
10770
10771 2009-10-05 Karl Fogel <kfogel@red-bean.com>
10772
10773 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
10774 don't do anything related to relocating, just return nil.
10775 (bookmark-error-no-filename): New error.
10776 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
10777 bookmark has no file. Don't even attempt to handle things that
10778 are not files; the whole point of custom handlers is to keep that
10779 knowledge elsewhere anyway. Tighten some comments.
10780 (bookmark-file-or-variation-thereof): Remove now-unused function.
10781 (bookmark-location): Doc string fix.
10782 (Bug#4250)
10783
10784 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10785
10786 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
10787 don't use a file dialog, because they usually don't know how to read
10788 a directory target from the user. (Bug#4230)
10789 Also, make sure the prompt can display directories as well as files.
10790
10791 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10792
10793 * bookmark.el (bookmark-set, bookmark-buffer-name):
10794 Improve doc strings. (Bug#1193)
10795
10796 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10797
10798 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
10799 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
10800 (bookmark-get-annotation, bookmark-set-annotation)
10801 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10802 (bookmark-set-position, bookmark-get-front-context-string)
10803 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10804 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
10805 (bookmark-jump-other-window, bookmark-handle-bookmark)
10806 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
10807 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
10808 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
10809 Improve doc strings to say whether bookmark can be a string or
10810 a record or both, and make other consistency and clarity fixes.
10811 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
10812 (bookmark-default-annotation-text, bookmark-yank-word)
10813 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
10814 (bookmark-import-new-list, bookmark-maybe-rename)
10815 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10816 (bookmark-bmenu-bookmark): Give these doc strings.
10817 (bookmark-bmenu-check-position): Give this a doc string, but also
10818 add a FIXME comment about how the function may be pointless.
10819 (bookmark-default-handler): Rework doc string and change a
10820 parameter name, to clarify that this takes a bookmark record
10821 not a bookmark name.
10822 (bookmark-set): Change a parameter name to indicate its meaning,
10823 and improve the doc string a bit.
10824 (Bug#4188)
10825
10826 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10827
10828 * bookmark.el (bookmark-alist): Document the new `handler' element
10829 in the param alist.
10830 (bookmark-make-record-function): Adjust documentation for above.
10831 (Bug#4193)
10832
10833 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10834
10835 * info.el (Info-bookmark-make-record): Document this function.
10836 (Info-bookmark-jump): Document with a doc string, not just a comment.
10837 (Bug#4203)
10838
10839 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10840
10841 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
10842 (semantic-new-buffer-fcn): Call parser setup functions here.
10843 (semantic-mode): Don't call parser setup functions here, it's done
10844 in semantic-new-buffer-fcn now.
10845 (semantic-mode): Parse all existing buffers when enabled.
10846
10847 * cedet/srecode/compile.el (srecode-compile-file):
10848 Call semantic-new-buffer-fcn if the buffer has not been parsed.
10849
10850 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10851
10852 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10853
10854 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10855 (proj-comp-insert-variable-once): New macro, renamed from
10856 ede-pmake-insert-variable-once in ede/pmake.edl.
10857 (ede-proj-makefile-insert-variables): Use it.
10858
10859 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
10860
10861 * files.el (copy-directory): New defun.
10862
10863 * dired-aux.el (dired-copy-file-recursive): Use it.
10864
10865 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10866
10867 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10868 (makefile-end-of-command):
10869 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10870 (semantic-end-of-context): Fix previous change. Doc fixes.
10871
10872 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10873
10874 * files-x.el (modify-dir-local-variable)
10875 (copy-dir-locals-to-file-locals-prop-line):
10876 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10877 (makefile-end-of-command):
10878 * cedet/semantic/lex.el (semantic-lex-token):
10879 * cedet/semantic/analyze/fcn.el
10880 (semantic-analyze-dereference-metatype-1):
10881 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10882 (semantic-lex-cpp-undef):
10883 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10884 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10885 (semantic-end-of-context): Fix typos in docstrings.
10886
10887 * recentf.el (recentf-unload-function): New function.
10888
10889 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10890
10891 * cedet/ede.el (ede-project-placeholder-cache-file):
10892 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10893 * cedet/srecode/map.el (srecode-map-save-file):
10894 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
10895
10896 2009-10-04 Glenn Morris <rgm@gnu.org>
10897
10898 * window.el (window-full-height-p): Add doc string.
10899
10900 2009-10-04 Martin Rudalics <rudalics@gmx.at>
10901
10902 * window.el (window-full-height-p): New function. (Bug#4543)
10903
10904 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
10905
10906 * cedet/srecode/insert.el: Require srecode/args.
10907
10908 * cedet/srecode/args.el: Require srecode/dictionary instead of
10909 srecode/insert.
10910
10911 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10912
10913 * files.el (auto-mode-alist): Add .srt and Project.ede.
10914
10915 * cedet/semantic.el (semantic-mode):
10916 Handle srecode-template-mode-hook as well.
10917 (semantic-mode): Use js-mode-hook for Javascript hook.
10918
10919 * cedet/srecode/template.el: Remove hook variable.
10920
10921 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10922
10923 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10924 projects exist.
10925 (ede-project-placeholder-cache-file): Default to a file in
10926 user-emacs-directory.
10927
10928 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10929 templates in data-directory.
10930 (srecode-map-save-file): Default to a file in user-emacs-directory.
10931
10932 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10933 directory.
10934
10935 2009-09-30 Eric Ludlam <zappo@gnu.org>
10936
10937 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10938 Doc fix.
10939
10940 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10941 Only insert each variable once.
10942
10943 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10944 (ede-pmake-insert-variable-shared): Use it.
10945
10946 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10947 for lexical table iff table is nil.
10948
10949 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
10950
10951 * vc.el: Remove commented out code.
10952 (vc-derived-from-dir-mode): Remove, unused.
10953 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10954
10955 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
10956
10957 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10958 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
10959 there could be recursive loading when `default-directory' is a
10960 remote file name. (Bug#4614)
10961
10962 2009-10-03 Glenn Morris <rgm@gnu.org>
10963
10964 * calendar/calendar.el (calendar-basic-setup): Handle the case where
10965 the frame is wide.
10966 (calendar-generate-window): Test for shrinkability rather than width.
10967
10968 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10969 declaration, currently false.
10970
10971 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10972 reusing existing buffers, in case we happen to visit two files with the
10973 same basename. (Bug#4593)
10974
10975 2009-10-02 Eli Zaretskii <eliz@gnu.org>
10976
10977 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10978 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10979 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10980 subdirs of cedet as well.
10981 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10982
10983 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10984
10985 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10986 Obey advertised-signature-table.
10987
10988 * help-fns.el (help-function-arglist): Don't check
10989 advertised-signature-table.
10990 (describe-function-1): Do it here instead so it also applies to subrs.
10991
10992 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
10993
10994 * simple.el (start-file-process): Say in the doc-string, that file
10995 handlers might not support pty association, if PROGRAM is nil.
10996
10997 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10998 HOST and USER are strings. They are nil, when there are
10999 incomplete entries in ~/.netrc, for example.
11000 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
11001 root directory ("device busy" error otherwise).
11002
11003 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
11004 Flush file properties of created directory.
11005
11006 2009-10-02 Eli Zaretskii <eliz@gnu.org>
11007
11008 * makefile.w32-in (WINS_BASIC): Remove cedet.
11009 (WINS_CEDET): Add cedet.
11010 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
11011
11012 2009-10-02 Kevin Ryde <user42@zip.com.au>
11013
11014 * net/browse-url.el (browse-url): Pass any symbol in
11015 browse-url-browser-function to `apply', since if you've mistakenly put
11016 an unbound symbol then the error is clearer. (Bug#4531)
11017
11018 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
11019
11020 * allout.el (allout-init, allout-back-to-current-heading)
11021 (allout-beginning-of-current-entry, allout-ascend-to-depth)
11022 (allout-ascend, allout-up-current-level, allout-end-of-level)
11023 (allout-previous-visible-heading, allout-forward-current-level)
11024 (allout-backward-current-level, allout-show-children):
11025 * apropos.el (apropos-describe-plist):
11026 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
11027 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
11028 * completion.el (add-completion, add-permanent-completion):
11029 * descr-text.el (describe-text-category, describe-char):
11030 * desktop.el (desktop-lazy-abort):
11031 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
11032 * dired.el (dired-build-subdir-alist):
11033 * ediff.el (ediff-version):
11034 * elide-head.el (elide-head, elide-head-show):
11035 * emerge.el (emerge-version):
11036 * env.el (getenv):
11037 * face-remap.el (variable-pitch-mode):
11038 * faces.el (describe-face):
11039 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
11040 (dired-at-point):
11041 * files.el (find-file-existing, auto-save-mode):
11042 * font-lock.el (font-lock-fontify-buffer):
11043 * help-fns.el (describe-function, describe-variable)
11044 (describe-syntax, describe-categories):
11045 * help.el (view-lossage, describe-bindings, describe-key)
11046 (describe-mode):
11047 * hexl.el (hexl-current-address):
11048 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
11049 * info.el (Info-goto-emacs-key-command-node):
11050 * log-edit.el (log-edit-insert-cvs-template)
11051 (log-edit-insert-cvs-rcstemplate):
11052 * menu-bar.el (menu-bar-mode):
11053 * mouse.el (mouse-appearance-menu):
11054 * newcomment.el (comment-indent-new-line):
11055 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
11056 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
11057 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
11058 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
11059 * recentf.el (recentf-mode):
11060 * savehist.el (savehist-mode, savehist-save):
11061 * shadowfile.el (shadow-copy-files):
11062 * simple.el (kill-ring-save, next-line, previous-line)
11063 (normal-erase-is-backspace-mode):
11064 * strokes.el (strokes-update-window-configuration)
11065 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
11066 (strokes-xpm-for-stroke):
11067 * time.el (emacs-uptime, emacs-init-time):
11068 * tutorial.el (tutorial--describe-nonstandard-key)
11069 (tutorial--detailed-help):
11070 * type-break.el (type-break-mode)
11071 (type-break-mode-line-message-mode, type-break-query-mode)
11072 (type-break-guesstimate-keystroke-threshold):
11073 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
11074 * version.el (emacs-version):
11075 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
11076 * winner.el (winner-mode):
11077 * calendar/timeclock.el (timeclock-in, timeclock-out)
11078 (timeclock-status-string, timeclock-change)
11079 (timeclock-workday-remaining-string)
11080 (timeclock-workday-elapsed-string)
11081 (timeclock-when-to-leave-string):
11082 * calendar/todo-mode.el (todo-add-category):
11083 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
11084 * emacs-lisp/autoload.el (update-file-autoloads):
11085 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
11086 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
11087 (checkdoc-message-text, checkdoc-defun):
11088 * emacs-lisp/debug.el (debugger-list-functions):
11089 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11090 * emacs-lisp/eieio-opt.el (eieio-describe-class)
11091 (eieio-describe-generic):
11092 * emacs-lisp/lisp-mnt.el (lm-synopsis):
11093 * emacs-lisp/shadow.el (list-load-path-shadows):
11094 * emulation/cua-base.el (cua-mode):
11095 * emulation/edt.el (edt-set-scroll-margins):
11096 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
11097 (tpu-toggle-regexp, tpu-toggle-search-direction)
11098 (tpu-toggle-rectangle, tpu-toggle-control-keys):
11099 * emulation/tpu-extras.el (tpu-set-scroll-margins):
11100 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
11101 (viper-set-parsing-style-toggling-macro)
11102 (viper-set-emacs-state-searchstyle-macros):
11103 * emulation/viper.el (viper-set-hooks):
11104 * eshell/esh-mode.el (eshell-truncate-buffer):
11105 * international/mule-cmds.el (prefer-coding-system)
11106 (describe-input-method, describe-language-environment):
11107 * international/mule-diag.el (list-character-sets)
11108 (describe-character-set, describe-coding-system)
11109 (describe-fontset, list-fontsets, list-input-methods):
11110 * mail/sendmail.el (mail-signature):
11111 * net/ange-ftp.el (ange-ftp-copy-file):
11112 * net/browse-url.el (browse-url):
11113 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
11114 * net/quickurl.el (quickurl-add-url):
11115 * net/rcirc.el (names, topic):
11116 * net/xesam.el (xesam-mode):
11117 * play/5x5.el (5x5-new-game):
11118 * play/yow.el (apropos-zippy):
11119 * progmodes/ada-mode.el (ada-mode-version):
11120 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
11121 (f90-end-of-block)
11122 (f90-beginning-of-block):
11123 * progmodes/fortran.el (fortran-end-of-block)
11124 (fortran-beginning-of-block):
11125 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
11126 * progmodes/python.el (python-describe-symbol, python-shell):
11127 * term/ns-win.el (ns-print-buffer):
11128 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
11129 * textmodes/flyspell.el (flyspell-mode-on):
11130 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
11131 (pages-directory-for-addresses):
11132 * textmodes/table.el (table-recognize-cell)
11133 (table-query-dimension, table-generate-source)
11134 (table-insert-sequence, table--warn-incompatibility):
11135 * textmodes/tex-mode.el (tex-validate-buffer):
11136 * textmodes/texinfmt.el (texinfmt-version)
11137 (texinfo-format-buffer):
11138 Use `called-interactively-p' instead of `interactive-p'.
11139
11140 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
11141
11142 * image-mode.el (image-toggle-display):
11143 * emacs-lisp/elp.el (elp-instrument-function):
11144 * emacs-lisp/advice.el (ad-make-advised-definition):
11145 * emacs-lisp/easy-mmode.el (define-minor-mode):
11146 * net/browse-url.el (browse-url-maybe-new-window):
11147 * progmodes/sh-script.el (sh-learn-buffer-indent):
11148 Pass new argument 'any to `called-interactively-p'.
11149
11150 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
11151
11152 * international/uni-bidi.el:
11153 * international/uni-category.el:
11154 * international/uni-combining.el:
11155 * international/uni-comment.el:
11156 * international/uni-decimal.el:
11157 * international/uni-decomposition.el:
11158 * international/uni-digit.el:
11159 * international/uni-lowercase.el:
11160 * international/uni-mirrored.el:
11161 * international/uni-name.el:
11162 * international/uni-numeric.el:
11163 * international/uni-old-name.el:
11164 * international/uni-titlecase.el:
11165 * international/uni-uppercase.el:
11166 Regenerate from Unicode 5.2.0 data.
11167
11168 2009-10-01 Glenn Morris <rgm@gnu.org>
11169
11170 * Makefile.in (ELCFILES): Regenerate.
11171
11172 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
11173
11174 * subr.el (interactive-p): Mark obsolete.
11175 (called-interactively-p): Make the optional-ness of `kind' obsolete.
11176 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
11177 advertised-signature-table for subroutines as well.
11178
11179 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
11180 (set-advertised-calling-convention): New function.
11181 (make-obsolete, define-obsolete-function-alias)
11182 (make-obsolete-variable, define-obsolete-variable-alias):
11183 Make the optional-ness of `when' obsolete.
11184 (define-obsolete-face-alias): Make `when' non-optional.
11185 * help-fns.el (help-function-arglist):
11186 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
11187 Use advertised-signature-table.
11188
11189 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
11190
11191 * files.el (delete-directory): New defun. The original function
11192 in fileio.c has been renamed to `delete-directory-internal'.
11193
11194 * dired.el (dired-delete-file): Call `delete-directory' with
11195 RECURSIVE parameter.
11196
11197 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
11198 parameter RECURSIVE. Implementation is missing.
11199
11200 * net/tramp.el (tramp-handle-make-directory): Flush upper
11201 directory's file properties.
11202 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
11203 (tramp-handle-dired-recursive-delete-directory): Flush directory
11204 properties after the remove command only.
11205
11206 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
11207 Handle optional parameter RECURSIVE.
11208
11209 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
11210 Handle optional parameter RECURSIVE.
11211
11212 * net/tramp-smb.el (tramp-smb-errors): Add error message for
11213 connection timeout.
11214 (tramp-smb-handle-delete-directory): Handle optional parameter
11215 RECURSIVE.
11216
11217 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
11218
11219 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
11220 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
11221 (byte-compile-defmacro): Use backquotes.
11222
11223 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
11224
11225 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
11226 has no associated file.
11227 (vc-resynch-buffer): Use vc-dir-buffers.
11228
11229 2009-10-01 Glenn Morris <rgm@gnu.org>
11230
11231 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
11232 (chart-file-count):
11233 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
11234 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
11235 * emacs-lisp/eieio-opt.el (eieio-describe-class):
11236 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
11237 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
11238 (eieio-copy-parents-into-subclass, make-instance, class-children)
11239 (eieio-generic-form):
11240 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
11241 * cedet/cedet-idutils.el (cedet-idutils-search)
11242 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
11243 (cedet-idutils-version-check):
11244 * cedet/cedet.el (cedet-version):
11245 * cedet/data-debug.el (data-debug-insert-overlay-button)
11246 (data-debug-insert-overlay-list-button)
11247 (data-debug-insert-buffer-button)
11248 (data-debug-insert-buffer-list-button)
11249 (data-debug-insert-process-button, data-debug-insert-ring-button)
11250 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
11251 (data-debug-insert-stuff-vector-button)
11252 (data-debug-insert-symbol-button, data-debug-insert-string)
11253 (data-debug-insert-number, data-debug-insert-lambda-expression)
11254 (data-debug-insert-nil, data-debug-insert-simple-thing)
11255 (data-debug-insert-custom, data-debug-edebug-expr):
11256 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
11257 (global-ede-mode-map, ede-new, ede-debug-target)
11258 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
11259 * cedet/semantic.el (semantic-minimum-working-buffer-size)
11260 (semantic-fetch-tags, semantic-submode-list)
11261 (semantic-default-submodes):
11262 * cedet/ede/source.el (ede-source-match):
11263 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
11264 (project-am-package-info):
11265 * cedet/ede/proj.el (ede-proj-target, project-new-target):
11266 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
11267 * cedet/ede/proj-comp.el (ede-current-build-list):
11268 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
11269 * cedet/ede/files.el (ede-toplevel-project-or-nil):
11270 * cedet/ede/cpp-root.el (initialize-instance):
11271 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
11272 (autoconf-parameter-strip, autoconf-insert-new-macro):
11273 * cedet/semantic/wisent.el (wisent-lex-eoi):
11274 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
11275 (semantic-show-parser-state-mode):
11276 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
11277 * cedet/semantic/tag.el (semantic-tag-new-variable)
11278 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
11279 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
11280 (semantic--tag-deep-copy-tag-list)
11281 (semantic-tag-components-with-overlays-default):
11282 * cedet/semantic/symref.el (semantic-symref-find-text):
11283 * cedet/semantic/senator.el (senator-yank-tag)
11284 (senator-transpose-tags-up):
11285 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
11286 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
11287 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
11288 * cedet/semantic/lex.el (semantic-lex-comment-regex)
11289 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
11290 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
11291 * cedet/semantic/lex-spp.el
11292 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
11293 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
11294 * cedet/semantic/idle.el
11295 (semantic-idle-summary-current-symbol-info-brutish)
11296 (semantic-idle-summary-current-symbol-info-default):
11297 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
11298 (semantic--grammar-macro-compl-dict):
11299 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
11300 * cedet/semantic/format.el (semantic-format-tag-custom-list)
11301 (semantic-format-tag-canonical-name-default):
11302 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
11303 (semantic-find-tags-for-completion)
11304 (semantic-find-tags-by-scope-protection-default)
11305 (semantic-deep-find-tags-for-completion):
11306 * cedet/semantic/edit.el
11307 (semantic-edits-incremental-reparse-failed-hook)
11308 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
11309 (semantic-edits-splice-remove, semantic-edits-splice-replace):
11310 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
11311 * cedet/semantic/dep.el (semantic-dependency-include-path):
11312 * cedet/semantic/db.el (semanticdb-default-find-index-class)
11313 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
11314 (semanticdb-project-roots):
11315 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
11316 (semanticdb-find-adebug-insert-scanned-tag-cons)
11317 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
11318 (semanticdb-brute-deep-find-tags-for-completion):
11319 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
11320 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
11321 (semantic-end-of-context-default)
11322 (semantic-ctxt-current-function-default)
11323 (semantic-ctxt-scoped-types-default):
11324 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
11325 (semantic-complete-inline-tag-engine)
11326 (semantic-complete-inline-custom-type)
11327 (semantic-complete-read-tag-analyzer):
11328 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
11329 (semantic-chart-database-size):
11330 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
11331 (semantic-analyze-current-context):
11332 * cedet/semantic/symref/list.el (semantic-symref)
11333 (semantic-symref-hide-buffer, semantic-symref-symbol):
11334 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
11335 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
11336 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
11337 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
11338 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
11339 (semantic-c-dereference-template):
11340 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
11341 (semantic--analyze-refs-full-lookup-with-parents)
11342 (semantic--analyze-refs-full-lookup-simple):
11343 * cedet/semantic/analyze/complete.el
11344 (semantic-analyze-possible-completions):
11345 * cedet/srecode/table.el (srecode-mode-table-new):
11346 * cedet/srecode/srt.el (srecode-read-variable-name):
11347 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
11348 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
11349 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
11350 * cedet/srecode/map.el (srecode-current-map):
11351 * cedet/srecode/insert.el (srecode-insert)
11352 (srecode-insert-variable-secondname-handler, srecode-insert-method)
11353 (srecode-template-inserter-point-override)
11354 (srecode-insert-include-lookup):
11355 * cedet/srecode/getset.el (srecode-auto-choose-class):
11356 * cedet/srecode/extract.el (srecode-inserter-extract):
11357 * cedet/srecode/document.el
11358 (srecode-document-autocomment-return-last-alist)
11359 (srecode-document-autocomment-param-type-alist)
11360 (srecode-document-insert-function-comment)
11361 (srecode-document-insert-variable-one-line-comment)
11362 (srecode-document-function-name-comment):
11363 * cedet/srecode/dictionary.el (srecode-create-dictionary)
11364 (srecode-compound-toString):
11365 * cedet/srecode/compile.el (srecode-flush-active-templates):
11366 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
11367 Doc/message fixes.
11368
11369 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
11370 match-data. (Bug#4555).
11371
11372 * cedet/semantic/bovine/gcc.el
11373 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
11374 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
11375
11376 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
11377 rather than parsing it as a regexp. This relaxes the layout
11378 requirements and makes errors easier to detect.
11379 (check-declare-verify): Check file is regular.
11380 (check-declare-directory): Doc fix.
11381 * subr.el (declare-function): Doc fix.
11382
11383 * ibuffer.el (ibuffer-format-qualifier):
11384 * isearch.el (hi-lock-regexp-okay):
11385 * calc/calc.el (math-zerop):
11386 * mail/uce.el (rmail-msgbeg, rmail-msgend):
11387 * term/w32-win.el (setup-default-fontset, set-fontset-font):
11388 Remove unused declarations.
11389
11390 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
11391
11392 * cedet/semantic/wisent/javat-wy.el
11393 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
11394
11395 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
11396
11397 * cedet/srecode/expandproto.el: Fix provide statement.
11398
11399 2009-09-30 Eric Ludlam <zappo@gnu.org>
11400
11401 * emacs-lisp/eieio.el (boolean-p): Delete.
11402
11403 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
11404
11405 * cedet/ede/srecode.el: Fix provide statement.
11406
11407 2009-09-30 Glenn Morris <rgm@gnu.org>
11408
11409 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
11410 * cedet/ede/proj-aux.el (ede-aux-source):
11411 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
11412 (ede-misc-source):
11413 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
11414 (semantic-mrub-switch-tags): Fix doc typos.
11415
11416 * cedet/semantic/db-global.el (data-debug-new-buffer)
11417 (data-debug-insert-thing): Remove unneeded declarations (one broken).
11418 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
11419
11420 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
11421
11422 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
11423 use of CL function `remove-if-not'.
11424
11425 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
11426
11427 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
11428 filename is not a string.
11429
11430 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
11431
11432 * files.el (safe-local-eval-forms): Fix typo.
11433
11434 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11435
11436 * vc-hooks.el (vc-dir-buffers): New var.
11437 (vc-state-refresh): New function.
11438 (vc-state): Use it.
11439 (vc-after-save): Always ask the backend to recompute the new state.
11440 Always call vc-dir if necessary, using vc-dir-buffers.
11441 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
11442 Use vc-dir-buffers.
11443 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
11444 (vc-dir-prepare-status-buffer, vc-dir-update)
11445 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
11446 Don't call expand-file-name on default-directory.
11447
11448 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
11449
11450 * speedbar.el (speedbar-item-delete):
11451 * calc/calc-prog.el (calc-kbd-if):
11452 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
11453
11454 * epa.el (epa-key-list-mode-map):
11455 * hi-lock.el (hi-lock-menu): Fix typos in menus.
11456
11457 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
11458 (hs-show-hook): Fix typo in docstring.
11459
11460 2009-09-29 Glenn Morris <rgm@gnu.org>
11461
11462 * cedet/semantic/symref/idutils.el:
11463 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
11464
11465 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
11466
11467 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
11468 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
11469 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
11470 Mark declarations not understood by check-declare.
11471
11472 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
11473 file-name-nondirectory call preventing location of cedet files.
11474 (check-declare-verify): Use literal search rather than re-search.
11475 Add basic defmethod and defclass, and define-overloadable-function.
11476
11477 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11478 Use tramp-compat-file-attributes rather than nonexistent
11479 tramp-compat-handle-file-attributes.
11480
11481 * Makefile.in (lisptagsfiles4): New.
11482 (AUTOGENEL): Add cedet loaddefs files.
11483 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
11484 (update-elclist, compile-always, backup-compiled-files)
11485 (bootstrap-clean): Add yet another directory level.
11486 (update-elclist): Use LC_COLLATE rather than COLLATE.
11487 (ELCFILES): Update, via `make update-elclist'.
11488
11489 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
11490
11491 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
11492 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
11493 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
11494
11495 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
11496
11497 * Makefile.in (lisptagsfiles3): Define.
11498 (TAGS, TAGS-LISP): Use it.
11499 (update-elclist): Add third directory level to look for elc files.
11500 (compile-always): Likewise.
11501 (backup-compiled-files): Likewise.
11502 (bootstrap-clean): Likewise.
11503 (ELCFILES): Update.
11504
11505 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
11506
11507 * Makefile.in (ELCFILES): Add CEDET files.
11508
11509 2009-09-28 Eric Ludlam <zappo@gnu.org>
11510
11511 CEDET (development tools) package merged.
11512
11513 * cedet/*.el:
11514 * cedet/ede/*.el:
11515 * cedet/semantic/*.el:
11516 * cedet/srecode/*.el: New files.
11517
11518 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
11519
11520 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
11521
11522 * net/tramp.el (top): Require tramp-imap.
11523
11524 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11525 Use `tramp-compat-handle-file-attributes'.
11526
11527 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11528
11529 * net/tramp-imap.el: New package.
11530
11531 2009-09-28 Eric Ludlam <zappo@gnu.org>
11532
11533 * emacs-lisp/chart.el:
11534 * emacs-lisp/eieio-base.el:
11535 * emacs-lisp/eieio-comp.el:
11536 * emacs-lisp/eieio-custom.el:
11537 * emacs-lisp/eieio-datadebug.el:
11538 * emacs-lisp/eieio-opt.el:
11539 * emacs-lisp/eieio-speedbar.el:
11540 * emacs-lisp/eieio.el: New files.
11541
11542 * cedet/cedet-cscope.el:
11543 * cedet/cedet-files.el:
11544 * cedet/cedet-global.el:
11545 * cedet/cedet-idutils.el:
11546 * cedet/data-debug.el:
11547 * cedet/inversion.el:
11548 * cedet/mode-local.el:
11549 * cedet/pulse.el: New files.
11550
11551 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11552
11553 * whitespace.el (whitespace-trailing-regexp)
11554 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
11555 Fix doc string.
11556
11557 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
11558
11559 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
11560 menu.
11561
11562 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
11563 menu-bar-ediff-menu.
11564
11565 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
11566 define-overloadable-function.
11567
11568 * progmodes/autoconf.el: Provide autoconf as well, so that this
11569 file can be `require'd.
11570
11571 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
11572
11573 * emacs-lisp/autoload.el (generated-autoload-feature)
11574 (generated-autoload-load-name): New vars.
11575 (autoload-rubric, autoload-generate-file-autoloads): Use them.
11576 (make-autoload): Recognize define-overloadable-function and
11577 defclass forms (for EIEIO).
11578
11579 * Makefile.in (update-subdirs): Exclude cedet directory.
11580
11581 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11582
11583 * term/ns-win.el: Don't set the region face background. (Bug#4381)
11584
11585 * faces.el: Default light-background background for region face to
11586 ns_selection_color under NS.
11587
11588 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
11589
11590 * net/imap-hash.el: New library, see NEWS.
11591
11592 * Makefile.in (ELCFILES): Add imap-hash.el.
11593
11594 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
11595
11596 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
11597 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
11598 * help-macro.el (make-help-screen): Avoid using an ambiguous function
11599 definition where the docstring could be taken for the return value.
11600
11601 2009-09-26 Glenn Morris <rgm@gnu.org>
11602
11603 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
11604 Add option to only show images below a certain size.
11605 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
11606 save-excursion calls.
11607
11608 2009-09-26 Eli Zaretskii <eliz@gnu.org>
11609
11610 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
11611 subdirectories) and eieio.
11612
11613 2009-09-26 Alan Mackenzie <acm@muc.de>
11614
11615 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
11616 buggy bracketing. (Bug#4289)
11617
11618 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
11619 character constants (as case labels). (Bug#4289)
11620
11621 2009-09-25 Juri Linkov <juri@jurta.org>
11622
11623 * files.el (safe-local-eval-forms): Allow time-stamp in
11624 before-save-hook (Bug#4554).
11625
11626 2009-09-25 Drew Adams <drew.adams@oracle.com>
11627
11628 * menu-bar.el (list-buffers-directory): Doc fix.
11629
11630 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11631
11632 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
11633 Try and avoid copying twice the same paragraph.
11634 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
11635 Remove save-excursion.
11636 (log-edit-changelog-entry): Do it here instead.
11637
11638 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
11639
11640 * bs.el (bs--get-file-name): Use `list-buffers-directory'
11641 when available, instead of hardcoding mode names. Doc fix.
11642
11643 * menu-bar.el (list-buffers-directory): Add docstring.
11644 Make automatically buffer-local.
11645
11646 * dired.el (dired-mode):
11647 * files.el (cd-absolute):
11648 * pcvs.el (cvs-temp-buffer):
11649 * pcvs-util.el (cvs-get-buffer-create):
11650 * shell.el (shell-mode):
11651 * vc-dir.el (vc-dir-mode):
11652 Don't make `list-buffers-directory' buffer local.
11653
11654 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
11655
11656 * comint.el (comint-exec, comint-run, make-comint):
11657 Doc fixes (Bug#4542).
11658
11659 2009-09-25 Glenn Morris <rgm@gnu.org>
11660
11661 * mail/rmailmm.el (rmail-mime): New custom group.
11662 Move all defcustoms in this file into this group.
11663 (rmail-mime-media-type-handlers-alist): Revert previous change.
11664 (rmail-mime-show-images): New option.
11665 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
11666 references to it, since it wasn't actually used for anything.
11667 (rmail-mime-insert-image): New function.
11668 (rmail-mime-image): Use rmail-mime-insert-image.
11669 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
11670 obey the value of `rmail-mime-show-images' option. Print the size of
11671 attachments.
11672
11673 2009-09-25 David Engster <deng@randomsample.de>
11674
11675 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
11676
11677 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11678
11679 * whitespace.el: Does not highlight trailing spaces While point is
11680 at end of line. Does not highligt spaces at beginning of buffer
11681 while point is at beginning of buffer. Does not highlight spaces
11682 at end of buffer while point is at end of buffer. (Bug#4177)
11683 New version 12.0.
11684 (whitespace-display-mappings): Adjust initialization.
11685 (whitespace-point, whitespace-font-lock-refontify): New vars.
11686 (whitespace-color-on, whitespace-color-off): Adjust code.
11687 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
11688 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
11689 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
11690
11691 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
11692
11693 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
11694
11695 * textmodes/sgml-mode.el: Remove xml-mode alias.
11696
11697 * files.el (auto-mode-alist, conf-mode-maybe)
11698 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
11699
11700 2009-09-24 Alan Mackenzie <acm@muc.de>
11701
11702 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
11703 c-forward-conditionals, but it doesn't move point and doesn't set
11704 the mark.
11705 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
11706 (c-down-conditional-with-else, c-backward-conditional)
11707 (c-forward-conditional): Refactor to use c-scan-conditionals.
11708
11709 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
11710
11711 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
11712 (help-default-arg-highlight): Remove.
11713 (help-highlight-arg): New function.
11714 (help-do-arg-highlight): Use it.
11715 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
11716
11717 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11718
11719 * term.el (term-set-scroll-region, term-handle-ansi-escape):
11720 Undo last change, which didn't fix the problem and introduced others.
11721
11722 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
11723
11724 * progmodes/gdb-mi.el: Don't require speedbar.
11725 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
11726
11727 2009-09-24 Glenn Morris <rgm@gnu.org>
11728
11729 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
11730
11731 * term/ns-win.el (ns-reg-to-script): Define for compiler.
11732
11733 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
11734 there is no newline after the final mime boundary. (Bug#4539)
11735 Move markers on insertion so that any buttons inserted don't end up in
11736 the next part of a multipart message.
11737 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
11738 (rmail-mime-bulk-handler): Optionally handle images.
11739 (rmail-mime-image): New button action.
11740 (rmail-mime-image-handler): New function.
11741 (rmail-mime-mode): New mode.
11742 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
11743
11744 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11745
11746 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
11747 than just dropping elements from it (bug#4504).
11748
11749 * term.el (term-set-scroll-region): Don't move cursor any more.
11750 (term-handle-ansi-escape): Call term-goto here instead.
11751 Suggested by Ivan Kanis <apple@kanis.eu>.
11752
11753 * term.el: Require CL.
11754 (term-ansi-reset): New function.
11755 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
11756 (term-handle-colors-array): Simplify.
11757
11758 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
11759
11760 * allout.el (allout-overlay-interior-modification-handler)
11761 (allout-obtain-passphrase):
11762 * epa-file.el (epa-file-write-region):
11763 * ps-print.el (ps-begin-job):
11764 * vc-hooks.el (vc-toggle-read-only):
11765 * vc-rcs.el (vc-rcs-rollback):
11766 * vc-sccs.el (vc-sccs-rollback):
11767 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
11768 (vc-version-diff, vc-revert, vc-rollback):
11769 * wdired.el (wdired-check-kill-buffer):
11770 * emacs-lisp/authors.el (authors):
11771 * net/socks.el (socks-open-connection):
11772 * net/zeroconf.el (zeroconf-service-add-hook):
11773 * obsolete/vc-mcvs.el (vc-mcvs-register):
11774 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
11775 (gdb-select-frame):
11776 * progmodes/grep.el (lgrep, rgrep):
11777 * progmodes/idlw-help.el (idlwave-help-check-locations)
11778 (idlwave-help-html-link, idlwave-help-assistant-open-link):
11779 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11780 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
11781 (reftex-toc-rename-label): Fix typos in error messages.
11782
11783 * dired-aux.el (dired-do-shell-command): Reflow docstring.
11784 (dired-copy-how-to-fn): Doc fix.
11785 (dired-files-attributes, dired-read-shell-command):
11786 Fix typos in docstrings.
11787
11788 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
11789 (dired-x-find-file-other-window): Reflow docstrings.
11790 (dired-omit-marker-char, dired-read-shell-command)
11791 (dired-x-submit-report): Fix typos in docstrings.
11792
11793 * shell.el (shell-mode-hook):
11794 * view.el (View-scroll-line-forward):
11795 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
11796 Fix typos in docstrings.
11797
11798 * net/dig.el (dig-invoke): Fix typo in docstring.
11799 (query-dig): Reflow docstring.
11800
11801 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
11802 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
11803 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
11804 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
11805 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
11806 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
11807 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
11808 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
11809 (idlwave-completion-map, idlwave-current-indent)
11810 (idlwave-custom-ampersand-surround, idlwave-customize)
11811 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
11812 (idlwave-define-abbrev, idlwave-determine-class-special)
11813 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
11814 (idlwave-end-block-reg, idlwave-end-of-statement)
11815 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
11816 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
11817 (idlwave-explicit-class-listed, idlwave-file-header)
11818 (idlwave-fill-paragraph, idlwave-find-class-definition)
11819 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
11820 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
11821 (idlwave-in-quote, idlwave-indent-action-table)
11822 (idlwave-indent-expand-table, idlwave-indent-line)
11823 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11824 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11825 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11826 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11827 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11828 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11829 (idlwave-outlawed-buffers, idlwave-popup-select)
11830 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11831 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11832 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11833 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11834 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11835 (idlwave-statement-type, idlwave-struct-skip)
11836 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11837 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11838 (idlwave-what-module-find-class): Fix typos in docstrings.
11839 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11840 (idlwave-calculate-cont-indent, idlwave-expand-equal)
11841 (idlwave-find-module, idlwave-find-structure-definition)
11842 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11843 (idlwave-list-load-path-shadows, idlwave-next-statement)
11844 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11845 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11846 (idlwave-template): Reflow docstrings.
11847
11848 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11849 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11850 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11851 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11852 (idlwave-shell-display-line, idlwave-shell-display-wframe)
11853 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11854 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11855 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11856 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11857 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11858 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11859 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11860 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11861 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11862 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11863 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11864 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11865 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11866 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11867 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11868 Fix typos in docstrings.
11869 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11870 (idlwave-shell-hide-output, idlwave-shell-mode)
11871 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11872 Reflow docstrings.
11873
11874 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11875
11876 2009-09-24 Ivan Kanis <apple@kanis.eu>
11877
11878 * term.el (term-bold-attribute): New var.
11879 (term-handle-colors-array): Use it.
11880
11881 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
11882
11883 * progmodes/gdb-mi.el (gdb-version): New variable.
11884 (gdb-non-stop-handler): Set gdb-version.
11885 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11886 Condition "--thread" option on gdb-version.
11887 (gdb-invalidate-threads): Remove unused argument.
11888
11889 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11890
11891 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11892 to looking-back to avoid ridiculous slow down in large files (bug#4511).
11893
11894 2009-09-23 Glenn Morris <rgm@gnu.org>
11895
11896 * mail/rmail.el (rmail-reply): Don't try to add a References header when
11897 replying to mail without References or Message-Id. (Bug#4525)
11898
11899 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
11900
11901 * term/ns-win.el (ns-reg-to-script): New variable.
11902
11903 2009-09-23 Daiki Ueno <ueno@unixuser.org>
11904
11905 * epg.el (epg-wait-for-status): Preserve existing 'error results.
11906
11907 2009-09-22 Sam Steingold <sds@gnu.org>
11908
11909 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11910 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11911 to 1 because hg returns status 1 when nothing is found.
11912 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11913
11914 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11915
11916 * textmodes/fill.el: Convert to utf-8 encoding.
11917 (fill-french-nobreak-p): Remove redundant » and « inherited from our
11918 pre-Unicode days.
11919
11920 * add-log.el (change-log-fill-forward-paragraph): New function.
11921 (change-log-mode): Use it so fill-region DTRT.
11922 Set fill-indent-according-to-mode here rather than in
11923 change-log-fill-paragraph.
11924 (change-log-fill-paragraph): Remove.
11925
11926 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
11927
11928 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11929 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
11930
11931 2009-09-22 Glenn Morris <rgm@gnu.org>
11932
11933 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11934 the scroll-bar scroll the calendar window rather than the buffer.
11935
11936 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11937 commands that move point (as opposed to scrolling).
11938
11939 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11940
11941 * emacs-lisp/elint.el (elint): New custom group.
11942 (elint-log-buffer): Make it a defcustom.
11943 (elint-scan-preloaded, elint-ignored-warnings)
11944 (elint-directory-skip-re): New options.
11945 (elint-builtin-variables): Doc fix.
11946 (elint-preloaded-env): New variable.
11947 (elint-unknown-builtin-args): Add an entry for encode-time.
11948 (elint-extra-errors): Make it a variable rather than a constant.
11949 (elint-preloaded-skip-re): New constant.
11950 (elint-directory): Skip files matching elint-directory-skip-re.
11951 (elint-features): New variable, local to linted buffers.
11952 (elint-update-env): Initialize elint-features. Possibly add
11953 elint-preloaded-env to the buffer's environment.
11954 (elint-get-top-forms): Bind elint-current-pos, for log messages.
11955 Skip quoted forms.
11956 (elint-init-form): New function, extracted from elint-init-env.
11957 Make non-list forms a warning rather than an error.
11958 Add the mode-map for define-derived-mode. Handle define-minor-mode,
11959 easy-menu-define, put that adds an error-condition, and provide.
11960 When requiring cl, also require cl-macs. Really require cl, to handle
11961 some cl macros. Store required libraries in the list elint-features,
11962 so as not to re-load them. Treat cc-require like require.
11963 (elint-init-env): Call elint-init-form to do the work.
11964 Handle eval-and-compile and such like.
11965 (elint-add-required-env): Do not clear messages.
11966 (elint-special-forms): Add handlers for function, defalias, if, when,
11967 unless, and, or.
11968 (elint-form): Add optional argument to ignore elint-special-forms,
11969 useful to prevent recursive calls from handlers. Doc fix.
11970 Respect elint-ignored-warnings.
11971 (elint-form): Respect elint-ignored-warnings.
11972 (elint-bound-variable, elint-bound-function): New variables.
11973 (elint-unbound-variable): Respect elint-bound-variable.
11974 (elint-get-args): Respect elint-bound-function.
11975 (elint-check-cond-form): Add some simple handling for (f)boundp and
11976 featurep tests.
11977 (elint-check-defalias-form): New handler.
11978 (elint-check-let-form): Make an empty let a warning rather than an
11979 error.
11980 (elint-check-setq-form): Make an empty setq a warning rather than an
11981 error. Respect elint-ignored-warnings.
11982 (elint-check-defvar-form): Accept null doc-strings.
11983 (elint-check-conditional-form): New handler. Does some simple-minded
11984 checking of featurep and (f)boundp tests.
11985 (elint-put-function-args): New function.
11986 (elint-initialize): Use elint-scan-doc-file rather than
11987 elint-find-builtin-variables. Use elint-put-function-args.
11988 Possibly scan preloaded-file-list.
11989 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11990 extend to handle functions as well.
11991
11992 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
11993
11994 * linum.el (linum-delete-overlays, linum-update-window):
11995 Do not modify the right margin. (Bug#3971)
11996
11997 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
11998
11999 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
12000 nxml-mode instead of xml-mode.
12001
12002 2009-09-21 Kevin Ryde <user42@zip.com.au>
12003
12004 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
12005
12006 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12007
12008 * net/dig.el (dig-mode): Use define-derived-mode.
12009
12010 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
12011
12012 * vc-dispatcher.el (vc-do-command): Return the process object in
12013 the asynchronous case. Use when instead of if. Do not run
12014 vc-exec-after to display a message if not enabled. (Bug#4463)
12015
12016 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
12017 properties to the stash strings.
12018 (vc-git-stash-list): Return a list of strings.
12019 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
12020 (vc-git-stash-show-at-point): New functions.
12021 (vc-git-stash-map): New keymap.
12022
12023 * register.el (ctl-x-r-map): Define the keys here instead of
12024 using autoload.
12025
12026 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
12027
12028 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
12029 list, to workaround performance problem (bug#4485).
12030
12031 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
12032
12033 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
12034
12035 2009-09-20 Daiki Ueno <ueno@unixuser.org>
12036
12037 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
12038 Document that this option is not recommended to use.
12039
12040 2009-09-19 Glenn Morris <rgm@gnu.org>
12041
12042 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
12043 variable `var'.
12044
12045 * calc/calc-alg.el (var):
12046 * calc/calcalg2.el (var): Define for compiler.
12047
12048 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
12049
12050 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
12051 Doc fix (Bug#3932).
12052
12053 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
12054
12055 * time-stamp.el (time-stamp-month-dd-yyyy)
12056 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
12057 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
12058 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
12059 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
12060 Remove functions that have been obsolete since 1995 (Bug#4436).
12061
12062 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
12063 indent buffer only if called interactively (Bug#4452).
12064
12065 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
12066 Eli Zaretskii <eliz@gnu.org>
12067
12068 This fixes bug#4197 (merged to bug#865, though not identical).
12069 * server.el (server-auth-dir): Add docstring note about FAT32.
12070 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
12071 but warn against using them.
12072
12073 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
12074
12075 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
12076 older GDB where there is no has_more field.
12077
12078 2009-09-19 Glenn Morris <rgm@gnu.org>
12079
12080 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12081
12082 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
12083
12084 * files.el (auto-mode-alist): Change default for XML files to nXML
12085 mode (Bug#4169).
12086
12087 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
12088
12089 * server.el (server-ensure-safe-dir): Pass 'integer
12090 to `file-attributes', as suggested.
12091
12092 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
12093
12094 * dired-aux.el (dired-query-alist): Remove spurious backslash.
12095 (dired-query): Use read-key.
12096
12097 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
12098
12099 * cus-start.el (ns-use-qd-smoothing): Remove.
12100
12101 2009-09-18 Glenn Morris <rgm@gnu.org>
12102
12103 * allout.el (top-level): Remove unnecessary progn.
12104
12105 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
12106
12107 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
12108 definition of abbrev table.
12109
12110 * speedbar.el (speedbar-track-mouse):
12111 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
12112 * net/eudc.el (eudc-expand-inline):
12113 * net/newst-backend.el (newsticker--cache-read-feed):
12114 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
12115 condition-case handlers.
12116
12117 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
12118
12119 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
12120 (gdb-var-list): Add an element for has_more field.
12121 (gdb-non-stop-handler): Enable pretty printing for STL containers.
12122 (gdb-var-create-handler, gdb-var-list-children-handler-1)
12123 (gdb-var-update-handler-1): Parse output of dynamic variable
12124 objects (STL containers).
12125 (gdb-var-delete-1): Pass var1 as an explicit second argument.
12126 (gdb-get-field): Delete alias. Use bindat-get-field directly.
12127
12128 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
12129 gdb-var-list.
12130 (gud-speedbar-buttons): Make node expandable if expression "has more"
12131 children.
12132
12133 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
12134
12135 * startup.el (emacs-quick-startup): Remove variable and all uses.
12136 (command-line): Set `inhibit-x-resources' instead.
12137 (command-line-1): Use `inhibit-x-resources' instead.
12138
12139 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
12140
12141 * subr.el: Fix last change to avoid using the `unless' macro,
12142 which breaks bootstrapping.
12143
12144 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
12145
12146 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
12147 extended definitions, in case we reload subr.el after having
12148 loaded CL.
12149 (eval-next-after-load): Mark as obsolete.
12150
12151 2009-09-17 Juri Linkov <juri@jurta.org>
12152
12153 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
12154 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
12155 (menu-bar-showhide-menu, menu-bar-tools-menu)
12156 (menu-bar-describe-menu, menu-bar-help-menu)
12157 (minibuffer-local-completion-map, minibuffer-local-map):
12158 Fix list quoting.
12159
12160 2009-09-17 Glenn Morris <rgm@gnu.org>
12161
12162 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
12163 arguments, whether or not it has a handler.
12164
12165 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
12166
12167 * simple.el (hard-newline): Give it a doc-string.
12168
12169 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12170 (lisp-mode-syntax-table): Give them doc-strings.
12171
12172 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
12173
12174 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
12175 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
12176 (menu-bar-options-menu, menu-bar-showhide-menu)
12177 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
12178 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
12179 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
12180 (menu-bar-options-menu, menu-bar-tools-menu)
12181 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
12182 (menu-bar-help-menu):
12183 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
12184 string arguments.
12185
12186 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
12187 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
12188 calls for the menu names and :help.
12189
12190 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
12191
12192 * mouse.el (minor-mode-menu-from-indicator): Pay attention
12193 to :minor-mode-function (bug#4455).
12194
12195 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12196
12197 * startup.el (command-line): Initialize the window-system after
12198 processing the command-line.
12199
12200 * textmodes/page.el (what-page): Make sure we don't inf-loop if
12201 page-delimiter matches the empty string.
12202
12203 2009-09-16 Glenn Morris <rgm@gnu.org>
12204
12205 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
12206 byte-compile-not-obsolete-var. It's a list now.
12207 (byte-compile-not-obsolete-funcs): New variable.
12208 (byte-compile-warn-obsolete): Don't warn about functions if they are in
12209 byte-compile-not-obsolete-funcs.
12210 (byte-compile-variable-ref, byte-compile-defvar): Update for
12211 byte-compile-not-obsolete-vars name-change and list nature.
12212 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
12213 and variables behind (f)boundp tests.
12214 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
12215
12216 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
12217
12218 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
12219
12220 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
12221
12222 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
12223 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
12224 Don't autoload.
12225
12226 2009-09-15 Stephen Eglen <stephen@gnu.org>
12227
12228 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
12229 the virtual-buffers, use the name of the buffer specified by
12230 find-file-noselect, as the match may be a symlink. (This was a
12231 problem if the target and the symlink had different names.)
12232
12233 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
12234
12235 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
12236
12237 * desktop.el (desktop-path): Check user-emacs-directory.
12238
12239 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
12240
12241 * loadup.el: Use after-load-functions to GC after loading each file.
12242 Remove the explicit GC calls that used to be sprinkled around.
12243
12244 * subr.el (after-load-functions): New hook.
12245 (do-after-load-evaluation): Run it. Use string-match-p to detect
12246 `obsolete' packages, rather than painfully extracting the relevant
12247 directory name.
12248
12249 2009-09-15 Glenn Morris <rgm@gnu.org>
12250
12251 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
12252 free variable `doc'.
12253
12254 * dired.el (dired-mode-map): Add menu entry for async shell command.
12255
12256 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
12257 variables, also consider the .elc files, since the .el files are
12258 normally gzipped (subsequent code locates the .el.gz from the .elc).
12259
12260 * calc/calc-prog.el (arglist): Define for compiler.
12261
12262 * calendar/diary-lib.el (diary-display-function): Change the default to
12263 fancy display.
12264 (body): Define for compiler.
12265
12266 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
12267 (byte-compile-file-form, byte-compile-lambda)
12268 (byte-compile-top-level-body, byte-compile-form)
12269 (byte-compile-variable-ref, byte-compile-setq)
12270 (byte-compile-setq-default, byte-compile-body)
12271 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
12272 (batch-byte-compile): Give some more local variables with common names
12273 a "bytecomp-" prefix to avoid masking warnings about free variables.
12274
12275 * startup.el (command-line-1): Give local variables with common names a
12276 distinguishing prefix, so as not to hide free variable warnings during
12277 bootstrap.
12278
12279 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
12280 clever and add a suffix to make a unique name, just let the user decide
12281 whether or not to overwrite it. If the input is a directory, write the
12282 default filename to that directory. (Bug#4388)
12283 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
12284 is a filename-as-a-directory.
12285
12286 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
12287
12288 * textmodes/page.el (what-page): Don't move to beginning of line.
12289 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
12290
12291 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
12292
12293 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
12294
12295 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
12296
12297 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
12298 * help.el (help-for-help-internal): Add purecopy calls for text.
12299
12300 * vc.el (top): print-log method now takes an optional SHORTLOG
12301 argument. Add a new method: root.
12302 (vc-root-diff, vc-print-root-log): New functions.
12303 (vc-log-short-style): New variable.
12304 (vc-print-log-internal): Add support for showing short logs.
12305
12306 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
12307 vc-print-root-log and vc-print-root-diff.
12308
12309 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
12310 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
12311 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
12312 short logs.
12313
12314 * vc-cvs.el (vc-cvs-print-log):
12315 * vc-mtn.el (vc-mtn-print-log):
12316 * vc-rcs.el (vc-rcs-print-log):
12317 * vc-sccs.el (vc-sccs-print-log):
12318 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
12319 that is ignored for now.
12320
12321 * vc-mtn.el (vc-mtn-annotate-command):
12322 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
12323
12324 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
12325
12326 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
12327 to function-key-map, and give them ascii-character property.
12328 * term/x-win.el (x-alternatives-map):
12329 * term/ns-win.el (ns-alternatives-map):
12330 * term/internal.el (msdos-key-remapping-map):
12331 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
12332
12333 2009-09-14 Glenn Morris <rgm@gnu.org>
12334
12335 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
12336 temp-buffers (2009-09-12).
12337
12338 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12339
12340 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
12341 the new read-key function.
12342
12343 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
12344
12345 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
12346 is defined (Bug#4405).
12347
12348 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
12349
12350 * recentf.el (recentf-cleanup): Use a hash table to find
12351 duplicates (Bug#4407).
12352
12353 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
12354
12355 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
12356 kp-0 to ascii equivalents (Bug#4325).
12357
12358 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
12359
12360 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
12361
12362 * eshell/em-hist.el:
12363 * eshell/em-dirs.el (eshell-complete-user-reference):
12364 Declare pcomplete functions and variables to avoid compiler warnings.
12365
12366 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
12367
12368 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
12369 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
12370 * eshell/em-alias.el (eshell-aliases-file):
12371 * eshell/em-hist.el (eshell-history-file-name):
12372 Use expand-file-name instead of concat to make file names (Bug#4308).
12373
12374 2009-09-13 Glenn Morris <rgm@gnu.org>
12375
12376 * ediff-merg.el (ediff-do-merge):
12377 * filesets.el (filesets-run-cmd):
12378 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
12379 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
12380 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
12381 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
12382 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
12383 Replace empty `let's with `progn'.
12384
12385 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12386
12387 * mail/sendmail.el (send-mail-function):
12388 * tooltip.el (tooltip-mode):
12389 * simple.el (transient-mark-mode):
12390 * rfn-eshadow.el (file-name-shadow-mode):
12391 * frame.el (blink-cursor-mode):
12392 * font-core.el (global-font-lock-mode):
12393 * files.el (temporary-file-directory)
12394 (small-temporary-file-directory, auto-save-file-name-transforms):
12395 * epa-hook.el (auto-encryption-mode):
12396 * composite.el (global-auto-composition-mode):
12397 Use custom-initialize-delay.
12398 * startup.el (command-line): Don't explicitly call
12399 custom-reevaluate-setting for all the above vars.
12400 * custom.el (custom-initialize-safe-set)
12401 (custom-initialize-safe-default): Delete.
12402
12403 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12404
12405 * term/x-win.el (x-initialize-window-system):
12406 * term/w32-win.el (w32-initialize-window-system):
12407 * term/ns-win.el (ns-initialize-window-system): Don't call
12408 mouse-wheel-mode since it's enabled globally by default already.
12409
12410 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
12411 actually define the variable, but only silences the byte-compiler.
12412 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
12413 before looking it up.
12414 (mouse-wheel-scroll-amount): Also reset the bindings if this value
12415 is changed.
12416
12417 2009-09-12 Glenn Morris <rgm@gnu.org>
12418
12419 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
12420 1000.
12421 (elint-add-required-env): Don't beep on error.
12422 (elint-forms): In case of error, return ENV unchanged.
12423 (elint-init-env): Skip non-list forms.
12424 (elint-log): Handle unknown file positions.
12425
12426 2009-09-12 Daiki Ueno <ueno@unixuser.org>
12427
12428 * epg.el (epg-make-context): Add autoload cookie.
12429 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
12430 (epg-decrypt-string, epg-start-verify, epg-verify-file)
12431 (epg-verify-string, epg-start-sign, epg-sign-file)
12432 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
12433 (epg-encrypt-string, epg-start-export-keys)
12434 (epg-export-keys-to-file, epg-export-keys-to-string)
12435 (epg-start-import-keys, epg-import-keys-from-file)
12436 (epg-import-keys-from-string, epg-start-receive-keys)
12437 (epg-receive-keys, epg-import-keys-from-server)
12438 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
12439 (epg-sign-keys, epg-start-generate-key)
12440 (epg-generate-key-from-file, epg-generate-key-from-string):
12441 Remove autoload cookie.
12442
12443 2009-09-12 Eli Zaretskii <eliz@gnu.org>
12444
12445 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
12446 reevaluation of trash-directory.
12447
12448 * mwheel.el: Fix last change.
12449 (mouse-wheel-mode): New defvar.
12450 (mouse-wheel-mode): Remove autoload cookie.
12451
12452 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12453
12454 * mwheel.el (mwheel-installed-bindings): New var.
12455 (mouse-wheel-mode): Use it, so as to make sure we really remove all
12456 the bindings we set last time. Use custom-initialize-delay.
12457 * loadup.el: Load mwheel after term/*-win.el.
12458 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
12459 and mouse-wheel-up-event now that their first evaluation is done
12460 sufficiently late to be correct.
12461
12462 * startup.el (tutorial-directory): Make it a defcustom.
12463 Use custom-initialize-delay rather than eval-at-startup to set it.
12464 * image.el (image-load-path): Make it a defcustom.
12465 Use custom-initialize-delay rather than eval-at-startup to set it.
12466 * subr.el (eval-at-startup): Remove.
12467 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
12468
12469 * subr.el (do-after-load-evaluation): Warn the user after loading an
12470 obsolete package.
12471
12472 2009-09-12 Glenn Morris <rgm@gnu.org>
12473
12474 * proced.el (proced-mark-alt): Remove alias.
12475 (proced-mode-map): Remove proced-mark-alt.
12476
12477 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
12478 Elint file and directory. Remove initialization entry.
12479
12480 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
12481 commands.
12482 (elint-current-buffer): Set mode-line-process.
12483 (elint-init-env): Handle define-derived-mode.
12484 Fix declare-function with unspecified arglist. Guard against odd
12485 defalias statements (eg iso-insert's 8859-1-map).
12486 (elint-add-required-env): Use a temp buffer.
12487 (elint-form): Just print the function/macro name, not the whole form.
12488 Return env unchanged if we fail to parse a macro.
12489 (elint-forms): Guard against parse errors.
12490 (elint-output): New function, to handle batch mode.
12491 (elint-log-message): Add optional argument. Use elint-output.
12492 (elint-set-mode-line): New function.
12493
12494 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
12495
12496 * emacs-lisp/elp.el (elp-not-profilable): Add more
12497 functions (Bug#4233).
12498
12499 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
12500
12501 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
12502 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
12503
12504 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
12505
12506 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
12507 (gdb-var-list-children): Use json parsing.
12508
12509 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
12510
12511 * progmodes/js.el (js--proper-indentation): Handle the case where
12512 char-before is null. Reported by Deniz Dogan.
12513
12514 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
12515
12516 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
12517
12518 2009-09-11 Daiki Ueno <ueno@unixuser.org>
12519
12520 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
12521 (epg-digest-algorithm-alist): Add SHA224.
12522 (epg-context-set-passphrase-callback)
12523 (epg-context-set-progress-callback): Add description about
12524 callback function.
12525
12526 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12527
12528 * custom.el (custom-delayed-init-variables): New var.
12529 (custom-initialize-delay): New function.
12530 * startup.el (command-line): "Re"evaluate all vars in
12531 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
12532 explicitly any more.
12533 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
12534 to avoid creating a ~/.emacs.d at build-time (bug#4347).
12535
12536 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
12537
12538 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
12539
12540 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
12541 (gdb-var-update-handler): Use json parsing.
12542
12543 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
12544
12545 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
12546 decode annotated text, regardless of language environment. (Bug#2741)
12547
12548 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12549
12550 * Makefile.in (autoloads): Make rmail.el writable as well.
12551
12552 2009-09-11 Glenn Morris <rgm@gnu.org>
12553
12554 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
12555 loaddefs.el.
12556 * dired.el: Regenerate with extracted autoloads.
12557 * Makefile.in (autoloads): Make dired.el writable.
12558
12559 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
12560 * ibuffer.el: Regenerate with extracted autoloads.
12561 * Makefile.in (autoloads): Make ibuffer.el writable.
12562
12563 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
12564 * version.el (emacs-copyright, emacs-major-version)
12565 (emacs-minor-version): Reformat doc-strings for make-docfile.
12566
12567 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
12568 functions and variables, since they must be stuff specific to some other
12569 platform.
12570 (apropos-print): Make mouse-click message less specific about button.
12571
12572 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
12573 that records where a macro was defined.
12574 * help-fns.el (describe-function-1): Mention if a function has a
12575 compiler-macro.
12576 * help-mode.el (help-function-cmacro): New button.
12577
12578 * locate.el (top-level): Always require dired.
12579 (locate-mode-map): Initialize inside the defvar.
12580
12581 * net/ange-ftp.el (dired-compress-file): Declare.
12582 (ange-ftp-dired-compress-file): Add doc string.
12583
12584 * term/ns-win.el (x-display-name, x-setup-function-keys):
12585 Unify doc-strings with X versions.
12586
12587 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12588
12589 * emulation/crisp.el (crisp-mode-map): Move initialization
12590 into declaration.
12591 (crisp-mode): Use define-minor-mode.
12592
12593 * progmodes/xscheme.el (xscheme-evaluation-commands):
12594 Put a :advertised-binding property rather than using
12595 advertised-xscheme-send-previous-expression.
12596 (advertised-xscheme-send-previous-expression): Declare obsolete.
12597 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
12598 `advertised-undo'.
12599 (crisp-mode): Add corresponding bindings to
12600 undo's :advertised-binding instead.
12601 * dired.el (dired-mode-map): Put a :advertised-binding property rather
12602 than using dired-advertised-find-file.
12603 (dired-advertised-find-file):
12604 * simple.el (advertised-undo):
12605 * wid-edit.el (advertised-widget-backward): Declare obsolete.
12606 (widget-keymap): Put a :advertised-binding property rather
12607 than using advertised-widget-backward.
12608 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
12609 than using advertised-undo.
12610 * tutorial.el (tutorial--default-keys): Adjust accordingly.
12611
12612 2009-09-10 Simon South <ssouth@slowcomputing.org>
12613
12614 * progmodes/delphi.el (delphi-tab): Indent region when Transient
12615 Mark mode is enabled and region is active; otherwise indent or
12616 insert TAB as usual.
12617 (delphi-mode): Update description of TAB-key binding.
12618
12619 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12620
12621 * subr.el (define-key-rebound-commands): Mark obsolete.
12622 * startup.el (precompute-menubar-bindings): Remove.
12623 (normal-top-level): Remove obsolete code that tried to precompute
12624 menubar bindings.
12625 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
12626 define-key-rebound-commands and precompute-menubar-bindings.
12627
12628 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
12629
12630 * net/imap.el (imap-interactive-login): Better messages.
12631 (imap-open): Fix bug with renamed buffer on reconnect.
12632 (imap-authenticate): Add buffer-local imap-last-authenticator variable
12633 for easier debugging and cleaner code. On successful (guessed based on
12634 server capabilities) secondary authentication, set imap-state
12635 correctly.
12636 (imap-last-authenticator): Define imap-last-authenticator as a variable
12637 to avoid warnings.
12638
12639 2009-09-10 Glenn Morris <rgm@gnu.org>
12640
12641 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
12642
12643 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
12644 (byte-compile-file-form-autoload): Don't warn about unknown functions
12645 where the autoload statement comes after the use.
12646 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
12647 that any handlers inside the body (eg require) are in turn respected.
12648
12649 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
12650 effects.
12651
12652 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
12653 and syntax and abbrev tables basic docs, if they don't have any.
12654
12655 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
12656
12657 * international/mule-cmds.el (top-level): Require cl when compiling.
12658 (view-hello-file): Use default-value rather than
12659 default-enable-multibyte-characters.
12660
12661 * progmodes/fortran.el: Move all safe and risky properties into the
12662 defcustoms.
12663
12664 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
12665 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
12666 * mail/undigest.el:
12667 Put autoloads in rmail.el rather than loaddefs.el.
12668 * mail/rmail.el: Regenerate with extracted autoloads.
12669
12670 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
12671 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
12672
12673 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
12674
12675 Reported in thread for Bug#4375.
12676 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
12677 "-data-evaluate-expression" instead of print.
12678 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
12679 (gdb-tooltip-print): Parse output from above MI command.
12680 (gdb): Revert 2009-08-11 change. User should detach inferior
12681 manually.
12682
12683 Remove the word "separate" from IO functions as inferior
12684 output is now never displayed in the GUD buffer.
12685
12686 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
12687
12688 * startup.el (command-line-normalize-file-name): On Windows and
12689 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
12690
12691 2009-09-10 Juri Linkov <juri@jurta.org>
12692
12693 * isearch.el (isearch-text-char-description): Propertize escape
12694 character sequences with the `escape-glyph' face. (Bug#4344)
12695
12696 * simple.el (shell-command): Set asynchronous process filter to
12697 `comint-output-filter'. (Bug#4343)
12698
12699 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
12700 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
12701 the list. Move "asm" to the bottom.
12702 (grep-find-ignored-directories): Add `choice' with nil value
12703 to empty the list easily.
12704 (grep-find-ignored-files): New option.
12705 (grep-files-history): Set to nil by default instead of '("ch" "el").
12706 (grep-compute-defaults): Add "<X>" to `grep-template'.
12707 (grep-read-files): Bind new local variables `default-alias' and
12708 `default-extension'. Use a list of default values for the file prompt.
12709 (lgrep): Add `--exclude=' command line options composed from
12710 `grep-find-ignored-files'.
12711 (rgrep): Add `-name' command line options composed from
12712 `grep-find-ignored-files'. (Bug#4301)
12713
12714 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
12715
12716 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
12717 (bug#4368).
12718
12719 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12720
12721 * calendar/time-date.el (autoload):
12722 Expand define-obsolete-function-alias into defalias and make-obsolete
12723 for old Emacsen that Gnus supports.
12724 (with-no-warnings): Define it for old Emacsen.
12725 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12726 is available.
12727 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12728 float-time is available; suppress compile warning for time-to-seconds.
12729
12730 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
12731
12732 * net/imap.el (imap-message-map): Docstring fix.
12733
12734 2009-09-09 Glenn Morris <rgm@gnu.org>
12735
12736 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
12737 line numbers too. (Bug#4374)
12738
12739 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
12740
12741 * smerge-mode.el (smerge-remove-props, smerge-refine):
12742 Use with-silent-modifications (bug#4342).
12743
12744 * subr.el (with-silent-modifications): New macro.
12745
12746 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
12747
12748 * files.el (top-level): Require `cl' when compiling.
12749
12750 2009-09-07 Glenn Morris <rgm@gnu.org>
12751
12752 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
12753
12754 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
12755 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
12756
12757 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
12758
12759 * vc-git.el (vc-git-annotate-command): Use separator to parse
12760 arguments correctly.
12761
12762 2009-09-06 Eli Zaretskii <eliz@gnu.org>
12763
12764 * proced.el (proced-mode): Doc fix.
12765
12766 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
12767
12768 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
12769 lstat fails.
12770 (tramp-do-file-attributes-with-ls): Check for file existence at
12771 remote end.
12772 (tramp-do-file-attributes-with-stat): Likewise.
12773 (tramp-convert-file-attributes): Return nil when attr is nil.
12774
12775 2009-09-05 Glenn Morris <rgm@gnu.org>
12776
12777 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
12778 properties to this button.
12779 (diary-fancy-display): Don't extend the button to the final newline.
12780 (diary-fancy-display-mode): Continue to define "q" as a local key.
12781
12782 * calendar/cal-china.el (holiday-chinese): Make it slightly more
12783 efficient.
12784
12785 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
12786
12787 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
12788 (byte-compile-dest-file-function): New option.
12789 (byte-compile-dest-file): Doc fix.
12790 Obey byte-compile-dest-file-function.
12791 (byte-compile-cl-file-p): New function.
12792 (byte-compile-eval): Only suppress noruntime warnings about cl functions
12793 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
12794 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
12795 than for file being previously loaded.
12796 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
12797 (byte-compile-file-form-require): Handle the case where requiring a file
12798 indirectly causes CL to be loaded.
12799
12800 2009-09-05 Karl Fogel <kfogel@red-bean.com>
12801
12802 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
12803 before killing the old buffer, since by the time `kill-buffer' is
12804 run so many buffer variables have been set to nil that it may not
12805 behave as expected. (Bug#4061)
12806
12807 2009-09-05 Karl Fogel <kfogel@red-bean.com>
12808
12809 * files.el (find-alternate-file): If the old buffer is modified
12810 and visiting a file, behave similarly to `kill-buffer' when
12811 killing it, thus reverting to the pre-1.878 behavior; see
12812 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
12813 for discussion. Also, consult `buffer-file-name' as a variable
12814 not as a function, for consistency with the rest of the code.
12815
12816 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
12817
12818 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12819 also when adding a new directory.
12820
12821 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12822 defun.
12823
12824 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
12825
12826 * files.el (locate-file-completion-table): Make it provide boundary
12827 information, so partial-completion works better.
12828
12829 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
12830
12831 * mail/footnote.el (Footnote-text-under-cursor):
12832 Check footnote-text-marker-alist before using it (bug#4324).
12833
12834 2009-09-04 Glenn Morris <rgm@gnu.org>
12835
12836 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12837 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12838 * play/solitaire.el, play/tetris.el:
12839 Remove leading * from defcustom and defface docs.
12840
12841 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12842 necessary.
12843 (diary-fancy-overriding-map): New variable.
12844 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12845 Use view-mode.
12846
12847 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12848 goto-line.
12849
12850 2009-09-03 Glenn Morris <rgm@gnu.org>
12851
12852 * arc-mode.el (archive-mode):
12853 * dos-fns.el (set-default-process-coding-system):
12854 * man.el (Man-getpage-in-background):
12855 * menu-bar.el (menu-bar-describe-menu):
12856 * server.el (server-process-filter):
12857 * startup.el (command-line):
12858 * tar-mode.el (tar-header-block-tokenize, tar-extract):
12859 * w32-fns.el (set-default-process-coding-system):
12860 * x-dnd.el (x-dnd-handle-file-name):
12861 * international/mule-cmds.el (mule-menu-keymap)
12862 (set-default-coding-systems, language-info-alist, set-language-info)
12863 (set-language-environment, standard-display-european-internal)
12864 (set-locale-environment):
12865 * international/mule-diag.el (mule-diag):
12866 * mail/emacsbug.el (report-emacs-bug):
12867 * mail/rmail.el (rmail-mode):
12868 * mail/sendmail.el (mail-setup):
12869 Use default-value rather than default-enable-multibyte-characters.
12870
12871 * progmodes/f90.el: Move all safe properties into the defcustoms.
12872 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12873
12874 * calendar/appt.el (appt-check):
12875 * calendar/diary-lib.el (diary-set-header, diary-live-p)
12876 (diary-check-diary-file, diary-list-entries)
12877 (diary-include-other-diary-files, diary-simple-display)
12878 (diary-fancy-display, diary-print-entries)
12879 (diary-mark-included-diary-files, diary-make-entry):
12880 Don't call substitute-in-file-name on diary-file.
12881
12882 2009-09-03 Eduard Wiebe <usenet@pusto.de>
12883 Stefan Monnier <monnier@iro.umontreal.ca>
12884
12885 * mail/footnote.el (footnote-prefix): Make it a defcustom.
12886 (footnote-mode-map): Move initialization into the declaration.
12887 (footnote-minor-mode-map): Define it rather than changing global-map.
12888 (footnote-mode): Use define-minor-mode.
12889
12890 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
12891
12892 * net/tramp.el (tramp-handle-file-attributes-with-ls)
12893 (tramp-do-file-attributes-with-perl)
12894 (tramp-do-file-attributes-with-stat): Rename from
12895 `tramp-handle-file-attributes-with-*'.
12896 (tramp-handle-file-attributes): Use them.
12897 (tramp-do-directory-files-and-attributes-with-perl)
12898 (tramp-do-directory-files-and-attributes-with-stat): Rename from
12899 `tramp-handle-directory-files-and-attributes-with-*'.
12900 (tramp-handle-directory-files-and-attributes): Use them.
12901 (tramp-method-out-of-band-p): Additional parameter SIZE.
12902 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12903 (tramp-handle-write-region): Use it.
12904 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12905 (tramp-handle-vc-registered): Check, whether the first run did
12906 return files to be tested.
12907 (tramp-advice-make-auto-save-file-name): Do not call directly
12908 `tramp-handle-make-auto-save-file-name', because this would bypass
12909 the locking mechanism.
12910
12911 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12912 (file-remote-p, process-file, start-file-process, set-file-times)
12913 (tramp-compat-file-attributes): Compatibility functions shall not
12914 call directly `tramp-handle-*', because this would bypass the
12915 locking mechanism.
12916 (tramp-compat-number-sequence): New defun.
12917
12918 2009-09-02 Glenn Morris <rgm@gnu.org>
12919
12920 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12921 alias for float-time.
12922 (time-to-number-of-days): In Emacs, use float-time.
12923 * net/newst-backend.el (time-add): Suppress warnings from compat
12924 function.
12925 * time.el (emacs-uptime, emacs-init-time):
12926 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12927 Use float-time rather than time-to-seconds.
12928
12929 * minibuffer.el (completion-initials-expand): Fix typo.
12930
12931 * faces.el (modeline, modeline-inactive, modeline-highlight)
12932 (modeline-buffer-id):
12933 * info.el (info-menu-5): Mark these face aliases as obsolete.
12934
12935 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12936
12937 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12938 space ...
12939 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12940 no "--thread" option.
12941 (gdb-stopped): Don't print "Switched to thread" message when it is
12942 unchanged.
12943
12944 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
12945
12946 * minibuffer.el (completion-try-completion)
12947 (completion-all-completions): Remove ill-defined (and
12948 mistakenly installed and luckily never used nor documented)
12949 `completion-styles' property.
12950 (completion-initials-expand, completion-initials-all-completions)
12951 (completion-initials-try-completion): New functions.
12952 (completion-styles-alist): Add doc to each entry.
12953 Add new `initials' entry.
12954
12955 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12956
12957 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12958 MI command -var-evaluate-expression.
12959 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12960 and tweak for case of string child.
12961 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12962
12963 2009-09-01 Glenn Morris <rgm@gnu.org>
12964
12965 * add-log.el (change-log-date-face, change-log-name-face)
12966 (change-log-email-face, change-log-file-face, change-log-list-face)
12967 (change-log-conditionals-face, change-log-function-face)
12968 (change-log-acknowledgement-face):
12969 * cus-edit.el (custom-invalid-face, custom-rogue-face)
12970 (custom-modified-face, custom-set-face, custom-changed-face)
12971 (custom-saved-face, custom-button-face, custom-button-pressed-face)
12972 (custom-documentation-face, custom-state-face, custom-comment-face)
12973 (custom-comment-tag-face, custom-variable-tag-face)
12974 (custom-variable-button-face, custom-face-tag-face)
12975 (custom-group-tag-face-1, custom-group-tag-face):
12976 * diff-mode.el (diff-header-face, diff-file-header-face)
12977 (diff-index-face, diff-hunk-header-face, diff-removed-face)
12978 (diff-added-face, diff-changed-face, diff-function-face)
12979 (diff-context-face, diff-nonexistent-face):
12980 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12981 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12982 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12983 (Info-title-4-face):
12984 * isearch.el (isearch-lazy-highlight-face):
12985 * log-view.el (log-view-file-face, log-view-message-face):
12986 * paren.el (show-paren-match-face, show-paren-mismatch-face):
12987 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12988 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12989 (cvs-msg-face):
12990 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12991 (smerge-base-face, smerge-markers-face):
12992 * wid-edit.el (widget-documentation-face, widget-button-face)
12993 (widget-field-face, widget-single-line-field-face)
12994 (widget-inactive-face, widget-button-pressed-face):
12995 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12996 (woman-addition-face):
12997 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12998 (eshell-ls-executable-face, eshell-ls-readonly-face)
12999 (eshell-ls-unreadable-face, eshell-ls-special-face)
13000 (eshell-ls-missing-face, eshell-ls-archive-face)
13001 (eshell-ls-backup-face, eshell-ls-product-face)
13002 (eshell-ls-clutter-face):
13003 * eshell/em-prompt.el (eshell-prompt-face):
13004 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
13005 * obsolete/old-whitespace.el (whitespace-highlight-face):
13006 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
13007 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
13008 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
13009 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
13010 (antlr-font-lock-literal-face):
13011 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
13012 (ebrowse-root-class-face, ebrowse-file-name-face)
13013 (ebrowse-default-face, ebrowse-member-attribute-face)
13014 (ebrowse-member-class-face, ebrowse-progress-face):
13015 * progmodes/make-mode.el (makefile-space-face):
13016 * progmodes/sh-script.el (sh-heredoc-face):
13017 * textmodes/flyspell.el (flyspell-incorrect-face)
13018 (flyspell-duplicate-face):
13019 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
13020 * textmodes/texinfo.el (texinfo-heading-face):
13021 Mark face aliases with "-face" suffix as obsolete.
13022
13023 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
13024 compiler.
13025
13026 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
13027 (eudc-bob-sound-menu): Use defvar rather than defconst, since
13028 easy-menu-define wants to modify these.
13029
13030 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
13031
13032 * net/browse-url.el (browse-url-file-url):
13033 * term/internal.el (dos-codepage-setup):
13034 Use default-value rather than default-enable-multibyte-characters.
13035
13036 * progmodes/etags.el (etags-goto-tag-location):
13037 * progmodes/flymake.el (flymake-highlight-line)
13038 (flymake-goto-file-and-line, flymake-goto-line):
13039 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
13040 (gdb-goto-breakpoint):
13041 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
13042 * progmodes/python.el (python-find-function)
13043 (python-pdbtrack-track-stack-file):
13044 * progmodes/verilog-mode.el (verilog-surelint-off):
13045 * term/ns-win.el (ns-open-file-select-line):
13046 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
13047 Use forward-line rather than goto-line.
13048
13049 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
13050 * textmodes/reftex-index.el (reftex-display-index):
13051 * textmodes/reftex-ref.el (reftex-offer-label-menu):
13052 * textmodes/reftex-toc.el (reftex-toc):
13053 Remove unnecessary bindings of default-major-mode (all are followed by
13054 major-mode check and possible mode switch).
13055
13056 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
13057
13058 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
13059 Handle watchpoints (bug#4282).
13060 (def-gdb-thread-buffer-command): Enable thread to be selected by
13061 clicking without selecting threads buffer first.
13062 (gdb-current-context-command): Use selected frame so that "up",
13063 "down" etc work in the GUD buffer.
13064 (gdb-update): Find selected frame before rendering stack buffer.
13065 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
13066
13067 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
13068
13069 * progmodes/sym-comp.el (displayed-completions): Remove.
13070 (symbol-complete): Use minibuffer-complete.
13071
13072 2009-08-31 Glenn Morris <rgm@gnu.org>
13073
13074 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
13075
13076 * apropos.el (apropos-symbols-internal):
13077 Handle (obsolete) face aliases.
13078
13079 * faces.el (describe-face): Adjust the output format to be more like
13080 describe-variable, and to mention (obsolete) face aliases.
13081 Adjust the whitespace so that help-setup-xref works.
13082
13083 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
13084 * calendar/diary-lib.el (diary-button-face):
13085 Mark these face aliases as obsolete.
13086
13087 * calendar/calendar.el (calendar-today): Doc fix.
13088
13089 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
13090
13091 * progmodes/gdb-mi.el (gdb-control-all-threads)
13092 (gdb-control-current-thread): Force tool bar update.
13093 (gdb-non-stop-handler): New function.
13094 (gdb-init-1): Use it to test if non-stop mode is supported.
13095 Remove unused gdbmi buffer type.
13096
13097 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
13098
13099 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
13100 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
13101
13102 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
13103
13104 * comint.el (comint-exec-1): Check command is non-null first.
13105 Part of gdb-mi.el change (2009-08-28).
13106
13107 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
13108
13109 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
13110
13111 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
13112
13113 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
13114 instead of `dolist' to avoid a recursive require when bootstrapping.
13115
13116 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
13117
13118 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
13119
13120 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
13121
13122 * net/imap.el (imap-send-command): Simplify.
13123 (imap-wait-for-tag): point-max -> buffer-size.
13124
13125 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
13126
13127 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
13128 with constant argument.
13129
13130 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
13131
13132 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
13133
13134 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
13135 Change default, since most of our files don't have a history.
13136 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
13137 the user.
13138
13139 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13140 Add comint-run.
13141
13142 * calc/calc.el: Improve commenting convention.
13143 (calc-digit-map, toplevel): Simplify.
13144
13145 * comint.el (comint-insert-input): Be careful to only set point if we
13146 don't delegate to some other command.
13147
13148 * proced.el (proced-signal-list): Make it an alist.
13149 (proced-grammar-alist): Capitalize names.
13150 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
13151 Disable undo manually and make it read-only.
13152 Use completion-annotate-function.
13153
13154 * minibuffer.el (minibuffer-message): If the current buffer is not
13155 a minibuffer, insert the message in the echo area rather than at the
13156 end of the buffer.
13157 (completion-annotate-function): New variable.
13158 (minibuffer-completion-help): Use it.
13159 (completion--embedded-envvar-table): Environment vars are
13160 always case-sensitive.
13161
13162 2009-08-30 Glenn Morris <rgm@gnu.org>
13163
13164 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
13165 from fortran-current-defun.
13166 (fortran-beginning-of-subprogram): Be more precise about finding the
13167 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
13168 (fortran-end-of-subprogram): Simplify.
13169 (fortran-current-defun): Use fortran-start-prog-re.
13170
13171 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
13172
13173 * subr.el (do-after-load-evaluation): Simplify.
13174
13175 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
13176
13177 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
13178
13179 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
13180 (vc-rcs-print-log): Use it.
13181
13182 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
13183
13184 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
13185
13186 * paths.el (abbrev-file-name): Move to abbrev.el.
13187 * abbrev.el (abbrev-file-name): Move from paths.el.
13188 Obey user-emacs-directory.
13189 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
13190 user-emacs-directory.
13191 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
13192 abbrev-file-name and calc-settings-file any more.
13193 * startup.el (command-line): Recompute abbrev-file-name and
13194 abbreviated-home-dir.
13195 (normal-no-mouse-startup-screen): Improve the generic code and get rid
13196 of the special code for when C-h bindings haven't been changed.
13197 (display-startup-echo-area-message): Use with-current-buffer.
13198 (command-line-1): Use a list of strings, rather than a list of lists
13199 of strings for longopts.
13200
13201 * files.el (get-free-disk-space): Use / for default-directory.
13202
13203 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
13204 Use with-current-buffer.
13205
13206 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
13207 Recognize immutable variables like most-positive-fixnum.
13208 (byte-compile-setq-default): Check and warn if trying to assign
13209 to an immutable variable, or a non-variable.
13210
13211 * progmodes/cc-vars.el (c-comment-continuation-stars):
13212 * progmodes/cc-engine.el (c-looking-at-bos):
13213 * progmodes/cc-cmds.el (c-toggle-auto-state)
13214 (c-forward-into-nomenclature, c-backward-into-nomenclature)
13215 (c-comment-line-break-function): Add version of obsolescence.
13216
13217 2009-08-28 Juri Linkov <juri@jurta.org>
13218
13219 * files.el (magic-fallback-mode-alist): Add ZIP magic number
13220 associated with `archive-mode'.
13221
13222 * image.el (image-type-header-regexps): Use only JPEG magic number
13223 to determine JPEG images, and don't use `image-jpeg-p' because
13224 Emacs can display non-JFIF non-Exif JPEG images.
13225
13226 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
13227
13228 * arc-mode.el (archive-mode):
13229 * emacs-lisp/re-builder.el (re-builder-unload-function):
13230 Protect against the default value of `major-mode' being nil.
13231
13232 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
13233
13234 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
13235 Fix typos in docstrings.
13236
13237 * progmodes/js.el (js--macro-decl-re): Doc fix.
13238 (js--plain-method-re, js--split-name): Refloc docstring.
13239 (js--class-styles, js--make-merged-item, js--splice-into-items):
13240 Fix typos in docstrings; reflow docstrings.
13241 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
13242 (js--variable-decl-matcher, js--inside-pitem-p)
13243 (js--parse-state-at-point, js--get-all-known-symbols)
13244 (js--symbol-history, js-find-symbol, js--js-references)
13245 (js--moz-interactor, js--js-encode-value, js--read-tab):
13246 Fix typos in docstrings.
13247
13248 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13249
13250 * textmodes/reftex.el (reftex-get-file-buffer-force):
13251 * progmodes/verilog-mode.el (verilog-batch-execute-func):
13252 * emulation/viper.el (viper-go-away, viper-set-hooks):
13253 * emacs-lisp/re-builder.el (re-builder-unload-function):
13254 * emacs-lisp/bytecomp.el (byte-compile-file):
13255 * ses.el (ses-unload-function):
13256 * hexl.el (hexl-find-file):
13257 * files.el (normal-mode):
13258 * ehelp.el (with-electric-help):
13259 * autoinsert.el (auto-insert-alist):
13260 * arc-mode.el (archive-mode):
13261 Use (default-value 'major-mode) instead of default-major-mode.
13262
13263 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
13264 * international/mule.el (load-with-code-conversion):
13265 * emacs-lisp/debug.el (debug):
13266 * ediff-vers.el (ediff-rcs-get-output-buffer):
13267 * dired.el (dired-internal-noselect): Don't let-bind
13268 default-major-mode around code that doesn't use it.
13269 E.g. buffer creation via get-buffer-create doesn't use it.
13270
13271 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
13272
13273 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
13274 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
13275 when writing the temp file. Otherwise, epa-file gets confused.
13276 (tramp-register-file-name-handlers): Make it a defun. Move also
13277 `epa-file-handler' to the front of `file-name-handler-alist'.
13278
13279 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13280
13281 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
13282 start right after a ^M.
13283 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
13284 (tramp-completion-file-name-regexp-separate)
13285 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
13286 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
13287 Don't modify last-coding-system-used by accident.
13288 (tramp-completion-file-name-handler): Apply the checks here,
13289 instead during registration.
13290 (tramp-register-file-name-handlers): Renamed from
13291 `tramp-register-file-name-handler'. Register both
13292 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
13293 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
13294
13295 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
13296
13297 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
13298 Remove variable ...
13299 (gdb-init-1, gdb-display-separate-io-buffer)
13300 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
13301 references to it.
13302 (gdb-inferior-io-mode): Use make-comint-in-buffer.
13303 (gdb-inferior-filter): Use comint-output-filter to stop
13304 echoing and remove ^M characters.
13305
13306 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13307
13308 * emulation/viper-init.el (viper-restore-cursor-type):
13309 * emulation/cua-base.el (cua--update-indications):
13310 Replace default-cursor-type with (default-value 'cursor-type).
13311
13312 * mail/sendmail.el (mail-recover-1):
13313 * international/mule-diag.el (describe-current-coding-system-briefly)
13314 (describe-current-coding-system):
13315 * international/mule-cmds.el (select-safe-coding-system)
13316 (select-message-coding-system)
13317 (set-language-environment-coding-systems, set-locale-environment):
13318 * hexl.el (hexl-insert-multibyte-char):
13319 * dos-w32.el (find-buffer-file-type-coding-system):
13320 * simple.el (what-cursor-position):
13321 Replace uses of default-buffer-file-coding-system
13322 with (default-value 'buffer-file-coding-system).
13323
13324 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
13325 Replace uses of default-cursor-in-non-selected-windows
13326 with (default-value 'cursor-in-non-selected-windows).
13327 Use with-current-buffer.
13328
13329 * mail/feedmail.el: Use CL macros.
13330 (feedmail-run-the-queue, feedmail-send-it-immediately):
13331 * dos-w32.el (find-buffer-file-type): Replace uses of
13332 default-buffer-file-type with (default-value 'buffer-file-type).
13333
13334 2009-08-28 Glenn Morris <rgm@gnu.org>
13335
13336 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
13337 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
13338 Use default-value of major-mode rather than default-major-mode.
13339
13340 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
13341
13342 * Makefile.in (update-elcfiles): Report left over elc files.
13343
13344 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
13345 expand-file-name and with-current-buffer.
13346 (mail-get-names, mail-directory): Use with-current-buffer.
13347
13348 * vc.el (vc-read-revision): New function.
13349 (vc-version-diff, vc-merge): Use it.
13350
13351 2009-08-27 Sam Steingold <sds@gnu.org>
13352
13353 * simple.el (kill-do-not-save-duplicates): New user option.
13354 (kill-new): When it is non-nil, and the new string is the same as
13355 the latest kill, set replace to t to avoid duplicates in kill-ring.
13356
13357 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
13358
13359 * net/tramp.el (tramp-handle-process-file): Do not flush all
13360 caches when `process-file-side-effects' is set.
13361 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
13362 instead of `tramp-find-file-exists-command'.
13363 Unset `process-file-side-effects'.
13364
13365 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
13366
13367 * net/tramp.el (tramp-methods): New method "rsyncc".
13368 (top): Add completion function for "rsyncc".
13369 (tramp-message-show-message): New defvar.
13370 (tramp-message, tramp-error): Use it.
13371 (tramp-do-copy-or-rename-file-directly): Extend check for direct
13372 remote copying.
13373 (tramp-do-copy-or-rename-file-out-of-band): Handle new
13374 `tramp-methods' entry `copy-env' of "rsyncc".
13375 (tramp-vc-registered-read-file-names): New defconst.
13376 (tramp-vc-registered-file-names): New defvar.
13377 (tramp-handle-vc-registered): Implement optimization strategy.
13378 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
13379 (tramp-vc-file-name-handler): New defun.
13380 (tramp-get-ls-command, tramp-get-test-command)
13381 (tramp-get-file-exists-command, tramp-get-remote-ln)
13382 (tramp-get-remote-perl, tramp-get-remote-stat)
13383 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
13384
13385 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
13386 (tramp-cache-inhibit-cache): Extend doc string. It allows also
13387 timestamps.
13388 (tramp-get-file-property): Check for timestamps in
13389 `tramp-cache-inhibit-cache'.
13390 (tramp-set-file-property): Write timestamp.
13391
13392 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13393
13394 * language/japan-util.el (japanese-symbol-table): Add entries for
13395 cp932-2-byte.
13396
13397 * international/characters.el: Add category `j' to cp932-2-byte.
13398
13399 2009-08-27 Kenichi Handa <handa@m17n.org>
13400
13401 * international/fontset.el (build-default-fontset-data): New macro.
13402 (setup-default-fontset): Use build-default-fontset-data for CJK,
13403 tibetan, ethiopic, and ipa.
13404
13405 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
13406
13407 * cus-start.el (default-major-mode): Customize `major-mode' instead.
13408 (enable-multibyte-characters): Not customizable any more.
13409
13410 * subr.el (default-mode-line-format, default-header-line-format)
13411 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
13412 (default-direction-reversed, default-truncate-lines)
13413 (default-left-margin, default-tab-width, default-case-fold-search)
13414 (default-left-margin-width, default-right-margin-width)
13415 (default-left-fringe-width, default-right-fringe-width)
13416 (default-fringes-outside-margins, default-scroll-bar-width)
13417 (default-vertical-scroll-bar, default-indicate-empty-lines)
13418 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
13419 (default-fringe-cursor-alist, default-scroll-up-aggressively)
13420 (default-scroll-down-aggressively, default-fill-column)
13421 (default-cursor-type, default-buffer-file-type)
13422 (default-cursor-in-non-selected-windows)
13423 (default-buffer-file-coding-system, default-major-mode)
13424 (default-enable-multibyte-characters): Mark as obsolete.
13425
13426 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
13427
13428 * vc-dir.el (vc-dir-update): Remove debug helper.
13429
13430 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
13431
13432 2009-08-26 Sam Steingold <sds@gnu.org>
13433
13434 * simple.el (save-interprogram-paste-before-kill): New user option.
13435 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
13436 save the interprogram-paste into kill-ring before overriding it
13437 with the Emacs kill.
13438
13439 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
13440
13441 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
13442 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
13443 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
13444 and move to vc-rcs.el.
13445 (vc-default-next-revision): Rename to vc-rcs-next-revision and
13446 move to vc-rcs.el.
13447 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
13448 (vc-rcs-update-changelog): Remove.
13449 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
13450 and move to vc-rcs.el.
13451
13452 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
13453 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
13454 renaming.
13455 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
13456 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
13457 vc.el, renamed to be RCS specific.
13458
13459 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
13460 New functions.
13461 (vc-cvs-update-changelog): Move here from vc.el.
13462
13463 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
13464 New functions.
13465
13466 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
13467
13468 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
13469
13470 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
13471
13472 * vc-git.el (vc-git-register): Use "git add" for directories.
13473 (vc-git-stash, vc-git-stash-show): New functions.
13474 (vc-git-extra-menu-map): Bind them.
13475
13476 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
13477 directory correctly in case the item is a directory itself.
13478
13479 * vc.el: Document the desired behavior for reverted files in the
13480 `added' state.
13481 (vc-default-prettify-state-info): Remove function, unused.
13482
13483 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
13484
13485 2009-08-26 Glenn Morris <rgm@gnu.org>
13486
13487 * bindings.el (standard-mode-line-format): Reposition dashes in
13488 which-func entry. (Bug#4217)
13489
13490 * files.el (enable-local-variables, enable-local-eval)
13491 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
13492 the defcustoms.
13493 (auto-mode-alist, ignored-local-variables)
13494 (save-some-buffers-action-alist): Move risky declarations to the
13495 definitions.
13496 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
13497 (font-lock-defaults, format-alist, imenu--index-alist)
13498 (imenu-generic-expression, input-method-alist, minor-mode-alist)
13499 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
13500 (mode-line-modified, mode-line-mule-info, mode-line-position)
13501 (mode-line-process, mode-line-remote, outline-level)
13502 (parse-time-rules, rmail-output-file-alist)
13503 (special-display-buffer-names, vc-mode):
13504 Move risky declarations to the relevant files.
13505 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
13506 (mode-line-modified, mode-line-process, mode-line-position)
13507 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
13508 * font-core.el (font-lock-defaults):
13509 * format.el (format-alist):
13510 * vc-hooks.el (vc-mode):
13511 * window.el (special-display-buffer-names):
13512 * international/mule-cmds.el (input-method-alist):
13513 Define riskiness here (dumped file) rather than in files.el.
13514 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
13515 * imenu.el (imenu-generic-expression, imenu--index-alist):
13516 * outline.el (outline-level):
13517 * time.el (display-time-string):
13518 * calendar/parse-time.el (parse-time-rules):
13519 * mail/rmailout.el (rmail-output-file-alist):
13520 Autoload riskiness here, rather than placing in files.el.
13521
13522 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
13523
13524 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
13525
13526 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
13527
13528 * simple.el (process-file-side-effects): New defvar.
13529
13530 * dired-aux.el (dired-show-file-type):
13531 * vc.el (vc-diff-internal):
13532 * vc-arch.el (vc-arch-diff):
13533 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
13534 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
13535 * vc-git.el (vc-git-registered, vc-git-working-revision)
13536 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
13537 (vc-git--empty-db-p):
13538 * vc-hooks.el (vc-user-login-name):
13539 * vc-svn.el (vc-svn-registered, vc-svn-state)
13540 (vc-svn-dir-extra-headers, vc-svn-find-revision):
13541 * progmodes/grep.el (grep-probe): Let-bind
13542 `process-file-side-effects' with nil.
13543
13544 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
13545
13546 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
13547 daemon. Replace ping by checking for running service for bluez
13548 and zeroconf. (Bug#4239)
13549
13550 2009-08-25 Kevin Ryde <user42@zip.com.au>
13551
13552 * net/dig.el (dig): Add autoload cookie.
13553
13554 2009-08-25 Glenn Morris <rgm@gnu.org>
13555
13556 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
13557 load-history for absolute file-names.
13558 (byte-compile-file-form-require): Warn about use of the cl package.
13559
13560 * format.el (format-alist): Doc fix.
13561
13562 * play/bubbles.el (top-level): Don't require cl at run-time.
13563
13564 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
13565 run-time cl).
13566
13567 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
13568
13569 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
13570 from cl package.
13571 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
13572
13573 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
13574
13575 * calc/calc-alg.el (math-trig-rewrite)
13576 (math-hyperbolic-trig-rewrite): New functions.
13577 (calc-simplify): Simplify trig functions when asked.
13578
13579 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13580
13581 * diff-mode.el (diff-find-source-location): Avoid goto-line.
13582
13583 2009-08-24 Kenichi Handa <handa@m17n.org>
13584
13585 * language/ind-util.el (mapthread): Delete it.
13586 (combinatorial): New function.
13587 (indian--puthash-cv): Use combinatorial instead of mapthread.
13588
13589 2009-08-22 Kevin Ryde <user42@zip.com.au>
13590
13591 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
13592 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
13593 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
13594 Clarify docstring that the value is strings not symbols.
13595 (checkdoc-list-of-strings-p): New function.
13596
13597 2009-08-22 Glenn Morris <rgm@gnu.org>
13598
13599 * files.el (auto-mode-alist):
13600 * hippie-exp.el (he-concat-directory-file-name):
13601 * lpr.el (lpr-windows-system, printer-name):
13602 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
13603 * ps-print.el (ps-windows-system):
13604 * startup.el (command-line):
13605 * emulation/viper-ex.el (viper-glob-function):
13606 * international/mule-cmds.el (set-language-environment-coding-systems):
13607 * net/ange-ftp.el (ange-ftp-write-region):
13608 * obsolete/fast-lock.el (fast-lock-cache-name):
13609 Remove code for defunct system-types emx, macos, mswindows, next-mach,
13610 unisoft-unix, vax-vms, win32, w32.
13611
13612 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
13613 given name if the pattern is not more specific.
13614
13615 * calendar/lunar.el (lunar-phase-names): New option.
13616 (lunar-phase): Doc fix.
13617 (lunar-cycles-per-year): New constant.
13618 (lunar-index): New function.
13619 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
13620 (lunar-phase-name): Use lunar-phase-names.
13621 (calendar-lunar-phases): Use format.
13622 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
13623
13624 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
13625 Copy imenu-example--name-and-position function here for own use.
13626 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
13627
13628 * bs.el (bs--redisplay):
13629 * cus-edit.el (custom-redraw):
13630 * ibuffer.el (ibuffer-bury-buffer):
13631 * server.el (server-goto-line-column):
13632 * startup.el (command-line-1):
13633 * strokes.el (strokes-xpm-for-stroke):
13634 * term.el (term-display-buffer-line):
13635 * view.el (View-goto-line):
13636 * calc/calc.el (calc-do, calc-trail-buffer):
13637 * play/gamegrid.el (gamegrid-add-score-insecure):
13638 * progmodes/ada-mode.el (ada-compile-goto-error):
13639 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
13640 (ebrowse-select-1st-to-9nth):
13641 * progmodes/cperl-mode.el (cperl-time-fontification):
13642 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
13643 * progmodes/gud.el (gud-display-line):
13644 (idlwave-shell-display-line):
13645 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
13646 * progmodes/make-mode.el (makefile-browser-toggle):
13647 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
13648 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
13649 * textmodes/picture.el (picture-draw-rectangle):
13650 * textmodes/reftex-index.el (reftex-index-goto-letter):
13651 (reftex-select-jump-to-previous):
13652 * textmodes/reftex-sel.el (reftex-find-start-point)
13653 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
13654 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
13655 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
13656 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13657 * textmodes/two-column.el (2C-associated-buffer):
13658 Use forward-line rather than goto-line.
13659
13660 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
13661 goto-line.
13662
13663 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
13664 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
13665 (quick-check-list-to-regexp): Declare.
13666
13667 * progmodes/make-mode.el (makefile-browser-insert-selection):
13668 Use goto-char rather than goto-line.
13669
13670 * progmodes/prolog.el (compilation-error-regexp-alist)
13671 (compilation-forget-errors): Declare.
13672
13673 2009-08-22 Juri Linkov <juri@jurta.org>
13674
13675 * progmodes/grep.el (lgrep, rgrep): At the beginning
13676 set `dir' to `default-directory' unless `dir' is a non-nil
13677 readable directory. (Bug#4052)
13678 (lgrep, rgrep): Change a weird way to report an error
13679 from using `read-string' to using `error'.
13680 Instead of using interactive arguments in the function body,
13681 add new argument `confirm'.
13682
13683 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
13684
13685 * textmodes/remember.el (remember-buffer):
13686 * progmodes/cperl-mode.el (cperl-vc-header-alist):
13687 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
13688 (icalendar-extract-ical-from-buffer):
13689 * net/newst-treeview.el (newsticker-groups-filename):
13690 * net/newst-backend.el (newsticker-cache-filename):
13691 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
13692 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
13693 (speedbar-add-ignored-path-regexp, speedbar-line-path)
13694 (speedbar-buffers-line-path, speedbar-path-line)
13695 (speedbar-buffers-line-path):
13696 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
13697 (epg-sign-keys):
13698 * epa.el (epa-display-verify-result):
13699 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
13700
13701 2009-08-21 Glenn Morris <rgm@gnu.org>
13702
13703 * progmodes/js.el (inferior-moz-process): Fix declaration.
13704
13705 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
13706
13707 * obsolete/rnewspost.el (news-mail-reply):
13708 Use goto-char rather than goto-line.
13709
13710 * term/ns-win.el (ns-open-file-select-line):
13711 Use line-beginning-position rather than goto-line.
13712
13713 * apropos.el (apropos-command):
13714 * ehelp.el (electric-helpify):
13715 * printing.el (pr-show-setup):
13716 * strokes.el (strokes-help):
13717 * tutorial.el (tutorial--describe-nonstandard-key)
13718 (tutorial--detailed-help):
13719 * woman.el (woman-mini-help, woman-display-extended-fonts):
13720 * calc/calc-help.el (calc-describe-key):
13721 * emulation/edt.el (edt-electric-helpify):
13722 * international/mule-diag.el (mule-diag):
13723 * play/yow.el (apropos-zippy):
13724 * progmodes/python.el (python-describe-symbol):
13725 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
13726 * textmodes/table.el (*table--cell-describe-mode)
13727 (*table--cell-describe-bindings):
13728 Use help-print-return-message rather than the now obsolete alias.
13729
13730 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
13731 (calendar-cursor-to-visible-date):
13732 * play/5x5.el (5x5-position-cursor):
13733 * play/decipher.el (decipher):
13734 * play/gomoku.el (gomoku-goto-xy):
13735 * play/landmark.el (lm-goto-xy):
13736 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
13737 (mpuz-paint-digit):
13738 Use forward-line, not goto-line.
13739
13740 * mail/rmail.el (rmail-obsolete): Delete custom group.
13741 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
13742 (rmail-remote-password, rmail-remote-password-required):
13743 Remove unneeded :set-after and :set properties.
13744
13745 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
13746
13747 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
13748
13749 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
13750
13751 * loadup.el: Remove leftover macos code.
13752
13753 * vc-git.el (vc-git-annotate-command): Run asynchronously.
13754 Explicitly pass the date format to git blame so that user local
13755 so that the output format can be parsed.
13756
13757 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
13758
13759 * net/dbus.el (top): Don't check for (getenv
13760 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
13761
13762 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
13763
13764 * log-edit.el (log-edit-strip-single-file-name): New var.
13765 (log-edit-insert-changelog): Use it. Bug#3571
13766
13767 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13768
13769 * subr.el (read-passwd): Use read-key so keypad keys work as well.
13770 Bug#3287
13771
13772 * help.el (help-print-return-message): Rename from
13773 print-help-return-message.
13774
13775 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
13776 cvs-mode-map parent hack.
13777 (log-view-mode): Derive from special-mode.
13778
13779 * linum.el (linum-mode): window-size-change-functions is redundant.
13780 Adapt to new window-configuration-change-hook behavior.
13781 (linum-after-size, linum-after-config): Remove.
13782
13783 * imenu.el (imenu-example--name-and-position)
13784 (imenu-example--lisp-extract-index-name)
13785 (imenu-example--create-lisp-index, imenu-example--create-c-index):
13786 Mark as obsolete.
13787
13788 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
13789 (inferior-prolog-mode): Use it.
13790 (inferior-prolog-load-file): Reset list of errors.
13791
13792 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13793
13794 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
13795
13796 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
13797
13798 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
13799
13800 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
13801 is running already.
13802
13803 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13804
13805 * subr.el (listify-key-sequence-1): Use normal syntax since those
13806 integers are nowadays always represented by the same (positive) number
13807 on all platforms.
13808 (read-key-empty-map): New const.
13809 (read-key-delay): New var.
13810 (read-key): New function.
13811 (force-mode-line-update): Use with-current-buffer.
13812 (locate-user-emacs-file): Don't forget to abbreviate the file name.
13813 (start-process-shell-command, start-file-process-shell-command):
13814 Discourage the use of command-args.
13815
13816 2009-08-19 Glenn Morris <rgm@gnu.org>
13817
13818 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
13819
13820 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13821
13822 * simple.el (choose-completion-string): Don't rely on
13823 minibuffer-completing-file-name and ad-hoc checks to decide whether
13824 to continue completion or not.
13825
13826 * minibuffer.el (minibuffer-hide-completions): New function.
13827 (completion--do-completion): Use it.
13828 (completions-annotations): New face.
13829 (completion--insert-strings): Use it.
13830 (completion-pcm--delim-wild-regex): Add docstring.
13831 (completion-pcm--string->pattern): Add support for 0-width delimiters
13832 in completion-pcm--delim-wild-regex.
13833
13834 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
13835
13836 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13837 Remove unused var `buffer-modified-p'.
13838
13839 * minibuffer.el (completion--do-completion): Move point for the #b001
13840 case as well (bug#4176).
13841 (minibuffer-complete, minibuffer-complete-word): Don't move point.
13842
13843 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
13844
13845 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
13846 and :session buses.
13847
13848 2009-08-18 Kenichi Handa <handa@m17n.org>
13849
13850 * international/ucs-normalize.el (ucs-normalize-version):
13851 Change to 1.1.
13852 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13853 (utf-8-hfs): Make it perform normalization on encoding too.
13854
13855 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
13856 (sentence-end-without-space): Delete duplicated chars.
13857 (sentence-end-base): Likewise.
13858
13859 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
13860 (html-mode): Delete duplicated chars from sentence-end-base.
13861
13862 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
13863 (texinfo-mode): Delete duplicated chars from sentence-end-base.
13864
13865 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
13866
13867 * files.el (hack-one-local-variable): If the mode function is for
13868 a minor mode, pass it an argument (Bug#4148).
13869
13870 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
13871
13872 * net/tramp.el (tramp-register-completion-file-name-handler):
13873 Check also for (member 'partial-completion completion-styles).
13874
13875 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13876
13877 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13878 abbrev (Bug#3943).
13879
13880 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
13881
13882 * progmodes/cperl-mode.el: Merge upstream 6.2.
13883 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13884 (cperl-forward-re): Check cperl-brace-recursing.
13885 (cperl-highlight-charclass): New function.
13886 (cperl-find-pods-heres): Use it.
13887 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13888 (cperl-beautify-regexp-piece): Fix column calculation.
13889 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13890 (cperl-beautify-level): Don't process entire regexp.
13891 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13892 calling man.
13893 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13894 (cperl-init-faces): Build a list in the normal way.
13895
13896 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13897
13898 * calendar/parse-time.el (parse-time-string-chars): Save match
13899 data.
13900
13901 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
13902
13903 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13904 (sql-product): Use it.
13905 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13906 (sql-set-product): Add completion.
13907 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13908 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13909 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13910 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13911 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13912 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13913 (sql-highlight-db2-keywords): Remove.
13914 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13915 (sql-highlight-product): Use derived-mode-p.
13916 (sql-set-sqli-buffer): Use with-current-buffer.
13917 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13918 Simplify.
13919
13920 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13921
13922 * term.el: Fix commenting convention, turn comments into docstrings.
13923
13924 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
13925
13926 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13927
13928 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
13929
13930 * calendar/parse-time.el (parse-time-string-chars): Compute using
13931 character classes, to handle non-ascii characters (Bug#3190).
13932
13933 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13934
13935 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13936 another heredoc if the user adds another < (Bug#3226).
13937
13938 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13939 Don't initialize based on window-system (Bug#4124).
13940
13941 * facemenu.el (facemenu-read-color): Use a completion function
13942 that accepts any defined color, such as RGB triplets (Bug#3677).
13943
13944 * files.el (get-free-disk-space): Change fallback default
13945 directory to /. Expand DIR argument before switching to fallback.
13946 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13947
13948 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13949
13950 * files.el (load-library): Doc fix.
13951
13952 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
13953
13954 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13955 (viper-if-string): Redefine C-s in the minibuffer to insert the last
13956 incremental search string.
13957
13958 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13959 XEmacs.
13960
13961 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13962 (ediff-merge-region-is-non-clash)
13963 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13964 Also check if the job is really a merge job.
13965
13966 * ediff.el (ediff-current-file): New function.
13967
13968 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13969
13970 * progmodes/js.el: Edit docstrings throughout to follow Emacs
13971 conventions.
13972 (js-insert-and-indent): Delete function.
13973 (js-mode-map): Don't bind keys to js-insert-and-indent.
13974 (js-beginning-of-defun): Rename from js--beginning-of-defun.
13975 (js-end-of-defun): Rename from js--end-of-defun.
13976 (js-auto-indent-flag): Delete variable.
13977
13978 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
13979
13980 * progmodes/js.el: Remove proclaim statement.
13981 Defvar which-func-imenu-joiner-function to silence compiler.
13982
13983 * files.el (auto-mode-alist): Use js-mode for .js files.
13984
13985 * progmodes/js2-mode.el: Remove file.
13986
13987 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13988
13989 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13990
13991 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13992
13993 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
13994 Karl Landstrom <karl.landstrom@brgeight.se>
13995
13996 * progmodes/js.el: New file.
13997
13998 2009-08-14 Mark A. Hershberger <mah@everybody.org>
13999
14000 * timezone.el (timezone-parse-date): Add ability to understand ISO
14001 basic format (minimal separators) dates in addition to the
14002 already-supported extended format dates.
14003
14004 2009-08-14 Eli Zaretskii <eliz@gnu.org>
14005
14006 * international/ucs-normalize.el: Add a `coding' file variable.
14007
14008 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
14009
14010 2009-08-14 Sam Steingold <sds@gnu.org>
14011
14012 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
14013
14014 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
14015
14016 * faces.el (help-argument-name): Define it here instead of
14017 help-fns.el, because in daemon mode help-fns.el may be loaded when
14018 faces are still uninitialized (Bug#1078).
14019
14020 * help-fns.el (help-argument-name): Move defface to faces.el.
14021
14022 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
14023
14024 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
14025 create buffer with a pty but no process so that GDB can make the
14026 inferior the controlling process.
14027
14028 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
14029
14030 * international/ucs-normalize.el: New file.
14031
14032 2009-08-13 Richard Stallman <rms@gnu.org>
14033
14034 * mail/rmail.el (rmail-get-attr-names):
14035 Accept an attribute header that is too short.
14036
14037 * mail/rmail.el (rmail-forget-messages):
14038 Ignore nil elt in rmail-message-vector. Use dotimes.
14039
14040 * progmodes/compile.el (compilation-goto-locus):
14041 Use next-error-move-function.
14042
14043 * simple.el (next-error-move-function): New variable.
14044
14045 2009-08-12 Juri Linkov <juri@jurta.org>
14046
14047 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
14048 always non-nil. (Bug#4052)
14049
14050 * replace.el (read-regexp): Return empty string when
14051 `default-value' is nil.
14052 (keep-lines-read-args): Don't use empty string as the
14053 default value for `read-regexp'. (Bug#2495)
14054
14055 2009-08-12 Juri Linkov <juri@jurta.org>
14056
14057 * international/mule-cmds.el (ucs-insert): Change arguments
14058 from `arg' to `character', `count', `inherit' to be the same
14059 as in `insert-char'. Doc fix. (Bug#4039)
14060
14061 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
14062
14063 2009-08-12 Juri Linkov <juri@jurta.org>
14064
14065 * files-x.el: New file.
14066
14067 * files.el: Move code that deals with adding/deleting
14068 file/directory-local variables to files-x.el.
14069
14070 * Makefile.in (ELCFILES): Add files-x.elc.
14071
14072 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
14073
14074 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
14075 to use `goto-line'.
14076 (gdb-place-breakpoints, gdb-get-location): Rewritten without
14077 `goto-line'.
14078 (gdb-invalidate-disassembly): Do not refresh upon receiving
14079 'update signal. Instead, update all disassembly buffers only after
14080 threads list.
14081 (gdb): Send -target-detach when buffer is killed (Bug#3794).
14082 (gdb-starting): Moved -data-list-register-names...
14083 (gdb-stopped): ...here so it's sent when first thread stops.
14084 (gdb-registers-handler-custom): Do nothing if register names are
14085 unknown yet.
14086
14087 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
14088 from `gdb-mi.el' to avoid extra tangling.
14089
14090 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
14091 change which breaks `gud-def' definitions used in `gdb'.
14092 (gdb-update-gud-running): No extra fuss for updating frame number.
14093
14094 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
14095
14096 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
14097 (describe-language-environment-map, setup-language-environment-map)
14098 (set-coding-system-map): Move initialization into declaration.
14099 (set-language-info-alist): Last arg to define-key-after can be skipped.
14100
14101 * international/quail.el (quail-completion-1): Simplify.
14102 (quail-define-rules): Use slightly more compact code.
14103 (quail-insert-decode-map): Propertize keys, compact columns.
14104
14105 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14106 Add goto-line.
14107
14108 2009-08-10 Miles Bader <miles@gnu.org>
14109
14110 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
14111 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
14112 (js2-instance-member, js2-private-member, js2-private-function-call)
14113 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
14114 (js2-magic-paren, js2-external-variable):
14115 Remove "-face" suffix from face names.
14116 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
14117 (js2-highlight-undeclared-vars, js2-peek-token)
14118 (js2-parse-function-params, js2-mode-show-errors)
14119 (js2-mode-show-warnings, js2-make-magic-delimiter)
14120 (js2-mode-highlight-magic-parens): Update to use new face names.
14121
14122 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
14123
14124 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
14125 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
14126
14127 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
14128
14129 * subr.el: Provide hashtable-print-readable.
14130
14131 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
14132 hs-c-like-adjust-block-beginning.
14133 (hs-hide-block-at-point): Stop hiding at the beginning of
14134 hs-block-end-regexp (Bug#700).
14135
14136 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
14137
14138 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
14139 a macro.
14140 (gdb-registers-handler-custom): Do not fail when register names
14141 are unavailable.
14142
14143 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
14144
14145 * progmodes/gdb-mi.el (gdb-control-all-threads)
14146 (gdb-control-current-thread): Interactive setters for
14147 `gdb-gud-control-all-threads' to use in menu.
14148 (gdb-show-run-p): Show «Go» when process is not active.
14149 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
14150 gud/thread.xpm and gud/all.xpm.
14151
14152 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
14153
14154 * net/net-utils.el (net-utils-font-lock-keywords): New var.
14155 (nslookup-font-lock-keywords): Make it a variable.
14156 (net-utils-mode): New mode for viewing diagnostic network output.
14157 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
14158 (net-utils-run-simple): New function.
14159 (ifconfig, iwconfig, netstat, arp, route): Use it.
14160
14161 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
14162
14163 * progmodes/gdb-mi.el (gdb-read-memory-custom)
14164 (gdb-memory-set-address, def-gdb-set-positive-number)
14165 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
14166 after changing settings.
14167 (gdb-invalidate-disassembly): Update when first shown.
14168 (gdb-edit-locals-value): Fixed.
14169 (gdb-registers-handler-custom): Print registers in right order and
14170 allow changing register values (only for current thread yet).
14171 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
14172 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
14173 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
14174 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
14175 info in mode name.
14176 (gdb-registers-mode-map): TAB to switch to locals.
14177
14178 2009-08-08 Eli Zaretskii <eliz@gnu.org>
14179
14180 * mail/rmail.el (rmail-add-mbox-headers)
14181 (rmail-set-message-counters-counter): Search for
14182 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
14183
14184 2009-08-08 Glenn Morris <rgm@gnu.org>
14185
14186 * Makefile.in (ELCFILES): Update.
14187
14188 2009-08-07 Eli Zaretskii <eliz@gnu.org>
14189
14190 * mail/sendmail.el (mail-yank-original): Set
14191 buffer-file-coding-system from the one used by the message whose
14192 text is yanked.
14193
14194 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
14195 to "windows" when "pgnuplot" is used.
14196 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
14197 call accept-process-output if "pgnuplot" is used.
14198 (calc-graph-init): Don't send -display and -geometry to
14199 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
14200 running "pgnuplot -V" with shell-command-to-string.
14201
14202 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
14203 the default.
14204
14205 2009-08-07 Eli Zaretskii <eliz@gnu.org>
14206
14207 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
14208 org/org-latex.elc.
14209
14210 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
14211
14212 * vc-dispatcher.el (vc-resynch-window): Update comment.
14213
14214 * term.el (term-handle-ansi-escape): Add comments with the
14215 terminfo capabilities implemented.
14216
14217 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
14218
14219 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
14220 (gdb-var-create-handler): Rewritten using JSON parser.
14221 (gdb-propertize-header): Moved earlier.
14222 (gdb-set-header): Removed to avoid duplication.
14223 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
14224 Refresh disassembly buffers only after threads list have been
14225 update.
14226 (gdb-threads-header, gdb-registers-header): Per-buffer header line
14227 variables.
14228
14229 2009-08-04 Juri Linkov <juri@jurta.org>
14230
14231 * files.el: Commands to add/delete file/directory-local variables.
14232 (read-file-local-variable, read-file-local-variable-value)
14233 (read-file-local-variable-mode, modify-file-local-variable)
14234 (modify-file-local-variable-prop-line)
14235 (modify-dir-local-variable): New functions.
14236 (add-file-local-variable, delete-file-local-variable)
14237 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
14238 (add-dir-local-variable, delete-dir-local-variable)
14239 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
14240 (copy-dir-locals-to-file-locals-prop-line): New commands.
14241
14242 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
14243
14244 * abbrev.el (insert-abbrev-table-description): Prettify output.
14245 Suggested by Karl Chen.
14246
14247 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
14248
14249 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
14250 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
14251 (gdb-overlay-arrow-position, gdb-thread-position)
14252 (gdb-disassembly-position): Declare variables.
14253 (gdb-wait-for-pending): Function now.
14254 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
14255 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
14256 compilation goes smoothly.
14257 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
14258 (gdb-non-stop-setting): New customization setting which replaces
14259 `gdb-non-stop' so changing it doesn't break active GDB session.
14260 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
14261 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
14262 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
14263 (gdb-show-threads-by-default): New customization options.
14264 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
14265 routines.
14266 (gdb-get-buffer-create): Send buffers update signal when they are
14267 created.
14268 (gdb-invalidate-locals, gdb-invalidate-registers)
14269 (gdb-invalidate-breakpoints)
14270 (gdb-invalidate-threads, gdb-invalidate-disassembly)
14271 (gdb-invalidate-memory): Accept update signal.
14272 (gdb-current-context-command): Use --frame option.
14273 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
14274 Implement `gdb-frame-number' selection logic.
14275 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
14276 whether to show GUD toolbar buttons.
14277 (gdb-thread-exited): Unselect current thread when it exits.
14278 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
14279 (gdb-mark-line): Routine which sets overlay arrow or inverses
14280 video on fringeless displays.
14281 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
14282 to build aligned columns of data in GDB buffers and set text
14283 properties line-by-line.
14284 (gdb-invalidate-breakpoints)
14285 (gdb-breakpoints-list-handler-custom)
14286 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
14287 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
14288 (gdb-registers-handler-custom): Align data columns.
14289 (gdb-locals-handler-custom): Now prints data like in variable
14290 declarations.
14291 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
14292 Removed confusing buttons.
14293 (gdb-invalidate-threads): Append --frame.
14294 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
14295 between breakpoints/threads buffers.
14296 (gdb-set-window-buffer): Now can ignore dedicated windows.
14297 (gdb-propertize-header): Use `gdb-set-window-buffer'.
14298 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
14299 (def-gdb-thread-buffer-gud-command): Replaces
14300 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
14301 for fine thread control.
14302 (gdb-preempt-existing-or-display-buffer): New function used to
14303 display bound buffers without breaking window layout.
14304 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
14305 (gdb-select-frame): New version of `gdb-frames-select' which now
14306 sets `gdb-frame-number' so commands may use --frame option instead
14307 of inner debugger state.
14308 (gdb-frame-handler): Do not set `gdb-frame-number'.
14309 (gdb-threads-mode-map): Select threads with mouse.
14310
14311 * progmodes/gud.el (gdb-gud-context-call): Declare function to
14312 avoid compilation warning.
14313 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
14314 `gdb-show-stop-p`.
14315
14316 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
14317 Argument `key' renamed to `buffer-type'.
14318 (gdb-current-context-buffer-name): Do not add thread info to
14319 buffer name when no thread is selected.
14320 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
14321 command (bug 3794).
14322 (gdb-thread-selected): Handle `=thread-selected' notification.
14323 (gdb-wait-for-pending): New macro to deal with congestion problems.
14324 (gdb-breakpoints-list-handler-custom): Don't fail on pending
14325 breakpoints.
14326 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
14327 This fixes problem similar to one described in bug 3947.
14328 (gud-menu-map): More menu items.
14329 (gdb-init-1): Reset `gdb-thread-number' to nil.
14330
14331 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
14332 non-stop settings.
14333
14334 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
14335 (gdb-current-context-command): Do not append --thread if
14336 `gdb-thread-number' is nil.
14337 (gdb-running-threads-count, gdb-stopped-threads-count): New
14338 variables.
14339 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
14340 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
14341 customization options.
14342 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
14343 GUD commands.
14344 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
14345 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
14346 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
14347 set `gdb-thread-number' and update `gud-running' properly.
14348 (gdb-running): Update threads list when new threads appear.
14349 (gdb-stopped): Support non-stop operation and new thread switching
14350 logic.
14351 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
14352 (gdb-json-partial-output): New set of JSON routines.
14353 (def-gdb-auto-update-trigger): New `signal-list' optional
14354 argument.
14355 (gdb-thread-list-handler-custom): Update `gud-running',
14356 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
14357 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
14358 (gdb-continue-thread, gdb-step-thread): New commands for fine
14359 thread execution control.
14360 (gud-menu-map): New menu items to switch non-stop options.
14361 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
14362 (gdb-send): Mimic RET properly (bug 3794).
14363
14364 * progmodes/gdb-mi.el (gdb-rules-name-maker)
14365 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
14366 gdb-buffer-rules.
14367 (def-gdb-auto-update-handler): New nopreserve optional argument.
14368 (gdb-stack-list-frames-custom): Print stack from top to bottom.
14369
14370 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
14371 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
14372 (gdb-parent-mode): New mode to derive other GDB modes from.
14373 (gdb-display-disassembly-for-thread)
14374 (gdb-frame-disassembly-for-thread): New commands for threads
14375 buffer.
14376
14377 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
14378 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
14379 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
14380 (gdb-update): We now store all GDB buffers in a list so that they
14381 can be updated by traversing a list instead of calling invalidate
14382 triggers explicitly.
14383 (def-gdb-trigger-and-handler): New macro to define trigger-handler
14384 pair for GDB buffer.
14385 (gdb-stack-buffer-name): Add thread information.
14386 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
14387 handle pending triggers.
14388 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
14389 (def-gdb-thread-buffer-simple-command)
14390 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
14391 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
14392 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
14393 New commands which show buffers bound to thread.
14394 (gdb-stack-list-locals-regexp): Removed unused regexp.
14395
14396 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
14397 (gdb-locals-buffer-name, gdb-registers-buffer-name)
14398 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
14399 to (gud-comint-buffer) in *-buffer-name functions
14400 because (gdb-get-target-string) already does that.
14401 (gdb-locals-handler-custom, gdb-registers-handler-custom)
14402 (gdb-changed-registers-handler): Rewritten without regexps.
14403
14404 * progmodes/gdb-mi.el: Basic thread selection support.
14405 (gdb-thread-number): New variable.
14406 (gdb-current-context-command): New macro which adds --thread
14407 option to command.
14408 (gdb-threads-mode-map): Select thread with SPC.
14409 (gdb-thread-list-handler-custom): Mark current thread with overlay
14410 arrow. Synchronize GDB thread and Emacs thread.
14411 (gdb-select-thread): New command which selects current thread.
14412 (gdb-invalidate-frames, gdb-invalidate-locals)
14413 (gdb-invalidate-registers): Use --thread option.
14414
14415 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
14416
14417 * net/tramp.el (top): Make check for tramp-gvfs loading more
14418 robust. (Bug#3977)
14419 (tramp-handle-insert-file-contents): `unwind-protect' must be
14420 inside `with-parsed-tramp-file-name'.
14421
14422 * net/tramp-gvfs.el (top): Remove superfluous message when loading
14423 fails.
14424
14425 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
14426
14427 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
14428 directory if CLASSPATH is not set.
14429
14430 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
14431
14432 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
14433 New defconst.
14434 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
14435
14436 2009-08-02 Kevin Ryde <user42@zip.com.au>
14437
14438 * net/newst-backend.el (newsticker--raw-url-list-defaults):
14439 Update freshmeat link. Delete newsforge.com as it seems gone.
14440
14441 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
14442
14443 * select.el (x-set-selection): Doc fix (Bug#4021).
14444
14445 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
14446
14447 * help-fns.el (describe-variable): Treat list return values from
14448 dir-locals-find-file properly (Bug#4005).
14449
14450 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
14451
14452 * net/tramp.el (tramp-debug-message): Print also microseconds.
14453
14454 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
14455
14456 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
14457 or END is non-nil.
14458 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
14459 (tramp-get-debug-buffer): Change `outline-regexp' according to new
14460 format.
14461
14462 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
14463 (tramp-get-file-property): Use it.
14464
14465 * autorevert.el (auto-revert-handler): Allow
14466 `auto-revert-tail-mode' for remote files.
14467
14468 2009-08-02 Jason Rumney <jasonr@gnu.org>
14469
14470 * minibuffer.el (read-file-name): Treat confirm options to
14471 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
14472
14473 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
14474
14475 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
14476 (font-lock-variable-name-face, font-lock-constant-face): Darken
14477 the colors for light backgrounds.
14478
14479 2009-08-01 Eli Zaretskii <eliz@gnu.org>
14480
14481 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
14482 month names. (Bug#3987)
14483
14484 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
14485
14486 * simple.el (line-move-finish): Pass whole number to
14487 line-move-to-column.
14488 (line-move-visual): Perform hscroll to the recorded position.
14489
14490 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
14491
14492 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
14493
14494 2009-07-29 Alan Mackenzie <acm@muc.de>
14495
14496 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
14497
14498 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
14499
14500 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
14501 (gdb-place-breakpoints): Use full path when setting breakpoints.
14502
14503 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
14504
14505 * calc/calc.el (calc-mode-map): Add keybinding for
14506 `calc-transpose-lines'.
14507
14508 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
14509
14510 * calc/calc-misc.el (calc-transpose-lines): New function.
14511
14512 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
14513
14514 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
14515 Simplify check for out-of-band methods.
14516 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
14517 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
14518
14519 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
14520
14521 * vc-git.el (vc-git-checkin): Fix typo.
14522
14523 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
14524
14525 * progmodes/js2-mode.el: New file.
14526
14527 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
14528
14529 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
14530 (gud-menu-map): Adjust tooltip accordingly.
14531
14532 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
14533
14534 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
14535 (vc-bzr-log-view-mode): Adjust log-view-file-re.
14536
14537 * add-log.el (change-log-mode-map): Add a menu.
14538
14539 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
14540
14541 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
14542 function returns nil.
14543 (dbus-handle-event): Handle special return value :ignore.
14544 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
14545
14546 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
14547
14548 * view.el (view-mode-enable): Don't define Helper-return-blurb if
14549 it's not needed.
14550
14551 2009-07-25 Eli Zaretskii <eliz@gnu.org>
14552
14553 Fix Bug#3888:
14554
14555 * w32-vars.el (x-select-enable-clipboard): Doc fix.
14556
14557 * term/pc-win.el (x-display-name, x-colors)
14558 (x-select-enable-clipboard, x-select-text): Doc fix.
14559
14560 * term/common-win.el (x-display-name, x-colors): Doc fix.
14561
14562 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
14563 (xw-defined-colors): Doc fix.
14564
14565 * w32-fns.el (x-select-text, x-setup-function-keys)
14566 (x-get-selection, x-set-selection): Doc fix.
14567
14568 * term/x-win.el (x-select-text, x-setup-function-keys)
14569 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
14570
14571 * select.el (x-set-selection): Doc fix.
14572
14573 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
14574
14575 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
14576 instead of "IsNSSSupportAvailable". Avahi ought to work also when
14577 "IsNSSSupportAvailable" method is not available. Reported by
14578 Steve Youngs <steve@sxemacs.org>.
14579
14580 2009-07-24 Kenichi Handa <handa@m17n.org>
14581
14582 * international/characters.el: Fix setting of category ?C, ?|, ?K,
14583 and ?H. Fix setting of case for Latin Extended and Greek Extended.
14584 (build-unicode-category-table): Fix range checks.
14585
14586 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
14587
14588 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
14589 the buffer we try to sync is current when calling
14590 vc-resynch-buffer.
14591
14592 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
14593 not show up to date files.
14594
14595 2009-07-24 Glenn Morris <rgm@gnu.org>
14596
14597 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
14598 Add autoload cookies. If necessary, initialize.
14599 (elint-log): Handle non-file buffers.
14600 (elint-initialize): Add optional argument to reinitialize.
14601 (elint-find-builtin-variables): Save excursion.
14602
14603 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
14604
14605 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14606 for Lint.
14607
14608 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14609
14610 * vc.el (vc-print-log-internal): New function, split out from ...
14611 (vc-print-log): ... here.
14612 (vc-dir-move-to-goal-column): Declare.
14613
14614 * vc-git.el (vc-git-add-signoff): New variable.
14615 (vc-git-checkin): Use it.
14616 (vc-git-toggle-signoff): New function.
14617 (vc-git-extra-menu-map): Bind it to menu.
14618 (vc-git--run-command-string): Accept a nil FILE argument.
14619 (vc-git-stash-list): New function.
14620 (vc-git-dir-extra-headers): Use it.
14621
14622 2009-07-23 Glenn Morris <rgm@gnu.org>
14623
14624 * help-fns.el (describe-variable): Describe ignored and risky local
14625 variables in a similar way to that in which we describe safe ones.
14626
14627 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
14628 (byte-compile-output-file-form, byte-compile-output-docform)
14629 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
14630 Give some more local variables with common names a "bytecomp-" prefix,
14631 so as not to shadow things during compilation.
14632 * emacs-lisp/cl-macs.el (load-time-value)
14633 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
14634 `outbuffer' to `bytecomp-outbuffer'.
14635
14636 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
14637 since the next two variables cover them automatically now.
14638 (elint-builtin-variables, elint-autoloaded-variables): New.
14639 (elint-unknown-builtin-args): Remove all members, since they can be
14640 parsed automatically now.
14641 (elint-extra-errors): New.
14642 (elint-env-add-env, elint-env-add-macro): Use cadr.
14643 (elint-current-buffer): Use or. Change final message.
14644 (elint-get-top-forms): Use line-end-position.
14645 (elint-init-env): Use cadr. Handle autoload, declare-function,
14646 and defalias.
14647 (elint-add-required-env): Doc fix. Use or. Standardize error.
14648 (regexp-assoc): Remove unused function.
14649 (elint-top-form): Set elint-current-pos, to record the start of the
14650 top-level form, for compilation-mode.
14651 (elint-form): Trap errors in macro expansion. Use dolist.
14652 (elint-unbound-variable): Use elint-builtin-variables and
14653 elint-autoloaded-variables.
14654 (elint-get-args): Use cadr, or.
14655 (elint-check-cond-form): Use dolist, cadr.
14656 (elint-check-condition-case-form): Doc fix. Use cadr.
14657 Use elint-extra-errors.
14658 (elint-log): New function.
14659 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
14660 Distinguish errors and warnings.
14661 (elint-log-message): Use with-current-buffer. Inhibit read-only.
14662 Use a bytecomp-style format.
14663 (elint-clear-log): Preserve default-directory. Inhibit read-only.
14664 (elint-get-log-buffer): Use compilation mode. Disable undo.
14665 Don't truncate lines.
14666 (elint-initialize): Set builtin and autoloaded variable lists.
14667 Only process elint-unknown-builtin-args if non-nil.
14668 (elint-find-builtin-variables, elint-find-autoloaded-variables):
14669 New functions.
14670 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
14671
14672 2009-07-22 Kevin Ryde <user42@zip.com.au>
14673
14674 * net/newst-backend.el (newsticker--parse-atom-1.0)
14675 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14676 (newsticker--parse-rss-1.0):
14677 * progmodes/idlwave.el (idlwave-mode):
14678 * progmodes/idlw-shell.el (idlwave-shell-mode):
14679 * progmodes/vera-mode.el (vera-mode):
14680 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
14681 * progmodes/vhdl-mode.el (vhdl-mode):
14682 * textmodes/table.el (table-generate-source)
14683 (table--warn-incompatibility):
14684 Hyperlink urls in docstrings with URL `...'.
14685
14686 2009-07-22 Glenn Morris <rgm@gnu.org>
14687
14688 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
14689 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
14690 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
14691 Remove leading * from defcustom docs.
14692
14693 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
14694
14695 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
14696 defcustom doc.
14697 (list-load-path-shadows): Optionally, just return shadows as a string.
14698
14699 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
14700
14701 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
14702
14703 * mail/rmailedit.el (rmail-edit-mode): Use
14704 auto-save-include-big-deletions.
14705
14706 * mail/rmail.el (rmail-variables): Use
14707 auto-save-include-big-deletions.
14708
14709 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
14710 changes.
14711
14712 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
14713
14714 * calc/calc.el (calc-undo-length): New variable.
14715 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
14716
14717 2009-07-21 Richard Stallman <rms@gnu.org>
14718
14719 * files.el (auto-save-mode): Handle buffer-save-size = -2
14720 for toggling mode.
14721
14722 2009-07-21 Glenn Morris <rgm@gnu.org>
14723
14724 * textmodes/ispell.el (ispell-looking-back): Update declaration.
14725
14726 * calendar/todo-mode.el (calendar-current-date): Update declaration.
14727
14728 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
14729 silence compiler. Instead...
14730 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
14731 (ps-print-ensure-fontified): Update for above function name changes.
14732
14733 * printing.el (pr-mh-get-msg-num, pr-mh-show)
14734 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
14735 silence compiler. Instead...
14736 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
14737 (mh-show-buffer): Only define for compiler.
14738 (pr-mh-current-message): Update for above function name changes.
14739
14740 * files.el (abort-if-file-too-large): Explicitly pass `filename'
14741 as an argument.
14742 (find-file-noselect, insert-file-1): Update for above change.
14743
14744 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
14745
14746 * mail/mailclient.el (mailclient-send-it): Fix message.
14747
14748 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
14749 (edebug-eval): Check cl-debug-env is bound.
14750 (print-level, print-circle): Don't redefine built-in variables.
14751
14752 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
14753 (custom-print-vectors): Remove old comments from doc.
14754
14755 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
14756 (emerge-version): Make the variable an obsolete alias for the
14757 emacs-version variable. Make the function obsolete.
14758 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
14759 Emerge options, rather than merging in into the main Options menu.
14760 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
14761 and auto advance modes. Disable edit/fast items when not relevant.
14762
14763 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
14764
14765 * term/vt420.el (terminal-init-vt420): Fix typo.
14766
14767 2009-07-20 Sam Steingold <sds@gnu.org>
14768
14769 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
14770 variable (removed from compile.el on 2004-03-11).
14771
14772 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
14773
14774 * files.el (hack-local-variables-filter): Fix last change.
14775
14776 2009-07-19 Juri Linkov <juri@jurta.org>
14777
14778 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
14779 (dir-local-variables-alist): New buffer-local variable.
14780 (hack-local-variables-filter): If variable is not dir-local,
14781 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
14782 because file-local overrides dir-local.
14783 (c-postprocess-file-styles) <declare-function>:
14784 Remove obsolete declaration.
14785 (hack-dir-local-variables): Add dir-local variable/value pair to
14786 `dir-local-variables-alist' and remove duplicates. Doc fix.
14787
14788 * help-fns.el (describe-variable): Add information about
14789 file-local and dir-local variables.
14790
14791 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
14792
14793 * files.el (hack-local-variables-filter): Rewrite.
14794
14795 2009-07-19 Glenn Morris <rgm@gnu.org>
14796
14797 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
14798 Silence compiler by only defining on XEmacs.
14799
14800 * international/mule.el (auto-coding-regexp-alist): Only match
14801 BABYL... at the start of buffer, not of lines. (Bug#3790)
14802
14803 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
14804 non-calendar buffers (Bug#3862). Restore "not on a date" message.
14805 (cal-menu-context-mouse-menu): Doc fix.
14806
14807 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
14808
14809 * simple.el (mail-user-agent): Doc fix. Set :version tag.
14810
14811 2009-07-18 Juri Linkov <juri@jurta.org>
14812
14813 * info.el: Virtual Info keyword finder.
14814 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
14815 (Info-finder-file): New variable.
14816 (Info-finder-find-file): New function.
14817 (finder-known-keywords, finder-package-info)
14818 (find-library-name, lm-commentary): Use defvar and
14819 declare-function to silence compiler warnings.
14820 (Info-finder-find-node): New function.
14821 (info-finder): New command.
14822
14823 * subr.el (process-kill-buffer-query-function): New function.
14824 (add-hook)<kill-buffer-query-functions>: Add hook
14825 `process-kill-buffer-query-function'.
14826
14827 2009-07-18 Alan Mackenzie <acm@muc.de>
14828
14829 * progmodes/cc-mode.el (c-before-hack-hook)
14830 (c-postprocess-file-styles): Give invocation of `c-set-style'
14831 DONT-OVERRIDE parameter of t. Already set style variables will
14832 thus not be overridden by style settings given by `c-file-syle'.
14833
14834 * files.el (hack-local-variables-filter): Remove entries with
14835 duplicate keys from `file-local-variables-alist'.
14836
14837 2009-07-18 Eli Zaretskii <eliz@gnu.org>
14838
14839 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14840 x-set-selection if display-selections-p returns nil for the
14841 current frame.
14842
14843 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
14844
14845 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14846
14847 2009-07-18 Eli Zaretskii <eliz@gnu.org>
14848
14849 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14850 Accept nil in addition to a regexp.
14851 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14852 Accept nil in addition to a regexp.
14853 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14854 buffers that have an associated file. Handle nil values of
14855 desktop-buffers-not-to-save and desktop-files-not-to-save.
14856 (Bug#3833)
14857
14858 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14859 (x-disown-selection-internal): New functions.
14860
14861 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
14862
14863 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14864 warning.
14865 (gdb-breakpoints-header): Move forward to avoid compiler warning.
14866 (gdb-make-header-line-mouse-map): Remove duplicate definition.
14867
14868 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
14869
14870 * simple.el (set-mark): Revert last change.
14871
14872 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
14873
14874 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14875 rendering of pngs is not possible instead of messaging a long
14876 description.
14877
14878 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
14879
14880 * w32-fns.el (x-selection-owner-p): New function.
14881
14882 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14883 (mouse-yank-at-click, mouse-yank-primary): If
14884 select-active-regions is non-nil, deactivate the mark before
14885 insertion.
14886
14887 * simple.el (deactivate-mark, set-mark): Only save selection if we
14888 own it.
14889
14890 2009-07-17 Kenichi Handa <handa@m17n.org>
14891
14892 * case-table.el (describe-buffer-case-table): Fix for the case
14893 that KEY is a cons.
14894
14895 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14896
14897 * vc-rcs.el (vc-rcs-find-file-hook):
14898 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14899
14900 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
14901
14902 * net/tramp.el (tramp-wait-for-output): Handle the case when
14903 commands do not return a newline but a null byte before the shell
14904 prompt. (Bug#3858)
14905
14906 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14907
14908 * term/ns-win.el (ns-set-alpha): Don't declare.
14909 (ns-set-background-alpha): Remove function.
14910
14911 2009-07-16 Kevin Ryde <user42@zip.com.au>
14912
14913 * emacs-lisp/copyright.el (copyright-update): Save match-data across
14914 y-or-n-p, for safety.
14915
14916 2009-07-16 Richard Stallman <rms@gnu.org>
14917
14918 * files.el (auto-save-mode): If buffer-saved-size is -2,
14919 don't clobber it.
14920
14921 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14922 (rmail-retry-ignored-headers): Add more uninteresting fields.
14923
14924 2009-07-15 Jari Aalto <jari.aalto@cante.net>
14925
14926 * net/rcirc.el (rcirc): Use history variables.
14927 (rcirc-server-name-history, rcirc-nick-name-history)
14928 (rcirc-server-port-history): New variables.
14929
14930 2009-07-15 Kenichi Handa <handa@m17n.org>
14931
14932 * international/mule-cmds.el (set-language-environment-charset):
14933 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14934 ignore them.
14935
14936 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14937 Delete unibyte-display.
14938
14939 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14940
14941 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14942
14943 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14944
14945 * simple.el (deactivate-mark): Optional argument FORCE.
14946 (set-mark): Use deactivate-mark.
14947
14948 * info.el (Info-search): No need to check transient-mark-mode
14949 before calling deactivate-mark.
14950
14951 * select.el (x-set-selection): Doc fix.
14952 (x-valid-simple-selection-p): Allow buffer values.
14953 (xselect--selection-bounds): Handle buffer values. Suggested by
14954 David De La Harpe Golden.
14955
14956 * mouse.el (mouse-set-region, mouse-drag-track): Call
14957 copy-region-as-kill before setting the mark, to let
14958 select-active-regions work.
14959
14960 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
14961
14962 * simple.el (deactivate-mark): If select-active-regions is
14963 non-nil, copy the selection data into a string.
14964 (activate-mark): If select-active-regions is non-nil, set the
14965 selection to the current buffer.
14966 (set-mark): Update selection if select-active-regions is non-nil.
14967
14968 * select.el (x-valid-simple-selection-p): Allow buffer values.
14969
14970 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
14971
14972 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14973 and more featureful message-mode.
14974
14975 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
14976
14977 * select.el (x-set-selection): Doc fix.
14978 (x-valid-simple-selection-p): Disallow selection data consisting
14979 of a list or cons of integers, since that is not used.
14980 (xselect--selection-bounds, xselect--int-to-cons): New functions.
14981 (xselect-convert-to-string, xselect-convert-to-length)
14982 (xselect-convert-to-filename, xselect-convert-to-charpos)
14983 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14984
14985 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
14986
14987 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14988 output in -break-info command (Emacs bug #3794).
14989
14990 2009-07-14 Glenn Morris <rgm@gnu.org>
14991
14992 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14993 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14994 (edebug-print-length, edebug-print-level, edebug-print-circle)
14995 (edebug-sit-for-seconds, edebug-view-outside)
14996 (edebug-bounce-point, edebug-set-global-break-condition)
14997 (edebug-Go-nonstop-mode, edebug-trace-mode)
14998 (edebug-Trace-fast-mode, edebug-continue-mode)
14999 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
15000 (edebug-visit-eval-list): Doc fixes.
15001
15002 * subr.el (def-edebug-spec): Doc fix.
15003
15004 2009-07-14 Kenichi Handa <handa@m17n.org>
15005
15006 * international/characters.el: Fix setting of category ?C.
15007
15008 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
15009
15010 * term/ns-win.el (x-select-font): defalias x-select-font to
15011 ns-popup-font-panel instead of generate-fontset-menu.
15012
15013 2009-07-12 Eli Zaretskii <eliz@gnu.org>
15014
15015 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
15016
15017 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
15018
15019 * arc-mode.el (archive-find-type): Allow for a PK00 string before
15020 the PK\003\004 header (Bug#3770).
15021
15022 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
15023
15024 * pcomplete.el (pcomplete-comint-setup): Check for
15025 shell-dynamic-complete-filename too.
15026
15027 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
15028
15029 * simple.el (temporary-goal-column): Change the value for
15030 line-move-visual to a cons cell.
15031 (line-move-visual): Record or set the window hscroll, if
15032 necessary (Bug#3494).
15033 (line-move-1): Handle cons value of temporary-goal-column.
15034
15035 2009-07-11 Kenichi Handa <handa@m17n.org>
15036
15037 * international/mule-diag.el (describe-character-set): Don't show
15038 width.
15039
15040 2009-07-10 Sam Steingold <sds@gnu.org>
15041
15042 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15043 Omake sometimes indents the errors it prints, so allow all
15044 regexps to start with spaces.
15045
15046 2009-07-10 Eli Zaretskii <eliz@gnu.org>
15047
15048 * cus-edit.el (customize-changed-options-previous-release):
15049 Bump value to 22.1. (Bug#3804)
15050
15051 2009-07-08 Sam Steingold <sds@gnu.org>
15052
15053 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
15054 to be a cons cell (test . ignored-directory) to selectively ignore
15055 some directories depending on the location of the search.
15056
15057 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
15058
15059 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
15060 remote user is root, on the local host.
15061 (tramp-local-host-p): Either the local user or the remote user
15062 must be root. (Bug#3771)
15063
15064 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
15065
15066 * progmodes/gdb-mi.el (gdb): Remove description of
15067 gdb-use-separate-io-buffer.
15068 (menu): Don't allow toggling of or enable
15069 gdb-use-separate-io-buffer from menubar.
15070
15071 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15072
15073 * mail/unrmail.el (unrmail): Make sure the message ends with two
15074 newlines (Bug#3769).
15075
15076 2009-07-08 Glenn Morris <rgm@gnu.org>
15077
15078 * calendar/calendar.el (calendar-current-date): Rework previous change.
15079
15080 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
15081
15082 * calendar/calendar.el (calendar-current-date):
15083 Add an optional argument giving an offset from today.
15084
15085 2009-07-08 Glenn Morris <rgm@gnu.org>
15086
15087 * tutorial.el (tutorial--describe-nonstandard-key):
15088 Adjust the message for when a key has been unbound.
15089 (help-with-tutorial): Hide the arch-tag.
15090
15091 2009-07-08 Kenichi Handa <handa@m17n.org>
15092
15093 * international/fontset.el (setup-default-fontset): For each
15094 script, append (not set) font-specs.
15095
15096 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
15097 docstring.
15098
15099 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
15100
15101 * progmodes/gdb-mi.el (gdb-init-1): Move sending
15102 -data-list-register-names to ...
15103 (gdb-starting): ... here because GDB 7.0 requires execution to
15104 have started when using this MI command.
15105 (gdb-set-header): New function to distinguish select and
15106 unselected tabs in gdb buffers.
15107 (gdb-propertize-header): New macro that uses gdb-set-header.
15108 (gdb-breakpoints-header, gdb-locals-header): Use it.
15109 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
15110
15111 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
15112
15113 * Makefile.in (ELCFILES): Remove fadr.elc.
15114
15115 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
15116
15117 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
15118 may contain frame information, so `string-match' should be used.
15119 (gdb-update): Disassembly is invalidated through
15120 `gdb-get-selected-frame'.
15121 (gdb-pad-string): New function to pad string with spaces.
15122 (gdb-invalidate-disassembly): Invalidate only if the buffer
15123 exists.
15124 (gdb-disassembly-handler-custom): Column alignment.
15125 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
15126 placing new ones.
15127 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
15128 end of line, too.
15129 (gdb-frame-handler): Match convention to for disassembly buffer
15130 mode name.
15131 (gdb-stack-list-frames-handler): Rewritten without regexps.
15132 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
15133 not highlight breakpoints without line information.
15134 (gdb-input): Add trailing newline to command.
15135
15136 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
15137 buffer properly.
15138 (gdb-breakpoints-list-handler-custom): Replacement for
15139 `gdb-break-list-handler'. Using real parser instead of regexps
15140 now.
15141 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
15142 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
15143 to place breakpoints.
15144 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
15145 functions.
15146 (gdb-disassembly-handler-custom): Show overlay arrow.
15147 (gdb-disassembly-place-breakpoints): Show breakpoints in
15148 disassembly buffer.
15149 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15150 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
15151 instead of parsing breakpoints buffer. Fixed old menu references
15152 in `gud-menu-map'.
15153
15154 * fadr.el: Remove.
15155
15156 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
15157 (gdb-memory-address): New variable which holds top address of
15158 memory page shown in memory buffer.
15159 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
15160 customization variables.
15161 New functions:
15162 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
15163 display the memory buffer.
15164 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
15165 buffer display parameters.
15166 (def-gdb-memory-format, gdb-memory-format-binary)
15167 (gdb-memory-format-octal, gdb-memory-format-unsigned)
15168 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
15169 Functions for setting memory buffer format.
15170 (gdb-memory-unit-word, gdb-memory-unit-halfword)
15171 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
15172 unit size used in memory buffer.
15173 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
15174 to next/previous page of memory buffer.
15175 Now using (bindat-get-field) instead of fadr functions.
15176
15177 2009-07-07 Sam Steingold <sds@gnu.org>
15178
15179 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
15180 non-top-level files.
15181
15182 2009-07-07 Kenichi Handa <handa@m17n.org>
15183
15184 * international/mule-cmds.el (reset-language-environment): Put
15185 the highset priority to the charset iso-8859-1.
15186
15187 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
15188
15189 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
15190 to the end of the line when locating the block (Bug#700).
15191
15192 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
15193
15194 * net/tramp.el (tramp-handle-write-region): Flush file properties
15195 in case of short track.
15196
15197 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
15198
15199 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
15200 Coded custom representation of verilog error regular expressions
15201 to work with Emacs-22's new format.
15202 (verilog-error-regexp-xemacs-alist): Coded custom representation
15203 of verilog error regular expressions to work with XEmacs format.
15204 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
15205 error recognition into XEmacs.
15206 (verilog-error-regexp-add-emacs): Hook routine to install verilog
15207 error recognition into Emacs-22.
15208
15209 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
15210
15211 * woman.el: Remove stand-alone closing parentheses.
15212 (woman-file-name, woman2-format-paragraphs)
15213 (woman-leave-blank-lines): Code cleanup.
15214 (woman-use-own-frame): Change default to nil.
15215 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
15216 defaults to inherit from default faces.
15217 (woman2-process-escapes): Consume the newline after a stand-alone
15218 filler character (Bug#3651).
15219
15220 2009-07-06 Glenn Morris <rgm@gnu.org>
15221
15222 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
15223 (top-level): Move provide to the end.
15224 (ffap): Remove defunct URL from custom group.
15225
15226 * subr.el (eval-after-load): Doc fix.
15227
15228 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
15229
15230 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
15231 `calc-embedded-word' is called twice.
15232
15233 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15234
15235 * files.el (find-alternate-file-other-window, find-alternate-file):
15236 Obey confirm-nonexistent-file-or-buffer.
15237
15238 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
15239
15240 * dired-aux.el (dired-show-file-type): Handle remote files.
15241
15242 2009-07-05 Jari Aalto <jari.aalto@cante.net>
15243
15244 * desktop.el (desktop-globals-to-save):
15245 Add file-name-history (Bug#2750).
15246
15247 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
15248
15249 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
15250
15251 2009-07-04 Johan Bockgård <bojohan@gnu.org>
15252
15253 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
15254 property on entire argument since this is what eshell-lisp-command
15255 expects.
15256
15257 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
15258
15259 * net/tramp-gvfs.el (tramp-gvfs-methods)
15260 (tramp-gvfs-zeroconf-domain)
15261 (tramp-bluez-discover-devices-timeout): Add version flag.
15262 (tramp-gvfs-handler-mounted-unmounted)
15263 (tramp-gvfs-connection-mounted-p): Polish handling of
15264 incompatibilities between GVFS 0.2 and 1.0.
15265
15266 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
15267
15268 * cus-start.el (all): Add make-pointer-invisible.
15269
15270 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
15271
15272 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
15273 formatted correctly.
15274
15275 2009-07-02 Juri Linkov <juri@jurta.org>
15276
15277 * info.el: Virtual Info files and nodes.
15278 (Info-virtual-files, Info-virtual-nodes): New variables.
15279 (Info-current-node-virtual): New variable.
15280 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
15281 New functions.
15282 (Info-file-supports-index-cookies): Use Info-virtual-file-p
15283 to check for a virtual file instead of checking a fixed list
15284 of node names.
15285 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
15286 instead of ad-hoc processing of "dir" and (apropos history toc).
15287 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
15288 instead of ad-hoc processing of "dir" and (apropos history toc).
15289 Reread a file when moving from a virtual node.
15290 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
15291 (Info-directory-toc-nodes, Info-directory-find-file)
15292 (Info-directory-find-node): New functions.
15293 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
15294 (Info-history): Move part of code to
15295 `Info-history-find-node'.
15296 (Info-history-toc-nodes, Info-history-find-file)
15297 (Info-history-find-node): New functions.
15298 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
15299 (Info-toc): Move part of code to `Info-toc-find-node'.
15300 (Info-toc-find-node): New function.
15301 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
15302 the current Info file name to references because now the node
15303 "*TOC*" belongs to the same Info manual.
15304 (Info-toc-build): Rename from `Info-build-toc'.
15305 (Info-toc-nodes): Rename input argument `file' to `filename'.
15306 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
15307 instead of ad-hoc processing of ("dir" apropos history toc).
15308 (Info-index-nodes): Use Info-virtual-file-p
15309 to check for a virtual file instead of checking a fixed list
15310 of node names.
15311 (Info-index-node): Add check for `Info-current-node-virtual'.
15312 Raise `save-match-data' higher up the tree to contain
15313 `search-forward' too (bug fix).
15314 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
15315 (Info-virtual-index-nodes): New variable.
15316 (Info-virtual-index-find-node, Info-virtual-index): New functions.
15317 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
15318 (Info-apropos-file, Info-apropos-nodes): New variables.
15319 (Info-apropos-toc-nodes, Info-apropos-find-file)
15320 (Info-apropos-find-node, Info-apropos-matches): New functions.
15321 (info-apropos): Move part of code to `Info-apropos-find-node' and
15322 `Info-apropos-matches'.
15323 (Info-mode-map): Bind "I" to `Info-virtual-index'.
15324 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
15325 for a virtual file instead of checking a fixed list of node names.
15326
15327 * simple.el (async-shell-command): New command.
15328
15329 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
15330
15331 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
15332 instead of `mount-info'.
15333
15334 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
15335
15336 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
15337 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
15338
15339 2009-07-02 Kenichi Handa <handa@m17n.org>
15340
15341 * international/mule.el (set-keyboard-coding-system): Force *-unix
15342 coding-system to avoid eol conversion.
15343
15344 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
15345
15346 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
15347 Add handler for `process-file', `shell-command' and
15348 `start-file-process'.
15349 (tramp-gvfs-handle-shell-command)
15350 (tramp-gvfs-handle-start-file-process)
15351 (tramp-gvfs-handle-process-file): New defuns.
15352 (tramp-synce-list-devices): Simplify check for existence of property.
15353
15354 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
15355
15356 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
15357
15358 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
15359
15360 * language/korean.el (set-language-info-alist): Add korean-cp949,
15361 cp949 to spec.
15362
15363 2009-07-01 Kenichi Handa <handa@m17n.org>
15364
15365 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
15366
15367 * international/encoded-kb.el: Deleted.
15368
15369 * international/mule.el (set-keyboard-coding-system): Perform the
15370 necessary setup here instead of calling encoded-kbd-setup-display.
15371
15372 2009-07-01 Glenn Morris <rgm@gnu.org>
15373
15374 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
15375
15376 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
15377
15378 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
15379
15380 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
15381
15382 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
15383 Handle also the 'rename case, when setting file modes. (Bug#3712)
15384 (tramp-default-file-modes): Remove execute permissions.
15385
15386 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
15387 (top): Add a default for "synce" in `tramp-default-user-alist'.
15388 Add completion function for "synce" method.
15389 (tramp-hal-service, tramp-hal-path-manager)
15390 (tramp-hal-interface-manager, tramp-hal-interface-device):
15391 New defconst.
15392 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
15393 (tramp-synce-list-devices, tramp-synce-parse-device-names):
15394 New defuns.
15395
15396 * net/trampver.el: Update release number.
15397
15398 2009-06-30 Kenichi Handa <handa@m17n.org>
15399
15400 * international/fontset.el (setup-default-fontset): Add CJK fonts
15401 for symbols and the other miscellaneous characters.
15402
15403 * language/korea-util.el (setup-korean-environment-internal):
15404 Make char-width-table suitable for Korean environments.
15405 (exit-korean-environment): Cancel above.
15406
15407 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
15408 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
15409 setup-function to make char-width-table suitable for respective
15410 environments, and an exit-function to cancel that.
15411
15412 * language/japan-util.el (setup-japanese-environment-internal):
15413 Call use-cjk-char-width-table with arg `ja_JP'.
15414
15415 * international/characters.el (cjk-char-width-table): Delete it.
15416 (cjk-char-width-table-list): New variable.
15417 (use-cjk-char-width-table): New arg local-name.
15418 (use-default-char-width-table): Fix for the case that Emacs is
15419 already using the default char-width-table.
15420
15421 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
15422
15423 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
15424 modes mandatory. (Bug#3712)
15425
15426 2009-06-29 Alan Mackenzie <acm@muc.de>
15427
15428 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
15429 correction between the visible width of TABs and their number of bytes.
15430
15431 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
15432
15433 * server.el (server-buffer-done): Prevent kill-buffer from
15434 prompting by clearing the buffer modification flag (Bug#3696).
15435
15436 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
15437
15438 * progmodes/verilog-mode.el (verilog-beg-of-statement)
15439 (verilog-endcomment-reason-re): Support unique case and priority case.
15440 (verilog-basic-complete-re): Support localparam lineup.
15441 (verilog-beg-of-statement-1): Fix for robustness, unique case.
15442 (verilog-set-auto-endcomments): Fix for unique case, always_comb
15443 commenting.
15444 (verilog-leap-to-case-head): Now support *nested* unique &
15445 priority case statements.
15446 (verilog-auto-lineup): Make just declarations the default (as it
15447 had been).
15448 (verilog-leap-to-case-head): Support priority/unique case statements.
15449 (verilog-auto-lineup): Rework to give users radio buttons to
15450 select the various styles of automatic lineup.
15451 (verilog-error-regexp-alist): Rework to support the XEmacs style
15452 of error regular expressions from compilers, lint tools &
15453 simulators. Note that GNU Emacs has made it impossible for a mode
15454 to load such things.
15455 (electric-verilog-terminate-line, verilog-indent-declaration)
15456 (verilog-auto-wiure): Rework for radio button selection of
15457 auto-lineup selection of specification of auto lineup.
15458 (verilog-beg-of-statement-1): Redesign to support proper operation
15459 in additional code, based on testing with auto-lineup.
15460 (verilog-calculate-indent, assignments & declarations)
15461 (verilog-backward-token): Enhance to support auto-lineup of
15462 assignments & declarations.
15463 (verilog-in-directive-p, verilog-at-struct-p): New function for
15464 easy test of whether we are.
15465 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
15466 to support safe execution at almost anyline.
15467 (verilog-calc-1): Properly support indenting deep inside generate
15468 blocks.
15469 (verilog-init-font): Remove definition & use of verilog-init-font,
15470 as it is redundant with font-lock-defaults.
15471 (verilog-mode): Alter the definition of verilog-font-lock-defaults
15472 to avoid circular calls if syntax-ppss is a function (as is the
15473 case now in 22.x GNU Emacs) as that function would sometimes call
15474 itself, leading to (nearly) infinite recursion.
15475 (verilog-ovm-begin-re, verilog-ovm-end-re)
15476 (verilog-ovm-statement-re, verilog-leap-to-head)
15477 (verilog-backward-token): Add support for OVM macros. Some are
15478 complete statements, and others open and close scopes like begin
15479 and end.
15480 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
15481 (verilog-defun-level-generate-only-re): Really fix the defun-list
15482 compilation issue.
15483 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
15484 coverpoint, constraint and cross statements.
15485 (verilog-defun-level-list, verilog-generate-defun-level-list)
15486 (verilog-all-defun-level-list): Redo these specifications - it is
15487 too hard to support eval-when compile aggregation of lists also
15488 built at when-compile time.
15489 (verilog-defun-level-list): Place defconsts of variables used in
15490 building regular expressions which are built in eval-when-compile
15491 bodies in the same eval-when-compile body to facilitate compile
15492 without load.
15493 (verilog-beg-block-re-ordered): Support indenting
15494 virtual/protected tasks and functions.
15495 (verilog-defun-level-list, verilog-in-generate-region-p)
15496 (verilog-backward-ws&directives, verilog-calc-1): Speed up
15497 indentation of some module items (generate items).
15498 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
15499 across virtual/protected tasks and functions.
15500
15501 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
15502
15503 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
15504 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
15505 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
15506 in concatenations. Reported by Yishay Belkind.
15507 (verilog-auto-ascii-enum): Support one-hot state machines in
15508 AUTOASCIIENUM. Suggested by Lloyd Gomez.
15509 (verilog-auto-inst, verilog-auto-inst-port): Include interface
15510 modport in AUTOINST and add vl-modport for users. Reported by
15511 David Rogoff.
15512 (verilog-auto-inout-module, verilog-auto-inst)
15513 (verilog-decls-get-interfaces, verilog-insert-definition)
15514 (verilog-insert-one-definition, verilog-read-decls)
15515 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
15516 (verilog-sig-modport, verilog-signals-combine-bus)
15517 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
15518 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
15519 Suggested by David Rogoff.
15520 (verilog-repair-open-comma): Fix non-insertion of comma when
15521 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
15522 (verilog-make-width-expression): Simplify [A-1:0] expression
15523 widths to just {A{1'b0}}.
15524 (verilog-mode): Cleanup checkdoc warnings.
15525 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
15526 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
15527 inputs/outputs or data type. Suggested by Vasu Kandadi.
15528 (next-error-last-buffer): Fix byte-compiler warning.
15529 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
15530 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
15531 or shell command text during AUTO expansion. Suggested by Tad Truex.
15532 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
15533 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
15534 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
15535 in AUTOINOUT. Reported by Matthew Lovell.
15536 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
15537 causing use of <= assignments. Reported by Alex Reed.
15538 (verilog-read-decls): Fix triand, trior, wand, wor to be
15539 recognized by AUTOWIRE. Reported by Spencer Isaacson.
15540 (verilog-extended-complete-re): Support import "DPI-C" functions.
15541 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
15542 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
15543 (verilog-insert-date, verilog-insert-year)
15544 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
15545 Windows systems. Reported by Michael Potts.
15546 (verilog-read-module-name): Fix AUTOINST when the child module
15547 declaration's name is a tick define. Reported by Elliot Mednick.
15548 (verilog-read-decls): Fix V2K parameter bit subscripts getting
15549 passed to next parameter's definition. Reported by Bruce T.
15550 (verilog-read-decls): Fix detecting "parameter int" when using
15551 AUTOINSTPARAM. Reported by Bruce T.
15552 (verilog-goto-defun): Fix goto not finding modules unless first
15553 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
15554 (verilog-mode): Expand -f flag arguments on entry to mode so
15555 verilog-goto-defun will work. Reported by Lawrence Butcher.
15556 (verilog-getopt): Expand environment variables in -f file
15557 arguments. Suggested by Lawrence Butcher.
15558 (verilog-set-define): Fix "Symbol's value as variable is void"
15559 when reading enumerations.
15560 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
15561 Suggested by Stephen Peltan.
15562 (verilog-read-defines): Fix reading of enumerations in include
15563 files. Reported by Steve Peltan.
15564
15565 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
15566
15567 * files.el (trash-directory): Fix defcustom type.
15568
15569 2009-06-28 Juri Linkov <juri@jurta.org>
15570
15571 * help-fns.el (describe-function-1): Correctly locate adviced
15572 functions in hyperlink (Bug#2438).
15573
15574 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
15575
15576 * files.el (trash-directory): Change default to nil.
15577 (move-file-to-trash): If trash-directory is nil and
15578 system-move-file-to-trash is unbound, perform freedesktop-style
15579 trashing.
15580
15581 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
15582
15583 * files.el (move-file-to-trash): Add freedesktop trash
15584 support (Bug#973).
15585
15586 2009-06-28 Glenn Morris <rgm@gnu.org>
15587
15588 * autorevert.el (global-auto-revert-non-file-buffers)
15589 (global-auto-revert-mode): Doc fixes.
15590
15591 2009-06-27 Johan Bockgård <bojohan@gnu.org>
15592
15593 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
15594
15595 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
15596
15597 * faces.el (x-handle-named-frame-geometry): Ensure that we have
15598 opened an X connection before calling x-get-resource (Bug#3194).
15599
15600 * play/doctor.el: Remove reference to obsolete website.
15601 (make-doctor-variables): Correct grammar mistake (Bug#2633).
15602
15603 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
15604
15605 Remove find-file-not-found-hook VC method. (Bug#2757)
15606 * vc-hooks.el (vc-file-not-found-hook)
15607 (vc-default-find-file-not-found-hook): Remove functions.
15608 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
15609 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
15610 * vc.el:
15611 * vc-hg.el:
15612 * vc-git.el: Do not mention find-file-not-found-hook VC method.
15613
15614 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
15615
15616 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
15617 compatibility function for `looking-back'.
15618
15619 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15620 Use `ispell-looking-back'.
15621
15622 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
15623
15624 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
15625 rather than `filename'.
15626
15627 2009-06-23 Miles Bader <miles@gnu.org>
15628
15629 * face-remap.el (text-scale-set): New function.
15630
15631 2009-06-23 Glenn Morris <rgm@gnu.org>
15632
15633 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
15634
15635 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
15636
15637 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
15638
15639 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
15640
15641 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15642 Simplify Persian conditionals.
15643
15644 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
15645 variable `filename'.
15646
15647 * comint.el (comint-insert-input): Doc fix.
15648
15649 * Makefile.in (ELCFILES): Fix typo in previous change.
15650
15651 2009-06-23 Miles Bader <miles@gnu.org>
15652
15653 * cus-start.el: Add entry for `recenter-redisplay'.
15654
15655 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
15656
15657 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
15658 Add an optional argument for the backend, use it instead of
15659 calling vc-backend.
15660 (vc-mode-line): Add an optional argument for the backend.
15661 Pass the backend to vc-state and vc-working-revision. Move code for
15662 special handling for vc-state being a buffer to ...
15663
15664 * vc-rcs.el (vc-rcs-find-file-hook):
15665 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
15666
15667 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
15668 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
15669 vc-stay-local-p and vc-mode-line calls.
15670
15671 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
15672 (vc-cvs-diff, vc-cvs-annotate-command)
15673 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
15674 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
15675 vc-mode-line calls.
15676
15677 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
15678 direct comparison.
15679 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
15680 backend when calling vc-mode-line.
15681 (vc-register): Do not create a closure for calling the vc register
15682 function, call it directly.
15683
15684 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
15685
15686 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
15687 to make it obvious item can be clicked.
15688
15689 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
15690
15691 2009-06-23 Kenichi Handa <handa@m17n.org>
15692
15693 * language/korea-util.el (korean-key-bindings): Change the binding
15694 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
15695 same command.
15696
15697 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
15698
15699 Sync with Tramp 2.1.16.
15700
15701 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
15702
15703 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
15704 when a loading of a package fails. Completion function for rsync
15705 is `tramp-completion-function-alist-ssh'.
15706 (all): Replace all calls of `split-string' and
15707 `tramp-split-string' by `tramp-compat-split-string'.
15708 (tramp-default-method): Use `tramp-compat-process-running-p'.
15709 (tramp-default-proxies-alist): Allow also Lisp forms.
15710 (tramp-remote-path): Add choice "Private Directories".
15711 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
15712 (tramp-domain-regexp): Allow also "-", "_" and ".".
15713 (tramp-end-of-output): Remove newlines, and add "$" at the end.
15714 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
15715 (tramp-debug-message): Insert header line in debug buffer.
15716 (tramp-handle-directory-files-and-attributes-with-stat):
15717 Care about filenames with spaces, or starting with "-".
15718 (tramp-handle-dired-uncache): New defun.
15719 (tramp-handle-insert-directory): Don't flush the directory from
15720 cache, this is handled by `dired-uncache' now.
15721 (tramp-handle-insert-file-contents): Improve error handling.
15722 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15723 Quote `tramp-end-of-output'.
15724 (tramp-action-password): Improve trace message.
15725 (tramp-check-for-regexp): Both echoes must be present, before removing.
15726 (tramp-open-connection-setup-interactive-shell): Trace coding system.
15727 (tramp-compute-multi-hops): Eval cons cells of
15728 `tramp-default-proxies-alist'.
15729 (tramp-maybe-open-connection): Use the same command pattern for
15730 first hop and further hops.
15731 (tramp-wait-for-output): Remove handling of newlines.
15732 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
15733 (tramp-split-string): Remove function. It is handled in
15734 tramp-compat now.
15735
15736 * net/tramp-cmds.el (tramp-bug):
15737 Recommend `tramp-cleanup-all-connections' in the bug mail.
15738
15739 * net/tramp-compat.el (tramp-compat-split-string)
15740 (tramp-compat-process-running-p): New defuns.
15741
15742 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
15743 for `dired-uncache'.
15744
15745 * net/tramp-gvfs.el: New package.
15746
15747 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15748 Add handler for `dired-uncache'.
15749 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
15750
15751 * net/trampver.el: Update release number. Make version check fit
15752 for SXEmacs 22.
15753
15754 2009-06-22 Jim Meyering <meyering@redhat.com>
15755
15756 Automatically handle .xz suffix (XZ-compressed files), too.
15757 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
15758 XZ is the successor to LZMA: <http://tukaani.org/xz/>
15759
15760 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
15761 Nick Roberts <nickrob@snap.net.nz>
15762
15763 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
15764 repository (http://sphinx.net.ru/hg/gdb-mi/).
15765
15766 2009-06-22 Glenn Morris <rgm@gnu.org>
15767
15768 * files.el (dir-locals-collect-mode-variables): Allow for any number of
15769 `mode' and `eval' entries. (Bug#3430)
15770
15771 * Makefile.in (ELCFILES): Add fadr.elc.
15772
15773 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
15774 differing behavior of \n and ^ in strings. (Bug#3385)
15775
15776 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
15777
15778 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
15779 property.
15780 (lisp-indent-function): Make it a defcustom.
15781
15782 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
15783
15784 * progmodes/gdb-ui.el: Replace with ...
15785 * progmodes/gdb-mi.el: ... this file.
15786 * progmodes/gud.el: Modify for gdb-mi.el.
15787
15788 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
15789
15790 * fadr.el: New file.
15791
15792 See ChangeLog.14 for earlier changes.
15793
15794 ;; Local Variables:
15795 ;; coding: utf-8
15796 ;; End:
15797
15798 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
15799
15800 This file is part of GNU Emacs.
15801
15802 GNU Emacs is free software: you can redistribute it and/or modify
15803 it under the terms of the GNU General Public License as published by
15804 the Free Software Foundation, either version 3 of the License, or
15805 (at your option) any later version.
15806
15807 GNU Emacs is distributed in the hope that it will be useful,
15808 but WITHOUT ANY WARRANTY; without even the implied warranty of
15809 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15810 GNU General Public License for more details.
15811
15812 You should have received a copy of the GNU General Public License
15813 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
15814
15815 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1