]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Merge from emacs-23 branch
[gnu-emacs] / lisp / ChangeLog
1 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
2
3 * textmodes/artist.el (artist-mode): Fix typo in docstring.
4 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
5
6 2010-03-31 Kenichi Handa <handa@m17n.org>
7
8 * language/sinhala.el (composition-function-table): Fix regexp for
9 the new Unicode specification.
10
11 * language/indian.el (devanagari-composable-pattern)
12 (tamil-composable-pattern, kannada-composable-pattern)
13 (malayalam-composable-pattern): Adjusted for the new Unicode
14 specification.
15 (bengali-composable-pattern, gurmukhi-composable-pattern)
16 (gujarati-composable-pattern, oriya-composable-pattern)
17 (telugu-composable-pattern): New variables to cope with the new
18 Unicode specification. Use them in composition-function-table.
19
20 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 Make tmm-menubar work for the Buffers menu again.
23 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
24 vectors rather than cons cells, as used in menu-bar-update-buffers.
25
26 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
27
28 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
29 (js-insert-and-indent): Revert 2009-08-15 change, restoring
30 electric punctuation for "{}();,:" (Bug#5586).
31
32 * mail/sendmail.el (mail-default-directory): Doc fix.
33
34 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
35
36 * mail/sendmail.el (mail-default-directory): Doc fix.
37
38 2010-03-31 Eli Zaretskii <eliz@gnu.org>
39
40 * subr.el (version-regexp-alist, version-to-list)
41 (version-list-<, version-list-=, version-list-<=)
42 (version-list-not-zero, version<, version<=, version=): Doc fix.
43 (Bug#5744).
44
45 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
46
47 * vc.el (vc-root-diff): Doc fix.
48
49 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
50
51 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
52
53 * simple.el (append-to-buffer): Fix last change.
54
55 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
56
57 * simple.el (append-to-buffer): Ensure that point is preserved if
58 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
59 (Bug#5749)
60
61 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
62
63 * files.el (auto-mode-case-fold): Change default to t.
64
65 2010-03-30 Juri Linkov <juri@jurta.org>
66
67 * dired-x.el (dired-omit-mode): Doc fix.
68
69 2010-03-30 Juri Linkov <juri@jurta.org>
70
71 * replace.el (occur-accumulate-lines): Move occur-engine related
72 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
73 to be located after `occur-engine'.
74
75 2010-03-30 Juri Linkov <juri@jurta.org>
76
77 Make occur handle multi-line matches cleanly with context.
78 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
79
80 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
81 (occur-engine): Add local variables `ret', `prev-after-lines',
82 `prev-lines'. Use more arguments for `occur-context-lines'.
83 Set first elem of its returned list to `data', and the second elem
84 to `prev-after-lines'. Don't print the separator line.
85 In the end, print remaining context after-lines.
86 (occur-context-lines): Add new arguments `begpt', `endpt',
87 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
88 after-lines of the previous match with before-lines of the
89 current match and not overlap them. Return a list with two
90 values: the output line and the list of context after-lines.
91
92 2010-03-30 Juri Linkov <juri@jurta.org>
93
94 * replace.el (occur-accumulate-lines): Fix a bug where the first
95 context line at the beginning of the buffer was missing.
96
97 2010-03-30 Eli Zaretskii <eliz@gnu.org>
98
99 * files.el: Make bidi-display-reordering safe variable for boolean
100 values.
101
102 2010-03-29 Phil Hagelberg <phil@evri.com>
103 Chong Yidong <cyd@stupidchicken.com>
104
105 * subr.el: Extend progress reporters to perform "spinning".
106 (progress-reporter-update, progress-reporter-do-update): Handle
107 non-numeric value arguments.
108 (progress-reporter--pulse-characters): New var.
109
110 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
111
112 * progmodes/compile.el (compilation-start): Fix regexp detection
113 of initial cd command (Bug#5771).
114
115 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
116
117 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
118
119 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
120
121 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
122 * lisp/progmodes/gdb-mi.el: Restored.
123 * lisp/progmodes/gdb-ui.el: Removed.
124 * lisp/progmodes/gud.el: Re-accommodated for gdb-mi.el.
125
126 2010-03-25 Glenn Morris <rgm@gnu.org>
127
128 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
129 all dired buffers, even tramp ones. (Bug#5755)
130
131 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
132
133 Add "union tags" in mpc.el.
134 * mpc.el: Remove backward compatibility code.
135 (mpc-browser-tags): Change default.
136 (mpc--find-memoize-union-tags): New var.
137 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
138 (mpc-cmd-find): Handle the case where the playlist does not exist.
139 Handle union-tags.
140 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
141 (mpc-cmd-add): Use mpc-cmd-flush.
142 (mpc-tagbrowser-tag-name): New fun.
143 (mpc-tagbrowser-buf): Use it.
144 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
145
146 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 Misc cleanup.
149 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
150 Use replace-regexp-in-string.
151 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
152 (makefile-imake-mode-syntax-table): Move init into defvar.
153 (makefile-mode): Use define-derived-mode.
154
155 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
156 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
157 not be present any more.
158
159 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
160
161 * faces.el (set-face-attribute): Fix typo in docstring.
162 (face-valid-attribute-values): Reflow docstring.
163
164 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
165
166 2010-03-24 Glenn Morris <rgm@gnu.org>
167
168 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
169
170 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
171
172 * indent.el (indent-for-tab-command): Doc fix.
173
174 2010-03-24 Alan Mackenzie <acm@muc.de>
175
176 * progmodes/cc-engine.el (c-remove-stale-state-cache):
177 Fix off-by-one error. Fixes bug #5747.
178
179 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
180
181 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
182 (image-dired-read-comment): Doc fix.
183
184 * json.el (json-object-type, json-array-type, json-key-type)
185 (json-false, json-null, json-read-number):
186 * minibuffer.el (completion-in-region-functions):
187 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
188 (cal-tex-cursor-week):
189 * emacs-lisp/trace.el (trace-function):
190 * eshell/em-basic.el (eshell/printnl):
191 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
192 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
193 * obsolete/levents.el (allocate-event, event-key, event-object)
194 (event-point, event-process, event-timestamp, event-to-character)
195 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
196 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
197 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
198 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
199 (reftex-highlight-selection): Fix typos in docstrings.
200
201 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
202
203 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
204
205 2010-03-24 Glenn Morris <rgm@gnu.org>
206
207 * mail/rmail.el (rmail-highlight-face): Restore option deleted
208 2008-02-13 without comment; mark it obsolete.
209 (rmail-highlight-headers): Use rmail-highlight-face once more.
210
211 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
212
213 * woman.el (woman2-process-escapes): Only consume the newline if
214 the filler character is on a line by itself (Bug#5729).
215
216 2010-03-24 Kenichi Handa <handa@m17n.org>
217
218 * language/indian.el (devanagari-composable-pattern): Add more
219 consonants.
220
221 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
222
223 * net/trampver.el: Update release number.
224
225 2010-03-24 Glenn Morris <rgm@gnu.org>
226
227 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
228
229 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
230
231 * net/tramp.el (tramp-find-executable):
232 Use `tramp-get-connection-buffer'. Make the regexp for checking
233 output of "wc -l" more robust.
234 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
235 (tramp-open-connection-setup-interactive-shell): Remove workaround
236 for OpenSolaris bug, it is not needed anymore.
237
238 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
239
240 * cedet/semantic/imenu.el: New file, from the CEDET repository
241 (Bug#5412).
242
243 2010-03-24 Glenn Morris <rgm@gnu.org>
244
245 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
246
247 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
248
249 * files.el (auto-mode-alist): Accept more verilog file patterns.
250
251 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
252
253 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
254
255 2010-03-24 Glenn Morris <rgm@gnu.org>
256
257 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
258 log-edit-before-checkin-process.
259
260 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
261
262 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
263
264 * vc-dispatcher.el (vc-start-logentry): Doc fix.
265 (log-view-process-buffer, log-edit-extra-flags): Declare.
266
267 * log-edit.el (log-edit-before-checkin-process): Doc fix.
268
269 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
270 Consistently check ede-object is bound throughout.
271
272 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
273
274 2010-03-23 Sam Steingold <sds@gnu.org>
275
276 Fix bug#5620: recalculate all markers on compilation buffer
277 modifications, not on file modifications.
278 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
279 the buffer modification time, for buffers not associated with files.
280 (compilation-mode): Create it.
281 (compilation-filter): Update it.
282 (compilation-next-error-function): Use it instead of
283 `visited-file-modtime' for timestamp.
284
285 2010-03-23 Juri Linkov <juri@jurta.org>
286
287 Implement Occur multi-line matches.
288 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
289
290 * replace.el (occur): Doc fix.
291 (occur-engine): Set `begpt' to the beginning of the first line.
292 Set `endpt' to the end of the last match line. At first, count
293 line numbers between `origpt' and `begpt'. Split out code from
294 `out-line' variable to new let-bindings `match-prefix' and
295 `match-str'. In `out-line' add non-numeric prefix to all
296 non-first lines of multi-line matches. Finally, count lines
297 between `begpt' and `endpt' and add to `lines'.
298
299 2010-03-23 Juri Linkov <juri@jurta.org>
300
301 * replace.el (occur-accumulate-lines, occur-engine):
302 Use `occur-engine-line' instead of duplicate code.
303 (occur-engine-line): New function created from duplicate code
304 in `occur-accumulate-lines' and `occur-engine'.
305
306 * replace.el (occur-engine-line): Add optional arg `keep-props'.
307 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
308
309 2010-03-23 Juri Linkov <juri@jurta.org>
310
311 * finder.el: Remove TODO tasks.
312
313 * info.el (Info-finder-find-node): Add node "all"
314 with all package info. Handle a list of multiple keywords
315 separated by comma.
316 (info-finder): In interactive use with a prefix argument,
317 use `completing-read-multiple' to read a list of keywords
318 separated by comma.
319
320 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
321
322 Add a new completion style `substring'.
323 * minibuffer.el (completion-basic--pattern): New function.
324 (completion-basic-try-completion, completion-basic-all-completions):
325 Use it.
326 (completion-substring--all-completions)
327 (completion-substring-try-completion)
328 (completion-substring-all-completions): New functions.
329 (completion-styles-alist): New style `substring'.
330
331 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 Get rid of .elc files after removal of the corresponding .el.
334 * Makefile.in (compile-clean): New target.
335 (compile-main): Use it.
336
337 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
338
339 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
340 don't do make there. When compiling with separate object dir, there
341 is no Makefile there.
342
343 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
344
345 Get rid of the ELCFILES abomination, again.
346 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
347 (all, compile): Don't call compile-last.
348 (compile-main): Build the "elcfiles" list dynamically.
349 (compile-targets): New (internal) target.
350
351 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
352
353 * Makefile.in (top_srcdir): Define.
354 (abs_top_builddir): Define.
355 (srcdir): Don't append `/..'.
356 (EMACS): Use ${abs_top_builddir}.
357 (all, compile, compile-always, compile-last): Don't set emacswd.
358 (update-subdirs, update-authors): Use $(top_srcdir) instead of
359 $(srcdir).
360 (lisp): Use $(srcdir) instead of @srcdir@.
361
362 2010-03-21 Juri Linkov <juri@jurta.org>
363
364 Fix message of multi-line occur regexps and multi-buffer header lines.
365 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
366
367 * replace.el (occur-1): Don't display regexp if it is longer
368 than window-width. Use `query-replace-descr' to display regexp.
369 (occur-engine): Don't display regexp in the buffer header for
370 multi-buffer occur. Display a separate header line with total
371 match count and regexp for multi-buffer occur.
372 Use `query-replace-descr' to display regexp.
373
374 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
375
376 * net/secrets.el: Fix parenthesis.
377 (secrets-enabled): Fix parenthesis.
378
379 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
380
381 Use more relative file and directory names.
382 * Makefile.in (EMACS): Arrange for it to work when we chdir.
383 (setwins, setwins_almost, setwins_for_subdirs):
384 Don't `cd'; output relative names.
385 (all, compile, compile-always, compile-last): Set emacswd.
386 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
387 Just cd to the lisp source dir so we can use relative file names.
388
389 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
390
391 2010-03-20 Glenn Morris <rgm@gnu.org>
392
393 * textmodes/rst.el: Use faces for font-lock customization, and make the
394 old -face variables obsolete.
395 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
396 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
397 (rst-block-face, rst-external-face, rst-definition-face)
398 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
399 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
400 Make obsolete.
401 (rst-font-lock-keywords-function): Update for above changes.
402
403 2010-03-20 Juri Linkov <juri@jurta.org>
404
405 * s-region.el:
406 * obsolete/s-region.el: Move to obsolete.
407
408 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
409
410 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
411
412 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
413
414 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
415
416 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
417
418 Add special markup processing for commit logs.
419 * log-edit.el (log-edit-extra-flags): New variable.
420 (log-edit): Add new argument MODE. Use that mode when non-nil
421 instead of the log-view-mode.
422 (log-view-process-buffer): New function.
423
424 * vc.el: Document that the checkin method takes optional
425 arguments. Document new backend specific method: log-view-mode.
426 (vc-default-log-edit-mode): New function.
427 (vc-checkin): Use a backend specific log-view-mode.
428 Pass extra arguments to the checkin method.
429 (vc-modify-change-comment): Pass a dummy extra argument.
430
431 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
432 log-edit.
433 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
434 (vc-finish-logentry): Process the log buffer before passing it
435 down. Pass log-edit-extra-flags.
436
437 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
438 command.
439 (log-edit-extra-flags, log-edit-before-checkin-process): New declarations.
440
441 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
442 command.
443 (log-edit-extra-flags, log-edit-before-checkin-process): New declarations.
444 (vc-hg-log-edit-mode): New derived mode.
445
446 * vc-arch.el (vc-arch-checkin):
447 * vc-cvs.el (vc-cvs-checkin):
448 * vc-git.el (vc-git-checkin):
449 * vc-mtn.el (vc-mtn-checkin):
450 * vc-rcs.el (vc-rcs-checkin):
451 * vc-sccs.el (vc-sccs-checkin):
452 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
453
454 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
455
456 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
457 parent typo).
458
459 2010-03-19 Glenn Morris <rgm@gnu.org>
460
461 * password-cache.el (password-cache, password-cache-expiry): Autoload.
462
463 2010-03-18 Glenn Morris <rgm@gnu.org>
464
465 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
466
467 * replace.el (query-replace-history): Give it a doc string.
468 (map-query-replace-regexp): Use query-replace-from-history-variable
469 and query-replace-to-history-variable.
470
471 * mail/hashcash.el (declare-function): Remove duplicate definition.
472
473 * mail/emacsbug.el (report-emacs-bug-pretest-address):
474 Make it an obsolete alias for report-emacs-bug-address.
475 (message-strip-special-text-properties): Declare.
476 (report-emacs-bug): Remove test for a pretest bug address.
477 Combine message-mode-specific code.
478
479 * mail/supercite.el: Don't require sendmail.
480 (mh-in-header-p): Declare rather than using with-no-warnings.
481 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
482 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
483
484 * calendar/cal-french.el: Convert to utf-8.
485
486 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
487 Emacs scripts.
488
489 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
490
491 * net/secrets.el (secrets-enabled): New variable. Use it instead
492 of a subfeature.
493
494 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
495
496 * net/secrets.el (top): Register the D-Bus signals only when the
497 service "org.freedesktop.secrets" can be pinged.
498 Provide subfeature `enabled'.
499
500 2010-03-14 Juri Linkov <juri@jurta.org>
501
502 Add finder unknown keywords.
503
504 * finder.el (finder-unknown-keywords): New function.
505
506 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
507 to create a Finder node with unknown keywords.
508
509 2010-03-14 Juri Linkov <juri@jurta.org>
510
511 * finder.el (finder-compile-keywords): Replace `princ' with
512 `prin1' on a list of symbols interned from keyword strings.
513
514 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
515 a comma, then split keywords using a comma and optional whitespace.
516 Otherwise, split by whitespace.
517
518 * complete.el:
519 * face-remap.el:
520 * log-view.el:
521 * net/hmac-def.el:
522 * net/hmac-md5.el:
523 * net/netrc.el:
524 * progmodes/mixal-mode.el: Fix keywords.
525
526 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
527
528 * Makefile.in (ELCFILES): Add net/secrets.elc.
529
530 * net/secrets.el: New file.
531
532 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
533
534 * facemenu.el (list-colors-display, list-colors-print): New arg
535 callback. Use it to allow selecting colors.
536
537 * wid-edit.el (widget-image-insert): Insert image prop even if the
538 current display is non-graphic.
539 (widget-field-value-set): New fun.
540 (editable-field): Use it.
541 (widget-field-value-get): Clean up unused var.
542 (widget-color-value-create, widget-color--choose-action): New
543 funs. Allow using list-colors-display to choose color.
544
545 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
546
547 * cus-edit.el: Resort topmost custom groups.
548 (custom-buffer-sort-alphabetically): Default to t.
549 (customize-apropos): Use apropos-parse-pattern.
550 (custom-search-field): New var.
551 (custom-buffer-create-internal): Add custom-apropos search field.
552 (custom-add-parent-links): Don't display parent doc.
553 (custom-group-value-create): Don't sort top-level custom group.
554 (custom-magic-value-create): Show visibility button before option
555 name.
556
557 (custom-variable-state): New fun, from custom-variable-state-set.
558 (custom-variable-state-set): Use it.
559 (custom-group-value-create): Hide options with standard values
560 using the :hidden-states property. Use progress reporter.
561
562 (custom-show): Simplify.
563 (custom-visibility): Disable images by default.
564 (custom-variable): New property :hidden-states.
565 (custom-variable-value-create): Enable images for
566 custom-visibility widgets. Use :hidden-states property to
567 determine initial visibility.
568
569 * wid-edit.el (widget-image-find): Give images center ascent.
570 (visibility): Add :on-image and :off-image properties.
571 (widget-visibility-value-create): Use them.
572
573 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
574
575 * cus-edit.el (processes): Remove from development group.
576 (oop, hypermedia): Delete group.
577 (comm): Promote to top-level group.
578
579 * net/browse-url.el (browse-url):
580 * net/xesam.el (xesam):
581 * net/tramp.el (tramp):
582 * net/goto-addr.el (goto-address):
583 * net/ange-ftp.el (ange-ftp): Put in comm group.
584
585 * view.el (view): Remove from editing group.
586
587 * uniquify.el (uniquify): Put in files group.
588
589 * net/browse-url.el (browse-url):
590 * ps-print.el (postscript): Put in external group.
591
592 * cus-edit.el (outlines):
593 * textmodes/text-mode.el (text-mode-hook):
594 * textmodes/table.el (table):
595 * textmodes/picture.el (picture):
596 * outline.el (outlines): Put in wp group.
597
598 * nxml/nxml-mode.el (nxml): Remove from wp group.
599
600 * net/tramp-imap.el (tramp-imap): Put in tramp group.
601
602 * mail/metamail.el (metamail): Remove from hypermedia group.
603
604 * cus-edit.el (abbrev):
605 * whitespace.el (whitespace):
606 * vcursor.el (vcursor):
607 * reveal.el (reveal):
608 * hl-line.el (hl-line): Put in convenience group.
609
610 * epg-config.el (epg): Put in data group.
611
612 * emulation/pc-select.el (pc-select): Put in emulations group.
613
614 * calculator.el (calculator): Put in applications group.
615
616 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
617
618 Add .dir-locals.el support for file-less buffers.
619 * files.el (hack-local-variables): Split out code to apply local
620 variable settings ...
621 (hack-local-variables-apply): ... here. New function.
622 (hack-dir-local-variables): Use the default directory for when the
623 buffer does not have an associated file.
624 (hack-dir-local-variables-non-file-buffer): New function.
625 * diff-mode.el (diff-mode):
626 * vc-annotate.el (vc-annotate-mode):
627 * vc-dir.el (vc-dir-mode):
628 * log-edit.el (log-edit-mode):
629 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
630
631 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
632
633 Add support for shelving snapshots and for showing shelves.
634 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
635 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
636 New functions.
637 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
638 (vc-bzr-extra-menu-map): Map them.
639
640 2010-03-11 Glenn Morris <rgm@gnu.org>
641
642 * cus-edit.el (customize-changed-options-previous-release):
643 Bump to 23.1.
644
645 * image.el (image-animate-max-time): Fix :version tag.
646
647 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
648
649 * Branch for 23.2.
650
651 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
652
653 * vc-git.el (vc-git-revision-table): Include remote branches.
654
655 2010-03-10 Kim F. Storm <storm@cua.dk>
656
657 Animated image API.
658 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
659
660 * image.el (image-animate-max-time): New defcustom.
661 (image-animated-types): New defconst.
662 (create-animated-image, image-animate-timer)
663 (image-animate-start, image-animate-stop, image-animate-timeout)
664 (image-animated-p): New functions.
665
666 * image-mode.el (image-toggle-display-image):
667 Replace `create-image' with `create-animated-image'.
668
669 2010-03-09 Miles Bader <Miles Bader <miles@gnu.org>>
670
671 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
672 instead of "format:"; this ensures that the output is
673 newline-terminated.
674
675 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
676
677 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
678 that all errors are caught, and that the return value is always a
679 list (Bug#5692).
680
681 2010-03-08 Kenichi Handa <handa@m17n.org>
682
683 * language/misc-lang.el (windows-1256): New coding system.
684 (cp1256): New alias of windows-1256 (bug#5690).
685
686 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
687
688 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
689 call to rfc822-bad-address. (Bug#5692)
690
691 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
692
693 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
694 vc-git-root as default directory for revision path (Bug#5657).
695
696 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
697
698 * calculator.el (calculator): Don't bind split-window-keep-point
699 (Bug#5674).
700
701 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
702
703 * vc-git.el: Re-flow to fit into 80 columns.
704 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
705 Remove spurious `quote' element in each case alternative.
706 (vc-git-show-log-entry): Use prog1.
707 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
708
709 2010-03-06 Glenn Morris <rgm@gnu.org>
710
711 * cedet/semantic/grammar.el (semantic-grammar-header-template):
712 Update template copyright to GPLv3+.
713
714 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
715
716 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
717
718 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
719
720 * macros.el (insert-kbd-macro): Look up keyboard macro using the
721 definition, not the name (Bug#5481).
722
723 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
724
725 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
726 argument with a local variable. (Bug#5670)
727
728 2010-03-02 Juri Linkov <juri@jurta.org>
729
730 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
731
732 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
733
734 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
735 error when FILENAME and NEWNAME are existing remote directories.
736
737 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
738 parameter DIR-FLAG.
739
740 2010-03-02 Glenn Morris <rgm@gnu.org>
741
742 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
743 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
744
745 2010-03-01 Alan Mackenzie <acm@muc.de>
746
747 * progmodes/cc-engine.el (c-remove-stale-state-cache):
748 Correct previous patch.
749
750 2010-03-01 Kenichi Handa <handa@m17n.org>
751
752 * language/burmese.el (burmese-composable-pattern): Rename from
753 myanmar-composable-pattern.
754
755 * international/characters.el (script-list):
756 * international/fontset.el (script-representative-chars):
757 Change myanmar to burmese.
758 (otf-script-alist): Likewise.
759 (setup-default-fontset): Likewise. Re-fix :otf spec.
760
761 2010-03-01 Alan Mackenzie <bug-cc-mode@gnu.org>
762
763 * cc-engine.el (c-remove-stale-state-cache): Take account of when
764 `good-pos' is in the same macro as `here'. Fixes bug#5649.
765
766 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
767
768 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
769
770 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
771
772 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
773
774 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
775
776 * net/tramp.el (tramp-handle-write-region): START can be a string.
777 Take care in the checks. Reported by Dan Davison
778 <davison@stats.ox.ac.uk>.
779
780 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
781
782 * net/dbus.el (dbus-introspect, dbus-get-property)
783 (dbus-set-property, dbus-get-all-properties): Use
784 `dbus-call-method' when noninteractive. (Bug#5645)
785
786 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
787
788 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
789 * emacs-lisp/elint.el (elint-add-required-env):
790 * cedet/semantic/db-find.el
791 (semanticdb-find-translate-path-brutish-default):
792 * cedet/ede/make.el (ede-make-check-version):
793 * calendar/icalendar.el (icalendar--add-diary-entry):
794 * calc/calcalg2.el (math-tracing-integral):
795 * files.el (recover-session-finish): Use with-current-buffer
796 instead of save-excursion.
797
798 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
799
800 Fix in-buffer completion when after-change-functions modify the buffer.
801 * minibuffer.el (completion--replace): New function.
802 (completion--do-completion): Use it and use relative movement.
803
804 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
805
806 * international/fontset.el (setup-default-fontset): Fix :otf spec.
807
808 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
809
810 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
811 Allow the characters _<> in the stack entry (Bug#5653).
812
813 2010-02-26 Kenichi Handa <handa@m17n.org>
814
815 * language/burmese.el: Fix entries in composition-function-table.
816 (myanmar-composable-pattern): New variable.
817
818 * international/fontset.el (setup-default-fontset): Add an entry
819 for myanmar.
820
821 * international/characters.el (script-list): Add Myanmar
822 Extended-A.
823
824 2010-02-26 Glenn Morris <rgm@gnu.org>
825
826 * custom.el (custom-initialize-delay): Doc fix.
827
828 * mail/sendmail.el (send-mail-function): Autoload the call
829 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
830
831 2010-02-25 Alan Mackenzie <acm@muc.de>
832
833 * progmodes/cc-engine.el (c-clear-<-pair-props)
834 (c-clear->-pair-props): Correct to wipe category text props, not
835 syntax-table ones.
836
837 * progmodes/cc-mode.el (c-after-change): Remove any hard
838 syntax-table properties for <, > which, e.g., C-y has
839 inopportunely converted from category properties.
840
841 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
842
843 * files.el (hack-local-variables-filter): For eval forms, also
844 check safe-local-variable-p (Bug#5636).
845
846 2010-02-24 Eduard Wiebe <usenet@pusto.de>
847
848 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
849 and use c(ad)r of cddr (Bug#5640).
850
851 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
852
853 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
854 setting the modes by `ignore-errors'. It might fail, for example
855 if the file is not owned by the user but the group.
856 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
857
858 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
859
860 * files.el (directory-listing-before-filename-regexp): Use
861 stricter matching for iso-style dates, to avoid false matches with
862 date-like filenames (Bug#5597).
863
864 * htmlfontify.el (htmlfontify): Doc fix.
865
866 * eshell/eshell.el (eshell): Doc fix.
867
868 * startup.el (fancy-about-screen): In mode-line, apply
869 mode-line-buffer-id face only to the buffer name (Bug#5613).
870
871 2010-02-20 Kevin Ryde <user42@zip.com.au>
872
873 * progmodes/compile.el (compilation-error-regexp-alist-alist):
874 In `watcom' anchor regexp to start of line, to avoid slowness
875 (Bug#5599).
876
877 2010-02-20 Eli Zaretskii <eliz@gnu.org>
878
879 * subr.el (remove-yank-excluded-properties): Explain in a comment
880 why `category' property is removed.
881
882 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
883
884 * isearch.el (isearch-update-post-hook, isearch-update): Revert
885 2010-02-17 change.
886
887 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
888
889 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
890 (icalendar--convert-weekly-to-ical)
891 (icalendar--convert-yearly-to-ical)
892 (icalendar--convert-block-to-ical)
893 (icalendar--convert-cyclic-to-ical)
894 (icalendar--convert-anniversary-to-ical): Take care of time
895 specifications where hour has 1-digit only (Bug#5549).
896
897 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
898
899 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
900 of disassemble output in GDB 7.1.
901
902 2010-02-19 Glenn Morris <rgm@gnu.org>
903
904 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
905 property. (Bug#5593)
906
907 2010-02-18 Sam Steingold <sds@gnu.org>
908
909 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
910
911 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
912
913 Use abbreviated file names in bookmarks (bug#5591).
914 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
915 calls to expand-file-name.
916 (bookmark-relocate): Use abbreviated file names in bookmarks.
917 (bookmark-load): Use abbreviated file names in messages.
918
919 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
920
921 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
922 expand "." and "..". Reported by Thierry Volpiatto
923 <thierry.volpiatto@gmail.com>.
924
925 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
926
927 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
928 permissions of the temporary file to "0600". In case the remote
929 file has no read permissions for the owner, there might be
930 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
931
932 22010-02-18 Glenn Morris <rgm@gnu.org>
933
934 * emacs-lisp/authors.el (authors-renamed-files-alist):
935 Add entries for INSTALL.CVS.
936
937 2010-02-17 Mark A. Hershberger <mah@everybody.org>
938
939 * vc-bzr.el: Fix typo in Known Bugs section.
940
941 * isearch.el (isearch-update-post-hook): New hook.
942 (isearch-update): Use the new hook.
943
944 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
945
946 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
947 Fix errors in copying directories.
948 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
949 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
950 (tramp-handle-delete-file)
951 (tramp-handle-dired-recursive-delete-directory)
952 (tramp-handle-write-region): Flush also the cache for the upper
953 directory.
954
955 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
956
957 * simple.el (save-interprogram-paste-before-kill): Doc fix.
958
959 * cus-edit.el (hardware): Doc fix.
960
961 * man.el (man): Add to external custom group.
962
963 * delim-col.el (columns): Move to wp custom group.
964
965 * doc-view.el (doc-view): Add to data custom group.
966
967 * cedet/data-debug.el (data-debug): Move to extensions group.
968
969 * cedet/ede.el (ede):
970 * cedet/srecode.el (srecode):
971 * cedet/semantic.el (semantic): Put in tools and extensions group.
972
973 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
974
975 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
976 by ispell-parse-output (Bug#5575).
977
978 2010-02-16 Kenichi Handa <handa@m17n.org>
979
980 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
981 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
982 (skkdic-convert): Use `euc-japan' coding system for writing.
983
984 2010-02-16 Glenn Morris <rgm@gnu.org>
985
986 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
987 tex-main-file before using it. (Bug#5562)
988
989 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
990
991 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
992 warnings, since it is annoying for the user to see them each time he
993 runs the code.
994
995 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
996
997 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
998 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
999 instead of PROC for caching "first-password-request". Otherwise,
1000 new processes would not profit from passwords already entered.
1001
1002 * net/tramp-cache.el (tramp-dump-connection-properties):
1003 Don't save "first-password-request" property.
1004
1005 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
1006
1007 * outline.el (outline-head-from-level):
1008 * simple.el (with-wrapper-hook):
1009 * cedet/ede.el (ede-run-target, project-delete-target)
1010 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1011 (ede-adebug-project, ede-adebug-project-parent)
1012 (ede-adebug-project-root):
1013 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1014 (elint-defun, elint-buffer-env, elint-top-form-logged)
1015 (elint-unbound-variable):
1016 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1017 Fix typos in docstrings.
1018
1019 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
1020
1021 * files.el (insert-directory): When WILDCARD-REGEXP and
1022 FULL-DIRECTORY-P are nil, insert the file entry instead of the
1023 whole directory. (Bug#5551)
1024
1025 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
1026 dired's alignment sanity. (Bug#5516)
1027
1028 2010-02-14 Juri Linkov <juri@jurta.org>
1029
1030 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1031 Remove remaining ^H with their preceding chars. (Bug#5566)
1032
1033 2010-02-13 Glenn Morris <rgm@gnu.org>
1034
1035 * simple.el (transpose-subr): Give it a doc-string.
1036
1037 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1038 Doc fixes.
1039
1040 2010-02-12 Juri Linkov <juri@jurta.org>
1041
1042 * arc-mode.el (archive-unique-fname): Make directories for nested
1043 archives. (Bug#5540)
1044
1045 2010-02-12 Juri Linkov <juri@jurta.org>
1046
1047 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
1048
1049 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1050
1051 * subr.el (copy-overlay): Handle deleted overlays.
1052
1053 * man.el (Man-completion-table): Don't signal an error if we can't run
1054 manual-program (bug#4056).
1055
1056 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
1057
1058 * textmodes/artist.el (artist-mt): Fix typos in docstring.
1059
1060 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1061
1062 * info.el (Info-bookmark-jump): Simplify.
1063
1064 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1065 (bookmark-default-handler): Accept new bookmark field `buffer'.
1066
1067 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
1068
1069 * iswitchb.el (iswitchb-completions): Revert last change.
1070
1071 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
1072
1073 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1074 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1075 This prevents file names like "~/" being listed literally.
1076
1077 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1078
1079 * term/xterm.el (xterm-maybe-set-dark-background-mode):
1080 Remove dead code. (Bug#5546)
1081
1082 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
1083
1084 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1085 correctly (Bug#5548).
1086
1087 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
1088
1089 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1090 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1091
1092 2010-02-08 Kenichi Handa <handa@m17n.org>
1093
1094 * international/mule-util.el (with-coding-priority): Add autoload
1095 cookie for putting `lisp-indent-function'.
1096
1097 2010-02-07 Glenn Morris <rgm@gnu.org>
1098
1099 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1100 Move F2003 named interfaces from keywords-2 to keywords-1, and
1101 use function-name-face rather than constant-face.
1102 Simplify "abstract interface" regexp.
1103
1104 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
1105
1106 * eshell/esh-util.el (eshell-file-attributes): New optional arg
1107 ID-FORMAT. Pass it to `file-attributes'.
1108
1109 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1110
1111 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
1112
1113 * faces.el (set-face-attribute): Allow calling
1114 internal-set-lisp-face-attribute with 'unspecified family and
1115 foundry argument (Bug#5536).
1116
1117 2010-02-07 Glenn Morris <rgm@gnu.org>
1118
1119 * progmodes/f90.el (f90-font-lock-keywords-2)
1120 (f90-looking-at-type-like, f90-looking-at-program-block-end):
1121 Handle F2003 named interfaces.
1122
1123 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
1124
1125 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1126 beg and end before calling c-get-state-before-change-functions.
1127
1128 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
1129
1130 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1131
1132 2010-02-05 Juri Linkov <juri@jurta.org>
1133
1134 * doc-view.el (doc-view-mode):
1135 * image-mode.el (image-mode): Put property mode-class=special.
1136 (Bug#4896)
1137
1138 2010-02-05 Mark A. Hershberger <mah@everybody.org>
1139
1140 * vc-svn.el (vc-svn-revision-table): New function.
1141
1142 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
1143
1144 * net/ange-ftp.el (ange-ftp-insert-directory):
1145 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1146 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1147 Handle also directories. (Bug#5478)
1148
1149 2010-02-05 Glenn Morris <rgm@gnu.org>
1150
1151 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1152
1153 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
1154
1155 * startup.el (command-line-1): Convert options beginning with a
1156 single dash as well (Bug#5519).
1157
1158 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1159
1160 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1161 * minibuffer.el (completion-initials-expand): Only check the presence
1162 of delims *within* the boundaries, since otherwise the / delim is
1163 always found for files.
1164
1165 Fix up various corner case problems.
1166 * doc-view.el (doc-view-last-page-number): New function.
1167 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1168 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1169 (doc-view-kill-proc): Avoid inf-loop in freak cases.
1170 (doc-view-reconvert-doc): Use the new recursive delete-directory.
1171 (doc-view-convert-current-doc): Don't create the resolution.el file
1172 here any more.
1173 (doc-view-pdf/ps->png): Do it here instead.
1174 (doc-view-already-converted-p): Check that resolution.el is present.
1175 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1176 windows that are not yet showing images.
1177
1178 2010-02-04 Alan Mackenzie <acm@muc.de>
1179
1180 Change strategy for marking < and > as template delimiters: mark
1181 them strictly in matching pairs.
1182
1183 * cc-mode.el (c-before-change):
1184 Use c-get-state-before-change-functions.
1185 (c-common-init): Adapt to use
1186 c-get-state-before-change-functions (note plural).
1187
1188 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
1189 for searching syntactically for matching <s and >s.
1190 (c-get-state-before-change-functions): New language variable (note
1191 the plural) which supersedes c-get-state-before-change-function.
1192
1193 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
1194 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
1195 (c-clear->-pair-props-if-match-before)
1196 (c-before-change-check-<>-operators): New functions.
1197 (c-after-change-check-<>-operators): Use macro
1198 c-unmark-<->-as-paren.
1199
1200 * cc-defs.el (c-search-backward-char-property): New macro.
1201
1202 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
1203 and > any more. (These will be handled by font locking.)
1204
1205 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
1206
1207 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1208 `dired-uncache' for every elemnt which is an absolute file name.
1209
1210 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1211 directory, handle its directory component.
1212 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1213 function is called permanently and creates noise, otherwise.
1214
1215 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1216 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1217 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
1218
1219 2010-02-04 David Burger <dburger@google.com> (tiny change)
1220
1221 * macros.el (apply-macro-to-region-lines):
1222 Minor simplification. (Bug#5485)
1223
1224 2010-02-04 Glenn Morris <rgm@gnu.org>
1225
1226 * mail/rmail.el (rmail-show-message-1): Handle malformed
1227 quoted-printable text. (Bug#5441)
1228
1229 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1230
1231 * simple.el (visual-line-mode): Capitalize lighter.
1232
1233 2010-02-03 John Wiegley <jwiegley@gmail.com>
1234
1235 * iswitchb.el (iswitchb-completions): Add bookmark files to the
1236 list of files considered for "virtual buffer" completions.
1237
1238 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
1239
1240 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1241 also in case of (and (not full) (not wildcard)). This is needed,
1242 when dired is called with a list of files, which are not in
1243 `default-directory'. (Bug#5478)
1244
1245 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1246
1247 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1248
1249 2010-02-02 Juri Linkov <juri@jurta.org>
1250
1251 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1252 from unidiff to allow function-line after @@.
1253
1254 2010-02-02 Juri Linkov <juri@jurta.org>
1255
1256 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1257 '(RCS SCCS) with inverted condition.
1258
1259 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
1260
1261 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1262 messages.
1263
1264 2010-02-01 Juri Linkov <juri@jurta.org>
1265
1266 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1267 compare with "pkunzip" and "pkzip" instead of only "pkzip".
1268 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1269 only when (car archive-zip-extract) is "unzip". (Bug#5475)
1270
1271 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1272
1273 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1274 (doc-view-revert-buffer): New command.
1275 (doc-view-mode-map): Use it.
1276
1277 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1278
1279 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1280 pending merge is detected.
1281
1282 2010-01-31 Juri Linkov <juri@jurta.org>
1283
1284 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1285 beginning of interactive spec like all other grep commands do.
1286 Put "all" in front of "gz". (Bug#5260)
1287
1288 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1289
1290 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1291
1292 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
1293
1294 * dirtrack.el (dirtrack): Warn instead of signalling error if the
1295 regexp is incorrect (Bug#5476).
1296
1297 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
1298
1299 * net/tramp.el (tramp-handle-insert-directory): Handle also
1300 symlinks, when FILENAME is not in `default-directory'.
1301
1302 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1303
1304 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1305 FILE is not in `default-directory'. (Bug#5478)
1306
1307 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1308 of SWITCHES. Handle the case, FILENAME is not in
1309 `default-directory'. (Bug#5478)
1310 (tramp-register-file-name-handlers): Add safe-magic property.
1311
1312 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
1313
1314 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1315 unzip (Bug#5475).
1316
1317 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1318
1319 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1320 (flymake-master-make-header-init): Add other C++ filename masks.
1321 (flymake-find-possible-master-files)
1322 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1323
1324 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1325
1326 Fix some busybox annoyances.
1327
1328 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1329 not responding." string.
1330 (tramp-open-connection-setup-interactive-shell): Dump stty
1331 settings. Enable "neveropen" arg for all `tramp-send-command'
1332 calls. Handle "=" in variable values properly.
1333 (tramp-find-inline-encoding): Raise an error, when no encoding is
1334 found.
1335 (tramp-wait-for-output): Check, whether PROC buffer is available.
1336 Remove spurious " ^H" sequences, sent by busybox.
1337 (tramp-get-ls-command): Suppress coloring, if possible.
1338
1339 2010-01-28 Glenn Morris <rgm@gnu.org>
1340
1341 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1342
1343 * log-edit.el (log-edit-strip-single-file-name): Add missing
1344 :safe, :group, and :version tags.
1345
1346 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
1347
1348 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1349 buffers. (Bug#5477)
1350
1351 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
1352
1353 * files.el (delete-directory): Handle moving to trash without
1354 first doing recursion (Bug#5436).
1355
1356 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
1357
1358 * vc-hooks.el (vc-path): Mark as obsolete.
1359
1360 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
1361
1362 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1363 names too.
1364
1365 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1366 for the short log.
1367 (vc-bzr-log-view-mode): Adjust regexp for the above change.
1368
1369 2010-01-25 Mark A. Hershberger <mah@everybody.org>
1370
1371 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1372
1373 * vc-bzr.el (vc-bzr-revision-table): New function.
1374
1375 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1376
1377 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1378 diff-index command. This requires at least git-1.5.5. (Bug#1589).
1379
1380 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1381
1382 Remove support for adding --signoff on commit.
1383 Future support will use an incompatible generic mechanism.
1384 * vc-git.el (vc-git-add-signoff): Remove variable.
1385 (vc-git-toggle-signoff): Remove function.
1386 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1387
1388 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1389 from xterm-set-background-mode. Return t if the background mode
1390 was set.
1391 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1392 earlier, call it again in case the background mode has changed.
1393
1394 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
1395
1396 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1397 (Bug#3541).
1398
1399 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
1400
1401 * emacs-lisp/assoc.el (aelement): Doc fix.
1402 (aput, adelete, amake): Use lexical-let (Bug#5450).
1403
1404 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
1405
1406 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1407 is the same as subprogram call, not declaration. (Bug#5435).
1408
1409 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
1410
1411 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1412 (tramp-smb-maybe-open-connection): Use it.
1413
1414 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
1415
1416 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
1417
1418 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1419
1420 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1421 just because we see "encoding: 8bit".
1422 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1423
1424 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
1425
1426 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1427
1428 2010-01-22 Eli Zaretskii <eliz@gnu.org>
1429
1430 * jka-compr.el (jka-compr-load): If load-file is not in
1431 load-history, try its file-truename version. (bug#5447)
1432
1433 2010-01-21 Alan Mackenzie <acm@muc.de>
1434
1435 Fix a situation where deletion of a cpp construct throws an error.
1436 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1437 invoking c-with-all-but-one-cpps-commented-out, check that the
1438 special cpp construct is still in the buffer.
1439 (c-parse-state): Record the special cpp with markers, not numbers.
1440
1441 2010-01-21 Kenichi Handa <handa@m17n.org>
1442
1443 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1444 process last-command-event, as it is now decoded first (Bug#5380).
1445
1446 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
1447
1448 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1449
1450 2010-01-20 Glenn Morris <rgm@gnu.org>
1451
1452 * indent.el (tab-always-indent): Fix custom-type.
1453
1454 2010-01-19 Alan Mackenzie <acm@muc.de>
1455
1456 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1457 buffer throws "args out of range".
1458 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1459 playing the role of delimiter.
1460
1461 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
1462
1463 * progmodes/ada-mode.el: Fix bug#5400.
1464 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1465 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1466 changed. Delete RECURSIVE parameter; never used. Improve doc string.
1467 Improve comments in "is" portion. Handle null procedure declaration.
1468 (ada-move-to-end): Improve doc string.
1469
1470 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
1471
1472 * ido.el (ido-cur-list): Initialize to nil.
1473 Remove obsolete information from commentary.
1474 (ido-choice-list): Initialize to nil.
1475 (ido-get-bufname): Reject minibuffers.
1476 (ido-make-buffer-list): If "default" is a nonexistent
1477 buffer, ignore it, as per the function's comment.
1478 (ido-kill-buffer-internal): New function.
1479 (ido-kill-buffer-at-head): Use it.
1480 (ido-visit-buffer): Likewise.
1481
1482 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
1483
1484 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1485
1486 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
1487
1488 * cedet/ede/locate.el (ede-locate-file-in-project)
1489 (ede-locate-file-in-project-impl): Fix typos in docstrings.
1490 (ede-enable-locate-on-project): Fix typos in error messages.
1491
1492 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1493 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1494 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1495 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1496 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1497 Fix typos in menu help.
1498
1499 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1500 Fix typos in chart titles.
1501
1502 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1503 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1504 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1505 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1506 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1507 (semantic-parse-stream, semantic-parse-region)
1508 (semantic-parse-region-default, semantic--set-buffer-cache)
1509 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1510 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1511 (semantic-default-submodes):
1512 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1513 (semanticdb-create-ebrowse-database)
1514 (semanticdb-find-tags-for-completion-method)
1515 (semanticdb-find-tags-by-class-method)
1516 (semanticdb-deep-find-tags-by-name-method)
1517 (semanticdb-deep-find-tags-for-completion-method):
1518 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1519 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1520 (semanticdb-find-tags-for-completion-method)
1521 (semanticdb-find-tags-by-class-method)
1522 (semanticdb-deep-find-tags-for-completion-method):
1523 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1524 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1525 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1526 (semanticdb-find-tags-by-name-method)
1527 (semanticdb-find-tags-by-name-regexp-method)
1528 (semanticdb-find-tags-for-completion-method)
1529 (semanticdb-find-tags-by-class-method)
1530 (semanticdb-find-tags-external-children-of-type-method)
1531 (semanticdb-find-tags-subclasses-of-type-method)
1532 (semanticdb-deep-find-tags-by-name-method)
1533 (semanticdb-deep-find-tags-by-name-regexp-method)
1534 (semanticdb-deep-find-tags-for-completion-method):
1535 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1536 (semanticdb-enable-gnu-global-in-buffer)
1537 (semanticdb-find-tags-for-completion-method)
1538 (semanticdb-deep-find-tags-by-name-method)
1539 (semanticdb-deep-find-tags-for-completion-method):
1540 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1541 (javascript-mode, semanticdb-find-translate-path)
1542 (semanticdb-find-tags-for-completion-method)
1543 (semanticdb-find-tags-by-class-method)
1544 (semanticdb-deep-find-tags-by-name-method)
1545 (semanticdb-deep-find-tags-for-completion-method)
1546 (semanticdb-find-tags-external-children-of-type-method):
1547 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1548 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1549 (global-semantic-idle-scheduler-mode):
1550 * cedet/srecode/dictionary.el (srecode-field-value)
1551 (srecode-dictionary-add-section-dictionary):
1552 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1553 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1554 (describe-class, eieio-describe-generic, describe-generic):
1555 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1556 (eieio-speedbar-expand):
1557 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1558 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1559 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1560 (viper-del-backward-char-in-replace, viper-backward-indent)
1561 (viper-brac-function, viper-register-to-point, viper-submit-report):
1562 * net/tramp.el (tramp-remote-coding-commands):
1563 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1564 Fix typos in docstrings.
1565
1566 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
1567
1568 * mail/sendmail.el (mail-yank-original): Set the mark if the
1569 specified function for yanking does not do it.
1570
1571 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
1572
1573 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
1574
1575 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1576 resyncing a directory.
1577
1578 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
1579
1580 * progmodes/ada-mode.el: Fix bug#1920.
1581 (ada-ident-re): Delete ., allow multibyte characters.
1582 (ada-goto-label-re): New; matches goto labels.
1583 (ada-block-label-re): New; matches block labels.
1584 (ada-label-re): New; matches both.
1585 (ada-named-block-re): Deleted; callers changed to use
1586 `ada-block-label-re' instead.
1587 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1588 Use `ada-block-label-re'.
1589 (ada-indent-on-previous-lines): Improve handling of goto labels.
1590 (ada-get-indent-block-start): Special-case block label.
1591 (ada-get-indent-label): Split into `ada-indent-block-label' and
1592 `ada-indent-goto-label'.
1593 (ada-goto-stmt-start, ada-goto-next-non-ws):
1594 Optionally ignore goto labels.
1595 (ada-goto-next-word): Simplify.
1596 (ada-indent-newline-indent-conditional): Insert newline before
1597 trying to fix indentation; doc fix.
1598
1599 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
1600
1601 * calc/calc.el (calc-command-flags): Give it an initial value.
1602
1603 2010-01-17 Glenn Morris <rgm@gnu.org>
1604
1605 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1606
1607 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
1608
1609 * cedet/semantic.el (semantic-mode):
1610 * files.el (minibuffer-with-setup-hook):
1611 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1612 (artist-key-draw-continously, artist-key-do-continously-continously)
1613 (artist-key-set-point-continously, artist-mouse-draw-continously):
1614 Fix typos in docstrings.
1615
1616 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
1617
1618 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1619 return t (Bug#3898).
1620
1621 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
1622
1623 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1624 can parse the output of the external commands (Bug#5279).
1625
1626 2010-01-16 Jari Aalto <jari.aalto@cante.net>
1627
1628 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1629
1630 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
1631
1632 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1633
1634 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1635
1636 * startup.el (command-line): Remove unused --icon-type arg.
1637 Handle --display arg, passing it to command-line-1 (Bug#5392).
1638
1639 2010-01-16 Mario Lang <mlang@delysid.org>
1640
1641 * cedet/ede/cpp-root.el (ede-cpp-root-project):
1642 * cedet/ede/files.el (ede-expand-filename):
1643 * cedet/ede/simple.el (ede-simple-project):
1644 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1645 (semantic-complete-inline-tag-engine):
1646 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1647 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1648 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1649 * cedet/semantic/db.el (semanticdb-equivalent-mode):
1650 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1651 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1652 * emacs-lisp/chart.el (chart-translate-namezone):
1653 * textmodes/artist.el (artist-compute-popup-menu-table):
1654 Remove duplicated words in doc-strings.
1655
1656 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
1657
1658 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1659 to mairix-search to suppress threading (Bug#5342).
1660
1661 2010-01-15 Kenichi Handa <handa@m17n.org>
1662
1663 * international/mule-cmds.el (canonicalize-coding-system-name):
1664 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1665
1666 2010-01-15 Glenn Morris <rgm@gnu.org>
1667
1668 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
1669
1670 * wid-edit.el (widget-keymap): Doc fix.
1671
1672 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1673 former seems to be more widely accepted by various svn versions.
1674
1675 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1676
1677 * find-cmd.el (find-constituents):
1678 * vc-arch.el (vc-arch-root):
1679 * window.el (window-body-height, pop-up-frames):
1680 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1681 (semantic-no-reparse-needed-change-hook):
1682 * cedet/srecode/insert.el (srecode-resolve-argument-list)
1683 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1684 (srecode-template-inserter-ask, srecode-template-inserter-width)
1685 (srecode-template-inserter-section-start)
1686 (srecode-template-inserter-section-end, srecode-insert-method):
1687 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1688 * progmodes/ada-stmt.el (ada-if):
1689 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1690 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1691 (ispell-encoding8-command, ispell-aspell-supports-utf8)
1692 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1693
1694 * progmodes/flymake.el (flymake-post-syntax-check):
1695 Fix typo in error message.
1696
1697 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1698
1699 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1700 which is always a string. (Bug#5313)
1701
1702 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1703
1704 * progmodes/ada-xref.el (ada-default-prj-properties):
1705 Simplify previous change.
1706
1707 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1708
1709 * progmodes/ada-xref.el (ada-default-prj-properties):
1710 Default ada_project_path to $ADA_PROJECT_PATH.
1711
1712 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1713
1714 * progmodes/ada-mode.el (ada-create-keymap):
1715 Override `narrow-to-defun' with `ada-narrow-to-defun'.
1716
1717 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1718
1719 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1720 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1721 (ada-get-current-indent, ada-imenu-generic-expression)
1722 (ada-which-function): Check for it.
1723
1724 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1725
1726 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1727 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1728
1729 2010-01-14 Glenn Morris <rgm@gnu.org>
1730
1731 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1732
1733 2010-01-14 Kenichi Handa <handa@m17n.org>
1734
1735 * composite.el (auto-composition-mode): Make it a buffer local
1736 variable (permanent-local).
1737 (auto-composition-function): Set the default value to
1738 auto-compose-chars.
1739 (auto-composition-mode): Make it a simple function, not a minor mode.
1740 (global-auto-composition-mode): Likewise.
1741 (turn-on-auto-composition-if-enabled): Delete it.
1742
1743 2010-01-13 Karl Fogel <kfogel@red-bean.com>
1744
1745 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1746
1747 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
1748
1749 * files.el (copy-directory): Compute target for recursive
1750 directories with identical names. (Bug#5343)
1751
1752 2010-01-12 Glenn Morris <rgm@gnu.org>
1753
1754 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1755 it to bug-gnu-emacs rather than emacs-pretest-bug.
1756
1757 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1758
1759 * cedet/data-debug.el (data-debug): Fix customization group reference.
1760
1761 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1762
1763 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1764 (semantic-analyze-context, semantic-analyze-context-assignment)
1765 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1766 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1767 (semantic-java-doc-keywords-map):
1768 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1769 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1770 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1771 (semantic-c-classname, semantic-format-tag-uml-prototype)
1772 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1773 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1774 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1775 (semantic-get-local-variables, semantic-end-of-command)
1776 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1777 (lisp-mode):
1778 * cedet/semantic/bovine/make.el (makefile-mode):
1779 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1780 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1781 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1782 (semantic-lex, semantic-get-local-variables, python-mode):
1783 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1784 * cedet/srecode/extract.el (srecode-extract-state-set)
1785 (srecode-extract-method): Fix typos in docstrings.
1786
1787 2010-01-11 Sam Steingold <sds@gnu.org>
1788
1789 * imenu.el (imenu-default-create-index-function): Detect infinite
1790 loops caused by imenu-prev-index-position-function.
1791
1792 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1793
1794 * htmlfontify.el (htmlfontify-load-rgb-file)
1795 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1796 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1797 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1798 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1799 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1800 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1801 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1802 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1803 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1804 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1805 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1806 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1807 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1808 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1809 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1810 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1811 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1812 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1813 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1814 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1815 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1816 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1817 backslash-quoting from parentheses, etc.
1818
1819 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
1820
1821 * progmodes/js.el: Autoload javascript-mode alias.
1822
1823 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1824
1825 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1826 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1827 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1828 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1829 Fix typos in docstrings.
1830 (ffap-url-regexp): Doc fix.
1831 (ffap-at-mouse): Fix typo in message.
1832
1833 2010-01-11 Glenn Morris <rgm@gnu.org>
1834
1835 * version.el (emacs-copyright): Set copyright year to 2010.
1836
1837 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1838
1839 * format.el (format-annotate-function): Only set
1840 write-region-post-annotation-function after running to-fn so as not to
1841 affect nested write-region calls (bug#5273).
1842
1843 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
1844
1845 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1846 Add python parser.
1847
1848 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1849 wisent/python.el.
1850
1851 2010-01-10 Richard Kim <emacs18@gmail.com>
1852
1853 * cedet/semantic/wisent/python-wy.el:
1854 * cedet/semantic/wisent/python.el: New files.
1855
1856 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1857
1858 * man.el (Man-goto-section): Signal error if the section is not
1859 found (Bug#5317).
1860
1861 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
1862
1863 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1864 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1865
1866 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1867
1868 * progmodes/compile.el: Don't treat compile-command as safe if
1869 compilation-read-command might be nil (Bug#4218).
1870
1871 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1872
1873 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1874 NS options.
1875
1876 2010-01-08 Kenichi Handa <handa@m17n.org>
1877
1878 * international/fontset.el (build-default-fontset-data):
1879 Exclude characters in scripts kana, hangul, han, or cjk-misc.
1880
1881 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
1882
1883 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1884 to `create-file-buffer' as it expects, not just a buffer name.
1885 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1886 to help uniquify. (Bug#3224)
1887
1888 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1889
1890 * font-setting.el (font-setting-change-default-font): Use user-spec
1891 instead of name.
1892
1893 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1894
1895 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1896
1897 2010-01-05 Tom Tromey <tromey@redhat.com>
1898
1899 * progmodes/python.el (python-font-lock-keywords):
1900 Handle qualified decorators (Bug#881).
1901
1902 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1903
1904 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1905 in a lightweight checkout.
1906
1907 2010-01-05 Kenichi Handa <handa@m17n.org>
1908
1909 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1910
1911 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1912
1913 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1914
1915 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1916
1917 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1918 checkouts. (Bug#618)
1919 (vc-bzr-log-view-mode): Also highlight the author.
1920 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1921 (vc-bzr-shelve-menu-map):
1922 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1923 (vc-bzr-shelve-apply): Make prompt more explicit.
1924
1925 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
1926
1927 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1928 They are valid characters in URL paths (rfc3986), and at least
1929 Firefox does not understand the encoded version (Bug#3166).
1930
1931 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1932
1933 * progmodes/octave-mod.el (octave-end-keywords)
1934 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1935 Add "end" keyword (Bug#3061).
1936 (octave-end-as-array-index-p): New function.
1937 (calculate-octave-indent): Use it.
1938
1939 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1940
1941 * bookmark.el: Consistently put the text property on the bookmark name.
1942 (bookmark-bmenu-marks-width): Bump back to 2, to include
1943 annotation marks.
1944 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1945 property on the bookmark name, instead of not putting it at all.
1946 (bookmark-bmenu-list): Fix where we put the text property.
1947
1948 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1949
1950 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1951 for showing buffer modified state (as added in the previous change).
1952
1953 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1954
1955 * bookmark.el: Show modified state of bookmark buffer more accurately.
1956 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1957 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1958 (with-buffer-modified-unmodified): New macro.
1959 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1960 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1961 Use new macro to preserve the buffer modified state.
1962
1963 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1964
1965 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1966 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1967 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1968 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1969 (bookmark-bmenu-rename, bookmark-bmenu-locate)
1970 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1971 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1972
1973 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1974
1975 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1976 Make the lines in the generated doc string shorter. (Bug#4668)
1977
1978 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
1979
1980 * net/rcirc.el: Add follow-link binding (Bug#4738).
1981
1982 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1983
1984 * Makefile.in (bzr-update): Rename from cvs-update.
1985 (cvs-update): New target for backward compatibility.
1986
1987 * makefile.w32-in (bzr-update): Rename from cvs-update.
1988 (cvs-update): New target for backward compatibility.
1989
1990 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1991
1992 * bookmark.el: Remove gratuitous gratitude.
1993
1994 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1995
1996 * bookmark.el (bookmark-bmenu-any-marks): New function
1997 (bookmark-bmenu-save): Clear buffer modification if no marks.
1998
1999 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2000
2001 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2002 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2003 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2004 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2005
2006 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2007 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2008 To: emacs-devel {_AT_} gnu.org
2009 Subject: bookmark.el bug report
2010 Date: Mon, 28 Dec 2009 14:19:16 +0800
2011 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2012
2013 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2014
2015 * bookmark.el: Improvements suggested by Drew Adams:
2016 (bookmark-bmenu-ensure-position): New name for
2017 `bookmark-bmenu-check-position'. Just ensure the position,
2018 don't return any meaningful value.
2019 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2020 New constants.
2021
2022 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
2023
2024 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2025 (bookmark-yank-point, bookmark-bmenu-check-position):
2026 Fix typos in docstrings.
2027 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2028 (bookmark-name-from-full-record, bookmark-get-position)
2029 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2030 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2031 Remove useless quoting of parenthesis, etc. in docstrings.
2032
2033 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2034 (ediff-append-custom-diff): Fix typo in error message.
2035 (ediff-meta-mark-equal-files): Fix typos in messages.
2036
2037 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2038
2039 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2040 Fix typo in docstring.
2041
2042 * net/imap-hash.el (imap-hash-make): Doc fix.
2043 (imap-hash-test): Fix typo in error message; reflow docstring.
2044 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2045 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2046 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2047 Fix typos in docstrings.
2048 (imap-hash-open-connection): Fix typo in error message.
2049
2050 * play/gomoku.el (gomoku): Fix typos in docstring.
2051
2052 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2053 (gdb-jsonify-buffer): Fix typos in docstring.
2054 (gdb-goto-breakpoint): Fix typo in error message.
2055 ("Display Other Windows"): Fix typo in help message.
2056 (gdb-speedbar-expand-node): Fix typo in question.
2057
2058 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2059 (idlwave-html-system-help-location, idlwave-html-help-location)
2060 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2061 (idlwave-help-browser-generic-args, idlwave-help-directory)
2062 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2063 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2064 (idlwave-online-help, idlwave-help-html-link)
2065 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2066 Fix typos in docstrings.
2067 (idlwave-help-with-source, idlwave-help-find-routine-definition):
2068 Reflow docstrings.
2069 (idlwave-help-assistant-start): Fix typo in error message.
2070
2071 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2072 (octave-electric-space): Fix typos in docstrings.
2073
2074 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
2075
2076 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2077
2078 2010-01-01 Juri Linkov <juri@jurta.org>
2079
2080 * comint.el (comint-input-ring-size): Make it a defcustom and
2081 increase the default to 500 (Bug#5148).
2082
2083 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
2084
2085 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2086 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2087 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2088
2089 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
2090
2091 Show working revision correctly for mercurial.
2092 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2093 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2094
2095 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
2096
2097 Declare some functions for the byte-compiler.
2098 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2099 (speedbar-timer-fn, speedbar-change-expand-button-char)
2100 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2101
2102 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
2103
2104 This changeset reverts GDB Graphical Interface to use annotations.
2105 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2106
2107 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2108
2109 Make vc-dir work on subdirectories of the bzr root.
2110 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
2111 file names relative to it.
2112 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2113 relative directory to vc-bzr-after-dir-status.
2114
2115 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
2116
2117 * font-lock.el (font-lock-refresh-defaults): New function, which
2118 can be used to let font-lock react to external changes in
2119 variables like font-lock-defaults and keywords.
2120 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2121
2122 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2123
2124 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2125
2126 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2127
2128 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
2129
2130 Supersede color.diff settings in git log (bug#5211).
2131
2132 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2133 escape chars in its output when the user has color.diff set to `always'.
2134 This fix works on git 1.4.2 and newer (released on 2006-08-13).
2135
2136 2009-12-26 Kevin Ryde <user42@zip.com.au>
2137
2138 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2139 node. Keep previous "Index" name to work with past coreutils too.
2140
2141 * man.el (man): Revise docstring a bit to show -a and -l as
2142 examples. Add -k description since support for it has otherwise
2143 been a secret. (Further to bug#3717.)
2144 (Man-bgproc-sentinel): When "-k foo" produces no output show error
2145 "no matches" rather than "Can't find manpage", as the latter reads
2146 like -k was interpreted as a page name, which is not so. (Bug#5431)
2147
2148 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
2149
2150 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2151 switches. Check also for //SUBDIRED// line.
2152
2153 2009-12-25 Kenichi Handa <handa@m17n.org>
2154
2155 * language/indian.el (devanagari-composable-pattern): Fixed to
2156 handle ZWNJ and ZWJ. Use it in composition-function-table for
2157 Devanagari.
2158 (malayalam-composable-pattern): Fix previous change.
2159
2160 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2161
2162 * ps-print.el (ps-face-attributes): It was not returning the
2163 attribute face for faces specified as string. Reported by harven
2164 <harven@free.fr>.
2165 (ps-print-version): New version 7.3.5.
2166
2167 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
2168
2169 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
2170 timezone names.
2171 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
2172 (icalendar--add-diary-entry): Remove the trailing blank that
2173 diary-make-entry inserts.
2174
2175 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
2176
2177 Make `file-expand-wildcards' work for remote files.
2178
2179 * files.el (file-expand-wildcards): In case of remote files, check
2180 only local file name part for wildcards. Provide feature 'files
2181 and subfeature 'remote-wildcards. (Bug#5198)
2182
2183 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2184 if there is already an established connection.
2185 (tramp-advice-file-expand-wildcards): Remove it.
2186
2187 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2188 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
2189 Activate advice for older GNU Emacs versions. (Bug#5237)
2190
2191 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
2192
2193 Some doc fixes (more needed).
2194
2195 * find-cmd.el (find-constituents): Reflow docstring.
2196 (find-cmd, find-prune, find-command): Fix typos in docstrings.
2197 (find-generic): Doc fix.
2198
2199 2009-12-17 Juri Linkov <juri@jurta.org>
2200
2201 Fix regression from 23.1 to allow multiple modes in Local Variables.
2202
2203 * files.el (hack-local-variables-filter): While ignoring duplicates,
2204 don't take `mode' into account.
2205 (hack-local-variables-filter, hack-dir-local-variables): Don't
2206 remove duplicate `mode' from local-variables-alist (like `eval').
2207
2208 2009-12-17 Juri Linkov <juri@jurta.org>
2209
2210 Make `dired-diff' more safe. (Bug#5225)
2211
2212 * dired-aux.el (dired-diff): Signal an error when `file' equals to
2213 `current' or when `file' is a directory of the `current' file.
2214
2215 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
2216
2217 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2218 unconditionally preloaded files.
2219
2220 2009-12-16 Juri Linkov <juri@jurta.org>
2221
2222 Revert to old 23.1 logic of using the file at the mark as default.
2223 * dired-aux.el (dired-diff): Use the file at the mark as default
2224 if it's not the same as the current file, and the target dir is
2225 the current dir or the mark is active. Add the current file
2226 as the arg of `dired-dwim-target-defaults'. Use the default file
2227 in the prompt. (Bug#5225)
2228
2229 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
2230
2231 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2232 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2233 (tramp-check-for-regexp): Check also, when an echoing shell stops
2234 to echo sent commands.
2235
2236 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2237
2238 * Makefile.in: Revert last change (Bug#5191).
2239
2240 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2241
2242 * vc-hg.el (vc-hg-print-log): Fix argument order.
2243 (vc-hg-working-revision): Make sure the command is executed in a
2244 known environment so that we can parse the output. (Bug#4417)
2245
2246 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2247
2248 * progmodes/python.el (python-symbol-completions): Remove text
2249 properties from symbol string before calling python-send-receive.
2250
2251 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
2252
2253 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2254 when there are values for both file and line. (Bug#5060)
2255
2256 2009-12-14 Juri Linkov <juri@jurta.org>
2257
2258 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2259 whitespace after the file name of the first line of unified format,
2260 because git-diff doesn't output whitespace and file modification time
2261 after the file name.
2262
2263 2009-12-14 David Kastrup <dak@gnu.org>
2264
2265 * info.el (Info-hide-cookies-node): Before hiding a cookie,
2266 check if it already has the `display' property added by
2267 `Info-display-images-node', and not put the `invisible' property
2268 in this case.
2269
2270 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2271
2272 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2273 (semantic-mru-bookmark-mode): Doc fixes.
2274
2275 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2276 of assert.
2277
2278 2009-12-13 Glenn Morris <rgm@gnu.org>
2279
2280 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2281 (report-emacs-bug): In message-mode, sort manually before storing
2282 original report text. (Bug#5178)
2283 Remove superfluous save-excursion.
2284
2285 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
2286
2287 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2288 when responding to "GetAll" properties.
2289
2290 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
2291
2292 * simple.el (compose-mail): Remove mail-setup-with-from from
2293 customization checks.
2294
2295 2009-12-12 Eli Zaretskii <eliz@gnu.org>
2296
2297 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2298 RAR archives created on Unix systems.
2299
2300 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2301
2302 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2303 the varalias that was accidentally removed by the 2009-11-19 change
2304 (bug#5186).
2305
2306 2009-12-12 Kenichi Handa <handa@m17n.org>
2307
2308 * language/indian.el (indian-compose-regexp): New function.
2309 (malayalam-composable-pattern): Fix the pattern.
2310 (composition-function-table): Set malayalam-composable-pattern for
2311 Malayalam characters.
2312
2313 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
2314
2315 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2316 rather than down-mouse-1, based on follow-link conventions.
2317
2318 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2319 are compiled.
2320
2321 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
2322
2323 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2324 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2325 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2326 (verilog-leap-to-head, verilog-backward-token):
2327 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
2328
2329 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2330
2331 * progmodes/verilog-mode.el (verilog-auto-lineup)
2332 (verilog-nameable-item-re): Cleanup user-visible spelling and
2333 documentation errors. One reported by Gary Delp.
2334 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2335 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2336 package, bug195. Reported by Pierre-David Pfister.
2337
2338 2009-12-11 Glenn Morris <rgm@gnu.org>
2339
2340 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2341
2342 * mail/emacsbug.el: No longer require sendmail.
2343 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2344 (report-emacs-bug-orig-text): Doc fix.
2345 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2346 New local variables, to adapt to different mail-user-agents.
2347 (report-emacs-bug): Fix test for a gnu.org address.
2348 Use overlays for emphasis, since font-lock defeats 'face property.
2349 Pretest bugs also end up at the newsgroup these days.
2350 Stop message-mode stripping text properties.
2351 Set and use the new buffer-local variables.
2352 (report-emacs-bug-hook): Add doc-string.
2353 Remove some unnecessary save-excursions and simplify.
2354 Use the appropriate hook and send-command.
2355
2356 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2357 capitalization of some menu entries.
2358
2359 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2360
2361 * whitespace.el (whitespace-display-char-on): Ensure
2362 `buffer-display-table' is unique when two or more windows are
2363 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2364 New version 12.1.
2365
2366 2009-12-10 Eli Zaretskii <eliz@gnu.org>
2367
2368 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2369 characters in the Attribute field.
2370
2371 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2372
2373 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2374
2375 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2376
2377 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2378 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2379 Disregard autoload-excludes.
2380 (update-directory-autoloads): Obey autoload-excludes here instead.
2381 But don't store its contents in no-autoloads and remove entries that
2382 refer to excludes files.
2383
2384 2009-12-10 Glenn Morris <rgm@gnu.org>
2385
2386 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2387 (expand-mail-aliases): Define for compiler.
2388
2389 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2390 Define for compiler.
2391
2392 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2393 appropriate for the mail-user-agent in use.
2394
2395 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
2396
2397 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2398
2399 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2400
2401 Fix short log parsing and fontification.
2402 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2403 Fix fontification for the [merge] label.
2404
2405 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2406
2407 Drop some properties to avoid surprises.
2408 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2409 (hfy-fontify-buffer): Use it.
2410
2411 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2412
2413 Minor cleanup.
2414 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2415 Adjust all callers.
2416 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2417 args compulsory. Adjust callers.
2418 (ffap-gopher-at-point): Remove unused var `name'.
2419
2420 Get rid of the ELCFILES abomination.
2421 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2422 (compile-elcfiles): New phony target.
2423 (compile-main): Compute ELCFILES dynamically.
2424 (compile-clean): New target to remove left-over elc files.
2425 (compile, all): Use it.
2426
2427 2009-12-09 Kenichi Handa <handa@etlken>
2428
2429 * international/mule-diag.el: Require help-mode instead of help-fns.
2430
2431 2009-12-09 Kenichi Handa <handa@m17n.org>
2432
2433 * international/mule-cmds.el (ucs-names): Supply sufficiently
2434 fine ranges instead of pre-calculating accurate ranges.
2435 Iterate with bigger gc-cons-threshold.
2436
2437 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2438
2439 Add support for stashing a snapshot of the current tree.
2440 * vc-git.el (vc-git-stash-snapshot): New function.
2441 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2442
2443 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2444
2445 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2446 instead of `(beginning|end)-of-line'.
2447
2448 2009-12-08 Glenn Morris <rgm@gnu.org>
2449
2450 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2451
2452 * Makefile.in (ELCFILES): Regenerate.
2453
2454 2009-12-07 Juri Linkov <juri@jurta.org>
2455
2456 Don't lazy-highlight the comint output in history Isearch mode.
2457
2458 * comint.el (comint-history-isearch-search): Instead of
2459 `comint-line-beginning-position', use `comint-after-pmark-p'
2460 to check if point if before the process mark, and go to
2461 `process-mark' in this case.
2462
2463 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2464
2465 * textmodes/tex-mode.el (latex-complete)
2466 (latex-indent-or-complete): Remove.
2467 (latex-mode): Set completion-at-point-functions instead.
2468
2469 Provide a standard completion command and hook it into TAB.
2470 * minibuffer.el (completion-at-point-functions): New var.
2471 (completion-at-point): New command.
2472 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2473 * progmodes/python.el (python-mode-map): Use completion-at-point.
2474 (python-completion-at-point): Rename from python-partial-symbol and
2475 adjust for use in completion-at-point-functions.
2476 (python-mode): Setup completion-at-point for Python completion.
2477 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2478 extracted from lisp-complete-symbol.
2479 (lisp-complete-symbol): Use it.
2480 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2481 setup completion-at-point for Elisp completion.
2482 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2483 Use completion-at-point.
2484 * ielm.el (ielm-map): Use completion-at-point.
2485 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2486 * progmodes/sym-comp.el: Move to...
2487 * obsolete/sym-comp.el: Move from progmodes.
2488
2489 2009-12-07 Eli Zaretskii <eliz@gnu.org>
2490
2491 Prevent save-buffer in Rmail buffers from using the coding-system
2492 of the current message, and from clobbering the encoding mnemonics
2493 in the mode line (Bug#4623).
2494
2495 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2496 flag, too.
2497 (rmail-message-encoding): New variable.
2498 (rmail-write-region-annotate): Record the encoding of the current
2499 message in rmail-message-encoding.
2500 (rmail-after-save-hook): New function, restores the encoding of
2501 the current message after the message collection is saved.
2502
2503 2009-12-07 Juri Linkov <juri@jurta.org>
2504
2505 * progmodes/grep.el (grep-read-files): Use `completing-read'
2506 instead of `read-string'. Set its `collection' arg to
2507 `read-file-name-internal'. (Bug#4301)
2508
2509 2009-12-07 Juri Linkov <juri@jurta.org>
2510
2511 Correctly restore original Isearch point. (Bug#4994)
2512
2513 * isearch.el (isearch-mode): Move `isearch-push-state' after
2514 `(run-hooks 'isearch-mode-hook)'.
2515 (isearch-cancel): When `isearch-push-state-function' is defined,
2516 let-bind `isearch-cmds' to the first state (the last element of
2517 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2518 function and restores the original point). Otherwise, move point
2519 to `isearch-opoint'.
2520
2521 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2522
2523 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2524 chars that don't have names, so the table can be built much faster at
2525 run-time.
2526
2527 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
2528
2529 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2530 change. Suggested by David Kastrup.
2531
2532 * simple.el (compose-mail): Check for incompatibilities and warn.
2533 (compose-mail-user-agent-warnings): New option.
2534
2535 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2536
2537 Support showing a single log entry from vc-annotate.
2538 * vc.el (print-log): Add a new argument: START-REVISION.
2539 (vc-print-log-internal): Add a new optional argument and
2540 pass it to the backend.
2541 (vc-print-log, vc-print-root-log): Adjust callers.
2542 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2543 buffer already displays the requested log entry, use it.
2544 Otherwise display only the log entry in question.
2545 * vc-svn.el (vc-svn-print-log):
2546 * vc-mtn.el (vc-mtn-print-log):
2547 * vc-hg.el (vc-hg-state):
2548 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2549 (vc-git-show-log-entry): Return t on success.
2550 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2551 (vc-bzr-show-log-entry): Return t on success.
2552 * vc-rcs.el (vc-rcs-print-log):
2553 * vc-sccs.el (vc-sccs-print-log):
2554 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2555
2556 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2557
2558 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2559 Add menus to the meta mode. (Bug#5043)
2560
2561 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
2562
2563 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2564 event-key.
2565
2566 * ediff.el (ediff-buffers-internal): Add unwind-protect.
2567
2568 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
2569
2570 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
2571 Berbain <raphael.berbain@gmail.com>.
2572
2573 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
2574 characters.
2575 (tramp-initial-end-of-output): New defconst.
2576 (tramp-methods, tramp-find-shell)
2577 (tramp-open-connection-setup-interactive-shell)
2578 (tramp-maybe-open-connection): Use it.
2579 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2580 existence of `#' and `$'.
2581
2582 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2583 `tramp-initial-end-of-output'.
2584
2585 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2586
2587 Get the background mode from the terminal for xterm, and set
2588 faces accordingly.
2589 * term/xterm.el (xterm-set-background-mode): New function.
2590 (terminal-init-xterm): Use it in case xterm supports background
2591 color queries. Recompute faces after getting the background
2592 color.
2593
2594 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
2595
2596 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2597 number comment back on its own line, for easier parsing.
2598
2599 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2600
2601 Make it work for non-file buffers (bug#5102).
2602 * doc-view.el (doc-view-current-cache-dir):
2603 Use doc-view-buffer-file-name rather than buffer-file-name.
2604 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2605
2606 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
2607
2608 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2609 author field is too short.
2610
2611 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
2612
2613 * vc-git.el (vc-git-print-log): Handle a limit argument.
2614 Display the short log in graph form and with labels.
2615 (vc-git-log-view-mode): Handle labels.
2616
2617 Make vc-revert change VC state from 'added to 'unregistered.
2618 * vc-git.el (vc-git-revert): Call git reset first.
2619
2620 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2621
2622 * net/newst-backend.el, net/newst-plainview.el:
2623 * net/newst-reader.el, net/newst-ticker.el:
2624 * net/newst-treeview.el, net/newsticker.el:
2625 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
2626
2627 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2628
2629 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2630
2631 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2632 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
2633 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2634 Update annotation regexp.
2635
2636 * simple.el (beginning-of-visual-line): Constrain to field
2637 boundaries (Bug#5106).
2638
2639 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2640
2641 * xml.el (xml-substitute-numeric-entities): Move
2642 newsticker--decode-numeric-entities in newst-backend.el to
2643 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2644 * net/newst-backend.el (newsticker--parse-generic-feed)
2645 (newsticker--parse-generic-items)
2646 (newsticker--decode-numeric-entities): Move
2647 newsticker--decode-numeric-entities in newst-backend.el to
2648 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2649
2650 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
2651
2652 * progmodes/js.el (js--js-not): Add null to the list of values.
2653
2654 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2655
2656 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2657
2658 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2659
2660 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2661 delimiter if it is at the end of the current line.
2662 (bibtex-generate-url-list): Fix docstring.
2663
2664 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2665
2666 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2667 minibuffer's content with itself.
2668 Fold the confirm-after-completion case into the `confirm' case.
2669 (completion-pcm-word-delimiters): Add : and / to the delimiters.
2670
2671 2009-12-06 Kevin Ryde <user42@zip.com.au>
2672
2673 * ffap.el (ffap-rfc-path): Make this a defcustom since
2674 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
2675
2676 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2677 manuals, similar to existing setup for help-mode. (Bug#3913.)
2678
2679 2009-12-05 Juri Linkov <juri@jurta.org>
2680
2681 Save and restore dired buffer's point positions too. (Bug#4880)
2682
2683 * dired.el (dired-save-positions): Return in the first element
2684 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2685 Doc fix.
2686 (dired-restore-positions): First restore buffer's position.
2687 While restoring window's positions, check if window still displays
2688 the original buffer.
2689
2690 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
2691
2692 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2693 if possible.
2694
2695 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2696 Make argument optional.
2697
2698 * shell.el (shell): Require ansi-color (Bug#5113).
2699
2700 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2701
2702 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2703
2704 2009-12-05 Alan Mackenzie <acm@muc.de>
2705
2706 * progmodes/cc-mode.el (c-before-hack-hook)
2707 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2708 `c-file-style' to work again. This reversion restores the current
2709 software to its state in Emacs 23.1. (Bug#4146)
2710
2711 2009-12-05 Kevin Ryde <user42@zip.com.au>
2712
2713 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2714 comment-start-skip to comment-end-skip as comment (Bug#4781).
2715
2716 2009-12-05 Juri Linkov <juri@jurta.org>
2717
2718 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2719 for virtual nodes. (Bug#4147)
2720 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2721 when moving from a virtual node.
2722 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2723 (Info-mode): Add `Info-virtual-index' to the docstring.
2724
2725 2009-12-05 Eric Ludlam <zappo@gnu.org>
2726
2727 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2728 Describe project macro symbols.
2729
2730 * cedet/semantic/complete.el (semantic-complete-do-completion):
2731 Don't call semantic-collector-current-exact-match.
2732
2733 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2734 ede-objects as targets.
2735
2736 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2737 a target's object list even if compiler vars are already in the
2738 Makefile.
2739
2740 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2741 list of headers producing necessary macros.
2742
2743 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2744
2745 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2746 track of the buffer position of the end of a BibTeX entry as this
2747 position may change during reformatting.
2748 (bibtex-format-entry): Remove whitespace before processing
2749 numerical fields so that we recognize the latter properly.
2750 (bibtex-reformat): Do not use push which changes the global value
2751 of bibtex-entry-format.
2752 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2753 (bibtex-field-re-init): Replace only space characters by regexp
2754 for whitespace.
2755 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2756 (bibtex-initialize): Also update bibtex-strings.
2757 (bibtex-kill-field): Preserve white space at end of entry.
2758 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2759 Update bibtex-reference-keys.
2760
2761 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2762
2763 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2764 point after a star, if that's the only place where modifications can
2765 make progress.
2766
2767 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2768
2769 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2770 in docstrings.
2771
2772 2009-12-04 Juri Linkov <juri@jurta.org>
2773
2774 * proced.el (proced): Call `(proced-update t)' to update process
2775 information instead of only running proced-post-display-hook.
2776 (proced-send-signal): Add a leading space to the buffer name
2777 " *Marked Processes*" to make this buffer ephemeral.
2778
2779 2009-12-04 Juri Linkov <juri@jurta.org>
2780
2781 * dired.el (dired-auto-revert-buffer): New defcustom.
2782 (dired-internal-noselect): Use it.
2783
2784 2009-12-04 Juri Linkov <juri@jurta.org>
2785
2786 Change roles of modes and functions in image-mode.el (Bug#5062).
2787
2788 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2789 in `auto-mode-alist'.
2790 (image-mode-previous-major-mode): New variable.
2791 (image-minor-mode-map): Rename from `image-mode-text-map'.
2792 (image-mode): Move graceful error-handling code from
2793 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2794 (image-minor-mode): Remove all image-handling code.
2795 Replace `image-mode-text-map' with `image-minor-mode-map'.
2796 Check for `image-type' in mode-line format string.
2797 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2798 (image-mode-as-text): New function with most code from
2799 `image-mode-maybe'.
2800 (image-toggle-display-text): Move code that removes image
2801 properties from `image-toggle-display' to here.
2802 (image-toggle-display-image): New function with code that adds
2803 image properties copied from `image-toggle-display'.
2804 (image-toggle-display): Remove most code with leaving only code
2805 that toggles between `image-mode-as-text' and `image-mode'.
2806
2807 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
2808
2809 * net/newst-treeview.el
2810 (newsticker--treeview-list-highlight-start): Restored call to
2811 save-excursion: Selected item was stuck.
2812 (newsticker--treeview-list-select): New.
2813 (newsticker--treeview-item-show-text)
2814 (newsticker--treeview-item-show)
2815 (newsticker--treeview-item-update): Use new
2816 newsticker-treeview-item-mode.
2817 (newsticker-treeview-update): Keep current item.
2818 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2819 (newsticker--treeview-first-feed): Doc change.
2820 (newsticker-treeview-list-menu)
2821 (newsticker-treeview-item-menu): Added menu entries.
2822 (newsticker-treeview-item-mode): New.
2823
2824 * net/newst-backend.el (newsticker-customize): Delete other
2825 windows.
2826
2827 2009-12-04 Sam Steingold <sds@gnu.org>
2828
2829 * log-view.el (log-view-mode-map): "q" calls quit-window,
2830 like in all the other non-self-insert buffers.
2831
2832 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2833
2834 Minor cleanup.
2835 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2836 key decoding rather than do it manually via last-input-event +
2837 ascii-character.
2838 (term-exec): Use delete-and-extract-region.
2839 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2840 (term-process-pager): Remove unused var `i'.
2841 (term-dynamic-simple-complete): Make obsolete.
2842 (serial-update-config-menu): Remove unused vars `y' and `str'.
2843 (term-update-mode-line): Remove unused var `temp'.
2844
2845 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2846
2847 Limit the number of log entries displayed by default.
2848 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2849 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2850 using a prefix argument.
2851
2852 2009-12-03 Glenn Morris <rgm@gnu.org>
2853
2854 * progmodes/idlwave.el (class): Restore still useful declaration.
2855
2856 2009-12-03 Alan Mackenzie <acm@muc.de>
2857
2858 Enhance `c-parse-state' to run efficiently in "brace deserts".
2859
2860 * progmodes/cc-mode.el (c-basic-common-init):
2861 Call c-state-cache-init.
2862 (c-neutralize-syntax-in-and-mark-CPP): Rename from
2863 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
2864 placing `category' properties value 'c-cpp-delimiter at its boundaries.
2865
2866 * progmodes/cc-langs.el (c-before-font-lock-function):
2867 c-extend-and-neutralize-syntax-in-CPP has been renamed
2868 c-neutralize-syntax-in-and-mark-CPP.
2869
2870 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2871 with `category' properties now, not `syntax-table' ones.
2872
2873 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2874 enhanced (but slower) version of c-end-of-macro that won't land
2875 inside a literal or on another awkward character.
2876 (c-state-cache-too-far, c-state-cache-start)
2877 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2878 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2879 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2880 (c-state-min-scan-pos, c-state-brace-pair-desert)
2881 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2882 buffer local variables.
2883 (c-state-literal-at, c-state-lit-beg)
2884 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2885 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2886 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2887 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2888 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2889 (c-renarrow-state-cache)
2890 (c-append-lower-brace-pair-to-state-cache)
2891 (c-state-push-any-brace-pair, c-append-to-state-cache)
2892 (c-remove-stale-state-cache)
2893 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2894 (c-invalidate-state-cache-1, c-parse-state-1)
2895 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2896 (c-parse-state): Enhance and refactor.
2897 (c-debug-parse-state): Amend to deal with all the new variables.
2898
2899 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2900 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2901 modify to use category text properties rather than syntax-table ones.
2902 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2903 to switch off/on the syntactic paren property of C++ template
2904 delimiters using the category property.
2905 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2906 template delims suppressed.
2907 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2908 New constant/macros which apply category properties to the start
2909 and end of preprocessor constructs.
2910 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2911 "comment out" the syntactic value of characters in preprocessor
2912 constructs.
2913 (c-with-cpps-commented-out)
2914 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2915 with characters in all or all but one preprocessor constructs
2916 "commented out".
2917
2918 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2919
2920 * proced.el (proced-filter-alist): Use regexp-quote.
2921
2922 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
2923
2924 Cleanup.
2925 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2926 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2927 arguments. Expand `default-directory'.
2928
2929 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2930 the benefit of returning an expanded localname.
2931 (tramp-tramp-file-p): Handle the case NAME is not a string.
2932
2933 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2934
2935 Add support for bzr shelve/unshelve.
2936 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2937 (vc-bzr-extra-menu-map): New variables.
2938 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2939 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2940 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2941 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2942 (vc-bzr-dir-extra-headers): Display shelves.
2943
2944 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2945
2946 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2947
2948 * textmodes/bibtex.el (bibtex-complete-internal):
2949 Use completion-in-region.
2950 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2951
2952 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2953
2954 Support applying stashes. Improve UI.
2955 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2956 (vc-git-stash-apply, vc-git-stash-pop)
2957 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2958 (vc-git-stash-menu): New functions.
2959 (vc-git-stash-menu-map): New variable.
2960 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2961
2962 2009-12-03 Glenn Morris <rgm@gnu.org>
2963
2964 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2965 (vc-print-log-internal): Fix previous change.
2966 (vc-revert): Correct pluralization.
2967
2968 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2969
2970 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2971 it to be an alist any more.
2972 (makefile-complete): Use completion-in-region.
2973
2974 * progmodes/octave-mod.el (octave-complete-symbol):
2975 Use completion-in-region.
2976
2977 Misc cleanup.
2978 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2979 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2980 (idlwave-complete-class): Don't quote lambda.
2981 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2982 (idlwave-mode-map): Move initialization into declaration.
2983 (idlwave-action-and-binding): Use backquotes.
2984 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2985 Simplify.
2986 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2987 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2988 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2989 `parts', and `all-parts'.
2990 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2991 (idlwave-convert-xml-system-routine-info): Remove unused string
2992 `version-string'.
2993 (idlwave-display-user-catalog-widget): Use dolist.
2994 (idlwave-scanning-lib): Declare dynamically-scoped var.
2995 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2996 (completion-highlight-first-word-only): Declare to silence bytecomp.
2997 (idlwave-popup-select): Tighten scope of `resp'.
2998 (idlwave-find-struct-tag): Remove unused var `beg'.
2999 (idlwave-after-load-rinfo-hook): Declare.
3000 (idlwave-sintern-class-info): Remove unused var `taglist'.
3001 (idlwave-find-class-definition): Remove unused var `list'.
3002 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3003 (idlwave-what-module-find-class): Remove unused var `classes'.
3004
3005 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
3006
3007 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3008
3009 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3010
3011 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3012 buffers visited. Remove redundant current-buffer-saving.
3013
3014 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3015
3016 Use completion-in-buffer and remove uses of dynamic scoping.
3017 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3018 (pascal-buffer-to-use, pascal-flag): Don't declare.
3019 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3020 (pascal-get-completion-decl, pascal-keyword-completion):
3021 Add `pascal-str' argument, save-excursion,
3022 return the found completions, and don't filter with pascal-pred.
3023 (pascal-completion-cache): New var.
3024 (pascal-completion): Don't switch buffer any more (it was never
3025 necessary). Don't save-excursion any more (it's done by the called
3026 subroutines). Use a cache to avoid redundant computations.
3027 Use complete-with-action rather than pascal-completion-response and
3028 let it apply the predicate as well.
3029 (pascal-complete-word): Use completion-in-buffer when
3030 pascal-toggle-completions is nil.
3031 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3032 not used any more.
3033 (pascal-comp-defun): Don't change buffer any more.
3034 Use complete-with-action rather than pascal-completion-response and
3035 let it apply the predicate as well.
3036 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3037 when neded.
3038
3039 2009-12-02 Kenichi Handa <handa@m17n.org>
3040
3041 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3042 shape for all Indic scripts.
3043
3044 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3045
3046 Use completion-in-buffer.
3047 * wid-edit.el (widget-field-text-end): New function.
3048 (widget-field-value-get): Use it.
3049 (widget-string-complete, widget-file-complete)
3050 (widget-color-complete): Use it and completion-in-region.
3051 (widget-complete): Don't narrow the buffer.
3052
3053 2009-12-02 Glenn Morris <rgm@gnu.org>
3054
3055 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
3056 (rmail-select-summary): Use rmail-pop-to-buffer.
3057 * mail/rmailsum.el: Replace all pop-to-buffer calls with
3058 rmail-pop-to-buffer, to prevent horizontal splits.
3059
3060 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3061 save-excursion with save-current-buffer.
3062 Widen before searching. (Bug#5093)
3063 (diary-list-sexp-entries): Remove superfluous save-excursion.
3064
3065 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
3066
3067 * woman.el (woman-make-bufname): Handle man-pages with "." in the
3068 name. (Bug#5038)
3069
3070 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
3071
3072 * ido.el (ido-file-internal): Handle filenames at point that do
3073 not have a directory part. (Bug#5049)
3074
3075 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
3076
3077 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3078 (mpc-songs-jump-to, mpc-resume): Doc fixes.
3079
3080 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
3081
3082 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3083 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3084 any more.
3085
3086 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3087
3088 * comint.el (comint-insert-input): Ignore clicks to the right of
3089 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3090
3091 * vc.el (vc-print-log-internal): Don't wait for the process to
3092 terminate before setting up the major mode.
3093
3094 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3095 in case.
3096
3097 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3098 the last element.
3099
3100 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3101
3102 2009-12-01 Glenn Morris <rgm@gnu.org>
3103
3104 * window.el (window--display-buffer-2): Fix previous changes.
3105
3106 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
3107
3108 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3109
3110 2009-12-01 Glenn Morris <rgm@gnu.org>
3111
3112 * Makefile.in (ELCFILES): Add mpc.elc.
3113
3114 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3115
3116 * mpc.el: New file.
3117
3118 2009-12-01 Glenn Morris <rgm@gnu.org>
3119
3120 * window.el (window-to-use): Define for compiler.
3121
3122 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3123 consistent with others (no final period).
3124
3125 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3126 (rmail-mime-show): Downcase the encoding. (Bug#5070)
3127
3128 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3129
3130 Make vc-print-log buttons work.
3131 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3132
3133 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
3134
3135 * savehist.el (savehist-autosave-interval): Allow setting to nil
3136 through customize. (Bug#5056)
3137
3138 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
3139
3140 Fix references to jit-lock properties.
3141 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3142 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3143 (perl-font-lock-special-syntactic-constructs):
3144 Quote jit-lock-defer-multiline property.
3145
3146 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3147
3148 * vc-git.el (vc-git-registered): Call vc-git-root only once.
3149
3150 2009-11-30 Juri Linkov <juri@jurta.org>
3151
3152 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3153 value `buffer' of `multi-isearch-next-buffer-current-function'.
3154 Use `(current-buffer)' when `buffer' is nil.
3155 (multi-isearch-next-buffer-from-list): Don't fallback to
3156 `(current-buffer)' when `buffer' is nil. (Bug#4947)
3157
3158 2009-11-30 Juri Linkov <juri@jurta.org>
3159
3160 * misearch.el (multi-isearch-read-buffers): Move canonicalization
3161 of buffers with `get-buffer' to `multi-isearch-buffers'.
3162 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3163 Canonicalize BUFFERS with `get-buffer'. Doc fix.
3164 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3165 FILES with `expand-file-name' converting relative file names
3166 to absolute. Doc fix. (Bug#4727)
3167
3168 2009-11-30 Juri Linkov <juri@jurta.org>
3169
3170 * misearch.el (multi-isearch-read-buffers)
3171 (multi-isearch-read-matching-buffers): New functions.
3172 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3173 Use them in the `interactive' spec. Doc fix.
3174 (multi-isearch-read-files, multi-isearch-read-matching-files):
3175 New functions.
3176 (multi-isearch-files, multi-isearch-files-regexp):
3177 Use them in the `interactive' spec. Doc fix. (Bug#4725)
3178
3179 2009-11-30 Juri Linkov <juri@jurta.org>
3180
3181 * doc-view.el (doc-view-continuous):
3182 Rename from `doc-view-continuous-mode'.
3183 (doc-view-menu): Move "Toggle display" to the top.
3184 Add submenu "Continuous" with radio buttons "Off"/"On"
3185 and "Save as Default".
3186 (doc-view-scroll-up-or-next-page)
3187 (doc-view-scroll-down-or-previous-page)
3188 (doc-view-next-line-or-next-page)
3189 (doc-view-previous-line-or-previous-page): Rename
3190 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
3191
3192 2009-11-30 Juri Linkov <juri@jurta.org>
3193
3194 * comint.el (comint-mode-map): Rebind `M-r' from
3195 `comint-previous-matching-input' to
3196 `comint-history-isearch-backward-regexp'.
3197 Unbind `M-s' to allow global key binding `M-s'.
3198 Add menu items for `comint-history-isearch-backward' and
3199 `comint-history-isearch-backward-regexp'. (Bug#3746)
3200
3201 2009-11-30 Juri Linkov <juri@jurta.org>
3202
3203 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3204 For def=recenter, replace `recenter' with `recenter-top-bottom'
3205 that is called with `this-command' and `last-command' let-bound
3206 to `recenter-top-bottom'. When the last `def' was not `recenter',
3207 set `recenter-last-op' to nil. (Bug#4981)
3208
3209 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3210
3211 Minor cleanup and simplification.
3212 * filecache.el (file-cache-add-directory)
3213 (file-cache-add-directory-recursively)
3214 (file-cache-add-from-file-cache-buffer)
3215 (file-cache-delete-file-regexp, file-cache-delete-directory)
3216 (file-cache-files-matching-internal, file-cache-display): Use dolist.
3217 (file-cache-temp-minibuffer-message): Delete function.
3218 (file-cache-minibuffer-complete): Use minibuffer-message instead.
3219
3220 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3221 Don't signal an error when bumping into EOB in tr, s, or y.
3222
3223 2009-11-29 Juri Linkov <juri@jurta.org>
3224
3225 * startup.el (fancy-about-text): Fix wording of Guided Tour.
3226 (Bug#4960)
3227
3228 * descr-text.el (describe-char-unidata-list): Use lowercase name
3229 for "Unicode name" like in other tags.
3230
3231 2009-11-29 Juri Linkov <juri@jurta.org>
3232
3233 * ediff-util.el (ediff-minibuffer-with-setup-hook):
3234 New compatibility macro.
3235 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3236
3237 2009-11-29 Juri Linkov <juri@jurta.org>
3238
3239 Add defcustom to define the cycling order of `recenter-top-bottom'.
3240 (Bug#4981)
3241
3242 * window.el (recenter-last-op): Doc fix.
3243 (recenter-positions): New defcustom.
3244 (recenter-top-bottom): Rewrite to use `recenter-positions'.
3245 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3246
3247 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
3248
3249 Improve integration of Tramp and ange-ftp in eshell.
3250
3251 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3252 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
3253 (eshell/sudo): Flatten args. Let-bind `default-directory'.
3254
3255 * eshell/esh-util.el (top): Require also Tramp when compiling.
3256 (eshell-directory-files-and-attributes): Check for FTP remote
3257 connection.
3258 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3259 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3260 (eshell-file-attributes): Handle ".". Return `entry'.
3261
3262 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3263 (ange-ftp-directory-files-and-attributes)
3264 (ange-ftp-real-directory-files-and-attributes): New defuns.
3265
3266 * net/tramp.el (tramp-maybe-open-connection): Open the remote
3267 shell with "exec" when possible. This prevents trailing prompts
3268 in `start-file-process'.
3269
3270 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3271
3272 Try and remove assumptions about point-min==1.
3273 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3274 (rng-compute-mode-line-string): Show the validation percentage in
3275 terms of the narrowed text, not the widened text.
3276 (rng-do-some-validation): Don't catch internal errors when debugging.
3277 (rng-first-error): Simplify.
3278 (rng-after-change-function): Remove work around. AFAIK the bug has
3279 been fixed a while ago.
3280
3281 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3282 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3283
3284 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3285
3286 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3287 `cd' doesn't always do it for us (bug#5067).
3288
3289 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3290 on 2009-10-25 as part of some other change (bug#5067).
3291
3292 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3293
3294 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3295 `suspicious'.
3296 (byte-compile-warnings): Use byte-compile-warning-types.
3297 (byte-compile-save-excursion): Warn about use of set-buffer right
3298 after save-excursion.
3299
3300 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3301 the excursion as well.
3302
3303 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
3304
3305 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3306 providing a Tramp related implementation of "su" and "sudo".
3307 (eshell-unix-initialize): Add "su" and "sudo".
3308
3309 2009-11-27 Daiki Ueno <ueno@unixuser.org>
3310
3311 * net/socks.el (socks-send-command): Convert binary request to
3312 unibyte before sending. This fixes mishandling of some port
3313 numbers such as 129.
3314
3315 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3316
3317 * help.el (describe-bindings-internal): Remove `interactive'.
3318
3319 * man.el (Man-completion-table): Trim a terminating "(".
3320 Remove the space between name page a section.
3321 Add the command's description on the `help-echo' property.
3322 Remove `process-connection-type' binding since it's unused by
3323 call-process.
3324 Provide completion for the "<section> <name>" format as well.
3325 (Man-default-man-entry): Remove spurious var shadowing the argument.
3326
3327 2009-11-26 Kevin Ryde <user42@zip.com.au>
3328
3329 * log-view.el: Add "Keywords: tools", since its other keywords
3330 aren't in finder-known-keywords, and following vc.el.
3331
3332 * sha1.el (sha1-string-external): default-directory "/" in case
3333 otherwise non-existent. process-connection-type pipe for touch of
3334 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3335
3336 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3337
3338 Misc coding convention cleanups.
3339 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3340 hfy-init-kludge-hooks.
3341 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3342 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3343 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3344 and push.
3345 (hfy-slant, hfy-weight): Use tables rather than code.
3346 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3347 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3348 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3349 (hfy-face-to-css): Remove `nconc' with single arg.
3350 (hfy-p-to-face-lennart): Use `or'.
3351 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3352 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3353 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3354 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3355 (hfy-force-fontification): Use run-hooks.
3356
3357 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3358
3359 Various minor fixes.
3360 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3361 Javascript belongs in the header, not the body.
3362 (hfy-javascript): Remove.
3363 (hfy-fontify-buffer): Don't insert it any more.
3364 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3365 Fix bug in invis handling when there were no invis props in a chunk.
3366
3367 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3368
3369 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3370
3371 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3372
3373 * finder.el (finder-mode-map): Add a menu.
3374
3375 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
3376
3377 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3378 "unsigned" structs.
3379
3380 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3381 fork" statement better.
3382
3383 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3384
3385 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3386 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3387 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3388 Reported by Clay Douglass.
3389
3390 (verilog-auto-inst, verilog-auto-star-safe)
3391 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3392 Fix removing "// Interfaces" when saving .* expansions. Reported by
3393 Pierre-David Pfister.
3394
3395 2009-11-26 Glenn Morris <rgm@gnu.org>
3396
3397 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3398 the scope.
3399
3400 2009-11-25 Johan Bockgård <bojohan@gnu.org>
3401
3402 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3403 Really use previous revision.
3404
3405 2009-11-25 Kevin Ryde <user42@zip.com.au>
3406
3407 * man.el (Man-completion-table): default-directory "/" in case
3408 doesn't otherwise exist. process-environment COLUMNS=999 so as
3409 not to truncate long names. process-connection-type pipe to avoid
3410 any chance of hitting the pseudo-tty TIOCGWINSZ.
3411 (man): completion-ignore-case t for friendliness and since man
3412 itself is case-insensitive on the command line.
3413 Further to Bug#3717.
3414
3415 * arc-mode.el: Add "Keywords: files", so the details in its
3416 commentary can be reached from finder-by-keyword.
3417 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3418 editing mode, but it's comms related and sgml-mode.el has "comm"
3419 on that basis too.
3420 * textmodes/bibtex-style.el: Add "Keywords: tex".
3421 * international/isearch-x.el, international/ja-dic-cnv.el:
3422 * international/ja-dic-utl.el, international/kkc.el:
3423 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3424
3425 2009-11-25 Juri Linkov <juri@jurta.org>
3426
3427 * man.el (Man-completion-table): Modify regexp to include
3428 section names to completion strings. (Bug#3717)
3429
3430 2009-11-25 Juri Linkov <juri@jurta.org>
3431
3432 Search recursively in gzipped files. (Bug#4982)
3433
3434 * progmodes/grep.el (grep-highlight-matches): Add new options
3435 `always' and `auto'. Doc fix.
3436 (grep-process-setup): Check `grep-highlight-matches' for
3437 `auto-detect' to determine the need to compute grep defaults.
3438 Move Windows/DOS specific --colors settings handling
3439 to `grep-compute-defaults'. Check `grep-highlight-matches'
3440 to get the value of "--color=".
3441 (grep-compute-defaults): Compute `grep-highlight-matches' when it
3442 has the value `auto-detect'. Move Windows/DOS specific settings
3443 from `grep-process-setup'.
3444 (zrgrep): New command with alias `rzgrep'.
3445
3446 2009-11-25 Juri Linkov <juri@jurta.org>
3447
3448 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3449 to nil instead of switching off view-mode. (Bug#4896)
3450
3451 2009-11-25 Juri Linkov <juri@jurta.org>
3452
3453 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
3454
3455 * mwheel.el (mwheel-scroll-up-function)
3456 (mwheel-scroll-down-function): New defvars.
3457 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3458 `scroll-up', and `mwheel-scroll-down-function' instead of
3459 `scroll-down'.
3460
3461 * doc-view.el (doc-view-scroll-up-or-next-page)
3462 (doc-view-scroll-down-or-previous-page): Add optional ARG.
3463 Use this ARG in the call to image-scroll-up/image-scroll-down.
3464 Change `interactive' spec to "P". Goto next/previous page only
3465 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3466 SPC/DEL case). Doc fix.
3467 (doc-view-next-line-or-next-page)
3468 (doc-view-previous-line-or-previous-page): Rename arg to ARG
3469 for consistency.
3470 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3471 `doc-view-scroll-up-or-next-page', and buffer-local
3472 `mwheel-scroll-down-function' to
3473 `doc-view-scroll-down-or-previous-page'.
3474
3475 2009-11-25 Juri Linkov <juri@jurta.org>
3476
3477 Provide additional default values (directories at other Dired
3478 windows) via M-n in the minibuffer of some Dired commands.
3479
3480 * dired-aux.el (dired-diff, dired-compare-directories)
3481 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3482 `minibuffer-default' in `minibuffer-with-setup-hook'.
3483 (dired-dwim-target-directory): Find a window that displays Dired
3484 buffer instead of failing when the next window is not Dired.
3485 Use `get-window-with-predicate' to find for the next Dired window.
3486 (dired-dwim-target-defaults): New function.
3487
3488 * ediff-util.el (ediff-read-file-name):
3489 Use `dired-dwim-target-defaults' to set `minibuffer-default'
3490 in `minibuffer-with-setup-hook'.
3491
3492 2009-11-25 Juri Linkov <juri@jurta.org>
3493
3494 Provide additional default values (file name at point or at the
3495 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3496
3497 * minibuffer.el (read-file-name-defaults): New function.
3498 (read-file-name): Reset `minibuffer-default' to nil when
3499 it duplicates initial input `insdef'.
3500 Bind `minibuffer-default-add-function' to lambda that
3501 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3502 (minibuffer-insert-file-name-at-point): New command.
3503
3504 * files.el (file-name-at-point-functions): New defcustom.
3505 (find-file-default): Remove defvar.
3506 (find-file-read-args): Don't use `find-file-default'.
3507 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3508 to `read-file-name'.
3509 (find-file-literally): Use `read-file-name' with
3510 `confirm-nonexistent-file-or-buffer'.
3511
3512 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3513
3514 * dired.el (dired-read-dir-and-switches):
3515 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3516 to `read-file-name'.
3517 (dired-file-name-at-point): New function.
3518 (dired-mode): Add hook `dired-file-name-at-point' to
3519 `file-name-at-point-functions'.
3520
3521 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3522
3523 Really make the *Completions* window soft-dedicated (bug#5030).
3524 * window.el (window--display-buffer-2): Add `dedicated' argument.
3525 (display-buffer): Pass it when needed so the dedicated flag is set
3526 after calling set-window-buffer, which would otherwise reset it.
3527
3528 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3529
3530 * progmodes/meta-mode.el (meta-complete-symbol):
3531 * progmodes/etags.el (complete-tag):
3532 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3533 Use completion-in-region.
3534
3535 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3536 (dabbrev-completion): Use completion-in-region.
3537 (dabbrev--abbrev-at-point): Simplify regexp.
3538
3539 * abbrev.el (abbrev--before-point): Use word-motion functions
3540 if :regexp is not specified (bug#5031).
3541
3542 * subr.el (string-prefix-p): New function.
3543
3544 * man.el (Man-completion-cache): New var.
3545 (Man-completion-table): Use it.
3546
3547 * vc.el (vc-print-log-internal): Make `limit' optional for better
3548 compatibility (e.g. with vc-annotate.el).
3549
3550 2009-11-24 Kevin Ryde <user42@zip.com.au>
3551
3552 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3553 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
3554
3555 * emacs-lisp/elint.el (elint-add-required-env): Better error message
3556 when .el source file not found or other error.
3557
3558 2009-11-24 Markus Triska <markus.triska@gmx.at>
3559
3560 * linum.el (linum-update-window): Ignore intangible (bug#4996).
3561
3562 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3563
3564 Handle the [back] button properly (bug#4979).
3565 * descr-text.el (describe-text-properties): Add a `buffer' argument.
3566 Use help-setup-xref, help-buffer, and with-help-window.
3567 (describe-char): Add `buffer' argument.
3568 Pass proper command to help-setup-xref. Don't meddle with
3569 help-xref-stack-item directly.
3570 (describe-text-category): Use with-help-window and help-buffer.
3571
3572 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3573 for the displayed buffer (bug#4887).
3574
3575 * man.el (Man-completion-table): New function.
3576 (man): Use it.
3577
3578 2009-11-24 David Reitter <david.reitter@gmail.com>
3579
3580 * vc-git.el (vc-git-registered): Use checkout directory (where
3581 .git is) rather than the file's directory and a relative path spec
3582 to work around a bug in git.
3583
3584 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
3585
3586 Improve handling of processes on remote hosts.
3587
3588 * eshell/esh-util.el (eshell-path-env): New defvar.
3589 (eshell-parse-colon-path): New defun.
3590 (eshell-file-attributes): Use `eshell-parse-colon-path'.
3591
3592 * eshell/esh-ext.el (eshell-search-path):
3593 Use `eshell-parse-colon-path'.
3594 (eshell-remote-command): Remove argument HANDLER.
3595 (eshell-external-command): Check for FTP remote connection.
3596
3597 * eshell/esh-proc.el (eshell-gather-process-output):
3598 Use `file-truename', in order to start also symlinked files.
3599 Apply `start-file-process' instead of `start-process'.
3600 Shorten `command' to the local file name part.
3601
3602 * eshell/em-cmpl.el (eshell-complete-commands-list):
3603 Use `eshell-parse-colon-path'.
3604
3605 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3606
3607 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
3608 to `eshell-directory-change-hook'.
3609
3610 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
3611
3612 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3613 because it could be enabled automatically if view-read-only is non-nil.
3614
3615 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
3616
3617 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3618 made on 2009-11-22.
3619
3620 2009-11-24 Glenn Morris <rgm@gnu.org>
3621
3622 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3623 deleted variable bookmark-bmenu-bookmark-column.
3624
3625 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3626 Move after definition of global-semantic-idle-tag-highlight-mode.
3627
3628 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3629
3630 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3631
3632 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
3633
3634 * net/browse-url.el (browse-url-filename-alist): On Windows, add
3635 two slashes to the "file:" prefix.
3636 (browse-url-file-url): De-munge Cygwin filenames before passing
3637 them to Windows browser.
3638 (browse-url-default-windows-browser): Use call-process.
3639
3640 2009-11-23 Juri Linkov <juri@jurta.org>
3641
3642 Implement DocView Continuous mode. (Bug#4896)
3643 * doc-view.el (doc-view-continuous-mode): New defcustom.
3644 (doc-view-mode-map): Bind C-n/<down> to
3645 `doc-view-next-line-or-next-page', C-p/<up> to
3646 `doc-view-previous-line-or-previous-page'.
3647 (doc-view-next-line-or-next-page)
3648 (doc-view-previous-line-or-previous-page): New commands.
3649
3650 2009-11-23 Juri Linkov <juri@jurta.org>
3651
3652 Implement Isearch in comint input history. (Bug#3746)
3653 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3654 `isearch-mode-hook'.
3655 (comint-history-isearch): New defcustom.
3656 (comint-history-isearch-backward)
3657 (comint-history-isearch-backward-regexp): New commands.
3658 (comint-history-isearch-message-overlay): New buffer-local variable.
3659 (comint-history-isearch-setup, comint-history-isearch-end)
3660 (comint-goto-input, comint-history-isearch-search)
3661 (comint-history-isearch-message, comint-history-isearch-wrap)
3662 (comint-history-isearch-push-state)
3663 (comint-history-isearch-pop-state): New functions.
3664
3665 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
3666
3667 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3668 return.
3669 (tramp-handle-make-symbolic-link)
3670 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3671 Quote file names.
3672 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3673 (tramp-handle-process-file): Use it.
3674
3675 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3676
3677 * window.el (move-to-window-line-last-op): Remove.
3678 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3679
3680 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3681
3682 Make M-r mirror the new cycling behavior of C-l.
3683 * window.el (move-to-window-line-last-op): New var.
3684 (move-to-window-line-top-bottom): New command.
3685 (global-map): Bind M-r move-to-window-line-top-bottom.
3686
3687 2009-11-23 Sven Joachim <svenjoac@gmx.de>
3688
3689 * dired-x.el (dired-guess-shell-alist-default):
3690 Support xz format. (Bug#4953)
3691
3692 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
3693
3694 * cedet/srecode/map.el (srecode-get-maps):
3695 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3696 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3697 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3698 (semantic-toggle-decoration-style):
3699 * cedet/semantic/decorate/include.el
3700 (semantic-decoration-include-describe)
3701 (semantic-decoration-unknown-include-describe)
3702 (semantic-decoration-unparsed-include-describe)
3703 (semantic-decoration-all-include-summary):
3704 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3705 * cedet/semantic/analyze/complete.el
3706 (semantic-analyze-possible-completions):
3707 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3708 (semantic-show-unmatched-syntax-mode)
3709 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3710 (semantic-highlight-func-mode):
3711 * cedet/semantic/util.el (semantic-describe-buffer):
3712 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3713 (semantic-symref-find-tags-by-name)
3714 (semantic-symref-find-tags-by-regexp)
3715 (semantic-symref-find-tags-by-completion)
3716 (semantic-symref-find-file-references-by-name)
3717 (semantic-symref-find-text):
3718 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3719 (senator-yank-tag):
3720 * cedet/semantic/scope.el (semantic-calculate-scope):
3721 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3722 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3723 (define-semantic-idle-service):
3724 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3725 (semantic-complete-analyze-inline-idle):
3726 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3727 * cedet/mode-local.el (describe-mode-local-bindings)
3728 (describe-mode-local-bindings-in-mode):
3729 * cedet/ede/make.el (ede-make-check-version):
3730 * cedet/ede/locate.el (ede-enable-locate-on-project):
3731 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3732 (cedet-idutils-version-check):
3733 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3734 (cedet-gnu-global-version-check):
3735 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3736 (cedet-cscope-version-check): Use called-interactively-p instead
3737 of interactive-p.
3738
3739 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3740 Use semantic-format-tag-prototype.
3741
3742 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3743
3744 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3745 last-command-char/last-command-event.
3746 (viper-prefix-arg-value): Do correct conversion of event-char for
3747 XEmacs.
3748
3749 * emulation/viper-util.el, emulation/viper.el:
3750 Use viper-last-command-char instead of
3751 last-command-char/last-command-event.
3752
3753 * ediff-init.el, ediff-mult.el, ediff-util.el:
3754 Replace last-command-char and last-command-event
3755 with (ediff-last-command-char) everywhere.
3756
3757 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3758 created in fundamental mode.
3759
3760 * ediff.el (ediff-version): Revert the change of interactive-p to
3761 called-interactively-p.
3762
3763 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3764
3765 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3766 generation from word-movement command names.
3767
3768 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
3769
3770 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3771 (semantic-complete-jump-local, semantic-complete-jump):
3772 Improve prompt string.
3773
3774 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3775
3776 * cus-start.el (all): Add native condition for font-use-system-font.
3777
3778 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
3779
3780 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3781 Correct the patch from 2009-11-18. (Bug#3910)
3782
3783 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3784
3785 * progmodes/subword.el: Rename from lisp/subword.el.
3786
3787 * subword.el: Rename to progmodes/subword.el.
3788
3789 * Makefile.in (ELCFILES): Adapt to subword.el move.
3790
3791 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3792 Stefan Monnier <monnier@iro.umontreal.ca>
3793
3794 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3795 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3796 (bookmark-bmenu-show-filenames): Use push.
3797 (bookmark-bmenu-hide-filenames): Use local var instead of
3798 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3799 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3800 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3801 filenames now that the bookmark names are always available.
3802
3803 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3804
3805 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3806 (bookmark-search-pattern): Move and leave unbound.
3807 (bookmark-bmenu-mode-map): Change binding.
3808 (bookmark-read-search-input): Simplify.
3809 Don't use text-char-description. Don't error on non-char events.
3810 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3811 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3812 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3813 Use a local var for the timer.
3814 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3815 (i.e. bookmark-bmenu-search).
3816
3817 2009-11-21 Glenn Morris <rgm@gnu.org>
3818
3819 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3820
3821 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3822
3823 * net/browse-url.el (browse-url-default-windows-browser):
3824 Use cygstart for cygwin.
3825
3826 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3827
3828 * bookmark.el: Formatting and doc fixes only:
3829 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3830 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3831 Minor grammar and punctuation fixes in doc string.
3832 (bookmark-read-search-input): Adjust to fit within 80 columns.
3833
3834 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3835
3836 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3837 (c-backward-into-nomenclature): Adapt to subword renaming.
3838
3839 * subword.el (subword-forward, subword-backward, subword-mark)
3840 (subword-kill, subword-backward-kill, subword-transpose)
3841 (subword-downcase, subword-upcase, subword-capitalize)
3842 (subword-forward-internal, subword-backward-internal):
3843 Rename from forward-subword, backward-subword, mark-subword,
3844 kill-subword, backward-kill-subword, transpose-subwords,
3845 downcase-subword, upcase-subword, capitalize-subword,
3846 forward-subword-internal, backward-subword-internal.
3847
3848 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3849
3850 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3851 New options.
3852 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3853 New vars.
3854 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3855 (bookmark-bmenu-filter-alist-by-regexp)
3856 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3857 (bookmark-bmenu-search): New command.
3858 (bookmark-bmenu-mode-map): Bind it.
3859
3860 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3861
3862 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3863
3864 * cedet/semantic/idle.el (define-semantic-idle-service)
3865 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3866
3867 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3868
3869 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3870 backward-subword to quit the byte-compiler.
3871
3872 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3873
3874 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3875
3876 * progmodes/cc-cmds.el (c-update-modeline)
3877 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3878 Refer to subword.el functions instead of cc-subword.el.
3879
3880 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3881 subword.el functions instead of cc-subword.el.
3882
3883 * progmodes/cc-subword.el: Rename to subword.el.
3884 * subword.el: Rename from progmodes/cc-subword.el.
3885 (subword-mode-map): Rename from c-subword-mode-map.
3886 (subword-mode): Rename from c-subword-mode.
3887 (global-subword-mode): New global minor mode.
3888 (forward-subword): Rename from c-forward-subword.
3889 (backward-subword): Rename from c-backward-subword.
3890 (mark-subword): Rename from c-mark-subword.
3891 (kill-subword): Rename from c-kill-subword.
3892 (backward-kill-subword): Rename from c-backward-kill-subword.
3893 (transpose-subwords): Rename from c-tranpose-subword.
3894 (downcase-subword): Rename from c-downcase-subword.
3895 (capitalize-subword): Rename from c-capitalize-subword.
3896 (forward-subword-internal): Rename from c-forward-subword-internal.
3897 (backward-subword-internal): Rename from c-backward-subword-internal.
3898
3899 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3900
3901 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3902 from a dired buffer.
3903 (vc-dired-deduce-fileset): New function.
3904 (vc-root-diff, vc-print-root-log): Use it.
3905
3906 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3907 nil LIMIT argument to vc-print-log-internal.
3908
3909 2009-11-20 Glenn Morris <rgm@gnu.org>
3910
3911 * Makefile.in (ELCFILES): Regenerate.
3912
3913 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3914
3915 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3916
3917 * cedet/semantic.el: Enable idle-mode menu items only if
3918 global-semantic-idle-scheduler-mode is enabled.
3919 (semantic-default-submodes): Doc fix.
3920
3921 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3922 When turning off, disable other idle modes.
3923
3924 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3925
3926 * calc/calc.el (calc-set-mode-line):
3927 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3928 (math-format-number): Rename `math-format-complement-signed' to
3929 `math-format-twos-complement'.
3930
3931 * calc/calc-bin.el (math-format-twos-complement): Rename from
3932 math-format-complement-signed.
3933 (calc-radix): Rename `calc-complement-signed-mode' to
3934 `calc-twos-complement-mode'.
3935 (calc-octal-radix, calc-hex-radix): Add an argument for
3936 two's complement.
3937
3938 * calc/calc-embed.el (calc-embedded-mode-vars):
3939 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3940
3941 * calc/calc-ext.el (calc-init-extensions):
3942 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3943 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3944
3945 * calc/calc-units.el (math-build-units-table-buffer):
3946 Let `calc-twos-complement-mode' be nil.
3947
3948 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3949 entries.
3950
3951 * calc/calc-vec.el (calcFunc-vunpack):
3952 * calc/calc-aent.el (calc-do-calc-eval):
3953 * calc/calc-forms.el (math-format-date):
3954 * calc/calc-graph.el (calc-graph-plot):
3955 * calc/calc-math.el (math-use-emacs-fn):
3956 * calc/calccomp.el (math-compose-expr):
3957 Let `calc-twos-complement-mode' be nil.
3958
3959 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3960
3961 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3962 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3963 * minibuffer.el (completion-in-region-functions): New hook.
3964 (completion-in-region): New function.
3965 * emacs-lisp/lisp.el (lisp-complete-symbol):
3966 * pcomplete.el (pcomplete-std-complete): Use it.
3967
3968 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3969
3970 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3971 (latex-complete-alist): New vars.
3972 (latex-string-prefix-p, latex-complete-bibtex-keys)
3973 (latex-complete-envnames, latex-complete-refkeys)
3974 (latex-complete-data): New functions.
3975 (latex-complete, latex-indent-or-complete): New commands.
3976
3977 * window.el (display-buffer-mark-dedicated): New var.
3978 (display-buffer): Obey it.
3979 * minibuffer.el (minibuffer-completion-help): Use it.
3980
3981 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3982
3983 * filecache.el (file-cache-add-file): Use push and cons.
3984 (file-cache-delete-file-regexp): Use push.
3985 (file-cache-complete): Use completion-in-region.
3986
3987 * simple.el (with-wrapper-hook): Fix thinko.
3988
3989 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3990 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3991 Use with-current-buffer and string-to-number.
3992 (hfy-fallback-colour-values): Use assoc-string.
3993 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3994 (hfy-face-at): Remove unused var `found-face'.
3995 (hfy-compile-stylesheet): Remove unused var `css'.
3996 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3997 and `orig-buffer'.
3998 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3999 Use with-current-buffer.
4000 (hfy-text-p): Use expand-file-name and fewer setq.
4001
4002 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4003
4004 * htmlfontify.el, hfy-cmap.el: New files.
4005
4006 2009-11-19 Juri Linkov <juri@jurta.org>
4007
4008 * minibuffer.el (completions-format): New defcustom.
4009 (completion--insert-strings): Implement vertical format.
4010
4011 * simple.el (switch-to-completions): Move point to the first
4012 completion when point was at the beginning of the buffer.
4013
4014 2009-11-19 Juri Linkov <juri@jurta.org>
4015
4016 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4017
4018 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4019
4020 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4021
4022 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4023 (mail-signature): Change default to t.
4024 (mail-from-style): Deprecate `system-default' value.
4025 (mail-insert-from-field): For default value of mail-from-style,
4026 default to `angles' unless `angles' needs quoting and `parens'
4027 does not.
4028 (mail-citation-prefix-regexp): Use citation regexp from
4029 message-mode.
4030
4031 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
4032
4033 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4034 Set variables for computing the prompt for reading password.
4035
4036 2009-11-19 Glenn Morris <rgm@gnu.org>
4037
4038 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4039
4040 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4041
4042 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4043 (newsticker-treeview-listwindow-height): Fix custom type.
4044
4045 2009-11-19 Kenichi Handa <handa@m17n.org>
4046
4047 * descr-text.el (describe-char-padded-string): Compose with TAB
4048 only if there's a font for CH.
4049 (describe-char): Fix the condition for detecting a trivial composition.
4050
4051 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
4052
4053 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4054 more accurate version of the regexp. (Bug#3910)
4055
4056 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4057
4058 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4059
4060 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
4061
4062 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4063 (font-setting-change-default-font): Fix typo in docstring.
4064
4065 2009-11-18 Alan Mackenzie <acm@muc.de>
4066
4067 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4068
4069 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4070
4071 * font-setting.el (font-use-system-font): Move ...
4072
4073 * cus-start.el (all): ... to here.
4074
4075 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
4076
4077 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4078 Don't set `ad-return-value' if `ad-do-it' doesn't.
4079
4080 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4081 modification time.
4082
4083 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4084
4085 * menu-bar.el: Put "Use system font" in Option-menu.
4086 (menu-bar-options-save): Add font-use-system-font.
4087
4088 * loadup.el: If feature system-font-setting or font-render-setting is
4089 there, load font-setting.
4090
4091 * Makefile.in (ELCFILES): Add font-settings.el.
4092 * font-setting.el: New file.
4093
4094 2009-11-17 Glenn Morris <rgm@gnu.org>
4095
4096 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4097
4098 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4099 Preserve point in the list buffer. (Bug#4939)
4100 Use point-at-eol.
4101 (newsticker--treeview-list-update-highlight)
4102 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4103
4104 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4105
4106 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4107 Remove.
4108
4109 * calc/calc-ext.el (calc-init-extensions): Remove references to
4110 symclip.
4111
4112 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4113
4114 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4115 * calc/calc-help.el (calc-b-prefix-help): Remove references to
4116 `calc-symclip'.
4117
4118 2009-11-16 Kevin Ryde <user42@zip.com.au>
4119
4120 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4121 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4122
4123 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4124 (lm-keywords-list): Allow comma-only separator like "foo,bar".
4125 Ignore trailing spaces by omit-nulls to split-string (fixing
4126 regression from Emacs 21 due to the incompatible split-string
4127 change). (Bug #4928.)
4128
4129 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4130
4131 * vc.el (vc-log-show-limit): Default to 2000.
4132 (vc-print-log-internal): Insert buttons to request more entries
4133 when limiting the output.
4134
4135 * vc-sccs.el (vc-sccs-print-log):
4136 * vc-rcs.el (vc-rcs-print-log):
4137 * vc-cvs.el (vc-cvs-print-log):
4138 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4139 LIMIT is non-nil.
4140
4141 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4142
4143 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4144 error when `tramp-gvfs-dbus-event-vector' is set.
4145 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4146
4147 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4148
4149 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4150
4151 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4152
4153 * net/dbus.el (dbus-unregister-service): New defun.
4154 (dbus-register-property): Register the handlers of
4155 "org.freedesktop.DBus.Properties" for SERVICE.
4156 (dbus-property-handler): Fix docstring.
4157
4158 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4159
4160 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4161 Quote doc string reference in defvaralias as it is not in special form.
4162 (byte-compile-output-docform): Doc fix.
4163
4164 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4165
4166 * calc/calc.el (math-2-word-size, math-half-2-word-size)
4167 (calc-complement-signed-mode): New variables.
4168 (calc-set-mode-line): Add indicator for twos-complements.
4169 (math-format-number): Format twos-complement notation.
4170
4171 * calc/calc-bin.el (calc-word-size): Reset the variables
4172 `math-2-word-size' and `math-half-2-word-size'.
4173 (math-format-complement-signed, math-symclip, calcFunc-symclip)
4174 (calc-symclip): New functions.
4175
4176 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4177
4178 * calc/calc-embed.el (calc-embedded-mode-vars):
4179 Add `calc-complement-signed-mode' to the list of modes.
4180
4181 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4182 (calc-b-oper-keys): Add `calc-symclip' to list.
4183
4184 * calc/calc-ext.el (math-read-number-fancy): Read complement
4185 signed numbers.
4186 (calc-init-extensions): Add binding for `calc-symclip'.
4187 Add autoload for `calcFunc-symclip' and `calc-symclip'.
4188
4189 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4190 `calc-symclip'.
4191 (calc-modes-menu): Add item for twos complement mode.
4192
4193 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4194
4195 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4196
4197 * register.el (jump-to-register, insert-register): Handle Semantic
4198 tags. From commented-out advice in semantic/senator.el.
4199
4200 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4201
4202 * vc.el (vc-log-show-limit): New variable.
4203 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
4204 when using a prefix argument.
4205 (vc-print-log-internal): Add new argument LIMIT.
4206
4207 * vc-svn.el (vc-svn-print-log):
4208 * vc-mtn.el (vc-mtn-print-log):
4209 * vc-hg.el (vc-hg-print-log):
4210 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4211 pass it to the log command when set. Make the BUFFER argument
4212 non-optional.
4213
4214 * vc-sccs.el (vc-sccs-print-log):
4215 * vc-rcs.el (vc-rcs-print-log):
4216 * vc-git.el (vc-git-print-log):
4217 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4218 ignore it. Make the BUFFER argument non-optional
4219
4220 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4221
4222 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4223
4224 * dired.el (dired-mode-map): Move encryption items to "Operate"
4225 menu (Bug#4703).
4226
4227 * strokes.el (strokes-update-window-configuration): Make strokes
4228 buffer current before erasing (Bug#4906).
4229
4230 * cedet/semantic/idle.el (semantic-idle-summary-mode)
4231 (semantic-idle-summary-mode): Define using define-minor-mode
4232 instead of define-semantic-idle-service.
4233 (semantic-idle-summary-mode): New function.
4234 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4235 that mouse motion does not reset the echo area.
4236
4237 2009-11-15 Juri Linkov <juri@jurta.org>
4238
4239 * simple.el (set-mark-default-inactive): Add :type, :group
4240 and :version. (Bug#4876)
4241
4242 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
4243
4244 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4245 (archive-unique-fname): ... here. (Bug#4929)
4246
4247 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4248
4249 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4250 with a real fix.
4251
4252 * novice.el (disabled-command-function): Add useful args.
4253 Setup the help buffer so that [back] works.
4254 Remove redundant call to help-mode.
4255 (disabled-command-function): Use `case'.
4256 (en/disable-command): New function extracted from enable-command.
4257 (enable-command, disable-command): Use it.
4258
4259 2009-11-14 Glenn Morris <rgm@gnu.org>
4260
4261 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4262 constants. (Bug#4913)
4263
4264 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4265
4266 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4267
4268 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4269 defined in C that have no doc-strings. (Bug#1063)
4270
4271 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
4272
4273 * cus-edit.el (data, files):
4274 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4275
4276 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4277
4278 * simple.el (shell-command): Doc fix (Bug#4891).
4279
4280 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4281
4282 2009-11-14 Glenn Morris <rgm@gnu.org>
4283
4284 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4285 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4286 If they are already loaded, eval-after-load will do the right thing.
4287
4288 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4289 compiling.
4290
4291 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4292
4293 * simple.el (x-selection-owner-p): Declare.
4294 (read-mail-command): Use custom radio type rather than choice.
4295 (completion-no-auto-exit): Doc fix.
4296
4297 * custom.el (defgroup):
4298 * epg-config.el (epg): Doc fixes.
4299
4300 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4301
4302 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4303 * international/ccl.el (define-ccl-program): Do not purecopy the
4304 docstring, defconst does it anyway.
4305
4306 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4307
4308 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4309 a second time.
4310
4311 * x-dnd.el (x-dnd-maybe-call-test-function):
4312 * window.el (split-window-vertically):
4313 * whitespace.el (whitespace-help-on):
4314 * vc-rcs.el (vc-rcs-consult-headers):
4315 * userlock.el (ask-user-about-lock-help)
4316 (ask-user-about-supersession-help):
4317 * type-break.el (type-break-force-mode-line-update):
4318 * time-stamp.el (time-stamp-conv-warn):
4319 * terminal.el (te-set-output-log, te-more-break, te-filter)
4320 (te-sentinel, terminal-emulator):
4321 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4322 (term-write-input-ring, term-check-source, term-start-output-log):
4323 (term-display-buffer-line, term-dynamic-list-completions):
4324 (term-ansi-make-term, serial-term):
4325 * subr.el (selective-display):
4326 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4327 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4328 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4329 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4330 (speedbar-remove-localized-speedbar-support)
4331 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4332 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4333 (speedbar-buffers-line-directory):
4334 * simple.el (shell-command-on-region, append-to-buffer)
4335 (prepend-to-buffer):
4336 * shadowfile.el (shadow-save-todo-file):
4337 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4338 (scroll-bar-maybe-set-window-start):
4339 * sb-image.el (speedbar-image-dump):
4340 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4341 (load-save-place-alist-from-file):
4342 * ps-samp.el (ps-print-message-from-summary):
4343 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4344 (ps-background-image, ps-begin-job, ps-do-despool):
4345 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4346 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4347 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4348 (pr-call-process, pr-file-list, pr-interface-save):
4349 * novice.el (disabled-command-function)
4350 (enable-command, disable-command):
4351 * mouse.el (mouse-buffer-menu-alist):
4352 * mouse-copy.el (mouse-kill-preserving-secondary):
4353 * macros.el (kbd-macro-query):
4354 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4355 * informat.el (batch-info-validate):
4356 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4357 * hippie-exp.el (try-expand-dabbrev-visible):
4358 * help-mode.el (help-make-xrefs):
4359 * help-fns.el (describe-variable):
4360 * generic-x.el (bat-generic-mode-run-as-comint):
4361 * finder.el (finder-mouse-select):
4362 * find-dired.el (find-dired-sentinel):
4363 * filesets.el (filesets-file-close):
4364 * files.el (list-directory):
4365 * faces.el (list-faces-display, describe-face):
4366 * facemenu.el (list-colors-display):
4367 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4368 * epg.el (epg--process-filter, epg-cancel):
4369 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4370 (epa--read-signature-type):
4371 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4372 (emerge-file-names):
4373 * ehelp.el (electric-helpify):
4374 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4375 * ediff-vers.el (rcs-ediff-view-revision):
4376 * ediff-util.el (ediff-setup):
4377 * ediff-mult.el (ediff-append-custom-diff):
4378 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4379 (ediff-wordify):
4380 * echistory.el (Electric-command-history-redo-expression):
4381 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4382 * disp-table.el (describe-display-table):
4383 * dired.el (dired-find-buffer-nocreate):
4384 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4385 * dabbrev.el (dabbrev--same-major-mode-p):
4386 * chistory.el (list-command-history):
4387 * apropos.el (apropos-documentation):
4388 * allout.el (allout-obtain-passphrase):
4389 (allout-copy-exposed-to-buffer):
4390 (allout-verify-passphrase): Use with-current-buffer.
4391
4392 2009-11-13 Glenn Morris <rgm@gnu.org>
4393
4394 * Makefile.in (ELCFILES): Regenerate.
4395
4396 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4397
4398 * net/dbus.el (dbus-registered-objects-table): Rename from
4399 `dbus-registered-functions-table', because it contains also properties.
4400 (dbus-unregister-object): Unregister also properties.
4401 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4402 Use a timeout of 500 msec, in order to not block.
4403 (dbus-register-property, dbus-property-handler): New defuns.
4404
4405 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4406
4407 * simple.el (minibuffer-default-add-completions): Drop deprecated
4408 4th arg.
4409
4410 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4411
4412 * textmodes/artist.el (artist-mouse-choose-operation):
4413 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4414 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4415 (artist-compute-up-event-key): New function.
4416 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4417
4418 2009-11-13 Kenichi Handa <handa@m17n.org>
4419
4420 * language/japan-util.el: Make sure that the value of jisx0208
4421 property is jisx0208 character.
4422
4423 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4424
4425 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4426 car or each item, not the whole list.
4427
4428 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4429
4430 * minibuffer.el (minibuffer-completion-help):
4431 Use minibuffer-hide-completions.
4432
4433 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
4434
4435 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4436 (dired-revert): Use them (bug#4880).
4437
4438 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4439
4440 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4441
4442 2009-11-12 Juri Linkov <juri@jurta.org>
4443
4444 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4445 New functions.
4446 (find-file-literally-at-point): Alias of `ffap-literally'.
4447
4448 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4449
4450 * textmodes/ispell.el (ispell-skip-region-alist):
4451 * textmodes/css-mode.el (auto-mode-alist):
4452 * progmodes/compile.el (auto-mode-alist):
4453 * international/mule.el (ctext-non-standard-encodings-alist)
4454 (ctext-non-standard-encodings-regexp):
4455 * simple.el (shell-command-switch, text-read-only):
4456 * replace.el (occur-mode-map):
4457 * paths.el (rmail-file-name):
4458 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4459 * find-file.el (ff-special-constructs):
4460 * files.el (file-name-handler-alist):
4461 * composite.el: Purecopy strings.
4462
4463 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4464
4465 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4466
4467 * widget.el (define-widget): Purecopy the docstring.
4468 * international/mule-cmds.el (charset): Do not purecopy the
4469 docstring here, define-widget does it.
4470
4471 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4472 * textmodes/bibtex-style.el (auto-mode-alist):
4473 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4474 * progmodes/compile.el (compile-command):
4475 * language/korea-util.el (default-korean-keyboard):
4476 * international/mule-conf.el (file-coding-system-alist):
4477 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4478 * tooltip.el (tooltip-frame-parameters):
4479 * newcomment.el (comment-end, comment-padding):
4480 * dired.el (dired-trivial-filenames):
4481 * comint.el (comint-file-name-prefix): Purecopy initial values.
4482
4483 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
4484
4485 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4486 (tramp-advice-minibuffer-electric-tilde): Unload advices via
4487 `tramp-unload'.
4488 (tramp-advice-make-auto-save-file-name)
4489 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4490 after removing the advice.
4491
4492 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4493
4494 * progmodes/grep.el (grep-regexp-alist):
4495 * international/mule-cmds.el (iso-2022-control-alist):
4496 * emacs-lisp/timer.el (timer-duration-words):
4497 * subr.el (version-separator, version-regexp-alist):
4498 * minibuffer.el (completion-styles-alist):
4499 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4500 Change defvars to defconsts.
4501
4502 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4503 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4504 * international/mule-conf.el: Allow to be byte compiled.
4505
4506 * international/mule.el (define-charset): Purecopy props.
4507 (load-with-code-conversion): Purecopy doc string and file name.
4508 (put-charset-property): Purecopy strings.
4509 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4510
4511 * international/mule-cmds.el (register-input-method): Purecopy arguments.
4512 (define-char-code-property): Correctly purecopy the table.
4513
4514 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4515
4516 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4517
4518 * subr.el (add-hook): Purecopy strings.
4519 (eval-after-load): Purecopy load-history-regexp and the form.
4520
4521 * custom.el (custom-declare-group): Purecopy load-file-name.
4522
4523 * subr.el (menu-bar-separator): New defconst.
4524 * net/eudc.el (eudc-tools-menu):
4525 * international/mule-cmds.el (set-coding-system-map)
4526 (mule-menu-keymap):
4527 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4528 * vc-hooks.el (vc-menu-map):
4529 * replace.el (occur-mode-map):
4530 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4531 (menu-bar-edit-menu, menu-bar-goto-menu)
4532 (menu-bar-custom-menu, menu-bar-showhide-menu)
4533 (menu-bar-options-menu, menu-bar-tools-menu)
4534 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4535 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4536 (menu-bar-help-menu):
4537 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4538 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4539
4540 * term/x-win.el (x-gtk-stock-map):
4541 * progmodes/vera-mode.el (auto-mode-alist):
4542 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4543 (inferior-lisp-program, inferior-lisp-load-command):
4544 * progmodes/hideshow.el (hs-special-modes-alist):
4545 * progmodes/gud.el (same-window-regexps):
4546 * progmodes/grep.el (grep-program, find-program, xargs-program):
4547 * net/telnet.el (same-window-regexps):
4548 * net/rlogin.el (same-window-regexps):
4549 * language/ethiopic.el (font-ccl-encoder-alist):
4550 * vc-sccs.el (vc-sccs-master-templates):
4551 * vc-rcs.el (vc-rcs-master-templates):
4552 * subr.el (cl-assertion-failed):
4553 * simple.el (next-error-overlay-arrow-position):
4554 * lpr.el (lpr-command):
4555 * locate.el (locate-ls-subdir-switches):
4556 * info.el (same-window-regexps, info)
4557 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4558 * image-mode.el (image-mode, auto-mode-alist):
4559 * hippie-exp.el (hippie-expand-ignore-buffers):
4560 * format.el (format-alist):
4561 * find-dired.el (find-ls-subdir-switches, find-grep-options)
4562 (find-name-arg):
4563 * facemenu.el (facemenu-keybindings):
4564 * dired.el (dired-listing-switches, dired-chown-program):
4565 * diff.el (diff-switches, diff-command):
4566 * cus-edit.el (same-window-regexps):
4567 * bindings.el (mode-line-mule-info)
4568 (mode-line-buffer-identification): Purecopy strings.
4569
4570 2009-11-11 Juri Linkov <juri@jurta.org>
4571
4572 * simple.el (dired-get-filename) <declare-function>:
4573 Tell the byte-compiler about dired-get-filename.
4574 (shell-command): In Dired mode, get filename from the current line
4575 as the default value.
4576
4577 2009-11-10 Glenn Morris <rgm@gnu.org>
4578
4579 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4580 * calendar/holidays.el, progmodes/cperl-mode.el:
4581 Update x-popup-menu declarations.
4582
4583 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4584 (list-load-path-shadows): Use dolist.
4585 (list-load-path-shadows): Use with-current-buffer.
4586
4587 2009-11-10 Juri Linkov <juri@jurta.org>
4588
4589 * minibuffer.el (read-file-name): Support a list of default values
4590 in `default-filename'. Use the first file name where only one
4591 element is required. Doc fix.
4592
4593 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
4594
4595 * net/dbus.el (dbus-unregister-object): Release service, if no
4596 other method is registered for it.
4597
4598 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
4599
4600 * bookmark.el (bookmark-completing-read): Sort bookmark names if
4601 bookmark-sort-flag is non-nil (Bug#4653).
4602
4603 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4604
4605 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4606 the progress reporter entirely.
4607
4608 * emulation/cua-base.el: Add CUA property to some CC mode commands
4609 (Bug#4100).
4610
4611 2009-11-08 Kevin Ryde <user42@zip.com.au>
4612
4613 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4614 at end of sentence (Bug#4818).
4615
4616 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
4617
4618 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4619 Handle "see declaration of" MSFT statements (Bug#4100).
4620
4621 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
4622
4623 * net/tramp.el (tramp-advice-make-auto-save-file-name)
4624 (tramp-advice-file-expand-wildcards): Unload via
4625 `ad-remove-advice'.
4626
4627 * net/trampver.el: Update release number.
4628
4629 2009-11-08 Kevin Ryde <user42@zip.com.au>
4630
4631 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4632 `ad-do-it'.
4633
4634 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
4635
4636 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4637 in order to keep context in SELinux.
4638
4639 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4640
4641 * dired-aux.el (dired-query): Place cursor in echo area and allow
4642 C-g.
4643
4644 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4645 menu item if not on a directory (Bug#4701).
4646
4647 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
4648
4649 Sync with Tramp 2.1.17.
4650
4651 * net/tramp.el (tramp-handle-copy-directory): Don't use
4652 `file-remote-p' (due to compatibility).
4653
4654 * net/tramp-compat.el (tramp-compat-copy-directory)
4655 (tramp-compat-delete-directory): New defuns.
4656
4657 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4658 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4659 `tramp-compat-delete-directory'.
4660
4661 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4662 (tramp-smb-handle-delete-directory): Use
4663 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4664
4665 * net/trampver.el: Update release number.
4666
4667 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
4668
4669 * tar-mode.el (tar-copy): Call write-region on the right buffer
4670 (Bug#4857).
4671
4672 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4673 by hand, if necessary (Bug#4878).
4674
4675 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
4676
4677 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4678 align size column (Bug#4839).
4679
4680 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4681 statement.
4682
4683 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4684
4685 * progmodes/ld-script.el (auto-mode-alist):
4686 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4687
4688 * cus-face.el (custom-declare-face): Purecopy face spec.
4689
4690 2009-11-06 Kenichi Handa <handa@m17n.org>
4691
4692 * international/uni-bidi.el: Re-generated.
4693 * international/uni-category.el: Re-generated.
4694 * international/uni-combining.el: Re-generated.
4695 * international/uni-mirrored.el: Re-generated.
4696
4697 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4698
4699 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4700 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4701 (tex-start-options, slitex-run-command, latex-run-command)
4702 (tex-run-command, tex-directory):
4703 * textmodes/ispell.el (ispell-html-skip-alists)
4704 (ispell-tex-skip-alists, ispell-tex-skip-alists):
4705 * textmodes/fill.el (adaptive-fill-first-line-regexp):
4706 (adaptive-fill-regexp):
4707 * textmodes/dns-mode.el (auto-mode-alist):
4708 * progmodes/python.el (interpreter-mode-alist):
4709 * progmodes/etags.el (tags-compression-info-list):
4710 * progmodes/etags.el (tags-file-name):
4711 * net/browse-url.el (browse-url-galeon-program)
4712 (browse-url-firefox-program):
4713 * mail/sendmail.el (mail-signature-file)
4714 (mail-citation-prefix-regexp):
4715 * international/mule-conf.el (eight-bit):
4716 * international/latexenc.el (latex-inputenc-coding-alist):
4717 * international/fontset.el (x-pixel-size-width-font-regexp):
4718 * emacs-lisp/warnings.el (warning-type-format):
4719 * emacs-lisp/trace.el (trace-buffer):
4720 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4721 (emacs-lisp-mode-map):
4722 * calendar/holidays.el (holiday-solar-holidays)
4723 (holiday-bahai-holidays, holiday-islamic-holidays)
4724 (holiday-christian-holidays, holiday-hebrew-holidays)
4725 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4726 (hebrew-holidays-1, holiday-oriental-holidays)
4727 (holiday-general-holidays):
4728 * x-dnd.el (x-dnd-known-types):
4729 * tool-bar.el (tool-bar):
4730 * startup.el (site-run-file):
4731 * shell.el (shell-dumb-shell-regexp):
4732 * rfn-eshadow.el (file-name-shadow-tty-properties)
4733 (file-name-shadow-properties):
4734 * paths.el (remote-shell-program, news-directory):
4735 * mouse.el ([C-down-mouse-3]):
4736 * menu-bar.el (menu-bar-tools-menu):
4737 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4738 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4739 (jka-compr-compression-info-list):
4740 * isearch.el (search-whitespace-regexp):
4741 * image-file.el (image-file-name-extensions):
4742 * find-dired.el (find-ls-option):
4743 * files.el (directory-listing-before-filename-regexp)
4744 (directory-free-space-args, insert-directory-program)
4745 (list-directory-brief-switches, magic-fallback-mode-alist)
4746 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4747 (automount-dir-prefix):
4748 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4749 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4750 (face-font-registry-alternatives, face-font-registry-alternatives)
4751 (face-font-family-alternatives):
4752 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4753 (facemenu-foreground-menu, facemenu-face-menu):
4754 * epa-hook.el (epa-file-name-regexp):
4755 * dnd.el (dnd-protocol-alist):
4756 * textmodes/rst.el (auto-mode-alist):
4757 * button.el (default-button): Purecopy strings.
4758
4759 2009-11-06 Glenn Morris <rgm@gnu.org>
4760
4761 * Makefile.in (ELCFILES): Update.
4762
4763 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4764
4765 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4766 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4767
4768 * nxml/xsd-regexp.el (xsdre-gen-categories):
4769 * nxml/xmltok.el (xmltok-parse-entity):
4770 * nxml/rng-parse.el (rng-parse-validate-file):
4771 * nxml/rng-maint.el (rng-format-manual)
4772 (rng-manual-output-force-new-line):
4773 * nxml/rng-loc.el (rng-save-schema-location-1):
4774 * nxml/rng-cmpct.el (rng-c-parse-file):
4775 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4776 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4777
4778 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4779
4780 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4781 Remove extra save-excursions and make-variable-buffer-local's.
4782 Suggested by Stefan Monnier.
4783
4784 (verilog-getopt-file, verilog-module-inside-filename-p)
4785 (verilog-set-define): Merge GNU 1.35 and repair changes from
4786 switching to using with-current-buffer.
4787
4788 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4789 being treated as a number and confusing AUTORESET.
4790 Reported by Dan Dever.
4791
4792 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4793 Add verilog-auto-ignore-concat to fix backward compatibility with
4794 older verilog-modes. Reported by Dan Katz.
4795
4796 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4797 containing closing anchors "...$".
4798
4799 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4800 Reported by Wade Smith.
4801
4802 (verilog-batch-execute-func): Comment on function usage.
4803
4804 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
4805
4806 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4807 for labels.
4808
4809 (verilog-label-re, verilog-calc-1): Support proper indent of named
4810 asserts.
4811
4812 (verilog-backward-token, verilog-basic-complete-re)
4813 (verilog-beg-of-statement, verilog-indent-re): Support proper
4814 indent of the assert statement at the beginning of a block of text.
4815
4816 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4817 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4818 tokens as begins.
4819
4820 2009-11-05 Glenn Morris <rgm@gnu.org>
4821
4822 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4823 Emacs 19. (Bug#1531)
4824 (byte-compile-fix-header): Update for the above change.
4825 Drop test for epoch::version.
4826
4827 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4828 * cus-dep.el (custom-make-dependencies):
4829 * finder.el (finder-compile-keywords):
4830 Use autoload-rubric's feature argument.
4831
4832 * calendar/diary-lib.el (top-level): Make load behave more like require.
4833
4834 * vc-git.el (vc-git-stash-map): Move definition before use.
4835
4836 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4837
4838 * custom.el (custom-declare-group): Purecopy standard-value.
4839 (custom-declare-group): Purecopy custom-prefix.
4840
4841 * international/mule.el (load-with-code-conversion):
4842 Call do-after-load-evaluation unconditionally.
4843
4844 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4845
4846 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4847
4848 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4849
4850 2009-11-04 Glenn Morris <rgm@gnu.org>
4851
4852 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4853 (byte-compile-compatibility): Remove option.
4854 (byte-compile-close-variables, byte-compile-fix-header)
4855 (byte-compile-insert-header, byte-compile-output-docform)
4856 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4857 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4858 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4859 (byte-compile-insert, byte-compile-defun):
4860 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
4861 (byte-defop-compiler19): Remove.
4862 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4863 used by anything. Replace all calls with byte-defop-compiler.
4864
4865 2009-11-04 Juri Linkov <juri@jurta.org>
4866
4867 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4868 (menu-bar-options-menu): Don't quote the `prop' arg of
4869 `menu-bar-make-mm-toggle'.
4870
4871 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
4872
4873 * calendar/calendar.el (cal-loaddefs):
4874 * calendar/diary-lib.el (diary-loaddefs):
4875 * calendar/holidays.el (hol-loaddefs):
4876 * eshell/esh-module.el (esh-groups): Load rather than require.
4877
4878 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4879
4880 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4881 point-min==1.
4882 (todo-top-priorities): Only display-buffer when called interactively.
4883 (todo-item-start): Don't save excursion point.
4884 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4885 (todo-insert-item-here, todo-file-item, todo-remove-item):
4886 Adjust uses of todo-item-start and todo-item-end.
4887
4888 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4889 (autoload-rubric): Don't use any more.
4890 * cedet/semantic/fw.el (semantic/loaddefs):
4891 * cedet/srecode.el (srecode/loaddefs):
4892 * cedet/ede.el (ede/loaddefs): Load rather than require.
4893 * cedet/ede/cpp-root.el:
4894 * cedet/ede/emacs.el:
4895 * cedet/ede/files.el:
4896 * cedet/ede/linux.el:
4897 * cedet/ede/locate.el:
4898 * cedet/ede/make.el:
4899 * cedet/ede/shell.el:
4900 * cedet/ede/speedbar.el:
4901 * cedet/ede/system.el:
4902 * cedet/ede/util.el:
4903 * cedet/semantic/analyze.el:
4904 * cedet/semantic/bovine.el:
4905 * cedet/semantic/complete.el:
4906 * cedet/semantic/ctxt.el:
4907 * cedet/semantic/db-file.el:
4908 * cedet/semantic/db-find.el:
4909 * cedet/semantic/db-global.el:
4910 * cedet/semantic/db-mode.el:
4911 * cedet/semantic/db-typecache.el:
4912 * cedet/semantic/db.el:
4913 * cedet/semantic/debug.el:
4914 * cedet/semantic/dep.el:
4915 * cedet/semantic/doc.el:
4916 * cedet/semantic/edit.el:
4917 * cedet/semantic/find.el:
4918 * cedet/semantic/format.el:
4919 * cedet/semantic/html.el:
4920 * cedet/semantic/ia-sb.el:
4921 * cedet/semantic/ia.el:
4922 * cedet/semantic/idle.el:
4923 * cedet/semantic/lex-spp.el:
4924 * cedet/semantic/lex.el:
4925 * cedet/semantic/mru-bookmark.el:
4926 * cedet/semantic/scope.el:
4927 * cedet/semantic/senator.el:
4928 * cedet/semantic/sort.el:
4929 * cedet/semantic/symref.el:
4930 * cedet/semantic/tag-file.el:
4931 * cedet/semantic/tag-ls.el:
4932 * cedet/semantic/tag-write.el:
4933 * cedet/semantic/tag.el:
4934 * cedet/semantic/util-modes.el:
4935 * cedet/semantic/analyze/complete.el:
4936 * cedet/semantic/analyze/refs.el:
4937 * cedet/semantic/bovine/c.el:
4938 * cedet/semantic/bovine/gcc.el:
4939 * cedet/semantic/bovine/make.el:
4940 * cedet/semantic/bovine/scm.el:
4941 * cedet/semantic/decorate/include.el:
4942 * cedet/semantic/decorate/mode.el:
4943 * cedet/semantic/symref/cscope.el:
4944 * cedet/semantic/symref/global.el:
4945 * cedet/semantic/symref/grep.el:
4946 * cedet/semantic/symref/idutils.el:
4947 * cedet/semantic/symref/list.el:
4948 * cedet/semantic/wisent/java-tags.el:
4949 * cedet/semantic/wisent/javascript.el:
4950 * cedet/srecode/compile.el:
4951 * cedet/srecode/cpp.el:
4952 * cedet/srecode/document.el:
4953 * cedet/srecode/el.el:
4954 * cedet/srecode/expandproto.el:
4955 * cedet/srecode/getset.el:
4956 * cedet/srecode/insert.el:
4957 * cedet/srecode/java.el:
4958 * cedet/srecode/map.el:
4959 * cedet/srecode/mode.el:
4960 * cedet/srecode/template.el:
4961 * cedet/srecode/texi.el: Remove the file-local setting of
4962 generated-autoload-feature.
4963
4964 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4965 and only put a prop if it is non-nil.
4966
4967 2009-11-03 Juri Linkov <juri@jurta.org>
4968
4969 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4970 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4971
4972 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4973 and "Menu" to make top-level menu item visually one unit (like
4974 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4975 multi-word menu items). Fix :help string for quit-window.
4976
4977 2009-11-03 Glenn Morris <rgm@gnu.org>
4978
4979 * cedet/mode-local.el (with-mode-local): Doc fix.
4980
4981 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4982 (byte-compile-file-form-define-abbrev-table)
4983 (byte-compile-file-form-custom-declare-variable)
4984 (byte-compile-variable-ref, byte-compile-defvar):
4985 Whether or not a warning is enabled should only affect whether we issue
4986 the warning, not whether or not we collect the relevant data.
4987 Eg warnings can be turned on and off throughout the course of a file.
4988
4989 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4990 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4991
4992 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4993
4994 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4995 * play/mpuz.el (mpuz-create-buffer):
4996 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4997 (lm-print-y,s,noise, lm-print-w0, lm-init):
4998 * play/gomoku.el (gomoku-prompt-for-move):
4999 * play/fortune.el (fortune-in-buffer):
5000 * play/dissociate.el (dissociated-press):
5001 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5002 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5003 * mail/supercite.el (sc-eref-show):
5004 * mail/smtpmail.el (smtpmail-send-it):
5005 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5006 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5007 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5008 (rmail-summary-goto-msg, rmail-summary-expunge)
5009 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5010 (rmail-summary-add-label, rmail-summary-output-menu)
5011 (rmail-summary-output-body):
5012 * mail/rfc822.el (rfc822-addresses):
5013 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5014 * mail/mailpost.el (post-mail-send-it):
5015 * mail/hashcash.el (hashcash-generate-payment):
5016 * mail/feedmail.el (feedmail-run-the-queue)
5017 (feedmail-queue-send-edit-prompt-help-first)
5018 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5019 (feedmail-deduce-address-list):
5020 * eshell/esh-ext.el (eshell-remote-command):
5021 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5022 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5023 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5024 (viper-save-string-in-file, viper-valid-marker):
5025 * emulation/viper-keym.el (viper-toggle-key):
5026 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5027 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5028 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5029 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5030 (viper-exec-form-in-emacs, viper-brac-function):
5031 * emulation/viper.el (viper-delocalize-var):
5032 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5033 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5034 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5035 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5036 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5037 * emulation/edt.el (edt-electric-helpify):
5038 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5039 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5040 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5041 (cua-indent-to-global-mark-column):
5042 * calendar/diary-lib.el (calendar-mark-1):
5043 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5044 Use with-current-buffer.
5045 * emulation/viper.el (viper-delocalize-var): Use dolist.
5046
5047 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
5048
5049 * comint.el (comint-replace-by-expanded-history-before-point):
5050 Replace !! with the previous input string literally (Bug#1795).
5051
5052 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5053
5054 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5055 to be made up of whitespace.
5056
5057 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5058
5059 * minibuffer.el (read-file-name): Don't use file dialogs for
5060 remote directories (Bug#99).
5061
5062 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
5063
5064 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5065
5066 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5067
5068 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5069 instead of deleting the window or frame.
5070
5071 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5072
5073 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5074 Support face colors.
5075
5076 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5077 New function. Support face colors (Bug#1168).
5078 (tex-common-initialization): Use it.
5079
5080 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5081 mode allows it (Bug#1168).
5082
5083 2009-10-31 Juri Linkov <juri@jurta.org>
5084
5085 * facemenu.el (list-colors-display): Don't mark buffer as
5086 modified (Bug#3948).
5087
5088 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5089
5090 * international/mule-diag.el (list-character-sets-1): Minor
5091 message fix (Bug#3526).
5092
5093 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5094 face property (Bug#4834).
5095 (etags-list-tags, etags-tags-apropos-additional)
5096 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5097 property.
5098
5099 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5100 items.
5101
5102 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5103 items.
5104
5105 * cedet/ede.el (ede-minor-mode):
5106 * cedet/semantic.el (semantic-mode): Toggle menu separators.
5107
5108 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5109
5110 * textmodes/two-column.el (2C-split):
5111 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5112 * textmodes/tex-mode.el (tex-set-buffer-directory):
5113 * textmodes/spell.el (spell-region, spell-string):
5114 * textmodes/reftex.el (reftex-erase-buffer):
5115 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5116 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5117 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5118 (reftex-select-item):
5119 * textmodes/reftex-ref.el (reftex-label-info-update)
5120 (reftex-offer-label-menu):
5121 * textmodes/reftex-index.el (reftex-index-change-entry)
5122 (reftex-index-phrases-info):
5123 * textmodes/reftex-global.el (reftex-create-tags-file)
5124 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5125 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5126 (reftex-view-crossref-from-bibtex):
5127 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5128 (reftex-extract-bib-entries-from-thebibliography)
5129 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5130 * textmodes/refbib.el (r2b-capitalize-title):
5131 (r2b-convert-buffer, r2b-help):
5132 * textmodes/page-ext.el (pages-directory)
5133 (pages-directory-goto-with-mouse):
5134 * textmodes/bibtex.el (bibtex-validate-globally):
5135 * textmodes/bib-mode.el (bib-capitalize-title):
5136 * textmodes/artist.el (artist-clear-buffer, artist-system):
5137 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5138 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5139 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5140 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5141 (xscheme-send-control-g-interrupt, xscheme-start-process)
5142 (xscheme-process-sentinel, xscheme-cd):
5143 * progmodes/verilog-mode.el (verilog-read-always-signals)
5144 (verilog-set-define, verilog-getopt-file)
5145 (verilog-module-inside-filename-p):
5146 * progmodes/sh-script.el:
5147 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5148 (python-pdbtrack-grub-for-buffer, python-execute-file):
5149 * progmodes/octave-inf.el (inferior-octave):
5150 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5151 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5152 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5153 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5154 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5155 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5156 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5157 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5158 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5159 (idlwave-shell-examine-display, idlwave-shell-run-region)
5160 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5161 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5162 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5163 (idlwave-help-get-help-buffer):
5164 * progmodes/gud.el (gud-basic-call, gud-find-class)
5165 (gud-tooltip-activate-mouse-motions-if-enabled):
5166 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5167 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5168 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5169 (ebrowse-tags-next-file):
5170 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5171 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5172 (ebnf-eps-finish-and-write):
5173 * progmodes/cpp.el (cpp-edit-save):
5174 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5175 * progmodes/cc-defs.el (c-emacs-features):
5176 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5177 (antlr-directory-dependencies):
5178 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5179 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5180 (ada-find-any-references, ada-make-filename-from-adaname)
5181 (ada-make-body-gnatstub):
5182 * obsolete/rnews.el (news-list-news-groups):
5183 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5184 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5185 * net/rcirc.el (rcirc-debug):
5186 * net/newst-treeview.el (newsticker--treeview-list-add-item)
5187 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5188 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5189 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5190 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5191 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5192 (newsticker--treeview-list-clear-highlight)
5193 (newsticker--treeview-list-update-highlight)
5194 (newsticker--treeview-list-highlight-start)
5195 (newsticker--treeview-tree-update-highlight)
5196 (newsticker--treeview-get-selected-item)
5197 (newsticker-treeview-mark-list-items-old)
5198 (newsticker--treeview-set-current-node):
5199 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5200 * net/newst-backend.el (newsticker--get-news-by-funcall)
5201 (newsticker--get-news-by-wget, newsticker--image-get)
5202 (newsticker--image-sentinel):
5203 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5204 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5205 (eudc-ph-close-session):
5206 * net/eudc.el (eudc-save-options):
5207 * language/thai-word.el (thai-update-word-table):
5208 * language/japan-util.el (japanese-string-conversion):
5209 * international/titdic-cnv.el (tsang-quick-converter)
5210 (ziranma-converter, ctlau-converter):
5211 * international/mule-cmds.el (describe-language-environment):
5212 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5213 (skkdic-convert-postfix, skkdic-convert-prefix):
5214 (skkdic-convert-okuri-nasi, skkdic-convert):
5215 * emacs-lisp/re-builder.el (reb-update-overlays):
5216 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5217 * emacs-lisp/gulp.el (gulp-send-requests):
5218 * emacs-lisp/find-gc.el (trace-call-tree):
5219 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5220 (eieio-describe-generic):
5221 * emacs-lisp/eieio-base.el (eieio-persistent-read):
5222 * emacs-lisp/edebug.el (edebug-outside-excursion):
5223 * emacs-lisp/debug.el (debugger-make-xrefs):
5224 * emacs-lisp/cust-print.el (custom-prin1-to-string):
5225 * emacs-lisp/chart.el (chart-new-buffer):
5226 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5227 Use with-current-buffer.
5228 * textmodes/artist.el (artist-system): Don't call
5229 copy-sequence on a fresh string.
5230 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5231
5232 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
5233
5234 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5235 is no item to edit. (Bug#4820)
5236 (todo-top-priorities): Restore point and restore narrowing in Todo
5237 buffer. (Bug#4820)
5238
5239 2009-10-31 Glenn Morris <rgm@gnu.org>
5240
5241 * net/ange-ftp.el (top-level): Don't require dired when compiling.
5242 (comint-last-output-start, comint-last-input-start)
5243 (comint-last-input-end): Don't defvar when compiling.
5244 (ange-ftp-process-file): Use bound-and-true-p.
5245
5246 * pcmpl-rpm.el (top-level): Move provide statement to end.
5247 (pcmpl-rpm): Remove unused custom group.
5248
5249 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5250
5251 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5252
5253 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5254 (byte-compile-warnings): Add `constants' as an option.
5255 (byte-compile-callargs-warn, byte-compile-arglist-warn)
5256 (display-call-tree): Update for byte-compile-fdefinition possibly
5257 returning `(macro lambda ...)'. (Bug#4778)
5258 (byte-compile-variable-ref, byte-compile-setq-default):
5259 Respect `constants' member of byte-compile-warnings.
5260
5261 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5262 Use mapc rather than mapcar because the return value is never used.
5263
5264 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5265 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5266 * cedet/semantic/html.el:
5267 Suppress harmless warnings about setting up semantic-imenu (not
5268 part of Emacs) variables.
5269
5270 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5271
5272 * vc-bzr.el (vc-bzr-revision-keywords): New var.
5273 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5274 to "submit:".
5275
5276 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5277 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5278 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5279 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5280 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5281 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5282 (semantic-analyzer-debug-global-symbol)
5283 (semantic-analyzer-debug-missing-innertype)
5284 (semantic-analyzer-debug-insert-include-summary):
5285 * cedet/semantic/util.el (semantic-file-tag-table):
5286 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5287 (semantic-recursive-find-nonterminal-by-name):
5288 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5289 * cedet/semantic/tag-file.el (semantic-prototype-file):
5290 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5291 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5292 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5293 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5294 (semantic-idle-summary-maybe-highlight):
5295 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5296 (semantic-ia-sb-tag-info):
5297 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5298 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5299 * cedet/semantic/ede-grammar.el (project-compile-target):
5300 (ede-proj-makefile-insert-variables):
5301 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5302 (semantic-debug-set-source-location, semantic-debug-interface-layout)
5303 (semantic-debug-mode, semantic-debug):
5304 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5305 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5306 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5307 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5308 (semanticdb-find-translate-path-includes--internal)
5309 (semanticdb-reset-log, semanticdb-find-log-activity):
5310 * cedet/semantic/db-file.el (object-write):
5311 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5312 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5313 (semanticdb-create-ebrowse-database):
5314 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5315 * cedet/semantic/complete.el (semantic-displayor-focus-request)
5316 (semantic-collector-calculate-completions-raw)
5317 (semantic-complete-read-tag-analyzer):
5318 * cedet/semantic/analyze.el (semantic-analyze-pulse):
5319 * cedet/ede/util.el (ede-update-version-in-source):
5320 * cedet/ede/proj.el (project-delete-target):
5321 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5322 (ede-proj-flush-autoconf):
5323 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5324 (ede-proj-configure-synchronize):
5325 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5326 * cedet/ede/linux.el (ede-linux-version):
5327 * cedet/ede/emacs.el (ede-emacs-version):
5328 * cedet/ede/dired.el (ede-dired-add-to-target):
5329 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5330 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5331 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5332 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5333 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5334 (cedet-idutils-version-check):
5335 * cedet/cedet-global.el (cedet-gnu-global-call):
5336 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5337 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5338 * cedet/cedet-cscope.el (cedet-cscope-call)
5339 (cedet-cscope-expand-filename, cedet-cscope-version-check):
5340 Use with-current-buffer.
5341 * cedet/ede.el (ede-make-project-local-variable)
5342 (ede-set-project-variables, ede-set): Use dolist.
5343
5344 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5345
5346 * textmodes/ispell.el (ispell-skip-region-alist):
5347 * international/mule-conf.el (eight-bit):
5348 * international/fontset.el (font-encoding-alist):
5349 * startup.el (pure-space-overflow-message):
5350 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5351 * paths.el (gnus-nntp-service, rmail-spool-directory)
5352 (term-file-prefix):
5353 * files.el (save-some-buffers-action-alist):
5354 * cmuscheme.el (same-window-buffer-names):
5355 * ielm.el (same-window-buffer-names):
5356 * shell.el (same-window-buffer-names):
5357 * mail/sendmail.el (same-window-buffer-names):
5358 * progmodes/inf-lisp.el (same-window-buffer-names):
5359 * bindings.el (mode-line-client)
5360 (mode-line-column-line-number-mode-map):
5361 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5362 (tibetan-precomposed-regexp): Purecopy string arguments.
5363
5364 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5365
5366 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5367 (calcDigit-nondigit):
5368 * calc/calc-yank.el (calc-copy-to-buffer):
5369 * calc/calc-units.el (calc-invalidate-units-table):
5370 * calc/calc-trail.el (calc-trail-yank):
5371 * calc/calc-store.el (calc-insert-variables):
5372 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5373 * calc/calc-prog.el (calc-read-parse-table):
5374 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5375 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5376 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5377 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5378 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5379 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5380 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5381 * calc/calc-ext.el (calc-realign):
5382 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5383 (calc-embedded-finish-edit, calc-embedded-make-info)
5384 (calc-embedded-finish-command, calc-embedded-stack-change):
5385 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5386
5387 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5388 (overload-docstring-extension): Use that info.
5389 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5390 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5391 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5392 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5393 (semantic-nonterminal-full-name): Add the new `when' info.
5394 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5395 `assert'.
5396
5397 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5398 shell-dynamic-complete-filename in preference to
5399 comint-dynamic-complete-filename.
5400
5401 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5402 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5403 Don't consider whether the display supports colors.
5404 (bookmark-import-new-list): Use dolist.
5405 (bookmark-bmenu-mode-map): Move initialization into declaration.
5406 (bookmark-bmenu-list): Use dolist, simplify.
5407 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5408 (menu-bar-final-items): Use push.
5409
5410 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5411
5412 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5413 it works on remote files.
5414 (vc-hg-diff): Don't pass any `--cwd' argument.
5415
5416 2009-10-27 Kevin Ryde <user42@zip.com.au>
5417
5418 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5419 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5420 (Further to Bug#3921).
5421
5422 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
5423
5424 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5425 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5426 calling `tramp-imap-put-file'. Add file size to the call.
5427 (tramp-imap-get-file-entries): Compute also user name, file size,
5428 and date.
5429 (tramp-imap-handle-insert-directory): Insert uid and gid.
5430 (tramp-imap-handle-file-attributes): Transform uid and gid
5431 according to `id-format'.
5432 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5433 size in header X-Size.
5434
5435 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
5436
5437 * simple.el (transpose-subr): Give clearer error when the mark
5438 is not set. (Bug#4807)
5439
5440 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
5441
5442 * net/tramp.el (tramp-perl-file-truename): New defconst.
5443 Perl code contributed by yary <not.com@gmail.com> (tiny change).
5444 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5445 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5446 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5447
5448 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5449 Ignore `dired-call-process'.
5450 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5451
5452 2009-10-26 Julian Scheid <julians37@gmail.com>
5453
5454 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5455 (tramp-get-remote-readlink): New defun.
5456 (tramp-handle-file-truename): Use it.
5457 (tramp-handle-file-exists-p): Check file-attributes cache, assume
5458 file exists if cache value present.
5459 (tramp-check-cached-permissions): New defun.
5460 (tramp-handle-file-readable-p): Use it.
5461 (tramp-handle-file-writable-p): Likewise.
5462 (tramp-handle-file-executable-p): Likewise.
5463 (tramp-handle-file-name-all-completions): Try using Perl to get
5464 partial completions. When perl not available, combine `cd' and
5465 `ls' into single remote operation and use shell expansion to get
5466 partial remote directory contents. Set `file-exists-p' cache for
5467 directory and any files returned by ls. Change cache handling to
5468 support partial directory contents. Use error message emitted by
5469 remote `cd' or Perl code for local tramp-error.
5470 (tramp-do-copy-or-rename-file-directly): Avoid separate
5471 tramp-send-command-and-check call.
5472 (tramp-handle-process-file): Merge three remote ops into one.
5473 Do not flush all caches when `process-file-side-effects' is set.
5474 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5475 file-attributes shows uid/gid to be set already.
5476
5477 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5478
5479 * textmodes/tex-mode.el (tex-dvi-view-command)
5480 (tex-show-queue-command, tex-open-quote):
5481 * progmodes/ruby-mode.el (auto-mode-alist)
5482 (interpreter-mode-alist): Purecopy strings.
5483
5484 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5485
5486 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5487 string for the hook, keymap and abbrev table.
5488
5489 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5490
5491 * x-dnd.el (x-dnd-xdnd-to-action):
5492 * startup.el (fancy-startup-text, fancy-about-text): Change to
5493 defconst from defvar.
5494
5495 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5496
5497 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5498 Purecopy initialization strings.
5499
5500 * mail/sendmail.el (mail-header-separator)
5501 (mail-personal-alias-file):
5502 * mail/rmail.el (rmail-default-dont-reply-to-names)
5503 (rmail-ignored-headers, rmail-retry-ignored-headers)
5504 (rmail-highlighted-headers, rmail-secondary-file-directory)
5505 (rmail-secondary-file-regexp):
5506 * files.el (null-device, file-name-invalid-regexp)
5507 (locate-dominating-stop-dir-regexp)
5508 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5509 (interpreter-mode-alist): Use mapcar instead of mapc.
5510
5511 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5512
5513 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5514 (completion-ignored-extensions):
5515 (debug-ignored-errors): Purecopy strings.
5516
5517 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5518
5519 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5520 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5521 (pcomplete--here): Use push.
5522
5523 * subr.el (all-completions): Declare the 4th arg obsolete.
5524
5525 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5526
5527 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5528 (pcomplete-unquote-argument): New function.
5529 (pcomplete--common-suffix): Always pay attention to case.
5530 (pcomplete--table-subvert): Quote and unquote the text.
5531 (pcomplete--common-quoted-suffix): New function.
5532 (pcomplete-std-complete): Use it and pcomplete-begin.
5533
5534 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5535 we're inside a dedicated or minibuffer window.
5536
5537 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5538
5539 * cedet/semantic/fw.el (semantic-alias-obsolete)
5540 (semantic-varalias-obsolete): Make the `when' arg mandatory.
5541 (define-mode-overload-implementation):
5542 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5543 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5544 * cedet/semantic/util.el (semantic-file-token-stream)
5545 (semantic-something-to-stream):
5546 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5547 (semantic-expand-nonterminal):
5548 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5549 (semantic-find-dependency, semantic-find-nonterminal)
5550 (semantic-find-dependency):
5551 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5552 (semantic-flex-text, semantic-flex-make-keyword-table)
5553 (semantic-flex-keyword-p, semantic-flex-keyword-put)
5554 (semantic-flex-keyword-get, semantic-flex-map-keywords)
5555 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5556 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5557 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5558 (semantic-after-idle-scheduler-reparse-hooks):
5559 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5560 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5561 * cedet/semantic.el (semantic-toplevel-bovine-table)
5562 (semantic-toplevel-bovine-cache)
5563 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5564 (semantic-init-mode-hooks, semantic-init-db-hooks)
5565 (semantic-bovination-working-type): Provide the `when' arg.
5566
5567 2009-10-24 Karl Fogel <kfogel@red-bean.com>
5568
5569 * bookmark.el: Update documentation, especially documentation
5570 of `bookmark-alist' and of the bookmark file format.
5571 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
5572
5573 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5574
5575 * mail/emacsbug.el (report-emacs-bug): Clarify that the
5576 keybindings apply to the mail buffer (Bug#4003). Shrink help
5577 window to buffer.
5578
5579 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5580 (global-whitespace-mode, global-whitespace-newline-mode)
5581 (whitespace-toggle-options, global-whitespace-toggle-options):
5582 Doc fix (Bug#3660).
5583
5584 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5585 of xmltok-start before the end tag was inserted (Bug#2840).
5586
5587 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5588 patterns that are preceded by an open-paren (Bug#1320).
5589
5590 2009-10-24 Sven Joachim <svenjoac@gmx.de>
5591
5592 * files.el (delete-directory): Delete symlinks to directories with
5593 delete-file (Bug#4739).
5594
5595 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5596
5597 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5598 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5599 argument to make-obsolete.
5600
5601 * cedet/semantic/fw.el (semantic-alias-obsolete)
5602 (semantic-varalias-obsolete): Add optional WHEN argument.
5603
5604 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5605
5606 * vc.el (vc-backend-for-registration): Rename from
5607 vc-get-backend-for-registration. Update callers.
5608
5609 * international/mule-cmds.el (set-language-info-alist):
5610 Purecopy lang-env.
5611 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5612 (charset): Purecopy the name.
5613 (define-char-code-property): Purecopy string arguments.
5614
5615 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5616 Purecopy string arguments.
5617
5618 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5619 * ediff-hook.el (menu-bar-ediff-menu):
5620 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5621 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5622
5623 2009-10-24 Glenn Morris <rgm@gnu.org>
5624
5625 * comint.el (comint-dynamic-list-completions):
5626 * term.el (term-dynamic-list-completions): Use choose-completion rather
5627 than obsolete alias mouse-choose-completion.
5628
5629 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5630 file-cache-choose-completion.
5631 (file-cache-choose-completion): Handle an optional event argument.
5632 (file-cache-mouse-choose-completion): Make it an obsolete alias.
5633
5634 * progmodes/octave-mod.el (octave-complete-symbol):
5635 Use choose-completion if mouse-choose-completion is ever removed.
5636
5637 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5638 use.
5639
5640 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5641 compiler.
5642
5643 * vc-hooks.el (vc-responsible-backend): Fix declaration.
5644
5645 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5646
5647 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5648 Ignore `pred' now that we receive one.
5649 Handle test-completion specially.
5650
5651 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5652
5653 * vc.el (vc-responsible-backend): Throw an error if not backend is
5654 found. Remove the REGISTER argument. Move the code dealing with
5655 REGISTER ...
5656 (vc-get-backend-for-registration): ... here. New function.
5657 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5658 of vc-responsible-backend, pass the file name instead of the
5659 directory name.
5660
5661 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5662
5663 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5664 New funs.
5665 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
5666 (pcomplete-comint-setup): Don't modify a global var via
5667 accidental side-effects.
5668 (pcomplete-shell-setup): Adjust call accordingly.
5669 (pcomplete-parse-comint-arguments): Use push.
5670
5671 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
5672
5673 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5674 Allow uncapitalized info node names (Bug#3921).
5675
5676 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5677 to the DEBUG file (Bug#3781).
5678
5679 2009-10-23 Jari Aalto <jari.aalto@cante.net>
5680
5681 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5682 dictionary entry (Bug#4579).
5683
5684 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5685
5686 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5687 from `rfn-eshadow-update-overlay-hook' when unloading.
5688 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5689 "rsyncc". Adjust doc string.
5690 (tramp-temp-buffer-file-name): New buffer-local defvar.
5691 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5692 Keep temporary file when indicated by method ("rsync" and
5693 "rsyncc").
5694 (tramp-handle-write-region): Handle APPEND.
5695 (tramp-delete-temp-file-function): New defun. Added to
5696 `kill-buffer-hook'.
5697
5698 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
5699
5700 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5701
5702 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5703
5704 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5705 (color-name-rgb-alist, tty-standard-colors)
5706 (tty-color-mode-alist): Change to defconst.
5707
5708 * simple.el (mark-inactive): Purecopy message.
5709
5710 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5711 (global-map, yank-menu):
5712 * textmodes/ispell.el (ispell-menu-map):
5713 * net/eudc.el (eudc-tools-menu):
5714 * international/mule-cmds.el (describe-language-environment-map)
5715 (setup-language-environment-map, set-coding-system-map)
5716 (mule-menu-keymap):
5717 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5718 * replace.el (occur-mode-map):
5719 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5720
5721 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5722
5723 * calc/calc.el (math-read-number, math-read-number-simple): Use
5724 `save-match-data'.
5725
5726 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5727
5728 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5729 rather than fiddling with global-map bindings, since it should only
5730 affect per-terminal settings.
5731 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5732
5733 * minibuffer.el (completion-table-with-terminator): Allow to specify
5734 the terminator-regexp.
5735
5736 * simple.el (switch-to-completions): Look for *Completions* in other
5737 frames as well.
5738
5739 * pcomplete.el: Allow the use of completion-tables.
5740 (pcomplete-std-complete): New command.
5741 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5742 (pcomplete--here): Use a function for `form' rather than an expression,
5743 so it can be byte-compiled.
5744 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5745 Add edebug declaration.
5746 (pcomplete-show-completions): Remove unused var `curbuf'.
5747 (pcomplete-do-complete, pcomplete-stub):
5748 Don't assume `completions' is a list of strings any more.
5749
5750 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
5751
5752 * find-dired.el (find-name-arg): Fix typo in docstring.
5753
5754 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5755
5756 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5757 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5758
5759 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5760 pcomplete-entries.
5761
5762 * comint.el (comint-read-input-ring, comint-write-input-ring)
5763 (comint-substitute-in-file-name)
5764 (comint-dynamic-complete-as-filename)
5765 (comint-dynamic-simple-complete)
5766 (comint-dynamic-list-filename-completions)
5767 (comint-dynamic-list-completions)
5768 (comint-redirect-results-list-from-process): Minor simplifications.
5769
5770 2009-10-21 Kevin Ryde <user42@zip.com.au>
5771
5772 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5773 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5774 the first form. And insert a blank line after ";;; Code" since
5775 that's usual style. (Bug#4612)
5776
5777 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5778
5779 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5780
5781 * minibuffer.el (completion-table-with-terminator): Properly implement
5782 boundaries, in case `terminator' appears in the suffix.
5783 (completion--embedded-envvar-table): Don't return boundaries if
5784 there's no valid completion. Simplify.
5785 (completion-file-name-table): New completion table extracted from
5786 completion--file-name-table.
5787 (completion--file-name-table): Use it.
5788 (read-file-name-predicate): Declare obsolete.
5789 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5790 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5791 completion-file-name-table, and use the `pred' argument.
5792 * files.el (locate-file-completion-table): Use the `pred' arg rather
5793 than read-file-name-predicate.
5794 (abbreviate-file-name): Use \` rather than ^ for BOS.
5795
5796 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5797
5798 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5799 vc-responsible-backend to register, it causes problems.
5800
5801 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5802
5803 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5804
5805 2009-10-21 Eric Ludlam <zappo@gnu.org>
5806
5807 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5808 (semantic-c-debug-mode-init-pch): New functions.
5809 (semantic-c-debug-mode-init-last-mode): New var.
5810 (semantic-c-parse-lexical-token): Use them.
5811
5812 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5813 When extracting the argument list, limit only by point-max.
5814
5815 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
5816
5817 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5818 (tramp-smb-handle-file-attributes): Use it.
5819 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5820 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5821 `mapcar'. Use `tramp-smb-get-stat-capability'.
5822 Add `dired-filename' text properties.
5823 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5824 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5825 version.
5826
5827 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5828
5829 * subr.el (read-key-delay): Reduce to 0.01.
5830 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5831 (bug#4751).
5832
5833 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5834
5835 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5836
5837 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5838 (Info-menu): Remove unused vars `last' and `completions'.
5839 (Info-index-nodes): Remove unused var `node'.
5840
5841 * info.el (Info-complete-menu-item): Use complete-with-action.
5842
5843 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5844
5845 Make vc-annotate work through copies and renames.
5846 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5847 Return the file name too.
5848 (vc-annotate-revision-at-line)
5849 (vc-annotate-find-revision-at-line)
5850 (vc-annotate-revision-previous-to-line)
5851 (vc-annotate-show-log-revision-at-line): Update to get the file
5852 name from vc-annotate-extract-revision-at-line.
5853 (vc-annotate-show-diff-revision-at-line-internal): Change the
5854 argument to mean whether to show a file diff or not. Get the file
5855 name from vc-annotate-extract-revision-at-line.
5856 (vc-annotate-show-diff-revision-at-line):
5857 Update vc-annotate-show-diff-revision-at-line call.
5858 (vc-annotate-warp-revision): Add an optional file argument.
5859
5860 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5861 (vc-git-annotate-extract-revision-at-line): Also return the file
5862 name if found.
5863
5864 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5865 command. Remove unused code.
5866 (vc-hg-annotate-re): Update to match --follow output.
5867 (vc-hg-annotate-extract-revision-at-line): Also return the file
5868 name if found.
5869
5870 * vc.el: Update annotate-extract-revision-at-line documentation.
5871
5872 2009-10-18 Kevin Ryde <user42@zip.com.au>
5873
5874 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5875 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5876
5877 * net/browse-url.el (browse-url): Identify alist with "consp and
5878 not functionp" and let all other things go down the `apply' leg,
5879 as suggested by Stefan. (Further to bug#4531.)
5880
5881 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
5882
5883 * minibuffer.el (read-file-name): Check for repeat before putting
5884 a default argument in file-name-history (Bug#4657).
5885
5886 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5887 read syntax (Bug#4737).
5888
5889 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5890
5891 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5892
5893 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5894 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5895 entries and make note of obsolete tags.
5896
5897 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5898
5899 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5900
5901 2009-10-18 Glenn Morris <rgm@gnu.org>
5902
5903 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5904 grep, so that binary files (eg international/uni-bidi.el) can match.
5905 Remove test for "UnicodeData" files, since it is hopefully unnecessary
5906 now, and in any case the file header format has changed.
5907
5908 2009-10-17 Glenn Morris <rgm@gnu.org>
5909
5910 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5911 (flyspell-get-word, flyspell-large-region)
5912 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5913
5914 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5915
5916 * Makefile.in (ELCFILES): Add ede/shell.
5917
5918 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5919
5920 * term/common-win.el (x-colors): Purecopy it.
5921
5922 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5923
5924 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5925 permissive for when the buffer is empty.
5926 (tar-header-block-tokenize): Decode the username and groupname.
5927 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5928
5929 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5930
5931 * cedet/srecode/srt.el:
5932 * cedet/srecode/compile.el:
5933 * cedet/semantic/mru-bookmark.el:
5934 * cedet/semantic/debug.el:
5935 * cedet/semantic/complete.el:
5936 * cedet/semantic/analyze.el: Require CL when compiling.
5937
5938 2009-10-17 Eric Ludlam <zappo@gnu.org>
5939
5940 * cedet/semantic/scope.el
5941 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5942 tmpscope so that the regular scope will continue to work.
5943
5944 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5945 Use semantic-idle-summary-highlight-face as the highlighting.
5946
5947 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5948 contains multibyte characters, choose first applicable coding
5949 system automatically.
5950
5951 * cedet/ede/project-am.el (project-run-target): New method.
5952 (project-run-target): New method.
5953
5954 * cedet/ede.el (ede-target): Add run target menu item.
5955 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5956 (ede-run-target): New function.
5957 (ede-target::project-run-target): New method.
5958
5959 * cedet/ede/proj.el (project-run-target): New method.
5960
5961 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5962 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5963 Add :rules.
5964 (ede-proj-target-makefile-shared-object): Only libtool compilers
5965 now available. Add linkers for libtool.
5966 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5967 (ede-proj-makefile-target-name): Always use .la extension.
5968
5969 * cedet/ede/proj-prog.el (project-run-target): New method.
5970
5971 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5972 (ede-g++-linker): Change Change link lines.
5973
5974 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5975 When searching for old variables, go to the end of the buffer and
5976 search backward from there.
5977 (ede-proj-makefile-automake-insert-subdirs)
5978 (ede-proj-makefile-automake-insert-extradist): New methods.
5979 (ede-proj-makefile-create): Use them.
5980
5981 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5982 Force FILE to expand to the current target. Use file-exists-p to
5983 check that it exists.
5984
5985 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5986 (ede-linux-load): Wrap dir in file-name-as-directory.
5987 Set :version slot.
5988
5989 * cedet/ede/files.el (ede-get-locator-object): When enabling
5990 locate, do so on "top".
5991
5992 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5993 file-name-as-directory during compare.
5994 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5995 Get version number from different places. Don't call egrep.
5996 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5997 to set the directory.
5998
5999 * cedet/ede/shell.el: New file.
6000
6001 * cedet/inversion.el (inversion-decoders): Allow for stray . in
6002 alpha/beta variants.
6003
6004 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6006 * international/mule-cmds.el (select-safe-coding-system): If the file
6007 has a coding cookie, use it regardless of any other setting (bug#4712).
6008
6009 2009-10-17 Glenn Morris <rgm@gnu.org>
6010
6011 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6012 All errors should have messages.
6013
6014 * foldout.el (foldout-mouse-swallow-events):
6015 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6016
6017 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6018 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6019 (dired-keep-marker-symlink, dired-dwim-target)
6020 (dired-copy-preserve-time): Do not autoload these defcustoms.
6021
6022 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6023 messages from messing up the file coding. (Bug#4623)
6024
6025 2009-10-17 Jari Aalto <jari.aalto@cante.net>
6026
6027 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6028 if no match is found for the current dictionary. (Bug#4578)
6029
6030 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6031 optional, since that is how it is documented, and this is often called
6032 with a nil argument. (Bug#4577)
6033 (flyspell-external-point-words, flyspell-auto-correct-word)
6034 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6035 (flyspell-word-search-backward): Remove nil argument in calls to
6036 flyspell-get-word, since it is not needed now.
6037
6038 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
6039
6040 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
6041
6042 2009-10-16 Glenn Morris <rgm@gnu.org>
6043
6044 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6045
6046 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6047
6048 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6049 (ange-ftp-file-size): New function.
6050 (ange-ftp-file-attributes): Use it.
6051
6052 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
6053
6054 * net/tramp-smb.el (tramp-smb-version): New defvar.
6055 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6056 repeated checks.
6057
6058 2009-10-16 Glenn Morris <rgm@gnu.org>
6059
6060 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6061 Maybe copy some custom properties from old to new name. (Bug#4706)
6062
6063 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
6064
6065 * subr.el (error, sit-for, start-process-shell-command)
6066 (start-file-process-shell-command): Set the calling convention
6067 after the function definition.
6068
6069 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6070
6071 * subr.el (error, sit-for, start-process-shell-command)
6072 (start-file-process-shell-command): Use the new
6073 set-advertised-calling-convention feature.
6074
6075 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6076
6077 * international/ucs-normalize.el (ucs-normalize-version):
6078 Change to 1.2.
6079 (check-range): Adjust for Unicode 5.2.
6080
6081 2009-10-15 Juri Linkov <juri@jurta.org>
6082
6083 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6084 to the `menu-item' format.
6085
6086 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
6087
6088 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6089 if the environment variable does not exist.
6090
6091 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6092 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6093 parameter.
6094 (tramp-smb-handle-add-name-to-file)
6095 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6096 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6097 (tramp-smb-handle-file-attributes)
6098 (tramp-smb-do-file-attributes-with-stat)
6099 (tramp-smb-handle-file-local-copy)
6100 (tramp-smb-handle-insert-directory)
6101 (tramp-smb-handle-make-directory)
6102 (tramp-smb-handle-make-directory-internal)
6103 (tramp-smb-handle-make-symbolic-link)
6104 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6105 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6106 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6107 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6108 Handle long file names.
6109 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6110 process is running.
6111 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6112 Read share names with "-g" option.
6113
6114 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
6115
6116 * net/rcirc.el (rcirc-view-log-file): New command.
6117 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6118 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6119 specified.
6120
6121 2009-10-15 Glenn Morris <rgm@gnu.org>
6122
6123 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6124 from the second command-line argument.
6125 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6126 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6127 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6128 w32-batch-update-autoloads.
6129 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6130 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6131
6132 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6133 the headers cannot be located. Simplify, subtracting superflous
6134 save-excursions.
6135
6136 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6137
6138 Replace completion-base-size by completion-base-position to fix bugs
6139 such as (bug#4699).
6140 * simple.el (completion-base-position): New var.
6141 (completion-base-size): Mark as obsolete.
6142 (choose-completion): Make it work for mouse events as well.
6143 Pass the new base-position to choose-completion-string.
6144 (choose-completion-guess-base-position): New function, extracted from
6145 choose-completion-delete-max-match.
6146 (choose-completion-delete-max-match): Use it. Make obsolete.
6147 (choose-completion-string): Use the new base-position info.
6148 (completion-root-regexp): Delete.
6149 (completion-setup-function): Preserve completion-base-position.
6150 Eliminate obsolete base-size manipulation.
6151 * minibuffer.el (display-completion-list): Don't mess with base-size.
6152 (minibuffer-completion-help): Set completion-base-position instead.
6153 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6154 choose-completion.
6155 * textmodes/bibtex.el (bibtex-complete):
6156 * emacs-lisp/crm.el (crm--choose-completion-string):
6157 Adjust to new calling convention.
6158 * complete.el (partial-completion-mode): Use minibufferp to avoid
6159 bumping into incompatible change to choose-completion-string-functions.
6160 * ido.el (ido-choose-completion-string): Make its calling convention
6161 more permissive.
6162 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6163 base-size manipulation.
6164 (comint-dynamic-list-input-ring): Use dotimes and push.
6165 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6166 fundamental-mode. Use `or'.
6167
6168 2009-10-14 Juri Linkov <juri@jurta.org>
6169
6170 * misearch.el (multi-isearch-next-buffer-from-list)
6171 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6172
6173 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6174
6175 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6176 `bytecomp.el'.
6177
6178 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6179 string we return is all made up of text from the completions rather
6180 than part from the completions and part from the input (bug#4219).
6181
6182 * ido.el (ido-everywhere): Use define-minor-mode.
6183
6184 * buff-menu.el (list-buffers, ctl-x-map):
6185 Mark the entry points with ;;;###autoload cookies.
6186
6187 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6188
6189 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6190 correctly in the detached head case.
6191 (vc-git-print-log): Remove unused binding.
6192
6193 * vc.el (vc-responsible-backend): When a directory is passed for
6194 for registration create a VC repository if no backend is
6195 responsible for the directory argument.
6196 (vc-deduce-fileset): Tell vc-responsible-backend to register.
6197
6198 * vc.el: Move comments about RCS and SCCS ...
6199 * vc-rcs.el:
6200 * vc-sccs.el: ... here, respectively.
6201
6202 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6203
6204 * minibuffer.el (completion--file-name-table): Return nil if there's
6205 no file completion, even if substitute-in-file-name changed
6206 the string (bug#4708).
6207
6208 2009-10-13 Juri Linkov <juri@jurta.org>
6209
6210 * files-x.el (read-file-local-variable-value): Don't filter out
6211 minor modes from mode name completion (bug#4664).
6212
6213 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6214
6215 * international/mule-cmds.el (ucs-names): Remove exclusion of
6216 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6217
6218 2009-10-13 Kenichi Handa <handa@m17n.org>
6219
6220 * international/uni-name.el: Regenerated.
6221
6222 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6223
6224 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6225 should be automatically buffer-local, but isn't.)
6226
6227 2009-10-12 Sam Steingold <sds@gnu.org>
6228
6229 * progmodes/compile.el (compilation-next-error-function): Fix the
6230 timestamps if the buffer has been visited before.
6231 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6232 non-anchored patterns, like the perl one (bug#3928).
6233
6234 2009-10-12 Glenn Morris <rgm@gnu.org>
6235
6236 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6237 Let-bind `size'.
6238
6239 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
6240
6241 * proced.el (proced-unload-function): New function.
6242
6243 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6244 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6245 Doc fix.
6246
6247 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6248
6249 2009-10-11 Juri Linkov <juri@jurta.org>
6250
6251 * files-x.el (read-file-local-variable-value):
6252 Provide default value only for bound variables (bug#4664).
6253
6254 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
6255
6256 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6257 connection methods like smb.
6258
6259 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6260 can be empty.
6261
6262 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6263 (tramp-smb-file-name-handler-alist): Add handlers for
6264 `add-name-to-file', `make-symbolic-link'.
6265 (tramp-smb-handle-add-name-to-file)
6266 (tramp-smb-do-file-attributes-with-stat)
6267 (tramp-smb-handle-make-symbolic-link)
6268 (tramp-smb-get-cifs-capabilities): New defuns.
6269 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6270 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6271 (tramp-smb-handle-file-local-copy)
6272 (tramp-smb-handle-make-directory-internal)
6273 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6274 The file name syntax depends on cifs capabilities.
6275 (tramp-smb-handle-file-attributes):
6276 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6277 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6278 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6279
6280 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
6281
6282 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6283 (eieio-defclass): Apply deftype handler and setf-method properties
6284 directly.
6285 (eieio-add-new-slot): Avoid union function from cl library.
6286 (eieio--typep): New function.
6287 (eieio-perform-slot-validation): Use it.
6288
6289 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6290
6291 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6292 Update documentation to refer to the variables documented in r1.135.
6293 (Bug#4188)
6294
6295 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6296
6297 * bookmark.el (Info-suffix-list): Remove this unused variable.
6298 (bookmark-current-point): Remove this obsolete variable.
6299 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6300 Adjust for removal of bookmark-current-point.
6301
6302 (bookmarks-already-loaded, bookmark-current-buffer)
6303 (bookmark-yank-point): Document. (Bug#4188)
6304
6305 2009-10-10 Glenn Morris <rgm@gnu.org>
6306
6307 * frame.el (frame-height): Doc fix.
6308
6309 * calendar/calendar.el (calendar-split-width-threshold): New option.
6310 (calendar-basic-setup): Use calendar-split-width-threshold.
6311
6312 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
6313
6314 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6315 Use .la for Automake.
6316
6317 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
6318
6319 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6320 Use "autoreconf -i". Suggested by Andreas Schwab.
6321
6322 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
6323
6324 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6325 Ideographic Supplement" range (U+1F200..U+1F2FF).
6326
6327 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6328
6329 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6330 since the list will have been rebuilt anyway. (Bug#4349)
6331
6332 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6333
6334 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6335 (bookmark-bmenu-execute-deletions): Don't save here, as
6336 bookmark-delete will now do so if necessary.
6337 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6338 (Bug#4348)
6339
6340 2009-10-09 Glenn Morris <rgm@gnu.org>
6341
6342 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6343
6344 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6345
6346 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6347 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6348 argument now, so the two function's behaviors will match. (Bug#3645)
6349
6350 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6351
6352 * cedet/ede/proj.el (project-make-dist, project-compile-project):
6353 Fix filename test.
6354 (ede-proj-dist-makefile): Use expand-file-name instead of concat
6355 to expand file names.
6356
6357 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
6358
6359 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6360 (tramp-file-name-real-host, tramp-file-name-port):
6361 Apply `save-match-data'.
6362
6363 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6364 case both directories are remote.
6365 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6366 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6367
6368 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6369
6370 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6371 (ede-proj-target-makefile-objectcode): Use it.
6372
6373 * cedet/ede/source.el (ede-want-any-source-files-p)
6374 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6375 Return search result. This error was introduced while merging.
6376
6377 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6378
6379 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6380
6381 2009-10-07 Glenn Morris <rgm@gnu.org>
6382
6383 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6384 of concat.
6385
6386 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6387
6388 * files-x.el (read-file-local-variable): Include some
6389 non-user-variables in the completion table (bug#4664).
6390
6391 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
6392
6393 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6394 message.
6395
6396 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6397 (tramp-smb-file-name-handler-alist): Add handler for
6398 `copy-directory', `expand-file-name', `set-file-modes'.
6399 (tramp-smb-handle-copy-directory)
6400 (tramp-smb-handle-expand-file-name)
6401 (tramp-smb-handle-set-file-modes): New defuns.
6402 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6403 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6404 entry.
6405 (tramp-smb-handle-insert-directory): Don't flush the cache.
6406 (tramp-smb-maybe-open-connection): Check for samba client and
6407 server versions.
6408
6409 2009-10-07 Eli Zaretskii <eliz@gnu.org>
6410
6411 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6412 to not error out of search for "^lisp=" fails.
6413
6414 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6415
6416 * makefile.w32-in (WINS_UPDATES): New macro.
6417 (custom-deps, finder-data, autoloads): Use it.
6418
6419 2009-10-07 Glenn Morris <rgm@gnu.org>
6420
6421 * Makefile.in (autoloads): Revert previous change.
6422 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6423 the list of preloaded files passed on the command-line, get
6424 it from src/Makefile.
6425
6426 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6427 show the original buffer rather than a random one.
6428
6429 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
6430
6431 * help.el (describe-no-warranty): Place point in a slightly better
6432 position in the GPLv3 text.
6433
6434 2009-10-06 Sam Steingold <sds@gnu.org>
6435
6436 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6437 the comm attribute is present before calling regexp-quote.
6438
6439 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
6440
6441 * play/animate.el (animate-string): For good effect, make sure
6442 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6443
6444 * play/animate.el (animate-sequence, animate-birthday-present):
6445 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6446
6447 2009-10-06 Glenn Morris <rgm@gnu.org>
6448
6449 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6450
6451 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6452 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6453 (batch-update-autoloads): Process a string value of autoload-excludes,
6454 set during the build process.
6455 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6456
6457 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6458 inside with-parsed... macro so that `v' is defined.
6459
6460 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6461 * progmodes/fortran.el (fortran-end-of-block)
6462 (fortran-beginning-of-block):
6463 Also push mark in the macro case.
6464
6465 * emerge.el (emerge-show-file-name):
6466 * calc/calc.el (calc-quit):
6467 * calc/calc-misc.el (calc-big-or-small):
6468 * calc/calc-graph.el (calc-graph-view):
6469 * calc/calc-ext.el (calc-reset):
6470 * calendar/calendar.el (calendar-basic-setup):
6471 Use window-full-height-p.
6472
6473 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6474 header we don't understand, don't insert another. (Bug#4624)
6475 If changing mime charset, insert the new one in the right place.
6476
6477 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
6478
6479 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6480 (cal-tex-cursor-month): Correctly increment the end date for diary and
6481 holiday listing. (Bug#4626)
6482
6483 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6484
6485 * help-fns.el (describe-function-1): Don't burp if the function is not
6486 a symbol.
6487
6488 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
6489
6490 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6491 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6492 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6493 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6494
6495 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6496 (eieio-default-superclass): Reflow docstrings.
6497 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6498 (eieio-unbind-method-implementations, defmethod)
6499 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6500 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6501 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6502 (eieio-slot-originating-class-p, eieio-slot-name-index)
6503 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6504 (constructor, initialize-instance, no-next-method, object-print)
6505 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6506 Fix typos in docstrings.
6507 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6508 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6509 (next-method-p): Doc fixes.
6510 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6511 Fix typos in error messages.
6512 (eieio-defmethod): Fix typo in description of generic method.
6513
6514 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6515 (eieio-persistent-save-interactive, slot-missing):
6516 Fix typos in docstrings.
6517 (eieio-instance-inheritor-slot-boundp): Doc fix.
6518
6519 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6520 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6521
6522 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6523 (eieio-custom-object-apply-reset):
6524 Fix typos in docstrings and error messages.
6525
6526 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6527 Fix typo in docstring.
6528
6529 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6530 (eieio-browse-tree): Doc fix.
6531 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6532 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6533 Fix typos in docstrings.
6534
6535 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6536 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6537 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6538 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6539 Reflow docstrings.
6540
6541 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6542
6543 * vc-hg.el (log-view-vc-backend): Declare for compiler.
6544 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6545 Set log-view-vc-backend so that diff can work.
6546
6547 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6548 vc-version-diff.
6549 (vc-diff-internal): Autoload this instead of vc-version-diff.
6550
6551 2009-10-05 Eli Zaretskii <eliz@gnu.org>
6552
6553 * simple.el (eval-expression): Doc fix.
6554
6555 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6556
6557 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
6558
6559 * files.el (directory-files-no-dot-files-regexp): New defconst.
6560 (delete-directory): Use it.
6561 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6562
6563 * net/tramp.el (tramp-verbose): Fix docstring.
6564 (tramp-methods): Add recursive option to `tramp-copy-args'.
6565 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
6566 "scp1_old", "scp2_old", "rsync", "rsyncc".
6567 (tramp-default-method): Check also for `auth-source-user-or-password'.
6568 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6569 Add handler for `copy-directory'.
6570 (tramp-handle-copy-directory): New defun.
6571 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6572 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6573 Optimize sent command.
6574
6575 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6576
6577 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6578 window if necessary.
6579
6580 * calendar/calendar.el (calendar-basic-setup): Don't call
6581 switch-to-buffer in a dedicated window.
6582
6583 2009-10-05 Karl Fogel <kfogel@red-bean.com>
6584
6585 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6586 don't do anything related to relocating, just return nil.
6587 (bookmark-error-no-filename): New error.
6588 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6589 bookmark has no file. Don't even attempt to handle things that
6590 are not files; the whole point of custom handlers is to keep that
6591 knowledge elsewhere anyway. Tighten some comments.
6592 (bookmark-file-or-variation-thereof): Remove now-unused function.
6593 (bookmark-location): Doc string fix.
6594 (Bug#4250)
6595
6596 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6597
6598 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6599 don't use a file dialog, because they usually don't know how to read
6600 a directory target from the user. (Bug#4230)
6601 Also, make sure the prompt can display directories as well as files.
6602
6603 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6604
6605 * bookmark.el (bookmark-set, bookmark-buffer-name):
6606 Improve doc strings. (Bug#1193)
6607
6608 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6609
6610 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6611 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6612 (bookmark-get-annotation, bookmark-set-annotation)
6613 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6614 (bookmark-set-position, bookmark-get-front-context-string)
6615 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6616 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6617 (bookmark-jump-other-window, bookmark-handle-bookmark)
6618 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6619 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6620 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6621 Improve doc strings to say whether bookmark can be a string or
6622 a record or both, and make other consistency and clarity fixes.
6623 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6624 (bookmark-default-annotation-text, bookmark-yank-word)
6625 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6626 (bookmark-import-new-list, bookmark-maybe-rename)
6627 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6628 (bookmark-bmenu-bookmark): Give these doc strings.
6629 (bookmark-bmenu-check-position): Give this a doc string, but also
6630 add a FIXME comment about how the function may be pointless.
6631 (bookmark-default-handler): Rework doc string and change a
6632 parameter name, to clarify that this takes a bookmark record
6633 not a bookmark name.
6634 (bookmark-set): Change a parameter name to indicate its meaning,
6635 and improve the doc string a bit.
6636 (Bug#4188)
6637
6638 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6639
6640 * bookmark.el (bookmark-alist): Document the new `handler' element
6641 in the param alist.
6642 (bookmark-make-record-function): Adjust documentation for above.
6643 (Bug#4193)
6644
6645 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6646
6647 * info.el (Info-bookmark-make-record): Document this function.
6648 (Info-bookmark-jump): Document with a doc string, not just a comment.
6649 (Bug#4203)
6650
6651 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6652
6653 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6654 (semantic-new-buffer-fcn): Call parser setup functions here.
6655 (semantic-mode): Don't call parser setup functions here, it's done
6656 in semantic-new-buffer-fcn now.
6657 (semantic-mode): Parse all existing buffers when enabled.
6658
6659 * cedet/srecode/compile.el (srecode-compile-file):
6660 Call semantic-new-buffer-fcn if the buffer has not been parsed.
6661
6662 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6663
6664 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6665
6666 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6667 (proj-comp-insert-variable-once): New macro, renamed from
6668 ede-pmake-insert-variable-once in ede/pmake.edl.
6669 (ede-proj-makefile-insert-variables): Use it.
6670
6671 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
6672
6673 * files.el (copy-directory): New defun.
6674
6675 * dired-aux.el (dired-copy-file-recursive): Use it.
6676
6677 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6678
6679 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6680 (makefile-end-of-command):
6681 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6682 (semantic-end-of-context): Fix previous change. Doc fixes.
6683
6684 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6685
6686 * files-x.el (modify-dir-local-variable)
6687 (copy-dir-locals-to-file-locals-prop-line):
6688 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6689 (makefile-end-of-command):
6690 * cedet/semantic/lex.el (semantic-lex-token):
6691 * cedet/semantic/analyze/fcn.el
6692 (semantic-analyze-dereference-metatype-1):
6693 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6694 (semantic-lex-cpp-undef):
6695 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6696 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6697 (semantic-end-of-context): Fix typos in docstrings.
6698
6699 * recentf.el (recentf-unload-function): New function.
6700
6701 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6702
6703 * cedet/ede.el (ede-project-placeholder-cache-file):
6704 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6705 * cedet/srecode/map.el (srecode-map-save-file):
6706 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
6707
6708 2009-10-04 Glenn Morris <rgm@gnu.org>
6709
6710 * window.el (window-full-height-p): Add doc string.
6711
6712 2009-10-04 Martin Rudalics <rudalics@gmx.at>
6713
6714 * window.el (window-full-height-p): New function. (Bug#4543)
6715
6716 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
6717
6718 * cedet/srecode/insert.el: Require srecode/args.
6719
6720 * cedet/srecode/args.el: Require srecode/dictionary instead of
6721 srecode/insert.
6722
6723 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6724
6725 * files.el (auto-mode-alist): Add .srt and Project.ede.
6726
6727 * cedet/semantic.el (semantic-mode):
6728 Handle srecode-template-mode-hook as well.
6729 (semantic-mode): Use js-mode-hook for Javascript hook.
6730
6731 * cedet/srecode/template.el: Remove hook variable.
6732
6733 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6734
6735 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6736 projects exist.
6737 (ede-project-placeholder-cache-file): Default to a file in
6738 user-emacs-directory.
6739
6740 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6741 templates in data-directory.
6742 (srecode-map-save-file): Default to a file in user-emacs-directory.
6743
6744 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6745 directory.
6746
6747 2009-09-30 Eric Ludlam <zappo@gnu.org>
6748
6749 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6750 Doc fix.
6751
6752 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6753 Only insert each variable once.
6754
6755 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6756 (ede-pmake-insert-variable-shared): Use it.
6757
6758 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6759 for lexical table iff table is nil.
6760
6761 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6762
6763 * vc.el: Remove commented out code.
6764 (vc-derived-from-dir-mode): Remove, unused.
6765 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6766
6767 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
6768
6769 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6770 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
6771 there could be recursive loading when `default-directory' is a
6772 remote file name. (Bug#4614)
6773
6774 2009-10-03 Glenn Morris <rgm@gnu.org>
6775
6776 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6777 the frame is wide.
6778 (calendar-generate-window): Test for shrinkability rather than width.
6779
6780 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6781 declaration, currently false.
6782
6783 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6784 reusing existing buffers, in case we happen to visit two files with the
6785 same basename. (Bug#4593)
6786
6787 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6788
6789 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6790 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6791 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6792 subdirs of cedet as well.
6793 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6794
6795 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6796
6797 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6798 Obey advertised-signature-table.
6799
6800 * help-fns.el (help-function-arglist): Don't check
6801 advertised-signature-table.
6802 (describe-function-1): Do it here instead so it also applies to subrs.
6803
6804 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
6805
6806 * simple.el (start-file-process): Say in the doc-string, that file
6807 handlers might not support pty association, if PROGRAM is nil.
6808
6809 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6810 HOST and USER are strings. They are nil, when there are
6811 incomplete entries in ~/.netrc, for example.
6812 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6813 root directory ("device busy" error otherwise).
6814
6815 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6816 Flush file properties of created directory.
6817
6818 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6819
6820 * makefile.w32-in (WINS_BASIC): Remove cedet.
6821 (WINS_CEDET): Add cedet.
6822 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6823
6824 2009-10-02 Kevin Ryde <user42@zip.com.au>
6825
6826 * net/browse-url.el (browse-url): Pass any symbol in
6827 browse-url-browser-function to `apply', since if you've mistakenly put
6828 an unbound symbol then the error is clearer. (Bug#4531)
6829
6830 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6831
6832 * allout.el (allout-init, allout-back-to-current-heading)
6833 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6834 (allout-ascend, allout-up-current-level, allout-end-of-level)
6835 (allout-previous-visible-heading, allout-forward-current-level)
6836 (allout-backward-current-level, allout-show-children):
6837 * apropos.el (apropos-describe-plist):
6838 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6839 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6840 * completion.el (add-completion, add-permanent-completion):
6841 * descr-text.el (describe-text-category, describe-char):
6842 * desktop.el (desktop-lazy-abort):
6843 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6844 * dired.el (dired-build-subdir-alist):
6845 * ediff.el (ediff-version):
6846 * elide-head.el (elide-head, elide-head-show):
6847 * emerge.el (emerge-version):
6848 * env.el (getenv):
6849 * face-remap.el (variable-pitch-mode):
6850 * faces.el (describe-face):
6851 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6852 (dired-at-point):
6853 * files.el (find-file-existing, auto-save-mode):
6854 * font-lock.el (font-lock-fontify-buffer):
6855 * help-fns.el (describe-function, describe-variable)
6856 (describe-syntax, describe-categories):
6857 * help.el (view-lossage, describe-bindings, describe-key)
6858 (describe-mode):
6859 * hexl.el (hexl-current-address):
6860 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6861 * info.el (Info-goto-emacs-key-command-node):
6862 * log-edit.el (log-edit-insert-cvs-template)
6863 (log-edit-insert-cvs-rcstemplate):
6864 * menu-bar.el (menu-bar-mode):
6865 * mouse.el (mouse-appearance-menu):
6866 * newcomment.el (comment-indent-new-line):
6867 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6868 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6869 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6870 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6871 * recentf.el (recentf-mode):
6872 * savehist.el (savehist-mode, savehist-save):
6873 * shadowfile.el (shadow-copy-files):
6874 * simple.el (kill-ring-save, next-line, previous-line)
6875 (normal-erase-is-backspace-mode):
6876 * strokes.el (strokes-update-window-configuration)
6877 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6878 (strokes-xpm-for-stroke):
6879 * time.el (emacs-uptime, emacs-init-time):
6880 * tutorial.el (tutorial--describe-nonstandard-key)
6881 (tutorial--detailed-help):
6882 * type-break.el (type-break-mode)
6883 (type-break-mode-line-message-mode, type-break-query-mode)
6884 (type-break-guesstimate-keystroke-threshold):
6885 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6886 * version.el (emacs-version):
6887 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6888 * winner.el (winner-mode):
6889 * calendar/timeclock.el (timeclock-in, timeclock-out)
6890 (timeclock-status-string, timeclock-change)
6891 (timeclock-workday-remaining-string)
6892 (timeclock-workday-elapsed-string)
6893 (timeclock-when-to-leave-string):
6894 * calendar/todo-mode.el (todo-add-category):
6895 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6896 * emacs-lisp/autoload.el (update-file-autoloads):
6897 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6898 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6899 (checkdoc-message-text, checkdoc-defun):
6900 * emacs-lisp/debug.el (debugger-list-functions):
6901 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6902 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6903 (eieio-describe-generic):
6904 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6905 * emacs-lisp/shadow.el (list-load-path-shadows):
6906 * emulation/cua-base.el (cua-mode):
6907 * emulation/edt.el (edt-set-scroll-margins):
6908 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6909 (tpu-toggle-regexp, tpu-toggle-search-direction)
6910 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6911 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6912 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6913 (viper-set-parsing-style-toggling-macro)
6914 (viper-set-emacs-state-searchstyle-macros):
6915 * emulation/viper.el (viper-set-hooks):
6916 * eshell/esh-mode.el (eshell-truncate-buffer):
6917 * international/mule-cmds.el (prefer-coding-system)
6918 (describe-input-method, describe-language-environment):
6919 * international/mule-diag.el (list-character-sets)
6920 (describe-character-set, describe-coding-system)
6921 (describe-fontset, list-fontsets, list-input-methods):
6922 * mail/sendmail.el (mail-signature):
6923 * net/ange-ftp.el (ange-ftp-copy-file):
6924 * net/browse-url.el (browse-url):
6925 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6926 * net/quickurl.el (quickurl-add-url):
6927 * net/rcirc.el (names, topic):
6928 * net/xesam.el (xesam-mode):
6929 * play/5x5.el (5x5-new-game):
6930 * play/yow.el (apropos-zippy):
6931 * progmodes/ada-mode.el (ada-mode-version):
6932 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6933 (f90-end-of-block)
6934 (f90-beginning-of-block):
6935 * progmodes/fortran.el (fortran-end-of-block)
6936 (fortran-beginning-of-block):
6937 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6938 * progmodes/python.el (python-describe-symbol, python-shell):
6939 * term/ns-win.el (ns-print-buffer):
6940 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6941 * textmodes/flyspell.el (flyspell-mode-on):
6942 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6943 (pages-directory-for-addresses):
6944 * textmodes/table.el (table-recognize-cell)
6945 (table-query-dimension, table-generate-source)
6946 (table-insert-sequence, table--warn-incompatibility):
6947 * textmodes/tex-mode.el (tex-validate-buffer):
6948 * textmodes/texinfmt.el (texinfmt-version)
6949 (texinfo-format-buffer):
6950 Use `called-interactively-p' instead of `interactive-p'.
6951
6952 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6953
6954 * image-mode.el (image-toggle-display):
6955 * emacs-lisp/elp.el (elp-instrument-function):
6956 * emacs-lisp/advice.el (ad-make-advised-definition):
6957 * emacs-lisp/easy-mmode.el (define-minor-mode):
6958 * net/browse-url.el (browse-url-maybe-new-window):
6959 * progmodes/sh-script.el (sh-learn-buffer-indent):
6960 Pass new argument 'any to `called-interactively-p'.
6961
6962 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6963
6964 * international/uni-bidi.el:
6965 * international/uni-category.el:
6966 * international/uni-combining.el:
6967 * international/uni-comment.el:
6968 * international/uni-decimal.el:
6969 * international/uni-decomposition.el:
6970 * international/uni-digit.el:
6971 * international/uni-lowercase.el:
6972 * international/uni-mirrored.el:
6973 * international/uni-name.el:
6974 * international/uni-numeric.el:
6975 * international/uni-old-name.el:
6976 * international/uni-titlecase.el:
6977 * international/uni-uppercase.el:
6978 Regenerate from Unicode 5.2.0 data.
6979
6980 2009-10-01 Glenn Morris <rgm@gnu.org>
6981
6982 * Makefile.in (ELCFILES): Regenerate.
6983
6984 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6985
6986 * subr.el (interactive-p): Mark obsolete.
6987 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6988 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6989 advertised-signature-table for subroutines as well.
6990
6991 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6992 (set-advertised-calling-convention): New function.
6993 (make-obsolete, define-obsolete-function-alias)
6994 (make-obsolete-variable, define-obsolete-variable-alias):
6995 Make the optional-ness of `when' obsolete.
6996 (define-obsolete-face-alias): Make `when' non-optional.
6997 * help-fns.el (help-function-arglist):
6998 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6999 Use advertised-signature-table.
7000
7001 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7002
7003 * files.el (delete-directory): New defun. The original function
7004 in fileio.c has been renamed to `delete-directory-internal'.
7005
7006 * dired.el (dired-delete-file): Call `delete-directory' with
7007 RECURSIVE parameter.
7008
7009 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7010 parameter RECURSIVE. Implementation is missing.
7011
7012 * net/tramp.el (tramp-handle-make-directory): Flush upper
7013 directory's file properties.
7014 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7015 (tramp-handle-dired-recursive-delete-directory): Flush directory
7016 properties after the remove command only.
7017
7018 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7019 Handle optional parameter RECURSIVE.
7020
7021 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7022 Handle optional parameter RECURSIVE.
7023
7024 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7025 connection timeout.
7026 (tramp-smb-handle-delete-directory): Handle optional parameter
7027 RECURSIVE.
7028
7029 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7030
7031 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7032 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7033 (byte-compile-defmacro): Use backquotes.
7034
7035 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7036
7037 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7038 has no associated file.
7039 (vc-resynch-buffer): Use vc-dir-buffers.
7040
7041 2009-10-01 Glenn Morris <rgm@gnu.org>
7042
7043 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7044 (chart-file-count):
7045 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7046 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7047 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7048 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7049 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7050 (eieio-copy-parents-into-subclass, make-instance, class-children)
7051 (eieio-generic-form):
7052 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7053 * cedet/cedet-idutils.el (cedet-idutils-search)
7054 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7055 (cedet-idutils-version-check):
7056 * cedet/cedet.el (cedet-version):
7057 * cedet/data-debug.el (data-debug-insert-overlay-button)
7058 (data-debug-insert-overlay-list-button)
7059 (data-debug-insert-buffer-button)
7060 (data-debug-insert-buffer-list-button)
7061 (data-debug-insert-process-button, data-debug-insert-ring-button)
7062 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7063 (data-debug-insert-stuff-vector-button)
7064 (data-debug-insert-symbol-button, data-debug-insert-string)
7065 (data-debug-insert-number, data-debug-insert-lambda-expression)
7066 (data-debug-insert-nil, data-debug-insert-simple-thing)
7067 (data-debug-insert-custom, data-debug-edebug-expr):
7068 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7069 (global-ede-mode-map, ede-new, ede-debug-target)
7070 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7071 * cedet/semantic.el (semantic-minimum-working-buffer-size)
7072 (semantic-fetch-tags, semantic-submode-list)
7073 (semantic-default-submodes):
7074 * cedet/ede/source.el (ede-source-match):
7075 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7076 (project-am-package-info):
7077 * cedet/ede/proj.el (ede-proj-target, project-new-target):
7078 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7079 * cedet/ede/proj-comp.el (ede-current-build-list):
7080 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7081 * cedet/ede/files.el (ede-toplevel-project-or-nil):
7082 * cedet/ede/cpp-root.el (initialize-instance):
7083 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7084 (autoconf-parameter-strip, autoconf-insert-new-macro):
7085 * cedet/semantic/wisent.el (wisent-lex-eoi):
7086 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7087 (semantic-show-parser-state-mode):
7088 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7089 * cedet/semantic/tag.el (semantic-tag-new-variable)
7090 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7091 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7092 (semantic--tag-deep-copy-tag-list)
7093 (semantic-tag-components-with-overlays-default):
7094 * cedet/semantic/symref.el (semantic-symref-find-text):
7095 * cedet/semantic/senator.el (senator-yank-tag)
7096 (senator-transpose-tags-up):
7097 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7098 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7099 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7100 * cedet/semantic/lex.el (semantic-lex-comment-regex)
7101 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7102 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7103 * cedet/semantic/lex-spp.el
7104 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7105 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7106 * cedet/semantic/idle.el
7107 (semantic-idle-summary-current-symbol-info-brutish)
7108 (semantic-idle-summary-current-symbol-info-default):
7109 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7110 (semantic--grammar-macro-compl-dict):
7111 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7112 * cedet/semantic/format.el (semantic-format-tag-custom-list)
7113 (semantic-format-tag-canonical-name-default):
7114 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7115 (semantic-find-tags-for-completion)
7116 (semantic-find-tags-by-scope-protection-default)
7117 (semantic-deep-find-tags-for-completion):
7118 * cedet/semantic/edit.el
7119 (semantic-edits-incremental-reparse-failed-hook)
7120 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7121 (semantic-edits-splice-remove, semantic-edits-splice-replace):
7122 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7123 * cedet/semantic/dep.el (semantic-dependency-include-path):
7124 * cedet/semantic/db.el (semanticdb-default-find-index-class)
7125 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7126 (semanticdb-project-roots):
7127 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7128 (semanticdb-find-adebug-insert-scanned-tag-cons)
7129 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7130 (semanticdb-brute-deep-find-tags-for-completion):
7131 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7132 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7133 (semantic-end-of-context-default)
7134 (semantic-ctxt-current-function-default)
7135 (semantic-ctxt-scoped-types-default):
7136 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7137 (semantic-complete-inline-tag-engine)
7138 (semantic-complete-inline-custom-type)
7139 (semantic-complete-read-tag-analyzer):
7140 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7141 (semantic-chart-database-size):
7142 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7143 (semantic-analyze-current-context):
7144 * cedet/semantic/symref/list.el (semantic-symref)
7145 (semantic-symref-hide-buffer, semantic-symref-symbol):
7146 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7147 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7148 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7149 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7150 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7151 (semantic-c-dereference-template):
7152 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7153 (semantic--analyze-refs-full-lookup-with-parents)
7154 (semantic--analyze-refs-full-lookup-simple):
7155 * cedet/semantic/analyze/complete.el
7156 (semantic-analyze-possible-completions):
7157 * cedet/srecode/table.el (srecode-mode-table-new):
7158 * cedet/srecode/srt.el (srecode-read-variable-name):
7159 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7160 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7161 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7162 * cedet/srecode/map.el (srecode-current-map):
7163 * cedet/srecode/insert.el (srecode-insert)
7164 (srecode-insert-variable-secondname-handler, srecode-insert-method)
7165 (srecode-template-inserter-point-override)
7166 (srecode-insert-include-lookup):
7167 * cedet/srecode/getset.el (srecode-auto-choose-class):
7168 * cedet/srecode/extract.el (srecode-inserter-extract):
7169 * cedet/srecode/document.el
7170 (srecode-document-autocomment-return-last-alist)
7171 (srecode-document-autocomment-param-type-alist)
7172 (srecode-document-insert-function-comment)
7173 (srecode-document-insert-variable-one-line-comment)
7174 (srecode-document-function-name-comment):
7175 * cedet/srecode/dictionary.el (srecode-create-dictionary)
7176 (srecode-compound-toString):
7177 * cedet/srecode/compile.el (srecode-flush-active-templates):
7178 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
7179 Doc/message fixes.
7180
7181 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7182 match-data. (Bug#4555).
7183
7184 * cedet/semantic/bovine/gcc.el
7185 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7186 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7187
7188 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7189 rather than parsing it as a regexp. This relaxes the layout
7190 requirements and makes errors easier to detect.
7191 (check-declare-verify): Check file is regular.
7192 (check-declare-directory): Doc fix.
7193 * subr.el (declare-function): Doc fix.
7194
7195 * ibuffer.el (ibuffer-format-qualifier):
7196 * isearch.el (hi-lock-regexp-okay):
7197 * calc/calc.el (math-zerop):
7198 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7199 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7200 Remove unused declarations.
7201
7202 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7203
7204 * cedet/semantic/wisent/javat-wy.el
7205 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7206
7207 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
7208
7209 * cedet/srecode/expandproto.el: Fix provide statement.
7210
7211 2009-09-30 Eric Ludlam <zappo@gnu.org>
7212
7213 * emacs-lisp/eieio.el (boolean-p): Delete.
7214
7215 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
7216
7217 * cedet/ede/srecode.el: Fix provide statement.
7218
7219 2009-09-30 Glenn Morris <rgm@gnu.org>
7220
7221 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7222 * cedet/ede/proj-aux.el (ede-aux-source):
7223 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7224 (ede-misc-source):
7225 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7226 (semantic-mrub-switch-tags): Fix doc typos.
7227
7228 * cedet/semantic/db-global.el (data-debug-new-buffer)
7229 (data-debug-insert-thing): Remove unneeded declarations (one broken).
7230 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7231
7232 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7233
7234 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7235 use of CL function `remove-if-not'.
7236
7237 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7238
7239 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7240 filename is not a string.
7241
7242 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
7243
7244 * files.el (safe-local-eval-forms): Fix typo.
7245
7246 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7247
7248 * vc-hooks.el (vc-dir-buffers): New var.
7249 (vc-state-refresh): New function.
7250 (vc-state): Use it.
7251 (vc-after-save): Always ask the backend to recompute the new state.
7252 Always call vc-dir if necessary, using vc-dir-buffers.
7253 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7254 Use vc-dir-buffers.
7255 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7256 (vc-dir-prepare-status-buffer, vc-dir-update)
7257 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7258 Don't call expand-file-name on default-directory.
7259
7260 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7261
7262 * speedbar.el (speedbar-item-delete):
7263 * calc/calc-prog.el (calc-kbd-if):
7264 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7265
7266 * epa.el (epa-key-list-mode-map):
7267 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7268
7269 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7270 (hs-show-hook): Fix typo in docstring.
7271
7272 2009-09-29 Glenn Morris <rgm@gnu.org>
7273
7274 * cedet/semantic/symref/idutils.el:
7275 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7276
7277 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7278
7279 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7280 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7281 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7282 Mark declarations not understood by check-declare.
7283
7284 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7285 file-name-nondirectory call preventing location of cedet files.
7286 (check-declare-verify): Use literal search rather than re-search.
7287 Add basic defmethod and defclass, and define-overloadable-function.
7288
7289 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7290 Use tramp-compat-file-attributes rather than nonexistent
7291 tramp-compat-handle-file-attributes.
7292
7293 * Makefile.in (lisptagsfiles4): New.
7294 (AUTOGENEL): Add cedet loaddefs files.
7295 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7296 (update-elclist, compile-always, backup-compiled-files)
7297 (bootstrap-clean): Add yet another directory level.
7298 (update-elclist): Use LC_COLLATE rather than COLLATE.
7299 (ELCFILES): Update, via `make update-elclist'.
7300
7301 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7302
7303 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7304 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7305 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7306
7307 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7308
7309 * Makefile.in (lisptagsfiles3): Define.
7310 (TAGS, TAGS-LISP): Use it.
7311 (update-elclist): Add third directory level to look for elc files.
7312 (compile-always): Likewise.
7313 (backup-compiled-files): Likewise.
7314 (bootstrap-clean): Likewise.
7315 (ELCFILES): Update.
7316
7317 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
7318
7319 * Makefile.in (ELCFILES): Add CEDET files.
7320
7321 2009-09-28 Eric Ludlam <zappo@gnu.org>
7322
7323 CEDET (development tools) package merged.
7324
7325 * cedet/*.el:
7326 * cedet/ede/*.el:
7327 * cedet/semantic/*.el:
7328 * cedet/srecode/*.el: New files.
7329
7330 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
7331
7332 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7333
7334 * net/tramp.el (top): Require tramp-imap.
7335
7336 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7337 Use `tramp-compat-handle-file-attributes'.
7338
7339 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7340
7341 * net/tramp-imap.el: New package.
7342
7343 2009-09-28 Eric Ludlam <zappo@gnu.org>
7344
7345 * emacs-lisp/chart.el:
7346 * emacs-lisp/eieio-base.el:
7347 * emacs-lisp/eieio-comp.el:
7348 * emacs-lisp/eieio-custom.el:
7349 * emacs-lisp/eieio-datadebug.el:
7350 * emacs-lisp/eieio-opt.el:
7351 * emacs-lisp/eieio-speedbar.el:
7352 * emacs-lisp/eieio.el: New files.
7353
7354 * cedet/cedet-cscope.el:
7355 * cedet/cedet-files.el:
7356 * cedet/cedet-global.el:
7357 * cedet/cedet-idutils.el:
7358 * cedet/data-debug.el:
7359 * cedet/inversion.el:
7360 * cedet/mode-local.el:
7361 * cedet/pulse.el: New files.
7362
7363 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7364
7365 * whitespace.el (whitespace-trailing-regexp)
7366 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7367 Fix doc string.
7368
7369 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
7370
7371 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7372 menu.
7373
7374 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7375 menu-bar-ediff-menu.
7376
7377 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7378 define-overloadable-function.
7379
7380 * progmodes/autoconf.el: Provide autoconf as well, so that this
7381 file can be `require'd.
7382
7383 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7384
7385 * emacs-lisp/autoload.el (generated-autoload-feature)
7386 (generated-autoload-load-name): New vars.
7387 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7388 (make-autoload): Recognize define-overloadable-function and
7389 defclass forms (for EIEIO).
7390
7391 * Makefile.in (update-subdirs): Exclude cedet directory.
7392
7393 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7394
7395 * term/ns-win.el: Don't set the region face background. (Bug#4381)
7396
7397 * faces.el: Default light-background background for region face to
7398 ns_selection_color under NS.
7399
7400 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7401
7402 * net/imap-hash.el: New library, see NEWS.
7403
7404 * Makefile.in (ELCFILES): Add imap-hash.el.
7405
7406 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7407
7408 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7409 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7410 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7411 definition where the docstring could be taken for the return value.
7412
7413 2009-09-26 Glenn Morris <rgm@gnu.org>
7414
7415 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7416 Add option to only show images below a certain size.
7417 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7418 save-excursion calls.
7419
7420 2009-09-26 Eli Zaretskii <eliz@gnu.org>
7421
7422 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7423 subdirectories) and eieio.
7424
7425 2009-09-26 Alan Mackenzie <acm@muc.de>
7426
7427 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7428 buggy bracketing. (Bug#4289)
7429
7430 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7431 character constants (as case labels). (Bug#4289)
7432
7433 2009-09-25 Juri Linkov <juri@jurta.org>
7434
7435 * files.el (safe-local-eval-forms): Allow time-stamp in
7436 before-save-hook (Bug#4554).
7437
7438 2009-09-25 Drew Adams <drew.adams@oracle.com>
7439
7440 * menu-bar.el (list-buffers-directory): Doc fix.
7441
7442 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7443
7444 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7445 Try and avoid copying twice the same paragraph.
7446 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7447 Remove save-excursion.
7448 (log-edit-changelog-entry): Do it here instead.
7449
7450 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
7451
7452 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7453 when available, instead of hardcoding mode names. Doc fix.
7454
7455 * menu-bar.el (list-buffers-directory): Add docstring.
7456 Make automatically buffer-local.
7457
7458 * dired.el (dired-mode):
7459 * files.el (cd-absolute):
7460 * pcvs.el (cvs-temp-buffer):
7461 * pcvs-util.el (cvs-get-buffer-create):
7462 * shell.el (shell-mode):
7463 * vc-dir.el (vc-dir-mode):
7464 Don't make `list-buffers-directory' buffer local.
7465
7466 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7467
7468 * comint.el (comint-exec, comint-run, make-comint):
7469 Doc fixes (Bug#4542).
7470
7471 2009-09-25 Glenn Morris <rgm@gnu.org>
7472
7473 * mail/rmailmm.el (rmail-mime): New custom group.
7474 Move all defcustoms in this file into this group.
7475 (rmail-mime-media-type-handlers-alist): Revert previous change.
7476 (rmail-mime-show-images): New option.
7477 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7478 references to it, since it wasn't actually used for anything.
7479 (rmail-mime-insert-image): New function.
7480 (rmail-mime-image): Use rmail-mime-insert-image.
7481 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7482 obey the value of `rmail-mime-show-images' option. Print the size of
7483 attachments.
7484
7485 2009-09-25 David Engster <deng@randomsample.de>
7486
7487 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7488
7489 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7490
7491 * whitespace.el: Does not highlight trailing spaces While point is
7492 at end of line. Does not highligt spaces at beginning of buffer
7493 while point is at beginning of buffer. Does not highlight spaces
7494 at end of buffer while point is at end of buffer. (Bug#4177)
7495 New version 12.0.
7496 (whitespace-display-mappings): Adjust initialization.
7497 (whitespace-point, whitespace-font-lock-refontify): New vars.
7498 (whitespace-color-on, whitespace-color-off): Adjust code.
7499 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7500 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7501 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7502
7503 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
7504
7505 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7506
7507 * textmodes/sgml-mode.el: Remove xml-mode alias.
7508
7509 * files.el (auto-mode-alist, conf-mode-maybe)
7510 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7511
7512 2009-09-24 Alan Mackenzie <acm@muc.de>
7513
7514 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7515 c-forward-conditionals, but it doesn't move point and doesn't set
7516 the mark.
7517 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7518 (c-down-conditional-with-else, c-backward-conditional)
7519 (c-forward-conditional): Refactor to use c-scan-conditionals.
7520
7521 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7522
7523 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7524 (help-default-arg-highlight): Remove.
7525 (help-highlight-arg): New function.
7526 (help-do-arg-highlight): Use it.
7527 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7528
7529 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7530
7531 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7532 Undo last change, which didn't fix the problem and introduced others.
7533
7534 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
7535
7536 * progmodes/gdb-mi.el: Don't require speedbar.
7537 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7538
7539 2009-09-24 Glenn Morris <rgm@gnu.org>
7540
7541 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7542
7543 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7544
7545 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7546 there is no newline after the final mime boundary. (Bug#4539)
7547 Move markers on insertion so that any buttons inserted don't end up in
7548 the next part of a multipart message.
7549 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7550 (rmail-mime-bulk-handler): Optionally handle images.
7551 (rmail-mime-image): New button action.
7552 (rmail-mime-image-handler): New function.
7553 (rmail-mime-mode): New mode.
7554 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
7555
7556 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7557
7558 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7559 than just dropping elements from it (bug#4504).
7560
7561 * term.el (term-set-scroll-region): Don't move cursor any more.
7562 (term-handle-ansi-escape): Call term-goto here instead.
7563 Suggested by Ivan Kanis <apple@kanis.eu>.
7564
7565 * term.el: Require CL.
7566 (term-ansi-reset): New function.
7567 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7568 (term-handle-colors-array): Simplify.
7569
7570 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7571
7572 * allout.el (allout-overlay-interior-modification-handler)
7573 (allout-obtain-passphrase):
7574 * epa-file.el (epa-file-write-region):
7575 * ps-print.el (ps-begin-job):
7576 * vc-hooks.el (vc-toggle-read-only):
7577 * vc-rcs.el (vc-rcs-rollback):
7578 * vc-sccs.el (vc-sccs-rollback):
7579 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7580 (vc-version-diff, vc-revert, vc-rollback):
7581 * wdired.el (wdired-check-kill-buffer):
7582 * emacs-lisp/authors.el (authors):
7583 * net/socks.el (socks-open-connection):
7584 * net/zeroconf.el (zeroconf-service-add-hook):
7585 * obsolete/vc-mcvs.el (vc-mcvs-register):
7586 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7587 (gdb-select-frame):
7588 * progmodes/grep.el (lgrep, rgrep):
7589 * progmodes/idlw-help.el (idlwave-help-check-locations)
7590 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7591 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7592 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7593 (reftex-toc-rename-label): Fix typos in error messages.
7594
7595 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7596 (dired-copy-how-to-fn): Doc fix.
7597 (dired-files-attributes, dired-read-shell-command):
7598 Fix typos in docstrings.
7599
7600 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7601 (dired-x-find-file-other-window): Reflow docstrings.
7602 (dired-omit-marker-char, dired-read-shell-command)
7603 (dired-x-submit-report): Fix typos in docstrings.
7604
7605 * shell.el (shell-mode-hook):
7606 * view.el (View-scroll-line-forward):
7607 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7608 Fix typos in docstrings.
7609
7610 * net/dig.el (dig-invoke): Fix typo in docstring.
7611 (query-dig): Reflow docstring.
7612
7613 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7614 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7615 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7616 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7617 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7618 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7619 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7620 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7621 (idlwave-completion-map, idlwave-current-indent)
7622 (idlwave-custom-ampersand-surround, idlwave-customize)
7623 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7624 (idlwave-define-abbrev, idlwave-determine-class-special)
7625 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7626 (idlwave-end-block-reg, idlwave-end-of-statement)
7627 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7628 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7629 (idlwave-explicit-class-listed, idlwave-file-header)
7630 (idlwave-fill-paragraph, idlwave-find-class-definition)
7631 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7632 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7633 (idlwave-in-quote, idlwave-indent-action-table)
7634 (idlwave-indent-expand-table, idlwave-indent-line)
7635 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7636 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7637 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7638 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7639 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7640 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7641 (idlwave-outlawed-buffers, idlwave-popup-select)
7642 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7643 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7644 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7645 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7646 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7647 (idlwave-statement-type, idlwave-struct-skip)
7648 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7649 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7650 (idlwave-what-module-find-class): Fix typos in docstrings.
7651 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7652 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7653 (idlwave-find-module, idlwave-find-structure-definition)
7654 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7655 (idlwave-list-load-path-shadows, idlwave-next-statement)
7656 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7657 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7658 (idlwave-template): Reflow docstrings.
7659
7660 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7661 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7662 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7663 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7664 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7665 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7666 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7667 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7668 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7669 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7670 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7671 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7672 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7673 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7674 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7675 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7676 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7677 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7678 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7679 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7680 Fix typos in docstrings.
7681 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7682 (idlwave-shell-hide-output, idlwave-shell-mode)
7683 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7684 Reflow docstrings.
7685
7686 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7687
7688 2009-09-24 Ivan Kanis <apple@kanis.eu>
7689
7690 * term.el (term-bold-attribute): New var.
7691 (term-handle-colors-array): Use it.
7692
7693 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
7694
7695 * progmodes/gdb-mi.el (gdb-version): New variable.
7696 (gdb-non-stop-handler): Set gdb-version.
7697 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7698 Condition "--thread" option on gdb-version.
7699 (gdb-invalidate-threads): Remove unused argument.
7700
7701 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7702
7703 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7704 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7705
7706 2009-09-23 Glenn Morris <rgm@gnu.org>
7707
7708 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7709 replying to mail without References or Message-Id. (Bug#4525)
7710
7711 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7712
7713 * term/ns-win.el (ns-reg-to-script): New variable.
7714
7715 2009-09-23 Daiki Ueno <ueno@unixuser.org>
7716
7717 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7718
7719 2009-09-22 Sam Steingold <sds@gnu.org>
7720
7721 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7722 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7723 to 1 because hg returns status 1 when nothing is found.
7724 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7725
7726 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7727
7728 * textmodes/fill.el: Convert to utf-8 encoding.
7729 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7730 pre-unicode days.
7731
7732 * add-log.el (change-log-fill-forward-paragraph): New function.
7733 (change-log-mode): Use it so fill-region DTRT.
7734 Set fill-indent-according-to-mode here rather than in
7735 change-log-fill-paragraph.
7736 (change-log-fill-paragraph): Remove.
7737
7738 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
7739
7740 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7741 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7742
7743 2009-09-22 Glenn Morris <rgm@gnu.org>
7744
7745 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7746 the scroll-bar scroll the calendar window rather than the buffer.
7747
7748 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7749 commands that move point (as opposed to scrolling).
7750
7751 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7752
7753 * emacs-lisp/elint.el (elint): New custom group.
7754 (elint-log-buffer): Make it a defcustom.
7755 (elint-scan-preloaded, elint-ignored-warnings)
7756 (elint-directory-skip-re): New options.
7757 (elint-builtin-variables): Doc fix.
7758 (elint-preloaded-env): New variable.
7759 (elint-unknown-builtin-args): Add an entry for encode-time.
7760 (elint-extra-errors): Make it a variable rather than a constant.
7761 (elint-preloaded-skip-re): New constant.
7762 (elint-directory): Skip files matching elint-directory-skip-re.
7763 (elint-features): New variable, local to linted buffers.
7764 (elint-update-env): Initialize elint-features. Possibly add
7765 elint-preloaded-env to the buffer's environment.
7766 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7767 Skip quoted forms.
7768 (elint-init-form): New function, extracted from elint-init-env.
7769 Make non-list forms a warning rather than an error.
7770 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7771 easy-menu-define, put that adds an error-condition, and provide.
7772 When requiring cl, also require cl-macs. Really require cl, to handle
7773 some cl macros. Store required libraries in the list elint-features,
7774 so as not to re-load them. Treat cc-require like require.
7775 (elint-init-env): Call elint-init-form to do the work.
7776 Handle eval-and-compile and such like.
7777 (elint-add-required-env): Do not clear messages.
7778 (elint-special-forms): Add handlers for function, defalias, if, when,
7779 unless, and, or.
7780 (elint-form): Add optional argument to ignore elint-special-forms,
7781 useful to prevent recursive calls from handlers. Doc fix.
7782 Respect elint-ignored-warnings.
7783 (elint-form): Respect elint-ignored-warnings.
7784 (elint-bound-variable, elint-bound-function): New variables.
7785 (elint-unbound-variable): Respect elint-bound-variable.
7786 (elint-get-args): Respect elint-bound-function.
7787 (elint-check-cond-form): Add some simple handling for (f)boundp and
7788 featurep tests.
7789 (elint-check-defalias-form): New handler.
7790 (elint-check-let-form): Make an empty let a warning rather than an
7791 error.
7792 (elint-check-setq-form): Make an empty setq a warning rather than an
7793 error. Respect elint-ignored-warnings.
7794 (elint-check-defvar-form): Accept null doc-strings.
7795 (elint-check-conditional-form): New handler. Does some simple-minded
7796 checking of featurep and (f)boundp tests.
7797 (elint-put-function-args): New function.
7798 (elint-initialize): Use elint-scan-doc-file rather than
7799 elint-find-builtin-variables. Use elint-put-function-args.
7800 Possibly scan preloaded-file-list.
7801 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7802 extend to handle functions as well.
7803
7804 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7805
7806 * linum.el (linum-delete-overlays, linum-update-window):
7807 Do not modify the right margin. (Bug#3971)
7808
7809 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
7810
7811 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7812 nxml-mode instead of xml-mode.
7813
7814 2009-09-21 Kevin Ryde <user42@zip.com.au>
7815
7816 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7817
7818 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7819
7820 * net/dig.el (dig-mode): Use define-derived-mode.
7821
7822 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7823
7824 * vc-dispatcher.el (vc-do-command): Return the process object in
7825 the asynchronous case. Use when instead of if. Do not run
7826 vc-exec-after to display a message if not enabled. (Bug#4463)
7827
7828 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7829 properties to the stash strings.
7830 (vc-git-stash-list): Return a list of strings.
7831 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7832 (vc-git-stash-show-at-point): New functions.
7833 (vc-git-stash-map): New keymap.
7834
7835 * register.el (ctl-x-r-map): Define the keys here instead of
7836 using autoload.
7837
7838 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
7839
7840 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7841 list, to workaround performance problem (bug#4485).
7842
7843 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
7844
7845 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7846
7847 2009-09-20 Daiki Ueno <ueno@unixuser.org>
7848
7849 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7850 Document that this option is not recommended to use.
7851
7852 2009-09-19 Glenn Morris <rgm@gnu.org>
7853
7854 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7855 variable `var'.
7856
7857 * calc/calc-alg.el (var):
7858 * calc/calcalg2.el (var): Define for compiler.
7859
7860 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
7861
7862 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7863 Doc fix (Bug#3932).
7864
7865 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7866
7867 * time-stamp.el (time-stamp-month-dd-yyyy)
7868 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7869 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7870 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7871 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7872 Remove functions that have been obsolete since 1995 (Bug#4436).
7873
7874 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7875 indent buffer only if called interactively (Bug#4452).
7876
7877 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
7878 Eli Zaretskii <eliz@gnu.org>
7879
7880 This fixes bug#4197 (merged to bug#865, though not identical).
7881 * server.el (server-auth-dir): Add docstring note about FAT32.
7882 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7883 but warn against using them.
7884
7885 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
7886
7887 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7888 older GDB where there is no has_more field.
7889
7890 2009-09-19 Glenn Morris <rgm@gnu.org>
7891
7892 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7893
7894 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7895
7896 * files.el (auto-mode-alist): Change default for XML files to nXML
7897 mode (Bug#4169).
7898
7899 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
7900
7901 * server.el (server-ensure-safe-dir): Pass 'integer
7902 to `file-attributes', as suggested.
7903
7904 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7905
7906 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7907 (dired-query): Use read-key.
7908
7909 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7910
7911 * cus-start.el (ns-use-qd-smoothing): Remove.
7912
7913 2009-09-18 Glenn Morris <rgm@gnu.org>
7914
7915 * allout.el (top-level): Remove unnecessary progn.
7916
7917 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7918
7919 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7920 definition of abbrev table.
7921
7922 * speedbar.el (speedbar-track-mouse):
7923 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7924 * net/eudc.el (eudc-expand-inline):
7925 * net/newst-backend.el (newsticker--cache-read-feed):
7926 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7927 condition-case handlers.
7928
7929 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
7930
7931 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7932 (gdb-var-list): Add an element for has_more field.
7933 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7934 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7935 (gdb-var-update-handler-1): Parse output of dynamic variable
7936 objects (STL containers).
7937 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7938 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7939
7940 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7941 gdb-var-list.
7942 (gud-speedbar-buttons): Make node expandable if expression "has more"
7943 children.
7944
7945 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
7946
7947 * startup.el (emacs-quick-startup): Remove variable and all uses.
7948 (command-line): Set `inhibit-x-resources' instead.
7949 (command-line-1): Use `inhibit-x-resources' instead.
7950
7951 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
7952
7953 * subr.el: Fix last change to avoid using the `unless' macro,
7954 which breaks bootstrapping.
7955
7956 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7957
7958 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7959 extended definitions, in case we reload subr.el after having
7960 loaded CL.
7961 (eval-next-after-load): Mark as obsolete.
7962
7963 2009-09-17 Juri Linkov <juri@jurta.org>
7964
7965 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7966 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7967 (menu-bar-showhide-menu, menu-bar-tools-menu)
7968 (menu-bar-describe-menu, menu-bar-help-menu)
7969 (minibuffer-local-completion-map, minibuffer-local-map):
7970 Fix list quoting.
7971
7972 2009-09-17 Glenn Morris <rgm@gnu.org>
7973
7974 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7975 arguments, whether or not it has a handler.
7976
7977 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7978
7979 * simple.el (hard-newline): Give it a doc-string.
7980
7981 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7982 (lisp-mode-syntax-table): Give them doc-strings.
7983
7984 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7985
7986 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7987 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7988 (menu-bar-options-menu, menu-bar-showhide-menu)
7989 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7990 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7991 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7992 (menu-bar-options-menu, menu-bar-tools-menu)
7993 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7994 (menu-bar-help-menu):
7995 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7996 string arguments.
7997
7998 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7999 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8000 calls for the menu names and :help.
8001
8002 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8003
8004 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8005 to :minor-mode-function (bug#4455).
8006
8007 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8008
8009 * startup.el (command-line): Initialize the window-system after
8010 processing the command-line.
8011
8012 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8013 page-delimiter matches the empty string.
8014
8015 2009-09-16 Glenn Morris <rgm@gnu.org>
8016
8017 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8018 byte-compile-not-obsolete-var. It's a list now.
8019 (byte-compile-not-obsolete-funcs): New variable.
8020 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8021 byte-compile-not-obsolete-funcs.
8022 (byte-compile-variable-ref, byte-compile-defvar): Update for
8023 byte-compile-not-obsolete-vars name-change and list nature.
8024 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8025 and variables behind (f)boundp tests.
8026 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8027
8028 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8029
8030 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8031
8032 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8033
8034 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8035 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8036 Don't autoload.
8037
8038 2009-09-15 Stephen Eglen <stephen@gnu.org>
8039
8040 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8041 the virtual-buffers, use the name of the buffer specified by
8042 find-file-noselect, as the match may be a symlink. (This was a
8043 problem if the target and the symlink had different names.)
8044
8045 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8046
8047 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8048
8049 * desktop.el (desktop-path): Check user-emacs-directory.
8050
8051 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8052
8053 * loadup.el: Use after-load-functions to GC after loading each file.
8054 Remove the explicit GC calls that used to be sprinkled around.
8055
8056 * subr.el (after-load-functions): New hook.
8057 (do-after-load-evaluation): Run it. Use string-match-p to detect
8058 `obsolete' packages, rather than painfully extracting the relevant
8059 directory name.
8060
8061 2009-09-15 Glenn Morris <rgm@gnu.org>
8062
8063 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8064 free variable `doc'.
8065
8066 * dired.el (dired-mode-map): Add menu entry for async shell command.
8067
8068 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8069 variables, also consider the .elc files, since the .el files are
8070 normally gzipped (subsequent code locates the .el.gz from the .elc).
8071
8072 * calc/calc-prog.el (arglist): Define for compiler.
8073
8074 * calendar/diary-lib.el (diary-display-function): Change the default to
8075 fancy display.
8076 (body): Define for compiler.
8077
8078 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8079 (byte-compile-file-form, byte-compile-lambda)
8080 (byte-compile-top-level-body, byte-compile-form)
8081 (byte-compile-variable-ref, byte-compile-setq)
8082 (byte-compile-setq-default, byte-compile-body)
8083 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8084 (batch-byte-compile): Give some more local variables with common names
8085 a "bytecomp-" prefix to avoid masking warnings about free variables.
8086
8087 * startup.el (command-line-1): Give local variables with common names a
8088 distinguishing prefix, so as not to hide free variable warnings during
8089 bootstrap.
8090
8091 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8092 clever and add a suffix to make a unique name, just let the user decide
8093 whether or not to overwrite it. If the input is a directory, write the
8094 default filename to that directory. (Bug#4388)
8095 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8096 is a filename-as-a-directory.
8097
8098 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8099
8100 * textmodes/page.el (what-page): Don't move to beginning of line.
8101 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8102
8103 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8104
8105 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8106
8107 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8108
8109 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8110 * help.el (help-for-help-internal): Add purecopy calls for text.
8111
8112 * vc.el (top): print-log method now takes an optional SHORTLOG
8113 argument. Add a new method: root.
8114 (vc-root-diff, vc-print-root-log): New functions.
8115 (vc-log-short-style): New variable.
8116 (vc-print-log-internal): Add support for showing short logs.
8117
8118 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8119 vc-print-root-log and vc-print-root-diff.
8120
8121 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8122 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8123 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8124 short logs.
8125
8126 * vc-cvs.el (vc-cvs-print-log):
8127 * vc-mtn.el (vc-mtn-print-log):
8128 * vc-rcs.el (vc-rcs-print-log):
8129 * vc-sccs.el (vc-sccs-print-log):
8130 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8131 that is ignored for now.
8132
8133 * vc-mtn.el (vc-mtn-annotate-command):
8134 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8135
8136 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8137
8138 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8139 to function-key-map, and give them ascii-character property.
8140 * term/x-win.el (x-alternatives-map):
8141 * term/ns-win.el (ns-alternatives-map):
8142 * term/internal.el (msdos-key-remapping-map):
8143 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8144
8145 2009-09-14 Glenn Morris <rgm@gnu.org>
8146
8147 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8148 temp-buffers (2009-09-12).
8149
8150 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8151
8152 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8153 the new read-key function.
8154
8155 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8156
8157 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8158 is defined (Bug#4405).
8159
8160 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8161
8162 * recentf.el (recentf-cleanup): Use a hash table to find
8163 duplicates (Bug#4407).
8164
8165 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
8166
8167 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8168 kp-0 to ascii equivalents (Bug#4325).
8169
8170 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8171
8172 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8173
8174 * eshell/em-hist.el:
8175 * eshell/em-dirs.el (eshell-complete-user-reference):
8176 Declare pcomplete functions and variables to avoid compiler warnings.
8177
8178 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8179
8180 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8181 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8182 * eshell/em-alias.el (eshell-aliases-file):
8183 * eshell/em-hist.el (eshell-history-file-name):
8184 Use expand-file-name instead of concat to make file names (Bug#4308).
8185
8186 2009-09-13 Glenn Morris <rgm@gnu.org>
8187
8188 * ediff-merg.el (ediff-do-merge):
8189 * filesets.el (filesets-run-cmd):
8190 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8191 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8192 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8193 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8194 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8195 Replace empty `let's with `progn'.
8196
8197 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8198
8199 * mail/sendmail.el (send-mail-function):
8200 * tooltip.el (tooltip-mode):
8201 * simple.el (transient-mark-mode):
8202 * rfn-eshadow.el (file-name-shadow-mode):
8203 * frame.el (blink-cursor-mode):
8204 * font-core.el (global-font-lock-mode):
8205 * files.el (temporary-file-directory)
8206 (small-temporary-file-directory, auto-save-file-name-transforms):
8207 * epa-hook.el (auto-encryption-mode):
8208 * composite.el (global-auto-composition-mode):
8209 Use custom-initialize-delay.
8210 * startup.el (command-line): Don't explicitly call
8211 custom-reevaluate-setting for all the above vars.
8212 * custom.el (custom-initialize-safe-set)
8213 (custom-initialize-safe-default): Delete.
8214
8215 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8216
8217 * term/x-win.el (x-initialize-window-system):
8218 * term/w32-win.el (w32-initialize-window-system):
8219 * term/ns-win.el (ns-initialize-window-system): Don't call
8220 mouse-wheel-mode since it's enabled globally by default already.
8221
8222 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8223 actually define the variable, but only silences the byte-compiler.
8224 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8225 before looking it up.
8226 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8227 is changed.
8228
8229 2009-09-12 Glenn Morris <rgm@gnu.org>
8230
8231 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8232 1000.
8233 (elint-add-required-env): Don't beep on error.
8234 (elint-forms): In case of error, return ENV unchanged.
8235 (elint-init-env): Skip non-list forms.
8236 (elint-log): Handle unknown file positions.
8237
8238 2009-09-12 Daiki Ueno <ueno@unixuser.org>
8239
8240 * epg.el (epg-make-context): Add autoload cookie.
8241 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8242 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8243 (epg-verify-string, epg-start-sign, epg-sign-file)
8244 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8245 (epg-encrypt-string, epg-start-export-keys)
8246 (epg-export-keys-to-file, epg-export-keys-to-string)
8247 (epg-start-import-keys, epg-import-keys-from-file)
8248 (epg-import-keys-from-string, epg-start-receive-keys)
8249 (epg-receive-keys, epg-import-keys-from-server)
8250 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8251 (epg-sign-keys, epg-start-generate-key)
8252 (epg-generate-key-from-file, epg-generate-key-from-string):
8253 Remove autoload cookie.
8254
8255 2009-09-12 Eli Zaretskii <eliz@gnu.org>
8256
8257 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8258 reevaluation of trash-directory.
8259
8260 * mwheel.el: Fix last change.
8261 (mouse-wheel-mode): New defvar.
8262 (mouse-wheel-mode): Remove autoload cookie.
8263
8264 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8265
8266 * mwheel.el (mwheel-installed-bindings): New var.
8267 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8268 the bindings we set last time. Use custom-initialize-delay.
8269 * loadup.el: Load mwheel after term/*-win.el.
8270 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8271 and mouse-wheel-up-event now that their first evaluation is done
8272 sufficiently late to be correct.
8273
8274 * startup.el (tutorial-directory): Make it a defcustom.
8275 Use custom-initialize-delay rather than eval-at-startup to set it.
8276 * image.el (image-load-path): Make it a defcustom.
8277 Use custom-initialize-delay rather than eval-at-startup to set it.
8278 * subr.el (eval-at-startup): Remove.
8279 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8280
8281 * subr.el (do-after-load-evaluation): Warn the user after loading an
8282 obsolete package.
8283
8284 2009-09-12 Glenn Morris <rgm@gnu.org>
8285
8286 * proced.el (proced-mark-alt): Remove alias.
8287 (proced-mode-map): Remove proced-mark-alt.
8288
8289 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8290 Elint file and directory. Remove initialization entry.
8291
8292 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8293 commands.
8294 (elint-current-buffer): Set mode-line-process.
8295 (elint-init-env): Handle define-derived-mode.
8296 Fix declare-function with unspecified arglist. Guard against odd
8297 defalias statements (eg iso-insert's 8859-1-map).
8298 (elint-add-required-env): Use a temp buffer.
8299 (elint-form): Just print the function/macro name, not the whole form.
8300 Return env unchanged if we fail to parse a macro.
8301 (elint-forms): Guard against parse errors.
8302 (elint-output): New function, to handle batch mode.
8303 (elint-log-message): Add optional argument. Use elint-output.
8304 (elint-set-mode-line): New function.
8305
8306 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8307
8308 * emacs-lisp/elp.el (elp-not-profilable): Add more
8309 functions (Bug#4233).
8310
8311 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8312
8313 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8314 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8315
8316 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8317
8318 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8319 (gdb-var-list-children): Use json parsing.
8320
8321 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
8322
8323 * progmodes/js.el (js--proper-indentation): Handle the case where
8324 char-before is null. Reported by Deniz Dogan.
8325
8326 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8327
8328 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8329
8330 2009-09-11 Daiki Ueno <ueno@unixuser.org>
8331
8332 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8333 (epg-digest-algorithm-alist): Add SHA224.
8334 (epg-context-set-passphrase-callback)
8335 (epg-context-set-progress-callback): Add description about
8336 callback function.
8337
8338 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8339
8340 * custom.el (custom-delayed-init-variables): New var.
8341 (custom-initialize-delay): New function.
8342 * startup.el (command-line): "Re"evaluate all vars in
8343 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8344 explicitly any more.
8345 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8346 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8347
8348 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8349
8350 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8351
8352 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8353 (gdb-var-update-handler): Use json parsing.
8354
8355 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8356
8357 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8358 decode annotated text, regardless of language environment. (Bug#2741)
8359
8360 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8361
8362 * Makefile.in (autoloads): Make rmail.el writable as well.
8363
8364 2009-09-11 Glenn Morris <rgm@gnu.org>
8365
8366 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8367 loaddefs.el.
8368 * dired.el: Regenerate with extracted autoloads.
8369 * Makefile.in (autoloads): Make dired.el writable.
8370
8371 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8372 * ibuffer.el: Regenerate with extracted autoloads.
8373 * Makefile.in (autoloads): Make ibuffer.el writable.
8374
8375 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8376 * version.el (emacs-copyright, emacs-major-version)
8377 (emacs-minor-version): Reformat doc-strings for make-docfile.
8378
8379 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8380 functions and variables, since they must be stuff specific to some other
8381 platform.
8382 (apropos-print): Make mouse-click message less specific about button.
8383
8384 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8385 that records where a macro was defined.
8386 * help-fns.el (describe-function-1): Mention if a function has a
8387 compiler-macro.
8388 * help-mode.el (help-function-cmacro): New button.
8389
8390 * locate.el (top-level): Always require dired.
8391 (locate-mode-map): Initialize inside the defvar.
8392
8393 * net/ange-ftp.el (dired-compress-file): Declare.
8394 (ange-ftp-dired-compress-file): Add doc string.
8395
8396 * term/ns-win.el (x-display-name, x-setup-function-keys):
8397 Unify doc-strings with X versions.
8398
8399 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8400
8401 * emulation/crisp.el (crisp-mode-map): Move initialization
8402 into declaration.
8403 (crisp-mode): Use define-minor-mode.
8404
8405 * progmodes/xscheme.el (xscheme-evaluation-commands):
8406 Put a :advertised-binding property rather than using
8407 advertised-xscheme-send-previous-expression.
8408 (advertised-xscheme-send-previous-expression): Declare obsolete.
8409 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8410 `advertised-undo'.
8411 (crisp-mode): Add corresponding bindings to
8412 undo's :advertised-binding instead.
8413 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8414 than using dired-advertised-find-file.
8415 (dired-advertised-find-file):
8416 * simple.el (advertised-undo):
8417 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8418 (widget-keymap): Put a :advertised-binding property rather
8419 than using advertised-widget-backward.
8420 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8421 than using advertised-undo.
8422 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8423
8424 2009-09-10 Simon South <ssouth@slowcomputing.org>
8425
8426 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8427 Mark mode is enabled and region is active; otherwise indent or
8428 insert TAB as usual.
8429 (delphi-mode): Update description of TAB-key binding.
8430
8431 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8432
8433 * subr.el (define-key-rebound-commands): Mark obsolete.
8434 * startup.el (precompute-menubar-bindings): Remove.
8435 (normal-top-level): Remove obsolete code that tried to precompute
8436 menubar bindings.
8437 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8438 define-key-rebound-commands and precompute-menubar-bindings.
8439
8440 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8441
8442 * net/imap.el (imap-interactive-login): Better messages.
8443 (imap-open): Fix bug with renamed buffer on reconnect.
8444 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8445 for easier debugging and cleaner code. On successful (guessed based on
8446 server capabilities) secondary authentication, set imap-state
8447 correctly.
8448 (imap-last-authenticator): Define imap-last-authenticator as a variable
8449 to avoid warnings.
8450
8451 2009-09-10 Glenn Morris <rgm@gnu.org>
8452
8453 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8454
8455 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8456 (byte-compile-file-form-autoload): Don't warn about unknown functions
8457 where the autoload statement comes after the use.
8458 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8459 that any handlers inside the body (eg require) are in turn respected.
8460
8461 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8462 effects.
8463
8464 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8465 and syntax and abbrev tables basic docs, if they don't have any.
8466
8467 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8468
8469 * international/mule-cmds.el (top-level): Require cl when compiling.
8470 (view-hello-file): Use default-value rather than
8471 default-enable-multibyte-characters.
8472
8473 * progmodes/fortran.el: Move all safe and risky properties into the
8474 defcustoms.
8475
8476 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8477 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8478 * mail/undigest.el:
8479 Put autoloads in rmail.el rather than loaddefs.el.
8480 * mail/rmail.el: Regenerate with extracted autoloads.
8481
8482 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8483 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8484
8485 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
8486
8487 Reported in thread for Bug#4375.
8488 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8489 "-data-evaluate-expression" instead of print.
8490 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8491 (gdb-tooltip-print): Parse output from above MI command.
8492 (gdb): Revert 2009-08-11 change. User should detach inferior
8493 manually.
8494
8495 Remove the word "separate" from IO functions as inferior
8496 output is now never displayed in the GUD buffer.
8497
8498 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
8499
8500 * startup.el (command-line-normalize-file-name): On Windows and
8501 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8502
8503 2009-09-10 Juri Linkov <juri@jurta.org>
8504
8505 * isearch.el (isearch-text-char-description): Propertize escape
8506 character sequences with the `escape-glyph' face. (Bug#4344)
8507
8508 * simple.el (shell-command): Set asynchronous process filter to
8509 `comint-output-filter'. (Bug#4343)
8510
8511 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8512 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8513 the list. Move "asm" to the bottom.
8514 (grep-find-ignored-directories): Add `choice' with nil value
8515 to empty the list easily.
8516 (grep-find-ignored-files): New option.
8517 (grep-files-history): Set to nil by default instead of '("ch" "el").
8518 (grep-compute-defaults): Add "<X>" to `grep-template'.
8519 (grep-read-files): Bind new local variables `default-alias' and
8520 `default-extension'. Use a list of default values for the file prompt.
8521 (lgrep): Add `--exclude=' command line options composed from
8522 `grep-find-ignored-files'.
8523 (rgrep): Add `-name' command line options composed from
8524 `grep-find-ignored-files'. (Bug#4301)
8525
8526 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8527
8528 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8529 (bug#4368).
8530
8531 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8532
8533 * calendar/time-date.el (autoload):
8534 Expand define-obsolete-function-alias into defalias and make-obsolete
8535 for old Emacsen that Gnus supports.
8536 (with-no-warnings): Define it for old Emacsen.
8537 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8538 is available.
8539 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8540 float-time is available; suppress compile warning for time-to-seconds.
8541
8542 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8543
8544 * net/imap.el (imap-message-map): Docstring fix.
8545
8546 2009-09-09 Glenn Morris <rgm@gnu.org>
8547
8548 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8549 line numbers too. (Bug#4374)
8550
8551 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8552
8553 * smerge-mode.el (smerge-remove-props, smerge-refine):
8554 Use with-silent-modifications (bug#4342).
8555
8556 * subr.el (with-silent-modifications): New macro.
8557
8558 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
8559
8560 * files.el (top-level): Require `cl' when compiling.
8561
8562 2009-09-07 Glenn Morris <rgm@gnu.org>
8563
8564 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8565
8566 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8567 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8568
8569 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
8570
8571 * vc-git.el (vc-git-annotate-command): Use separator to parse
8572 arguments correctly.
8573
8574 2009-09-06 Eli Zaretskii <eliz@gnu.org>
8575
8576 * proced.el (proced-mode): Doc fix.
8577
8578 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8579
8580 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8581 lstat fails.
8582 (tramp-do-file-attributes-with-ls): Check for file existence at
8583 remote end.
8584 (tramp-do-file-attributes-with-stat): Likewise.
8585 (tramp-convert-file-attributes): Return nil when attr is nil.
8586
8587 2009-09-05 Glenn Morris <rgm@gnu.org>
8588
8589 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8590 properties to this button.
8591 (diary-fancy-display): Don't extend the button to the final newline.
8592 (diary-fancy-display-mode): Continue to define "q" as a local key.
8593
8594 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8595 efficient.
8596
8597 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8598
8599 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8600 (byte-compile-dest-file-function): New option.
8601 (byte-compile-dest-file): Doc fix.
8602 Obey byte-compile-dest-file-function.
8603 (byte-compile-cl-file-p): New function.
8604 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8605 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8606 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8607 than for file being previously loaded.
8608 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8609 (byte-compile-file-form-require): Handle the case where requiring a file
8610 indirectly causes CL to be loaded.
8611
8612 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8613
8614 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8615 before killing the old buffer, since by the time `kill-buffer' is
8616 run so many buffer variables have been set to nil that it may not
8617 behave as expected. (Bug#4061)
8618
8619 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8620
8621 * files.el (find-alternate-file): If the old buffer is modified
8622 and visiting a file, behave similarly to `kill-buffer' when
8623 killing it, thus reverting to the pre-1.878 behavior; see
8624 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8625 for discussion. Also, consult `buffer-file-name' as a variable
8626 not as a function, for consistency with the rest of the code.
8627
8628 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
8629
8630 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8631 also when adding a new directory.
8632
8633 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8634 defun.
8635
8636 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8637
8638 * files.el (locate-file-completion-table): Make it provide boundary
8639 information, so partial-completion works better.
8640
8641 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8642
8643 * mail/footnote.el (Footnote-text-under-cursor):
8644 Check footnote-text-marker-alist before using it (bug#4324).
8645
8646 2009-09-04 Glenn Morris <rgm@gnu.org>
8647
8648 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8649 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8650 * play/solitaire.el, play/tetris.el:
8651 Remove leading * from defcustom and defface docs.
8652
8653 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8654 necessary.
8655 (diary-fancy-overriding-map): New variable.
8656 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8657 Use view-mode.
8658
8659 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8660 goto-line.
8661
8662 2009-09-03 Glenn Morris <rgm@gnu.org>
8663
8664 * arc-mode.el (archive-mode):
8665 * dos-fns.el (set-default-process-coding-system):
8666 * man.el (Man-getpage-in-background):
8667 * menu-bar.el (menu-bar-describe-menu):
8668 * server.el (server-process-filter):
8669 * startup.el (command-line):
8670 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8671 * w32-fns.el (set-default-process-coding-system):
8672 * x-dnd.el (x-dnd-handle-file-name):
8673 * international/mule-cmds.el (mule-menu-keymap)
8674 (set-default-coding-systems, language-info-alist, set-language-info)
8675 (set-language-environment, standard-display-european-internal)
8676 (set-locale-environment):
8677 * international/mule-diag.el (mule-diag):
8678 * mail/emacsbug.el (report-emacs-bug):
8679 * mail/rmail.el (rmail-mode):
8680 * mail/sendmail.el (mail-setup):
8681 Use default-value rather than default-enable-multibyte-characters.
8682
8683 * progmodes/f90.el: Move all safe properties into the defcustoms.
8684 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8685
8686 * calendar/appt.el (appt-check):
8687 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8688 (diary-check-diary-file, diary-list-entries)
8689 (diary-include-other-diary-files, diary-simple-display)
8690 (diary-fancy-display, diary-print-entries)
8691 (diary-mark-included-diary-files, diary-make-entry):
8692 Don't call substitute-in-file-name on diary-file.
8693
8694 2009-09-03 Eduard Wiebe <usenet@pusto.de>
8695 Stefan Monnier <monnier@iro.umontreal.ca>
8696
8697 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8698 (footnote-mode-map): Move initialization into the declaration.
8699 (footnote-minor-mode-map): Define it rather than changing global-map.
8700 (footnote-mode): Use define-minor-mode.
8701
8702 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
8703
8704 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8705 (tramp-do-file-attributes-with-perl)
8706 (tramp-do-file-attributes-with-stat): Rename from
8707 `tramp-handle-file-attributes-with-*'.
8708 (tramp-handle-file-attributes): Use them.
8709 (tramp-do-directory-files-and-attributes-with-perl)
8710 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8711 `tramp-handle-directory-files-and-attributes-with-*'.
8712 (tramp-handle-directory-files-and-attributes): Use them.
8713 (tramp-method-out-of-band-p): Additional parameter SIZE.
8714 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8715 (tramp-handle-write-region): Use it.
8716 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8717 (tramp-handle-vc-registered): Check, whether the first run did
8718 return files to be tested.
8719 (tramp-advice-make-auto-save-file-name): Do not call directly
8720 `tramp-handle-make-auto-save-file-name', because this would bypass
8721 the locking mechanism.
8722
8723 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8724 (file-remote-p, process-file, start-file-process, set-file-times)
8725 (tramp-compat-file-attributes): Compatibility functions shall not
8726 call directly `tramp-handle-*', because this would bypass the
8727 locking mechanism.
8728 (tramp-compat-number-sequence): New defun.
8729
8730 2009-09-02 Glenn Morris <rgm@gnu.org>
8731
8732 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8733 alias for float-time.
8734 (time-to-number-of-days): In Emacs, use float-time.
8735 * net/newst-backend.el (time-add): Suppress warnings from compat
8736 function.
8737 * time.el (emacs-uptime, emacs-init-time):
8738 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8739 Use float-time rather than time-to-seconds.
8740
8741 * minibuffer.el (completion-initials-expand): Fix typo.
8742
8743 * faces.el (modeline, modeline-inactive, modeline-highlight)
8744 (modeline-buffer-id):
8745 * info.el (info-menu-5): Mark these face aliases as obsolete.
8746
8747 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8748
8749 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8750 space ...
8751 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8752 no "--thread" option.
8753 (gdb-stopped): Don't print "Switched to thread" message when it is
8754 unchanged.
8755
8756 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8757
8758 * minibuffer.el (completion-try-completion)
8759 (completion-all-completions): Remove ill-defined (and
8760 mistakenly installed and luckily never used nor documented)
8761 `completion-styles' property.
8762 (completion-initials-expand, completion-initials-all-completions)
8763 (completion-initials-try-completion): New functions.
8764 (completion-styles-alist): Add doc to each entry.
8765 Add new `initials' entry.
8766
8767 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8768
8769 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8770 MI command -var-evaluate-expression.
8771 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8772 and tweak for case of string child.
8773 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8774
8775 2009-09-01 Glenn Morris <rgm@gnu.org>
8776
8777 * add-log.el (change-log-date-face, change-log-name-face)
8778 (change-log-email-face, change-log-file-face, change-log-list-face)
8779 (change-log-conditionals-face, change-log-function-face)
8780 (change-log-acknowledgement-face):
8781 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8782 (custom-modified-face, custom-set-face, custom-changed-face)
8783 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8784 (custom-documentation-face, custom-state-face, custom-comment-face)
8785 (custom-comment-tag-face, custom-variable-tag-face)
8786 (custom-variable-button-face, custom-face-tag-face)
8787 (custom-group-tag-face-1, custom-group-tag-face):
8788 * diff-mode.el (diff-header-face, diff-file-header-face)
8789 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8790 (diff-added-face, diff-changed-face, diff-function-face)
8791 (diff-context-face, diff-nonexistent-face):
8792 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8793 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8794 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8795 (Info-title-4-face):
8796 * isearch.el (isearch-lazy-highlight-face):
8797 * log-view.el (log-view-file-face, log-view-message-face):
8798 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8799 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8800 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8801 (cvs-msg-face):
8802 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8803 (smerge-base-face, smerge-markers-face):
8804 * wid-edit.el (widget-documentation-face, widget-button-face)
8805 (widget-field-face, widget-single-line-field-face)
8806 (widget-inactive-face, widget-button-pressed-face):
8807 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8808 (woman-addition-face):
8809 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8810 (eshell-ls-executable-face, eshell-ls-readonly-face)
8811 (eshell-ls-unreadable-face, eshell-ls-special-face)
8812 (eshell-ls-missing-face, eshell-ls-archive-face)
8813 (eshell-ls-backup-face, eshell-ls-product-face)
8814 (eshell-ls-clutter-face):
8815 * eshell/em-prompt.el (eshell-prompt-face):
8816 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8817 * obsolete/old-whitespace.el (whitespace-highlight-face):
8818 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8819 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8820 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8821 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8822 (antlr-font-lock-literal-face):
8823 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8824 (ebrowse-root-class-face, ebrowse-file-name-face)
8825 (ebrowse-default-face, ebrowse-member-attribute-face)
8826 (ebrowse-member-class-face, ebrowse-progress-face):
8827 * progmodes/make-mode.el (makefile-space-face):
8828 * progmodes/sh-script.el (sh-heredoc-face):
8829 * textmodes/flyspell.el (flyspell-incorrect-face)
8830 (flyspell-duplicate-face):
8831 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8832 * textmodes/texinfo.el (texinfo-heading-face):
8833 Mark face aliases with "-face" suffix as obsolete.
8834
8835 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8836 compiler.
8837
8838 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8839 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8840 easy-menu-define wants to modify these.
8841
8842 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8843
8844 * net/browse-url.el (browse-url-file-url):
8845 * term/internal.el (dos-codepage-setup):
8846 Use default-value rather than default-enable-multibyte-characters.
8847
8848 * progmodes/etags.el (etags-goto-tag-location):
8849 * progmodes/flymake.el (flymake-highlight-line)
8850 (flymake-goto-file-and-line, flymake-goto-line):
8851 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8852 (gdb-goto-breakpoint):
8853 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8854 * progmodes/python.el (python-find-function)
8855 (python-pdbtrack-track-stack-file):
8856 * progmodes/verilog-mode.el (verilog-surelint-off):
8857 * term/ns-win.el (ns-open-file-select-line):
8858 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8859 Use forward-line rather than goto-line.
8860
8861 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8862 * textmodes/reftex-index.el (reftex-display-index):
8863 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8864 * textmodes/reftex-toc.el (reftex-toc):
8865 Remove unnecessary bindings of default-major-mode (all are followed by
8866 major-mode check and possible mode switch).
8867
8868 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8869
8870 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8871 Handle watchpoints (bug#4282).
8872 (def-gdb-thread-buffer-command): Enable thread to be selected by
8873 clicking without selecting threads buffer first.
8874 (gdb-current-context-command): Use selected frame so that "up",
8875 "down" etc work in the GUD buffer.
8876 (gdb-update): Find selected frame before rendering stack buffer.
8877 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8878
8879 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8880
8881 * progmodes/sym-comp.el (displayed-completions): Remove.
8882 (symbol-complete): Use minibuffer-complete.
8883
8884 2009-08-31 Glenn Morris <rgm@gnu.org>
8885
8886 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8887
8888 * apropos.el (apropos-symbols-internal):
8889 Handle (obsolete) face aliases.
8890
8891 * faces.el (describe-face): Adjust the output format to be more like
8892 describe-variable, and to mention (obsolete) face aliases.
8893 Adjust the whitespace so that help-setup-xref works.
8894
8895 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8896 * calendar/diary-lib.el (diary-button-face):
8897 Mark these face aliases as obsolete.
8898
8899 * calendar/calendar.el (calendar-today): Doc fix.
8900
8901 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8902
8903 * progmodes/gdb-mi.el (gdb-control-all-threads)
8904 (gdb-control-current-thread): Force tool bar update.
8905 (gdb-non-stop-handler): New function.
8906 (gdb-init-1): Use it to test if non-stop mode is supported.
8907 Remove unused gdbmi buffer type.
8908
8909 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8910
8911 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8912 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
8913
8914 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8915
8916 * comint.el (comint-exec-1): Check command is non-null first.
8917 Part of gdb-mi.el change (2009-08-28).
8918
8919 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8920
8921 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8922
8923 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
8924
8925 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8926 instead of `dolist' to avoid a recursive require when bootstrapping.
8927
8928 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8929
8930 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8931
8932 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8933
8934 * net/imap.el (imap-send-command): Simplify.
8935 (imap-wait-for-tag): point-max -> buffer-size.
8936
8937 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8938
8939 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8940 with constant argument.
8941
8942 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8943
8944 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8945
8946 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8947 Change default, since most of our files don't have a history.
8948 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8949 the user.
8950
8951 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8952 Add comint-run.
8953
8954 * calc/calc.el: Improve commenting convention.
8955 (calc-digit-map, toplevel): Simplify.
8956
8957 * comint.el (comint-insert-input): Be careful to only set point if we
8958 don't delegate to some other command.
8959
8960 * proced.el (proced-signal-list): Make it an alist.
8961 (proced-grammar-alist): Capitalize names.
8962 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8963 Disable undo manually and make it read-only.
8964 Use completion-annotate-function.
8965
8966 * minibuffer.el (minibuffer-message): If the current buffer is not
8967 a minibuffer, insert the message in the echo area rather than at the
8968 end of the buffer.
8969 (completion-annotate-function): New variable.
8970 (minibuffer-completion-help): Use it.
8971 (completion--embedded-envvar-table): Environment vars are
8972 always case-sensitive.
8973
8974 2009-08-30 Glenn Morris <rgm@gnu.org>
8975
8976 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8977 from fortran-current-defun.
8978 (fortran-beginning-of-subprogram): Be more precise about finding the
8979 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8980 (fortran-end-of-subprogram): Simplify.
8981 (fortran-current-defun): Use fortran-start-prog-re.
8982
8983 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
8984
8985 * subr.el (do-after-load-evaluation): Simplify.
8986
8987 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8988
8989 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8990
8991 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8992 (vc-rcs-print-log): Use it.
8993
8994 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8995
8996 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8997
8998 * paths.el (abbrev-file-name): Move to abbrev.el.
8999 * abbrev.el (abbrev-file-name): Move from paths.el.
9000 Obey user-emacs-directory.
9001 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9002 user-emacs-directory.
9003 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9004 abbrev-file-name and calc-settings-file any more.
9005 * startup.el (command-line): Recompute abbrev-file-name and
9006 abbreviated-home-dir.
9007 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9008 of the special code for when C-h bindings haven't been changed.
9009 (display-startup-echo-area-message): Use with-current-buffer.
9010 (command-line-1): Use a list of strings, rather than a list of lists
9011 of strings for longopts.
9012
9013 * files.el (get-free-disk-space): Use / for default-directory.
9014
9015 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9016 Use with-current-buffer.
9017
9018 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9019 Recognize immutable variables like most-positive-fixnum.
9020 (byte-compile-setq-default): Check and warn if trying to assign
9021 to an immutable variable, or a non-variable.
9022
9023 * progmodes/cc-vars.el (c-comment-continuation-stars):
9024 * progmodes/cc-engine.el (c-looking-at-bos):
9025 * progmodes/cc-cmds.el (c-toggle-auto-state)
9026 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9027 (c-comment-line-break-function): Add version of obsolescence.
9028
9029 2009-08-28 Juri Linkov <juri@jurta.org>
9030
9031 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9032 associated with `archive-mode'.
9033
9034 * image.el (image-type-header-regexps): Use only JPEG magic number
9035 to determine JPEG images, and don't use `image-jpeg-p' because
9036 Emacs can display non-JFIF non-Exif JPEG images.
9037
9038 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9039
9040 * arc-mode.el (archive-mode):
9041 * emacs-lisp/re-builder.el (re-builder-unload-function):
9042 Protect against the default value of `major-mode' being nil.
9043
9044 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9045
9046 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9047 Fix typos in docstrings.
9048
9049 * progmodes/js.el (js--macro-decl-re): Doc fix.
9050 (js--plain-method-re, js--split-name): Refloc docstring.
9051 (js--class-styles, js--make-merged-item, js--splice-into-items):
9052 Fix typos in docstrings; reflow docstrings.
9053 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9054 (js--variable-decl-matcher, js--inside-pitem-p)
9055 (js--parse-state-at-point, js--get-all-known-symbols)
9056 (js--symbol-history, js-find-symbol, js--js-references)
9057 (js--moz-interactor, js--js-encode-value, js--read-tab):
9058 Fix typos in docstrings.
9059
9060 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9061
9062 * textmodes/reftex.el (reftex-get-file-buffer-force):
9063 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9064 * emulation/viper.el (viper-go-away, viper-set-hooks):
9065 * emacs-lisp/re-builder.el (re-builder-unload-function):
9066 * emacs-lisp/bytecomp.el (byte-compile-file):
9067 * ses.el (ses-unload-function):
9068 * hexl.el (hexl-find-file):
9069 * files.el (normal-mode):
9070 * ehelp.el (with-electric-help):
9071 * autoinsert.el (auto-insert-alist):
9072 * arc-mode.el (archive-mode):
9073 Use (default-value 'major-mode) instead of default-major-mode.
9074
9075 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9076 * international/mule.el (load-with-code-conversion):
9077 * emacs-lisp/debug.el (debug):
9078 * ediff-vers.el (ediff-rcs-get-output-buffer):
9079 * dired.el (dired-internal-noselect): Don't let-bind
9080 default-major-mode around code that doesn't use it.
9081 E.g. buffer creation via get-buffer-create doesn't use it.
9082
9083 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
9084
9085 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9086 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9087 when writing the temp file. Otherwise, epa-file gets confused.
9088 (tramp-register-file-name-handlers): Make it a defun. Move also
9089 `epa-file-handler' to the front of `file-name-handler-alist'.
9090
9091 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9092
9093 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9094 start right after a ^M.
9095 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9096 (tramp-completion-file-name-regexp-separate)
9097 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9098 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9099 Don't modify last-coding-system-used by accident.
9100 (tramp-completion-file-name-handler): Apply the checks here,
9101 instead during registration.
9102 (tramp-register-file-name-handlers): Renamed from
9103 `tramp-register-file-name-handler'. Register both
9104 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9105 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
9106
9107 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
9108
9109 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9110 Remove variable ...
9111 (gdb-init-1, gdb-display-separate-io-buffer)
9112 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9113 references to it.
9114 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9115 (gdb-inferior-filter): Use comint-output-filter to stop
9116 echoing and remove ^M characters.
9117
9118 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9119
9120 * emulation/viper-init.el (viper-restore-cursor-type):
9121 * emulation/cua-base.el (cua--update-indications):
9122 Replace default-cursor-type with (default-value 'cursor-type).
9123
9124 * mail/sendmail.el (mail-recover-1):
9125 * international/mule-diag.el (describe-current-coding-system-briefly)
9126 (describe-current-coding-system):
9127 * international/mule-cmds.el (select-safe-coding-system)
9128 (select-message-coding-system)
9129 (set-language-environment-coding-systems, set-locale-environment):
9130 * hexl.el (hexl-insert-multibyte-char):
9131 * dos-w32.el (find-buffer-file-type-coding-system):
9132 * simple.el (what-cursor-position):
9133 Replace uses of default-buffer-file-coding-system
9134 with (default-value 'buffer-file-coding-system).
9135
9136 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9137 Replace uses of default-cursor-in-non-selected-windows
9138 with (default-value 'cursor-in-non-selected-windows).
9139 Use with-current-buffer.
9140
9141 * mail/feedmail.el: Use CL macros.
9142 (feedmail-run-the-queue, feedmail-send-it-immediately):
9143 * dos-w32.el (find-buffer-file-type): Replace uses of
9144 default-buffer-file-type with (default-value 'buffer-file-type).
9145
9146 2009-08-28 Glenn Morris <rgm@gnu.org>
9147
9148 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9149 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9150 Use default-value of major-mode rather than default-major-mode.
9151
9152 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9153
9154 * Makefile.in (update-elcfiles): Report left over elc files.
9155
9156 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9157 expand-file-name and with-current-buffer.
9158 (mail-get-names, mail-directory): Use with-current-buffer.
9159
9160 * vc.el (vc-read-revision): New function.
9161 (vc-version-diff, vc-merge): Use it.
9162
9163 2009-08-27 Sam Steingold <sds@gnu.org>
9164
9165 * simple.el (kill-do-not-save-duplicates): New user option.
9166 (kill-new): When it is non-nil, and the new string is the same as
9167 the latest kill, set replace to t to avoid duplicates in kill-ring.
9168
9169 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
9170
9171 * net/tramp.el (tramp-handle-process-file): Do not flush all
9172 caches when `process-file-side-effects' is set.
9173 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9174 instead of `tramp-find-file-exists-command'.
9175 Unset `process-file-side-effects'.
9176
9177 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
9178
9179 * net/tramp.el (tramp-methods): New method "rsyncc".
9180 (top): Add completion function for "rsyncc".
9181 (tramp-message-show-message): New defvar.
9182 (tramp-message, tramp-error): Use it.
9183 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9184 remote copying.
9185 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9186 `tramp-methods' entry `copy-env' of "rsyncc".
9187 (tramp-vc-registered-read-file-names): New defconst.
9188 (tramp-vc-registered-file-names): New defvar.
9189 (tramp-handle-vc-registered): Implement optimization strategy.
9190 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9191 (tramp-vc-file-name-handler): New defun.
9192 (tramp-get-ls-command, tramp-get-test-command)
9193 (tramp-get-file-exists-command, tramp-get-remote-ln)
9194 (tramp-get-remote-perl, tramp-get-remote-stat)
9195 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9196
9197 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9198 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9199 timestamps.
9200 (tramp-get-file-property): Check for timestamps in
9201 `tramp-cache-inhibit-cache'.
9202 (tramp-set-file-property): Write timestamp.
9203
9204 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9205
9206 * language/japan-util.el (japanese-symbol-table): Add entries for
9207 cp932-2-byte.
9208
9209 * international/characters.el: Add category `j' to cp932-2-byte.
9210
9211 2009-08-27 Kenichi Handa <handa@m17n.org>
9212
9213 * international/fontset.el (build-default-fontset-data): New macro.
9214 (setup-default-fontset): Use build-default-fontset-data for CJK,
9215 tibetan, ethiopic, and ipa.
9216
9217 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9218
9219 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9220 (enable-multibyte-characters): Not customizable any more.
9221
9222 * subr.el (default-mode-line-format, default-header-line-format)
9223 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9224 (default-direction-reversed, default-truncate-lines)
9225 (default-left-margin, default-tab-width, default-case-fold-search)
9226 (default-left-margin-width, default-right-margin-width)
9227 (default-left-fringe-width, default-right-fringe-width)
9228 (default-fringes-outside-margins, default-scroll-bar-width)
9229 (default-vertical-scroll-bar, default-indicate-empty-lines)
9230 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9231 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9232 (default-scroll-down-aggressively, default-fill-column)
9233 (default-cursor-type, default-buffer-file-type)
9234 (default-cursor-in-non-selected-windows)
9235 (default-buffer-file-coding-system, default-major-mode)
9236 (default-enable-multibyte-characters): Mark as obsolete.
9237
9238 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9239
9240 * vc-dir.el (vc-dir-update): Remove debug helper.
9241
9242 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9243
9244 2009-08-26 Sam Steingold <sds@gnu.org>
9245
9246 * simple.el (save-interprogram-paste-before-kill): New user option.
9247 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9248 save the interprogram-paste into kill-ring before overriding it
9249 with the Emacs kill.
9250
9251 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9252
9253 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9254 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9255 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9256 and move to vc-rcs.el.
9257 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9258 move to vc-rcs.el.
9259 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9260 (vc-rcs-update-changelog): Remove.
9261 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9262 and move to vc-rcs.el.
9263
9264 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9265 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9266 renaming.
9267 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9268 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9269 vc.el, renamed to be RCS specific.
9270
9271 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9272 New functions.
9273 (vc-cvs-update-changelog): Move here from vc.el.
9274
9275 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9276 New functions.
9277
9278 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9279
9280 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9281
9282 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9283
9284 * vc-git.el (vc-git-register): Use "git add" for directories.
9285 (vc-git-stash, vc-git-stash-show): New functions.
9286 (vc-git-extra-menu-map): Bind them.
9287
9288 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9289 directory correctly in case the item is a directory itself.
9290
9291 * vc.el: Document the desired behavior for reverted files in the
9292 `added' state.
9293 (vc-default-prettify-state-info): Remove function, unused.
9294
9295 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9296
9297 2009-08-26 Glenn Morris <rgm@gnu.org>
9298
9299 * bindings.el (standard-mode-line-format): Reposition dashes in
9300 which-func entry. (Bug#4217)
9301
9302 * files.el (enable-local-variables, enable-local-eval)
9303 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9304 the defcustoms.
9305 (auto-mode-alist, ignored-local-variables)
9306 (save-some-buffers-action-alist): Move risky declarations to the
9307 definitions.
9308 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9309 (font-lock-defaults, format-alist, imenu--index-alist)
9310 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9311 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9312 (mode-line-modified, mode-line-mule-info, mode-line-position)
9313 (mode-line-process, mode-line-remote, outline-level)
9314 (parse-time-rules, rmail-output-file-alist)
9315 (special-display-buffer-names, vc-mode):
9316 Move risky declarations to the relevant files.
9317 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9318 (mode-line-modified, mode-line-process, mode-line-position)
9319 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9320 * font-core.el (font-lock-defaults):
9321 * format.el (format-alist):
9322 * vc-hooks.el (vc-mode):
9323 * window.el (special-display-buffer-names):
9324 * international/mule-cmds.el (input-method-alist):
9325 Define riskiness here (dumped file) rather than in files.el.
9326 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9327 * imenu.el (imenu-generic-expression, imenu--index-alist):
9328 * outline.el (outline-level):
9329 * time.el (display-time-string):
9330 * calendar/parse-time.el (parse-time-rules):
9331 * mail/rmailout.el (rmail-output-file-alist):
9332 Autoload riskiness here, rather than placing in files.el.
9333
9334 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9335
9336 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9337
9338 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
9339
9340 * simple.el (process-file-side-effects): New defvar.
9341
9342 * dired-aux.el (dired-show-file-type):
9343 * vc.el (vc-diff-internal):
9344 * vc-arch.el (vc-arch-diff):
9345 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9346 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9347 * vc-git.el (vc-git-registered, vc-git-working-revision)
9348 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9349 (vc-git--empty-db-p):
9350 * vc-hooks.el (vc-user-login-name):
9351 * vc-svn.el (vc-svn-registered, vc-svn-state)
9352 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9353 * progmodes/grep.el (grep-probe): Let-bind
9354 `process-file-side-effects' with nil.
9355
9356 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9357
9358 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9359 daemon. Replace ping by checking for running service for bluez
9360 and zeroconf. (Bug#4239)
9361
9362 2009-08-25 Kevin Ryde <user42@zip.com.au>
9363
9364 * net/dig.el (dig): Add autoload cookie.
9365
9366 2009-08-25 Glenn Morris <rgm@gnu.org>
9367
9368 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9369 load-history for absolute file-names.
9370 (byte-compile-file-form-require): Warn about use of the cl package.
9371
9372 * format.el (format-alist): Doc fix.
9373
9374 * play/bubbles.el (top-level): Don't require cl at run-time.
9375
9376 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9377 run-time cl).
9378
9379 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9380
9381 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9382 from cl package.
9383 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9384
9385 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9386
9387 * calc/calc-alg.el (math-trig-rewrite)
9388 (math-hyperbolic-trig-rewrite): New functions.
9389 (calc-simplify): Simplify trig functions when asked.
9390
9391 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9392
9393 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9394
9395 2009-08-24 Kenichi Handa <handa@m17n.org>
9396
9397 * language/ind-util.el (mapthread): Delete it.
9398 (combinatorial): New function.
9399 (indian--puthash-cv): Use combinatorial instead of mapthread.
9400
9401 2009-08-22 Kevin Ryde <user42@zip.com.au>
9402
9403 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9404 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9405 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9406 Clarify docstring that the value is strings not symbols.
9407 (checkdoc-list-of-strings-p): New function.
9408
9409 2009-08-22 Glenn Morris <rgm@gnu.org>
9410
9411 * files.el (auto-mode-alist):
9412 * hippie-exp.el (he-concat-directory-file-name):
9413 * lpr.el (lpr-windows-system, printer-name):
9414 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9415 * ps-print.el (ps-windows-system):
9416 * startup.el (command-line):
9417 * emulation/viper-ex.el (viper-glob-function):
9418 * international/mule-cmds.el (set-language-environment-coding-systems):
9419 * net/ange-ftp.el (ange-ftp-write-region):
9420 * obsolete/fast-lock.el (fast-lock-cache-name):
9421 Remove code for defunct system-types emx, macos, mswindows, next-mach,
9422 unisoft-unix, vax-vms, win32, w32.
9423
9424 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9425 given name if the pattern is not more specific.
9426
9427 * calendar/lunar.el (lunar-phase-names): New option.
9428 (lunar-phase): Doc fix.
9429 (lunar-cycles-per-year): New constant.
9430 (lunar-index): New function.
9431 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9432 (lunar-phase-name): Use lunar-phase-names.
9433 (calendar-lunar-phases): Use format.
9434 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9435
9436 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9437 Copy imenu-example--name-and-position function here for own use.
9438 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9439
9440 * bs.el (bs--redisplay):
9441 * cus-edit.el (custom-redraw):
9442 * ibuffer.el (ibuffer-bury-buffer):
9443 * server.el (server-goto-line-column):
9444 * startup.el (command-line-1):
9445 * strokes.el (strokes-xpm-for-stroke):
9446 * term.el (term-display-buffer-line):
9447 * view.el (View-goto-line):
9448 * calc/calc.el (calc-do, calc-trail-buffer):
9449 * play/gamegrid.el (gamegrid-add-score-insecure):
9450 * progmodes/ada-mode.el (ada-compile-goto-error):
9451 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9452 (ebrowse-select-1st-to-9nth):
9453 * progmodes/cperl-mode.el (cperl-time-fontification):
9454 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9455 * progmodes/gud.el (gud-display-line):
9456 (idlwave-shell-display-line):
9457 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9458 * progmodes/make-mode.el (makefile-browser-toggle):
9459 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9460 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9461 * textmodes/picture.el (picture-draw-rectangle):
9462 * textmodes/reftex-index.el (reftex-index-goto-letter):
9463 (reftex-select-jump-to-previous):
9464 * textmodes/reftex-sel.el (reftex-find-start-point)
9465 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9466 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9467 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9468 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9469 * textmodes/two-column.el (2C-associated-buffer):
9470 Use forward-line rather than goto-line.
9471
9472 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9473 goto-line.
9474
9475 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9476 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9477 (quick-check-list-to-regexp): Declare.
9478
9479 * progmodes/make-mode.el (makefile-browser-insert-selection):
9480 Use goto-char rather than goto-line.
9481
9482 * progmodes/prolog.el (compilation-error-regexp-alist)
9483 (compilation-forget-errors): Declare.
9484
9485 2009-08-22 Juri Linkov <juri@jurta.org>
9486
9487 * progmodes/grep.el (lgrep, rgrep): At the beginning
9488 set `dir' to `default-directory' unless `dir' is a non-nil
9489 readable directory. (Bug#4052)
9490 (lgrep, rgrep): Change a weird way to report an error
9491 from using `read-string' to using `error'.
9492 Instead of using interactive arguments in the function body,
9493 add new argument `confirm'.
9494
9495 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9496
9497 * textmodes/remember.el (remember-buffer):
9498 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9499 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9500 (icalendar-extract-ical-from-buffer):
9501 * net/newst-treeview.el (newsticker-groups-filename):
9502 * net/newst-backend.el (newsticker-cache-filename):
9503 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9504 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9505 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9506 (speedbar-buffers-line-path, speedbar-path-line)
9507 (speedbar-buffers-line-path):
9508 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9509 (epg-sign-keys):
9510 * epa.el (epa-display-verify-result):
9511 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9512
9513 2009-08-21 Glenn Morris <rgm@gnu.org>
9514
9515 * progmodes/js.el (inferior-moz-process): Fix declaration.
9516
9517 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9518
9519 * obsolete/rnewspost.el (news-mail-reply):
9520 Use goto-char rather than goto-line.
9521
9522 * term/ns-win.el (ns-open-file-select-line):
9523 Use line-beginning-position rather than goto-line.
9524
9525 * apropos.el (apropos-command):
9526 * ehelp.el (electric-helpify):
9527 * printing.el (pr-show-setup):
9528 * strokes.el (strokes-help):
9529 * tutorial.el (tutorial--describe-nonstandard-key)
9530 (tutorial--detailed-help):
9531 * woman.el (woman-mini-help, woman-display-extended-fonts):
9532 * calc/calc-help.el (calc-describe-key):
9533 * emulation/edt.el (edt-electric-helpify):
9534 * international/mule-diag.el (mule-diag):
9535 * play/yow.el (apropos-zippy):
9536 * progmodes/python.el (python-describe-symbol):
9537 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9538 * textmodes/table.el (*table--cell-describe-mode)
9539 (*table--cell-describe-bindings):
9540 Use help-print-return-message rather than the now obsolete alias.
9541
9542 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9543 (calendar-cursor-to-visible-date):
9544 * play/5x5.el (5x5-position-cursor):
9545 * play/decipher.el (decipher):
9546 * play/gomoku.el (gomoku-goto-xy):
9547 * play/landmark.el (lm-goto-xy):
9548 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9549 (mpuz-paint-digit):
9550 Use forward-line, not goto-line.
9551
9552 * mail/rmail.el (rmail-obsolete): Delete custom group.
9553 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9554 (rmail-remote-password, rmail-remote-password-required):
9555 Remove unneeded :set-after and :set properties.
9556
9557 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
9558
9559 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9560
9561 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9562
9563 * loadup.el: Remove leftover macos code.
9564
9565 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9566 Explicitly pass the date format to git blame so that user local
9567 so that the output format can be parsed.
9568
9569 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
9570
9571 * net/dbus.el (top): Don't check for (getenv
9572 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9573
9574 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9575
9576 * log-edit.el (log-edit-strip-single-file-name): New var.
9577 (log-edit-insert-changelog): Use it. Bug#3571
9578
9579 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9580
9581 * subr.el (read-passwd): Use read-key so keypad keys work as well.
9582 Bug#3287
9583
9584 * help.el (help-print-return-message): Rename from
9585 print-help-return-message.
9586
9587 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9588 cvs-mode-map parent hack.
9589 (log-view-mode): Derive from special-mode.
9590
9591 * linum.el (linum-mode): window-size-change-functions is redundant.
9592 Adapt to new window-configuration-change-hook behavior.
9593 (linum-after-size, linum-after-config): Remove.
9594
9595 * imenu.el (imenu-example--name-and-position)
9596 (imenu-example--lisp-extract-index-name)
9597 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9598 Mark as obsolete.
9599
9600 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9601 (inferior-prolog-mode): Use it.
9602 (inferior-prolog-load-file): Reset list of errors.
9603
9604 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9605
9606 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9607
9608 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9609
9610 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
9611
9612 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9613 is running already.
9614
9615 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9616
9617 * subr.el (listify-key-sequence-1): Use normal syntax since those
9618 integers are nowadays always represented by the same (positive) number
9619 on all platforms.
9620 (read-key-empty-map): New const.
9621 (read-key-delay): New var.
9622 (read-key): New function.
9623 (force-mode-line-update): Use with-current-buffer.
9624 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9625 (start-process-shell-command, start-file-process-shell-command):
9626 Discourage the use of command-args.
9627
9628 2009-08-19 Glenn Morris <rgm@gnu.org>
9629
9630 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9631
9632 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9633
9634 * simple.el (choose-completion-string): Don't rely on
9635 minibuffer-completing-file-name and ad-hoc checks to decide whether
9636 to continue completion or not.
9637
9638 * minibuffer.el (minibuffer-hide-completions): New function.
9639 (completion--do-completion): Use it.
9640 (completions-annotations): New face.
9641 (completion--insert-strings): Use it.
9642 (completion-pcm--delim-wild-regex): Add docstring.
9643 (completion-pcm--string->pattern): Add support for 0-width delimiters
9644 in completion-pcm--delim-wild-regex.
9645
9646 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9647
9648 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9649 Remove unused var `buffer-modified-p'.
9650
9651 * minibuffer.el (completion--do-completion): Move point for the #b001
9652 case as well (bug#4176).
9653 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9654
9655 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
9656
9657 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9658 and :session buses.
9659
9660 2009-08-18 Kenichi Handa <handa@m17n.org>
9661
9662 * international/ucs-normalize.el (ucs-normalize-version):
9663 Change to 1.1.
9664 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9665 (utf-8-hfs): Make it perform normalization on encoding too.
9666
9667 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9668 (sentence-end-without-space): Delete duplicated chars.
9669 (sentence-end-base): Likewise.
9670
9671 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9672 (html-mode): Delete duplicated chars from sentence-end-base.
9673
9674 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9675 (texinfo-mode): Delete duplicated chars from sentence-end-base.
9676
9677 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
9678
9679 * files.el (hack-one-local-variable): If the mode function is for
9680 a minor mode, pass it an argument (Bug#4148).
9681
9682 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
9683
9684 * net/tramp.el (tramp-register-completion-file-name-handler):
9685 Check also for (member 'partial-completion completion-styles).
9686
9687 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9688
9689 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9690 abbrev (Bug#3943).
9691
9692 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
9693
9694 * progmodes/cperl-mode.el: Merge upstream 6.2.
9695 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9696 (cperl-forward-re): Check cperl-brace-recursing.
9697 (cperl-highlight-charclass): New function.
9698 (cperl-find-pods-heres): Use it.
9699 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9700 (cperl-beautify-regexp-piece): Fix column calculation.
9701 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9702 (cperl-beautify-level): Don't process entire regexp.
9703 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9704 calling man.
9705 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9706 (cperl-init-faces): Build a list in the normal way.
9707
9708 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9709
9710 * calendar/parse-time.el (parse-time-string-chars): Save match
9711 data.
9712
9713 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9714
9715 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9716 (sql-product): Use it.
9717 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9718 (sql-set-product): Add completion.
9719 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9720 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9721 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9722 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9723 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9724 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9725 (sql-highlight-db2-keywords): Remove.
9726 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9727 (sql-highlight-product): Use derived-mode-p.
9728 (sql-set-sqli-buffer): Use with-current-buffer.
9729 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9730 Simplify.
9731
9732 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9733
9734 * term.el: Fix commenting convention, turn comments into docstrings.
9735
9736 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9737
9738 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9739
9740 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
9741
9742 * calendar/parse-time.el (parse-time-string-chars): Compute using
9743 character classes, to handle non-ascii characters (Bug#3190).
9744
9745 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9746
9747 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9748 another heredoc if the user adds another < (Bug#3226).
9749
9750 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9751 Don't initialize based on window-system (Bug#4124).
9752
9753 * facemenu.el (facemenu-read-color): Use a completion function
9754 that accepts any defined color, such as RGB triplets (Bug#3677).
9755
9756 * files.el (get-free-disk-space): Change fallback default
9757 directory to /. Expand DIR argument before switching to fallback.
9758 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9759
9760 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9761
9762 * files.el (load-library): Doc fix.
9763
9764 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9765
9766 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9767 (viper-if-string): Redefine C-s in the minibuffer to insert the last
9768 incremental search string.
9769
9770 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9771 XEmacs.
9772
9773 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9774 (ediff-merge-region-is-non-clash)
9775 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9776 Also check if the job is really a merge job.
9777
9778 * ediff.el (ediff-current-file): New function.
9779
9780 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9781
9782 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9783 conventions.
9784 (js-insert-and-indent): Delete function.
9785 (js-mode-map): Don't bind keys to js-insert-and-indent.
9786 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9787 (js-end-of-defun): Rename from js--end-of-defun.
9788 (js-auto-indent-flag): Delete variable.
9789
9790 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
9791
9792 * progmodes/js.el: Remove proclaim statement.
9793 Defvar which-func-imenu-joiner-function to silence compiler.
9794
9795 * files.el (auto-mode-alist): Use js-mode for .js files.
9796
9797 * progmodes/js2-mode.el: Remove file.
9798
9799 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9800
9801 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9802
9803 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9804
9805 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
9806 Karl Landstrom <karl.landstrom@brgeight.se>
9807
9808 * progmodes/js.el: New file.
9809
9810 2009-08-14 Mark A. Hershberger <mah@everybody.org>
9811
9812 * timezone.el (timezone-parse-date): Add ability to understand ISO
9813 basic format (minimal separators) dates in addition to the
9814 already-supported extended format dates.
9815
9816 2009-08-14 Eli Zaretskii <eliz@gnu.org>
9817
9818 * international/ucs-normalize.el: Add a `coding' file variable.
9819
9820 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9821
9822 2009-08-14 Sam Steingold <sds@gnu.org>
9823
9824 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9825
9826 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
9827
9828 * faces.el (help-argument-name): Define it here instead of
9829 help-fns.el, because in daemon mode help-fns.el may be loaded when
9830 faces are still uninitialized (Bug#1078).
9831
9832 * help-fns.el (help-argument-name): Move defface to faces.el.
9833
9834 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
9835
9836 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9837 create buffer with a pty but no process so that GDB can make the
9838 inferior the controlling process.
9839
9840 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
9841
9842 * international/ucs-normalize.el: New file.
9843
9844 2009-08-13 Richard Stallman <rms@gnu.org>
9845
9846 * mail/rmail.el (rmail-get-attr-names):
9847 Accept an attribute header that is too short.
9848
9849 * mail/rmail.el (rmail-forget-messages):
9850 Ignore nil elt in rmail-message-vector. Use dotimes.
9851
9852 * progmodes/compile.el (compilation-goto-locus):
9853 Use next-error-move-function.
9854
9855 * simple.el (next-error-move-function): New variable.
9856
9857 2009-08-12 Juri Linkov <juri@jurta.org>
9858
9859 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9860 always non-nil. (Bug#4052)
9861
9862 * replace.el (read-regexp): Return empty string when
9863 `default-value' is nil.
9864 (keep-lines-read-args): Don't use empty string as the
9865 default value for `read-regexp'. (Bug#2495)
9866
9867 2009-08-12 Juri Linkov <juri@jurta.org>
9868
9869 * international/mule-cmds.el (ucs-insert): Change arguments
9870 from `arg' to `character', `count', `inherit' to be the same
9871 as in `insert-char'. Doc fix. (Bug#4039)
9872
9873 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9874
9875 2009-08-12 Juri Linkov <juri@jurta.org>
9876
9877 * files-x.el: New file.
9878
9879 * files.el: Move code that deals with adding/deleting
9880 file/directory-local variables to files-x.el.
9881
9882 * Makefile.in (ELCFILES): Add files-x.elc.
9883
9884 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9885
9886 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9887 to use `goto-line'.
9888 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9889 `goto-line'.
9890 (gdb-invalidate-disassembly): Do not refresh upon receiving
9891 'update signal. Instead, update all disassembly buffers only after
9892 threads list.
9893 (gdb): Send -target-detach when buffer is killed (Bug#3794).
9894 (gdb-starting): Moved -data-list-register-names...
9895 (gdb-stopped): ...here so it's sent when first thread stops.
9896 (gdb-registers-handler-custom): Do nothing if register names are
9897 unknown yet.
9898
9899 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9900 from `gdb-mi.el' to avoid extra tangling.
9901
9902 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9903 change which breaks `gud-def' definitions used in `gdb'.
9904 (gdb-update-gud-running): No extra fuss for updating frame number.
9905
9906 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9907
9908 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9909 (describe-language-environment-map, setup-language-environment-map)
9910 (set-coding-system-map): Move initialization into declaration.
9911 (set-language-info-alist): Last arg to define-key-after can be skipped.
9912
9913 * international/quail.el (quail-completion-1): Simplify.
9914 (quail-define-rules): Use slightly more compact code.
9915 (quail-insert-decode-map): Propertize keys, compact columns.
9916
9917 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9918 Add goto-line.
9919
9920 2009-08-10 Miles Bader <miles@gnu.org>
9921
9922 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9923 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9924 (js2-instance-member, js2-private-member, js2-private-function-call)
9925 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9926 (js2-magic-paren, js2-external-variable):
9927 Remove "-face" suffix from face names.
9928 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9929 (js2-highlight-undeclared-vars, js2-peek-token)
9930 (js2-parse-function-params, js2-mode-show-errors)
9931 (js2-mode-show-warnings, js2-make-magic-delimiter)
9932 (js2-mode-highlight-magic-parens): Update to use new face names.
9933
9934 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
9935
9936 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9937 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9938
9939 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
9940
9941 * subr.el: Provide hashtable-print-readable.
9942
9943 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9944 hs-c-like-adjust-block-beginning.
9945 (hs-hide-block-at-point): Stop hiding at the beginning of
9946 hs-block-end-regexp (Bug#700).
9947
9948 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9949
9950 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9951 a macro.
9952 (gdb-registers-handler-custom): Do not fail when register names
9953 are unavailable.
9954
9955 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9956
9957 * progmodes/gdb-mi.el (gdb-control-all-threads)
9958 (gdb-control-current-thread): Interactive setters for
9959 `gdb-gud-control-all-threads' to use in menu.
9960 (gdb-show-run-p): Show «Go» when process is not active.
9961 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
9962 gud/thread.xpm and gud/all.xpm.
9963
9964 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
9965
9966 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9967 (nslookup-font-lock-keywords): Make it a variable.
9968 (net-utils-mode): New mode for viewing diagnostic network output.
9969 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9970 (net-utils-run-simple): New function.
9971 (ifconfig, iwconfig, netstat, arp, route): Use it.
9972
9973 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9974
9975 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9976 (gdb-memory-set-address, def-gdb-set-positive-number)
9977 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9978 after changing settings.
9979 (gdb-invalidate-disassembly): Update when first shown.
9980 (gdb-edit-locals-value): Fixed.
9981 (gdb-registers-handler-custom): Print registers in right order and
9982 allow changing register values (only for current thread yet).
9983 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9984 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9985 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9986 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9987 info in mode name.
9988 (gdb-registers-mode-map): TAB to switch to locals.
9989
9990 2009-08-08 Eli Zaretskii <eliz@gnu.org>
9991
9992 * mail/rmail.el (rmail-add-mbox-headers)
9993 (rmail-set-message-counters-counter): Search for
9994 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9995
9996 2009-08-08 Glenn Morris <rgm@gnu.org>
9997
9998 * Makefile.in (ELCFILES): Update.
9999
10000 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10001
10002 * mail/sendmail.el (mail-yank-original): Set
10003 buffer-file-coding-system from the one used by the message whose
10004 text is yanked.
10005
10006 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10007 to "windows" when "pgnuplot" is used.
10008 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10009 call accept-process-output if "pgnuplot" is used.
10010 (calc-graph-init): Don't send -display and -geometry to
10011 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10012 running "pgnuplot -V" with shell-command-to-string.
10013
10014 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10015 the default.
10016
10017 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10018
10019 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10020 org/org-latex.elc.
10021
10022 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10023
10024 * vc-dispatcher.el (vc-resynch-window): Update comment.
10025
10026 * term.el (term-handle-ansi-escape): Add comments with the
10027 terminfo capabilities implemented.
10028
10029 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10030
10031 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10032 (gdb-var-create-handler): Rewritten using JSON parser.
10033 (gdb-propertize-header): Moved earlier.
10034 (gdb-set-header): Removed to avoid duplication.
10035 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10036 Refresh disassembly buffers only after threads list have been
10037 update.
10038 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10039 variables.
10040
10041 2009-08-04 Juri Linkov <juri@jurta.org>
10042
10043 * files.el: Commands to add/delete file/directory-local variables.
10044 (read-file-local-variable, read-file-local-variable-value)
10045 (read-file-local-variable-mode, modify-file-local-variable)
10046 (modify-file-local-variable-prop-line)
10047 (modify-dir-local-variable): New functions.
10048 (add-file-local-variable, delete-file-local-variable)
10049 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10050 (add-dir-local-variable, delete-dir-local-variable)
10051 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10052 (copy-dir-locals-to-file-locals-prop-line): New commands.
10053
10054 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
10055
10056 * abbrev.el (insert-abbrev-table-description): Prettify output.
10057 Suggested by Karl Chen.
10058
10059 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10060
10061 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10062 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10063 (gdb-overlay-arrow-position, gdb-thread-position)
10064 (gdb-disassembly-position): Declare variables.
10065 (gdb-wait-for-pending): Function now.
10066 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10067 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10068 compilation goes smoothly.
10069 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10070 (gdb-non-stop-setting): New customization setting which replaces
10071 `gdb-non-stop' so changing it doesn't break active GDB session.
10072 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10073 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10074 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10075 (gdb-show-threads-by-default): New customization options.
10076 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10077 routines.
10078 (gdb-get-buffer-create): Send buffers update signal when they are
10079 created.
10080 (gdb-invalidate-locals, gdb-invalidate-registers)
10081 (gdb-invalidate-breakpoints)
10082 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10083 (gdb-invalidate-memory): Accept update signal.
10084 (gdb-current-context-command): Use --frame option.
10085 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10086 Implement `gdb-frame-number' selection logic.
10087 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10088 whether to show GUD toolbar buttons.
10089 (gdb-thread-exited): Unselect current thread when it exits.
10090 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10091 (gdb-mark-line): Routine which sets overlay arrow or inverses
10092 video on fringeless displays.
10093 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10094 to build aligned columns of data in GDB buffers and set text
10095 properties line-by-line.
10096 (gdb-invalidate-breakpoints)
10097 (gdb-breakpoints-list-handler-custom)
10098 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10099 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10100 (gdb-registers-handler-custom): Align data columns.
10101 (gdb-locals-handler-custom): Now prints data like in variable
10102 declarations.
10103 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10104 Removed confusing buttons.
10105 (gdb-invalidate-threads): Append --frame.
10106 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10107 between breakpoints/threads buffers.
10108 (gdb-set-window-buffer): Now can ignore dedicated windows.
10109 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10110 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10111 (def-gdb-thread-buffer-gud-command): Replaces
10112 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10113 for fine thread control.
10114 (gdb-preempt-existing-or-display-buffer): New function used to
10115 display bound buffers without breaking window layout.
10116 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10117 (gdb-select-frame): New version of `gdb-frames-select' which now
10118 sets `gdb-frame-number' so commands may use --frame option instead
10119 of inner debugger state.
10120 (gdb-frame-handler): Do not set `gdb-frame-number'.
10121 (gdb-threads-mode-map): Select threads with mouse.
10122
10123 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10124 avoid compilation warning.
10125 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10126 `gdb-show-stop-p`.
10127
10128 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10129 Argument `key' renamed to `buffer-type'.
10130 (gdb-current-context-buffer-name): Do not add thread info to
10131 buffer name when no thread is selected.
10132 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10133 command (bug 3794).
10134 (gdb-thread-selected): Handle `=thread-selected' notification.
10135 (gdb-wait-for-pending): New macro to deal with congestion problems.
10136 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10137 breakpoints.
10138 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10139 This fixes problem similar to one described in bug 3947.
10140 (gud-menu-map): More menu items.
10141 (gdb-init-1): Reset `gdb-thread-number' to nil.
10142
10143 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10144 non-stop settings.
10145
10146 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10147 (gdb-current-context-command): Do not append --thread if
10148 `gdb-thread-number' is nil.
10149 (gdb-running-threads-count, gdb-stopped-threads-count): New
10150 variables.
10151 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10152 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10153 customization options.
10154 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10155 GUD commands.
10156 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10157 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10158 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10159 set `gdb-thread-number' and update `gud-running' properly.
10160 (gdb-running): Update threads list when new threads appear.
10161 (gdb-stopped): Support non-stop operation and new thread switching
10162 logic.
10163 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10164 (gdb-json-partial-output): New set of JSON routines.
10165 (def-gdb-auto-update-trigger): New `signal-list' optional
10166 argument.
10167 (gdb-thread-list-handler-custom): Update `gud-running',
10168 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10169 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10170 (gdb-continue-thread, gdb-step-thread): New commands for fine
10171 thread execution control.
10172 (gud-menu-map): New menu items to switch non-stop options.
10173 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10174 (gdb-send): Mimic RET properly (bug 3794).
10175
10176 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10177 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10178 gdb-buffer-rules.
10179 (def-gdb-auto-update-handler): New nopreserve optional argument.
10180 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10181
10182 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10183 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10184 (gdb-parent-mode): New mode to derive other GDB modes from.
10185 (gdb-display-disassembly-for-thread)
10186 (gdb-frame-disassembly-for-thread): New commands for threads
10187 buffer.
10188
10189 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10190 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10191 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10192 (gdb-update): We now store all GDB buffers in a list so that they
10193 can be updated by traversing a list instead of calling invalidate
10194 triggers explicitly.
10195 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10196 pair for GDB buffer.
10197 (gdb-stack-buffer-name): Add thread information.
10198 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10199 handle pending triggers.
10200 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10201 (def-gdb-thread-buffer-simple-command)
10202 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10203 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10204 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10205 New commands which show buffers bound to thread.
10206 (gdb-stack-list-locals-regexp): Removed unused regexp.
10207
10208 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10209 (gdb-locals-buffer-name, gdb-registers-buffer-name)
10210 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10211 to (gud-comint-buffer) in *-buffer-name functions
10212 because (gdb-get-target-string) already does that.
10213 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10214 (gdb-changed-registers-handler): Rewritten without regexps.
10215
10216 * progmodes/gdb-mi.el: Basic thread selection support.
10217 (gdb-thread-number): New variable.
10218 (gdb-current-context-command): New macro which adds --thread
10219 option to command.
10220 (gdb-threads-mode-map): Select thread with SPC.
10221 (gdb-thread-list-handler-custom): Mark current thread with overlay
10222 arrow. Synchronize GDB thread and Emacs thread.
10223 (gdb-select-thread): New command which selects current thread.
10224 (gdb-invalidate-frames, gdb-invalidate-locals)
10225 (gdb-invalidate-registers): Use --thread option.
10226
10227 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
10228
10229 * net/tramp.el (top): Make check for tramp-gvfs loading more
10230 robust. (Bug#3977)
10231 (tramp-handle-insert-file-contents): `unwind-protect' must be
10232 inside `with-parsed-tramp-file-name'.
10233
10234 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10235 fails.
10236
10237 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
10238
10239 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10240 directory if CLASSPATH is not set.
10241
10242 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
10243
10244 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10245 New defconst.
10246 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
10247
10248 2009-08-02 Kevin Ryde <user42@zip.com.au>
10249
10250 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10251 Update freshmeat link. Delete newsforge.com as it seems gone.
10252
10253 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10254
10255 * select.el (x-set-selection): Doc fix (Bug#4021).
10256
10257 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10258
10259 * help-fns.el (describe-variable): Treat list return values from
10260 dir-locals-find-file properly (Bug#4005).
10261
10262 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
10263
10264 * net/tramp.el (tramp-debug-message): Print also microseconds.
10265
10266 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
10267
10268 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10269 or END is non-nil.
10270 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10271 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10272 format.
10273
10274 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10275 (tramp-get-file-property): Use it.
10276
10277 * autorevert.el (auto-revert-handler): Allow
10278 `auto-revert-tail-mode' for remote files.
10279
10280 2009-08-02 Jason Rumney <jasonr@gnu.org>
10281
10282 * minibuffer.el (read-file-name): Treat confirm options to
10283 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
10284
10285 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10286
10287 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10288 (font-lock-variable-name-face, font-lock-constant-face): Darken
10289 the colors for light backgrounds.
10290
10291 2009-08-01 Eli Zaretskii <eliz@gnu.org>
10292
10293 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10294 month names. (Bug#3987)
10295
10296 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
10297
10298 * simple.el (line-move-finish): Pass whole number to
10299 line-move-to-column.
10300 (line-move-visual): Perform hscroll to the recorded position.
10301
10302 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10303
10304 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10305
10306 2009-07-29 Alan Mackenzie <acm@muc.de>
10307
10308 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10309
10310 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10311
10312 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10313 (gdb-place-breakpoints): Use full path when setting breakpoints.
10314
10315 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10316
10317 * calc/calc.el (calc-mode-map): Add keybinding for
10318 `calc-transpose-lines'.
10319
10320 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
10321
10322 * calc/calc-misc.el (calc-transpose-lines): New function.
10323
10324 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
10325
10326 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10327 Simplify check for out-of-band methods.
10328 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10329 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10330
10331 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10332
10333 * vc-git.el (vc-git-checkin): Fix typo.
10334
10335 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
10336
10337 * progmodes/js2-mode.el: New file.
10338
10339 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
10340
10341 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10342 (gud-menu-map): Adjust tooltip accordingly.
10343
10344 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10345
10346 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10347 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10348
10349 * add-log.el (change-log-mode-map): Add a menu.
10350
10351 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
10352
10353 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10354 function returns nil.
10355 (dbus-handle-event): Handle special return value :ignore.
10356 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10357
10358 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
10359
10360 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10361 it's not needed.
10362
10363 2009-07-25 Eli Zaretskii <eliz@gnu.org>
10364
10365 Fix Bug#3888:
10366
10367 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10368
10369 * term/pc-win.el (x-display-name, x-colors)
10370 (x-select-enable-clipboard, x-select-text): Doc fix.
10371
10372 * term/common-win.el (x-display-name, x-colors): Doc fix.
10373
10374 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10375 (xw-defined-colors): Doc fix.
10376
10377 * w32-fns.el (x-select-text, x-setup-function-keys)
10378 (x-get-selection, x-set-selection): Doc fix.
10379
10380 * term/x-win.el (x-select-text, x-setup-function-keys)
10381 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10382
10383 * select.el (x-set-selection): Doc fix.
10384
10385 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
10386
10387 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10388 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10389 "IsNSSSupportAvailable" method is not available. Reported by
10390 Steve Youngs <steve@sxemacs.org>.
10391
10392 2009-07-24 Kenichi Handa <handa@m17n.org>
10393
10394 * international/characters.el: Fix setting of category ?C, ?|, ?K,
10395 and ?H. Fix setting of case for Latin Extended and Greek Extended.
10396 (build-unicode-category-table): Fix range checks.
10397
10398 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10399
10400 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10401 the buffer we try to sync is current when calling
10402 vc-resynch-buffer.
10403
10404 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10405 not show up to date files.
10406
10407 2009-07-24 Glenn Morris <rgm@gnu.org>
10408
10409 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10410 Add autoload cookies. If necessary, initialize.
10411 (elint-log): Handle non-file buffers.
10412 (elint-initialize): Add optional argument to reinitialize.
10413 (elint-find-builtin-variables): Save excursion.
10414
10415 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10416
10417 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10418 for Lint.
10419
10420 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10421
10422 * vc.el (vc-print-log-internal): New function, split out from ...
10423 (vc-print-log): ... here.
10424 (vc-dir-move-to-goal-column): Declare.
10425
10426 * vc-git.el (vc-git-add-signoff): New variable.
10427 (vc-git-checkin): Use it.
10428 (vc-git-toggle-signoff): New function.
10429 (vc-git-extra-menu-map): Bind it to menu.
10430 (vc-git--run-command-string): Accept a nil FILE argument.
10431 (vc-git-stash-list): New function.
10432 (vc-git-dir-extra-headers): Use it.
10433
10434 2009-07-23 Glenn Morris <rgm@gnu.org>
10435
10436 * help-fns.el (describe-variable): Describe ignored and risky local
10437 variables in a similar way to that in which we describe safe ones.
10438
10439 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10440 (byte-compile-output-file-form, byte-compile-output-docform)
10441 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10442 Give some more local variables with common names a "bytecomp-" prefix,
10443 so as not to shadow things during compilation.
10444 * emacs-lisp/cl-macs.el (load-time-value)
10445 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10446 `outbuffer' to `bytecomp-outbuffer'.
10447
10448 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10449 since the next two variables cover them automatically now.
10450 (elint-builtin-variables, elint-autoloaded-variables): New.
10451 (elint-unknown-builtin-args): Remove all members, since they can be
10452 parsed automatically now.
10453 (elint-extra-errors): New.
10454 (elint-env-add-env, elint-env-add-macro): Use cadr.
10455 (elint-current-buffer): Use or. Change final message.
10456 (elint-get-top-forms): Use line-end-position.
10457 (elint-init-env): Use cadr. Handle autoload, declare-function,
10458 and defalias.
10459 (elint-add-required-env): Doc fix. Use or. Standardize error.
10460 (regexp-assoc): Remove unused function.
10461 (elint-top-form): Set elint-current-pos, to record the start of the
10462 top-level form, for compilation-mode.
10463 (elint-form): Trap errors in macro expansion. Use dolist.
10464 (elint-unbound-variable): Use elint-builtin-variables and
10465 elint-autoloaded-variables.
10466 (elint-get-args): Use cadr, or.
10467 (elint-check-cond-form): Use dolist, cadr.
10468 (elint-check-condition-case-form): Doc fix. Use cadr.
10469 Use elint-extra-errors.
10470 (elint-log): New function.
10471 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10472 Distinguish errors and warnings.
10473 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10474 Use a bytecomp-style format.
10475 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10476 (elint-get-log-buffer): Use compilation mode. Disable undo.
10477 Don't truncate lines.
10478 (elint-initialize): Set builtin and autoloaded variable lists.
10479 Only process elint-unknown-builtin-args if non-nil.
10480 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10481 New functions.
10482 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10483
10484 2009-07-22 Kevin Ryde <user42@zip.com.au>
10485
10486 * net/newst-backend.el (newsticker--parse-atom-1.0)
10487 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10488 (newsticker--parse-rss-1.0):
10489 * progmodes/idlwave.el (idlwave-mode):
10490 * progmodes/idlw-shell.el (idlwave-shell-mode):
10491 * progmodes/vera-mode.el (vera-mode):
10492 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10493 * progmodes/vhdl-mode.el (vhdl-mode):
10494 * textmodes/table.el (table-generate-source)
10495 (table--warn-incompatibility):
10496 Hyperlink urls in docstrings with URL `...'.
10497
10498 2009-07-22 Glenn Morris <rgm@gnu.org>
10499
10500 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10501 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10502 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10503 Remove leading * from defcustom docs.
10504
10505 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10506
10507 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10508 defcustom doc.
10509 (list-load-path-shadows): Optionally, just return shadows as a string.
10510
10511 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10512
10513 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
10514
10515 * mail/rmailedit.el (rmail-edit-mode): Use
10516 auto-save-include-big-deletions.
10517
10518 * mail/rmail.el (rmail-variables): Use
10519 auto-save-include-big-deletions.
10520
10521 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10522 changes.
10523
10524 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10525
10526 * calc/calc.el (calc-undo-length): New variable.
10527 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10528
10529 2009-07-21 Richard Stallman <rms@gnu.org>
10530
10531 * files.el (auto-save-mode): Handle buffer-save-size = -2
10532 for toggling mode.
10533
10534 2009-07-21 Glenn Morris <rgm@gnu.org>
10535
10536 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10537
10538 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10539
10540 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10541 silence compiler. Instead...
10542 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10543 (ps-print-ensure-fontified): Update for above function name changes.
10544
10545 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10546 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10547 silence compiler. Instead...
10548 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10549 (mh-show-buffer): Only define for compiler.
10550 (pr-mh-current-message): Update for above function name changes.
10551
10552 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10553 as an argument.
10554 (find-file-noselect, insert-file-1): Update for above change.
10555
10556 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10557
10558 * mail/mailclient.el (mailclient-send-it): Fix message.
10559
10560 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10561 (edebug-eval): Check cl-debug-env is bound.
10562 (print-level, print-circle): Don't redefine built-in variables.
10563
10564 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10565 (custom-print-vectors): Remove old comments from doc.
10566
10567 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10568 (emerge-version): Make the variable an obsolete alias for the
10569 emacs-version variable. Make the function obsolete.
10570 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10571 Emerge options, rather than merging in into the main Options menu.
10572 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10573 and auto advance modes. Disable edit/fast items when not relevant.
10574
10575 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10576
10577 * term/vt420.el (terminal-init-vt420): Fix typo.
10578
10579 2009-07-20 Sam Steingold <sds@gnu.org>
10580
10581 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10582 variable (removed from compile.el on 2004-03-11).
10583
10584 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
10585
10586 * files.el (hack-local-variables-filter): Fix last change.
10587
10588 2009-07-19 Juri Linkov <juri@jurta.org>
10589
10590 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10591 (dir-local-variables-alist): New buffer-local variable.
10592 (hack-local-variables-filter): If variable is not dir-local,
10593 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10594 because file-local overrides dir-local.
10595 (c-postprocess-file-styles) <declare-function>:
10596 Remove obsolete declaration.
10597 (hack-dir-local-variables): Add dir-local variable/value pair to
10598 `dir-local-variables-alist' and remove duplicates. Doc fix.
10599
10600 * help-fns.el (describe-variable): Add information about
10601 file-local and dir-local variables.
10602
10603 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
10604
10605 * files.el (hack-local-variables-filter): Rewrite.
10606
10607 2009-07-19 Glenn Morris <rgm@gnu.org>
10608
10609 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10610 Silence compiler by only defining on XEmacs.
10611
10612 * international/mule.el (auto-coding-regexp-alist): Only match
10613 BABYL... at the start of buffer, not of lines. (Bug#3790)
10614
10615 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10616 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10617 (cal-menu-context-mouse-menu): Doc fix.
10618
10619 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10620
10621 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10622
10623 2009-07-18 Juri Linkov <juri@jurta.org>
10624
10625 * info.el: Virtual Info keyword finder.
10626 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10627 (Info-finder-file): New variable.
10628 (Info-finder-find-file): New function.
10629 (finder-known-keywords, finder-package-info)
10630 (find-library-name, lm-commentary): Use defvar and
10631 declare-function to silence compiler warnings.
10632 (Info-finder-find-node): New function.
10633 (info-finder): New command.
10634
10635 * subr.el (process-kill-buffer-query-function): New function.
10636 (add-hook)<kill-buffer-query-functions>: Add hook
10637 `process-kill-buffer-query-function'.
10638
10639 2009-07-18 Alan Mackenzie <acm@muc.de>
10640
10641 * progmodes/cc-mode.el (c-before-hack-hook)
10642 (c-postprocess-file-styles): Give invocation of `c-set-style'
10643 DONT-OVERRIDE parameter of t. Already set style variables will
10644 thus not be overridden by style settings given by `c-file-syle'.
10645
10646 * files.el (hack-local-variables-filter): Remove entries with
10647 duplicate keys from `file-local-variables-alist'.
10648
10649 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10650
10651 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10652 x-set-selection if display-selections-p returns nil for the
10653 current frame.
10654
10655 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
10656
10657 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10658
10659 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10660
10661 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10662 Accept nil in addition to a regexp.
10663 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10664 Accept nil in addition to a regexp.
10665 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10666 buffers that have an associated file. Handle nil values of
10667 desktop-buffers-not-to-save and desktop-files-not-to-save.
10668 (Bug#3833)
10669
10670 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10671 (x-disown-selection-internal): New functions.
10672
10673 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
10674
10675 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10676 warning.
10677 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10678 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10679
10680 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
10681
10682 * simple.el (set-mark): Revert last change.
10683
10684 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10685
10686 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10687 rendering of pngs is not possible instead of messaging a long
10688 description.
10689
10690 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
10691
10692 * w32-fns.el (x-selection-owner-p): New function.
10693
10694 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10695 (mouse-yank-at-click, mouse-yank-primary): If
10696 select-active-regions is non-nil, deactivate the mark before
10697 insertion.
10698
10699 * simple.el (deactivate-mark, set-mark): Only save selection if we
10700 own it.
10701
10702 2009-07-17 Kenichi Handa <handa@m17n.org>
10703
10704 * case-table.el (describe-buffer-case-table): Fix for the case
10705 that KEY is a cons.
10706
10707 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10708
10709 * vc-rcs.el (vc-rcs-find-file-hook):
10710 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10711
10712 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
10713
10714 * net/tramp.el (tramp-wait-for-output): Handle the case when
10715 commands do not return a newline but a null byte before the shell
10716 prompt. (Bug#3858)
10717
10718 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10719
10720 * term/ns-win.el (ns-set-alpha): Don't declare.
10721 (ns-set-background-alpha): Remove function.
10722
10723 2009-07-16 Kevin Ryde <user42@zip.com.au>
10724
10725 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10726 y-or-n-p, for safety.
10727
10728 2009-07-16 Richard Stallman <rms@gnu.org>
10729
10730 * files.el (auto-save-mode): If buffer-saved-size is -2,
10731 don't clobber it.
10732
10733 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10734 (rmail-retry-ignored-headers): Add more uninteresting fields.
10735
10736 2009-07-15 Jari Aalto <jari.aalto@cante.net>
10737
10738 * net/rcirc.el (rcirc): Use history variables.
10739 (rcirc-server-name-history, rcirc-nick-name-history)
10740 (rcirc-server-port-history): New variables.
10741
10742 2009-07-15 Kenichi Handa <handa@m17n.org>
10743
10744 * international/mule-cmds.el (set-language-environment-charset):
10745 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10746 ignore them.
10747
10748 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10749 Delete unibyte-display.
10750
10751 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10752
10753 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10754
10755 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10756
10757 * simple.el (deactivate-mark): Optional argument FORCE.
10758 (set-mark): Use deactivate-mark.
10759
10760 * info.el (Info-search): No need to check transient-mark-mode
10761 before calling deactivate-mark.
10762
10763 * select.el (x-set-selection): Doc fix.
10764 (x-valid-simple-selection-p): Allow buffer values.
10765 (xselect--selection-bounds): Handle buffer values. Suggested by
10766 David De La Harpe Golden.
10767
10768 * mouse.el (mouse-set-region, mouse-drag-track): Call
10769 copy-region-as-kill before setting the mark, to let
10770 select-active-regions work.
10771
10772 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
10773
10774 * simple.el (deactivate-mark): If select-active-regions is
10775 non-nil, copy the selection data into a string.
10776 (activate-mark): If select-active-regions is non-nil, set the
10777 selection to the current buffer.
10778 (set-mark): Update selection if select-active-regions is non-nil.
10779
10780 * select.el (x-valid-simple-selection-p): Allow buffer values.
10781
10782 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10783
10784 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10785 and more featureful message-mode.
10786
10787 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
10788
10789 * select.el (x-set-selection): Doc fix.
10790 (x-valid-simple-selection-p): Disallow selection data consisting
10791 of a list or cons of integers, since that is not used.
10792 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10793 (xselect-convert-to-string, xselect-convert-to-length)
10794 (xselect-convert-to-filename, xselect-convert-to-charpos)
10795 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10796
10797 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10798
10799 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10800 output in -break-info command (Emacs bug #3794).
10801
10802 2009-07-14 Glenn Morris <rgm@gnu.org>
10803
10804 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10805 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10806 (edebug-print-length, edebug-print-level, edebug-print-circle)
10807 (edebug-sit-for-seconds, edebug-view-outside)
10808 (edebug-bounce-point, edebug-set-global-break-condition)
10809 (edebug-Go-nonstop-mode, edebug-trace-mode)
10810 (edebug-Trace-fast-mode, edebug-continue-mode)
10811 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10812 (edebug-visit-eval-list): Doc fixes.
10813
10814 * subr.el (def-edebug-spec): Doc fix.
10815
10816 2009-07-14 Kenichi Handa <handa@m17n.org>
10817
10818 * international/characters.el: Fix setting of category ?C.
10819
10820 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10821
10822 * term/ns-win.el (x-select-font): defalias x-select-font to
10823 ns-popup-font-panel instead of generate-fontset-menu.
10824
10825 2009-07-12 Eli Zaretskii <eliz@gnu.org>
10826
10827 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
10828
10829 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10830
10831 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10832 the PK\003\004 header (Bug#3770).
10833
10834 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10835
10836 * pcomplete.el (pcomplete-comint-setup): Check for
10837 shell-dynamic-complete-filename too.
10838
10839 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
10840
10841 * simple.el (temporary-goal-column): Change the value for
10842 line-move-visual to a cons cell.
10843 (line-move-visual): Record or set the window hscroll, if
10844 necessary (Bug#3494).
10845 (line-move-1): Handle cons value of temporary-goal-column.
10846
10847 2009-07-11 Kenichi Handa <handa@m17n.org>
10848
10849 * international/mule-diag.el (describe-character-set): Don't show
10850 width.
10851
10852 2009-07-10 Sam Steingold <sds@gnu.org>
10853
10854 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10855 Omake sometimes indents the errors it prints, so allow all
10856 regexps to start with spaces.
10857
10858 2009-07-10 Eli Zaretskii <eliz@gnu.org>
10859
10860 * cus-edit.el (customize-changed-options-previous-release):
10861 Bump value to 22.1. (Bug#3804)
10862
10863 2009-07-08 Sam Steingold <sds@gnu.org>
10864
10865 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10866 to be a cons cell (test . ignored-directory) to selectively ignore
10867 some directories depending on the location of the search.
10868
10869 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
10870
10871 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10872 remote user is root, on the local host.
10873 (tramp-local-host-p): Either the local user or the remote user
10874 must be root. (Bug#3771)
10875
10876 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10877
10878 * progmodes/gdb-mi.el (gdb): Remove description of
10879 gdb-use-separate-io-buffer.
10880 (menu): Don't allow toggling of or enable
10881 gdb-use-separate-io-buffer from menubar.
10882
10883 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10884
10885 * mail/unrmail.el (unrmail): Make sure the message ends with two
10886 newlines (Bug#3769).
10887
10888 2009-07-08 Glenn Morris <rgm@gnu.org>
10889
10890 * calendar/calendar.el (calendar-current-date): Rework previous change.
10891
10892 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10893
10894 * calendar/calendar.el (calendar-current-date):
10895 Add an optional argument giving an offset from today.
10896
10897 2009-07-08 Glenn Morris <rgm@gnu.org>
10898
10899 * tutorial.el (tutorial--describe-nonstandard-key):
10900 Adjust the message for when a key has been unbound.
10901 (help-with-tutorial): Hide the arch-tag.
10902
10903 2009-07-08 Kenichi Handa <handa@m17n.org>
10904
10905 * international/fontset.el (setup-default-fontset): For each
10906 script, append (not set) font-specs.
10907
10908 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10909 docstring.
10910
10911 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10912
10913 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10914 -data-list-register-names to ...
10915 (gdb-starting): ... here because GDB 7.0 requires execution to
10916 have started when using this MI command.
10917 (gdb-set-header): New function to distinguish select and
10918 unselected tabs in gdb buffers.
10919 (gdb-propertize-header): New macro that uses gdb-set-header.
10920 (gdb-breakpoints-header, gdb-locals-header): Use it.
10921 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10922
10923 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
10924
10925 * Makefile.in (ELCFILES): Remove fadr.elc.
10926
10927 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10928
10929 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10930 may contain frame information, so `string-match' should be used.
10931 (gdb-update): Disassembly is invalidated through
10932 `gdb-get-selected-frame'.
10933 (gdb-pad-string): New function to pad string with spaces.
10934 (gdb-invalidate-disassembly): Invalidate only if the buffer
10935 exists.
10936 (gdb-disassembly-handler-custom): Column alignment.
10937 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10938 placing new ones.
10939 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10940 end of line, too.
10941 (gdb-frame-handler): Match convention to for disassembly buffer
10942 mode name.
10943 (gdb-stack-list-frames-handler): Rewritten without regexps.
10944 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10945 not highlight breakpoints without line information.
10946 (gdb-input): Add trailing newline to command.
10947
10948 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10949 buffer properly.
10950 (gdb-breakpoints-list-handler-custom): Replacement for
10951 `gdb-break-list-handler'. Using real parser instead of regexps
10952 now.
10953 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10954 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10955 to place breakpoints.
10956 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10957 functions.
10958 (gdb-disassembly-handler-custom): Show overlay arrow.
10959 (gdb-disassembly-place-breakpoints): Show breakpoints in
10960 disassembly buffer.
10961 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10962 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10963 instead of parsing breakpoints buffer. Fixed old menu references
10964 in `gud-menu-map'.
10965
10966 * fadr.el: Remove.
10967
10968 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10969 (gdb-memory-address): New variable which holds top address of
10970 memory page shown in memory buffer.
10971 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10972 customization variables.
10973 New functions:
10974 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10975 display the memory buffer.
10976 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10977 buffer display parameters.
10978 (def-gdb-memory-format, gdb-memory-format-binary)
10979 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10980 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10981 Functions for setting memory buffer format.
10982 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10983 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10984 unit size used in memory buffer.
10985 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10986 to next/previous page of memory buffer.
10987 Now using (bindat-get-field) instead of fadr functions.
10988
10989 2009-07-07 Sam Steingold <sds@gnu.org>
10990
10991 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10992 non-top-level files.
10993
10994 2009-07-07 Kenichi Handa <handa@m17n.org>
10995
10996 * international/mule-cmds.el (reset-language-environment): Put
10997 the highset priority to the charset iso-8859-1.
10998
10999 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11000
11001 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11002 to the end of the line when locating the block (Bug#700).
11003
11004 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11005
11006 * net/tramp.el (tramp-handle-write-region): Flush file properties
11007 in case of short track.
11008
11009 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11010
11011 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11012 Coded custom representation of verilog error regular expressions
11013 to work with Emacs-22's new format.
11014 (verilog-error-regexp-xemacs-alist): Coded custom representation
11015 of verilog error regular expressions to work with XEmacs format.
11016 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11017 error recognition into XEmacs.
11018 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11019 error recognition into Emacs-22.
11020
11021 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11022
11023 * woman.el: Remove stand-alone closing parentheses.
11024 (woman-file-name, woman2-format-paragraphs)
11025 (woman-leave-blank-lines): Code cleanup.
11026 (woman-use-own-frame): Change default to nil.
11027 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11028 defaults to inherit from default faces.
11029 (woman2-process-escapes): Consume the newline after a stand-alone
11030 filler character (Bug#3651).
11031
11032 2009-07-06 Glenn Morris <rgm@gnu.org>
11033
11034 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11035 (top-level): Move provide to the end.
11036 (ffap): Remove defunct URL from custom group.
11037
11038 * subr.el (eval-after-load): Doc fix.
11039
11040 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11041
11042 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11043 `calc-embedded-word' is called twice.
11044
11045 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11046
11047 * files.el (find-alternate-file-other-window, find-alternate-file):
11048 Obey confirm-nonexistent-file-or-buffer.
11049
11050 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
11051
11052 * dired-aux.el (dired-show-file-type): Handle remote files.
11053
11054 2009-07-05 Jari Aalto <jari.aalto@cante.net>
11055
11056 * desktop.el (desktop-globals-to-save):
11057 Add file-name-history (Bug#2750).
11058
11059 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
11060
11061 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11062
11063 2009-07-04 Johan Bockgård <bojohan@gnu.org>
11064
11065 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11066 property on entire argument since this is what eshell-lisp-command
11067 expects.
11068
11069 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
11070
11071 * net/tramp-gvfs.el (tramp-gvfs-methods)
11072 (tramp-gvfs-zeroconf-domain)
11073 (tramp-bluez-discover-devices-timeout): Add version flag.
11074 (tramp-gvfs-handler-mounted-unmounted)
11075 (tramp-gvfs-connection-mounted-p): Polish handling of
11076 incompatibilities between GVFS 0.2 and 1.0.
11077
11078 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11079
11080 * cus-start.el (all): Add make-pointer-invisible.
11081
11082 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11083
11084 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11085 formatted correctly.
11086
11087 2009-07-02 Juri Linkov <juri@jurta.org>
11088
11089 * info.el: Virtual Info files and nodes.
11090 (Info-virtual-files, Info-virtual-nodes): New variables.
11091 (Info-current-node-virtual): New variable.
11092 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11093 New functions.
11094 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11095 to check for a virtual file instead of checking a fixed list
11096 of node names.
11097 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11098 instead of ad-hoc processing of "dir" and (apropos history toc).
11099 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11100 instead of ad-hoc processing of "dir" and (apropos history toc).
11101 Reread a file when moving from a virtual node.
11102 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11103 (Info-directory-toc-nodes, Info-directory-find-file)
11104 (Info-directory-find-node): New functions.
11105 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11106 (Info-history): Move part of code to
11107 `Info-history-find-node'.
11108 (Info-history-toc-nodes, Info-history-find-file)
11109 (Info-history-find-node): New functions.
11110 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11111 (Info-toc): Move part of code to `Info-toc-find-node'.
11112 (Info-toc-find-node): New function.
11113 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
11114 the current Info file name to references because now the node
11115 "*TOC*" belongs to the same Info manual.
11116 (Info-toc-build): Rename from `Info-build-toc'.
11117 (Info-toc-nodes): Rename input argument `file' to `filename'.
11118 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11119 instead of ad-hoc processing of ("dir" apropos history toc).
11120 (Info-index-nodes): Use Info-virtual-file-p
11121 to check for a virtual file instead of checking a fixed list
11122 of node names.
11123 (Info-index-node): Add check for `Info-current-node-virtual'.
11124 Raise `save-match-data' higher up the tree to contain
11125 `search-forward' too (bug fix).
11126 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11127 (Info-virtual-index-nodes): New variable.
11128 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11129 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11130 (Info-apropos-file, Info-apropos-nodes): New variables.
11131 (Info-apropos-toc-nodes, Info-apropos-find-file)
11132 (Info-apropos-find-node, Info-apropos-matches): New functions.
11133 (info-apropos): Move part of code to `Info-apropos-find-node' and
11134 `Info-apropos-matches'.
11135 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11136 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11137 for a virtual file instead of checking a fixed list of node names.
11138
11139 * simple.el (async-shell-command): New command.
11140
11141 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11142
11143 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11144 instead of `mount-info'.
11145
11146 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
11147
11148 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11149 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11150
11151 2009-07-02 Kenichi Handa <handa@m17n.org>
11152
11153 * international/mule.el (set-keyboard-coding-system): Force *-unix
11154 coding-system to avoid eol conversion.
11155
11156 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
11157
11158 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11159 Add handler for `process-file', `shell-command' and
11160 `start-file-process'.
11161 (tramp-gvfs-handle-shell-command)
11162 (tramp-gvfs-handle-start-file-process)
11163 (tramp-gvfs-handle-process-file): New defuns.
11164 (tramp-synce-list-devices): Simplify check for existence of property.
11165
11166 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11167
11168 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11169
11170 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11171
11172 * language/korean.el (set-language-info-alist): Add korean-cp949,
11173 cp949 to spec.
11174
11175 2009-07-01 Kenichi Handa <handa@m17n.org>
11176
11177 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11178
11179 * international/encoded-kb.el: Deleted.
11180
11181 * international/mule.el (set-keyboard-coding-system): Perform the
11182 necessary setup here instead of calling encoded-kbd-setup-display.
11183
11184 2009-07-01 Glenn Morris <rgm@gnu.org>
11185
11186 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11187
11188 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11189
11190 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11191
11192 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
11193
11194 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11195 Handle also the 'rename case, when setting file modes. (Bug#3712)
11196 (tramp-default-file-modes): Remove execute permissions.
11197
11198 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11199 (top): Add a default for "synce" in `tramp-default-user-alist'.
11200 Add completion function for "synce" method.
11201 (tramp-hal-service, tramp-hal-path-manager)
11202 (tramp-hal-interface-manager, tramp-hal-interface-device):
11203 New defconst.
11204 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11205 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11206 New defuns.
11207
11208 * net/trampver.el: Update release number.
11209
11210 2009-06-30 Kenichi Handa <handa@m17n.org>
11211
11212 * international/fontset.el (setup-default-fontset): Add CJK fonts
11213 for symbols and the other miscellaneous characters.
11214
11215 * language/korea-util.el (setup-korean-environment-internal):
11216 Make char-width-table suitable for Korean environments.
11217 (exit-korean-environment): Cancel above.
11218
11219 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11220 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11221 setup-function to make char-width-table suitable for respective
11222 environments, and an exit-function to cancel that.
11223
11224 * language/japan-util.el (setup-japanese-environment-internal):
11225 Call use-cjk-char-width-table with arg `ja_JP'.
11226
11227 * international/characters.el (cjk-char-width-table): Delete it.
11228 (cjk-char-width-table-list): New variable.
11229 (use-cjk-char-width-table): New arg local-name.
11230 (use-default-char-width-table): Fix for the case that Emacs is
11231 already using the default char-width-table.
11232
11233 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
11234
11235 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11236 modes mandatory. (Bug#3712)
11237
11238 2009-06-29 Alan Mackenzie <acm@muc.de>
11239
11240 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11241 correction between the visible width of TABs and their number of bytes.
11242
11243 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
11244
11245 * server.el (server-buffer-done): Prevent kill-buffer from
11246 prompting by clearing the buffer modification flag (Bug#3696).
11247
11248 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
11249
11250 * progmodes/verilog-mode.el (verilog-beg-of-statement)
11251 (verilog-endcomment-reason-re): Support unique case and priority case.
11252 (verilog-basic-complete-re): Support localparam lineup.
11253 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11254 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11255 commenting.
11256 (verilog-leap-to-case-head): Now support *nested* unique &
11257 priority case statements.
11258 (verilog-auto-lineup): Make just declarations the default (as it
11259 had been).
11260 (verilog-leap-to-case-head): Support priority/unique case statements.
11261 (verilog-auto-lineup): Rework to give users radio buttons to
11262 select the various styles of automatic lineup.
11263 (verilog-error-regexp-alist): Rework to support the XEmacs style
11264 of error regular expressions from compilers, lint tools &
11265 simulators. Note that GNU Emacs has made it impossible for a mode
11266 to load such things.
11267 (electric-verilog-terminate-line, verilog-indent-declaration)
11268 (verilog-auto-wiure): Rework for radio button selection of
11269 auto-lineup selection of specification of auto lineup.
11270 (verilog-beg-of-statement-1): Redesign to support proper operation
11271 in additional code, based on testing with auto-lineup.
11272 (verilog-calculate-indent, assignments & declarations)
11273 (verilog-backward-token): Enhance to support auto-lineup of
11274 assignments & declarations.
11275 (verilog-in-directive-p, verilog-at-struct-p): New function for
11276 easy test of whether we are.
11277 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11278 to support safe execution at almost anyline.
11279 (verilog-calc-1): Properly support indenting deep inside generate
11280 blocks.
11281 (verilog-init-font): Remove definition & use of verilog-init-font,
11282 as it is redundant with font-lock-defaults.
11283 (verilog-mode): Alter the definition of verilog-font-lock-defaults
11284 to avoid circular calls if syntax-ppss is a function (as is the
11285 case now in 22.x GNU Emacs) as that function would sometimes call
11286 itself, leading to (nearly) infinite recursion.
11287 (verilog-ovm-begin-re, verilog-ovm-end-re)
11288 (verilog-ovm-statement-re, verilog-leap-to-head)
11289 (verilog-backward-token): Add support for OVM macros. Some are
11290 complete statements, and others open and close scopes like begin
11291 and end.
11292 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11293 (verilog-defun-level-generate-only-re): Really fix the defun-list
11294 compilation issue.
11295 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11296 coverpoint, constraint and cross statements.
11297 (verilog-defun-level-list, verilog-generate-defun-level-list)
11298 (verilog-all-defun-level-list): Redo these specifications - it is
11299 too hard to support eval-when compile aggregation of lists also
11300 built at when-compile time.
11301 (verilog-defun-level-list): Place defconsts of variables used in
11302 building regular expressions which are built in eval-when-compile
11303 bodies in the same eval-when-compile body to facilitate compile
11304 without load.
11305 (verilog-beg-block-re-ordered): Support indenting
11306 virtual/protected tasks and functions.
11307 (verilog-defun-level-list, verilog-in-generate-region-p)
11308 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11309 indentation of some module items (generate items).
11310 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11311 across virtual/protected tasks and functions.
11312
11313 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11314
11315 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11316 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
11317 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11318 in concatenations. Reported by Yishay Belkind.
11319 (verilog-auto-ascii-enum): Support one-hot state machines in
11320 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11321 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11322 modport in AUTOINST and add vl-modport for users. Reported by
11323 David Rogoff.
11324 (verilog-auto-inout-module, verilog-auto-inst)
11325 (verilog-decls-get-interfaces, verilog-insert-definition)
11326 (verilog-insert-one-definition, verilog-read-decls)
11327 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11328 (verilog-sig-modport, verilog-signals-combine-bus)
11329 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11330 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11331 Suggested by David Rogoff.
11332 (verilog-repair-open-comma): Fix non-insertion of comma when
11333 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11334 (verilog-make-width-expression): Simplify [A-1:0] expression
11335 widths to just {A{1'b0}}.
11336 (verilog-mode): Cleanup checkdoc warnings.
11337 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11338 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11339 inputs/outputs or data type. Suggested by Vasu Kandadi.
11340 (next-error-last-buffer): Fix byte-compiler warning.
11341 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11342 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11343 or shell command text during AUTO expansion. Suggested by Tad Truex.
11344 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11345 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11346 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11347 in AUTOINOUT. Reported by Matthew Lovell.
11348 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11349 causing use of <= assignments. Reported by Alex Reed.
11350 (verilog-read-decls): Fix triand, trior, wand, wor to be
11351 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11352 (verilog-extended-complete-re): Support import "DPI-C" functions.
11353 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11354 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
11355 (verilog-insert-date, verilog-insert-year)
11356 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11357 Windows systems. Reported by Michael Potts.
11358 (verilog-read-module-name): Fix AUTOINST when the child module
11359 declaration's name is a tick define. Reported by Elliot Mednick.
11360 (verilog-read-decls): Fix V2K parameter bit subscripts getting
11361 passed to next parameter's definition. Reported by Bruce T.
11362 (verilog-read-decls): Fix detecting "parameter int" when using
11363 AUTOINSTPARAM. Reported by Bruce T.
11364 (verilog-goto-defun): Fix goto not finding modules unless first
11365 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
11366 (verilog-mode): Expand -f flag arguments on entry to mode so
11367 verilog-goto-defun will work. Reported by Lawrence Butcher.
11368 (verilog-getopt): Expand environment variables in -f file
11369 arguments. Suggested by Lawrence Butcher.
11370 (verilog-set-define): Fix "Symbol's value as variable is void"
11371 when reading enumerations.
11372 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11373 Suggested by Stephen Peltan.
11374 (verilog-read-defines): Fix reading of enumerations in include
11375 files. Reported by Steve Peltan.
11376
11377 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11378
11379 * files.el (trash-directory): Fix defcustom type.
11380
11381 2009-06-28 Juri Linkov <juri@jurta.org>
11382
11383 * help-fns.el (describe-function-1): Correctly locate adviced
11384 functions in hyperlink (Bug#2438).
11385
11386 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
11387
11388 * files.el (trash-directory): Change default to nil.
11389 (move-file-to-trash): If trash-directory is nil and
11390 system-move-file-to-trash is unbound, perform freedesktop-style
11391 trashing.
11392
11393 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11394
11395 * files.el (move-file-to-trash): Add freedesktop trash
11396 support (Bug#973).
11397
11398 2009-06-28 Glenn Morris <rgm@gnu.org>
11399
11400 * autorevert.el (global-auto-revert-non-file-buffers)
11401 (global-auto-revert-mode): Doc fixes.
11402
11403 2009-06-27 Johan Bockgård <bojohan@gnu.org>
11404
11405 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11406
11407 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
11408
11409 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11410 opened an X connection before calling x-get-resource (Bug#3194).
11411
11412 * play/doctor.el: Remove reference to obsolete website.
11413 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11414
11415 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11416
11417 Remove find-file-not-found-hook VC method. (Bug#2757)
11418 * vc-hooks.el (vc-file-not-found-hook)
11419 (vc-default-find-file-not-found-hook): Remove functions.
11420 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11421 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11422 * vc.el:
11423 * vc-hg.el:
11424 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11425
11426 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11427
11428 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11429 compatibility function for `looking-back'.
11430
11431 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11432 Use `ispell-looking-back'.
11433
11434 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
11435
11436 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11437 rather than `filename'.
11438
11439 2009-06-23 Miles Bader <miles@gnu.org>
11440
11441 * face-remap.el (text-scale-set): New function.
11442
11443 2009-06-23 Glenn Morris <rgm@gnu.org>
11444
11445 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11446
11447 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11448
11449 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11450
11451 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11452
11453 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11454 Simplify Persian conditionals.
11455
11456 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11457 variable `filename'.
11458
11459 * comint.el (comint-insert-input): Doc fix.
11460
11461 * Makefile.in (ELCFILES): Fix typo in previous change.
11462
11463 2009-06-23 Miles Bader <miles@gnu.org>
11464
11465 * cus-start.el: Add entry for `recenter-redisplay'.
11466
11467 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11468
11469 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11470 Add an optional argument for the backend, use it instead of
11471 calling vc-backend.
11472 (vc-mode-line): Add an optional argument for the backend.
11473 Pass the backend to vc-state and vc-working-revision. Move code for
11474 special handling for vc-state being a buffer to ...
11475
11476 * vc-rcs.el (vc-rcs-find-file-hook):
11477 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11478
11479 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11480 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11481 vc-stay-local-p and vc-mode-line calls.
11482
11483 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11484 (vc-cvs-diff, vc-cvs-annotate-command)
11485 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11486 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11487 vc-mode-line calls.
11488
11489 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11490 direct comparison.
11491 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11492 backend when calling vc-mode-line.
11493 (vc-register): Do not create a closure for calling the vc register
11494 function, call it directly.
11495
11496 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11497
11498 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11499 to make it obvious item can be clicked.
11500
11501 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11502
11503 2009-06-23 Kenichi Handa <handa@m17n.org>
11504
11505 * language/korea-util.el (korean-key-bindings): Change the binding
11506 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11507 same command.
11508
11509 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
11510
11511 Sync with Tramp 2.1.16.
11512
11513 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11514
11515 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11516 when a loading of a package fails. Completion function for rsync
11517 is `tramp-completion-function-alist-ssh'.
11518 (all): Replace all calls of `split-string' and
11519 `tramp-split-string' by `tramp-compat-split-string'.
11520 (tramp-default-method): Use `tramp-compat-process-running-p'.
11521 (tramp-default-proxies-alist): Allow also Lisp forms.
11522 (tramp-remote-path): Add choice "Private Directories".
11523 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11524 (tramp-domain-regexp): Allow also "-", "_" and ".".
11525 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11526 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11527 (tramp-debug-message): Insert header line in debug buffer.
11528 (tramp-handle-directory-files-and-attributes-with-stat):
11529 Care about filenames with spaces, or starting with "-".
11530 (tramp-handle-dired-uncache): New defun.
11531 (tramp-handle-insert-directory): Don't flush the directory from
11532 cache, this is handled by `dired-uncache' now.
11533 (tramp-handle-insert-file-contents): Improve error handling.
11534 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11535 Quote `tramp-end-of-output'.
11536 (tramp-action-password): Improve trace message.
11537 (tramp-check-for-regexp): Both echoes must be present, before removing.
11538 (tramp-open-connection-setup-interactive-shell): Trace coding system.
11539 (tramp-compute-multi-hops): Eval cons cells of
11540 `tramp-default-proxies-alist'.
11541 (tramp-maybe-open-connection): Use the same command pattern for
11542 first hop and further hops.
11543 (tramp-wait-for-output): Remove handling of newlines.
11544 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11545 (tramp-split-string): Remove function. It is handled in
11546 tramp-compat now.
11547
11548 * net/tramp-cmds.el (tramp-bug):
11549 Recommend `tramp-cleanup-all-connections' in the bug mail.
11550
11551 * net/tramp-compat.el (tramp-compat-split-string)
11552 (tramp-compat-process-running-p): New defuns.
11553
11554 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11555 for `dired-uncache'.
11556
11557 * net/tramp-gvfs.el: New package.
11558
11559 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11560 Add handler for `dired-uncache'.
11561 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11562
11563 * net/trampver.el: Update release number. Make version check fit
11564 for SXEmacs 22.
11565
11566 2009-06-22 Jim Meyering <meyering@redhat.com>
11567
11568 Automatically handle .xz suffix (XZ-compressed files), too.
11569 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11570 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11571
11572 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
11573 Nick Roberts <nickrob@snap.net.nz>
11574
11575 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11576 repository (http://sphinx.net.ru/hg/gdb-mi/).
11577
11578 2009-06-22 Glenn Morris <rgm@gnu.org>
11579
11580 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11581 `mode' and `eval' entries. (Bug#3430)
11582
11583 * Makefile.in (ELCFILES): Add fadr.elc.
11584
11585 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11586 differing behavior of \n and ^ in strings. (Bug#3385)
11587
11588 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11589
11590 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11591 property.
11592 (lisp-indent-function): Make it a defcustom.
11593
11594 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
11595
11596 * progmodes/gdb-ui.el: Replace with ...
11597 * progmodes/gdb-mi.el: ... this file.
11598 * progmodes/gud.el: Modify for gdb-mi.el.
11599
11600 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11601
11602 * fadr.el: New file.
11603
11604 See ChangeLog.14 for earlier changes.
11605
11606 ;; Local Variables:
11607 ;; coding: utf-8
11608 ;; End:
11609
11610 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
11611
11612 This file is part of GNU Emacs.
11613
11614 GNU Emacs is free software: you can redistribute it and/or modify
11615 it under the terms of the GNU General Public License as published by
11616 the Free Software Foundation, either version 3 of the License, or
11617 (at your option) any later version.
11618
11619 GNU Emacs is distributed in the hope that it will be useful,
11620 but WITHOUT ANY WARRANTY; without even the implied warranty of
11621 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11622 GNU General Public License for more details.
11623
11624 You should have received a copy of the GNU General Public License
11625 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11626
11627 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1