* lisp/minibuffer.el (completions-format): Change default from nil to
[bpt/emacs.git] / lisp / ChangeLog
1 2010-06-24 Juri Linkov <juri@jurta.org>
2
3 * minibuffer.el (completions-format): Change default from nil to
4 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
5
6 2010-06-24 Juri Linkov <juri@jurta.org>
7
8 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9 buffer-locally to lambda that re-runs the vc diff command.
10 (Bug#6447)
11
12 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
13
14 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
15 echo area is in use (Bug#3412).
16
17 2010-06-22 Glenn Morris <rgm@gnu.org>
18
19 * textmodes/texinfmt.el (texinfo-format-region)
20 (texinfo-raise-lower-sections, texinfo-format-separate-node)
21 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
22 (texinfo-format-option, texinfo-noindent):
23 Use line-beginning-position and line-end-position.
24
25 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
26 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
27 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
28 utf-8 characters.
29
30 2010-06-21 Karl Fogel <kfogel@red-bean.com>
31
32 * simple.el (compose-mail): Fix doc string to refer to
33 `compose-mail-user-agent-warnings', instead of to the
34 nonexistent `compose-mail-check-user-agent'.
35
36 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
37
38 Fix an indentation bug:
39
40 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
41 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
42 of existing values.
43
44 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
45 (c-clear->-pair-props-if-match-before): now return t when they've
46 cleared properties, nil otherwise.
47 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
48 by taking account of the existing value.
49
50 * progmodes/cc-defs.el
51 (c-clear-char-property-with-value-function): Fix this to clear the
52 property rather than overwriting it with nil.
53
54 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
55
56 * emacs-lisp/package.el (package-print-package): Add link to
57 package description via describe-package.
58 (describe-package-1): List package requirements. Add button to
59 perform installation.
60 (package-menu-describe-package): New command.
61
62 * help-mode.el (help-package): New button type.
63
64 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
65
66 * emacs-lisp/package.el: Move package-list-packages binding to
67 menu-bar.el.
68 (describe-package, describe-package-1, package--dir): New funs.
69 (package-activate-1): Use package--dir.
70
71 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
72
73 * help-mode.el (help-package-def): New button type.
74
75 * menu-bar.el: Move package-list-packages binding here from
76 package.el.
77
78 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
79
80 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
81
82 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
83
84 * emacs-lisp/edebug.el (edebug-read-list):
85 Phase out old-style backquotes.
86
87 2010-06-17 Juri Linkov <juri@jurta.org>
88
89 * help-mode.el (help-mode): Set buffer-local variable
90 revert-buffer-function to help-mode-revert-buffer.
91 (help-mode-revert-buffer): New function.
92
93 * info.el (Info-revert-find-node): Check for major-mode Info-mode
94 before popping to "*info*" (like in other Info functions).
95 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
96 old-history-forward. Pop to old-buffer-name or "*info*" to
97 recreate the killed buffer. Set Info-history-forward from
98 old-history-forward.
99 (Info-breadcrumbs-depth): Add :group and :version.
100
101 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
102
103 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
104
105 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
106
107 * ispell.el (ispell-aspell-find-dictionary): Fix regexp for
108 languages like Portuguese with pt_{BR,PT} and no plain pt.
109
110 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
111
112 * emacs-lisp/package.el (package-menu-mode-map):
113 Move initialization into declaration.
114
115 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
116
117 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
118
119 * emacs-lisp/package.el (package-archive-base): Point to
120 elpa.gnu.org.
121 (package-enable, package-load-list): New defcustoms.
122 (package-user-dir, package-directory-list): Turn into defcustoms.
123 Don't include package-user-dir in package-directory-list.
124 (package--builtins-base): Don't include Emacs as a "package".
125 (package-subdirectory-regexp): New var.
126 (package-load-all-descriptors, package-compute-transaction)
127 (package-download-transaction): Obey package-load-list.
128 (package-activate-1): Rename from package-do-activate.
129 (package-list-packages-internal): Check package-load-list.
130 (package-load-descriptor, package-generate-autoloads)
131 (package-unpack, package-unpack-single)
132 (package--read-archive-file, package-delete): Use
133 expand-file-name.
134
135 * emacs-lisp/package-x.el: New file. Package uploading
136 functionality split out from package.el.
137
138 * startup.el (command-line): Load packages after reading init
139 file.
140
141 2010-06-17 Tom Tromey <tromey@redhat.com>
142
143 * emacs-lisp/package.el: New file.
144
145 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
146
147 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
148 handling for `lambda' (misunderstanding).
149
150 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
151
152 * calc/calc-poly.el: (math-accum-factors): Make sure that
153 constants aren't distributed after they are factored out.
154
155 2010-06-16 Juri Linkov <juri@jurta.org>
156
157 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
158 `list-colors-print'. (Bug#6332)
159
160 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
161
162 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
163 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
164
165 * font-lock.el (font-lock-major-mode): Rename from
166 font-lock-mode-major-mode to distinguish it from
167 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
168 (font-lock-set-defaults):
169 * font-core.el (font-lock-default-function): Adjust users.
170 (font-lock-mode): Don't set it at all.
171
172 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
173
174 * vc-annotate.el (vc-annotate): Use vc-read-revision.
175
176 2010-06-16 Glenn Morris <rgm@gnu.org>
177
178 * calendar/appt.el (appt-time-msg-list): Doc fix.
179 (appt-check): Let-bind appt-warn-time.
180 (appt-add): Make the 3rd argument optional.
181 Simplify argument names. Doc fix. Check for integer WARNTIME.
182 Only add WARNTIME to the output list if non-nil.
183
184 2010-06-16 Ivan Kanis <apple@kanis.eu>
185
186 * calendar/appt.el (appt-check): Let the 3rd element of
187 appt-time-msg-list specify the warning time.
188 (appt-add): Add new argument with the warning time. (Bug#5176)
189
190 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
191
192 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
193 older than version 1.6. (Bug#6361)
194
195 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
196
197 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
198 used by cl-do-arglist. (Bug#6408)
199
200 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
201
202 * ispell.el (ispell-dictionary-base-alist): Fix
203 portuguese casechars/not-casechars for missing 'çÇ'.
204 Suggested by Rolando Pereira (bug#6434).
205
206 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
207
208 * facemenu.el (list-colors-sort): Doc fix.
209
210 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
211
212 * progmodes/sql.el (sql-connect-mysql): Fix typo.
213
214 2010-06-14 Juri Linkov <juri@jurta.org>
215
216 Add sort option `list-colors-sort'. (Bug#6332)
217 * facemenu.el (color-rgb-to-hsv): New function.
218 (list-colors-sort): New defcustom.
219 (list-colors-sort-key): New function.
220 (list-colors-display): Doc fix. Sort list according to the option
221 `list-colors-sort'.
222 (list-colors-print): Add HSV values to `help-echo' property of
223 RGB strings.
224
225 2010-06-14 Juri Linkov <juri@jurta.org>
226
227 * compare-w.el: Move to the "vc" subdirectory.
228
229 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
230
231 * image-mode.el (image-mode-map): Remap left-char and right-char.
232
233 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
234
235 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
236
237 * term/common-win.el (x-colors): Add all the color names defined
238 in rgb.txt (Bug#6332).
239
240 * facemenu.el (list-colors-print): Don't print extra names if it
241 will overflow the window width.
242
243 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
244 change (Bug#6343).
245
246 2010-06-12 Eli Zaretskii <eliz@gnu.org>
247
248 * files.el (make-directory): Doc fix (bug#6396).
249
250 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
251
252 * net/tramp.el (tramp-remote-process-environment): Protect version
253 string by apostroph.
254 (tramp-shell-prompt-pattern): Do not use a shy group in case of
255 XEmacs.
256 (tramp-file-name-for-operation): Add `call-process-region'.
257 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
258
259 * net/tramp-compat.el (top): Do not autoload
260 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
261 only when `start-file-process' is not bound.
262 (tramp-advice-file-expand-wildcards): Do not use
263 `tramp-handle-file-remote-p'.
264 (tramp-compat-make-temp-file): Handle the case, that
265 `make-temp-file' has no third argument EXTENSION.
266
267 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
268
269 * makefile.w32-in (WINS_BASIC): Include new directory vc.
270
271 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
272
273 2010-06-11 Juri Linkov <juri@jurta.org>
274
275 * finder.el (finder-known-keywords): Add keyword "vc"
276 for version control.
277
278 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
279 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
280 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
281 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
282
283 2010-06-11 Juri Linkov <juri@jurta.org>
284
285 Move version control related files to the "vc" subdirectory.
286 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
287 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
288 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
289 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
290 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
291 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
292 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
293 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
294 Move files to the "vc" subdirectory.
295
296 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
297
298 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
299 (Bug#6367).
300
301 2010-06-11 Stephen Eglen <stephen@gnu.org>
302
303 * shell.el: Bind `shell-resync-dirs' to M-RET.
304
305 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
306
307 * notifications.el: Move file from lisp/net, because it is
308 supposed to talk locally to the user.
309
310 2010-06-10 Julien Danjou <julien@danjou.info>
311
312 * net/notifications.el (notifications-on-action-signal)
313 (notifications-on-closed-signal): Pass notification id as first
314 argument to the callback functions. Add docstrings.
315 (notifications-notify): Fix docstring.
316
317 2010-06-10 Glenn Morris <rgm@gnu.org>
318
319 * emacs-lisp/authors.el (authors-ignored-files)
320 (authors-valid-file-names): Add some files.
321
322 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
323
324 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
325 merge conflict, giving preference to the emacs-23 version of the code.
326
327 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
328
329 * emacs-lisp/advice.el (ad-compile-function):
330 Define warning-suppress-types before we let-bind it (bug#6275).
331
332 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
333 declare it, make it buffer-local and permanent-local (bug#6324).
334 (vc-resynch-window): Adjust name.
335 * vc-hooks.el (vc-find-file-hook): Adjust name.
336
337 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
338
339 * net/notifications.el (notifications-notify): Fix docstring.
340
341 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
342
343 Update to Unicode 6.0.0 beta.
344 * international/charprop.el: Update copyright.
345 * international/mule-cmds.el (ucs-names): Update character ranges.
346 * international/uni-bidi.el:
347 * international/uni-category.el:
348 * international/uni-combining.el:
349 * international/uni-comment.el:
350 * international/uni-decimal.el:
351 * international/uni-decomposition.el:
352 * international/uni-digit.el:
353 * international/uni-lowercase.el:
354 * international/uni-mirrored.el:
355 * international/uni-name.el:
356 * international/uni-numeric.el:
357 * international/uni-old-name.el:
358 * international/uni-titlecase.el:
359 * international/uni-uppercase.el: Regenerate.
360
361 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
362
363 * emacs-lisp/smie.el (comment-string-strip): Declare function.
364 (smie-precs-precedence-table): Fix typo in docstring.
365
366 * vc-mtn.el (log-edit-extract-headers): Declare function.
367
368 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
369
370 * net/notifications.el (dbus-register-signal): Declare function.
371 (notifications-notify): Fix typos and reflow docstring.
372
373 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
374
375 Improve VC create/retrieve tag/branch.
376 * vc.el (vc-create-tag): Do not read the directory name for VCs
377 with repository revision granularity. Adjust the tag/branch
378 prompt. Reset VC properties.
379 (vc-retrieve-tag): Do not read the directory name for VCs
380 with repository revision granularity. Reset VC properties.
381
382 2010-06-09 Julien Danjou <julien@danjou.info>
383
384 * net/notifications.el: New file.
385
386 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
387
388 Add optional support for resetting VC properties.
389 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
390 call vc-file-clearprops when true.
391 (vc-resynch-buffer): Add new optional argument, pass it down.
392 (vc-resynch-buffers-in-directory): Likewise.
393
394 Improve support for special markup in the VC commit message.
395 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
396 * vc-hg.el (vc-hg-checkin): Add support for Date:.
397 * vc-git.el (vc-git-checkin):
398 * vc-bzr.el (vc-bzr-checkin): Likewise.
399
400 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
401
402 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
403 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
404
405 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
406
407 * iimage.el: Remove images as soon as the underlying text is modified.
408 (iimage-modification-hook): New function.
409 (iimage-mode-buffer): Use it.
410
411 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
412
413 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
414 smie-indent-offset-after. Add :prev case. Make a bit more generic.
415 (smie-indent-virtual): Remove `virtual' arg. Update callers.
416 (smie-indent-keyword): Add handling of open-paren keywords.
417 (smie-indent-comment-continue): Don't assume comment-continue.
418
419 2010-06-07 Martin Rudalics <rudalics@gmx.at>
420
421 * window.el (pop-to-buffer): Remove the conditional that
422 compares new-window and old-window, so it will reselect
423 the selected window unconditionally.
424 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
425
426 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
427
428 * emacs-lisp/smie.el (smie-indent-offset-after)
429 (smie-indent-forward-token, smie-indent-backward-token): New functions.
430 (smie-indent-after-keyword): Use them.
431 (smie-indent-fixindent): Only applies to the indentation of the BOL.
432 (smie-indent-keyword): Tweak the black magic.
433 (smie-indent-comment-continue): Strip comment-continue before use.
434 (smie-indent-functions): Indent comments before keywords.
435
436 2010-06-06 Juri Linkov <juri@jurta.org>
437
438 * isearch.el (isearch-lazy-highlight-search): Fix looping
439 by checking for empty match. This syncs this loop with the
440 similar loop in `isearch-search'. (Bug#6362)
441
442 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
443
444 * net/dbus.el (dbus-register-method): Declare function.
445 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
446 (dbus-introspect): Doc fix.
447 (dbus-event-bus-name, dbus-introspect-get-interface)
448 (dbus-introspect-get-argument): Reflow docstrings.
449
450 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
451
452 vc-log-incoming/vc-log-outgoing fixes for Git.
453 * vc-git.el (vc-git-log-view-mode): Fix font lock for
454 incoming/outgoing logs.
455 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
456 instead of vc-git-compute-remote.
457 (vc-git-compute-remote): Remove.
458
459 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
460
461 * term/common-win.el (x-colors): Add "dark green" and "dark
462 turquoise" (Bug#6332).
463
464 2010-06-04 Juri Linkov <juri@jurta.org>
465
466 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
467 Instead of setting `replace' to t and replacing the same string
468 with itself, don't do certain actions when
469 kill-do-not-save-duplicates is non-nil and string is equal to car
470 of kill-ring: don't call menu-bar-update-yank-menu, don't push
471 interprogram-paste strings to kill-ring, and don't push the input
472 argument `string' to kill-ring.
473 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
474
475 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
476
477 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
478
479 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
480
481 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
482 (tramp-gvfs-handler-mounted-unmounted)
483 (tramp-gvfs-connection-mounted-p): Handle default-location.
484
485 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
486 move files to trash.
487
488 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
489
490 * international/mule-cmds.el (nonascii-insert-offset)
491 (nonascii-translation-table): Add obsolescence information.
492
493 * international/mule.el (make-translation-table-from-vector): Doc fix.
494
495 2010-06-03 Eric Ludlam <zappo@gnu.org>
496
497 * cedet/semantic/lex-spp.el
498 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
499 invalid values during save, just save a nil (Bug#6324).
500
501 2010-06-03 Glenn Morris <rgm@gnu.org>
502
503 * desktop.el (desktop-clear-preserve-buffers):
504 Add "*Warnings*" buffer. (Bug#6336)
505
506 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
507
508 vc-log-incoming/vc-log-outgoing improvements for Git.
509 * vc-git.el (vc-git-log-outgoing): Use the same format as the
510 short log.
511 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
512
513 Add bindings for vc-log-incoming and vc-log-outgoing.
514 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
515 and vc-log-outgoing.
516 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
517 and vc-log-outgoing.
518
519 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
520
521 * net/rcirc.el (rcirc-sort-nicknames): Remove.
522 (rcirc-handler-366): Always sort nicknames.
523
524 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
525
526 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
527
528 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
529
530 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc
531 fix.
532
533 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
534
535 * net/rcirc.el (rcirc-sort-nicknames): Change default.
536 (rcirc-sort-nicknames-join): Avoid setq.
537
538 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
539
540 * net/rcirc.el (rcirc-sort-nicknames): New custom.
541 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
542 (rcirc-handler-366): Use them.
543
544 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
545
546 Split smie-indent-calculate into more manageable chunks.
547 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
548 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
549 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
550 (smie-indent-exps): Extract from smie-indent-calculate.
551 (smie-indent-functions): New var.
552 (smie-indent-functions): Use them.
553
554 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
555
556 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
557 (smie-indent-calculate): Simplify and cleanup.
558
559 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
560
561 * net/tramp-gvfs.el (top): Require url-util.
562 (tramp-gvfs-mount-point): Remove.
563 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
564 New defuns.
565 (with-tramp-dbus-call-method): Format trace message.
566 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
567 Implement backup call, when operation on local files fails.
568 Use progress reporter. Flush properties of changed files.
569 (tramp-gvfs-handle-make-directory): Make more traces.
570 (tramp-gvfs-url-file-name): Hexify file name in url.
571 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
572 into account for the resulting file name.
573 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
574 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
575 (tramp-gvfs-handler-mounted-unmounted)
576 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
577 attribute "default_location". Set "prefix" property.
578 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
579 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
580 exists. Raise an error, if not (due to a corresponding answer
581 "no" in interactive questions, for example).
582
583 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
584
585 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
586
587 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
588
589 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
590 right-*. (Bug#6265)
591
592 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
593
594 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
595 * vc-git.el (vc-git-compute-remote): New function.
596 (vc-git-log-outgoing): Use it instead of hard coding a value.
597 (vc-git-log-incoming): New function.
598
599 Improve state updating for VC tag commands.
600 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
601 to update the state of all buffers in the directory.
602
603 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
604
605 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
606
607 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
608 `file-directory-p' to the filename part rather than to the whole text.
609
610 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
611
612 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
613 (bug#6231).
614
615 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
616
617 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
618
619 2010-05-31 Drew Adams <drew.adams@oracle.com>
620
621 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
622
623 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
624
625 * subr.el (momentary-string-display): Just use read-event to read
626 the exit event (Bug#6238).
627
628 2010-05-30 Eli Zaretskii <eliz@gnu.org>
629
630 * international/mule.el (define-coding-system): Doc fix (bug#6313).
631
632 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
633
634 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
635 Suggested by Eli Zaretskii <eliz@gnu.org>.
636
637 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
638
639 * minibuffer.el (completion-file-name-table): Don't return a boundary
640 past the end of `string' (bug#6299).
641 (completion--file-name-table): Delegate to completion-file-name-table
642 for the `boundaries' case.
643
644 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
645
646 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
647 movement commands.
648
649 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
650 `path-separator', but maintain compatibility with Emacs 20.2.
651
652 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
653
654 * server.el (server-process-filter): Receive parent-id argument
655 from emacsclient.
656 (server-create-window-system-frame): New arg. Pass parent-id as
657 frame parameter.
658
659 2010-05-29 Eli Zaretskii <eliz@gnu.org>
660
661 Bidi-sensitive word movement with arrow keys.
662 * subr.el (right-arrow-command, left-arrow-command): Move to
663 bindings.el.
664
665 * bindings.el (right-char, left-char): Move from subr.el and
666 rename from right-arrow-command and left-arrow-command.
667 (right-word, left-word): New functions.
668 (global-map) <right>: Bind to right-char.
669 (global-map) <left>: Bind to left-char.
670 (global-map) <C-right>: Bind to right-word.
671 (global-map) <C-left>: Bind to left-word.
672
673 * ls-lisp.el (ls-lisp-classify-file): New function.
674 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
675 (ls-lisp-classify): Call ls-lisp-classify-file.
676 (insert-directory): Remove blanks from switches.
677
678 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
679
680 * ansi-color.el: Delete unused escape sequences (Bug#6085).
681 (ansi-color-drop-regexp): New constant.
682 (ansi-color-apply, ansi-color-filter-region)
683 (ansi-color-apply-on-region): Delete unrecognized control sequences.
684 (ansi-color-apply): Build string list before calling concat.
685
686 2010-05-28 Juri Linkov <juri@jurta.org>
687
688 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
689 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
690 (Bug#5270)
691
692 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
693
694 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
695 to ignored backtrace functions.
696 (with-progress-reporter): Expand docstring.
697 (tramp-handle-delete-file): Implement TRASH argument.
698 (tramp-get-remote-trash): New defun.
699
700 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
701
702 * net/tramp-compat.el (tramp-compat-delete-file): Use
703 `symbol-value' for backward compatibility.
704
705 * net/tramp.el (tramp-handle-make-symbolic-link)
706 (tramp-handle-load)
707 (tramp-do-copy-or-rename-file-via-buffer)
708 (tramp-do-copy-or-rename-file-directly)
709 (tramp-do-copy-or-rename-file-out-of-band)
710 (tramp-handle-process-file, tramp-handle-call-process-region)
711 (tramp-handle-shell-command, tramp-handle-file-local-copy)
712 (tramp-handle-insert-file-contents, tramp-handle-write-region)
713 (tramp-delete-temp-file-function): Use `delete-file' instead
714 of `tramp-compat-delete-file'.
715
716 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
717 (tramp-fish-handle-make-symbolic-link)
718 (tramp-fish-handle-process-file): Use `delete-file' instead
719 of `tramp-compat-delete-file'.
720
721 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
722 `delete-file' instead of `tramp-compat-delete-file'.
723
724 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
725 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
726 `tramp-compat-delete-file'.
727
728 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
729 `delete-file' instead of `tramp-compat-delete-file'.
730
731 * net/tramp-smb.el (tramp-smb-handle-copy-file)
732 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
733 (tramp-smb-handle-write-region): Use `delete-file' instead of
734 `tramp-compat-delete-file'.
735 (tramp-smb-handle-delete-directory): Use 'trash as arg.
736
737 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
738
739 * dired.el (dired-delete-file): New arg TRASH.
740 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
741 (dired-do-flagged-delete, dired-do-delete): Use trash.
742
743 * speedbar.el (speedbar-item-delete): Allow trashing.
744
745 * files.el (delete-directory): New arg TRASH.
746
747 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
748 (ange-ftp-rename-remote-to-remote)
749 (ange-ftp-rename-local-to-remote)
750 (ange-ftp-rename-remote-to-local, ange-ftp-load)
751 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
752 `delete-file'.
753 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
754 allow trashing.
755
756 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
757 handle new TRASH arg of `delete-file'.
758
759 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
760 (tramp-handle-make-symbolic-link, tramp-handle-load)
761 (tramp-do-copy-or-rename-file-via-buffer)
762 (tramp-do-copy-or-rename-file-directly)
763 (tramp-do-copy-or-rename-file-out-of-band)
764 (tramp-handle-process-file, tramp-handle-call-process-region)
765 (tramp-handle-shell-command, tramp-handle-file-local-copy)
766 (tramp-handle-insert-file-contents, tramp-handle-write-region)
767 (tramp-delete-temp-file-function): Use null TRASH arg in
768 tramp-compat-delete-file call.
769
770 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
771 (tramp-fish-handle-delete-file)
772 (tramp-fish-handle-make-symbolic-link)
773 (tramp-fish-handle-process-file): Use null TRASH arg in
774 `tramp-compat-delete-file' call.
775
776 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
777 arg in `tramp-compat-delete-file' call.
778
779 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
780 (tramp-gvfs-handle-write-region): Use null TRASH arg in
781 `tramp-compat-delete-file' call.
782
783 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
784 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
785 `tramp-compat-delete-file' call.
786
787 * net/tramp-smb.el (tramp-smb-handle-copy-file)
788 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
789 (tramp-smb-handle-write-region): Use null TRASH arg in
790 tramp-compat-delete-file call.
791 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
792 (tramp-smb-handle-delete-file): Rename arg.
793
794 * diff.el (diff-sentinel):
795 * epg.el (epg--make-temp-file, epg-decrypt-string)
796 (epg-verify-string, epg-sign-string, epg-encrypt-string):
797 * jka-compr.el (jka-compr-partial-uncompress)
798 (jka-compr-call-process, jka-compr-write-region):
799 * server.el (server-sentinel): Remove optional arg from
800 delete-file, reverting 2010-05-03 change.
801
802 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
803
804 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
805 font-lock-constant-face, not obsolete font-lock-reference-face.
806
807 2010-05-27 Kenichi Handa <handa@m17n.org>
808
809 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
810 element of GSTRING is nil.
811
812 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * emacs-lisp/smie.el (smie-forward-token-function)
815 (smie-backward-token-function): New vars.
816 (smie-backward-sexp, smie-forward-sexp)
817 (smie-indent-hanging-p, smie-indent-calculate): Use them.
818 (smie-default-backward-token): Rename from smie-backward-token and
819 skip comments.
820 (smie-default-forward-token): Rename from smie-forward-token and
821 skip comments.
822 (smie-next-sexp): Handle nil results from next-token.
823 (smie-indent-calculate): Add a new case for special `fixindent' comments.
824
825 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
826
827 * progmodes/verilog-mode.el (verilog-type-font-keywords):
828 Use font-lock-constant-face, not obsolete font-lock-reference-face.
829
830 2010-05-27 Masatake YAMATO <yamato@redhat.com>
831
832 * htmlfontify.el (hfy-face-resolve-face): New function.
833 (hfy-face-to-style): Use it (Bug#6279).
834
835 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
836
837 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
838 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
839
840 2010-05-26 Glenn Morris <rgm@gnu.org>
841
842 * emulation/edt.el (edt-load-keys): Use locate-library.
843
844 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
845
846 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
847 (log-edit-changelog-entries): Doc fix.
848 (log-edit-changelog-insert-entries): Args changed.
849 Rename relative filenames in ChangeLog entries. Delete tabs.
850 (log-edit-insert-changelog-entries): Reorganize return value of
851 `log-edit-changelog-entries' to pass filenames to
852 log-edit-changelog-insert-entries.
853
854 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
855
856 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
857 `image-dired-dired-insert-marked-thumbs' to
858 `image-dired-dired-toggle-marked-thumbs'.
859
860 * image-dired.el: Require cl when compiling.
861 (image-dired-dired-toggle-marked-thumbs): Rename from
862 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
863 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
864 to 'no-dir. Skip files whose names don't match
865 `image-file-name-regexp'. When file has a thumbnail overlay,
866 delete it. (Bug#5270)
867
868 2010-05-25 Juri Linkov <juri@jurta.org>
869
870 * image-mode.el (image-mode): Add image-after-revert-hook to
871 after-revert-hook.
872 (image-after-revert-hook): New function. (Bug#5669)
873
874 2010-05-25 Juri Linkov <juri@jurta.org>
875
876 * image.el (image-animated-p): When delay between animated images
877 is 0, set it to 10 (0.1 sec). (Bug#6258)
878
879 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
880
881 * net/tramp.el (tramp-handle-insert-directory): Don't use
882 `forward-word', its default syntax could be changed.
883
884 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
885
886 * net/tramp.el (tramp-progress-reporter-update): New defun.
887 (with-progress-reporter): Use it.
888 (tramp-process-actions):
889 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
890 current message, in order to let progress reporter continue
891 afterwards. (Bug#6257)
892
893 2010-05-25 Glenn Morris <rgm@gnu.org>
894
895 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
896 Add :version.
897
898 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
899
900 * net/rcirc.el (rcirc-default-user-name): Change to "user".
901 (rcirc-default-full-name): Change to "unknown".
902 (rcirc-user-name-history): Add variable.
903
904 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
905 Jonathan Rockway <jon@jrock.us>
906
907 * net/rcirc.el (rcirc-server-alist): Add :pass.
908 (rcirc): When prompting for connection parameters, also prompt for
909 username and password.
910 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
911 value to server when connecting.
912
913 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
916 (smie-merge-prec2s): Pass the tables as separate args.
917 (smie-bnf-precedence-table): Adjust call accordingly.
918 (smie-prec2-levels): Set levels at the end.
919
920 Replace Lisp calls to delete-backward-char by delete-char.
921 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
922 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
923 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
924 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
925 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
926 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
927 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
928 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
929 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
930 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
931 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
932 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
933 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
934 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
935 delete-backward-char by calls to delete-char.
936
937 2010-05-25 Kenichi Handa <handa@m17n.org>
938
939 * language/hebrew.el (hebrew-shape-gstring): New function.
940 Register it in composition-function-table for all Hebrew combining
941 characters.
942
943 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
944
945 * epa.el (epa--select-keys): Don't explicitly delete the window since
946 that can fail (e.g. sole window in frame). Use dedication instead.
947
948 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
949
950 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
951
952 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
953
954 * image.el (image-refresh): Define as an alias for image-flush.
955
956 * image-mode.el (image-toggle-display-image): Caller changed.
957
958 2010-05-21 Juri Linkov <juri@jurta.org>
959
960 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
961 Remove "all" from grep-files-aliases. Split grep-files-aliases by
962 whitespace, call wildcard-to-regexp on substrings and concat them
963 with "\\|". (Bug#6114)
964
965 2010-05-21 Alan Mackenzie <acm@muc.de>
966
967 * progmodes/cc-engine.el (c-parse-state-get-strategy):
968 Replace parameter `here' with `here-' and `here-plus', which sandwich
969 any pertinent CPP construct.
970 (c-remove-stale-state-cache-backwards): Fix a bug which happens
971 when doing (c-parse-state) in a CPP construct: Exclude any "new"
972 CPP construct from taking part in the scanning.
973
974 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
975
976 * net/tramp.el (tramp-do-copy-or-rename-file)
977 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
978 Tune `with-progress-reporter' messages.
979 (tramp-handle-vc-registered):
980 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
981 (tramp-fish-handle-insert-file-contents)
982 (tramp-fish-maybe-open-connection):
983 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
984 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
985 (tramp-imap-handle-insert-file-contents)
986 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
987
988 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
989
990 * add-log.el (change-log-font-lock-keywords):
991 Highlight all authors in multi-author entries.
992
993 * smerge-mode.el (smerge-refine-ignore-whitespace)
994 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
995 Fix typos in docstrings.
996 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
997
998 2010-05-21 Glenn Morris <rgm@gnu.org>
999
1000 * progmodes/fortran.el (fortran-mode):
1001 * progmodes/f90.el (f90-mode): Derive from prog-mode.
1002
1003 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
1004 having a relative path in src/Makefile.in.
1005
1006 2010-05-20 Kevin Ryde <user42@zip.com.au>
1007
1008 * help-mode.el (help-make-xrefs): For Info node links turn
1009 newlines into spaces. Link node names with newlines are matched
1010 by help-xref-info-regexp and buttonized, this change ensures they
1011 can be followed successfully with RET. (Bug#6206)
1012
1013 2010-05-20 Juri Linkov <juri@jurta.org>
1014
1015 * locate.el (locate): Use pop-to-buffer instead of
1016 switch-to-buffer-other-window. (Bug#6204)
1017
1018 2010-05-20 Juri Linkov <juri@jurta.org>
1019
1020 * replace.el (replace-highlight): Fix lazy-highlighting
1021 for `M-s w str M-% str RET'.
1022
1023 2009-12-15 Masatake YAMATO <yamato@redhat.com>
1024
1025 * isearch.el (isearch-yank-word-or-char): Pull next subword
1026 when `subword-mode' is activated. (Bug#6220)
1027
1028 2010-05-20 Mark A. Hershberger <mah@everybody.org>
1029
1030 * isearch.el (isearch-update-post-hook): New hook.
1031 (isearch-update): Use the new hook. (Bug#6225)
1032
1033 2010-05-20 Juri Linkov <juri@jurta.org>
1034
1035 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
1036 [f1], [help], and (char-to-string help-char) instead of "\C-h".
1037 (Bug#6222)
1038
1039 2010-05-20 Juri Linkov <juri@jurta.org>
1040
1041 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
1042 (Bug#6223)
1043
1044 2010-05-20 Juri Linkov <juri@jurta.org>
1045
1046 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
1047 FILE-NAME to read from the minibuffer when called interactively
1048 with prefix argument instead of using buffer-file-name.
1049 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
1050
1051 * dired.el: Update autoloads.
1052
1053 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
1054
1055 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
1056 nxml-finish-element, for consistency with SGML mode.
1057
1058 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
1059 octave-close-block.
1060
1061 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
1062
1063 * composite.el: Require cl when compiling.
1064 (reference-point-alist, compose-gstring-for-graphic)
1065 (compose-gstring-for-terminal): Fix typos in docstrings.
1066
1067 2010-05-19 Juri Linkov <juri@jurta.org>
1068
1069 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
1070 set-window-parameter.
1071
1072 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
1073
1074 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
1075 where appropriate.
1076 (tramp-maybe-open-connection): Use it.
1077
1078 2010-05-19 Eli Zaretskii <eliz@gnu.org>
1079
1080 * simple.el (move-end-of-line): Make sure we are at line beginning
1081 before backing up to end of previous line.
1082
1083 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
1084
1085 * password-cache.el (password-cache-remove): Fix docstring.
1086
1087 * net/secrets.el: Autoload the widget functions.
1088 (secrets-search-items, secrets-create-item)
1089 (secrets-get-attributes, secrets-expand-item): Attributes will be
1090 stored on the password database without leading ":", as all other
1091 clients do as well.
1092 (secrets-mode): Fix docstring.
1093 (secrets-show-secrets): Provide it as autoloaded command only when
1094 D-Bus support is available. Check existence of Secret Service API.
1095
1096 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1097
1098 * indent.el (indent-region): Deactivate region (bug#6200).
1099
1100 2010-05-19 Glenn Morris <rgm@gnu.org>
1101
1102 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
1103
1104 2010-05-19 Kenichi Handa <handa@m17n.org>
1105
1106 * composite.el: Register compose-gstring-for-graphic in
1107 composition-function-table only for combining characters (Mn, Mc, Me).
1108
1109 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
1110
1111 * calc/calc-trail.el (calc-trail-isearch-forward)
1112 (calc-trail-isearch-backward): Ensure that the new window
1113 point is set correctly.
1114
1115 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1116
1117 * subr.el (read-quoted-char): Resolve modifiers after key
1118 remapping (bug#6212).
1119
1120 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
1121
1122 Add visualization code for secrets.
1123 * net/secrets.el (secrets-mode): New major mode.
1124 (secrets-show-secrets, secrets-show-collections)
1125 (secrets-expand-collection, secrets-expand-item)
1126 (secrets-tree-widget-after-toggle-function)
1127 (secrets-tree-widget-show-password): New defuns.
1128
1129 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1130
1131 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
1132 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
1133 handled in smie-next-sexp.
1134 (smie-indent-calculate): Provide a starting indentation (so the
1135 recursion is well-founded ;-).
1136
1137 Fix handling of non-associative equal levels.
1138 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
1139 when it's not needed.
1140 (smie-op-left, smie-op-right): New functions.
1141 (smie-next-sexp): New function, extracted from smie-backward-sexp.
1142 Better handle equal levels to distinguish the associative case from
1143 the "multi-keyword construct" case.
1144 (smie-backward-sexp, smie-forward-sexp): Use it.
1145
1146 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
1147
1148 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
1149
1150 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
1151 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
1152
1153 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1154
1155 Provide a simple generic indentation engine and use it for Prolog.
1156 * emacs-lisp/smie.el: New file.
1157 * progmodes/prolog.el (prolog-smie-op-levels)
1158 (prolog-smie-indent-rules): New var.
1159 (prolog-mode-variables): Use them to configure SMIE.
1160 (prolog-indent-line, prolog-indent-level): Remove.
1161
1162 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
1163
1164 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
1165 order before computing the averages.
1166
1167 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
1168
1169 * calc/calc-vec.el (calc-histogram):
1170 (calcFunc-histogram): Allow vectors as inputs.
1171 (math-vector-avg): New function.
1172
1173 * calc/calc-ext.el (math-group-float): Have the number of digits
1174 being grouped depend on the radix (Bug#6189).
1175
1176 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
1177
1178 * version.el (emacs-copyright, emacs-version): Don't define here,
1179 now that emacs.c defines it.
1180
1181 2010-05-15 Eli Zaretskii <eliz@gnu.org>
1182
1183 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
1184 "Describe Language Environment" menu item.
1185
1186 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
1187
1188 Bidi-sensitive movement with arrow keys.
1189 * subr.el (right-arrow-command, left-arrow-command): New functions.
1190
1191 * bindings.el (global-map): Bind them to right and left arrow keys.
1192
1193 Don't override standard definition of convert-standard-filename.
1194 * files.el (convert-standard-filename): Call
1195 w32-convert-standard-filename and dos-convert-standard-filename on
1196 the corresponding systems.
1197
1198 * w32-fns.el (w32-convert-standard-filename): Rename from
1199 convert-standard-filename. Doc fix.
1200
1201 * dos-fns.el (dos-convert-standard-filename): Doc fix.
1202 (convert-standard-filename): Don't defalias.
1203 (register-name-alist, make-register, register-value)
1204 (set-register-value, intdos): Obsolete aliases for the
1205 corresponding dos-* functions and variables.
1206 (dos-intdos): Add a doc string.
1207
1208 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
1209
1210 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
1211 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
1212 (math-compose-tex-func):
1213 * calc/calccomp.el (math-compose-expr):
1214 * calc/calc-ext.el (math-format-flat-expr-fancy):
1215 * calc/calc-store.el (calc-read-var-name):
1216 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
1217
1218 * calc/calc.el (var-π, var-φ, var-γ): New variables.
1219 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
1220 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
1221 (math-standard-units): Add units.
1222
1223 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1224
1225 * progmodes/asm-mode.el (asm-mode):
1226 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
1227
1228 * pcomplete.el (pcomplete-completions-at-point): New function,
1229 extracted from pcomplete-std-complete.
1230 (pcomplete-std-complete): Use it.
1231
1232 2010-05-15 Glenn Morris <rgm@gnu.org>
1233
1234 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1235 Remove references to CVS, RCS and Old directories.
1236
1237 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
1238
1239 * calc/calc-bin.el (math-format-twos-complement): Group digits when
1240 appropriate.
1241
1242 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1243
1244 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
1245 (sh-mode-syntax-table): Give it a default value instead.
1246 (sh-header-marker): Make buffer-local.
1247 (sh-mode): Move make-local-variable to the corresponding setq.
1248 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
1249 Use complete-with-action.
1250
1251 * simple.el (prog-mode): New (abstract) major mode.
1252 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
1253 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
1254
1255 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
1256
1257 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
1258 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
1259 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
1260 (sql-make-alternate-buffer-name, sql-placeholders-filter)
1261 (sql-escape-newlines-filter, sql-input-sender)
1262 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
1263
1264 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
1265
1266 Add TeX open-block and close-block keybindings to SGML, and vice versa.
1267
1268 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
1269 latex-open-block and C-c / to latex-close-block.
1270
1271 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
1272 and C-c C-e to sgml-close-tag.
1273
1274 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
1275
1276 * net/tramp.el (with-progress-reporter): Create reporter object
1277 only when the message would be displayed. Handle nested calls.
1278 (tramp-handle-load, tramp-handle-file-local-copy)
1279 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1280 (tramp-maybe-send-script, tramp-find-shell):
1281 Use `with-progress-reporter'.
1282 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
1283 Fix message text.
1284
1285 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1286 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1287 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1288 Use `with-progress-reporter'.
1289
1290 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
1291
1292 * ispell.el (ispell-init-process): Do not kill ispell process
1293 everytime when spellchecking from the minibuffer (bug#6143).
1294
1295 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1296
1297 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
1298
1299 * dos-fns.el: Add "dos-" prefix for namespace control.
1300 (convert-standard-filename): Define as alias for
1301 dos-convert-standard-filename but only if applicable.
1302
1303 2010-05-12 Alan Mackenzie <acm@muc.de>
1304
1305 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1306 Push the mark at the start of these functions when appropriate.
1307
1308 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1309
1310 * minibuffer.el (completion-cycle-threshold): New custom var.
1311 (completion--do-completion): Use it.
1312 (minibuffer-complete): Use cycling if appropriate.
1313
1314 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
1315
1316 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
1317 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
1318
1319 2010-05-11 Juri Linkov <juri@jurta.org>
1320
1321 * scroll-all.el (scroll-all-check-to-scroll):
1322 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
1323
1324 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1325
1326 * iimage.el (iimage-mode-map): Move initialization into declaration.
1327 (iimage-mode-buffer): Use with-silent-modifications.
1328 Simplify calling convention. Adjust callers.
1329 (iimage-mode): Don't run hook redundantly.
1330
1331 * minibuffer.el (completion-pcm--pattern->regex):
1332 Fix last change (bug#6160).
1333
1334 2010-05-10 Juri Linkov <juri@jurta.org>
1335
1336 Remove nodes visited during Isearch from the Info history.
1337 * info.el (Info-isearch-initial-history)
1338 (Info-isearch-initial-history-list): New variables.
1339 (Info-isearch-start): Record initial values of
1340 Info-isearch-initial-history and Info-isearch-initial-history-list.
1341 Add Info-isearch-end to isearch-mode-end-hook.
1342 (Info-isearch-end): New function.
1343
1344 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
1345
1346 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
1347 format string, in order to work around a bug in pdksh.
1348 Reported by Gilles Pion <gpion@lfdj.com>.
1349 (tramp-handle-verify-visited-file-modtime): Do not send a command
1350 when the connection is not established.
1351 (tramp-handle-set-file-times): Simplify the check for utc.
1352
1353 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
1354
1355 Fix use of `filter-buffer-substring' (rework previous change).
1356 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
1357 (cua-repeat-replace-region):
1358 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
1359 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1360 (cua-cut-region-to-global-mark): Use it.
1361
1362 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
1363
1364 * progmodes/sql.el: Version 2.1.
1365 (sql-product-alist): Redesign structure of product info.
1366 (sql-product, sql-user, sql-server, sql-database): Safe variables.
1367 (sql-port, sql-port-history): New variables.
1368 (sql-interactive-product): New variable.
1369 (sql-send-terminator): New variable.
1370 (sql-imenu-generic-expression): Add "Types" imenu entry.
1371 (sql-oracle-login-params, sql-sqlite-login-params)
1372 (sql-mysql-login-params, sql-solid-login-params)
1373 (sql-sybase-login-params, sql-informix-login-params)
1374 (sql-ingres-login-params, sql-ms-login-params)
1375 (sql-postgres-login-params, sql-interbase-login-params)
1376 (sql-db2-login-params, sql-linter-login-params)
1377 (sql-oracle-scan-on): New variables.
1378 (sql-mode-map): Add C-c C-i to start interactive mode.
1379 (sql-mode-menu): Update existing menu entries.
1380 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
1381 (sql-mode-oracle-font-lock-keywords)
1382 (sql-mode-postgres-font-lock-keywords)
1383 (sql-mode-ms-font-lock-keywords)
1384 (sql-mode-sybase-font-lock-keywords)
1385 (sql-mode-informix-font-lock-keywords)
1386 (sql-mode-interbase-font-lock-keywords)
1387 (sql-mode-ingres-font-lock-keywords)
1388 (sql-mode-solid-font-lock-keywords)
1389 (sql-mode-mysql-font-lock-keywords)
1390 (sql-mode-sqlite-font-lock-keywords)
1391 (sql-mode-db2-font-lock-keywords)
1392 (sql-mode-linter-font-lock-keywords): Update initialization to
1393 reduce run-time complexity.
1394 (sql-add-product, sql-del-product): New functions.
1395 (sql-set-product-feature, sql-get-product-feature): New functions.
1396 (sql-product-font-lock): Update product API.
1397 (sql-add-product-keywords): New function.
1398 (sql-highlight-product): Update product API.
1399 (sql-help-list-products): New function.
1400 (sql-help): Dynamically lists free and non-free products.
1401 (sql-get-login): Correct bug in handling history and added
1402 prompt for port.
1403 (sql-copy-column): Copy without properties.
1404 (sqli-input-sender): Apply filters to SQLi input.
1405 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
1406 Implement as a filter.
1407 (sql-escape-newlines-filter): Implement as a filter.
1408 (sql-remove-tabs-filter): New function.
1409 (sql-send-magic-terminator): New function.
1410 (sql-send-string): Implement magic terminator.
1411 (sql-send-region): Use `sql-send-string'.
1412 (sql-interactive-mode): Use product API.
1413 (sql-product-interactive): Use product API.
1414 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1415 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1416 (sql-db2, sql-linter): Use `sql-product-interactive'.
1417 (sql-connect): New function.
1418 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
1419 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
1420 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
1421 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
1422 Use `sql-connect'.
1423
1424 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1425
1426 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1427 New custom variable.
1428 (completion-pcm--string->pattern): Use it.
1429 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
1430 Make it handle any symbol as `any'.
1431 (completion-pcm--merge-completions): Extract common suffix for the new
1432 `prefix' symbol as well.
1433 (completion-substring--all-completions): Use the new `prefix' symbol.
1434
1435 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
1436
1437 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
1438 not bound.
1439 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1440 (tramp-compat-funcall): New defmacro.
1441 (tramp-compat-line-beginning-position)
1442 (tramp-compat-line-end-position)
1443 (tramp-compat-temporary-file-directory)
1444 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1445 (tramp-compat-copy-file, tramp-compat-copy-directory)
1446 (tramp-compat-delete-file, tramp-compat-delete-directory)
1447 (tramp-compat-number-sequence, tramp-compat-process-running-p)
1448 * net/tramp.el (top, with-progress-reporter)
1449 (tramp-rfn-eshadow-setup-minibuffer)
1450 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1451 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1452 (tramp-completion-mode-p, tramp-check-for-regexp)
1453 (tramp-open-connection-setup-interactive-shell)
1454 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1455 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1456 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
1457 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1458 (tramp-reporter-dump-variable, tramp-load-report-modules)
1459 (tramp-append-tramp-buffers)
1460 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
1461
1462 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1463
1464 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1465
1466 * progmodes/compile.el (compilation-buffer-modtime): Rename from
1467 buffer-modtime. Adjust users.
1468
1469 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
1470
1471 * international/mule.el (auto-coding-alist): Only purecopy
1472 car of each item, not the whole list (Bug#6083).
1473
1474 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
1475
1476 * progmodes/js.el (js-mode): Make paragraph variables local before
1477 calling c-setup-paragraph-variables (Bug#6071).
1478
1479 2010-05-08 Eli Zaretskii <eliz@gnu.org>
1480
1481 * composite.el (compose-region, reference-point-alist): Fix typos
1482 in the doc strings.
1483
1484 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1485
1486 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1487 gnuplot's "set" command.
1488
1489 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
1490
1491 * abbrev.el (last-abbrev-text): Doc fix.
1492 (abbrev-prefix-mark): Don't escape parenthesis.
1493
1494 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
1495
1496 * composite.el (find-composition): Doc fix.
1497
1498 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
1499
1500 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1501 (sql-oracle-program, sql-sqlite-options)
1502 (sql-query-placeholders-and-send): Doc fixes.
1503 (sql-set-product, sql-interactive-mode): Reflow docstrings.
1504 (sql-imenu-generic-expression, sql-buffer)
1505 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1506 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1507 (sql-mode-sybase-font-lock-keywords)
1508 (sql-mode-informix-font-lock-keywords)
1509 (sql-mode-interbase-font-lock-keywords)
1510 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1511 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1512 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1513 (sql-product-feature, sql-highlight-product)
1514 (comint-line-beginning-position, sql-rename-buffer)
1515 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
1516 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1517 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1518 Fix typos in docstrings.
1519
1520 2010-05-08 Juri Linkov <juri@jurta.org>
1521
1522 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1523 property instead of `invisible' and `after-string' (bug#5998).
1524
1525 2010-05-08 Juri Linkov <juri@jurta.org>
1526
1527 * image-mode.el (image-mode-as-text): Fix typo in docstring.
1528
1529 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
1530
1531 * filecache.el (file-cache-add-directory-list)
1532 (file-cache-add-directory-recursively): Fix typos in docstrings.
1533
1534 2010-05-08 Kenichi Handa <handa@m17n.org>
1535
1536 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1537 (gujarati-composable-pattern): Fix typo.
1538
1539 2010-05-08 Kenichi Handa <handa@m17n.org>
1540
1541 * language/indian.el (oriya-composable-pattern)
1542 (tamil-composable-pattern, malayalam-composable-pattern):
1543 Add two-part vowels to "v" (vowel sign).
1544
1545 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
1546
1547 * files.el (copy-directory): Handle symlinks (Bug#5982).
1548
1549 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
1550
1551 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1552 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
1553 (Bug#5846).
1554
1555 2010-05-08 Glenn Morris <rgm@gnu.org>
1556
1557 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1558
1559 * minibuffer.el (completion-at-point): Doc fix.
1560
1561 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1562
1563 * electric.el (Electric-command-loop): Minor tweak.
1564
1565 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
1566 better with dedicated windows.
1567
1568 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1569
1570 * Version 23.2 released.
1571
1572 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
1573 Stefan Monnier <monnier@iro.umontreal.ca>
1574
1575 Highlight vendor specific properties.
1576 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
1577 (css-proprietary-property): New face.
1578 (css-font-lock-keywords): Use them.
1579
1580 2010-05-07 Eli Zaretskii <eliz@gnu.org>
1581
1582 * cus-start.el (all): Add native condition for tool-bar-* symbols.
1583
1584 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1585
1586 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
1587 * files.el (auto-mode-alist): Remove redundant entries.
1588
1589 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
1590 * simple.el (auto-save-mode): Move from files.el.
1591 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
1592
1593 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
1594
1595 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
1596
1597 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1598
1599 * mail/binhex.el (binhex-decode-region-internal)
1600 * mail/uudecode.el (uudecode-decode-region-internal)
1601 * net/dns.el (dns-read-string-name, dns-write, dns-read)
1602 (dns-read-type, dns-query)
1603 * pgg-parse.el (pgg-parse-armor)
1604 * pgg.el (pgg-verify-region)
1605 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
1606 XEmacs.
1607
1608 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
1609
1610 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
1611
1612 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
1613
1614 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
1615 * emulation/cua-base.el (cua-repeat-replace-region):
1616 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1617 (cua-cut-region-to-global-mark):
1618 Remove text properties with `set-text-properties'.
1619
1620 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
1621
1622 * net/tramp.el (top, with-progress-reporter):
1623 Use `symbol-function' inside `funcall'.
1624
1625 * net/tramp-compat.el (tramp-compat-file-attributes)
1626 (tramp-compat-delete-file, tramp-compat-delete-directory):
1627 Handle only `wrong-number-of-arguments' error.
1628
1629 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
1630 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
1631 inside `funcall'.
1632
1633 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1634
1635 * minibuffer.el (completion--sreverse, completion--common-suffix):
1636 New functions.
1637 (completion-pcm--merge-completions): Extract common suffix when safe.
1638
1639 * emacs-lisp/easy-mmode.el (define-minor-mode):
1640 Make :variable more flexible.
1641 * files.el (auto-save-mode): Use it to define using define-minor-mode.
1642
1643 2010-05-05 Juri Linkov <juri@jurta.org>
1644
1645 Add `slow' and `history' tags to the desktop data.
1646
1647 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
1648 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
1649 (Info-finder-find-node): Require `finder.el' to be able
1650 to restore node from the desktop.
1651 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
1652 data `Info-history' and `slow' tag in the assoc list.
1653 (Info-restore-desktop-buffer): Don't restore nodes with the
1654 `slow' tag. Restore `Info-history'.
1655
1656 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
1657
1658 Add FORCE argument to `delete-file'.
1659
1660 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
1661 forcing to delete the temporary file.
1662 (ange-ftp-delete-file): Add FORCE arg.
1663 (ange-ftp-rename-remote-to-remote)
1664 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
1665 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
1666 Force file deletion.
1667
1668 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
1669
1670 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
1671 (tramp-handle-make-symbolic-link, tramp-handle-load)
1672 (tramp-do-copy-or-rename-file-via-buffer)
1673 (tramp-do-copy-or-rename-file-directly)
1674 (tramp-do-copy-or-rename-file-out-of-band)
1675 (tramp-handle-process-file, tramp-handle-call-process-region)
1676 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1677 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1678 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
1679
1680 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
1681 (tramp-fish-handle-make-symbolic-link)
1682 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
1683
1684 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1685 Use `tramp-compat-delete-file'.
1686
1687 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
1688 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
1689
1690 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
1691 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
1692
1693 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
1694 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
1695 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
1696 `tramp-compat-delete-file'.
1697
1698 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1699
1700 Minor cleanups.
1701 * subr.el (add-minor-mode): Use push.
1702 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
1703 * emulation/edt.el (edt-select-mode): Simplify.
1704
1705 Use define-minor-mode in more cases.
1706 * term/tvi970.el (tvi970-set-keypad-mode):
1707 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1708 (normal-erase-is-backspace-mode):
1709 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
1710 (set-scroll-bar-mode-1): (Re)move to its sole caller.
1711 (get-scroll-bar-mode): New function.
1712 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
1713
1714 Use define-minor-mode for less obvious cases.
1715 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
1716 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
1717 * international/iso-ascii.el (iso-ascii-mode):
1718 * frame.el (auto-raise-mode, auto-lower-mode):
1719 * composite.el (global-auto-composition-mode): Use define-minor-mode.
1720
1721 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
1722
1723 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
1724 in order to see error messages for failed logins.
1725
1726 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
1727
1728 * diff.el (diff-sentinel):
1729
1730 * epg.el (epg--make-temp-file, epg-decrypt-string)
1731 (epg-verify-string, epg-sign-string, epg-encrypt-string):
1732
1733 * jka-compr.el (jka-compr-partial-uncompress)
1734 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
1735
1736 * server.el (server-sentinel): Use delete-file's new FORCE arg
1737 (Bug#6070).
1738
1739 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1740
1741 Use define-minor-mode where applicable.
1742 * view.el (view-mode):
1743 * type-break.el (type-break-query-mode)
1744 (type-break-mode-line-message-mode):
1745 * textmodes/reftex.el (reftex-mode):
1746 * term/vt100.el (vt100-wide-mode):
1747 * tar-mode.el (tar-subfile-mode):
1748 * savehist.el (savehist-mode):
1749 * ibuf-ext.el (ibuffer-auto-mode):
1750 * composite.el (auto-composition-mode):
1751 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1752 Use define-minor-mode.
1753 (vhdl-mode): Use static mode-line format.
1754 (vhdl-mode-line-update): Delete.
1755 (vhdl-create-mode-menu, vhdl-activate-customizations)
1756 (vhdl-hs-minor-mode): Don't bother calling it.
1757
1758 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1759
1760 * simple.el (with-wrapper-hook): Move.
1761 (buffer-substring-filters): Mark obsolete.
1762 (filter-buffer-substring-functions): New variable.
1763 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
1764
1765 Use a mode-line spec rather than a static string in Semantic.
1766 * cedet/semantic/util-modes.el:
1767 (semantic-minor-modes-format): New var to replace...
1768 (semantic-minor-modes-status): Remove.
1769 (semantic-mode-line-update): Construct a mode-line spec rather than
1770 a static string so that mouse buttons can be used on individual minor
1771 modes and so that semantic-mode-line-update only needs to be called
1772 when global settings are changed.
1773 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
1774 Call semantic-mode-line-update.
1775 (semantic-toggle-minor-mode-globally): Don't assume mode is on
1776 minor-mode-alist, check semantic-minor-mode-alist as well.
1777 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
1778 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
1779 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
1780 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1781 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1782 (define-semantic-idle-service, semantic-idle-summary-mode):
1783 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
1784 Don't call semantic-mode-line-update any more.
1785
1786 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1787
1788 Use define-minor-mode in CEDET where applicable.
1789
1790 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
1791 Use define-minor-mode.
1792
1793 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
1794 Remove unused arg `keymap' and code redundant with define-minor-mode.
1795 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
1796 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
1797 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
1798 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
1799 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
1800 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
1801 Use define-minor-mode.
1802 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
1803 (semantic-show-unmatched-syntax-mode-setup)
1804 (semantic-show-parser-state-mode-setup)
1805 (semantic-highlight-func-mode-setup): Inline into sole caller.
1806
1807 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1808 (semantic-mru-bookmark-mode): Use define-minor-mode.
1809 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
1810
1811 * cedet/semantic/idle.el (define-semantic-idle-service):
1812 Use define-minor-mode and inline setup function into its sole caller.
1813 (semantic-idle-scheduler-mode-setup)
1814 (semantic-idle-summary-mode-setup): Inline into sole caller.
1815 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
1816 Use define-minor-mode.
1817
1818 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
1819 (semantic-decoration-mode): Use define-minor-mode.
1820 (semantic-decoration-mode-setup): Inline into sole caller.
1821
1822 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
1823 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
1824 (ede-dired-add-to-target): Use dolist.
1825
1826 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1827 Michael Albinus <michael.albinus@gmx.de>
1828
1829 Implement compression for inline methods.
1830
1831 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1832 (tramp-copy-size-limit): Allow also nil.
1833 (tramp-inline-compress-commands): New defconst.
1834 (tramp-find-inline-compress, tramp-get-inline-compress)
1835 (tramp-get-inline-coding): New defuns.
1836 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1837 replaced by `tramp-get-inline-coding'.
1838 (tramp-handle-file-local-copy, tramp-handle-write-region)
1839 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1840
1841 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1842
1843 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
1844 Remove unused functions.
1845
1846 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
1847 Set find-tag-default-function as a variable rather than a property.
1848
1849 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
1850 * progmodes/etags.el (tags-completion-at-point-function):
1851 Remove left over interactive spec. Add autoloading stub.
1852 (complete-tag): Use tags-completion-at-point-function.
1853
1854 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
1855
1856 * minibuffer.el (tags-completion-at-point-function): Fix return value.
1857
1858 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
1859
1860 * ido.el (ido-init-completion-maps): Remove C-v binding.
1861 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
1862
1863 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
1864
1865 * minibuffer.el (tags-completion-at-point-function): New function.
1866 (completion-at-point-functions): Use it.
1867
1868 * cedet/semantic.el (semantic-completion-at-point-function): New function.
1869 (semantic-mode): Use semantic-completion-at-point-function for
1870 completion-at-point-functions instead.
1871
1872 * progmodes/etags.el (complete-tag): Revert last change.
1873
1874 2010-04-29 Alan Mackenzie <acm@muc.de>
1875
1876 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
1877 off-by-one error (in end of macro position).
1878
1879 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1880
1881 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
1882 firefox is absent. Don't autoload.
1883 (browse-url-galeon-program): Don't autoload.
1884
1885 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
1886
1887 * bindings.el (complete-symbol): Move into minibuffer.el.
1888
1889 * minibuffer.el (complete-tag): Move from etags.el. If tags
1890 completion cannot be performed, return nil instead of signalling
1891 an error.
1892 (completion-at-point): Make it an alias for complete-symbol.
1893 (complete-symbol): Move from bindings.el, and replace with the
1894 body of completion-at-point.
1895
1896 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
1897
1898 * cedet/semantic.el (semantic-mode): When enabled, add
1899 semantic-ia-complete-symbol to completion-at-point-functions.
1900
1901 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
1902 if Semantic is not active.
1903
1904 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
1905
1906 * net/tramp.el (tramp-remote-selinux-p): New defun.
1907 (tramp-handle-file-selinux-context)
1908 (tramp-handle-set-file-selinux-context): Use it.
1909
1910 2010-04-28 Sam Steingold <sds@gnu.org>
1911
1912 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1913 `safe-local-variable' if the value is a string or a symbol with
1914 the property `bug-reference-url-format'.
1915
1916 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
1917
1918 * progmodes/bug-reference.el (bug-reference-url-format): Revert
1919 2010-04-27 change due to security risk.
1920
1921 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1922
1923 Make it possible to locally disable a globally enabled mode.
1924 * simple.el (fundamental-mode): Run fundamental-mode-hook.
1925 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
1926 rather than kill-all-local-variables so it runs fundamental-mode-hook.
1927 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1928 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
1929 that subsequent hooks get a chance to disable it.
1930
1931 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1932
1933 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1934 Avoid re-enabling a minor mode after the user turned the minor mode
1935 off if MODE-enable-in-buffers is run twice (typically once from
1936 fundamental-mode's after-change-major-mode-hook and a second time from
1937 run-mode-hook's own after-change-major-mode-hook).
1938
1939 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
1940
1941 2010-04-27 Sam Steingold <sds@gnu.org>
1942
1943 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1944 `safe-local-variable' if the value is a string or a function, as
1945 documented and implemented on 2010-04-02.
1946
1947 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
1948
1949 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
1950 when method is 'kill.
1951
1952 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1953
1954 * ispell.el (ispell-init-process): Fix personal dictionary condition
1955 in default directory check.
1956 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
1957 Kill ispell process when killing its associated buffer.
1958
1959 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
1960
1961 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
1962 but we aren't using it.
1963
1964 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
1965
1966 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
1967 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
1968
1969 2010-04-24 Glenn Morris <rgm@gnu.org>
1970
1971 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
1972 Ignore VCS-ignore files, and deleted nextstep preferences files.
1973 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
1974 (authors-ambiguous-files): New list.
1975 (authors-valid-file-names): Add some deleted files.
1976 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
1977 (authors-disambiguate-file-name): New function. (Bug#5501)
1978 (authors-canonical-file-name): Doc fix.
1979 Don't warn about obsolete files.
1980 (authors-canonical-file-name, authors-scan-el):
1981 Use authors-disambiguate-file-name.
1982
1983 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1984 Add autoload cookies.
1985 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
1986 (generated-autoload-file): Set file-local value to "htmlfontify.el".
1987 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
1988 They have definitions / compiler macros in cl.el.
1989 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1990 Replace manual autoloads with generated ones.
1991 (htmlfontify-unload-rgb-file): Remove autoload.
1992 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
1993
1994 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1995
1996 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
1997 (byte-compile-setq-default): Optimize for the
1998 single-var case and don't call byte-compile-form in this case to avoid
1999 inf-loop with byte-compile-set-default.
2000
2001 * progmodes/compile.el (compilation-start): Abbreviate default directory.
2002
2003 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
2004
2005 Implement SELINUX backends.
2006
2007 * net/tramp.el (tramp-file-name-handler-alist):
2008 Add `file-selinux-context' and `set-file-selinux-context'.
2009 (tramp-handle-file-selinux-context)
2010 (tramp-handle-set-file-selinux-context): New defuns.
2011 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2012 Handle PRESERVE-SELINUX-CONTEXT.
2013
2014 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2015 Add `file-selinux-context' and `set-file-selinux-context'.
2016 (tramp-gvfs-handle-file-selinux-context)
2017 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2018 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2019
2020 * net/ange-ftp.el (ange-ftp-copy-file):
2021 * net/tramp-fish.el (tramp-fish-handle-copy-file):
2022 * net/tramp-imap.el (tramp-imap-handle-copy-file):
2023 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2024 Add PRESERVE-SELINUX-CONTEXT.
2025
2026 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2027
2028 Synchronize with Tramp repository.
2029
2030 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
2031 (tramp-action-process-alive, tramp-action-out-of-band)
2032 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2033 (tramp-exists-file-name-handler): Fix docstring.
2034 (with-progress-reporter): New defmacro.
2035 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
2036 (tramp-maybe-open-connection): Use it.
2037
2038 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
2039
2040 Detect ssh 'ControlMaster' argument automatically in some cases.
2041
2042 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2043 (tramp-default-method): Use it.
2044
2045 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2046
2047 * net/tramp.el (tramp-handle-copy-file): Add new optional
2048 parameter `preserve-selinux-context'.
2049 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
2050
2051 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2052
2053 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
2054 Ensure, that non remote files are still checked. Oops.
2055
2056 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
2057
2058 Fix Bug#5840.
2059
2060 * icomplete.el (icomplete-completions): Use `non-essential'.
2061
2062 * net/tramp.el (tramp-connectable-p): New defun.
2063 (tramp-handle-expand-file-name)
2064 (tramp-completion-handle-file-name-all-completions)
2065 (tramp-completion-handle-file-name-completion): Use it.
2066
2067 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2068
2069 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
2070
2071 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2072
2073 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
2074
2075 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
2076
2077 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
2078 is present.
2079
2080 * info.el (info-tool-bar-map): Add labels.
2081
2082 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
2083
2084 * cus-edit.el (custom-commands): Add labels for tool bar.
2085 (custom-buffer-create-internal, Custom-mode): Adjust for
2086 labels in custom-commands.
2087
2088 * dynamic-setting.el: Renamed from font-setting.el.
2089
2090 2010-04-21 John Wiegley <jwiegley@gmail.com>
2091
2092 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
2093 toggles the use of virtual buffers.
2094 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
2095 value.
2096 (ido-toggle-virtual-buffers): New function.
2097
2098 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
2099
2100 Use `define-derived-mode'; fix window selection; doc fixes.
2101 * play/tetris.el (tetris, tetris-update-speed-function)
2102 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
2103 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
2104 (tetris-rotate-next, tetris-end-game, tetris-start-game)
2105 (tetris-pause-game): Fix typos in docstrings.
2106 (tetris-mode-map, tetris-null-map):
2107 Move initialization into declaration.
2108 (tetris-mode): Define with `define-derived-mode';
2109 set show-trailing-whitespace to nil.
2110 (tetris): Prefer window already displaying the "*Tetris*" buffer.
2111
2112 2010-04-21 Karel Klíč <kklic@redhat.com>
2113
2114 * files.el (backup-buffer): Handle SELinux context, and return it
2115 if a backup was made by renaming.
2116 (backup-buffer-copy): Set SELinux context to the target file.
2117 (basic-save-buffer): Set SELinux context of the newly written file.
2118 (basic-save-buffer-1): Now it also returns any SELinux context.
2119 (basic-save-buffer-2): Set SELinux context of the newly created file,
2120 and return it.
2121 * net/tramp.el (tramp-file-name-for-operation):
2122 Add file-selinux-context.
2123
2124 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2125
2126 Make the log-edit comments use RFC822 format throughout.
2127
2128 * vc.el (vc-checkin, vc-modify-change-comment):
2129 Adjust to new vc-start/finish-logentry.
2130 (vc-find-conflicted-file): New command.
2131 (vc-transfer-file): Adjust to new vc-checkin.
2132 (vc-next-action): Improve scoping.
2133
2134 * vc-hg.el (vc-hg-log-edit-mode): Remove.
2135 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
2136
2137 * vc-git.el (vc-git-log-edit-mode): Remove.
2138 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
2139 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
2140
2141 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
2142 (vc-start-logentry): Remove argument `extra'.
2143 (vc-finish-logentry): Remove extra args.
2144
2145 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
2146 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
2147 (vc-bzr-conflicted-files): New function.
2148
2149 * log-edit.el (log-edit-extra-flags)
2150 (log-edit-before-checkin-process): Remove.
2151 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
2152 (log-edit-headers-alist): New var.
2153 (log-edit-header-contents-regexp): New const.
2154 (log-edit-match-to-eoh): New function.
2155 (log-edit-font-lock-keywords): Use them.
2156 (log-edit): Insert a "Summary:" header as default.
2157 (log-edit-mode): Mark font-lock rules as case-insensitive.
2158 (log-edit-done): Cleanup headers.
2159 (log-view-process-buffer): Remove.
2160 (log-edit-extract-headers): New function to replace it.
2161
2162 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
2163
2164 * subr.el (default-direction-reversed): Remove obsolescence info.
2165
2166 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2167
2168 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
2169 windows/frames.
2170
2171 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
2172 I.e. include text after point in the completion region.
2173 Also, return nil when we're not after/in a symbol.
2174
2175 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
2176 default enable-multibyte-characters.
2177
2178 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2179
2180 * international/mule.el: Help the user choose a valid coding-system.
2181 (read-buffer-file-coding-system): New function.
2182 (set-buffer-file-coding-system): Use it. Prompt the user if the
2183 coding-system cannot encode all the chars.
2184
2185 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
2186 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
2187 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
2188 Don't use *vc-bzr-shelve*.
2189
2190 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2191
2192 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
2193 Don't destroy list before using it.
2194
2195 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
2196
2197 Fix the version number for added files.
2198 * vc-hg.el (vc-hg-working-revision): Check if the file is
2199 registered after hg parent fails (Bug#5961).
2200
2201 2010-04-19 Glenn Morris <rgm@gnu.org>
2202
2203 * htmlfontify.el (htmlfontify-buffer)
2204 (htmlfontify-copy-and-link-dir): Autoload entry points.
2205
2206 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
2207
2208 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2209 name relative to the project root (Bug#5960).
2210
2211 2010-04-19 Glenn Morris <rgm@gnu.org>
2212
2213 * vc-git.el (vc-git-print-log): Doc fix.
2214
2215 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
2216
2217 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2218
2219 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
2220
2221 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2222 default settings (Bug#5928).
2223
2224 2010-04-19 Glenn Morris <rgm@gnu.org>
2225
2226 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2227 New function.
2228 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
2229
2230 2010-04-19 Kenichi Handa <handa@m17n.org>
2231
2232 * language/indian.el (malayalam-composable-pattern): Fix previous
2233 change (add U+0D4D "SIGN VIRAMA").
2234 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2235 (tamil-composable-pattern): Fix typo in the regexp.
2236 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2237 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2238 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2239
2240 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2241
2242 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2243 paragraph-separate (Bug#5821).
2244
2245 2010-04-19 Juri Linkov <juri@jurta.org>
2246
2247 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2248
2249 * info.el (Info-find-node-2): Comment out code that skips
2250 breadcrumbs line.
2251 (Info-mouse-follow-link): New command.
2252 (Info-link-keymap): New keymap.
2253 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2254 Return a string with links instead of inserting breadcrumbs
2255 to the Info buffer.
2256 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2257 Instead of putting the `invisible' text property over the Info
2258 header, make an overlay over the Info header with the `invisible'
2259 property and `after-string' set to the string returned by
2260 `Info-breadcrumbs'.
2261
2262 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2263
2264 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2265 Reported by monkey@sandpframing.com.
2266
2267 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
2270 (tmm-get-keymap): Add key-binding shortcuts now that they're not
2271 available in the "keyseq cache" any more.
2272
2273 * custom.el (defcustom): Add edebug spec.
2274
2275 2010-04-18 Juri Linkov <juri@jurta.org>
2276
2277 Test for special mode-class in view-buffer instead of view-file (bug#5513).
2278
2279 * view.el (view-file, view-buffer): Move test for special mode-class
2280 from view-file to view-buffer.
2281
2282 * tar-mode.el (tar-extract): Turn if's into one cond
2283 like in arc-mode.el.
2284
2285 2010-04-18 Juri Linkov <juri@jurta.org>
2286
2287 Add 7z archive format support (bug#5475).
2288
2289 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
2290 (archive-7z-extract): New defcustom.
2291 (archive-find-type): Add magic string for 7z.
2292 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
2293 If `stderr-file' is non-nil, use `(t stderr-file)' for the
2294 `buffer' arg of `call-process'.
2295 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
2296 call the function `archive-7z-extract' with the variable
2297 `archive-7z-extract' let-bound to `archive-zip-extract'.
2298 (archive-7z-summarize, archive-7z-extract): New functions.
2299
2300 * international/mule.el (auto-coding-alist):
2301 * files.el (auto-mode-alist): Add 7z file extension.
2302
2303 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2304
2305 * loadup.el: Setup hash-cons for pure data.
2306
2307 Fix duplicate entries in cedet's loaddefs.el files.
2308 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
2309 Should make most file-local generated-autoload-file unnecessary.
2310 (print-readably): Silence warnings.
2311 (autoload-find-destination): Take load-name as an arg to make sure
2312 it's the same as the one that will be in the file.
2313 (autoload-generate-file-autoloads): Adjust to above changes.
2314 Try to make the dataflow a bit simpler.
2315
2316 * cvs-status.el (cvs-refontify): Remove unused.
2317
2318 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2319
2320 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
2321
2322 * calc-bin.el (calc-radix): Have the "O" option turn on
2323 twos-complement mode.
2324
2325 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
2326
2327 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
2328 Add `calc-option-prefix-help' to calc-help autoloads.
2329 (calc-inverse): Add "Option" to message, as appropriate.
2330 (calc-hyperbolic): Add "Option" to message, as appropriate.
2331 (calc-option, calc-is-option): New functions.
2332
2333 * calc-help.el (calc-full-help): Add `calc-option-help'.
2334 (calc-option-prefix-help): New function.
2335
2336 * calc-misc.el (calc-help): Add "Option" entry.
2337
2338 * calc.el (calc-local-var-list): Add `calc-option-flag'.
2339 (calc-option-flag): New variable.
2340 (calc-do): Set `calc-option-flag to nil.
2341 (calc-set-mode-line): Add "Opt " as appropriate.
2342
2343 2010-04-16 Juri Linkov <juri@jurta.org>
2344
2345 Move scrolling commands from simple.el to window.el
2346 because their primitives are implemented in window.c.
2347
2348 * simple.el (scroll-error-top-bottom)
2349 (scroll-up-command, scroll-down-command, scroll-up-line)
2350 (scroll-down-line, scroll-other-window-down)
2351 (beginning-of-buffer-other-window, end-of-buffer-other-window):
2352 * window.el (scroll-error-top-bottom)
2353 (scroll-up-command, scroll-down-command, scroll-up-line)
2354 (scroll-down-line, scroll-other-window-down)
2355 (beginning-of-buffer-other-window, end-of-buffer-other-window):
2356 Move from simple.el to window.el because their primitives are
2357 implemented in window.c.
2358
2359 2010-04-16 Juri Linkov <juri@jurta.org>
2360
2361 * isearch.el (isearch-lookup-scroll-key): Check both
2362 `isearch-scroll' and `scroll-command' properties.
2363 (scroll-up, scroll-down): Remove `isearch-scroll' property.
2364
2365 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
2366
2367 * simple.el (scroll-up-command, scroll-down-command)
2368 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
2369
2370 2010-04-15 Juri Linkov <juri@jurta.org>
2371
2372 * simple.el (scroll-up-command, scroll-down-command)
2373 (scroll-up-line, scroll-down-line): Put `scroll-command'
2374 property on the these symbols. Remove them from
2375 `scroll-preserve-screen-position-commands'.
2376
2377 * mwheel.el (mwheel-scroll): Put `scroll-command' and
2378 `isearch-scroll' properties on the `mwheel-scroll' symbol.
2379 Remove it from `scroll-preserve-screen-position-commands'.
2380
2381 * isearch.el (isearch-allow-scroll): Doc fix.
2382
2383 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
2384
2385 * net/tramp.el (tramp-error-with-buffer): Don't show the
2386 connection buffer when we are in completion mode.
2387 (tramp-file-name-handler): Catch the error for some operations
2388 when we are in completion mode. This gives the user the chance to
2389 correct the file name in the minibuffer.
2390
2391 2010-04-15 Glenn Morris <rgm@gnu.org>
2392
2393 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
2394
2395 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
2396
2397 Simplify by using `define-derived-mode'.
2398 * info.el (Info-mode):
2399 * calendar/todo-mode.el (todo-mode):
2400 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
2401 (gomoku-mode-map): Move initialization into declaration.
2402
2403 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
2404
2405 Fix Bug#5840.
2406 * ido.el (ido-file-name-all-completions-1):
2407 * minibuffer.el (minibuffer-completion-help):
2408 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
2409
2410 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2411
2412 * simple.el (non-essential): New var.
2413
2414 Add a new field `location' to bookmarks for non-file bookmarks.
2415 * bookmark.el (bookmark-location): Use the new field, if present.
2416 (bookmark-insert-location): Undo last change, not needed any more.
2417 * man.el (Man-bookmark-make-record):
2418 * woman.el (woman-bookmark-make-record): Add `location' field.
2419
2420 2010-04-14 Juri Linkov <juri@jurta.org>
2421
2422 * simple.el (scroll-error-top-bottom): New defcustom.
2423 (scroll-up-command, scroll-down-command): Use it. Doc fix.
2424
2425 * emulation/pc-select.el (pc-select-override-scroll-error):
2426 Obsolete in favor of `scroll-error-top-bottom'.
2427
2428 2010-04-14 Juri Linkov <juri@jurta.org>
2429
2430 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
2431 `scroll-up-command' and `M-v' to `scroll-down-command'.
2432
2433 * emulation/cua-rect.el (cua--init-rectangles):
2434 * forms.el (forms--change-commands):
2435 * image-mode.el (image-mode-map):
2436 Remap scroll-down-command and scroll-up-command
2437 in addition to scroll-down and scroll-up.
2438
2439 2010-04-14 Juri Linkov <juri@jurta.org>
2440
2441 * mwheel.el (scroll-preserve-screen-position-commands):
2442 Add mwheel-scroll to this list of commands.
2443
2444 * simple.el (scroll-preserve-screen-position-commands):
2445 Add scroll-up-command, scroll-down-command, scroll-up-line,
2446 scroll-down-line to this list of commands.
2447
2448 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2449
2450 * obsolete/complete.el: Move from lisp/complete.el.
2451
2452 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
2453
2454 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
2455 to the minor mode function now turns the mode ON unconditionally.
2456
2457 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2458
2459 * vc-dir.el (vc-dir-kill-line): New command.
2460 (vc-dir-mode-map): Bind it to C-k.
2461
2462 * bookmark.el (bookmark-insert-location): Handle a nil filename.
2463
2464 * woman.el: Add bookmark declarations to silence the compiler.
2465 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
2466 step to compatibility between man and woman bookmarks.
2467 Adjust for Man-default-bookmark-title renaming.
2468 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
2469
2470 * man.el: Add bookmark declarations to silence the compiler.
2471 (Man-name-local-regexp): Make it match NAME as well.
2472 (Man-getpage-in-background): Return the buffer.
2473 (Man-notify-when-ready): Use `case'.
2474 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
2475 Don't hardcode "NAME". Simplify.
2476 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
2477 Rename from Man-bookmark-make-record.
2478 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
2479 we have the actual man-args. Use Man-getpage-in-background rather
2480 than `man' since the arg is already processed. Let bookmark.el do the
2481 window handling. Only wait for the relevant process.
2482 Don't forget to autoload.
2483
2484 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
2485
2486 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2487
2488 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
2489 New functions.
2490 (woman-mode): Setup bookmark support.
2491
2492 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
2493 (man-bookmark-jump): New functions.
2494 (Man-mode): Setup bookmark support.
2495
2496 2010-04-10 Jari Aalto <jari.aalto@cante.net>
2497
2498 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
2499 recognize ssh-keygen prompt (Bug#2817).
2500
2501 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
2502
2503 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
2504
2505 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
2506
2507 Synchronize with Tramp repository.
2508
2509 * net/tramp.el (tramp-completion-function-alist)
2510 (tramp-file-name-regexp, tramp-chunksize)
2511 (tramp-local-coding-commands, tramp-remote-coding-commands):
2512 Fix docstring.
2513 (tramp-remote-process-environment): Use `format' instead of `concat'.
2514 (tramp-handle-directory-files-and-attributes)
2515 (tramp-get-remote-path): Use `copy-tree'.
2516 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2517 compatibility: Use `completion-ignore-case' if
2518 `read-file-name-completion-ignore-case' does not exist.
2519 (tramp-do-copy-or-rename-file-directly): Do not use
2520 `tramp-handle-file-remote-p'.
2521 (tramp-do-copy-or-rename-file-out-of-band):
2522 Use `tramp-compat-delete-directory'.
2523 (tramp-do-copy-or-rename-file-out-of-band)
2524 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2525 Use `format-spec-make'.
2526 (tramp-find-foreign-file-name-handler)
2527 (tramp-advice-make-auto-save-file-name)
2528 (tramp-set-auto-save-file-modes): Remove superfluous check for
2529 `stringp'. This is done inside `tramp-tramp-file-p'.
2530 (tramp-debug-outline-regexp): New defconst.
2531 (tramp-get-debug-buffer): Use it.
2532 (tramp-check-for-regexp): Use (forward-line 1).
2533 (tramp-set-auto-save-file-modes): Adapt version check.
2534
2535 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
2536 Wrap call of `featurep' for 2nd argument.
2537 (tramp-compat-make-temp-file): Simplify fallback implementation.
2538 (tramp-compat-copy-tree): Remove function.
2539 (tramp-compat-delete-directory): Provide implementation for older
2540 Emacsen.
2541
2542 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
2543 Do not use `tramp-fish-handle-file-attributes.
2544
2545 * net/trampver.el: Update release number.
2546
2547 2010-04-10 Glenn Morris <rgm@gnu.org>
2548
2549 * progmodes/compile.el (compilation-save-buffers-predicate):
2550 Add missing :version tag.
2551
2552 2010-04-09 Sam Steingold <sds@gnu.org>
2553
2554 * progmodes/compile.el (compilation-save-buffers-predicate):
2555 Remove the "autoload" cookie.
2556
2557 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
2558 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
2559 and `bug-reference-prog-mode' can be used in hooks directly.
2560
2561 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
2562
2563 Add --author support to git commit.
2564 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
2565 (vc-git-log-edit-mode): New minor mode.
2566 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
2567 New declarations.
2568
2569 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
2570
2571 * vc-hooks.el, vc-git.el: Improve documentation comments.
2572
2573 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2574
2575 Fix some of the problems in defsubst* (bug#5728).
2576 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
2577 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
2578
2579 2010-04-07 Sam Steingold <sds@gnu.org>
2580
2581 * progmodes/compile.el (compilation-save-buffers-predicate):
2582 New custom variable.
2583 (compile, recompile): Pass it to `save-some-buffers'.
2584
2585 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
2586
2587 * wid-edit.el (widget-choose): Move cursor to the second line of
2588 the buffer (Bug#5695).
2589
2590 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
2591
2592 Add new VC methods: vc-log-incoming and vc-log-outgoing.
2593 * vc.el (vc-print-log-setup-buttons): New function split out from
2594 vc-print-log-internal.
2595 (vc-log-internal-common): New function, a parametrized version of
2596 vc-print-log-internal.
2597 (vc-print-log-internal): Just call vc-log-internal-common with the
2598 right arguments.
2599 (vc-incoming-outgoing-internal):
2600 (vc-log-incoming, vc-log-outgoing): New functions.
2601 (vc-log-view-type): New permanent local variable.
2602
2603 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
2604
2605 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
2606 of the dynamic bound vc-short-log.
2607 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
2608
2609 * vc-git.el (vc-git-log-outgoing): New function.
2610 (vc-git-log-view-mode): Use vc-log-view-type instead
2611 of the dynamic bound vc-short-log.
2612
2613 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
2614 of the dynamic bound vc-short-log. Highlight the tag.
2615 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
2616 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
2617 (vc-hg-incoming-mode): Remove.
2618 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
2619
2620 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
2621
2622 Fix default-directory for vc-root-diff.
2623 * vc.el (vc-root-diff): Bind default-directory to the root
2624 directory for the diff command.
2625
2626 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
2627
2628 * progmodes/verilog-mode.el (verilog-forward-sexp):
2629 (verilog-calc-1): Support "disable fork" and "fork wait" multi
2630 word keywords, suggested by Steve Pearlmutter.
2631 (verilog-pretty-declarations): Support lineup of declarations in
2632 port lists.
2633 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
2634 fix bug for /* / comments
2635 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
2636 Speed up and simplfy as this is never called with a bound.
2637 (verilog-pretty-declarations): Enhance to line up declarations
2638 inside a parameter list, suggested by Alan Morgan.
2639 (verilog-pretty-expr): Tune assignment regular expression match
2640 string for corner cases; also use markers instead of character
2641 number as indent changes the later.
2642
2643 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
2644
2645 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
2646 as missing keyword.
2647 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
2648 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
2649 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
2650 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
2651 Tennant.
2652 (verilog-keywords):
2653 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
2654 1800-2009 keywords, including "global.".
2655
2656 2010-04-06 John Wiegley <jwiegley@gmail.com>
2657
2658 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2659 appearing in buffer list (if a live buffer name matched a recentf
2660 file basename). Should use uniquify to offer a real solution.
2661
2662 2010-04-06 John Wiegley <jwiegley@gmail.com>
2663
2664 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
2665 comment to code, and add a :version tag.
2666 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
2667
2668 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
2669
2670 Enable recentf-mode if using virtual buffers.
2671 * ido.el (recentf-list): Declare for byte-compiler.
2672 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
2673 (ido-make-buffer-list): Simplify.
2674 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
2675
2676 2010-04-05 Juri Linkov <juri@jurta.org>
2677
2678 Scrolling commands which scroll a line instead of full screen.
2679 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2680
2681 * simple.el (scroll-up-line, scroll-down-line): New commands.
2682 Put property isearch-scroll=t on them.
2683
2684 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
2685 Remove commands.
2686
2687 2010-04-05 Juri Linkov <juri@jurta.org>
2688
2689 Scrolling commands which do not signal errors at top/bottom.
2690 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2691
2692 * simple.el (scroll-up-command, scroll-down-command): New commands.
2693 Put property isearch-scroll=t on them.
2694
2695 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
2696 `scroll-down-command' and [next] from `scroll-up' to
2697 `scroll-up-command'.
2698
2699 * emulation/cua-base.el: Put property CUA=move on
2700 `scroll-up-command' and `scroll-down-command'.
2701 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
2702 and `scroll-down-command' to `cua-scroll-down'.
2703
2704 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
2705
2706 * help.el (describe-mode): Return nil.
2707
2708 2010-04-04 John Wiegley <jwiegley@gmail.com>
2709
2710 * ido.el (ido-use-virtual-buffers): New variable to indicate
2711 whether "virtual buffer" support is enabled for IDO.
2712 (ido-virtual): Face used to indicate virtual buffers in the list.
2713 (ido-buffer-internal): If a buffer is chosen, and no such buffer
2714 exists, but a virtual buffer of that name does (which would be why
2715 it was in the list), recreate the buffer by reopening the file.
2716 (ido-make-buffer-list): If virtual buffers are being used, call
2717 `ido-add-virtual-buffers-to-list' before the make list hook.
2718 (ido-virtual-buffers): New variable which contains a copy of the
2719 current contents of the `recentf-list', albeit pared down for the
2720 sake of speed, and with proper faces applied.
2721 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
2722 create a list of "virtual buffers" to present to the user in
2723 addition to the currently open set. Note that this logic could
2724 get rather slow if that list is too large. With the default
2725 `recentf-max-saved-items' of 200, there is little speed penalty.
2726
2727 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2728
2729 * font-lock.el: Require CL when compiling.
2730 (font-lock-turn-on-thing-lock): Use `case'.
2731
2732 2010-04-03 Eli Zaretskii <eliz@gnu.org>
2733
2734 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
2735 Zaretskii.
2736
2737 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
2738
2739 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
2740 (semantic-create-imenu-directory-index): Fix typos in docstrings.
2741 (semantic-imenu-goto-function): Reflow docstring.
2742
2743 2010-04-02 Juri Linkov <juri@jurta.org>
2744
2745 * ehelp.el (electric-help-orig-major-mode):
2746 New buffer-local variable.
2747 (electric-help-mode): Set it to original major-mode. Doc fix.
2748 (with-electric-help): Use `electric-help-orig-major-mode' instead
2749 of (default-value 'major-mode). Doc fix.
2750 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
2751
2752 2010-04-02 Sam Steingold <sds@gnu.org>
2753
2754 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
2755 `vc-hg-command' with a list of flags.
2756
2757 * progmodes/bug-reference.el (bug-reference-bug-regexp):
2758 Also accept "patch" and "RFE".
2759 (bug-reference-fontify): `bug-reference-url-format' can also be a
2760 function to be able to handle the bug kind.
2761 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
2762
2763 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
2764
2765 * tmm.el (tmm-get-keymap): Check with symbolp before passing
2766 value to fboundp, it may not be a symbol.
2767
2768 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2769
2770 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
2771
2772 2010-03-31 Juri Linkov <juri@jurta.org>
2773
2774 * simple.el (next-line, previous-line): Re-throw a signal
2775 with `signal' instead of using `ding'.
2776 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
2777
2778 2010-03-31 Juri Linkov <juri@jurta.org>
2779
2780 * simple.el (keyboard-escape-quit): Raise deselecting the active
2781 region higher than exiting the minibuffer.
2782 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
2783
2784 2010-03-31 Juri Linkov <juri@jurta.org>
2785
2786 * image.el (image-animated-p): Use `image-metadata' instead of
2787 `image-extension-data'. Get GIF extenstion data from metadata
2788 property `extension-data'.
2789
2790 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2791
2792 * simple.el (append-to-buffer): Simplify.
2793
2794 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
2795
2796 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2797 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2798
2799 2010-03-31 Kenichi Handa <handa@m17n.org>
2800
2801 * language/sinhala.el (composition-function-table): Fix regexp for
2802 the new Unicode specification.
2803
2804 * language/indian.el (devanagari-composable-pattern)
2805 (tamil-composable-pattern, kannada-composable-pattern)
2806 (malayalam-composable-pattern): Adjust for the new Unicode
2807 specification.
2808 (bengali-composable-pattern, gurmukhi-composable-pattern)
2809 (gujarati-composable-pattern, oriya-composable-pattern)
2810 (telugu-composable-pattern): New variables to cope with the new
2811 Unicode specification. Use them in composition-function-table.
2812
2813 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2814
2815 Make tmm-menubar work for the Buffers menu again (bug#5726).
2816 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2817 vectors rather than cons cells, as used in menu-bar-update-buffers.
2818
2819 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2820
2821 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2822 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2823 electric punctuation for "{}();,:" (Bug#5586).
2824
2825 * mail/sendmail.el (mail-default-directory): Doc fix.
2826
2827 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2828
2829 * mail/sendmail.el (mail-default-directory): Doc fix.
2830
2831 2010-03-31 Eli Zaretskii <eliz@gnu.org>
2832
2833 * subr.el (version-regexp-alist, version-to-list)
2834 (version-list-<, version-list-=, version-list-<=)
2835 (version-list-not-zero, version<, version<=, version=): Doc fix.
2836 (Bug#5744).
2837
2838 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
2839
2840 * vc.el (vc-root-diff): Doc fix.
2841
2842 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2843
2844 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2845
2846 * simple.el (append-to-buffer): Fix last change.
2847
2848 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2849
2850 * simple.el (append-to-buffer): Ensure that point is preserved if
2851 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2852 (Bug#5749)
2853
2854 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2855
2856 * files.el (auto-mode-case-fold): Change default to t.
2857
2858 2010-03-30 Juri Linkov <juri@jurta.org>
2859
2860 * dired-x.el (dired-omit-mode): Doc fix.
2861
2862 2010-03-30 Juri Linkov <juri@jurta.org>
2863
2864 * replace.el (occur-accumulate-lines): Move occur-engine related
2865 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
2866 to be located after `occur-engine'.
2867
2868 2010-03-30 Juri Linkov <juri@jurta.org>
2869
2870 Make occur handle multi-line matches cleanly with context.
2871 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
2872
2873 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
2874 (occur-engine): Add local variables `ret', `prev-after-lines',
2875 `prev-lines'. Use more arguments for `occur-context-lines'.
2876 Set first elem of its returned list to `data', and the second elem
2877 to `prev-after-lines'. Don't print the separator line.
2878 In the end, print remaining context after-lines.
2879 (occur-context-lines): Add new arguments `begpt', `endpt',
2880 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
2881 after-lines of the previous match with before-lines of the
2882 current match and not overlap them. Return a list with two
2883 values: the output line and the list of context after-lines.
2884
2885 2010-03-30 Juri Linkov <juri@jurta.org>
2886
2887 * replace.el (occur-accumulate-lines): Fix a bug where the first
2888 context line at the beginning of the buffer was missing.
2889
2890 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2891
2892 * files.el: Make bidi-display-reordering safe variable for boolean
2893 values.
2894
2895 2010-03-29 Phil Hagelberg <phil@evri.com>
2896 Chong Yidong <cyd@stupidchicken.com>
2897
2898 * subr.el: Extend progress reporters to perform "spinning".
2899 (progress-reporter-update, progress-reporter-do-update):
2900 Handle non-numeric value arguments.
2901 (progress-reporter--pulse-characters): New var.
2902
2903 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
2904
2905 * progmodes/compile.el (compilation-start): Fix regexp detection
2906 of initial cd command (Bug#5771).
2907
2908 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
2909
2910 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
2911
2912 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
2913
2914 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
2915 * lisp/progmodes/gdb-mi.el: Restore.
2916 * lisp/progmodes/gdb-ui.el: Remove.
2917 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
2918
2919 2010-03-25 Glenn Morris <rgm@gnu.org>
2920
2921 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2922 all dired buffers, even tramp ones. (Bug#5755)
2923
2924 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2925
2926 Add "union tags" in mpc.el.
2927 * mpc.el: Remove backward compatibility code.
2928 (mpc-browser-tags): Change default.
2929 (mpc--find-memoize-union-tags): New var.
2930 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
2931 (mpc-cmd-find): Handle the case where the playlist does not exist.
2932 Handle union-tags.
2933 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
2934 (mpc-cmd-add): Use mpc-cmd-flush.
2935 (mpc-tagbrowser-tag-name): New fun.
2936 (mpc-tagbrowser-buf): Use it.
2937 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
2938
2939 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2940
2941 Misc cleanup.
2942 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
2943 Use replace-regexp-in-string.
2944 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
2945 (makefile-imake-mode-syntax-table): Move init into defvar.
2946 (makefile-mode): Use define-derived-mode.
2947
2948 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2949 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2950 not be present any more.
2951
2952 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2953
2954 * faces.el (set-face-attribute): Fix typo in docstring.
2955 (face-valid-attribute-values): Reflow docstring.
2956
2957 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
2958
2959 2010-03-24 Glenn Morris <rgm@gnu.org>
2960
2961 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2962
2963 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2964
2965 * indent.el (indent-for-tab-command): Doc fix.
2966
2967 2010-03-24 Alan Mackenzie <acm@muc.de>
2968
2969 * progmodes/cc-engine.el (c-remove-stale-state-cache):
2970 Fix off-by-one error. Fixes bug #5747.
2971
2972 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2973
2974 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2975 (image-dired-read-comment): Doc fix.
2976
2977 * json.el (json-object-type, json-array-type, json-key-type)
2978 (json-false, json-null, json-read-number):
2979 * minibuffer.el (completion-in-region-functions):
2980 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2981 (cal-tex-cursor-week):
2982 * emacs-lisp/trace.el (trace-function):
2983 * eshell/em-basic.el (eshell/printnl):
2984 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2985 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2986 * obsolete/levents.el (allocate-event, event-key, event-object)
2987 (event-point, event-process, event-timestamp, event-to-character)
2988 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2989 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2990 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2991 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2992 (reftex-highlight-selection): Fix typos in docstrings.
2993
2994 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2995
2996 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2997
2998 2010-03-24 Glenn Morris <rgm@gnu.org>
2999
3000 * mail/rmail.el (rmail-highlight-face): Restore option deleted
3001 2008-02-13 without comment; mark it obsolete.
3002 (rmail-highlight-headers): Use rmail-highlight-face once more.
3003
3004 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
3005
3006 * woman.el (woman2-process-escapes): Only consume the newline if
3007 the filler character is on a line by itself (Bug#5729).
3008
3009 2010-03-24 Kenichi Handa <handa@m17n.org>
3010
3011 * language/indian.el (devanagari-composable-pattern): Add more
3012 consonants.
3013
3014 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
3015
3016 * net/trampver.el: Update release number.
3017
3018 2010-03-24 Glenn Morris <rgm@gnu.org>
3019
3020 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
3021
3022 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
3023
3024 * net/tramp.el (tramp-find-executable):
3025 Use `tramp-get-connection-buffer'. Make the regexp for checking
3026 output of "wc -l" more robust.
3027 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
3028 (tramp-open-connection-setup-interactive-shell): Remove workaround
3029 for OpenSolaris bug, it is not needed anymore.
3030
3031 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
3032
3033 * cedet/semantic/imenu.el: New file, from the CEDET repository
3034 (Bug#5412).
3035
3036 2010-03-24 Glenn Morris <rgm@gnu.org>
3037
3038 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
3039
3040 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
3041
3042 * files.el (auto-mode-alist): Accept more verilog file patterns.
3043
3044 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3045
3046 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
3047
3048 2010-03-24 Glenn Morris <rgm@gnu.org>
3049
3050 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
3051 log-edit-before-checkin-process.
3052
3053 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
3054
3055 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
3056
3057 * vc-dispatcher.el (vc-start-logentry): Doc fix.
3058 (log-view-process-buffer, log-edit-extra-flags): Declare.
3059
3060 * log-edit.el (log-edit-before-checkin-process): Doc fix.
3061
3062 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3063 Consistently check ede-object is bound throughout.
3064
3065 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
3066
3067 2010-03-23 Sam Steingold <sds@gnu.org>
3068
3069 Fix bug#5620: recalculate all markers on compilation buffer
3070 modifications, not on file modifications.
3071 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
3072 the buffer modification time, for buffers not associated with files.
3073 (compilation-mode): Create it.
3074 (compilation-filter): Update it.
3075 (compilation-next-error-function): Use it instead of
3076 `visited-file-modtime' for timestamp.
3077
3078 2010-03-23 Juri Linkov <juri@jurta.org>
3079
3080 Implement Occur multi-line matches.
3081 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
3082
3083 * replace.el (occur): Doc fix.
3084 (occur-engine): Set `begpt' to the beginning of the first line.
3085 Set `endpt' to the end of the last match line. At first, count
3086 line numbers between `origpt' and `begpt'. Split out code from
3087 `out-line' variable to new let-bindings `match-prefix' and
3088 `match-str'. In `out-line' add non-numeric prefix to all
3089 non-first lines of multi-line matches. Finally, count lines
3090 between `begpt' and `endpt' and add to `lines'.
3091
3092 2010-03-23 Juri Linkov <juri@jurta.org>
3093
3094 * replace.el (occur-accumulate-lines, occur-engine):
3095 Use `occur-engine-line' instead of duplicate code.
3096 (occur-engine-line): New function created from duplicate code
3097 in `occur-accumulate-lines' and `occur-engine'.
3098
3099 * replace.el (occur-engine-line): Add optional arg `keep-props'.
3100 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
3101
3102 2010-03-23 Juri Linkov <juri@jurta.org>
3103
3104 * finder.el: Remove TODO tasks.
3105
3106 * info.el (Info-finder-find-node): Add node "all"
3107 with all package info. Handle a list of multiple keywords
3108 separated by comma.
3109 (info-finder): In interactive use with a prefix argument,
3110 use `completing-read-multiple' to read a list of keywords
3111 separated by comma.
3112
3113 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
3114
3115 Add a new completion style `substring'.
3116 * minibuffer.el (completion-basic--pattern): New function.
3117 (completion-basic-try-completion, completion-basic-all-completions):
3118 Use it.
3119 (completion-substring--all-completions)
3120 (completion-substring-try-completion)
3121 (completion-substring-all-completions): New functions.
3122 (completion-styles-alist): New style `substring'.
3123
3124 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3125
3126 Get rid of .elc files after removal of the corresponding .el.
3127 * Makefile.in (compile-clean): New target.
3128 (compile-main): Use it.
3129
3130 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
3131
3132 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
3133 don't do make there. When compiling with separate object dir, there
3134 is no Makefile there.
3135
3136 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3137
3138 Get rid of the ELCFILES abomination, again.
3139 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3140 (all, compile): Don't call compile-last.
3141 (compile-main): Build the "elcfiles" list dynamically.
3142 (compile-targets): New (internal) target.
3143
3144 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
3145
3146 * Makefile.in (top_srcdir): Define.
3147 (abs_top_builddir): Define.
3148 (srcdir): Don't append `/..'.
3149 (EMACS): Use ${abs_top_builddir}.
3150 (all, compile, compile-always, compile-last): Don't set emacswd.
3151 (update-subdirs, update-authors): Use $(top_srcdir) instead of
3152 $(srcdir).
3153 (lisp): Use $(srcdir) instead of @srcdir@.
3154
3155 2010-03-21 Juri Linkov <juri@jurta.org>
3156
3157 Fix message of multi-line occur regexps and multi-buffer header lines.
3158 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
3159
3160 * replace.el (occur-1): Don't display regexp if it is longer
3161 than window-width. Use `query-replace-descr' to display regexp.
3162 (occur-engine): Don't display regexp in the buffer header for
3163 multi-buffer occur. Display a separate header line with total
3164 match count and regexp for multi-buffer occur.
3165 Use `query-replace-descr' to display regexp.
3166
3167 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
3168
3169 * net/secrets.el: Fix parenthesis.
3170 (secrets-enabled): Fix parenthesis.
3171
3172 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3173
3174 Use more relative file and directory names.
3175 * Makefile.in (EMACS): Arrange for it to work when we chdir.
3176 (setwins, setwins_almost, setwins_for_subdirs):
3177 Don't `cd'; output relative names.
3178 (all, compile, compile-always, compile-last): Set emacswd.
3179 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
3180 Just cd to the lisp source dir so we can use relative file names.
3181
3182 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
3183
3184 2010-03-20 Glenn Morris <rgm@gnu.org>
3185
3186 * textmodes/rst.el: Use faces for font-lock customization, and make the
3187 old -face variables obsolete.
3188 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
3189 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
3190 (rst-block-face, rst-external-face, rst-definition-face)
3191 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
3192 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
3193 Make obsolete.
3194 (rst-font-lock-keywords-function): Update for above changes.
3195
3196 2010-03-20 Juri Linkov <juri@jurta.org>
3197
3198 * s-region.el:
3199 * obsolete/s-region.el: Move to obsolete.
3200
3201 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
3202
3203 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
3204
3205 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3206
3207 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
3208
3209 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3210
3211 Add special markup processing for commit logs.
3212 * log-edit.el (log-edit-extra-flags): New variable.
3213 (log-edit): Add new argument MODE. Use that mode when non-nil
3214 instead of the log-view-mode.
3215 (log-view-process-buffer): New function.
3216
3217 * vc.el: Document that the checkin method takes optional
3218 arguments. Document new backend specific method: log-view-mode.
3219 (vc-default-log-edit-mode): New function.
3220 (vc-checkin): Use a backend specific log-view-mode.
3221 Pass extra arguments to the checkin method.
3222 (vc-modify-change-comment): Pass a dummy extra argument.
3223
3224 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
3225 log-edit.
3226 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
3227 (vc-finish-logentry): Process the log buffer before passing it
3228 down. Pass log-edit-extra-flags.
3229
3230 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
3231 command.
3232 (log-edit-extra-flags, log-edit-before-checkin-process):
3233 New declarations.
3234
3235 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
3236 command.
3237 (log-edit-extra-flags, log-edit-before-checkin-process):
3238 New declarations.
3239 (vc-hg-log-edit-mode): New derived mode.
3240
3241 * vc-arch.el (vc-arch-checkin):
3242 * vc-cvs.el (vc-cvs-checkin):
3243 * vc-git.el (vc-git-checkin):
3244 * vc-mtn.el (vc-mtn-checkin):
3245 * vc-rcs.el (vc-rcs-checkin):
3246 * vc-sccs.el (vc-sccs-checkin):
3247 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
3248
3249 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3250
3251 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
3252 parent typo).
3253
3254 2010-03-19 Glenn Morris <rgm@gnu.org>
3255
3256 * password-cache.el (password-cache, password-cache-expiry): Autoload.
3257
3258 2010-03-18 Glenn Morris <rgm@gnu.org>
3259
3260 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
3261
3262 * replace.el (query-replace-history): Give it a doc string.
3263 (map-query-replace-regexp): Use query-replace-from-history-variable
3264 and query-replace-to-history-variable.
3265
3266 * mail/hashcash.el (declare-function): Remove duplicate definition.
3267
3268 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3269 Make it an obsolete alias for report-emacs-bug-address.
3270 (message-strip-special-text-properties): Declare.
3271 (report-emacs-bug): Remove test for a pretest bug address.
3272 Combine message-mode-specific code.
3273
3274 * mail/supercite.el: Don't require sendmail.
3275 (mh-in-header-p): Declare rather than using with-no-warnings.
3276 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
3277 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
3278
3279 * calendar/cal-french.el: Convert to utf-8.
3280
3281 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
3282 Emacs scripts.
3283
3284 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
3285
3286 * net/secrets.el (secrets-enabled): New variable. Use it instead
3287 of a subfeature.
3288
3289 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
3290
3291 * net/secrets.el (top): Register the D-Bus signals only when the
3292 service "org.freedesktop.secrets" can be pinged.
3293 Provide subfeature `enabled'.
3294
3295 2010-03-14 Juri Linkov <juri@jurta.org>
3296
3297 Add finder unknown keywords.
3298
3299 * finder.el (finder-unknown-keywords): New function.
3300
3301 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
3302 to create a Finder node with unknown keywords.
3303
3304 2010-03-14 Juri Linkov <juri@jurta.org>
3305
3306 * finder.el (finder-compile-keywords): Replace `princ' with
3307 `prin1' on a list of symbols interned from keyword strings.
3308
3309 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
3310 a comma, then split keywords using a comma and optional whitespace.
3311 Otherwise, split by whitespace.
3312
3313 * complete.el:
3314 * face-remap.el:
3315 * log-view.el:
3316 * net/hmac-def.el:
3317 * net/hmac-md5.el:
3318 * net/netrc.el:
3319 * progmodes/mixal-mode.el: Fix keywords.
3320
3321 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
3322
3323 * Makefile.in (ELCFILES): Add net/secrets.elc.
3324
3325 * net/secrets.el: New file.
3326
3327 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
3328
3329 * facemenu.el (list-colors-display, list-colors-print): New arg
3330 callback. Use it to allow selecting colors.
3331
3332 * wid-edit.el (widget-image-insert): Insert image prop even if the
3333 current display is non-graphic.
3334 (widget-field-value-set): New fun.
3335 (editable-field): Use it.
3336 (widget-field-value-get): Clean up unused var.
3337 (widget-color-value-create, widget-color--choose-action):
3338 New funs. Allow using list-colors-display to choose color.
3339
3340 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
3341
3342 * cus-edit.el: Resort topmost custom groups.
3343 (custom-buffer-sort-alphabetically): Default to t.
3344 (customize-apropos): Use apropos-parse-pattern.
3345 (custom-search-field): New var.
3346 (custom-buffer-create-internal): Add custom-apropos search field.
3347 (custom-add-parent-links): Don't display parent doc.
3348 (custom-group-value-create): Don't sort top-level custom group.
3349 (custom-magic-value-create): Show visibility button before option name.
3350
3351 (custom-variable-state): New fun, from custom-variable-state-set.
3352 (custom-variable-state-set): Use it.
3353 (custom-group-value-create): Hide options with standard values
3354 using the :hidden-states property. Use progress reporter.
3355
3356 (custom-show): Simplify.
3357 (custom-visibility): Disable images by default.
3358 (custom-variable): New property :hidden-states.
3359 (custom-variable-value-create): Enable images for
3360 custom-visibility widgets. Use :hidden-states property to
3361 determine initial visibility.
3362
3363 * wid-edit.el (widget-image-find): Give images center ascent.
3364 (visibility): Add :on-image and :off-image properties.
3365 (widget-visibility-value-create): Use them.
3366
3367 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
3368
3369 * cus-edit.el (processes): Remove from development group.
3370 (oop, hypermedia): Delete group.
3371 (comm): Promote to top-level group.
3372
3373 * net/browse-url.el (browse-url):
3374 * net/xesam.el (xesam):
3375 * net/tramp.el (tramp):
3376 * net/goto-addr.el (goto-address):
3377 * net/ange-ftp.el (ange-ftp): Put in comm group.
3378
3379 * view.el (view): Remove from editing group.
3380
3381 * uniquify.el (uniquify): Put in files group.
3382
3383 * net/browse-url.el (browse-url):
3384 * ps-print.el (postscript): Put in external group.
3385
3386 * cus-edit.el (outlines):
3387 * textmodes/text-mode.el (text-mode-hook):
3388 * textmodes/table.el (table):
3389 * textmodes/picture.el (picture):
3390 * outline.el (outlines): Put in wp group.
3391
3392 * nxml/nxml-mode.el (nxml): Remove from wp group.
3393
3394 * net/tramp-imap.el (tramp-imap): Put in tramp group.
3395
3396 * mail/metamail.el (metamail): Remove from hypermedia group.
3397
3398 * cus-edit.el (abbrev):
3399 * whitespace.el (whitespace):
3400 * vcursor.el (vcursor):
3401 * reveal.el (reveal):
3402 * hl-line.el (hl-line): Put in convenience group.
3403
3404 * epg-config.el (epg): Put in data group.
3405
3406 * emulation/pc-select.el (pc-select): Put in emulations group.
3407
3408 * calculator.el (calculator): Put in applications group.
3409
3410 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
3411
3412 Add .dir-locals.el support for file-less buffers.
3413 * files.el (hack-local-variables): Split out code to apply local
3414 variable settings ...
3415 (hack-local-variables-apply): ... here. New function.
3416 (hack-dir-local-variables): Use the default directory for when the
3417 buffer does not have an associated file.
3418 (hack-dir-local-variables-non-file-buffer): New function.
3419 * diff-mode.el (diff-mode):
3420 * vc-annotate.el (vc-annotate-mode):
3421 * vc-dir.el (vc-dir-mode):
3422 * log-edit.el (log-edit-mode):
3423 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
3424
3425 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
3426
3427 Add support for shelving snapshots and for showing shelves.
3428 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
3429 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
3430 New functions.
3431 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3432 (vc-bzr-extra-menu-map): Map them.
3433
3434 2010-03-11 Glenn Morris <rgm@gnu.org>
3435
3436 * cus-edit.el (customize-changed-options-previous-release):
3437 Bump to 23.1.
3438
3439 * image.el (image-animate-max-time): Fix :version tag.
3440
3441 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3442
3443 * Branch for 23.2.
3444
3445 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3446
3447 * vc-git.el (vc-git-revision-table): Include remote branches.
3448
3449 2010-03-10 Kim F. Storm <storm@cua.dk>
3450
3451 Animated image API.
3452 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
3453
3454 * image.el (image-animate-max-time): New defcustom.
3455 (image-animated-types): New defconst.
3456 (create-animated-image, image-animate-timer)
3457 (image-animate-start, image-animate-stop, image-animate-timeout)
3458 (image-animated-p): New functions.
3459
3460 * image-mode.el (image-toggle-display-image):
3461 Replace `create-image' with `create-animated-image'.
3462
3463 2010-03-09 Miles Bader <miles@gnu.org>
3464
3465 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
3466 instead of "format:"; this ensures that the output is
3467 newline-terminated.
3468
3469 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
3470
3471 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
3472 that all errors are caught, and that the return value is always a
3473 list (Bug#5692).
3474
3475 2010-03-08 Kenichi Handa <handa@m17n.org>
3476
3477 * language/misc-lang.el (windows-1256): New coding system.
3478 (cp1256): New alias of windows-1256 (bug#5690).
3479
3480 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
3481
3482 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
3483 call to rfc822-bad-address. (Bug#5692)
3484
3485 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
3486
3487 * vc-git.el (vc-git-annotate-extract-revision-at-line):
3488 Use vc-git-root as default directory for revision path (Bug#5657).
3489
3490 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
3491
3492 * calculator.el (calculator): Don't bind split-window-keep-point
3493 (Bug#5674).
3494
3495 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3496
3497 * vc-git.el: Re-flow to fit into 80 columns.
3498 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
3499 Remove spurious `quote' element in each case alternative.
3500 (vc-git-show-log-entry): Use prog1.
3501 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
3502
3503 2010-03-06 Glenn Morris <rgm@gnu.org>
3504
3505 * cedet/semantic/grammar.el (semantic-grammar-header-template):
3506 Update template copyright to GPLv3+.
3507
3508 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3509
3510 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
3511
3512 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
3513
3514 * macros.el (insert-kbd-macro): Look up keyboard macro using the
3515 definition, not the name (Bug#5481).
3516
3517 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
3518
3519 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
3520 argument with a local variable. (Bug#5670)
3521
3522 2010-03-02 Juri Linkov <juri@jurta.org>
3523
3524 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
3525
3526 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
3527
3528 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
3529 error when FILENAME and NEWNAME are existing remote directories.
3530
3531 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
3532 parameter DIR-FLAG.
3533
3534 2010-03-02 Glenn Morris <rgm@gnu.org>
3535
3536 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
3537 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
3538
3539 2010-03-01 Kenichi Handa <handa@m17n.org>
3540
3541 * language/burmese.el (burmese-composable-pattern): Rename from
3542 myanmar-composable-pattern.
3543
3544 * international/characters.el (script-list):
3545 * international/fontset.el (script-representative-chars):
3546 Change myanmar to burmese.
3547 (otf-script-alist): Likewise.
3548 (setup-default-fontset): Likewise. Re-fix :otf spec.
3549
3550 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3551
3552 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
3553
3554 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
3555
3556 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
3557
3558 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
3559
3560 * net/tramp.el (tramp-handle-write-region): START can be a string.
3561 Take care in the checks. Reported by Dan Davison
3562 <davison@stats.ox.ac.uk>.
3563
3564 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
3565
3566 * net/dbus.el (dbus-introspect, dbus-get-property)
3567 (dbus-set-property, dbus-get-all-properties):
3568 Use `dbus-call-method' when noninteractive. (Bug#5645)
3569
3570 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
3571
3572 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
3573 * emacs-lisp/elint.el (elint-add-required-env):
3574 * cedet/semantic/db-find.el
3575 (semanticdb-find-translate-path-brutish-default):
3576 * cedet/ede/make.el (ede-make-check-version):
3577 * calendar/icalendar.el (icalendar--add-diary-entry):
3578 * calc/calcalg2.el (math-tracing-integral):
3579 * files.el (recover-session-finish): Use with-current-buffer
3580 instead of save-excursion.
3581
3582 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
3583
3584 Fix in-buffer completion when after-change-functions modify the buffer.
3585 * minibuffer.el (completion--replace): New function.
3586 (completion--do-completion): Use it and use relative movement.
3587
3588 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
3589
3590 * international/fontset.el (setup-default-fontset): Fix :otf spec.
3591
3592 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
3593
3594 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
3595 Allow the characters _<> in the stack entry (Bug#5653).
3596
3597 2010-02-26 Kenichi Handa <handa@m17n.org>
3598
3599 * language/burmese.el: Fix entries in composition-function-table.
3600 (myanmar-composable-pattern): New variable.
3601
3602 * international/fontset.el (setup-default-fontset): Add an entry
3603 for myanmar.
3604
3605 * international/characters.el (script-list): Add Myanmar
3606 Extended-A.
3607
3608 2010-02-26 Glenn Morris <rgm@gnu.org>
3609
3610 * custom.el (custom-initialize-delay): Doc fix.
3611
3612 * mail/sendmail.el (send-mail-function): Autoload the call
3613 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
3614
3615 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
3616
3617 * files.el (hack-local-variables-filter): For eval forms, also
3618 check safe-local-variable-p (Bug#5636).
3619
3620 2010-02-24 Eduard Wiebe <usenet@pusto.de>
3621
3622 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
3623 and use c(ad)r of cddr (Bug#5640).
3624
3625 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
3626
3627 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
3628 setting the modes by `ignore-errors'. It might fail, for example
3629 if the file is not owned by the user but the group.
3630 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
3631
3632 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
3633
3634 * files.el (directory-listing-before-filename-regexp): Use
3635 stricter matching for iso-style dates, to avoid false matches with
3636 date-like filenames (Bug#5597).
3637
3638 * htmlfontify.el (htmlfontify): Doc fix.
3639
3640 * eshell/eshell.el (eshell): Doc fix.
3641
3642 * startup.el (fancy-about-screen): In mode-line, apply
3643 mode-line-buffer-id face only to the buffer name (Bug#5613).
3644
3645 2010-02-20 Kevin Ryde <user42@zip.com.au>
3646
3647 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3648 In `watcom' anchor regexp to start of line, to avoid slowness
3649 (Bug#5599).
3650
3651 2010-02-20 Eli Zaretskii <eliz@gnu.org>
3652
3653 * subr.el (remove-yank-excluded-properties): Explain in a comment
3654 why `category' property is removed.
3655
3656 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
3657
3658 * isearch.el (isearch-update-post-hook, isearch-update): Revert
3659 2010-02-17 change.
3660
3661 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
3662
3663 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3664 (icalendar--convert-weekly-to-ical)
3665 (icalendar--convert-yearly-to-ical)
3666 (icalendar--convert-block-to-ical)
3667 (icalendar--convert-cyclic-to-ical)
3668 (icalendar--convert-anniversary-to-ical): Take care of time
3669 specifications where hour has 1-digit only (Bug#5549).
3670
3671 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
3672
3673 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3674 of disassemble output in GDB 7.1.
3675
3676 2010-02-19 Glenn Morris <rgm@gnu.org>
3677
3678 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3679 property. (Bug#5593)
3680
3681 2010-02-18 Sam Steingold <sds@gnu.org>
3682
3683 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3684
3685 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3686
3687 Use abbreviated file names in bookmarks (bug#5591).
3688 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3689 calls to expand-file-name.
3690 (bookmark-relocate): Use abbreviated file names in bookmarks.
3691 (bookmark-load): Use abbreviated file names in messages.
3692
3693 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
3694
3695 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3696 expand "." and "..". Reported by Thierry Volpiatto
3697 <thierry.volpiatto@gmail.com>.
3698
3699 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
3700
3701 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3702 permissions of the temporary file to "0600". In case the remote
3703 file has no read permissions for the owner, there might be
3704 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
3705
3706 22010-02-18 Glenn Morris <rgm@gnu.org>
3707
3708 * emacs-lisp/authors.el (authors-renamed-files-alist):
3709 Add entries for INSTALL.CVS.
3710
3711 2010-02-17 Mark A. Hershberger <mah@everybody.org>
3712
3713 * vc-bzr.el: Fix typo in Known Bugs section.
3714
3715 * isearch.el (isearch-update-post-hook): New hook.
3716 (isearch-update): Use the new hook.
3717
3718 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
3719
3720 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3721 Fix errors in copying directories.
3722 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3723 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3724 (tramp-handle-delete-file)
3725 (tramp-handle-dired-recursive-delete-directory)
3726 (tramp-handle-write-region): Flush also the cache for the upper
3727 directory.
3728
3729 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
3730
3731 * simple.el (save-interprogram-paste-before-kill): Doc fix.
3732
3733 * cus-edit.el (hardware): Doc fix.
3734
3735 * man.el (man): Add to external custom group.
3736
3737 * delim-col.el (columns): Move to wp custom group.
3738
3739 * doc-view.el (doc-view): Add to data custom group.
3740
3741 * cedet/data-debug.el (data-debug): Move to extensions group.
3742
3743 * cedet/ede.el (ede):
3744 * cedet/srecode.el (srecode):
3745 * cedet/semantic.el (semantic): Put in tools and extensions group.
3746
3747 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
3748
3749 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3750 by ispell-parse-output (Bug#5575).
3751
3752 2010-02-16 Kenichi Handa <handa@m17n.org>
3753
3754 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3755 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3756 (skkdic-convert): Use `euc-japan' coding system for writing.
3757
3758 2010-02-16 Glenn Morris <rgm@gnu.org>
3759
3760 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3761 tex-main-file before using it. (Bug#5562)
3762
3763 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3764
3765 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3766 warnings, since it is annoying for the user to see them each time he
3767 runs the code.
3768
3769 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
3770
3771 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3772 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3773 instead of PROC for caching "first-password-request". Otherwise,
3774 new processes would not profit from passwords already entered.
3775
3776 * net/tramp-cache.el (tramp-dump-connection-properties):
3777 Don't save "first-password-request" property.
3778
3779 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
3780
3781 * outline.el (outline-head-from-level):
3782 * simple.el (with-wrapper-hook):
3783 * cedet/ede.el (ede-run-target, project-delete-target)
3784 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
3785 (ede-adebug-project, ede-adebug-project-parent)
3786 (ede-adebug-project-root):
3787 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3788 (elint-defun, elint-buffer-env, elint-top-form-logged)
3789 (elint-unbound-variable):
3790 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3791 Fix typos in docstrings.
3792
3793 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
3794
3795 * files.el (insert-directory): When WILDCARD-REGEXP and
3796 FULL-DIRECTORY-P are nil, insert the file entry instead of the
3797 whole directory. (Bug#5551)
3798
3799 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
3800 dired's alignment sanity. (Bug#5516)
3801
3802 2010-02-14 Juri Linkov <juri@jurta.org>
3803
3804 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3805 Remove remaining ^H with their preceding chars. (Bug#5566)
3806
3807 2010-02-13 Glenn Morris <rgm@gnu.org>
3808
3809 * simple.el (transpose-subr): Give it a doc-string.
3810
3811 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3812 Doc fixes.
3813
3814 2010-02-12 Juri Linkov <juri@jurta.org>
3815
3816 * arc-mode.el (archive-unique-fname): Make directories for nested
3817 archives. (Bug#5540)
3818
3819 2010-02-12 Juri Linkov <juri@jurta.org>
3820
3821 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
3822
3823 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3824
3825 * subr.el (copy-overlay): Handle deleted overlays.
3826
3827 * man.el (Man-completion-table): Don't signal an error if we can't run
3828 manual-program (bug#4056).
3829
3830 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
3831
3832 * textmodes/artist.el (artist-mt): Fix typos in docstring.
3833
3834 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3835
3836 * info.el (Info-bookmark-jump): Simplify.
3837
3838 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3839 (bookmark-default-handler): Accept new bookmark field `buffer'.
3840
3841 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
3842
3843 * iswitchb.el (iswitchb-completions): Revert last change.
3844
3845 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
3846
3847 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3848 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3849 This prevents file names like "~/" being listed literally.
3850
3851 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
3852
3853 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3854 Remove dead code. (Bug#5546)
3855
3856 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
3857
3858 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3859 correctly (Bug#5548).
3860
3861 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
3862
3863 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3864 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3865
3866 2010-02-08 Kenichi Handa <handa@m17n.org>
3867
3868 * international/mule-util.el (with-coding-priority): Add autoload
3869 cookie for putting `lisp-indent-function'.
3870
3871 2010-02-07 Glenn Morris <rgm@gnu.org>
3872
3873 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3874 Move F2003 named interfaces from keywords-2 to keywords-1, and
3875 use function-name-face rather than constant-face.
3876 Simplify "abstract interface" regexp.
3877
3878 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
3879
3880 * eshell/esh-util.el (eshell-file-attributes): New optional arg
3881 ID-FORMAT. Pass it to `file-attributes'.
3882
3883 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3884
3885 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
3886
3887 * faces.el (set-face-attribute): Allow calling
3888 internal-set-lisp-face-attribute with 'unspecified family and
3889 foundry argument (Bug#5536).
3890
3891 2010-02-07 Glenn Morris <rgm@gnu.org>
3892
3893 * progmodes/f90.el (f90-font-lock-keywords-2)
3894 (f90-looking-at-type-like, f90-looking-at-program-block-end):
3895 Handle F2003 named interfaces.
3896
3897 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
3898
3899 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3900 beg and end before calling c-get-state-before-change-functions.
3901
3902 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
3903
3904 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
3905
3906 2010-02-05 Juri Linkov <juri@jurta.org>
3907
3908 * doc-view.el (doc-view-mode):
3909 * image-mode.el (image-mode): Put property mode-class=special.
3910 (Bug#4896)
3911
3912 2010-02-05 Mark A. Hershberger <mah@everybody.org>
3913
3914 * vc-svn.el (vc-svn-revision-table): New function.
3915
3916 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
3917
3918 * net/ange-ftp.el (ange-ftp-insert-directory):
3919 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3920 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3921 Handle also directories. (Bug#5478)
3922
3923 2010-02-05 Glenn Morris <rgm@gnu.org>
3924
3925 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3926
3927 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
3928
3929 * startup.el (command-line-1): Convert options beginning with a
3930 single dash as well (Bug#5519).
3931
3932 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
3933
3934 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3935 * minibuffer.el (completion-initials-expand): Only check the presence
3936 of delims *within* the boundaries, since otherwise the / delim is
3937 always found for files.
3938
3939 Fix up various corner case problems.
3940 * doc-view.el (doc-view-last-page-number): New function.
3941 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3942 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3943 (doc-view-kill-proc): Avoid inf-loop in freak cases.
3944 (doc-view-reconvert-doc): Use the new recursive delete-directory.
3945 (doc-view-convert-current-doc): Don't create the resolution.el file
3946 here any more.
3947 (doc-view-pdf/ps->png): Do it here instead.
3948 (doc-view-already-converted-p): Check that resolution.el is present.
3949 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3950 windows that are not yet showing images.
3951
3952 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
3953
3954 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3955 `dired-uncache' for every elemnt which is an absolute file name.
3956
3957 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3958 directory, handle its directory component.
3959 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3960 function is called permanently and creates noise, otherwise.
3961
3962 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3963 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3964 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
3965
3966 2010-02-04 David Burger <dburger@google.com> (tiny change)
3967
3968 * macros.el (apply-macro-to-region-lines):
3969 Minor simplification. (Bug#5485)
3970
3971 2010-02-04 Glenn Morris <rgm@gnu.org>
3972
3973 * mail/rmail.el (rmail-show-message-1): Handle malformed
3974 quoted-printable text. (Bug#5441)
3975
3976 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3977
3978 * simple.el (visual-line-mode): Capitalize lighter.
3979
3980 2010-02-03 John Wiegley <jwiegley@gmail.com>
3981
3982 * iswitchb.el (iswitchb-completions): Add bookmark files to the
3983 list of files considered for "virtual buffer" completions.
3984
3985 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
3986
3987 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3988 also in case of (and (not full) (not wildcard)). This is needed,
3989 when dired is called with a list of files, which are not in
3990 `default-directory'. (Bug#5478)
3991
3992 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3993
3994 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3995
3996 2010-02-02 Juri Linkov <juri@jurta.org>
3997
3998 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3999 from unidiff to allow function-line after @@.
4000
4001 2010-02-02 Juri Linkov <juri@jurta.org>
4002
4003 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
4004 '(RCS SCCS) with inverted condition.
4005
4006 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
4007
4008 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
4009 messages.
4010
4011 2010-02-01 Juri Linkov <juri@jurta.org>
4012
4013 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
4014 compare with "pkunzip" and "pkzip" instead of only "pkzip".
4015 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
4016 only when (car archive-zip-extract) is "unzip". (Bug#5475)
4017
4018 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4019
4020 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
4021 (doc-view-revert-buffer): New command.
4022 (doc-view-mode-map): Use it.
4023
4024 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
4025
4026 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
4027 pending merge is detected.
4028
4029 2010-01-31 Juri Linkov <juri@jurta.org>
4030
4031 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
4032 beginning of interactive spec like all other grep commands do.
4033 Put "all" in front of "gz". (Bug#5260)
4034
4035 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
4036
4037 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
4038
4039 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
4040
4041 * dirtrack.el (dirtrack): Warn instead of signalling error if the
4042 regexp is incorrect (Bug#5476).
4043
4044 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
4045
4046 * net/tramp.el (tramp-handle-insert-directory): Handle also
4047 symlinks, when FILENAME is not in `default-directory'.
4048
4049 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
4050
4051 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
4052 FILE is not in `default-directory'. (Bug#5478)
4053
4054 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
4055 of SWITCHES. Handle the case, FILENAME is not in
4056 `default-directory'. (Bug#5478)
4057 (tramp-register-file-name-handlers): Add safe-magic property.
4058
4059 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
4060
4061 * arc-mode.el (archive-zip-extract): Quote the argument passed to
4062 unzip (Bug#5475).
4063
4064 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
4065
4066 * progmodes/flymake.el (flymake-allowed-file-name-masks)
4067 (flymake-master-make-header-init): Add other C++ filename masks.
4068 (flymake-find-possible-master-files)
4069 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
4070
4071 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
4072
4073 Fix some busybox annoyances.
4074
4075 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
4076 not responding." string.
4077 (tramp-open-connection-setup-interactive-shell): Dump stty
4078 settings. Enable "neveropen" arg for all `tramp-send-command'
4079 calls. Handle "=" in variable values properly.
4080 (tramp-find-inline-encoding): Raise an error, when no encoding is
4081 found.
4082 (tramp-wait-for-output): Check, whether PROC buffer is available.
4083 Remove spurious " ^H" sequences, sent by busybox.
4084 (tramp-get-ls-command): Suppress coloring, if possible.
4085
4086 2010-01-28 Glenn Morris <rgm@gnu.org>
4087
4088 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
4089
4090 * log-edit.el (log-edit-strip-single-file-name): Add missing
4091 :safe, :group, and :version tags.
4092
4093 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
4094
4095 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
4096 buffers. (Bug#5477)
4097
4098 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
4099
4100 * files.el (delete-directory): Handle moving to trash without
4101 first doing recursion (Bug#5436).
4102
4103 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
4104
4105 * vc-hooks.el (vc-path): Mark as obsolete.
4106
4107 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
4108
4109 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
4110 names too.
4111
4112 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
4113 for the short log.
4114 (vc-bzr-log-view-mode): Adjust regexp for the above change.
4115
4116 2010-01-25 Mark A. Hershberger <mah@everybody.org>
4117
4118 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
4119
4120 * vc-bzr.el (vc-bzr-revision-table): New function.
4121
4122 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
4123
4124 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
4125 diff-index command. This requires at least git-1.5.5. (Bug#1589).
4126
4127 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4128
4129 Remove support for adding --signoff on commit.
4130 Future support will use an incompatible generic mechanism.
4131 * vc-git.el (vc-git-add-signoff): Remove variable.
4132 (vc-git-toggle-signoff): Remove function.
4133 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
4134
4135 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
4136 from xterm-set-background-mode. Return t if the background mode
4137 was set.
4138 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
4139 earlier, call it again in case the background mode has changed.
4140
4141 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
4142
4143 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
4144 (Bug#3541).
4145
4146 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
4147
4148 * emacs-lisp/assoc.el (aelement): Doc fix.
4149 (aput, adelete, amake): Use lexical-let (Bug#5450).
4150
4151 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
4152
4153 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
4154 is the same as subprogram call, not declaration. (Bug#5435).
4155
4156 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
4157
4158 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
4159 (tramp-smb-maybe-open-connection): Use it.
4160
4161 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
4162
4163 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
4164
4165 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4166
4167 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
4168 just because we see "encoding: 8bit".
4169 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
4170
4171 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
4172
4173 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
4174
4175 2010-01-22 Eli Zaretskii <eliz@gnu.org>
4176
4177 * jka-compr.el (jka-compr-load): If load-file is not in
4178 load-history, try its file-truename version. (bug#5447)
4179
4180 2010-01-21 Alan Mackenzie <acm@muc.de>
4181
4182 Fix a situation where deletion of a cpp construct throws an error.
4183 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
4184 invoking c-with-all-but-one-cpps-commented-out, check that the
4185 special cpp construct is still in the buffer.
4186 (c-parse-state): Record the special cpp with markers, not numbers.
4187
4188 2010-01-21 Kenichi Handa <handa@m17n.org>
4189
4190 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
4191 process last-command-event, as it is now decoded first (Bug#5380).
4192
4193 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
4194
4195 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
4196
4197 2010-01-20 Glenn Morris <rgm@gnu.org>
4198
4199 * indent.el (tab-always-indent): Fix custom-type.
4200
4201 2010-01-19 Alan Mackenzie <acm@muc.de>
4202
4203 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
4204 buffer throws "args out of range".
4205 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
4206 playing the role of delimiter.
4207
4208 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
4209
4210 * progmodes/ada-mode.el: Fix bug#5400.
4211 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
4212 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
4213 changed. Delete RECURSIVE parameter; never used. Improve doc string.
4214 Improve comments in "is" portion. Handle null procedure declaration.
4215 (ada-move-to-end): Improve doc string.
4216
4217 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
4218
4219 * ido.el (ido-cur-list): Initialize to nil.
4220 Remove obsolete information from commentary.
4221 (ido-choice-list): Initialize to nil.
4222 (ido-get-bufname): Reject minibuffers.
4223 (ido-make-buffer-list): If "default" is a nonexistent
4224 buffer, ignore it, as per the function's comment.
4225 (ido-kill-buffer-internal): New function.
4226 (ido-kill-buffer-at-head): Use it.
4227 (ido-visit-buffer): Likewise.
4228
4229 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
4230
4231 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
4232
4233 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
4234
4235 * cedet/ede/locate.el (ede-locate-file-in-project)
4236 (ede-locate-file-in-project-impl): Fix typos in docstrings.
4237 (ede-enable-locate-on-project): Fix typos in error messages.
4238
4239 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
4240 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
4241 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
4242 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
4243 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
4244 Fix typos in menu help.
4245
4246 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
4247 Fix typos in chart titles.
4248
4249 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
4250 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
4251 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
4252 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
4253 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
4254 (semantic-parse-stream, semantic-parse-region)
4255 (semantic-parse-region-default, semantic--set-buffer-cache)
4256 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
4257 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
4258 (semantic-default-submodes):
4259 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
4260 (semanticdb-create-ebrowse-database)
4261 (semanticdb-find-tags-for-completion-method)
4262 (semanticdb-find-tags-by-class-method)
4263 (semanticdb-deep-find-tags-by-name-method)
4264 (semanticdb-deep-find-tags-for-completion-method):
4265 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
4266 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
4267 (semanticdb-find-tags-for-completion-method)
4268 (semanticdb-find-tags-by-class-method)
4269 (semanticdb-deep-find-tags-for-completion-method):
4270 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
4271 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
4272 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
4273 (semanticdb-find-tags-by-name-method)
4274 (semanticdb-find-tags-by-name-regexp-method)
4275 (semanticdb-find-tags-for-completion-method)
4276 (semanticdb-find-tags-by-class-method)
4277 (semanticdb-find-tags-external-children-of-type-method)
4278 (semanticdb-find-tags-subclasses-of-type-method)
4279 (semanticdb-deep-find-tags-by-name-method)
4280 (semanticdb-deep-find-tags-by-name-regexp-method)
4281 (semanticdb-deep-find-tags-for-completion-method):
4282 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
4283 (semanticdb-enable-gnu-global-in-buffer)
4284 (semanticdb-find-tags-for-completion-method)
4285 (semanticdb-deep-find-tags-by-name-method)
4286 (semanticdb-deep-find-tags-for-completion-method):
4287 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
4288 (javascript-mode, semanticdb-find-translate-path)
4289 (semanticdb-find-tags-for-completion-method)
4290 (semanticdb-find-tags-by-class-method)
4291 (semanticdb-deep-find-tags-by-name-method)
4292 (semanticdb-deep-find-tags-for-completion-method)
4293 (semanticdb-find-tags-external-children-of-type-method):
4294 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
4295 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
4296 (global-semantic-idle-scheduler-mode):
4297 * cedet/srecode/dictionary.el (srecode-field-value)
4298 (srecode-dictionary-add-section-dictionary):
4299 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
4300 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
4301 (describe-class, eieio-describe-generic, describe-generic):
4302 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
4303 (eieio-speedbar-expand):
4304 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4305 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
4306 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
4307 (viper-del-backward-char-in-replace, viper-backward-indent)
4308 (viper-brac-function, viper-register-to-point, viper-submit-report):
4309 * net/tramp.el (tramp-remote-coding-commands):
4310 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
4311 Fix typos in docstrings.
4312
4313 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4314
4315 * mail/sendmail.el (mail-yank-original): Set the mark if the
4316 specified function for yanking does not do it.
4317
4318 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
4319
4320 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
4321
4322 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
4323 resyncing a directory.
4324
4325 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
4326
4327 * progmodes/ada-mode.el: Fix bug#1920.
4328 (ada-ident-re): Delete ., allow multibyte characters.
4329 (ada-goto-label-re): New; matches goto labels.
4330 (ada-block-label-re): New; matches block labels.
4331 (ada-label-re): New; matches both.
4332 (ada-named-block-re): Deleted; callers changed to use
4333 `ada-block-label-re' instead.
4334 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
4335 Use `ada-block-label-re'.
4336 (ada-indent-on-previous-lines): Improve handling of goto labels.
4337 (ada-get-indent-block-start): Special-case block label.
4338 (ada-get-indent-label): Split into `ada-indent-block-label' and
4339 `ada-indent-goto-label'.
4340 (ada-goto-stmt-start, ada-goto-next-non-ws):
4341 Optionally ignore goto labels.
4342 (ada-goto-next-word): Simplify.
4343 (ada-indent-newline-indent-conditional): Insert newline before
4344 trying to fix indentation; doc fix.
4345
4346 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
4347
4348 * calc/calc.el (calc-command-flags): Give it an initial value.
4349
4350 2010-01-17 Glenn Morris <rgm@gnu.org>
4351
4352 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
4353
4354 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4355
4356 * cedet/semantic.el (semantic-mode):
4357 * files.el (minibuffer-with-setup-hook):
4358 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
4359 (artist-key-draw-continously, artist-key-do-continously-continously)
4360 (artist-key-set-point-continously, artist-mouse-draw-continously):
4361 Fix typos in docstrings.
4362
4363 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
4364
4365 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
4366 return t (Bug#3898).
4367
4368 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
4369
4370 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
4371 can parse the output of the external commands (Bug#5279).
4372
4373 2010-01-16 Jari Aalto <jari.aalto@cante.net>
4374
4375 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
4376
4377 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
4378
4379 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
4380
4381 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
4382
4383 * startup.el (command-line): Remove unused --icon-type arg.
4384 Handle --display arg, passing it to command-line-1 (Bug#5392).
4385
4386 2010-01-16 Mario Lang <mlang@delysid.org>
4387
4388 * cedet/ede/cpp-root.el (ede-cpp-root-project):
4389 * cedet/ede/files.el (ede-expand-filename):
4390 * cedet/ede/simple.el (ede-simple-project):
4391 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4392 (semantic-complete-inline-tag-engine):
4393 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4394 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
4395 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4396 * cedet/semantic/db.el (semanticdb-equivalent-mode):
4397 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
4398 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4399 * emacs-lisp/chart.el (chart-translate-namezone):
4400 * textmodes/artist.el (artist-compute-popup-menu-table):
4401 Remove duplicated words in doc-strings.
4402
4403 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
4404
4405 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
4406 to mairix-search to suppress threading (Bug#5342).
4407
4408 2010-01-15 Kenichi Handa <handa@m17n.org>
4409
4410 * international/mule-cmds.el (canonicalize-coding-system-name):
4411 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
4412
4413 2010-01-15 Glenn Morris <rgm@gnu.org>
4414
4415 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
4416
4417 * wid-edit.el (widget-keymap): Doc fix.
4418
4419 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
4420 former seems to be more widely accepted by various svn versions.
4421
4422 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
4423
4424 * find-cmd.el (find-constituents):
4425 * vc-arch.el (vc-arch-root):
4426 * window.el (window-body-height, pop-up-frames):
4427 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
4428 (semantic-no-reparse-needed-change-hook):
4429 * cedet/srecode/insert.el (srecode-resolve-argument-list)
4430 (srecode-template-inserter-blank, srecode-template-inserter-variable)
4431 (srecode-template-inserter-ask, srecode-template-inserter-width)
4432 (srecode-template-inserter-section-start)
4433 (srecode-template-inserter-section-end, srecode-insert-method):
4434 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
4435 * progmodes/ada-stmt.el (ada-if):
4436 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
4437 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
4438 (ispell-encoding8-command, ispell-aspell-supports-utf8)
4439 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
4440
4441 * progmodes/flymake.el (flymake-post-syntax-check):
4442 Fix typo in error message.
4443
4444 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
4445
4446 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
4447 which is always a string. (Bug#5313)
4448
4449 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
4450
4451 * progmodes/ada-xref.el (ada-default-prj-properties):
4452 Simplify previous change.
4453
4454 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4455
4456 * progmodes/ada-xref.el (ada-default-prj-properties):
4457 Default ada_project_path to $ADA_PROJECT_PATH.
4458
4459 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4460
4461 * progmodes/ada-mode.el (ada-create-keymap):
4462 Override `narrow-to-defun' with `ada-narrow-to-defun'.
4463
4464 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4465
4466 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
4467 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
4468 (ada-get-current-indent, ada-imenu-generic-expression)
4469 (ada-which-function): Check for it.
4470
4471 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4472
4473 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
4474 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
4475
4476 2010-01-14 Glenn Morris <rgm@gnu.org>
4477
4478 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
4479
4480 2010-01-14 Kenichi Handa <handa@m17n.org>
4481
4482 * composite.el (auto-composition-mode): Make it a buffer local
4483 variable (permanent-local).
4484 (auto-composition-function): Set the default value to
4485 auto-compose-chars.
4486 (auto-composition-mode): Make it a simple function, not a minor mode.
4487 (global-auto-composition-mode): Likewise.
4488 (turn-on-auto-composition-if-enabled): Delete it.
4489
4490 2010-01-13 Karl Fogel <kfogel@red-bean.com>
4491
4492 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
4493
4494 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
4495
4496 * files.el (copy-directory): Compute target for recursive
4497 directories with identical names. (Bug#5343)
4498
4499 2010-01-12 Glenn Morris <rgm@gnu.org>
4500
4501 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
4502 it to bug-gnu-emacs rather than emacs-pretest-bug.
4503
4504 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
4505
4506 * cedet/data-debug.el (data-debug): Fix customization group reference.
4507
4508 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
4509
4510 * cedet/semantic/analyze.el (semantic-analyze-push-error)
4511 (semantic-analyze-context, semantic-analyze-context-assignment)
4512 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
4513 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
4514 (semantic-java-doc-keywords-map):
4515 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
4516 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
4517 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
4518 (semantic-c-classname, semantic-format-tag-uml-prototype)
4519 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
4520 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
4521 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
4522 (semantic-get-local-variables, semantic-end-of-command)
4523 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
4524 (lisp-mode):
4525 * cedet/semantic/bovine/make.el (makefile-mode):
4526 * cedet/semantic/wisent/python.el (wisent-python-string-re)
4527 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
4528 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
4529 (semantic-lex, semantic-get-local-variables, python-mode):
4530 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
4531 * cedet/srecode/extract.el (srecode-extract-state-set)
4532 (srecode-extract-method): Fix typos in docstrings.
4533
4534 2010-01-11 Sam Steingold <sds@gnu.org>
4535
4536 * imenu.el (imenu-default-create-index-function): Detect infinite
4537 loops caused by imenu-prev-index-position-function.
4538
4539 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
4540
4541 * htmlfontify.el (htmlfontify-load-rgb-file)
4542 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
4543 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
4544 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
4545 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
4546 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
4547 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
4548 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
4549 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
4550 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
4551 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
4552 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
4553 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
4554 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
4555 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
4556 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
4557 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
4558 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
4559 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
4560 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
4561 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
4562 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
4563 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
4564 backslash-quoting from parentheses, etc.
4565
4566 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
4567
4568 * progmodes/js.el: Autoload javascript-mode alias.
4569
4570 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
4571
4572 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
4573 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
4574 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
4575 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
4576 Fix typos in docstrings.
4577 (ffap-url-regexp): Doc fix.
4578 (ffap-at-mouse): Fix typo in message.
4579
4580 2010-01-11 Glenn Morris <rgm@gnu.org>
4581
4582 * version.el (emacs-copyright): Set copyright year to 2010.
4583
4584 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4585
4586 * format.el (format-annotate-function): Only set
4587 write-region-post-annotation-function after running to-fn so as not to
4588 affect nested write-region calls (bug#5273).
4589
4590 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
4591
4592 * cedet/semantic.el (semantic-new-buffer-setup-functions):
4593 Add python parser.
4594
4595 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
4596 wisent/python.el.
4597
4598 2010-01-10 Richard Kim <emacs18@gmail.com>
4599
4600 * cedet/semantic/wisent/python-wy.el:
4601 * cedet/semantic/wisent/python.el: New files.
4602
4603 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
4604
4605 * man.el (Man-goto-section): Signal error if the section is not
4606 found (Bug#5317).
4607
4608 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
4609
4610 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
4611 URLs with a leading triple slash in the file: scheme. (Bug#5345)
4612
4613 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
4614
4615 * progmodes/compile.el: Don't treat compile-command as safe if
4616 compilation-read-command might be nil (Bug#4218).
4617
4618 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
4619
4620 * startup.el (command-line-1): Use orig-argi to check for ignored X and
4621 NS options.
4622
4623 2010-01-08 Kenichi Handa <handa@m17n.org>
4624
4625 * international/fontset.el (build-default-fontset-data):
4626 Exclude characters in scripts kana, hangul, han, or cjk-misc.
4627
4628 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
4629
4630 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
4631 to `create-file-buffer' as it expects, not just a buffer name.
4632 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
4633 to help uniquify. (Bug#3224)
4634
4635 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
4636
4637 * font-setting.el (font-setting-change-default-font): Use user-spec
4638 instead of name.
4639
4640 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4641
4642 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
4643
4644 2010-01-05 Tom Tromey <tromey@redhat.com>
4645
4646 * progmodes/python.el (python-font-lock-keywords):
4647 Handle qualified decorators (Bug#881).
4648
4649 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4650
4651 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
4652 in a lightweight checkout.
4653
4654 2010-01-05 Kenichi Handa <handa@m17n.org>
4655
4656 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
4657
4658 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4659
4660 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
4661
4662 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
4663
4664 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
4665 checkouts. (Bug#618)
4666 (vc-bzr-log-view-mode): Also highlight the author.
4667 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
4668 (vc-bzr-shelve-menu-map):
4669 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
4670 (vc-bzr-shelve-apply): Make prompt more explicit.
4671
4672 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
4673
4674 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
4675 They are valid characters in URL paths (rfc3986), and at least
4676 Firefox does not understand the encoded version (Bug#3166).
4677
4678 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
4679
4680 * progmodes/octave-mod.el (octave-end-keywords)
4681 (octave-block-begin-or-end-regexp, octave-block-match-alist):
4682 Add "end" keyword (Bug#3061).
4683 (octave-end-as-array-index-p): New function.
4684 (calculate-octave-indent): Use it.
4685
4686 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4687
4688 * bookmark.el: Consistently put the text property on the bookmark name.
4689 (bookmark-bmenu-marks-width): Bump back to 2, to include
4690 annotation marks.
4691 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
4692 property on the bookmark name, instead of not putting it at all.
4693 (bookmark-bmenu-list): Fix where we put the text property.
4694
4695 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4696
4697 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
4698 for showing buffer modified state (as added in the previous change).
4699
4700 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4701
4702 * bookmark.el: Show modified state of bookmark buffer more accurately.
4703 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
4704 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
4705 (with-buffer-modified-unmodified): New macro.
4706 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4707 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
4708 Use new macro to preserve the buffer modified state.
4709
4710 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4711
4712 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
4713 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
4714 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
4715 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
4716 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4717 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
4718 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
4719
4720 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4721
4722 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4723 Make the lines in the generated doc string shorter. (Bug#4668)
4724
4725 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
4726
4727 * net/rcirc.el: Add follow-link binding (Bug#4738).
4728
4729 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4730
4731 * Makefile.in (bzr-update): Rename from cvs-update.
4732 (cvs-update): New target for backward compatibility.
4733
4734 * makefile.w32-in (bzr-update): Rename from cvs-update.
4735 (cvs-update): New target for backward compatibility.
4736
4737 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4738
4739 * bookmark.el: Remove gratuitous gratitude.
4740
4741 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4742
4743 * bookmark.el (bookmark-bmenu-any-marks): New function
4744 (bookmark-bmenu-save): Clear buffer modification if no marks.
4745
4746 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4747
4748 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
4749 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
4750 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
4751 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
4752
4753 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
4754 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
4755 To: emacs-devel {_AT_} gnu.org
4756 Subject: bookmark.el bug report
4757 Date: Mon, 28 Dec 2009 14:19:16 +0800
4758 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
4759
4760 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4761
4762 * bookmark.el: Improvements suggested by Drew Adams:
4763 (bookmark-bmenu-ensure-position): New name for
4764 `bookmark-bmenu-check-position'. Just ensure the position,
4765 don't return any meaningful value.
4766 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4767 New constants.
4768
4769 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
4770
4771 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4772 (bookmark-yank-point, bookmark-bmenu-check-position):
4773 Fix typos in docstrings.
4774 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4775 (bookmark-name-from-full-record, bookmark-get-position)
4776 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4777 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4778 Remove useless quoting of parenthesis, etc. in docstrings.
4779
4780 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4781 (ediff-append-custom-diff): Fix typo in error message.
4782 (ediff-meta-mark-equal-files): Fix typos in messages.
4783
4784 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4785
4786 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
4787 Fix typo in docstring.
4788
4789 * net/imap-hash.el (imap-hash-make): Doc fix.
4790 (imap-hash-test): Fix typo in error message; reflow docstring.
4791 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4792 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4793 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4794 Fix typos in docstrings.
4795 (imap-hash-open-connection): Fix typo in error message.
4796
4797 * play/gomoku.el (gomoku): Fix typos in docstring.
4798
4799 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4800 (gdb-jsonify-buffer): Fix typos in docstring.
4801 (gdb-goto-breakpoint): Fix typo in error message.
4802 ("Display Other Windows"): Fix typo in help message.
4803 (gdb-speedbar-expand-node): Fix typo in question.
4804
4805 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4806 (idlwave-html-system-help-location, idlwave-html-help-location)
4807 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4808 (idlwave-help-browser-generic-args, idlwave-help-directory)
4809 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4810 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4811 (idlwave-online-help, idlwave-help-html-link)
4812 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4813 Fix typos in docstrings.
4814 (idlwave-help-with-source, idlwave-help-find-routine-definition):
4815 Reflow docstrings.
4816 (idlwave-help-assistant-start): Fix typo in error message.
4817
4818 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4819 (octave-electric-space): Fix typos in docstrings.
4820
4821 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
4822
4823 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4824
4825 2010-01-01 Juri Linkov <juri@jurta.org>
4826
4827 * comint.el (comint-input-ring-size): Make it a defcustom and
4828 increase the default to 500 (Bug#5148).
4829
4830 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
4831
4832 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4833 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4834 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4835
4836 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
4837
4838 Show working revision correctly for mercurial.
4839 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
4840 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
4841
4842 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
4843
4844 Declare some functions for the byte-compiler.
4845 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4846 (speedbar-timer-fn, speedbar-change-expand-button-char)
4847 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4848
4849 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
4850
4851 This changeset reverts GDB Graphical Interface to use annotations.
4852 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4853
4854 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4855
4856 Make vc-dir work on subdirectories of the bzr root.
4857 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
4858 file names relative to it.
4859 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4860 relative directory to vc-bzr-after-dir-status.
4861
4862 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
4863
4864 * font-lock.el (font-lock-refresh-defaults): New function, which
4865 can be used to let font-lock react to external changes in
4866 variables like font-lock-defaults and keywords.
4867 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4868
4869 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
4870
4871 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4872
4873 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4874
4875 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
4876
4877 Supersede color.diff settings in git log (bug#5211).
4878
4879 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4880 escape chars in its output when the user has color.diff set to `always'.
4881 This fix works on git 1.4.2 and newer (released on 2006-08-13).
4882
4883 2009-12-26 Kevin Ryde <user42@zip.com.au>
4884
4885 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4886 node. Keep previous "Index" name to work with past coreutils too.
4887
4888 * man.el (man): Revise docstring a bit to show -a and -l as
4889 examples. Add -k description since support for it has otherwise
4890 been a secret. (Further to bug#3717.)
4891 (Man-bgproc-sentinel): When "-k foo" produces no output show error
4892 "no matches" rather than "Can't find manpage", as the latter reads
4893 like -k was interpreted as a page name, which is not so. (Bug#5431)
4894
4895 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
4896
4897 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4898 switches. Check also for //SUBDIRED// line.
4899
4900 2009-12-25 Kenichi Handa <handa@m17n.org>
4901
4902 * language/indian.el (devanagari-composable-pattern): Fixed to
4903 handle ZWNJ and ZWJ. Use it in composition-function-table for
4904 Devanagari.
4905 (malayalam-composable-pattern): Fix previous change.
4906
4907 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4908
4909 * ps-print.el (ps-face-attributes): It was not returning the
4910 attribute face for faces specified as string. Reported by harven
4911 <harven@free.fr>.
4912 (ps-print-version): New version 7.3.5.
4913
4914 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
4915
4916 * calendar/icalendar.el (icalendar--convert-tz-offset):
4917 Fix timezone names.
4918 (icalendar--convert-tz-offset): Fix the "last-day-problem".
4919 (icalendar--add-diary-entry): Remove the trailing blank that
4920 diary-make-entry inserts.
4921
4922 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
4923
4924 Make `file-expand-wildcards' work for remote files.
4925
4926 * files.el (file-expand-wildcards): In case of remote files, check
4927 only local file name part for wildcards. Provide feature 'files
4928 and subfeature 'remote-wildcards. (Bug#5198)
4929
4930 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4931 if there is already an established connection.
4932 (tramp-advice-file-expand-wildcards): Remove it.
4933
4934 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
4935 (tramp-advice-file-expand-wildcards): Move from tramp.el.
4936 Activate advice for older GNU Emacs versions. (Bug#5237)
4937
4938 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
4939
4940 Some doc fixes (more needed).
4941
4942 * find-cmd.el (find-constituents): Reflow docstring.
4943 (find-cmd, find-prune, find-command): Fix typos in docstrings.
4944 (find-generic): Doc fix.
4945
4946 2009-12-17 Juri Linkov <juri@jurta.org>
4947
4948 Fix regression from 23.1 to allow multiple modes in Local Variables.
4949
4950 * files.el (hack-local-variables-filter): While ignoring duplicates,
4951 don't take `mode' into account.
4952 (hack-local-variables-filter, hack-dir-local-variables):
4953 Don't remove duplicate `mode' from local-variables-alist (like `eval').
4954
4955 2009-12-17 Juri Linkov <juri@jurta.org>
4956
4957 Make `dired-diff' safer. (Bug#5225)
4958
4959 * dired-aux.el (dired-diff): Signal an error when `file' equals to
4960 `current' or when `file' is a directory of the `current' file.
4961
4962 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
4963
4964 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4965 unconditionally preloaded files.
4966
4967 2009-12-16 Juri Linkov <juri@jurta.org>
4968
4969 Revert to old 23.1 logic of using the file at the mark as default.
4970 * dired-aux.el (dired-diff): Use the file at the mark as default
4971 if it's not the same as the current file, and the target dir is
4972 the current dir or the mark is active. Add the current file
4973 as the arg of `dired-dwim-target-defaults'. Use the default file
4974 in the prompt. (Bug#5225)
4975
4976 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
4977
4978 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4979 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4980 (tramp-check-for-regexp): Check also, when an echoing shell stops
4981 to echo sent commands.
4982
4983 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4984
4985 * Makefile.in: Revert last change (Bug#5191).
4986
4987 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
4988
4989 * vc-hg.el (vc-hg-print-log): Fix argument order.
4990 (vc-hg-working-revision): Make sure the command is executed in a
4991 known environment so that we can parse the output. (Bug#4417)
4992
4993 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4994
4995 * progmodes/python.el (python-symbol-completions): Remove text
4996 properties from symbol string before calling python-send-receive.
4997
4998 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
4999
5000 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5001 when there are values for both file and line. (Bug#5060)
5002
5003 2009-12-14 Juri Linkov <juri@jurta.org>
5004
5005 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
5006 whitespace after the file name of the first line of unified format,
5007 because git-diff doesn't output whitespace and file modification time
5008 after the file name.
5009
5010 2009-12-14 David Kastrup <dak@gnu.org>
5011
5012 * info.el (Info-hide-cookies-node): Before hiding a cookie,
5013 check if it already has the `display' property added by
5014 `Info-display-images-node', and not put the `invisible' property
5015 in this case.
5016
5017 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5018
5019 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
5020 (semantic-mru-bookmark-mode): Doc fixes.
5021
5022 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
5023 of assert.
5024
5025 2009-12-13 Glenn Morris <rgm@gnu.org>
5026
5027 * mail/emacsbug.el (message-sort-headers): Define for compiler.
5028 (report-emacs-bug): In message-mode, sort manually before storing
5029 original report text. (Bug#5178)
5030 Remove superfluous save-excursion.
5031
5032 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
5033
5034 * net/dbus.el (dbus-property-handler): Filter lambda forms out
5035 when responding to "GetAll" properties.
5036
5037 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
5038
5039 * simple.el (compose-mail): Remove mail-setup-with-from from
5040 customization checks.
5041
5042 2009-12-12 Eli Zaretskii <eliz@gnu.org>
5043
5044 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
5045 RAR archives created on Unix systems.
5046
5047 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5048
5049 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
5050 the varalias that was accidentally removed by the 2009-11-19 change
5051 (bug#5186).
5052
5053 2009-12-12 Kenichi Handa <handa@m17n.org>
5054
5055 * language/indian.el (indian-compose-regexp): New function.
5056 (malayalam-composable-pattern): Fix the pattern.
5057 (composition-function-table): Set malayalam-composable-pattern for
5058 Malayalam characters.
5059
5060 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
5061
5062 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
5063 rather than down-mouse-1, based on follow-link conventions.
5064
5065 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
5066 are compiled.
5067
5068 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
5069
5070 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
5071 (verilog-vmm-statement-re, verilog-ovm-statement-re)
5072 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
5073 (verilog-leap-to-head, verilog-backward-token):
5074 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
5075
5076 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
5077
5078 * progmodes/verilog-mode.el (verilog-auto-lineup)
5079 (verilog-nameable-item-re): Cleanup user-visible spelling and
5080 documentation errors. One reported by Gary Delp.
5081 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
5082 (verilog-read-decls): Fix AUTOWIRE with types declared in a
5083 package, bug195. Reported by Pierre-David Pfister.
5084
5085 2009-12-11 Glenn Morris <rgm@gnu.org>
5086
5087 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
5088
5089 * mail/emacsbug.el: No longer require sendmail.
5090 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
5091 (report-emacs-bug-orig-text): Doc fix.
5092 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
5093 New local variables, to adapt to different mail-user-agents.
5094 (report-emacs-bug): Fix test for a gnu.org address.
5095 Use overlays for emphasis, since font-lock defeats 'face property.
5096 Pretest bugs also end up at the newsgroup these days.
5097 Stop message-mode stripping text properties.
5098 Set and use the new buffer-local variables.
5099 (report-emacs-bug-hook): Add doc-string.
5100 Remove some unnecessary save-excursions and simplify.
5101 Use the appropriate hook and send-command.
5102
5103 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
5104 capitalization of some menu entries.
5105
5106 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5107
5108 * whitespace.el (whitespace-display-char-on):
5109 Ensure `buffer-display-table' is unique when two or more windows are
5110 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
5111 New version 12.1.
5112
5113 2009-12-10 Eli Zaretskii <eliz@gnu.org>
5114
5115 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
5116 characters in the Attribute field.
5117
5118 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
5119
5120 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
5121
5122 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5123
5124 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
5125 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5126 Disregard autoload-excludes.
5127 (update-directory-autoloads): Obey autoload-excludes here instead.
5128 But don't store its contents in no-autoloads and remove entries that
5129 refer to excludes files.
5130
5131 2009-12-10 Glenn Morris <rgm@gnu.org>
5132
5133 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
5134 (expand-mail-aliases): Define for compiler.
5135
5136 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
5137 Define for compiler.
5138
5139 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
5140 appropriate for the mail-user-agent in use.
5141
5142 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
5143
5144 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
5145
5146 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
5147
5148 Fix short log parsing and fontification.
5149 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
5150 Fix fontification for the [merge] label.
5151
5152 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
5153
5154 Drop some properties to avoid surprises (bug#5002).
5155 * htmlfontify.el (hfy-ignored-properties): New defcustom.
5156 (hfy-fontify-buffer): Use it.
5157
5158 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
5159
5160 Minor cleanup.
5161 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
5162 Adjust all callers.
5163 (ffap-locate-file): Remove unused arg `dir-ok' and make other
5164 args compulsory. Adjust callers.
5165 (ffap-gopher-at-point): Remove unused var `name'.
5166
5167 Get rid of the ELCFILES abomination.
5168 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
5169 (compile-elcfiles): New phony target.
5170 (compile-main): Compute ELCFILES dynamically.
5171 (compile-clean): New target to remove left-over elc files.
5172 (compile, all): Use it.
5173
5174 2009-12-09 Kenichi Handa <handa@etlken>
5175
5176 * international/mule-diag.el: Require help-mode instead of help-fns.
5177
5178 2009-12-09 Kenichi Handa <handa@m17n.org>
5179
5180 * international/mule-cmds.el (ucs-names): Supply sufficiently
5181 fine ranges instead of pre-calculating accurate ranges.
5182 Iterate with bigger gc-cons-threshold.
5183
5184 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
5185
5186 Add support for stashing a snapshot of the current tree.
5187 * vc-git.el (vc-git-stash-snapshot): New function.
5188 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
5189
5190 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
5191
5192 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
5193 instead of `(beginning|end)-of-line'.
5194
5195 2009-12-08 Glenn Morris <rgm@gnu.org>
5196
5197 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
5198
5199 * Makefile.in (ELCFILES): Regenerate.
5200
5201 2009-12-07 Juri Linkov <juri@jurta.org>
5202
5203 Don't lazy-highlight the comint output in history Isearch mode.
5204
5205 * comint.el (comint-history-isearch-search): Instead of
5206 `comint-line-beginning-position', use `comint-after-pmark-p'
5207 to check if point if before the process mark, and go to
5208 `process-mark' in this case.
5209
5210 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5211
5212 * textmodes/tex-mode.el (latex-complete)
5213 (latex-indent-or-complete): Remove.
5214 (latex-mode): Set completion-at-point-functions instead.
5215
5216 Provide a standard completion command and hook it into TAB.
5217 * minibuffer.el (completion-at-point-functions): New var.
5218 (completion-at-point): New command.
5219 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
5220 * progmodes/python.el (python-mode-map): Use completion-at-point.
5221 (python-completion-at-point): Rename from python-partial-symbol and
5222 adjust for use in completion-at-point-functions.
5223 (python-mode): Setup completion-at-point for Python completion.
5224 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
5225 extracted from lisp-complete-symbol.
5226 (lisp-complete-symbol): Use it.
5227 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
5228 setup completion-at-point for Elisp completion.
5229 (emacs-lisp-mode-map, lisp-interaction-mode-map):
5230 Use completion-at-point.
5231 * ielm.el (ielm-map): Use completion-at-point.
5232 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
5233 * progmodes/sym-comp.el: Move to...
5234 * obsolete/sym-comp.el: Move from progmodes.
5235
5236 2009-12-07 Eli Zaretskii <eliz@gnu.org>
5237
5238 Prevent save-buffer in Rmail buffers from using the coding-system
5239 of the current message, and from clobbering the encoding mnemonics
5240 in the mode line (Bug#4623).
5241
5242 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
5243 flag, too.
5244 (rmail-message-encoding): New variable.
5245 (rmail-write-region-annotate): Record the encoding of the current
5246 message in rmail-message-encoding.
5247 (rmail-after-save-hook): New function, restores the encoding of
5248 the current message after the message collection is saved.
5249
5250 2009-12-07 Juri Linkov <juri@jurta.org>
5251
5252 * progmodes/grep.el (grep-read-files): Use `completing-read'
5253 instead of `read-string'. Set its `collection' arg to
5254 `read-file-name-internal'. (Bug#4301)
5255
5256 2009-12-07 Juri Linkov <juri@jurta.org>
5257
5258 Correctly restore original Isearch point. (Bug#4994)
5259
5260 * isearch.el (isearch-mode): Move `isearch-push-state' after
5261 `(run-hooks 'isearch-mode-hook)'.
5262 (isearch-cancel): When `isearch-push-state-function' is defined,
5263 let-bind `isearch-cmds' to the first state (the last element of
5264 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
5265 function and restores the original point). Otherwise, move point
5266 to `isearch-opoint'.
5267
5268 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5269
5270 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
5271 chars that don't have names, so the table can be built much faster at
5272 run-time.
5273
5274 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
5275
5276 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
5277 change. Suggested by David Kastrup.
5278
5279 * simple.el (compose-mail): Check for incompatibilities and warn.
5280 (compose-mail-user-agent-warnings): New option.
5281
5282 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5283
5284 Support showing a single log entry from vc-annotate.
5285 * vc.el (print-log): Add a new argument: START-REVISION.
5286 (vc-print-log-internal): Add a new optional argument and
5287 pass it to the backend.
5288 (vc-print-log, vc-print-root-log): Adjust callers.
5289 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
5290 buffer already displays the requested log entry, use it.
5291 Otherwise display only the log entry in question.
5292 * vc-svn.el (vc-svn-print-log):
5293 * vc-mtn.el (vc-mtn-print-log):
5294 * vc-hg.el (vc-hg-state):
5295 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
5296 (vc-git-show-log-entry): Return t on success.
5297 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
5298 (vc-bzr-show-log-entry): Return t on success.
5299 * vc-rcs.el (vc-rcs-print-log):
5300 * vc-sccs.el (vc-sccs-print-log):
5301 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
5302
5303 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5304
5305 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
5306 Add menus to the meta mode. (Bug#5043)
5307
5308 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
5309
5310 * ediff-init.el (ediff-event-key): Use event-to-character instead of
5311 event-key.
5312
5313 * ediff.el (ediff-buffers-internal): Add unwind-protect.
5314
5315 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
5316
5317 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
5318 Berbain <raphael.berbain@gmail.com>.
5319
5320 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
5321 characters.
5322 (tramp-initial-end-of-output): New defconst.
5323 (tramp-methods, tramp-find-shell)
5324 (tramp-open-connection-setup-interactive-shell)
5325 (tramp-maybe-open-connection): Use it.
5326 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
5327 existence of `#' and `$'.
5328
5329 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
5330 `tramp-initial-end-of-output'.
5331
5332 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5333
5334 Get the background mode from the terminal for xterm, and set
5335 faces accordingly.
5336 * term/xterm.el (xterm-set-background-mode): New function.
5337 (terminal-init-xterm): Use it in case xterm supports background
5338 color queries. Recompute faces after getting the background
5339 color.
5340
5341 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
5342
5343 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
5344 number comment back on its own line, for easier parsing.
5345
5346 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5347
5348 Make it work for non-file buffers (bug#5102).
5349 * doc-view.el (doc-view-current-cache-dir):
5350 Use doc-view-buffer-file-name rather than buffer-file-name.
5351 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
5352
5353 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
5354
5355 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
5356 author field is too short.
5357
5358 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
5359
5360 * vc-git.el (vc-git-print-log): Handle a limit argument.
5361 Display the short log in graph form and with labels.
5362 (vc-git-log-view-mode): Handle labels.
5363
5364 Make vc-revert change VC state from 'added to 'unregistered.
5365 * vc-git.el (vc-git-revert): Call git reset first.
5366
5367 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
5368
5369 * net/newst-backend.el, net/newst-plainview.el:
5370 * net/newst-reader.el, net/newst-ticker.el:
5371 * net/newst-treeview.el, net/newsticker.el:
5372 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
5373
5374 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
5375
5376 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
5377
5378 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
5379 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
5380 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
5381 Update annotation regexp.
5382
5383 * simple.el (beginning-of-visual-line): Constrain to field
5384 boundaries (Bug#5106).
5385
5386 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
5387
5388 * xml.el (xml-substitute-numeric-entities): Move
5389 newsticker--decode-numeric-entities in newst-backend.el to
5390 xml-substitute-numeric-entities in xml.el. (Bug#5008)
5391 * net/newst-backend.el (newsticker--parse-generic-feed)
5392 (newsticker--parse-generic-items)
5393 (newsticker--decode-numeric-entities): Move
5394 newsticker--decode-numeric-entities in newst-backend.el to
5395 xml-substitute-numeric-entities in xml.el. (Bug#5008)
5396
5397 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
5398
5399 * progmodes/js.el (js--js-not): Add null to the list of values.
5400
5401 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
5402
5403 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
5404
5405 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5406
5407 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
5408 delimiter if it is at the end of the current line.
5409 (bibtex-generate-url-list): Fix docstring.
5410
5411 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5412
5413 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
5414 minibuffer's content with itself.
5415 Fold the confirm-after-completion case into the `confirm' case.
5416 (completion-pcm-word-delimiters): Add : and / to the delimiters.
5417
5418 2009-12-06 Kevin Ryde <user42@zip.com.au>
5419
5420 * ffap.el (ffap-rfc-path): Make this a defcustom since
5421 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
5422
5423 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
5424 manuals, similar to existing setup for help-mode. (Bug#3913.)
5425
5426 2009-12-05 Juri Linkov <juri@jurta.org>
5427
5428 Save and restore dired buffer's point positions too. (Bug#4880)
5429
5430 * dired.el (dired-save-positions): Return in the first element
5431 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
5432 Doc fix.
5433 (dired-restore-positions): First restore buffer's position.
5434 While restoring window's positions, check if window still displays
5435 the original buffer.
5436
5437 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
5438
5439 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
5440 if possible.
5441
5442 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
5443 Make argument optional.
5444
5445 * shell.el (shell): Require ansi-color (Bug#5113).
5446
5447 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
5448
5449 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
5450
5451 2009-12-05 Alan Mackenzie <acm@muc.de>
5452
5453 * progmodes/cc-mode.el (c-before-hack-hook)
5454 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
5455 `c-file-style' to work again. This reversion restores the current
5456 software to its state in Emacs 23.1. (Bug#4146)
5457
5458 2009-12-05 Kevin Ryde <user42@zip.com.au>
5459
5460 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
5461 comment-start-skip to comment-end-skip as comment (Bug#4781).
5462
5463 2009-12-05 Juri Linkov <juri@jurta.org>
5464
5465 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
5466 for virtual nodes. (Bug#4147)
5467 (Info-find-node-2): Set `Info-current-node-virtual' to nil
5468 when moving from a virtual node.
5469 (Info-mode-menu): Add `Info-virtual-index' to the menu.
5470 (Info-mode): Add `Info-virtual-index' to the docstring.
5471
5472 2009-12-05 Eric Ludlam <zappo@gnu.org>
5473
5474 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
5475 Describe project macro symbols.
5476
5477 * cedet/semantic/complete.el (semantic-complete-do-completion):
5478 Don't call semantic-collector-current-exact-match.
5479
5480 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
5481 ede-objects as targets.
5482
5483 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
5484 a target's object list even if compiler vars are already in the
5485 Makefile.
5486
5487 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
5488 list of headers producing necessary macros.
5489
5490 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5491
5492 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
5493 track of the buffer position of the end of a BibTeX entry as this
5494 position may change during reformatting.
5495 (bibtex-format-entry): Remove whitespace before processing
5496 numerical fields so that we recognize the latter properly.
5497 (bibtex-reformat): Do not use push which changes the global value
5498 of bibtex-entry-format.
5499 (bibtex-field-braces-alist, bibtex-field-strings-alist)
5500 (bibtex-field-re-init): Replace only space characters by regexp
5501 for whitespace.
5502 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
5503 (bibtex-initialize): Also update bibtex-strings.
5504 (bibtex-kill-field): Preserve white space at end of entry.
5505 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
5506 Update bibtex-reference-keys.
5507
5508 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5509
5510 * minibuffer.el (completion-pcm--merge-try): Also consider placing
5511 point after a star, if that's the only place where modifications can
5512 make progress.
5513
5514 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
5515
5516 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
5517 in docstrings.
5518
5519 2009-12-04 Juri Linkov <juri@jurta.org>
5520
5521 * proced.el (proced): Call `(proced-update t)' to update process
5522 information instead of only running proced-post-display-hook.
5523 (proced-send-signal): Add a leading space to the buffer name
5524 " *Marked Processes*" to make this buffer ephemeral.
5525
5526 2009-12-04 Juri Linkov <juri@jurta.org>
5527
5528 * dired.el (dired-auto-revert-buffer): New defcustom.
5529 (dired-internal-noselect): Use it.
5530
5531 2009-12-04 Juri Linkov <juri@jurta.org>
5532
5533 Change roles of modes and functions in image-mode.el (Bug#5062).
5534
5535 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
5536 in `auto-mode-alist'.
5537 (image-mode-previous-major-mode): New variable.
5538 (image-minor-mode-map): Rename from `image-mode-text-map'.
5539 (image-mode): Move graceful error-handling code from
5540 `image-minor-mode' to here. On errors call `image-mode-as-text'.
5541 (image-minor-mode): Remove all image-handling code.
5542 Replace `image-mode-text-map' with `image-minor-mode-map'.
5543 Check for `image-type' in mode-line format string.
5544 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
5545 (image-mode-as-text): New function with most code from
5546 `image-mode-maybe'.
5547 (image-toggle-display-text): Move code that removes image
5548 properties from `image-toggle-display' to here.
5549 (image-toggle-display-image): New function with code that adds
5550 image properties copied from `image-toggle-display'.
5551 (image-toggle-display): Remove most code with leaving only code
5552 that toggles between `image-mode-as-text' and `image-mode'.
5553
5554 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
5555
5556 * net/newst-treeview.el
5557 (newsticker--treeview-list-highlight-start): Restored call to
5558 save-excursion: Selected item was stuck.
5559 (newsticker--treeview-list-select): New.
5560 (newsticker--treeview-item-show-text)
5561 (newsticker--treeview-item-show)
5562 (newsticker--treeview-item-update): Use new
5563 newsticker-treeview-item-mode.
5564 (newsticker-treeview-update): Keep current item.
5565 (newsticker-treeview-next-new-or-immortal-item): Doc change.
5566 (newsticker--treeview-first-feed): Doc change.
5567 (newsticker-treeview-list-menu)
5568 (newsticker-treeview-item-menu): Added menu entries.
5569 (newsticker-treeview-item-mode): New.
5570
5571 * net/newst-backend.el (newsticker-customize): Delete other
5572 windows.
5573
5574 2009-12-04 Sam Steingold <sds@gnu.org>
5575
5576 * log-view.el (log-view-mode-map): "q" calls quit-window,
5577 like in all the other non-self-insert buffers.
5578
5579 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5580
5581 Minor cleanup.
5582 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
5583 key decoding rather than do it manually via last-input-event +
5584 ascii-character.
5585 (term-exec): Use delete-and-extract-region.
5586 (term-handle-ansi-terminal-messages): Remove unused var `end'.
5587 (term-process-pager): Remove unused var `i'.
5588 (term-dynamic-simple-complete): Make obsolete.
5589 (serial-update-config-menu): Remove unused vars `y' and `str'.
5590 (term-update-mode-line): Remove unused var `temp'.
5591
5592 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5593
5594 Limit the number of log entries displayed by default.
5595 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
5596 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
5597 using a prefix argument.
5598
5599 2009-12-03 Glenn Morris <rgm@gnu.org>
5600
5601 * progmodes/idlwave.el (class): Restore still useful declaration.
5602
5603 2009-12-03 Alan Mackenzie <acm@muc.de>
5604
5605 Enhance `c-parse-state' to run efficiently in "brace deserts".
5606
5607 * progmodes/cc-mode.el (c-basic-common-init):
5608 Call c-state-cache-init.
5609 (c-neutralize-syntax-in-and-mark-CPP): Rename from
5610 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
5611 placing `category' properties value 'c-cpp-delimiter at its boundaries.
5612
5613 * progmodes/cc-langs.el (c-before-font-lock-function):
5614 c-extend-and-neutralize-syntax-in-CPP has been renamed
5615 c-neutralize-syntax-in-and-mark-CPP.
5616
5617 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
5618 with `category' properties now, not `syntax-table' ones.
5619
5620 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
5621 enhanced (but slower) version of c-end-of-macro that won't land
5622 inside a literal or on another awkward character.
5623 (c-state-cache-too-far, c-state-cache-start)
5624 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
5625 (c-state-nonlit-pos-cache-limit, c-state-point-min)
5626 (c-state-point-min-lit-type, c-state-point-min-lit-start)
5627 (c-state-min-scan-pos, c-state-brace-pair-desert)
5628 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
5629 buffer local variables.
5630 (c-state-literal-at, c-state-lit-beg)
5631 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
5632 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
5633 (c-state-cache-top-paren, c-state-cache-after-top-paren)
5634 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
5635 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
5636 (c-renarrow-state-cache)
5637 (c-append-lower-brace-pair-to-state-cache)
5638 (c-state-push-any-brace-pair, c-append-to-state-cache)
5639 (c-remove-stale-state-cache)
5640 (c-remove-stale-state-cache-backwards, c-state-cache-init)
5641 (c-invalidate-state-cache-1, c-parse-state-1)
5642 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
5643 (c-parse-state): Enhance and refactor.
5644 (c-debug-parse-state): Amend to deal with all the new variables.
5645
5646 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
5647 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
5648 modify to use category text properties rather than syntax-table ones.
5649 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
5650 to switch off/on the syntactic paren property of C++ template
5651 delimiters using the category property.
5652 (c-with-<->-as-parens-suppressed): Macro to invoke code with
5653 template delims suppressed.
5654 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
5655 New constant/macros which apply category properties to the start
5656 and end of preprocessor constructs.
5657 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
5658 "comment out" the syntactic value of characters in preprocessor
5659 constructs.
5660 (c-with-cpps-commented-out)
5661 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
5662 with characters in all or all but one preprocessor constructs
5663 "commented out".
5664
5665 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5666
5667 * proced.el (proced-filter-alist): Use regexp-quote.
5668
5669 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
5670
5671 Cleanup.
5672 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
5673 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
5674 arguments. Expand `default-directory'.
5675
5676 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
5677 the benefit of returning an expanded localname.
5678 (tramp-tramp-file-p): Handle the case NAME is not a string.
5679
5680 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5681
5682 Add support for bzr shelve/unshelve.
5683 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
5684 (vc-bzr-extra-menu-map): New variables.
5685 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
5686 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
5687 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
5688 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
5689 (vc-bzr-dir-extra-headers): Display shelves.
5690
5691 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
5692
5693 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5694
5695 * textmodes/bibtex.el (bibtex-complete-internal):
5696 Use completion-in-region.
5697 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
5698
5699 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5700
5701 Support applying stashes. Improve UI.
5702 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
5703 (vc-git-stash-apply, vc-git-stash-pop)
5704 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
5705 (vc-git-stash-menu): New functions.
5706 (vc-git-stash-menu-map): New variable.
5707 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
5708
5709 2009-12-03 Glenn Morris <rgm@gnu.org>
5710
5711 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
5712 (vc-print-log-internal): Fix previous change.
5713 (vc-revert): Correct pluralization.
5714
5715 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5716
5717 * progmodes/make-mode.el (makefile-special-targets-list): No need for
5718 it to be an alist any more.
5719 (makefile-complete): Use completion-in-region.
5720
5721 * progmodes/octave-mod.el (octave-complete-symbol):
5722 Use completion-in-region.
5723
5724 Misc cleanup.
5725 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
5726 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
5727 (idlwave-complete-class): Don't quote lambda.
5728 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
5729 (idlwave-mode-map): Move initialization into declaration.
5730 (idlwave-action-and-binding): Use backquotes.
5731 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
5732 Simplify.
5733 (idlwave-is-pointer-dereference): Remove unused var `pos'.
5734 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
5735 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
5736 `parts', and `all-parts'.
5737 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
5738 (idlwave-convert-xml-system-routine-info): Remove unused string
5739 `version-string'.
5740 (idlwave-display-user-catalog-widget): Use dolist.
5741 (idlwave-scanning-lib): Declare dynamically-scoped var.
5742 (idlwave-scan-library-catalogs): Remove unused var `flags'.
5743 (completion-highlight-first-word-only): Declare to silence bytecomp.
5744 (idlwave-popup-select): Tighten scope of `resp'.
5745 (idlwave-find-struct-tag): Remove unused var `beg'.
5746 (idlwave-after-load-rinfo-hook): Declare.
5747 (idlwave-sintern-class-info): Remove unused var `taglist'.
5748 (idlwave-find-class-definition): Remove unused var `list'.
5749 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
5750 (idlwave-what-module-find-class): Remove unused var `classes'.
5751
5752 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
5753
5754 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
5755
5756 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5757
5758 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
5759 buffers visited. Remove redundant current-buffer-saving.
5760
5761 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5762
5763 Use completion-in-buffer and remove uses of dynamic scoping.
5764 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
5765 (pascal-buffer-to-use, pascal-flag): Don't declare.
5766 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
5767 (pascal-get-completion-decl, pascal-keyword-completion):
5768 Add `pascal-str' argument, save-excursion,
5769 return the found completions, and don't filter with pascal-pred.
5770 (pascal-completion-cache): New var.
5771 (pascal-completion): Don't switch buffer any more (it was never
5772 necessary). Don't save-excursion any more (it's done by the called
5773 subroutines). Use a cache to avoid redundant computations.
5774 Use complete-with-action rather than pascal-completion-response and
5775 let it apply the predicate as well.
5776 (pascal-complete-word): Use completion-in-buffer when
5777 pascal-toggle-completions is nil.
5778 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
5779 not used any more.
5780 (pascal-comp-defun): Don't change buffer any more.
5781 Use complete-with-action rather than pascal-completion-response and
5782 let it apply the predicate as well.
5783 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
5784 when neded.
5785
5786 2009-12-02 Kenichi Handa <handa@m17n.org>
5787
5788 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
5789 shape for all Indic scripts.
5790
5791 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5792
5793 Use completion-in-buffer.
5794 * wid-edit.el (widget-field-text-end): New function.
5795 (widget-field-value-get): Use it.
5796 (widget-string-complete, widget-file-complete)
5797 (widget-color-complete): Use it and completion-in-region.
5798 (widget-complete): Don't narrow the buffer.
5799
5800 2009-12-02 Glenn Morris <rgm@gnu.org>
5801
5802 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
5803 (rmail-select-summary): Use rmail-pop-to-buffer.
5804 * mail/rmailsum.el: Replace all pop-to-buffer calls with
5805 rmail-pop-to-buffer, to prevent horizontal splits.
5806
5807 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5808 save-excursion with save-current-buffer.
5809 Widen before searching. (Bug#5093)
5810 (diary-list-sexp-entries): Remove superfluous save-excursion.
5811
5812 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
5813
5814 * woman.el (woman-make-bufname): Handle man-pages with "." in the
5815 name. (Bug#5038)
5816
5817 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
5818
5819 * ido.el (ido-file-internal): Handle filenames at point that do
5820 not have a directory part. (Bug#5049)
5821
5822 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
5823
5824 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5825 (mpc-songs-jump-to, mpc-resume): Doc fixes.
5826
5827 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
5828
5829 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5830 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5831 any more.
5832
5833 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5834
5835 * comint.el (comint-insert-input): Ignore clicks to the right of
5836 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5837
5838 * vc.el (vc-print-log-internal): Don't wait for the process to
5839 terminate before setting up the major mode.
5840
5841 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5842 in case.
5843
5844 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5845 the last element.
5846
5847 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5848
5849 2009-12-01 Glenn Morris <rgm@gnu.org>
5850
5851 * window.el (window--display-buffer-2): Fix previous changes.
5852
5853 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
5854
5855 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5856
5857 2009-12-01 Glenn Morris <rgm@gnu.org>
5858
5859 * Makefile.in (ELCFILES): Add mpc.elc.
5860
5861 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5862
5863 * mpc.el: New file.
5864
5865 2009-12-01 Glenn Morris <rgm@gnu.org>
5866
5867 * window.el (window-to-use): Define for compiler.
5868
5869 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5870 consistent with others (no final period).
5871
5872 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5873 (rmail-mime-show): Downcase the encoding. (Bug#5070)
5874
5875 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
5876
5877 Make vc-print-log buttons work.
5878 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
5879
5880 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
5881
5882 * savehist.el (savehist-autosave-interval): Allow setting to nil
5883 through customize. (Bug#5056)
5884
5885 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
5886
5887 Fix references to jit-lock properties.
5888 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5889 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5890 (perl-font-lock-special-syntactic-constructs):
5891 Quote jit-lock-defer-multiline property.
5892
5893 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
5894
5895 * vc-git.el (vc-git-registered): Call vc-git-root only once.
5896
5897 2009-11-30 Juri Linkov <juri@jurta.org>
5898
5899 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5900 value `buffer' of `multi-isearch-next-buffer-current-function'.
5901 Use `(current-buffer)' when `buffer' is nil.
5902 (multi-isearch-next-buffer-from-list): Don't fallback to
5903 `(current-buffer)' when `buffer' is nil. (Bug#4947)
5904
5905 2009-11-30 Juri Linkov <juri@jurta.org>
5906
5907 * misearch.el (multi-isearch-read-buffers): Move canonicalization
5908 of buffers with `get-buffer' to `multi-isearch-buffers'.
5909 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5910 Canonicalize BUFFERS with `get-buffer'. Doc fix.
5911 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5912 FILES with `expand-file-name' converting relative file names
5913 to absolute. Doc fix. (Bug#4727)
5914
5915 2009-11-30 Juri Linkov <juri@jurta.org>
5916
5917 * misearch.el (multi-isearch-read-buffers)
5918 (multi-isearch-read-matching-buffers): New functions.
5919 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5920 Use them in the `interactive' spec. Doc fix.
5921 (multi-isearch-read-files, multi-isearch-read-matching-files):
5922 New functions.
5923 (multi-isearch-files, multi-isearch-files-regexp):
5924 Use them in the `interactive' spec. Doc fix. (Bug#4725)
5925
5926 2009-11-30 Juri Linkov <juri@jurta.org>
5927
5928 * doc-view.el (doc-view-continuous):
5929 Rename from `doc-view-continuous-mode'.
5930 (doc-view-menu): Move "Toggle display" to the top.
5931 Add submenu "Continuous" with radio buttons "Off"/"On"
5932 and "Save as Default".
5933 (doc-view-scroll-up-or-next-page)
5934 (doc-view-scroll-down-or-previous-page)
5935 (doc-view-next-line-or-next-page)
5936 (doc-view-previous-line-or-previous-page): Rename
5937 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
5938
5939 2009-11-30 Juri Linkov <juri@jurta.org>
5940
5941 * comint.el (comint-mode-map): Rebind `M-r' from
5942 `comint-previous-matching-input' to
5943 `comint-history-isearch-backward-regexp'.
5944 Unbind `M-s' to allow global key binding `M-s'.
5945 Add menu items for `comint-history-isearch-backward' and
5946 `comint-history-isearch-backward-regexp'. (Bug#3746)
5947
5948 2009-11-30 Juri Linkov <juri@jurta.org>
5949
5950 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5951 For def=recenter, replace `recenter' with `recenter-top-bottom'
5952 that is called with `this-command' and `last-command' let-bound
5953 to `recenter-top-bottom'. When the last `def' was not `recenter',
5954 set `recenter-last-op' to nil. (Bug#4981)
5955
5956 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5957
5958 Minor cleanup and simplification.
5959 * filecache.el (file-cache-add-directory)
5960 (file-cache-add-directory-recursively)
5961 (file-cache-add-from-file-cache-buffer)
5962 (file-cache-delete-file-regexp, file-cache-delete-directory)
5963 (file-cache-files-matching-internal, file-cache-display): Use dolist.
5964 (file-cache-temp-minibuffer-message): Delete function.
5965 (file-cache-minibuffer-complete): Use minibuffer-message instead.
5966
5967 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5968 Don't signal an error when bumping into EOB in tr, s, or y.
5969
5970 2009-11-29 Juri Linkov <juri@jurta.org>
5971
5972 * startup.el (fancy-about-text): Fix wording of Guided Tour.
5973 (Bug#4960)
5974
5975 * descr-text.el (describe-char-unidata-list): Use lowercase name
5976 for "Unicode name" like in other tags.
5977
5978 2009-11-29 Juri Linkov <juri@jurta.org>
5979
5980 * ediff-util.el (ediff-minibuffer-with-setup-hook):
5981 New compatibility macro.
5982 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
5983
5984 2009-11-29 Juri Linkov <juri@jurta.org>
5985
5986 Add defcustom to define the cycling order of `recenter-top-bottom'.
5987 (Bug#4981)
5988
5989 * window.el (recenter-last-op): Doc fix.
5990 (recenter-positions): New defcustom.
5991 (recenter-top-bottom): Rewrite to use `recenter-positions'.
5992 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5993
5994 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
5995
5996 Improve integration of Tramp and ange-ftp in eshell.
5997
5998 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5999 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
6000 (eshell/sudo): Flatten args. Let-bind `default-directory'.
6001
6002 * eshell/esh-util.el (top): Require also Tramp when compiling.
6003 (eshell-directory-files-and-attributes): Check for FTP remote
6004 connection.
6005 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
6006 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
6007 (eshell-file-attributes): Handle ".". Return `entry'.
6008
6009 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
6010 (ange-ftp-directory-files-and-attributes)
6011 (ange-ftp-real-directory-files-and-attributes): New defuns.
6012
6013 * net/tramp.el (tramp-maybe-open-connection): Open the remote
6014 shell with "exec" when possible. This prevents trailing prompts
6015 in `start-file-process'.
6016
6017 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6018
6019 Try and remove assumptions about point-min==1.
6020 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
6021 (rng-compute-mode-line-string): Show the validation percentage in
6022 terms of the narrowed text, not the widened text.
6023 (rng-do-some-validation): Don't catch internal errors when debugging.
6024 (rng-first-error): Simplify.
6025 (rng-after-change-function): Remove work around. AFAIK the bug has
6026 been fixed a while ago.
6027
6028 * image-mode.el (image-minor-mode): Exit more gracefully when the image
6029 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
6030
6031 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
6032
6033 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
6034 `cd' doesn't always do it for us (bug#5067).
6035
6036 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
6037 on 2009-10-25 as part of some other change (bug#5067).
6038
6039 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6040
6041 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6042 `suspicious'.
6043 (byte-compile-warnings): Use byte-compile-warning-types.
6044 (byte-compile-save-excursion): Warn about use of set-buffer right
6045 after save-excursion.
6046
6047 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
6048 the excursion as well.
6049
6050 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
6051
6052 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
6053 providing a Tramp related implementation of "su" and "sudo".
6054 (eshell-unix-initialize): Add "su" and "sudo".
6055
6056 2009-11-27 Daiki Ueno <ueno@unixuser.org>
6057
6058 * net/socks.el (socks-send-command): Convert binary request to
6059 unibyte before sending. This fixes mishandling of some port
6060 numbers such as 129.
6061
6062 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6063
6064 * help.el (describe-bindings-internal): Remove `interactive'.
6065
6066 * man.el (Man-completion-table): Trim a terminating "(".
6067 Remove the space between name page a section.
6068 Add the command's description on the `help-echo' property.
6069 Remove `process-connection-type' binding since it's unused by
6070 call-process.
6071 Provide completion for the "<section> <name>" format as well.
6072 (Man-default-man-entry): Remove spurious var shadowing the argument.
6073
6074 2009-11-26 Kevin Ryde <user42@zip.com.au>
6075
6076 * log-view.el: Add "Keywords: tools", since its other keywords
6077 aren't in finder-known-keywords, and following vc.el.
6078
6079 * sha1.el (sha1-string-external): default-directory "/" in case
6080 otherwise non-existent. process-connection-type pipe for touch of
6081 efficiency recommended by elisp manual. (An aside in Bug#3911.)
6082
6083 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6084
6085 Misc coding convention cleanups.
6086 * htmlfontify.el (hfy-init-kludge-hook): Rename from
6087 hfy-init-kludge-hooks.
6088 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
6089 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
6090 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
6091 and push.
6092 (hfy-slant, hfy-weight): Use tables rather than code.
6093 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
6094 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
6095 (hfy-face-attr-for-class): Initialize `face-spec' directly.
6096 (hfy-face-to-css): Remove `nconc' with single arg.
6097 (hfy-p-to-face-lennart): Use `or'.
6098 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
6099 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
6100 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
6101 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
6102 (hfy-force-fontification): Use run-hooks.
6103
6104 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
6105
6106 Various minor fixes.
6107 * htmlfontify.el (hfy-default-header): Add toggle_invis since
6108 Javascript belongs in the header, not the body.
6109 (hfy-javascript): Remove.
6110 (hfy-fontify-buffer): Don't insert it any more.
6111 (hfy-face-at): Handle (face0 face1 face2) style face properties.
6112 Fix bug in invis handling when there were no invis props in a chunk.
6113
6114 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6115
6116 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
6117
6118 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
6119
6120 * finder.el (finder-mode-map): Add a menu.
6121
6122 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
6123
6124 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
6125 "unsigned" structs.
6126
6127 (verilog-leap-to-head, verilog-backward-token): Handle "disable
6128 fork" statement better.
6129
6130 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
6131
6132 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
6133 (verilog-delete-auto, verilog-delete-empty-auto-pair)
6134 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
6135 Reported by Clay Douglass.
6136
6137 (verilog-auto-inst, verilog-auto-star-safe)
6138 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6139 Fix removing "// Interfaces" when saving .* expansions. Reported by
6140 Pierre-David Pfister.
6141
6142 2009-11-26 Glenn Morris <rgm@gnu.org>
6143
6144 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
6145 the scope.
6146
6147 2009-11-25 Johan Bockgård <bojohan@gnu.org>
6148
6149 * vc-annotate.el (vc-annotate-revision-previous-to-line):
6150 Really use previous revision.
6151
6152 2009-11-25 Kevin Ryde <user42@zip.com.au>
6153
6154 * man.el (Man-completion-table): default-directory "/" in case
6155 doesn't otherwise exist. process-environment COLUMNS=999 so as
6156 not to truncate long names. process-connection-type pipe to avoid
6157 any chance of hitting the pseudo-tty TIOCGWINSZ.
6158 (man): completion-ignore-case t for friendliness and since man
6159 itself is case-insensitive on the command line.
6160 Further to Bug#3717.
6161
6162 * arc-mode.el: Add "Keywords: files", so the details in its
6163 commentary can be reached from finder-by-keyword.
6164 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
6165 editing mode, but it's comms related and sgml-mode.el has "comm"
6166 on that basis too.
6167 * textmodes/bibtex-style.el: Add "Keywords: tex".
6168 * international/isearch-x.el, international/ja-dic-cnv.el:
6169 * international/ja-dic-utl.el, international/kkc.el:
6170 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
6171
6172 2009-11-25 Juri Linkov <juri@jurta.org>
6173
6174 * man.el (Man-completion-table): Modify regexp to include
6175 section names to completion strings. (Bug#3717)
6176
6177 2009-11-25 Juri Linkov <juri@jurta.org>
6178
6179 Search recursively in gzipped files. (Bug#4982)
6180
6181 * progmodes/grep.el (grep-highlight-matches): Add new options
6182 `always' and `auto'. Doc fix.
6183 (grep-process-setup): Check `grep-highlight-matches' for
6184 `auto-detect' to determine the need to compute grep defaults.
6185 Move Windows/DOS specific --colors settings handling
6186 to `grep-compute-defaults'. Check `grep-highlight-matches'
6187 to get the value of "--color=".
6188 (grep-compute-defaults): Compute `grep-highlight-matches' when it
6189 has the value `auto-detect'. Move Windows/DOS specific settings
6190 from `grep-process-setup'.
6191 (zrgrep): New command with alias `rzgrep'.
6192
6193 2009-11-25 Juri Linkov <juri@jurta.org>
6194
6195 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
6196 to nil instead of switching off view-mode. (Bug#4896)
6197
6198 2009-11-25 Juri Linkov <juri@jurta.org>
6199
6200 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
6201
6202 * mwheel.el (mwheel-scroll-up-function)
6203 (mwheel-scroll-down-function): New defvars.
6204 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
6205 `scroll-up', and `mwheel-scroll-down-function' instead of
6206 `scroll-down'.
6207
6208 * doc-view.el (doc-view-scroll-up-or-next-page)
6209 (doc-view-scroll-down-or-previous-page): Add optional ARG.
6210 Use this ARG in the call to image-scroll-up/image-scroll-down.
6211 Change `interactive' spec to "P". Goto next/previous page only
6212 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
6213 SPC/DEL case). Doc fix.
6214 (doc-view-next-line-or-next-page)
6215 (doc-view-previous-line-or-previous-page): Rename arg to ARG
6216 for consistency.
6217 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
6218 `doc-view-scroll-up-or-next-page', and buffer-local
6219 `mwheel-scroll-down-function' to
6220 `doc-view-scroll-down-or-previous-page'.
6221
6222 2009-11-25 Juri Linkov <juri@jurta.org>
6223
6224 Provide additional default values (directories at other Dired
6225 windows) via M-n in the minibuffer of some Dired commands.
6226
6227 * dired-aux.el (dired-diff, dired-compare-directories)
6228 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
6229 `minibuffer-default' in `minibuffer-with-setup-hook'.
6230 (dired-dwim-target-directory): Find a window that displays Dired
6231 buffer instead of failing when the next window is not Dired.
6232 Use `get-window-with-predicate' to find for the next Dired window.
6233 (dired-dwim-target-defaults): New function.
6234
6235 * ediff-util.el (ediff-read-file-name):
6236 Use `dired-dwim-target-defaults' to set `minibuffer-default'
6237 in `minibuffer-with-setup-hook'.
6238
6239 2009-11-25 Juri Linkov <juri@jurta.org>
6240
6241 Provide additional default values (file name at point or at the
6242 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
6243
6244 * minibuffer.el (read-file-name-defaults): New function.
6245 (read-file-name): Reset `minibuffer-default' to nil when
6246 it duplicates initial input `insdef'.
6247 Bind `minibuffer-default-add-function' to lambda that
6248 calls `read-file-name-defaults' in `minibuffer-selected-window'.
6249 (minibuffer-insert-file-name-at-point): New command.
6250
6251 * files.el (file-name-at-point-functions): New defcustom.
6252 (find-file-default): Remove defvar.
6253 (find-file-read-args): Don't use `find-file-default'.
6254 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6255 to `read-file-name'.
6256 (find-file-literally): Use `read-file-name' with
6257 `confirm-nonexistent-file-or-buffer'.
6258
6259 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
6260
6261 * dired.el (dired-read-dir-and-switches):
6262 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6263 to `read-file-name'.
6264 (dired-file-name-at-point): New function.
6265 (dired-mode): Add hook `dired-file-name-at-point' to
6266 `file-name-at-point-functions'.
6267
6268 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6269
6270 Really make the *Completions* window soft-dedicated (bug#5030).
6271 * window.el (window--display-buffer-2): Add `dedicated' argument.
6272 (display-buffer): Pass it when needed so the dedicated flag is set
6273 after calling set-window-buffer, which would otherwise reset it.
6274
6275 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6276
6277 * progmodes/meta-mode.el (meta-complete-symbol):
6278 * progmodes/etags.el (complete-tag):
6279 * mail/mailabbrev.el (mail-abbrev-complete-alias):
6280 Use completion-in-region.
6281
6282 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
6283 (dabbrev-completion): Use completion-in-region.
6284 (dabbrev--abbrev-at-point): Simplify regexp.
6285
6286 * abbrev.el (abbrev--before-point): Use word-motion functions
6287 if :regexp is not specified (bug#5031).
6288
6289 * subr.el (string-prefix-p): New function.
6290
6291 * man.el (Man-completion-cache): New var.
6292 (Man-completion-table): Use it.
6293
6294 * vc.el (vc-print-log-internal): Make `limit' optional for better
6295 compatibility (e.g. with vc-annotate.el).
6296
6297 2009-11-24 Kevin Ryde <user42@zip.com.au>
6298
6299 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
6300 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
6301
6302 * emacs-lisp/elint.el (elint-add-required-env): Better error message
6303 when .el source file not found or other error.
6304
6305 2009-11-24 Markus Triska <markus.triska@gmx.at>
6306
6307 * linum.el (linum-update-window): Ignore intangible (bug#4996).
6308
6309 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6310
6311 Handle the [back] button properly (bug#4979).
6312 * descr-text.el (describe-text-properties): Add a `buffer' argument.
6313 Use help-setup-xref, help-buffer, and with-help-window.
6314 (describe-char): Add `buffer' argument.
6315 Pass proper command to help-setup-xref. Don't meddle with
6316 help-xref-stack-item directly.
6317 (describe-text-category): Use with-help-window and help-buffer.
6318
6319 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
6320 for the displayed buffer (bug#4887).
6321
6322 * man.el (Man-completion-table): New function.
6323 (man): Use it.
6324
6325 2009-11-24 David Reitter <david.reitter@gmail.com>
6326
6327 * vc-git.el (vc-git-registered): Use checkout directory (where
6328 .git is) rather than the file's directory and a relative path spec
6329 to work around a bug in git.
6330
6331 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
6332
6333 Improve handling of processes on remote hosts.
6334
6335 * eshell/esh-util.el (eshell-path-env): New defvar.
6336 (eshell-parse-colon-path): New defun.
6337 (eshell-file-attributes): Use `eshell-parse-colon-path'.
6338
6339 * eshell/esh-ext.el (eshell-search-path):
6340 Use `eshell-parse-colon-path'.
6341 (eshell-remote-command): Remove argument HANDLER.
6342 (eshell-external-command): Check for FTP remote connection.
6343
6344 * eshell/esh-proc.el (eshell-gather-process-output):
6345 Use `file-truename', in order to start also symlinked files.
6346 Apply `start-file-process' instead of `start-process'.
6347 Shorten `command' to the local file name part.
6348
6349 * eshell/em-cmpl.el (eshell-complete-commands-list):
6350 Use `eshell-parse-colon-path'.
6351
6352 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
6353
6354 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
6355 to `eshell-directory-change-hook'.
6356
6357 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
6358
6359 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
6360 because it could be enabled automatically if view-read-only is non-nil.
6361
6362 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
6363
6364 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
6365 made on 2009-11-22.
6366
6367 2009-11-24 Glenn Morris <rgm@gnu.org>
6368
6369 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
6370 deleted variable bookmark-bmenu-bookmark-column.
6371
6372 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6373 Move after definition of global-semantic-idle-tag-highlight-mode.
6374
6375 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6376
6377 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
6378
6379 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
6380
6381 * net/browse-url.el (browse-url-filename-alist): On Windows, add
6382 two slashes to the "file:" prefix.
6383 (browse-url-file-url): De-munge Cygwin filenames before passing
6384 them to Windows browser.
6385 (browse-url-default-windows-browser): Use call-process.
6386
6387 2009-11-23 Juri Linkov <juri@jurta.org>
6388
6389 Implement DocView Continuous mode. (Bug#4896)
6390 * doc-view.el (doc-view-continuous-mode): New defcustom.
6391 (doc-view-mode-map): Bind C-n/<down> to
6392 `doc-view-next-line-or-next-page', C-p/<up> to
6393 `doc-view-previous-line-or-previous-page'.
6394 (doc-view-next-line-or-next-page)
6395 (doc-view-previous-line-or-previous-page): New commands.
6396
6397 2009-11-23 Juri Linkov <juri@jurta.org>
6398
6399 Implement Isearch in comint input history. (Bug#3746)
6400 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
6401 `isearch-mode-hook'.
6402 (comint-history-isearch): New defcustom.
6403 (comint-history-isearch-backward)
6404 (comint-history-isearch-backward-regexp): New commands.
6405 (comint-history-isearch-message-overlay): New buffer-local variable.
6406 (comint-history-isearch-setup, comint-history-isearch-end)
6407 (comint-goto-input, comint-history-isearch-search)
6408 (comint-history-isearch-message, comint-history-isearch-wrap)
6409 (comint-history-isearch-push-state)
6410 (comint-history-isearch-pop-state): New functions.
6411
6412 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
6413
6414 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
6415 return.
6416 (tramp-handle-make-symbolic-link)
6417 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
6418 Quote file names.
6419 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
6420 (tramp-handle-process-file): Use it.
6421
6422 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6423
6424 * window.el (move-to-window-line-last-op): Remove.
6425 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
6426
6427 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
6428
6429 Make M-r mirror the new cycling behavior of C-l.
6430 * window.el (move-to-window-line-last-op): New var.
6431 (move-to-window-line-top-bottom): New command.
6432 (global-map): Bind M-r move-to-window-line-top-bottom.
6433
6434 2009-11-23 Sven Joachim <svenjoac@gmx.de>
6435
6436 * dired-x.el (dired-guess-shell-alist-default):
6437 Support xz format. (Bug#4953)
6438
6439 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
6440
6441 * cedet/srecode/map.el (srecode-get-maps):
6442 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
6443 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
6444 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
6445 (semantic-toggle-decoration-style):
6446 * cedet/semantic/decorate/include.el
6447 (semantic-decoration-include-describe)
6448 (semantic-decoration-unknown-include-describe)
6449 (semantic-decoration-unparsed-include-describe)
6450 (semantic-decoration-all-include-summary):
6451 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
6452 * cedet/semantic/analyze/complete.el
6453 (semantic-analyze-possible-completions):
6454 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
6455 (semantic-show-unmatched-syntax-mode)
6456 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
6457 (semantic-highlight-func-mode):
6458 * cedet/semantic/util.el (semantic-describe-buffer):
6459 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
6460 (semantic-symref-find-tags-by-name)
6461 (semantic-symref-find-tags-by-regexp)
6462 (semantic-symref-find-tags-by-completion)
6463 (semantic-symref-find-file-references-by-name)
6464 (semantic-symref-find-text):
6465 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
6466 (senator-yank-tag):
6467 * cedet/semantic/scope.el (semantic-calculate-scope):
6468 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
6469 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
6470 (define-semantic-idle-service):
6471 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
6472 (semantic-complete-analyze-inline-idle):
6473 * cedet/semantic/analyze.el (semantic-analyze-current-context):
6474 * cedet/mode-local.el (describe-mode-local-bindings)
6475 (describe-mode-local-bindings-in-mode):
6476 * cedet/ede/make.el (ede-make-check-version):
6477 * cedet/ede/locate.el (ede-enable-locate-on-project):
6478 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
6479 (cedet-idutils-version-check):
6480 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
6481 (cedet-gnu-global-version-check):
6482 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
6483 (cedet-cscope-version-check): Use called-interactively-p instead
6484 of interactive-p.
6485
6486 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
6487 Use semantic-format-tag-prototype.
6488
6489 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
6490
6491 * emulation/viper-cmd.el: Use viper-last-command-char instead of
6492 last-command-char/last-command-event.
6493 (viper-prefix-arg-value): Do correct conversion of event-char for
6494 XEmacs.
6495
6496 * emulation/viper-util.el, emulation/viper.el:
6497 Use viper-last-command-char instead of
6498 last-command-char/last-command-event.
6499
6500 * ediff-init.el, ediff-mult.el, ediff-util.el:
6501 Replace last-command-char and last-command-event
6502 with (ediff-last-command-char) everywhere.
6503
6504 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
6505 created in fundamental mode.
6506
6507 * ediff.el (ediff-version): Revert the change of interactive-p to
6508 called-interactively-p.
6509
6510 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
6511
6512 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
6513 generation from word-movement command names.
6514
6515 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
6516
6517 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6518 (semantic-complete-jump-local, semantic-complete-jump):
6519 Improve prompt string.
6520
6521 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
6522
6523 * cus-start.el (all): Add native condition for font-use-system-font.
6524
6525 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
6526
6527 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6528 Correct the patch from 2009-11-18. (Bug#3910)
6529
6530 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
6531
6532 * progmodes/subword.el: Rename from lisp/subword.el.
6533
6534 * subword.el: Rename to progmodes/subword.el.
6535
6536 * Makefile.in (ELCFILES): Adapt to subword.el move.
6537
6538 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6539 Stefan Monnier <monnier@iro.umontreal.ca>
6540
6541 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
6542 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
6543 (bookmark-bmenu-show-filenames): Use push.
6544 (bookmark-bmenu-hide-filenames): Use local var instead of
6545 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
6546 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
6547 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
6548 filenames now that the bookmark names are always available.
6549
6550 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6551
6552 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
6553 (bookmark-search-pattern): Move and leave unbound.
6554 (bookmark-bmenu-mode-map): Change binding.
6555 (bookmark-read-search-input): Simplify.
6556 Don't use text-char-description. Don't error on non-char events.
6557 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
6558 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
6559 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
6560 Use a local var for the timer.
6561 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
6562 (i.e. bookmark-bmenu-search).
6563
6564 2009-11-21 Glenn Morris <rgm@gnu.org>
6565
6566 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
6567
6568 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
6569
6570 * net/browse-url.el (browse-url-default-windows-browser):
6571 Use cygstart for cygwin.
6572
6573 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
6574
6575 * bookmark.el: Formatting and doc fixes only:
6576 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
6577 (bookmark-bmenu-search): Wrap to fit within 80 columns.
6578 Minor grammar and punctuation fixes in doc string.
6579 (bookmark-read-search-input): Adjust to fit within 80 columns.
6580
6581 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
6582
6583 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
6584 (c-backward-into-nomenclature): Adapt to subword renaming.
6585
6586 * subword.el (subword-forward, subword-backward, subword-mark)
6587 (subword-kill, subword-backward-kill, subword-transpose)
6588 (subword-downcase, subword-upcase, subword-capitalize)
6589 (subword-forward-internal, subword-backward-internal):
6590 Rename from forward-subword, backward-subword, mark-subword,
6591 kill-subword, backward-kill-subword, transpose-subwords,
6592 downcase-subword, upcase-subword, capitalize-subword,
6593 forward-subword-internal, backward-subword-internal.
6594
6595 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6596
6597 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
6598 New options.
6599 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
6600 New vars.
6601 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
6602 (bookmark-bmenu-filter-alist-by-regexp)
6603 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
6604 (bookmark-bmenu-search): New command.
6605 (bookmark-bmenu-mode-map): Bind it.
6606
6607 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
6608
6609 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
6610
6611 * cedet/semantic/idle.el (define-semantic-idle-service)
6612 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
6613
6614 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
6615
6616 * progmodes/cc-cmds.el: declare-functioned forward-subword and
6617 backward-subword to quit the byte-compiler.
6618
6619 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
6620
6621 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
6622
6623 * progmodes/cc-cmds.el (c-update-modeline)
6624 (c-forward-into-nomenclature, c-backward-into-nomenclature):
6625 Refer to subword.el functions instead of cc-subword.el.
6626
6627 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
6628 subword.el functions instead of cc-subword.el.
6629
6630 * progmodes/cc-subword.el: Rename to subword.el.
6631 * subword.el: Rename from progmodes/cc-subword.el.
6632 (subword-mode-map): Rename from c-subword-mode-map.
6633 (subword-mode): Rename from c-subword-mode.
6634 (global-subword-mode): New global minor mode.
6635 (forward-subword): Rename from c-forward-subword.
6636 (backward-subword): Rename from c-backward-subword.
6637 (mark-subword): Rename from c-mark-subword.
6638 (kill-subword): Rename from c-kill-subword.
6639 (backward-kill-subword): Rename from c-backward-kill-subword.
6640 (transpose-subwords): Rename from c-tranpose-subword.
6641 (downcase-subword): Rename from c-downcase-subword.
6642 (capitalize-subword): Rename from c-capitalize-subword.
6643 (forward-subword-internal): Rename from c-forward-subword-internal.
6644 (backward-subword-internal): Rename from c-backward-subword-internal.
6645
6646 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
6647
6648 * vc.el (vc-deduce-fileset): Allow non-state changing operations
6649 from a dired buffer.
6650 (vc-dired-deduce-fileset): New function.
6651 (vc-root-diff, vc-print-root-log): Use it.
6652
6653 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
6654 nil LIMIT argument to vc-print-log-internal.
6655
6656 2009-11-20 Glenn Morris <rgm@gnu.org>
6657
6658 * Makefile.in (ELCFILES): Regenerate.
6659
6660 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
6661
6662 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
6663
6664 * cedet/semantic.el: Enable idle-mode menu items only if
6665 global-semantic-idle-scheduler-mode is enabled.
6666 (semantic-default-submodes): Doc fix.
6667
6668 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6669 When turning off, disable other idle modes.
6670
6671 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
6672
6673 * calc/calc.el (calc-set-mode-line):
6674 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6675 (math-format-number): Rename `math-format-complement-signed' to
6676 `math-format-twos-complement'.
6677
6678 * calc/calc-bin.el (math-format-twos-complement): Rename from
6679 math-format-complement-signed.
6680 (calc-radix): Rename `calc-complement-signed-mode' to
6681 `calc-twos-complement-mode'.
6682 (calc-octal-radix, calc-hex-radix): Add an argument for
6683 two's complement.
6684
6685 * calc/calc-embed.el (calc-embedded-mode-vars):
6686 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6687
6688 * calc/calc-ext.el (calc-init-extensions):
6689 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6690 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
6691
6692 * calc/calc-units.el (math-build-units-table-buffer):
6693 Let `calc-twos-complement-mode' be nil.
6694
6695 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
6696 entries.
6697
6698 * calc/calc-vec.el (calcFunc-vunpack):
6699 * calc/calc-aent.el (calc-do-calc-eval):
6700 * calc/calc-forms.el (math-format-date):
6701 * calc/calc-graph.el (calc-graph-plot):
6702 * calc/calc-math.el (math-use-emacs-fn):
6703 * calc/calccomp.el (math-compose-expr):
6704 Let `calc-twos-complement-mode' be nil.
6705
6706 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6707
6708 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
6709 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
6710 * minibuffer.el (completion-in-region-functions): New hook.
6711 (completion-in-region): New function.
6712 * emacs-lisp/lisp.el (lisp-complete-symbol):
6713 * pcomplete.el (pcomplete-std-complete): Use it.
6714
6715 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6716
6717 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
6718 (latex-complete-alist): New vars.
6719 (latex-string-prefix-p, latex-complete-bibtex-keys)
6720 (latex-complete-envnames, latex-complete-refkeys)
6721 (latex-complete-data): New functions.
6722 (latex-complete, latex-indent-or-complete): New commands.
6723
6724 * window.el (display-buffer-mark-dedicated): New var.
6725 (display-buffer): Obey it.
6726 * minibuffer.el (minibuffer-completion-help): Use it.
6727
6728 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
6729
6730 * filecache.el (file-cache-add-file): Use push and cons.
6731 (file-cache-delete-file-regexp): Use push.
6732 (file-cache-complete): Use completion-in-region.
6733
6734 * simple.el (with-wrapper-hook): Fix thinko.
6735
6736 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
6737 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
6738 Use with-current-buffer and string-to-number.
6739 (hfy-fallback-colour-values): Use assoc-string.
6740 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
6741 (hfy-face-at): Remove unused var `found-face'.
6742 (hfy-compile-stylesheet): Remove unused var `css'.
6743 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
6744 and `orig-buffer'.
6745 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
6746 Use with-current-buffer.
6747 (hfy-text-p): Use expand-file-name and fewer setq.
6748
6749 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
6750
6751 * htmlfontify.el, hfy-cmap.el: New files.
6752
6753 2009-11-19 Juri Linkov <juri@jurta.org>
6754
6755 * minibuffer.el (completions-format): New defcustom.
6756 (completion--insert-strings): Implement vertical format.
6757
6758 * simple.el (switch-to-completions): Move point to the first
6759 completion when point was at the beginning of the buffer.
6760
6761 2009-11-19 Juri Linkov <juri@jurta.org>
6762
6763 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
6764
6765 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
6766
6767 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
6768
6769 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
6770 (mail-signature): Change default to t.
6771 (mail-from-style): Deprecate `system-default' value.
6772 (mail-insert-from-field): For default value of mail-from-style,
6773 default to `angles' unless `angles' needs quoting and `parens'
6774 does not.
6775 (mail-citation-prefix-regexp): Use citation regexp from
6776 message-mode.
6777
6778 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
6779
6780 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6781 Set variables for computing the prompt for reading password.
6782
6783 2009-11-19 Glenn Morris <rgm@gnu.org>
6784
6785 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
6786
6787 * textmodes/flyspell.el (sgml-lexical-context): Declare.
6788
6789 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
6790 (newsticker-treeview-listwindow-height): Fix custom type.
6791
6792 2009-11-19 Kenichi Handa <handa@m17n.org>
6793
6794 * descr-text.el (describe-char-padded-string): Compose with TAB
6795 only if there's a font for CH.
6796 (describe-char): Fix the condition for detecting a trivial composition.
6797
6798 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
6799
6800 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
6801 more accurate version of the regexp. (Bug#3910)
6802
6803 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6804
6805 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
6806
6807 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
6808
6809 * font-setting.el (font-use-system-font): Declare for byte-compiler.
6810 (font-setting-change-default-font): Fix typo in docstring.
6811
6812 2009-11-18 Alan Mackenzie <acm@muc.de>
6813
6814 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
6815
6816 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6817
6818 * font-setting.el (font-use-system-font): Move ...
6819
6820 * cus-start.el (all): ... to here.
6821
6822 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
6823
6824 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
6825 Don't set `ad-return-value' if `ad-do-it' doesn't.
6826
6827 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
6828 modification time.
6829
6830 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6831
6832 * menu-bar.el: Put "Use system font" in Option-menu.
6833 (menu-bar-options-save): Add font-use-system-font.
6834
6835 * loadup.el: If feature system-font-setting or font-render-setting is
6836 there, load font-setting.
6837
6838 * Makefile.in (ELCFILES): Add font-settings.el.
6839 * font-setting.el: New file.
6840
6841 2009-11-17 Glenn Morris <rgm@gnu.org>
6842
6843 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
6844
6845 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
6846 Preserve point in the list buffer. (Bug#4939)
6847 Use point-at-eol.
6848 (newsticker--treeview-list-update-highlight)
6849 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
6850
6851 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6852
6853 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
6854 Remove.
6855
6856 * calc/calc-ext.el (calc-init-extensions): Remove references to
6857 symclip.
6858
6859 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
6860
6861 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
6862 * calc/calc-help.el (calc-b-prefix-help): Remove references to
6863 `calc-symclip'.
6864
6865 2009-11-16 Kevin Ryde <user42@zip.com.au>
6866
6867 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
6868 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
6869
6870 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
6871 (lm-keywords-list): Allow comma-only separator like "foo,bar".
6872 Ignore trailing spaces by omit-nulls to split-string (fixing
6873 regression from Emacs 21 due to the incompatible split-string
6874 change). (Bug #4928.)
6875
6876 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
6877
6878 * vc.el (vc-log-show-limit): Default to 2000.
6879 (vc-print-log-internal): Insert buttons to request more entries
6880 when limiting the output.
6881
6882 * vc-sccs.el (vc-sccs-print-log):
6883 * vc-rcs.el (vc-rcs-print-log):
6884 * vc-cvs.el (vc-cvs-print-log):
6885 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6886 LIMIT is non-nil.
6887
6888 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
6889
6890 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6891 error when `tramp-gvfs-dbus-event-vector' is set.
6892 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6893
6894 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6895
6896 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6897
6898 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
6899
6900 * net/dbus.el (dbus-unregister-service): New defun.
6901 (dbus-register-property): Register the handlers of
6902 "org.freedesktop.DBus.Properties" for SERVICE.
6903 (dbus-property-handler): Fix docstring.
6904
6905 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6906
6907 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6908 Quote doc string reference in defvaralias as it is not in special form.
6909 (byte-compile-output-docform): Doc fix.
6910
6911 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6912
6913 * calc/calc.el (math-2-word-size, math-half-2-word-size)
6914 (calc-complement-signed-mode): New variables.
6915 (calc-set-mode-line): Add indicator for twos-complements.
6916 (math-format-number): Format twos-complement notation.
6917
6918 * calc/calc-bin.el (calc-word-size): Reset the variables
6919 `math-2-word-size' and `math-half-2-word-size'.
6920 (math-format-complement-signed, math-symclip, calcFunc-symclip)
6921 (calc-symclip): New functions.
6922
6923 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6924
6925 * calc/calc-embed.el (calc-embedded-mode-vars):
6926 Add `calc-complement-signed-mode' to the list of modes.
6927
6928 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
6929 (calc-b-oper-keys): Add `calc-symclip' to list.
6930
6931 * calc/calc-ext.el (math-read-number-fancy): Read complement
6932 signed numbers.
6933 (calc-init-extensions): Add binding for `calc-symclip'.
6934 Add autoload for `calcFunc-symclip' and `calc-symclip'.
6935
6936 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6937 `calc-symclip'.
6938 (calc-modes-menu): Add item for twos complement mode.
6939
6940 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
6941
6942 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
6943
6944 * register.el (jump-to-register, insert-register): Handle Semantic
6945 tags. From commented-out advice in semantic/senator.el.
6946
6947 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6948
6949 * vc.el (vc-log-show-limit): New variable.
6950 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
6951 when using a prefix argument.
6952 (vc-print-log-internal): Add new argument LIMIT.
6953
6954 * vc-svn.el (vc-svn-print-log):
6955 * vc-mtn.el (vc-mtn-print-log):
6956 * vc-hg.el (vc-hg-print-log):
6957 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
6958 pass it to the log command when set. Make the BUFFER argument
6959 non-optional.
6960
6961 * vc-sccs.el (vc-sccs-print-log):
6962 * vc-rcs.el (vc-rcs-print-log):
6963 * vc-git.el (vc-git-print-log):
6964 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6965 ignore it. Make the BUFFER argument non-optional
6966
6967 * bindings.el (mode-line-buffer-identification): Do not purecopy.
6968
6969 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
6970
6971 * dired.el (dired-mode-map): Move encryption items to "Operate"
6972 menu (Bug#4703).
6973
6974 * strokes.el (strokes-update-window-configuration): Make strokes
6975 buffer current before erasing (Bug#4906).
6976
6977 * cedet/semantic/idle.el (semantic-idle-summary-mode)
6978 (semantic-idle-summary-mode): Define using define-minor-mode
6979 instead of define-semantic-idle-service.
6980 (semantic-idle-summary-mode): New function.
6981 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
6982 that mouse motion does not reset the echo area.
6983
6984 2009-11-15 Juri Linkov <juri@jurta.org>
6985
6986 * simple.el (set-mark-default-inactive): Add :type, :group
6987 and :version. (Bug#4876)
6988
6989 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
6990
6991 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6992 (archive-unique-fname): ... here. (Bug#4929)
6993
6994 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6995
6996 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6997 with a real fix.
6998
6999 * novice.el (disabled-command-function): Add useful args.
7000 Setup the help buffer so that [back] works.
7001 Remove redundant call to help-mode.
7002 (disabled-command-function): Use `case'.
7003 (en/disable-command): New function extracted from enable-command.
7004 (enable-command, disable-command): Use it.
7005
7006 2009-11-14 Glenn Morris <rgm@gnu.org>
7007
7008 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
7009 constants. (Bug#4913)
7010
7011 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
7012
7013 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
7014
7015 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
7016 defined in C that have no doc-strings. (Bug#1063)
7017
7018 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
7019
7020 * cus-edit.el (data, files):
7021 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
7022
7023 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
7024
7025 * simple.el (shell-command): Doc fix (Bug#4891).
7026
7027 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
7028
7029 2009-11-14 Glenn Morris <rgm@gnu.org>
7030
7031 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
7032 statements for vc-diff, emerge-quit, and rmail-cease-edit.
7033 If they are already loaded, eval-after-load will do the right thing.
7034
7035 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
7036 compiling.
7037
7038 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
7039
7040 * simple.el (x-selection-owner-p): Declare.
7041 (read-mail-command): Use custom radio type rather than choice.
7042 (completion-no-auto-exit): Doc fix.
7043
7044 * custom.el (defgroup):
7045 * epg-config.el (epg): Doc fixes.
7046
7047 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7048
7049 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
7050 * international/ccl.el (define-ccl-program): Do not purecopy the
7051 docstring, defconst does it anyway.
7052
7053 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7054
7055 * add-log.el (add-change-log-entry): Avoid displaying the changelog
7056 a second time.
7057
7058 * x-dnd.el (x-dnd-maybe-call-test-function):
7059 * window.el (split-window-vertically):
7060 * whitespace.el (whitespace-help-on):
7061 * vc-rcs.el (vc-rcs-consult-headers):
7062 * userlock.el (ask-user-about-lock-help)
7063 (ask-user-about-supersession-help):
7064 * type-break.el (type-break-force-mode-line-update):
7065 * time-stamp.el (time-stamp-conv-warn):
7066 * terminal.el (te-set-output-log, te-more-break, te-filter)
7067 (te-sentinel, terminal-emulator):
7068 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
7069 (term-write-input-ring, term-check-source, term-start-output-log):
7070 (term-display-buffer-line, term-dynamic-list-completions):
7071 (term-ansi-make-term, serial-term):
7072 * subr.el (selective-display):
7073 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7074 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
7075 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
7076 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
7077 (speedbar-remove-localized-speedbar-support)
7078 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
7079 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
7080 (speedbar-buffers-line-directory):
7081 * simple.el (shell-command-on-region, append-to-buffer)
7082 (prepend-to-buffer):
7083 * shadowfile.el (shadow-save-todo-file):
7084 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
7085 (scroll-bar-maybe-set-window-start):
7086 * sb-image.el (speedbar-image-dump):
7087 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
7088 (load-save-place-alist-from-file):
7089 * ps-samp.el (ps-print-message-from-summary):
7090 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
7091 (ps-background-image, ps-begin-job, ps-do-despool):
7092 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
7093 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
7094 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
7095 (pr-call-process, pr-file-list, pr-interface-save):
7096 * novice.el (disabled-command-function)
7097 (enable-command, disable-command):
7098 * mouse.el (mouse-buffer-menu-alist):
7099 * mouse-copy.el (mouse-kill-preserving-secondary):
7100 * macros.el (kbd-macro-query):
7101 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
7102 * informat.el (batch-info-validate):
7103 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
7104 * hippie-exp.el (try-expand-dabbrev-visible):
7105 * help-mode.el (help-make-xrefs):
7106 * help-fns.el (describe-variable):
7107 * generic-x.el (bat-generic-mode-run-as-comint):
7108 * finder.el (finder-mouse-select):
7109 * find-dired.el (find-dired-sentinel):
7110 * filesets.el (filesets-file-close):
7111 * files.el (list-directory):
7112 * faces.el (list-faces-display, describe-face):
7113 * facemenu.el (list-colors-display):
7114 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
7115 * epg.el (epg--process-filter, epg-cancel):
7116 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
7117 (epa--read-signature-type):
7118 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
7119 (emerge-file-names):
7120 * ehelp.el (electric-helpify):
7121 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
7122 * ediff-vers.el (rcs-ediff-view-revision):
7123 * ediff-util.el (ediff-setup):
7124 * ediff-mult.el (ediff-append-custom-diff):
7125 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
7126 (ediff-wordify):
7127 * echistory.el (Electric-command-history-redo-expression):
7128 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7129 * disp-table.el (describe-display-table):
7130 * dired.el (dired-find-buffer-nocreate):
7131 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
7132 * dabbrev.el (dabbrev--same-major-mode-p):
7133 * chistory.el (list-command-history):
7134 * apropos.el (apropos-documentation):
7135 * allout.el (allout-obtain-passphrase):
7136 (allout-copy-exposed-to-buffer):
7137 (allout-verify-passphrase): Use with-current-buffer.
7138
7139 2009-11-13 Glenn Morris <rgm@gnu.org>
7140
7141 * Makefile.in (ELCFILES): Regenerate.
7142
7143 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
7144
7145 * net/dbus.el (dbus-registered-objects-table): Rename from
7146 `dbus-registered-functions-table', because it contains also properties.
7147 (dbus-unregister-object): Unregister also properties.
7148 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
7149 Use a timeout of 500 msec, in order to not block.
7150 (dbus-register-property, dbus-property-handler): New defuns.
7151
7152 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7153
7154 * simple.el (minibuffer-default-add-completions): Drop deprecated
7155 4th arg.
7156
7157 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
7158
7159 * textmodes/artist.el (artist-mouse-choose-operation):
7160 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
7161 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
7162 (artist-compute-up-event-key): New function.
7163 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
7164
7165 2009-11-13 Kenichi Handa <handa@m17n.org>
7166
7167 * language/japan-util.el: Make sure that the value of jisx0208
7168 property is jisx0208 character.
7169
7170 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
7171
7172 * international/mule.el (auto-coding-regexp-alist): Only purecopy
7173 car or each item, not the whole list.
7174
7175 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
7176
7177 * minibuffer.el (minibuffer-completion-help):
7178 Use minibuffer-hide-completions.
7179
7180 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
7181
7182 * dired.el (dired-save-positions, dired-restore-positions): New funs.
7183 (dired-revert): Use them (bug#4880).
7184
7185 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
7186
7187 * tooltip.el (tooltip-frame-parameters): Undo previous change.
7188
7189 2009-11-12 Juri Linkov <juri@jurta.org>
7190
7191 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
7192 New functions.
7193 (find-file-literally-at-point): Alias of `ffap-literally'.
7194
7195 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
7196
7197 * textmodes/ispell.el (ispell-skip-region-alist):
7198 * textmodes/css-mode.el (auto-mode-alist):
7199 * progmodes/compile.el (auto-mode-alist):
7200 * international/mule.el (ctext-non-standard-encodings-alist)
7201 (ctext-non-standard-encodings-regexp):
7202 * simple.el (shell-command-switch, text-read-only):
7203 * replace.el (occur-mode-map):
7204 * paths.el (rmail-file-name):
7205 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
7206 * find-file.el (ff-special-constructs):
7207 * files.el (file-name-handler-alist):
7208 * composite.el: Purecopy strings.
7209
7210 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
7211
7212 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
7213
7214 * widget.el (define-widget): Purecopy the docstring.
7215 * international/mule-cmds.el (charset): Do not purecopy the
7216 docstring here, define-widget does it.
7217
7218 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7219 * textmodes/bibtex-style.el (auto-mode-alist):
7220 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7221 * progmodes/compile.el (compile-command):
7222 * language/korea-util.el (default-korean-keyboard):
7223 * international/mule-conf.el (file-coding-system-alist):
7224 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
7225 * tooltip.el (tooltip-frame-parameters):
7226 * newcomment.el (comment-end, comment-padding):
7227 * dired.el (dired-trivial-filenames):
7228 * comint.el (comint-file-name-prefix): Purecopy initial values.
7229
7230 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
7231
7232 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
7233 (tramp-advice-minibuffer-electric-tilde): Unload advices via
7234 `tramp-unload'.
7235 (tramp-advice-make-auto-save-file-name)
7236 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
7237 after removing the advice.
7238
7239 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
7240
7241 * progmodes/grep.el (grep-regexp-alist):
7242 * international/mule-cmds.el (iso-2022-control-alist):
7243 * emacs-lisp/timer.el (timer-duration-words):
7244 * subr.el (version-separator, version-regexp-alist):
7245 * minibuffer.el (completion-styles-alist):
7246 * faces.el (face-attribute-name-alist, list-faces-sample-text):
7247 Change defvars to defconsts.
7248
7249 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
7250 * loadup.el ("international/mule-conf"): Load the byte compiled version.
7251 * international/mule-conf.el: Allow to be byte compiled.
7252
7253 * international/mule.el (define-charset): Purecopy props.
7254 (load-with-code-conversion): Purecopy doc string and file name.
7255 (put-charset-property): Purecopy strings.
7256 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
7257
7258 * international/mule-cmds.el (register-input-method): Purecopy arguments.
7259 (define-char-code-property): Correctly purecopy the table.
7260
7261 * international/ccl.el (define-ccl-program): Purecopy the docstring.
7262
7263 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
7264
7265 * subr.el (add-hook): Purecopy strings.
7266 (eval-after-load): Purecopy load-history-regexp and the form.
7267
7268 * custom.el (custom-declare-group): Purecopy load-file-name.
7269
7270 * subr.el (menu-bar-separator): New defconst.
7271 * net/eudc.el (eudc-tools-menu):
7272 * international/mule-cmds.el (set-coding-system-map)
7273 (mule-menu-keymap):
7274 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7275 * vc-hooks.el (vc-menu-map):
7276 * replace.el (occur-mode-map):
7277 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
7278 (menu-bar-edit-menu, menu-bar-goto-menu)
7279 (menu-bar-custom-menu, menu-bar-showhide-menu)
7280 (menu-bar-options-menu, menu-bar-tools-menu)
7281 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
7282 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
7283 (menu-bar-help-menu):
7284 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
7285 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
7286
7287 * term/x-win.el (x-gtk-stock-map):
7288 * progmodes/vera-mode.el (auto-mode-alist):
7289 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7290 (inferior-lisp-program, inferior-lisp-load-command):
7291 * progmodes/hideshow.el (hs-special-modes-alist):
7292 * progmodes/gud.el (same-window-regexps):
7293 * progmodes/grep.el (grep-program, find-program, xargs-program):
7294 * net/telnet.el (same-window-regexps):
7295 * net/rlogin.el (same-window-regexps):
7296 * language/ethiopic.el (font-ccl-encoder-alist):
7297 * vc-sccs.el (vc-sccs-master-templates):
7298 * vc-rcs.el (vc-rcs-master-templates):
7299 * subr.el (cl-assertion-failed):
7300 * simple.el (next-error-overlay-arrow-position):
7301 * lpr.el (lpr-command):
7302 * locate.el (locate-ls-subdir-switches):
7303 * info.el (same-window-regexps, info)
7304 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7305 * image-mode.el (image-mode, auto-mode-alist):
7306 * hippie-exp.el (hippie-expand-ignore-buffers):
7307 * format.el (format-alist):
7308 * find-dired.el (find-ls-subdir-switches, find-grep-options)
7309 (find-name-arg):
7310 * facemenu.el (facemenu-keybindings):
7311 * dired.el (dired-listing-switches, dired-chown-program):
7312 * diff.el (diff-switches, diff-command):
7313 * cus-edit.el (same-window-regexps):
7314 * bindings.el (mode-line-mule-info)
7315 (mode-line-buffer-identification): Purecopy strings.
7316
7317 2009-11-11 Juri Linkov <juri@jurta.org>
7318
7319 * simple.el (dired-get-filename) <declare-function>:
7320 Tell the byte-compiler about dired-get-filename.
7321 (shell-command): In Dired mode, get filename from the current line
7322 as the default value.
7323
7324 2009-11-10 Glenn Morris <rgm@gnu.org>
7325
7326 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
7327 * calendar/holidays.el, progmodes/cperl-mode.el:
7328 Update x-popup-menu declarations.
7329
7330 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
7331 (list-load-path-shadows): Use dolist.
7332 (list-load-path-shadows): Use with-current-buffer.
7333
7334 2009-11-10 Juri Linkov <juri@jurta.org>
7335
7336 * minibuffer.el (read-file-name): Support a list of default values
7337 in `default-filename'. Use the first file name where only one
7338 element is required. Doc fix.
7339
7340 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
7341
7342 * net/dbus.el (dbus-unregister-object): Release service, if no
7343 other method is registered for it.
7344
7345 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
7346
7347 * bookmark.el (bookmark-completing-read): Sort bookmark names if
7348 bookmark-sort-flag is non-nil (Bug#4653).
7349
7350 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
7351
7352 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
7353 the progress reporter entirely.
7354
7355 * emulation/cua-base.el: Add CUA property to some CC mode commands
7356 (Bug#4100).
7357
7358 2009-11-08 Kevin Ryde <user42@zip.com.au>
7359
7360 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
7361 at end of sentence (Bug#4818).
7362
7363 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
7364
7365 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7366 Handle "see declaration of" MSFT statements (Bug#4100).
7367
7368 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
7369
7370 * net/tramp.el (tramp-advice-make-auto-save-file-name)
7371 (tramp-advice-file-expand-wildcards): Unload via
7372 `ad-remove-advice'.
7373
7374 * net/trampver.el: Update release number.
7375
7376 2009-11-08 Kevin Ryde <user42@zip.com.au>
7377
7378 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
7379 `ad-do-it'.
7380
7381 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
7382
7383 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
7384 in order to keep context in SELinux.
7385
7386 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
7387
7388 * dired-aux.el (dired-query): Place cursor in echo area and allow
7389 C-g.
7390
7391 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
7392 menu item if not on a directory (Bug#4701).
7393
7394 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
7395
7396 Sync with Tramp 2.1.17.
7397
7398 * net/tramp.el (tramp-handle-copy-directory): Don't use
7399 `file-remote-p' (due to compatibility).
7400
7401 * net/tramp-compat.el (tramp-compat-copy-directory)
7402 (tramp-compat-delete-directory): New defuns.
7403
7404 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7405 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
7406 `tramp-compat-delete-directory'.
7407
7408 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
7409 (tramp-smb-handle-delete-directory): Use
7410 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
7411
7412 * net/trampver.el: Update release number.
7413
7414 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
7415
7416 * tar-mode.el (tar-copy): Call write-region on the right buffer
7417 (Bug#4857).
7418
7419 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
7420 by hand, if necessary (Bug#4878).
7421
7422 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
7423
7424 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
7425 align size column (Bug#4839).
7426
7427 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
7428 statement.
7429
7430 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
7431
7432 * progmodes/ld-script.el (auto-mode-alist):
7433 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
7434
7435 * cus-face.el (custom-declare-face): Purecopy face spec.
7436
7437 2009-11-06 Kenichi Handa <handa@m17n.org>
7438
7439 * international/uni-bidi.el: Re-generated.
7440 * international/uni-category.el: Re-generated.
7441 * international/uni-combining.el: Re-generated.
7442 * international/uni-mirrored.el: Re-generated.
7443
7444 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
7445
7446 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
7447 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
7448 (tex-start-options, slitex-run-command, latex-run-command)
7449 (tex-run-command, tex-directory):
7450 * textmodes/ispell.el (ispell-html-skip-alists)
7451 (ispell-tex-skip-alists, ispell-tex-skip-alists):
7452 * textmodes/fill.el (adaptive-fill-first-line-regexp):
7453 (adaptive-fill-regexp):
7454 * textmodes/dns-mode.el (auto-mode-alist):
7455 * progmodes/python.el (interpreter-mode-alist):
7456 * progmodes/etags.el (tags-compression-info-list):
7457 * progmodes/etags.el (tags-file-name):
7458 * net/browse-url.el (browse-url-galeon-program)
7459 (browse-url-firefox-program):
7460 * mail/sendmail.el (mail-signature-file)
7461 (mail-citation-prefix-regexp):
7462 * international/mule-conf.el (eight-bit):
7463 * international/latexenc.el (latex-inputenc-coding-alist):
7464 * international/fontset.el (x-pixel-size-width-font-regexp):
7465 * emacs-lisp/warnings.el (warning-type-format):
7466 * emacs-lisp/trace.el (trace-buffer):
7467 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
7468 (emacs-lisp-mode-map):
7469 * calendar/holidays.el (holiday-solar-holidays)
7470 (holiday-bahai-holidays, holiday-islamic-holidays)
7471 (holiday-christian-holidays, holiday-hebrew-holidays)
7472 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
7473 (hebrew-holidays-1, holiday-oriental-holidays)
7474 (holiday-general-holidays):
7475 * x-dnd.el (x-dnd-known-types):
7476 * tool-bar.el (tool-bar):
7477 * startup.el (site-run-file):
7478 * shell.el (shell-dumb-shell-regexp):
7479 * rfn-eshadow.el (file-name-shadow-tty-properties)
7480 (file-name-shadow-properties):
7481 * paths.el (remote-shell-program, news-directory):
7482 * mouse.el ([C-down-mouse-3]):
7483 * menu-bar.el (menu-bar-tools-menu):
7484 * jka-cmpr-hook.el (jka-compr-load-suffixes)
7485 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
7486 (jka-compr-compression-info-list):
7487 * isearch.el (search-whitespace-regexp):
7488 * image-file.el (image-file-name-extensions):
7489 * find-dired.el (find-ls-option):
7490 * files.el (directory-listing-before-filename-regexp)
7491 (directory-free-space-args, insert-directory-program)
7492 (list-directory-brief-switches, magic-fallback-mode-alist)
7493 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
7494 (automount-dir-prefix):
7495 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
7496 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
7497 (face-font-registry-alternatives, face-font-registry-alternatives)
7498 (face-font-family-alternatives):
7499 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
7500 (facemenu-foreground-menu, facemenu-face-menu):
7501 * epa-hook.el (epa-file-name-regexp):
7502 * dnd.el (dnd-protocol-alist):
7503 * textmodes/rst.el (auto-mode-alist):
7504 * button.el (default-button): Purecopy strings.
7505
7506 2009-11-06 Glenn Morris <rgm@gnu.org>
7507
7508 * Makefile.in (ELCFILES): Update.
7509
7510 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
7511
7512 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
7513 * emacs-lisp/levents.el: Move to obsolete/levents.el.
7514
7515 * nxml/xsd-regexp.el (xsdre-gen-categories):
7516 * nxml/xmltok.el (xmltok-parse-entity):
7517 * nxml/rng-parse.el (rng-parse-validate-file):
7518 * nxml/rng-maint.el (rng-format-manual)
7519 (rng-manual-output-force-new-line):
7520 * nxml/rng-loc.el (rng-save-schema-location-1):
7521 * nxml/rng-cmpct.el (rng-c-parse-file):
7522 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
7523 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
7524
7525 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
7526
7527 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
7528 Remove extra save-excursions and make-variable-buffer-local's.
7529 Suggested by Stefan Monnier.
7530
7531 (verilog-getopt-file, verilog-module-inside-filename-p)
7532 (verilog-set-define): Merge GNU 1.35 and repair changes from
7533 switching to using with-current-buffer.
7534
7535 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
7536 being treated as a number and confusing AUTORESET.
7537 Reported by Dan Dever.
7538
7539 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
7540 Add verilog-auto-ignore-concat to fix backward compatibility with
7541 older verilog-modes. Reported by Dan Katz.
7542
7543 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
7544 containing closing anchors "...$".
7545
7546 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
7547 Reported by Wade Smith.
7548
7549 (verilog-batch-execute-func): Comment on function usage.
7550
7551 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
7552
7553 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
7554 for labels.
7555
7556 (verilog-label-re, verilog-calc-1): Support proper indent of named
7557 asserts.
7558
7559 (verilog-backward-token, verilog-basic-complete-re)
7560 (verilog-beg-of-statement, verilog-indent-re): Support proper
7561 indent of the assert statement at the beginning of a block of text.
7562
7563 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
7564 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
7565 tokens as begins.
7566
7567 2009-11-05 Glenn Morris <rgm@gnu.org>
7568
7569 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
7570 Emacs 19. (Bug#1531)
7571 (byte-compile-fix-header): Update for the above change.
7572 Drop test for epoch::version.
7573
7574 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
7575 * cus-dep.el (custom-make-dependencies):
7576 * finder.el (finder-compile-keywords):
7577 Use autoload-rubric's feature argument.
7578
7579 * calendar/diary-lib.el (top-level): Make load behave more like require.
7580
7581 * vc-git.el (vc-git-stash-map): Move definition before use.
7582
7583 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7584
7585 * custom.el (custom-declare-group): Purecopy standard-value.
7586 (custom-declare-group): Purecopy custom-prefix.
7587
7588 * international/mule.el (load-with-code-conversion):
7589 Call do-after-load-evaluation unconditionally.
7590
7591 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
7592
7593 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7594
7595 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
7596
7597 2009-11-04 Glenn Morris <rgm@gnu.org>
7598
7599 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
7600 (byte-compile-compatibility): Remove option.
7601 (byte-compile-close-variables, byte-compile-fix-header)
7602 (byte-compile-insert-header, byte-compile-output-docform)
7603 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
7604 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
7605 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
7606 (byte-compile-insert, byte-compile-defun):
7607 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
7608 (byte-defop-compiler19): Remove.
7609 Without byte-compile-compatibility, the 'emacs19-opcode property is not
7610 used by anything. Replace all calls with byte-defop-compiler.
7611
7612 2009-11-04 Juri Linkov <juri@jurta.org>
7613
7614 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
7615 (menu-bar-options-menu): Don't quote the `prop' arg of
7616 `menu-bar-make-mm-toggle'.
7617
7618 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
7619
7620 * calendar/calendar.el (cal-loaddefs):
7621 * calendar/diary-lib.el (diary-loaddefs):
7622 * calendar/holidays.el (hol-loaddefs):
7623 * eshell/esh-module.el (esh-groups): Load rather than require.
7624
7625 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7626
7627 * calendar/todo-mode.el (todo-add-category): Don't hardcode
7628 point-min==1.
7629 (todo-top-priorities): Only display-buffer when called interactively.
7630 (todo-item-start): Don't save excursion point.
7631 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
7632 (todo-insert-item-here, todo-file-item, todo-remove-item):
7633 Adjust uses of todo-item-start and todo-item-end.
7634
7635 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
7636 (autoload-rubric): Don't use any more.
7637 * cedet/semantic/fw.el (semantic/loaddefs):
7638 * cedet/srecode.el (srecode/loaddefs):
7639 * cedet/ede.el (ede/loaddefs): Load rather than require.
7640 * cedet/ede/cpp-root.el:
7641 * cedet/ede/emacs.el:
7642 * cedet/ede/files.el:
7643 * cedet/ede/linux.el:
7644 * cedet/ede/locate.el:
7645 * cedet/ede/make.el:
7646 * cedet/ede/shell.el:
7647 * cedet/ede/speedbar.el:
7648 * cedet/ede/system.el:
7649 * cedet/ede/util.el:
7650 * cedet/semantic/analyze.el:
7651 * cedet/semantic/bovine.el:
7652 * cedet/semantic/complete.el:
7653 * cedet/semantic/ctxt.el:
7654 * cedet/semantic/db-file.el:
7655 * cedet/semantic/db-find.el:
7656 * cedet/semantic/db-global.el:
7657 * cedet/semantic/db-mode.el:
7658 * cedet/semantic/db-typecache.el:
7659 * cedet/semantic/db.el:
7660 * cedet/semantic/debug.el:
7661 * cedet/semantic/dep.el:
7662 * cedet/semantic/doc.el:
7663 * cedet/semantic/edit.el:
7664 * cedet/semantic/find.el:
7665 * cedet/semantic/format.el:
7666 * cedet/semantic/html.el:
7667 * cedet/semantic/ia-sb.el:
7668 * cedet/semantic/ia.el:
7669 * cedet/semantic/idle.el:
7670 * cedet/semantic/lex-spp.el:
7671 * cedet/semantic/lex.el:
7672 * cedet/semantic/mru-bookmark.el:
7673 * cedet/semantic/scope.el:
7674 * cedet/semantic/senator.el:
7675 * cedet/semantic/sort.el:
7676 * cedet/semantic/symref.el:
7677 * cedet/semantic/tag-file.el:
7678 * cedet/semantic/tag-ls.el:
7679 * cedet/semantic/tag-write.el:
7680 * cedet/semantic/tag.el:
7681 * cedet/semantic/util-modes.el:
7682 * cedet/semantic/analyze/complete.el:
7683 * cedet/semantic/analyze/refs.el:
7684 * cedet/semantic/bovine/c.el:
7685 * cedet/semantic/bovine/gcc.el:
7686 * cedet/semantic/bovine/make.el:
7687 * cedet/semantic/bovine/scm.el:
7688 * cedet/semantic/decorate/include.el:
7689 * cedet/semantic/decorate/mode.el:
7690 * cedet/semantic/symref/cscope.el:
7691 * cedet/semantic/symref/global.el:
7692 * cedet/semantic/symref/grep.el:
7693 * cedet/semantic/symref/idutils.el:
7694 * cedet/semantic/symref/list.el:
7695 * cedet/semantic/wisent/java-tags.el:
7696 * cedet/semantic/wisent/javascript.el:
7697 * cedet/srecode/compile.el:
7698 * cedet/srecode/cpp.el:
7699 * cedet/srecode/document.el:
7700 * cedet/srecode/el.el:
7701 * cedet/srecode/expandproto.el:
7702 * cedet/srecode/getset.el:
7703 * cedet/srecode/insert.el:
7704 * cedet/srecode/java.el:
7705 * cedet/srecode/map.el:
7706 * cedet/srecode/mode.el:
7707 * cedet/srecode/template.el:
7708 * cedet/srecode/texi.el: Remove the file-local setting of
7709 generated-autoload-feature.
7710
7711 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
7712 and only put a prop if it is non-nil.
7713
7714 2009-11-03 Juri Linkov <juri@jurta.org>
7715
7716 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
7717 (menu-bar-options-menu): Fix list quoting (Bug#4429).
7718
7719 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
7720 and "Menu" to make top-level menu item visually one unit (like
7721 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
7722 multi-word menu items). Fix :help string for quit-window.
7723
7724 2009-11-03 Glenn Morris <rgm@gnu.org>
7725
7726 * cedet/mode-local.el (with-mode-local): Doc fix.
7727
7728 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7729 (byte-compile-file-form-define-abbrev-table)
7730 (byte-compile-file-form-custom-declare-variable)
7731 (byte-compile-variable-ref, byte-compile-defvar):
7732 Whether or not a warning is enabled should only affect whether we issue
7733 the warning, not whether or not we collect the relevant data.
7734 Eg warnings can be turned on and off throughout the course of a file.
7735
7736 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
7737 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
7738
7739 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7740
7741 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
7742 * play/mpuz.el (mpuz-create-buffer):
7743 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
7744 (lm-print-y,s,noise, lm-print-w0, lm-init):
7745 * play/gomoku.el (gomoku-prompt-for-move):
7746 * play/fortune.el (fortune-in-buffer):
7747 * play/dissociate.el (dissociated-press):
7748 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
7749 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
7750 * mail/supercite.el (sc-eref-show):
7751 * mail/smtpmail.el (smtpmail-send-it):
7752 * mail/rmailsum.el (rmail-summary-next-labeled-message)
7753 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
7754 (rmail-summary-undelete-many, rmail-summary-rmail-update)
7755 (rmail-summary-goto-msg, rmail-summary-expunge)
7756 (rmail-summary-get-new-mail, rmail-summary-search-backward)
7757 (rmail-summary-add-label, rmail-summary-output-menu)
7758 (rmail-summary-output-body):
7759 * mail/rfc822.el (rfc822-addresses):
7760 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
7761 * mail/mailpost.el (post-mail-send-it):
7762 * mail/hashcash.el (hashcash-generate-payment):
7763 * mail/feedmail.el (feedmail-run-the-queue)
7764 (feedmail-queue-send-edit-prompt-help-first)
7765 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
7766 (feedmail-deduce-address-list):
7767 * eshell/esh-ext.el (eshell-remote-command):
7768 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
7769 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
7770 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
7771 (viper-save-string-in-file, viper-valid-marker):
7772 * emulation/viper-keym.el (viper-toggle-key):
7773 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
7774 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
7775 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
7776 * emulation/viper-cmd.el (viper-exec-form-in-vi)
7777 (viper-exec-form-in-emacs, viper-brac-function):
7778 * emulation/viper.el (viper-delocalize-var):
7779 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
7780 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
7781 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
7782 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
7783 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
7784 * emulation/edt.el (edt-electric-helpify):
7785 * emulation/cua-rect.el (cua--rectangle-aux-replace):
7786 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
7787 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
7788 (cua-indent-to-global-mark-column):
7789 * calendar/diary-lib.el (calendar-mark-1):
7790 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
7791 Use with-current-buffer.
7792 * emulation/viper.el (viper-delocalize-var): Use dolist.
7793
7794 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
7795
7796 * comint.el (comint-replace-by-expanded-history-before-point):
7797 Replace !! with the previous input string literally (Bug#1795).
7798
7799 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
7800
7801 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
7802 to be made up of whitespace.
7803
7804 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
7805
7806 * minibuffer.el (read-file-name): Don't use file dialogs for
7807 remote directories (Bug#99).
7808
7809 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
7810
7811 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
7812
7813 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
7814
7815 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
7816 instead of deleting the window or frame.
7817
7818 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
7819
7820 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
7821 Support face colors.
7822
7823 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
7824 New function. Support face colors (Bug#1168).
7825 (tex-common-initialization): Use it.
7826
7827 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
7828 mode allows it (Bug#1168).
7829
7830 2009-10-31 Juri Linkov <juri@jurta.org>
7831
7832 * facemenu.el (list-colors-display): Don't mark buffer as
7833 modified (Bug#3948).
7834
7835 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
7836
7837 * international/mule-diag.el (list-character-sets-1): Minor
7838 message fix (Bug#3526).
7839
7840 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
7841 face property (Bug#4834).
7842 (etags-list-tags, etags-tags-apropos-additional)
7843 (etags-tags-apropos, tags-select-tags-table): Add follow-link
7844 property.
7845
7846 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
7847 items.
7848
7849 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
7850 items.
7851
7852 * cedet/ede.el (ede-minor-mode):
7853 * cedet/semantic.el (semantic-mode): Toggle menu separators.
7854
7855 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7856
7857 * textmodes/two-column.el (2C-split):
7858 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
7859 * textmodes/tex-mode.el (tex-set-buffer-directory):
7860 * textmodes/spell.el (spell-region, spell-string):
7861 * textmodes/reftex.el (reftex-erase-buffer):
7862 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
7863 * textmodes/reftex-toc.el (reftex-toc-promote-action):
7864 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
7865 (reftex-select-item):
7866 * textmodes/reftex-ref.el (reftex-label-info-update)
7867 (reftex-offer-label-menu):
7868 * textmodes/reftex-index.el (reftex-index-change-entry)
7869 (reftex-index-phrases-info):
7870 * textmodes/reftex-global.el (reftex-create-tags-file)
7871 (reftex-save-all-document-buffers, reftex-ensure-write-access):
7872 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
7873 (reftex-view-crossref-from-bibtex):
7874 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
7875 (reftex-extract-bib-entries-from-thebibliography)
7876 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
7877 * textmodes/refbib.el (r2b-capitalize-title):
7878 (r2b-convert-buffer, r2b-help):
7879 * textmodes/page-ext.el (pages-directory)
7880 (pages-directory-goto-with-mouse):
7881 * textmodes/bibtex.el (bibtex-validate-globally):
7882 * textmodes/bib-mode.el (bib-capitalize-title):
7883 * textmodes/artist.el (artist-clear-buffer, artist-system):
7884 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
7885 (local-set-scheme-interaction-buffer, xscheme-process-filter)
7886 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
7887 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
7888 (xscheme-send-control-g-interrupt, xscheme-start-process)
7889 (xscheme-process-sentinel, xscheme-cd):
7890 * progmodes/verilog-mode.el (verilog-read-always-signals)
7891 (verilog-set-define, verilog-getopt-file)
7892 (verilog-module-inside-filename-p):
7893 * progmodes/sh-script.el:
7894 * progmodes/python.el (python-pdbtrack-get-source-buffer)
7895 (python-pdbtrack-grub-for-buffer, python-execute-file):
7896 * progmodes/octave-inf.el (inferior-octave):
7897 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7898 (idlwave-shell-compile-helper-routines, idlwave-set-local)
7899 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
7900 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
7901 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
7902 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
7903 (idlwave-shell-filter, idlwave-shell-examine-highlight)
7904 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
7905 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
7906 (idlwave-shell-examine-display, idlwave-shell-run-region)
7907 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
7908 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
7909 * progmodes/idlw-help.el (idlwave-help-get-special-help)
7910 (idlwave-help-get-help-buffer):
7911 * progmodes/gud.el (gud-basic-call, gud-find-class)
7912 (gud-tooltip-activate-mouse-motions-if-enabled):
7913 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7914 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
7915 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
7916 (ebrowse-tags-next-file):
7917 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
7918 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
7919 (ebnf-eps-finish-and-write):
7920 * progmodes/cpp.el (cpp-edit-save):
7921 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
7922 * progmodes/cc-defs.el (c-emacs-features):
7923 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
7924 (antlr-directory-dependencies):
7925 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
7926 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
7927 (ada-find-any-references, ada-make-filename-from-adaname)
7928 (ada-make-body-gnatstub):
7929 * obsolete/rnews.el (news-list-news-groups):
7930 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
7931 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
7932 * net/rcirc.el (rcirc-debug):
7933 * net/newst-treeview.el (newsticker--treeview-list-add-item)
7934 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
7935 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
7936 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
7937 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
7938 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
7939 (newsticker--treeview-list-clear-highlight)
7940 (newsticker--treeview-list-update-highlight)
7941 (newsticker--treeview-list-highlight-start)
7942 (newsticker--treeview-tree-update-highlight)
7943 (newsticker--treeview-get-selected-item)
7944 (newsticker-treeview-mark-list-items-old)
7945 (newsticker--treeview-set-current-node):
7946 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7947 * net/newst-backend.el (newsticker--get-news-by-funcall)
7948 (newsticker--get-news-by-wget, newsticker--image-get)
7949 (newsticker--image-sentinel):
7950 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
7951 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
7952 (eudc-ph-close-session):
7953 * net/eudc.el (eudc-save-options):
7954 * language/thai-word.el (thai-update-word-table):
7955 * language/japan-util.el (japanese-string-conversion):
7956 * international/titdic-cnv.el (tsang-quick-converter)
7957 (ziranma-converter, ctlau-converter):
7958 * international/mule-cmds.el (describe-language-environment):
7959 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
7960 (skkdic-convert-postfix, skkdic-convert-prefix):
7961 (skkdic-convert-okuri-nasi, skkdic-convert):
7962 * emacs-lisp/re-builder.el (reb-update-overlays):
7963 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
7964 * emacs-lisp/gulp.el (gulp-send-requests):
7965 * emacs-lisp/find-gc.el (trace-call-tree):
7966 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7967 (eieio-describe-generic):
7968 * emacs-lisp/eieio-base.el (eieio-persistent-read):
7969 * emacs-lisp/edebug.el (edebug-outside-excursion):
7970 * emacs-lisp/debug.el (debugger-make-xrefs):
7971 * emacs-lisp/cust-print.el (custom-prin1-to-string):
7972 * emacs-lisp/chart.el (chart-new-buffer):
7973 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7974 Use with-current-buffer.
7975 * textmodes/artist.el (artist-system): Don't call
7976 copy-sequence on a fresh string.
7977 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7978
7979 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
7980
7981 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
7982 is no item to edit. (Bug#4820)
7983 (todo-top-priorities): Restore point and restore narrowing in Todo
7984 buffer. (Bug#4820)
7985
7986 2009-10-31 Glenn Morris <rgm@gnu.org>
7987
7988 * net/ange-ftp.el (top-level): Don't require dired when compiling.
7989 (comint-last-output-start, comint-last-input-start)
7990 (comint-last-input-end): Don't defvar when compiling.
7991 (ange-ftp-process-file): Use bound-and-true-p.
7992
7993 * pcmpl-rpm.el (top-level): Move provide statement to end.
7994 (pcmpl-rpm): Remove unused custom group.
7995
7996 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7997
7998 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7999
8000 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8001 (byte-compile-warnings): Add `constants' as an option.
8002 (byte-compile-callargs-warn, byte-compile-arglist-warn)
8003 (display-call-tree): Update for byte-compile-fdefinition possibly
8004 returning `(macro lambda ...)'. (Bug#4778)
8005 (byte-compile-variable-ref, byte-compile-setq-default):
8006 Respect `constants' member of byte-compile-warnings.
8007
8008 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
8009 Use mapc rather than mapcar because the return value is never used.
8010
8011 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
8012 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
8013 * cedet/semantic/html.el:
8014 Suppress harmless warnings about setting up semantic-imenu (not
8015 part of Emacs) variables.
8016
8017 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8018
8019 * vc-bzr.el (vc-bzr-revision-keywords): New var.
8020 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
8021 to "submit:".
8022
8023 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
8024 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
8025 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
8026 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
8027 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
8028 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
8029 (semantic-analyzer-debug-global-symbol)
8030 (semantic-analyzer-debug-missing-innertype)
8031 (semantic-analyzer-debug-insert-include-summary):
8032 * cedet/semantic/util.el (semantic-file-tag-table):
8033 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
8034 (semantic-recursive-find-nonterminal-by-name):
8035 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
8036 * cedet/semantic/tag-file.el (semantic-prototype-file):
8037 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
8038 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
8039 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
8040 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
8041 (semantic-idle-summary-maybe-highlight):
8042 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
8043 (semantic-ia-sb-tag-info):
8044 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
8045 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
8046 * cedet/semantic/ede-grammar.el (project-compile-target):
8047 (ede-proj-makefile-insert-variables):
8048 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
8049 (semantic-debug-set-source-location, semantic-debug-interface-layout)
8050 (semantic-debug-mode, semantic-debug):
8051 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
8052 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
8053 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
8054 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
8055 (semanticdb-find-translate-path-includes--internal)
8056 (semanticdb-reset-log, semanticdb-find-log-activity):
8057 * cedet/semantic/db-file.el (object-write):
8058 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
8059 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
8060 (semanticdb-create-ebrowse-database):
8061 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
8062 * cedet/semantic/complete.el (semantic-displayor-focus-request)
8063 (semantic-collector-calculate-completions-raw)
8064 (semantic-complete-read-tag-analyzer):
8065 * cedet/semantic/analyze.el (semantic-analyze-pulse):
8066 * cedet/ede/util.el (ede-update-version-in-source):
8067 * cedet/ede/proj.el (project-delete-target):
8068 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
8069 (ede-proj-flush-autoconf):
8070 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
8071 (ede-proj-configure-synchronize):
8072 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
8073 * cedet/ede/linux.el (ede-linux-version):
8074 * cedet/ede/emacs.el (ede-emacs-version):
8075 * cedet/ede/dired.el (ede-dired-add-to-target):
8076 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
8077 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
8078 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
8079 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
8080 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
8081 (cedet-idutils-version-check):
8082 * cedet/cedet-global.el (cedet-gnu-global-call):
8083 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
8084 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
8085 * cedet/cedet-cscope.el (cedet-cscope-call)
8086 (cedet-cscope-expand-filename, cedet-cscope-version-check):
8087 Use with-current-buffer.
8088 * cedet/ede.el (ede-make-project-local-variable)
8089 (ede-set-project-variables, ede-set): Use dolist.
8090
8091 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
8092
8093 * textmodes/ispell.el (ispell-skip-region-alist):
8094 * international/mule-conf.el (eight-bit):
8095 * international/fontset.el (font-encoding-alist):
8096 * startup.el (pure-space-overflow-message):
8097 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
8098 * paths.el (gnus-nntp-service, rmail-spool-directory)
8099 (term-file-prefix):
8100 * files.el (save-some-buffers-action-alist):
8101 * cmuscheme.el (same-window-buffer-names):
8102 * ielm.el (same-window-buffer-names):
8103 * shell.el (same-window-buffer-names):
8104 * mail/sendmail.el (same-window-buffer-names):
8105 * progmodes/inf-lisp.el (same-window-buffer-names):
8106 * bindings.el (mode-line-client)
8107 (mode-line-column-line-number-mode-map):
8108 * language/tibetan.el (tibetan-precomposition-rule-regexp)
8109 (tibetan-precomposed-regexp): Purecopy string arguments.
8110
8111 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8112
8113 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
8114 (calcDigit-nondigit):
8115 * calc/calc-yank.el (calc-copy-to-buffer):
8116 * calc/calc-units.el (calc-invalidate-units-table):
8117 * calc/calc-trail.el (calc-trail-yank):
8118 * calc/calc-store.el (calc-insert-variables):
8119 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
8120 * calc/calc-prog.el (calc-read-parse-table):
8121 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
8122 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
8123 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
8124 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
8125 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
8126 (calc-graph-name, calc-graph-find-command, calc-graph-view)
8127 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
8128 * calc/calc-ext.el (calc-realign):
8129 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
8130 (calc-embedded-finish-edit, calc-embedded-make-info)
8131 (calc-embedded-finish-command, calc-embedded-stack-change):
8132 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
8133
8134 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
8135 (overload-docstring-extension): Use that info.
8136 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
8137 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
8138 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
8139 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
8140 (semantic-nonterminal-full-name): Add the new `when' info.
8141 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
8142 `assert'.
8143
8144 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
8145 shell-dynamic-complete-filename in preference to
8146 comint-dynamic-complete-filename.
8147
8148 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8149 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8150 Don't consider whether the display supports colors.
8151 (bookmark-import-new-list): Use dolist.
8152 (bookmark-bmenu-mode-map): Move initialization into declaration.
8153 (bookmark-bmenu-list): Use dolist, simplify.
8154 (bookmark-show-all-annotations): Use save-selected-window and dolist.
8155 (menu-bar-final-items): Use push.
8156
8157 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
8158
8159 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
8160 it works on remote files.
8161 (vc-hg-diff): Don't pass any `--cwd' argument.
8162
8163 2009-10-27 Kevin Ryde <user42@zip.com.au>
8164
8165 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8166 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
8167 (Further to Bug#3921).
8168
8169 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
8170
8171 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
8172 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
8173 calling `tramp-imap-put-file'. Add file size to the call.
8174 (tramp-imap-get-file-entries): Compute also user name, file size,
8175 and date.
8176 (tramp-imap-handle-insert-directory): Insert uid and gid.
8177 (tramp-imap-handle-file-attributes): Transform uid and gid
8178 according to `id-format'.
8179 (tramp-imap-put-file): New optional parameter SIZE. Encode file
8180 size in header X-Size.
8181
8182 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
8183
8184 * simple.el (transpose-subr): Give clearer error when the mark
8185 is not set. (Bug#4807)
8186
8187 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
8188
8189 * net/tramp.el (tramp-perl-file-truename): New defconst.
8190 Perl code contributed by yary <not.com@gmail.com> (tiny change).
8191 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
8192 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
8193 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
8194
8195 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
8196 Ignore `dired-call-process'.
8197 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
8198
8199 2009-10-26 Julian Scheid <julians37@gmail.com>
8200
8201 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
8202 (tramp-get-remote-readlink): New defun.
8203 (tramp-handle-file-truename): Use it.
8204 (tramp-handle-file-exists-p): Check file-attributes cache, assume
8205 file exists if cache value present.
8206 (tramp-check-cached-permissions): New defun.
8207 (tramp-handle-file-readable-p): Use it.
8208 (tramp-handle-file-writable-p): Likewise.
8209 (tramp-handle-file-executable-p): Likewise.
8210 (tramp-handle-file-name-all-completions): Try using Perl to get
8211 partial completions. When perl not available, combine `cd' and
8212 `ls' into single remote operation and use shell expansion to get
8213 partial remote directory contents. Set `file-exists-p' cache for
8214 directory and any files returned by ls. Change cache handling to
8215 support partial directory contents. Use error message emitted by
8216 remote `cd' or Perl code for local tramp-error.
8217 (tramp-do-copy-or-rename-file-directly): Avoid separate
8218 tramp-send-command-and-check call.
8219 (tramp-handle-process-file): Merge three remote ops into one.
8220 Do not flush all caches when `process-file-side-effects' is set.
8221 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
8222 file-attributes shows uid/gid to be set already.
8223
8224 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8225
8226 * textmodes/tex-mode.el (tex-dvi-view-command)
8227 (tex-show-queue-command, tex-open-quote):
8228 * progmodes/ruby-mode.el (auto-mode-alist)
8229 (interpreter-mode-alist): Purecopy strings.
8230
8231 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
8232
8233 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
8234 string for the hook, keymap and abbrev table.
8235
8236 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
8237
8238 * x-dnd.el (x-dnd-xdnd-to-action):
8239 * startup.el (fancy-startup-text, fancy-about-text): Change to
8240 defconst from defvar.
8241
8242 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
8243
8244 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
8245 Purecopy initialization strings.
8246
8247 * mail/sendmail.el (mail-header-separator)
8248 (mail-personal-alias-file):
8249 * mail/rmail.el (rmail-default-dont-reply-to-names)
8250 (rmail-ignored-headers, rmail-retry-ignored-headers)
8251 (rmail-highlighted-headers, rmail-secondary-file-directory)
8252 (rmail-secondary-file-regexp):
8253 * files.el (null-device, file-name-invalid-regexp)
8254 (locate-dominating-stop-dir-regexp)
8255 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
8256 (interpreter-mode-alist): Use mapcar instead of mapc.
8257
8258 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
8259
8260 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
8261 (completion-ignored-extensions):
8262 (debug-ignored-errors): Purecopy strings.
8263
8264 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8265
8266 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
8267 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
8268 (pcomplete--here): Use push.
8269
8270 * subr.el (all-completions): Declare the 4th arg obsolete.
8271
8272 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8273
8274 * pcomplete.el (pcomplete-unquote-argument-function): New var.
8275 (pcomplete-unquote-argument): New function.
8276 (pcomplete--common-suffix): Always pay attention to case.
8277 (pcomplete--table-subvert): Quote and unquote the text.
8278 (pcomplete--common-quoted-suffix): New function.
8279 (pcomplete-std-complete): Use it and pcomplete-begin.
8280
8281 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
8282 we're inside a dedicated or minibuffer window.
8283
8284 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8285
8286 * cedet/semantic/fw.el (semantic-alias-obsolete)
8287 (semantic-varalias-obsolete): Make the `when' arg mandatory.
8288 (define-mode-overload-implementation):
8289 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
8290 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
8291 * cedet/semantic/util.el (semantic-file-token-stream)
8292 (semantic-something-to-stream):
8293 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
8294 (semantic-expand-nonterminal):
8295 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
8296 (semantic-find-dependency, semantic-find-nonterminal)
8297 (semantic-find-dependency):
8298 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
8299 (semantic-flex-text, semantic-flex-make-keyword-table)
8300 (semantic-flex-keyword-p, semantic-flex-keyword-put)
8301 (semantic-flex-keyword-get, semantic-flex-map-keywords)
8302 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
8303 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
8304 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
8305 (semantic-after-idle-scheduler-reparse-hooks):
8306 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
8307 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
8308 * cedet/semantic.el (semantic-toplevel-bovine-table)
8309 (semantic-toplevel-bovine-cache)
8310 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
8311 (semantic-init-mode-hooks, semantic-init-db-hooks)
8312 (semantic-bovination-working-type): Provide the `when' arg.
8313
8314 2009-10-24 Karl Fogel <kfogel@red-bean.com>
8315
8316 * bookmark.el: Update documentation, especially documentation
8317 of `bookmark-alist' and of the bookmark file format.
8318 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
8319
8320 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
8321
8322 * mail/emacsbug.el (report-emacs-bug): Clarify that the
8323 keybindings apply to the mail buffer (Bug#4003). Shrink help
8324 window to buffer.
8325
8326 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8327 (global-whitespace-mode, global-whitespace-newline-mode)
8328 (whitespace-toggle-options, global-whitespace-toggle-options):
8329 Doc fix (Bug#3660).
8330
8331 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
8332 of xmltok-start before the end tag was inserted (Bug#2840).
8333
8334 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
8335 patterns that are preceded by an open-paren (Bug#1320).
8336
8337 2009-10-24 Sven Joachim <svenjoac@gmx.de>
8338
8339 * files.el (delete-directory): Delete symlinks to directories with
8340 delete-file (Bug#4739).
8341
8342 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
8343
8344 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
8345 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
8346 argument to make-obsolete.
8347
8348 * cedet/semantic/fw.el (semantic-alias-obsolete)
8349 (semantic-varalias-obsolete): Add optional WHEN argument.
8350
8351 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
8352
8353 * vc.el (vc-backend-for-registration): Rename from
8354 vc-get-backend-for-registration. Update callers.
8355
8356 * international/mule-cmds.el (set-language-info-alist):
8357 Purecopy lang-env.
8358 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
8359 (charset): Purecopy the name.
8360 (define-char-code-property): Purecopy string arguments.
8361
8362 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8363 Purecopy string arguments.
8364
8365 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8366 * ediff-hook.el (menu-bar-ediff-menu):
8367 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
8368 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
8369
8370 2009-10-24 Glenn Morris <rgm@gnu.org>
8371
8372 * comint.el (comint-dynamic-list-completions):
8373 * term.el (term-dynamic-list-completions): Use choose-completion rather
8374 than obsolete alias mouse-choose-completion.
8375
8376 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
8377 file-cache-choose-completion.
8378 (file-cache-choose-completion): Handle an optional event argument.
8379 (file-cache-mouse-choose-completion): Make it an obsolete alias.
8380
8381 * progmodes/octave-mod.el (octave-complete-symbol):
8382 Use choose-completion if mouse-choose-completion is ever removed.
8383
8384 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
8385 use.
8386
8387 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
8388 compiler.
8389
8390 * vc-hooks.el (vc-responsible-backend): Fix declaration.
8391
8392 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8393
8394 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
8395 Ignore `pred' now that we receive one.
8396 Handle test-completion specially.
8397
8398 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
8399
8400 * vc.el (vc-responsible-backend): Throw an error if not backend is
8401 found. Remove the REGISTER argument. Move the code dealing with
8402 REGISTER ...
8403 (vc-get-backend-for-registration): ... here. New function.
8404 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
8405 of vc-responsible-backend, pass the file name instead of the
8406 directory name.
8407
8408 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8409
8410 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
8411 New funs.
8412 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
8413 (pcomplete-comint-setup): Don't modify a global var via
8414 accidental side-effects.
8415 (pcomplete-shell-setup): Adjust call accordingly.
8416 (pcomplete-parse-comint-arguments): Use push.
8417
8418 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
8419
8420 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8421 Allow uncapitalized info node names (Bug#3921).
8422
8423 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
8424 to the DEBUG file (Bug#3781).
8425
8426 2009-10-23 Jari Aalto <jari.aalto@cante.net>
8427
8428 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
8429 dictionary entry (Bug#4579).
8430
8431 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
8432
8433 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
8434 from `rfn-eshadow-update-overlay-hook' when unloading.
8435 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
8436 "rsyncc". Adjust doc string.
8437 (tramp-temp-buffer-file-name): New buffer-local defvar.
8438 (tramp-handle-insert-file-contents, tramp-handle-write-region):
8439 Keep temporary file when indicated by method ("rsync" and
8440 "rsyncc").
8441 (tramp-handle-write-region): Handle APPEND.
8442 (tramp-delete-temp-file-function): New defun. Added to
8443 `kill-buffer-hook'.
8444
8445 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
8446
8447 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
8448
8449 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
8450
8451 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
8452 (color-name-rgb-alist, tty-standard-colors)
8453 (tty-color-mode-alist): Change to defconst.
8454
8455 * simple.el (mark-inactive): Purecopy message.
8456
8457 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
8458 (global-map, yank-menu):
8459 * textmodes/ispell.el (ispell-menu-map):
8460 * net/eudc.el (eudc-tools-menu):
8461 * international/mule-cmds.el (describe-language-environment-map)
8462 (setup-language-environment-map, set-coding-system-map)
8463 (mule-menu-keymap):
8464 * vc-hooks.el (vc-menu-entry, vc-menu-map):
8465 * replace.el (occur-mode-map):
8466 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
8467
8468 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
8469
8470 * calc/calc.el (math-read-number, math-read-number-simple): Use
8471 `save-match-data'.
8472
8473 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
8474
8475 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
8476 rather than fiddling with global-map bindings, since it should only
8477 affect per-terminal settings.
8478 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
8479
8480 * minibuffer.el (completion-table-with-terminator): Allow to specify
8481 the terminator-regexp.
8482
8483 * simple.el (switch-to-completions): Look for *Completions* in other
8484 frames as well.
8485
8486 * pcomplete.el: Allow the use of completion-tables.
8487 (pcomplete-std-complete): New command.
8488 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
8489 (pcomplete--here): Use a function for `form' rather than an expression,
8490 so it can be byte-compiled.
8491 (pcomplete-here, pcomplete-here*): Adjust accordingly.
8492 Add edebug declaration.
8493 (pcomplete-show-completions): Remove unused var `curbuf'.
8494 (pcomplete-do-complete, pcomplete-stub):
8495 Don't assume `completions' is a list of strings any more.
8496
8497 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
8498
8499 * find-dired.el (find-name-arg): Fix typo in docstring.
8500
8501 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
8502
8503 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
8504 (pcmpl-linux-fs-types): Same, and update to new modules layout.
8505
8506 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
8507 pcomplete-entries.
8508
8509 * comint.el (comint-read-input-ring, comint-write-input-ring)
8510 (comint-substitute-in-file-name)
8511 (comint-dynamic-complete-as-filename)
8512 (comint-dynamic-simple-complete)
8513 (comint-dynamic-list-filename-completions)
8514 (comint-dynamic-list-completions)
8515 (comint-redirect-results-list-from-process): Minor simplifications.
8516
8517 2009-10-21 Kevin Ryde <user42@zip.com.au>
8518
8519 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8520 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
8521 the first form. And insert a blank line after ";;; Code" since
8522 that's usual style. (Bug#4612)
8523
8524 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
8525
8526 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8527
8528 * minibuffer.el (completion-table-with-terminator): Properly implement
8529 boundaries, in case `terminator' appears in the suffix.
8530 (completion--embedded-envvar-table): Don't return boundaries if
8531 there's no valid completion. Simplify.
8532 (completion-file-name-table): New completion table extracted from
8533 completion--file-name-table.
8534 (completion--file-name-table): Use it.
8535 (read-file-name-predicate): Declare obsolete.
8536 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
8537 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
8538 completion-file-name-table, and use the `pred' argument.
8539 * files.el (locate-file-completion-table): Use the `pred' arg rather
8540 than read-file-name-predicate.
8541 (abbreviate-file-name): Use \` rather than ^ for BOS.
8542
8543 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
8544
8545 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
8546 vc-responsible-backend to register, it causes problems.
8547
8548 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8549
8550 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
8551
8552 2009-10-21 Eric Ludlam <zappo@gnu.org>
8553
8554 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
8555 (semantic-c-debug-mode-init-pch): New functions.
8556 (semantic-c-debug-mode-init-last-mode): New var.
8557 (semantic-c-parse-lexical-token): Use them.
8558
8559 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
8560 When extracting the argument list, limit only by point-max.
8561
8562 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
8563
8564 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
8565 (tramp-smb-handle-file-attributes): Use it.
8566 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
8567 (tramp-smb-handle-insert-directory): Use `mapc' rather than
8568 `mapcar'. Use `tramp-smb-get-stat-capability'.
8569 Add `dired-filename' text properties.
8570 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
8571 (tramp-smb-maybe-open-connection): Simplify check for smbclient
8572 version.
8573
8574 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8575
8576 * subr.el (read-key-delay): Reduce to 0.01.
8577 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
8578 (bug#4751).
8579
8580 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8581
8582 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
8583
8584 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
8585 (Info-menu): Remove unused vars `last' and `completions'.
8586 (Info-index-nodes): Remove unused var `node'.
8587
8588 * info.el (Info-complete-menu-item): Use complete-with-action.
8589
8590 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
8591
8592 Make vc-annotate work through copies and renames.
8593 * vc-annotate.el (vc-annotate-extract-revision-at-line):
8594 Return the file name too.
8595 (vc-annotate-revision-at-line)
8596 (vc-annotate-find-revision-at-line)
8597 (vc-annotate-revision-previous-to-line)
8598 (vc-annotate-show-log-revision-at-line): Update to get the file
8599 name from vc-annotate-extract-revision-at-line.
8600 (vc-annotate-show-diff-revision-at-line-internal): Change the
8601 argument to mean whether to show a file diff or not. Get the file
8602 name from vc-annotate-extract-revision-at-line.
8603 (vc-annotate-show-diff-revision-at-line):
8604 Update vc-annotate-show-diff-revision-at-line call.
8605 (vc-annotate-warp-revision): Add an optional file argument.
8606
8607 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
8608 (vc-git-annotate-extract-revision-at-line): Also return the file
8609 name if found.
8610
8611 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
8612 command. Remove unused code.
8613 (vc-hg-annotate-re): Update to match --follow output.
8614 (vc-hg-annotate-extract-revision-at-line): Also return the file
8615 name if found.
8616
8617 * vc.el: Update annotate-extract-revision-at-line documentation.
8618
8619 2009-10-18 Kevin Ryde <user42@zip.com.au>
8620
8621 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
8622 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
8623
8624 * net/browse-url.el (browse-url): Identify alist with "consp and
8625 not functionp" and let all other things go down the `apply' leg,
8626 as suggested by Stefan. (Further to bug#4531.)
8627
8628 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
8629
8630 * minibuffer.el (read-file-name): Check for repeat before putting
8631 a default argument in file-name-history (Bug#4657).
8632
8633 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
8634 read syntax (Bug#4737).
8635
8636 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
8637
8638 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8639
8640 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
8641 (html-tag-alist, html-tag-help): Add descriptions for undocumented
8642 entries and make note of obsolete tags.
8643
8644 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8645
8646 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
8647
8648 2009-10-18 Glenn Morris <rgm@gnu.org>
8649
8650 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
8651 grep, so that binary files (eg international/uni-bidi.el) can match.
8652 Remove test for "UnicodeData" files, since it is hopefully unnecessary
8653 now, and in any case the file header format has changed.
8654
8655 2009-10-17 Glenn Morris <rgm@gnu.org>
8656
8657 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
8658 (flyspell-get-word, flyspell-large-region)
8659 (flyspell-auto-correct-previous-word): Doc/error message fixes.
8660
8661 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
8662
8663 * Makefile.in (ELCFILES): Add ede/shell.
8664
8665 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
8666
8667 * term/common-win.el (x-colors): Purecopy it.
8668
8669 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8670
8671 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
8672 permissive for when the buffer is empty.
8673 (tar-header-block-tokenize): Decode the username and groupname.
8674 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
8675
8676 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
8677
8678 * cedet/srecode/srt.el:
8679 * cedet/srecode/compile.el:
8680 * cedet/semantic/mru-bookmark.el:
8681 * cedet/semantic/debug.el:
8682 * cedet/semantic/complete.el:
8683 * cedet/semantic/analyze.el: Require CL when compiling.
8684
8685 2009-10-17 Eric Ludlam <zappo@gnu.org>
8686
8687 * cedet/semantic/scope.el
8688 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
8689 tmpscope so that the regular scope will continue to work.
8690
8691 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
8692 Use semantic-idle-summary-highlight-face as the highlighting.
8693
8694 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
8695 contains multibyte characters, choose first applicable coding
8696 system automatically.
8697
8698 * cedet/ede/project-am.el (project-run-target): New method.
8699 (project-run-target): New method.
8700
8701 * cedet/ede.el (ede-target): Add run target menu item.
8702 (ede-project, ede-minor-keymap): Add ede-run-target binding.
8703 (ede-run-target): New function.
8704 (ede-target::project-run-target): New method.
8705
8706 * cedet/ede/proj.el (project-run-target): New method.
8707
8708 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
8709 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
8710 Add :rules.
8711 (ede-proj-target-makefile-shared-object): Only libtool compilers
8712 now available. Add linkers for libtool.
8713 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
8714 (ede-proj-makefile-target-name): Always use .la extension.
8715
8716 * cedet/ede/proj-prog.el (project-run-target): New method.
8717
8718 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
8719 (ede-g++-linker): Change Change link lines.
8720
8721 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
8722 When searching for old variables, go to the end of the buffer and
8723 search backward from there.
8724 (ede-proj-makefile-automake-insert-subdirs)
8725 (ede-proj-makefile-automake-insert-extradist): New methods.
8726 (ede-proj-makefile-create): Use them.
8727
8728 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
8729 Force FILE to expand to the current target. Use file-exists-p to
8730 check that it exists.
8731
8732 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
8733 (ede-linux-load): Wrap dir in file-name-as-directory.
8734 Set :version slot.
8735
8736 * cedet/ede/files.el (ede-get-locator-object): When enabling
8737 locate, do so on "top".
8738
8739 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
8740 file-name-as-directory during compare.
8741 (ede-emacs-version): Return Emacs/XEmacs differentiator.
8742 Get version number from different places. Don't call egrep.
8743 (ede-emacs-load): Set :version slot. Call file-name-as-directory
8744 to set the directory.
8745
8746 * cedet/ede/shell.el: New file.
8747
8748 * cedet/inversion.el (inversion-decoders): Allow for stray . in
8749 alpha/beta variants.
8750
8751 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8752
8753 * international/mule-cmds.el (select-safe-coding-system): If the file
8754 has a coding cookie, use it regardless of any other setting (bug#4712).
8755
8756 2009-10-17 Glenn Morris <rgm@gnu.org>
8757
8758 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
8759 All errors should have messages.
8760
8761 * foldout.el (foldout-mouse-swallow-events):
8762 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
8763
8764 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
8765 (dired-keep-marker-copy, dired-keep-marker-hardlink)
8766 (dired-keep-marker-symlink, dired-dwim-target)
8767 (dired-copy-preserve-time): Do not autoload these defcustoms.
8768
8769 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
8770 messages from messing up the file coding. (Bug#4623)
8771
8772 2009-10-17 Jari Aalto <jari.aalto@cante.net>
8773
8774 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
8775 if no match is found for the current dictionary. (Bug#4578)
8776
8777 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
8778 optional, since that is how it is documented, and this is often called
8779 with a nil argument. (Bug#4577)
8780 (flyspell-external-point-words, flyspell-auto-correct-word)
8781 (flyspell-correct-word-before-point, flyspell-word-search-forward)
8782 (flyspell-word-search-backward): Remove nil argument in calls to
8783 flyspell-get-word, since it is not needed now.
8784
8785 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
8786
8787 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
8788
8789 2009-10-16 Glenn Morris <rgm@gnu.org>
8790
8791 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
8792
8793 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
8794
8795 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
8796 (ange-ftp-file-size): New function.
8797 (ange-ftp-file-attributes): Use it.
8798
8799 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
8800
8801 * net/tramp-smb.el (tramp-smb-version): New defvar.
8802 (tramp-smb-maybe-open-connection): Use it, in order to avoid
8803 repeated checks.
8804
8805 2009-10-16 Glenn Morris <rgm@gnu.org>
8806
8807 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
8808 Maybe copy some custom properties from old to new name. (Bug#4706)
8809
8810 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
8811
8812 * subr.el (error, sit-for, start-process-shell-command)
8813 (start-file-process-shell-command): Set the calling convention
8814 after the function definition.
8815
8816 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8817
8818 * subr.el (error, sit-for, start-process-shell-command)
8819 (start-file-process-shell-command): Use the new
8820 set-advertised-calling-convention feature.
8821
8822 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
8823
8824 * international/ucs-normalize.el (ucs-normalize-version):
8825 Change to 1.2.
8826 (check-range): Adjust for Unicode 5.2.
8827
8828 2009-10-15 Juri Linkov <juri@jurta.org>
8829
8830 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
8831 to the `menu-item' format.
8832
8833 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
8834
8835 * net/tramp.el (tramp-replace-environment-variables): Do not fail
8836 if the environment variable does not exist.
8837
8838 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8839 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
8840 parameter.
8841 (tramp-smb-handle-add-name-to-file)
8842 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8843 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8844 (tramp-smb-handle-file-attributes)
8845 (tramp-smb-do-file-attributes-with-stat)
8846 (tramp-smb-handle-file-local-copy)
8847 (tramp-smb-handle-insert-directory)
8848 (tramp-smb-handle-make-directory)
8849 (tramp-smb-handle-make-directory-internal)
8850 (tramp-smb-handle-make-symbolic-link)
8851 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
8852 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
8853 (tramp-smb-maybe-open-connection): Apply the changed parameters.
8854 (tramp-smb-read-file-entry): Read Disk names in compressed format.
8855 Handle long file names.
8856 (tramp-smb-get-cifs-capabilities): Check, whether the connection
8857 process is running.
8858 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
8859 Read share names with "-g" option.
8860
8861 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
8862
8863 * net/rcirc.el (rcirc-view-log-file): New command.
8864 (rcirc-track-minor-mode-map): Remove C-c ` binding.
8865 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
8866 specified.
8867
8868 2009-10-15 Glenn Morris <rgm@gnu.org>
8869
8870 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
8871 from the second command-line argument.
8872 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
8873 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
8874 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
8875 w32-batch-update-autoloads.
8876 * emacs-lisp/autoload.el (autoload-make-program): New variable.
8877 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
8878
8879 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
8880 the headers cannot be located. Simplify, subtracting superflous
8881 save-excursions.
8882
8883 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
8884
8885 Replace completion-base-size by completion-base-position to fix bugs
8886 such as (bug#4699).
8887 * simple.el (completion-base-position): New var.
8888 (completion-base-size): Mark as obsolete.
8889 (choose-completion): Make it work for mouse events as well.
8890 Pass the new base-position to choose-completion-string.
8891 (choose-completion-guess-base-position): New function, extracted from
8892 choose-completion-delete-max-match.
8893 (choose-completion-delete-max-match): Use it. Make obsolete.
8894 (choose-completion-string): Use the new base-position info.
8895 (completion-root-regexp): Delete.
8896 (completion-setup-function): Preserve completion-base-position.
8897 Eliminate obsolete base-size manipulation.
8898 * minibuffer.el (display-completion-list): Don't mess with base-size.
8899 (minibuffer-completion-help): Set completion-base-position instead.
8900 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
8901 choose-completion.
8902 * textmodes/bibtex.el (bibtex-complete):
8903 * emacs-lisp/crm.el (crm--choose-completion-string):
8904 Adjust to new calling convention.
8905 * complete.el (partial-completion-mode): Use minibufferp to avoid
8906 bumping into incompatible change to choose-completion-string-functions.
8907 * ido.el (ido-choose-completion-string): Make its calling convention
8908 more permissive.
8909 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
8910 base-size manipulation.
8911 (comint-dynamic-list-input-ring): Use dotimes and push.
8912 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
8913 fundamental-mode. Use `or'.
8914
8915 2009-10-14 Juri Linkov <juri@jurta.org>
8916
8917 * misearch.el (multi-isearch-next-buffer-from-list)
8918 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
8919
8920 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8921
8922 * Makefile.in (compile-onefile): Load `bytecomp' rather than
8923 `bytecomp.el'.
8924
8925 * minibuffer.el (completion-pcm--merge-completions): Make sure the
8926 string we return is all made up of text from the completions rather
8927 than part from the completions and part from the input (bug#4219).
8928
8929 * ido.el (ido-everywhere): Use define-minor-mode.
8930
8931 * buff-menu.el (list-buffers, ctl-x-map):
8932 Mark the entry points with ;;;###autoload cookies.
8933
8934 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
8935
8936 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
8937 correctly in the detached head case.
8938 (vc-git-print-log): Remove unused binding.
8939
8940 * vc.el (vc-responsible-backend): When a directory is passed for
8941 for registration create a VC repository if no backend is
8942 responsible for the directory argument.
8943 (vc-deduce-fileset): Tell vc-responsible-backend to register.
8944
8945 * vc.el: Move comments about RCS and SCCS ...
8946 * vc-rcs.el:
8947 * vc-sccs.el: ... here, respectively.
8948
8949 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8950
8951 * minibuffer.el (completion--file-name-table): Return nil if there's
8952 no file completion, even if substitute-in-file-name changed
8953 the string (bug#4708).
8954
8955 2009-10-13 Juri Linkov <juri@jurta.org>
8956
8957 * files-x.el (read-file-local-variable-value): Don't filter out
8958 minor modes from mode name completion (bug#4664).
8959
8960 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
8961
8962 * international/mule-cmds.el (ucs-names): Remove exclusion of
8963 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
8964
8965 2009-10-13 Kenichi Handa <handa@m17n.org>
8966
8967 * international/uni-name.el: Regenerated.
8968
8969 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
8970
8971 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
8972 should be automatically buffer-local, but isn't.)
8973
8974 2009-10-12 Sam Steingold <sds@gnu.org>
8975
8976 * progmodes/compile.el (compilation-next-error-function): Fix the
8977 timestamps if the buffer has been visited before.
8978 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
8979 non-anchored patterns, like the perl one (bug#3928).
8980
8981 2009-10-12 Glenn Morris <rgm@gnu.org>
8982
8983 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
8984 Let-bind `size'.
8985
8986 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
8987
8988 * proced.el (proced-unload-function): New function.
8989
8990 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
8991 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
8992 Doc fix.
8993
8994 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
8995
8996 2009-10-11 Juri Linkov <juri@jurta.org>
8997
8998 * files-x.el (read-file-local-variable-value):
8999 Provide default value only for bound variables (bug#4664).
9000
9001 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
9002
9003 * net/tramp.el (tramp-local-host-p): Function shall return nil for
9004 connection methods like smb.
9005
9006 * net/tramp-cache.el (tramp-flush-connection-property): The hash
9007 can be empty.
9008
9009 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9010 (tramp-smb-file-name-handler-alist): Add handlers for
9011 `add-name-to-file', `make-symbolic-link'.
9012 (tramp-smb-handle-add-name-to-file)
9013 (tramp-smb-do-file-attributes-with-stat)
9014 (tramp-smb-handle-make-symbolic-link)
9015 (tramp-smb-get-cifs-capabilities): New defuns.
9016 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9017 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9018 (tramp-smb-handle-file-local-copy)
9019 (tramp-smb-handle-make-directory-internal)
9020 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9021 The file name syntax depends on cifs capabilities.
9022 (tramp-smb-handle-file-attributes):
9023 Call `tramp-smb-do-file-attributes-with-stat' if possible.
9024 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
9025 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
9026
9027 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
9028
9029 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
9030 (eieio-defclass): Apply deftype handler and setf-method properties
9031 directly.
9032 (eieio-add-new-slot): Avoid union function from cl library.
9033 (eieio--typep): New function.
9034 (eieio-perform-slot-validation): Use it.
9035
9036 2009-10-10 Karl Fogel <kfogel@red-bean.com>
9037
9038 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
9039 Update documentation to refer to the variables documented in r1.135.
9040 (Bug#4188)
9041
9042 2009-10-10 Karl Fogel <kfogel@red-bean.com>
9043
9044 * bookmark.el (Info-suffix-list): Remove this unused variable.
9045 (bookmark-current-point): Remove this obsolete variable.
9046 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
9047 Adjust for removal of bookmark-current-point.
9048
9049 (bookmarks-already-loaded, bookmark-current-buffer)
9050 (bookmark-yank-point): Document. (Bug#4188)
9051
9052 2009-10-10 Glenn Morris <rgm@gnu.org>
9053
9054 * frame.el (frame-height): Doc fix.
9055
9056 * calendar/calendar.el (calendar-split-width-threshold): New option.
9057 (calendar-basic-setup): Use calendar-split-width-threshold.
9058
9059 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
9060
9061 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
9062 Use .la for Automake.
9063
9064 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
9065
9066 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
9067 Use "autoreconf -i". Suggested by Andreas Schwab.
9068
9069 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
9070
9071 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
9072 Ideographic Supplement" range (U+1F200..U+1F2FF).
9073
9074 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9075
9076 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
9077 since the list will have been rebuilt anyway. (Bug#4349)
9078
9079 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9080
9081 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
9082 (bookmark-bmenu-execute-deletions): Don't save here, as
9083 bookmark-delete will now do so if necessary.
9084 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
9085 (Bug#4348)
9086
9087 2009-10-09 Glenn Morris <rgm@gnu.org>
9088
9089 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
9090
9091 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9092
9093 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
9094 (bookmark-jump-other-window): Just invoke bookmark-jump with new
9095 argument now, so the two function's behaviors will match. (Bug#3645)
9096
9097 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
9098
9099 * cedet/ede/proj.el (project-make-dist, project-compile-project):
9100 Fix filename test.
9101 (ede-proj-dist-makefile): Use expand-file-name instead of concat
9102 to expand file names.
9103
9104 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
9105
9106 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
9107 (tramp-file-name-real-host, tramp-file-name-port):
9108 Apply `save-match-data'.
9109
9110 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
9111 case both directories are remote.
9112 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
9113 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
9114
9115 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
9116
9117 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
9118 (ede-proj-target-makefile-objectcode): Use it.
9119
9120 * cedet/ede/source.el (ede-want-any-source-files-p)
9121 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
9122 Return search result. This error was introduced while merging.
9123
9124 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
9125
9126 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
9127
9128 2009-10-07 Glenn Morris <rgm@gnu.org>
9129
9130 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
9131 of concat.
9132
9133 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9134
9135 * files-x.el (read-file-local-variable): Include some
9136 non-user-variables in the completion table (bug#4664).
9137
9138 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
9139
9140 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
9141 message.
9142
9143 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9144 (tramp-smb-file-name-handler-alist): Add handler for
9145 `copy-directory', `expand-file-name', `set-file-modes'.
9146 (tramp-smb-handle-copy-directory)
9147 (tramp-smb-handle-expand-file-name)
9148 (tramp-smb-handle-set-file-modes): New defuns.
9149 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
9150 (tramp-smb-handle-file-attributes): Simplify check for retrieving
9151 entry.
9152 (tramp-smb-handle-insert-directory): Don't flush the cache.
9153 (tramp-smb-maybe-open-connection): Check for samba client and
9154 server versions.
9155
9156 2009-10-07 Eli Zaretskii <eliz@gnu.org>
9157
9158 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
9159 to not error out of search for "^lisp=" fails.
9160
9161 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
9162
9163 * makefile.w32-in (WINS_UPDATES): New macro.
9164 (custom-deps, finder-data, autoloads): Use it.
9165
9166 2009-10-07 Glenn Morris <rgm@gnu.org>
9167
9168 * Makefile.in (autoloads): Revert previous change.
9169 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
9170 the list of preloaded files passed on the command-line, get
9171 it from src/Makefile.
9172
9173 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
9174 show the original buffer rather than a random one.
9175
9176 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
9177
9178 * help.el (describe-no-warranty): Place point in a slightly better
9179 position in the GPLv3 text.
9180
9181 2009-10-06 Sam Steingold <sds@gnu.org>
9182
9183 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
9184 the comm attribute is present before calling regexp-quote.
9185
9186 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
9187
9188 * play/animate.el (animate-string): For good effect, make sure
9189 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
9190
9191 * play/animate.el (animate-sequence, animate-birthday-present):
9192 * misc.el (butterfly): Don't set `indent-tabs-mode'.
9193
9194 2009-10-06 Glenn Morris <rgm@gnu.org>
9195
9196 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
9197
9198 * emacs-lisp/autoload.el (autoload-excludes): New variable.
9199 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
9200 (batch-update-autoloads): Process a string value of autoload-excludes,
9201 set during the build process.
9202 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
9203
9204 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
9205 inside with-parsed... macro so that `v' is defined.
9206
9207 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
9208 * progmodes/fortran.el (fortran-end-of-block)
9209 (fortran-beginning-of-block):
9210 Also push mark in the macro case.
9211
9212 * emerge.el (emerge-show-file-name):
9213 * calc/calc.el (calc-quit):
9214 * calc/calc-misc.el (calc-big-or-small):
9215 * calc/calc-graph.el (calc-graph-view):
9216 * calc/calc-ext.el (calc-reset):
9217 * calendar/calendar.el (calendar-basic-setup):
9218 Use window-full-height-p.
9219
9220 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
9221 header we don't understand, don't insert another. (Bug#4624)
9222 If changing mime charset, insert the new one in the right place.
9223
9224 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
9225
9226 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
9227 (cal-tex-cursor-month): Correctly increment the end date for diary and
9228 holiday listing. (Bug#4626)
9229
9230 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9231
9232 * help-fns.el (describe-function-1): Don't burp if the function is not
9233 a symbol.
9234
9235 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
9236
9237 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
9238 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
9239 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
9240 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
9241
9242 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
9243 (eieio-default-superclass): Reflow docstrings.
9244 (this, class-option-assoc, defclass, eieio-class-un-autoload)
9245 (eieio-unbind-method-implementations, defmethod)
9246 (eieio-validate-slot-value, eieio-validate-class-slot-value)
9247 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
9248 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
9249 (eieio-slot-originating-class-p, eieio-slot-name-index)
9250 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
9251 (constructor, initialize-instance, no-next-method, object-print)
9252 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
9253 Fix typos in docstrings.
9254 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
9255 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
9256 (next-method-p): Doc fixes.
9257 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
9258 Fix typos in error messages.
9259 (eieio-defmethod): Fix typo in description of generic method.
9260
9261 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
9262 (eieio-persistent-save-interactive, slot-missing):
9263 Fix typos in docstrings.
9264 (eieio-instance-inheritor-slot-boundp): Doc fix.
9265
9266 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
9267 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
9268
9269 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
9270 (eieio-custom-object-apply-reset):
9271 Fix typos in docstrings and error messages.
9272
9273 * emacs-lisp/eieio-datadebug.el (data-debug-show):
9274 Fix typo in docstring.
9275
9276 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
9277 (eieio-browse-tree): Doc fix.
9278 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
9279 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
9280 Fix typos in docstrings.
9281
9282 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
9283 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
9284 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
9285 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
9286 Reflow docstrings.
9287
9288 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
9289
9290 * vc-hg.el (log-view-vc-backend): Declare for compiler.
9291 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
9292 Set log-view-vc-backend so that diff can work.
9293
9294 * log-view.el (log-view-diff): Use vc-diff-internal instead of
9295 vc-version-diff.
9296 (vc-diff-internal): Autoload this instead of vc-version-diff.
9297
9298 2009-10-05 Eli Zaretskii <eliz@gnu.org>
9299
9300 * simple.el (eval-expression): Doc fix.
9301
9302 * progmodes/cwarn.el (cwarn-mode): Doc fix.
9303
9304 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
9305
9306 * files.el (directory-files-no-dot-files-regexp): New defconst.
9307 (delete-directory): Use it.
9308 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
9309
9310 * net/tramp.el (tramp-verbose): Fix docstring.
9311 (tramp-methods): Add recursive option to `tramp-copy-args'.
9312 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
9313 "scp1_old", "scp2_old", "rsync", "rsyncc".
9314 (tramp-default-method): Check also for `auth-source-user-or-password'.
9315 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9316 Add handler for `copy-directory'.
9317 (tramp-handle-copy-directory): New defun.
9318 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
9319 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
9320 Optimize sent command.
9321
9322 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9323
9324 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
9325 window if necessary.
9326
9327 * calendar/calendar.el (calendar-basic-setup): Don't call
9328 switch-to-buffer in a dedicated window.
9329
9330 2009-10-05 Karl Fogel <kfogel@red-bean.com>
9331
9332 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
9333 don't do anything related to relocating, just return nil.
9334 (bookmark-error-no-filename): New error.
9335 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
9336 bookmark has no file. Don't even attempt to handle things that
9337 are not files; the whole point of custom handlers is to keep that
9338 knowledge elsewhere anyway. Tighten some comments.
9339 (bookmark-file-or-variation-thereof): Remove now-unused function.
9340 (bookmark-location): Doc string fix.
9341 (Bug#4250)
9342
9343 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9344
9345 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
9346 don't use a file dialog, because they usually don't know how to read
9347 a directory target from the user. (Bug#4230)
9348 Also, make sure the prompt can display directories as well as files.
9349
9350 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9351
9352 * bookmark.el (bookmark-set, bookmark-buffer-name):
9353 Improve doc strings. (Bug#1193)
9354
9355 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9356
9357 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
9358 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
9359 (bookmark-get-annotation, bookmark-set-annotation)
9360 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
9361 (bookmark-set-position, bookmark-get-front-context-string)
9362 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
9363 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
9364 (bookmark-jump-other-window, bookmark-handle-bookmark)
9365 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
9366 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
9367 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
9368 Improve doc strings to say whether bookmark can be a string or
9369 a record or both, and make other consistency and clarity fixes.
9370 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
9371 (bookmark-default-annotation-text, bookmark-yank-word)
9372 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
9373 (bookmark-import-new-list, bookmark-maybe-rename)
9374 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9375 (bookmark-bmenu-bookmark): Give these doc strings.
9376 (bookmark-bmenu-check-position): Give this a doc string, but also
9377 add a FIXME comment about how the function may be pointless.
9378 (bookmark-default-handler): Rework doc string and change a
9379 parameter name, to clarify that this takes a bookmark record
9380 not a bookmark name.
9381 (bookmark-set): Change a parameter name to indicate its meaning,
9382 and improve the doc string a bit.
9383 (Bug#4188)
9384
9385 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9386
9387 * bookmark.el (bookmark-alist): Document the new `handler' element
9388 in the param alist.
9389 (bookmark-make-record-function): Adjust documentation for above.
9390 (Bug#4193)
9391
9392 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9393
9394 * info.el (Info-bookmark-make-record): Document this function.
9395 (Info-bookmark-jump): Document with a doc string, not just a comment.
9396 (Bug#4203)
9397
9398 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
9399
9400 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
9401 (semantic-new-buffer-fcn): Call parser setup functions here.
9402 (semantic-mode): Don't call parser setup functions here, it's done
9403 in semantic-new-buffer-fcn now.
9404 (semantic-mode): Parse all existing buffers when enabled.
9405
9406 * cedet/srecode/compile.el (srecode-compile-file):
9407 Call semantic-new-buffer-fcn if the buffer has not been parsed.
9408
9409 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
9410
9411 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
9412
9413 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
9414 (proj-comp-insert-variable-once): New macro, renamed from
9415 ede-pmake-insert-variable-once in ede/pmake.edl.
9416 (ede-proj-makefile-insert-variables): Use it.
9417
9418 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
9419
9420 * files.el (copy-directory): New defun.
9421
9422 * dired-aux.el (dired-copy-file-recursive): Use it.
9423
9424 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
9425
9426 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9427 (makefile-end-of-command):
9428 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9429 (semantic-end-of-context): Fix previous change. Doc fixes.
9430
9431 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
9432
9433 * files-x.el (modify-dir-local-variable)
9434 (copy-dir-locals-to-file-locals-prop-line):
9435 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9436 (makefile-end-of-command):
9437 * cedet/semantic/lex.el (semantic-lex-token):
9438 * cedet/semantic/analyze/fcn.el
9439 (semantic-analyze-dereference-metatype-1):
9440 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
9441 (semantic-lex-cpp-undef):
9442 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
9443 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9444 (semantic-end-of-context): Fix typos in docstrings.
9445
9446 * recentf.el (recentf-unload-function): New function.
9447
9448 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
9449
9450 * cedet/ede.el (ede-project-placeholder-cache-file):
9451 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
9452 * cedet/srecode/map.el (srecode-map-save-file):
9453 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
9454
9455 2009-10-04 Glenn Morris <rgm@gnu.org>
9456
9457 * window.el (window-full-height-p): Add doc string.
9458
9459 2009-10-04 Martin Rudalics <rudalics@gmx.at>
9460
9461 * window.el (window-full-height-p): New function. (Bug#4543)
9462
9463 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
9464
9465 * cedet/srecode/insert.el: Require srecode/args.
9466
9467 * cedet/srecode/args.el: Require srecode/dictionary instead of
9468 srecode/insert.
9469
9470 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
9471
9472 * files.el (auto-mode-alist): Add .srt and Project.ede.
9473
9474 * cedet/semantic.el (semantic-mode):
9475 Handle srecode-template-mode-hook as well.
9476 (semantic-mode): Use js-mode-hook for Javascript hook.
9477
9478 * cedet/srecode/template.el: Remove hook variable.
9479
9480 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
9481
9482 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
9483 projects exist.
9484 (ede-project-placeholder-cache-file): Default to a file in
9485 user-emacs-directory.
9486
9487 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
9488 templates in data-directory.
9489 (srecode-map-save-file): Default to a file in user-emacs-directory.
9490
9491 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
9492 directory.
9493
9494 2009-09-30 Eric Ludlam <zappo@gnu.org>
9495
9496 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
9497 Doc fix.
9498
9499 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
9500 Only insert each variable once.
9501
9502 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
9503 (ede-pmake-insert-variable-shared): Use it.
9504
9505 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
9506 for lexical table iff table is nil.
9507
9508 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
9509
9510 * vc.el: Remove commented out code.
9511 (vc-derived-from-dir-mode): Remove, unused.
9512 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
9513
9514 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
9515
9516 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9517 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
9518 there could be recursive loading when `default-directory' is a
9519 remote file name. (Bug#4614)
9520
9521 2009-10-03 Glenn Morris <rgm@gnu.org>
9522
9523 * calendar/calendar.el (calendar-basic-setup): Handle the case where
9524 the frame is wide.
9525 (calendar-generate-window): Test for shrinkability rather than width.
9526
9527 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
9528 declaration, currently false.
9529
9530 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
9531 reusing existing buffers, in case we happen to visit two files with the
9532 same basename. (Bug#4593)
9533
9534 2009-10-02 Eli Zaretskii <eliz@gnu.org>
9535
9536 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
9537 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
9538 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
9539 subdirs of cedet as well.
9540 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
9541
9542 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9543
9544 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
9545 Obey advertised-signature-table.
9546
9547 * help-fns.el (help-function-arglist): Don't check
9548 advertised-signature-table.
9549 (describe-function-1): Do it here instead so it also applies to subrs.
9550
9551 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
9552
9553 * simple.el (start-file-process): Say in the doc-string, that file
9554 handlers might not support pty association, if PROGRAM is nil.
9555
9556 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
9557 HOST and USER are strings. They are nil, when there are
9558 incomplete entries in ~/.netrc, for example.
9559 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
9560 root directory ("device busy" error otherwise).
9561
9562 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
9563 Flush file properties of created directory.
9564
9565 2009-10-02 Eli Zaretskii <eliz@gnu.org>
9566
9567 * makefile.w32-in (WINS_BASIC): Remove cedet.
9568 (WINS_CEDET): Add cedet.
9569 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
9570
9571 2009-10-02 Kevin Ryde <user42@zip.com.au>
9572
9573 * net/browse-url.el (browse-url): Pass any symbol in
9574 browse-url-browser-function to `apply', since if you've mistakenly put
9575 an unbound symbol then the error is clearer. (Bug#4531)
9576
9577 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
9578
9579 * allout.el (allout-init, allout-back-to-current-heading)
9580 (allout-beginning-of-current-entry, allout-ascend-to-depth)
9581 (allout-ascend, allout-up-current-level, allout-end-of-level)
9582 (allout-previous-visible-heading, allout-forward-current-level)
9583 (allout-backward-current-level, allout-show-children):
9584 * apropos.el (apropos-describe-plist):
9585 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
9586 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
9587 * completion.el (add-completion, add-permanent-completion):
9588 * descr-text.el (describe-text-category, describe-char):
9589 * desktop.el (desktop-lazy-abort):
9590 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
9591 * dired.el (dired-build-subdir-alist):
9592 * ediff.el (ediff-version):
9593 * elide-head.el (elide-head, elide-head-show):
9594 * emerge.el (emerge-version):
9595 * env.el (getenv):
9596 * face-remap.el (variable-pitch-mode):
9597 * faces.el (describe-face):
9598 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
9599 (dired-at-point):
9600 * files.el (find-file-existing, auto-save-mode):
9601 * font-lock.el (font-lock-fontify-buffer):
9602 * help-fns.el (describe-function, describe-variable)
9603 (describe-syntax, describe-categories):
9604 * help.el (view-lossage, describe-bindings, describe-key)
9605 (describe-mode):
9606 * hexl.el (hexl-current-address):
9607 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
9608 * info.el (Info-goto-emacs-key-command-node):
9609 * log-edit.el (log-edit-insert-cvs-template)
9610 (log-edit-insert-cvs-rcstemplate):
9611 * menu-bar.el (menu-bar-mode):
9612 * mouse.el (mouse-appearance-menu):
9613 * newcomment.el (comment-indent-new-line):
9614 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
9615 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
9616 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
9617 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
9618 * recentf.el (recentf-mode):
9619 * savehist.el (savehist-mode, savehist-save):
9620 * shadowfile.el (shadow-copy-files):
9621 * simple.el (kill-ring-save, next-line, previous-line)
9622 (normal-erase-is-backspace-mode):
9623 * strokes.el (strokes-update-window-configuration)
9624 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
9625 (strokes-xpm-for-stroke):
9626 * time.el (emacs-uptime, emacs-init-time):
9627 * tutorial.el (tutorial--describe-nonstandard-key)
9628 (tutorial--detailed-help):
9629 * type-break.el (type-break-mode)
9630 (type-break-mode-line-message-mode, type-break-query-mode)
9631 (type-break-guesstimate-keystroke-threshold):
9632 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
9633 * version.el (emacs-version):
9634 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
9635 * winner.el (winner-mode):
9636 * calendar/timeclock.el (timeclock-in, timeclock-out)
9637 (timeclock-status-string, timeclock-change)
9638 (timeclock-workday-remaining-string)
9639 (timeclock-workday-elapsed-string)
9640 (timeclock-when-to-leave-string):
9641 * calendar/todo-mode.el (todo-add-category):
9642 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
9643 * emacs-lisp/autoload.el (update-file-autoloads):
9644 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
9645 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
9646 (checkdoc-message-text, checkdoc-defun):
9647 * emacs-lisp/debug.el (debugger-list-functions):
9648 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9649 * emacs-lisp/eieio-opt.el (eieio-describe-class)
9650 (eieio-describe-generic):
9651 * emacs-lisp/lisp-mnt.el (lm-synopsis):
9652 * emacs-lisp/shadow.el (list-load-path-shadows):
9653 * emulation/cua-base.el (cua-mode):
9654 * emulation/edt.el (edt-set-scroll-margins):
9655 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
9656 (tpu-toggle-regexp, tpu-toggle-search-direction)
9657 (tpu-toggle-rectangle, tpu-toggle-control-keys):
9658 * emulation/tpu-extras.el (tpu-set-scroll-margins):
9659 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9660 (viper-set-parsing-style-toggling-macro)
9661 (viper-set-emacs-state-searchstyle-macros):
9662 * emulation/viper.el (viper-set-hooks):
9663 * eshell/esh-mode.el (eshell-truncate-buffer):
9664 * international/mule-cmds.el (prefer-coding-system)
9665 (describe-input-method, describe-language-environment):
9666 * international/mule-diag.el (list-character-sets)
9667 (describe-character-set, describe-coding-system)
9668 (describe-fontset, list-fontsets, list-input-methods):
9669 * mail/sendmail.el (mail-signature):
9670 * net/ange-ftp.el (ange-ftp-copy-file):
9671 * net/browse-url.el (browse-url):
9672 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
9673 * net/quickurl.el (quickurl-add-url):
9674 * net/rcirc.el (names, topic):
9675 * net/xesam.el (xesam-mode):
9676 * play/5x5.el (5x5-new-game):
9677 * play/yow.el (apropos-zippy):
9678 * progmodes/ada-mode.el (ada-mode-version):
9679 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
9680 (f90-end-of-block)
9681 (f90-beginning-of-block):
9682 * progmodes/fortran.el (fortran-end-of-block)
9683 (fortran-beginning-of-block):
9684 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
9685 * progmodes/python.el (python-describe-symbol, python-shell):
9686 * term/ns-win.el (ns-print-buffer):
9687 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
9688 * textmodes/flyspell.el (flyspell-mode-on):
9689 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
9690 (pages-directory-for-addresses):
9691 * textmodes/table.el (table-recognize-cell)
9692 (table-query-dimension, table-generate-source)
9693 (table-insert-sequence, table--warn-incompatibility):
9694 * textmodes/tex-mode.el (tex-validate-buffer):
9695 * textmodes/texinfmt.el (texinfmt-version)
9696 (texinfo-format-buffer):
9697 Use `called-interactively-p' instead of `interactive-p'.
9698
9699 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
9700
9701 * image-mode.el (image-toggle-display):
9702 * emacs-lisp/elp.el (elp-instrument-function):
9703 * emacs-lisp/advice.el (ad-make-advised-definition):
9704 * emacs-lisp/easy-mmode.el (define-minor-mode):
9705 * net/browse-url.el (browse-url-maybe-new-window):
9706 * progmodes/sh-script.el (sh-learn-buffer-indent):
9707 Pass new argument 'any to `called-interactively-p'.
9708
9709 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
9710
9711 * international/uni-bidi.el:
9712 * international/uni-category.el:
9713 * international/uni-combining.el:
9714 * international/uni-comment.el:
9715 * international/uni-decimal.el:
9716 * international/uni-decomposition.el:
9717 * international/uni-digit.el:
9718 * international/uni-lowercase.el:
9719 * international/uni-mirrored.el:
9720 * international/uni-name.el:
9721 * international/uni-numeric.el:
9722 * international/uni-old-name.el:
9723 * international/uni-titlecase.el:
9724 * international/uni-uppercase.el:
9725 Regenerate from Unicode 5.2.0 data.
9726
9727 2009-10-01 Glenn Morris <rgm@gnu.org>
9728
9729 * Makefile.in (ELCFILES): Regenerate.
9730
9731 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9732
9733 * subr.el (interactive-p): Mark obsolete.
9734 (called-interactively-p): Make the optional-ness of `kind' obsolete.
9735 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
9736 advertised-signature-table for subroutines as well.
9737
9738 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
9739 (set-advertised-calling-convention): New function.
9740 (make-obsolete, define-obsolete-function-alias)
9741 (make-obsolete-variable, define-obsolete-variable-alias):
9742 Make the optional-ness of `when' obsolete.
9743 (define-obsolete-face-alias): Make `when' non-optional.
9744 * help-fns.el (help-function-arglist):
9745 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
9746 Use advertised-signature-table.
9747
9748 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
9749
9750 * files.el (delete-directory): New defun. The original function
9751 in fileio.c has been renamed to `delete-directory-internal'.
9752
9753 * dired.el (dired-delete-file): Call `delete-directory' with
9754 RECURSIVE parameter.
9755
9756 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
9757 parameter RECURSIVE. Implementation is missing.
9758
9759 * net/tramp.el (tramp-handle-make-directory): Flush upper
9760 directory's file properties.
9761 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
9762 (tramp-handle-dired-recursive-delete-directory): Flush directory
9763 properties after the remove command only.
9764
9765 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
9766 Handle optional parameter RECURSIVE.
9767
9768 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
9769 Handle optional parameter RECURSIVE.
9770
9771 * net/tramp-smb.el (tramp-smb-errors): Add error message for
9772 connection timeout.
9773 (tramp-smb-handle-delete-directory): Handle optional parameter
9774 RECURSIVE.
9775
9776 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9777
9778 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
9779 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
9780 (byte-compile-defmacro): Use backquotes.
9781
9782 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
9783
9784 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
9785 has no associated file.
9786 (vc-resynch-buffer): Use vc-dir-buffers.
9787
9788 2009-10-01 Glenn Morris <rgm@gnu.org>
9789
9790 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
9791 (chart-file-count):
9792 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
9793 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
9794 * emacs-lisp/eieio-opt.el (eieio-describe-class):
9795 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
9796 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
9797 (eieio-copy-parents-into-subclass, make-instance, class-children)
9798 (eieio-generic-form):
9799 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
9800 * cedet/cedet-idutils.el (cedet-idutils-search)
9801 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
9802 (cedet-idutils-version-check):
9803 * cedet/cedet.el (cedet-version):
9804 * cedet/data-debug.el (data-debug-insert-overlay-button)
9805 (data-debug-insert-overlay-list-button)
9806 (data-debug-insert-buffer-button)
9807 (data-debug-insert-buffer-list-button)
9808 (data-debug-insert-process-button, data-debug-insert-ring-button)
9809 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
9810 (data-debug-insert-stuff-vector-button)
9811 (data-debug-insert-symbol-button, data-debug-insert-string)
9812 (data-debug-insert-number, data-debug-insert-lambda-expression)
9813 (data-debug-insert-nil, data-debug-insert-simple-thing)
9814 (data-debug-insert-custom, data-debug-edebug-expr):
9815 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
9816 (global-ede-mode-map, ede-new, ede-debug-target)
9817 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
9818 * cedet/semantic.el (semantic-minimum-working-buffer-size)
9819 (semantic-fetch-tags, semantic-submode-list)
9820 (semantic-default-submodes):
9821 * cedet/ede/source.el (ede-source-match):
9822 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
9823 (project-am-package-info):
9824 * cedet/ede/proj.el (ede-proj-target, project-new-target):
9825 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
9826 * cedet/ede/proj-comp.el (ede-current-build-list):
9827 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
9828 * cedet/ede/files.el (ede-toplevel-project-or-nil):
9829 * cedet/ede/cpp-root.el (initialize-instance):
9830 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
9831 (autoconf-parameter-strip, autoconf-insert-new-macro):
9832 * cedet/semantic/wisent.el (wisent-lex-eoi):
9833 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
9834 (semantic-show-parser-state-mode):
9835 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
9836 * cedet/semantic/tag.el (semantic-tag-new-variable)
9837 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
9838 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
9839 (semantic--tag-deep-copy-tag-list)
9840 (semantic-tag-components-with-overlays-default):
9841 * cedet/semantic/symref.el (semantic-symref-find-text):
9842 * cedet/semantic/senator.el (senator-yank-tag)
9843 (senator-transpose-tags-up):
9844 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
9845 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
9846 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
9847 * cedet/semantic/lex.el (semantic-lex-comment-regex)
9848 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
9849 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
9850 * cedet/semantic/lex-spp.el
9851 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
9852 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
9853 * cedet/semantic/idle.el
9854 (semantic-idle-summary-current-symbol-info-brutish)
9855 (semantic-idle-summary-current-symbol-info-default):
9856 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
9857 (semantic--grammar-macro-compl-dict):
9858 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
9859 * cedet/semantic/format.el (semantic-format-tag-custom-list)
9860 (semantic-format-tag-canonical-name-default):
9861 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
9862 (semantic-find-tags-for-completion)
9863 (semantic-find-tags-by-scope-protection-default)
9864 (semantic-deep-find-tags-for-completion):
9865 * cedet/semantic/edit.el
9866 (semantic-edits-incremental-reparse-failed-hook)
9867 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
9868 (semantic-edits-splice-remove, semantic-edits-splice-replace):
9869 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
9870 * cedet/semantic/dep.el (semantic-dependency-include-path):
9871 * cedet/semantic/db.el (semanticdb-default-find-index-class)
9872 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
9873 (semanticdb-project-roots):
9874 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
9875 (semanticdb-find-adebug-insert-scanned-tag-cons)
9876 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
9877 (semanticdb-brute-deep-find-tags-for-completion):
9878 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
9879 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
9880 (semantic-end-of-context-default)
9881 (semantic-ctxt-current-function-default)
9882 (semantic-ctxt-scoped-types-default):
9883 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
9884 (semantic-complete-inline-tag-engine)
9885 (semantic-complete-inline-custom-type)
9886 (semantic-complete-read-tag-analyzer):
9887 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
9888 (semantic-chart-database-size):
9889 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
9890 (semantic-analyze-current-context):
9891 * cedet/semantic/symref/list.el (semantic-symref)
9892 (semantic-symref-hide-buffer, semantic-symref-symbol):
9893 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
9894 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
9895 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
9896 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
9897 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
9898 (semantic-c-dereference-template):
9899 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
9900 (semantic--analyze-refs-full-lookup-with-parents)
9901 (semantic--analyze-refs-full-lookup-simple):
9902 * cedet/semantic/analyze/complete.el
9903 (semantic-analyze-possible-completions):
9904 * cedet/srecode/table.el (srecode-mode-table-new):
9905 * cedet/srecode/srt.el (srecode-read-variable-name):
9906 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
9907 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
9908 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
9909 * cedet/srecode/map.el (srecode-current-map):
9910 * cedet/srecode/insert.el (srecode-insert)
9911 (srecode-insert-variable-secondname-handler, srecode-insert-method)
9912 (srecode-template-inserter-point-override)
9913 (srecode-insert-include-lookup):
9914 * cedet/srecode/getset.el (srecode-auto-choose-class):
9915 * cedet/srecode/extract.el (srecode-inserter-extract):
9916 * cedet/srecode/document.el
9917 (srecode-document-autocomment-return-last-alist)
9918 (srecode-document-autocomment-param-type-alist)
9919 (srecode-document-insert-function-comment)
9920 (srecode-document-insert-variable-one-line-comment)
9921 (srecode-document-function-name-comment):
9922 * cedet/srecode/dictionary.el (srecode-create-dictionary)
9923 (srecode-compound-toString):
9924 * cedet/srecode/compile.el (srecode-flush-active-templates):
9925 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
9926 Doc/message fixes.
9927
9928 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
9929 match-data. (Bug#4555).
9930
9931 * cedet/semantic/bovine/gcc.el
9932 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
9933 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
9934
9935 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
9936 rather than parsing it as a regexp. This relaxes the layout
9937 requirements and makes errors easier to detect.
9938 (check-declare-verify): Check file is regular.
9939 (check-declare-directory): Doc fix.
9940 * subr.el (declare-function): Doc fix.
9941
9942 * ibuffer.el (ibuffer-format-qualifier):
9943 * isearch.el (hi-lock-regexp-okay):
9944 * calc/calc.el (math-zerop):
9945 * mail/uce.el (rmail-msgbeg, rmail-msgend):
9946 * term/w32-win.el (setup-default-fontset, set-fontset-font):
9947 Remove unused declarations.
9948
9949 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
9950
9951 * cedet/semantic/wisent/javat-wy.el
9952 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
9953
9954 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
9955
9956 * cedet/srecode/expandproto.el: Fix provide statement.
9957
9958 2009-09-30 Eric Ludlam <zappo@gnu.org>
9959
9960 * emacs-lisp/eieio.el (boolean-p): Delete.
9961
9962 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
9963
9964 * cedet/ede/srecode.el: Fix provide statement.
9965
9966 2009-09-30 Glenn Morris <rgm@gnu.org>
9967
9968 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
9969 * cedet/ede/proj-aux.el (ede-aux-source):
9970 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
9971 (ede-misc-source):
9972 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
9973 (semantic-mrub-switch-tags): Fix doc typos.
9974
9975 * cedet/semantic/db-global.el (data-debug-new-buffer)
9976 (data-debug-insert-thing): Remove unneeded declarations (one broken).
9977 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
9978
9979 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
9980
9981 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
9982 use of CL function `remove-if-not'.
9983
9984 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
9985
9986 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
9987 filename is not a string.
9988
9989 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
9990
9991 * files.el (safe-local-eval-forms): Fix typo.
9992
9993 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9994
9995 * vc-hooks.el (vc-dir-buffers): New var.
9996 (vc-state-refresh): New function.
9997 (vc-state): Use it.
9998 (vc-after-save): Always ask the backend to recompute the new state.
9999 Always call vc-dir if necessary, using vc-dir-buffers.
10000 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
10001 Use vc-dir-buffers.
10002 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
10003 (vc-dir-prepare-status-buffer, vc-dir-update)
10004 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
10005 Don't call expand-file-name on default-directory.
10006
10007 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10008
10009 * speedbar.el (speedbar-item-delete):
10010 * calc/calc-prog.el (calc-kbd-if):
10011 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
10012
10013 * epa.el (epa-key-list-mode-map):
10014 * hi-lock.el (hi-lock-menu): Fix typos in menus.
10015
10016 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
10017 (hs-show-hook): Fix typo in docstring.
10018
10019 2009-09-29 Glenn Morris <rgm@gnu.org>
10020
10021 * cedet/semantic/symref/idutils.el:
10022 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
10023
10024 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
10025
10026 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
10027 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
10028 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
10029 Mark declarations not understood by check-declare.
10030
10031 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
10032 file-name-nondirectory call preventing location of cedet files.
10033 (check-declare-verify): Use literal search rather than re-search.
10034 Add basic defmethod and defclass, and define-overloadable-function.
10035
10036 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10037 Use tramp-compat-file-attributes rather than nonexistent
10038 tramp-compat-handle-file-attributes.
10039
10040 * Makefile.in (lisptagsfiles4): New.
10041 (AUTOGENEL): Add cedet loaddefs files.
10042 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
10043 (update-elclist, compile-always, backup-compiled-files)
10044 (bootstrap-clean): Add yet another directory level.
10045 (update-elclist): Use LC_COLLATE rather than COLLATE.
10046 (ELCFILES): Update, via `make update-elclist'.
10047
10048 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10049
10050 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
10051 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
10052 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
10053
10054 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
10055
10056 * Makefile.in (lisptagsfiles3): Define.
10057 (TAGS, TAGS-LISP): Use it.
10058 (update-elclist): Add third directory level to look for elc files.
10059 (compile-always): Likewise.
10060 (backup-compiled-files): Likewise.
10061 (bootstrap-clean): Likewise.
10062 (ELCFILES): Update.
10063
10064 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
10065
10066 * Makefile.in (ELCFILES): Add CEDET files.
10067
10068 2009-09-28 Eric Ludlam <zappo@gnu.org>
10069
10070 CEDET (development tools) package merged.
10071
10072 * cedet/*.el:
10073 * cedet/ede/*.el:
10074 * cedet/semantic/*.el:
10075 * cedet/srecode/*.el: New files.
10076
10077 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
10078
10079 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
10080
10081 * net/tramp.el (top): Require tramp-imap.
10082
10083 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10084 Use `tramp-compat-handle-file-attributes'.
10085
10086 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10087
10088 * net/tramp-imap.el: New package.
10089
10090 2009-09-28 Eric Ludlam <zappo@gnu.org>
10091
10092 * emacs-lisp/chart.el:
10093 * emacs-lisp/eieio-base.el:
10094 * emacs-lisp/eieio-comp.el:
10095 * emacs-lisp/eieio-custom.el:
10096 * emacs-lisp/eieio-datadebug.el:
10097 * emacs-lisp/eieio-opt.el:
10098 * emacs-lisp/eieio-speedbar.el:
10099 * emacs-lisp/eieio.el: New files.
10100
10101 * cedet/cedet-cscope.el:
10102 * cedet/cedet-files.el:
10103 * cedet/cedet-global.el:
10104 * cedet/cedet-idutils.el:
10105 * cedet/data-debug.el:
10106 * cedet/inversion.el:
10107 * cedet/mode-local.el:
10108 * cedet/pulse.el: New files.
10109
10110 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10111
10112 * whitespace.el (whitespace-trailing-regexp)
10113 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
10114 Fix doc string.
10115
10116 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
10117
10118 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
10119 menu.
10120
10121 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
10122 menu-bar-ediff-menu.
10123
10124 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
10125 define-overloadable-function.
10126
10127 * progmodes/autoconf.el: Provide autoconf as well, so that this
10128 file can be `require'd.
10129
10130 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
10131
10132 * emacs-lisp/autoload.el (generated-autoload-feature)
10133 (generated-autoload-load-name): New vars.
10134 (autoload-rubric, autoload-generate-file-autoloads): Use them.
10135 (make-autoload): Recognize define-overloadable-function and
10136 defclass forms (for EIEIO).
10137
10138 * Makefile.in (update-subdirs): Exclude cedet directory.
10139
10140 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10141
10142 * term/ns-win.el: Don't set the region face background. (Bug#4381)
10143
10144 * faces.el: Default light-background background for region face to
10145 ns_selection_color under NS.
10146
10147 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
10148
10149 * net/imap-hash.el: New library, see NEWS.
10150
10151 * Makefile.in (ELCFILES): Add imap-hash.el.
10152
10153 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
10154
10155 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
10156 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
10157 * help-macro.el (make-help-screen): Avoid using an ambiguous function
10158 definition where the docstring could be taken for the return value.
10159
10160 2009-09-26 Glenn Morris <rgm@gnu.org>
10161
10162 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
10163 Add option to only show images below a certain size.
10164 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
10165 save-excursion calls.
10166
10167 2009-09-26 Eli Zaretskii <eliz@gnu.org>
10168
10169 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
10170 subdirectories) and eieio.
10171
10172 2009-09-26 Alan Mackenzie <acm@muc.de>
10173
10174 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
10175 buggy bracketing. (Bug#4289)
10176
10177 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
10178 character constants (as case labels). (Bug#4289)
10179
10180 2009-09-25 Juri Linkov <juri@jurta.org>
10181
10182 * files.el (safe-local-eval-forms): Allow time-stamp in
10183 before-save-hook (Bug#4554).
10184
10185 2009-09-25 Drew Adams <drew.adams@oracle.com>
10186
10187 * menu-bar.el (list-buffers-directory): Doc fix.
10188
10189 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
10190
10191 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
10192 Try and avoid copying twice the same paragraph.
10193 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
10194 Remove save-excursion.
10195 (log-edit-changelog-entry): Do it here instead.
10196
10197 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
10198
10199 * bs.el (bs--get-file-name): Use `list-buffers-directory'
10200 when available, instead of hardcoding mode names. Doc fix.
10201
10202 * menu-bar.el (list-buffers-directory): Add docstring.
10203 Make automatically buffer-local.
10204
10205 * dired.el (dired-mode):
10206 * files.el (cd-absolute):
10207 * pcvs.el (cvs-temp-buffer):
10208 * pcvs-util.el (cvs-get-buffer-create):
10209 * shell.el (shell-mode):
10210 * vc-dir.el (vc-dir-mode):
10211 Don't make `list-buffers-directory' buffer local.
10212
10213 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
10214
10215 * comint.el (comint-exec, comint-run, make-comint):
10216 Doc fixes (Bug#4542).
10217
10218 2009-09-25 Glenn Morris <rgm@gnu.org>
10219
10220 * mail/rmailmm.el (rmail-mime): New custom group.
10221 Move all defcustoms in this file into this group.
10222 (rmail-mime-media-type-handlers-alist): Revert previous change.
10223 (rmail-mime-show-images): New option.
10224 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
10225 references to it, since it wasn't actually used for anything.
10226 (rmail-mime-insert-image): New function.
10227 (rmail-mime-image): Use rmail-mime-insert-image.
10228 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
10229 obey the value of `rmail-mime-show-images' option. Print the size of
10230 attachments.
10231
10232 2009-09-25 David Engster <deng@randomsample.de>
10233
10234 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
10235
10236 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10237
10238 * whitespace.el: Does not highlight trailing spaces While point is
10239 at end of line. Does not highligt spaces at beginning of buffer
10240 while point is at beginning of buffer. Does not highlight spaces
10241 at end of buffer while point is at end of buffer. (Bug#4177)
10242 New version 12.0.
10243 (whitespace-display-mappings): Adjust initialization.
10244 (whitespace-point, whitespace-font-lock-refontify): New vars.
10245 (whitespace-color-on, whitespace-color-off): Adjust code.
10246 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10247 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
10248 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
10249
10250 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
10251
10252 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
10253
10254 * textmodes/sgml-mode.el: Remove xml-mode alias.
10255
10256 * files.el (auto-mode-alist, conf-mode-maybe)
10257 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
10258
10259 2009-09-24 Alan Mackenzie <acm@muc.de>
10260
10261 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
10262 c-forward-conditionals, but it doesn't move point and doesn't set
10263 the mark.
10264 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
10265 (c-down-conditional-with-else, c-backward-conditional)
10266 (c-forward-conditional): Refactor to use c-scan-conditionals.
10267
10268 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
10269
10270 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
10271 (help-default-arg-highlight): Remove.
10272 (help-highlight-arg): New function.
10273 (help-do-arg-highlight): Use it.
10274 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
10275
10276 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10277
10278 * term.el (term-set-scroll-region, term-handle-ansi-escape):
10279 Undo last change, which didn't fix the problem and introduced others.
10280
10281 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
10282
10283 * progmodes/gdb-mi.el: Don't require speedbar.
10284 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
10285
10286 2009-09-24 Glenn Morris <rgm@gnu.org>
10287
10288 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
10289
10290 * term/ns-win.el (ns-reg-to-script): Define for compiler.
10291
10292 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
10293 there is no newline after the final mime boundary. (Bug#4539)
10294 Move markers on insertion so that any buttons inserted don't end up in
10295 the next part of a multipart message.
10296 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
10297 (rmail-mime-bulk-handler): Optionally handle images.
10298 (rmail-mime-image): New button action.
10299 (rmail-mime-image-handler): New function.
10300 (rmail-mime-mode): New mode.
10301 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
10302
10303 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10304
10305 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
10306 than just dropping elements from it (bug#4504).
10307
10308 * term.el (term-set-scroll-region): Don't move cursor any more.
10309 (term-handle-ansi-escape): Call term-goto here instead.
10310 Suggested by Ivan Kanis <apple@kanis.eu>.
10311
10312 * term.el: Require CL.
10313 (term-ansi-reset): New function.
10314 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
10315 (term-handle-colors-array): Simplify.
10316
10317 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
10318
10319 * allout.el (allout-overlay-interior-modification-handler)
10320 (allout-obtain-passphrase):
10321 * epa-file.el (epa-file-write-region):
10322 * ps-print.el (ps-begin-job):
10323 * vc-hooks.el (vc-toggle-read-only):
10324 * vc-rcs.el (vc-rcs-rollback):
10325 * vc-sccs.el (vc-sccs-rollback):
10326 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
10327 (vc-version-diff, vc-revert, vc-rollback):
10328 * wdired.el (wdired-check-kill-buffer):
10329 * emacs-lisp/authors.el (authors):
10330 * net/socks.el (socks-open-connection):
10331 * net/zeroconf.el (zeroconf-service-add-hook):
10332 * obsolete/vc-mcvs.el (vc-mcvs-register):
10333 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
10334 (gdb-select-frame):
10335 * progmodes/grep.el (lgrep, rgrep):
10336 * progmodes/idlw-help.el (idlwave-help-check-locations)
10337 (idlwave-help-html-link, idlwave-help-assistant-open-link):
10338 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10339 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
10340 (reftex-toc-rename-label): Fix typos in error messages.
10341
10342 * dired-aux.el (dired-do-shell-command): Reflow docstring.
10343 (dired-copy-how-to-fn): Doc fix.
10344 (dired-files-attributes, dired-read-shell-command):
10345 Fix typos in docstrings.
10346
10347 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
10348 (dired-x-find-file-other-window): Reflow docstrings.
10349 (dired-omit-marker-char, dired-read-shell-command)
10350 (dired-x-submit-report): Fix typos in docstrings.
10351
10352 * shell.el (shell-mode-hook):
10353 * view.el (View-scroll-line-forward):
10354 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
10355 Fix typos in docstrings.
10356
10357 * net/dig.el (dig-invoke): Fix typo in docstring.
10358 (query-dig): Reflow docstring.
10359
10360 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
10361 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
10362 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
10363 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
10364 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
10365 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
10366 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
10367 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
10368 (idlwave-completion-map, idlwave-current-indent)
10369 (idlwave-custom-ampersand-surround, idlwave-customize)
10370 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
10371 (idlwave-define-abbrev, idlwave-determine-class-special)
10372 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
10373 (idlwave-end-block-reg, idlwave-end-of-statement)
10374 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
10375 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
10376 (idlwave-explicit-class-listed, idlwave-file-header)
10377 (idlwave-fill-paragraph, idlwave-find-class-definition)
10378 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
10379 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
10380 (idlwave-in-quote, idlwave-indent-action-table)
10381 (idlwave-indent-expand-table, idlwave-indent-line)
10382 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
10383 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
10384 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
10385 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
10386 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
10387 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
10388 (idlwave-outlawed-buffers, idlwave-popup-select)
10389 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
10390 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
10391 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
10392 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
10393 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
10394 (idlwave-statement-type, idlwave-struct-skip)
10395 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
10396 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
10397 (idlwave-what-module-find-class): Fix typos in docstrings.
10398 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
10399 (idlwave-calculate-cont-indent, idlwave-expand-equal)
10400 (idlwave-find-module, idlwave-find-structure-definition)
10401 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
10402 (idlwave-list-load-path-shadows, idlwave-next-statement)
10403 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
10404 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
10405 (idlwave-template): Reflow docstrings.
10406
10407 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
10408 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
10409 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
10410 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
10411 (idlwave-shell-display-line, idlwave-shell-display-wframe)
10412 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
10413 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
10414 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
10415 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
10416 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
10417 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
10418 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
10419 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
10420 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
10421 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
10422 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
10423 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
10424 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
10425 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
10426 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
10427 Fix typos in docstrings.
10428 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
10429 (idlwave-shell-hide-output, idlwave-shell-mode)
10430 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
10431 Reflow docstrings.
10432
10433 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
10434
10435 2009-09-24 Ivan Kanis <apple@kanis.eu>
10436
10437 * term.el (term-bold-attribute): New var.
10438 (term-handle-colors-array): Use it.
10439
10440 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
10441
10442 * progmodes/gdb-mi.el (gdb-version): New variable.
10443 (gdb-non-stop-handler): Set gdb-version.
10444 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
10445 Condition "--thread" option on gdb-version.
10446 (gdb-invalidate-threads): Remove unused argument.
10447
10448 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10449
10450 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
10451 to looking-back to avoid ridiculous slow down in large files (bug#4511).
10452
10453 2009-09-23 Glenn Morris <rgm@gnu.org>
10454
10455 * mail/rmail.el (rmail-reply): Don't try to add a References header when
10456 replying to mail without References or Message-Id. (Bug#4525)
10457
10458 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
10459
10460 * term/ns-win.el (ns-reg-to-script): New variable.
10461
10462 2009-09-23 Daiki Ueno <ueno@unixuser.org>
10463
10464 * epg.el (epg-wait-for-status): Preserve existing 'error results.
10465
10466 2009-09-22 Sam Steingold <sds@gnu.org>
10467
10468 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
10469 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
10470 to 1 because hg returns status 1 when nothing is found.
10471 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
10472
10473 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10474
10475 * textmodes/fill.el: Convert to utf-8 encoding.
10476 (fill-french-nobreak-p): Remove redundant » and « inherited from our
10477 pre-unicode days.
10478
10479 * add-log.el (change-log-fill-forward-paragraph): New function.
10480 (change-log-mode): Use it so fill-region DTRT.
10481 Set fill-indent-according-to-mode here rather than in
10482 change-log-fill-paragraph.
10483 (change-log-fill-paragraph): Remove.
10484
10485 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
10486
10487 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
10488 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
10489
10490 2009-09-22 Glenn Morris <rgm@gnu.org>
10491
10492 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
10493 the scroll-bar scroll the calendar window rather than the buffer.
10494
10495 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
10496 commands that move point (as opposed to scrolling).
10497
10498 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
10499
10500 * emacs-lisp/elint.el (elint): New custom group.
10501 (elint-log-buffer): Make it a defcustom.
10502 (elint-scan-preloaded, elint-ignored-warnings)
10503 (elint-directory-skip-re): New options.
10504 (elint-builtin-variables): Doc fix.
10505 (elint-preloaded-env): New variable.
10506 (elint-unknown-builtin-args): Add an entry for encode-time.
10507 (elint-extra-errors): Make it a variable rather than a constant.
10508 (elint-preloaded-skip-re): New constant.
10509 (elint-directory): Skip files matching elint-directory-skip-re.
10510 (elint-features): New variable, local to linted buffers.
10511 (elint-update-env): Initialize elint-features. Possibly add
10512 elint-preloaded-env to the buffer's environment.
10513 (elint-get-top-forms): Bind elint-current-pos, for log messages.
10514 Skip quoted forms.
10515 (elint-init-form): New function, extracted from elint-init-env.
10516 Make non-list forms a warning rather than an error.
10517 Add the mode-map for define-derived-mode. Handle define-minor-mode,
10518 easy-menu-define, put that adds an error-condition, and provide.
10519 When requiring cl, also require cl-macs. Really require cl, to handle
10520 some cl macros. Store required libraries in the list elint-features,
10521 so as not to re-load them. Treat cc-require like require.
10522 (elint-init-env): Call elint-init-form to do the work.
10523 Handle eval-and-compile and such like.
10524 (elint-add-required-env): Do not clear messages.
10525 (elint-special-forms): Add handlers for function, defalias, if, when,
10526 unless, and, or.
10527 (elint-form): Add optional argument to ignore elint-special-forms,
10528 useful to prevent recursive calls from handlers. Doc fix.
10529 Respect elint-ignored-warnings.
10530 (elint-form): Respect elint-ignored-warnings.
10531 (elint-bound-variable, elint-bound-function): New variables.
10532 (elint-unbound-variable): Respect elint-bound-variable.
10533 (elint-get-args): Respect elint-bound-function.
10534 (elint-check-cond-form): Add some simple handling for (f)boundp and
10535 featurep tests.
10536 (elint-check-defalias-form): New handler.
10537 (elint-check-let-form): Make an empty let a warning rather than an
10538 error.
10539 (elint-check-setq-form): Make an empty setq a warning rather than an
10540 error. Respect elint-ignored-warnings.
10541 (elint-check-defvar-form): Accept null doc-strings.
10542 (elint-check-conditional-form): New handler. Does some simple-minded
10543 checking of featurep and (f)boundp tests.
10544 (elint-put-function-args): New function.
10545 (elint-initialize): Use elint-scan-doc-file rather than
10546 elint-find-builtin-variables. Use elint-put-function-args.
10547 Possibly scan preloaded-file-list.
10548 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
10549 extend to handle functions as well.
10550
10551 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
10552
10553 * linum.el (linum-delete-overlays, linum-update-window):
10554 Do not modify the right margin. (Bug#3971)
10555
10556 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
10557
10558 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
10559 nxml-mode instead of xml-mode.
10560
10561 2009-09-21 Kevin Ryde <user42@zip.com.au>
10562
10563 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
10564
10565 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10566
10567 * net/dig.el (dig-mode): Use define-derived-mode.
10568
10569 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
10570
10571 * vc-dispatcher.el (vc-do-command): Return the process object in
10572 the asynchronous case. Use when instead of if. Do not run
10573 vc-exec-after to display a message if not enabled. (Bug#4463)
10574
10575 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
10576 properties to the stash strings.
10577 (vc-git-stash-list): Return a list of strings.
10578 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
10579 (vc-git-stash-show-at-point): New functions.
10580 (vc-git-stash-map): New keymap.
10581
10582 * register.el (ctl-x-r-map): Define the keys here instead of
10583 using autoload.
10584
10585 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
10586
10587 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
10588 list, to workaround performance problem (bug#4485).
10589
10590 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
10591
10592 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
10593
10594 2009-09-20 Daiki Ueno <ueno@unixuser.org>
10595
10596 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
10597 Document that this option is not recommended to use.
10598
10599 2009-09-19 Glenn Morris <rgm@gnu.org>
10600
10601 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
10602 variable `var'.
10603
10604 * calc/calc-alg.el (var):
10605 * calc/calcalg2.el (var): Define for compiler.
10606
10607 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
10608
10609 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
10610 Doc fix (Bug#3932).
10611
10612 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
10613
10614 * time-stamp.el (time-stamp-month-dd-yyyy)
10615 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
10616 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
10617 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
10618 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
10619 Remove functions that have been obsolete since 1995 (Bug#4436).
10620
10621 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
10622 indent buffer only if called interactively (Bug#4452).
10623
10624 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
10625 Eli Zaretskii <eliz@gnu.org>
10626
10627 This fixes bug#4197 (merged to bug#865, though not identical).
10628 * server.el (server-auth-dir): Add docstring note about FAT32.
10629 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
10630 but warn against using them.
10631
10632 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
10633
10634 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
10635 older GDB where there is no has_more field.
10636
10637 2009-09-19 Glenn Morris <rgm@gnu.org>
10638
10639 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10640
10641 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
10642
10643 * files.el (auto-mode-alist): Change default for XML files to nXML
10644 mode (Bug#4169).
10645
10646 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
10647
10648 * server.el (server-ensure-safe-dir): Pass 'integer
10649 to `file-attributes', as suggested.
10650
10651 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
10652
10653 * dired-aux.el (dired-query-alist): Remove spurious backslash.
10654 (dired-query): Use read-key.
10655
10656 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
10657
10658 * cus-start.el (ns-use-qd-smoothing): Remove.
10659
10660 2009-09-18 Glenn Morris <rgm@gnu.org>
10661
10662 * allout.el (top-level): Remove unnecessary progn.
10663
10664 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
10665
10666 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
10667 definition of abbrev table.
10668
10669 * speedbar.el (speedbar-track-mouse):
10670 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
10671 * net/eudc.el (eudc-expand-inline):
10672 * net/newst-backend.el (newsticker--cache-read-feed):
10673 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
10674 condition-case handlers.
10675
10676 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
10677
10678 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
10679 (gdb-var-list): Add an element for has_more field.
10680 (gdb-non-stop-handler): Enable pretty printing for STL containers.
10681 (gdb-var-create-handler, gdb-var-list-children-handler-1)
10682 (gdb-var-update-handler-1): Parse output of dynamic variable
10683 objects (STL containers).
10684 (gdb-var-delete-1): Pass var1 as an explicit second argument.
10685 (gdb-get-field): Delete alias. Use bindat-get-field directly.
10686
10687 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
10688 gdb-var-list.
10689 (gud-speedbar-buttons): Make node expandable if expression "has more"
10690 children.
10691
10692 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
10693
10694 * startup.el (emacs-quick-startup): Remove variable and all uses.
10695 (command-line): Set `inhibit-x-resources' instead.
10696 (command-line-1): Use `inhibit-x-resources' instead.
10697
10698 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
10699
10700 * subr.el: Fix last change to avoid using the `unless' macro,
10701 which breaks bootstrapping.
10702
10703 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10704
10705 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
10706 extended definitions, in case we reload subr.el after having
10707 loaded CL.
10708 (eval-next-after-load): Mark as obsolete.
10709
10710 2009-09-17 Juri Linkov <juri@jurta.org>
10711
10712 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
10713 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
10714 (menu-bar-showhide-menu, menu-bar-tools-menu)
10715 (menu-bar-describe-menu, menu-bar-help-menu)
10716 (minibuffer-local-completion-map, minibuffer-local-map):
10717 Fix list quoting.
10718
10719 2009-09-17 Glenn Morris <rgm@gnu.org>
10720
10721 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
10722 arguments, whether or not it has a handler.
10723
10724 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
10725
10726 * simple.el (hard-newline): Give it a doc-string.
10727
10728 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10729 (lisp-mode-syntax-table): Give them doc-strings.
10730
10731 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
10732
10733 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
10734 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
10735 (menu-bar-options-menu, menu-bar-showhide-menu)
10736 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
10737 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
10738 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
10739 (menu-bar-options-menu, menu-bar-tools-menu)
10740 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
10741 (menu-bar-help-menu):
10742 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
10743 string arguments.
10744
10745 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
10746 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
10747 calls for the menu names and :help.
10748
10749 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10750
10751 * mouse.el (minor-mode-menu-from-indicator): Pay attention
10752 to :minor-mode-function (bug#4455).
10753
10754 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10755
10756 * startup.el (command-line): Initialize the window-system after
10757 processing the command-line.
10758
10759 * textmodes/page.el (what-page): Make sure we don't inf-loop if
10760 page-delimiter matches the empty string.
10761
10762 2009-09-16 Glenn Morris <rgm@gnu.org>
10763
10764 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
10765 byte-compile-not-obsolete-var. It's a list now.
10766 (byte-compile-not-obsolete-funcs): New variable.
10767 (byte-compile-warn-obsolete): Don't warn about functions if they are in
10768 byte-compile-not-obsolete-funcs.
10769 (byte-compile-variable-ref, byte-compile-defvar): Update for
10770 byte-compile-not-obsolete-vars name-change and list nature.
10771 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
10772 and variables behind (f)boundp tests.
10773 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
10774
10775 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
10776
10777 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
10778
10779 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10780
10781 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
10782 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
10783 Don't autoload.
10784
10785 2009-09-15 Stephen Eglen <stephen@gnu.org>
10786
10787 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
10788 the virtual-buffers, use the name of the buffer specified by
10789 find-file-noselect, as the match may be a symlink. (This was a
10790 problem if the target and the symlink had different names.)
10791
10792 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10793
10794 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
10795
10796 * desktop.el (desktop-path): Check user-emacs-directory.
10797
10798 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
10799
10800 * loadup.el: Use after-load-functions to GC after loading each file.
10801 Remove the explicit GC calls that used to be sprinkled around.
10802
10803 * subr.el (after-load-functions): New hook.
10804 (do-after-load-evaluation): Run it. Use string-match-p to detect
10805 `obsolete' packages, rather than painfully extracting the relevant
10806 directory name.
10807
10808 2009-09-15 Glenn Morris <rgm@gnu.org>
10809
10810 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
10811 free variable `doc'.
10812
10813 * dired.el (dired-mode-map): Add menu entry for async shell command.
10814
10815 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
10816 variables, also consider the .elc files, since the .el files are
10817 normally gzipped (subsequent code locates the .el.gz from the .elc).
10818
10819 * calc/calc-prog.el (arglist): Define for compiler.
10820
10821 * calendar/diary-lib.el (diary-display-function): Change the default to
10822 fancy display.
10823 (body): Define for compiler.
10824
10825 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
10826 (byte-compile-file-form, byte-compile-lambda)
10827 (byte-compile-top-level-body, byte-compile-form)
10828 (byte-compile-variable-ref, byte-compile-setq)
10829 (byte-compile-setq-default, byte-compile-body)
10830 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
10831 (batch-byte-compile): Give some more local variables with common names
10832 a "bytecomp-" prefix to avoid masking warnings about free variables.
10833
10834 * startup.el (command-line-1): Give local variables with common names a
10835 distinguishing prefix, so as not to hide free variable warnings during
10836 bootstrap.
10837
10838 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
10839 clever and add a suffix to make a unique name, just let the user decide
10840 whether or not to overwrite it. If the input is a directory, write the
10841 default filename to that directory. (Bug#4388)
10842 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
10843 is a filename-as-a-directory.
10844
10845 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10846
10847 * textmodes/page.el (what-page): Don't move to beginning of line.
10848 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
10849
10850 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
10851
10852 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
10853
10854 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
10855
10856 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
10857 * help.el (help-for-help-internal): Add purecopy calls for text.
10858
10859 * vc.el (top): print-log method now takes an optional SHORTLOG
10860 argument. Add a new method: root.
10861 (vc-root-diff, vc-print-root-log): New functions.
10862 (vc-log-short-style): New variable.
10863 (vc-print-log-internal): Add support for showing short logs.
10864
10865 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
10866 vc-print-root-log and vc-print-root-diff.
10867
10868 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
10869 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
10870 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
10871 short logs.
10872
10873 * vc-cvs.el (vc-cvs-print-log):
10874 * vc-mtn.el (vc-mtn-print-log):
10875 * vc-rcs.el (vc-rcs-print-log):
10876 * vc-sccs.el (vc-sccs-print-log):
10877 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
10878 that is ignored for now.
10879
10880 * vc-mtn.el (vc-mtn-annotate-command):
10881 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
10882
10883 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10884
10885 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
10886 to function-key-map, and give them ascii-character property.
10887 * term/x-win.el (x-alternatives-map):
10888 * term/ns-win.el (ns-alternatives-map):
10889 * term/internal.el (msdos-key-remapping-map):
10890 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
10891
10892 2009-09-14 Glenn Morris <rgm@gnu.org>
10893
10894 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
10895 temp-buffers (2009-09-12).
10896
10897 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10898
10899 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
10900 the new read-key function.
10901
10902 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
10903
10904 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
10905 is defined (Bug#4405).
10906
10907 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
10908
10909 * recentf.el (recentf-cleanup): Use a hash table to find
10910 duplicates (Bug#4407).
10911
10912 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
10913
10914 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
10915 kp-0 to ascii equivalents (Bug#4325).
10916
10917 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
10918
10919 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
10920
10921 * eshell/em-hist.el:
10922 * eshell/em-dirs.el (eshell-complete-user-reference):
10923 Declare pcomplete functions and variables to avoid compiler warnings.
10924
10925 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
10926
10927 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
10928 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
10929 * eshell/em-alias.el (eshell-aliases-file):
10930 * eshell/em-hist.el (eshell-history-file-name):
10931 Use expand-file-name instead of concat to make file names (Bug#4308).
10932
10933 2009-09-13 Glenn Morris <rgm@gnu.org>
10934
10935 * ediff-merg.el (ediff-do-merge):
10936 * filesets.el (filesets-run-cmd):
10937 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
10938 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
10939 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
10940 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
10941 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
10942 Replace empty `let's with `progn'.
10943
10944 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10945
10946 * mail/sendmail.el (send-mail-function):
10947 * tooltip.el (tooltip-mode):
10948 * simple.el (transient-mark-mode):
10949 * rfn-eshadow.el (file-name-shadow-mode):
10950 * frame.el (blink-cursor-mode):
10951 * font-core.el (global-font-lock-mode):
10952 * files.el (temporary-file-directory)
10953 (small-temporary-file-directory, auto-save-file-name-transforms):
10954 * epa-hook.el (auto-encryption-mode):
10955 * composite.el (global-auto-composition-mode):
10956 Use custom-initialize-delay.
10957 * startup.el (command-line): Don't explicitly call
10958 custom-reevaluate-setting for all the above vars.
10959 * custom.el (custom-initialize-safe-set)
10960 (custom-initialize-safe-default): Delete.
10961
10962 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10963
10964 * term/x-win.el (x-initialize-window-system):
10965 * term/w32-win.el (w32-initialize-window-system):
10966 * term/ns-win.el (ns-initialize-window-system): Don't call
10967 mouse-wheel-mode since it's enabled globally by default already.
10968
10969 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
10970 actually define the variable, but only silences the byte-compiler.
10971 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
10972 before looking it up.
10973 (mouse-wheel-scroll-amount): Also reset the bindings if this value
10974 is changed.
10975
10976 2009-09-12 Glenn Morris <rgm@gnu.org>
10977
10978 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
10979 1000.
10980 (elint-add-required-env): Don't beep on error.
10981 (elint-forms): In case of error, return ENV unchanged.
10982 (elint-init-env): Skip non-list forms.
10983 (elint-log): Handle unknown file positions.
10984
10985 2009-09-12 Daiki Ueno <ueno@unixuser.org>
10986
10987 * epg.el (epg-make-context): Add autoload cookie.
10988 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
10989 (epg-decrypt-string, epg-start-verify, epg-verify-file)
10990 (epg-verify-string, epg-start-sign, epg-sign-file)
10991 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
10992 (epg-encrypt-string, epg-start-export-keys)
10993 (epg-export-keys-to-file, epg-export-keys-to-string)
10994 (epg-start-import-keys, epg-import-keys-from-file)
10995 (epg-import-keys-from-string, epg-start-receive-keys)
10996 (epg-receive-keys, epg-import-keys-from-server)
10997 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
10998 (epg-sign-keys, epg-start-generate-key)
10999 (epg-generate-key-from-file, epg-generate-key-from-string):
11000 Remove autoload cookie.
11001
11002 2009-09-12 Eli Zaretskii <eliz@gnu.org>
11003
11004 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
11005 reevaluation of trash-directory.
11006
11007 * mwheel.el: Fix last change.
11008 (mouse-wheel-mode): New defvar.
11009 (mouse-wheel-mode): Remove autoload cookie.
11010
11011 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11012
11013 * mwheel.el (mwheel-installed-bindings): New var.
11014 (mouse-wheel-mode): Use it, so as to make sure we really remove all
11015 the bindings we set last time. Use custom-initialize-delay.
11016 * loadup.el: Load mwheel after term/*-win.el.
11017 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
11018 and mouse-wheel-up-event now that their first evaluation is done
11019 sufficiently late to be correct.
11020
11021 * startup.el (tutorial-directory): Make it a defcustom.
11022 Use custom-initialize-delay rather than eval-at-startup to set it.
11023 * image.el (image-load-path): Make it a defcustom.
11024 Use custom-initialize-delay rather than eval-at-startup to set it.
11025 * subr.el (eval-at-startup): Remove.
11026 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
11027
11028 * subr.el (do-after-load-evaluation): Warn the user after loading an
11029 obsolete package.
11030
11031 2009-09-12 Glenn Morris <rgm@gnu.org>
11032
11033 * proced.el (proced-mark-alt): Remove alias.
11034 (proced-mode-map): Remove proced-mark-alt.
11035
11036 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
11037 Elint file and directory. Remove initialization entry.
11038
11039 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
11040 commands.
11041 (elint-current-buffer): Set mode-line-process.
11042 (elint-init-env): Handle define-derived-mode.
11043 Fix declare-function with unspecified arglist. Guard against odd
11044 defalias statements (eg iso-insert's 8859-1-map).
11045 (elint-add-required-env): Use a temp buffer.
11046 (elint-form): Just print the function/macro name, not the whole form.
11047 Return env unchanged if we fail to parse a macro.
11048 (elint-forms): Guard against parse errors.
11049 (elint-output): New function, to handle batch mode.
11050 (elint-log-message): Add optional argument. Use elint-output.
11051 (elint-set-mode-line): New function.
11052
11053 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
11054
11055 * emacs-lisp/elp.el (elp-not-profilable): Add more
11056 functions (Bug#4233).
11057
11058 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
11059
11060 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
11061 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
11062
11063 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
11064
11065 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
11066 (gdb-var-list-children): Use json parsing.
11067
11068 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
11069
11070 * progmodes/js.el (js--proper-indentation): Handle the case where
11071 char-before is null. Reported by Deniz Dogan.
11072
11073 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
11074
11075 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
11076
11077 2009-09-11 Daiki Ueno <ueno@unixuser.org>
11078
11079 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
11080 (epg-digest-algorithm-alist): Add SHA224.
11081 (epg-context-set-passphrase-callback)
11082 (epg-context-set-progress-callback): Add description about
11083 callback function.
11084
11085 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11086
11087 * custom.el (custom-delayed-init-variables): New var.
11088 (custom-initialize-delay): New function.
11089 * startup.el (command-line): "Re"evaluate all vars in
11090 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
11091 explicitly any more.
11092 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
11093 to avoid creating a ~/.emacs.d at build-time (bug#4347).
11094
11095 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
11096
11097 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
11098
11099 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
11100 (gdb-var-update-handler): Use json parsing.
11101
11102 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
11103
11104 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
11105 decode annotated text, regardless of language environment. (Bug#2741)
11106
11107 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11108
11109 * Makefile.in (autoloads): Make rmail.el writable as well.
11110
11111 2009-09-11 Glenn Morris <rgm@gnu.org>
11112
11113 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
11114 loaddefs.el.
11115 * dired.el: Regenerate with extracted autoloads.
11116 * Makefile.in (autoloads): Make dired.el writable.
11117
11118 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
11119 * ibuffer.el: Regenerate with extracted autoloads.
11120 * Makefile.in (autoloads): Make ibuffer.el writable.
11121
11122 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
11123 * version.el (emacs-copyright, emacs-major-version)
11124 (emacs-minor-version): Reformat doc-strings for make-docfile.
11125
11126 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
11127 functions and variables, since they must be stuff specific to some other
11128 platform.
11129 (apropos-print): Make mouse-click message less specific about button.
11130
11131 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
11132 that records where a macro was defined.
11133 * help-fns.el (describe-function-1): Mention if a function has a
11134 compiler-macro.
11135 * help-mode.el (help-function-cmacro): New button.
11136
11137 * locate.el (top-level): Always require dired.
11138 (locate-mode-map): Initialize inside the defvar.
11139
11140 * net/ange-ftp.el (dired-compress-file): Declare.
11141 (ange-ftp-dired-compress-file): Add doc string.
11142
11143 * term/ns-win.el (x-display-name, x-setup-function-keys):
11144 Unify doc-strings with X versions.
11145
11146 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11147
11148 * emulation/crisp.el (crisp-mode-map): Move initialization
11149 into declaration.
11150 (crisp-mode): Use define-minor-mode.
11151
11152 * progmodes/xscheme.el (xscheme-evaluation-commands):
11153 Put a :advertised-binding property rather than using
11154 advertised-xscheme-send-previous-expression.
11155 (advertised-xscheme-send-previous-expression): Declare obsolete.
11156 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
11157 `advertised-undo'.
11158 (crisp-mode): Add corresponding bindings to
11159 undo's :advertised-binding instead.
11160 * dired.el (dired-mode-map): Put a :advertised-binding property rather
11161 than using dired-advertised-find-file.
11162 (dired-advertised-find-file):
11163 * simple.el (advertised-undo):
11164 * wid-edit.el (advertised-widget-backward): Declare obsolete.
11165 (widget-keymap): Put a :advertised-binding property rather
11166 than using advertised-widget-backward.
11167 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
11168 than using advertised-undo.
11169 * tutorial.el (tutorial--default-keys): Adjust accordingly.
11170
11171 2009-09-10 Simon South <ssouth@slowcomputing.org>
11172
11173 * progmodes/delphi.el (delphi-tab): Indent region when Transient
11174 Mark mode is enabled and region is active; otherwise indent or
11175 insert TAB as usual.
11176 (delphi-mode): Update description of TAB-key binding.
11177
11178 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11179
11180 * subr.el (define-key-rebound-commands): Mark obsolete.
11181 * startup.el (precompute-menubar-bindings): Remove.
11182 (normal-top-level): Remove obsolete code that tried to precompute
11183 menubar bindings.
11184 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
11185 define-key-rebound-commands and precompute-menubar-bindings.
11186
11187 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
11188
11189 * net/imap.el (imap-interactive-login): Better messages.
11190 (imap-open): Fix bug with renamed buffer on reconnect.
11191 (imap-authenticate): Add buffer-local imap-last-authenticator variable
11192 for easier debugging and cleaner code. On successful (guessed based on
11193 server capabilities) secondary authentication, set imap-state
11194 correctly.
11195 (imap-last-authenticator): Define imap-last-authenticator as a variable
11196 to avoid warnings.
11197
11198 2009-09-10 Glenn Morris <rgm@gnu.org>
11199
11200 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
11201
11202 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
11203 (byte-compile-file-form-autoload): Don't warn about unknown functions
11204 where the autoload statement comes after the use.
11205 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
11206 that any handlers inside the body (eg require) are in turn respected.
11207
11208 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
11209 effects.
11210
11211 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
11212 and syntax and abbrev tables basic docs, if they don't have any.
11213
11214 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
11215
11216 * international/mule-cmds.el (top-level): Require cl when compiling.
11217 (view-hello-file): Use default-value rather than
11218 default-enable-multibyte-characters.
11219
11220 * progmodes/fortran.el: Move all safe and risky properties into the
11221 defcustoms.
11222
11223 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
11224 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
11225 * mail/undigest.el:
11226 Put autoloads in rmail.el rather than loaddefs.el.
11227 * mail/rmail.el: Regenerate with extracted autoloads.
11228
11229 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
11230 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
11231
11232 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
11233
11234 Reported in thread for Bug#4375.
11235 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
11236 "-data-evaluate-expression" instead of print.
11237 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
11238 (gdb-tooltip-print): Parse output from above MI command.
11239 (gdb): Revert 2009-08-11 change. User should detach inferior
11240 manually.
11241
11242 Remove the word "separate" from IO functions as inferior
11243 output is now never displayed in the GUD buffer.
11244
11245 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
11246
11247 * startup.el (command-line-normalize-file-name): On Windows and
11248 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
11249
11250 2009-09-10 Juri Linkov <juri@jurta.org>
11251
11252 * isearch.el (isearch-text-char-description): Propertize escape
11253 character sequences with the `escape-glyph' face. (Bug#4344)
11254
11255 * simple.el (shell-command): Set asynchronous process filter to
11256 `comint-output-filter'. (Bug#4343)
11257
11258 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
11259 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
11260 the list. Move "asm" to the bottom.
11261 (grep-find-ignored-directories): Add `choice' with nil value
11262 to empty the list easily.
11263 (grep-find-ignored-files): New option.
11264 (grep-files-history): Set to nil by default instead of '("ch" "el").
11265 (grep-compute-defaults): Add "<X>" to `grep-template'.
11266 (grep-read-files): Bind new local variables `default-alias' and
11267 `default-extension'. Use a list of default values for the file prompt.
11268 (lgrep): Add `--exclude=' command line options composed from
11269 `grep-find-ignored-files'.
11270 (rgrep): Add `-name' command line options composed from
11271 `grep-find-ignored-files'. (Bug#4301)
11272
11273 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11274
11275 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
11276 (bug#4368).
11277
11278 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11279
11280 * calendar/time-date.el (autoload):
11281 Expand define-obsolete-function-alias into defalias and make-obsolete
11282 for old Emacsen that Gnus supports.
11283 (with-no-warnings): Define it for old Emacsen.
11284 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11285 is available.
11286 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11287 float-time is available; suppress compile warning for time-to-seconds.
11288
11289 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
11290
11291 * net/imap.el (imap-message-map): Docstring fix.
11292
11293 2009-09-09 Glenn Morris <rgm@gnu.org>
11294
11295 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
11296 line numbers too. (Bug#4374)
11297
11298 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11299
11300 * smerge-mode.el (smerge-remove-props, smerge-refine):
11301 Use with-silent-modifications (bug#4342).
11302
11303 * subr.el (with-silent-modifications): New macro.
11304
11305 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
11306
11307 * files.el (top-level): Require `cl' when compiling.
11308
11309 2009-09-07 Glenn Morris <rgm@gnu.org>
11310
11311 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
11312
11313 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
11314 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
11315
11316 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
11317
11318 * vc-git.el (vc-git-annotate-command): Use separator to parse
11319 arguments correctly.
11320
11321 2009-09-06 Eli Zaretskii <eliz@gnu.org>
11322
11323 * proced.el (proced-mode): Doc fix.
11324
11325 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
11326
11327 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
11328 lstat fails.
11329 (tramp-do-file-attributes-with-ls): Check for file existence at
11330 remote end.
11331 (tramp-do-file-attributes-with-stat): Likewise.
11332 (tramp-convert-file-attributes): Return nil when attr is nil.
11333
11334 2009-09-05 Glenn Morris <rgm@gnu.org>
11335
11336 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
11337 properties to this button.
11338 (diary-fancy-display): Don't extend the button to the final newline.
11339 (diary-fancy-display-mode): Continue to define "q" as a local key.
11340
11341 * calendar/cal-china.el (holiday-chinese): Make it slightly more
11342 efficient.
11343
11344 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
11345
11346 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
11347 (byte-compile-dest-file-function): New option.
11348 (byte-compile-dest-file): Doc fix.
11349 Obey byte-compile-dest-file-function.
11350 (byte-compile-cl-file-p): New function.
11351 (byte-compile-eval): Only suppress noruntime warnings about cl functions
11352 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
11353 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
11354 than for file being previously loaded.
11355 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
11356 (byte-compile-file-form-require): Handle the case where requiring a file
11357 indirectly causes CL to be loaded.
11358
11359 2009-09-05 Karl Fogel <kfogel@red-bean.com>
11360
11361 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
11362 before killing the old buffer, since by the time `kill-buffer' is
11363 run so many buffer variables have been set to nil that it may not
11364 behave as expected. (Bug#4061)
11365
11366 2009-09-05 Karl Fogel <kfogel@red-bean.com>
11367
11368 * files.el (find-alternate-file): If the old buffer is modified
11369 and visiting a file, behave similarly to `kill-buffer' when
11370 killing it, thus reverting to the pre-1.878 behavior; see
11371 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
11372 for discussion. Also, consult `buffer-file-name' as a variable
11373 not as a function, for consistency with the rest of the code.
11374
11375 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
11376
11377 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
11378 also when adding a new directory.
11379
11380 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
11381 defun.
11382
11383 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
11384
11385 * files.el (locate-file-completion-table): Make it provide boundary
11386 information, so partial-completion works better.
11387
11388 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
11389
11390 * mail/footnote.el (Footnote-text-under-cursor):
11391 Check footnote-text-marker-alist before using it (bug#4324).
11392
11393 2009-09-04 Glenn Morris <rgm@gnu.org>
11394
11395 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
11396 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
11397 * play/solitaire.el, play/tetris.el:
11398 Remove leading * from defcustom and defface docs.
11399
11400 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
11401 necessary.
11402 (diary-fancy-overriding-map): New variable.
11403 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
11404 Use view-mode.
11405
11406 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
11407 goto-line.
11408
11409 2009-09-03 Glenn Morris <rgm@gnu.org>
11410
11411 * arc-mode.el (archive-mode):
11412 * dos-fns.el (set-default-process-coding-system):
11413 * man.el (Man-getpage-in-background):
11414 * menu-bar.el (menu-bar-describe-menu):
11415 * server.el (server-process-filter):
11416 * startup.el (command-line):
11417 * tar-mode.el (tar-header-block-tokenize, tar-extract):
11418 * w32-fns.el (set-default-process-coding-system):
11419 * x-dnd.el (x-dnd-handle-file-name):
11420 * international/mule-cmds.el (mule-menu-keymap)
11421 (set-default-coding-systems, language-info-alist, set-language-info)
11422 (set-language-environment, standard-display-european-internal)
11423 (set-locale-environment):
11424 * international/mule-diag.el (mule-diag):
11425 * mail/emacsbug.el (report-emacs-bug):
11426 * mail/rmail.el (rmail-mode):
11427 * mail/sendmail.el (mail-setup):
11428 Use default-value rather than default-enable-multibyte-characters.
11429
11430 * progmodes/f90.el: Move all safe properties into the defcustoms.
11431 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
11432
11433 * calendar/appt.el (appt-check):
11434 * calendar/diary-lib.el (diary-set-header, diary-live-p)
11435 (diary-check-diary-file, diary-list-entries)
11436 (diary-include-other-diary-files, diary-simple-display)
11437 (diary-fancy-display, diary-print-entries)
11438 (diary-mark-included-diary-files, diary-make-entry):
11439 Don't call substitute-in-file-name on diary-file.
11440
11441 2009-09-03 Eduard Wiebe <usenet@pusto.de>
11442 Stefan Monnier <monnier@iro.umontreal.ca>
11443
11444 * mail/footnote.el (footnote-prefix): Make it a defcustom.
11445 (footnote-mode-map): Move initialization into the declaration.
11446 (footnote-minor-mode-map): Define it rather than changing global-map.
11447 (footnote-mode): Use define-minor-mode.
11448
11449 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
11450
11451 * net/tramp.el (tramp-handle-file-attributes-with-ls)
11452 (tramp-do-file-attributes-with-perl)
11453 (tramp-do-file-attributes-with-stat): Rename from
11454 `tramp-handle-file-attributes-with-*'.
11455 (tramp-handle-file-attributes): Use them.
11456 (tramp-do-directory-files-and-attributes-with-perl)
11457 (tramp-do-directory-files-and-attributes-with-stat): Rename from
11458 `tramp-handle-directory-files-and-attributes-with-*'.
11459 (tramp-handle-directory-files-and-attributes): Use them.
11460 (tramp-method-out-of-band-p): Additional parameter SIZE.
11461 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
11462 (tramp-handle-write-region): Use it.
11463 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
11464 (tramp-handle-vc-registered): Check, whether the first run did
11465 return files to be tested.
11466 (tramp-advice-make-auto-save-file-name): Do not call directly
11467 `tramp-handle-make-auto-save-file-name', because this would bypass
11468 the locking mechanism.
11469
11470 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
11471 (file-remote-p, process-file, start-file-process, set-file-times)
11472 (tramp-compat-file-attributes): Compatibility functions shall not
11473 call directly `tramp-handle-*', because this would bypass the
11474 locking mechanism.
11475 (tramp-compat-number-sequence): New defun.
11476
11477 2009-09-02 Glenn Morris <rgm@gnu.org>
11478
11479 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
11480 alias for float-time.
11481 (time-to-number-of-days): In Emacs, use float-time.
11482 * net/newst-backend.el (time-add): Suppress warnings from compat
11483 function.
11484 * time.el (emacs-uptime, emacs-init-time):
11485 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
11486 Use float-time rather than time-to-seconds.
11487
11488 * minibuffer.el (completion-initials-expand): Fix typo.
11489
11490 * faces.el (modeline, modeline-inactive, modeline-highlight)
11491 (modeline-buffer-id):
11492 * info.el (info-menu-5): Mark these face aliases as obsolete.
11493
11494 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
11495
11496 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
11497 space ...
11498 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
11499 no "--thread" option.
11500 (gdb-stopped): Don't print "Switched to thread" message when it is
11501 unchanged.
11502
11503 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11504
11505 * minibuffer.el (completion-try-completion)
11506 (completion-all-completions): Remove ill-defined (and
11507 mistakenly installed and luckily never used nor documented)
11508 `completion-styles' property.
11509 (completion-initials-expand, completion-initials-all-completions)
11510 (completion-initials-try-completion): New functions.
11511 (completion-styles-alist): Add doc to each entry.
11512 Add new `initials' entry.
11513
11514 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
11515
11516 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
11517 MI command -var-evaluate-expression.
11518 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
11519 and tweak for case of string child.
11520 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
11521
11522 2009-09-01 Glenn Morris <rgm@gnu.org>
11523
11524 * add-log.el (change-log-date-face, change-log-name-face)
11525 (change-log-email-face, change-log-file-face, change-log-list-face)
11526 (change-log-conditionals-face, change-log-function-face)
11527 (change-log-acknowledgement-face):
11528 * cus-edit.el (custom-invalid-face, custom-rogue-face)
11529 (custom-modified-face, custom-set-face, custom-changed-face)
11530 (custom-saved-face, custom-button-face, custom-button-pressed-face)
11531 (custom-documentation-face, custom-state-face, custom-comment-face)
11532 (custom-comment-tag-face, custom-variable-tag-face)
11533 (custom-variable-button-face, custom-face-tag-face)
11534 (custom-group-tag-face-1, custom-group-tag-face):
11535 * diff-mode.el (diff-header-face, diff-file-header-face)
11536 (diff-index-face, diff-hunk-header-face, diff-removed-face)
11537 (diff-added-face, diff-changed-face, diff-function-face)
11538 (diff-context-face, diff-nonexistent-face):
11539 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
11540 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
11541 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11542 (Info-title-4-face):
11543 * isearch.el (isearch-lazy-highlight-face):
11544 * log-view.el (log-view-file-face, log-view-message-face):
11545 * paren.el (show-paren-match-face, show-paren-mismatch-face):
11546 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11547 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11548 (cvs-msg-face):
11549 * smerge-mode.el (smerge-mine-face, smerge-other-face)
11550 (smerge-base-face, smerge-markers-face):
11551 * wid-edit.el (widget-documentation-face, widget-button-face)
11552 (widget-field-face, widget-single-line-field-face)
11553 (widget-inactive-face, widget-button-pressed-face):
11554 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
11555 (woman-addition-face):
11556 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
11557 (eshell-ls-executable-face, eshell-ls-readonly-face)
11558 (eshell-ls-unreadable-face, eshell-ls-special-face)
11559 (eshell-ls-missing-face, eshell-ls-archive-face)
11560 (eshell-ls-backup-face, eshell-ls-product-face)
11561 (eshell-ls-clutter-face):
11562 * eshell/em-prompt.el (eshell-prompt-face):
11563 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
11564 * obsolete/old-whitespace.el (whitespace-highlight-face):
11565 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
11566 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
11567 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
11568 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
11569 (antlr-font-lock-literal-face):
11570 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11571 (ebrowse-root-class-face, ebrowse-file-name-face)
11572 (ebrowse-default-face, ebrowse-member-attribute-face)
11573 (ebrowse-member-class-face, ebrowse-progress-face):
11574 * progmodes/make-mode.el (makefile-space-face):
11575 * progmodes/sh-script.el (sh-heredoc-face):
11576 * textmodes/flyspell.el (flyspell-incorrect-face)
11577 (flyspell-duplicate-face):
11578 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
11579 * textmodes/texinfo.el (texinfo-heading-face):
11580 Mark face aliases with "-face" suffix as obsolete.
11581
11582 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
11583 compiler.
11584
11585 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
11586 (eudc-bob-sound-menu): Use defvar rather than defconst, since
11587 easy-menu-define wants to modify these.
11588
11589 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
11590
11591 * net/browse-url.el (browse-url-file-url):
11592 * term/internal.el (dos-codepage-setup):
11593 Use default-value rather than default-enable-multibyte-characters.
11594
11595 * progmodes/etags.el (etags-goto-tag-location):
11596 * progmodes/flymake.el (flymake-highlight-line)
11597 (flymake-goto-file-and-line, flymake-goto-line):
11598 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
11599 (gdb-goto-breakpoint):
11600 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11601 * progmodes/python.el (python-find-function)
11602 (python-pdbtrack-track-stack-file):
11603 * progmodes/verilog-mode.el (verilog-surelint-off):
11604 * term/ns-win.el (ns-open-file-select-line):
11605 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
11606 Use forward-line rather than goto-line.
11607
11608 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
11609 * textmodes/reftex-index.el (reftex-display-index):
11610 * textmodes/reftex-ref.el (reftex-offer-label-menu):
11611 * textmodes/reftex-toc.el (reftex-toc):
11612 Remove unnecessary bindings of default-major-mode (all are followed by
11613 major-mode check and possible mode switch).
11614
11615 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
11616
11617 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
11618 Handle watchpoints (bug#4282).
11619 (def-gdb-thread-buffer-command): Enable thread to be selected by
11620 clicking without selecting threads buffer first.
11621 (gdb-current-context-command): Use selected frame so that "up",
11622 "down" etc work in the GUD buffer.
11623 (gdb-update): Find selected frame before rendering stack buffer.
11624 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
11625
11626 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11627
11628 * progmodes/sym-comp.el (displayed-completions): Remove.
11629 (symbol-complete): Use minibuffer-complete.
11630
11631 2009-08-31 Glenn Morris <rgm@gnu.org>
11632
11633 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
11634
11635 * apropos.el (apropos-symbols-internal):
11636 Handle (obsolete) face aliases.
11637
11638 * faces.el (describe-face): Adjust the output format to be more like
11639 describe-variable, and to mention (obsolete) face aliases.
11640 Adjust the whitespace so that help-setup-xref works.
11641
11642 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
11643 * calendar/diary-lib.el (diary-button-face):
11644 Mark these face aliases as obsolete.
11645
11646 * calendar/calendar.el (calendar-today): Doc fix.
11647
11648 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
11649
11650 * progmodes/gdb-mi.el (gdb-control-all-threads)
11651 (gdb-control-current-thread): Force tool bar update.
11652 (gdb-non-stop-handler): New function.
11653 (gdb-init-1): Use it to test if non-stop mode is supported.
11654 Remove unused gdbmi buffer type.
11655
11656 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
11657
11658 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
11659 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
11660
11661 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
11662
11663 * comint.el (comint-exec-1): Check command is non-null first.
11664 Part of gdb-mi.el change (2009-08-28).
11665
11666 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11667
11668 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
11669
11670 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
11671
11672 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
11673 instead of `dolist' to avoid a recursive require when bootstrapping.
11674
11675 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11676
11677 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
11678
11679 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
11680
11681 * net/imap.el (imap-send-command): Simplify.
11682 (imap-wait-for-tag): point-max -> buffer-size.
11683
11684 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
11685
11686 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
11687 with constant argument.
11688
11689 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
11690
11691 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
11692
11693 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
11694 Change default, since most of our files don't have a history.
11695 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
11696 the user.
11697
11698 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11699 Add comint-run.
11700
11701 * calc/calc.el: Improve commenting convention.
11702 (calc-digit-map, toplevel): Simplify.
11703
11704 * comint.el (comint-insert-input): Be careful to only set point if we
11705 don't delegate to some other command.
11706
11707 * proced.el (proced-signal-list): Make it an alist.
11708 (proced-grammar-alist): Capitalize names.
11709 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
11710 Disable undo manually and make it read-only.
11711 Use completion-annotate-function.
11712
11713 * minibuffer.el (minibuffer-message): If the current buffer is not
11714 a minibuffer, insert the message in the echo area rather than at the
11715 end of the buffer.
11716 (completion-annotate-function): New variable.
11717 (minibuffer-completion-help): Use it.
11718 (completion--embedded-envvar-table): Environment vars are
11719 always case-sensitive.
11720
11721 2009-08-30 Glenn Morris <rgm@gnu.org>
11722
11723 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
11724 from fortran-current-defun.
11725 (fortran-beginning-of-subprogram): Be more precise about finding the
11726 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
11727 (fortran-end-of-subprogram): Simplify.
11728 (fortran-current-defun): Use fortran-start-prog-re.
11729
11730 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
11731
11732 * subr.el (do-after-load-evaluation): Simplify.
11733
11734 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
11735
11736 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
11737
11738 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
11739 (vc-rcs-print-log): Use it.
11740
11741 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
11742
11743 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11744
11745 * paths.el (abbrev-file-name): Move to abbrev.el.
11746 * abbrev.el (abbrev-file-name): Move from paths.el.
11747 Obey user-emacs-directory.
11748 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
11749 user-emacs-directory.
11750 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
11751 abbrev-file-name and calc-settings-file any more.
11752 * startup.el (command-line): Recompute abbrev-file-name and
11753 abbreviated-home-dir.
11754 (normal-no-mouse-startup-screen): Improve the generic code and get rid
11755 of the special code for when C-h bindings haven't been changed.
11756 (display-startup-echo-area-message): Use with-current-buffer.
11757 (command-line-1): Use a list of strings, rather than a list of lists
11758 of strings for longopts.
11759
11760 * files.el (get-free-disk-space): Use / for default-directory.
11761
11762 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
11763 Use with-current-buffer.
11764
11765 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
11766 Recognize immutable variables like most-positive-fixnum.
11767 (byte-compile-setq-default): Check and warn if trying to assign
11768 to an immutable variable, or a non-variable.
11769
11770 * progmodes/cc-vars.el (c-comment-continuation-stars):
11771 * progmodes/cc-engine.el (c-looking-at-bos):
11772 * progmodes/cc-cmds.el (c-toggle-auto-state)
11773 (c-forward-into-nomenclature, c-backward-into-nomenclature)
11774 (c-comment-line-break-function): Add version of obsolescence.
11775
11776 2009-08-28 Juri Linkov <juri@jurta.org>
11777
11778 * files.el (magic-fallback-mode-alist): Add ZIP magic number
11779 associated with `archive-mode'.
11780
11781 * image.el (image-type-header-regexps): Use only JPEG magic number
11782 to determine JPEG images, and don't use `image-jpeg-p' because
11783 Emacs can display non-JFIF non-Exif JPEG images.
11784
11785 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
11786
11787 * arc-mode.el (archive-mode):
11788 * emacs-lisp/re-builder.el (re-builder-unload-function):
11789 Protect against the default value of `major-mode' being nil.
11790
11791 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
11792
11793 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
11794 Fix typos in docstrings.
11795
11796 * progmodes/js.el (js--macro-decl-re): Doc fix.
11797 (js--plain-method-re, js--split-name): Refloc docstring.
11798 (js--class-styles, js--make-merged-item, js--splice-into-items):
11799 Fix typos in docstrings; reflow docstrings.
11800 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
11801 (js--variable-decl-matcher, js--inside-pitem-p)
11802 (js--parse-state-at-point, js--get-all-known-symbols)
11803 (js--symbol-history, js-find-symbol, js--js-references)
11804 (js--moz-interactor, js--js-encode-value, js--read-tab):
11805 Fix typos in docstrings.
11806
11807 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11808
11809 * textmodes/reftex.el (reftex-get-file-buffer-force):
11810 * progmodes/verilog-mode.el (verilog-batch-execute-func):
11811 * emulation/viper.el (viper-go-away, viper-set-hooks):
11812 * emacs-lisp/re-builder.el (re-builder-unload-function):
11813 * emacs-lisp/bytecomp.el (byte-compile-file):
11814 * ses.el (ses-unload-function):
11815 * hexl.el (hexl-find-file):
11816 * files.el (normal-mode):
11817 * ehelp.el (with-electric-help):
11818 * autoinsert.el (auto-insert-alist):
11819 * arc-mode.el (archive-mode):
11820 Use (default-value 'major-mode) instead of default-major-mode.
11821
11822 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
11823 * international/mule.el (load-with-code-conversion):
11824 * emacs-lisp/debug.el (debug):
11825 * ediff-vers.el (ediff-rcs-get-output-buffer):
11826 * dired.el (dired-internal-noselect): Don't let-bind
11827 default-major-mode around code that doesn't use it.
11828 E.g. buffer creation via get-buffer-create doesn't use it.
11829
11830 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
11831
11832 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
11833 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
11834 when writing the temp file. Otherwise, epa-file gets confused.
11835 (tramp-register-file-name-handlers): Make it a defun. Move also
11836 `epa-file-handler' to the front of `file-name-handler-alist'.
11837
11838 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11839
11840 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
11841 start right after a ^M.
11842 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
11843 (tramp-completion-file-name-regexp-separate)
11844 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
11845 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
11846 Don't modify last-coding-system-used by accident.
11847 (tramp-completion-file-name-handler): Apply the checks here,
11848 instead during registration.
11849 (tramp-register-file-name-handlers): Renamed from
11850 `tramp-register-file-name-handler'. Register both
11851 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
11852 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
11853
11854 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
11855
11856 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
11857 Remove variable ...
11858 (gdb-init-1, gdb-display-separate-io-buffer)
11859 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
11860 references to it.
11861 (gdb-inferior-io-mode): Use make-comint-in-buffer.
11862 (gdb-inferior-filter): Use comint-output-filter to stop
11863 echoing and remove ^M characters.
11864
11865 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11866
11867 * emulation/viper-init.el (viper-restore-cursor-type):
11868 * emulation/cua-base.el (cua--update-indications):
11869 Replace default-cursor-type with (default-value 'cursor-type).
11870
11871 * mail/sendmail.el (mail-recover-1):
11872 * international/mule-diag.el (describe-current-coding-system-briefly)
11873 (describe-current-coding-system):
11874 * international/mule-cmds.el (select-safe-coding-system)
11875 (select-message-coding-system)
11876 (set-language-environment-coding-systems, set-locale-environment):
11877 * hexl.el (hexl-insert-multibyte-char):
11878 * dos-w32.el (find-buffer-file-type-coding-system):
11879 * simple.el (what-cursor-position):
11880 Replace uses of default-buffer-file-coding-system
11881 with (default-value 'buffer-file-coding-system).
11882
11883 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
11884 Replace uses of default-cursor-in-non-selected-windows
11885 with (default-value 'cursor-in-non-selected-windows).
11886 Use with-current-buffer.
11887
11888 * mail/feedmail.el: Use CL macros.
11889 (feedmail-run-the-queue, feedmail-send-it-immediately):
11890 * dos-w32.el (find-buffer-file-type): Replace uses of
11891 default-buffer-file-type with (default-value 'buffer-file-type).
11892
11893 2009-08-28 Glenn Morris <rgm@gnu.org>
11894
11895 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
11896 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
11897 Use default-value of major-mode rather than default-major-mode.
11898
11899 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11900
11901 * Makefile.in (update-elcfiles): Report left over elc files.
11902
11903 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
11904 expand-file-name and with-current-buffer.
11905 (mail-get-names, mail-directory): Use with-current-buffer.
11906
11907 * vc.el (vc-read-revision): New function.
11908 (vc-version-diff, vc-merge): Use it.
11909
11910 2009-08-27 Sam Steingold <sds@gnu.org>
11911
11912 * simple.el (kill-do-not-save-duplicates): New user option.
11913 (kill-new): When it is non-nil, and the new string is the same as
11914 the latest kill, set replace to t to avoid duplicates in kill-ring.
11915
11916 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
11917
11918 * net/tramp.el (tramp-handle-process-file): Do not flush all
11919 caches when `process-file-side-effects' is set.
11920 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
11921 instead of `tramp-find-file-exists-command'.
11922 Unset `process-file-side-effects'.
11923
11924 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
11925
11926 * net/tramp.el (tramp-methods): New method "rsyncc".
11927 (top): Add completion function for "rsyncc".
11928 (tramp-message-show-message): New defvar.
11929 (tramp-message, tramp-error): Use it.
11930 (tramp-do-copy-or-rename-file-directly): Extend check for direct
11931 remote copying.
11932 (tramp-do-copy-or-rename-file-out-of-band): Handle new
11933 `tramp-methods' entry `copy-env' of "rsyncc".
11934 (tramp-vc-registered-read-file-names): New defconst.
11935 (tramp-vc-registered-file-names): New defvar.
11936 (tramp-handle-vc-registered): Implement optimization strategy.
11937 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
11938 (tramp-vc-file-name-handler): New defun.
11939 (tramp-get-ls-command, tramp-get-test-command)
11940 (tramp-get-file-exists-command, tramp-get-remote-ln)
11941 (tramp-get-remote-perl, tramp-get-remote-stat)
11942 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
11943
11944 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
11945 (tramp-cache-inhibit-cache): Extend doc string. It allows also
11946 timestamps.
11947 (tramp-get-file-property): Check for timestamps in
11948 `tramp-cache-inhibit-cache'.
11949 (tramp-set-file-property): Write timestamp.
11950
11951 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11952
11953 * language/japan-util.el (japanese-symbol-table): Add entries for
11954 cp932-2-byte.
11955
11956 * international/characters.el: Add category `j' to cp932-2-byte.
11957
11958 2009-08-27 Kenichi Handa <handa@m17n.org>
11959
11960 * international/fontset.el (build-default-fontset-data): New macro.
11961 (setup-default-fontset): Use build-default-fontset-data for CJK,
11962 tibetan, ethiopic, and ipa.
11963
11964 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11965
11966 * cus-start.el (default-major-mode): Customize `major-mode' instead.
11967 (enable-multibyte-characters): Not customizable any more.
11968
11969 * subr.el (default-mode-line-format, default-header-line-format)
11970 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
11971 (default-direction-reversed, default-truncate-lines)
11972 (default-left-margin, default-tab-width, default-case-fold-search)
11973 (default-left-margin-width, default-right-margin-width)
11974 (default-left-fringe-width, default-right-fringe-width)
11975 (default-fringes-outside-margins, default-scroll-bar-width)
11976 (default-vertical-scroll-bar, default-indicate-empty-lines)
11977 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
11978 (default-fringe-cursor-alist, default-scroll-up-aggressively)
11979 (default-scroll-down-aggressively, default-fill-column)
11980 (default-cursor-type, default-buffer-file-type)
11981 (default-cursor-in-non-selected-windows)
11982 (default-buffer-file-coding-system, default-major-mode)
11983 (default-enable-multibyte-characters): Mark as obsolete.
11984
11985 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
11986
11987 * vc-dir.el (vc-dir-update): Remove debug helper.
11988
11989 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
11990
11991 2009-08-26 Sam Steingold <sds@gnu.org>
11992
11993 * simple.el (save-interprogram-paste-before-kill): New user option.
11994 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
11995 save the interprogram-paste into kill-ring before overriding it
11996 with the Emacs kill.
11997
11998 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
11999
12000 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
12001 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
12002 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
12003 and move to vc-rcs.el.
12004 (vc-default-next-revision): Rename to vc-rcs-next-revision and
12005 move to vc-rcs.el.
12006 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
12007 (vc-rcs-update-changelog): Remove.
12008 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
12009 and move to vc-rcs.el.
12010
12011 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
12012 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
12013 renaming.
12014 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
12015 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
12016 vc.el, renamed to be RCS specific.
12017
12018 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
12019 New functions.
12020 (vc-cvs-update-changelog): Move here from vc.el.
12021
12022 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
12023 New functions.
12024
12025 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12026
12027 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
12028
12029 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
12030
12031 * vc-git.el (vc-git-register): Use "git add" for directories.
12032 (vc-git-stash, vc-git-stash-show): New functions.
12033 (vc-git-extra-menu-map): Bind them.
12034
12035 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
12036 directory correctly in case the item is a directory itself.
12037
12038 * vc.el: Document the desired behavior for reverted files in the
12039 `added' state.
12040 (vc-default-prettify-state-info): Remove function, unused.
12041
12042 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
12043
12044 2009-08-26 Glenn Morris <rgm@gnu.org>
12045
12046 * bindings.el (standard-mode-line-format): Reposition dashes in
12047 which-func entry. (Bug#4217)
12048
12049 * files.el (enable-local-variables, enable-local-eval)
12050 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
12051 the defcustoms.
12052 (auto-mode-alist, ignored-local-variables)
12053 (save-some-buffers-action-alist): Move risky declarations to the
12054 definitions.
12055 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
12056 (font-lock-defaults, format-alist, imenu--index-alist)
12057 (imenu-generic-expression, input-method-alist, minor-mode-alist)
12058 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
12059 (mode-line-modified, mode-line-mule-info, mode-line-position)
12060 (mode-line-process, mode-line-remote, outline-level)
12061 (parse-time-rules, rmail-output-file-alist)
12062 (special-display-buffer-names, vc-mode):
12063 Move risky declarations to the relevant files.
12064 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
12065 (mode-line-modified, mode-line-process, mode-line-position)
12066 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
12067 * font-core.el (font-lock-defaults):
12068 * format.el (format-alist):
12069 * vc-hooks.el (vc-mode):
12070 * window.el (special-display-buffer-names):
12071 * international/mule-cmds.el (input-method-alist):
12072 Define riskiness here (dumped file) rather than in files.el.
12073 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
12074 * imenu.el (imenu-generic-expression, imenu--index-alist):
12075 * outline.el (outline-level):
12076 * time.el (display-time-string):
12077 * calendar/parse-time.el (parse-time-rules):
12078 * mail/rmailout.el (rmail-output-file-alist):
12079 Autoload riskiness here, rather than placing in files.el.
12080
12081 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
12082
12083 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
12084
12085 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
12086
12087 * simple.el (process-file-side-effects): New defvar.
12088
12089 * dired-aux.el (dired-show-file-type):
12090 * vc.el (vc-diff-internal):
12091 * vc-arch.el (vc-arch-diff):
12092 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
12093 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
12094 * vc-git.el (vc-git-registered, vc-git-working-revision)
12095 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
12096 (vc-git--empty-db-p):
12097 * vc-hooks.el (vc-user-login-name):
12098 * vc-svn.el (vc-svn-registered, vc-svn-state)
12099 (vc-svn-dir-extra-headers, vc-svn-find-revision):
12100 * progmodes/grep.el (grep-probe): Let-bind
12101 `process-file-side-effects' with nil.
12102
12103 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
12104
12105 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
12106 daemon. Replace ping by checking for running service for bluez
12107 and zeroconf. (Bug#4239)
12108
12109 2009-08-25 Kevin Ryde <user42@zip.com.au>
12110
12111 * net/dig.el (dig): Add autoload cookie.
12112
12113 2009-08-25 Glenn Morris <rgm@gnu.org>
12114
12115 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
12116 load-history for absolute file-names.
12117 (byte-compile-file-form-require): Warn about use of the cl package.
12118
12119 * format.el (format-alist): Doc fix.
12120
12121 * play/bubbles.el (top-level): Don't require cl at run-time.
12122
12123 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
12124 run-time cl).
12125
12126 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
12127
12128 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
12129 from cl package.
12130 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
12131
12132 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
12133
12134 * calc/calc-alg.el (math-trig-rewrite)
12135 (math-hyperbolic-trig-rewrite): New functions.
12136 (calc-simplify): Simplify trig functions when asked.
12137
12138 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12139
12140 * diff-mode.el (diff-find-source-location): Avoid goto-line.
12141
12142 2009-08-24 Kenichi Handa <handa@m17n.org>
12143
12144 * language/ind-util.el (mapthread): Delete it.
12145 (combinatorial): New function.
12146 (indian--puthash-cv): Use combinatorial instead of mapthread.
12147
12148 2009-08-22 Kevin Ryde <user42@zip.com.au>
12149
12150 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
12151 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
12152 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
12153 Clarify docstring that the value is strings not symbols.
12154 (checkdoc-list-of-strings-p): New function.
12155
12156 2009-08-22 Glenn Morris <rgm@gnu.org>
12157
12158 * files.el (auto-mode-alist):
12159 * hippie-exp.el (he-concat-directory-file-name):
12160 * lpr.el (lpr-windows-system, printer-name):
12161 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
12162 * ps-print.el (ps-windows-system):
12163 * startup.el (command-line):
12164 * emulation/viper-ex.el (viper-glob-function):
12165 * international/mule-cmds.el (set-language-environment-coding-systems):
12166 * net/ange-ftp.el (ange-ftp-write-region):
12167 * obsolete/fast-lock.el (fast-lock-cache-name):
12168 Remove code for defunct system-types emx, macos, mswindows, next-mach,
12169 unisoft-unix, vax-vms, win32, w32.
12170
12171 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
12172 given name if the pattern is not more specific.
12173
12174 * calendar/lunar.el (lunar-phase-names): New option.
12175 (lunar-phase): Doc fix.
12176 (lunar-cycles-per-year): New constant.
12177 (lunar-index): New function.
12178 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
12179 (lunar-phase-name): Use lunar-phase-names.
12180 (calendar-lunar-phases): Use format.
12181 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
12182
12183 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
12184 Copy imenu-example--name-and-position function here for own use.
12185 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
12186
12187 * bs.el (bs--redisplay):
12188 * cus-edit.el (custom-redraw):
12189 * ibuffer.el (ibuffer-bury-buffer):
12190 * server.el (server-goto-line-column):
12191 * startup.el (command-line-1):
12192 * strokes.el (strokes-xpm-for-stroke):
12193 * term.el (term-display-buffer-line):
12194 * view.el (View-goto-line):
12195 * calc/calc.el (calc-do, calc-trail-buffer):
12196 * play/gamegrid.el (gamegrid-add-score-insecure):
12197 * progmodes/ada-mode.el (ada-compile-goto-error):
12198 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
12199 (ebrowse-select-1st-to-9nth):
12200 * progmodes/cperl-mode.el (cperl-time-fontification):
12201 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
12202 * progmodes/gud.el (gud-display-line):
12203 (idlwave-shell-display-line):
12204 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
12205 * progmodes/make-mode.el (makefile-browser-toggle):
12206 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
12207 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
12208 * textmodes/picture.el (picture-draw-rectangle):
12209 * textmodes/reftex-index.el (reftex-index-goto-letter):
12210 (reftex-select-jump-to-previous):
12211 * textmodes/reftex-sel.el (reftex-find-start-point)
12212 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
12213 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
12214 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
12215 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12216 * textmodes/two-column.el (2C-associated-buffer):
12217 Use forward-line rather than goto-line.
12218
12219 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
12220 goto-line.
12221
12222 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
12223 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
12224 (quick-check-list-to-regexp): Declare.
12225
12226 * progmodes/make-mode.el (makefile-browser-insert-selection):
12227 Use goto-char rather than goto-line.
12228
12229 * progmodes/prolog.el (compilation-error-regexp-alist)
12230 (compilation-forget-errors): Declare.
12231
12232 2009-08-22 Juri Linkov <juri@jurta.org>
12233
12234 * progmodes/grep.el (lgrep, rgrep): At the beginning
12235 set `dir' to `default-directory' unless `dir' is a non-nil
12236 readable directory. (Bug#4052)
12237 (lgrep, rgrep): Change a weird way to report an error
12238 from using `read-string' to using `error'.
12239 Instead of using interactive arguments in the function body,
12240 add new argument `confirm'.
12241
12242 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
12243
12244 * textmodes/remember.el (remember-buffer):
12245 * progmodes/cperl-mode.el (cperl-vc-header-alist):
12246 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
12247 (icalendar-extract-ical-from-buffer):
12248 * net/newst-treeview.el (newsticker-groups-filename):
12249 * net/newst-backend.el (newsticker-cache-filename):
12250 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
12251 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
12252 (speedbar-add-ignored-path-regexp, speedbar-line-path)
12253 (speedbar-buffers-line-path, speedbar-path-line)
12254 (speedbar-buffers-line-path):
12255 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
12256 (epg-sign-keys):
12257 * epa.el (epa-display-verify-result):
12258 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
12259
12260 2009-08-21 Glenn Morris <rgm@gnu.org>
12261
12262 * progmodes/js.el (inferior-moz-process): Fix declaration.
12263
12264 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
12265
12266 * obsolete/rnewspost.el (news-mail-reply):
12267 Use goto-char rather than goto-line.
12268
12269 * term/ns-win.el (ns-open-file-select-line):
12270 Use line-beginning-position rather than goto-line.
12271
12272 * apropos.el (apropos-command):
12273 * ehelp.el (electric-helpify):
12274 * printing.el (pr-show-setup):
12275 * strokes.el (strokes-help):
12276 * tutorial.el (tutorial--describe-nonstandard-key)
12277 (tutorial--detailed-help):
12278 * woman.el (woman-mini-help, woman-display-extended-fonts):
12279 * calc/calc-help.el (calc-describe-key):
12280 * emulation/edt.el (edt-electric-helpify):
12281 * international/mule-diag.el (mule-diag):
12282 * play/yow.el (apropos-zippy):
12283 * progmodes/python.el (python-describe-symbol):
12284 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
12285 * textmodes/table.el (*table--cell-describe-mode)
12286 (*table--cell-describe-bindings):
12287 Use help-print-return-message rather than the now obsolete alias.
12288
12289 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
12290 (calendar-cursor-to-visible-date):
12291 * play/5x5.el (5x5-position-cursor):
12292 * play/decipher.el (decipher):
12293 * play/gomoku.el (gomoku-goto-xy):
12294 * play/landmark.el (lm-goto-xy):
12295 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
12296 (mpuz-paint-digit):
12297 Use forward-line, not goto-line.
12298
12299 * mail/rmail.el (rmail-obsolete): Delete custom group.
12300 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
12301 (rmail-remote-password, rmail-remote-password-required):
12302 Remove unneeded :set-after and :set properties.
12303
12304 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
12305
12306 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
12307
12308 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
12309
12310 * loadup.el: Remove leftover macos code.
12311
12312 * vc-git.el (vc-git-annotate-command): Run asynchronously.
12313 Explicitly pass the date format to git blame so that user local
12314 so that the output format can be parsed.
12315
12316 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
12317
12318 * net/dbus.el (top): Don't check for (getenv
12319 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
12320
12321 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
12322
12323 * log-edit.el (log-edit-strip-single-file-name): New var.
12324 (log-edit-insert-changelog): Use it. Bug#3571
12325
12326 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12327
12328 * subr.el (read-passwd): Use read-key so keypad keys work as well.
12329 Bug#3287
12330
12331 * help.el (help-print-return-message): Rename from
12332 print-help-return-message.
12333
12334 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
12335 cvs-mode-map parent hack.
12336 (log-view-mode): Derive from special-mode.
12337
12338 * linum.el (linum-mode): window-size-change-functions is redundant.
12339 Adapt to new window-configuration-change-hook behavior.
12340 (linum-after-size, linum-after-config): Remove.
12341
12342 * imenu.el (imenu-example--name-and-position)
12343 (imenu-example--lisp-extract-index-name)
12344 (imenu-example--create-lisp-index, imenu-example--create-c-index):
12345 Mark as obsolete.
12346
12347 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
12348 (inferior-prolog-mode): Use it.
12349 (inferior-prolog-load-file): Reset list of errors.
12350
12351 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12352
12353 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
12354
12355 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
12356
12357 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
12358
12359 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
12360 is running already.
12361
12362 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12363
12364 * subr.el (listify-key-sequence-1): Use normal syntax since those
12365 integers are nowadays always represented by the same (positive) number
12366 on all platforms.
12367 (read-key-empty-map): New const.
12368 (read-key-delay): New var.
12369 (read-key): New function.
12370 (force-mode-line-update): Use with-current-buffer.
12371 (locate-user-emacs-file): Don't forget to abbreviate the file name.
12372 (start-process-shell-command, start-file-process-shell-command):
12373 Discourage the use of command-args.
12374
12375 2009-08-19 Glenn Morris <rgm@gnu.org>
12376
12377 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
12378
12379 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12380
12381 * simple.el (choose-completion-string): Don't rely on
12382 minibuffer-completing-file-name and ad-hoc checks to decide whether
12383 to continue completion or not.
12384
12385 * minibuffer.el (minibuffer-hide-completions): New function.
12386 (completion--do-completion): Use it.
12387 (completions-annotations): New face.
12388 (completion--insert-strings): Use it.
12389 (completion-pcm--delim-wild-regex): Add docstring.
12390 (completion-pcm--string->pattern): Add support for 0-width delimiters
12391 in completion-pcm--delim-wild-regex.
12392
12393 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
12394
12395 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
12396 Remove unused var `buffer-modified-p'.
12397
12398 * minibuffer.el (completion--do-completion): Move point for the #b001
12399 case as well (bug#4176).
12400 (minibuffer-complete, minibuffer-complete-word): Don't move point.
12401
12402 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
12403
12404 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
12405 and :session buses.
12406
12407 2009-08-18 Kenichi Handa <handa@m17n.org>
12408
12409 * international/ucs-normalize.el (ucs-normalize-version):
12410 Change to 1.1.
12411 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
12412 (utf-8-hfs): Make it perform normalization on encoding too.
12413
12414 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
12415 (sentence-end-without-space): Delete duplicated chars.
12416 (sentence-end-base): Likewise.
12417
12418 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
12419 (html-mode): Delete duplicated chars from sentence-end-base.
12420
12421 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
12422 (texinfo-mode): Delete duplicated chars from sentence-end-base.
12423
12424 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
12425
12426 * files.el (hack-one-local-variable): If the mode function is for
12427 a minor mode, pass it an argument (Bug#4148).
12428
12429 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
12430
12431 * net/tramp.el (tramp-register-completion-file-name-handler):
12432 Check also for (member 'partial-completion completion-styles).
12433
12434 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
12435
12436 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
12437 abbrev (Bug#3943).
12438
12439 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
12440
12441 * progmodes/cperl-mode.el: Merge upstream 6.2.
12442 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
12443 (cperl-forward-re): Check cperl-brace-recursing.
12444 (cperl-highlight-charclass): New function.
12445 (cperl-find-pods-heres): Use it.
12446 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
12447 (cperl-beautify-regexp-piece): Fix column calculation.
12448 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
12449 (cperl-beautify-level): Don't process entire regexp.
12450 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
12451 calling man.
12452 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
12453 (cperl-init-faces): Build a list in the normal way.
12454
12455 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
12456
12457 * calendar/parse-time.el (parse-time-string-chars): Save match
12458 data.
12459
12460 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
12461
12462 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
12463 (sql-product): Use it.
12464 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
12465 (sql-set-product): Add completion.
12466 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
12467 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
12468 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
12469 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
12470 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
12471 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
12472 (sql-highlight-db2-keywords): Remove.
12473 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
12474 (sql-highlight-product): Use derived-mode-p.
12475 (sql-set-sqli-buffer): Use with-current-buffer.
12476 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
12477 Simplify.
12478
12479 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
12480
12481 * term.el: Fix commenting convention, turn comments into docstrings.
12482
12483 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
12484
12485 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
12486
12487 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
12488
12489 * calendar/parse-time.el (parse-time-string-chars): Compute using
12490 character classes, to handle non-ascii characters (Bug#3190).
12491
12492 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
12493
12494 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
12495 another heredoc if the user adds another < (Bug#3226).
12496
12497 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12498 Don't initialize based on window-system (Bug#4124).
12499
12500 * facemenu.el (facemenu-read-color): Use a completion function
12501 that accepts any defined color, such as RGB triplets (Bug#3677).
12502
12503 * files.el (get-free-disk-space): Change fallback default
12504 directory to /. Expand DIR argument before switching to fallback.
12505 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
12506
12507 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
12508
12509 * files.el (load-library): Doc fix.
12510
12511 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
12512
12513 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
12514 (viper-if-string): Redefine C-s in the minibuffer to insert the last
12515 incremental search string.
12516
12517 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
12518 XEmacs.
12519
12520 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
12521 (ediff-merge-region-is-non-clash)
12522 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
12523 Also check if the job is really a merge job.
12524
12525 * ediff.el (ediff-current-file): New function.
12526
12527 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
12528
12529 * progmodes/js.el: Edit docstrings throughout to follow Emacs
12530 conventions.
12531 (js-insert-and-indent): Delete function.
12532 (js-mode-map): Don't bind keys to js-insert-and-indent.
12533 (js-beginning-of-defun): Rename from js--beginning-of-defun.
12534 (js-end-of-defun): Rename from js--end-of-defun.
12535 (js-auto-indent-flag): Delete variable.
12536
12537 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
12538
12539 * progmodes/js.el: Remove proclaim statement.
12540 Defvar which-func-imenu-joiner-function to silence compiler.
12541
12542 * files.el (auto-mode-alist): Use js-mode for .js files.
12543
12544 * progmodes/js2-mode.el: Remove file.
12545
12546 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
12547
12548 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
12549
12550 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
12551
12552 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
12553 Karl Landstrom <karl.landstrom@brgeight.se>
12554
12555 * progmodes/js.el: New file.
12556
12557 2009-08-14 Mark A. Hershberger <mah@everybody.org>
12558
12559 * timezone.el (timezone-parse-date): Add ability to understand ISO
12560 basic format (minimal separators) dates in addition to the
12561 already-supported extended format dates.
12562
12563 2009-08-14 Eli Zaretskii <eliz@gnu.org>
12564
12565 * international/ucs-normalize.el: Add a `coding' file variable.
12566
12567 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
12568
12569 2009-08-14 Sam Steingold <sds@gnu.org>
12570
12571 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12572
12573 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
12574
12575 * faces.el (help-argument-name): Define it here instead of
12576 help-fns.el, because in daemon mode help-fns.el may be loaded when
12577 faces are still uninitialized (Bug#1078).
12578
12579 * help-fns.el (help-argument-name): Move defface to faces.el.
12580
12581 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
12582
12583 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
12584 create buffer with a pty but no process so that GDB can make the
12585 inferior the controlling process.
12586
12587 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
12588
12589 * international/ucs-normalize.el: New file.
12590
12591 2009-08-13 Richard Stallman <rms@gnu.org>
12592
12593 * mail/rmail.el (rmail-get-attr-names):
12594 Accept an attribute header that is too short.
12595
12596 * mail/rmail.el (rmail-forget-messages):
12597 Ignore nil elt in rmail-message-vector. Use dotimes.
12598
12599 * progmodes/compile.el (compilation-goto-locus):
12600 Use next-error-move-function.
12601
12602 * simple.el (next-error-move-function): New variable.
12603
12604 2009-08-12 Juri Linkov <juri@jurta.org>
12605
12606 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
12607 always non-nil. (Bug#4052)
12608
12609 * replace.el (read-regexp): Return empty string when
12610 `default-value' is nil.
12611 (keep-lines-read-args): Don't use empty string as the
12612 default value for `read-regexp'. (Bug#2495)
12613
12614 2009-08-12 Juri Linkov <juri@jurta.org>
12615
12616 * international/mule-cmds.el (ucs-insert): Change arguments
12617 from `arg' to `character', `count', `inherit' to be the same
12618 as in `insert-char'. Doc fix. (Bug#4039)
12619
12620 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
12621
12622 2009-08-12 Juri Linkov <juri@jurta.org>
12623
12624 * files-x.el: New file.
12625
12626 * files.el: Move code that deals with adding/deleting
12627 file/directory-local variables to files-x.el.
12628
12629 * Makefile.in (ELCFILES): Add files-x.elc.
12630
12631 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
12632
12633 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
12634 to use `goto-line'.
12635 (gdb-place-breakpoints, gdb-get-location): Rewritten without
12636 `goto-line'.
12637 (gdb-invalidate-disassembly): Do not refresh upon receiving
12638 'update signal. Instead, update all disassembly buffers only after
12639 threads list.
12640 (gdb): Send -target-detach when buffer is killed (Bug#3794).
12641 (gdb-starting): Moved -data-list-register-names...
12642 (gdb-stopped): ...here so it's sent when first thread stops.
12643 (gdb-registers-handler-custom): Do nothing if register names are
12644 unknown yet.
12645
12646 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
12647 from `gdb-mi.el' to avoid extra tangling.
12648
12649 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
12650 change which breaks `gud-def' definitions used in `gdb'.
12651 (gdb-update-gud-running): No extra fuss for updating frame number.
12652
12653 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
12654
12655 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
12656 (describe-language-environment-map, setup-language-environment-map)
12657 (set-coding-system-map): Move initialization into declaration.
12658 (set-language-info-alist): Last arg to define-key-after can be skipped.
12659
12660 * international/quail.el (quail-completion-1): Simplify.
12661 (quail-define-rules): Use slightly more compact code.
12662 (quail-insert-decode-map): Propertize keys, compact columns.
12663
12664 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12665 Add goto-line.
12666
12667 2009-08-10 Miles Bader <miles@gnu.org>
12668
12669 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
12670 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
12671 (js2-instance-member, js2-private-member, js2-private-function-call)
12672 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
12673 (js2-magic-paren, js2-external-variable):
12674 Remove "-face" suffix from face names.
12675 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
12676 (js2-highlight-undeclared-vars, js2-peek-token)
12677 (js2-parse-function-params, js2-mode-show-errors)
12678 (js2-mode-show-warnings, js2-make-magic-delimiter)
12679 (js2-mode-highlight-magic-parens): Update to use new face names.
12680
12681 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
12682
12683 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
12684 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
12685
12686 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
12687
12688 * subr.el: Provide hashtable-print-readable.
12689
12690 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
12691 hs-c-like-adjust-block-beginning.
12692 (hs-hide-block-at-point): Stop hiding at the beginning of
12693 hs-block-end-regexp (Bug#700).
12694
12695 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
12696
12697 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
12698 a macro.
12699 (gdb-registers-handler-custom): Do not fail when register names
12700 are unavailable.
12701
12702 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
12703
12704 * progmodes/gdb-mi.el (gdb-control-all-threads)
12705 (gdb-control-current-thread): Interactive setters for
12706 `gdb-gud-control-all-threads' to use in menu.
12707 (gdb-show-run-p): Show «Go» when process is not active.
12708 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
12709 gud/thread.xpm and gud/all.xpm.
12710
12711 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
12712
12713 * net/net-utils.el (net-utils-font-lock-keywords): New var.
12714 (nslookup-font-lock-keywords): Make it a variable.
12715 (net-utils-mode): New mode for viewing diagnostic network output.
12716 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
12717 (net-utils-run-simple): New function.
12718 (ifconfig, iwconfig, netstat, arp, route): Use it.
12719
12720 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
12721
12722 * progmodes/gdb-mi.el (gdb-read-memory-custom)
12723 (gdb-memory-set-address, def-gdb-set-positive-number)
12724 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
12725 after changing settings.
12726 (gdb-invalidate-disassembly): Update when first shown.
12727 (gdb-edit-locals-value): Fixed.
12728 (gdb-registers-handler-custom): Print registers in right order and
12729 allow changing register values (only for current thread yet).
12730 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
12731 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
12732 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
12733 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
12734 info in mode name.
12735 (gdb-registers-mode-map): TAB to switch to locals.
12736
12737 2009-08-08 Eli Zaretskii <eliz@gnu.org>
12738
12739 * mail/rmail.el (rmail-add-mbox-headers)
12740 (rmail-set-message-counters-counter): Search for
12741 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
12742
12743 2009-08-08 Glenn Morris <rgm@gnu.org>
12744
12745 * Makefile.in (ELCFILES): Update.
12746
12747 2009-08-07 Eli Zaretskii <eliz@gnu.org>
12748
12749 * mail/sendmail.el (mail-yank-original): Set
12750 buffer-file-coding-system from the one used by the message whose
12751 text is yanked.
12752
12753 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
12754 to "windows" when "pgnuplot" is used.
12755 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
12756 call accept-process-output if "pgnuplot" is used.
12757 (calc-graph-init): Don't send -display and -geometry to
12758 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
12759 running "pgnuplot -V" with shell-command-to-string.
12760
12761 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
12762 the default.
12763
12764 2009-08-07 Eli Zaretskii <eliz@gnu.org>
12765
12766 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
12767 org/org-latex.elc.
12768
12769 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
12770
12771 * vc-dispatcher.el (vc-resynch-window): Update comment.
12772
12773 * term.el (term-handle-ansi-escape): Add comments with the
12774 terminfo capabilities implemented.
12775
12776 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
12777
12778 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
12779 (gdb-var-create-handler): Rewritten using JSON parser.
12780 (gdb-propertize-header): Moved earlier.
12781 (gdb-set-header): Removed to avoid duplication.
12782 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
12783 Refresh disassembly buffers only after threads list have been
12784 update.
12785 (gdb-threads-header, gdb-registers-header): Per-buffer header line
12786 variables.
12787
12788 2009-08-04 Juri Linkov <juri@jurta.org>
12789
12790 * files.el: Commands to add/delete file/directory-local variables.
12791 (read-file-local-variable, read-file-local-variable-value)
12792 (read-file-local-variable-mode, modify-file-local-variable)
12793 (modify-file-local-variable-prop-line)
12794 (modify-dir-local-variable): New functions.
12795 (add-file-local-variable, delete-file-local-variable)
12796 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
12797 (add-dir-local-variable, delete-dir-local-variable)
12798 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
12799 (copy-dir-locals-to-file-locals-prop-line): New commands.
12800
12801 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
12802
12803 * abbrev.el (insert-abbrev-table-description): Prettify output.
12804 Suggested by Karl Chen.
12805
12806 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
12807
12808 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
12809 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
12810 (gdb-overlay-arrow-position, gdb-thread-position)
12811 (gdb-disassembly-position): Declare variables.
12812 (gdb-wait-for-pending): Function now.
12813 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
12814 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
12815 compilation goes smoothly.
12816 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
12817 (gdb-non-stop-setting): New customization setting which replaces
12818 `gdb-non-stop' so changing it doesn't break active GDB session.
12819 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
12820 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
12821 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
12822 (gdb-show-threads-by-default): New customization options.
12823 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
12824 routines.
12825 (gdb-get-buffer-create): Send buffers update signal when they are
12826 created.
12827 (gdb-invalidate-locals, gdb-invalidate-registers)
12828 (gdb-invalidate-breakpoints)
12829 (gdb-invalidate-threads, gdb-invalidate-disassembly)
12830 (gdb-invalidate-memory): Accept update signal.
12831 (gdb-current-context-command): Use --frame option.
12832 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
12833 Implement `gdb-frame-number' selection logic.
12834 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
12835 whether to show GUD toolbar buttons.
12836 (gdb-thread-exited): Unselect current thread when it exits.
12837 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
12838 (gdb-mark-line): Routine which sets overlay arrow or inverses
12839 video on fringeless displays.
12840 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
12841 to build aligned columns of data in GDB buffers and set text
12842 properties line-by-line.
12843 (gdb-invalidate-breakpoints)
12844 (gdb-breakpoints-list-handler-custom)
12845 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
12846 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
12847 (gdb-registers-handler-custom): Align data columns.
12848 (gdb-locals-handler-custom): Now prints data like in variable
12849 declarations.
12850 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
12851 Removed confusing buttons.
12852 (gdb-invalidate-threads): Append --frame.
12853 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
12854 between breakpoints/threads buffers.
12855 (gdb-set-window-buffer): Now can ignore dedicated windows.
12856 (gdb-propertize-header): Use `gdb-set-window-buffer'.
12857 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
12858 (def-gdb-thread-buffer-gud-command): Replaces
12859 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
12860 for fine thread control.
12861 (gdb-preempt-existing-or-display-buffer): New function used to
12862 display bound buffers without breaking window layout.
12863 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
12864 (gdb-select-frame): New version of `gdb-frames-select' which now
12865 sets `gdb-frame-number' so commands may use --frame option instead
12866 of inner debugger state.
12867 (gdb-frame-handler): Do not set `gdb-frame-number'.
12868 (gdb-threads-mode-map): Select threads with mouse.
12869
12870 * progmodes/gud.el (gdb-gud-context-call): Declare function to
12871 avoid compilation warning.
12872 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
12873 `gdb-show-stop-p`.
12874
12875 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
12876 Argument `key' renamed to `buffer-type'.
12877 (gdb-current-context-buffer-name): Do not add thread info to
12878 buffer name when no thread is selected.
12879 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
12880 command (bug 3794).
12881 (gdb-thread-selected): Handle `=thread-selected' notification.
12882 (gdb-wait-for-pending): New macro to deal with congestion problems.
12883 (gdb-breakpoints-list-handler-custom): Don't fail on pending
12884 breakpoints.
12885 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
12886 This fixes problem similar to one described in bug 3947.
12887 (gud-menu-map): More menu items.
12888 (gdb-init-1): Reset `gdb-thread-number' to nil.
12889
12890 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
12891 non-stop settings.
12892
12893 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
12894 (gdb-current-context-command): Do not append --thread if
12895 `gdb-thread-number' is nil.
12896 (gdb-running-threads-count, gdb-stopped-threads-count): New
12897 variables.
12898 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
12899 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
12900 customization options.
12901 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
12902 GUD commands.
12903 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
12904 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
12905 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
12906 set `gdb-thread-number' and update `gud-running' properly.
12907 (gdb-running): Update threads list when new threads appear.
12908 (gdb-stopped): Support non-stop operation and new thread switching
12909 logic.
12910 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
12911 (gdb-json-partial-output): New set of JSON routines.
12912 (def-gdb-auto-update-trigger): New `signal-list' optional
12913 argument.
12914 (gdb-thread-list-handler-custom): Update `gud-running',
12915 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
12916 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
12917 (gdb-continue-thread, gdb-step-thread): New commands for fine
12918 thread execution control.
12919 (gud-menu-map): New menu items to switch non-stop options.
12920 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
12921 (gdb-send): Mimic RET properly (bug 3794).
12922
12923 * progmodes/gdb-mi.el (gdb-rules-name-maker)
12924 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
12925 gdb-buffer-rules.
12926 (def-gdb-auto-update-handler): New nopreserve optional argument.
12927 (gdb-stack-list-frames-custom): Print stack from top to bottom.
12928
12929 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
12930 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
12931 (gdb-parent-mode): New mode to derive other GDB modes from.
12932 (gdb-display-disassembly-for-thread)
12933 (gdb-frame-disassembly-for-thread): New commands for threads
12934 buffer.
12935
12936 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
12937 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
12938 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
12939 (gdb-update): We now store all GDB buffers in a list so that they
12940 can be updated by traversing a list instead of calling invalidate
12941 triggers explicitly.
12942 (def-gdb-trigger-and-handler): New macro to define trigger-handler
12943 pair for GDB buffer.
12944 (gdb-stack-buffer-name): Add thread information.
12945 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
12946 handle pending triggers.
12947 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
12948 (def-gdb-thread-buffer-simple-command)
12949 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
12950 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
12951 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
12952 New commands which show buffers bound to thread.
12953 (gdb-stack-list-locals-regexp): Removed unused regexp.
12954
12955 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
12956 (gdb-locals-buffer-name, gdb-registers-buffer-name)
12957 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
12958 to (gud-comint-buffer) in *-buffer-name functions
12959 because (gdb-get-target-string) already does that.
12960 (gdb-locals-handler-custom, gdb-registers-handler-custom)
12961 (gdb-changed-registers-handler): Rewritten without regexps.
12962
12963 * progmodes/gdb-mi.el: Basic thread selection support.
12964 (gdb-thread-number): New variable.
12965 (gdb-current-context-command): New macro which adds --thread
12966 option to command.
12967 (gdb-threads-mode-map): Select thread with SPC.
12968 (gdb-thread-list-handler-custom): Mark current thread with overlay
12969 arrow. Synchronize GDB thread and Emacs thread.
12970 (gdb-select-thread): New command which selects current thread.
12971 (gdb-invalidate-frames, gdb-invalidate-locals)
12972 (gdb-invalidate-registers): Use --thread option.
12973
12974 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
12975
12976 * net/tramp.el (top): Make check for tramp-gvfs loading more
12977 robust. (Bug#3977)
12978 (tramp-handle-insert-file-contents): `unwind-protect' must be
12979 inside `with-parsed-tramp-file-name'.
12980
12981 * net/tramp-gvfs.el (top): Remove superfluous message when loading
12982 fails.
12983
12984 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
12985
12986 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
12987 directory if CLASSPATH is not set.
12988
12989 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
12990
12991 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
12992 New defconst.
12993 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
12994
12995 2009-08-02 Kevin Ryde <user42@zip.com.au>
12996
12997 * net/newst-backend.el (newsticker--raw-url-list-defaults):
12998 Update freshmeat link. Delete newsforge.com as it seems gone.
12999
13000 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
13001
13002 * select.el (x-set-selection): Doc fix (Bug#4021).
13003
13004 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
13005
13006 * help-fns.el (describe-variable): Treat list return values from
13007 dir-locals-find-file properly (Bug#4005).
13008
13009 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
13010
13011 * net/tramp.el (tramp-debug-message): Print also microseconds.
13012
13013 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
13014
13015 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
13016 or END is non-nil.
13017 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
13018 (tramp-get-debug-buffer): Change `outline-regexp' according to new
13019 format.
13020
13021 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
13022 (tramp-get-file-property): Use it.
13023
13024 * autorevert.el (auto-revert-handler): Allow
13025 `auto-revert-tail-mode' for remote files.
13026
13027 2009-08-02 Jason Rumney <jasonr@gnu.org>
13028
13029 * minibuffer.el (read-file-name): Treat confirm options to
13030 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
13031
13032 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
13033
13034 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
13035 (font-lock-variable-name-face, font-lock-constant-face): Darken
13036 the colors for light backgrounds.
13037
13038 2009-08-01 Eli Zaretskii <eliz@gnu.org>
13039
13040 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
13041 month names. (Bug#3987)
13042
13043 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
13044
13045 * simple.el (line-move-finish): Pass whole number to
13046 line-move-to-column.
13047 (line-move-visual): Perform hscroll to the recorded position.
13048
13049 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
13050
13051 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
13052
13053 2009-07-29 Alan Mackenzie <acm@muc.de>
13054
13055 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
13056
13057 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
13058
13059 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
13060 (gdb-place-breakpoints): Use full path when setting breakpoints.
13061
13062 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
13063
13064 * calc/calc.el (calc-mode-map): Add keybinding for
13065 `calc-transpose-lines'.
13066
13067 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
13068
13069 * calc/calc-misc.el (calc-transpose-lines): New function.
13070
13071 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
13072
13073 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
13074 Simplify check for out-of-band methods.
13075 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
13076 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
13077
13078 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
13079
13080 * vc-git.el (vc-git-checkin): Fix typo.
13081
13082 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
13083
13084 * progmodes/js2-mode.el: New file.
13085
13086 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
13087
13088 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
13089 (gud-menu-map): Adjust tooltip accordingly.
13090
13091 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13092
13093 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
13094 (vc-bzr-log-view-mode): Adjust log-view-file-re.
13095
13096 * add-log.el (change-log-mode-map): Add a menu.
13097
13098 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
13099
13100 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
13101 function returns nil.
13102 (dbus-handle-event): Handle special return value :ignore.
13103 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
13104
13105 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
13106
13107 * view.el (view-mode-enable): Don't define Helper-return-blurb if
13108 it's not needed.
13109
13110 2009-07-25 Eli Zaretskii <eliz@gnu.org>
13111
13112 Fix Bug#3888:
13113
13114 * w32-vars.el (x-select-enable-clipboard): Doc fix.
13115
13116 * term/pc-win.el (x-display-name, x-colors)
13117 (x-select-enable-clipboard, x-select-text): Doc fix.
13118
13119 * term/common-win.el (x-display-name, x-colors): Doc fix.
13120
13121 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
13122 (xw-defined-colors): Doc fix.
13123
13124 * w32-fns.el (x-select-text, x-setup-function-keys)
13125 (x-get-selection, x-set-selection): Doc fix.
13126
13127 * term/x-win.el (x-select-text, x-setup-function-keys)
13128 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
13129
13130 * select.el (x-set-selection): Doc fix.
13131
13132 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
13133
13134 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
13135 instead of "IsNSSSupportAvailable". Avahi ought to work also when
13136 "IsNSSSupportAvailable" method is not available. Reported by
13137 Steve Youngs <steve@sxemacs.org>.
13138
13139 2009-07-24 Kenichi Handa <handa@m17n.org>
13140
13141 * international/characters.el: Fix setting of category ?C, ?|, ?K,
13142 and ?H. Fix setting of case for Latin Extended and Greek Extended.
13143 (build-unicode-category-table): Fix range checks.
13144
13145 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
13146
13147 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
13148 the buffer we try to sync is current when calling
13149 vc-resynch-buffer.
13150
13151 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
13152 not show up to date files.
13153
13154 2009-07-24 Glenn Morris <rgm@gnu.org>
13155
13156 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
13157 Add autoload cookies. If necessary, initialize.
13158 (elint-log): Handle non-file buffers.
13159 (elint-initialize): Add optional argument to reinitialize.
13160 (elint-find-builtin-variables): Save excursion.
13161
13162 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
13163
13164 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13165 for Lint.
13166
13167 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13168
13169 * vc.el (vc-print-log-internal): New function, split out from ...
13170 (vc-print-log): ... here.
13171 (vc-dir-move-to-goal-column): Declare.
13172
13173 * vc-git.el (vc-git-add-signoff): New variable.
13174 (vc-git-checkin): Use it.
13175 (vc-git-toggle-signoff): New function.
13176 (vc-git-extra-menu-map): Bind it to menu.
13177 (vc-git--run-command-string): Accept a nil FILE argument.
13178 (vc-git-stash-list): New function.
13179 (vc-git-dir-extra-headers): Use it.
13180
13181 2009-07-23 Glenn Morris <rgm@gnu.org>
13182
13183 * help-fns.el (describe-variable): Describe ignored and risky local
13184 variables in a similar way to that in which we describe safe ones.
13185
13186 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
13187 (byte-compile-output-file-form, byte-compile-output-docform)
13188 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
13189 Give some more local variables with common names a "bytecomp-" prefix,
13190 so as not to shadow things during compilation.
13191 * emacs-lisp/cl-macs.el (load-time-value)
13192 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
13193 `outbuffer' to `bytecomp-outbuffer'.
13194
13195 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
13196 since the next two variables cover them automatically now.
13197 (elint-builtin-variables, elint-autoloaded-variables): New.
13198 (elint-unknown-builtin-args): Remove all members, since they can be
13199 parsed automatically now.
13200 (elint-extra-errors): New.
13201 (elint-env-add-env, elint-env-add-macro): Use cadr.
13202 (elint-current-buffer): Use or. Change final message.
13203 (elint-get-top-forms): Use line-end-position.
13204 (elint-init-env): Use cadr. Handle autoload, declare-function,
13205 and defalias.
13206 (elint-add-required-env): Doc fix. Use or. Standardize error.
13207 (regexp-assoc): Remove unused function.
13208 (elint-top-form): Set elint-current-pos, to record the start of the
13209 top-level form, for compilation-mode.
13210 (elint-form): Trap errors in macro expansion. Use dolist.
13211 (elint-unbound-variable): Use elint-builtin-variables and
13212 elint-autoloaded-variables.
13213 (elint-get-args): Use cadr, or.
13214 (elint-check-cond-form): Use dolist, cadr.
13215 (elint-check-condition-case-form): Doc fix. Use cadr.
13216 Use elint-extra-errors.
13217 (elint-log): New function.
13218 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
13219 Distinguish errors and warnings.
13220 (elint-log-message): Use with-current-buffer. Inhibit read-only.
13221 Use a bytecomp-style format.
13222 (elint-clear-log): Preserve default-directory. Inhibit read-only.
13223 (elint-get-log-buffer): Use compilation mode. Disable undo.
13224 Don't truncate lines.
13225 (elint-initialize): Set builtin and autoloaded variable lists.
13226 Only process elint-unknown-builtin-args if non-nil.
13227 (elint-find-builtin-variables, elint-find-autoloaded-variables):
13228 New functions.
13229 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
13230
13231 2009-07-22 Kevin Ryde <user42@zip.com.au>
13232
13233 * net/newst-backend.el (newsticker--parse-atom-1.0)
13234 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
13235 (newsticker--parse-rss-1.0):
13236 * progmodes/idlwave.el (idlwave-mode):
13237 * progmodes/idlw-shell.el (idlwave-shell-mode):
13238 * progmodes/vera-mode.el (vera-mode):
13239 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
13240 * progmodes/vhdl-mode.el (vhdl-mode):
13241 * textmodes/table.el (table-generate-source)
13242 (table--warn-incompatibility):
13243 Hyperlink urls in docstrings with URL `...'.
13244
13245 2009-07-22 Glenn Morris <rgm@gnu.org>
13246
13247 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
13248 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
13249 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
13250 Remove leading * from defcustom docs.
13251
13252 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
13253
13254 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
13255 defcustom doc.
13256 (list-load-path-shadows): Optionally, just return shadows as a string.
13257
13258 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
13259
13260 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
13261
13262 * mail/rmailedit.el (rmail-edit-mode): Use
13263 auto-save-include-big-deletions.
13264
13265 * mail/rmail.el (rmail-variables): Use
13266 auto-save-include-big-deletions.
13267
13268 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
13269 changes.
13270
13271 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
13272
13273 * calc/calc.el (calc-undo-length): New variable.
13274 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
13275
13276 2009-07-21 Richard Stallman <rms@gnu.org>
13277
13278 * files.el (auto-save-mode): Handle buffer-save-size = -2
13279 for toggling mode.
13280
13281 2009-07-21 Glenn Morris <rgm@gnu.org>
13282
13283 * textmodes/ispell.el (ispell-looking-back): Update declaration.
13284
13285 * calendar/todo-mode.el (calendar-current-date): Update declaration.
13286
13287 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
13288 silence compiler. Instead...
13289 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
13290 (ps-print-ensure-fontified): Update for above function name changes.
13291
13292 * printing.el (pr-mh-get-msg-num, pr-mh-show)
13293 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
13294 silence compiler. Instead...
13295 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
13296 (mh-show-buffer): Only define for compiler.
13297 (pr-mh-current-message): Update for above function name changes.
13298
13299 * files.el (abort-if-file-too-large): Explicitly pass `filename'
13300 as an argument.
13301 (find-file-noselect, insert-file-1): Update for above change.
13302
13303 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
13304
13305 * mail/mailclient.el (mailclient-send-it): Fix message.
13306
13307 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
13308 (edebug-eval): Check cl-debug-env is bound.
13309 (print-level, print-circle): Don't redefine built-in variables.
13310
13311 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
13312 (custom-print-vectors): Remove old comments from doc.
13313
13314 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
13315 (emerge-version): Make the variable an obsolete alias for the
13316 emacs-version variable. Make the function obsolete.
13317 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
13318 Emerge options, rather than merging in into the main Options menu.
13319 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
13320 and auto advance modes. Disable edit/fast items when not relevant.
13321
13322 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
13323
13324 * term/vt420.el (terminal-init-vt420): Fix typo.
13325
13326 2009-07-20 Sam Steingold <sds@gnu.org>
13327
13328 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
13329 variable (removed from compile.el on 2004-03-11).
13330
13331 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
13332
13333 * files.el (hack-local-variables-filter): Fix last change.
13334
13335 2009-07-19 Juri Linkov <juri@jurta.org>
13336
13337 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
13338 (dir-local-variables-alist): New buffer-local variable.
13339 (hack-local-variables-filter): If variable is not dir-local,
13340 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
13341 because file-local overrides dir-local.
13342 (c-postprocess-file-styles) <declare-function>:
13343 Remove obsolete declaration.
13344 (hack-dir-local-variables): Add dir-local variable/value pair to
13345 `dir-local-variables-alist' and remove duplicates. Doc fix.
13346
13347 * help-fns.el (describe-variable): Add information about
13348 file-local and dir-local variables.
13349
13350 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
13351
13352 * files.el (hack-local-variables-filter): Rewrite.
13353
13354 2009-07-19 Glenn Morris <rgm@gnu.org>
13355
13356 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
13357 Silence compiler by only defining on XEmacs.
13358
13359 * international/mule.el (auto-coding-regexp-alist): Only match
13360 BABYL... at the start of buffer, not of lines. (Bug#3790)
13361
13362 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
13363 non-calendar buffers (Bug#3862). Restore "not on a date" message.
13364 (cal-menu-context-mouse-menu): Doc fix.
13365
13366 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
13367
13368 * simple.el (mail-user-agent): Doc fix. Set :version tag.
13369
13370 2009-07-18 Juri Linkov <juri@jurta.org>
13371
13372 * info.el: Virtual Info keyword finder.
13373 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
13374 (Info-finder-file): New variable.
13375 (Info-finder-find-file): New function.
13376 (finder-known-keywords, finder-package-info)
13377 (find-library-name, lm-commentary): Use defvar and
13378 declare-function to silence compiler warnings.
13379 (Info-finder-find-node): New function.
13380 (info-finder): New command.
13381
13382 * subr.el (process-kill-buffer-query-function): New function.
13383 (add-hook)<kill-buffer-query-functions>: Add hook
13384 `process-kill-buffer-query-function'.
13385
13386 2009-07-18 Alan Mackenzie <acm@muc.de>
13387
13388 * progmodes/cc-mode.el (c-before-hack-hook)
13389 (c-postprocess-file-styles): Give invocation of `c-set-style'
13390 DONT-OVERRIDE parameter of t. Already set style variables will
13391 thus not be overridden by style settings given by `c-file-syle'.
13392
13393 * files.el (hack-local-variables-filter): Remove entries with
13394 duplicate keys from `file-local-variables-alist'.
13395
13396 2009-07-18 Eli Zaretskii <eliz@gnu.org>
13397
13398 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
13399 x-set-selection if display-selections-p returns nil for the
13400 current frame.
13401
13402 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
13403
13404 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
13405
13406 2009-07-18 Eli Zaretskii <eliz@gnu.org>
13407
13408 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
13409 Accept nil in addition to a regexp.
13410 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
13411 Accept nil in addition to a regexp.
13412 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
13413 buffers that have an associated file. Handle nil values of
13414 desktop-buffers-not-to-save and desktop-files-not-to-save.
13415 (Bug#3833)
13416
13417 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13418 (x-disown-selection-internal): New functions.
13419
13420 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
13421
13422 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
13423 warning.
13424 (gdb-breakpoints-header): Move forward to avoid compiler warning.
13425 (gdb-make-header-line-mouse-map): Remove duplicate definition.
13426
13427 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
13428
13429 * simple.el (set-mark): Revert last change.
13430
13431 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
13432
13433 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
13434 rendering of pngs is not possible instead of messaging a long
13435 description.
13436
13437 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
13438
13439 * w32-fns.el (x-selection-owner-p): New function.
13440
13441 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
13442 (mouse-yank-at-click, mouse-yank-primary): If
13443 select-active-regions is non-nil, deactivate the mark before
13444 insertion.
13445
13446 * simple.el (deactivate-mark, set-mark): Only save selection if we
13447 own it.
13448
13449 2009-07-17 Kenichi Handa <handa@m17n.org>
13450
13451 * case-table.el (describe-buffer-case-table): Fix for the case
13452 that KEY is a cons.
13453
13454 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
13455
13456 * vc-rcs.el (vc-rcs-find-file-hook):
13457 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
13458
13459 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
13460
13461 * net/tramp.el (tramp-wait-for-output): Handle the case when
13462 commands do not return a newline but a null byte before the shell
13463 prompt. (Bug#3858)
13464
13465 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13466
13467 * term/ns-win.el (ns-set-alpha): Don't declare.
13468 (ns-set-background-alpha): Remove function.
13469
13470 2009-07-16 Kevin Ryde <user42@zip.com.au>
13471
13472 * emacs-lisp/copyright.el (copyright-update): Save match-data across
13473 y-or-n-p, for safety.
13474
13475 2009-07-16 Richard Stallman <rms@gnu.org>
13476
13477 * files.el (auto-save-mode): If buffer-saved-size is -2,
13478 don't clobber it.
13479
13480 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
13481 (rmail-retry-ignored-headers): Add more uninteresting fields.
13482
13483 2009-07-15 Jari Aalto <jari.aalto@cante.net>
13484
13485 * net/rcirc.el (rcirc): Use history variables.
13486 (rcirc-server-name-history, rcirc-nick-name-history)
13487 (rcirc-server-port-history): New variables.
13488
13489 2009-07-15 Kenichi Handa <handa@m17n.org>
13490
13491 * international/mule-cmds.el (set-language-environment-charset):
13492 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
13493 ignore them.
13494
13495 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
13496 Delete unibyte-display.
13497
13498 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
13499
13500 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
13501
13502 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
13503
13504 * simple.el (deactivate-mark): Optional argument FORCE.
13505 (set-mark): Use deactivate-mark.
13506
13507 * info.el (Info-search): No need to check transient-mark-mode
13508 before calling deactivate-mark.
13509
13510 * select.el (x-set-selection): Doc fix.
13511 (x-valid-simple-selection-p): Allow buffer values.
13512 (xselect--selection-bounds): Handle buffer values. Suggested by
13513 David De La Harpe Golden.
13514
13515 * mouse.el (mouse-set-region, mouse-drag-track): Call
13516 copy-region-as-kill before setting the mark, to let
13517 select-active-regions work.
13518
13519 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
13520
13521 * simple.el (deactivate-mark): If select-active-regions is
13522 non-nil, copy the selection data into a string.
13523 (activate-mark): If select-active-regions is non-nil, set the
13524 selection to the current buffer.
13525 (set-mark): Update selection if select-active-regions is non-nil.
13526
13527 * select.el (x-valid-simple-selection-p): Allow buffer values.
13528
13529 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
13530
13531 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
13532 and more featureful message-mode.
13533
13534 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
13535
13536 * select.el (x-set-selection): Doc fix.
13537 (x-valid-simple-selection-p): Disallow selection data consisting
13538 of a list or cons of integers, since that is not used.
13539 (xselect--selection-bounds, xselect--int-to-cons): New functions.
13540 (xselect-convert-to-string, xselect-convert-to-length)
13541 (xselect-convert-to-filename, xselect-convert-to-charpos)
13542 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
13543
13544 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
13545
13546 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
13547 output in -break-info command (Emacs bug #3794).
13548
13549 2009-07-14 Glenn Morris <rgm@gnu.org>
13550
13551 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
13552 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
13553 (edebug-print-length, edebug-print-level, edebug-print-circle)
13554 (edebug-sit-for-seconds, edebug-view-outside)
13555 (edebug-bounce-point, edebug-set-global-break-condition)
13556 (edebug-Go-nonstop-mode, edebug-trace-mode)
13557 (edebug-Trace-fast-mode, edebug-continue-mode)
13558 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
13559 (edebug-visit-eval-list): Doc fixes.
13560
13561 * subr.el (def-edebug-spec): Doc fix.
13562
13563 2009-07-14 Kenichi Handa <handa@m17n.org>
13564
13565 * international/characters.el: Fix setting of category ?C.
13566
13567 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
13568
13569 * term/ns-win.el (x-select-font): defalias x-select-font to
13570 ns-popup-font-panel instead of generate-fontset-menu.
13571
13572 2009-07-12 Eli Zaretskii <eliz@gnu.org>
13573
13574 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
13575
13576 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
13577
13578 * arc-mode.el (archive-find-type): Allow for a PK00 string before
13579 the PK\003\004 header (Bug#3770).
13580
13581 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
13582
13583 * pcomplete.el (pcomplete-comint-setup): Check for
13584 shell-dynamic-complete-filename too.
13585
13586 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
13587
13588 * simple.el (temporary-goal-column): Change the value for
13589 line-move-visual to a cons cell.
13590 (line-move-visual): Record or set the window hscroll, if
13591 necessary (Bug#3494).
13592 (line-move-1): Handle cons value of temporary-goal-column.
13593
13594 2009-07-11 Kenichi Handa <handa@m17n.org>
13595
13596 * international/mule-diag.el (describe-character-set): Don't show
13597 width.
13598
13599 2009-07-10 Sam Steingold <sds@gnu.org>
13600
13601 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13602 Omake sometimes indents the errors it prints, so allow all
13603 regexps to start with spaces.
13604
13605 2009-07-10 Eli Zaretskii <eliz@gnu.org>
13606
13607 * cus-edit.el (customize-changed-options-previous-release):
13608 Bump value to 22.1. (Bug#3804)
13609
13610 2009-07-08 Sam Steingold <sds@gnu.org>
13611
13612 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
13613 to be a cons cell (test . ignored-directory) to selectively ignore
13614 some directories depending on the location of the search.
13615
13616 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
13617
13618 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
13619 remote user is root, on the local host.
13620 (tramp-local-host-p): Either the local user or the remote user
13621 must be root. (Bug#3771)
13622
13623 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
13624
13625 * progmodes/gdb-mi.el (gdb): Remove description of
13626 gdb-use-separate-io-buffer.
13627 (menu): Don't allow toggling of or enable
13628 gdb-use-separate-io-buffer from menubar.
13629
13630 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
13631
13632 * mail/unrmail.el (unrmail): Make sure the message ends with two
13633 newlines (Bug#3769).
13634
13635 2009-07-08 Glenn Morris <rgm@gnu.org>
13636
13637 * calendar/calendar.el (calendar-current-date): Rework previous change.
13638
13639 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
13640
13641 * calendar/calendar.el (calendar-current-date):
13642 Add an optional argument giving an offset from today.
13643
13644 2009-07-08 Glenn Morris <rgm@gnu.org>
13645
13646 * tutorial.el (tutorial--describe-nonstandard-key):
13647 Adjust the message for when a key has been unbound.
13648 (help-with-tutorial): Hide the arch-tag.
13649
13650 2009-07-08 Kenichi Handa <handa@m17n.org>
13651
13652 * international/fontset.el (setup-default-fontset): For each
13653 script, append (not set) font-specs.
13654
13655 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
13656 docstring.
13657
13658 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
13659
13660 * progmodes/gdb-mi.el (gdb-init-1): Move sending
13661 -data-list-register-names to ...
13662 (gdb-starting): ... here because GDB 7.0 requires execution to
13663 have started when using this MI command.
13664 (gdb-set-header): New function to distinguish select and
13665 unselected tabs in gdb buffers.
13666 (gdb-propertize-header): New macro that uses gdb-set-header.
13667 (gdb-breakpoints-header, gdb-locals-header): Use it.
13668 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
13669
13670 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
13671
13672 * Makefile.in (ELCFILES): Remove fadr.elc.
13673
13674 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
13675
13676 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
13677 may contain frame information, so `string-match' should be used.
13678 (gdb-update): Disassembly is invalidated through
13679 `gdb-get-selected-frame'.
13680 (gdb-pad-string): New function to pad string with spaces.
13681 (gdb-invalidate-disassembly): Invalidate only if the buffer
13682 exists.
13683 (gdb-disassembly-handler-custom): Column alignment.
13684 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
13685 placing new ones.
13686 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
13687 end of line, too.
13688 (gdb-frame-handler): Match convention to for disassembly buffer
13689 mode name.
13690 (gdb-stack-list-frames-handler): Rewritten without regexps.
13691 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
13692 not highlight breakpoints without line information.
13693 (gdb-input): Add trailing newline to command.
13694
13695 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
13696 buffer properly.
13697 (gdb-breakpoints-list-handler-custom): Replacement for
13698 `gdb-break-list-handler'. Using real parser instead of regexps
13699 now.
13700 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
13701 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
13702 to place breakpoints.
13703 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
13704 functions.
13705 (gdb-disassembly-handler-custom): Show overlay arrow.
13706 (gdb-disassembly-place-breakpoints): Show breakpoints in
13707 disassembly buffer.
13708 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13709 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
13710 instead of parsing breakpoints buffer. Fixed old menu references
13711 in `gud-menu-map'.
13712
13713 * fadr.el: Remove.
13714
13715 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
13716 (gdb-memory-address): New variable which holds top address of
13717 memory page shown in memory buffer.
13718 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
13719 customization variables.
13720 New functions:
13721 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
13722 display the memory buffer.
13723 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
13724 buffer display parameters.
13725 (def-gdb-memory-format, gdb-memory-format-binary)
13726 (gdb-memory-format-octal, gdb-memory-format-unsigned)
13727 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
13728 Functions for setting memory buffer format.
13729 (gdb-memory-unit-word, gdb-memory-unit-halfword)
13730 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
13731 unit size used in memory buffer.
13732 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
13733 to next/previous page of memory buffer.
13734 Now using (bindat-get-field) instead of fadr functions.
13735
13736 2009-07-07 Sam Steingold <sds@gnu.org>
13737
13738 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
13739 non-top-level files.
13740
13741 2009-07-07 Kenichi Handa <handa@m17n.org>
13742
13743 * international/mule-cmds.el (reset-language-environment): Put
13744 the highset priority to the charset iso-8859-1.
13745
13746 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
13747
13748 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
13749 to the end of the line when locating the block (Bug#700).
13750
13751 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
13752
13753 * net/tramp.el (tramp-handle-write-region): Flush file properties
13754 in case of short track.
13755
13756 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
13757
13758 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
13759 Coded custom representation of verilog error regular expressions
13760 to work with Emacs-22's new format.
13761 (verilog-error-regexp-xemacs-alist): Coded custom representation
13762 of verilog error regular expressions to work with XEmacs format.
13763 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
13764 error recognition into XEmacs.
13765 (verilog-error-regexp-add-emacs): Hook routine to install verilog
13766 error recognition into Emacs-22.
13767
13768 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
13769
13770 * woman.el: Remove stand-alone closing parentheses.
13771 (woman-file-name, woman2-format-paragraphs)
13772 (woman-leave-blank-lines): Code cleanup.
13773 (woman-use-own-frame): Change default to nil.
13774 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
13775 defaults to inherit from default faces.
13776 (woman2-process-escapes): Consume the newline after a stand-alone
13777 filler character (Bug#3651).
13778
13779 2009-07-06 Glenn Morris <rgm@gnu.org>
13780
13781 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
13782 (top-level): Move provide to the end.
13783 (ffap): Remove defunct URL from custom group.
13784
13785 * subr.el (eval-after-load): Doc fix.
13786
13787 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
13788
13789 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
13790 `calc-embedded-word' is called twice.
13791
13792 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13793
13794 * files.el (find-alternate-file-other-window, find-alternate-file):
13795 Obey confirm-nonexistent-file-or-buffer.
13796
13797 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
13798
13799 * dired-aux.el (dired-show-file-type): Handle remote files.
13800
13801 2009-07-05 Jari Aalto <jari.aalto@cante.net>
13802
13803 * desktop.el (desktop-globals-to-save):
13804 Add file-name-history (Bug#2750).
13805
13806 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
13807
13808 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
13809
13810 2009-07-04 Johan Bockgård <bojohan@gnu.org>
13811
13812 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
13813 property on entire argument since this is what eshell-lisp-command
13814 expects.
13815
13816 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
13817
13818 * net/tramp-gvfs.el (tramp-gvfs-methods)
13819 (tramp-gvfs-zeroconf-domain)
13820 (tramp-bluez-discover-devices-timeout): Add version flag.
13821 (tramp-gvfs-handler-mounted-unmounted)
13822 (tramp-gvfs-connection-mounted-p): Polish handling of
13823 incompatibilities between GVFS 0.2 and 1.0.
13824
13825 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
13826
13827 * cus-start.el (all): Add make-pointer-invisible.
13828
13829 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
13830
13831 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
13832 formatted correctly.
13833
13834 2009-07-02 Juri Linkov <juri@jurta.org>
13835
13836 * info.el: Virtual Info files and nodes.
13837 (Info-virtual-files, Info-virtual-nodes): New variables.
13838 (Info-current-node-virtual): New variable.
13839 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
13840 New functions.
13841 (Info-file-supports-index-cookies): Use Info-virtual-file-p
13842 to check for a virtual file instead of checking a fixed list
13843 of node names.
13844 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
13845 instead of ad-hoc processing of "dir" and (apropos history toc).
13846 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
13847 instead of ad-hoc processing of "dir" and (apropos history toc).
13848 Reread a file when moving from a virtual node.
13849 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
13850 (Info-directory-toc-nodes, Info-directory-find-file)
13851 (Info-directory-find-node): New functions.
13852 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
13853 (Info-history): Move part of code to
13854 `Info-history-find-node'.
13855 (Info-history-toc-nodes, Info-history-find-file)
13856 (Info-history-find-node): New functions.
13857 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
13858 (Info-toc): Move part of code to `Info-toc-find-node'.
13859 (Info-toc-find-node): New function.
13860 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
13861 the current Info file name to references because now the node
13862 "*TOC*" belongs to the same Info manual.
13863 (Info-toc-build): Rename from `Info-build-toc'.
13864 (Info-toc-nodes): Rename input argument `file' to `filename'.
13865 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
13866 instead of ad-hoc processing of ("dir" apropos history toc).
13867 (Info-index-nodes): Use Info-virtual-file-p
13868 to check for a virtual file instead of checking a fixed list
13869 of node names.
13870 (Info-index-node): Add check for `Info-current-node-virtual'.
13871 Raise `save-match-data' higher up the tree to contain
13872 `search-forward' too (bug fix).
13873 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
13874 (Info-virtual-index-nodes): New variable.
13875 (Info-virtual-index-find-node, Info-virtual-index): New functions.
13876 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
13877 (Info-apropos-file, Info-apropos-nodes): New variables.
13878 (Info-apropos-toc-nodes, Info-apropos-find-file)
13879 (Info-apropos-find-node, Info-apropos-matches): New functions.
13880 (info-apropos): Move part of code to `Info-apropos-find-node' and
13881 `Info-apropos-matches'.
13882 (Info-mode-map): Bind "I" to `Info-virtual-index'.
13883 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
13884 for a virtual file instead of checking a fixed list of node names.
13885
13886 * simple.el (async-shell-command): New command.
13887
13888 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
13889
13890 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
13891 instead of `mount-info'.
13892
13893 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
13894
13895 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
13896 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
13897
13898 2009-07-02 Kenichi Handa <handa@m17n.org>
13899
13900 * international/mule.el (set-keyboard-coding-system): Force *-unix
13901 coding-system to avoid eol conversion.
13902
13903 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
13904
13905 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13906 Add handler for `process-file', `shell-command' and
13907 `start-file-process'.
13908 (tramp-gvfs-handle-shell-command)
13909 (tramp-gvfs-handle-start-file-process)
13910 (tramp-gvfs-handle-process-file): New defuns.
13911 (tramp-synce-list-devices): Simplify check for existence of property.
13912
13913 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
13914
13915 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
13916
13917 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
13918
13919 * language/korean.el (set-language-info-alist): Add korean-cp949,
13920 cp949 to spec.
13921
13922 2009-07-01 Kenichi Handa <handa@m17n.org>
13923
13924 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
13925
13926 * international/encoded-kb.el: Deleted.
13927
13928 * international/mule.el (set-keyboard-coding-system): Perform the
13929 necessary setup here instead of calling encoded-kbd-setup-display.
13930
13931 2009-07-01 Glenn Morris <rgm@gnu.org>
13932
13933 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
13934
13935 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
13936
13937 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
13938
13939 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
13940
13941 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
13942 Handle also the 'rename case, when setting file modes. (Bug#3712)
13943 (tramp-default-file-modes): Remove execute permissions.
13944
13945 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
13946 (top): Add a default for "synce" in `tramp-default-user-alist'.
13947 Add completion function for "synce" method.
13948 (tramp-hal-service, tramp-hal-path-manager)
13949 (tramp-hal-interface-manager, tramp-hal-interface-device):
13950 New defconst.
13951 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
13952 (tramp-synce-list-devices, tramp-synce-parse-device-names):
13953 New defuns.
13954
13955 * net/trampver.el: Update release number.
13956
13957 2009-06-30 Kenichi Handa <handa@m17n.org>
13958
13959 * international/fontset.el (setup-default-fontset): Add CJK fonts
13960 for symbols and the other miscellaneous characters.
13961
13962 * language/korea-util.el (setup-korean-environment-internal):
13963 Make char-width-table suitable for Korean environments.
13964 (exit-korean-environment): Cancel above.
13965
13966 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
13967 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
13968 setup-function to make char-width-table suitable for respective
13969 environments, and an exit-function to cancel that.
13970
13971 * language/japan-util.el (setup-japanese-environment-internal):
13972 Call use-cjk-char-width-table with arg `ja_JP'.
13973
13974 * international/characters.el (cjk-char-width-table): Delete it.
13975 (cjk-char-width-table-list): New variable.
13976 (use-cjk-char-width-table): New arg local-name.
13977 (use-default-char-width-table): Fix for the case that Emacs is
13978 already using the default char-width-table.
13979
13980 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
13981
13982 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
13983 modes mandatory. (Bug#3712)
13984
13985 2009-06-29 Alan Mackenzie <acm@muc.de>
13986
13987 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
13988 correction between the visible width of TABs and their number of bytes.
13989
13990 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
13991
13992 * server.el (server-buffer-done): Prevent kill-buffer from
13993 prompting by clearing the buffer modification flag (Bug#3696).
13994
13995 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
13996
13997 * progmodes/verilog-mode.el (verilog-beg-of-statement)
13998 (verilog-endcomment-reason-re): Support unique case and priority case.
13999 (verilog-basic-complete-re): Support localparam lineup.
14000 (verilog-beg-of-statement-1): Fix for robustness, unique case.
14001 (verilog-set-auto-endcomments): Fix for unique case, always_comb
14002 commenting.
14003 (verilog-leap-to-case-head): Now support *nested* unique &
14004 priority case statements.
14005 (verilog-auto-lineup): Make just declarations the default (as it
14006 had been).
14007 (verilog-leap-to-case-head): Support priority/unique case statements.
14008 (verilog-auto-lineup): Rework to give users radio buttons to
14009 select the various styles of automatic lineup.
14010 (verilog-error-regexp-alist): Rework to support the XEmacs style
14011 of error regular expressions from compilers, lint tools &
14012 simulators. Note that GNU Emacs has made it impossible for a mode
14013 to load such things.
14014 (electric-verilog-terminate-line, verilog-indent-declaration)
14015 (verilog-auto-wiure): Rework for radio button selection of
14016 auto-lineup selection of specification of auto lineup.
14017 (verilog-beg-of-statement-1): Redesign to support proper operation
14018 in additional code, based on testing with auto-lineup.
14019 (verilog-calculate-indent, assignments & declarations)
14020 (verilog-backward-token): Enhance to support auto-lineup of
14021 assignments & declarations.
14022 (verilog-in-directive-p, verilog-at-struct-p): New function for
14023 easy test of whether we are.
14024 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
14025 to support safe execution at almost anyline.
14026 (verilog-calc-1): Properly support indenting deep inside generate
14027 blocks.
14028 (verilog-init-font): Remove definition & use of verilog-init-font,
14029 as it is redundant with font-lock-defaults.
14030 (verilog-mode): Alter the definition of verilog-font-lock-defaults
14031 to avoid circular calls if syntax-ppss is a function (as is the
14032 case now in 22.x GNU Emacs) as that function would sometimes call
14033 itself, leading to (nearly) infinite recursion.
14034 (verilog-ovm-begin-re, verilog-ovm-end-re)
14035 (verilog-ovm-statement-re, verilog-leap-to-head)
14036 (verilog-backward-token): Add support for OVM macros. Some are
14037 complete statements, and others open and close scopes like begin
14038 and end.
14039 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
14040 (verilog-defun-level-generate-only-re): Really fix the defun-list
14041 compilation issue.
14042 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
14043 coverpoint, constraint and cross statements.
14044 (verilog-defun-level-list, verilog-generate-defun-level-list)
14045 (verilog-all-defun-level-list): Redo these specifications - it is
14046 too hard to support eval-when compile aggregation of lists also
14047 built at when-compile time.
14048 (verilog-defun-level-list): Place defconsts of variables used in
14049 building regular expressions which are built in eval-when-compile
14050 bodies in the same eval-when-compile body to facilitate compile
14051 without load.
14052 (verilog-beg-block-re-ordered): Support indenting
14053 virtual/protected tasks and functions.
14054 (verilog-defun-level-list, verilog-in-generate-region-p)
14055 (verilog-backward-ws&directives, verilog-calc-1): Speed up
14056 indentation of some module items (generate items).
14057 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
14058 across virtual/protected tasks and functions.
14059
14060 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
14061
14062 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
14063 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
14064 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
14065 in concatenations. Reported by Yishay Belkind.
14066 (verilog-auto-ascii-enum): Support one-hot state machines in
14067 AUTOASCIIENUM. Suggested by Lloyd Gomez.
14068 (verilog-auto-inst, verilog-auto-inst-port): Include interface
14069 modport in AUTOINST and add vl-modport for users. Reported by
14070 David Rogoff.
14071 (verilog-auto-inout-module, verilog-auto-inst)
14072 (verilog-decls-get-interfaces, verilog-insert-definition)
14073 (verilog-insert-one-definition, verilog-read-decls)
14074 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
14075 (verilog-sig-modport, verilog-signals-combine-bus)
14076 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
14077 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
14078 Suggested by David Rogoff.
14079 (verilog-repair-open-comma): Fix non-insertion of comma when
14080 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
14081 (verilog-make-width-expression): Simplify [A-1:0] expression
14082 widths to just {A{1'b0}}.
14083 (verilog-mode): Cleanup checkdoc warnings.
14084 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
14085 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
14086 inputs/outputs or data type. Suggested by Vasu Kandadi.
14087 (next-error-last-buffer): Fix byte-compiler warning.
14088 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
14089 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
14090 or shell command text during AUTO expansion. Suggested by Tad Truex.
14091 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
14092 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
14093 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
14094 in AUTOINOUT. Reported by Matthew Lovell.
14095 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
14096 causing use of <= assignments. Reported by Alex Reed.
14097 (verilog-read-decls): Fix triand, trior, wand, wor to be
14098 recognized by AUTOWIRE. Reported by Spencer Isaacson.
14099 (verilog-extended-complete-re): Support import "DPI-C" functions.
14100 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
14101 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
14102 (verilog-insert-date, verilog-insert-year)
14103 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
14104 Windows systems. Reported by Michael Potts.
14105 (verilog-read-module-name): Fix AUTOINST when the child module
14106 declaration's name is a tick define. Reported by Elliot Mednick.
14107 (verilog-read-decls): Fix V2K parameter bit subscripts getting
14108 passed to next parameter's definition. Reported by Bruce T.
14109 (verilog-read-decls): Fix detecting "parameter int" when using
14110 AUTOINSTPARAM. Reported by Bruce T.
14111 (verilog-goto-defun): Fix goto not finding modules unless first
14112 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
14113 (verilog-mode): Expand -f flag arguments on entry to mode so
14114 verilog-goto-defun will work. Reported by Lawrence Butcher.
14115 (verilog-getopt): Expand environment variables in -f file
14116 arguments. Suggested by Lawrence Butcher.
14117 (verilog-set-define): Fix "Symbol's value as variable is void"
14118 when reading enumerations.
14119 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
14120 Suggested by Stephen Peltan.
14121 (verilog-read-defines): Fix reading of enumerations in include
14122 files. Reported by Steve Peltan.
14123
14124 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
14125
14126 * files.el (trash-directory): Fix defcustom type.
14127
14128 2009-06-28 Juri Linkov <juri@jurta.org>
14129
14130 * help-fns.el (describe-function-1): Correctly locate adviced
14131 functions in hyperlink (Bug#2438).
14132
14133 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
14134
14135 * files.el (trash-directory): Change default to nil.
14136 (move-file-to-trash): If trash-directory is nil and
14137 system-move-file-to-trash is unbound, perform freedesktop-style
14138 trashing.
14139
14140 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
14141
14142 * files.el (move-file-to-trash): Add freedesktop trash
14143 support (Bug#973).
14144
14145 2009-06-28 Glenn Morris <rgm@gnu.org>
14146
14147 * autorevert.el (global-auto-revert-non-file-buffers)
14148 (global-auto-revert-mode): Doc fixes.
14149
14150 2009-06-27 Johan Bockgård <bojohan@gnu.org>
14151
14152 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
14153
14154 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
14155
14156 * faces.el (x-handle-named-frame-geometry): Ensure that we have
14157 opened an X connection before calling x-get-resource (Bug#3194).
14158
14159 * play/doctor.el: Remove reference to obsolete website.
14160 (make-doctor-variables): Correct grammar mistake (Bug#2633).
14161
14162 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
14163
14164 Remove find-file-not-found-hook VC method. (Bug#2757)
14165 * vc-hooks.el (vc-file-not-found-hook)
14166 (vc-default-find-file-not-found-hook): Remove functions.
14167 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
14168 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
14169 * vc.el:
14170 * vc-hg.el:
14171 * vc-git.el: Do not mention find-file-not-found-hook VC method.
14172
14173 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
14174
14175 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
14176 compatibility function for `looking-back'.
14177
14178 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
14179 Use `ispell-looking-back'.
14180
14181 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
14182
14183 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
14184 rather than `filename'.
14185
14186 2009-06-23 Miles Bader <miles@gnu.org>
14187
14188 * face-remap.el (text-scale-set): New function.
14189
14190 2009-06-23 Glenn Morris <rgm@gnu.org>
14191
14192 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
14193
14194 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
14195
14196 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
14197
14198 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
14199
14200 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14201 Simplify Persian conditionals.
14202
14203 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
14204 variable `filename'.
14205
14206 * comint.el (comint-insert-input): Doc fix.
14207
14208 * Makefile.in (ELCFILES): Fix typo in previous change.
14209
14210 2009-06-23 Miles Bader <miles@gnu.org>
14211
14212 * cus-start.el: Add entry for `recenter-redisplay'.
14213
14214 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
14215
14216 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
14217 Add an optional argument for the backend, use it instead of
14218 calling vc-backend.
14219 (vc-mode-line): Add an optional argument for the backend.
14220 Pass the backend to vc-state and vc-working-revision. Move code for
14221 special handling for vc-state being a buffer to ...
14222
14223 * vc-rcs.el (vc-rcs-find-file-hook):
14224 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
14225
14226 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
14227 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
14228 vc-stay-local-p and vc-mode-line calls.
14229
14230 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
14231 (vc-cvs-diff, vc-cvs-annotate-command)
14232 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
14233 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
14234 vc-mode-line calls.
14235
14236 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
14237 direct comparison.
14238 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
14239 backend when calling vc-mode-line.
14240 (vc-register): Do not create a closure for calling the vc register
14241 function, call it directly.
14242
14243 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
14244
14245 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
14246 to make it obvious item can be clicked.
14247
14248 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
14249
14250 2009-06-23 Kenichi Handa <handa@m17n.org>
14251
14252 * language/korea-util.el (korean-key-bindings): Change the binding
14253 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
14254 same command.
14255
14256 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
14257
14258 Sync with Tramp 2.1.16.
14259
14260 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
14261
14262 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
14263 when a loading of a package fails. Completion function for rsync
14264 is `tramp-completion-function-alist-ssh'.
14265 (all): Replace all calls of `split-string' and
14266 `tramp-split-string' by `tramp-compat-split-string'.
14267 (tramp-default-method): Use `tramp-compat-process-running-p'.
14268 (tramp-default-proxies-alist): Allow also Lisp forms.
14269 (tramp-remote-path): Add choice "Private Directories".
14270 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
14271 (tramp-domain-regexp): Allow also "-", "_" and ".".
14272 (tramp-end-of-output): Remove newlines, and add "$" at the end.
14273 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
14274 (tramp-debug-message): Insert header line in debug buffer.
14275 (tramp-handle-directory-files-and-attributes-with-stat):
14276 Care about filenames with spaces, or starting with "-".
14277 (tramp-handle-dired-uncache): New defun.
14278 (tramp-handle-insert-directory): Don't flush the directory from
14279 cache, this is handled by `dired-uncache' now.
14280 (tramp-handle-insert-file-contents): Improve error handling.
14281 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14282 Quote `tramp-end-of-output'.
14283 (tramp-action-password): Improve trace message.
14284 (tramp-check-for-regexp): Both echoes must be present, before removing.
14285 (tramp-open-connection-setup-interactive-shell): Trace coding system.
14286 (tramp-compute-multi-hops): Eval cons cells of
14287 `tramp-default-proxies-alist'.
14288 (tramp-maybe-open-connection): Use the same command pattern for
14289 first hop and further hops.
14290 (tramp-wait-for-output): Remove handling of newlines.
14291 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
14292 (tramp-split-string): Remove function. It is handled in
14293 tramp-compat now.
14294
14295 * net/tramp-cmds.el (tramp-bug):
14296 Recommend `tramp-cleanup-all-connections' in the bug mail.
14297
14298 * net/tramp-compat.el (tramp-compat-split-string)
14299 (tramp-compat-process-running-p): New defuns.
14300
14301 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
14302 for `dired-uncache'.
14303
14304 * net/tramp-gvfs.el: New package.
14305
14306 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
14307 Add handler for `dired-uncache'.
14308 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
14309
14310 * net/trampver.el: Update release number. Make version check fit
14311 for SXEmacs 22.
14312
14313 2009-06-22 Jim Meyering <meyering@redhat.com>
14314
14315 Automatically handle .xz suffix (XZ-compressed files), too.
14316 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
14317 XZ is the successor to LZMA: <http://tukaani.org/xz/>
14318
14319 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
14320 Nick Roberts <nickrob@snap.net.nz>
14321
14322 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
14323 repository (http://sphinx.net.ru/hg/gdb-mi/).
14324
14325 2009-06-22 Glenn Morris <rgm@gnu.org>
14326
14327 * files.el (dir-locals-collect-mode-variables): Allow for any number of
14328 `mode' and `eval' entries. (Bug#3430)
14329
14330 * Makefile.in (ELCFILES): Add fadr.elc.
14331
14332 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
14333 differing behavior of \n and ^ in strings. (Bug#3385)
14334
14335 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
14336
14337 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
14338 property.
14339 (lisp-indent-function): Make it a defcustom.
14340
14341 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
14342
14343 * progmodes/gdb-ui.el: Replace with ...
14344 * progmodes/gdb-mi.el: ... this file.
14345 * progmodes/gud.el: Modify for gdb-mi.el.
14346
14347 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
14348
14349 * fadr.el: New file.
14350
14351 See ChangeLog.14 for earlier changes.
14352
14353 ;; Local Variables:
14354 ;; coding: utf-8
14355 ;; End:
14356
14357 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
14358
14359 This file is part of GNU Emacs.
14360
14361 GNU Emacs is free software: you can redistribute it and/or modify
14362 it under the terms of the GNU General Public License as published by
14363 the Free Software Foundation, either version 3 of the License, or
14364 (at your option) any later version.
14365
14366 GNU Emacs is distributed in the hope that it will be useful,
14367 but WITHOUT ANY WARRANTY; without even the implied warranty of
14368 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14369 GNU General Public License for more details.
14370
14371 You should have received a copy of the GNU General Public License
14372 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
14373
14374 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1