]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Close bug#5755.
[gnu-emacs] / lisp / ChangeLog
1 2010-03-25 Glenn Morris <rgm@gnu.org>
2
3 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
4 all dired buffers, even tramp ones. (Bug#5755)
5
6 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 Add "union tags" in mpc.el.
9 * mpc.el: Remove backward compatibility code.
10 (mpc-browser-tags): Change default.
11 (mpc--find-memoize-union-tags): New var.
12 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
13 (mpc-cmd-find): Handle the case where the playlist does not exist.
14 Handle union-tags.
15 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
16 (mpc-cmd-add): Use mpc-cmd-flush.
17 (mpc-tagbrowser-tag-name): New fun.
18 (mpc-tagbrowser-buf): Use it.
19 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
20
21 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 Misc cleanup.
24 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
25 Use replace-regexp-in-string.
26 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
27 (makefile-imake-mode-syntax-table): Move init into defvar.
28 (makefile-mode): Use define-derived-mode.
29
30 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
31 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
32 not be present any more.
33
34 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
35
36 * faces.el (set-face-attribute): Fix typo in docstring.
37 (face-valid-attribute-values): Reflow docstring.
38
39 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
40
41 2010-03-24 Glenn Morris <rgm@gnu.org>
42
43 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
44
45 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
46
47 * indent.el (indent-for-tab-command): Doc fix.
48
49 2010-03-24 Alan Mackenzie <acm@muc.de>
50
51 * progmodes/cc-engine.el (c-remove-stale-state-cache):
52 Fix off-by-one error. Fixes bug #5747.
53
54 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
55
56 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
57 (image-dired-read-comment): Doc fix.
58
59 * json.el (json-object-type, json-array-type, json-key-type)
60 (json-false, json-null, json-read-number):
61 * minibuffer.el (completion-in-region-functions):
62 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
63 (cal-tex-cursor-week):
64 * emacs-lisp/trace.el (trace-function):
65 * eshell/em-basic.el (eshell/printnl):
66 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
67 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
68 * obsolete/levents.el (allocate-event, event-key, event-object)
69 (event-point, event-process, event-timestamp, event-to-character)
70 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
71 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
72 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
73 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
74 (reftex-highlight-selection): Fix typos in docstrings.
75
76 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
77
78 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
79
80 2010-03-24 Glenn Morris <rgm@gnu.org>
81
82 * mail/rmail.el (rmail-highlight-face): Restore option deleted
83 2008-02-13 without comment; mark it obsolete.
84 (rmail-highlight-headers): Use rmail-highlight-face once more.
85
86 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
87
88 * woman.el (woman2-process-escapes): Only consume the newline if
89 the filler character is on a line by itself (Bug#5729).
90
91 2010-03-24 Kenichi Handa <handa@m17n.org>
92
93 * language/indian.el (devanagari-composable-pattern): Add more
94 consonants.
95
96 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
97
98 * net/trampver.el: Update release number.
99
100 2010-03-24 Glenn Morris <rgm@gnu.org>
101
102 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
103
104 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
105
106 * net/tramp.el (tramp-find-executable):
107 Use `tramp-get-connection-buffer'. Make the regexp for checking
108 output of "wc -l" more robust.
109 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
110 (tramp-open-connection-setup-interactive-shell): Remove workaround
111 for OpenSolaris bug, it is not needed anymore.
112
113 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
114
115 * cedet/semantic/imenu.el: New file, from the CEDET repository
116 (Bug#5412).
117
118 2010-03-24 Glenn Morris <rgm@gnu.org>
119
120 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
121
122 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
123
124 * files.el (auto-mode-alist): Accept more verilog file patterns.
125
126 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
127
128 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
129
130 2010-03-24 Glenn Morris <rgm@gnu.org>
131
132 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
133 log-edit-before-checkin-process.
134
135 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
136
137 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
138
139 * vc-dispatcher.el (vc-start-logentry): Doc fix.
140 (log-view-process-buffer, log-edit-extra-flags): Declare.
141
142 * log-edit.el (log-edit-before-checkin-process): Doc fix.
143
144 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
145 Consistently check ede-object is bound throughout.
146
147 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
148
149 2010-03-23 Sam Steingold <sds@gnu.org>
150
151 Fix bug#5620: recalculate all markers on compilation buffer
152 modifications, not on file modifications.
153 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
154 the buffer modification time, for buffers not associated with files.
155 (compilation-mode): Create it.
156 (compilation-filter): Update it.
157 (compilation-next-error-function): Use it instead of
158 `visited-file-modtime' for timestamp.
159
160 2010-03-23 Juri Linkov <juri@jurta.org>
161
162 Implement Occur multi-line matches.
163 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
164
165 * replace.el (occur): Doc fix.
166 (occur-engine): Set `begpt' to the beginning of the first line.
167 Set `endpt' to the end of the last match line. At first, count
168 line numbers between `origpt' and `begpt'. Split out code from
169 `out-line' variable to new let-bindings `match-prefix' and
170 `match-str'. In `out-line' add non-numeric prefix to all
171 non-first lines of multi-line matches. Finally, count lines
172 between `begpt' and `endpt' and add to `lines'.
173
174 2010-03-23 Juri Linkov <juri@jurta.org>
175
176 * replace.el (occur-accumulate-lines, occur-engine):
177 Use `occur-engine-line' instead of duplicate code.
178 (occur-engine-line): New function created from duplicate code
179 in `occur-accumulate-lines' and `occur-engine'.
180
181 * replace.el (occur-engine-line): Add optional arg `keep-props'.
182 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
183
184 2010-03-23 Juri Linkov <juri@jurta.org>
185
186 * finder.el: Remove TODO tasks.
187
188 * info.el (Info-finder-find-node): Add node "all"
189 with all package info. Handle a list of multiple keywords
190 separated by comma.
191 (info-finder): In interactive use with a prefix argument,
192 use `completing-read-multiple' to read a list of keywords
193 separated by comma.
194
195 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
196
197 Add a new completion style `substring'.
198 * minibuffer.el (completion-basic--pattern): New function.
199 (completion-basic-try-completion, completion-basic-all-completions):
200 Use it.
201 (completion-substring--all-completions)
202 (completion-substring-try-completion)
203 (completion-substring-all-completions): New functions.
204 (completion-styles-alist): New style `substring'.
205
206 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
207
208 Get rid of .elc files after removal of the corresponding .el.
209 * Makefile.in (compile-clean): New target.
210 (compile-main): Use it.
211
212 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
213
214 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
215 don't do make there. When compiling with separate object dir, there
216 is no Makefile there.
217
218 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 Get rid of the ELCFILES abomination, again.
221 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
222 (all, compile): Don't call compile-last.
223 (compile-main): Build the "elcfiles" list dynamically.
224 (compile-targets): New (internal) target.
225
226 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
227
228 * Makefile.in (top_srcdir): Define.
229 (abs_top_builddir): Define.
230 (srcdir): Don't append `/..'.
231 (EMACS): Use ${abs_top_builddir}.
232 (all, compile, compile-always, compile-last): Don't set emacswd.
233 (update-subdirs, update-authors): Use $(top_srcdir) instead of
234 $(srcdir).
235 (lisp): Use $(srcdir) instead of @srcdir@.
236
237 2010-03-21 Juri Linkov <juri@jurta.org>
238
239 Fix message of multi-line occur regexps and multi-buffer header lines.
240 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
241
242 * replace.el (occur-1): Don't display regexp if it is longer
243 than window-width. Use `query-replace-descr' to display regexp.
244 (occur-engine): Don't display regexp in the buffer header for
245 multi-buffer occur. Display a separate header line with total
246 match count and regexp for multi-buffer occur.
247 Use `query-replace-descr' to display regexp.
248
249 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
250
251 * net/secrets.el: Fix parenthesis.
252 (secrets-enabled): Fix parenthesis.
253
254 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
255
256 Use more relative file and directory names.
257 * Makefile.in (EMACS): Arrange for it to work when we chdir.
258 (setwins, setwins_almost, setwins_for_subdirs):
259 Don't `cd'; output relative names.
260 (all, compile, compile-always, compile-last): Set emacswd.
261 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
262 Just cd to the lisp source dir so we can use relative file names.
263
264 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
265
266 2010-03-20 Glenn Morris <rgm@gnu.org>
267
268 * textmodes/rst.el: Use faces for font-lock customization, and make the
269 old -face variables obsolete.
270 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
271 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
272 (rst-block-face, rst-external-face, rst-definition-face)
273 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
274 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
275 Make obsolete.
276 (rst-font-lock-keywords-function): Update for above changes.
277
278 2010-03-20 Juri Linkov <juri@jurta.org>
279
280 * s-region.el:
281 * obsolete/s-region.el: Move to obsolete.
282
283 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
284
285 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
286
287 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
288
289 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
290
291 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
292
293 Add special markup processing for commit logs.
294 * log-edit.el (log-edit-extra-flags): New variable.
295 (log-edit): Add new argument MODE. Use that mode when non-nil
296 instead of the log-view-mode.
297 (log-view-process-buffer): New function.
298
299 * vc.el: Document that the checkin method takes optional
300 arguments. Document new backend specific method: log-view-mode.
301 (vc-default-log-edit-mode): New function.
302 (vc-checkin): Use a backend specific log-view-mode.
303 Pass extra arguments to the checkin method.
304 (vc-modify-change-comment): Pass a dummy extra argument.
305
306 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
307 log-edit.
308 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
309 (vc-finish-logentry): Process the log buffer before passing it
310 down. Pass log-edit-extra-flags.
311
312 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
313 command.
314 (log-edit-extra-flags, log-edit-before-checkin-process): New declarations.
315
316 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
317 command.
318 (log-edit-extra-flags, log-edit-before-checkin-process): New declarations.
319 (vc-hg-log-edit-mode): New derived mode.
320
321 * vc-arch.el (vc-arch-checkin):
322 * vc-cvs.el (vc-cvs-checkin):
323 * vc-git.el (vc-git-checkin):
324 * vc-mtn.el (vc-mtn-checkin):
325 * vc-rcs.el (vc-rcs-checkin):
326 * vc-sccs.el (vc-sccs-checkin):
327 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
328
329 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
330
331 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
332 parent typo).
333
334 2010-03-19 Glenn Morris <rgm@gnu.org>
335
336 * password-cache.el (password-cache, password-cache-expiry): Autoload.
337
338 2010-03-18 Glenn Morris <rgm@gnu.org>
339
340 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
341
342 * replace.el (query-replace-history): Give it a doc string.
343 (map-query-replace-regexp): Use query-replace-from-history-variable
344 and query-replace-to-history-variable.
345
346 * mail/hashcash.el (declare-function): Remove duplicate definition.
347
348 * mail/emacsbug.el (report-emacs-bug-pretest-address):
349 Make it an obsolete alias for report-emacs-bug-address.
350 (message-strip-special-text-properties): Declare.
351 (report-emacs-bug): Remove test for a pretest bug address.
352 Combine message-mode-specific code.
353
354 * mail/supercite.el: Don't require sendmail.
355 (mh-in-header-p): Declare rather than using with-no-warnings.
356 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
357 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
358
359 * calendar/cal-french.el: Convert to utf-8.
360
361 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
362 Emacs scripts.
363
364 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
365
366 * net/secrets.el (secrets-enabled): New variable. Use it instead
367 of a subfeature.
368
369 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
370
371 * net/secrets.el (top): Register the D-Bus signals only when the
372 service "org.freedesktop.secrets" can be pinged.
373 Provide subfeature `enabled'.
374
375 2010-03-14 Juri Linkov <juri@jurta.org>
376
377 Add finder unknown keywords.
378
379 * finder.el (finder-unknown-keywords): New function.
380
381 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
382 to create a Finder node with unknown keywords.
383
384 2010-03-14 Juri Linkov <juri@jurta.org>
385
386 * finder.el (finder-compile-keywords): Replace `princ' with
387 `prin1' on a list of symbols interned from keyword strings.
388
389 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
390 a comma, then split keywords using a comma and optional whitespace.
391 Otherwise, split by whitespace.
392
393 * complete.el:
394 * face-remap.el:
395 * log-view.el:
396 * net/hmac-def.el:
397 * net/hmac-md5.el:
398 * net/netrc.el:
399 * progmodes/mixal-mode.el: Fix keywords.
400
401 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
402
403 * Makefile.in (ELCFILES): Add net/secrets.elc.
404
405 * net/secrets.el: New file.
406
407 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
408
409 * facemenu.el (list-colors-display, list-colors-print): New arg
410 callback. Use it to allow selecting colors.
411
412 * wid-edit.el (widget-image-insert): Insert image prop even if the
413 current display is non-graphic.
414 (widget-field-value-set): New fun.
415 (editable-field): Use it.
416 (widget-field-value-get): Clean up unused var.
417 (widget-color-value-create, widget-color--choose-action): New
418 funs. Allow using list-colors-display to choose color.
419
420 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
421
422 * cus-edit.el: Resort topmost custom groups.
423 (custom-buffer-sort-alphabetically): Default to t.
424 (customize-apropos): Use apropos-parse-pattern.
425 (custom-search-field): New var.
426 (custom-buffer-create-internal): Add custom-apropos search field.
427 (custom-add-parent-links): Don't display parent doc.
428 (custom-group-value-create): Don't sort top-level custom group.
429 (custom-magic-value-create): Show visibility button before option
430 name.
431
432 (custom-variable-state): New fun, from custom-variable-state-set.
433 (custom-variable-state-set): Use it.
434 (custom-group-value-create): Hide options with standard values
435 using the :hidden-states property. Use progress reporter.
436
437 (custom-show): Simplify.
438 (custom-visibility): Disable images by default.
439 (custom-variable): New property :hidden-states.
440 (custom-variable-value-create): Enable images for
441 custom-visibility widgets. Use :hidden-states property to
442 determine initial visibility.
443
444 * wid-edit.el (widget-image-find): Give images center ascent.
445 (visibility): Add :on-image and :off-image properties.
446 (widget-visibility-value-create): Use them.
447
448 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
449
450 * cus-edit.el (processes): Remove from development group.
451 (oop, hypermedia): Delete group.
452 (comm): Promote to top-level group.
453
454 * net/browse-url.el (browse-url):
455 * net/xesam.el (xesam):
456 * net/tramp.el (tramp):
457 * net/goto-addr.el (goto-address):
458 * net/ange-ftp.el (ange-ftp): Put in comm group.
459
460 * view.el (view): Remove from editing group.
461
462 * uniquify.el (uniquify): Put in files group.
463
464 * net/browse-url.el (browse-url):
465 * ps-print.el (postscript): Put in external group.
466
467 * cus-edit.el (outlines):
468 * textmodes/text-mode.el (text-mode-hook):
469 * textmodes/table.el (table):
470 * textmodes/picture.el (picture):
471 * outline.el (outlines): Put in wp group.
472
473 * nxml/nxml-mode.el (nxml): Remove from wp group.
474
475 * net/tramp-imap.el (tramp-imap): Put in tramp group.
476
477 * mail/metamail.el (metamail): Remove from hypermedia group.
478
479 * cus-edit.el (abbrev):
480 * whitespace.el (whitespace):
481 * vcursor.el (vcursor):
482 * reveal.el (reveal):
483 * hl-line.el (hl-line): Put in convenience group.
484
485 * epg-config.el (epg): Put in data group.
486
487 * emulation/pc-select.el (pc-select): Put in emulations group.
488
489 * calculator.el (calculator): Put in applications group.
490
491 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
492
493 Add .dir-locals.el support for file-less buffers.
494 * files.el (hack-local-variables): Split out code to apply local
495 variable settings ...
496 (hack-local-variables-apply): ... here. New function.
497 (hack-dir-local-variables): Use the default directory for when the
498 buffer does not have an associated file.
499 (hack-dir-local-variables-non-file-buffer): New function.
500 * diff-mode.el (diff-mode):
501 * vc-annotate.el (vc-annotate-mode):
502 * vc-dir.el (vc-dir-mode):
503 * log-edit.el (log-edit-mode):
504 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
505
506 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
507
508 Add support for shelving snapshots and for showing shelves.
509 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
510 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
511 New functions.
512 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
513 (vc-bzr-extra-menu-map): Map them.
514
515 2010-03-11 Glenn Morris <rgm@gnu.org>
516
517 * cus-edit.el (customize-changed-options-previous-release):
518 Bump to 23.1.
519
520 * image.el (image-animate-max-time): Fix :version tag.
521
522 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
523
524 * Branch for 23.2.
525
526 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
527
528 * vc-git.el (vc-git-revision-table): Include remote branches.
529
530 2010-03-10 Kim F. Storm <storm@cua.dk>
531
532 Animated image API.
533 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
534
535 * image.el (image-animate-max-time): New defcustom.
536 (image-animated-types): New defconst.
537 (create-animated-image, image-animate-timer)
538 (image-animate-start, image-animate-stop, image-animate-timeout)
539 (image-animated-p): New functions.
540
541 * image-mode.el (image-toggle-display-image):
542 Replace `create-image' with `create-animated-image'.
543
544 2010-03-09 Miles Bader <Miles Bader <miles@gnu.org>>
545
546 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
547 instead of "format:"; this ensures that the output is
548 newline-terminated.
549
550 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
551
552 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
553 that all errors are caught, and that the return value is always a
554 list (Bug#5692).
555
556 2010-03-08 Kenichi Handa <handa@m17n.org>
557
558 * language/misc-lang.el (windows-1256): New coding system.
559 (cp1256): New alias of windows-1256 (bug#5690).
560
561 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
562
563 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
564 call to rfc822-bad-address. (Bug#5692)
565
566 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
567
568 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
569 vc-git-root as default directory for revision path (Bug#5657).
570
571 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
572
573 * calculator.el (calculator): Don't bind split-window-keep-point
574 (Bug#5674).
575
576 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
577
578 * vc-git.el: Re-flow to fit into 80 columns.
579 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
580 Remove spurious `quote' element in each case alternative.
581 (vc-git-show-log-entry): Use prog1.
582 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
583
584 2010-03-06 Glenn Morris <rgm@gnu.org>
585
586 * cedet/semantic/grammar.el (semantic-grammar-header-template):
587 Update template copyright to GPLv3+.
588
589 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
590
591 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
592
593 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
594
595 * macros.el (insert-kbd-macro): Look up keyboard macro using the
596 definition, not the name (Bug#5481).
597
598 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
599
600 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
601 argument with a local variable. (Bug#5670)
602
603 2010-03-02 Juri Linkov <juri@jurta.org>
604
605 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
606
607 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
608
609 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
610 error when FILENAME and NEWNAME are existing remote directories.
611
612 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
613 parameter DIR-FLAG.
614
615 2010-03-02 Glenn Morris <rgm@gnu.org>
616
617 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
618 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
619
620 2010-03-01 Alan Mackenzie <acm@muc.de>
621
622 * progmodes/cc-engine.el (c-remove-stale-state-cache):
623 Correct previous patch.
624
625 2010-03-01 Kenichi Handa <handa@m17n.org>
626
627 * language/burmese.el (burmese-composable-pattern): Rename from
628 myanmar-composable-pattern.
629
630 * international/characters.el (script-list):
631 * international/fontset.el (script-representative-chars):
632 Change myanmar to burmese.
633 (otf-script-alist): Likewise.
634 (setup-default-fontset): Likewise. Re-fix :otf spec.
635
636 2010-03-01 Alan Mackenzie <bug-cc-mode@gnu.org>
637
638 * cc-engine.el (c-remove-stale-state-cache): Take account of when
639 `good-pos' is in the same macro as `here'. Fixes bug#5649.
640
641 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
642
643 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
644
645 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
646
647 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
648
649 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
650
651 * net/tramp.el (tramp-handle-write-region): START can be a string.
652 Take care in the checks. Reported by Dan Davison
653 <davison@stats.ox.ac.uk>.
654
655 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
656
657 * net/dbus.el (dbus-introspect, dbus-get-property)
658 (dbus-set-property, dbus-get-all-properties): Use
659 `dbus-call-method' when noninteractive. (Bug#5645)
660
661 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
662
663 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
664 * emacs-lisp/elint.el (elint-add-required-env):
665 * cedet/semantic/db-find.el
666 (semanticdb-find-translate-path-brutish-default):
667 * cedet/ede/make.el (ede-make-check-version):
668 * calendar/icalendar.el (icalendar--add-diary-entry):
669 * calc/calcalg2.el (math-tracing-integral):
670 * files.el (recover-session-finish): Use with-current-buffer
671 instead of save-excursion.
672
673 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
674
675 Fix in-buffer completion when after-change-functions modify the buffer.
676 * minibuffer.el (completion--replace): New function.
677 (completion--do-completion): Use it and use relative movement.
678
679 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
680
681 * international/fontset.el (setup-default-fontset): Fix :otf spec.
682
683 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
684
685 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
686 Allow the characters _<> in the stack entry (Bug#5653).
687
688 2010-02-26 Kenichi Handa <handa@m17n.org>
689
690 * language/burmese.el: Fix entries in composition-function-table.
691 (myanmar-composable-pattern): New variable.
692
693 * international/fontset.el (setup-default-fontset): Add an entry
694 for myanmar.
695
696 * international/characters.el (script-list): Add Myanmar
697 Extended-A.
698
699 2010-02-26 Glenn Morris <rgm@gnu.org>
700
701 * custom.el (custom-initialize-delay): Doc fix.
702
703 * mail/sendmail.el (send-mail-function): Autoload the call
704 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
705
706 2010-02-25 Alan Mackenzie <acm@muc.de>
707
708 * progmodes/cc-engine.el (c-clear-<-pair-props)
709 (c-clear->-pair-props): Correct to wipe category text props, not
710 syntax-table ones.
711
712 * progmodes/cc-mode.el (c-after-change): Remove any hard
713 syntax-table properties for <, > which, e.g., C-y has
714 inopportunely converted from category properties.
715
716 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
717
718 * files.el (hack-local-variables-filter): For eval forms, also
719 check safe-local-variable-p (Bug#5636).
720
721 2010-02-24 Eduard Wiebe <usenet@pusto.de>
722
723 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
724 and use c(ad)r of cddr (Bug#5640).
725
726 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
727
728 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
729 setting the modes by `ignore-errors'. It might fail, for example
730 if the file is not owned by the user but the group.
731 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
732
733 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
734
735 * files.el (directory-listing-before-filename-regexp): Use
736 stricter matching for iso-style dates, to avoid false matches with
737 date-like filenames (Bug#5597).
738
739 * htmlfontify.el (htmlfontify): Doc fix.
740
741 * eshell/eshell.el (eshell): Doc fix.
742
743 * startup.el (fancy-about-screen): In mode-line, apply
744 mode-line-buffer-id face only to the buffer name (Bug#5613).
745
746 2010-02-20 Kevin Ryde <user42@zip.com.au>
747
748 * progmodes/compile.el (compilation-error-regexp-alist-alist):
749 In `watcom' anchor regexp to start of line, to avoid slowness
750 (Bug#5599).
751
752 2010-02-20 Eli Zaretskii <eliz@gnu.org>
753
754 * subr.el (remove-yank-excluded-properties): Explain in a comment
755 why `category' property is removed.
756
757 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
758
759 * isearch.el (isearch-update-post-hook, isearch-update): Revert
760 2010-02-17 change.
761
762 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
763
764 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
765 (icalendar--convert-weekly-to-ical)
766 (icalendar--convert-yearly-to-ical)
767 (icalendar--convert-block-to-ical)
768 (icalendar--convert-cyclic-to-ical)
769 (icalendar--convert-anniversary-to-ical): Take care of time
770 specifications where hour has 1-digit only (Bug#5549).
771
772 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
773
774 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
775 of disassemble output in GDB 7.1.
776
777 2010-02-19 Glenn Morris <rgm@gnu.org>
778
779 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
780 property. (Bug#5593)
781
782 2010-02-18 Sam Steingold <sds@gnu.org>
783
784 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
785
786 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
787
788 Use abbreviated file names in bookmarks (bug#5591).
789 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
790 calls to expand-file-name.
791 (bookmark-relocate): Use abbreviated file names in bookmarks.
792 (bookmark-load): Use abbreviated file names in messages.
793
794 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
795
796 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
797 expand "." and "..". Reported by Thierry Volpiatto
798 <thierry.volpiatto@gmail.com>.
799
800 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
801
802 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
803 permissions of the temporary file to "0600". In case the remote
804 file has no read permissions for the owner, there might be
805 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
806
807 22010-02-18 Glenn Morris <rgm@gnu.org>
808
809 * emacs-lisp/authors.el (authors-renamed-files-alist):
810 Add entries for INSTALL.CVS.
811
812 2010-02-17 Mark A. Hershberger <mah@everybody.org>
813
814 * vc-bzr.el: Fix typo in Known Bugs section.
815
816 * isearch.el (isearch-update-post-hook): New hook.
817 (isearch-update): Use the new hook.
818
819 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
820
821 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
822 Fix errors in copying directories.
823 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
824 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
825 (tramp-handle-delete-file)
826 (tramp-handle-dired-recursive-delete-directory)
827 (tramp-handle-write-region): Flush also the cache for the upper
828 directory.
829
830 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
831
832 * simple.el (save-interprogram-paste-before-kill): Doc fix.
833
834 * cus-edit.el (hardware): Doc fix.
835
836 * man.el (man): Add to external custom group.
837
838 * delim-col.el (columns): Move to wp custom group.
839
840 * doc-view.el (doc-view): Add to data custom group.
841
842 * cedet/data-debug.el (data-debug): Move to extensions group.
843
844 * cedet/ede.el (ede):
845 * cedet/srecode.el (srecode):
846 * cedet/semantic.el (semantic): Put in tools and extensions group.
847
848 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
849
850 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
851 by ispell-parse-output (Bug#5575).
852
853 2010-02-16 Kenichi Handa <handa@m17n.org>
854
855 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
856 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
857 (skkdic-convert): Use `euc-japan' coding system for writing.
858
859 2010-02-16 Glenn Morris <rgm@gnu.org>
860
861 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
862 tex-main-file before using it. (Bug#5562)
863
864 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
867 warnings, since it is annoying for the user to see them each time he
868 runs the code.
869
870 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
871
872 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
873 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
874 instead of PROC for caching "first-password-request". Otherwise,
875 new processes would not profit from passwords already entered.
876
877 * net/tramp-cache.el (tramp-dump-connection-properties):
878 Don't save "first-password-request" property.
879
880 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
881
882 * outline.el (outline-head-from-level):
883 * simple.el (with-wrapper-hook):
884 * cedet/ede.el (ede-run-target, project-delete-target)
885 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
886 (ede-adebug-project, ede-adebug-project-parent)
887 (ede-adebug-project-root):
888 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
889 (elint-defun, elint-buffer-env, elint-top-form-logged)
890 (elint-unbound-variable):
891 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
892 Fix typos in docstrings.
893
894 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
895
896 * files.el (insert-directory): When WILDCARD-REGEXP and
897 FULL-DIRECTORY-P are nil, insert the file entry instead of the
898 whole directory. (Bug#5551)
899
900 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
901 dired's alignment sanity. (Bug#5516)
902
903 2010-02-14 Juri Linkov <juri@jurta.org>
904
905 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
906 Remove remaining ^H with their preceding chars. (Bug#5566)
907
908 2010-02-13 Glenn Morris <rgm@gnu.org>
909
910 * simple.el (transpose-subr): Give it a doc-string.
911
912 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
913 Doc fixes.
914
915 2010-02-12 Juri Linkov <juri@jurta.org>
916
917 * arc-mode.el (archive-unique-fname): Make directories for nested
918 archives. (Bug#5540)
919
920 2010-02-12 Juri Linkov <juri@jurta.org>
921
922 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
923
924 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
925
926 * subr.el (copy-overlay): Handle deleted overlays.
927
928 * man.el (Man-completion-table): Don't signal an error if we can't run
929 manual-program (bug#4056).
930
931 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
932
933 * textmodes/artist.el (artist-mt): Fix typos in docstring.
934
935 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
936
937 * info.el (Info-bookmark-jump): Simplify.
938
939 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
940 (bookmark-default-handler): Accept new bookmark field `buffer'.
941
942 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
943
944 * iswitchb.el (iswitchb-completions): Revert last change.
945
946 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
947
948 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
949 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
950 This prevents file names like "~/" being listed literally.
951
952 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
953
954 * term/xterm.el (xterm-maybe-set-dark-background-mode):
955 Remove dead code. (Bug#5546)
956
957 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
958
959 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
960 correctly (Bug#5548).
961
962 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
963
964 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
965 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
966
967 2010-02-08 Kenichi Handa <handa@m17n.org>
968
969 * international/mule-util.el (with-coding-priority): Add autoload
970 cookie for putting `lisp-indent-function'.
971
972 2010-02-07 Glenn Morris <rgm@gnu.org>
973
974 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
975 Move F2003 named interfaces from keywords-2 to keywords-1, and
976 use function-name-face rather than constant-face.
977 Simplify "abstract interface" regexp.
978
979 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
980
981 * eshell/esh-util.el (eshell-file-attributes): New optional arg
982 ID-FORMAT. Pass it to `file-attributes'.
983
984 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
985
986 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
987
988 * faces.el (set-face-attribute): Allow calling
989 internal-set-lisp-face-attribute with 'unspecified family and
990 foundry argument (Bug#5536).
991
992 2010-02-07 Glenn Morris <rgm@gnu.org>
993
994 * progmodes/f90.el (f90-font-lock-keywords-2)
995 (f90-looking-at-type-like, f90-looking-at-program-block-end):
996 Handle F2003 named interfaces.
997
998 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
999
1000 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1001 beg and end before calling c-get-state-before-change-functions.
1002
1003 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
1004
1005 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1006
1007 2010-02-05 Juri Linkov <juri@jurta.org>
1008
1009 * doc-view.el (doc-view-mode):
1010 * image-mode.el (image-mode): Put property mode-class=special.
1011 (Bug#4896)
1012
1013 2010-02-05 Mark A. Hershberger <mah@everybody.org>
1014
1015 * vc-svn.el (vc-svn-revision-table): New function.
1016
1017 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
1018
1019 * net/ange-ftp.el (ange-ftp-insert-directory):
1020 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1021 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1022 Handle also directories. (Bug#5478)
1023
1024 2010-02-05 Glenn Morris <rgm@gnu.org>
1025
1026 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1027
1028 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
1029
1030 * startup.el (command-line-1): Convert options beginning with a
1031 single dash as well (Bug#5519).
1032
1033 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1036 * minibuffer.el (completion-initials-expand): Only check the presence
1037 of delims *within* the boundaries, since otherwise the / delim is
1038 always found for files.
1039
1040 Fix up various corner case problems.
1041 * doc-view.el (doc-view-last-page-number): New function.
1042 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1043 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1044 (doc-view-kill-proc): Avoid inf-loop in freak cases.
1045 (doc-view-reconvert-doc): Use the new recursive delete-directory.
1046 (doc-view-convert-current-doc): Don't create the resolution.el file
1047 here any more.
1048 (doc-view-pdf/ps->png): Do it here instead.
1049 (doc-view-already-converted-p): Check that resolution.el is present.
1050 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1051 windows that are not yet showing images.
1052
1053 2010-02-04 Alan Mackenzie <acm@muc.de>
1054
1055 Change strategy for marking < and > as template delimiters: mark
1056 them strictly in matching pairs.
1057
1058 * cc-mode.el (c-before-change):
1059 Use c-get-state-before-change-functions.
1060 (c-common-init): Adapt to use
1061 c-get-state-before-change-functions (note plural).
1062
1063 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
1064 for searching syntactically for matching <s and >s.
1065 (c-get-state-before-change-functions): New language variable (note
1066 the plural) which supersedes c-get-state-before-change-function.
1067
1068 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
1069 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
1070 (c-clear->-pair-props-if-match-before)
1071 (c-before-change-check-<>-operators): New functions.
1072 (c-after-change-check-<>-operators): Use macro
1073 c-unmark-<->-as-paren.
1074
1075 * cc-defs.el (c-search-backward-char-property): New macro.
1076
1077 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
1078 and > any more. (These will be handled by font locking.)
1079
1080 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
1081
1082 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1083 `dired-uncache' for every elemnt which is an absolute file name.
1084
1085 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1086 directory, handle its directory component.
1087 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1088 function is called permanently and creates noise, otherwise.
1089
1090 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1091 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1092 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
1093
1094 2010-02-04 David Burger <dburger@google.com> (tiny change)
1095
1096 * macros.el (apply-macro-to-region-lines):
1097 Minor simplification. (Bug#5485)
1098
1099 2010-02-04 Glenn Morris <rgm@gnu.org>
1100
1101 * mail/rmail.el (rmail-show-message-1): Handle malformed
1102 quoted-printable text. (Bug#5441)
1103
1104 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1105
1106 * simple.el (visual-line-mode): Capitalize lighter.
1107
1108 2010-02-03 John Wiegley <jwiegley@gmail.com>
1109
1110 * iswitchb.el (iswitchb-completions): Add bookmark files to the
1111 list of files considered for "virtual buffer" completions.
1112
1113 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
1114
1115 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1116 also in case of (and (not full) (not wildcard)). This is needed,
1117 when dired is called with a list of files, which are not in
1118 `default-directory'. (Bug#5478)
1119
1120 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1121
1122 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1123
1124 2010-02-02 Juri Linkov <juri@jurta.org>
1125
1126 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1127 from unidiff to allow function-line after @@.
1128
1129 2010-02-02 Juri Linkov <juri@jurta.org>
1130
1131 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1132 '(RCS SCCS) with inverted condition.
1133
1134 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
1135
1136 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1137 messages.
1138
1139 2010-02-01 Juri Linkov <juri@jurta.org>
1140
1141 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1142 compare with "pkunzip" and "pkzip" instead of only "pkzip".
1143 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1144 only when (car archive-zip-extract) is "unzip". (Bug#5475)
1145
1146 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1147
1148 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1149 (doc-view-revert-buffer): New command.
1150 (doc-view-mode-map): Use it.
1151
1152 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1153
1154 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1155 pending merge is detected.
1156
1157 2010-01-31 Juri Linkov <juri@jurta.org>
1158
1159 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1160 beginning of interactive spec like all other grep commands do.
1161 Put "all" in front of "gz". (Bug#5260)
1162
1163 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1164
1165 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1166
1167 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
1168
1169 * dirtrack.el (dirtrack): Warn instead of signalling error if the
1170 regexp is incorrect (Bug#5476).
1171
1172 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
1173
1174 * net/tramp.el (tramp-handle-insert-directory): Handle also
1175 symlinks, when FILENAME is not in `default-directory'.
1176
1177 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1178
1179 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1180 FILE is not in `default-directory'. (Bug#5478)
1181
1182 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1183 of SWITCHES. Handle the case, FILENAME is not in
1184 `default-directory'. (Bug#5478)
1185 (tramp-register-file-name-handlers): Add safe-magic property.
1186
1187 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
1188
1189 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1190 unzip (Bug#5475).
1191
1192 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1193
1194 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1195 (flymake-master-make-header-init): Add other C++ filename masks.
1196 (flymake-find-possible-master-files)
1197 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1198
1199 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1200
1201 Fix some busybox annoyances.
1202
1203 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1204 not responding." string.
1205 (tramp-open-connection-setup-interactive-shell): Dump stty
1206 settings. Enable "neveropen" arg for all `tramp-send-command'
1207 calls. Handle "=" in variable values properly.
1208 (tramp-find-inline-encoding): Raise an error, when no encoding is
1209 found.
1210 (tramp-wait-for-output): Check, whether PROC buffer is available.
1211 Remove spurious " ^H" sequences, sent by busybox.
1212 (tramp-get-ls-command): Suppress coloring, if possible.
1213
1214 2010-01-28 Glenn Morris <rgm@gnu.org>
1215
1216 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1217
1218 * log-edit.el (log-edit-strip-single-file-name): Add missing
1219 :safe, :group, and :version tags.
1220
1221 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
1222
1223 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1224 buffers. (Bug#5477)
1225
1226 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
1227
1228 * files.el (delete-directory): Handle moving to trash without
1229 first doing recursion (Bug#5436).
1230
1231 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
1232
1233 * vc-hooks.el (vc-path): Mark as obsolete.
1234
1235 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
1236
1237 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1238 names too.
1239
1240 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1241 for the short log.
1242 (vc-bzr-log-view-mode): Adjust regexp for the above change.
1243
1244 2010-01-25 Mark A. Hershberger <mah@everybody.org>
1245
1246 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1247
1248 * vc-bzr.el (vc-bzr-revision-table): New function.
1249
1250 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1251
1252 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1253 diff-index command. This requires at least git-1.5.5. (Bug#1589).
1254
1255 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1256
1257 Remove support for adding --signoff on commit.
1258 Future support will use an incompatible generic mechanism.
1259 * vc-git.el (vc-git-add-signoff): Remove variable.
1260 (vc-git-toggle-signoff): Remove function.
1261 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1262
1263 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1264 from xterm-set-background-mode. Return t if the background mode
1265 was set.
1266 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1267 earlier, call it again in case the background mode has changed.
1268
1269 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
1270
1271 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1272 (Bug#3541).
1273
1274 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
1275
1276 * emacs-lisp/assoc.el (aelement): Doc fix.
1277 (aput, adelete, amake): Use lexical-let (Bug#5450).
1278
1279 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
1280
1281 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1282 is the same as subprogram call, not declaration. (Bug#5435).
1283
1284 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
1285
1286 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1287 (tramp-smb-maybe-open-connection): Use it.
1288
1289 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
1290
1291 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
1292
1293 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1294
1295 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1296 just because we see "encoding: 8bit".
1297 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1298
1299 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
1300
1301 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1302
1303 2010-01-22 Eli Zaretskii <eliz@gnu.org>
1304
1305 * jka-compr.el (jka-compr-load): If load-file is not in
1306 load-history, try its file-truename version. (bug#5447)
1307
1308 2010-01-21 Alan Mackenzie <acm@muc.de>
1309
1310 Fix a situation where deletion of a cpp construct throws an error.
1311 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1312 invoking c-with-all-but-one-cpps-commented-out, check that the
1313 special cpp construct is still in the buffer.
1314 (c-parse-state): Record the special cpp with markers, not numbers.
1315
1316 2010-01-21 Kenichi Handa <handa@m17n.org>
1317
1318 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1319 process last-command-event, as it is now decoded first (Bug#5380).
1320
1321 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
1322
1323 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1324
1325 2010-01-20 Glenn Morris <rgm@gnu.org>
1326
1327 * indent.el (tab-always-indent): Fix custom-type.
1328
1329 2010-01-19 Alan Mackenzie <acm@muc.de>
1330
1331 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1332 buffer throws "args out of range".
1333 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1334 playing the role of delimiter.
1335
1336 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
1337
1338 * progmodes/ada-mode.el: Fix bug#5400.
1339 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1340 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1341 changed. Delete RECURSIVE parameter; never used. Improve doc string.
1342 Improve comments in "is" portion. Handle null procedure declaration.
1343 (ada-move-to-end): Improve doc string.
1344
1345 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
1346
1347 * ido.el (ido-cur-list): Initialize to nil.
1348 Remove obsolete information from commentary.
1349 (ido-choice-list): Initialize to nil.
1350 (ido-get-bufname): Reject minibuffers.
1351 (ido-make-buffer-list): If "default" is a nonexistent
1352 buffer, ignore it, as per the function's comment.
1353 (ido-kill-buffer-internal): New function.
1354 (ido-kill-buffer-at-head): Use it.
1355 (ido-visit-buffer): Likewise.
1356
1357 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
1358
1359 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1360
1361 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
1362
1363 * cedet/ede/locate.el (ede-locate-file-in-project)
1364 (ede-locate-file-in-project-impl): Fix typos in docstrings.
1365 (ede-enable-locate-on-project): Fix typos in error messages.
1366
1367 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1368 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1369 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1370 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1371 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1372 Fix typos in menu help.
1373
1374 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1375 Fix typos in chart titles.
1376
1377 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1378 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1379 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1380 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1381 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1382 (semantic-parse-stream, semantic-parse-region)
1383 (semantic-parse-region-default, semantic--set-buffer-cache)
1384 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1385 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1386 (semantic-default-submodes):
1387 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1388 (semanticdb-create-ebrowse-database)
1389 (semanticdb-find-tags-for-completion-method)
1390 (semanticdb-find-tags-by-class-method)
1391 (semanticdb-deep-find-tags-by-name-method)
1392 (semanticdb-deep-find-tags-for-completion-method):
1393 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1394 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1395 (semanticdb-find-tags-for-completion-method)
1396 (semanticdb-find-tags-by-class-method)
1397 (semanticdb-deep-find-tags-for-completion-method):
1398 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1399 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1400 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1401 (semanticdb-find-tags-by-name-method)
1402 (semanticdb-find-tags-by-name-regexp-method)
1403 (semanticdb-find-tags-for-completion-method)
1404 (semanticdb-find-tags-by-class-method)
1405 (semanticdb-find-tags-external-children-of-type-method)
1406 (semanticdb-find-tags-subclasses-of-type-method)
1407 (semanticdb-deep-find-tags-by-name-method)
1408 (semanticdb-deep-find-tags-by-name-regexp-method)
1409 (semanticdb-deep-find-tags-for-completion-method):
1410 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1411 (semanticdb-enable-gnu-global-in-buffer)
1412 (semanticdb-find-tags-for-completion-method)
1413 (semanticdb-deep-find-tags-by-name-method)
1414 (semanticdb-deep-find-tags-for-completion-method):
1415 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1416 (javascript-mode, semanticdb-find-translate-path)
1417 (semanticdb-find-tags-for-completion-method)
1418 (semanticdb-find-tags-by-class-method)
1419 (semanticdb-deep-find-tags-by-name-method)
1420 (semanticdb-deep-find-tags-for-completion-method)
1421 (semanticdb-find-tags-external-children-of-type-method):
1422 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1423 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1424 (global-semantic-idle-scheduler-mode):
1425 * cedet/srecode/dictionary.el (srecode-field-value)
1426 (srecode-dictionary-add-section-dictionary):
1427 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1428 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1429 (describe-class, eieio-describe-generic, describe-generic):
1430 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1431 (eieio-speedbar-expand):
1432 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1433 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1434 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1435 (viper-del-backward-char-in-replace, viper-backward-indent)
1436 (viper-brac-function, viper-register-to-point, viper-submit-report):
1437 * net/tramp.el (tramp-remote-coding-commands):
1438 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1439 Fix typos in docstrings.
1440
1441 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
1442
1443 * mail/sendmail.el (mail-yank-original): Set the mark if the
1444 specified function for yanking does not do it.
1445
1446 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
1447
1448 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
1449
1450 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1451 resyncing a directory.
1452
1453 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
1454
1455 * progmodes/ada-mode.el: Fix bug#1920.
1456 (ada-ident-re): Delete ., allow multibyte characters.
1457 (ada-goto-label-re): New; matches goto labels.
1458 (ada-block-label-re): New; matches block labels.
1459 (ada-label-re): New; matches both.
1460 (ada-named-block-re): Deleted; callers changed to use
1461 `ada-block-label-re' instead.
1462 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1463 Use `ada-block-label-re'.
1464 (ada-indent-on-previous-lines): Improve handling of goto labels.
1465 (ada-get-indent-block-start): Special-case block label.
1466 (ada-get-indent-label): Split into `ada-indent-block-label' and
1467 `ada-indent-goto-label'.
1468 (ada-goto-stmt-start, ada-goto-next-non-ws):
1469 Optionally ignore goto labels.
1470 (ada-goto-next-word): Simplify.
1471 (ada-indent-newline-indent-conditional): Insert newline before
1472 trying to fix indentation; doc fix.
1473
1474 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
1475
1476 * calc/calc.el (calc-command-flags): Give it an initial value.
1477
1478 2010-01-17 Glenn Morris <rgm@gnu.org>
1479
1480 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1481
1482 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
1483
1484 * cedet/semantic.el (semantic-mode):
1485 * files.el (minibuffer-with-setup-hook):
1486 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1487 (artist-key-draw-continously, artist-key-do-continously-continously)
1488 (artist-key-set-point-continously, artist-mouse-draw-continously):
1489 Fix typos in docstrings.
1490
1491 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
1492
1493 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1494 return t (Bug#3898).
1495
1496 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
1497
1498 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1499 can parse the output of the external commands (Bug#5279).
1500
1501 2010-01-16 Jari Aalto <jari.aalto@cante.net>
1502
1503 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1504
1505 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
1506
1507 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1508
1509 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1510
1511 * startup.el (command-line): Remove unused --icon-type arg.
1512 Handle --display arg, passing it to command-line-1 (Bug#5392).
1513
1514 2010-01-16 Mario Lang <mlang@delysid.org>
1515
1516 * cedet/ede/cpp-root.el (ede-cpp-root-project):
1517 * cedet/ede/files.el (ede-expand-filename):
1518 * cedet/ede/simple.el (ede-simple-project):
1519 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1520 (semantic-complete-inline-tag-engine):
1521 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1522 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1523 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1524 * cedet/semantic/db.el (semanticdb-equivalent-mode):
1525 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1526 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1527 * emacs-lisp/chart.el (chart-translate-namezone):
1528 * textmodes/artist.el (artist-compute-popup-menu-table):
1529 Remove duplicated words in doc-strings.
1530
1531 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
1532
1533 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1534 to mairix-search to suppress threading (Bug#5342).
1535
1536 2010-01-15 Kenichi Handa <handa@m17n.org>
1537
1538 * international/mule-cmds.el (canonicalize-coding-system-name):
1539 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1540
1541 2010-01-15 Glenn Morris <rgm@gnu.org>
1542
1543 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
1544
1545 * wid-edit.el (widget-keymap): Doc fix.
1546
1547 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1548 former seems to be more widely accepted by various svn versions.
1549
1550 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1551
1552 * find-cmd.el (find-constituents):
1553 * vc-arch.el (vc-arch-root):
1554 * window.el (window-body-height, pop-up-frames):
1555 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1556 (semantic-no-reparse-needed-change-hook):
1557 * cedet/srecode/insert.el (srecode-resolve-argument-list)
1558 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1559 (srecode-template-inserter-ask, srecode-template-inserter-width)
1560 (srecode-template-inserter-section-start)
1561 (srecode-template-inserter-section-end, srecode-insert-method):
1562 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1563 * progmodes/ada-stmt.el (ada-if):
1564 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1565 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1566 (ispell-encoding8-command, ispell-aspell-supports-utf8)
1567 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1568
1569 * progmodes/flymake.el (flymake-post-syntax-check):
1570 Fix typo in error message.
1571
1572 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1573
1574 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1575 which is always a string. (Bug#5313)
1576
1577 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1578
1579 * progmodes/ada-xref.el (ada-default-prj-properties):
1580 Simplify previous change.
1581
1582 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1583
1584 * progmodes/ada-xref.el (ada-default-prj-properties):
1585 Default ada_project_path to $ADA_PROJECT_PATH.
1586
1587 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1588
1589 * progmodes/ada-mode.el (ada-create-keymap):
1590 Override `narrow-to-defun' with `ada-narrow-to-defun'.
1591
1592 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1593
1594 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1595 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1596 (ada-get-current-indent, ada-imenu-generic-expression)
1597 (ada-which-function): Check for it.
1598
1599 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1600
1601 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1602 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1603
1604 2010-01-14 Glenn Morris <rgm@gnu.org>
1605
1606 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1607
1608 2010-01-14 Kenichi Handa <handa@m17n.org>
1609
1610 * composite.el (auto-composition-mode): Make it a buffer local
1611 variable (permanent-local).
1612 (auto-composition-function): Set the default value to
1613 auto-compose-chars.
1614 (auto-composition-mode): Make it a simple function, not a minor mode.
1615 (global-auto-composition-mode): Likewise.
1616 (turn-on-auto-composition-if-enabled): Delete it.
1617
1618 2010-01-13 Karl Fogel <kfogel@red-bean.com>
1619
1620 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1621
1622 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
1623
1624 * files.el (copy-directory): Compute target for recursive
1625 directories with identical names. (Bug#5343)
1626
1627 2010-01-12 Glenn Morris <rgm@gnu.org>
1628
1629 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1630 it to bug-gnu-emacs rather than emacs-pretest-bug.
1631
1632 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1633
1634 * cedet/data-debug.el (data-debug): Fix customization group reference.
1635
1636 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1637
1638 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1639 (semantic-analyze-context, semantic-analyze-context-assignment)
1640 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1641 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1642 (semantic-java-doc-keywords-map):
1643 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1644 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1645 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1646 (semantic-c-classname, semantic-format-tag-uml-prototype)
1647 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1648 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1649 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1650 (semantic-get-local-variables, semantic-end-of-command)
1651 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1652 (lisp-mode):
1653 * cedet/semantic/bovine/make.el (makefile-mode):
1654 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1655 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1656 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1657 (semantic-lex, semantic-get-local-variables, python-mode):
1658 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1659 * cedet/srecode/extract.el (srecode-extract-state-set)
1660 (srecode-extract-method): Fix typos in docstrings.
1661
1662 2010-01-11 Sam Steingold <sds@gnu.org>
1663
1664 * imenu.el (imenu-default-create-index-function): Detect infinite
1665 loops caused by imenu-prev-index-position-function.
1666
1667 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1668
1669 * htmlfontify.el (htmlfontify-load-rgb-file)
1670 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1671 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1672 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1673 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1674 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1675 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1676 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1677 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1678 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1679 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1680 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1681 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1682 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1683 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1684 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1685 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1686 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1687 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1688 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1689 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1690 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1691 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1692 backslash-quoting from parentheses, etc.
1693
1694 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
1695
1696 * progmodes/js.el: Autoload javascript-mode alias.
1697
1698 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1699
1700 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1701 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1702 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1703 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1704 Fix typos in docstrings.
1705 (ffap-url-regexp): Doc fix.
1706 (ffap-at-mouse): Fix typo in message.
1707
1708 2010-01-11 Glenn Morris <rgm@gnu.org>
1709
1710 * version.el (emacs-copyright): Set copyright year to 2010.
1711
1712 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1713
1714 * format.el (format-annotate-function): Only set
1715 write-region-post-annotation-function after running to-fn so as not to
1716 affect nested write-region calls (bug#5273).
1717
1718 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
1719
1720 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1721 Add python parser.
1722
1723 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1724 wisent/python.el.
1725
1726 2010-01-10 Richard Kim <emacs18@gmail.com>
1727
1728 * cedet/semantic/wisent/python-wy.el:
1729 * cedet/semantic/wisent/python.el: New files.
1730
1731 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1732
1733 * man.el (Man-goto-section): Signal error if the section is not
1734 found (Bug#5317).
1735
1736 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
1737
1738 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1739 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1740
1741 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1742
1743 * progmodes/compile.el: Don't treat compile-command as safe if
1744 compilation-read-command might be nil (Bug#4218).
1745
1746 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1747
1748 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1749 NS options.
1750
1751 2010-01-08 Kenichi Handa <handa@m17n.org>
1752
1753 * international/fontset.el (build-default-fontset-data):
1754 Exclude characters in scripts kana, hangul, han, or cjk-misc.
1755
1756 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
1757
1758 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1759 to `create-file-buffer' as it expects, not just a buffer name.
1760 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1761 to help uniquify. (Bug#3224)
1762
1763 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1764
1765 * font-setting.el (font-setting-change-default-font): Use user-spec
1766 instead of name.
1767
1768 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1769
1770 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1771
1772 2010-01-05 Tom Tromey <tromey@redhat.com>
1773
1774 * progmodes/python.el (python-font-lock-keywords):
1775 Handle qualified decorators (Bug#881).
1776
1777 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1778
1779 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1780 in a lightweight checkout.
1781
1782 2010-01-05 Kenichi Handa <handa@m17n.org>
1783
1784 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1785
1786 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1787
1788 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1789
1790 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1791
1792 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1793 checkouts. (Bug#618)
1794 (vc-bzr-log-view-mode): Also highlight the author.
1795 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1796 (vc-bzr-shelve-menu-map):
1797 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1798 (vc-bzr-shelve-apply): Make prompt more explicit.
1799
1800 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
1801
1802 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1803 They are valid characters in URL paths (rfc3986), and at least
1804 Firefox does not understand the encoded version (Bug#3166).
1805
1806 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1807
1808 * progmodes/octave-mod.el (octave-end-keywords)
1809 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1810 Add "end" keyword (Bug#3061).
1811 (octave-end-as-array-index-p): New function.
1812 (calculate-octave-indent): Use it.
1813
1814 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1815
1816 * bookmark.el: Consistently put the text property on the bookmark name.
1817 (bookmark-bmenu-marks-width): Bump back to 2, to include
1818 annotation marks.
1819 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1820 property on the bookmark name, instead of not putting it at all.
1821 (bookmark-bmenu-list): Fix where we put the text property.
1822
1823 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1824
1825 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1826 for showing buffer modified state (as added in the previous change).
1827
1828 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1829
1830 * bookmark.el: Show modified state of bookmark buffer more accurately.
1831 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1832 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1833 (with-buffer-modified-unmodified): New macro.
1834 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1835 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1836 Use new macro to preserve the buffer modified state.
1837
1838 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1839
1840 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1841 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1842 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1843 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1844 (bookmark-bmenu-rename, bookmark-bmenu-locate)
1845 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1846 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1847
1848 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1849
1850 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1851 Make the lines in the generated doc string shorter. (Bug#4668)
1852
1853 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
1854
1855 * net/rcirc.el: Add follow-link binding (Bug#4738).
1856
1857 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1858
1859 * Makefile.in (bzr-update): Rename from cvs-update.
1860 (cvs-update): New target for backward compatibility.
1861
1862 * makefile.w32-in (bzr-update): Rename from cvs-update.
1863 (cvs-update): New target for backward compatibility.
1864
1865 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1866
1867 * bookmark.el: Remove gratuitous gratitude.
1868
1869 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1870
1871 * bookmark.el (bookmark-bmenu-any-marks): New function
1872 (bookmark-bmenu-save): Clear buffer modification if no marks.
1873
1874 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1875
1876 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1877 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1878 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1879 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1880
1881 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1882 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1883 To: emacs-devel {_AT_} gnu.org
1884 Subject: bookmark.el bug report
1885 Date: Mon, 28 Dec 2009 14:19:16 +0800
1886 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1887
1888 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1889
1890 * bookmark.el: Improvements suggested by Drew Adams:
1891 (bookmark-bmenu-ensure-position): New name for
1892 `bookmark-bmenu-check-position'. Just ensure the position,
1893 don't return any meaningful value.
1894 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1895 New constants.
1896
1897 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
1898
1899 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1900 (bookmark-yank-point, bookmark-bmenu-check-position):
1901 Fix typos in docstrings.
1902 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1903 (bookmark-name-from-full-record, bookmark-get-position)
1904 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1905 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1906 Remove useless quoting of parenthesis, etc. in docstrings.
1907
1908 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1909 (ediff-append-custom-diff): Fix typo in error message.
1910 (ediff-meta-mark-equal-files): Fix typos in messages.
1911
1912 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1913
1914 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1915 Fix typo in docstring.
1916
1917 * net/imap-hash.el (imap-hash-make): Doc fix.
1918 (imap-hash-test): Fix typo in error message; reflow docstring.
1919 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1920 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1921 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1922 Fix typos in docstrings.
1923 (imap-hash-open-connection): Fix typo in error message.
1924
1925 * play/gomoku.el (gomoku): Fix typos in docstring.
1926
1927 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1928 (gdb-jsonify-buffer): Fix typos in docstring.
1929 (gdb-goto-breakpoint): Fix typo in error message.
1930 ("Display Other Windows"): Fix typo in help message.
1931 (gdb-speedbar-expand-node): Fix typo in question.
1932
1933 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1934 (idlwave-html-system-help-location, idlwave-html-help-location)
1935 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1936 (idlwave-help-browser-generic-args, idlwave-help-directory)
1937 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1938 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1939 (idlwave-online-help, idlwave-help-html-link)
1940 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1941 Fix typos in docstrings.
1942 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1943 Reflow docstrings.
1944 (idlwave-help-assistant-start): Fix typo in error message.
1945
1946 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1947 (octave-electric-space): Fix typos in docstrings.
1948
1949 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1950
1951 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1952
1953 2010-01-01 Juri Linkov <juri@jurta.org>
1954
1955 * comint.el (comint-input-ring-size): Make it a defcustom and
1956 increase the default to 500 (Bug#5148).
1957
1958 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
1959
1960 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1961 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1962 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1963
1964 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
1965
1966 Show working revision correctly for mercurial.
1967 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1968 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1969
1970 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
1971
1972 Declare some functions for the byte-compiler.
1973 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1974 (speedbar-timer-fn, speedbar-change-expand-button-char)
1975 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1976
1977 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
1978
1979 This changeset reverts GDB Graphical Interface to use annotations.
1980 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1981
1982 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1983
1984 Make vc-dir work on subdirectories of the bzr root.
1985 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1986 file names relative to it.
1987 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1988 relative directory to vc-bzr-after-dir-status.
1989
1990 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1991
1992 * font-lock.el (font-lock-refresh-defaults): New function, which
1993 can be used to let font-lock react to external changes in
1994 variables like font-lock-defaults and keywords.
1995 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1996
1997 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1998
1999 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2000
2001 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2002
2003 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
2004
2005 Supersede color.diff settings in git log (bug#5211).
2006
2007 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2008 escape chars in its output when the user has color.diff set to `always'.
2009 This fix works on git 1.4.2 and newer (released on 2006-08-13).
2010
2011 2009-12-26 Kevin Ryde <user42@zip.com.au>
2012
2013 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2014 node. Keep previous "Index" name to work with past coreutils too.
2015
2016 * man.el (man): Revise docstring a bit to show -a and -l as
2017 examples. Add -k description since support for it has otherwise
2018 been a secret. (Further to bug#3717.)
2019 (Man-bgproc-sentinel): When "-k foo" produces no output show error
2020 "no matches" rather than "Can't find manpage", as the latter reads
2021 like -k was interpreted as a page name, which is not so. (Bug#5431)
2022
2023 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
2024
2025 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2026 switches. Check also for //SUBDIRED// line.
2027
2028 2009-12-25 Kenichi Handa <handa@m17n.org>
2029
2030 * language/indian.el (devanagari-composable-pattern): Fixed to
2031 handle ZWNJ and ZWJ. Use it in composition-function-table for
2032 Devanagari.
2033 (malayalam-composable-pattern): Fix previous change.
2034
2035 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2036
2037 * ps-print.el (ps-face-attributes): It was not returning the
2038 attribute face for faces specified as string. Reported by harven
2039 <harven@free.fr>.
2040 (ps-print-version): New version 7.3.5.
2041
2042 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
2043
2044 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
2045 timezone names.
2046 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
2047 (icalendar--add-diary-entry): Remove the trailing blank that
2048 diary-make-entry inserts.
2049
2050 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
2051
2052 Make `file-expand-wildcards' work for remote files.
2053
2054 * files.el (file-expand-wildcards): In case of remote files, check
2055 only local file name part for wildcards. Provide feature 'files
2056 and subfeature 'remote-wildcards. (Bug#5198)
2057
2058 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2059 if there is already an established connection.
2060 (tramp-advice-file-expand-wildcards): Remove it.
2061
2062 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2063 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
2064 Activate advice for older GNU Emacs versions. (Bug#5237)
2065
2066 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
2067
2068 Some doc fixes (more needed).
2069
2070 * find-cmd.el (find-constituents): Reflow docstring.
2071 (find-cmd, find-prune, find-command): Fix typos in docstrings.
2072 (find-generic): Doc fix.
2073
2074 2009-12-17 Juri Linkov <juri@jurta.org>
2075
2076 Fix regression from 23.1 to allow multiple modes in Local Variables.
2077
2078 * files.el (hack-local-variables-filter): While ignoring duplicates,
2079 don't take `mode' into account.
2080 (hack-local-variables-filter, hack-dir-local-variables): Don't
2081 remove duplicate `mode' from local-variables-alist (like `eval').
2082
2083 2009-12-17 Juri Linkov <juri@jurta.org>
2084
2085 Make `dired-diff' more safe. (Bug#5225)
2086
2087 * dired-aux.el (dired-diff): Signal an error when `file' equals to
2088 `current' or when `file' is a directory of the `current' file.
2089
2090 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
2091
2092 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2093 unconditionally preloaded files.
2094
2095 2009-12-16 Juri Linkov <juri@jurta.org>
2096
2097 Revert to old 23.1 logic of using the file at the mark as default.
2098 * dired-aux.el (dired-diff): Use the file at the mark as default
2099 if it's not the same as the current file, and the target dir is
2100 the current dir or the mark is active. Add the current file
2101 as the arg of `dired-dwim-target-defaults'. Use the default file
2102 in the prompt. (Bug#5225)
2103
2104 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
2105
2106 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2107 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2108 (tramp-check-for-regexp): Check also, when an echoing shell stops
2109 to echo sent commands.
2110
2111 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2112
2113 * Makefile.in: Revert last change (Bug#5191).
2114
2115 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2116
2117 * vc-hg.el (vc-hg-print-log): Fix argument order.
2118 (vc-hg-working-revision): Make sure the command is executed in a
2119 known environment so that we can parse the output. (Bug#4417)
2120
2121 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2122
2123 * progmodes/python.el (python-symbol-completions): Remove text
2124 properties from symbol string before calling python-send-receive.
2125
2126 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
2127
2128 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2129 when there are values for both file and line. (Bug#5060)
2130
2131 2009-12-14 Juri Linkov <juri@jurta.org>
2132
2133 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2134 whitespace after the file name of the first line of unified format,
2135 because git-diff doesn't output whitespace and file modification time
2136 after the file name.
2137
2138 2009-12-14 David Kastrup <dak@gnu.org>
2139
2140 * info.el (Info-hide-cookies-node): Before hiding a cookie,
2141 check if it already has the `display' property added by
2142 `Info-display-images-node', and not put the `invisible' property
2143 in this case.
2144
2145 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2146
2147 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2148 (semantic-mru-bookmark-mode): Doc fixes.
2149
2150 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2151 of assert.
2152
2153 2009-12-13 Glenn Morris <rgm@gnu.org>
2154
2155 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2156 (report-emacs-bug): In message-mode, sort manually before storing
2157 original report text. (Bug#5178)
2158 Remove superfluous save-excursion.
2159
2160 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
2161
2162 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2163 when responding to "GetAll" properties.
2164
2165 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
2166
2167 * simple.el (compose-mail): Remove mail-setup-with-from from
2168 customization checks.
2169
2170 2009-12-12 Eli Zaretskii <eliz@gnu.org>
2171
2172 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2173 RAR archives created on Unix systems.
2174
2175 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2176
2177 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2178 the varalias that was accidentally removed by the 2009-11-19 change
2179 (bug#5186).
2180
2181 2009-12-12 Kenichi Handa <handa@m17n.org>
2182
2183 * language/indian.el (indian-compose-regexp): New function.
2184 (malayalam-composable-pattern): Fix the pattern.
2185 (composition-function-table): Set malayalam-composable-pattern for
2186 Malayalam characters.
2187
2188 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
2189
2190 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2191 rather than down-mouse-1, based on follow-link conventions.
2192
2193 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2194 are compiled.
2195
2196 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
2197
2198 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2199 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2200 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2201 (verilog-leap-to-head, verilog-backward-token):
2202 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
2203
2204 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2205
2206 * progmodes/verilog-mode.el (verilog-auto-lineup)
2207 (verilog-nameable-item-re): Cleanup user-visible spelling and
2208 documentation errors. One reported by Gary Delp.
2209 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2210 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2211 package, bug195. Reported by Pierre-David Pfister.
2212
2213 2009-12-11 Glenn Morris <rgm@gnu.org>
2214
2215 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2216
2217 * mail/emacsbug.el: No longer require sendmail.
2218 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2219 (report-emacs-bug-orig-text): Doc fix.
2220 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2221 New local variables, to adapt to different mail-user-agents.
2222 (report-emacs-bug): Fix test for a gnu.org address.
2223 Use overlays for emphasis, since font-lock defeats 'face property.
2224 Pretest bugs also end up at the newsgroup these days.
2225 Stop message-mode stripping text properties.
2226 Set and use the new buffer-local variables.
2227 (report-emacs-bug-hook): Add doc-string.
2228 Remove some unnecessary save-excursions and simplify.
2229 Use the appropriate hook and send-command.
2230
2231 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2232 capitalization of some menu entries.
2233
2234 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2235
2236 * whitespace.el (whitespace-display-char-on): Ensure
2237 `buffer-display-table' is unique when two or more windows are
2238 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2239 New version 12.1.
2240
2241 2009-12-10 Eli Zaretskii <eliz@gnu.org>
2242
2243 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2244 characters in the Attribute field.
2245
2246 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2247
2248 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2249
2250 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2251
2252 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2253 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2254 Disregard autoload-excludes.
2255 (update-directory-autoloads): Obey autoload-excludes here instead.
2256 But don't store its contents in no-autoloads and remove entries that
2257 refer to excludes files.
2258
2259 2009-12-10 Glenn Morris <rgm@gnu.org>
2260
2261 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2262 (expand-mail-aliases): Define for compiler.
2263
2264 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2265 Define for compiler.
2266
2267 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2268 appropriate for the mail-user-agent in use.
2269
2270 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
2271
2272 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2273
2274 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2275
2276 Fix short log parsing and fontification.
2277 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2278 Fix fontification for the [merge] label.
2279
2280 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2281
2282 Drop some properties to avoid surprises.
2283 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2284 (hfy-fontify-buffer): Use it.
2285
2286 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2287
2288 Minor cleanup.
2289 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2290 Adjust all callers.
2291 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2292 args compulsory. Adjust callers.
2293 (ffap-gopher-at-point): Remove unused var `name'.
2294
2295 Get rid of the ELCFILES abomination.
2296 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2297 (compile-elcfiles): New phony target.
2298 (compile-main): Compute ELCFILES dynamically.
2299 (compile-clean): New target to remove left-over elc files.
2300 (compile, all): Use it.
2301
2302 2009-12-09 Kenichi Handa <handa@etlken>
2303
2304 * international/mule-diag.el: Require help-mode instead of help-fns.
2305
2306 2009-12-09 Kenichi Handa <handa@m17n.org>
2307
2308 * international/mule-cmds.el (ucs-names): Supply sufficiently
2309 fine ranges instead of pre-calculating accurate ranges.
2310 Iterate with bigger gc-cons-threshold.
2311
2312 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2313
2314 Add support for stashing a snapshot of the current tree.
2315 * vc-git.el (vc-git-stash-snapshot): New function.
2316 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2317
2318 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2319
2320 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2321 instead of `(beginning|end)-of-line'.
2322
2323 2009-12-08 Glenn Morris <rgm@gnu.org>
2324
2325 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2326
2327 * Makefile.in (ELCFILES): Regenerate.
2328
2329 2009-12-07 Juri Linkov <juri@jurta.org>
2330
2331 Don't lazy-highlight the comint output in history Isearch mode.
2332
2333 * comint.el (comint-history-isearch-search): Instead of
2334 `comint-line-beginning-position', use `comint-after-pmark-p'
2335 to check if point if before the process mark, and go to
2336 `process-mark' in this case.
2337
2338 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2339
2340 * textmodes/tex-mode.el (latex-complete)
2341 (latex-indent-or-complete): Remove.
2342 (latex-mode): Set completion-at-point-functions instead.
2343
2344 Provide a standard completion command and hook it into TAB.
2345 * minibuffer.el (completion-at-point-functions): New var.
2346 (completion-at-point): New command.
2347 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2348 * progmodes/python.el (python-mode-map): Use completion-at-point.
2349 (python-completion-at-point): Rename from python-partial-symbol and
2350 adjust for use in completion-at-point-functions.
2351 (python-mode): Setup completion-at-point for Python completion.
2352 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2353 extracted from lisp-complete-symbol.
2354 (lisp-complete-symbol): Use it.
2355 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2356 setup completion-at-point for Elisp completion.
2357 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2358 Use completion-at-point.
2359 * ielm.el (ielm-map): Use completion-at-point.
2360 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2361 * progmodes/sym-comp.el: Move to...
2362 * obsolete/sym-comp.el: Move from progmodes.
2363
2364 2009-12-07 Eli Zaretskii <eliz@gnu.org>
2365
2366 Prevent save-buffer in Rmail buffers from using the coding-system
2367 of the current message, and from clobbering the encoding mnemonics
2368 in the mode line (Bug#4623).
2369
2370 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2371 flag, too.
2372 (rmail-message-encoding): New variable.
2373 (rmail-write-region-annotate): Record the encoding of the current
2374 message in rmail-message-encoding.
2375 (rmail-after-save-hook): New function, restores the encoding of
2376 the current message after the message collection is saved.
2377
2378 2009-12-07 Juri Linkov <juri@jurta.org>
2379
2380 * progmodes/grep.el (grep-read-files): Use `completing-read'
2381 instead of `read-string'. Set its `collection' arg to
2382 `read-file-name-internal'. (Bug#4301)
2383
2384 2009-12-07 Juri Linkov <juri@jurta.org>
2385
2386 Correctly restore original Isearch point. (Bug#4994)
2387
2388 * isearch.el (isearch-mode): Move `isearch-push-state' after
2389 `(run-hooks 'isearch-mode-hook)'.
2390 (isearch-cancel): When `isearch-push-state-function' is defined,
2391 let-bind `isearch-cmds' to the first state (the last element of
2392 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2393 function and restores the original point). Otherwise, move point
2394 to `isearch-opoint'.
2395
2396 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2397
2398 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2399 chars that don't have names, so the table can be built much faster at
2400 run-time.
2401
2402 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
2403
2404 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2405 change. Suggested by David Kastrup.
2406
2407 * simple.el (compose-mail): Check for incompatibilities and warn.
2408 (compose-mail-user-agent-warnings): New option.
2409
2410 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2411
2412 Support showing a single log entry from vc-annotate.
2413 * vc.el (print-log): Add a new argument: START-REVISION.
2414 (vc-print-log-internal): Add a new optional argument and
2415 pass it to the backend.
2416 (vc-print-log, vc-print-root-log): Adjust callers.
2417 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2418 buffer already displays the requested log entry, use it.
2419 Otherwise display only the log entry in question.
2420 * vc-svn.el (vc-svn-print-log):
2421 * vc-mtn.el (vc-mtn-print-log):
2422 * vc-hg.el (vc-hg-state):
2423 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2424 (vc-git-show-log-entry): Return t on success.
2425 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2426 (vc-bzr-show-log-entry): Return t on success.
2427 * vc-rcs.el (vc-rcs-print-log):
2428 * vc-sccs.el (vc-sccs-print-log):
2429 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2430
2431 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2432
2433 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2434 Add menus to the meta mode. (Bug#5043)
2435
2436 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
2437
2438 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2439 event-key.
2440
2441 * ediff.el (ediff-buffers-internal): Add unwind-protect.
2442
2443 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
2444
2445 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
2446 Berbain <raphael.berbain@gmail.com>.
2447
2448 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
2449 characters.
2450 (tramp-initial-end-of-output): New defconst.
2451 (tramp-methods, tramp-find-shell)
2452 (tramp-open-connection-setup-interactive-shell)
2453 (tramp-maybe-open-connection): Use it.
2454 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2455 existence of `#' and `$'.
2456
2457 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2458 `tramp-initial-end-of-output'.
2459
2460 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2461
2462 Get the background mode from the terminal for xterm, and set
2463 faces accordingly.
2464 * term/xterm.el (xterm-set-background-mode): New function.
2465 (terminal-init-xterm): Use it in case xterm supports background
2466 color queries. Recompute faces after getting the background
2467 color.
2468
2469 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
2470
2471 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2472 number comment back on its own line, for easier parsing.
2473
2474 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2475
2476 Make it work for non-file buffers (bug#5102).
2477 * doc-view.el (doc-view-current-cache-dir):
2478 Use doc-view-buffer-file-name rather than buffer-file-name.
2479 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2480
2481 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
2482
2483 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2484 author field is too short.
2485
2486 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
2487
2488 * vc-git.el (vc-git-print-log): Handle a limit argument.
2489 Display the short log in graph form and with labels.
2490 (vc-git-log-view-mode): Handle labels.
2491
2492 Make vc-revert change VC state from 'added to 'unregistered.
2493 * vc-git.el (vc-git-revert): Call git reset first.
2494
2495 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2496
2497 * net/newst-backend.el, net/newst-plainview.el:
2498 * net/newst-reader.el, net/newst-ticker.el:
2499 * net/newst-treeview.el, net/newsticker.el:
2500 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
2501
2502 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2503
2504 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2505
2506 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2507 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
2508 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2509 Update annotation regexp.
2510
2511 * simple.el (beginning-of-visual-line): Constrain to field
2512 boundaries (Bug#5106).
2513
2514 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2515
2516 * xml.el (xml-substitute-numeric-entities): Move
2517 newsticker--decode-numeric-entities in newst-backend.el to
2518 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2519 * net/newst-backend.el (newsticker--parse-generic-feed)
2520 (newsticker--parse-generic-items)
2521 (newsticker--decode-numeric-entities): Move
2522 newsticker--decode-numeric-entities in newst-backend.el to
2523 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2524
2525 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
2526
2527 * progmodes/js.el (js--js-not): Add null to the list of values.
2528
2529 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2530
2531 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2532
2533 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2534
2535 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2536 delimiter if it is at the end of the current line.
2537 (bibtex-generate-url-list): Fix docstring.
2538
2539 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2540
2541 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2542 minibuffer's content with itself.
2543 Fold the confirm-after-completion case into the `confirm' case.
2544 (completion-pcm-word-delimiters): Add : and / to the delimiters.
2545
2546 2009-12-06 Kevin Ryde <user42@zip.com.au>
2547
2548 * ffap.el (ffap-rfc-path): Make this a defcustom since
2549 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
2550
2551 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2552 manuals, similar to existing setup for help-mode. (Bug#3913.)
2553
2554 2009-12-05 Juri Linkov <juri@jurta.org>
2555
2556 Save and restore dired buffer's point positions too. (Bug#4880)
2557
2558 * dired.el (dired-save-positions): Return in the first element
2559 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2560 Doc fix.
2561 (dired-restore-positions): First restore buffer's position.
2562 While restoring window's positions, check if window still displays
2563 the original buffer.
2564
2565 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
2566
2567 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2568 if possible.
2569
2570 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2571 Make argument optional.
2572
2573 * shell.el (shell): Require ansi-color (Bug#5113).
2574
2575 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2576
2577 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2578
2579 2009-12-05 Alan Mackenzie <acm@muc.de>
2580
2581 * progmodes/cc-mode.el (c-before-hack-hook)
2582 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2583 `c-file-style' to work again. This reversion restores the current
2584 software to its state in Emacs 23.1. (Bug#4146)
2585
2586 2009-12-05 Kevin Ryde <user42@zip.com.au>
2587
2588 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2589 comment-start-skip to comment-end-skip as comment (Bug#4781).
2590
2591 2009-12-05 Juri Linkov <juri@jurta.org>
2592
2593 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2594 for virtual nodes. (Bug#4147)
2595 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2596 when moving from a virtual node.
2597 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2598 (Info-mode): Add `Info-virtual-index' to the docstring.
2599
2600 2009-12-05 Eric Ludlam <zappo@gnu.org>
2601
2602 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2603 Describe project macro symbols.
2604
2605 * cedet/semantic/complete.el (semantic-complete-do-completion):
2606 Don't call semantic-collector-current-exact-match.
2607
2608 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2609 ede-objects as targets.
2610
2611 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2612 a target's object list even if compiler vars are already in the
2613 Makefile.
2614
2615 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2616 list of headers producing necessary macros.
2617
2618 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2619
2620 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2621 track of the buffer position of the end of a BibTeX entry as this
2622 position may change during reformatting.
2623 (bibtex-format-entry): Remove whitespace before processing
2624 numerical fields so that we recognize the latter properly.
2625 (bibtex-reformat): Do not use push which changes the global value
2626 of bibtex-entry-format.
2627 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2628 (bibtex-field-re-init): Replace only space characters by regexp
2629 for whitespace.
2630 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2631 (bibtex-initialize): Also update bibtex-strings.
2632 (bibtex-kill-field): Preserve white space at end of entry.
2633 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2634 Update bibtex-reference-keys.
2635
2636 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2637
2638 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2639 point after a star, if that's the only place where modifications can
2640 make progress.
2641
2642 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2643
2644 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2645 in docstrings.
2646
2647 2009-12-04 Juri Linkov <juri@jurta.org>
2648
2649 * proced.el (proced): Call `(proced-update t)' to update process
2650 information instead of only running proced-post-display-hook.
2651 (proced-send-signal): Add a leading space to the buffer name
2652 " *Marked Processes*" to make this buffer ephemeral.
2653
2654 2009-12-04 Juri Linkov <juri@jurta.org>
2655
2656 * dired.el (dired-auto-revert-buffer): New defcustom.
2657 (dired-internal-noselect): Use it.
2658
2659 2009-12-04 Juri Linkov <juri@jurta.org>
2660
2661 Change roles of modes and functions in image-mode.el (Bug#5062).
2662
2663 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2664 in `auto-mode-alist'.
2665 (image-mode-previous-major-mode): New variable.
2666 (image-minor-mode-map): Rename from `image-mode-text-map'.
2667 (image-mode): Move graceful error-handling code from
2668 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2669 (image-minor-mode): Remove all image-handling code.
2670 Replace `image-mode-text-map' with `image-minor-mode-map'.
2671 Check for `image-type' in mode-line format string.
2672 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2673 (image-mode-as-text): New function with most code from
2674 `image-mode-maybe'.
2675 (image-toggle-display-text): Move code that removes image
2676 properties from `image-toggle-display' to here.
2677 (image-toggle-display-image): New function with code that adds
2678 image properties copied from `image-toggle-display'.
2679 (image-toggle-display): Remove most code with leaving only code
2680 that toggles between `image-mode-as-text' and `image-mode'.
2681
2682 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
2683
2684 * net/newst-treeview.el
2685 (newsticker--treeview-list-highlight-start): Restored call to
2686 save-excursion: Selected item was stuck.
2687 (newsticker--treeview-list-select): New.
2688 (newsticker--treeview-item-show-text)
2689 (newsticker--treeview-item-show)
2690 (newsticker--treeview-item-update): Use new
2691 newsticker-treeview-item-mode.
2692 (newsticker-treeview-update): Keep current item.
2693 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2694 (newsticker--treeview-first-feed): Doc change.
2695 (newsticker-treeview-list-menu)
2696 (newsticker-treeview-item-menu): Added menu entries.
2697 (newsticker-treeview-item-mode): New.
2698
2699 * net/newst-backend.el (newsticker-customize): Delete other
2700 windows.
2701
2702 2009-12-04 Sam Steingold <sds@gnu.org>
2703
2704 * log-view.el (log-view-mode-map): "q" calls quit-window,
2705 like in all the other non-self-insert buffers.
2706
2707 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2708
2709 Minor cleanup.
2710 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2711 key decoding rather than do it manually via last-input-event +
2712 ascii-character.
2713 (term-exec): Use delete-and-extract-region.
2714 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2715 (term-process-pager): Remove unused var `i'.
2716 (term-dynamic-simple-complete): Make obsolete.
2717 (serial-update-config-menu): Remove unused vars `y' and `str'.
2718 (term-update-mode-line): Remove unused var `temp'.
2719
2720 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2721
2722 Limit the number of log entries displayed by default.
2723 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2724 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2725 using a prefix argument.
2726
2727 2009-12-03 Glenn Morris <rgm@gnu.org>
2728
2729 * progmodes/idlwave.el (class): Restore still useful declaration.
2730
2731 2009-12-03 Alan Mackenzie <acm@muc.de>
2732
2733 Enhance `c-parse-state' to run efficiently in "brace deserts".
2734
2735 * progmodes/cc-mode.el (c-basic-common-init):
2736 Call c-state-cache-init.
2737 (c-neutralize-syntax-in-and-mark-CPP): Rename from
2738 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
2739 placing `category' properties value 'c-cpp-delimiter at its boundaries.
2740
2741 * progmodes/cc-langs.el (c-before-font-lock-function):
2742 c-extend-and-neutralize-syntax-in-CPP has been renamed
2743 c-neutralize-syntax-in-and-mark-CPP.
2744
2745 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2746 with `category' properties now, not `syntax-table' ones.
2747
2748 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2749 enhanced (but slower) version of c-end-of-macro that won't land
2750 inside a literal or on another awkward character.
2751 (c-state-cache-too-far, c-state-cache-start)
2752 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2753 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2754 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2755 (c-state-min-scan-pos, c-state-brace-pair-desert)
2756 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2757 buffer local variables.
2758 (c-state-literal-at, c-state-lit-beg)
2759 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2760 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2761 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2762 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2763 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2764 (c-renarrow-state-cache)
2765 (c-append-lower-brace-pair-to-state-cache)
2766 (c-state-push-any-brace-pair, c-append-to-state-cache)
2767 (c-remove-stale-state-cache)
2768 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2769 (c-invalidate-state-cache-1, c-parse-state-1)
2770 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2771 (c-parse-state): Enhance and refactor.
2772 (c-debug-parse-state): Amend to deal with all the new variables.
2773
2774 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2775 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2776 modify to use category text properties rather than syntax-table ones.
2777 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2778 to switch off/on the syntactic paren property of C++ template
2779 delimiters using the category property.
2780 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2781 template delims suppressed.
2782 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2783 New constant/macros which apply category properties to the start
2784 and end of preprocessor constructs.
2785 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2786 "comment out" the syntactic value of characters in preprocessor
2787 constructs.
2788 (c-with-cpps-commented-out)
2789 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2790 with characters in all or all but one preprocessor constructs
2791 "commented out".
2792
2793 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2794
2795 * proced.el (proced-filter-alist): Use regexp-quote.
2796
2797 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
2798
2799 Cleanup.
2800 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2801 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2802 arguments. Expand `default-directory'.
2803
2804 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2805 the benefit of returning an expanded localname.
2806 (tramp-tramp-file-p): Handle the case NAME is not a string.
2807
2808 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2809
2810 Add support for bzr shelve/unshelve.
2811 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2812 (vc-bzr-extra-menu-map): New variables.
2813 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2814 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2815 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2816 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2817 (vc-bzr-dir-extra-headers): Display shelves.
2818
2819 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2820
2821 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2822
2823 * textmodes/bibtex.el (bibtex-complete-internal):
2824 Use completion-in-region.
2825 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2826
2827 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2828
2829 Support applying stashes. Improve UI.
2830 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2831 (vc-git-stash-apply, vc-git-stash-pop)
2832 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2833 (vc-git-stash-menu): New functions.
2834 (vc-git-stash-menu-map): New variable.
2835 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2836
2837 2009-12-03 Glenn Morris <rgm@gnu.org>
2838
2839 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2840 (vc-print-log-internal): Fix previous change.
2841 (vc-revert): Correct pluralization.
2842
2843 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2844
2845 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2846 it to be an alist any more.
2847 (makefile-complete): Use completion-in-region.
2848
2849 * progmodes/octave-mod.el (octave-complete-symbol):
2850 Use completion-in-region.
2851
2852 Misc cleanup.
2853 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2854 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2855 (idlwave-complete-class): Don't quote lambda.
2856 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2857 (idlwave-mode-map): Move initialization into declaration.
2858 (idlwave-action-and-binding): Use backquotes.
2859 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2860 Simplify.
2861 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2862 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2863 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2864 `parts', and `all-parts'.
2865 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2866 (idlwave-convert-xml-system-routine-info): Remove unused string
2867 `version-string'.
2868 (idlwave-display-user-catalog-widget): Use dolist.
2869 (idlwave-scanning-lib): Declare dynamically-scoped var.
2870 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2871 (completion-highlight-first-word-only): Declare to silence bytecomp.
2872 (idlwave-popup-select): Tighten scope of `resp'.
2873 (idlwave-find-struct-tag): Remove unused var `beg'.
2874 (idlwave-after-load-rinfo-hook): Declare.
2875 (idlwave-sintern-class-info): Remove unused var `taglist'.
2876 (idlwave-find-class-definition): Remove unused var `list'.
2877 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2878 (idlwave-what-module-find-class): Remove unused var `classes'.
2879
2880 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
2881
2882 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2883
2884 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2885
2886 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2887 buffers visited. Remove redundant current-buffer-saving.
2888
2889 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2890
2891 Use completion-in-buffer and remove uses of dynamic scoping.
2892 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2893 (pascal-buffer-to-use, pascal-flag): Don't declare.
2894 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2895 (pascal-get-completion-decl, pascal-keyword-completion):
2896 Add `pascal-str' argument, save-excursion,
2897 return the found completions, and don't filter with pascal-pred.
2898 (pascal-completion-cache): New var.
2899 (pascal-completion): Don't switch buffer any more (it was never
2900 necessary). Don't save-excursion any more (it's done by the called
2901 subroutines). Use a cache to avoid redundant computations.
2902 Use complete-with-action rather than pascal-completion-response and
2903 let it apply the predicate as well.
2904 (pascal-complete-word): Use completion-in-buffer when
2905 pascal-toggle-completions is nil.
2906 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2907 not used any more.
2908 (pascal-comp-defun): Don't change buffer any more.
2909 Use complete-with-action rather than pascal-completion-response and
2910 let it apply the predicate as well.
2911 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2912 when neded.
2913
2914 2009-12-02 Kenichi Handa <handa@m17n.org>
2915
2916 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2917 shape for all Indic scripts.
2918
2919 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2920
2921 Use completion-in-buffer.
2922 * wid-edit.el (widget-field-text-end): New function.
2923 (widget-field-value-get): Use it.
2924 (widget-string-complete, widget-file-complete)
2925 (widget-color-complete): Use it and completion-in-region.
2926 (widget-complete): Don't narrow the buffer.
2927
2928 2009-12-02 Glenn Morris <rgm@gnu.org>
2929
2930 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2931 (rmail-select-summary): Use rmail-pop-to-buffer.
2932 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2933 rmail-pop-to-buffer, to prevent horizontal splits.
2934
2935 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2936 save-excursion with save-current-buffer.
2937 Widen before searching. (Bug#5093)
2938 (diary-list-sexp-entries): Remove superfluous save-excursion.
2939
2940 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
2941
2942 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2943 name. (Bug#5038)
2944
2945 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2946
2947 * ido.el (ido-file-internal): Handle filenames at point that do
2948 not have a directory part. (Bug#5049)
2949
2950 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
2951
2952 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2953 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2954
2955 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2956
2957 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2958 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2959 any more.
2960
2961 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2962
2963 * comint.el (comint-insert-input): Ignore clicks to the right of
2964 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2965
2966 * vc.el (vc-print-log-internal): Don't wait for the process to
2967 terminate before setting up the major mode.
2968
2969 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2970 in case.
2971
2972 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2973 the last element.
2974
2975 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2976
2977 2009-12-01 Glenn Morris <rgm@gnu.org>
2978
2979 * window.el (window--display-buffer-2): Fix previous changes.
2980
2981 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
2982
2983 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2984
2985 2009-12-01 Glenn Morris <rgm@gnu.org>
2986
2987 * Makefile.in (ELCFILES): Add mpc.elc.
2988
2989 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2990
2991 * mpc.el: New file.
2992
2993 2009-12-01 Glenn Morris <rgm@gnu.org>
2994
2995 * window.el (window-to-use): Define for compiler.
2996
2997 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2998 consistent with others (no final period).
2999
3000 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3001 (rmail-mime-show): Downcase the encoding. (Bug#5070)
3002
3003 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3004
3005 Make vc-print-log buttons work.
3006 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3007
3008 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
3009
3010 * savehist.el (savehist-autosave-interval): Allow setting to nil
3011 through customize. (Bug#5056)
3012
3013 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
3014
3015 Fix references to jit-lock properties.
3016 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3017 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3018 (perl-font-lock-special-syntactic-constructs):
3019 Quote jit-lock-defer-multiline property.
3020
3021 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3022
3023 * vc-git.el (vc-git-registered): Call vc-git-root only once.
3024
3025 2009-11-30 Juri Linkov <juri@jurta.org>
3026
3027 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3028 value `buffer' of `multi-isearch-next-buffer-current-function'.
3029 Use `(current-buffer)' when `buffer' is nil.
3030 (multi-isearch-next-buffer-from-list): Don't fallback to
3031 `(current-buffer)' when `buffer' is nil. (Bug#4947)
3032
3033 2009-11-30 Juri Linkov <juri@jurta.org>
3034
3035 * misearch.el (multi-isearch-read-buffers): Move canonicalization
3036 of buffers with `get-buffer' to `multi-isearch-buffers'.
3037 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3038 Canonicalize BUFFERS with `get-buffer'. Doc fix.
3039 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3040 FILES with `expand-file-name' converting relative file names
3041 to absolute. Doc fix. (Bug#4727)
3042
3043 2009-11-30 Juri Linkov <juri@jurta.org>
3044
3045 * misearch.el (multi-isearch-read-buffers)
3046 (multi-isearch-read-matching-buffers): New functions.
3047 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3048 Use them in the `interactive' spec. Doc fix.
3049 (multi-isearch-read-files, multi-isearch-read-matching-files):
3050 New functions.
3051 (multi-isearch-files, multi-isearch-files-regexp):
3052 Use them in the `interactive' spec. Doc fix. (Bug#4725)
3053
3054 2009-11-30 Juri Linkov <juri@jurta.org>
3055
3056 * doc-view.el (doc-view-continuous):
3057 Rename from `doc-view-continuous-mode'.
3058 (doc-view-menu): Move "Toggle display" to the top.
3059 Add submenu "Continuous" with radio buttons "Off"/"On"
3060 and "Save as Default".
3061 (doc-view-scroll-up-or-next-page)
3062 (doc-view-scroll-down-or-previous-page)
3063 (doc-view-next-line-or-next-page)
3064 (doc-view-previous-line-or-previous-page): Rename
3065 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
3066
3067 2009-11-30 Juri Linkov <juri@jurta.org>
3068
3069 * comint.el (comint-mode-map): Rebind `M-r' from
3070 `comint-previous-matching-input' to
3071 `comint-history-isearch-backward-regexp'.
3072 Unbind `M-s' to allow global key binding `M-s'.
3073 Add menu items for `comint-history-isearch-backward' and
3074 `comint-history-isearch-backward-regexp'. (Bug#3746)
3075
3076 2009-11-30 Juri Linkov <juri@jurta.org>
3077
3078 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3079 For def=recenter, replace `recenter' with `recenter-top-bottom'
3080 that is called with `this-command' and `last-command' let-bound
3081 to `recenter-top-bottom'. When the last `def' was not `recenter',
3082 set `recenter-last-op' to nil. (Bug#4981)
3083
3084 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3085
3086 Minor cleanup and simplification.
3087 * filecache.el (file-cache-add-directory)
3088 (file-cache-add-directory-recursively)
3089 (file-cache-add-from-file-cache-buffer)
3090 (file-cache-delete-file-regexp, file-cache-delete-directory)
3091 (file-cache-files-matching-internal, file-cache-display): Use dolist.
3092 (file-cache-temp-minibuffer-message): Delete function.
3093 (file-cache-minibuffer-complete): Use minibuffer-message instead.
3094
3095 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3096 Don't signal an error when bumping into EOB in tr, s, or y.
3097
3098 2009-11-29 Juri Linkov <juri@jurta.org>
3099
3100 * startup.el (fancy-about-text): Fix wording of Guided Tour.
3101 (Bug#4960)
3102
3103 * descr-text.el (describe-char-unidata-list): Use lowercase name
3104 for "Unicode name" like in other tags.
3105
3106 2009-11-29 Juri Linkov <juri@jurta.org>
3107
3108 * ediff-util.el (ediff-minibuffer-with-setup-hook):
3109 New compatibility macro.
3110 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3111
3112 2009-11-29 Juri Linkov <juri@jurta.org>
3113
3114 Add defcustom to define the cycling order of `recenter-top-bottom'.
3115 (Bug#4981)
3116
3117 * window.el (recenter-last-op): Doc fix.
3118 (recenter-positions): New defcustom.
3119 (recenter-top-bottom): Rewrite to use `recenter-positions'.
3120 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3121
3122 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
3123
3124 Improve integration of Tramp and ange-ftp in eshell.
3125
3126 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3127 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
3128 (eshell/sudo): Flatten args. Let-bind `default-directory'.
3129
3130 * eshell/esh-util.el (top): Require also Tramp when compiling.
3131 (eshell-directory-files-and-attributes): Check for FTP remote
3132 connection.
3133 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3134 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3135 (eshell-file-attributes): Handle ".". Return `entry'.
3136
3137 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3138 (ange-ftp-directory-files-and-attributes)
3139 (ange-ftp-real-directory-files-and-attributes): New defuns.
3140
3141 * net/tramp.el (tramp-maybe-open-connection): Open the remote
3142 shell with "exec" when possible. This prevents trailing prompts
3143 in `start-file-process'.
3144
3145 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3146
3147 Try and remove assumptions about point-min==1.
3148 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3149 (rng-compute-mode-line-string): Show the validation percentage in
3150 terms of the narrowed text, not the widened text.
3151 (rng-do-some-validation): Don't catch internal errors when debugging.
3152 (rng-first-error): Simplify.
3153 (rng-after-change-function): Remove work around. AFAIK the bug has
3154 been fixed a while ago.
3155
3156 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3157 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3158
3159 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3160
3161 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3162 `cd' doesn't always do it for us (bug#5067).
3163
3164 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3165 on 2009-10-25 as part of some other change (bug#5067).
3166
3167 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3168
3169 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3170 `suspicious'.
3171 (byte-compile-warnings): Use byte-compile-warning-types.
3172 (byte-compile-save-excursion): Warn about use of set-buffer right
3173 after save-excursion.
3174
3175 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3176 the excursion as well.
3177
3178 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
3179
3180 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3181 providing a Tramp related implementation of "su" and "sudo".
3182 (eshell-unix-initialize): Add "su" and "sudo".
3183
3184 2009-11-27 Daiki Ueno <ueno@unixuser.org>
3185
3186 * net/socks.el (socks-send-command): Convert binary request to
3187 unibyte before sending. This fixes mishandling of some port
3188 numbers such as 129.
3189
3190 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3191
3192 * help.el (describe-bindings-internal): Remove `interactive'.
3193
3194 * man.el (Man-completion-table): Trim a terminating "(".
3195 Remove the space between name page a section.
3196 Add the command's description on the `help-echo' property.
3197 Remove `process-connection-type' binding since it's unused by
3198 call-process.
3199 Provide completion for the "<section> <name>" format as well.
3200 (Man-default-man-entry): Remove spurious var shadowing the argument.
3201
3202 2009-11-26 Kevin Ryde <user42@zip.com.au>
3203
3204 * log-view.el: Add "Keywords: tools", since its other keywords
3205 aren't in finder-known-keywords, and following vc.el.
3206
3207 * sha1.el (sha1-string-external): default-directory "/" in case
3208 otherwise non-existent. process-connection-type pipe for touch of
3209 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3210
3211 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3212
3213 Misc coding convention cleanups.
3214 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3215 hfy-init-kludge-hooks.
3216 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3217 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3218 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3219 and push.
3220 (hfy-slant, hfy-weight): Use tables rather than code.
3221 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3222 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3223 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3224 (hfy-face-to-css): Remove `nconc' with single arg.
3225 (hfy-p-to-face-lennart): Use `or'.
3226 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3227 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3228 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3229 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3230 (hfy-force-fontification): Use run-hooks.
3231
3232 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3233
3234 Various minor fixes.
3235 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3236 Javascript belongs in the header, not the body.
3237 (hfy-javascript): Remove.
3238 (hfy-fontify-buffer): Don't insert it any more.
3239 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3240 Fix bug in invis handling when there were no invis props in a chunk.
3241
3242 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3243
3244 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3245
3246 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3247
3248 * finder.el (finder-mode-map): Add a menu.
3249
3250 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
3251
3252 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3253 "unsigned" structs.
3254
3255 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3256 fork" statement better.
3257
3258 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3259
3260 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3261 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3262 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3263 Reported by Clay Douglass.
3264
3265 (verilog-auto-inst, verilog-auto-star-safe)
3266 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3267 Fix removing "// Interfaces" when saving .* expansions. Reported by
3268 Pierre-David Pfister.
3269
3270 2009-11-26 Glenn Morris <rgm@gnu.org>
3271
3272 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3273 the scope.
3274
3275 2009-11-25 Johan Bockgård <bojohan@gnu.org>
3276
3277 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3278 Really use previous revision.
3279
3280 2009-11-25 Kevin Ryde <user42@zip.com.au>
3281
3282 * man.el (Man-completion-table): default-directory "/" in case
3283 doesn't otherwise exist. process-environment COLUMNS=999 so as
3284 not to truncate long names. process-connection-type pipe to avoid
3285 any chance of hitting the pseudo-tty TIOCGWINSZ.
3286 (man): completion-ignore-case t for friendliness and since man
3287 itself is case-insensitive on the command line.
3288 Further to Bug#3717.
3289
3290 * arc-mode.el: Add "Keywords: files", so the details in its
3291 commentary can be reached from finder-by-keyword.
3292 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3293 editing mode, but it's comms related and sgml-mode.el has "comm"
3294 on that basis too.
3295 * textmodes/bibtex-style.el: Add "Keywords: tex".
3296 * international/isearch-x.el, international/ja-dic-cnv.el:
3297 * international/ja-dic-utl.el, international/kkc.el:
3298 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3299
3300 2009-11-25 Juri Linkov <juri@jurta.org>
3301
3302 * man.el (Man-completion-table): Modify regexp to include
3303 section names to completion strings. (Bug#3717)
3304
3305 2009-11-25 Juri Linkov <juri@jurta.org>
3306
3307 Search recursively in gzipped files. (Bug#4982)
3308
3309 * progmodes/grep.el (grep-highlight-matches): Add new options
3310 `always' and `auto'. Doc fix.
3311 (grep-process-setup): Check `grep-highlight-matches' for
3312 `auto-detect' to determine the need to compute grep defaults.
3313 Move Windows/DOS specific --colors settings handling
3314 to `grep-compute-defaults'. Check `grep-highlight-matches'
3315 to get the value of "--color=".
3316 (grep-compute-defaults): Compute `grep-highlight-matches' when it
3317 has the value `auto-detect'. Move Windows/DOS specific settings
3318 from `grep-process-setup'.
3319 (zrgrep): New command with alias `rzgrep'.
3320
3321 2009-11-25 Juri Linkov <juri@jurta.org>
3322
3323 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3324 to nil instead of switching off view-mode. (Bug#4896)
3325
3326 2009-11-25 Juri Linkov <juri@jurta.org>
3327
3328 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
3329
3330 * mwheel.el (mwheel-scroll-up-function)
3331 (mwheel-scroll-down-function): New defvars.
3332 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3333 `scroll-up', and `mwheel-scroll-down-function' instead of
3334 `scroll-down'.
3335
3336 * doc-view.el (doc-view-scroll-up-or-next-page)
3337 (doc-view-scroll-down-or-previous-page): Add optional ARG.
3338 Use this ARG in the call to image-scroll-up/image-scroll-down.
3339 Change `interactive' spec to "P". Goto next/previous page only
3340 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3341 SPC/DEL case). Doc fix.
3342 (doc-view-next-line-or-next-page)
3343 (doc-view-previous-line-or-previous-page): Rename arg to ARG
3344 for consistency.
3345 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3346 `doc-view-scroll-up-or-next-page', and buffer-local
3347 `mwheel-scroll-down-function' to
3348 `doc-view-scroll-down-or-previous-page'.
3349
3350 2009-11-25 Juri Linkov <juri@jurta.org>
3351
3352 Provide additional default values (directories at other Dired
3353 windows) via M-n in the minibuffer of some Dired commands.
3354
3355 * dired-aux.el (dired-diff, dired-compare-directories)
3356 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3357 `minibuffer-default' in `minibuffer-with-setup-hook'.
3358 (dired-dwim-target-directory): Find a window that displays Dired
3359 buffer instead of failing when the next window is not Dired.
3360 Use `get-window-with-predicate' to find for the next Dired window.
3361 (dired-dwim-target-defaults): New function.
3362
3363 * ediff-util.el (ediff-read-file-name):
3364 Use `dired-dwim-target-defaults' to set `minibuffer-default'
3365 in `minibuffer-with-setup-hook'.
3366
3367 2009-11-25 Juri Linkov <juri@jurta.org>
3368
3369 Provide additional default values (file name at point or at the
3370 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3371
3372 * minibuffer.el (read-file-name-defaults): New function.
3373 (read-file-name): Reset `minibuffer-default' to nil when
3374 it duplicates initial input `insdef'.
3375 Bind `minibuffer-default-add-function' to lambda that
3376 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3377 (minibuffer-insert-file-name-at-point): New command.
3378
3379 * files.el (file-name-at-point-functions): New defcustom.
3380 (find-file-default): Remove defvar.
3381 (find-file-read-args): Don't use `find-file-default'.
3382 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3383 to `read-file-name'.
3384 (find-file-literally): Use `read-file-name' with
3385 `confirm-nonexistent-file-or-buffer'.
3386
3387 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3388
3389 * dired.el (dired-read-dir-and-switches):
3390 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3391 to `read-file-name'.
3392 (dired-file-name-at-point): New function.
3393 (dired-mode): Add hook `dired-file-name-at-point' to
3394 `file-name-at-point-functions'.
3395
3396 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3397
3398 Really make the *Completions* window soft-dedicated (bug#5030).
3399 * window.el (window--display-buffer-2): Add `dedicated' argument.
3400 (display-buffer): Pass it when needed so the dedicated flag is set
3401 after calling set-window-buffer, which would otherwise reset it.
3402
3403 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3404
3405 * progmodes/meta-mode.el (meta-complete-symbol):
3406 * progmodes/etags.el (complete-tag):
3407 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3408 Use completion-in-region.
3409
3410 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3411 (dabbrev-completion): Use completion-in-region.
3412 (dabbrev--abbrev-at-point): Simplify regexp.
3413
3414 * abbrev.el (abbrev--before-point): Use word-motion functions
3415 if :regexp is not specified (bug#5031).
3416
3417 * subr.el (string-prefix-p): New function.
3418
3419 * man.el (Man-completion-cache): New var.
3420 (Man-completion-table): Use it.
3421
3422 * vc.el (vc-print-log-internal): Make `limit' optional for better
3423 compatibility (e.g. with vc-annotate.el).
3424
3425 2009-11-24 Kevin Ryde <user42@zip.com.au>
3426
3427 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3428 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
3429
3430 * emacs-lisp/elint.el (elint-add-required-env): Better error message
3431 when .el source file not found or other error.
3432
3433 2009-11-24 Markus Triska <markus.triska@gmx.at>
3434
3435 * linum.el (linum-update-window): Ignore intangible (bug#4996).
3436
3437 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3438
3439 Handle the [back] button properly (bug#4979).
3440 * descr-text.el (describe-text-properties): Add a `buffer' argument.
3441 Use help-setup-xref, help-buffer, and with-help-window.
3442 (describe-char): Add `buffer' argument.
3443 Pass proper command to help-setup-xref. Don't meddle with
3444 help-xref-stack-item directly.
3445 (describe-text-category): Use with-help-window and help-buffer.
3446
3447 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3448 for the displayed buffer (bug#4887).
3449
3450 * man.el (Man-completion-table): New function.
3451 (man): Use it.
3452
3453 2009-11-24 David Reitter <david.reitter@gmail.com>
3454
3455 * vc-git.el (vc-git-registered): Use checkout directory (where
3456 .git is) rather than the file's directory and a relative path spec
3457 to work around a bug in git.
3458
3459 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
3460
3461 Improve handling of processes on remote hosts.
3462
3463 * eshell/esh-util.el (eshell-path-env): New defvar.
3464 (eshell-parse-colon-path): New defun.
3465 (eshell-file-attributes): Use `eshell-parse-colon-path'.
3466
3467 * eshell/esh-ext.el (eshell-search-path):
3468 Use `eshell-parse-colon-path'.
3469 (eshell-remote-command): Remove argument HANDLER.
3470 (eshell-external-command): Check for FTP remote connection.
3471
3472 * eshell/esh-proc.el (eshell-gather-process-output):
3473 Use `file-truename', in order to start also symlinked files.
3474 Apply `start-file-process' instead of `start-process'.
3475 Shorten `command' to the local file name part.
3476
3477 * eshell/em-cmpl.el (eshell-complete-commands-list):
3478 Use `eshell-parse-colon-path'.
3479
3480 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3481
3482 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
3483 to `eshell-directory-change-hook'.
3484
3485 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
3486
3487 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3488 because it could be enabled automatically if view-read-only is non-nil.
3489
3490 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
3491
3492 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3493 made on 2009-11-22.
3494
3495 2009-11-24 Glenn Morris <rgm@gnu.org>
3496
3497 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3498 deleted variable bookmark-bmenu-bookmark-column.
3499
3500 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3501 Move after definition of global-semantic-idle-tag-highlight-mode.
3502
3503 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3504
3505 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3506
3507 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
3508
3509 * net/browse-url.el (browse-url-filename-alist): On Windows, add
3510 two slashes to the "file:" prefix.
3511 (browse-url-file-url): De-munge Cygwin filenames before passing
3512 them to Windows browser.
3513 (browse-url-default-windows-browser): Use call-process.
3514
3515 2009-11-23 Juri Linkov <juri@jurta.org>
3516
3517 Implement DocView Continuous mode. (Bug#4896)
3518 * doc-view.el (doc-view-continuous-mode): New defcustom.
3519 (doc-view-mode-map): Bind C-n/<down> to
3520 `doc-view-next-line-or-next-page', C-p/<up> to
3521 `doc-view-previous-line-or-previous-page'.
3522 (doc-view-next-line-or-next-page)
3523 (doc-view-previous-line-or-previous-page): New commands.
3524
3525 2009-11-23 Juri Linkov <juri@jurta.org>
3526
3527 Implement Isearch in comint input history. (Bug#3746)
3528 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3529 `isearch-mode-hook'.
3530 (comint-history-isearch): New defcustom.
3531 (comint-history-isearch-backward)
3532 (comint-history-isearch-backward-regexp): New commands.
3533 (comint-history-isearch-message-overlay): New buffer-local variable.
3534 (comint-history-isearch-setup, comint-history-isearch-end)
3535 (comint-goto-input, comint-history-isearch-search)
3536 (comint-history-isearch-message, comint-history-isearch-wrap)
3537 (comint-history-isearch-push-state)
3538 (comint-history-isearch-pop-state): New functions.
3539
3540 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
3541
3542 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3543 return.
3544 (tramp-handle-make-symbolic-link)
3545 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3546 Quote file names.
3547 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3548 (tramp-handle-process-file): Use it.
3549
3550 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3551
3552 * window.el (move-to-window-line-last-op): Remove.
3553 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3554
3555 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3556
3557 Make M-r mirror the new cycling behavior of C-l.
3558 * window.el (move-to-window-line-last-op): New var.
3559 (move-to-window-line-top-bottom): New command.
3560 (global-map): Bind M-r move-to-window-line-top-bottom.
3561
3562 2009-11-23 Sven Joachim <svenjoac@gmx.de>
3563
3564 * dired-x.el (dired-guess-shell-alist-default):
3565 Support xz format. (Bug#4953)
3566
3567 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
3568
3569 * cedet/srecode/map.el (srecode-get-maps):
3570 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3571 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3572 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3573 (semantic-toggle-decoration-style):
3574 * cedet/semantic/decorate/include.el
3575 (semantic-decoration-include-describe)
3576 (semantic-decoration-unknown-include-describe)
3577 (semantic-decoration-unparsed-include-describe)
3578 (semantic-decoration-all-include-summary):
3579 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3580 * cedet/semantic/analyze/complete.el
3581 (semantic-analyze-possible-completions):
3582 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3583 (semantic-show-unmatched-syntax-mode)
3584 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3585 (semantic-highlight-func-mode):
3586 * cedet/semantic/util.el (semantic-describe-buffer):
3587 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3588 (semantic-symref-find-tags-by-name)
3589 (semantic-symref-find-tags-by-regexp)
3590 (semantic-symref-find-tags-by-completion)
3591 (semantic-symref-find-file-references-by-name)
3592 (semantic-symref-find-text):
3593 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3594 (senator-yank-tag):
3595 * cedet/semantic/scope.el (semantic-calculate-scope):
3596 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3597 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3598 (define-semantic-idle-service):
3599 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3600 (semantic-complete-analyze-inline-idle):
3601 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3602 * cedet/mode-local.el (describe-mode-local-bindings)
3603 (describe-mode-local-bindings-in-mode):
3604 * cedet/ede/make.el (ede-make-check-version):
3605 * cedet/ede/locate.el (ede-enable-locate-on-project):
3606 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3607 (cedet-idutils-version-check):
3608 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3609 (cedet-gnu-global-version-check):
3610 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3611 (cedet-cscope-version-check): Use called-interactively-p instead
3612 of interactive-p.
3613
3614 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3615 Use semantic-format-tag-prototype.
3616
3617 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3618
3619 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3620 last-command-char/last-command-event.
3621 (viper-prefix-arg-value): Do correct conversion of event-char for
3622 XEmacs.
3623
3624 * emulation/viper-util.el, emulation/viper.el:
3625 Use viper-last-command-char instead of
3626 last-command-char/last-command-event.
3627
3628 * ediff-init.el, ediff-mult.el, ediff-util.el:
3629 Replace last-command-char and last-command-event
3630 with (ediff-last-command-char) everywhere.
3631
3632 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3633 created in fundamental mode.
3634
3635 * ediff.el (ediff-version): Revert the change of interactive-p to
3636 called-interactively-p.
3637
3638 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3639
3640 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3641 generation from word-movement command names.
3642
3643 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
3644
3645 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3646 (semantic-complete-jump-local, semantic-complete-jump):
3647 Improve prompt string.
3648
3649 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3650
3651 * cus-start.el (all): Add native condition for font-use-system-font.
3652
3653 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
3654
3655 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3656 Correct the patch from 2009-11-18. (Bug#3910)
3657
3658 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3659
3660 * progmodes/subword.el: Rename from lisp/subword.el.
3661
3662 * subword.el: Rename to progmodes/subword.el.
3663
3664 * Makefile.in (ELCFILES): Adapt to subword.el move.
3665
3666 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3667 Stefan Monnier <monnier@iro.umontreal.ca>
3668
3669 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3670 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3671 (bookmark-bmenu-show-filenames): Use push.
3672 (bookmark-bmenu-hide-filenames): Use local var instead of
3673 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3674 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3675 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3676 filenames now that the bookmark names are always available.
3677
3678 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3679
3680 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3681 (bookmark-search-pattern): Move and leave unbound.
3682 (bookmark-bmenu-mode-map): Change binding.
3683 (bookmark-read-search-input): Simplify.
3684 Don't use text-char-description. Don't error on non-char events.
3685 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3686 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3687 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3688 Use a local var for the timer.
3689 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3690 (i.e. bookmark-bmenu-search).
3691
3692 2009-11-21 Glenn Morris <rgm@gnu.org>
3693
3694 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3695
3696 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3697
3698 * net/browse-url.el (browse-url-default-windows-browser):
3699 Use cygstart for cygwin.
3700
3701 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3702
3703 * bookmark.el: Formatting and doc fixes only:
3704 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3705 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3706 Minor grammar and punctuation fixes in doc string.
3707 (bookmark-read-search-input): Adjust to fit within 80 columns.
3708
3709 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3710
3711 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3712 (c-backward-into-nomenclature): Adapt to subword renaming.
3713
3714 * subword.el (subword-forward, subword-backward, subword-mark)
3715 (subword-kill, subword-backward-kill, subword-transpose)
3716 (subword-downcase, subword-upcase, subword-capitalize)
3717 (subword-forward-internal, subword-backward-internal):
3718 Rename from forward-subword, backward-subword, mark-subword,
3719 kill-subword, backward-kill-subword, transpose-subwords,
3720 downcase-subword, upcase-subword, capitalize-subword,
3721 forward-subword-internal, backward-subword-internal.
3722
3723 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3724
3725 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3726 New options.
3727 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3728 New vars.
3729 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3730 (bookmark-bmenu-filter-alist-by-regexp)
3731 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3732 (bookmark-bmenu-search): New command.
3733 (bookmark-bmenu-mode-map): Bind it.
3734
3735 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3736
3737 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3738
3739 * cedet/semantic/idle.el (define-semantic-idle-service)
3740 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3741
3742 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3743
3744 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3745 backward-subword to quit the byte-compiler.
3746
3747 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3748
3749 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3750
3751 * progmodes/cc-cmds.el (c-update-modeline)
3752 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3753 Refer to subword.el functions instead of cc-subword.el.
3754
3755 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3756 subword.el functions instead of cc-subword.el.
3757
3758 * progmodes/cc-subword.el: Rename to subword.el.
3759 * subword.el: Rename from progmodes/cc-subword.el.
3760 (subword-mode-map): Rename from c-subword-mode-map.
3761 (subword-mode): Rename from c-subword-mode.
3762 (global-subword-mode): New global minor mode.
3763 (forward-subword): Rename from c-forward-subword.
3764 (backward-subword): Rename from c-backward-subword.
3765 (mark-subword): Rename from c-mark-subword.
3766 (kill-subword): Rename from c-kill-subword.
3767 (backward-kill-subword): Rename from c-backward-kill-subword.
3768 (transpose-subwords): Rename from c-tranpose-subword.
3769 (downcase-subword): Rename from c-downcase-subword.
3770 (capitalize-subword): Rename from c-capitalize-subword.
3771 (forward-subword-internal): Rename from c-forward-subword-internal.
3772 (backward-subword-internal): Rename from c-backward-subword-internal.
3773
3774 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3775
3776 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3777 from a dired buffer.
3778 (vc-dired-deduce-fileset): New function.
3779 (vc-root-diff, vc-print-root-log): Use it.
3780
3781 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3782 nil LIMIT argument to vc-print-log-internal.
3783
3784 2009-11-20 Glenn Morris <rgm@gnu.org>
3785
3786 * Makefile.in (ELCFILES): Regenerate.
3787
3788 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3789
3790 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3791
3792 * cedet/semantic.el: Enable idle-mode menu items only if
3793 global-semantic-idle-scheduler-mode is enabled.
3794 (semantic-default-submodes): Doc fix.
3795
3796 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3797 When turning off, disable other idle modes.
3798
3799 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3800
3801 * calc/calc.el (calc-set-mode-line):
3802 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3803 (math-format-number): Rename `math-format-complement-signed' to
3804 `math-format-twos-complement'.
3805
3806 * calc/calc-bin.el (math-format-twos-complement): Rename from
3807 math-format-complement-signed.
3808 (calc-radix): Rename `calc-complement-signed-mode' to
3809 `calc-twos-complement-mode'.
3810 (calc-octal-radix, calc-hex-radix): Add an argument for
3811 two's complement.
3812
3813 * calc/calc-embed.el (calc-embedded-mode-vars):
3814 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3815
3816 * calc/calc-ext.el (calc-init-extensions):
3817 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3818 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3819
3820 * calc/calc-units.el (math-build-units-table-buffer):
3821 Let `calc-twos-complement-mode' be nil.
3822
3823 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3824 entries.
3825
3826 * calc/calc-vec.el (calcFunc-vunpack):
3827 * calc/calc-aent.el (calc-do-calc-eval):
3828 * calc/calc-forms.el (math-format-date):
3829 * calc/calc-graph.el (calc-graph-plot):
3830 * calc/calc-math.el (math-use-emacs-fn):
3831 * calc/calccomp.el (math-compose-expr):
3832 Let `calc-twos-complement-mode' be nil.
3833
3834 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3835
3836 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3837 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3838 * minibuffer.el (completion-in-region-functions): New hook.
3839 (completion-in-region): New function.
3840 * emacs-lisp/lisp.el (lisp-complete-symbol):
3841 * pcomplete.el (pcomplete-std-complete): Use it.
3842
3843 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3844
3845 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3846 (latex-complete-alist): New vars.
3847 (latex-string-prefix-p, latex-complete-bibtex-keys)
3848 (latex-complete-envnames, latex-complete-refkeys)
3849 (latex-complete-data): New functions.
3850 (latex-complete, latex-indent-or-complete): New commands.
3851
3852 * window.el (display-buffer-mark-dedicated): New var.
3853 (display-buffer): Obey it.
3854 * minibuffer.el (minibuffer-completion-help): Use it.
3855
3856 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3857
3858 * filecache.el (file-cache-add-file): Use push and cons.
3859 (file-cache-delete-file-regexp): Use push.
3860 (file-cache-complete): Use completion-in-region.
3861
3862 * simple.el (with-wrapper-hook): Fix thinko.
3863
3864 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3865 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3866 Use with-current-buffer and string-to-number.
3867 (hfy-fallback-colour-values): Use assoc-string.
3868 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3869 (hfy-face-at): Remove unused var `found-face'.
3870 (hfy-compile-stylesheet): Remove unused var `css'.
3871 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3872 and `orig-buffer'.
3873 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3874 Use with-current-buffer.
3875 (hfy-text-p): Use expand-file-name and fewer setq.
3876
3877 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3878
3879 * htmlfontify.el, hfy-cmap.el: New files.
3880
3881 2009-11-19 Juri Linkov <juri@jurta.org>
3882
3883 * minibuffer.el (completions-format): New defcustom.
3884 (completion--insert-strings): Implement vertical format.
3885
3886 * simple.el (switch-to-completions): Move point to the first
3887 completion when point was at the beginning of the buffer.
3888
3889 2009-11-19 Juri Linkov <juri@jurta.org>
3890
3891 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3892
3893 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3894
3895 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
3896
3897 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3898 (mail-signature): Change default to t.
3899 (mail-from-style): Deprecate `system-default' value.
3900 (mail-insert-from-field): For default value of mail-from-style,
3901 default to `angles' unless `angles' needs quoting and `parens'
3902 does not.
3903 (mail-citation-prefix-regexp): Use citation regexp from
3904 message-mode.
3905
3906 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
3907
3908 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3909 Set variables for computing the prompt for reading password.
3910
3911 2009-11-19 Glenn Morris <rgm@gnu.org>
3912
3913 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3914
3915 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3916
3917 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3918 (newsticker-treeview-listwindow-height): Fix custom type.
3919
3920 2009-11-19 Kenichi Handa <handa@m17n.org>
3921
3922 * descr-text.el (describe-char-padded-string): Compose with TAB
3923 only if there's a font for CH.
3924 (describe-char): Fix the condition for detecting a trivial composition.
3925
3926 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
3927
3928 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3929 more accurate version of the regexp. (Bug#3910)
3930
3931 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
3932
3933 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3934
3935 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
3936
3937 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3938 (font-setting-change-default-font): Fix typo in docstring.
3939
3940 2009-11-18 Alan Mackenzie <acm@muc.de>
3941
3942 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3943
3944 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3945
3946 * font-setting.el (font-use-system-font): Move ...
3947
3948 * cus-start.el (all): ... to here.
3949
3950 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
3951
3952 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3953 Don't set `ad-return-value' if `ad-do-it' doesn't.
3954
3955 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3956 modification time.
3957
3958 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3959
3960 * menu-bar.el: Put "Use system font" in Option-menu.
3961 (menu-bar-options-save): Add font-use-system-font.
3962
3963 * loadup.el: If feature system-font-setting or font-render-setting is
3964 there, load font-setting.
3965
3966 * Makefile.in (ELCFILES): Add font-settings.el.
3967 * font-setting.el: New file.
3968
3969 2009-11-17 Glenn Morris <rgm@gnu.org>
3970
3971 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3972
3973 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3974 Preserve point in the list buffer. (Bug#4939)
3975 Use point-at-eol.
3976 (newsticker--treeview-list-update-highlight)
3977 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3978
3979 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3980
3981 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3982 Remove.
3983
3984 * calc/calc-ext.el (calc-init-extensions): Remove references to
3985 symclip.
3986
3987 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3988
3989 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3990 * calc/calc-help.el (calc-b-prefix-help): Remove references to
3991 `calc-symclip'.
3992
3993 2009-11-16 Kevin Ryde <user42@zip.com.au>
3994
3995 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3996 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3997
3998 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3999 (lm-keywords-list): Allow comma-only separator like "foo,bar".
4000 Ignore trailing spaces by omit-nulls to split-string (fixing
4001 regression from Emacs 21 due to the incompatible split-string
4002 change). (Bug #4928.)
4003
4004 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4005
4006 * vc.el (vc-log-show-limit): Default to 2000.
4007 (vc-print-log-internal): Insert buttons to request more entries
4008 when limiting the output.
4009
4010 * vc-sccs.el (vc-sccs-print-log):
4011 * vc-rcs.el (vc-rcs-print-log):
4012 * vc-cvs.el (vc-cvs-print-log):
4013 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4014 LIMIT is non-nil.
4015
4016 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4017
4018 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4019 error when `tramp-gvfs-dbus-event-vector' is set.
4020 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4021
4022 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4023
4024 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4025
4026 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4027
4028 * net/dbus.el (dbus-unregister-service): New defun.
4029 (dbus-register-property): Register the handlers of
4030 "org.freedesktop.DBus.Properties" for SERVICE.
4031 (dbus-property-handler): Fix docstring.
4032
4033 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4034
4035 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4036 Quote doc string reference in defvaralias as it is not in special form.
4037 (byte-compile-output-docform): Doc fix.
4038
4039 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4040
4041 * calc/calc.el (math-2-word-size, math-half-2-word-size)
4042 (calc-complement-signed-mode): New variables.
4043 (calc-set-mode-line): Add indicator for twos-complements.
4044 (math-format-number): Format twos-complement notation.
4045
4046 * calc/calc-bin.el (calc-word-size): Reset the variables
4047 `math-2-word-size' and `math-half-2-word-size'.
4048 (math-format-complement-signed, math-symclip, calcFunc-symclip)
4049 (calc-symclip): New functions.
4050
4051 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4052
4053 * calc/calc-embed.el (calc-embedded-mode-vars):
4054 Add `calc-complement-signed-mode' to the list of modes.
4055
4056 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4057 (calc-b-oper-keys): Add `calc-symclip' to list.
4058
4059 * calc/calc-ext.el (math-read-number-fancy): Read complement
4060 signed numbers.
4061 (calc-init-extensions): Add binding for `calc-symclip'.
4062 Add autoload for `calcFunc-symclip' and `calc-symclip'.
4063
4064 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4065 `calc-symclip'.
4066 (calc-modes-menu): Add item for twos complement mode.
4067
4068 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4069
4070 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4071
4072 * register.el (jump-to-register, insert-register): Handle Semantic
4073 tags. From commented-out advice in semantic/senator.el.
4074
4075 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4076
4077 * vc.el (vc-log-show-limit): New variable.
4078 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
4079 when using a prefix argument.
4080 (vc-print-log-internal): Add new argument LIMIT.
4081
4082 * vc-svn.el (vc-svn-print-log):
4083 * vc-mtn.el (vc-mtn-print-log):
4084 * vc-hg.el (vc-hg-print-log):
4085 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4086 pass it to the log command when set. Make the BUFFER argument
4087 non-optional.
4088
4089 * vc-sccs.el (vc-sccs-print-log):
4090 * vc-rcs.el (vc-rcs-print-log):
4091 * vc-git.el (vc-git-print-log):
4092 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4093 ignore it. Make the BUFFER argument non-optional
4094
4095 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4096
4097 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4098
4099 * dired.el (dired-mode-map): Move encryption items to "Operate"
4100 menu (Bug#4703).
4101
4102 * strokes.el (strokes-update-window-configuration): Make strokes
4103 buffer current before erasing (Bug#4906).
4104
4105 * cedet/semantic/idle.el (semantic-idle-summary-mode)
4106 (semantic-idle-summary-mode): Define using define-minor-mode
4107 instead of define-semantic-idle-service.
4108 (semantic-idle-summary-mode): New function.
4109 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4110 that mouse motion does not reset the echo area.
4111
4112 2009-11-15 Juri Linkov <juri@jurta.org>
4113
4114 * simple.el (set-mark-default-inactive): Add :type, :group
4115 and :version. (Bug#4876)
4116
4117 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
4118
4119 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4120 (archive-unique-fname): ... here. (Bug#4929)
4121
4122 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4123
4124 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4125 with a real fix.
4126
4127 * novice.el (disabled-command-function): Add useful args.
4128 Setup the help buffer so that [back] works.
4129 Remove redundant call to help-mode.
4130 (disabled-command-function): Use `case'.
4131 (en/disable-command): New function extracted from enable-command.
4132 (enable-command, disable-command): Use it.
4133
4134 2009-11-14 Glenn Morris <rgm@gnu.org>
4135
4136 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4137 constants. (Bug#4913)
4138
4139 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4140
4141 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4142
4143 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4144 defined in C that have no doc-strings. (Bug#1063)
4145
4146 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
4147
4148 * cus-edit.el (data, files):
4149 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4150
4151 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4152
4153 * simple.el (shell-command): Doc fix (Bug#4891).
4154
4155 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4156
4157 2009-11-14 Glenn Morris <rgm@gnu.org>
4158
4159 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4160 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4161 If they are already loaded, eval-after-load will do the right thing.
4162
4163 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4164 compiling.
4165
4166 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4167
4168 * simple.el (x-selection-owner-p): Declare.
4169 (read-mail-command): Use custom radio type rather than choice.
4170 (completion-no-auto-exit): Doc fix.
4171
4172 * custom.el (defgroup):
4173 * epg-config.el (epg): Doc fixes.
4174
4175 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4176
4177 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4178 * international/ccl.el (define-ccl-program): Do not purecopy the
4179 docstring, defconst does it anyway.
4180
4181 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4184 a second time.
4185
4186 * x-dnd.el (x-dnd-maybe-call-test-function):
4187 * window.el (split-window-vertically):
4188 * whitespace.el (whitespace-help-on):
4189 * vc-rcs.el (vc-rcs-consult-headers):
4190 * userlock.el (ask-user-about-lock-help)
4191 (ask-user-about-supersession-help):
4192 * type-break.el (type-break-force-mode-line-update):
4193 * time-stamp.el (time-stamp-conv-warn):
4194 * terminal.el (te-set-output-log, te-more-break, te-filter)
4195 (te-sentinel, terminal-emulator):
4196 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4197 (term-write-input-ring, term-check-source, term-start-output-log):
4198 (term-display-buffer-line, term-dynamic-list-completions):
4199 (term-ansi-make-term, serial-term):
4200 * subr.el (selective-display):
4201 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4202 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4203 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4204 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4205 (speedbar-remove-localized-speedbar-support)
4206 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4207 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4208 (speedbar-buffers-line-directory):
4209 * simple.el (shell-command-on-region, append-to-buffer)
4210 (prepend-to-buffer):
4211 * shadowfile.el (shadow-save-todo-file):
4212 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4213 (scroll-bar-maybe-set-window-start):
4214 * sb-image.el (speedbar-image-dump):
4215 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4216 (load-save-place-alist-from-file):
4217 * ps-samp.el (ps-print-message-from-summary):
4218 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4219 (ps-background-image, ps-begin-job, ps-do-despool):
4220 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4221 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4222 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4223 (pr-call-process, pr-file-list, pr-interface-save):
4224 * novice.el (disabled-command-function)
4225 (enable-command, disable-command):
4226 * mouse.el (mouse-buffer-menu-alist):
4227 * mouse-copy.el (mouse-kill-preserving-secondary):
4228 * macros.el (kbd-macro-query):
4229 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4230 * informat.el (batch-info-validate):
4231 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4232 * hippie-exp.el (try-expand-dabbrev-visible):
4233 * help-mode.el (help-make-xrefs):
4234 * help-fns.el (describe-variable):
4235 * generic-x.el (bat-generic-mode-run-as-comint):
4236 * finder.el (finder-mouse-select):
4237 * find-dired.el (find-dired-sentinel):
4238 * filesets.el (filesets-file-close):
4239 * files.el (list-directory):
4240 * faces.el (list-faces-display, describe-face):
4241 * facemenu.el (list-colors-display):
4242 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4243 * epg.el (epg--process-filter, epg-cancel):
4244 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4245 (epa--read-signature-type):
4246 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4247 (emerge-file-names):
4248 * ehelp.el (electric-helpify):
4249 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4250 * ediff-vers.el (rcs-ediff-view-revision):
4251 * ediff-util.el (ediff-setup):
4252 * ediff-mult.el (ediff-append-custom-diff):
4253 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4254 (ediff-wordify):
4255 * echistory.el (Electric-command-history-redo-expression):
4256 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4257 * disp-table.el (describe-display-table):
4258 * dired.el (dired-find-buffer-nocreate):
4259 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4260 * dabbrev.el (dabbrev--same-major-mode-p):
4261 * chistory.el (list-command-history):
4262 * apropos.el (apropos-documentation):
4263 * allout.el (allout-obtain-passphrase):
4264 (allout-copy-exposed-to-buffer):
4265 (allout-verify-passphrase): Use with-current-buffer.
4266
4267 2009-11-13 Glenn Morris <rgm@gnu.org>
4268
4269 * Makefile.in (ELCFILES): Regenerate.
4270
4271 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4272
4273 * net/dbus.el (dbus-registered-objects-table): Rename from
4274 `dbus-registered-functions-table', because it contains also properties.
4275 (dbus-unregister-object): Unregister also properties.
4276 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4277 Use a timeout of 500 msec, in order to not block.
4278 (dbus-register-property, dbus-property-handler): New defuns.
4279
4280 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4281
4282 * simple.el (minibuffer-default-add-completions): Drop deprecated
4283 4th arg.
4284
4285 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4286
4287 * textmodes/artist.el (artist-mouse-choose-operation):
4288 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4289 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4290 (artist-compute-up-event-key): New function.
4291 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4292
4293 2009-11-13 Kenichi Handa <handa@m17n.org>
4294
4295 * language/japan-util.el: Make sure that the value of jisx0208
4296 property is jisx0208 character.
4297
4298 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4299
4300 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4301 car or each item, not the whole list.
4302
4303 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4304
4305 * minibuffer.el (minibuffer-completion-help):
4306 Use minibuffer-hide-completions.
4307
4308 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
4309
4310 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4311 (dired-revert): Use them (bug#4880).
4312
4313 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4314
4315 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4316
4317 2009-11-12 Juri Linkov <juri@jurta.org>
4318
4319 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4320 New functions.
4321 (find-file-literally-at-point): Alias of `ffap-literally'.
4322
4323 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4324
4325 * textmodes/ispell.el (ispell-skip-region-alist):
4326 * textmodes/css-mode.el (auto-mode-alist):
4327 * progmodes/compile.el (auto-mode-alist):
4328 * international/mule.el (ctext-non-standard-encodings-alist)
4329 (ctext-non-standard-encodings-regexp):
4330 * simple.el (shell-command-switch, text-read-only):
4331 * replace.el (occur-mode-map):
4332 * paths.el (rmail-file-name):
4333 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4334 * find-file.el (ff-special-constructs):
4335 * files.el (file-name-handler-alist):
4336 * composite.el: Purecopy strings.
4337
4338 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4339
4340 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4341
4342 * widget.el (define-widget): Purecopy the docstring.
4343 * international/mule-cmds.el (charset): Do not purecopy the
4344 docstring here, define-widget does it.
4345
4346 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4347 * textmodes/bibtex-style.el (auto-mode-alist):
4348 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4349 * progmodes/compile.el (compile-command):
4350 * language/korea-util.el (default-korean-keyboard):
4351 * international/mule-conf.el (file-coding-system-alist):
4352 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4353 * tooltip.el (tooltip-frame-parameters):
4354 * newcomment.el (comment-end, comment-padding):
4355 * dired.el (dired-trivial-filenames):
4356 * comint.el (comint-file-name-prefix): Purecopy initial values.
4357
4358 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
4359
4360 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4361 (tramp-advice-minibuffer-electric-tilde): Unload advices via
4362 `tramp-unload'.
4363 (tramp-advice-make-auto-save-file-name)
4364 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4365 after removing the advice.
4366
4367 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4368
4369 * progmodes/grep.el (grep-regexp-alist):
4370 * international/mule-cmds.el (iso-2022-control-alist):
4371 * emacs-lisp/timer.el (timer-duration-words):
4372 * subr.el (version-separator, version-regexp-alist):
4373 * minibuffer.el (completion-styles-alist):
4374 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4375 Change defvars to defconsts.
4376
4377 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4378 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4379 * international/mule-conf.el: Allow to be byte compiled.
4380
4381 * international/mule.el (define-charset): Purecopy props.
4382 (load-with-code-conversion): Purecopy doc string and file name.
4383 (put-charset-property): Purecopy strings.
4384 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4385
4386 * international/mule-cmds.el (register-input-method): Purecopy arguments.
4387 (define-char-code-property): Correctly purecopy the table.
4388
4389 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4390
4391 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4392
4393 * subr.el (add-hook): Purecopy strings.
4394 (eval-after-load): Purecopy load-history-regexp and the form.
4395
4396 * custom.el (custom-declare-group): Purecopy load-file-name.
4397
4398 * subr.el (menu-bar-separator): New defconst.
4399 * net/eudc.el (eudc-tools-menu):
4400 * international/mule-cmds.el (set-coding-system-map)
4401 (mule-menu-keymap):
4402 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4403 * vc-hooks.el (vc-menu-map):
4404 * replace.el (occur-mode-map):
4405 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4406 (menu-bar-edit-menu, menu-bar-goto-menu)
4407 (menu-bar-custom-menu, menu-bar-showhide-menu)
4408 (menu-bar-options-menu, menu-bar-tools-menu)
4409 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4410 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4411 (menu-bar-help-menu):
4412 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4413 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4414
4415 * term/x-win.el (x-gtk-stock-map):
4416 * progmodes/vera-mode.el (auto-mode-alist):
4417 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4418 (inferior-lisp-program, inferior-lisp-load-command):
4419 * progmodes/hideshow.el (hs-special-modes-alist):
4420 * progmodes/gud.el (same-window-regexps):
4421 * progmodes/grep.el (grep-program, find-program, xargs-program):
4422 * net/telnet.el (same-window-regexps):
4423 * net/rlogin.el (same-window-regexps):
4424 * language/ethiopic.el (font-ccl-encoder-alist):
4425 * vc-sccs.el (vc-sccs-master-templates):
4426 * vc-rcs.el (vc-rcs-master-templates):
4427 * subr.el (cl-assertion-failed):
4428 * simple.el (next-error-overlay-arrow-position):
4429 * lpr.el (lpr-command):
4430 * locate.el (locate-ls-subdir-switches):
4431 * info.el (same-window-regexps, info)
4432 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4433 * image-mode.el (image-mode, auto-mode-alist):
4434 * hippie-exp.el (hippie-expand-ignore-buffers):
4435 * format.el (format-alist):
4436 * find-dired.el (find-ls-subdir-switches, find-grep-options)
4437 (find-name-arg):
4438 * facemenu.el (facemenu-keybindings):
4439 * dired.el (dired-listing-switches, dired-chown-program):
4440 * diff.el (diff-switches, diff-command):
4441 * cus-edit.el (same-window-regexps):
4442 * bindings.el (mode-line-mule-info)
4443 (mode-line-buffer-identification): Purecopy strings.
4444
4445 2009-11-11 Juri Linkov <juri@jurta.org>
4446
4447 * simple.el (dired-get-filename) <declare-function>:
4448 Tell the byte-compiler about dired-get-filename.
4449 (shell-command): In Dired mode, get filename from the current line
4450 as the default value.
4451
4452 2009-11-10 Glenn Morris <rgm@gnu.org>
4453
4454 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4455 * calendar/holidays.el, progmodes/cperl-mode.el:
4456 Update x-popup-menu declarations.
4457
4458 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4459 (list-load-path-shadows): Use dolist.
4460 (list-load-path-shadows): Use with-current-buffer.
4461
4462 2009-11-10 Juri Linkov <juri@jurta.org>
4463
4464 * minibuffer.el (read-file-name): Support a list of default values
4465 in `default-filename'. Use the first file name where only one
4466 element is required. Doc fix.
4467
4468 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
4469
4470 * net/dbus.el (dbus-unregister-object): Release service, if no
4471 other method is registered for it.
4472
4473 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
4474
4475 * bookmark.el (bookmark-completing-read): Sort bookmark names if
4476 bookmark-sort-flag is non-nil (Bug#4653).
4477
4478 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4479
4480 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4481 the progress reporter entirely.
4482
4483 * emulation/cua-base.el: Add CUA property to some CC mode commands
4484 (Bug#4100).
4485
4486 2009-11-08 Kevin Ryde <user42@zip.com.au>
4487
4488 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4489 at end of sentence (Bug#4818).
4490
4491 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
4492
4493 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4494 Handle "see declaration of" MSFT statements (Bug#4100).
4495
4496 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
4497
4498 * net/tramp.el (tramp-advice-make-auto-save-file-name)
4499 (tramp-advice-file-expand-wildcards): Unload via
4500 `ad-remove-advice'.
4501
4502 * net/trampver.el: Update release number.
4503
4504 2009-11-08 Kevin Ryde <user42@zip.com.au>
4505
4506 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4507 `ad-do-it'.
4508
4509 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
4510
4511 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4512 in order to keep context in SELinux.
4513
4514 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4515
4516 * dired-aux.el (dired-query): Place cursor in echo area and allow
4517 C-g.
4518
4519 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4520 menu item if not on a directory (Bug#4701).
4521
4522 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
4523
4524 Sync with Tramp 2.1.17.
4525
4526 * net/tramp.el (tramp-handle-copy-directory): Don't use
4527 `file-remote-p' (due to compatibility).
4528
4529 * net/tramp-compat.el (tramp-compat-copy-directory)
4530 (tramp-compat-delete-directory): New defuns.
4531
4532 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4533 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4534 `tramp-compat-delete-directory'.
4535
4536 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4537 (tramp-smb-handle-delete-directory): Use
4538 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4539
4540 * net/trampver.el: Update release number.
4541
4542 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
4543
4544 * tar-mode.el (tar-copy): Call write-region on the right buffer
4545 (Bug#4857).
4546
4547 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4548 by hand, if necessary (Bug#4878).
4549
4550 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
4551
4552 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4553 align size column (Bug#4839).
4554
4555 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4556 statement.
4557
4558 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4559
4560 * progmodes/ld-script.el (auto-mode-alist):
4561 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4562
4563 * cus-face.el (custom-declare-face): Purecopy face spec.
4564
4565 2009-11-06 Kenichi Handa <handa@m17n.org>
4566
4567 * international/uni-bidi.el: Re-generated.
4568 * international/uni-category.el: Re-generated.
4569 * international/uni-combining.el: Re-generated.
4570 * international/uni-mirrored.el: Re-generated.
4571
4572 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4573
4574 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4575 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4576 (tex-start-options, slitex-run-command, latex-run-command)
4577 (tex-run-command, tex-directory):
4578 * textmodes/ispell.el (ispell-html-skip-alists)
4579 (ispell-tex-skip-alists, ispell-tex-skip-alists):
4580 * textmodes/fill.el (adaptive-fill-first-line-regexp):
4581 (adaptive-fill-regexp):
4582 * textmodes/dns-mode.el (auto-mode-alist):
4583 * progmodes/python.el (interpreter-mode-alist):
4584 * progmodes/etags.el (tags-compression-info-list):
4585 * progmodes/etags.el (tags-file-name):
4586 * net/browse-url.el (browse-url-galeon-program)
4587 (browse-url-firefox-program):
4588 * mail/sendmail.el (mail-signature-file)
4589 (mail-citation-prefix-regexp):
4590 * international/mule-conf.el (eight-bit):
4591 * international/latexenc.el (latex-inputenc-coding-alist):
4592 * international/fontset.el (x-pixel-size-width-font-regexp):
4593 * emacs-lisp/warnings.el (warning-type-format):
4594 * emacs-lisp/trace.el (trace-buffer):
4595 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4596 (emacs-lisp-mode-map):
4597 * calendar/holidays.el (holiday-solar-holidays)
4598 (holiday-bahai-holidays, holiday-islamic-holidays)
4599 (holiday-christian-holidays, holiday-hebrew-holidays)
4600 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4601 (hebrew-holidays-1, holiday-oriental-holidays)
4602 (holiday-general-holidays):
4603 * x-dnd.el (x-dnd-known-types):
4604 * tool-bar.el (tool-bar):
4605 * startup.el (site-run-file):
4606 * shell.el (shell-dumb-shell-regexp):
4607 * rfn-eshadow.el (file-name-shadow-tty-properties)
4608 (file-name-shadow-properties):
4609 * paths.el (remote-shell-program, news-directory):
4610 * mouse.el ([C-down-mouse-3]):
4611 * menu-bar.el (menu-bar-tools-menu):
4612 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4613 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4614 (jka-compr-compression-info-list):
4615 * isearch.el (search-whitespace-regexp):
4616 * image-file.el (image-file-name-extensions):
4617 * find-dired.el (find-ls-option):
4618 * files.el (directory-listing-before-filename-regexp)
4619 (directory-free-space-args, insert-directory-program)
4620 (list-directory-brief-switches, magic-fallback-mode-alist)
4621 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4622 (automount-dir-prefix):
4623 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4624 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4625 (face-font-registry-alternatives, face-font-registry-alternatives)
4626 (face-font-family-alternatives):
4627 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4628 (facemenu-foreground-menu, facemenu-face-menu):
4629 * epa-hook.el (epa-file-name-regexp):
4630 * dnd.el (dnd-protocol-alist):
4631 * textmodes/rst.el (auto-mode-alist):
4632 * button.el (default-button): Purecopy strings.
4633
4634 2009-11-06 Glenn Morris <rgm@gnu.org>
4635
4636 * Makefile.in (ELCFILES): Update.
4637
4638 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4639
4640 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4641 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4642
4643 * nxml/xsd-regexp.el (xsdre-gen-categories):
4644 * nxml/xmltok.el (xmltok-parse-entity):
4645 * nxml/rng-parse.el (rng-parse-validate-file):
4646 * nxml/rng-maint.el (rng-format-manual)
4647 (rng-manual-output-force-new-line):
4648 * nxml/rng-loc.el (rng-save-schema-location-1):
4649 * nxml/rng-cmpct.el (rng-c-parse-file):
4650 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4651 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4652
4653 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4654
4655 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4656 Remove extra save-excursions and make-variable-buffer-local's.
4657 Suggested by Stefan Monnier.
4658
4659 (verilog-getopt-file, verilog-module-inside-filename-p)
4660 (verilog-set-define): Merge GNU 1.35 and repair changes from
4661 switching to using with-current-buffer.
4662
4663 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4664 being treated as a number and confusing AUTORESET.
4665 Reported by Dan Dever.
4666
4667 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4668 Add verilog-auto-ignore-concat to fix backward compatibility with
4669 older verilog-modes. Reported by Dan Katz.
4670
4671 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4672 containing closing anchors "...$".
4673
4674 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4675 Reported by Wade Smith.
4676
4677 (verilog-batch-execute-func): Comment on function usage.
4678
4679 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
4680
4681 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4682 for labels.
4683
4684 (verilog-label-re, verilog-calc-1): Support proper indent of named
4685 asserts.
4686
4687 (verilog-backward-token, verilog-basic-complete-re)
4688 (verilog-beg-of-statement, verilog-indent-re): Support proper
4689 indent of the assert statement at the beginning of a block of text.
4690
4691 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4692 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4693 tokens as begins.
4694
4695 2009-11-05 Glenn Morris <rgm@gnu.org>
4696
4697 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4698 Emacs 19. (Bug#1531)
4699 (byte-compile-fix-header): Update for the above change.
4700 Drop test for epoch::version.
4701
4702 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4703 * cus-dep.el (custom-make-dependencies):
4704 * finder.el (finder-compile-keywords):
4705 Use autoload-rubric's feature argument.
4706
4707 * calendar/diary-lib.el (top-level): Make load behave more like require.
4708
4709 * vc-git.el (vc-git-stash-map): Move definition before use.
4710
4711 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4712
4713 * custom.el (custom-declare-group): Purecopy standard-value.
4714 (custom-declare-group): Purecopy custom-prefix.
4715
4716 * international/mule.el (load-with-code-conversion):
4717 Call do-after-load-evaluation unconditionally.
4718
4719 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4720
4721 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4722
4723 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4724
4725 2009-11-04 Glenn Morris <rgm@gnu.org>
4726
4727 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4728 (byte-compile-compatibility): Remove option.
4729 (byte-compile-close-variables, byte-compile-fix-header)
4730 (byte-compile-insert-header, byte-compile-output-docform)
4731 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4732 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4733 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4734 (byte-compile-insert, byte-compile-defun):
4735 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
4736 (byte-defop-compiler19): Remove.
4737 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4738 used by anything. Replace all calls with byte-defop-compiler.
4739
4740 2009-11-04 Juri Linkov <juri@jurta.org>
4741
4742 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4743 (menu-bar-options-menu): Don't quote the `prop' arg of
4744 `menu-bar-make-mm-toggle'.
4745
4746 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
4747
4748 * calendar/calendar.el (cal-loaddefs):
4749 * calendar/diary-lib.el (diary-loaddefs):
4750 * calendar/holidays.el (hol-loaddefs):
4751 * eshell/esh-module.el (esh-groups): Load rather than require.
4752
4753 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4754
4755 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4756 point-min==1.
4757 (todo-top-priorities): Only display-buffer when called interactively.
4758 (todo-item-start): Don't save excursion point.
4759 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4760 (todo-insert-item-here, todo-file-item, todo-remove-item):
4761 Adjust uses of todo-item-start and todo-item-end.
4762
4763 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4764 (autoload-rubric): Don't use any more.
4765 * cedet/semantic/fw.el (semantic/loaddefs):
4766 * cedet/srecode.el (srecode/loaddefs):
4767 * cedet/ede.el (ede/loaddefs): Load rather than require.
4768 * cedet/ede/cpp-root.el:
4769 * cedet/ede/emacs.el:
4770 * cedet/ede/files.el:
4771 * cedet/ede/linux.el:
4772 * cedet/ede/locate.el:
4773 * cedet/ede/make.el:
4774 * cedet/ede/shell.el:
4775 * cedet/ede/speedbar.el:
4776 * cedet/ede/system.el:
4777 * cedet/ede/util.el:
4778 * cedet/semantic/analyze.el:
4779 * cedet/semantic/bovine.el:
4780 * cedet/semantic/complete.el:
4781 * cedet/semantic/ctxt.el:
4782 * cedet/semantic/db-file.el:
4783 * cedet/semantic/db-find.el:
4784 * cedet/semantic/db-global.el:
4785 * cedet/semantic/db-mode.el:
4786 * cedet/semantic/db-typecache.el:
4787 * cedet/semantic/db.el:
4788 * cedet/semantic/debug.el:
4789 * cedet/semantic/dep.el:
4790 * cedet/semantic/doc.el:
4791 * cedet/semantic/edit.el:
4792 * cedet/semantic/find.el:
4793 * cedet/semantic/format.el:
4794 * cedet/semantic/html.el:
4795 * cedet/semantic/ia-sb.el:
4796 * cedet/semantic/ia.el:
4797 * cedet/semantic/idle.el:
4798 * cedet/semantic/lex-spp.el:
4799 * cedet/semantic/lex.el:
4800 * cedet/semantic/mru-bookmark.el:
4801 * cedet/semantic/scope.el:
4802 * cedet/semantic/senator.el:
4803 * cedet/semantic/sort.el:
4804 * cedet/semantic/symref.el:
4805 * cedet/semantic/tag-file.el:
4806 * cedet/semantic/tag-ls.el:
4807 * cedet/semantic/tag-write.el:
4808 * cedet/semantic/tag.el:
4809 * cedet/semantic/util-modes.el:
4810 * cedet/semantic/analyze/complete.el:
4811 * cedet/semantic/analyze/refs.el:
4812 * cedet/semantic/bovine/c.el:
4813 * cedet/semantic/bovine/gcc.el:
4814 * cedet/semantic/bovine/make.el:
4815 * cedet/semantic/bovine/scm.el:
4816 * cedet/semantic/decorate/include.el:
4817 * cedet/semantic/decorate/mode.el:
4818 * cedet/semantic/symref/cscope.el:
4819 * cedet/semantic/symref/global.el:
4820 * cedet/semantic/symref/grep.el:
4821 * cedet/semantic/symref/idutils.el:
4822 * cedet/semantic/symref/list.el:
4823 * cedet/semantic/wisent/java-tags.el:
4824 * cedet/semantic/wisent/javascript.el:
4825 * cedet/srecode/compile.el:
4826 * cedet/srecode/cpp.el:
4827 * cedet/srecode/document.el:
4828 * cedet/srecode/el.el:
4829 * cedet/srecode/expandproto.el:
4830 * cedet/srecode/getset.el:
4831 * cedet/srecode/insert.el:
4832 * cedet/srecode/java.el:
4833 * cedet/srecode/map.el:
4834 * cedet/srecode/mode.el:
4835 * cedet/srecode/template.el:
4836 * cedet/srecode/texi.el: Remove the file-local setting of
4837 generated-autoload-feature.
4838
4839 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4840 and only put a prop if it is non-nil.
4841
4842 2009-11-03 Juri Linkov <juri@jurta.org>
4843
4844 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4845 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4846
4847 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4848 and "Menu" to make top-level menu item visually one unit (like
4849 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4850 multi-word menu items). Fix :help string for quit-window.
4851
4852 2009-11-03 Glenn Morris <rgm@gnu.org>
4853
4854 * cedet/mode-local.el (with-mode-local): Doc fix.
4855
4856 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4857 (byte-compile-file-form-define-abbrev-table)
4858 (byte-compile-file-form-custom-declare-variable)
4859 (byte-compile-variable-ref, byte-compile-defvar):
4860 Whether or not a warning is enabled should only affect whether we issue
4861 the warning, not whether or not we collect the relevant data.
4862 Eg warnings can be turned on and off throughout the course of a file.
4863
4864 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4865 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4866
4867 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4868
4869 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4870 * play/mpuz.el (mpuz-create-buffer):
4871 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4872 (lm-print-y,s,noise, lm-print-w0, lm-init):
4873 * play/gomoku.el (gomoku-prompt-for-move):
4874 * play/fortune.el (fortune-in-buffer):
4875 * play/dissociate.el (dissociated-press):
4876 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4877 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4878 * mail/supercite.el (sc-eref-show):
4879 * mail/smtpmail.el (smtpmail-send-it):
4880 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4881 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4882 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4883 (rmail-summary-goto-msg, rmail-summary-expunge)
4884 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4885 (rmail-summary-add-label, rmail-summary-output-menu)
4886 (rmail-summary-output-body):
4887 * mail/rfc822.el (rfc822-addresses):
4888 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4889 * mail/mailpost.el (post-mail-send-it):
4890 * mail/hashcash.el (hashcash-generate-payment):
4891 * mail/feedmail.el (feedmail-run-the-queue)
4892 (feedmail-queue-send-edit-prompt-help-first)
4893 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4894 (feedmail-deduce-address-list):
4895 * eshell/esh-ext.el (eshell-remote-command):
4896 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4897 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4898 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4899 (viper-save-string-in-file, viper-valid-marker):
4900 * emulation/viper-keym.el (viper-toggle-key):
4901 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4902 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4903 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4904 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4905 (viper-exec-form-in-emacs, viper-brac-function):
4906 * emulation/viper.el (viper-delocalize-var):
4907 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4908 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4909 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4910 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4911 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4912 * emulation/edt.el (edt-electric-helpify):
4913 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4914 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4915 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4916 (cua-indent-to-global-mark-column):
4917 * calendar/diary-lib.el (calendar-mark-1):
4918 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4919 Use with-current-buffer.
4920 * emulation/viper.el (viper-delocalize-var): Use dolist.
4921
4922 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
4923
4924 * comint.el (comint-replace-by-expanded-history-before-point):
4925 Replace !! with the previous input string literally (Bug#1795).
4926
4927 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4928
4929 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4930 to be made up of whitespace.
4931
4932 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4933
4934 * minibuffer.el (read-file-name): Don't use file dialogs for
4935 remote directories (Bug#99).
4936
4937 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
4938
4939 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4940
4941 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4942
4943 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4944 instead of deleting the window or frame.
4945
4946 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4947
4948 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4949 Support face colors.
4950
4951 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4952 New function. Support face colors (Bug#1168).
4953 (tex-common-initialization): Use it.
4954
4955 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4956 mode allows it (Bug#1168).
4957
4958 2009-10-31 Juri Linkov <juri@jurta.org>
4959
4960 * facemenu.el (list-colors-display): Don't mark buffer as
4961 modified (Bug#3948).
4962
4963 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4964
4965 * international/mule-diag.el (list-character-sets-1): Minor
4966 message fix (Bug#3526).
4967
4968 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4969 face property (Bug#4834).
4970 (etags-list-tags, etags-tags-apropos-additional)
4971 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4972 property.
4973
4974 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4975 items.
4976
4977 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4978 items.
4979
4980 * cedet/ede.el (ede-minor-mode):
4981 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4982
4983 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4984
4985 * textmodes/two-column.el (2C-split):
4986 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4987 * textmodes/tex-mode.el (tex-set-buffer-directory):
4988 * textmodes/spell.el (spell-region, spell-string):
4989 * textmodes/reftex.el (reftex-erase-buffer):
4990 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4991 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4992 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4993 (reftex-select-item):
4994 * textmodes/reftex-ref.el (reftex-label-info-update)
4995 (reftex-offer-label-menu):
4996 * textmodes/reftex-index.el (reftex-index-change-entry)
4997 (reftex-index-phrases-info):
4998 * textmodes/reftex-global.el (reftex-create-tags-file)
4999 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5000 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5001 (reftex-view-crossref-from-bibtex):
5002 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5003 (reftex-extract-bib-entries-from-thebibliography)
5004 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5005 * textmodes/refbib.el (r2b-capitalize-title):
5006 (r2b-convert-buffer, r2b-help):
5007 * textmodes/page-ext.el (pages-directory)
5008 (pages-directory-goto-with-mouse):
5009 * textmodes/bibtex.el (bibtex-validate-globally):
5010 * textmodes/bib-mode.el (bib-capitalize-title):
5011 * textmodes/artist.el (artist-clear-buffer, artist-system):
5012 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5013 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5014 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5015 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5016 (xscheme-send-control-g-interrupt, xscheme-start-process)
5017 (xscheme-process-sentinel, xscheme-cd):
5018 * progmodes/verilog-mode.el (verilog-read-always-signals)
5019 (verilog-set-define, verilog-getopt-file)
5020 (verilog-module-inside-filename-p):
5021 * progmodes/sh-script.el:
5022 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5023 (python-pdbtrack-grub-for-buffer, python-execute-file):
5024 * progmodes/octave-inf.el (inferior-octave):
5025 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5026 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5027 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5028 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5029 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5030 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5031 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5032 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5033 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5034 (idlwave-shell-examine-display, idlwave-shell-run-region)
5035 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5036 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5037 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5038 (idlwave-help-get-help-buffer):
5039 * progmodes/gud.el (gud-basic-call, gud-find-class)
5040 (gud-tooltip-activate-mouse-motions-if-enabled):
5041 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5042 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5043 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5044 (ebrowse-tags-next-file):
5045 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5046 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5047 (ebnf-eps-finish-and-write):
5048 * progmodes/cpp.el (cpp-edit-save):
5049 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5050 * progmodes/cc-defs.el (c-emacs-features):
5051 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5052 (antlr-directory-dependencies):
5053 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5054 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5055 (ada-find-any-references, ada-make-filename-from-adaname)
5056 (ada-make-body-gnatstub):
5057 * obsolete/rnews.el (news-list-news-groups):
5058 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5059 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5060 * net/rcirc.el (rcirc-debug):
5061 * net/newst-treeview.el (newsticker--treeview-list-add-item)
5062 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5063 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5064 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5065 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5066 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5067 (newsticker--treeview-list-clear-highlight)
5068 (newsticker--treeview-list-update-highlight)
5069 (newsticker--treeview-list-highlight-start)
5070 (newsticker--treeview-tree-update-highlight)
5071 (newsticker--treeview-get-selected-item)
5072 (newsticker-treeview-mark-list-items-old)
5073 (newsticker--treeview-set-current-node):
5074 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5075 * net/newst-backend.el (newsticker--get-news-by-funcall)
5076 (newsticker--get-news-by-wget, newsticker--image-get)
5077 (newsticker--image-sentinel):
5078 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5079 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5080 (eudc-ph-close-session):
5081 * net/eudc.el (eudc-save-options):
5082 * language/thai-word.el (thai-update-word-table):
5083 * language/japan-util.el (japanese-string-conversion):
5084 * international/titdic-cnv.el (tsang-quick-converter)
5085 (ziranma-converter, ctlau-converter):
5086 * international/mule-cmds.el (describe-language-environment):
5087 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5088 (skkdic-convert-postfix, skkdic-convert-prefix):
5089 (skkdic-convert-okuri-nasi, skkdic-convert):
5090 * emacs-lisp/re-builder.el (reb-update-overlays):
5091 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5092 * emacs-lisp/gulp.el (gulp-send-requests):
5093 * emacs-lisp/find-gc.el (trace-call-tree):
5094 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5095 (eieio-describe-generic):
5096 * emacs-lisp/eieio-base.el (eieio-persistent-read):
5097 * emacs-lisp/edebug.el (edebug-outside-excursion):
5098 * emacs-lisp/debug.el (debugger-make-xrefs):
5099 * emacs-lisp/cust-print.el (custom-prin1-to-string):
5100 * emacs-lisp/chart.el (chart-new-buffer):
5101 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5102 Use with-current-buffer.
5103 * textmodes/artist.el (artist-system): Don't call
5104 copy-sequence on a fresh string.
5105 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5106
5107 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
5108
5109 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5110 is no item to edit. (Bug#4820)
5111 (todo-top-priorities): Restore point and restore narrowing in Todo
5112 buffer. (Bug#4820)
5113
5114 2009-10-31 Glenn Morris <rgm@gnu.org>
5115
5116 * net/ange-ftp.el (top-level): Don't require dired when compiling.
5117 (comint-last-output-start, comint-last-input-start)
5118 (comint-last-input-end): Don't defvar when compiling.
5119 (ange-ftp-process-file): Use bound-and-true-p.
5120
5121 * pcmpl-rpm.el (top-level): Move provide statement to end.
5122 (pcmpl-rpm): Remove unused custom group.
5123
5124 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5125
5126 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5127
5128 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5129 (byte-compile-warnings): Add `constants' as an option.
5130 (byte-compile-callargs-warn, byte-compile-arglist-warn)
5131 (display-call-tree): Update for byte-compile-fdefinition possibly
5132 returning `(macro lambda ...)'. (Bug#4778)
5133 (byte-compile-variable-ref, byte-compile-setq-default):
5134 Respect `constants' member of byte-compile-warnings.
5135
5136 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5137 Use mapc rather than mapcar because the return value is never used.
5138
5139 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5140 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5141 * cedet/semantic/html.el:
5142 Suppress harmless warnings about setting up semantic-imenu (not
5143 part of Emacs) variables.
5144
5145 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5146
5147 * vc-bzr.el (vc-bzr-revision-keywords): New var.
5148 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5149 to "submit:".
5150
5151 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5152 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5153 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5154 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5155 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5156 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5157 (semantic-analyzer-debug-global-symbol)
5158 (semantic-analyzer-debug-missing-innertype)
5159 (semantic-analyzer-debug-insert-include-summary):
5160 * cedet/semantic/util.el (semantic-file-tag-table):
5161 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5162 (semantic-recursive-find-nonterminal-by-name):
5163 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5164 * cedet/semantic/tag-file.el (semantic-prototype-file):
5165 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5166 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5167 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5168 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5169 (semantic-idle-summary-maybe-highlight):
5170 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5171 (semantic-ia-sb-tag-info):
5172 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5173 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5174 * cedet/semantic/ede-grammar.el (project-compile-target):
5175 (ede-proj-makefile-insert-variables):
5176 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5177 (semantic-debug-set-source-location, semantic-debug-interface-layout)
5178 (semantic-debug-mode, semantic-debug):
5179 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5180 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5181 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5182 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5183 (semanticdb-find-translate-path-includes--internal)
5184 (semanticdb-reset-log, semanticdb-find-log-activity):
5185 * cedet/semantic/db-file.el (object-write):
5186 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5187 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5188 (semanticdb-create-ebrowse-database):
5189 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5190 * cedet/semantic/complete.el (semantic-displayor-focus-request)
5191 (semantic-collector-calculate-completions-raw)
5192 (semantic-complete-read-tag-analyzer):
5193 * cedet/semantic/analyze.el (semantic-analyze-pulse):
5194 * cedet/ede/util.el (ede-update-version-in-source):
5195 * cedet/ede/proj.el (project-delete-target):
5196 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5197 (ede-proj-flush-autoconf):
5198 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5199 (ede-proj-configure-synchronize):
5200 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5201 * cedet/ede/linux.el (ede-linux-version):
5202 * cedet/ede/emacs.el (ede-emacs-version):
5203 * cedet/ede/dired.el (ede-dired-add-to-target):
5204 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5205 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5206 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5207 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5208 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5209 (cedet-idutils-version-check):
5210 * cedet/cedet-global.el (cedet-gnu-global-call):
5211 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5212 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5213 * cedet/cedet-cscope.el (cedet-cscope-call)
5214 (cedet-cscope-expand-filename, cedet-cscope-version-check):
5215 Use with-current-buffer.
5216 * cedet/ede.el (ede-make-project-local-variable)
5217 (ede-set-project-variables, ede-set): Use dolist.
5218
5219 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5220
5221 * textmodes/ispell.el (ispell-skip-region-alist):
5222 * international/mule-conf.el (eight-bit):
5223 * international/fontset.el (font-encoding-alist):
5224 * startup.el (pure-space-overflow-message):
5225 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5226 * paths.el (gnus-nntp-service, rmail-spool-directory)
5227 (term-file-prefix):
5228 * files.el (save-some-buffers-action-alist):
5229 * cmuscheme.el (same-window-buffer-names):
5230 * ielm.el (same-window-buffer-names):
5231 * shell.el (same-window-buffer-names):
5232 * mail/sendmail.el (same-window-buffer-names):
5233 * progmodes/inf-lisp.el (same-window-buffer-names):
5234 * bindings.el (mode-line-client)
5235 (mode-line-column-line-number-mode-map):
5236 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5237 (tibetan-precomposed-regexp): Purecopy string arguments.
5238
5239 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5240
5241 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5242 (calcDigit-nondigit):
5243 * calc/calc-yank.el (calc-copy-to-buffer):
5244 * calc/calc-units.el (calc-invalidate-units-table):
5245 * calc/calc-trail.el (calc-trail-yank):
5246 * calc/calc-store.el (calc-insert-variables):
5247 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5248 * calc/calc-prog.el (calc-read-parse-table):
5249 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5250 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5251 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5252 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5253 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5254 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5255 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5256 * calc/calc-ext.el (calc-realign):
5257 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5258 (calc-embedded-finish-edit, calc-embedded-make-info)
5259 (calc-embedded-finish-command, calc-embedded-stack-change):
5260 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5261
5262 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5263 (overload-docstring-extension): Use that info.
5264 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5265 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5266 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5267 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5268 (semantic-nonterminal-full-name): Add the new `when' info.
5269 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5270 `assert'.
5271
5272 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5273 shell-dynamic-complete-filename in preference to
5274 comint-dynamic-complete-filename.
5275
5276 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5277 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5278 Don't consider whether the display supports colors.
5279 (bookmark-import-new-list): Use dolist.
5280 (bookmark-bmenu-mode-map): Move initialization into declaration.
5281 (bookmark-bmenu-list): Use dolist, simplify.
5282 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5283 (menu-bar-final-items): Use push.
5284
5285 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5286
5287 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5288 it works on remote files.
5289 (vc-hg-diff): Don't pass any `--cwd' argument.
5290
5291 2009-10-27 Kevin Ryde <user42@zip.com.au>
5292
5293 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5294 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5295 (Further to Bug#3921).
5296
5297 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
5298
5299 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5300 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5301 calling `tramp-imap-put-file'. Add file size to the call.
5302 (tramp-imap-get-file-entries): Compute also user name, file size,
5303 and date.
5304 (tramp-imap-handle-insert-directory): Insert uid and gid.
5305 (tramp-imap-handle-file-attributes): Transform uid and gid
5306 according to `id-format'.
5307 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5308 size in header X-Size.
5309
5310 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
5311
5312 * simple.el (transpose-subr): Give clearer error when the mark
5313 is not set. (Bug#4807)
5314
5315 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
5316
5317 * net/tramp.el (tramp-perl-file-truename): New defconst.
5318 Perl code contributed by yary <not.com@gmail.com> (tiny change).
5319 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5320 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5321 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5322
5323 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5324 Ignore `dired-call-process'.
5325 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5326
5327 2009-10-26 Julian Scheid <julians37@gmail.com>
5328
5329 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5330 (tramp-get-remote-readlink): New defun.
5331 (tramp-handle-file-truename): Use it.
5332 (tramp-handle-file-exists-p): Check file-attributes cache, assume
5333 file exists if cache value present.
5334 (tramp-check-cached-permissions): New defun.
5335 (tramp-handle-file-readable-p): Use it.
5336 (tramp-handle-file-writable-p): Likewise.
5337 (tramp-handle-file-executable-p): Likewise.
5338 (tramp-handle-file-name-all-completions): Try using Perl to get
5339 partial completions. When perl not available, combine `cd' and
5340 `ls' into single remote operation and use shell expansion to get
5341 partial remote directory contents. Set `file-exists-p' cache for
5342 directory and any files returned by ls. Change cache handling to
5343 support partial directory contents. Use error message emitted by
5344 remote `cd' or Perl code for local tramp-error.
5345 (tramp-do-copy-or-rename-file-directly): Avoid separate
5346 tramp-send-command-and-check call.
5347 (tramp-handle-process-file): Merge three remote ops into one.
5348 Do not flush all caches when `process-file-side-effects' is set.
5349 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5350 file-attributes shows uid/gid to be set already.
5351
5352 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5353
5354 * textmodes/tex-mode.el (tex-dvi-view-command)
5355 (tex-show-queue-command, tex-open-quote):
5356 * progmodes/ruby-mode.el (auto-mode-alist)
5357 (interpreter-mode-alist): Purecopy strings.
5358
5359 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5360
5361 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5362 string for the hook, keymap and abbrev table.
5363
5364 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5365
5366 * x-dnd.el (x-dnd-xdnd-to-action):
5367 * startup.el (fancy-startup-text, fancy-about-text): Change to
5368 defconst from defvar.
5369
5370 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5371
5372 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5373 Purecopy initialization strings.
5374
5375 * mail/sendmail.el (mail-header-separator)
5376 (mail-personal-alias-file):
5377 * mail/rmail.el (rmail-default-dont-reply-to-names)
5378 (rmail-ignored-headers, rmail-retry-ignored-headers)
5379 (rmail-highlighted-headers, rmail-secondary-file-directory)
5380 (rmail-secondary-file-regexp):
5381 * files.el (null-device, file-name-invalid-regexp)
5382 (locate-dominating-stop-dir-regexp)
5383 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5384 (interpreter-mode-alist): Use mapcar instead of mapc.
5385
5386 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5387
5388 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5389 (completion-ignored-extensions):
5390 (debug-ignored-errors): Purecopy strings.
5391
5392 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5393
5394 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5395 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5396 (pcomplete--here): Use push.
5397
5398 * subr.el (all-completions): Declare the 4th arg obsolete.
5399
5400 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5401
5402 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5403 (pcomplete-unquote-argument): New function.
5404 (pcomplete--common-suffix): Always pay attention to case.
5405 (pcomplete--table-subvert): Quote and unquote the text.
5406 (pcomplete--common-quoted-suffix): New function.
5407 (pcomplete-std-complete): Use it and pcomplete-begin.
5408
5409 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5410 we're inside a dedicated or minibuffer window.
5411
5412 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5413
5414 * cedet/semantic/fw.el (semantic-alias-obsolete)
5415 (semantic-varalias-obsolete): Make the `when' arg mandatory.
5416 (define-mode-overload-implementation):
5417 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5418 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5419 * cedet/semantic/util.el (semantic-file-token-stream)
5420 (semantic-something-to-stream):
5421 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5422 (semantic-expand-nonterminal):
5423 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5424 (semantic-find-dependency, semantic-find-nonterminal)
5425 (semantic-find-dependency):
5426 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5427 (semantic-flex-text, semantic-flex-make-keyword-table)
5428 (semantic-flex-keyword-p, semantic-flex-keyword-put)
5429 (semantic-flex-keyword-get, semantic-flex-map-keywords)
5430 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5431 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5432 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5433 (semantic-after-idle-scheduler-reparse-hooks):
5434 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5435 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5436 * cedet/semantic.el (semantic-toplevel-bovine-table)
5437 (semantic-toplevel-bovine-cache)
5438 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5439 (semantic-init-mode-hooks, semantic-init-db-hooks)
5440 (semantic-bovination-working-type): Provide the `when' arg.
5441
5442 2009-10-24 Karl Fogel <kfogel@red-bean.com>
5443
5444 * bookmark.el: Update documentation, especially documentation
5445 of `bookmark-alist' and of the bookmark file format.
5446 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
5447
5448 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5449
5450 * mail/emacsbug.el (report-emacs-bug): Clarify that the
5451 keybindings apply to the mail buffer (Bug#4003). Shrink help
5452 window to buffer.
5453
5454 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5455 (global-whitespace-mode, global-whitespace-newline-mode)
5456 (whitespace-toggle-options, global-whitespace-toggle-options):
5457 Doc fix (Bug#3660).
5458
5459 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5460 of xmltok-start before the end tag was inserted (Bug#2840).
5461
5462 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5463 patterns that are preceded by an open-paren (Bug#1320).
5464
5465 2009-10-24 Sven Joachim <svenjoac@gmx.de>
5466
5467 * files.el (delete-directory): Delete symlinks to directories with
5468 delete-file (Bug#4739).
5469
5470 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5471
5472 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5473 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5474 argument to make-obsolete.
5475
5476 * cedet/semantic/fw.el (semantic-alias-obsolete)
5477 (semantic-varalias-obsolete): Add optional WHEN argument.
5478
5479 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5480
5481 * vc.el (vc-backend-for-registration): Rename from
5482 vc-get-backend-for-registration. Update callers.
5483
5484 * international/mule-cmds.el (set-language-info-alist):
5485 Purecopy lang-env.
5486 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5487 (charset): Purecopy the name.
5488 (define-char-code-property): Purecopy string arguments.
5489
5490 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5491 Purecopy string arguments.
5492
5493 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5494 * ediff-hook.el (menu-bar-ediff-menu):
5495 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5496 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5497
5498 2009-10-24 Glenn Morris <rgm@gnu.org>
5499
5500 * comint.el (comint-dynamic-list-completions):
5501 * term.el (term-dynamic-list-completions): Use choose-completion rather
5502 than obsolete alias mouse-choose-completion.
5503
5504 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5505 file-cache-choose-completion.
5506 (file-cache-choose-completion): Handle an optional event argument.
5507 (file-cache-mouse-choose-completion): Make it an obsolete alias.
5508
5509 * progmodes/octave-mod.el (octave-complete-symbol):
5510 Use choose-completion if mouse-choose-completion is ever removed.
5511
5512 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5513 use.
5514
5515 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5516 compiler.
5517
5518 * vc-hooks.el (vc-responsible-backend): Fix declaration.
5519
5520 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5521
5522 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5523 Ignore `pred' now that we receive one.
5524 Handle test-completion specially.
5525
5526 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5527
5528 * vc.el (vc-responsible-backend): Throw an error if not backend is
5529 found. Remove the REGISTER argument. Move the code dealing with
5530 REGISTER ...
5531 (vc-get-backend-for-registration): ... here. New function.
5532 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5533 of vc-responsible-backend, pass the file name instead of the
5534 directory name.
5535
5536 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5537
5538 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5539 New funs.
5540 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
5541 (pcomplete-comint-setup): Don't modify a global var via
5542 accidental side-effects.
5543 (pcomplete-shell-setup): Adjust call accordingly.
5544 (pcomplete-parse-comint-arguments): Use push.
5545
5546 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
5547
5548 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5549 Allow uncapitalized info node names (Bug#3921).
5550
5551 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5552 to the DEBUG file (Bug#3781).
5553
5554 2009-10-23 Jari Aalto <jari.aalto@cante.net>
5555
5556 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5557 dictionary entry (Bug#4579).
5558
5559 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5560
5561 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5562 from `rfn-eshadow-update-overlay-hook' when unloading.
5563 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5564 "rsyncc". Adjust doc string.
5565 (tramp-temp-buffer-file-name): New buffer-local defvar.
5566 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5567 Keep temporary file when indicated by method ("rsync" and
5568 "rsyncc").
5569 (tramp-handle-write-region): Handle APPEND.
5570 (tramp-delete-temp-file-function): New defun. Added to
5571 `kill-buffer-hook'.
5572
5573 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
5574
5575 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5576
5577 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5578
5579 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5580 (color-name-rgb-alist, tty-standard-colors)
5581 (tty-color-mode-alist): Change to defconst.
5582
5583 * simple.el (mark-inactive): Purecopy message.
5584
5585 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5586 (global-map, yank-menu):
5587 * textmodes/ispell.el (ispell-menu-map):
5588 * net/eudc.el (eudc-tools-menu):
5589 * international/mule-cmds.el (describe-language-environment-map)
5590 (setup-language-environment-map, set-coding-system-map)
5591 (mule-menu-keymap):
5592 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5593 * replace.el (occur-mode-map):
5594 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5595
5596 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5597
5598 * calc/calc.el (math-read-number, math-read-number-simple): Use
5599 `save-match-data'.
5600
5601 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5602
5603 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5604 rather than fiddling with global-map bindings, since it should only
5605 affect per-terminal settings.
5606 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5607
5608 * minibuffer.el (completion-table-with-terminator): Allow to specify
5609 the terminator-regexp.
5610
5611 * simple.el (switch-to-completions): Look for *Completions* in other
5612 frames as well.
5613
5614 * pcomplete.el: Allow the use of completion-tables.
5615 (pcomplete-std-complete): New command.
5616 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5617 (pcomplete--here): Use a function for `form' rather than an expression,
5618 so it can be byte-compiled.
5619 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5620 Add edebug declaration.
5621 (pcomplete-show-completions): Remove unused var `curbuf'.
5622 (pcomplete-do-complete, pcomplete-stub):
5623 Don't assume `completions' is a list of strings any more.
5624
5625 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
5626
5627 * find-dired.el (find-name-arg): Fix typo in docstring.
5628
5629 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5630
5631 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5632 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5633
5634 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5635 pcomplete-entries.
5636
5637 * comint.el (comint-read-input-ring, comint-write-input-ring)
5638 (comint-substitute-in-file-name)
5639 (comint-dynamic-complete-as-filename)
5640 (comint-dynamic-simple-complete)
5641 (comint-dynamic-list-filename-completions)
5642 (comint-dynamic-list-completions)
5643 (comint-redirect-results-list-from-process): Minor simplifications.
5644
5645 2009-10-21 Kevin Ryde <user42@zip.com.au>
5646
5647 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5648 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5649 the first form. And insert a blank line after ";;; Code" since
5650 that's usual style. (Bug#4612)
5651
5652 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5653
5654 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5655
5656 * minibuffer.el (completion-table-with-terminator): Properly implement
5657 boundaries, in case `terminator' appears in the suffix.
5658 (completion--embedded-envvar-table): Don't return boundaries if
5659 there's no valid completion. Simplify.
5660 (completion-file-name-table): New completion table extracted from
5661 completion--file-name-table.
5662 (completion--file-name-table): Use it.
5663 (read-file-name-predicate): Declare obsolete.
5664 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5665 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5666 completion-file-name-table, and use the `pred' argument.
5667 * files.el (locate-file-completion-table): Use the `pred' arg rather
5668 than read-file-name-predicate.
5669 (abbreviate-file-name): Use \` rather than ^ for BOS.
5670
5671 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5672
5673 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5674 vc-responsible-backend to register, it causes problems.
5675
5676 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5677
5678 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5679
5680 2009-10-21 Eric Ludlam <zappo@gnu.org>
5681
5682 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5683 (semantic-c-debug-mode-init-pch): New functions.
5684 (semantic-c-debug-mode-init-last-mode): New var.
5685 (semantic-c-parse-lexical-token): Use them.
5686
5687 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5688 When extracting the argument list, limit only by point-max.
5689
5690 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
5691
5692 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5693 (tramp-smb-handle-file-attributes): Use it.
5694 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5695 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5696 `mapcar'. Use `tramp-smb-get-stat-capability'.
5697 Add `dired-filename' text properties.
5698 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5699 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5700 version.
5701
5702 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5703
5704 * subr.el (read-key-delay): Reduce to 0.01.
5705 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5706 (bug#4751).
5707
5708 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5709
5710 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5711
5712 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5713 (Info-menu): Remove unused vars `last' and `completions'.
5714 (Info-index-nodes): Remove unused var `node'.
5715
5716 * info.el (Info-complete-menu-item): Use complete-with-action.
5717
5718 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5719
5720 Make vc-annotate work through copies and renames.
5721 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5722 Return the file name too.
5723 (vc-annotate-revision-at-line)
5724 (vc-annotate-find-revision-at-line)
5725 (vc-annotate-revision-previous-to-line)
5726 (vc-annotate-show-log-revision-at-line): Update to get the file
5727 name from vc-annotate-extract-revision-at-line.
5728 (vc-annotate-show-diff-revision-at-line-internal): Change the
5729 argument to mean whether to show a file diff or not. Get the file
5730 name from vc-annotate-extract-revision-at-line.
5731 (vc-annotate-show-diff-revision-at-line):
5732 Update vc-annotate-show-diff-revision-at-line call.
5733 (vc-annotate-warp-revision): Add an optional file argument.
5734
5735 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5736 (vc-git-annotate-extract-revision-at-line): Also return the file
5737 name if found.
5738
5739 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5740 command. Remove unused code.
5741 (vc-hg-annotate-re): Update to match --follow output.
5742 (vc-hg-annotate-extract-revision-at-line): Also return the file
5743 name if found.
5744
5745 * vc.el: Update annotate-extract-revision-at-line documentation.
5746
5747 2009-10-18 Kevin Ryde <user42@zip.com.au>
5748
5749 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5750 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5751
5752 * net/browse-url.el (browse-url): Identify alist with "consp and
5753 not functionp" and let all other things go down the `apply' leg,
5754 as suggested by Stefan. (Further to bug#4531.)
5755
5756 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
5757
5758 * minibuffer.el (read-file-name): Check for repeat before putting
5759 a default argument in file-name-history (Bug#4657).
5760
5761 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5762 read syntax (Bug#4737).
5763
5764 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5765
5766 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5767
5768 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5769 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5770 entries and make note of obsolete tags.
5771
5772 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5773
5774 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5775
5776 2009-10-18 Glenn Morris <rgm@gnu.org>
5777
5778 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5779 grep, so that binary files (eg international/uni-bidi.el) can match.
5780 Remove test for "UnicodeData" files, since it is hopefully unnecessary
5781 now, and in any case the file header format has changed.
5782
5783 2009-10-17 Glenn Morris <rgm@gnu.org>
5784
5785 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5786 (flyspell-get-word, flyspell-large-region)
5787 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5788
5789 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5790
5791 * Makefile.in (ELCFILES): Add ede/shell.
5792
5793 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5794
5795 * term/common-win.el (x-colors): Purecopy it.
5796
5797 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5798
5799 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5800 permissive for when the buffer is empty.
5801 (tar-header-block-tokenize): Decode the username and groupname.
5802 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5803
5804 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5805
5806 * cedet/srecode/srt.el:
5807 * cedet/srecode/compile.el:
5808 * cedet/semantic/mru-bookmark.el:
5809 * cedet/semantic/debug.el:
5810 * cedet/semantic/complete.el:
5811 * cedet/semantic/analyze.el: Require CL when compiling.
5812
5813 2009-10-17 Eric Ludlam <zappo@gnu.org>
5814
5815 * cedet/semantic/scope.el
5816 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5817 tmpscope so that the regular scope will continue to work.
5818
5819 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5820 Use semantic-idle-summary-highlight-face as the highlighting.
5821
5822 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5823 contains multibyte characters, choose first applicable coding
5824 system automatically.
5825
5826 * cedet/ede/project-am.el (project-run-target): New method.
5827 (project-run-target): New method.
5828
5829 * cedet/ede.el (ede-target): Add run target menu item.
5830 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5831 (ede-run-target): New function.
5832 (ede-target::project-run-target): New method.
5833
5834 * cedet/ede/proj.el (project-run-target): New method.
5835
5836 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5837 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5838 Add :rules.
5839 (ede-proj-target-makefile-shared-object): Only libtool compilers
5840 now available. Add linkers for libtool.
5841 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5842 (ede-proj-makefile-target-name): Always use .la extension.
5843
5844 * cedet/ede/proj-prog.el (project-run-target): New method.
5845
5846 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5847 (ede-g++-linker): Change Change link lines.
5848
5849 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5850 When searching for old variables, go to the end of the buffer and
5851 search backward from there.
5852 (ede-proj-makefile-automake-insert-subdirs)
5853 (ede-proj-makefile-automake-insert-extradist): New methods.
5854 (ede-proj-makefile-create): Use them.
5855
5856 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5857 Force FILE to expand to the current target. Use file-exists-p to
5858 check that it exists.
5859
5860 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5861 (ede-linux-load): Wrap dir in file-name-as-directory.
5862 Set :version slot.
5863
5864 * cedet/ede/files.el (ede-get-locator-object): When enabling
5865 locate, do so on "top".
5866
5867 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5868 file-name-as-directory during compare.
5869 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5870 Get version number from different places. Don't call egrep.
5871 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5872 to set the directory.
5873
5874 * cedet/ede/shell.el: New file.
5875
5876 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5877 alpha/beta variants.
5878
5879 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5880
5881 * international/mule-cmds.el (select-safe-coding-system): If the file
5882 has a coding cookie, use it regardless of any other setting (bug#4712).
5883
5884 2009-10-17 Glenn Morris <rgm@gnu.org>
5885
5886 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5887 All errors should have messages.
5888
5889 * foldout.el (foldout-mouse-swallow-events):
5890 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5891
5892 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5893 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5894 (dired-keep-marker-symlink, dired-dwim-target)
5895 (dired-copy-preserve-time): Do not autoload these defcustoms.
5896
5897 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5898 messages from messing up the file coding. (Bug#4623)
5899
5900 2009-10-17 Jari Aalto <jari.aalto@cante.net>
5901
5902 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5903 if no match is found for the current dictionary. (Bug#4578)
5904
5905 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5906 optional, since that is how it is documented, and this is often called
5907 with a nil argument. (Bug#4577)
5908 (flyspell-external-point-words, flyspell-auto-correct-word)
5909 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5910 (flyspell-word-search-backward): Remove nil argument in calls to
5911 flyspell-get-word, since it is not needed now.
5912
5913 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
5914
5915 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
5916
5917 2009-10-16 Glenn Morris <rgm@gnu.org>
5918
5919 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5920
5921 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5922
5923 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5924 (ange-ftp-file-size): New function.
5925 (ange-ftp-file-attributes): Use it.
5926
5927 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
5928
5929 * net/tramp-smb.el (tramp-smb-version): New defvar.
5930 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5931 repeated checks.
5932
5933 2009-10-16 Glenn Morris <rgm@gnu.org>
5934
5935 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5936 Maybe copy some custom properties from old to new name. (Bug#4706)
5937
5938 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
5939
5940 * subr.el (error, sit-for, start-process-shell-command)
5941 (start-file-process-shell-command): Set the calling convention
5942 after the function definition.
5943
5944 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5945
5946 * subr.el (error, sit-for, start-process-shell-command)
5947 (start-file-process-shell-command): Use the new
5948 set-advertised-calling-convention feature.
5949
5950 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5951
5952 * international/ucs-normalize.el (ucs-normalize-version):
5953 Change to 1.2.
5954 (check-range): Adjust for Unicode 5.2.
5955
5956 2009-10-15 Juri Linkov <juri@jurta.org>
5957
5958 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5959 to the `menu-item' format.
5960
5961 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
5962
5963 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5964 if the environment variable does not exist.
5965
5966 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5967 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5968 parameter.
5969 (tramp-smb-handle-add-name-to-file)
5970 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5971 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5972 (tramp-smb-handle-file-attributes)
5973 (tramp-smb-do-file-attributes-with-stat)
5974 (tramp-smb-handle-file-local-copy)
5975 (tramp-smb-handle-insert-directory)
5976 (tramp-smb-handle-make-directory)
5977 (tramp-smb-handle-make-directory-internal)
5978 (tramp-smb-handle-make-symbolic-link)
5979 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5980 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5981 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5982 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5983 Handle long file names.
5984 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5985 process is running.
5986 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5987 Read share names with "-g" option.
5988
5989 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
5990
5991 * net/rcirc.el (rcirc-view-log-file): New command.
5992 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5993 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5994 specified.
5995
5996 2009-10-15 Glenn Morris <rgm@gnu.org>
5997
5998 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5999 from the second command-line argument.
6000 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6001 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6002 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6003 w32-batch-update-autoloads.
6004 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6005 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6006
6007 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6008 the headers cannot be located. Simplify, subtracting superflous
6009 save-excursions.
6010
6011 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6012
6013 Replace completion-base-size by completion-base-position to fix bugs
6014 such as (bug#4699).
6015 * simple.el (completion-base-position): New var.
6016 (completion-base-size): Mark as obsolete.
6017 (choose-completion): Make it work for mouse events as well.
6018 Pass the new base-position to choose-completion-string.
6019 (choose-completion-guess-base-position): New function, extracted from
6020 choose-completion-delete-max-match.
6021 (choose-completion-delete-max-match): Use it. Make obsolete.
6022 (choose-completion-string): Use the new base-position info.
6023 (completion-root-regexp): Delete.
6024 (completion-setup-function): Preserve completion-base-position.
6025 Eliminate obsolete base-size manipulation.
6026 * minibuffer.el (display-completion-list): Don't mess with base-size.
6027 (minibuffer-completion-help): Set completion-base-position instead.
6028 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6029 choose-completion.
6030 * textmodes/bibtex.el (bibtex-complete):
6031 * emacs-lisp/crm.el (crm--choose-completion-string):
6032 Adjust to new calling convention.
6033 * complete.el (partial-completion-mode): Use minibufferp to avoid
6034 bumping into incompatible change to choose-completion-string-functions.
6035 * ido.el (ido-choose-completion-string): Make its calling convention
6036 more permissive.
6037 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6038 base-size manipulation.
6039 (comint-dynamic-list-input-ring): Use dotimes and push.
6040 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6041 fundamental-mode. Use `or'.
6042
6043 2009-10-14 Juri Linkov <juri@jurta.org>
6044
6045 * misearch.el (multi-isearch-next-buffer-from-list)
6046 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6047
6048 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6049
6050 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6051 `bytecomp.el'.
6052
6053 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6054 string we return is all made up of text from the completions rather
6055 than part from the completions and part from the input (bug#4219).
6056
6057 * ido.el (ido-everywhere): Use define-minor-mode.
6058
6059 * buff-menu.el (list-buffers, ctl-x-map):
6060 Mark the entry points with ;;;###autoload cookies.
6061
6062 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6063
6064 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6065 correctly in the detached head case.
6066 (vc-git-print-log): Remove unused binding.
6067
6068 * vc.el (vc-responsible-backend): When a directory is passed for
6069 for registration create a VC repository if no backend is
6070 responsible for the directory argument.
6071 (vc-deduce-fileset): Tell vc-responsible-backend to register.
6072
6073 * vc.el: Move comments about RCS and SCCS ...
6074 * vc-rcs.el:
6075 * vc-sccs.el: ... here, respectively.
6076
6077 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6078
6079 * minibuffer.el (completion--file-name-table): Return nil if there's
6080 no file completion, even if substitute-in-file-name changed
6081 the string (bug#4708).
6082
6083 2009-10-13 Juri Linkov <juri@jurta.org>
6084
6085 * files-x.el (read-file-local-variable-value): Don't filter out
6086 minor modes from mode name completion (bug#4664).
6087
6088 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6089
6090 * international/mule-cmds.el (ucs-names): Remove exclusion of
6091 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6092
6093 2009-10-13 Kenichi Handa <handa@m17n.org>
6094
6095 * international/uni-name.el: Regenerated.
6096
6097 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6098
6099 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6100 should be automatically buffer-local, but isn't.)
6101
6102 2009-10-12 Sam Steingold <sds@gnu.org>
6103
6104 * progmodes/compile.el (compilation-next-error-function): Fix the
6105 timestamps if the buffer has been visited before.
6106 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6107 non-anchored patterns, like the perl one (bug#3928).
6108
6109 2009-10-12 Glenn Morris <rgm@gnu.org>
6110
6111 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6112 Let-bind `size'.
6113
6114 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
6115
6116 * proced.el (proced-unload-function): New function.
6117
6118 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6119 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6120 Doc fix.
6121
6122 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6123
6124 2009-10-11 Juri Linkov <juri@jurta.org>
6125
6126 * files-x.el (read-file-local-variable-value):
6127 Provide default value only for bound variables (bug#4664).
6128
6129 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
6130
6131 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6132 connection methods like smb.
6133
6134 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6135 can be empty.
6136
6137 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6138 (tramp-smb-file-name-handler-alist): Add handlers for
6139 `add-name-to-file', `make-symbolic-link'.
6140 (tramp-smb-handle-add-name-to-file)
6141 (tramp-smb-do-file-attributes-with-stat)
6142 (tramp-smb-handle-make-symbolic-link)
6143 (tramp-smb-get-cifs-capabilities): New defuns.
6144 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6145 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6146 (tramp-smb-handle-file-local-copy)
6147 (tramp-smb-handle-make-directory-internal)
6148 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6149 The file name syntax depends on cifs capabilities.
6150 (tramp-smb-handle-file-attributes):
6151 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6152 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6153 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6154
6155 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
6156
6157 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6158 (eieio-defclass): Apply deftype handler and setf-method properties
6159 directly.
6160 (eieio-add-new-slot): Avoid union function from cl library.
6161 (eieio--typep): New function.
6162 (eieio-perform-slot-validation): Use it.
6163
6164 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6165
6166 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6167 Update documentation to refer to the variables documented in r1.135.
6168 (Bug#4188)
6169
6170 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6171
6172 * bookmark.el (Info-suffix-list): Remove this unused variable.
6173 (bookmark-current-point): Remove this obsolete variable.
6174 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6175 Adjust for removal of bookmark-current-point.
6176
6177 (bookmarks-already-loaded, bookmark-current-buffer)
6178 (bookmark-yank-point): Document. (Bug#4188)
6179
6180 2009-10-10 Glenn Morris <rgm@gnu.org>
6181
6182 * frame.el (frame-height): Doc fix.
6183
6184 * calendar/calendar.el (calendar-split-width-threshold): New option.
6185 (calendar-basic-setup): Use calendar-split-width-threshold.
6186
6187 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
6188
6189 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6190 Use .la for Automake.
6191
6192 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
6193
6194 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6195 Use "autoreconf -i". Suggested by Andreas Schwab.
6196
6197 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
6198
6199 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6200 Ideographic Supplement" range (U+1F200..U+1F2FF).
6201
6202 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6203
6204 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6205 since the list will have been rebuilt anyway. (Bug#4349)
6206
6207 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6208
6209 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6210 (bookmark-bmenu-execute-deletions): Don't save here, as
6211 bookmark-delete will now do so if necessary.
6212 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6213 (Bug#4348)
6214
6215 2009-10-09 Glenn Morris <rgm@gnu.org>
6216
6217 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6218
6219 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6220
6221 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6222 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6223 argument now, so the two function's behaviors will match. (Bug#3645)
6224
6225 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6226
6227 * cedet/ede/proj.el (project-make-dist, project-compile-project):
6228 Fix filename test.
6229 (ede-proj-dist-makefile): Use expand-file-name instead of concat
6230 to expand file names.
6231
6232 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
6233
6234 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6235 (tramp-file-name-real-host, tramp-file-name-port):
6236 Apply `save-match-data'.
6237
6238 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6239 case both directories are remote.
6240 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6241 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6242
6243 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6244
6245 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6246 (ede-proj-target-makefile-objectcode): Use it.
6247
6248 * cedet/ede/source.el (ede-want-any-source-files-p)
6249 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6250 Return search result. This error was introduced while merging.
6251
6252 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6253
6254 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6255
6256 2009-10-07 Glenn Morris <rgm@gnu.org>
6257
6258 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6259 of concat.
6260
6261 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6262
6263 * files-x.el (read-file-local-variable): Include some
6264 non-user-variables in the completion table (bug#4664).
6265
6266 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
6267
6268 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6269 message.
6270
6271 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6272 (tramp-smb-file-name-handler-alist): Add handler for
6273 `copy-directory', `expand-file-name', `set-file-modes'.
6274 (tramp-smb-handle-copy-directory)
6275 (tramp-smb-handle-expand-file-name)
6276 (tramp-smb-handle-set-file-modes): New defuns.
6277 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6278 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6279 entry.
6280 (tramp-smb-handle-insert-directory): Don't flush the cache.
6281 (tramp-smb-maybe-open-connection): Check for samba client and
6282 server versions.
6283
6284 2009-10-07 Eli Zaretskii <eliz@gnu.org>
6285
6286 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6287 to not error out of search for "^lisp=" fails.
6288
6289 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6290
6291 * makefile.w32-in (WINS_UPDATES): New macro.
6292 (custom-deps, finder-data, autoloads): Use it.
6293
6294 2009-10-07 Glenn Morris <rgm@gnu.org>
6295
6296 * Makefile.in (autoloads): Revert previous change.
6297 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6298 the list of preloaded files passed on the command-line, get
6299 it from src/Makefile.
6300
6301 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6302 show the original buffer rather than a random one.
6303
6304 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
6305
6306 * help.el (describe-no-warranty): Place point in a slightly better
6307 position in the GPLv3 text.
6308
6309 2009-10-06 Sam Steingold <sds@gnu.org>
6310
6311 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6312 the comm attribute is present before calling regexp-quote.
6313
6314 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
6315
6316 * play/animate.el (animate-string): For good effect, make sure
6317 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6318
6319 * play/animate.el (animate-sequence, animate-birthday-present):
6320 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6321
6322 2009-10-06 Glenn Morris <rgm@gnu.org>
6323
6324 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6325
6326 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6327 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6328 (batch-update-autoloads): Process a string value of autoload-excludes,
6329 set during the build process.
6330 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6331
6332 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6333 inside with-parsed... macro so that `v' is defined.
6334
6335 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6336 * progmodes/fortran.el (fortran-end-of-block)
6337 (fortran-beginning-of-block):
6338 Also push mark in the macro case.
6339
6340 * emerge.el (emerge-show-file-name):
6341 * calc/calc.el (calc-quit):
6342 * calc/calc-misc.el (calc-big-or-small):
6343 * calc/calc-graph.el (calc-graph-view):
6344 * calc/calc-ext.el (calc-reset):
6345 * calendar/calendar.el (calendar-basic-setup):
6346 Use window-full-height-p.
6347
6348 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6349 header we don't understand, don't insert another. (Bug#4624)
6350 If changing mime charset, insert the new one in the right place.
6351
6352 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
6353
6354 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6355 (cal-tex-cursor-month): Correctly increment the end date for diary and
6356 holiday listing. (Bug#4626)
6357
6358 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6359
6360 * help-fns.el (describe-function-1): Don't burp if the function is not
6361 a symbol.
6362
6363 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
6364
6365 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6366 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6367 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6368 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6369
6370 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6371 (eieio-default-superclass): Reflow docstrings.
6372 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6373 (eieio-unbind-method-implementations, defmethod)
6374 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6375 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6376 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6377 (eieio-slot-originating-class-p, eieio-slot-name-index)
6378 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6379 (constructor, initialize-instance, no-next-method, object-print)
6380 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6381 Fix typos in docstrings.
6382 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6383 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6384 (next-method-p): Doc fixes.
6385 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6386 Fix typos in error messages.
6387 (eieio-defmethod): Fix typo in description of generic method.
6388
6389 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6390 (eieio-persistent-save-interactive, slot-missing):
6391 Fix typos in docstrings.
6392 (eieio-instance-inheritor-slot-boundp): Doc fix.
6393
6394 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6395 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6396
6397 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6398 (eieio-custom-object-apply-reset):
6399 Fix typos in docstrings and error messages.
6400
6401 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6402 Fix typo in docstring.
6403
6404 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6405 (eieio-browse-tree): Doc fix.
6406 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6407 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6408 Fix typos in docstrings.
6409
6410 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6411 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6412 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6413 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6414 Reflow docstrings.
6415
6416 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6417
6418 * vc-hg.el (log-view-vc-backend): Declare for compiler.
6419 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6420 Set log-view-vc-backend so that diff can work.
6421
6422 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6423 vc-version-diff.
6424 (vc-diff-internal): Autoload this instead of vc-version-diff.
6425
6426 2009-10-05 Eli Zaretskii <eliz@gnu.org>
6427
6428 * simple.el (eval-expression): Doc fix.
6429
6430 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6431
6432 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
6433
6434 * files.el (directory-files-no-dot-files-regexp): New defconst.
6435 (delete-directory): Use it.
6436 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6437
6438 * net/tramp.el (tramp-verbose): Fix docstring.
6439 (tramp-methods): Add recursive option to `tramp-copy-args'.
6440 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
6441 "scp1_old", "scp2_old", "rsync", "rsyncc".
6442 (tramp-default-method): Check also for `auth-source-user-or-password'.
6443 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6444 Add handler for `copy-directory'.
6445 (tramp-handle-copy-directory): New defun.
6446 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6447 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6448 Optimize sent command.
6449
6450 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6451
6452 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6453 window if necessary.
6454
6455 * calendar/calendar.el (calendar-basic-setup): Don't call
6456 switch-to-buffer in a dedicated window.
6457
6458 2009-10-05 Karl Fogel <kfogel@red-bean.com>
6459
6460 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6461 don't do anything related to relocating, just return nil.
6462 (bookmark-error-no-filename): New error.
6463 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6464 bookmark has no file. Don't even attempt to handle things that
6465 are not files; the whole point of custom handlers is to keep that
6466 knowledge elsewhere anyway. Tighten some comments.
6467 (bookmark-file-or-variation-thereof): Remove now-unused function.
6468 (bookmark-location): Doc string fix.
6469 (Bug#4250)
6470
6471 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6472
6473 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6474 don't use a file dialog, because they usually don't know how to read
6475 a directory target from the user. (Bug#4230)
6476 Also, make sure the prompt can display directories as well as files.
6477
6478 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6479
6480 * bookmark.el (bookmark-set, bookmark-buffer-name):
6481 Improve doc strings. (Bug#1193)
6482
6483 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6484
6485 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6486 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6487 (bookmark-get-annotation, bookmark-set-annotation)
6488 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6489 (bookmark-set-position, bookmark-get-front-context-string)
6490 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6491 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6492 (bookmark-jump-other-window, bookmark-handle-bookmark)
6493 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6494 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6495 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6496 Improve doc strings to say whether bookmark can be a string or
6497 a record or both, and make other consistency and clarity fixes.
6498 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6499 (bookmark-default-annotation-text, bookmark-yank-word)
6500 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6501 (bookmark-import-new-list, bookmark-maybe-rename)
6502 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6503 (bookmark-bmenu-bookmark): Give these doc strings.
6504 (bookmark-bmenu-check-position): Give this a doc string, but also
6505 add a FIXME comment about how the function may be pointless.
6506 (bookmark-default-handler): Rework doc string and change a
6507 parameter name, to clarify that this takes a bookmark record
6508 not a bookmark name.
6509 (bookmark-set): Change a parameter name to indicate its meaning,
6510 and improve the doc string a bit.
6511 (Bug#4188)
6512
6513 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6514
6515 * bookmark.el (bookmark-alist): Document the new `handler' element
6516 in the param alist.
6517 (bookmark-make-record-function): Adjust documentation for above.
6518 (Bug#4193)
6519
6520 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6521
6522 * info.el (Info-bookmark-make-record): Document this function.
6523 (Info-bookmark-jump): Document with a doc string, not just a comment.
6524 (Bug#4203)
6525
6526 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6527
6528 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6529 (semantic-new-buffer-fcn): Call parser setup functions here.
6530 (semantic-mode): Don't call parser setup functions here, it's done
6531 in semantic-new-buffer-fcn now.
6532 (semantic-mode): Parse all existing buffers when enabled.
6533
6534 * cedet/srecode/compile.el (srecode-compile-file):
6535 Call semantic-new-buffer-fcn if the buffer has not been parsed.
6536
6537 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6538
6539 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6540
6541 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6542 (proj-comp-insert-variable-once): New macro, renamed from
6543 ede-pmake-insert-variable-once in ede/pmake.edl.
6544 (ede-proj-makefile-insert-variables): Use it.
6545
6546 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
6547
6548 * files.el (copy-directory): New defun.
6549
6550 * dired-aux.el (dired-copy-file-recursive): Use it.
6551
6552 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6553
6554 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6555 (makefile-end-of-command):
6556 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6557 (semantic-end-of-context): Fix previous change. Doc fixes.
6558
6559 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6560
6561 * files-x.el (modify-dir-local-variable)
6562 (copy-dir-locals-to-file-locals-prop-line):
6563 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6564 (makefile-end-of-command):
6565 * cedet/semantic/lex.el (semantic-lex-token):
6566 * cedet/semantic/analyze/fcn.el
6567 (semantic-analyze-dereference-metatype-1):
6568 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6569 (semantic-lex-cpp-undef):
6570 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6571 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6572 (semantic-end-of-context): Fix typos in docstrings.
6573
6574 * recentf.el (recentf-unload-function): New function.
6575
6576 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6577
6578 * cedet/ede.el (ede-project-placeholder-cache-file):
6579 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6580 * cedet/srecode/map.el (srecode-map-save-file):
6581 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
6582
6583 2009-10-04 Glenn Morris <rgm@gnu.org>
6584
6585 * window.el (window-full-height-p): Add doc string.
6586
6587 2009-10-04 Martin Rudalics <rudalics@gmx.at>
6588
6589 * window.el (window-full-height-p): New function. (Bug#4543)
6590
6591 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
6592
6593 * cedet/srecode/insert.el: Require srecode/args.
6594
6595 * cedet/srecode/args.el: Require srecode/dictionary instead of
6596 srecode/insert.
6597
6598 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6599
6600 * files.el (auto-mode-alist): Add .srt and Project.ede.
6601
6602 * cedet/semantic.el (semantic-mode):
6603 Handle srecode-template-mode-hook as well.
6604 (semantic-mode): Use js-mode-hook for Javascript hook.
6605
6606 * cedet/srecode/template.el: Remove hook variable.
6607
6608 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6609
6610 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6611 projects exist.
6612 (ede-project-placeholder-cache-file): Default to a file in
6613 user-emacs-directory.
6614
6615 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6616 templates in data-directory.
6617 (srecode-map-save-file): Default to a file in user-emacs-directory.
6618
6619 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6620 directory.
6621
6622 2009-09-30 Eric Ludlam <zappo@gnu.org>
6623
6624 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6625 Doc fix.
6626
6627 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6628 Only insert each variable once.
6629
6630 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6631 (ede-pmake-insert-variable-shared): Use it.
6632
6633 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6634 for lexical table iff table is nil.
6635
6636 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6637
6638 * vc.el: Remove commented out code.
6639 (vc-derived-from-dir-mode): Remove, unused.
6640 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6641
6642 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
6643
6644 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6645 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
6646 there could be recursive loading when `default-directory' is a
6647 remote file name. (Bug#4614)
6648
6649 2009-10-03 Glenn Morris <rgm@gnu.org>
6650
6651 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6652 the frame is wide.
6653 (calendar-generate-window): Test for shrinkability rather than width.
6654
6655 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6656 declaration, currently false.
6657
6658 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6659 reusing existing buffers, in case we happen to visit two files with the
6660 same basename. (Bug#4593)
6661
6662 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6663
6664 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6665 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6666 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6667 subdirs of cedet as well.
6668 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6669
6670 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6671
6672 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6673 Obey advertised-signature-table.
6674
6675 * help-fns.el (help-function-arglist): Don't check
6676 advertised-signature-table.
6677 (describe-function-1): Do it here instead so it also applies to subrs.
6678
6679 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
6680
6681 * simple.el (start-file-process): Say in the doc-string, that file
6682 handlers might not support pty association, if PROGRAM is nil.
6683
6684 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6685 HOST and USER are strings. They are nil, when there are
6686 incomplete entries in ~/.netrc, for example.
6687 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6688 root directory ("device busy" error otherwise).
6689
6690 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6691 Flush file properties of created directory.
6692
6693 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6694
6695 * makefile.w32-in (WINS_BASIC): Remove cedet.
6696 (WINS_CEDET): Add cedet.
6697 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6698
6699 2009-10-02 Kevin Ryde <user42@zip.com.au>
6700
6701 * net/browse-url.el (browse-url): Pass any symbol in
6702 browse-url-browser-function to `apply', since if you've mistakenly put
6703 an unbound symbol then the error is clearer. (Bug#4531)
6704
6705 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6706
6707 * allout.el (allout-init, allout-back-to-current-heading)
6708 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6709 (allout-ascend, allout-up-current-level, allout-end-of-level)
6710 (allout-previous-visible-heading, allout-forward-current-level)
6711 (allout-backward-current-level, allout-show-children):
6712 * apropos.el (apropos-describe-plist):
6713 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6714 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6715 * completion.el (add-completion, add-permanent-completion):
6716 * descr-text.el (describe-text-category, describe-char):
6717 * desktop.el (desktop-lazy-abort):
6718 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6719 * dired.el (dired-build-subdir-alist):
6720 * ediff.el (ediff-version):
6721 * elide-head.el (elide-head, elide-head-show):
6722 * emerge.el (emerge-version):
6723 * env.el (getenv):
6724 * face-remap.el (variable-pitch-mode):
6725 * faces.el (describe-face):
6726 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6727 (dired-at-point):
6728 * files.el (find-file-existing, auto-save-mode):
6729 * font-lock.el (font-lock-fontify-buffer):
6730 * help-fns.el (describe-function, describe-variable)
6731 (describe-syntax, describe-categories):
6732 * help.el (view-lossage, describe-bindings, describe-key)
6733 (describe-mode):
6734 * hexl.el (hexl-current-address):
6735 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6736 * info.el (Info-goto-emacs-key-command-node):
6737 * log-edit.el (log-edit-insert-cvs-template)
6738 (log-edit-insert-cvs-rcstemplate):
6739 * menu-bar.el (menu-bar-mode):
6740 * mouse.el (mouse-appearance-menu):
6741 * newcomment.el (comment-indent-new-line):
6742 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6743 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6744 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6745 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6746 * recentf.el (recentf-mode):
6747 * savehist.el (savehist-mode, savehist-save):
6748 * shadowfile.el (shadow-copy-files):
6749 * simple.el (kill-ring-save, next-line, previous-line)
6750 (normal-erase-is-backspace-mode):
6751 * strokes.el (strokes-update-window-configuration)
6752 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6753 (strokes-xpm-for-stroke):
6754 * time.el (emacs-uptime, emacs-init-time):
6755 * tutorial.el (tutorial--describe-nonstandard-key)
6756 (tutorial--detailed-help):
6757 * type-break.el (type-break-mode)
6758 (type-break-mode-line-message-mode, type-break-query-mode)
6759 (type-break-guesstimate-keystroke-threshold):
6760 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6761 * version.el (emacs-version):
6762 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6763 * winner.el (winner-mode):
6764 * calendar/timeclock.el (timeclock-in, timeclock-out)
6765 (timeclock-status-string, timeclock-change)
6766 (timeclock-workday-remaining-string)
6767 (timeclock-workday-elapsed-string)
6768 (timeclock-when-to-leave-string):
6769 * calendar/todo-mode.el (todo-add-category):
6770 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6771 * emacs-lisp/autoload.el (update-file-autoloads):
6772 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6773 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6774 (checkdoc-message-text, checkdoc-defun):
6775 * emacs-lisp/debug.el (debugger-list-functions):
6776 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6777 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6778 (eieio-describe-generic):
6779 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6780 * emacs-lisp/shadow.el (list-load-path-shadows):
6781 * emulation/cua-base.el (cua-mode):
6782 * emulation/edt.el (edt-set-scroll-margins):
6783 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6784 (tpu-toggle-regexp, tpu-toggle-search-direction)
6785 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6786 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6787 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6788 (viper-set-parsing-style-toggling-macro)
6789 (viper-set-emacs-state-searchstyle-macros):
6790 * emulation/viper.el (viper-set-hooks):
6791 * eshell/esh-mode.el (eshell-truncate-buffer):
6792 * international/mule-cmds.el (prefer-coding-system)
6793 (describe-input-method, describe-language-environment):
6794 * international/mule-diag.el (list-character-sets)
6795 (describe-character-set, describe-coding-system)
6796 (describe-fontset, list-fontsets, list-input-methods):
6797 * mail/sendmail.el (mail-signature):
6798 * net/ange-ftp.el (ange-ftp-copy-file):
6799 * net/browse-url.el (browse-url):
6800 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6801 * net/quickurl.el (quickurl-add-url):
6802 * net/rcirc.el (names, topic):
6803 * net/xesam.el (xesam-mode):
6804 * play/5x5.el (5x5-new-game):
6805 * play/yow.el (apropos-zippy):
6806 * progmodes/ada-mode.el (ada-mode-version):
6807 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6808 (f90-end-of-block)
6809 (f90-beginning-of-block):
6810 * progmodes/fortran.el (fortran-end-of-block)
6811 (fortran-beginning-of-block):
6812 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6813 * progmodes/python.el (python-describe-symbol, python-shell):
6814 * term/ns-win.el (ns-print-buffer):
6815 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6816 * textmodes/flyspell.el (flyspell-mode-on):
6817 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6818 (pages-directory-for-addresses):
6819 * textmodes/table.el (table-recognize-cell)
6820 (table-query-dimension, table-generate-source)
6821 (table-insert-sequence, table--warn-incompatibility):
6822 * textmodes/tex-mode.el (tex-validate-buffer):
6823 * textmodes/texinfmt.el (texinfmt-version)
6824 (texinfo-format-buffer):
6825 Use `called-interactively-p' instead of `interactive-p'.
6826
6827 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6828
6829 * image-mode.el (image-toggle-display):
6830 * emacs-lisp/elp.el (elp-instrument-function):
6831 * emacs-lisp/advice.el (ad-make-advised-definition):
6832 * emacs-lisp/easy-mmode.el (define-minor-mode):
6833 * net/browse-url.el (browse-url-maybe-new-window):
6834 * progmodes/sh-script.el (sh-learn-buffer-indent):
6835 Pass new argument 'any to `called-interactively-p'.
6836
6837 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6838
6839 * international/uni-bidi.el:
6840 * international/uni-category.el:
6841 * international/uni-combining.el:
6842 * international/uni-comment.el:
6843 * international/uni-decimal.el:
6844 * international/uni-decomposition.el:
6845 * international/uni-digit.el:
6846 * international/uni-lowercase.el:
6847 * international/uni-mirrored.el:
6848 * international/uni-name.el:
6849 * international/uni-numeric.el:
6850 * international/uni-old-name.el:
6851 * international/uni-titlecase.el:
6852 * international/uni-uppercase.el:
6853 Regenerate from Unicode 5.2.0 data.
6854
6855 2009-10-01 Glenn Morris <rgm@gnu.org>
6856
6857 * Makefile.in (ELCFILES): Regenerate.
6858
6859 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6860
6861 * subr.el (interactive-p): Mark obsolete.
6862 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6863 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6864 advertised-signature-table for subroutines as well.
6865
6866 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6867 (set-advertised-calling-convention): New function.
6868 (make-obsolete, define-obsolete-function-alias)
6869 (make-obsolete-variable, define-obsolete-variable-alias):
6870 Make the optional-ness of `when' obsolete.
6871 (define-obsolete-face-alias): Make `when' non-optional.
6872 * help-fns.el (help-function-arglist):
6873 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6874 Use advertised-signature-table.
6875
6876 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
6877
6878 * files.el (delete-directory): New defun. The original function
6879 in fileio.c has been renamed to `delete-directory-internal'.
6880
6881 * dired.el (dired-delete-file): Call `delete-directory' with
6882 RECURSIVE parameter.
6883
6884 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6885 parameter RECURSIVE. Implementation is missing.
6886
6887 * net/tramp.el (tramp-handle-make-directory): Flush upper
6888 directory's file properties.
6889 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6890 (tramp-handle-dired-recursive-delete-directory): Flush directory
6891 properties after the remove command only.
6892
6893 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6894 Handle optional parameter RECURSIVE.
6895
6896 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6897 Handle optional parameter RECURSIVE.
6898
6899 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6900 connection timeout.
6901 (tramp-smb-handle-delete-directory): Handle optional parameter
6902 RECURSIVE.
6903
6904 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6905
6906 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6907 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6908 (byte-compile-defmacro): Use backquotes.
6909
6910 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6911
6912 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6913 has no associated file.
6914 (vc-resynch-buffer): Use vc-dir-buffers.
6915
6916 2009-10-01 Glenn Morris <rgm@gnu.org>
6917
6918 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6919 (chart-file-count):
6920 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6921 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6922 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6923 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6924 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6925 (eieio-copy-parents-into-subclass, make-instance, class-children)
6926 (eieio-generic-form):
6927 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6928 * cedet/cedet-idutils.el (cedet-idutils-search)
6929 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6930 (cedet-idutils-version-check):
6931 * cedet/cedet.el (cedet-version):
6932 * cedet/data-debug.el (data-debug-insert-overlay-button)
6933 (data-debug-insert-overlay-list-button)
6934 (data-debug-insert-buffer-button)
6935 (data-debug-insert-buffer-list-button)
6936 (data-debug-insert-process-button, data-debug-insert-ring-button)
6937 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6938 (data-debug-insert-stuff-vector-button)
6939 (data-debug-insert-symbol-button, data-debug-insert-string)
6940 (data-debug-insert-number, data-debug-insert-lambda-expression)
6941 (data-debug-insert-nil, data-debug-insert-simple-thing)
6942 (data-debug-insert-custom, data-debug-edebug-expr):
6943 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6944 (global-ede-mode-map, ede-new, ede-debug-target)
6945 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6946 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6947 (semantic-fetch-tags, semantic-submode-list)
6948 (semantic-default-submodes):
6949 * cedet/ede/source.el (ede-source-match):
6950 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6951 (project-am-package-info):
6952 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6953 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6954 * cedet/ede/proj-comp.el (ede-current-build-list):
6955 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6956 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6957 * cedet/ede/cpp-root.el (initialize-instance):
6958 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6959 (autoconf-parameter-strip, autoconf-insert-new-macro):
6960 * cedet/semantic/wisent.el (wisent-lex-eoi):
6961 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6962 (semantic-show-parser-state-mode):
6963 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6964 * cedet/semantic/tag.el (semantic-tag-new-variable)
6965 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6966 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6967 (semantic--tag-deep-copy-tag-list)
6968 (semantic-tag-components-with-overlays-default):
6969 * cedet/semantic/symref.el (semantic-symref-find-text):
6970 * cedet/semantic/senator.el (senator-yank-tag)
6971 (senator-transpose-tags-up):
6972 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6973 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6974 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6975 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6976 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6977 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6978 * cedet/semantic/lex-spp.el
6979 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6980 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6981 * cedet/semantic/idle.el
6982 (semantic-idle-summary-current-symbol-info-brutish)
6983 (semantic-idle-summary-current-symbol-info-default):
6984 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6985 (semantic--grammar-macro-compl-dict):
6986 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6987 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6988 (semantic-format-tag-canonical-name-default):
6989 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6990 (semantic-find-tags-for-completion)
6991 (semantic-find-tags-by-scope-protection-default)
6992 (semantic-deep-find-tags-for-completion):
6993 * cedet/semantic/edit.el
6994 (semantic-edits-incremental-reparse-failed-hook)
6995 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6996 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6997 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6998 * cedet/semantic/dep.el (semantic-dependency-include-path):
6999 * cedet/semantic/db.el (semanticdb-default-find-index-class)
7000 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7001 (semanticdb-project-roots):
7002 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7003 (semanticdb-find-adebug-insert-scanned-tag-cons)
7004 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7005 (semanticdb-brute-deep-find-tags-for-completion):
7006 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7007 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7008 (semantic-end-of-context-default)
7009 (semantic-ctxt-current-function-default)
7010 (semantic-ctxt-scoped-types-default):
7011 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7012 (semantic-complete-inline-tag-engine)
7013 (semantic-complete-inline-custom-type)
7014 (semantic-complete-read-tag-analyzer):
7015 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7016 (semantic-chart-database-size):
7017 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7018 (semantic-analyze-current-context):
7019 * cedet/semantic/symref/list.el (semantic-symref)
7020 (semantic-symref-hide-buffer, semantic-symref-symbol):
7021 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7022 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7023 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7024 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7025 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7026 (semantic-c-dereference-template):
7027 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7028 (semantic--analyze-refs-full-lookup-with-parents)
7029 (semantic--analyze-refs-full-lookup-simple):
7030 * cedet/semantic/analyze/complete.el
7031 (semantic-analyze-possible-completions):
7032 * cedet/srecode/table.el (srecode-mode-table-new):
7033 * cedet/srecode/srt.el (srecode-read-variable-name):
7034 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7035 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7036 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7037 * cedet/srecode/map.el (srecode-current-map):
7038 * cedet/srecode/insert.el (srecode-insert)
7039 (srecode-insert-variable-secondname-handler, srecode-insert-method)
7040 (srecode-template-inserter-point-override)
7041 (srecode-insert-include-lookup):
7042 * cedet/srecode/getset.el (srecode-auto-choose-class):
7043 * cedet/srecode/extract.el (srecode-inserter-extract):
7044 * cedet/srecode/document.el
7045 (srecode-document-autocomment-return-last-alist)
7046 (srecode-document-autocomment-param-type-alist)
7047 (srecode-document-insert-function-comment)
7048 (srecode-document-insert-variable-one-line-comment)
7049 (srecode-document-function-name-comment):
7050 * cedet/srecode/dictionary.el (srecode-create-dictionary)
7051 (srecode-compound-toString):
7052 * cedet/srecode/compile.el (srecode-flush-active-templates):
7053 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
7054 Doc/message fixes.
7055
7056 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7057 match-data. (Bug#4555).
7058
7059 * cedet/semantic/bovine/gcc.el
7060 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7061 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7062
7063 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7064 rather than parsing it as a regexp. This relaxes the layout
7065 requirements and makes errors easier to detect.
7066 (check-declare-verify): Check file is regular.
7067 (check-declare-directory): Doc fix.
7068 * subr.el (declare-function): Doc fix.
7069
7070 * ibuffer.el (ibuffer-format-qualifier):
7071 * isearch.el (hi-lock-regexp-okay):
7072 * calc/calc.el (math-zerop):
7073 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7074 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7075 Remove unused declarations.
7076
7077 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7078
7079 * cedet/semantic/wisent/javat-wy.el
7080 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7081
7082 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
7083
7084 * cedet/srecode/expandproto.el: Fix provide statement.
7085
7086 2009-09-30 Eric Ludlam <zappo@gnu.org>
7087
7088 * emacs-lisp/eieio.el (boolean-p): Delete.
7089
7090 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
7091
7092 * cedet/ede/srecode.el: Fix provide statement.
7093
7094 2009-09-30 Glenn Morris <rgm@gnu.org>
7095
7096 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7097 * cedet/ede/proj-aux.el (ede-aux-source):
7098 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7099 (ede-misc-source):
7100 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7101 (semantic-mrub-switch-tags): Fix doc typos.
7102
7103 * cedet/semantic/db-global.el (data-debug-new-buffer)
7104 (data-debug-insert-thing): Remove unneeded declarations (one broken).
7105 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7106
7107 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7108
7109 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7110 use of CL function `remove-if-not'.
7111
7112 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7113
7114 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7115 filename is not a string.
7116
7117 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
7118
7119 * files.el (safe-local-eval-forms): Fix typo.
7120
7121 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7122
7123 * vc-hooks.el (vc-dir-buffers): New var.
7124 (vc-state-refresh): New function.
7125 (vc-state): Use it.
7126 (vc-after-save): Always ask the backend to recompute the new state.
7127 Always call vc-dir if necessary, using vc-dir-buffers.
7128 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7129 Use vc-dir-buffers.
7130 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7131 (vc-dir-prepare-status-buffer, vc-dir-update)
7132 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7133 Don't call expand-file-name on default-directory.
7134
7135 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7136
7137 * speedbar.el (speedbar-item-delete):
7138 * calc/calc-prog.el (calc-kbd-if):
7139 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7140
7141 * epa.el (epa-key-list-mode-map):
7142 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7143
7144 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7145 (hs-show-hook): Fix typo in docstring.
7146
7147 2009-09-29 Glenn Morris <rgm@gnu.org>
7148
7149 * cedet/semantic/symref/idutils.el:
7150 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7151
7152 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7153
7154 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7155 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7156 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7157 Mark declarations not understood by check-declare.
7158
7159 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7160 file-name-nondirectory call preventing location of cedet files.
7161 (check-declare-verify): Use literal search rather than re-search.
7162 Add basic defmethod and defclass, and define-overloadable-function.
7163
7164 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7165 Use tramp-compat-file-attributes rather than nonexistent
7166 tramp-compat-handle-file-attributes.
7167
7168 * Makefile.in (lisptagsfiles4): New.
7169 (AUTOGENEL): Add cedet loaddefs files.
7170 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7171 (update-elclist, compile-always, backup-compiled-files)
7172 (bootstrap-clean): Add yet another directory level.
7173 (update-elclist): Use LC_COLLATE rather than COLLATE.
7174 (ELCFILES): Update, via `make update-elclist'.
7175
7176 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7177
7178 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7179 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7180 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7181
7182 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7183
7184 * Makefile.in (lisptagsfiles3): Define.
7185 (TAGS, TAGS-LISP): Use it.
7186 (update-elclist): Add third directory level to look for elc files.
7187 (compile-always): Likewise.
7188 (backup-compiled-files): Likewise.
7189 (bootstrap-clean): Likewise.
7190 (ELCFILES): Update.
7191
7192 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
7193
7194 * Makefile.in (ELCFILES): Add CEDET files.
7195
7196 2009-09-28 Eric Ludlam <zappo@gnu.org>
7197
7198 CEDET (development tools) package merged.
7199
7200 * cedet/*.el:
7201 * cedet/ede/*.el:
7202 * cedet/semantic/*.el:
7203 * cedet/srecode/*.el: New files.
7204
7205 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
7206
7207 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7208
7209 * net/tramp.el (top): Require tramp-imap.
7210
7211 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7212 Use `tramp-compat-handle-file-attributes'.
7213
7214 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7215
7216 * net/tramp-imap.el: New package.
7217
7218 2009-09-28 Eric Ludlam <zappo@gnu.org>
7219
7220 * emacs-lisp/chart.el:
7221 * emacs-lisp/eieio-base.el:
7222 * emacs-lisp/eieio-comp.el:
7223 * emacs-lisp/eieio-custom.el:
7224 * emacs-lisp/eieio-datadebug.el:
7225 * emacs-lisp/eieio-opt.el:
7226 * emacs-lisp/eieio-speedbar.el:
7227 * emacs-lisp/eieio.el: New files.
7228
7229 * cedet/cedet-cscope.el:
7230 * cedet/cedet-files.el:
7231 * cedet/cedet-global.el:
7232 * cedet/cedet-idutils.el:
7233 * cedet/data-debug.el:
7234 * cedet/inversion.el:
7235 * cedet/mode-local.el:
7236 * cedet/pulse.el: New files.
7237
7238 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7239
7240 * whitespace.el (whitespace-trailing-regexp)
7241 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7242 Fix doc string.
7243
7244 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
7245
7246 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7247 menu.
7248
7249 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7250 menu-bar-ediff-menu.
7251
7252 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7253 define-overloadable-function.
7254
7255 * progmodes/autoconf.el: Provide autoconf as well, so that this
7256 file can be `require'd.
7257
7258 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7259
7260 * emacs-lisp/autoload.el (generated-autoload-feature)
7261 (generated-autoload-load-name): New vars.
7262 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7263 (make-autoload): Recognize define-overloadable-function and
7264 defclass forms (for EIEIO).
7265
7266 * Makefile.in (update-subdirs): Exclude cedet directory.
7267
7268 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7269
7270 * term/ns-win.el: Don't set the region face background. (Bug#4381)
7271
7272 * faces.el: Default light-background background for region face to
7273 ns_selection_color under NS.
7274
7275 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7276
7277 * net/imap-hash.el: New library, see NEWS.
7278
7279 * Makefile.in (ELCFILES): Add imap-hash.el.
7280
7281 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7282
7283 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7284 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7285 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7286 definition where the docstring could be taken for the return value.
7287
7288 2009-09-26 Glenn Morris <rgm@gnu.org>
7289
7290 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7291 Add option to only show images below a certain size.
7292 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7293 save-excursion calls.
7294
7295 2009-09-26 Eli Zaretskii <eliz@gnu.org>
7296
7297 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7298 subdirectories) and eieio.
7299
7300 2009-09-26 Alan Mackenzie <acm@muc.de>
7301
7302 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7303 buggy bracketing. (Bug#4289)
7304
7305 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7306 character constants (as case labels). (Bug#4289)
7307
7308 2009-09-25 Juri Linkov <juri@jurta.org>
7309
7310 * files.el (safe-local-eval-forms): Allow time-stamp in
7311 before-save-hook (Bug#4554).
7312
7313 2009-09-25 Drew Adams <drew.adams@oracle.com>
7314
7315 * menu-bar.el (list-buffers-directory): Doc fix.
7316
7317 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7318
7319 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7320 Try and avoid copying twice the same paragraph.
7321 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7322 Remove save-excursion.
7323 (log-edit-changelog-entry): Do it here instead.
7324
7325 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
7326
7327 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7328 when available, instead of hardcoding mode names. Doc fix.
7329
7330 * menu-bar.el (list-buffers-directory): Add docstring.
7331 Make automatically buffer-local.
7332
7333 * dired.el (dired-mode):
7334 * files.el (cd-absolute):
7335 * pcvs.el (cvs-temp-buffer):
7336 * pcvs-util.el (cvs-get-buffer-create):
7337 * shell.el (shell-mode):
7338 * vc-dir.el (vc-dir-mode):
7339 Don't make `list-buffers-directory' buffer local.
7340
7341 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7342
7343 * comint.el (comint-exec, comint-run, make-comint):
7344 Doc fixes (Bug#4542).
7345
7346 2009-09-25 Glenn Morris <rgm@gnu.org>
7347
7348 * mail/rmailmm.el (rmail-mime): New custom group.
7349 Move all defcustoms in this file into this group.
7350 (rmail-mime-media-type-handlers-alist): Revert previous change.
7351 (rmail-mime-show-images): New option.
7352 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7353 references to it, since it wasn't actually used for anything.
7354 (rmail-mime-insert-image): New function.
7355 (rmail-mime-image): Use rmail-mime-insert-image.
7356 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7357 obey the value of `rmail-mime-show-images' option. Print the size of
7358 attachments.
7359
7360 2009-09-25 David Engster <deng@randomsample.de>
7361
7362 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7363
7364 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7365
7366 * whitespace.el: Does not highlight trailing spaces While point is
7367 at end of line. Does not highligt spaces at beginning of buffer
7368 while point is at beginning of buffer. Does not highlight spaces
7369 at end of buffer while point is at end of buffer. (Bug#4177)
7370 New version 12.0.
7371 (whitespace-display-mappings): Adjust initialization.
7372 (whitespace-point, whitespace-font-lock-refontify): New vars.
7373 (whitespace-color-on, whitespace-color-off): Adjust code.
7374 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7375 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7376 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7377
7378 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
7379
7380 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7381
7382 * textmodes/sgml-mode.el: Remove xml-mode alias.
7383
7384 * files.el (auto-mode-alist, conf-mode-maybe)
7385 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7386
7387 2009-09-24 Alan Mackenzie <acm@muc.de>
7388
7389 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7390 c-forward-conditionals, but it doesn't move point and doesn't set
7391 the mark.
7392 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7393 (c-down-conditional-with-else, c-backward-conditional)
7394 (c-forward-conditional): Refactor to use c-scan-conditionals.
7395
7396 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7397
7398 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7399 (help-default-arg-highlight): Remove.
7400 (help-highlight-arg): New function.
7401 (help-do-arg-highlight): Use it.
7402 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7403
7404 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7405
7406 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7407 Undo last change, which didn't fix the problem and introduced others.
7408
7409 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
7410
7411 * progmodes/gdb-mi.el: Don't require speedbar.
7412 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7413
7414 2009-09-24 Glenn Morris <rgm@gnu.org>
7415
7416 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7417
7418 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7419
7420 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7421 there is no newline after the final mime boundary. (Bug#4539)
7422 Move markers on insertion so that any buttons inserted don't end up in
7423 the next part of a multipart message.
7424 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7425 (rmail-mime-bulk-handler): Optionally handle images.
7426 (rmail-mime-image): New button action.
7427 (rmail-mime-image-handler): New function.
7428 (rmail-mime-mode): New mode.
7429 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
7430
7431 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7432
7433 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7434 than just dropping elements from it (bug#4504).
7435
7436 * term.el (term-set-scroll-region): Don't move cursor any more.
7437 (term-handle-ansi-escape): Call term-goto here instead.
7438 Suggested by Ivan Kanis <apple@kanis.eu>.
7439
7440 * term.el: Require CL.
7441 (term-ansi-reset): New function.
7442 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7443 (term-handle-colors-array): Simplify.
7444
7445 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7446
7447 * allout.el (allout-overlay-interior-modification-handler)
7448 (allout-obtain-passphrase):
7449 * epa-file.el (epa-file-write-region):
7450 * ps-print.el (ps-begin-job):
7451 * vc-hooks.el (vc-toggle-read-only):
7452 * vc-rcs.el (vc-rcs-rollback):
7453 * vc-sccs.el (vc-sccs-rollback):
7454 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7455 (vc-version-diff, vc-revert, vc-rollback):
7456 * wdired.el (wdired-check-kill-buffer):
7457 * emacs-lisp/authors.el (authors):
7458 * net/socks.el (socks-open-connection):
7459 * net/zeroconf.el (zeroconf-service-add-hook):
7460 * obsolete/vc-mcvs.el (vc-mcvs-register):
7461 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7462 (gdb-select-frame):
7463 * progmodes/grep.el (lgrep, rgrep):
7464 * progmodes/idlw-help.el (idlwave-help-check-locations)
7465 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7466 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7467 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7468 (reftex-toc-rename-label): Fix typos in error messages.
7469
7470 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7471 (dired-copy-how-to-fn): Doc fix.
7472 (dired-files-attributes, dired-read-shell-command):
7473 Fix typos in docstrings.
7474
7475 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7476 (dired-x-find-file-other-window): Reflow docstrings.
7477 (dired-omit-marker-char, dired-read-shell-command)
7478 (dired-x-submit-report): Fix typos in docstrings.
7479
7480 * shell.el (shell-mode-hook):
7481 * view.el (View-scroll-line-forward):
7482 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7483 Fix typos in docstrings.
7484
7485 * net/dig.el (dig-invoke): Fix typo in docstring.
7486 (query-dig): Reflow docstring.
7487
7488 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7489 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7490 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7491 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7492 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7493 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7494 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7495 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7496 (idlwave-completion-map, idlwave-current-indent)
7497 (idlwave-custom-ampersand-surround, idlwave-customize)
7498 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7499 (idlwave-define-abbrev, idlwave-determine-class-special)
7500 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7501 (idlwave-end-block-reg, idlwave-end-of-statement)
7502 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7503 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7504 (idlwave-explicit-class-listed, idlwave-file-header)
7505 (idlwave-fill-paragraph, idlwave-find-class-definition)
7506 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7507 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7508 (idlwave-in-quote, idlwave-indent-action-table)
7509 (idlwave-indent-expand-table, idlwave-indent-line)
7510 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7511 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7512 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7513 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7514 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7515 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7516 (idlwave-outlawed-buffers, idlwave-popup-select)
7517 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7518 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7519 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7520 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7521 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7522 (idlwave-statement-type, idlwave-struct-skip)
7523 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7524 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7525 (idlwave-what-module-find-class): Fix typos in docstrings.
7526 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7527 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7528 (idlwave-find-module, idlwave-find-structure-definition)
7529 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7530 (idlwave-list-load-path-shadows, idlwave-next-statement)
7531 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7532 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7533 (idlwave-template): Reflow docstrings.
7534
7535 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7536 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7537 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7538 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7539 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7540 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7541 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7542 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7543 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7544 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7545 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7546 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7547 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7548 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7549 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7550 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7551 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7552 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7553 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7554 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7555 Fix typos in docstrings.
7556 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7557 (idlwave-shell-hide-output, idlwave-shell-mode)
7558 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7559 Reflow docstrings.
7560
7561 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7562
7563 2009-09-24 Ivan Kanis <apple@kanis.eu>
7564
7565 * term.el (term-bold-attribute): New var.
7566 (term-handle-colors-array): Use it.
7567
7568 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
7569
7570 * progmodes/gdb-mi.el (gdb-version): New variable.
7571 (gdb-non-stop-handler): Set gdb-version.
7572 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7573 Condition "--thread" option on gdb-version.
7574 (gdb-invalidate-threads): Remove unused argument.
7575
7576 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7577
7578 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7579 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7580
7581 2009-09-23 Glenn Morris <rgm@gnu.org>
7582
7583 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7584 replying to mail without References or Message-Id. (Bug#4525)
7585
7586 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7587
7588 * term/ns-win.el (ns-reg-to-script): New variable.
7589
7590 2009-09-23 Daiki Ueno <ueno@unixuser.org>
7591
7592 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7593
7594 2009-09-22 Sam Steingold <sds@gnu.org>
7595
7596 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7597 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7598 to 1 because hg returns status 1 when nothing is found.
7599 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7600
7601 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7602
7603 * textmodes/fill.el: Convert to utf-8 encoding.
7604 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7605 pre-unicode days.
7606
7607 * add-log.el (change-log-fill-forward-paragraph): New function.
7608 (change-log-mode): Use it so fill-region DTRT.
7609 Set fill-indent-according-to-mode here rather than in
7610 change-log-fill-paragraph.
7611 (change-log-fill-paragraph): Remove.
7612
7613 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
7614
7615 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7616 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7617
7618 2009-09-22 Glenn Morris <rgm@gnu.org>
7619
7620 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7621 the scroll-bar scroll the calendar window rather than the buffer.
7622
7623 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7624 commands that move point (as opposed to scrolling).
7625
7626 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7627
7628 * emacs-lisp/elint.el (elint): New custom group.
7629 (elint-log-buffer): Make it a defcustom.
7630 (elint-scan-preloaded, elint-ignored-warnings)
7631 (elint-directory-skip-re): New options.
7632 (elint-builtin-variables): Doc fix.
7633 (elint-preloaded-env): New variable.
7634 (elint-unknown-builtin-args): Add an entry for encode-time.
7635 (elint-extra-errors): Make it a variable rather than a constant.
7636 (elint-preloaded-skip-re): New constant.
7637 (elint-directory): Skip files matching elint-directory-skip-re.
7638 (elint-features): New variable, local to linted buffers.
7639 (elint-update-env): Initialize elint-features. Possibly add
7640 elint-preloaded-env to the buffer's environment.
7641 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7642 Skip quoted forms.
7643 (elint-init-form): New function, extracted from elint-init-env.
7644 Make non-list forms a warning rather than an error.
7645 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7646 easy-menu-define, put that adds an error-condition, and provide.
7647 When requiring cl, also require cl-macs. Really require cl, to handle
7648 some cl macros. Store required libraries in the list elint-features,
7649 so as not to re-load them. Treat cc-require like require.
7650 (elint-init-env): Call elint-init-form to do the work.
7651 Handle eval-and-compile and such like.
7652 (elint-add-required-env): Do not clear messages.
7653 (elint-special-forms): Add handlers for function, defalias, if, when,
7654 unless, and, or.
7655 (elint-form): Add optional argument to ignore elint-special-forms,
7656 useful to prevent recursive calls from handlers. Doc fix.
7657 Respect elint-ignored-warnings.
7658 (elint-form): Respect elint-ignored-warnings.
7659 (elint-bound-variable, elint-bound-function): New variables.
7660 (elint-unbound-variable): Respect elint-bound-variable.
7661 (elint-get-args): Respect elint-bound-function.
7662 (elint-check-cond-form): Add some simple handling for (f)boundp and
7663 featurep tests.
7664 (elint-check-defalias-form): New handler.
7665 (elint-check-let-form): Make an empty let a warning rather than an
7666 error.
7667 (elint-check-setq-form): Make an empty setq a warning rather than an
7668 error. Respect elint-ignored-warnings.
7669 (elint-check-defvar-form): Accept null doc-strings.
7670 (elint-check-conditional-form): New handler. Does some simple-minded
7671 checking of featurep and (f)boundp tests.
7672 (elint-put-function-args): New function.
7673 (elint-initialize): Use elint-scan-doc-file rather than
7674 elint-find-builtin-variables. Use elint-put-function-args.
7675 Possibly scan preloaded-file-list.
7676 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7677 extend to handle functions as well.
7678
7679 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7680
7681 * linum.el (linum-delete-overlays, linum-update-window):
7682 Do not modify the right margin. (Bug#3971)
7683
7684 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
7685
7686 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7687 nxml-mode instead of xml-mode.
7688
7689 2009-09-21 Kevin Ryde <user42@zip.com.au>
7690
7691 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7692
7693 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7694
7695 * net/dig.el (dig-mode): Use define-derived-mode.
7696
7697 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7698
7699 * vc-dispatcher.el (vc-do-command): Return the process object in
7700 the asynchronous case. Use when instead of if. Do not run
7701 vc-exec-after to display a message if not enabled. (Bug#4463)
7702
7703 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7704 properties to the stash strings.
7705 (vc-git-stash-list): Return a list of strings.
7706 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7707 (vc-git-stash-show-at-point): New functions.
7708 (vc-git-stash-map): New keymap.
7709
7710 * register.el (ctl-x-r-map): Define the keys here instead of
7711 using autoload.
7712
7713 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
7714
7715 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7716 list, to workaround performance problem (bug#4485).
7717
7718 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
7719
7720 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7721
7722 2009-09-20 Daiki Ueno <ueno@unixuser.org>
7723
7724 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7725 Document that this option is not recommended to use.
7726
7727 2009-09-19 Glenn Morris <rgm@gnu.org>
7728
7729 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7730 variable `var'.
7731
7732 * calc/calc-alg.el (var):
7733 * calc/calcalg2.el (var): Define for compiler.
7734
7735 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
7736
7737 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7738 Doc fix (Bug#3932).
7739
7740 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7741
7742 * time-stamp.el (time-stamp-month-dd-yyyy)
7743 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7744 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7745 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7746 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7747 Remove functions that have been obsolete since 1995 (Bug#4436).
7748
7749 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7750 indent buffer only if called interactively (Bug#4452).
7751
7752 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
7753 Eli Zaretskii <eliz@gnu.org>
7754
7755 This fixes bug#4197 (merged to bug#865, though not identical).
7756 * server.el (server-auth-dir): Add docstring note about FAT32.
7757 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7758 but warn against using them.
7759
7760 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
7761
7762 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7763 older GDB where there is no has_more field.
7764
7765 2009-09-19 Glenn Morris <rgm@gnu.org>
7766
7767 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7768
7769 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7770
7771 * files.el (auto-mode-alist): Change default for XML files to nXML
7772 mode (Bug#4169).
7773
7774 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
7775
7776 * server.el (server-ensure-safe-dir): Pass 'integer
7777 to `file-attributes', as suggested.
7778
7779 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7780
7781 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7782 (dired-query): Use read-key.
7783
7784 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7785
7786 * cus-start.el (ns-use-qd-smoothing): Remove.
7787
7788 2009-09-18 Glenn Morris <rgm@gnu.org>
7789
7790 * allout.el (top-level): Remove unnecessary progn.
7791
7792 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7793
7794 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7795 definition of abbrev table.
7796
7797 * speedbar.el (speedbar-track-mouse):
7798 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7799 * net/eudc.el (eudc-expand-inline):
7800 * net/newst-backend.el (newsticker--cache-read-feed):
7801 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7802 condition-case handlers.
7803
7804 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
7805
7806 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7807 (gdb-var-list): Add an element for has_more field.
7808 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7809 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7810 (gdb-var-update-handler-1): Parse output of dynamic variable
7811 objects (STL containers).
7812 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7813 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7814
7815 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7816 gdb-var-list.
7817 (gud-speedbar-buttons): Make node expandable if expression "has more"
7818 children.
7819
7820 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
7821
7822 * startup.el (emacs-quick-startup): Remove variable and all uses.
7823 (command-line): Set `inhibit-x-resources' instead.
7824 (command-line-1): Use `inhibit-x-resources' instead.
7825
7826 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
7827
7828 * subr.el: Fix last change to avoid using the `unless' macro,
7829 which breaks bootstrapping.
7830
7831 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7832
7833 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7834 extended definitions, in case we reload subr.el after having
7835 loaded CL.
7836 (eval-next-after-load): Mark as obsolete.
7837
7838 2009-09-17 Juri Linkov <juri@jurta.org>
7839
7840 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7841 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7842 (menu-bar-showhide-menu, menu-bar-tools-menu)
7843 (menu-bar-describe-menu, menu-bar-help-menu)
7844 (minibuffer-local-completion-map, minibuffer-local-map):
7845 Fix list quoting.
7846
7847 2009-09-17 Glenn Morris <rgm@gnu.org>
7848
7849 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7850 arguments, whether or not it has a handler.
7851
7852 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7853
7854 * simple.el (hard-newline): Give it a doc-string.
7855
7856 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7857 (lisp-mode-syntax-table): Give them doc-strings.
7858
7859 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7860
7861 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7862 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7863 (menu-bar-options-menu, menu-bar-showhide-menu)
7864 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7865 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7866 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7867 (menu-bar-options-menu, menu-bar-tools-menu)
7868 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7869 (menu-bar-help-menu):
7870 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7871 string arguments.
7872
7873 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7874 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7875 calls for the menu names and :help.
7876
7877 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7878
7879 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7880 to :minor-mode-function (bug#4455).
7881
7882 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7883
7884 * startup.el (command-line): Initialize the window-system after
7885 processing the command-line.
7886
7887 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7888 page-delimiter matches the empty string.
7889
7890 2009-09-16 Glenn Morris <rgm@gnu.org>
7891
7892 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7893 byte-compile-not-obsolete-var. It's a list now.
7894 (byte-compile-not-obsolete-funcs): New variable.
7895 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7896 byte-compile-not-obsolete-funcs.
7897 (byte-compile-variable-ref, byte-compile-defvar): Update for
7898 byte-compile-not-obsolete-vars name-change and list nature.
7899 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7900 and variables behind (f)boundp tests.
7901 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7902
7903 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7904
7905 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7906
7907 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7908
7909 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7910 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7911 Don't autoload.
7912
7913 2009-09-15 Stephen Eglen <stephen@gnu.org>
7914
7915 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7916 the virtual-buffers, use the name of the buffer specified by
7917 find-file-noselect, as the match may be a symlink. (This was a
7918 problem if the target and the symlink had different names.)
7919
7920 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7921
7922 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7923
7924 * desktop.el (desktop-path): Check user-emacs-directory.
7925
7926 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7927
7928 * loadup.el: Use after-load-functions to GC after loading each file.
7929 Remove the explicit GC calls that used to be sprinkled around.
7930
7931 * subr.el (after-load-functions): New hook.
7932 (do-after-load-evaluation): Run it. Use string-match-p to detect
7933 `obsolete' packages, rather than painfully extracting the relevant
7934 directory name.
7935
7936 2009-09-15 Glenn Morris <rgm@gnu.org>
7937
7938 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7939 free variable `doc'.
7940
7941 * dired.el (dired-mode-map): Add menu entry for async shell command.
7942
7943 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7944 variables, also consider the .elc files, since the .el files are
7945 normally gzipped (subsequent code locates the .el.gz from the .elc).
7946
7947 * calc/calc-prog.el (arglist): Define for compiler.
7948
7949 * calendar/diary-lib.el (diary-display-function): Change the default to
7950 fancy display.
7951 (body): Define for compiler.
7952
7953 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7954 (byte-compile-file-form, byte-compile-lambda)
7955 (byte-compile-top-level-body, byte-compile-form)
7956 (byte-compile-variable-ref, byte-compile-setq)
7957 (byte-compile-setq-default, byte-compile-body)
7958 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7959 (batch-byte-compile): Give some more local variables with common names
7960 a "bytecomp-" prefix to avoid masking warnings about free variables.
7961
7962 * startup.el (command-line-1): Give local variables with common names a
7963 distinguishing prefix, so as not to hide free variable warnings during
7964 bootstrap.
7965
7966 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7967 clever and add a suffix to make a unique name, just let the user decide
7968 whether or not to overwrite it. If the input is a directory, write the
7969 default filename to that directory. (Bug#4388)
7970 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7971 is a filename-as-a-directory.
7972
7973 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7974
7975 * textmodes/page.el (what-page): Don't move to beginning of line.
7976 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7977
7978 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7979
7980 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7981
7982 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7983
7984 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7985 * help.el (help-for-help-internal): Add purecopy calls for text.
7986
7987 * vc.el (top): print-log method now takes an optional SHORTLOG
7988 argument. Add a new method: root.
7989 (vc-root-diff, vc-print-root-log): New functions.
7990 (vc-log-short-style): New variable.
7991 (vc-print-log-internal): Add support for showing short logs.
7992
7993 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7994 vc-print-root-log and vc-print-root-diff.
7995
7996 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7997 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7998 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7999 short logs.
8000
8001 * vc-cvs.el (vc-cvs-print-log):
8002 * vc-mtn.el (vc-mtn-print-log):
8003 * vc-rcs.el (vc-rcs-print-log):
8004 * vc-sccs.el (vc-sccs-print-log):
8005 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8006 that is ignored for now.
8007
8008 * vc-mtn.el (vc-mtn-annotate-command):
8009 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8010
8011 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8012
8013 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8014 to function-key-map, and give them ascii-character property.
8015 * term/x-win.el (x-alternatives-map):
8016 * term/ns-win.el (ns-alternatives-map):
8017 * term/internal.el (msdos-key-remapping-map):
8018 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8019
8020 2009-09-14 Glenn Morris <rgm@gnu.org>
8021
8022 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8023 temp-buffers (2009-09-12).
8024
8025 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8026
8027 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8028 the new read-key function.
8029
8030 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8031
8032 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8033 is defined (Bug#4405).
8034
8035 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8036
8037 * recentf.el (recentf-cleanup): Use a hash table to find
8038 duplicates (Bug#4407).
8039
8040 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
8041
8042 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8043 kp-0 to ascii equivalents (Bug#4325).
8044
8045 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8046
8047 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8048
8049 * eshell/em-hist.el:
8050 * eshell/em-dirs.el (eshell-complete-user-reference):
8051 Declare pcomplete functions and variables to avoid compiler warnings.
8052
8053 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8054
8055 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8056 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8057 * eshell/em-alias.el (eshell-aliases-file):
8058 * eshell/em-hist.el (eshell-history-file-name):
8059 Use expand-file-name instead of concat to make file names (Bug#4308).
8060
8061 2009-09-13 Glenn Morris <rgm@gnu.org>
8062
8063 * ediff-merg.el (ediff-do-merge):
8064 * filesets.el (filesets-run-cmd):
8065 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8066 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8067 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8068 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8069 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8070 Replace empty `let's with `progn'.
8071
8072 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8073
8074 * mail/sendmail.el (send-mail-function):
8075 * tooltip.el (tooltip-mode):
8076 * simple.el (transient-mark-mode):
8077 * rfn-eshadow.el (file-name-shadow-mode):
8078 * frame.el (blink-cursor-mode):
8079 * font-core.el (global-font-lock-mode):
8080 * files.el (temporary-file-directory)
8081 (small-temporary-file-directory, auto-save-file-name-transforms):
8082 * epa-hook.el (auto-encryption-mode):
8083 * composite.el (global-auto-composition-mode):
8084 Use custom-initialize-delay.
8085 * startup.el (command-line): Don't explicitly call
8086 custom-reevaluate-setting for all the above vars.
8087 * custom.el (custom-initialize-safe-set)
8088 (custom-initialize-safe-default): Delete.
8089
8090 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8091
8092 * term/x-win.el (x-initialize-window-system):
8093 * term/w32-win.el (w32-initialize-window-system):
8094 * term/ns-win.el (ns-initialize-window-system): Don't call
8095 mouse-wheel-mode since it's enabled globally by default already.
8096
8097 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8098 actually define the variable, but only silences the byte-compiler.
8099 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8100 before looking it up.
8101 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8102 is changed.
8103
8104 2009-09-12 Glenn Morris <rgm@gnu.org>
8105
8106 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8107 1000.
8108 (elint-add-required-env): Don't beep on error.
8109 (elint-forms): In case of error, return ENV unchanged.
8110 (elint-init-env): Skip non-list forms.
8111 (elint-log): Handle unknown file positions.
8112
8113 2009-09-12 Daiki Ueno <ueno@unixuser.org>
8114
8115 * epg.el (epg-make-context): Add autoload cookie.
8116 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8117 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8118 (epg-verify-string, epg-start-sign, epg-sign-file)
8119 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8120 (epg-encrypt-string, epg-start-export-keys)
8121 (epg-export-keys-to-file, epg-export-keys-to-string)
8122 (epg-start-import-keys, epg-import-keys-from-file)
8123 (epg-import-keys-from-string, epg-start-receive-keys)
8124 (epg-receive-keys, epg-import-keys-from-server)
8125 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8126 (epg-sign-keys, epg-start-generate-key)
8127 (epg-generate-key-from-file, epg-generate-key-from-string):
8128 Remove autoload cookie.
8129
8130 2009-09-12 Eli Zaretskii <eliz@gnu.org>
8131
8132 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8133 reevaluation of trash-directory.
8134
8135 * mwheel.el: Fix last change.
8136 (mouse-wheel-mode): New defvar.
8137 (mouse-wheel-mode): Remove autoload cookie.
8138
8139 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8140
8141 * mwheel.el (mwheel-installed-bindings): New var.
8142 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8143 the bindings we set last time. Use custom-initialize-delay.
8144 * loadup.el: Load mwheel after term/*-win.el.
8145 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8146 and mouse-wheel-up-event now that their first evaluation is done
8147 sufficiently late to be correct.
8148
8149 * startup.el (tutorial-directory): Make it a defcustom.
8150 Use custom-initialize-delay rather than eval-at-startup to set it.
8151 * image.el (image-load-path): Make it a defcustom.
8152 Use custom-initialize-delay rather than eval-at-startup to set it.
8153 * subr.el (eval-at-startup): Remove.
8154 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8155
8156 * subr.el (do-after-load-evaluation): Warn the user after loading an
8157 obsolete package.
8158
8159 2009-09-12 Glenn Morris <rgm@gnu.org>
8160
8161 * proced.el (proced-mark-alt): Remove alias.
8162 (proced-mode-map): Remove proced-mark-alt.
8163
8164 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8165 Elint file and directory. Remove initialization entry.
8166
8167 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8168 commands.
8169 (elint-current-buffer): Set mode-line-process.
8170 (elint-init-env): Handle define-derived-mode.
8171 Fix declare-function with unspecified arglist. Guard against odd
8172 defalias statements (eg iso-insert's 8859-1-map).
8173 (elint-add-required-env): Use a temp buffer.
8174 (elint-form): Just print the function/macro name, not the whole form.
8175 Return env unchanged if we fail to parse a macro.
8176 (elint-forms): Guard against parse errors.
8177 (elint-output): New function, to handle batch mode.
8178 (elint-log-message): Add optional argument. Use elint-output.
8179 (elint-set-mode-line): New function.
8180
8181 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8182
8183 * emacs-lisp/elp.el (elp-not-profilable): Add more
8184 functions (Bug#4233).
8185
8186 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8187
8188 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8189 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8190
8191 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8192
8193 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8194 (gdb-var-list-children): Use json parsing.
8195
8196 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
8197
8198 * progmodes/js.el (js--proper-indentation): Handle the case where
8199 char-before is null. Reported by Deniz Dogan.
8200
8201 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8202
8203 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8204
8205 2009-09-11 Daiki Ueno <ueno@unixuser.org>
8206
8207 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8208 (epg-digest-algorithm-alist): Add SHA224.
8209 (epg-context-set-passphrase-callback)
8210 (epg-context-set-progress-callback): Add description about
8211 callback function.
8212
8213 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8214
8215 * custom.el (custom-delayed-init-variables): New var.
8216 (custom-initialize-delay): New function.
8217 * startup.el (command-line): "Re"evaluate all vars in
8218 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8219 explicitly any more.
8220 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8221 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8222
8223 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8224
8225 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8226
8227 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8228 (gdb-var-update-handler): Use json parsing.
8229
8230 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8231
8232 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8233 decode annotated text, regardless of language environment. (Bug#2741)
8234
8235 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8236
8237 * Makefile.in (autoloads): Make rmail.el writable as well.
8238
8239 2009-09-11 Glenn Morris <rgm@gnu.org>
8240
8241 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8242 loaddefs.el.
8243 * dired.el: Regenerate with extracted autoloads.
8244 * Makefile.in (autoloads): Make dired.el writable.
8245
8246 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8247 * ibuffer.el: Regenerate with extracted autoloads.
8248 * Makefile.in (autoloads): Make ibuffer.el writable.
8249
8250 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8251 * version.el (emacs-copyright, emacs-major-version)
8252 (emacs-minor-version): Reformat doc-strings for make-docfile.
8253
8254 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8255 functions and variables, since they must be stuff specific to some other
8256 platform.
8257 (apropos-print): Make mouse-click message less specific about button.
8258
8259 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8260 that records where a macro was defined.
8261 * help-fns.el (describe-function-1): Mention if a function has a
8262 compiler-macro.
8263 * help-mode.el (help-function-cmacro): New button.
8264
8265 * locate.el (top-level): Always require dired.
8266 (locate-mode-map): Initialize inside the defvar.
8267
8268 * net/ange-ftp.el (dired-compress-file): Declare.
8269 (ange-ftp-dired-compress-file): Add doc string.
8270
8271 * term/ns-win.el (x-display-name, x-setup-function-keys):
8272 Unify doc-strings with X versions.
8273
8274 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8275
8276 * emulation/crisp.el (crisp-mode-map): Move initialization
8277 into declaration.
8278 (crisp-mode): Use define-minor-mode.
8279
8280 * progmodes/xscheme.el (xscheme-evaluation-commands):
8281 Put a :advertised-binding property rather than using
8282 advertised-xscheme-send-previous-expression.
8283 (advertised-xscheme-send-previous-expression): Declare obsolete.
8284 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8285 `advertised-undo'.
8286 (crisp-mode): Add corresponding bindings to
8287 undo's :advertised-binding instead.
8288 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8289 than using dired-advertised-find-file.
8290 (dired-advertised-find-file):
8291 * simple.el (advertised-undo):
8292 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8293 (widget-keymap): Put a :advertised-binding property rather
8294 than using advertised-widget-backward.
8295 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8296 than using advertised-undo.
8297 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8298
8299 2009-09-10 Simon South <ssouth@slowcomputing.org>
8300
8301 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8302 Mark mode is enabled and region is active; otherwise indent or
8303 insert TAB as usual.
8304 (delphi-mode): Update description of TAB-key binding.
8305
8306 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8307
8308 * subr.el (define-key-rebound-commands): Mark obsolete.
8309 * startup.el (precompute-menubar-bindings): Remove.
8310 (normal-top-level): Remove obsolete code that tried to precompute
8311 menubar bindings.
8312 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8313 define-key-rebound-commands and precompute-menubar-bindings.
8314
8315 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8316
8317 * net/imap.el (imap-interactive-login): Better messages.
8318 (imap-open): Fix bug with renamed buffer on reconnect.
8319 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8320 for easier debugging and cleaner code. On successful (guessed based on
8321 server capabilities) secondary authentication, set imap-state
8322 correctly.
8323 (imap-last-authenticator): Define imap-last-authenticator as a variable
8324 to avoid warnings.
8325
8326 2009-09-10 Glenn Morris <rgm@gnu.org>
8327
8328 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8329
8330 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8331 (byte-compile-file-form-autoload): Don't warn about unknown functions
8332 where the autoload statement comes after the use.
8333 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8334 that any handlers inside the body (eg require) are in turn respected.
8335
8336 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8337 effects.
8338
8339 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8340 and syntax and abbrev tables basic docs, if they don't have any.
8341
8342 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8343
8344 * international/mule-cmds.el (top-level): Require cl when compiling.
8345 (view-hello-file): Use default-value rather than
8346 default-enable-multibyte-characters.
8347
8348 * progmodes/fortran.el: Move all safe and risky properties into the
8349 defcustoms.
8350
8351 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8352 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8353 * mail/undigest.el:
8354 Put autoloads in rmail.el rather than loaddefs.el.
8355 * mail/rmail.el: Regenerate with extracted autoloads.
8356
8357 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8358 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8359
8360 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
8361
8362 Reported in thread for Bug#4375.
8363 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8364 "-data-evaluate-expression" instead of print.
8365 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8366 (gdb-tooltip-print): Parse output from above MI command.
8367 (gdb): Revert 2009-08-11 change. User should detach inferior
8368 manually.
8369
8370 Remove the word "separate" from IO functions as inferior
8371 output is now never displayed in the GUD buffer.
8372
8373 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
8374
8375 * startup.el (command-line-normalize-file-name): On Windows and
8376 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8377
8378 2009-09-10 Juri Linkov <juri@jurta.org>
8379
8380 * isearch.el (isearch-text-char-description): Propertize escape
8381 character sequences with the `escape-glyph' face. (Bug#4344)
8382
8383 * simple.el (shell-command): Set asynchronous process filter to
8384 `comint-output-filter'. (Bug#4343)
8385
8386 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8387 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8388 the list. Move "asm" to the bottom.
8389 (grep-find-ignored-directories): Add `choice' with nil value
8390 to empty the list easily.
8391 (grep-find-ignored-files): New option.
8392 (grep-files-history): Set to nil by default instead of '("ch" "el").
8393 (grep-compute-defaults): Add "<X>" to `grep-template'.
8394 (grep-read-files): Bind new local variables `default-alias' and
8395 `default-extension'. Use a list of default values for the file prompt.
8396 (lgrep): Add `--exclude=' command line options composed from
8397 `grep-find-ignored-files'.
8398 (rgrep): Add `-name' command line options composed from
8399 `grep-find-ignored-files'. (Bug#4301)
8400
8401 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8402
8403 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8404 (bug#4368).
8405
8406 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8407
8408 * calendar/time-date.el (autoload):
8409 Expand define-obsolete-function-alias into defalias and make-obsolete
8410 for old Emacsen that Gnus supports.
8411 (with-no-warnings): Define it for old Emacsen.
8412 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8413 is available.
8414 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8415 float-time is available; suppress compile warning for time-to-seconds.
8416
8417 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8418
8419 * net/imap.el (imap-message-map): Docstring fix.
8420
8421 2009-09-09 Glenn Morris <rgm@gnu.org>
8422
8423 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8424 line numbers too. (Bug#4374)
8425
8426 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8427
8428 * smerge-mode.el (smerge-remove-props, smerge-refine):
8429 Use with-silent-modifications (bug#4342).
8430
8431 * subr.el (with-silent-modifications): New macro.
8432
8433 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
8434
8435 * files.el (top-level): Require `cl' when compiling.
8436
8437 2009-09-07 Glenn Morris <rgm@gnu.org>
8438
8439 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8440
8441 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8442 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8443
8444 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
8445
8446 * vc-git.el (vc-git-annotate-command): Use separator to parse
8447 arguments correctly.
8448
8449 2009-09-06 Eli Zaretskii <eliz@gnu.org>
8450
8451 * proced.el (proced-mode): Doc fix.
8452
8453 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8454
8455 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8456 lstat fails.
8457 (tramp-do-file-attributes-with-ls): Check for file existence at
8458 remote end.
8459 (tramp-do-file-attributes-with-stat): Likewise.
8460 (tramp-convert-file-attributes): Return nil when attr is nil.
8461
8462 2009-09-05 Glenn Morris <rgm@gnu.org>
8463
8464 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8465 properties to this button.
8466 (diary-fancy-display): Don't extend the button to the final newline.
8467 (diary-fancy-display-mode): Continue to define "q" as a local key.
8468
8469 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8470 efficient.
8471
8472 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8473
8474 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8475 (byte-compile-dest-file-function): New option.
8476 (byte-compile-dest-file): Doc fix.
8477 Obey byte-compile-dest-file-function.
8478 (byte-compile-cl-file-p): New function.
8479 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8480 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8481 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8482 than for file being previously loaded.
8483 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8484 (byte-compile-file-form-require): Handle the case where requiring a file
8485 indirectly causes CL to be loaded.
8486
8487 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8488
8489 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8490 before killing the old buffer, since by the time `kill-buffer' is
8491 run so many buffer variables have been set to nil that it may not
8492 behave as expected. (Bug#4061)
8493
8494 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8495
8496 * files.el (find-alternate-file): If the old buffer is modified
8497 and visiting a file, behave similarly to `kill-buffer' when
8498 killing it, thus reverting to the pre-1.878 behavior; see
8499 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8500 for discussion. Also, consult `buffer-file-name' as a variable
8501 not as a function, for consistency with the rest of the code.
8502
8503 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
8504
8505 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8506 also when adding a new directory.
8507
8508 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8509 defun.
8510
8511 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8512
8513 * files.el (locate-file-completion-table): Make it provide boundary
8514 information, so partial-completion works better.
8515
8516 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8517
8518 * mail/footnote.el (Footnote-text-under-cursor):
8519 Check footnote-text-marker-alist before using it (bug#4324).
8520
8521 2009-09-04 Glenn Morris <rgm@gnu.org>
8522
8523 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8524 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8525 * play/solitaire.el, play/tetris.el:
8526 Remove leading * from defcustom and defface docs.
8527
8528 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8529 necessary.
8530 (diary-fancy-overriding-map): New variable.
8531 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8532 Use view-mode.
8533
8534 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8535 goto-line.
8536
8537 2009-09-03 Glenn Morris <rgm@gnu.org>
8538
8539 * arc-mode.el (archive-mode):
8540 * dos-fns.el (set-default-process-coding-system):
8541 * man.el (Man-getpage-in-background):
8542 * menu-bar.el (menu-bar-describe-menu):
8543 * server.el (server-process-filter):
8544 * startup.el (command-line):
8545 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8546 * w32-fns.el (set-default-process-coding-system):
8547 * x-dnd.el (x-dnd-handle-file-name):
8548 * international/mule-cmds.el (mule-menu-keymap)
8549 (set-default-coding-systems, language-info-alist, set-language-info)
8550 (set-language-environment, standard-display-european-internal)
8551 (set-locale-environment):
8552 * international/mule-diag.el (mule-diag):
8553 * mail/emacsbug.el (report-emacs-bug):
8554 * mail/rmail.el (rmail-mode):
8555 * mail/sendmail.el (mail-setup):
8556 Use default-value rather than default-enable-multibyte-characters.
8557
8558 * progmodes/f90.el: Move all safe properties into the defcustoms.
8559 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8560
8561 * calendar/appt.el (appt-check):
8562 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8563 (diary-check-diary-file, diary-list-entries)
8564 (diary-include-other-diary-files, diary-simple-display)
8565 (diary-fancy-display, diary-print-entries)
8566 (diary-mark-included-diary-files, diary-make-entry):
8567 Don't call substitute-in-file-name on diary-file.
8568
8569 2009-09-03 Eduard Wiebe <usenet@pusto.de>
8570 Stefan Monnier <monnier@iro.umontreal.ca>
8571
8572 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8573 (footnote-mode-map): Move initialization into the declaration.
8574 (footnote-minor-mode-map): Define it rather than changing global-map.
8575 (footnote-mode): Use define-minor-mode.
8576
8577 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
8578
8579 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8580 (tramp-do-file-attributes-with-perl)
8581 (tramp-do-file-attributes-with-stat): Rename from
8582 `tramp-handle-file-attributes-with-*'.
8583 (tramp-handle-file-attributes): Use them.
8584 (tramp-do-directory-files-and-attributes-with-perl)
8585 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8586 `tramp-handle-directory-files-and-attributes-with-*'.
8587 (tramp-handle-directory-files-and-attributes): Use them.
8588 (tramp-method-out-of-band-p): Additional parameter SIZE.
8589 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8590 (tramp-handle-write-region): Use it.
8591 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8592 (tramp-handle-vc-registered): Check, whether the first run did
8593 return files to be tested.
8594 (tramp-advice-make-auto-save-file-name): Do not call directly
8595 `tramp-handle-make-auto-save-file-name', because this would bypass
8596 the locking mechanism.
8597
8598 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8599 (file-remote-p, process-file, start-file-process, set-file-times)
8600 (tramp-compat-file-attributes): Compatibility functions shall not
8601 call directly `tramp-handle-*', because this would bypass the
8602 locking mechanism.
8603 (tramp-compat-number-sequence): New defun.
8604
8605 2009-09-02 Glenn Morris <rgm@gnu.org>
8606
8607 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8608 alias for float-time.
8609 (time-to-number-of-days): In Emacs, use float-time.
8610 * net/newst-backend.el (time-add): Suppress warnings from compat
8611 function.
8612 * time.el (emacs-uptime, emacs-init-time):
8613 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8614 Use float-time rather than time-to-seconds.
8615
8616 * minibuffer.el (completion-initials-expand): Fix typo.
8617
8618 * faces.el (modeline, modeline-inactive, modeline-highlight)
8619 (modeline-buffer-id):
8620 * info.el (info-menu-5): Mark these face aliases as obsolete.
8621
8622 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8623
8624 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8625 space ...
8626 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8627 no "--thread" option.
8628 (gdb-stopped): Don't print "Switched to thread" message when it is
8629 unchanged.
8630
8631 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8632
8633 * minibuffer.el (completion-try-completion)
8634 (completion-all-completions): Remove ill-defined (and
8635 mistakenly installed and luckily never used nor documented)
8636 `completion-styles' property.
8637 (completion-initials-expand, completion-initials-all-completions)
8638 (completion-initials-try-completion): New functions.
8639 (completion-styles-alist): Add doc to each entry.
8640 Add new `initials' entry.
8641
8642 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8643
8644 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8645 MI command -var-evaluate-expression.
8646 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8647 and tweak for case of string child.
8648 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8649
8650 2009-09-01 Glenn Morris <rgm@gnu.org>
8651
8652 * add-log.el (change-log-date-face, change-log-name-face)
8653 (change-log-email-face, change-log-file-face, change-log-list-face)
8654 (change-log-conditionals-face, change-log-function-face)
8655 (change-log-acknowledgement-face):
8656 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8657 (custom-modified-face, custom-set-face, custom-changed-face)
8658 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8659 (custom-documentation-face, custom-state-face, custom-comment-face)
8660 (custom-comment-tag-face, custom-variable-tag-face)
8661 (custom-variable-button-face, custom-face-tag-face)
8662 (custom-group-tag-face-1, custom-group-tag-face):
8663 * diff-mode.el (diff-header-face, diff-file-header-face)
8664 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8665 (diff-added-face, diff-changed-face, diff-function-face)
8666 (diff-context-face, diff-nonexistent-face):
8667 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8668 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8669 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8670 (Info-title-4-face):
8671 * isearch.el (isearch-lazy-highlight-face):
8672 * log-view.el (log-view-file-face, log-view-message-face):
8673 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8674 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8675 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8676 (cvs-msg-face):
8677 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8678 (smerge-base-face, smerge-markers-face):
8679 * wid-edit.el (widget-documentation-face, widget-button-face)
8680 (widget-field-face, widget-single-line-field-face)
8681 (widget-inactive-face, widget-button-pressed-face):
8682 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8683 (woman-addition-face):
8684 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8685 (eshell-ls-executable-face, eshell-ls-readonly-face)
8686 (eshell-ls-unreadable-face, eshell-ls-special-face)
8687 (eshell-ls-missing-face, eshell-ls-archive-face)
8688 (eshell-ls-backup-face, eshell-ls-product-face)
8689 (eshell-ls-clutter-face):
8690 * eshell/em-prompt.el (eshell-prompt-face):
8691 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8692 * obsolete/old-whitespace.el (whitespace-highlight-face):
8693 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8694 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8695 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8696 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8697 (antlr-font-lock-literal-face):
8698 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8699 (ebrowse-root-class-face, ebrowse-file-name-face)
8700 (ebrowse-default-face, ebrowse-member-attribute-face)
8701 (ebrowse-member-class-face, ebrowse-progress-face):
8702 * progmodes/make-mode.el (makefile-space-face):
8703 * progmodes/sh-script.el (sh-heredoc-face):
8704 * textmodes/flyspell.el (flyspell-incorrect-face)
8705 (flyspell-duplicate-face):
8706 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8707 * textmodes/texinfo.el (texinfo-heading-face):
8708 Mark face aliases with "-face" suffix as obsolete.
8709
8710 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8711 compiler.
8712
8713 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8714 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8715 easy-menu-define wants to modify these.
8716
8717 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8718
8719 * net/browse-url.el (browse-url-file-url):
8720 * term/internal.el (dos-codepage-setup):
8721 Use default-value rather than default-enable-multibyte-characters.
8722
8723 * progmodes/etags.el (etags-goto-tag-location):
8724 * progmodes/flymake.el (flymake-highlight-line)
8725 (flymake-goto-file-and-line, flymake-goto-line):
8726 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8727 (gdb-goto-breakpoint):
8728 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8729 * progmodes/python.el (python-find-function)
8730 (python-pdbtrack-track-stack-file):
8731 * progmodes/verilog-mode.el (verilog-surelint-off):
8732 * term/ns-win.el (ns-open-file-select-line):
8733 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8734 Use forward-line rather than goto-line.
8735
8736 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8737 * textmodes/reftex-index.el (reftex-display-index):
8738 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8739 * textmodes/reftex-toc.el (reftex-toc):
8740 Remove unnecessary bindings of default-major-mode (all are followed by
8741 major-mode check and possible mode switch).
8742
8743 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8744
8745 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8746 Handle watchpoints (bug#4282).
8747 (def-gdb-thread-buffer-command): Enable thread to be selected by
8748 clicking without selecting threads buffer first.
8749 (gdb-current-context-command): Use selected frame so that "up",
8750 "down" etc work in the GUD buffer.
8751 (gdb-update): Find selected frame before rendering stack buffer.
8752 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8753
8754 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8755
8756 * progmodes/sym-comp.el (displayed-completions): Remove.
8757 (symbol-complete): Use minibuffer-complete.
8758
8759 2009-08-31 Glenn Morris <rgm@gnu.org>
8760
8761 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8762
8763 * apropos.el (apropos-symbols-internal):
8764 Handle (obsolete) face aliases.
8765
8766 * faces.el (describe-face): Adjust the output format to be more like
8767 describe-variable, and to mention (obsolete) face aliases.
8768 Adjust the whitespace so that help-setup-xref works.
8769
8770 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8771 * calendar/diary-lib.el (diary-button-face):
8772 Mark these face aliases as obsolete.
8773
8774 * calendar/calendar.el (calendar-today): Doc fix.
8775
8776 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8777
8778 * progmodes/gdb-mi.el (gdb-control-all-threads)
8779 (gdb-control-current-thread): Force tool bar update.
8780 (gdb-non-stop-handler): New function.
8781 (gdb-init-1): Use it to test if non-stop mode is supported.
8782 Remove unused gdbmi buffer type.
8783
8784 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8785
8786 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8787 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
8788
8789 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8790
8791 * comint.el (comint-exec-1): Check command is non-null first.
8792 Part of gdb-mi.el change (2009-08-28).
8793
8794 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8795
8796 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8797
8798 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
8799
8800 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8801 instead of `dolist' to avoid a recursive require when bootstrapping.
8802
8803 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8804
8805 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8806
8807 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8808
8809 * net/imap.el (imap-send-command): Simplify.
8810 (imap-wait-for-tag): point-max -> buffer-size.
8811
8812 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8813
8814 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8815 with constant argument.
8816
8817 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8818
8819 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8820
8821 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8822 Change default, since most of our files don't have a history.
8823 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8824 the user.
8825
8826 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8827 Add comint-run.
8828
8829 * calc/calc.el: Improve commenting convention.
8830 (calc-digit-map, toplevel): Simplify.
8831
8832 * comint.el (comint-insert-input): Be careful to only set point if we
8833 don't delegate to some other command.
8834
8835 * proced.el (proced-signal-list): Make it an alist.
8836 (proced-grammar-alist): Capitalize names.
8837 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8838 Disable undo manually and make it read-only.
8839 Use completion-annotate-function.
8840
8841 * minibuffer.el (minibuffer-message): If the current buffer is not
8842 a minibuffer, insert the message in the echo area rather than at the
8843 end of the buffer.
8844 (completion-annotate-function): New variable.
8845 (minibuffer-completion-help): Use it.
8846 (completion--embedded-envvar-table): Environment vars are
8847 always case-sensitive.
8848
8849 2009-08-30 Glenn Morris <rgm@gnu.org>
8850
8851 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8852 from fortran-current-defun.
8853 (fortran-beginning-of-subprogram): Be more precise about finding the
8854 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8855 (fortran-end-of-subprogram): Simplify.
8856 (fortran-current-defun): Use fortran-start-prog-re.
8857
8858 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
8859
8860 * subr.el (do-after-load-evaluation): Simplify.
8861
8862 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8863
8864 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8865
8866 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8867 (vc-rcs-print-log): Use it.
8868
8869 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8870
8871 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8872
8873 * paths.el (abbrev-file-name): Move to abbrev.el.
8874 * abbrev.el (abbrev-file-name): Move from paths.el.
8875 Obey user-emacs-directory.
8876 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8877 user-emacs-directory.
8878 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8879 abbrev-file-name and calc-settings-file any more.
8880 * startup.el (command-line): Recompute abbrev-file-name and
8881 abbreviated-home-dir.
8882 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8883 of the special code for when C-h bindings haven't been changed.
8884 (display-startup-echo-area-message): Use with-current-buffer.
8885 (command-line-1): Use a list of strings, rather than a list of lists
8886 of strings for longopts.
8887
8888 * files.el (get-free-disk-space): Use / for default-directory.
8889
8890 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8891 Use with-current-buffer.
8892
8893 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8894 Recognize immutable variables like most-positive-fixnum.
8895 (byte-compile-setq-default): Check and warn if trying to assign
8896 to an immutable variable, or a non-variable.
8897
8898 * progmodes/cc-vars.el (c-comment-continuation-stars):
8899 * progmodes/cc-engine.el (c-looking-at-bos):
8900 * progmodes/cc-cmds.el (c-toggle-auto-state)
8901 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8902 (c-comment-line-break-function): Add version of obsolescence.
8903
8904 2009-08-28 Juri Linkov <juri@jurta.org>
8905
8906 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8907 associated with `archive-mode'.
8908
8909 * image.el (image-type-header-regexps): Use only JPEG magic number
8910 to determine JPEG images, and don't use `image-jpeg-p' because
8911 Emacs can display non-JFIF non-Exif JPEG images.
8912
8913 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8914
8915 * arc-mode.el (archive-mode):
8916 * emacs-lisp/re-builder.el (re-builder-unload-function):
8917 Protect against the default value of `major-mode' being nil.
8918
8919 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8920
8921 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8922 Fix typos in docstrings.
8923
8924 * progmodes/js.el (js--macro-decl-re): Doc fix.
8925 (js--plain-method-re, js--split-name): Refloc docstring.
8926 (js--class-styles, js--make-merged-item, js--splice-into-items):
8927 Fix typos in docstrings; reflow docstrings.
8928 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8929 (js--variable-decl-matcher, js--inside-pitem-p)
8930 (js--parse-state-at-point, js--get-all-known-symbols)
8931 (js--symbol-history, js-find-symbol, js--js-references)
8932 (js--moz-interactor, js--js-encode-value, js--read-tab):
8933 Fix typos in docstrings.
8934
8935 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8936
8937 * textmodes/reftex.el (reftex-get-file-buffer-force):
8938 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8939 * emulation/viper.el (viper-go-away, viper-set-hooks):
8940 * emacs-lisp/re-builder.el (re-builder-unload-function):
8941 * emacs-lisp/bytecomp.el (byte-compile-file):
8942 * ses.el (ses-unload-function):
8943 * hexl.el (hexl-find-file):
8944 * files.el (normal-mode):
8945 * ehelp.el (with-electric-help):
8946 * autoinsert.el (auto-insert-alist):
8947 * arc-mode.el (archive-mode):
8948 Use (default-value 'major-mode) instead of default-major-mode.
8949
8950 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8951 * international/mule.el (load-with-code-conversion):
8952 * emacs-lisp/debug.el (debug):
8953 * ediff-vers.el (ediff-rcs-get-output-buffer):
8954 * dired.el (dired-internal-noselect): Don't let-bind
8955 default-major-mode around code that doesn't use it.
8956 E.g. buffer creation via get-buffer-create doesn't use it.
8957
8958 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
8959
8960 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8961 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8962 when writing the temp file. Otherwise, epa-file gets confused.
8963 (tramp-register-file-name-handlers): Make it a defun. Move also
8964 `epa-file-handler' to the front of `file-name-handler-alist'.
8965
8966 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8967
8968 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8969 start right after a ^M.
8970 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8971 (tramp-completion-file-name-regexp-separate)
8972 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8973 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8974 Don't modify last-coding-system-used by accident.
8975 (tramp-completion-file-name-handler): Apply the checks here,
8976 instead during registration.
8977 (tramp-register-file-name-handlers): Renamed from
8978 `tramp-register-file-name-handler'. Register both
8979 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8980 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
8981
8982 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
8983
8984 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8985 Remove variable ...
8986 (gdb-init-1, gdb-display-separate-io-buffer)
8987 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8988 references to it.
8989 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8990 (gdb-inferior-filter): Use comint-output-filter to stop
8991 echoing and remove ^M characters.
8992
8993 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8994
8995 * emulation/viper-init.el (viper-restore-cursor-type):
8996 * emulation/cua-base.el (cua--update-indications):
8997 Replace default-cursor-type with (default-value 'cursor-type).
8998
8999 * mail/sendmail.el (mail-recover-1):
9000 * international/mule-diag.el (describe-current-coding-system-briefly)
9001 (describe-current-coding-system):
9002 * international/mule-cmds.el (select-safe-coding-system)
9003 (select-message-coding-system)
9004 (set-language-environment-coding-systems, set-locale-environment):
9005 * hexl.el (hexl-insert-multibyte-char):
9006 * dos-w32.el (find-buffer-file-type-coding-system):
9007 * simple.el (what-cursor-position):
9008 Replace uses of default-buffer-file-coding-system
9009 with (default-value 'buffer-file-coding-system).
9010
9011 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9012 Replace uses of default-cursor-in-non-selected-windows
9013 with (default-value 'cursor-in-non-selected-windows).
9014 Use with-current-buffer.
9015
9016 * mail/feedmail.el: Use CL macros.
9017 (feedmail-run-the-queue, feedmail-send-it-immediately):
9018 * dos-w32.el (find-buffer-file-type): Replace uses of
9019 default-buffer-file-type with (default-value 'buffer-file-type).
9020
9021 2009-08-28 Glenn Morris <rgm@gnu.org>
9022
9023 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9024 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9025 Use default-value of major-mode rather than default-major-mode.
9026
9027 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9028
9029 * Makefile.in (update-elcfiles): Report left over elc files.
9030
9031 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9032 expand-file-name and with-current-buffer.
9033 (mail-get-names, mail-directory): Use with-current-buffer.
9034
9035 * vc.el (vc-read-revision): New function.
9036 (vc-version-diff, vc-merge): Use it.
9037
9038 2009-08-27 Sam Steingold <sds@gnu.org>
9039
9040 * simple.el (kill-do-not-save-duplicates): New user option.
9041 (kill-new): When it is non-nil, and the new string is the same as
9042 the latest kill, set replace to t to avoid duplicates in kill-ring.
9043
9044 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
9045
9046 * net/tramp.el (tramp-handle-process-file): Do not flush all
9047 caches when `process-file-side-effects' is set.
9048 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9049 instead of `tramp-find-file-exists-command'.
9050 Unset `process-file-side-effects'.
9051
9052 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
9053
9054 * net/tramp.el (tramp-methods): New method "rsyncc".
9055 (top): Add completion function for "rsyncc".
9056 (tramp-message-show-message): New defvar.
9057 (tramp-message, tramp-error): Use it.
9058 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9059 remote copying.
9060 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9061 `tramp-methods' entry `copy-env' of "rsyncc".
9062 (tramp-vc-registered-read-file-names): New defconst.
9063 (tramp-vc-registered-file-names): New defvar.
9064 (tramp-handle-vc-registered): Implement optimization strategy.
9065 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9066 (tramp-vc-file-name-handler): New defun.
9067 (tramp-get-ls-command, tramp-get-test-command)
9068 (tramp-get-file-exists-command, tramp-get-remote-ln)
9069 (tramp-get-remote-perl, tramp-get-remote-stat)
9070 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9071
9072 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9073 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9074 timestamps.
9075 (tramp-get-file-property): Check for timestamps in
9076 `tramp-cache-inhibit-cache'.
9077 (tramp-set-file-property): Write timestamp.
9078
9079 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9080
9081 * language/japan-util.el (japanese-symbol-table): Add entries for
9082 cp932-2-byte.
9083
9084 * international/characters.el: Add category `j' to cp932-2-byte.
9085
9086 2009-08-27 Kenichi Handa <handa@m17n.org>
9087
9088 * international/fontset.el (build-default-fontset-data): New macro.
9089 (setup-default-fontset): Use build-default-fontset-data for CJK,
9090 tibetan, ethiopic, and ipa.
9091
9092 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9093
9094 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9095 (enable-multibyte-characters): Not customizable any more.
9096
9097 * subr.el (default-mode-line-format, default-header-line-format)
9098 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9099 (default-direction-reversed, default-truncate-lines)
9100 (default-left-margin, default-tab-width, default-case-fold-search)
9101 (default-left-margin-width, default-right-margin-width)
9102 (default-left-fringe-width, default-right-fringe-width)
9103 (default-fringes-outside-margins, default-scroll-bar-width)
9104 (default-vertical-scroll-bar, default-indicate-empty-lines)
9105 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9106 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9107 (default-scroll-down-aggressively, default-fill-column)
9108 (default-cursor-type, default-buffer-file-type)
9109 (default-cursor-in-non-selected-windows)
9110 (default-buffer-file-coding-system, default-major-mode)
9111 (default-enable-multibyte-characters): Mark as obsolete.
9112
9113 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9114
9115 * vc-dir.el (vc-dir-update): Remove debug helper.
9116
9117 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9118
9119 2009-08-26 Sam Steingold <sds@gnu.org>
9120
9121 * simple.el (save-interprogram-paste-before-kill): New user option.
9122 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9123 save the interprogram-paste into kill-ring before overriding it
9124 with the Emacs kill.
9125
9126 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9127
9128 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9129 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9130 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9131 and move to vc-rcs.el.
9132 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9133 move to vc-rcs.el.
9134 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9135 (vc-rcs-update-changelog): Remove.
9136 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9137 and move to vc-rcs.el.
9138
9139 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9140 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9141 renaming.
9142 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9143 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9144 vc.el, renamed to be RCS specific.
9145
9146 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9147 New functions.
9148 (vc-cvs-update-changelog): Move here from vc.el.
9149
9150 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9151 New functions.
9152
9153 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9154
9155 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9156
9157 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9158
9159 * vc-git.el (vc-git-register): Use "git add" for directories.
9160 (vc-git-stash, vc-git-stash-show): New functions.
9161 (vc-git-extra-menu-map): Bind them.
9162
9163 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9164 directory correctly in case the item is a directory itself.
9165
9166 * vc.el: Document the desired behavior for reverted files in the
9167 `added' state.
9168 (vc-default-prettify-state-info): Remove function, unused.
9169
9170 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9171
9172 2009-08-26 Glenn Morris <rgm@gnu.org>
9173
9174 * bindings.el (standard-mode-line-format): Reposition dashes in
9175 which-func entry. (Bug#4217)
9176
9177 * files.el (enable-local-variables, enable-local-eval)
9178 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9179 the defcustoms.
9180 (auto-mode-alist, ignored-local-variables)
9181 (save-some-buffers-action-alist): Move risky declarations to the
9182 definitions.
9183 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9184 (font-lock-defaults, format-alist, imenu--index-alist)
9185 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9186 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9187 (mode-line-modified, mode-line-mule-info, mode-line-position)
9188 (mode-line-process, mode-line-remote, outline-level)
9189 (parse-time-rules, rmail-output-file-alist)
9190 (special-display-buffer-names, vc-mode):
9191 Move risky declarations to the relevant files.
9192 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9193 (mode-line-modified, mode-line-process, mode-line-position)
9194 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9195 * font-core.el (font-lock-defaults):
9196 * format.el (format-alist):
9197 * vc-hooks.el (vc-mode):
9198 * window.el (special-display-buffer-names):
9199 * international/mule-cmds.el (input-method-alist):
9200 Define riskiness here (dumped file) rather than in files.el.
9201 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9202 * imenu.el (imenu-generic-expression, imenu--index-alist):
9203 * outline.el (outline-level):
9204 * time.el (display-time-string):
9205 * calendar/parse-time.el (parse-time-rules):
9206 * mail/rmailout.el (rmail-output-file-alist):
9207 Autoload riskiness here, rather than placing in files.el.
9208
9209 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9210
9211 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9212
9213 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
9214
9215 * simple.el (process-file-side-effects): New defvar.
9216
9217 * dired-aux.el (dired-show-file-type):
9218 * vc.el (vc-diff-internal):
9219 * vc-arch.el (vc-arch-diff):
9220 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9221 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9222 * vc-git.el (vc-git-registered, vc-git-working-revision)
9223 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9224 (vc-git--empty-db-p):
9225 * vc-hooks.el (vc-user-login-name):
9226 * vc-svn.el (vc-svn-registered, vc-svn-state)
9227 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9228 * progmodes/grep.el (grep-probe): Let-bind
9229 `process-file-side-effects' with nil.
9230
9231 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9232
9233 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9234 daemon. Replace ping by checking for running service for bluez
9235 and zeroconf. (Bug#4239)
9236
9237 2009-08-25 Kevin Ryde <user42@zip.com.au>
9238
9239 * net/dig.el (dig): Add autoload cookie.
9240
9241 2009-08-25 Glenn Morris <rgm@gnu.org>
9242
9243 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9244 load-history for absolute file-names.
9245 (byte-compile-file-form-require): Warn about use of the cl package.
9246
9247 * format.el (format-alist): Doc fix.
9248
9249 * play/bubbles.el (top-level): Don't require cl at run-time.
9250
9251 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9252 run-time cl).
9253
9254 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9255
9256 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9257 from cl package.
9258 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9259
9260 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9261
9262 * calc/calc-alg.el (math-trig-rewrite)
9263 (math-hyperbolic-trig-rewrite): New functions.
9264 (calc-simplify): Simplify trig functions when asked.
9265
9266 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9267
9268 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9269
9270 2009-08-24 Kenichi Handa <handa@m17n.org>
9271
9272 * language/ind-util.el (mapthread): Delete it.
9273 (combinatorial): New function.
9274 (indian--puthash-cv): Use combinatorial instead of mapthread.
9275
9276 2009-08-22 Kevin Ryde <user42@zip.com.au>
9277
9278 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9279 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9280 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9281 Clarify docstring that the value is strings not symbols.
9282 (checkdoc-list-of-strings-p): New function.
9283
9284 2009-08-22 Glenn Morris <rgm@gnu.org>
9285
9286 * files.el (auto-mode-alist):
9287 * hippie-exp.el (he-concat-directory-file-name):
9288 * lpr.el (lpr-windows-system, printer-name):
9289 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9290 * ps-print.el (ps-windows-system):
9291 * startup.el (command-line):
9292 * emulation/viper-ex.el (viper-glob-function):
9293 * international/mule-cmds.el (set-language-environment-coding-systems):
9294 * net/ange-ftp.el (ange-ftp-write-region):
9295 * obsolete/fast-lock.el (fast-lock-cache-name):
9296 Remove code for defunct system-types emx, macos, mswindows, next-mach,
9297 unisoft-unix, vax-vms, win32, w32.
9298
9299 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9300 given name if the pattern is not more specific.
9301
9302 * calendar/lunar.el (lunar-phase-names): New option.
9303 (lunar-phase): Doc fix.
9304 (lunar-cycles-per-year): New constant.
9305 (lunar-index): New function.
9306 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9307 (lunar-phase-name): Use lunar-phase-names.
9308 (calendar-lunar-phases): Use format.
9309 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9310
9311 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9312 Copy imenu-example--name-and-position function here for own use.
9313 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9314
9315 * bs.el (bs--redisplay):
9316 * cus-edit.el (custom-redraw):
9317 * ibuffer.el (ibuffer-bury-buffer):
9318 * server.el (server-goto-line-column):
9319 * startup.el (command-line-1):
9320 * strokes.el (strokes-xpm-for-stroke):
9321 * term.el (term-display-buffer-line):
9322 * view.el (View-goto-line):
9323 * calc/calc.el (calc-do, calc-trail-buffer):
9324 * play/gamegrid.el (gamegrid-add-score-insecure):
9325 * progmodes/ada-mode.el (ada-compile-goto-error):
9326 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9327 (ebrowse-select-1st-to-9nth):
9328 * progmodes/cperl-mode.el (cperl-time-fontification):
9329 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9330 * progmodes/gud.el (gud-display-line):
9331 (idlwave-shell-display-line):
9332 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9333 * progmodes/make-mode.el (makefile-browser-toggle):
9334 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9335 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9336 * textmodes/picture.el (picture-draw-rectangle):
9337 * textmodes/reftex-index.el (reftex-index-goto-letter):
9338 (reftex-select-jump-to-previous):
9339 * textmodes/reftex-sel.el (reftex-find-start-point)
9340 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9341 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9342 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9343 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9344 * textmodes/two-column.el (2C-associated-buffer):
9345 Use forward-line rather than goto-line.
9346
9347 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9348 goto-line.
9349
9350 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9351 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9352 (quick-check-list-to-regexp): Declare.
9353
9354 * progmodes/make-mode.el (makefile-browser-insert-selection):
9355 Use goto-char rather than goto-line.
9356
9357 * progmodes/prolog.el (compilation-error-regexp-alist)
9358 (compilation-forget-errors): Declare.
9359
9360 2009-08-22 Juri Linkov <juri@jurta.org>
9361
9362 * progmodes/grep.el (lgrep, rgrep): At the beginning
9363 set `dir' to `default-directory' unless `dir' is a non-nil
9364 readable directory. (Bug#4052)
9365 (lgrep, rgrep): Change a weird way to report an error
9366 from using `read-string' to using `error'.
9367 Instead of using interactive arguments in the function body,
9368 add new argument `confirm'.
9369
9370 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9371
9372 * textmodes/remember.el (remember-buffer):
9373 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9374 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9375 (icalendar-extract-ical-from-buffer):
9376 * net/newst-treeview.el (newsticker-groups-filename):
9377 * net/newst-backend.el (newsticker-cache-filename):
9378 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9379 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9380 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9381 (speedbar-buffers-line-path, speedbar-path-line)
9382 (speedbar-buffers-line-path):
9383 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9384 (epg-sign-keys):
9385 * epa.el (epa-display-verify-result):
9386 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9387
9388 2009-08-21 Glenn Morris <rgm@gnu.org>
9389
9390 * progmodes/js.el (inferior-moz-process): Fix declaration.
9391
9392 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9393
9394 * obsolete/rnewspost.el (news-mail-reply):
9395 Use goto-char rather than goto-line.
9396
9397 * term/ns-win.el (ns-open-file-select-line):
9398 Use line-beginning-position rather than goto-line.
9399
9400 * apropos.el (apropos-command):
9401 * ehelp.el (electric-helpify):
9402 * printing.el (pr-show-setup):
9403 * strokes.el (strokes-help):
9404 * tutorial.el (tutorial--describe-nonstandard-key)
9405 (tutorial--detailed-help):
9406 * woman.el (woman-mini-help, woman-display-extended-fonts):
9407 * calc/calc-help.el (calc-describe-key):
9408 * emulation/edt.el (edt-electric-helpify):
9409 * international/mule-diag.el (mule-diag):
9410 * play/yow.el (apropos-zippy):
9411 * progmodes/python.el (python-describe-symbol):
9412 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9413 * textmodes/table.el (*table--cell-describe-mode)
9414 (*table--cell-describe-bindings):
9415 Use help-print-return-message rather than the now obsolete alias.
9416
9417 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9418 (calendar-cursor-to-visible-date):
9419 * play/5x5.el (5x5-position-cursor):
9420 * play/decipher.el (decipher):
9421 * play/gomoku.el (gomoku-goto-xy):
9422 * play/landmark.el (lm-goto-xy):
9423 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9424 (mpuz-paint-digit):
9425 Use forward-line, not goto-line.
9426
9427 * mail/rmail.el (rmail-obsolete): Delete custom group.
9428 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9429 (rmail-remote-password, rmail-remote-password-required):
9430 Remove unneeded :set-after and :set properties.
9431
9432 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
9433
9434 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9435
9436 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9437
9438 * loadup.el: Remove leftover macos code.
9439
9440 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9441 Explicitly pass the date format to git blame so that user local
9442 so that the output format can be parsed.
9443
9444 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
9445
9446 * net/dbus.el (top): Don't check for (getenv
9447 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9448
9449 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9450
9451 * log-edit.el (log-edit-strip-single-file-name): New var.
9452 (log-edit-insert-changelog): Use it. Bug#3571
9453
9454 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9455
9456 * subr.el (read-passwd): Use read-key so keypad keys work as well.
9457 Bug#3287
9458
9459 * help.el (help-print-return-message): Rename from
9460 print-help-return-message.
9461
9462 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9463 cvs-mode-map parent hack.
9464 (log-view-mode): Derive from special-mode.
9465
9466 * linum.el (linum-mode): window-size-change-functions is redundant.
9467 Adapt to new window-configuration-change-hook behavior.
9468 (linum-after-size, linum-after-config): Remove.
9469
9470 * imenu.el (imenu-example--name-and-position)
9471 (imenu-example--lisp-extract-index-name)
9472 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9473 Mark as obsolete.
9474
9475 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9476 (inferior-prolog-mode): Use it.
9477 (inferior-prolog-load-file): Reset list of errors.
9478
9479 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9480
9481 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9482
9483 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9484
9485 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
9486
9487 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9488 is running already.
9489
9490 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9491
9492 * subr.el (listify-key-sequence-1): Use normal syntax since those
9493 integers are nowadays always represented by the same (positive) number
9494 on all platforms.
9495 (read-key-empty-map): New const.
9496 (read-key-delay): New var.
9497 (read-key): New function.
9498 (force-mode-line-update): Use with-current-buffer.
9499 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9500 (start-process-shell-command, start-file-process-shell-command):
9501 Discourage the use of command-args.
9502
9503 2009-08-19 Glenn Morris <rgm@gnu.org>
9504
9505 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9506
9507 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9508
9509 * simple.el (choose-completion-string): Don't rely on
9510 minibuffer-completing-file-name and ad-hoc checks to decide whether
9511 to continue completion or not.
9512
9513 * minibuffer.el (minibuffer-hide-completions): New function.
9514 (completion--do-completion): Use it.
9515 (completions-annotations): New face.
9516 (completion--insert-strings): Use it.
9517 (completion-pcm--delim-wild-regex): Add docstring.
9518 (completion-pcm--string->pattern): Add support for 0-width delimiters
9519 in completion-pcm--delim-wild-regex.
9520
9521 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9522
9523 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9524 Remove unused var `buffer-modified-p'.
9525
9526 * minibuffer.el (completion--do-completion): Move point for the #b001
9527 case as well (bug#4176).
9528 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9529
9530 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
9531
9532 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9533 and :session buses.
9534
9535 2009-08-18 Kenichi Handa <handa@m17n.org>
9536
9537 * international/ucs-normalize.el (ucs-normalize-version):
9538 Change to 1.1.
9539 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9540 (utf-8-hfs): Make it perform normalization on encoding too.
9541
9542 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9543 (sentence-end-without-space): Delete duplicated chars.
9544 (sentence-end-base): Likewise.
9545
9546 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9547 (html-mode): Delete duplicated chars from sentence-end-base.
9548
9549 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9550 (texinfo-mode): Delete duplicated chars from sentence-end-base.
9551
9552 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
9553
9554 * files.el (hack-one-local-variable): If the mode function is for
9555 a minor mode, pass it an argument (Bug#4148).
9556
9557 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
9558
9559 * net/tramp.el (tramp-register-completion-file-name-handler):
9560 Check also for (member 'partial-completion completion-styles).
9561
9562 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9563
9564 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9565 abbrev (Bug#3943).
9566
9567 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
9568
9569 * progmodes/cperl-mode.el: Merge upstream 6.2.
9570 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9571 (cperl-forward-re): Check cperl-brace-recursing.
9572 (cperl-highlight-charclass): New function.
9573 (cperl-find-pods-heres): Use it.
9574 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9575 (cperl-beautify-regexp-piece): Fix column calculation.
9576 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9577 (cperl-beautify-level): Don't process entire regexp.
9578 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9579 calling man.
9580 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9581 (cperl-init-faces): Build a list in the normal way.
9582
9583 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9584
9585 * calendar/parse-time.el (parse-time-string-chars): Save match
9586 data.
9587
9588 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9589
9590 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9591 (sql-product): Use it.
9592 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9593 (sql-set-product): Add completion.
9594 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9595 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9596 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9597 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9598 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9599 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9600 (sql-highlight-db2-keywords): Remove.
9601 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9602 (sql-highlight-product): Use derived-mode-p.
9603 (sql-set-sqli-buffer): Use with-current-buffer.
9604 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9605 Simplify.
9606
9607 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9608
9609 * term.el: Fix commenting convention, turn comments into docstrings.
9610
9611 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9612
9613 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9614
9615 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
9616
9617 * calendar/parse-time.el (parse-time-string-chars): Compute using
9618 character classes, to handle non-ascii characters (Bug#3190).
9619
9620 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9621
9622 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9623 another heredoc if the user adds another < (Bug#3226).
9624
9625 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9626 Don't initialize based on window-system (Bug#4124).
9627
9628 * facemenu.el (facemenu-read-color): Use a completion function
9629 that accepts any defined color, such as RGB triplets (Bug#3677).
9630
9631 * files.el (get-free-disk-space): Change fallback default
9632 directory to /. Expand DIR argument before switching to fallback.
9633 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9634
9635 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9636
9637 * files.el (load-library): Doc fix.
9638
9639 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9640
9641 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9642 (viper-if-string): Redefine C-s in the minibuffer to insert the last
9643 incremental search string.
9644
9645 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9646 XEmacs.
9647
9648 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9649 (ediff-merge-region-is-non-clash)
9650 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9651 Also check if the job is really a merge job.
9652
9653 * ediff.el (ediff-current-file): New function.
9654
9655 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9656
9657 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9658 conventions.
9659 (js-insert-and-indent): Delete function.
9660 (js-mode-map): Don't bind keys to js-insert-and-indent.
9661 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9662 (js-end-of-defun): Rename from js--end-of-defun.
9663 (js-auto-indent-flag): Delete variable.
9664
9665 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
9666
9667 * progmodes/js.el: Remove proclaim statement.
9668 Defvar which-func-imenu-joiner-function to silence compiler.
9669
9670 * files.el (auto-mode-alist): Use js-mode for .js files.
9671
9672 * progmodes/js2-mode.el: Remove file.
9673
9674 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9675
9676 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9677
9678 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9679
9680 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
9681 Karl Landstrom <karl.landstrom@brgeight.se>
9682
9683 * progmodes/js.el: New file.
9684
9685 2009-08-14 Mark A. Hershberger <mah@everybody.org>
9686
9687 * timezone.el (timezone-parse-date): Add ability to understand ISO
9688 basic format (minimal separators) dates in addition to the
9689 already-supported extended format dates.
9690
9691 2009-08-14 Eli Zaretskii <eliz@gnu.org>
9692
9693 * international/ucs-normalize.el: Add a `coding' file variable.
9694
9695 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9696
9697 2009-08-14 Sam Steingold <sds@gnu.org>
9698
9699 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9700
9701 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
9702
9703 * faces.el (help-argument-name): Define it here instead of
9704 help-fns.el, because in daemon mode help-fns.el may be loaded when
9705 faces are still uninitialized (Bug#1078).
9706
9707 * help-fns.el (help-argument-name): Move defface to faces.el.
9708
9709 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
9710
9711 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9712 create buffer with a pty but no process so that GDB can make the
9713 inferior the controlling process.
9714
9715 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
9716
9717 * international/ucs-normalize.el: New file.
9718
9719 2009-08-13 Richard Stallman <rms@gnu.org>
9720
9721 * mail/rmail.el (rmail-get-attr-names):
9722 Accept an attribute header that is too short.
9723
9724 * mail/rmail.el (rmail-forget-messages):
9725 Ignore nil elt in rmail-message-vector. Use dotimes.
9726
9727 * progmodes/compile.el (compilation-goto-locus):
9728 Use next-error-move-function.
9729
9730 * simple.el (next-error-move-function): New variable.
9731
9732 2009-08-12 Juri Linkov <juri@jurta.org>
9733
9734 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9735 always non-nil. (Bug#4052)
9736
9737 * replace.el (read-regexp): Return empty string when
9738 `default-value' is nil.
9739 (keep-lines-read-args): Don't use empty string as the
9740 default value for `read-regexp'. (Bug#2495)
9741
9742 2009-08-12 Juri Linkov <juri@jurta.org>
9743
9744 * international/mule-cmds.el (ucs-insert): Change arguments
9745 from `arg' to `character', `count', `inherit' to be the same
9746 as in `insert-char'. Doc fix. (Bug#4039)
9747
9748 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9749
9750 2009-08-12 Juri Linkov <juri@jurta.org>
9751
9752 * files-x.el: New file.
9753
9754 * files.el: Move code that deals with adding/deleting
9755 file/directory-local variables to files-x.el.
9756
9757 * Makefile.in (ELCFILES): Add files-x.elc.
9758
9759 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9760
9761 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9762 to use `goto-line'.
9763 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9764 `goto-line'.
9765 (gdb-invalidate-disassembly): Do not refresh upon receiving
9766 'update signal. Instead, update all disassembly buffers only after
9767 threads list.
9768 (gdb): Send -target-detach when buffer is killed (Bug#3794).
9769 (gdb-starting): Moved -data-list-register-names...
9770 (gdb-stopped): ...here so it's sent when first thread stops.
9771 (gdb-registers-handler-custom): Do nothing if register names are
9772 unknown yet.
9773
9774 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9775 from `gdb-mi.el' to avoid extra tangling.
9776
9777 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9778 change which breaks `gud-def' definitions used in `gdb'.
9779 (gdb-update-gud-running): No extra fuss for updating frame number.
9780
9781 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9782
9783 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9784 (describe-language-environment-map, setup-language-environment-map)
9785 (set-coding-system-map): Move initialization into declaration.
9786 (set-language-info-alist): Last arg to define-key-after can be skipped.
9787
9788 * international/quail.el (quail-completion-1): Simplify.
9789 (quail-define-rules): Use slightly more compact code.
9790 (quail-insert-decode-map): Propertize keys, compact columns.
9791
9792 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9793 Add goto-line.
9794
9795 2009-08-10 Miles Bader <miles@gnu.org>
9796
9797 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9798 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9799 (js2-instance-member, js2-private-member, js2-private-function-call)
9800 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9801 (js2-magic-paren, js2-external-variable):
9802 Remove "-face" suffix from face names.
9803 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9804 (js2-highlight-undeclared-vars, js2-peek-token)
9805 (js2-parse-function-params, js2-mode-show-errors)
9806 (js2-mode-show-warnings, js2-make-magic-delimiter)
9807 (js2-mode-highlight-magic-parens): Update to use new face names.
9808
9809 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
9810
9811 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9812 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9813
9814 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
9815
9816 * subr.el: Provide hashtable-print-readable.
9817
9818 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9819 hs-c-like-adjust-block-beginning.
9820 (hs-hide-block-at-point): Stop hiding at the beginning of
9821 hs-block-end-regexp (Bug#700).
9822
9823 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9824
9825 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9826 a macro.
9827 (gdb-registers-handler-custom): Do not fail when register names
9828 are unavailable.
9829
9830 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9831
9832 * progmodes/gdb-mi.el (gdb-control-all-threads)
9833 (gdb-control-current-thread): Interactive setters for
9834 `gdb-gud-control-all-threads' to use in menu.
9835 (gdb-show-run-p): Show «Go» when process is not active.
9836 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
9837 gud/thread.xpm and gud/all.xpm.
9838
9839 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
9840
9841 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9842 (nslookup-font-lock-keywords): Make it a variable.
9843 (net-utils-mode): New mode for viewing diagnostic network output.
9844 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9845 (net-utils-run-simple): New function.
9846 (ifconfig, iwconfig, netstat, arp, route): Use it.
9847
9848 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9849
9850 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9851 (gdb-memory-set-address, def-gdb-set-positive-number)
9852 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9853 after changing settings.
9854 (gdb-invalidate-disassembly): Update when first shown.
9855 (gdb-edit-locals-value): Fixed.
9856 (gdb-registers-handler-custom): Print registers in right order and
9857 allow changing register values (only for current thread yet).
9858 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9859 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9860 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9861 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9862 info in mode name.
9863 (gdb-registers-mode-map): TAB to switch to locals.
9864
9865 2009-08-08 Eli Zaretskii <eliz@gnu.org>
9866
9867 * mail/rmail.el (rmail-add-mbox-headers)
9868 (rmail-set-message-counters-counter): Search for
9869 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9870
9871 2009-08-08 Glenn Morris <rgm@gnu.org>
9872
9873 * Makefile.in (ELCFILES): Update.
9874
9875 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9876
9877 * mail/sendmail.el (mail-yank-original): Set
9878 buffer-file-coding-system from the one used by the message whose
9879 text is yanked.
9880
9881 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9882 to "windows" when "pgnuplot" is used.
9883 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9884 call accept-process-output if "pgnuplot" is used.
9885 (calc-graph-init): Don't send -display and -geometry to
9886 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9887 running "pgnuplot -V" with shell-command-to-string.
9888
9889 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9890 the default.
9891
9892 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9893
9894 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9895 org/org-latex.elc.
9896
9897 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9898
9899 * vc-dispatcher.el (vc-resynch-window): Update comment.
9900
9901 * term.el (term-handle-ansi-escape): Add comments with the
9902 terminfo capabilities implemented.
9903
9904 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9905
9906 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9907 (gdb-var-create-handler): Rewritten using JSON parser.
9908 (gdb-propertize-header): Moved earlier.
9909 (gdb-set-header): Removed to avoid duplication.
9910 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9911 Refresh disassembly buffers only after threads list have been
9912 update.
9913 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9914 variables.
9915
9916 2009-08-04 Juri Linkov <juri@jurta.org>
9917
9918 * files.el: Commands to add/delete file/directory-local variables.
9919 (read-file-local-variable, read-file-local-variable-value)
9920 (read-file-local-variable-mode, modify-file-local-variable)
9921 (modify-file-local-variable-prop-line)
9922 (modify-dir-local-variable): New functions.
9923 (add-file-local-variable, delete-file-local-variable)
9924 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9925 (add-dir-local-variable, delete-dir-local-variable)
9926 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9927 (copy-dir-locals-to-file-locals-prop-line): New commands.
9928
9929 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
9930
9931 * abbrev.el (insert-abbrev-table-description): Prettify output.
9932 Suggested by Karl Chen.
9933
9934 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9935
9936 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9937 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9938 (gdb-overlay-arrow-position, gdb-thread-position)
9939 (gdb-disassembly-position): Declare variables.
9940 (gdb-wait-for-pending): Function now.
9941 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9942 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9943 compilation goes smoothly.
9944 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9945 (gdb-non-stop-setting): New customization setting which replaces
9946 `gdb-non-stop' so changing it doesn't break active GDB session.
9947 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9948 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9949 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9950 (gdb-show-threads-by-default): New customization options.
9951 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9952 routines.
9953 (gdb-get-buffer-create): Send buffers update signal when they are
9954 created.
9955 (gdb-invalidate-locals, gdb-invalidate-registers)
9956 (gdb-invalidate-breakpoints)
9957 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9958 (gdb-invalidate-memory): Accept update signal.
9959 (gdb-current-context-command): Use --frame option.
9960 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9961 Implement `gdb-frame-number' selection logic.
9962 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9963 whether to show GUD toolbar buttons.
9964 (gdb-thread-exited): Unselect current thread when it exits.
9965 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9966 (gdb-mark-line): Routine which sets overlay arrow or inverses
9967 video on fringeless displays.
9968 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9969 to build aligned columns of data in GDB buffers and set text
9970 properties line-by-line.
9971 (gdb-invalidate-breakpoints)
9972 (gdb-breakpoints-list-handler-custom)
9973 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9974 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9975 (gdb-registers-handler-custom): Align data columns.
9976 (gdb-locals-handler-custom): Now prints data like in variable
9977 declarations.
9978 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9979 Removed confusing buttons.
9980 (gdb-invalidate-threads): Append --frame.
9981 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9982 between breakpoints/threads buffers.
9983 (gdb-set-window-buffer): Now can ignore dedicated windows.
9984 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9985 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9986 (def-gdb-thread-buffer-gud-command): Replaces
9987 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9988 for fine thread control.
9989 (gdb-preempt-existing-or-display-buffer): New function used to
9990 display bound buffers without breaking window layout.
9991 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9992 (gdb-select-frame): New version of `gdb-frames-select' which now
9993 sets `gdb-frame-number' so commands may use --frame option instead
9994 of inner debugger state.
9995 (gdb-frame-handler): Do not set `gdb-frame-number'.
9996 (gdb-threads-mode-map): Select threads with mouse.
9997
9998 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9999 avoid compilation warning.
10000 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10001 `gdb-show-stop-p`.
10002
10003 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10004 Argument `key' renamed to `buffer-type'.
10005 (gdb-current-context-buffer-name): Do not add thread info to
10006 buffer name when no thread is selected.
10007 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10008 command (bug 3794).
10009 (gdb-thread-selected): Handle `=thread-selected' notification.
10010 (gdb-wait-for-pending): New macro to deal with congestion problems.
10011 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10012 breakpoints.
10013 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10014 This fixes problem similar to one described in bug 3947.
10015 (gud-menu-map): More menu items.
10016 (gdb-init-1): Reset `gdb-thread-number' to nil.
10017
10018 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10019 non-stop settings.
10020
10021 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10022 (gdb-current-context-command): Do not append --thread if
10023 `gdb-thread-number' is nil.
10024 (gdb-running-threads-count, gdb-stopped-threads-count): New
10025 variables.
10026 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10027 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10028 customization options.
10029 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10030 GUD commands.
10031 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10032 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10033 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10034 set `gdb-thread-number' and update `gud-running' properly.
10035 (gdb-running): Update threads list when new threads appear.
10036 (gdb-stopped): Support non-stop operation and new thread switching
10037 logic.
10038 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10039 (gdb-json-partial-output): New set of JSON routines.
10040 (def-gdb-auto-update-trigger): New `signal-list' optional
10041 argument.
10042 (gdb-thread-list-handler-custom): Update `gud-running',
10043 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10044 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10045 (gdb-continue-thread, gdb-step-thread): New commands for fine
10046 thread execution control.
10047 (gud-menu-map): New menu items to switch non-stop options.
10048 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10049 (gdb-send): Mimic RET properly (bug 3794).
10050
10051 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10052 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10053 gdb-buffer-rules.
10054 (def-gdb-auto-update-handler): New nopreserve optional argument.
10055 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10056
10057 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10058 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10059 (gdb-parent-mode): New mode to derive other GDB modes from.
10060 (gdb-display-disassembly-for-thread)
10061 (gdb-frame-disassembly-for-thread): New commands for threads
10062 buffer.
10063
10064 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10065 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10066 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10067 (gdb-update): We now store all GDB buffers in a list so that they
10068 can be updated by traversing a list instead of calling invalidate
10069 triggers explicitly.
10070 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10071 pair for GDB buffer.
10072 (gdb-stack-buffer-name): Add thread information.
10073 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10074 handle pending triggers.
10075 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10076 (def-gdb-thread-buffer-simple-command)
10077 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10078 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10079 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10080 New commands which show buffers bound to thread.
10081 (gdb-stack-list-locals-regexp): Removed unused regexp.
10082
10083 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10084 (gdb-locals-buffer-name, gdb-registers-buffer-name)
10085 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10086 to (gud-comint-buffer) in *-buffer-name functions
10087 because (gdb-get-target-string) already does that.
10088 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10089 (gdb-changed-registers-handler): Rewritten without regexps.
10090
10091 * progmodes/gdb-mi.el: Basic thread selection support.
10092 (gdb-thread-number): New variable.
10093 (gdb-current-context-command): New macro which adds --thread
10094 option to command.
10095 (gdb-threads-mode-map): Select thread with SPC.
10096 (gdb-thread-list-handler-custom): Mark current thread with overlay
10097 arrow. Synchronize GDB thread and Emacs thread.
10098 (gdb-select-thread): New command which selects current thread.
10099 (gdb-invalidate-frames, gdb-invalidate-locals)
10100 (gdb-invalidate-registers): Use --thread option.
10101
10102 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
10103
10104 * net/tramp.el (top): Make check for tramp-gvfs loading more
10105 robust. (Bug#3977)
10106 (tramp-handle-insert-file-contents): `unwind-protect' must be
10107 inside `with-parsed-tramp-file-name'.
10108
10109 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10110 fails.
10111
10112 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
10113
10114 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10115 directory if CLASSPATH is not set.
10116
10117 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
10118
10119 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10120 New defconst.
10121 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
10122
10123 2009-08-02 Kevin Ryde <user42@zip.com.au>
10124
10125 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10126 Update freshmeat link. Delete newsforge.com as it seems gone.
10127
10128 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10129
10130 * select.el (x-set-selection): Doc fix (Bug#4021).
10131
10132 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10133
10134 * help-fns.el (describe-variable): Treat list return values from
10135 dir-locals-find-file properly (Bug#4005).
10136
10137 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
10138
10139 * net/tramp.el (tramp-debug-message): Print also microseconds.
10140
10141 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
10142
10143 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10144 or END is non-nil.
10145 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10146 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10147 format.
10148
10149 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10150 (tramp-get-file-property): Use it.
10151
10152 * autorevert.el (auto-revert-handler): Allow
10153 `auto-revert-tail-mode' for remote files.
10154
10155 2009-08-02 Jason Rumney <jasonr@gnu.org>
10156
10157 * minibuffer.el (read-file-name): Treat confirm options to
10158 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
10159
10160 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10161
10162 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10163 (font-lock-variable-name-face, font-lock-constant-face): Darken
10164 the colors for light backgrounds.
10165
10166 2009-08-01 Eli Zaretskii <eliz@gnu.org>
10167
10168 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10169 month names. (Bug#3987)
10170
10171 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
10172
10173 * simple.el (line-move-finish): Pass whole number to
10174 line-move-to-column.
10175 (line-move-visual): Perform hscroll to the recorded position.
10176
10177 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10178
10179 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10180
10181 2009-07-29 Alan Mackenzie <acm@muc.de>
10182
10183 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10184
10185 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10186
10187 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10188 (gdb-place-breakpoints): Use full path when setting breakpoints.
10189
10190 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10191
10192 * calc/calc.el (calc-mode-map): Add keybinding for
10193 `calc-transpose-lines'.
10194
10195 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
10196
10197 * calc/calc-misc.el (calc-transpose-lines): New function.
10198
10199 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
10200
10201 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10202 Simplify check for out-of-band methods.
10203 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10204 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10205
10206 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10207
10208 * vc-git.el (vc-git-checkin): Fix typo.
10209
10210 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
10211
10212 * progmodes/js2-mode.el: New file.
10213
10214 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
10215
10216 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10217 (gud-menu-map): Adjust tooltip accordingly.
10218
10219 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10220
10221 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10222 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10223
10224 * add-log.el (change-log-mode-map): Add a menu.
10225
10226 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
10227
10228 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10229 function returns nil.
10230 (dbus-handle-event): Handle special return value :ignore.
10231 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10232
10233 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
10234
10235 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10236 it's not needed.
10237
10238 2009-07-25 Eli Zaretskii <eliz@gnu.org>
10239
10240 Fix Bug#3888:
10241
10242 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10243
10244 * term/pc-win.el (x-display-name, x-colors)
10245 (x-select-enable-clipboard, x-select-text): Doc fix.
10246
10247 * term/common-win.el (x-display-name, x-colors): Doc fix.
10248
10249 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10250 (xw-defined-colors): Doc fix.
10251
10252 * w32-fns.el (x-select-text, x-setup-function-keys)
10253 (x-get-selection, x-set-selection): Doc fix.
10254
10255 * term/x-win.el (x-select-text, x-setup-function-keys)
10256 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10257
10258 * select.el (x-set-selection): Doc fix.
10259
10260 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
10261
10262 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10263 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10264 "IsNSSSupportAvailable" method is not available. Reported by
10265 Steve Youngs <steve@sxemacs.org>.
10266
10267 2009-07-24 Kenichi Handa <handa@m17n.org>
10268
10269 * international/characters.el: Fix setting of category ?C, ?|, ?K,
10270 and ?H. Fix setting of case for Latin Extended and Greek Extended.
10271 (build-unicode-category-table): Fix range checks.
10272
10273 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10274
10275 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10276 the buffer we try to sync is current when calling
10277 vc-resynch-buffer.
10278
10279 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10280 not show up to date files.
10281
10282 2009-07-24 Glenn Morris <rgm@gnu.org>
10283
10284 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10285 Add autoload cookies. If necessary, initialize.
10286 (elint-log): Handle non-file buffers.
10287 (elint-initialize): Add optional argument to reinitialize.
10288 (elint-find-builtin-variables): Save excursion.
10289
10290 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10291
10292 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10293 for Lint.
10294
10295 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10296
10297 * vc.el (vc-print-log-internal): New function, split out from ...
10298 (vc-print-log): ... here.
10299 (vc-dir-move-to-goal-column): Declare.
10300
10301 * vc-git.el (vc-git-add-signoff): New variable.
10302 (vc-git-checkin): Use it.
10303 (vc-git-toggle-signoff): New function.
10304 (vc-git-extra-menu-map): Bind it to menu.
10305 (vc-git--run-command-string): Accept a nil FILE argument.
10306 (vc-git-stash-list): New function.
10307 (vc-git-dir-extra-headers): Use it.
10308
10309 2009-07-23 Glenn Morris <rgm@gnu.org>
10310
10311 * help-fns.el (describe-variable): Describe ignored and risky local
10312 variables in a similar way to that in which we describe safe ones.
10313
10314 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10315 (byte-compile-output-file-form, byte-compile-output-docform)
10316 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10317 Give some more local variables with common names a "bytecomp-" prefix,
10318 so as not to shadow things during compilation.
10319 * emacs-lisp/cl-macs.el (load-time-value)
10320 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10321 `outbuffer' to `bytecomp-outbuffer'.
10322
10323 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10324 since the next two variables cover them automatically now.
10325 (elint-builtin-variables, elint-autoloaded-variables): New.
10326 (elint-unknown-builtin-args): Remove all members, since they can be
10327 parsed automatically now.
10328 (elint-extra-errors): New.
10329 (elint-env-add-env, elint-env-add-macro): Use cadr.
10330 (elint-current-buffer): Use or. Change final message.
10331 (elint-get-top-forms): Use line-end-position.
10332 (elint-init-env): Use cadr. Handle autoload, declare-function,
10333 and defalias.
10334 (elint-add-required-env): Doc fix. Use or. Standardize error.
10335 (regexp-assoc): Remove unused function.
10336 (elint-top-form): Set elint-current-pos, to record the start of the
10337 top-level form, for compilation-mode.
10338 (elint-form): Trap errors in macro expansion. Use dolist.
10339 (elint-unbound-variable): Use elint-builtin-variables and
10340 elint-autoloaded-variables.
10341 (elint-get-args): Use cadr, or.
10342 (elint-check-cond-form): Use dolist, cadr.
10343 (elint-check-condition-case-form): Doc fix. Use cadr.
10344 Use elint-extra-errors.
10345 (elint-log): New function.
10346 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10347 Distinguish errors and warnings.
10348 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10349 Use a bytecomp-style format.
10350 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10351 (elint-get-log-buffer): Use compilation mode. Disable undo.
10352 Don't truncate lines.
10353 (elint-initialize): Set builtin and autoloaded variable lists.
10354 Only process elint-unknown-builtin-args if non-nil.
10355 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10356 New functions.
10357 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10358
10359 2009-07-22 Kevin Ryde <user42@zip.com.au>
10360
10361 * net/newst-backend.el (newsticker--parse-atom-1.0)
10362 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10363 (newsticker--parse-rss-1.0):
10364 * progmodes/idlwave.el (idlwave-mode):
10365 * progmodes/idlw-shell.el (idlwave-shell-mode):
10366 * progmodes/vera-mode.el (vera-mode):
10367 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10368 * progmodes/vhdl-mode.el (vhdl-mode):
10369 * textmodes/table.el (table-generate-source)
10370 (table--warn-incompatibility):
10371 Hyperlink urls in docstrings with URL `...'.
10372
10373 2009-07-22 Glenn Morris <rgm@gnu.org>
10374
10375 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10376 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10377 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10378 Remove leading * from defcustom docs.
10379
10380 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10381
10382 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10383 defcustom doc.
10384 (list-load-path-shadows): Optionally, just return shadows as a string.
10385
10386 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10387
10388 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
10389
10390 * mail/rmailedit.el (rmail-edit-mode): Use
10391 auto-save-include-big-deletions.
10392
10393 * mail/rmail.el (rmail-variables): Use
10394 auto-save-include-big-deletions.
10395
10396 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10397 changes.
10398
10399 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10400
10401 * calc/calc.el (calc-undo-length): New variable.
10402 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10403
10404 2009-07-21 Richard Stallman <rms@gnu.org>
10405
10406 * files.el (auto-save-mode): Handle buffer-save-size = -2
10407 for toggling mode.
10408
10409 2009-07-21 Glenn Morris <rgm@gnu.org>
10410
10411 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10412
10413 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10414
10415 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10416 silence compiler. Instead...
10417 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10418 (ps-print-ensure-fontified): Update for above function name changes.
10419
10420 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10421 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10422 silence compiler. Instead...
10423 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10424 (mh-show-buffer): Only define for compiler.
10425 (pr-mh-current-message): Update for above function name changes.
10426
10427 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10428 as an argument.
10429 (find-file-noselect, insert-file-1): Update for above change.
10430
10431 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10432
10433 * mail/mailclient.el (mailclient-send-it): Fix message.
10434
10435 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10436 (edebug-eval): Check cl-debug-env is bound.
10437 (print-level, print-circle): Don't redefine built-in variables.
10438
10439 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10440 (custom-print-vectors): Remove old comments from doc.
10441
10442 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10443 (emerge-version): Make the variable an obsolete alias for the
10444 emacs-version variable. Make the function obsolete.
10445 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10446 Emerge options, rather than merging in into the main Options menu.
10447 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10448 and auto advance modes. Disable edit/fast items when not relevant.
10449
10450 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10451
10452 * term/vt420.el (terminal-init-vt420): Fix typo.
10453
10454 2009-07-20 Sam Steingold <sds@gnu.org>
10455
10456 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10457 variable (removed from compile.el on 2004-03-11).
10458
10459 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
10460
10461 * files.el (hack-local-variables-filter): Fix last change.
10462
10463 2009-07-19 Juri Linkov <juri@jurta.org>
10464
10465 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10466 (dir-local-variables-alist): New buffer-local variable.
10467 (hack-local-variables-filter): If variable is not dir-local,
10468 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10469 because file-local overrides dir-local.
10470 (c-postprocess-file-styles) <declare-function>:
10471 Remove obsolete declaration.
10472 (hack-dir-local-variables): Add dir-local variable/value pair to
10473 `dir-local-variables-alist' and remove duplicates. Doc fix.
10474
10475 * help-fns.el (describe-variable): Add information about
10476 file-local and dir-local variables.
10477
10478 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
10479
10480 * files.el (hack-local-variables-filter): Rewrite.
10481
10482 2009-07-19 Glenn Morris <rgm@gnu.org>
10483
10484 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10485 Silence compiler by only defining on XEmacs.
10486
10487 * international/mule.el (auto-coding-regexp-alist): Only match
10488 BABYL... at the start of buffer, not of lines. (Bug#3790)
10489
10490 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10491 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10492 (cal-menu-context-mouse-menu): Doc fix.
10493
10494 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10495
10496 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10497
10498 2009-07-18 Juri Linkov <juri@jurta.org>
10499
10500 * info.el: Virtual Info keyword finder.
10501 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10502 (Info-finder-file): New variable.
10503 (Info-finder-find-file): New function.
10504 (finder-known-keywords, finder-package-info)
10505 (find-library-name, lm-commentary): Use defvar and
10506 declare-function to silence compiler warnings.
10507 (Info-finder-find-node): New function.
10508 (info-finder): New command.
10509
10510 * subr.el (process-kill-buffer-query-function): New function.
10511 (add-hook)<kill-buffer-query-functions>: Add hook
10512 `process-kill-buffer-query-function'.
10513
10514 2009-07-18 Alan Mackenzie <acm@muc.de>
10515
10516 * progmodes/cc-mode.el (c-before-hack-hook)
10517 (c-postprocess-file-styles): Give invocation of `c-set-style'
10518 DONT-OVERRIDE parameter of t. Already set style variables will
10519 thus not be overridden by style settings given by `c-file-syle'.
10520
10521 * files.el (hack-local-variables-filter): Remove entries with
10522 duplicate keys from `file-local-variables-alist'.
10523
10524 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10525
10526 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10527 x-set-selection if display-selections-p returns nil for the
10528 current frame.
10529
10530 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
10531
10532 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10533
10534 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10535
10536 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10537 Accept nil in addition to a regexp.
10538 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10539 Accept nil in addition to a regexp.
10540 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10541 buffers that have an associated file. Handle nil values of
10542 desktop-buffers-not-to-save and desktop-files-not-to-save.
10543 (Bug#3833)
10544
10545 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10546 (x-disown-selection-internal): New functions.
10547
10548 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
10549
10550 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10551 warning.
10552 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10553 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10554
10555 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
10556
10557 * simple.el (set-mark): Revert last change.
10558
10559 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10560
10561 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10562 rendering of pngs is not possible instead of messaging a long
10563 description.
10564
10565 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
10566
10567 * w32-fns.el (x-selection-owner-p): New function.
10568
10569 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10570 (mouse-yank-at-click, mouse-yank-primary): If
10571 select-active-regions is non-nil, deactivate the mark before
10572 insertion.
10573
10574 * simple.el (deactivate-mark, set-mark): Only save selection if we
10575 own it.
10576
10577 2009-07-17 Kenichi Handa <handa@m17n.org>
10578
10579 * case-table.el (describe-buffer-case-table): Fix for the case
10580 that KEY is a cons.
10581
10582 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10583
10584 * vc-rcs.el (vc-rcs-find-file-hook):
10585 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10586
10587 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
10588
10589 * net/tramp.el (tramp-wait-for-output): Handle the case when
10590 commands do not return a newline but a null byte before the shell
10591 prompt. (Bug#3858)
10592
10593 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10594
10595 * term/ns-win.el (ns-set-alpha): Don't declare.
10596 (ns-set-background-alpha): Remove function.
10597
10598 2009-07-16 Kevin Ryde <user42@zip.com.au>
10599
10600 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10601 y-or-n-p, for safety.
10602
10603 2009-07-16 Richard Stallman <rms@gnu.org>
10604
10605 * files.el (auto-save-mode): If buffer-saved-size is -2,
10606 don't clobber it.
10607
10608 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10609 (rmail-retry-ignored-headers): Add more uninteresting fields.
10610
10611 2009-07-15 Jari Aalto <jari.aalto@cante.net>
10612
10613 * net/rcirc.el (rcirc): Use history variables.
10614 (rcirc-server-name-history, rcirc-nick-name-history)
10615 (rcirc-server-port-history): New variables.
10616
10617 2009-07-15 Kenichi Handa <handa@m17n.org>
10618
10619 * international/mule-cmds.el (set-language-environment-charset):
10620 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10621 ignore them.
10622
10623 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10624 Delete unibyte-display.
10625
10626 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10627
10628 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10629
10630 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10631
10632 * simple.el (deactivate-mark): Optional argument FORCE.
10633 (set-mark): Use deactivate-mark.
10634
10635 * info.el (Info-search): No need to check transient-mark-mode
10636 before calling deactivate-mark.
10637
10638 * select.el (x-set-selection): Doc fix.
10639 (x-valid-simple-selection-p): Allow buffer values.
10640 (xselect--selection-bounds): Handle buffer values. Suggested by
10641 David De La Harpe Golden.
10642
10643 * mouse.el (mouse-set-region, mouse-drag-track): Call
10644 copy-region-as-kill before setting the mark, to let
10645 select-active-regions work.
10646
10647 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
10648
10649 * simple.el (deactivate-mark): If select-active-regions is
10650 non-nil, copy the selection data into a string.
10651 (activate-mark): If select-active-regions is non-nil, set the
10652 selection to the current buffer.
10653 (set-mark): Update selection if select-active-regions is non-nil.
10654
10655 * select.el (x-valid-simple-selection-p): Allow buffer values.
10656
10657 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10658
10659 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10660 and more featureful message-mode.
10661
10662 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
10663
10664 * select.el (x-set-selection): Doc fix.
10665 (x-valid-simple-selection-p): Disallow selection data consisting
10666 of a list or cons of integers, since that is not used.
10667 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10668 (xselect-convert-to-string, xselect-convert-to-length)
10669 (xselect-convert-to-filename, xselect-convert-to-charpos)
10670 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10671
10672 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10673
10674 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10675 output in -break-info command (Emacs bug #3794).
10676
10677 2009-07-14 Glenn Morris <rgm@gnu.org>
10678
10679 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10680 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10681 (edebug-print-length, edebug-print-level, edebug-print-circle)
10682 (edebug-sit-for-seconds, edebug-view-outside)
10683 (edebug-bounce-point, edebug-set-global-break-condition)
10684 (edebug-Go-nonstop-mode, edebug-trace-mode)
10685 (edebug-Trace-fast-mode, edebug-continue-mode)
10686 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10687 (edebug-visit-eval-list): Doc fixes.
10688
10689 * subr.el (def-edebug-spec): Doc fix.
10690
10691 2009-07-14 Kenichi Handa <handa@m17n.org>
10692
10693 * international/characters.el: Fix setting of category ?C.
10694
10695 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10696
10697 * term/ns-win.el (x-select-font): defalias x-select-font to
10698 ns-popup-font-panel instead of generate-fontset-menu.
10699
10700 2009-07-12 Eli Zaretskii <eliz@gnu.org>
10701
10702 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
10703
10704 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10705
10706 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10707 the PK\003\004 header (Bug#3770).
10708
10709 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10710
10711 * pcomplete.el (pcomplete-comint-setup): Check for
10712 shell-dynamic-complete-filename too.
10713
10714 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
10715
10716 * simple.el (temporary-goal-column): Change the value for
10717 line-move-visual to a cons cell.
10718 (line-move-visual): Record or set the window hscroll, if
10719 necessary (Bug#3494).
10720 (line-move-1): Handle cons value of temporary-goal-column.
10721
10722 2009-07-11 Kenichi Handa <handa@m17n.org>
10723
10724 * international/mule-diag.el (describe-character-set): Don't show
10725 width.
10726
10727 2009-07-10 Sam Steingold <sds@gnu.org>
10728
10729 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10730 Omake sometimes indents the errors it prints, so allow all
10731 regexps to start with spaces.
10732
10733 2009-07-10 Eli Zaretskii <eliz@gnu.org>
10734
10735 * cus-edit.el (customize-changed-options-previous-release):
10736 Bump value to 22.1. (Bug#3804)
10737
10738 2009-07-08 Sam Steingold <sds@gnu.org>
10739
10740 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10741 to be a cons cell (test . ignored-directory) to selectively ignore
10742 some directories depending on the location of the search.
10743
10744 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
10745
10746 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10747 remote user is root, on the local host.
10748 (tramp-local-host-p): Either the local user or the remote user
10749 must be root. (Bug#3771)
10750
10751 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10752
10753 * progmodes/gdb-mi.el (gdb): Remove description of
10754 gdb-use-separate-io-buffer.
10755 (menu): Don't allow toggling of or enable
10756 gdb-use-separate-io-buffer from menubar.
10757
10758 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10759
10760 * mail/unrmail.el (unrmail): Make sure the message ends with two
10761 newlines (Bug#3769).
10762
10763 2009-07-08 Glenn Morris <rgm@gnu.org>
10764
10765 * calendar/calendar.el (calendar-current-date): Rework previous change.
10766
10767 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10768
10769 * calendar/calendar.el (calendar-current-date):
10770 Add an optional argument giving an offset from today.
10771
10772 2009-07-08 Glenn Morris <rgm@gnu.org>
10773
10774 * tutorial.el (tutorial--describe-nonstandard-key):
10775 Adjust the message for when a key has been unbound.
10776 (help-with-tutorial): Hide the arch-tag.
10777
10778 2009-07-08 Kenichi Handa <handa@m17n.org>
10779
10780 * international/fontset.el (setup-default-fontset): For each
10781 script, append (not set) font-specs.
10782
10783 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10784 docstring.
10785
10786 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10787
10788 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10789 -data-list-register-names to ...
10790 (gdb-starting): ... here because GDB 7.0 requires execution to
10791 have started when using this MI command.
10792 (gdb-set-header): New function to distinguish select and
10793 unselected tabs in gdb buffers.
10794 (gdb-propertize-header): New macro that uses gdb-set-header.
10795 (gdb-breakpoints-header, gdb-locals-header): Use it.
10796 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10797
10798 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
10799
10800 * Makefile.in (ELCFILES): Remove fadr.elc.
10801
10802 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10803
10804 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10805 may contain frame information, so `string-match' should be used.
10806 (gdb-update): Disassembly is invalidated through
10807 `gdb-get-selected-frame'.
10808 (gdb-pad-string): New function to pad string with spaces.
10809 (gdb-invalidate-disassembly): Invalidate only if the buffer
10810 exists.
10811 (gdb-disassembly-handler-custom): Column alignment.
10812 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10813 placing new ones.
10814 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10815 end of line, too.
10816 (gdb-frame-handler): Match convention to for disassembly buffer
10817 mode name.
10818 (gdb-stack-list-frames-handler): Rewritten without regexps.
10819 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10820 not highlight breakpoints without line information.
10821 (gdb-input): Add trailing newline to command.
10822
10823 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10824 buffer properly.
10825 (gdb-breakpoints-list-handler-custom): Replacement for
10826 `gdb-break-list-handler'. Using real parser instead of regexps
10827 now.
10828 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10829 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10830 to place breakpoints.
10831 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10832 functions.
10833 (gdb-disassembly-handler-custom): Show overlay arrow.
10834 (gdb-disassembly-place-breakpoints): Show breakpoints in
10835 disassembly buffer.
10836 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10837 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10838 instead of parsing breakpoints buffer. Fixed old menu references
10839 in `gud-menu-map'.
10840
10841 * fadr.el: Remove.
10842
10843 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10844 (gdb-memory-address): New variable which holds top address of
10845 memory page shown in memory buffer.
10846 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10847 customization variables.
10848 New functions:
10849 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10850 display the memory buffer.
10851 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10852 buffer display parameters.
10853 (def-gdb-memory-format, gdb-memory-format-binary)
10854 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10855 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10856 Functions for setting memory buffer format.
10857 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10858 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10859 unit size used in memory buffer.
10860 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10861 to next/previous page of memory buffer.
10862 Now using (bindat-get-field) instead of fadr functions.
10863
10864 2009-07-07 Sam Steingold <sds@gnu.org>
10865
10866 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10867 non-top-level files.
10868
10869 2009-07-07 Kenichi Handa <handa@m17n.org>
10870
10871 * international/mule-cmds.el (reset-language-environment): Put
10872 the highset priority to the charset iso-8859-1.
10873
10874 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10875
10876 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10877 to the end of the line when locating the block (Bug#700).
10878
10879 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
10880
10881 * net/tramp.el (tramp-handle-write-region): Flush file properties
10882 in case of short track.
10883
10884 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
10885
10886 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10887 Coded custom representation of verilog error regular expressions
10888 to work with Emacs-22's new format.
10889 (verilog-error-regexp-xemacs-alist): Coded custom representation
10890 of verilog error regular expressions to work with XEmacs format.
10891 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10892 error recognition into XEmacs.
10893 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10894 error recognition into Emacs-22.
10895
10896 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10897
10898 * woman.el: Remove stand-alone closing parentheses.
10899 (woman-file-name, woman2-format-paragraphs)
10900 (woman-leave-blank-lines): Code cleanup.
10901 (woman-use-own-frame): Change default to nil.
10902 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10903 defaults to inherit from default faces.
10904 (woman2-process-escapes): Consume the newline after a stand-alone
10905 filler character (Bug#3651).
10906
10907 2009-07-06 Glenn Morris <rgm@gnu.org>
10908
10909 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10910 (top-level): Move provide to the end.
10911 (ffap): Remove defunct URL from custom group.
10912
10913 * subr.el (eval-after-load): Doc fix.
10914
10915 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
10916
10917 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10918 `calc-embedded-word' is called twice.
10919
10920 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10921
10922 * files.el (find-alternate-file-other-window, find-alternate-file):
10923 Obey confirm-nonexistent-file-or-buffer.
10924
10925 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
10926
10927 * dired-aux.el (dired-show-file-type): Handle remote files.
10928
10929 2009-07-05 Jari Aalto <jari.aalto@cante.net>
10930
10931 * desktop.el (desktop-globals-to-save):
10932 Add file-name-history (Bug#2750).
10933
10934 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
10935
10936 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10937
10938 2009-07-04 Johan Bockgård <bojohan@gnu.org>
10939
10940 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10941 property on entire argument since this is what eshell-lisp-command
10942 expects.
10943
10944 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
10945
10946 * net/tramp-gvfs.el (tramp-gvfs-methods)
10947 (tramp-gvfs-zeroconf-domain)
10948 (tramp-bluez-discover-devices-timeout): Add version flag.
10949 (tramp-gvfs-handler-mounted-unmounted)
10950 (tramp-gvfs-connection-mounted-p): Polish handling of
10951 incompatibilities between GVFS 0.2 and 1.0.
10952
10953 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10954
10955 * cus-start.el (all): Add make-pointer-invisible.
10956
10957 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10958
10959 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10960 formatted correctly.
10961
10962 2009-07-02 Juri Linkov <juri@jurta.org>
10963
10964 * info.el: Virtual Info files and nodes.
10965 (Info-virtual-files, Info-virtual-nodes): New variables.
10966 (Info-current-node-virtual): New variable.
10967 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10968 New functions.
10969 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10970 to check for a virtual file instead of checking a fixed list
10971 of node names.
10972 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10973 instead of ad-hoc processing of "dir" and (apropos history toc).
10974 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10975 instead of ad-hoc processing of "dir" and (apropos history toc).
10976 Reread a file when moving from a virtual node.
10977 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10978 (Info-directory-toc-nodes, Info-directory-find-file)
10979 (Info-directory-find-node): New functions.
10980 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10981 (Info-history): Move part of code to
10982 `Info-history-find-node'.
10983 (Info-history-toc-nodes, Info-history-find-file)
10984 (Info-history-find-node): New functions.
10985 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10986 (Info-toc): Move part of code to `Info-toc-find-node'.
10987 (Info-toc-find-node): New function.
10988 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
10989 the current Info file name to references because now the node
10990 "*TOC*" belongs to the same Info manual.
10991 (Info-toc-build): Rename from `Info-build-toc'.
10992 (Info-toc-nodes): Rename input argument `file' to `filename'.
10993 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10994 instead of ad-hoc processing of ("dir" apropos history toc).
10995 (Info-index-nodes): Use Info-virtual-file-p
10996 to check for a virtual file instead of checking a fixed list
10997 of node names.
10998 (Info-index-node): Add check for `Info-current-node-virtual'.
10999 Raise `save-match-data' higher up the tree to contain
11000 `search-forward' too (bug fix).
11001 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11002 (Info-virtual-index-nodes): New variable.
11003 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11004 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11005 (Info-apropos-file, Info-apropos-nodes): New variables.
11006 (Info-apropos-toc-nodes, Info-apropos-find-file)
11007 (Info-apropos-find-node, Info-apropos-matches): New functions.
11008 (info-apropos): Move part of code to `Info-apropos-find-node' and
11009 `Info-apropos-matches'.
11010 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11011 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11012 for a virtual file instead of checking a fixed list of node names.
11013
11014 * simple.el (async-shell-command): New command.
11015
11016 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11017
11018 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11019 instead of `mount-info'.
11020
11021 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
11022
11023 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11024 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11025
11026 2009-07-02 Kenichi Handa <handa@m17n.org>
11027
11028 * international/mule.el (set-keyboard-coding-system): Force *-unix
11029 coding-system to avoid eol conversion.
11030
11031 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
11032
11033 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11034 Add handler for `process-file', `shell-command' and
11035 `start-file-process'.
11036 (tramp-gvfs-handle-shell-command)
11037 (tramp-gvfs-handle-start-file-process)
11038 (tramp-gvfs-handle-process-file): New defuns.
11039 (tramp-synce-list-devices): Simplify check for existence of property.
11040
11041 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11042
11043 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11044
11045 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11046
11047 * language/korean.el (set-language-info-alist): Add korean-cp949,
11048 cp949 to spec.
11049
11050 2009-07-01 Kenichi Handa <handa@m17n.org>
11051
11052 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11053
11054 * international/encoded-kb.el: Deleted.
11055
11056 * international/mule.el (set-keyboard-coding-system): Perform the
11057 necessary setup here instead of calling encoded-kbd-setup-display.
11058
11059 2009-07-01 Glenn Morris <rgm@gnu.org>
11060
11061 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11062
11063 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11064
11065 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11066
11067 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
11068
11069 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11070 Handle also the 'rename case, when setting file modes. (Bug#3712)
11071 (tramp-default-file-modes): Remove execute permissions.
11072
11073 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11074 (top): Add a default for "synce" in `tramp-default-user-alist'.
11075 Add completion function for "synce" method.
11076 (tramp-hal-service, tramp-hal-path-manager)
11077 (tramp-hal-interface-manager, tramp-hal-interface-device):
11078 New defconst.
11079 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11080 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11081 New defuns.
11082
11083 * net/trampver.el: Update release number.
11084
11085 2009-06-30 Kenichi Handa <handa@m17n.org>
11086
11087 * international/fontset.el (setup-default-fontset): Add CJK fonts
11088 for symbols and the other miscellaneous characters.
11089
11090 * language/korea-util.el (setup-korean-environment-internal):
11091 Make char-width-table suitable for Korean environments.
11092 (exit-korean-environment): Cancel above.
11093
11094 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11095 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11096 setup-function to make char-width-table suitable for respective
11097 environments, and an exit-function to cancel that.
11098
11099 * language/japan-util.el (setup-japanese-environment-internal):
11100 Call use-cjk-char-width-table with arg `ja_JP'.
11101
11102 * international/characters.el (cjk-char-width-table): Delete it.
11103 (cjk-char-width-table-list): New variable.
11104 (use-cjk-char-width-table): New arg local-name.
11105 (use-default-char-width-table): Fix for the case that Emacs is
11106 already using the default char-width-table.
11107
11108 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
11109
11110 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11111 modes mandatory. (Bug#3712)
11112
11113 2009-06-29 Alan Mackenzie <acm@muc.de>
11114
11115 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11116 correction between the visible width of TABs and their number of bytes.
11117
11118 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
11119
11120 * server.el (server-buffer-done): Prevent kill-buffer from
11121 prompting by clearing the buffer modification flag (Bug#3696).
11122
11123 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
11124
11125 * progmodes/verilog-mode.el (verilog-beg-of-statement)
11126 (verilog-endcomment-reason-re): Support unique case and priority case.
11127 (verilog-basic-complete-re): Support localparam lineup.
11128 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11129 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11130 commenting.
11131 (verilog-leap-to-case-head): Now support *nested* unique &
11132 priority case statements.
11133 (verilog-auto-lineup): Make just declarations the default (as it
11134 had been).
11135 (verilog-leap-to-case-head): Support priority/unique case statements.
11136 (verilog-auto-lineup): Rework to give users radio buttons to
11137 select the various styles of automatic lineup.
11138 (verilog-error-regexp-alist): Rework to support the XEmacs style
11139 of error regular expressions from compilers, lint tools &
11140 simulators. Note that GNU Emacs has made it impossible for a mode
11141 to load such things.
11142 (electric-verilog-terminate-line, verilog-indent-declaration)
11143 (verilog-auto-wiure): Rework for radio button selection of
11144 auto-lineup selection of specification of auto lineup.
11145 (verilog-beg-of-statement-1): Redesign to support proper operation
11146 in additional code, based on testing with auto-lineup.
11147 (verilog-calculate-indent, assignments & declarations)
11148 (verilog-backward-token): Enhance to support auto-lineup of
11149 assignments & declarations.
11150 (verilog-in-directive-p, verilog-at-struct-p): New function for
11151 easy test of whether we are.
11152 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11153 to support safe execution at almost anyline.
11154 (verilog-calc-1): Properly support indenting deep inside generate
11155 blocks.
11156 (verilog-init-font): Remove definition & use of verilog-init-font,
11157 as it is redundant with font-lock-defaults.
11158 (verilog-mode): Alter the definition of verilog-font-lock-defaults
11159 to avoid circular calls if syntax-ppss is a function (as is the
11160 case now in 22.x GNU Emacs) as that function would sometimes call
11161 itself, leading to (nearly) infinite recursion.
11162 (verilog-ovm-begin-re, verilog-ovm-end-re)
11163 (verilog-ovm-statement-re, verilog-leap-to-head)
11164 (verilog-backward-token): Add support for OVM macros. Some are
11165 complete statements, and others open and close scopes like begin
11166 and end.
11167 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11168 (verilog-defun-level-generate-only-re): Really fix the defun-list
11169 compilation issue.
11170 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11171 coverpoint, constraint and cross statements.
11172 (verilog-defun-level-list, verilog-generate-defun-level-list)
11173 (verilog-all-defun-level-list): Redo these specifications - it is
11174 too hard to support eval-when compile aggregation of lists also
11175 built at when-compile time.
11176 (verilog-defun-level-list): Place defconsts of variables used in
11177 building regular expressions which are built in eval-when-compile
11178 bodies in the same eval-when-compile body to facilitate compile
11179 without load.
11180 (verilog-beg-block-re-ordered): Support indenting
11181 virtual/protected tasks and functions.
11182 (verilog-defun-level-list, verilog-in-generate-region-p)
11183 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11184 indentation of some module items (generate items).
11185 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11186 across virtual/protected tasks and functions.
11187
11188 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11189
11190 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11191 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
11192 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11193 in concatenations. Reported by Yishay Belkind.
11194 (verilog-auto-ascii-enum): Support one-hot state machines in
11195 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11196 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11197 modport in AUTOINST and add vl-modport for users. Reported by
11198 David Rogoff.
11199 (verilog-auto-inout-module, verilog-auto-inst)
11200 (verilog-decls-get-interfaces, verilog-insert-definition)
11201 (verilog-insert-one-definition, verilog-read-decls)
11202 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11203 (verilog-sig-modport, verilog-signals-combine-bus)
11204 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11205 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11206 Suggested by David Rogoff.
11207 (verilog-repair-open-comma): Fix non-insertion of comma when
11208 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11209 (verilog-make-width-expression): Simplify [A-1:0] expression
11210 widths to just {A{1'b0}}.
11211 (verilog-mode): Cleanup checkdoc warnings.
11212 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11213 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11214 inputs/outputs or data type. Suggested by Vasu Kandadi.
11215 (next-error-last-buffer): Fix byte-compiler warning.
11216 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11217 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11218 or shell command text during AUTO expansion. Suggested by Tad Truex.
11219 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11220 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11221 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11222 in AUTOINOUT. Reported by Matthew Lovell.
11223 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11224 causing use of <= assignments. Reported by Alex Reed.
11225 (verilog-read-decls): Fix triand, trior, wand, wor to be
11226 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11227 (verilog-extended-complete-re): Support import "DPI-C" functions.
11228 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11229 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
11230 (verilog-insert-date, verilog-insert-year)
11231 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11232 Windows systems. Reported by Michael Potts.
11233 (verilog-read-module-name): Fix AUTOINST when the child module
11234 declaration's name is a tick define. Reported by Elliot Mednick.
11235 (verilog-read-decls): Fix V2K parameter bit subscripts getting
11236 passed to next parameter's definition. Reported by Bruce T.
11237 (verilog-read-decls): Fix detecting "parameter int" when using
11238 AUTOINSTPARAM. Reported by Bruce T.
11239 (verilog-goto-defun): Fix goto not finding modules unless first
11240 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
11241 (verilog-mode): Expand -f flag arguments on entry to mode so
11242 verilog-goto-defun will work. Reported by Lawrence Butcher.
11243 (verilog-getopt): Expand environment variables in -f file
11244 arguments. Suggested by Lawrence Butcher.
11245 (verilog-set-define): Fix "Symbol's value as variable is void"
11246 when reading enumerations.
11247 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11248 Suggested by Stephen Peltan.
11249 (verilog-read-defines): Fix reading of enumerations in include
11250 files. Reported by Steve Peltan.
11251
11252 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11253
11254 * files.el (trash-directory): Fix defcustom type.
11255
11256 2009-06-28 Juri Linkov <juri@jurta.org>
11257
11258 * help-fns.el (describe-function-1): Correctly locate adviced
11259 functions in hyperlink (Bug#2438).
11260
11261 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
11262
11263 * files.el (trash-directory): Change default to nil.
11264 (move-file-to-trash): If trash-directory is nil and
11265 system-move-file-to-trash is unbound, perform freedesktop-style
11266 trashing.
11267
11268 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11269
11270 * files.el (move-file-to-trash): Add freedesktop trash
11271 support (Bug#973).
11272
11273 2009-06-28 Glenn Morris <rgm@gnu.org>
11274
11275 * autorevert.el (global-auto-revert-non-file-buffers)
11276 (global-auto-revert-mode): Doc fixes.
11277
11278 2009-06-27 Johan Bockgård <bojohan@gnu.org>
11279
11280 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11281
11282 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
11283
11284 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11285 opened an X connection before calling x-get-resource (Bug#3194).
11286
11287 * play/doctor.el: Remove reference to obsolete website.
11288 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11289
11290 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11291
11292 Remove find-file-not-found-hook VC method. (Bug#2757)
11293 * vc-hooks.el (vc-file-not-found-hook)
11294 (vc-default-find-file-not-found-hook): Remove functions.
11295 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11296 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11297 * vc.el:
11298 * vc-hg.el:
11299 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11300
11301 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11302
11303 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11304 compatibility function for `looking-back'.
11305
11306 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11307 Use `ispell-looking-back'.
11308
11309 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
11310
11311 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11312 rather than `filename'.
11313
11314 2009-06-23 Miles Bader <miles@gnu.org>
11315
11316 * face-remap.el (text-scale-set): New function.
11317
11318 2009-06-23 Glenn Morris <rgm@gnu.org>
11319
11320 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11321
11322 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11323
11324 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11325
11326 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11327
11328 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11329 Simplify Persian conditionals.
11330
11331 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11332 variable `filename'.
11333
11334 * comint.el (comint-insert-input): Doc fix.
11335
11336 * Makefile.in (ELCFILES): Fix typo in previous change.
11337
11338 2009-06-23 Miles Bader <miles@gnu.org>
11339
11340 * cus-start.el: Add entry for `recenter-redisplay'.
11341
11342 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11343
11344 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11345 Add an optional argument for the backend, use it instead of
11346 calling vc-backend.
11347 (vc-mode-line): Add an optional argument for the backend.
11348 Pass the backend to vc-state and vc-working-revision. Move code for
11349 special handling for vc-state being a buffer to ...
11350
11351 * vc-rcs.el (vc-rcs-find-file-hook):
11352 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11353
11354 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11355 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11356 vc-stay-local-p and vc-mode-line calls.
11357
11358 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11359 (vc-cvs-diff, vc-cvs-annotate-command)
11360 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11361 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11362 vc-mode-line calls.
11363
11364 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11365 direct comparison.
11366 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11367 backend when calling vc-mode-line.
11368 (vc-register): Do not create a closure for calling the vc register
11369 function, call it directly.
11370
11371 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11372
11373 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11374 to make it obvious item can be clicked.
11375
11376 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11377
11378 2009-06-23 Kenichi Handa <handa@m17n.org>
11379
11380 * language/korea-util.el (korean-key-bindings): Change the binding
11381 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11382 same command.
11383
11384 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
11385
11386 Sync with Tramp 2.1.16.
11387
11388 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11389
11390 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11391 when a loading of a package fails. Completion function for rsync
11392 is `tramp-completion-function-alist-ssh'.
11393 (all): Replace all calls of `split-string' and
11394 `tramp-split-string' by `tramp-compat-split-string'.
11395 (tramp-default-method): Use `tramp-compat-process-running-p'.
11396 (tramp-default-proxies-alist): Allow also Lisp forms.
11397 (tramp-remote-path): Add choice "Private Directories".
11398 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11399 (tramp-domain-regexp): Allow also "-", "_" and ".".
11400 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11401 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11402 (tramp-debug-message): Insert header line in debug buffer.
11403 (tramp-handle-directory-files-and-attributes-with-stat):
11404 Care about filenames with spaces, or starting with "-".
11405 (tramp-handle-dired-uncache): New defun.
11406 (tramp-handle-insert-directory): Don't flush the directory from
11407 cache, this is handled by `dired-uncache' now.
11408 (tramp-handle-insert-file-contents): Improve error handling.
11409 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11410 Quote `tramp-end-of-output'.
11411 (tramp-action-password): Improve trace message.
11412 (tramp-check-for-regexp): Both echoes must be present, before removing.
11413 (tramp-open-connection-setup-interactive-shell): Trace coding system.
11414 (tramp-compute-multi-hops): Eval cons cells of
11415 `tramp-default-proxies-alist'.
11416 (tramp-maybe-open-connection): Use the same command pattern for
11417 first hop and further hops.
11418 (tramp-wait-for-output): Remove handling of newlines.
11419 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11420 (tramp-split-string): Remove function. It is handled in
11421 tramp-compat now.
11422
11423 * net/tramp-cmds.el (tramp-bug):
11424 Recommend `tramp-cleanup-all-connections' in the bug mail.
11425
11426 * net/tramp-compat.el (tramp-compat-split-string)
11427 (tramp-compat-process-running-p): New defuns.
11428
11429 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11430 for `dired-uncache'.
11431
11432 * net/tramp-gvfs.el: New package.
11433
11434 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11435 Add handler for `dired-uncache'.
11436 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11437
11438 * net/trampver.el: Update release number. Make version check fit
11439 for SXEmacs 22.
11440
11441 2009-06-22 Jim Meyering <meyering@redhat.com>
11442
11443 Automatically handle .xz suffix (XZ-compressed files), too.
11444 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11445 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11446
11447 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
11448 Nick Roberts <nickrob@snap.net.nz>
11449
11450 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11451 repository (http://sphinx.net.ru/hg/gdb-mi/).
11452
11453 2009-06-22 Glenn Morris <rgm@gnu.org>
11454
11455 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11456 `mode' and `eval' entries. (Bug#3430)
11457
11458 * Makefile.in (ELCFILES): Add fadr.elc.
11459
11460 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11461 differing behavior of \n and ^ in strings. (Bug#3385)
11462
11463 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11464
11465 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11466 property.
11467 (lisp-indent-function): Make it a defcustom.
11468
11469 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
11470
11471 * progmodes/gdb-ui.el: Replace with ...
11472 * progmodes/gdb-mi.el: ... this file.
11473 * progmodes/gud.el: Modify for gdb-mi.el.
11474
11475 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11476
11477 * fadr.el: New file.
11478
11479 See ChangeLog.14 for earlier changes.
11480
11481 ;; Local Variables:
11482 ;; coding: utf-8
11483 ;; End:
11484
11485 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
11486
11487 This file is part of GNU Emacs.
11488
11489 GNU Emacs is free software: you can redistribute it and/or modify
11490 it under the terms of the GNU General Public License as published by
11491 the Free Software Foundation, either version 3 of the License, or
11492 (at your option) any later version.
11493
11494 GNU Emacs is distributed in the hope that it will be useful,
11495 but WITHOUT ANY WARRANTY; without even the implied warranty of
11496 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11497 GNU General Public License for more details.
11498
11499 You should have received a copy of the GNU General Public License
11500 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11501
11502 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1