]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
ispell.el (ispell-aspell-find-dictionary): Fix regexp for full xx_YY search.
[gnu-emacs] / lisp / ChangeLog
1 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
2
3 * ispell.el (ispell-aspell-find-dictionary): Fix regexp for
4 languages like Portuguese with pt_{BR,PT} and no plain pt.
5
6 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
7
8 * emacs-lisp/package.el (package-menu-mode-map):
9 Move initialization into declaration.
10
11 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
12
13 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
14
15 * emacs-lisp/package.el (package-archive-base): Point to
16 elpa.gnu.org.
17 (package-enable, package-load-list): New defcustoms.
18 (package-user-dir, package-directory-list): Turn into defcustoms.
19 Don't include package-user-dir in package-directory-list.
20 (package--builtins-base): Don't include Emacs as a "package".
21 (package-subdirectory-regexp): New var.
22 (package-load-all-descriptors, package-compute-transaction)
23 (package-download-transaction): Obey package-load-list.
24 (package-activate-1): Rename from package-do-activate.
25 (package-list-packages-internal): Check package-load-list.
26 (package-load-descriptor, package-generate-autoloads)
27 (package-unpack, package-unpack-single)
28 (package--read-archive-file, package-delete): Use
29 expand-file-name.
30
31 * emacs-lisp/package-x.el: New file. Package uploading
32 functionality split out from package.el.
33
34 * startup.el (command-line): Load packages after reading init
35 file.
36
37 2010-06-17 Tom Tromey <tromey@redhat.com>
38
39 * emacs-lisp/package.el: New file.
40
41 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
42
43 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
44 handling for `lambda' (misunderstanding).
45
46 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
47
48 * calc/calc-poly.el: (math-accum-factors): Make sure that
49 constants aren't distributed after they are factored out.
50
51 2010-06-16 Juri Linkov <juri@jurta.org>
52
53 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
54 `list-colors-print'. (Bug#6332)
55
56 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
57
58 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
59 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
60
61 * font-lock.el (font-lock-major-mode): Rename from
62 font-lock-mode-major-mode to distinguish it from
63 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
64 (font-lock-set-defaults):
65 * font-core.el (font-lock-default-function): Adjust users.
66 (font-lock-mode): Don't set it at all.
67
68 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
69
70 * vc-annotate.el (vc-annotate): Use vc-read-revision.
71
72 2010-06-16 Glenn Morris <rgm@gnu.org>
73
74 * calendar/appt.el (appt-time-msg-list): Doc fix.
75 (appt-check): Let-bind appt-warn-time.
76 (appt-add): Make the 3rd argument optional.
77 Simplify argument names. Doc fix. Check for integer WARNTIME.
78 Only add WARNTIME to the output list if non-nil.
79
80 2010-06-16 Ivan Kanis <apple@kanis.eu>
81
82 * calendar/appt.el (appt-check): Let the 3rd element of
83 appt-time-msg-list specify the warning time.
84 (appt-add): Add new argument with the warning time. (Bug#5176)
85
86 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
87
88 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
89 older than version 1.6. (Bug#6361)
90
91 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
92
93 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
94 used by cl-do-arglist. (Bug#6408)
95
96 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
97
98 * ispell.el (ispell-dictionary-base-alist): Fix
99 portuguese casechars/not-casechars for missing 'çÇ'.
100 Suggested by Rolando Pereira (bug#6434).
101
102 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
103
104 * facemenu.el (list-colors-sort): Doc fix.
105
106 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
107
108 * progmodes/sql.el (sql-connect-mysql): Fix typo.
109
110 2010-06-14 Juri Linkov <juri@jurta.org>
111
112 Add sort option `list-colors-sort'. (Bug#6332)
113 * facemenu.el (color-rgb-to-hsv): New function.
114 (list-colors-sort): New defcustom.
115 (list-colors-sort-key): New function.
116 (list-colors-display): Doc fix. Sort list according to the option
117 `list-colors-sort'.
118 (list-colors-print): Add HSV values to `help-echo' property of
119 RGB strings.
120
121 2010-06-14 Juri Linkov <juri@jurta.org>
122
123 * compare-w.el: Move to the "vc" subdirectory.
124
125 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
126
127 * image-mode.el (image-mode-map): Remap left-char and right-char.
128
129 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
130
131 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
132
133 * term/common-win.el (x-colors): Add all the color names defined
134 in rgb.txt (Bug#6332).
135
136 * facemenu.el (list-colors-print): Don't print extra names if it
137 will overflow the window width.
138
139 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
140 change (Bug#6343).
141
142 2010-06-12 Eli Zaretskii <eliz@gnu.org>
143
144 * files.el (make-directory): Doc fix (bug#6396).
145
146 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
147
148 * net/tramp.el (tramp-remote-process-environment): Protect version
149 string by apostroph.
150 (tramp-shell-prompt-pattern): Do not use a shy group in case of
151 XEmacs.
152 (tramp-file-name-for-operation): Add `call-process-region'.
153 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
154
155 * net/tramp-compat.el (top): Do not autoload
156 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
157 only when `start-file-process' is not bound.
158 (tramp-advice-file-expand-wildcards): Do not use
159 `tramp-handle-file-remote-p'.
160 (tramp-compat-make-temp-file): Handle the case, that
161 `make-temp-file' has no third argument EXTENSION.
162
163 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
164
165 * makefile.w32-in (WINS_BASIC): Include new directory vc.
166
167 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
168
169 2010-06-11 Juri Linkov <juri@jurta.org>
170
171 * finder.el (finder-known-keywords): Add keyword "vc"
172 for version control.
173
174 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
175 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
176 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
177 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
178
179 2010-06-11 Juri Linkov <juri@jurta.org>
180
181 Move version control related files to the "vc" subdirectory.
182 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
183 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
184 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
185 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
186 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
187 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
188 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
189 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
190 Move files to the "vc" subdirectory.
191
192 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
193
194 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
195 (Bug#6367).
196
197 2010-06-11 Stephen Eglen <stephen@gnu.org>
198
199 * shell.el: Bind `shell-resync-dirs' to M-RET.
200
201 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
202
203 * notifications.el: Move file from lisp/net, because it is
204 supposed to talk locally to the user.
205
206 2010-06-10 Julien Danjou <julien@danjou.info>
207
208 * net/notifications.el (notifications-on-action-signal)
209 (notifications-on-closed-signal): Pass notification id as first
210 argument to the callback functions. Add docstrings.
211 (notifications-notify): Fix docstring.
212
213 2010-06-10 Glenn Morris <rgm@gnu.org>
214
215 * emacs-lisp/authors.el (authors-ignored-files)
216 (authors-valid-file-names): Add some files.
217
218 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
221 merge conflict, giving preference to the emacs-23 version of the code.
222
223 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
224
225 * emacs-lisp/advice.el (ad-compile-function):
226 Define warning-suppress-types before we let-bind it (bug#6275).
227
228 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
229 declare it, make it buffer-local and permanent-local (bug#6324).
230 (vc-resynch-window): Adjust name.
231 * vc-hooks.el (vc-find-file-hook): Adjust name.
232
233 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
234
235 * net/notifications.el (notifications-notify): Fix docstring.
236
237 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
238
239 Update to Unicode 6.0.0 beta.
240 * international/charprop.el: Update copyright.
241 * international/mule-cmds.el (ucs-names): Update character ranges.
242 * international/uni-bidi.el:
243 * international/uni-category.el:
244 * international/uni-combining.el:
245 * international/uni-comment.el:
246 * international/uni-decimal.el:
247 * international/uni-decomposition.el:
248 * international/uni-digit.el:
249 * international/uni-lowercase.el:
250 * international/uni-mirrored.el:
251 * international/uni-name.el:
252 * international/uni-numeric.el:
253 * international/uni-old-name.el:
254 * international/uni-titlecase.el:
255 * international/uni-uppercase.el: Regenerate.
256
257 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
258
259 * emacs-lisp/smie.el (comment-string-strip): Declare function.
260 (smie-precs-precedence-table): Fix typo in docstring.
261
262 * vc-mtn.el (log-edit-extract-headers): Declare function.
263
264 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
265
266 * net/notifications.el (dbus-register-signal): Declare function.
267 (notifications-notify): Fix typos and reflow docstring.
268
269 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
270
271 Improve VC create/retrieve tag/branch.
272 * vc.el (vc-create-tag): Do not read the directory name for VCs
273 with repository revision granularity. Adjust the tag/branch
274 prompt. Reset VC properties.
275 (vc-retrieve-tag): Do not read the directory name for VCs
276 with repository revision granularity. Reset VC properties.
277
278 2010-06-09 Julien Danjou <julien@danjou.info>
279
280 * net/notifications.el: New file.
281
282 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
283
284 Add optional support for resetting VC properties.
285 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
286 call vc-file-clearprops when true.
287 (vc-resynch-buffer): Add new optional argument, pass it down.
288 (vc-resynch-buffers-in-directory): Likewise.
289
290 Improve support for special markup in the VC commit message.
291 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
292 * vc-hg.el (vc-hg-checkin): Add support for Date:.
293 * vc-git.el (vc-git-checkin):
294 * vc-bzr.el (vc-bzr-checkin): Likewise.
295
296 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
297
298 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
299 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
300
301 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
302
303 * iimage.el: Remove images as soon as the underlying text is modified.
304 (iimage-modification-hook): New function.
305 (iimage-mode-buffer): Use it.
306
307 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
308
309 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
310 smie-indent-offset-after. Add :prev case. Make a bit more generic.
311 (smie-indent-virtual): Remove `virtual' arg. Update callers.
312 (smie-indent-keyword): Add handling of open-paren keywords.
313 (smie-indent-comment-continue): Don't assume comment-continue.
314
315 2010-06-07 Martin Rudalics <rudalics@gmx.at>
316
317 * window.el (pop-to-buffer): Remove the conditional that
318 compares new-window and old-window, so it will reselect
319 the selected window unconditionally.
320 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
321
322 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
323
324 * emacs-lisp/smie.el (smie-indent-offset-after)
325 (smie-indent-forward-token, smie-indent-backward-token): New functions.
326 (smie-indent-after-keyword): Use them.
327 (smie-indent-fixindent): Only applies to the indentation of the BOL.
328 (smie-indent-keyword): Tweak the black magic.
329 (smie-indent-comment-continue): Strip comment-continue before use.
330 (smie-indent-functions): Indent comments before keywords.
331
332 2010-06-06 Juri Linkov <juri@jurta.org>
333
334 * isearch.el (isearch-lazy-highlight-search): Fix looping
335 by checking for empty match. This syncs this loop with the
336 similar loop in `isearch-search'. (Bug#6362)
337
338 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
339
340 * net/dbus.el (dbus-register-method): Declare function.
341 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
342 (dbus-introspect): Doc fix.
343 (dbus-event-bus-name, dbus-introspect-get-interface)
344 (dbus-introspect-get-argument): Reflow docstrings.
345
346 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
347
348 vc-log-incoming/vc-log-outgoing fixes for Git.
349 * vc-git.el (vc-git-log-view-mode): Fix font lock for
350 incoming/outgoing logs.
351 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
352 instead of vc-git-compute-remote.
353 (vc-git-compute-remote): Remove.
354
355 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
356
357 * term/common-win.el (x-colors): Add "dark green" and "dark
358 turquoise" (Bug#6332).
359
360 2010-06-04 Juri Linkov <juri@jurta.org>
361
362 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
363 Instead of setting `replace' to t and replacing the same string
364 with itself, don't do certain actions when
365 kill-do-not-save-duplicates is non-nil and string is equal to car
366 of kill-ring: don't call menu-bar-update-yank-menu, don't push
367 interprogram-paste strings to kill-ring, and don't push the input
368 argument `string' to kill-ring.
369 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
370
371 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
372
373 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
374
375 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
376
377 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
378 (tramp-gvfs-handler-mounted-unmounted)
379 (tramp-gvfs-connection-mounted-p): Handle default-location.
380
381 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
382 move files to trash.
383
384 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
385
386 * international/mule-cmds.el (nonascii-insert-offset)
387 (nonascii-translation-table): Add obsolescence information.
388
389 * international/mule.el (make-translation-table-from-vector): Doc fix.
390
391 2010-06-03 Eric Ludlam <zappo@gnu.org>
392
393 * cedet/semantic/lex-spp.el
394 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
395 invalid values during save, just save a nil (Bug#6324).
396
397 2010-06-03 Glenn Morris <rgm@gnu.org>
398
399 * desktop.el (desktop-clear-preserve-buffers):
400 Add "*Warnings*" buffer. (Bug#6336)
401
402 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
403
404 vc-log-incoming/vc-log-outgoing improvements for Git.
405 * vc-git.el (vc-git-log-outgoing): Use the same format as the
406 short log.
407 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
408
409 Add bindings for vc-log-incoming and vc-log-outgoing.
410 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
411 and vc-log-outgoing.
412 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
413 and vc-log-outgoing.
414
415 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
416
417 * net/rcirc.el (rcirc-sort-nicknames): Remove.
418 (rcirc-handler-366): Always sort nicknames.
419
420 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
421
422 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
423
424 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
425
426 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc
427 fix.
428
429 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
430
431 * net/rcirc.el (rcirc-sort-nicknames): Change default.
432 (rcirc-sort-nicknames-join): Avoid setq.
433
434 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
435
436 * net/rcirc.el (rcirc-sort-nicknames): New custom.
437 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
438 (rcirc-handler-366): Use them.
439
440 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
441
442 Split smie-indent-calculate into more manageable chunks.
443 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
444 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
445 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
446 (smie-indent-exps): Extract from smie-indent-calculate.
447 (smie-indent-functions): New var.
448 (smie-indent-functions): Use them.
449
450 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
453 (smie-indent-calculate): Simplify and cleanup.
454
455 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
456
457 * net/tramp-gvfs.el (top): Require url-util.
458 (tramp-gvfs-mount-point): Remove.
459 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
460 New defuns.
461 (with-tramp-dbus-call-method): Format trace message.
462 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
463 Implement backup call, when operation on local files fails.
464 Use progress reporter. Flush properties of changed files.
465 (tramp-gvfs-handle-make-directory): Make more traces.
466 (tramp-gvfs-url-file-name): Hexify file name in url.
467 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
468 into account for the resulting file name.
469 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
470 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
471 (tramp-gvfs-handler-mounted-unmounted)
472 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
473 attribute "default_location". Set "prefix" property.
474 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
475 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
476 exists. Raise an error, if not (due to a corresponding answer
477 "no" in interactive questions, for example).
478
479 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
480
481 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
482
483 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
484
485 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
486 right-*. (Bug#6265)
487
488 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
489
490 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
491 * vc-git.el (vc-git-compute-remote): New function.
492 (vc-git-log-outgoing): Use it instead of hard coding a value.
493 (vc-git-log-incoming): New function.
494
495 Improve state updating for VC tag commands.
496 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
497 to update the state of all buffers in the directory.
498
499 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
500
501 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
502
503 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
504 `file-directory-p' to the filename part rather than to the whole text.
505
506 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
507
508 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
509 (bug#6231).
510
511 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
512
513 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
514
515 2010-05-31 Drew Adams <drew.adams@oracle.com>
516
517 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
518
519 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
520
521 * subr.el (momentary-string-display): Just use read-event to read
522 the exit event (Bug#6238).
523
524 2010-05-30 Eli Zaretskii <eliz@gnu.org>
525
526 * international/mule.el (define-coding-system): Doc fix (bug#6313).
527
528 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
529
530 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
531 Suggested by Eli Zaretskii <eliz@gnu.org>.
532
533 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
534
535 * minibuffer.el (completion-file-name-table): Don't return a boundary
536 past the end of `string' (bug#6299).
537 (completion--file-name-table): Delegate to completion-file-name-table
538 for the `boundaries' case.
539
540 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
541
542 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
543 movement commands.
544
545 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
546 `path-separator', but maintain compatibility with Emacs 20.2.
547
548 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
549
550 * server.el (server-process-filter): Receive parent-id argument
551 from emacsclient.
552 (server-create-window-system-frame): New arg. Pass parent-id as
553 frame parameter.
554
555 2010-05-29 Eli Zaretskii <eliz@gnu.org>
556
557 Bidi-sensitive word movement with arrow keys.
558 * subr.el (right-arrow-command, left-arrow-command): Move to
559 bindings.el.
560
561 * bindings.el (right-char, left-char): Move from subr.el and
562 rename from right-arrow-command and left-arrow-command.
563 (right-word, left-word): New functions.
564 (global-map) <right>: Bind to right-char.
565 (global-map) <left>: Bind to left-char.
566 (global-map) <C-right>: Bind to right-word.
567 (global-map) <C-left>: Bind to left-word.
568
569 * ls-lisp.el (ls-lisp-classify-file): New function.
570 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
571 (ls-lisp-classify): Call ls-lisp-classify-file.
572 (insert-directory): Remove blanks from switches.
573
574 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
575
576 * ansi-color.el: Delete unused escape sequences (Bug#6085).
577 (ansi-color-drop-regexp): New constant.
578 (ansi-color-apply, ansi-color-filter-region)
579 (ansi-color-apply-on-region): Delete unrecognized control sequences.
580 (ansi-color-apply): Build string list before calling concat.
581
582 2010-05-28 Juri Linkov <juri@jurta.org>
583
584 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
585 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
586 (Bug#5270)
587
588 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
589
590 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
591 to ignored backtrace functions.
592 (with-progress-reporter): Expand docstring.
593 (tramp-handle-delete-file): Implement TRASH argument.
594 (tramp-get-remote-trash): New defun.
595
596 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
597
598 * net/tramp-compat.el (tramp-compat-delete-file): Use
599 `symbol-value' for backward compatibility.
600
601 * net/tramp.el (tramp-handle-make-symbolic-link)
602 (tramp-handle-load)
603 (tramp-do-copy-or-rename-file-via-buffer)
604 (tramp-do-copy-or-rename-file-directly)
605 (tramp-do-copy-or-rename-file-out-of-band)
606 (tramp-handle-process-file, tramp-handle-call-process-region)
607 (tramp-handle-shell-command, tramp-handle-file-local-copy)
608 (tramp-handle-insert-file-contents, tramp-handle-write-region)
609 (tramp-delete-temp-file-function): Use `delete-file' instead
610 of `tramp-compat-delete-file'.
611
612 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
613 (tramp-fish-handle-make-symbolic-link)
614 (tramp-fish-handle-process-file): Use `delete-file' instead
615 of `tramp-compat-delete-file'.
616
617 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
618 `delete-file' instead of `tramp-compat-delete-file'.
619
620 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
621 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
622 `tramp-compat-delete-file'.
623
624 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
625 `delete-file' instead of `tramp-compat-delete-file'.
626
627 * net/tramp-smb.el (tramp-smb-handle-copy-file)
628 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
629 (tramp-smb-handle-write-region): Use `delete-file' instead of
630 `tramp-compat-delete-file'.
631 (tramp-smb-handle-delete-directory): Use 'trash as arg.
632
633 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
634
635 * dired.el (dired-delete-file): New arg TRASH.
636 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
637 (dired-do-flagged-delete, dired-do-delete): Use trash.
638
639 * speedbar.el (speedbar-item-delete): Allow trashing.
640
641 * files.el (delete-directory): New arg TRASH.
642
643 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
644 (ange-ftp-rename-remote-to-remote)
645 (ange-ftp-rename-local-to-remote)
646 (ange-ftp-rename-remote-to-local, ange-ftp-load)
647 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
648 `delete-file'.
649 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
650 allow trashing.
651
652 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
653 handle new TRASH arg of `delete-file'.
654
655 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
656 (tramp-handle-make-symbolic-link, tramp-handle-load)
657 (tramp-do-copy-or-rename-file-via-buffer)
658 (tramp-do-copy-or-rename-file-directly)
659 (tramp-do-copy-or-rename-file-out-of-band)
660 (tramp-handle-process-file, tramp-handle-call-process-region)
661 (tramp-handle-shell-command, tramp-handle-file-local-copy)
662 (tramp-handle-insert-file-contents, tramp-handle-write-region)
663 (tramp-delete-temp-file-function): Use null TRASH arg in
664 tramp-compat-delete-file call.
665
666 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
667 (tramp-fish-handle-delete-file)
668 (tramp-fish-handle-make-symbolic-link)
669 (tramp-fish-handle-process-file): Use null TRASH arg in
670 `tramp-compat-delete-file' call.
671
672 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
673 arg in `tramp-compat-delete-file' call.
674
675 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
676 (tramp-gvfs-handle-write-region): Use null TRASH arg in
677 `tramp-compat-delete-file' call.
678
679 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
680 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
681 `tramp-compat-delete-file' call.
682
683 * net/tramp-smb.el (tramp-smb-handle-copy-file)
684 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
685 (tramp-smb-handle-write-region): Use null TRASH arg in
686 tramp-compat-delete-file call.
687 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
688 (tramp-smb-handle-delete-file): Rename arg.
689
690 * diff.el (diff-sentinel):
691 * epg.el (epg--make-temp-file, epg-decrypt-string)
692 (epg-verify-string, epg-sign-string, epg-encrypt-string):
693 * jka-compr.el (jka-compr-partial-uncompress)
694 (jka-compr-call-process, jka-compr-write-region):
695 * server.el (server-sentinel): Remove optional arg from
696 delete-file, reverting 2010-05-03 change.
697
698 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
699
700 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
701 font-lock-constant-face, not obsolete font-lock-reference-face.
702
703 2010-05-27 Kenichi Handa <handa@m17n.org>
704
705 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
706 element of GSTRING is nil.
707
708 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
709
710 * emacs-lisp/smie.el (smie-forward-token-function)
711 (smie-backward-token-function): New vars.
712 (smie-backward-sexp, smie-forward-sexp)
713 (smie-indent-hanging-p, smie-indent-calculate): Use them.
714 (smie-default-backward-token): Rename from smie-backward-token and
715 skip comments.
716 (smie-default-forward-token): Rename from smie-forward-token and
717 skip comments.
718 (smie-next-sexp): Handle nil results from next-token.
719 (smie-indent-calculate): Add a new case for special `fixindent' comments.
720
721 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
722
723 * progmodes/verilog-mode.el (verilog-type-font-keywords):
724 Use font-lock-constant-face, not obsolete font-lock-reference-face.
725
726 2010-05-27 Masatake YAMATO <yamato@redhat.com>
727
728 * htmlfontify.el (hfy-face-resolve-face): New function.
729 (hfy-face-to-style): Use it (Bug#6279).
730
731 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
732
733 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
734 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
735
736 2010-05-26 Glenn Morris <rgm@gnu.org>
737
738 * emulation/edt.el (edt-load-keys): Use locate-library.
739
740 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
741
742 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
743 (log-edit-changelog-entries): Doc fix.
744 (log-edit-changelog-insert-entries): Args changed.
745 Rename relative filenames in ChangeLog entries. Delete tabs.
746 (log-edit-insert-changelog-entries): Reorganize return value of
747 `log-edit-changelog-entries' to pass filenames to
748 log-edit-changelog-insert-entries.
749
750 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
751
752 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
753 `image-dired-dired-insert-marked-thumbs' to
754 `image-dired-dired-toggle-marked-thumbs'.
755
756 * image-dired.el: Require cl when compiling.
757 (image-dired-dired-toggle-marked-thumbs): Rename from
758 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
759 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
760 to 'no-dir. Skip files whose names don't match
761 `image-file-name-regexp'. When file has a thumbnail overlay,
762 delete it. (Bug#5270)
763
764 2010-05-25 Juri Linkov <juri@jurta.org>
765
766 * image-mode.el (image-mode): Add image-after-revert-hook to
767 after-revert-hook.
768 (image-after-revert-hook): New function. (Bug#5669)
769
770 2010-05-25 Juri Linkov <juri@jurta.org>
771
772 * image.el (image-animated-p): When delay between animated images
773 is 0, set it to 10 (0.1 sec). (Bug#6258)
774
775 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
776
777 * net/tramp.el (tramp-handle-insert-directory): Don't use
778 `forward-word', its default syntax could be changed.
779
780 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
781
782 * net/tramp.el (tramp-progress-reporter-update): New defun.
783 (with-progress-reporter): Use it.
784 (tramp-process-actions):
785 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
786 current message, in order to let progress reporter continue
787 afterwards. (Bug#6257)
788
789 2010-05-25 Glenn Morris <rgm@gnu.org>
790
791 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
792 Add :version.
793
794 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
795
796 * net/rcirc.el (rcirc-default-user-name): Change to "user".
797 (rcirc-default-full-name): Change to "unknown".
798 (rcirc-user-name-history): Add variable.
799
800 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
801 Jonathan Rockway <jon@jrock.us>
802
803 * net/rcirc.el (rcirc-server-alist): Add :pass.
804 (rcirc): When prompting for connection parameters, also prompt for
805 username and password.
806 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
807 value to server when connecting.
808
809 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
810
811 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
812 (smie-merge-prec2s): Pass the tables as separate args.
813 (smie-bnf-precedence-table): Adjust call accordingly.
814 (smie-prec2-levels): Set levels at the end.
815
816 Replace Lisp calls to delete-backward-char by delete-char.
817 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
818 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
819 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
820 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
821 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
822 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
823 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
824 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
825 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
826 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
827 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
828 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
829 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
830 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
831 delete-backward-char by calls to delete-char.
832
833 2010-05-25 Kenichi Handa <handa@m17n.org>
834
835 * language/hebrew.el (hebrew-shape-gstring): New function.
836 Register it in composition-function-table for all Hebrew combining
837 characters.
838
839 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
840
841 * epa.el (epa--select-keys): Don't explicitly delete the window since
842 that can fail (e.g. sole window in frame). Use dedication instead.
843
844 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
845
846 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
847
848 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
849
850 * image.el (image-refresh): Define as an alias for image-flush.
851
852 * image-mode.el (image-toggle-display-image): Caller changed.
853
854 2010-05-21 Juri Linkov <juri@jurta.org>
855
856 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
857 Remove "all" from grep-files-aliases. Split grep-files-aliases by
858 whitespace, call wildcard-to-regexp on substrings and concat them
859 with "\\|". (Bug#6114)
860
861 2010-05-21 Alan Mackenzie <acm@muc.de>
862
863 * progmodes/cc-engine.el (c-parse-state-get-strategy):
864 Replace parameter `here' with `here-' and `here-plus', which sandwich
865 any pertinent CPP construct.
866 (c-remove-stale-state-cache-backwards): Fix a bug which happens
867 when doing (c-parse-state) in a CPP construct: Exclude any "new"
868 CPP construct from taking part in the scanning.
869
870 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
871
872 * net/tramp.el (tramp-do-copy-or-rename-file)
873 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
874 Tune `with-progress-reporter' messages.
875 (tramp-handle-vc-registered):
876 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
877 (tramp-fish-handle-insert-file-contents)
878 (tramp-fish-maybe-open-connection):
879 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
880 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
881 (tramp-imap-handle-insert-file-contents)
882 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
883
884 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
885
886 * add-log.el (change-log-font-lock-keywords):
887 Highlight all authors in multi-author entries.
888
889 * smerge-mode.el (smerge-refine-ignore-whitespace)
890 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
891 Fix typos in docstrings.
892 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
893
894 2010-05-21 Glenn Morris <rgm@gnu.org>
895
896 * progmodes/fortran.el (fortran-mode):
897 * progmodes/f90.el (f90-mode): Derive from prog-mode.
898
899 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
900 having a relative path in src/Makefile.in.
901
902 2010-05-20 Kevin Ryde <user42@zip.com.au>
903
904 * help-mode.el (help-make-xrefs): For Info node links turn
905 newlines into spaces. Link node names with newlines are matched
906 by help-xref-info-regexp and buttonized, this change ensures they
907 can be followed successfully with RET. (Bug#6206)
908
909 2010-05-20 Juri Linkov <juri@jurta.org>
910
911 * locate.el (locate): Use pop-to-buffer instead of
912 switch-to-buffer-other-window. (Bug#6204)
913
914 2010-05-20 Juri Linkov <juri@jurta.org>
915
916 * replace.el (replace-highlight): Fix lazy-highlighting
917 for `M-s w str M-% str RET'.
918
919 2009-12-15 Masatake YAMATO <yamato@redhat.com>
920
921 * isearch.el (isearch-yank-word-or-char): Pull next subword
922 when `subword-mode' is activated. (Bug#6220)
923
924 2010-05-20 Mark A. Hershberger <mah@everybody.org>
925
926 * isearch.el (isearch-update-post-hook): New hook.
927 (isearch-update): Use the new hook. (Bug#6225)
928
929 2010-05-20 Juri Linkov <juri@jurta.org>
930
931 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
932 [f1], [help], and (char-to-string help-char) instead of "\C-h".
933 (Bug#6222)
934
935 2010-05-20 Juri Linkov <juri@jurta.org>
936
937 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
938 (Bug#6223)
939
940 2010-05-20 Juri Linkov <juri@jurta.org>
941
942 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
943 FILE-NAME to read from the minibuffer when called interactively
944 with prefix argument instead of using buffer-file-name.
945 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
946
947 * dired.el: Update autoloads.
948
949 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
950
951 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
952 nxml-finish-element, for consistency with SGML mode.
953
954 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
955 octave-close-block.
956
957 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
958
959 * composite.el: Require cl when compiling.
960 (reference-point-alist, compose-gstring-for-graphic)
961 (compose-gstring-for-terminal): Fix typos in docstrings.
962
963 2010-05-19 Juri Linkov <juri@jurta.org>
964
965 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
966 set-window-parameter.
967
968 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
969
970 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
971 where appropriate.
972 (tramp-maybe-open-connection): Use it.
973
974 2010-05-19 Eli Zaretskii <eliz@gnu.org>
975
976 * simple.el (move-end-of-line): Make sure we are at line beginning
977 before backing up to end of previous line.
978
979 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
980
981 * password-cache.el (password-cache-remove): Fix docstring.
982
983 * net/secrets.el: Autoload the widget functions.
984 (secrets-search-items, secrets-create-item)
985 (secrets-get-attributes, secrets-expand-item): Attributes will be
986 stored on the password database without leading ":", as all other
987 clients do as well.
988 (secrets-mode): Fix docstring.
989 (secrets-show-secrets): Provide it as autoloaded command only when
990 D-Bus support is available. Check existence of Secret Service API.
991
992 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
993
994 * indent.el (indent-region): Deactivate region (bug#6200).
995
996 2010-05-19 Glenn Morris <rgm@gnu.org>
997
998 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
999
1000 2010-05-19 Kenichi Handa <handa@m17n.org>
1001
1002 * composite.el: Register compose-gstring-for-graphic in
1003 composition-function-table only for combining characters (Mn, Mc, Me).
1004
1005 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
1006
1007 * calc/calc-trail.el (calc-trail-isearch-forward)
1008 (calc-trail-isearch-backward): Ensure that the new window
1009 point is set correctly.
1010
1011 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1012
1013 * subr.el (read-quoted-char): Resolve modifiers after key
1014 remapping (bug#6212).
1015
1016 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
1017
1018 Add visualization code for secrets.
1019 * net/secrets.el (secrets-mode): New major mode.
1020 (secrets-show-secrets, secrets-show-collections)
1021 (secrets-expand-collection, secrets-expand-item)
1022 (secrets-tree-widget-after-toggle-function)
1023 (secrets-tree-widget-show-password): New defuns.
1024
1025 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1026
1027 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
1028 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
1029 handled in smie-next-sexp.
1030 (smie-indent-calculate): Provide a starting indentation (so the
1031 recursion is well-founded ;-).
1032
1033 Fix handling of non-associative equal levels.
1034 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
1035 when it's not needed.
1036 (smie-op-left, smie-op-right): New functions.
1037 (smie-next-sexp): New function, extracted from smie-backward-sexp.
1038 Better handle equal levels to distinguish the associative case from
1039 the "multi-keyword construct" case.
1040 (smie-backward-sexp, smie-forward-sexp): Use it.
1041
1042 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
1043
1044 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
1045
1046 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
1047 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
1048
1049 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1050
1051 Provide a simple generic indentation engine and use it for Prolog.
1052 * emacs-lisp/smie.el: New file.
1053 * progmodes/prolog.el (prolog-smie-op-levels)
1054 (prolog-smie-indent-rules): New var.
1055 (prolog-mode-variables): Use them to configure SMIE.
1056 (prolog-indent-line, prolog-indent-level): Remove.
1057
1058 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
1059
1060 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
1061 order before computing the averages.
1062
1063 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
1064
1065 * calc/calc-vec.el (calc-histogram):
1066 (calcFunc-histogram): Allow vectors as inputs.
1067 (math-vector-avg): New function.
1068
1069 * calc/calc-ext.el (math-group-float): Have the number of digits
1070 being grouped depend on the radix (Bug#6189).
1071
1072 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
1073
1074 * version.el (emacs-copyright, emacs-version): Don't define here,
1075 now that emacs.c defines it.
1076
1077 2010-05-15 Eli Zaretskii <eliz@gnu.org>
1078
1079 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
1080 "Describe Language Environment" menu item.
1081
1082 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
1083
1084 Bidi-sensitive movement with arrow keys.
1085 * subr.el (right-arrow-command, left-arrow-command): New functions.
1086
1087 * bindings.el (global-map): Bind them to right and left arrow keys.
1088
1089 Don't override standard definition of convert-standard-filename.
1090 * files.el (convert-standard-filename): Call
1091 w32-convert-standard-filename and dos-convert-standard-filename on
1092 the corresponding systems.
1093
1094 * w32-fns.el (w32-convert-standard-filename): Rename from
1095 convert-standard-filename. Doc fix.
1096
1097 * dos-fns.el (dos-convert-standard-filename): Doc fix.
1098 (convert-standard-filename): Don't defalias.
1099 (register-name-alist, make-register, register-value)
1100 (set-register-value, intdos): Obsolete aliases for the
1101 corresponding dos-* functions and variables.
1102 (dos-intdos): Add a doc string.
1103
1104 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
1105
1106 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
1107 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
1108 (math-compose-tex-func):
1109 * calc/calccomp.el (math-compose-expr):
1110 * calc/calc-ext.el (math-format-flat-expr-fancy):
1111 * calc/calc-store.el (calc-read-var-name):
1112 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
1113
1114 * calc/calc.el (var-π, var-φ, var-γ): New variables.
1115 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
1116 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
1117 (math-standard-units): Add units.
1118
1119 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1120
1121 * progmodes/asm-mode.el (asm-mode):
1122 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
1123
1124 * pcomplete.el (pcomplete-completions-at-point): New function,
1125 extracted from pcomplete-std-complete.
1126 (pcomplete-std-complete): Use it.
1127
1128 2010-05-15 Glenn Morris <rgm@gnu.org>
1129
1130 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1131 Remove references to CVS, RCS and Old directories.
1132
1133 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
1134
1135 * calc/calc-bin.el (math-format-twos-complement): Group digits when
1136 appropriate.
1137
1138 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1139
1140 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
1141 (sh-mode-syntax-table): Give it a default value instead.
1142 (sh-header-marker): Make buffer-local.
1143 (sh-mode): Move make-local-variable to the corresponding setq.
1144 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
1145 Use complete-with-action.
1146
1147 * simple.el (prog-mode): New (abstract) major mode.
1148 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
1149 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
1150
1151 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
1152
1153 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
1154 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
1155 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
1156 (sql-make-alternate-buffer-name, sql-placeholders-filter)
1157 (sql-escape-newlines-filter, sql-input-sender)
1158 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
1159
1160 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
1161
1162 Add TeX open-block and close-block keybindings to SGML, and vice versa.
1163
1164 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
1165 latex-open-block and C-c / to latex-close-block.
1166
1167 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
1168 and C-c C-e to sgml-close-tag.
1169
1170 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
1171
1172 * net/tramp.el (with-progress-reporter): Create reporter object
1173 only when the message would be displayed. Handle nested calls.
1174 (tramp-handle-load, tramp-handle-file-local-copy)
1175 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1176 (tramp-maybe-send-script, tramp-find-shell):
1177 Use `with-progress-reporter'.
1178 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
1179 Fix message text.
1180
1181 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1182 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1183 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1184 Use `with-progress-reporter'.
1185
1186 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
1187
1188 * ispell.el (ispell-init-process): Do not kill ispell process
1189 everytime when spellchecking from the minibuffer (bug#6143).
1190
1191 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1192
1193 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
1194
1195 * dos-fns.el: Add "dos-" prefix for namespace control.
1196 (convert-standard-filename): Define as alias for
1197 dos-convert-standard-filename but only if applicable.
1198
1199 2010-05-12 Alan Mackenzie <acm@muc.de>
1200
1201 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1202 Push the mark at the start of these functions when appropriate.
1203
1204 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1205
1206 * minibuffer.el (completion-cycle-threshold): New custom var.
1207 (completion--do-completion): Use it.
1208 (minibuffer-complete): Use cycling if appropriate.
1209
1210 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
1211
1212 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
1213 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
1214
1215 2010-05-11 Juri Linkov <juri@jurta.org>
1216
1217 * scroll-all.el (scroll-all-check-to-scroll):
1218 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
1219
1220 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1221
1222 * iimage.el (iimage-mode-map): Move initialization into declaration.
1223 (iimage-mode-buffer): Use with-silent-modifications.
1224 Simplify calling convention. Adjust callers.
1225 (iimage-mode): Don't run hook redundantly.
1226
1227 * minibuffer.el (completion-pcm--pattern->regex):
1228 Fix last change (bug#6160).
1229
1230 2010-05-10 Juri Linkov <juri@jurta.org>
1231
1232 Remove nodes visited during Isearch from the Info history.
1233 * info.el (Info-isearch-initial-history)
1234 (Info-isearch-initial-history-list): New variables.
1235 (Info-isearch-start): Record initial values of
1236 Info-isearch-initial-history and Info-isearch-initial-history-list.
1237 Add Info-isearch-end to isearch-mode-end-hook.
1238 (Info-isearch-end): New function.
1239
1240 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
1241
1242 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
1243 format string, in order to work around a bug in pdksh.
1244 Reported by Gilles Pion <gpion@lfdj.com>.
1245 (tramp-handle-verify-visited-file-modtime): Do not send a command
1246 when the connection is not established.
1247 (tramp-handle-set-file-times): Simplify the check for utc.
1248
1249 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
1250
1251 Fix use of `filter-buffer-substring' (rework previous change).
1252 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
1253 (cua-repeat-replace-region):
1254 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
1255 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1256 (cua-cut-region-to-global-mark): Use it.
1257
1258 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
1259
1260 * progmodes/sql.el: Version 2.1.
1261 (sql-product-alist): Redesign structure of product info.
1262 (sql-product, sql-user, sql-server, sql-database): Safe variables.
1263 (sql-port, sql-port-history): New variables.
1264 (sql-interactive-product): New variable.
1265 (sql-send-terminator): New variable.
1266 (sql-imenu-generic-expression): Add "Types" imenu entry.
1267 (sql-oracle-login-params, sql-sqlite-login-params)
1268 (sql-mysql-login-params, sql-solid-login-params)
1269 (sql-sybase-login-params, sql-informix-login-params)
1270 (sql-ingres-login-params, sql-ms-login-params)
1271 (sql-postgres-login-params, sql-interbase-login-params)
1272 (sql-db2-login-params, sql-linter-login-params)
1273 (sql-oracle-scan-on): New variables.
1274 (sql-mode-map): Add C-c C-i to start interactive mode.
1275 (sql-mode-menu): Update existing menu entries.
1276 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
1277 (sql-mode-oracle-font-lock-keywords)
1278 (sql-mode-postgres-font-lock-keywords)
1279 (sql-mode-ms-font-lock-keywords)
1280 (sql-mode-sybase-font-lock-keywords)
1281 (sql-mode-informix-font-lock-keywords)
1282 (sql-mode-interbase-font-lock-keywords)
1283 (sql-mode-ingres-font-lock-keywords)
1284 (sql-mode-solid-font-lock-keywords)
1285 (sql-mode-mysql-font-lock-keywords)
1286 (sql-mode-sqlite-font-lock-keywords)
1287 (sql-mode-db2-font-lock-keywords)
1288 (sql-mode-linter-font-lock-keywords): Update initialization to
1289 reduce run-time complexity.
1290 (sql-add-product, sql-del-product): New functions.
1291 (sql-set-product-feature, sql-get-product-feature): New functions.
1292 (sql-product-font-lock): Update product API.
1293 (sql-add-product-keywords): New function.
1294 (sql-highlight-product): Update product API.
1295 (sql-help-list-products): New function.
1296 (sql-help): Dynamically lists free and non-free products.
1297 (sql-get-login): Correct bug in handling history and added
1298 prompt for port.
1299 (sql-copy-column): Copy without properties.
1300 (sqli-input-sender): Apply filters to SQLi input.
1301 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
1302 Implement as a filter.
1303 (sql-escape-newlines-filter): Implement as a filter.
1304 (sql-remove-tabs-filter): New function.
1305 (sql-send-magic-terminator): New function.
1306 (sql-send-string): Implement magic terminator.
1307 (sql-send-region): Use `sql-send-string'.
1308 (sql-interactive-mode): Use product API.
1309 (sql-product-interactive): Use product API.
1310 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1311 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1312 (sql-db2, sql-linter): Use `sql-product-interactive'.
1313 (sql-connect): New function.
1314 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
1315 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
1316 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
1317 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
1318 Use `sql-connect'.
1319
1320 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1321
1322 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1323 New custom variable.
1324 (completion-pcm--string->pattern): Use it.
1325 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
1326 Make it handle any symbol as `any'.
1327 (completion-pcm--merge-completions): Extract common suffix for the new
1328 `prefix' symbol as well.
1329 (completion-substring--all-completions): Use the new `prefix' symbol.
1330
1331 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
1332
1333 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
1334 not bound.
1335 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1336 (tramp-compat-funcall): New defmacro.
1337 (tramp-compat-line-beginning-position)
1338 (tramp-compat-line-end-position)
1339 (tramp-compat-temporary-file-directory)
1340 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1341 (tramp-compat-copy-file, tramp-compat-copy-directory)
1342 (tramp-compat-delete-file, tramp-compat-delete-directory)
1343 (tramp-compat-number-sequence, tramp-compat-process-running-p)
1344 * net/tramp.el (top, with-progress-reporter)
1345 (tramp-rfn-eshadow-setup-minibuffer)
1346 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1347 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1348 (tramp-completion-mode-p, tramp-check-for-regexp)
1349 (tramp-open-connection-setup-interactive-shell)
1350 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1351 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1352 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
1353 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1354 (tramp-reporter-dump-variable, tramp-load-report-modules)
1355 (tramp-append-tramp-buffers)
1356 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
1357
1358 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1359
1360 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1361
1362 * progmodes/compile.el (compilation-buffer-modtime): Rename from
1363 buffer-modtime. Adjust users.
1364
1365 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
1366
1367 * international/mule.el (auto-coding-alist): Only purecopy
1368 car of each item, not the whole list (Bug#6083).
1369
1370 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
1371
1372 * progmodes/js.el (js-mode): Make paragraph variables local before
1373 calling c-setup-paragraph-variables (Bug#6071).
1374
1375 2010-05-08 Eli Zaretskii <eliz@gnu.org>
1376
1377 * composite.el (compose-region, reference-point-alist): Fix typos
1378 in the doc strings.
1379
1380 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1381
1382 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1383 gnuplot's "set" command.
1384
1385 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
1386
1387 * abbrev.el (last-abbrev-text): Doc fix.
1388 (abbrev-prefix-mark): Don't escape parenthesis.
1389
1390 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
1391
1392 * composite.el (find-composition): Doc fix.
1393
1394 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
1395
1396 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1397 (sql-oracle-program, sql-sqlite-options)
1398 (sql-query-placeholders-and-send): Doc fixes.
1399 (sql-set-product, sql-interactive-mode): Reflow docstrings.
1400 (sql-imenu-generic-expression, sql-buffer)
1401 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1402 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1403 (sql-mode-sybase-font-lock-keywords)
1404 (sql-mode-informix-font-lock-keywords)
1405 (sql-mode-interbase-font-lock-keywords)
1406 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1407 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1408 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1409 (sql-product-feature, sql-highlight-product)
1410 (comint-line-beginning-position, sql-rename-buffer)
1411 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
1412 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1413 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1414 Fix typos in docstrings.
1415
1416 2010-05-08 Juri Linkov <juri@jurta.org>
1417
1418 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1419 property instead of `invisible' and `after-string' (bug#5998).
1420
1421 2010-05-08 Juri Linkov <juri@jurta.org>
1422
1423 * image-mode.el (image-mode-as-text): Fix typo in docstring.
1424
1425 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
1426
1427 * filecache.el (file-cache-add-directory-list)
1428 (file-cache-add-directory-recursively): Fix typos in docstrings.
1429
1430 2010-05-08 Kenichi Handa <handa@m17n.org>
1431
1432 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1433 (gujarati-composable-pattern): Fix typo.
1434
1435 2010-05-08 Kenichi Handa <handa@m17n.org>
1436
1437 * language/indian.el (oriya-composable-pattern)
1438 (tamil-composable-pattern, malayalam-composable-pattern):
1439 Add two-part vowels to "v" (vowel sign).
1440
1441 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
1442
1443 * files.el (copy-directory): Handle symlinks (Bug#5982).
1444
1445 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
1446
1447 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1448 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
1449 (Bug#5846).
1450
1451 2010-05-08 Glenn Morris <rgm@gnu.org>
1452
1453 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1454
1455 * minibuffer.el (completion-at-point): Doc fix.
1456
1457 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1458
1459 * electric.el (Electric-command-loop): Minor tweak.
1460
1461 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
1462 better with dedicated windows.
1463
1464 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1465
1466 * Version 23.2 released.
1467
1468 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
1469 Stefan Monnier <monnier@iro.umontreal.ca>
1470
1471 Highlight vendor specific properties.
1472 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
1473 (css-proprietary-property): New face.
1474 (css-font-lock-keywords): Use them.
1475
1476 2010-05-07 Eli Zaretskii <eliz@gnu.org>
1477
1478 * cus-start.el (all): Add native condition for tool-bar-* symbols.
1479
1480 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1481
1482 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
1483 * files.el (auto-mode-alist): Remove redundant entries.
1484
1485 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
1486 * simple.el (auto-save-mode): Move from files.el.
1487 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
1488
1489 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
1490
1491 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
1492
1493 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1494
1495 * mail/binhex.el (binhex-decode-region-internal)
1496 * mail/uudecode.el (uudecode-decode-region-internal)
1497 * net/dns.el (dns-read-string-name, dns-write, dns-read)
1498 (dns-read-type, dns-query)
1499 * pgg-parse.el (pgg-parse-armor)
1500 * pgg.el (pgg-verify-region)
1501 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
1502 XEmacs.
1503
1504 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
1505
1506 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
1507
1508 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
1509
1510 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
1511 * emulation/cua-base.el (cua-repeat-replace-region):
1512 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1513 (cua-cut-region-to-global-mark):
1514 Remove text properties with `set-text-properties'.
1515
1516 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
1517
1518 * net/tramp.el (top, with-progress-reporter):
1519 Use `symbol-function' inside `funcall'.
1520
1521 * net/tramp-compat.el (tramp-compat-file-attributes)
1522 (tramp-compat-delete-file, tramp-compat-delete-directory):
1523 Handle only `wrong-number-of-arguments' error.
1524
1525 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
1526 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
1527 inside `funcall'.
1528
1529 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1530
1531 * minibuffer.el (completion--sreverse, completion--common-suffix):
1532 New functions.
1533 (completion-pcm--merge-completions): Extract common suffix when safe.
1534
1535 * emacs-lisp/easy-mmode.el (define-minor-mode):
1536 Make :variable more flexible.
1537 * files.el (auto-save-mode): Use it to define using define-minor-mode.
1538
1539 2010-05-05 Juri Linkov <juri@jurta.org>
1540
1541 Add `slow' and `history' tags to the desktop data.
1542
1543 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
1544 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
1545 (Info-finder-find-node): Require `finder.el' to be able
1546 to restore node from the desktop.
1547 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
1548 data `Info-history' and `slow' tag in the assoc list.
1549 (Info-restore-desktop-buffer): Don't restore nodes with the
1550 `slow' tag. Restore `Info-history'.
1551
1552 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
1553
1554 Add FORCE argument to `delete-file'.
1555
1556 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
1557 forcing to delete the temporary file.
1558 (ange-ftp-delete-file): Add FORCE arg.
1559 (ange-ftp-rename-remote-to-remote)
1560 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
1561 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
1562 Force file deletion.
1563
1564 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
1565
1566 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
1567 (tramp-handle-make-symbolic-link, tramp-handle-load)
1568 (tramp-do-copy-or-rename-file-via-buffer)
1569 (tramp-do-copy-or-rename-file-directly)
1570 (tramp-do-copy-or-rename-file-out-of-band)
1571 (tramp-handle-process-file, tramp-handle-call-process-region)
1572 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1573 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1574 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
1575
1576 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
1577 (tramp-fish-handle-make-symbolic-link)
1578 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
1579
1580 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1581 Use `tramp-compat-delete-file'.
1582
1583 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
1584 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
1585
1586 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
1587 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
1588
1589 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
1590 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
1591 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
1592 `tramp-compat-delete-file'.
1593
1594 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1595
1596 Minor cleanups.
1597 * subr.el (add-minor-mode): Use push.
1598 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
1599 * emulation/edt.el (edt-select-mode): Simplify.
1600
1601 Use define-minor-mode in more cases.
1602 * term/tvi970.el (tvi970-set-keypad-mode):
1603 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1604 (normal-erase-is-backspace-mode):
1605 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
1606 (set-scroll-bar-mode-1): (Re)move to its sole caller.
1607 (get-scroll-bar-mode): New function.
1608 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
1609
1610 Use define-minor-mode for less obvious cases.
1611 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
1612 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
1613 * international/iso-ascii.el (iso-ascii-mode):
1614 * frame.el (auto-raise-mode, auto-lower-mode):
1615 * composite.el (global-auto-composition-mode): Use define-minor-mode.
1616
1617 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
1618
1619 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
1620 in order to see error messages for failed logins.
1621
1622 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
1623
1624 * diff.el (diff-sentinel):
1625
1626 * epg.el (epg--make-temp-file, epg-decrypt-string)
1627 (epg-verify-string, epg-sign-string, epg-encrypt-string):
1628
1629 * jka-compr.el (jka-compr-partial-uncompress)
1630 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
1631
1632 * server.el (server-sentinel): Use delete-file's new FORCE arg
1633 (Bug#6070).
1634
1635 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1636
1637 Use define-minor-mode where applicable.
1638 * view.el (view-mode):
1639 * type-break.el (type-break-query-mode)
1640 (type-break-mode-line-message-mode):
1641 * textmodes/reftex.el (reftex-mode):
1642 * term/vt100.el (vt100-wide-mode):
1643 * tar-mode.el (tar-subfile-mode):
1644 * savehist.el (savehist-mode):
1645 * ibuf-ext.el (ibuffer-auto-mode):
1646 * composite.el (auto-composition-mode):
1647 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1648 Use define-minor-mode.
1649 (vhdl-mode): Use static mode-line format.
1650 (vhdl-mode-line-update): Delete.
1651 (vhdl-create-mode-menu, vhdl-activate-customizations)
1652 (vhdl-hs-minor-mode): Don't bother calling it.
1653
1654 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1655
1656 * simple.el (with-wrapper-hook): Move.
1657 (buffer-substring-filters): Mark obsolete.
1658 (filter-buffer-substring-functions): New variable.
1659 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
1660
1661 Use a mode-line spec rather than a static string in Semantic.
1662 * cedet/semantic/util-modes.el:
1663 (semantic-minor-modes-format): New var to replace...
1664 (semantic-minor-modes-status): Remove.
1665 (semantic-mode-line-update): Construct a mode-line spec rather than
1666 a static string so that mouse buttons can be used on individual minor
1667 modes and so that semantic-mode-line-update only needs to be called
1668 when global settings are changed.
1669 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
1670 Call semantic-mode-line-update.
1671 (semantic-toggle-minor-mode-globally): Don't assume mode is on
1672 minor-mode-alist, check semantic-minor-mode-alist as well.
1673 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
1674 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
1675 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
1676 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1677 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1678 (define-semantic-idle-service, semantic-idle-summary-mode):
1679 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
1680 Don't call semantic-mode-line-update any more.
1681
1682 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1683
1684 Use define-minor-mode in CEDET where applicable.
1685
1686 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
1687 Use define-minor-mode.
1688
1689 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
1690 Remove unused arg `keymap' and code redundant with define-minor-mode.
1691 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
1692 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
1693 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
1694 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
1695 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
1696 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
1697 Use define-minor-mode.
1698 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
1699 (semantic-show-unmatched-syntax-mode-setup)
1700 (semantic-show-parser-state-mode-setup)
1701 (semantic-highlight-func-mode-setup): Inline into sole caller.
1702
1703 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1704 (semantic-mru-bookmark-mode): Use define-minor-mode.
1705 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
1706
1707 * cedet/semantic/idle.el (define-semantic-idle-service):
1708 Use define-minor-mode and inline setup function into its sole caller.
1709 (semantic-idle-scheduler-mode-setup)
1710 (semantic-idle-summary-mode-setup): Inline into sole caller.
1711 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
1712 Use define-minor-mode.
1713
1714 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
1715 (semantic-decoration-mode): Use define-minor-mode.
1716 (semantic-decoration-mode-setup): Inline into sole caller.
1717
1718 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
1719 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
1720 (ede-dired-add-to-target): Use dolist.
1721
1722 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1723 Michael Albinus <michael.albinus@gmx.de>
1724
1725 Implement compression for inline methods.
1726
1727 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1728 (tramp-copy-size-limit): Allow also nil.
1729 (tramp-inline-compress-commands): New defconst.
1730 (tramp-find-inline-compress, tramp-get-inline-compress)
1731 (tramp-get-inline-coding): New defuns.
1732 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1733 replaced by `tramp-get-inline-coding'.
1734 (tramp-handle-file-local-copy, tramp-handle-write-region)
1735 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1736
1737 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1738
1739 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
1740 Remove unused functions.
1741
1742 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
1743 Set find-tag-default-function as a variable rather than a property.
1744
1745 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
1746 * progmodes/etags.el (tags-completion-at-point-function):
1747 Remove left over interactive spec. Add autoloading stub.
1748 (complete-tag): Use tags-completion-at-point-function.
1749
1750 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
1751
1752 * minibuffer.el (tags-completion-at-point-function): Fix return value.
1753
1754 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
1755
1756 * ido.el (ido-init-completion-maps): Remove C-v binding.
1757 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
1758
1759 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
1760
1761 * minibuffer.el (tags-completion-at-point-function): New function.
1762 (completion-at-point-functions): Use it.
1763
1764 * cedet/semantic.el (semantic-completion-at-point-function): New function.
1765 (semantic-mode): Use semantic-completion-at-point-function for
1766 completion-at-point-functions instead.
1767
1768 * progmodes/etags.el (complete-tag): Revert last change.
1769
1770 2010-04-29 Alan Mackenzie <acm@muc.de>
1771
1772 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
1773 off-by-one error (in end of macro position).
1774
1775 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1776
1777 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
1778 firefox is absent. Don't autoload.
1779 (browse-url-galeon-program): Don't autoload.
1780
1781 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
1782
1783 * bindings.el (complete-symbol): Move into minibuffer.el.
1784
1785 * minibuffer.el (complete-tag): Move from etags.el. If tags
1786 completion cannot be performed, return nil instead of signalling
1787 an error.
1788 (completion-at-point): Make it an alias for complete-symbol.
1789 (complete-symbol): Move from bindings.el, and replace with the
1790 body of completion-at-point.
1791
1792 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
1793
1794 * cedet/semantic.el (semantic-mode): When enabled, add
1795 semantic-ia-complete-symbol to completion-at-point-functions.
1796
1797 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
1798 if Semantic is not active.
1799
1800 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
1801
1802 * net/tramp.el (tramp-remote-selinux-p): New defun.
1803 (tramp-handle-file-selinux-context)
1804 (tramp-handle-set-file-selinux-context): Use it.
1805
1806 2010-04-28 Sam Steingold <sds@gnu.org>
1807
1808 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1809 `safe-local-variable' if the value is a string or a symbol with
1810 the property `bug-reference-url-format'.
1811
1812 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
1813
1814 * progmodes/bug-reference.el (bug-reference-url-format): Revert
1815 2010-04-27 change due to security risk.
1816
1817 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1818
1819 Make it possible to locally disable a globally enabled mode.
1820 * simple.el (fundamental-mode): Run fundamental-mode-hook.
1821 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
1822 rather than kill-all-local-variables so it runs fundamental-mode-hook.
1823 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1824 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
1825 that subsequent hooks get a chance to disable it.
1826
1827 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1828
1829 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1830 Avoid re-enabling a minor mode after the user turned the minor mode
1831 off if MODE-enable-in-buffers is run twice (typically once from
1832 fundamental-mode's after-change-major-mode-hook and a second time from
1833 run-mode-hook's own after-change-major-mode-hook).
1834
1835 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
1836
1837 2010-04-27 Sam Steingold <sds@gnu.org>
1838
1839 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1840 `safe-local-variable' if the value is a string or a function, as
1841 documented and implemented on 2010-04-02.
1842
1843 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
1844
1845 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
1846 when method is 'kill.
1847
1848 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1849
1850 * ispell.el (ispell-init-process): Fix personal dictionary condition
1851 in default directory check.
1852 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
1853 Kill ispell process when killing its associated buffer.
1854
1855 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
1856
1857 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
1858 but we aren't using it.
1859
1860 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
1861
1862 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
1863 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
1864
1865 2010-04-24 Glenn Morris <rgm@gnu.org>
1866
1867 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
1868 Ignore VCS-ignore files, and deleted nextstep preferences files.
1869 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
1870 (authors-ambiguous-files): New list.
1871 (authors-valid-file-names): Add some deleted files.
1872 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
1873 (authors-disambiguate-file-name): New function. (Bug#5501)
1874 (authors-canonical-file-name): Doc fix.
1875 Don't warn about obsolete files.
1876 (authors-canonical-file-name, authors-scan-el):
1877 Use authors-disambiguate-file-name.
1878
1879 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1880 Add autoload cookies.
1881 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
1882 (generated-autoload-file): Set file-local value to "htmlfontify.el".
1883 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
1884 They have definitions / compiler macros in cl.el.
1885 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1886 Replace manual autoloads with generated ones.
1887 (htmlfontify-unload-rgb-file): Remove autoload.
1888 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
1889
1890 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1891
1892 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
1893 (byte-compile-setq-default): Optimize for the
1894 single-var case and don't call byte-compile-form in this case to avoid
1895 inf-loop with byte-compile-set-default.
1896
1897 * progmodes/compile.el (compilation-start): Abbreviate default directory.
1898
1899 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
1900
1901 Implement SELINUX backends.
1902
1903 * net/tramp.el (tramp-file-name-handler-alist):
1904 Add `file-selinux-context' and `set-file-selinux-context'.
1905 (tramp-handle-file-selinux-context)
1906 (tramp-handle-set-file-selinux-context): New defuns.
1907 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1908 Handle PRESERVE-SELINUX-CONTEXT.
1909
1910 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1911 Add `file-selinux-context' and `set-file-selinux-context'.
1912 (tramp-gvfs-handle-file-selinux-context)
1913 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1914 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1915
1916 * net/ange-ftp.el (ange-ftp-copy-file):
1917 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1918 * net/tramp-imap.el (tramp-imap-handle-copy-file):
1919 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1920 Add PRESERVE-SELINUX-CONTEXT.
1921
1922 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
1923
1924 Synchronize with Tramp repository.
1925
1926 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
1927 (tramp-action-process-alive, tramp-action-out-of-band)
1928 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1929 (tramp-exists-file-name-handler): Fix docstring.
1930 (with-progress-reporter): New defmacro.
1931 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
1932 (tramp-maybe-open-connection): Use it.
1933
1934 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
1935
1936 Detect ssh 'ControlMaster' argument automatically in some cases.
1937
1938 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1939 (tramp-default-method): Use it.
1940
1941 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
1942
1943 * net/tramp.el (tramp-handle-copy-file): Add new optional
1944 parameter `preserve-selinux-context'.
1945 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
1946
1947 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
1948
1949 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
1950 Ensure, that non remote files are still checked. Oops.
1951
1952 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
1953
1954 Fix Bug#5840.
1955
1956 * icomplete.el (icomplete-completions): Use `non-essential'.
1957
1958 * net/tramp.el (tramp-connectable-p): New defun.
1959 (tramp-handle-expand-file-name)
1960 (tramp-completion-handle-file-name-all-completions)
1961 (tramp-completion-handle-file-name-completion): Use it.
1962
1963 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1964
1965 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
1966
1967 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1968
1969 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
1970
1971 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
1972
1973 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
1974 is present.
1975
1976 * info.el (info-tool-bar-map): Add labels.
1977
1978 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
1979
1980 * cus-edit.el (custom-commands): Add labels for tool bar.
1981 (custom-buffer-create-internal, Custom-mode): Adjust for
1982 labels in custom-commands.
1983
1984 * dynamic-setting.el: Renamed from font-setting.el.
1985
1986 2010-04-21 John Wiegley <jwiegley@gmail.com>
1987
1988 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
1989 toggles the use of virtual buffers.
1990 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
1991 value.
1992 (ido-toggle-virtual-buffers): New function.
1993
1994 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
1995
1996 Use `define-derived-mode'; fix window selection; doc fixes.
1997 * play/tetris.el (tetris, tetris-update-speed-function)
1998 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
1999 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
2000 (tetris-rotate-next, tetris-end-game, tetris-start-game)
2001 (tetris-pause-game): Fix typos in docstrings.
2002 (tetris-mode-map, tetris-null-map):
2003 Move initialization into declaration.
2004 (tetris-mode): Define with `define-derived-mode';
2005 set show-trailing-whitespace to nil.
2006 (tetris): Prefer window already displaying the "*Tetris*" buffer.
2007
2008 2010-04-21 Karel Klíč <kklic@redhat.com>
2009
2010 * files.el (backup-buffer): Handle SELinux context, and return it
2011 if a backup was made by renaming.
2012 (backup-buffer-copy): Set SELinux context to the target file.
2013 (basic-save-buffer): Set SELinux context of the newly written file.
2014 (basic-save-buffer-1): Now it also returns any SELinux context.
2015 (basic-save-buffer-2): Set SELinux context of the newly created file,
2016 and return it.
2017 * net/tramp.el (tramp-file-name-for-operation):
2018 Add file-selinux-context.
2019
2020 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2021
2022 Make the log-edit comments use RFC822 format throughout.
2023
2024 * vc.el (vc-checkin, vc-modify-change-comment):
2025 Adjust to new vc-start/finish-logentry.
2026 (vc-find-conflicted-file): New command.
2027 (vc-transfer-file): Adjust to new vc-checkin.
2028 (vc-next-action): Improve scoping.
2029
2030 * vc-hg.el (vc-hg-log-edit-mode): Remove.
2031 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
2032
2033 * vc-git.el (vc-git-log-edit-mode): Remove.
2034 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
2035 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
2036
2037 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
2038 (vc-start-logentry): Remove argument `extra'.
2039 (vc-finish-logentry): Remove extra args.
2040
2041 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
2042 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
2043 (vc-bzr-conflicted-files): New function.
2044
2045 * log-edit.el (log-edit-extra-flags)
2046 (log-edit-before-checkin-process): Remove.
2047 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
2048 (log-edit-headers-alist): New var.
2049 (log-edit-header-contents-regexp): New const.
2050 (log-edit-match-to-eoh): New function.
2051 (log-edit-font-lock-keywords): Use them.
2052 (log-edit): Insert a "Summary:" header as default.
2053 (log-edit-mode): Mark font-lock rules as case-insensitive.
2054 (log-edit-done): Cleanup headers.
2055 (log-view-process-buffer): Remove.
2056 (log-edit-extract-headers): New function to replace it.
2057
2058 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
2059
2060 * subr.el (default-direction-reversed): Remove obsolescence info.
2061
2062 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2063
2064 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
2065 windows/frames.
2066
2067 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
2068 I.e. include text after point in the completion region.
2069 Also, return nil when we're not after/in a symbol.
2070
2071 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
2072 default enable-multibyte-characters.
2073
2074 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2075
2076 * international/mule.el: Help the user choose a valid coding-system.
2077 (read-buffer-file-coding-system): New function.
2078 (set-buffer-file-coding-system): Use it. Prompt the user if the
2079 coding-system cannot encode all the chars.
2080
2081 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
2082 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
2083 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
2084 Don't use *vc-bzr-shelve*.
2085
2086 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2087
2088 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
2089 Don't destroy list before using it.
2090
2091 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
2092
2093 Fix the version number for added files.
2094 * vc-hg.el (vc-hg-working-revision): Check if the file is
2095 registered after hg parent fails (Bug#5961).
2096
2097 2010-04-19 Glenn Morris <rgm@gnu.org>
2098
2099 * htmlfontify.el (htmlfontify-buffer)
2100 (htmlfontify-copy-and-link-dir): Autoload entry points.
2101
2102 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
2103
2104 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2105 name relative to the project root (Bug#5960).
2106
2107 2010-04-19 Glenn Morris <rgm@gnu.org>
2108
2109 * vc-git.el (vc-git-print-log): Doc fix.
2110
2111 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
2112
2113 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2114
2115 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
2116
2117 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2118 default settings (Bug#5928).
2119
2120 2010-04-19 Glenn Morris <rgm@gnu.org>
2121
2122 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2123 New function.
2124 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
2125
2126 2010-04-19 Kenichi Handa <handa@m17n.org>
2127
2128 * language/indian.el (malayalam-composable-pattern): Fix previous
2129 change (add U+0D4D "SIGN VIRAMA").
2130 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2131 (tamil-composable-pattern): Fix typo in the regexp.
2132 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2133 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2134 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2135
2136 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2137
2138 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2139 paragraph-separate (Bug#5821).
2140
2141 2010-04-19 Juri Linkov <juri@jurta.org>
2142
2143 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2144
2145 * info.el (Info-find-node-2): Comment out code that skips
2146 breadcrumbs line.
2147 (Info-mouse-follow-link): New command.
2148 (Info-link-keymap): New keymap.
2149 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2150 Return a string with links instead of inserting breadcrumbs
2151 to the Info buffer.
2152 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2153 Instead of putting the `invisible' text property over the Info
2154 header, make an overlay over the Info header with the `invisible'
2155 property and `after-string' set to the string returned by
2156 `Info-breadcrumbs'.
2157
2158 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2159
2160 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2161 Reported by monkey@sandpframing.com.
2162
2163 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2164
2165 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
2166 (tmm-get-keymap): Add key-binding shortcuts now that they're not
2167 available in the "keyseq cache" any more.
2168
2169 * custom.el (defcustom): Add edebug spec.
2170
2171 2010-04-18 Juri Linkov <juri@jurta.org>
2172
2173 Test for special mode-class in view-buffer instead of view-file (bug#5513).
2174
2175 * view.el (view-file, view-buffer): Move test for special mode-class
2176 from view-file to view-buffer.
2177
2178 * tar-mode.el (tar-extract): Turn if's into one cond
2179 like in arc-mode.el.
2180
2181 2010-04-18 Juri Linkov <juri@jurta.org>
2182
2183 Add 7z archive format support (bug#5475).
2184
2185 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
2186 (archive-7z-extract): New defcustom.
2187 (archive-find-type): Add magic string for 7z.
2188 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
2189 If `stderr-file' is non-nil, use `(t stderr-file)' for the
2190 `buffer' arg of `call-process'.
2191 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
2192 call the function `archive-7z-extract' with the variable
2193 `archive-7z-extract' let-bound to `archive-zip-extract'.
2194 (archive-7z-summarize, archive-7z-extract): New functions.
2195
2196 * international/mule.el (auto-coding-alist):
2197 * files.el (auto-mode-alist): Add 7z file extension.
2198
2199 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2200
2201 * loadup.el: Setup hash-cons for pure data.
2202
2203 Fix duplicate entries in cedet's loaddefs.el files.
2204 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
2205 Should make most file-local generated-autoload-file unnecessary.
2206 (print-readably): Silence warnings.
2207 (autoload-find-destination): Take load-name as an arg to make sure
2208 it's the same as the one that will be in the file.
2209 (autoload-generate-file-autoloads): Adjust to above changes.
2210 Try to make the dataflow a bit simpler.
2211
2212 * cvs-status.el (cvs-refontify): Remove unused.
2213
2214 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2215
2216 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
2217
2218 * calc-bin.el (calc-radix): Have the "O" option turn on
2219 twos-complement mode.
2220
2221 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
2222
2223 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
2224 Add `calc-option-prefix-help' to calc-help autoloads.
2225 (calc-inverse): Add "Option" to message, as appropriate.
2226 (calc-hyperbolic): Add "Option" to message, as appropriate.
2227 (calc-option, calc-is-option): New functions.
2228
2229 * calc-help.el (calc-full-help): Add `calc-option-help'.
2230 (calc-option-prefix-help): New function.
2231
2232 * calc-misc.el (calc-help): Add "Option" entry.
2233
2234 * calc.el (calc-local-var-list): Add `calc-option-flag'.
2235 (calc-option-flag): New variable.
2236 (calc-do): Set `calc-option-flag to nil.
2237 (calc-set-mode-line): Add "Opt " as appropriate.
2238
2239 2010-04-16 Juri Linkov <juri@jurta.org>
2240
2241 Move scrolling commands from simple.el to window.el
2242 because their primitives are implemented in window.c.
2243
2244 * simple.el (scroll-error-top-bottom)
2245 (scroll-up-command, scroll-down-command, scroll-up-line)
2246 (scroll-down-line, scroll-other-window-down)
2247 (beginning-of-buffer-other-window, end-of-buffer-other-window):
2248 * window.el (scroll-error-top-bottom)
2249 (scroll-up-command, scroll-down-command, scroll-up-line)
2250 (scroll-down-line, scroll-other-window-down)
2251 (beginning-of-buffer-other-window, end-of-buffer-other-window):
2252 Move from simple.el to window.el because their primitives are
2253 implemented in window.c.
2254
2255 2010-04-16 Juri Linkov <juri@jurta.org>
2256
2257 * isearch.el (isearch-lookup-scroll-key): Check both
2258 `isearch-scroll' and `scroll-command' properties.
2259 (scroll-up, scroll-down): Remove `isearch-scroll' property.
2260
2261 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
2262
2263 * simple.el (scroll-up-command, scroll-down-command)
2264 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
2265
2266 2010-04-15 Juri Linkov <juri@jurta.org>
2267
2268 * simple.el (scroll-up-command, scroll-down-command)
2269 (scroll-up-line, scroll-down-line): Put `scroll-command'
2270 property on the these symbols. Remove them from
2271 `scroll-preserve-screen-position-commands'.
2272
2273 * mwheel.el (mwheel-scroll): Put `scroll-command' and
2274 `isearch-scroll' properties on the `mwheel-scroll' symbol.
2275 Remove it from `scroll-preserve-screen-position-commands'.
2276
2277 * isearch.el (isearch-allow-scroll): Doc fix.
2278
2279 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
2280
2281 * net/tramp.el (tramp-error-with-buffer): Don't show the
2282 connection buffer when we are in completion mode.
2283 (tramp-file-name-handler): Catch the error for some operations
2284 when we are in completion mode. This gives the user the chance to
2285 correct the file name in the minibuffer.
2286
2287 2010-04-15 Glenn Morris <rgm@gnu.org>
2288
2289 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
2290
2291 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
2292
2293 Simplify by using `define-derived-mode'.
2294 * info.el (Info-mode):
2295 * calendar/todo-mode.el (todo-mode):
2296 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
2297 (gomoku-mode-map): Move initialization into declaration.
2298
2299 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
2300
2301 Fix Bug#5840.
2302 * ido.el (ido-file-name-all-completions-1):
2303 * minibuffer.el (minibuffer-completion-help):
2304 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
2305
2306 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2307
2308 * simple.el (non-essential): New var.
2309
2310 Add a new field `location' to bookmarks for non-file bookmarks.
2311 * bookmark.el (bookmark-location): Use the new field, if present.
2312 (bookmark-insert-location): Undo last change, not needed any more.
2313 * man.el (Man-bookmark-make-record):
2314 * woman.el (woman-bookmark-make-record): Add `location' field.
2315
2316 2010-04-14 Juri Linkov <juri@jurta.org>
2317
2318 * simple.el (scroll-error-top-bottom): New defcustom.
2319 (scroll-up-command, scroll-down-command): Use it. Doc fix.
2320
2321 * emulation/pc-select.el (pc-select-override-scroll-error):
2322 Obsolete in favor of `scroll-error-top-bottom'.
2323
2324 2010-04-14 Juri Linkov <juri@jurta.org>
2325
2326 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
2327 `scroll-up-command' and `M-v' to `scroll-down-command'.
2328
2329 * emulation/cua-rect.el (cua--init-rectangles):
2330 * forms.el (forms--change-commands):
2331 * image-mode.el (image-mode-map):
2332 Remap scroll-down-command and scroll-up-command
2333 in addition to scroll-down and scroll-up.
2334
2335 2010-04-14 Juri Linkov <juri@jurta.org>
2336
2337 * mwheel.el (scroll-preserve-screen-position-commands):
2338 Add mwheel-scroll to this list of commands.
2339
2340 * simple.el (scroll-preserve-screen-position-commands):
2341 Add scroll-up-command, scroll-down-command, scroll-up-line,
2342 scroll-down-line to this list of commands.
2343
2344 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2345
2346 * obsolete/complete.el: Move from lisp/complete.el.
2347
2348 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
2349
2350 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
2351 to the minor mode function now turns the mode ON unconditionally.
2352
2353 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2354
2355 * vc-dir.el (vc-dir-kill-line): New command.
2356 (vc-dir-mode-map): Bind it to C-k.
2357
2358 * bookmark.el (bookmark-insert-location): Handle a nil filename.
2359
2360 * woman.el: Add bookmark declarations to silence the compiler.
2361 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
2362 step to compatibility between man and woman bookmarks.
2363 Adjust for Man-default-bookmark-title renaming.
2364 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
2365
2366 * man.el: Add bookmark declarations to silence the compiler.
2367 (Man-name-local-regexp): Make it match NAME as well.
2368 (Man-getpage-in-background): Return the buffer.
2369 (Man-notify-when-ready): Use `case'.
2370 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
2371 Don't hardcode "NAME". Simplify.
2372 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
2373 Rename from Man-bookmark-make-record.
2374 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
2375 we have the actual man-args. Use Man-getpage-in-background rather
2376 than `man' since the arg is already processed. Let bookmark.el do the
2377 window handling. Only wait for the relevant process.
2378 Don't forget to autoload.
2379
2380 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
2381
2382 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2383
2384 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
2385 New functions.
2386 (woman-mode): Setup bookmark support.
2387
2388 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
2389 (man-bookmark-jump): New functions.
2390 (Man-mode): Setup bookmark support.
2391
2392 2010-04-10 Jari Aalto <jari.aalto@cante.net>
2393
2394 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
2395 recognize ssh-keygen prompt (Bug#2817).
2396
2397 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
2398
2399 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
2400
2401 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
2402
2403 Synchronize with Tramp repository.
2404
2405 * net/tramp.el (tramp-completion-function-alist)
2406 (tramp-file-name-regexp, tramp-chunksize)
2407 (tramp-local-coding-commands, tramp-remote-coding-commands):
2408 Fix docstring.
2409 (tramp-remote-process-environment): Use `format' instead of `concat'.
2410 (tramp-handle-directory-files-and-attributes)
2411 (tramp-get-remote-path): Use `copy-tree'.
2412 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2413 compatibility: Use `completion-ignore-case' if
2414 `read-file-name-completion-ignore-case' does not exist.
2415 (tramp-do-copy-or-rename-file-directly): Do not use
2416 `tramp-handle-file-remote-p'.
2417 (tramp-do-copy-or-rename-file-out-of-band):
2418 Use `tramp-compat-delete-directory'.
2419 (tramp-do-copy-or-rename-file-out-of-band)
2420 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2421 Use `format-spec-make'.
2422 (tramp-find-foreign-file-name-handler)
2423 (tramp-advice-make-auto-save-file-name)
2424 (tramp-set-auto-save-file-modes): Remove superfluous check for
2425 `stringp'. This is done inside `tramp-tramp-file-p'.
2426 (tramp-debug-outline-regexp): New defconst.
2427 (tramp-get-debug-buffer): Use it.
2428 (tramp-check-for-regexp): Use (forward-line 1).
2429 (tramp-set-auto-save-file-modes): Adapt version check.
2430
2431 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
2432 Wrap call of `featurep' for 2nd argument.
2433 (tramp-compat-make-temp-file): Simplify fallback implementation.
2434 (tramp-compat-copy-tree): Remove function.
2435 (tramp-compat-delete-directory): Provide implementation for older
2436 Emacsen.
2437
2438 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
2439 Do not use `tramp-fish-handle-file-attributes.
2440
2441 * net/trampver.el: Update release number.
2442
2443 2010-04-10 Glenn Morris <rgm@gnu.org>
2444
2445 * progmodes/compile.el (compilation-save-buffers-predicate):
2446 Add missing :version tag.
2447
2448 2010-04-09 Sam Steingold <sds@gnu.org>
2449
2450 * progmodes/compile.el (compilation-save-buffers-predicate):
2451 Remove the "autoload" cookie.
2452
2453 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
2454 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
2455 and `bug-reference-prog-mode' can be used in hooks directly.
2456
2457 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
2458
2459 Add --author support to git commit.
2460 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
2461 (vc-git-log-edit-mode): New minor mode.
2462 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
2463 New declarations.
2464
2465 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
2466
2467 * vc-hooks.el, vc-git.el: Improve documentation comments.
2468
2469 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 Fix some of the problems in defsubst* (bug#5728).
2472 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
2473 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
2474
2475 2010-04-07 Sam Steingold <sds@gnu.org>
2476
2477 * progmodes/compile.el (compilation-save-buffers-predicate):
2478 New custom variable.
2479 (compile, recompile): Pass it to `save-some-buffers'.
2480
2481 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
2482
2483 * wid-edit.el (widget-choose): Move cursor to the second line of
2484 the buffer (Bug#5695).
2485
2486 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
2487
2488 Add new VC methods: vc-log-incoming and vc-log-outgoing.
2489 * vc.el (vc-print-log-setup-buttons): New function split out from
2490 vc-print-log-internal.
2491 (vc-log-internal-common): New function, a parametrized version of
2492 vc-print-log-internal.
2493 (vc-print-log-internal): Just call vc-log-internal-common with the
2494 right arguments.
2495 (vc-incoming-outgoing-internal):
2496 (vc-log-incoming, vc-log-outgoing): New functions.
2497 (vc-log-view-type): New permanent local variable.
2498
2499 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
2500
2501 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
2502 of the dynamic bound vc-short-log.
2503 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
2504
2505 * vc-git.el (vc-git-log-outgoing): New function.
2506 (vc-git-log-view-mode): Use vc-log-view-type instead
2507 of the dynamic bound vc-short-log.
2508
2509 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
2510 of the dynamic bound vc-short-log. Highlight the tag.
2511 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
2512 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
2513 (vc-hg-incoming-mode): Remove.
2514 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
2515
2516 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
2517
2518 Fix default-directory for vc-root-diff.
2519 * vc.el (vc-root-diff): Bind default-directory to the root
2520 directory for the diff command.
2521
2522 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
2523
2524 * progmodes/verilog-mode.el (verilog-forward-sexp):
2525 (verilog-calc-1): Support "disable fork" and "fork wait" multi
2526 word keywords, suggested by Steve Pearlmutter.
2527 (verilog-pretty-declarations): Support lineup of declarations in
2528 port lists.
2529 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
2530 fix bug for /* / comments
2531 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
2532 Speed up and simplfy as this is never called with a bound.
2533 (verilog-pretty-declarations): Enhance to line up declarations
2534 inside a parameter list, suggested by Alan Morgan.
2535 (verilog-pretty-expr): Tune assignment regular expression match
2536 string for corner cases; also use markers instead of character
2537 number as indent changes the later.
2538
2539 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
2540
2541 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
2542 as missing keyword.
2543 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
2544 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
2545 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
2546 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
2547 Tennant.
2548 (verilog-keywords):
2549 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
2550 1800-2009 keywords, including "global.".
2551
2552 2010-04-06 John Wiegley <jwiegley@gmail.com>
2553
2554 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2555 appearing in buffer list (if a live buffer name matched a recentf
2556 file basename). Should use uniquify to offer a real solution.
2557
2558 2010-04-06 John Wiegley <jwiegley@gmail.com>
2559
2560 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
2561 comment to code, and add a :version tag.
2562 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
2563
2564 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
2565
2566 Enable recentf-mode if using virtual buffers.
2567 * ido.el (recentf-list): Declare for byte-compiler.
2568 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
2569 (ido-make-buffer-list): Simplify.
2570 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
2571
2572 2010-04-05 Juri Linkov <juri@jurta.org>
2573
2574 Scrolling commands which scroll a line instead of full screen.
2575 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2576
2577 * simple.el (scroll-up-line, scroll-down-line): New commands.
2578 Put property isearch-scroll=t on them.
2579
2580 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
2581 Remove commands.
2582
2583 2010-04-05 Juri Linkov <juri@jurta.org>
2584
2585 Scrolling commands which do not signal errors at top/bottom.
2586 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2587
2588 * simple.el (scroll-up-command, scroll-down-command): New commands.
2589 Put property isearch-scroll=t on them.
2590
2591 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
2592 `scroll-down-command' and [next] from `scroll-up' to
2593 `scroll-up-command'.
2594
2595 * emulation/cua-base.el: Put property CUA=move on
2596 `scroll-up-command' and `scroll-down-command'.
2597 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
2598 and `scroll-down-command' to `cua-scroll-down'.
2599
2600 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
2601
2602 * help.el (describe-mode): Return nil.
2603
2604 2010-04-04 John Wiegley <jwiegley@gmail.com>
2605
2606 * ido.el (ido-use-virtual-buffers): New variable to indicate
2607 whether "virtual buffer" support is enabled for IDO.
2608 (ido-virtual): Face used to indicate virtual buffers in the list.
2609 (ido-buffer-internal): If a buffer is chosen, and no such buffer
2610 exists, but a virtual buffer of that name does (which would be why
2611 it was in the list), recreate the buffer by reopening the file.
2612 (ido-make-buffer-list): If virtual buffers are being used, call
2613 `ido-add-virtual-buffers-to-list' before the make list hook.
2614 (ido-virtual-buffers): New variable which contains a copy of the
2615 current contents of the `recentf-list', albeit pared down for the
2616 sake of speed, and with proper faces applied.
2617 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
2618 create a list of "virtual buffers" to present to the user in
2619 addition to the currently open set. Note that this logic could
2620 get rather slow if that list is too large. With the default
2621 `recentf-max-saved-items' of 200, there is little speed penalty.
2622
2623 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2624
2625 * font-lock.el: Require CL when compiling.
2626 (font-lock-turn-on-thing-lock): Use `case'.
2627
2628 2010-04-03 Eli Zaretskii <eliz@gnu.org>
2629
2630 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
2631 Zaretskii.
2632
2633 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
2634
2635 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
2636 (semantic-create-imenu-directory-index): Fix typos in docstrings.
2637 (semantic-imenu-goto-function): Reflow docstring.
2638
2639 2010-04-02 Juri Linkov <juri@jurta.org>
2640
2641 * ehelp.el (electric-help-orig-major-mode):
2642 New buffer-local variable.
2643 (electric-help-mode): Set it to original major-mode. Doc fix.
2644 (with-electric-help): Use `electric-help-orig-major-mode' instead
2645 of (default-value 'major-mode). Doc fix.
2646 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
2647
2648 2010-04-02 Sam Steingold <sds@gnu.org>
2649
2650 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
2651 `vc-hg-command' with a list of flags.
2652
2653 * progmodes/bug-reference.el (bug-reference-bug-regexp):
2654 Also accept "patch" and "RFE".
2655 (bug-reference-fontify): `bug-reference-url-format' can also be a
2656 function to be able to handle the bug kind.
2657 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
2658
2659 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
2660
2661 * tmm.el (tmm-get-keymap): Check with symbolp before passing
2662 value to fboundp, it may not be a symbol.
2663
2664 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2665
2666 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
2667
2668 2010-03-31 Juri Linkov <juri@jurta.org>
2669
2670 * simple.el (next-line, previous-line): Re-throw a signal
2671 with `signal' instead of using `ding'.
2672 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
2673
2674 2010-03-31 Juri Linkov <juri@jurta.org>
2675
2676 * simple.el (keyboard-escape-quit): Raise deselecting the active
2677 region higher than exiting the minibuffer.
2678 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
2679
2680 2010-03-31 Juri Linkov <juri@jurta.org>
2681
2682 * image.el (image-animated-p): Use `image-metadata' instead of
2683 `image-extension-data'. Get GIF extenstion data from metadata
2684 property `extension-data'.
2685
2686 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2687
2688 * simple.el (append-to-buffer): Simplify.
2689
2690 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
2691
2692 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2693 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2694
2695 2010-03-31 Kenichi Handa <handa@m17n.org>
2696
2697 * language/sinhala.el (composition-function-table): Fix regexp for
2698 the new Unicode specification.
2699
2700 * language/indian.el (devanagari-composable-pattern)
2701 (tamil-composable-pattern, kannada-composable-pattern)
2702 (malayalam-composable-pattern): Adjust for the new Unicode
2703 specification.
2704 (bengali-composable-pattern, gurmukhi-composable-pattern)
2705 (gujarati-composable-pattern, oriya-composable-pattern)
2706 (telugu-composable-pattern): New variables to cope with the new
2707 Unicode specification. Use them in composition-function-table.
2708
2709 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 Make tmm-menubar work for the Buffers menu again (bug#5726).
2712 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2713 vectors rather than cons cells, as used in menu-bar-update-buffers.
2714
2715 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2716
2717 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2718 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2719 electric punctuation for "{}();,:" (Bug#5586).
2720
2721 * mail/sendmail.el (mail-default-directory): Doc fix.
2722
2723 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2724
2725 * mail/sendmail.el (mail-default-directory): Doc fix.
2726
2727 2010-03-31 Eli Zaretskii <eliz@gnu.org>
2728
2729 * subr.el (version-regexp-alist, version-to-list)
2730 (version-list-<, version-list-=, version-list-<=)
2731 (version-list-not-zero, version<, version<=, version=): Doc fix.
2732 (Bug#5744).
2733
2734 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
2735
2736 * vc.el (vc-root-diff): Doc fix.
2737
2738 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2739
2740 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2741
2742 * simple.el (append-to-buffer): Fix last change.
2743
2744 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2745
2746 * simple.el (append-to-buffer): Ensure that point is preserved if
2747 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2748 (Bug#5749)
2749
2750 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2751
2752 * files.el (auto-mode-case-fold): Change default to t.
2753
2754 2010-03-30 Juri Linkov <juri@jurta.org>
2755
2756 * dired-x.el (dired-omit-mode): Doc fix.
2757
2758 2010-03-30 Juri Linkov <juri@jurta.org>
2759
2760 * replace.el (occur-accumulate-lines): Move occur-engine related
2761 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
2762 to be located after `occur-engine'.
2763
2764 2010-03-30 Juri Linkov <juri@jurta.org>
2765
2766 Make occur handle multi-line matches cleanly with context.
2767 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
2768
2769 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
2770 (occur-engine): Add local variables `ret', `prev-after-lines',
2771 `prev-lines'. Use more arguments for `occur-context-lines'.
2772 Set first elem of its returned list to `data', and the second elem
2773 to `prev-after-lines'. Don't print the separator line.
2774 In the end, print remaining context after-lines.
2775 (occur-context-lines): Add new arguments `begpt', `endpt',
2776 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
2777 after-lines of the previous match with before-lines of the
2778 current match and not overlap them. Return a list with two
2779 values: the output line and the list of context after-lines.
2780
2781 2010-03-30 Juri Linkov <juri@jurta.org>
2782
2783 * replace.el (occur-accumulate-lines): Fix a bug where the first
2784 context line at the beginning of the buffer was missing.
2785
2786 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2787
2788 * files.el: Make bidi-display-reordering safe variable for boolean
2789 values.
2790
2791 2010-03-29 Phil Hagelberg <phil@evri.com>
2792 Chong Yidong <cyd@stupidchicken.com>
2793
2794 * subr.el: Extend progress reporters to perform "spinning".
2795 (progress-reporter-update, progress-reporter-do-update):
2796 Handle non-numeric value arguments.
2797 (progress-reporter--pulse-characters): New var.
2798
2799 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
2800
2801 * progmodes/compile.el (compilation-start): Fix regexp detection
2802 of initial cd command (Bug#5771).
2803
2804 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
2805
2806 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
2807
2808 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
2809
2810 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
2811 * lisp/progmodes/gdb-mi.el: Restore.
2812 * lisp/progmodes/gdb-ui.el: Remove.
2813 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
2814
2815 2010-03-25 Glenn Morris <rgm@gnu.org>
2816
2817 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2818 all dired buffers, even tramp ones. (Bug#5755)
2819
2820 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2821
2822 Add "union tags" in mpc.el.
2823 * mpc.el: Remove backward compatibility code.
2824 (mpc-browser-tags): Change default.
2825 (mpc--find-memoize-union-tags): New var.
2826 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
2827 (mpc-cmd-find): Handle the case where the playlist does not exist.
2828 Handle union-tags.
2829 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
2830 (mpc-cmd-add): Use mpc-cmd-flush.
2831 (mpc-tagbrowser-tag-name): New fun.
2832 (mpc-tagbrowser-buf): Use it.
2833 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
2834
2835 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2836
2837 Misc cleanup.
2838 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
2839 Use replace-regexp-in-string.
2840 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
2841 (makefile-imake-mode-syntax-table): Move init into defvar.
2842 (makefile-mode): Use define-derived-mode.
2843
2844 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2845 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2846 not be present any more.
2847
2848 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2849
2850 * faces.el (set-face-attribute): Fix typo in docstring.
2851 (face-valid-attribute-values): Reflow docstring.
2852
2853 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
2854
2855 2010-03-24 Glenn Morris <rgm@gnu.org>
2856
2857 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2858
2859 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2860
2861 * indent.el (indent-for-tab-command): Doc fix.
2862
2863 2010-03-24 Alan Mackenzie <acm@muc.de>
2864
2865 * progmodes/cc-engine.el (c-remove-stale-state-cache):
2866 Fix off-by-one error. Fixes bug #5747.
2867
2868 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2869
2870 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2871 (image-dired-read-comment): Doc fix.
2872
2873 * json.el (json-object-type, json-array-type, json-key-type)
2874 (json-false, json-null, json-read-number):
2875 * minibuffer.el (completion-in-region-functions):
2876 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2877 (cal-tex-cursor-week):
2878 * emacs-lisp/trace.el (trace-function):
2879 * eshell/em-basic.el (eshell/printnl):
2880 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2881 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2882 * obsolete/levents.el (allocate-event, event-key, event-object)
2883 (event-point, event-process, event-timestamp, event-to-character)
2884 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2885 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2886 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2887 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2888 (reftex-highlight-selection): Fix typos in docstrings.
2889
2890 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2891
2892 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2893
2894 2010-03-24 Glenn Morris <rgm@gnu.org>
2895
2896 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2897 2008-02-13 without comment; mark it obsolete.
2898 (rmail-highlight-headers): Use rmail-highlight-face once more.
2899
2900 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2901
2902 * woman.el (woman2-process-escapes): Only consume the newline if
2903 the filler character is on a line by itself (Bug#5729).
2904
2905 2010-03-24 Kenichi Handa <handa@m17n.org>
2906
2907 * language/indian.el (devanagari-composable-pattern): Add more
2908 consonants.
2909
2910 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
2911
2912 * net/trampver.el: Update release number.
2913
2914 2010-03-24 Glenn Morris <rgm@gnu.org>
2915
2916 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2917
2918 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
2919
2920 * net/tramp.el (tramp-find-executable):
2921 Use `tramp-get-connection-buffer'. Make the regexp for checking
2922 output of "wc -l" more robust.
2923 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2924 (tramp-open-connection-setup-interactive-shell): Remove workaround
2925 for OpenSolaris bug, it is not needed anymore.
2926
2927 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
2928
2929 * cedet/semantic/imenu.el: New file, from the CEDET repository
2930 (Bug#5412).
2931
2932 2010-03-24 Glenn Morris <rgm@gnu.org>
2933
2934 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2935
2936 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
2937
2938 * files.el (auto-mode-alist): Accept more verilog file patterns.
2939
2940 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2941
2942 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
2943
2944 2010-03-24 Glenn Morris <rgm@gnu.org>
2945
2946 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
2947 log-edit-before-checkin-process.
2948
2949 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
2950
2951 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
2952
2953 * vc-dispatcher.el (vc-start-logentry): Doc fix.
2954 (log-view-process-buffer, log-edit-extra-flags): Declare.
2955
2956 * log-edit.el (log-edit-before-checkin-process): Doc fix.
2957
2958 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2959 Consistently check ede-object is bound throughout.
2960
2961 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
2962
2963 2010-03-23 Sam Steingold <sds@gnu.org>
2964
2965 Fix bug#5620: recalculate all markers on compilation buffer
2966 modifications, not on file modifications.
2967 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
2968 the buffer modification time, for buffers not associated with files.
2969 (compilation-mode): Create it.
2970 (compilation-filter): Update it.
2971 (compilation-next-error-function): Use it instead of
2972 `visited-file-modtime' for timestamp.
2973
2974 2010-03-23 Juri Linkov <juri@jurta.org>
2975
2976 Implement Occur multi-line matches.
2977 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
2978
2979 * replace.el (occur): Doc fix.
2980 (occur-engine): Set `begpt' to the beginning of the first line.
2981 Set `endpt' to the end of the last match line. At first, count
2982 line numbers between `origpt' and `begpt'. Split out code from
2983 `out-line' variable to new let-bindings `match-prefix' and
2984 `match-str'. In `out-line' add non-numeric prefix to all
2985 non-first lines of multi-line matches. Finally, count lines
2986 between `begpt' and `endpt' and add to `lines'.
2987
2988 2010-03-23 Juri Linkov <juri@jurta.org>
2989
2990 * replace.el (occur-accumulate-lines, occur-engine):
2991 Use `occur-engine-line' instead of duplicate code.
2992 (occur-engine-line): New function created from duplicate code
2993 in `occur-accumulate-lines' and `occur-engine'.
2994
2995 * replace.el (occur-engine-line): Add optional arg `keep-props'.
2996 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
2997
2998 2010-03-23 Juri Linkov <juri@jurta.org>
2999
3000 * finder.el: Remove TODO tasks.
3001
3002 * info.el (Info-finder-find-node): Add node "all"
3003 with all package info. Handle a list of multiple keywords
3004 separated by comma.
3005 (info-finder): In interactive use with a prefix argument,
3006 use `completing-read-multiple' to read a list of keywords
3007 separated by comma.
3008
3009 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
3010
3011 Add a new completion style `substring'.
3012 * minibuffer.el (completion-basic--pattern): New function.
3013 (completion-basic-try-completion, completion-basic-all-completions):
3014 Use it.
3015 (completion-substring--all-completions)
3016 (completion-substring-try-completion)
3017 (completion-substring-all-completions): New functions.
3018 (completion-styles-alist): New style `substring'.
3019
3020 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3021
3022 Get rid of .elc files after removal of the corresponding .el.
3023 * Makefile.in (compile-clean): New target.
3024 (compile-main): Use it.
3025
3026 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
3027
3028 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
3029 don't do make there. When compiling with separate object dir, there
3030 is no Makefile there.
3031
3032 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3033
3034 Get rid of the ELCFILES abomination, again.
3035 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3036 (all, compile): Don't call compile-last.
3037 (compile-main): Build the "elcfiles" list dynamically.
3038 (compile-targets): New (internal) target.
3039
3040 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
3041
3042 * Makefile.in (top_srcdir): Define.
3043 (abs_top_builddir): Define.
3044 (srcdir): Don't append `/..'.
3045 (EMACS): Use ${abs_top_builddir}.
3046 (all, compile, compile-always, compile-last): Don't set emacswd.
3047 (update-subdirs, update-authors): Use $(top_srcdir) instead of
3048 $(srcdir).
3049 (lisp): Use $(srcdir) instead of @srcdir@.
3050
3051 2010-03-21 Juri Linkov <juri@jurta.org>
3052
3053 Fix message of multi-line occur regexps and multi-buffer header lines.
3054 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
3055
3056 * replace.el (occur-1): Don't display regexp if it is longer
3057 than window-width. Use `query-replace-descr' to display regexp.
3058 (occur-engine): Don't display regexp in the buffer header for
3059 multi-buffer occur. Display a separate header line with total
3060 match count and regexp for multi-buffer occur.
3061 Use `query-replace-descr' to display regexp.
3062
3063 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
3064
3065 * net/secrets.el: Fix parenthesis.
3066 (secrets-enabled): Fix parenthesis.
3067
3068 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3069
3070 Use more relative file and directory names.
3071 * Makefile.in (EMACS): Arrange for it to work when we chdir.
3072 (setwins, setwins_almost, setwins_for_subdirs):
3073 Don't `cd'; output relative names.
3074 (all, compile, compile-always, compile-last): Set emacswd.
3075 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
3076 Just cd to the lisp source dir so we can use relative file names.
3077
3078 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
3079
3080 2010-03-20 Glenn Morris <rgm@gnu.org>
3081
3082 * textmodes/rst.el: Use faces for font-lock customization, and make the
3083 old -face variables obsolete.
3084 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
3085 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
3086 (rst-block-face, rst-external-face, rst-definition-face)
3087 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
3088 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
3089 Make obsolete.
3090 (rst-font-lock-keywords-function): Update for above changes.
3091
3092 2010-03-20 Juri Linkov <juri@jurta.org>
3093
3094 * s-region.el:
3095 * obsolete/s-region.el: Move to obsolete.
3096
3097 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
3098
3099 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
3100
3101 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3102
3103 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
3104
3105 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3106
3107 Add special markup processing for commit logs.
3108 * log-edit.el (log-edit-extra-flags): New variable.
3109 (log-edit): Add new argument MODE. Use that mode when non-nil
3110 instead of the log-view-mode.
3111 (log-view-process-buffer): New function.
3112
3113 * vc.el: Document that the checkin method takes optional
3114 arguments. Document new backend specific method: log-view-mode.
3115 (vc-default-log-edit-mode): New function.
3116 (vc-checkin): Use a backend specific log-view-mode.
3117 Pass extra arguments to the checkin method.
3118 (vc-modify-change-comment): Pass a dummy extra argument.
3119
3120 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
3121 log-edit.
3122 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
3123 (vc-finish-logentry): Process the log buffer before passing it
3124 down. Pass log-edit-extra-flags.
3125
3126 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
3127 command.
3128 (log-edit-extra-flags, log-edit-before-checkin-process):
3129 New declarations.
3130
3131 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
3132 command.
3133 (log-edit-extra-flags, log-edit-before-checkin-process):
3134 New declarations.
3135 (vc-hg-log-edit-mode): New derived mode.
3136
3137 * vc-arch.el (vc-arch-checkin):
3138 * vc-cvs.el (vc-cvs-checkin):
3139 * vc-git.el (vc-git-checkin):
3140 * vc-mtn.el (vc-mtn-checkin):
3141 * vc-rcs.el (vc-rcs-checkin):
3142 * vc-sccs.el (vc-sccs-checkin):
3143 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
3144
3145 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3146
3147 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
3148 parent typo).
3149
3150 2010-03-19 Glenn Morris <rgm@gnu.org>
3151
3152 * password-cache.el (password-cache, password-cache-expiry): Autoload.
3153
3154 2010-03-18 Glenn Morris <rgm@gnu.org>
3155
3156 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
3157
3158 * replace.el (query-replace-history): Give it a doc string.
3159 (map-query-replace-regexp): Use query-replace-from-history-variable
3160 and query-replace-to-history-variable.
3161
3162 * mail/hashcash.el (declare-function): Remove duplicate definition.
3163
3164 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3165 Make it an obsolete alias for report-emacs-bug-address.
3166 (message-strip-special-text-properties): Declare.
3167 (report-emacs-bug): Remove test for a pretest bug address.
3168 Combine message-mode-specific code.
3169
3170 * mail/supercite.el: Don't require sendmail.
3171 (mh-in-header-p): Declare rather than using with-no-warnings.
3172 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
3173 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
3174
3175 * calendar/cal-french.el: Convert to utf-8.
3176
3177 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
3178 Emacs scripts.
3179
3180 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
3181
3182 * net/secrets.el (secrets-enabled): New variable. Use it instead
3183 of a subfeature.
3184
3185 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
3186
3187 * net/secrets.el (top): Register the D-Bus signals only when the
3188 service "org.freedesktop.secrets" can be pinged.
3189 Provide subfeature `enabled'.
3190
3191 2010-03-14 Juri Linkov <juri@jurta.org>
3192
3193 Add finder unknown keywords.
3194
3195 * finder.el (finder-unknown-keywords): New function.
3196
3197 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
3198 to create a Finder node with unknown keywords.
3199
3200 2010-03-14 Juri Linkov <juri@jurta.org>
3201
3202 * finder.el (finder-compile-keywords): Replace `princ' with
3203 `prin1' on a list of symbols interned from keyword strings.
3204
3205 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
3206 a comma, then split keywords using a comma and optional whitespace.
3207 Otherwise, split by whitespace.
3208
3209 * complete.el:
3210 * face-remap.el:
3211 * log-view.el:
3212 * net/hmac-def.el:
3213 * net/hmac-md5.el:
3214 * net/netrc.el:
3215 * progmodes/mixal-mode.el: Fix keywords.
3216
3217 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
3218
3219 * Makefile.in (ELCFILES): Add net/secrets.elc.
3220
3221 * net/secrets.el: New file.
3222
3223 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
3224
3225 * facemenu.el (list-colors-display, list-colors-print): New arg
3226 callback. Use it to allow selecting colors.
3227
3228 * wid-edit.el (widget-image-insert): Insert image prop even if the
3229 current display is non-graphic.
3230 (widget-field-value-set): New fun.
3231 (editable-field): Use it.
3232 (widget-field-value-get): Clean up unused var.
3233 (widget-color-value-create, widget-color--choose-action):
3234 New funs. Allow using list-colors-display to choose color.
3235
3236 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
3237
3238 * cus-edit.el: Resort topmost custom groups.
3239 (custom-buffer-sort-alphabetically): Default to t.
3240 (customize-apropos): Use apropos-parse-pattern.
3241 (custom-search-field): New var.
3242 (custom-buffer-create-internal): Add custom-apropos search field.
3243 (custom-add-parent-links): Don't display parent doc.
3244 (custom-group-value-create): Don't sort top-level custom group.
3245 (custom-magic-value-create): Show visibility button before option name.
3246
3247 (custom-variable-state): New fun, from custom-variable-state-set.
3248 (custom-variable-state-set): Use it.
3249 (custom-group-value-create): Hide options with standard values
3250 using the :hidden-states property. Use progress reporter.
3251
3252 (custom-show): Simplify.
3253 (custom-visibility): Disable images by default.
3254 (custom-variable): New property :hidden-states.
3255 (custom-variable-value-create): Enable images for
3256 custom-visibility widgets. Use :hidden-states property to
3257 determine initial visibility.
3258
3259 * wid-edit.el (widget-image-find): Give images center ascent.
3260 (visibility): Add :on-image and :off-image properties.
3261 (widget-visibility-value-create): Use them.
3262
3263 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
3264
3265 * cus-edit.el (processes): Remove from development group.
3266 (oop, hypermedia): Delete group.
3267 (comm): Promote to top-level group.
3268
3269 * net/browse-url.el (browse-url):
3270 * net/xesam.el (xesam):
3271 * net/tramp.el (tramp):
3272 * net/goto-addr.el (goto-address):
3273 * net/ange-ftp.el (ange-ftp): Put in comm group.
3274
3275 * view.el (view): Remove from editing group.
3276
3277 * uniquify.el (uniquify): Put in files group.
3278
3279 * net/browse-url.el (browse-url):
3280 * ps-print.el (postscript): Put in external group.
3281
3282 * cus-edit.el (outlines):
3283 * textmodes/text-mode.el (text-mode-hook):
3284 * textmodes/table.el (table):
3285 * textmodes/picture.el (picture):
3286 * outline.el (outlines): Put in wp group.
3287
3288 * nxml/nxml-mode.el (nxml): Remove from wp group.
3289
3290 * net/tramp-imap.el (tramp-imap): Put in tramp group.
3291
3292 * mail/metamail.el (metamail): Remove from hypermedia group.
3293
3294 * cus-edit.el (abbrev):
3295 * whitespace.el (whitespace):
3296 * vcursor.el (vcursor):
3297 * reveal.el (reveal):
3298 * hl-line.el (hl-line): Put in convenience group.
3299
3300 * epg-config.el (epg): Put in data group.
3301
3302 * emulation/pc-select.el (pc-select): Put in emulations group.
3303
3304 * calculator.el (calculator): Put in applications group.
3305
3306 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
3307
3308 Add .dir-locals.el support for file-less buffers.
3309 * files.el (hack-local-variables): Split out code to apply local
3310 variable settings ...
3311 (hack-local-variables-apply): ... here. New function.
3312 (hack-dir-local-variables): Use the default directory for when the
3313 buffer does not have an associated file.
3314 (hack-dir-local-variables-non-file-buffer): New function.
3315 * diff-mode.el (diff-mode):
3316 * vc-annotate.el (vc-annotate-mode):
3317 * vc-dir.el (vc-dir-mode):
3318 * log-edit.el (log-edit-mode):
3319 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
3320
3321 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
3322
3323 Add support for shelving snapshots and for showing shelves.
3324 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
3325 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
3326 New functions.
3327 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3328 (vc-bzr-extra-menu-map): Map them.
3329
3330 2010-03-11 Glenn Morris <rgm@gnu.org>
3331
3332 * cus-edit.el (customize-changed-options-previous-release):
3333 Bump to 23.1.
3334
3335 * image.el (image-animate-max-time): Fix :version tag.
3336
3337 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3338
3339 * Branch for 23.2.
3340
3341 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3342
3343 * vc-git.el (vc-git-revision-table): Include remote branches.
3344
3345 2010-03-10 Kim F. Storm <storm@cua.dk>
3346
3347 Animated image API.
3348 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
3349
3350 * image.el (image-animate-max-time): New defcustom.
3351 (image-animated-types): New defconst.
3352 (create-animated-image, image-animate-timer)
3353 (image-animate-start, image-animate-stop, image-animate-timeout)
3354 (image-animated-p): New functions.
3355
3356 * image-mode.el (image-toggle-display-image):
3357 Replace `create-image' with `create-animated-image'.
3358
3359 2010-03-09 Miles Bader <miles@gnu.org>
3360
3361 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
3362 instead of "format:"; this ensures that the output is
3363 newline-terminated.
3364
3365 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
3366
3367 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
3368 that all errors are caught, and that the return value is always a
3369 list (Bug#5692).
3370
3371 2010-03-08 Kenichi Handa <handa@m17n.org>
3372
3373 * language/misc-lang.el (windows-1256): New coding system.
3374 (cp1256): New alias of windows-1256 (bug#5690).
3375
3376 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
3377
3378 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
3379 call to rfc822-bad-address. (Bug#5692)
3380
3381 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
3382
3383 * vc-git.el (vc-git-annotate-extract-revision-at-line):
3384 Use vc-git-root as default directory for revision path (Bug#5657).
3385
3386 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
3387
3388 * calculator.el (calculator): Don't bind split-window-keep-point
3389 (Bug#5674).
3390
3391 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3392
3393 * vc-git.el: Re-flow to fit into 80 columns.
3394 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
3395 Remove spurious `quote' element in each case alternative.
3396 (vc-git-show-log-entry): Use prog1.
3397 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
3398
3399 2010-03-06 Glenn Morris <rgm@gnu.org>
3400
3401 * cedet/semantic/grammar.el (semantic-grammar-header-template):
3402 Update template copyright to GPLv3+.
3403
3404 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3405
3406 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
3407
3408 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
3409
3410 * macros.el (insert-kbd-macro): Look up keyboard macro using the
3411 definition, not the name (Bug#5481).
3412
3413 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
3414
3415 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
3416 argument with a local variable. (Bug#5670)
3417
3418 2010-03-02 Juri Linkov <juri@jurta.org>
3419
3420 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
3421
3422 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
3423
3424 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
3425 error when FILENAME and NEWNAME are existing remote directories.
3426
3427 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
3428 parameter DIR-FLAG.
3429
3430 2010-03-02 Glenn Morris <rgm@gnu.org>
3431
3432 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
3433 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
3434
3435 2010-03-01 Kenichi Handa <handa@m17n.org>
3436
3437 * language/burmese.el (burmese-composable-pattern): Rename from
3438 myanmar-composable-pattern.
3439
3440 * international/characters.el (script-list):
3441 * international/fontset.el (script-representative-chars):
3442 Change myanmar to burmese.
3443 (otf-script-alist): Likewise.
3444 (setup-default-fontset): Likewise. Re-fix :otf spec.
3445
3446 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3447
3448 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
3449
3450 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
3451
3452 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
3453
3454 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
3455
3456 * net/tramp.el (tramp-handle-write-region): START can be a string.
3457 Take care in the checks. Reported by Dan Davison
3458 <davison@stats.ox.ac.uk>.
3459
3460 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
3461
3462 * net/dbus.el (dbus-introspect, dbus-get-property)
3463 (dbus-set-property, dbus-get-all-properties):
3464 Use `dbus-call-method' when noninteractive. (Bug#5645)
3465
3466 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
3467
3468 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
3469 * emacs-lisp/elint.el (elint-add-required-env):
3470 * cedet/semantic/db-find.el
3471 (semanticdb-find-translate-path-brutish-default):
3472 * cedet/ede/make.el (ede-make-check-version):
3473 * calendar/icalendar.el (icalendar--add-diary-entry):
3474 * calc/calcalg2.el (math-tracing-integral):
3475 * files.el (recover-session-finish): Use with-current-buffer
3476 instead of save-excursion.
3477
3478 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
3479
3480 Fix in-buffer completion when after-change-functions modify the buffer.
3481 * minibuffer.el (completion--replace): New function.
3482 (completion--do-completion): Use it and use relative movement.
3483
3484 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
3485
3486 * international/fontset.el (setup-default-fontset): Fix :otf spec.
3487
3488 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
3489
3490 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
3491 Allow the characters _<> in the stack entry (Bug#5653).
3492
3493 2010-02-26 Kenichi Handa <handa@m17n.org>
3494
3495 * language/burmese.el: Fix entries in composition-function-table.
3496 (myanmar-composable-pattern): New variable.
3497
3498 * international/fontset.el (setup-default-fontset): Add an entry
3499 for myanmar.
3500
3501 * international/characters.el (script-list): Add Myanmar
3502 Extended-A.
3503
3504 2010-02-26 Glenn Morris <rgm@gnu.org>
3505
3506 * custom.el (custom-initialize-delay): Doc fix.
3507
3508 * mail/sendmail.el (send-mail-function): Autoload the call
3509 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
3510
3511 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
3512
3513 * files.el (hack-local-variables-filter): For eval forms, also
3514 check safe-local-variable-p (Bug#5636).
3515
3516 2010-02-24 Eduard Wiebe <usenet@pusto.de>
3517
3518 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
3519 and use c(ad)r of cddr (Bug#5640).
3520
3521 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
3522
3523 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
3524 setting the modes by `ignore-errors'. It might fail, for example
3525 if the file is not owned by the user but the group.
3526 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
3527
3528 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
3529
3530 * files.el (directory-listing-before-filename-regexp): Use
3531 stricter matching for iso-style dates, to avoid false matches with
3532 date-like filenames (Bug#5597).
3533
3534 * htmlfontify.el (htmlfontify): Doc fix.
3535
3536 * eshell/eshell.el (eshell): Doc fix.
3537
3538 * startup.el (fancy-about-screen): In mode-line, apply
3539 mode-line-buffer-id face only to the buffer name (Bug#5613).
3540
3541 2010-02-20 Kevin Ryde <user42@zip.com.au>
3542
3543 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3544 In `watcom' anchor regexp to start of line, to avoid slowness
3545 (Bug#5599).
3546
3547 2010-02-20 Eli Zaretskii <eliz@gnu.org>
3548
3549 * subr.el (remove-yank-excluded-properties): Explain in a comment
3550 why `category' property is removed.
3551
3552 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
3553
3554 * isearch.el (isearch-update-post-hook, isearch-update): Revert
3555 2010-02-17 change.
3556
3557 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
3558
3559 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3560 (icalendar--convert-weekly-to-ical)
3561 (icalendar--convert-yearly-to-ical)
3562 (icalendar--convert-block-to-ical)
3563 (icalendar--convert-cyclic-to-ical)
3564 (icalendar--convert-anniversary-to-ical): Take care of time
3565 specifications where hour has 1-digit only (Bug#5549).
3566
3567 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
3568
3569 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3570 of disassemble output in GDB 7.1.
3571
3572 2010-02-19 Glenn Morris <rgm@gnu.org>
3573
3574 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3575 property. (Bug#5593)
3576
3577 2010-02-18 Sam Steingold <sds@gnu.org>
3578
3579 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3580
3581 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3582
3583 Use abbreviated file names in bookmarks (bug#5591).
3584 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3585 calls to expand-file-name.
3586 (bookmark-relocate): Use abbreviated file names in bookmarks.
3587 (bookmark-load): Use abbreviated file names in messages.
3588
3589 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
3590
3591 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3592 expand "." and "..". Reported by Thierry Volpiatto
3593 <thierry.volpiatto@gmail.com>.
3594
3595 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
3596
3597 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3598 permissions of the temporary file to "0600". In case the remote
3599 file has no read permissions for the owner, there might be
3600 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
3601
3602 22010-02-18 Glenn Morris <rgm@gnu.org>
3603
3604 * emacs-lisp/authors.el (authors-renamed-files-alist):
3605 Add entries for INSTALL.CVS.
3606
3607 2010-02-17 Mark A. Hershberger <mah@everybody.org>
3608
3609 * vc-bzr.el: Fix typo in Known Bugs section.
3610
3611 * isearch.el (isearch-update-post-hook): New hook.
3612 (isearch-update): Use the new hook.
3613
3614 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
3615
3616 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3617 Fix errors in copying directories.
3618 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3619 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3620 (tramp-handle-delete-file)
3621 (tramp-handle-dired-recursive-delete-directory)
3622 (tramp-handle-write-region): Flush also the cache for the upper
3623 directory.
3624
3625 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
3626
3627 * simple.el (save-interprogram-paste-before-kill): Doc fix.
3628
3629 * cus-edit.el (hardware): Doc fix.
3630
3631 * man.el (man): Add to external custom group.
3632
3633 * delim-col.el (columns): Move to wp custom group.
3634
3635 * doc-view.el (doc-view): Add to data custom group.
3636
3637 * cedet/data-debug.el (data-debug): Move to extensions group.
3638
3639 * cedet/ede.el (ede):
3640 * cedet/srecode.el (srecode):
3641 * cedet/semantic.el (semantic): Put in tools and extensions group.
3642
3643 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
3644
3645 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3646 by ispell-parse-output (Bug#5575).
3647
3648 2010-02-16 Kenichi Handa <handa@m17n.org>
3649
3650 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3651 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3652 (skkdic-convert): Use `euc-japan' coding system for writing.
3653
3654 2010-02-16 Glenn Morris <rgm@gnu.org>
3655
3656 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3657 tex-main-file before using it. (Bug#5562)
3658
3659 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3660
3661 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3662 warnings, since it is annoying for the user to see them each time he
3663 runs the code.
3664
3665 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
3666
3667 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3668 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3669 instead of PROC for caching "first-password-request". Otherwise,
3670 new processes would not profit from passwords already entered.
3671
3672 * net/tramp-cache.el (tramp-dump-connection-properties):
3673 Don't save "first-password-request" property.
3674
3675 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
3676
3677 * outline.el (outline-head-from-level):
3678 * simple.el (with-wrapper-hook):
3679 * cedet/ede.el (ede-run-target, project-delete-target)
3680 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
3681 (ede-adebug-project, ede-adebug-project-parent)
3682 (ede-adebug-project-root):
3683 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3684 (elint-defun, elint-buffer-env, elint-top-form-logged)
3685 (elint-unbound-variable):
3686 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3687 Fix typos in docstrings.
3688
3689 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
3690
3691 * files.el (insert-directory): When WILDCARD-REGEXP and
3692 FULL-DIRECTORY-P are nil, insert the file entry instead of the
3693 whole directory. (Bug#5551)
3694
3695 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
3696 dired's alignment sanity. (Bug#5516)
3697
3698 2010-02-14 Juri Linkov <juri@jurta.org>
3699
3700 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3701 Remove remaining ^H with their preceding chars. (Bug#5566)
3702
3703 2010-02-13 Glenn Morris <rgm@gnu.org>
3704
3705 * simple.el (transpose-subr): Give it a doc-string.
3706
3707 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3708 Doc fixes.
3709
3710 2010-02-12 Juri Linkov <juri@jurta.org>
3711
3712 * arc-mode.el (archive-unique-fname): Make directories for nested
3713 archives. (Bug#5540)
3714
3715 2010-02-12 Juri Linkov <juri@jurta.org>
3716
3717 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
3718
3719 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3720
3721 * subr.el (copy-overlay): Handle deleted overlays.
3722
3723 * man.el (Man-completion-table): Don't signal an error if we can't run
3724 manual-program (bug#4056).
3725
3726 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
3727
3728 * textmodes/artist.el (artist-mt): Fix typos in docstring.
3729
3730 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3731
3732 * info.el (Info-bookmark-jump): Simplify.
3733
3734 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3735 (bookmark-default-handler): Accept new bookmark field `buffer'.
3736
3737 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
3738
3739 * iswitchb.el (iswitchb-completions): Revert last change.
3740
3741 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
3742
3743 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3744 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3745 This prevents file names like "~/" being listed literally.
3746
3747 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
3748
3749 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3750 Remove dead code. (Bug#5546)
3751
3752 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
3753
3754 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3755 correctly (Bug#5548).
3756
3757 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
3758
3759 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3760 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3761
3762 2010-02-08 Kenichi Handa <handa@m17n.org>
3763
3764 * international/mule-util.el (with-coding-priority): Add autoload
3765 cookie for putting `lisp-indent-function'.
3766
3767 2010-02-07 Glenn Morris <rgm@gnu.org>
3768
3769 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3770 Move F2003 named interfaces from keywords-2 to keywords-1, and
3771 use function-name-face rather than constant-face.
3772 Simplify "abstract interface" regexp.
3773
3774 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
3775
3776 * eshell/esh-util.el (eshell-file-attributes): New optional arg
3777 ID-FORMAT. Pass it to `file-attributes'.
3778
3779 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3780
3781 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
3782
3783 * faces.el (set-face-attribute): Allow calling
3784 internal-set-lisp-face-attribute with 'unspecified family and
3785 foundry argument (Bug#5536).
3786
3787 2010-02-07 Glenn Morris <rgm@gnu.org>
3788
3789 * progmodes/f90.el (f90-font-lock-keywords-2)
3790 (f90-looking-at-type-like, f90-looking-at-program-block-end):
3791 Handle F2003 named interfaces.
3792
3793 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
3794
3795 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3796 beg and end before calling c-get-state-before-change-functions.
3797
3798 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
3799
3800 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
3801
3802 2010-02-05 Juri Linkov <juri@jurta.org>
3803
3804 * doc-view.el (doc-view-mode):
3805 * image-mode.el (image-mode): Put property mode-class=special.
3806 (Bug#4896)
3807
3808 2010-02-05 Mark A. Hershberger <mah@everybody.org>
3809
3810 * vc-svn.el (vc-svn-revision-table): New function.
3811
3812 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
3813
3814 * net/ange-ftp.el (ange-ftp-insert-directory):
3815 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3816 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3817 Handle also directories. (Bug#5478)
3818
3819 2010-02-05 Glenn Morris <rgm@gnu.org>
3820
3821 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3822
3823 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
3824
3825 * startup.el (command-line-1): Convert options beginning with a
3826 single dash as well (Bug#5519).
3827
3828 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
3829
3830 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3831 * minibuffer.el (completion-initials-expand): Only check the presence
3832 of delims *within* the boundaries, since otherwise the / delim is
3833 always found for files.
3834
3835 Fix up various corner case problems.
3836 * doc-view.el (doc-view-last-page-number): New function.
3837 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3838 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3839 (doc-view-kill-proc): Avoid inf-loop in freak cases.
3840 (doc-view-reconvert-doc): Use the new recursive delete-directory.
3841 (doc-view-convert-current-doc): Don't create the resolution.el file
3842 here any more.
3843 (doc-view-pdf/ps->png): Do it here instead.
3844 (doc-view-already-converted-p): Check that resolution.el is present.
3845 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3846 windows that are not yet showing images.
3847
3848 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
3849
3850 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3851 `dired-uncache' for every elemnt which is an absolute file name.
3852
3853 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3854 directory, handle its directory component.
3855 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3856 function is called permanently and creates noise, otherwise.
3857
3858 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3859 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3860 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
3861
3862 2010-02-04 David Burger <dburger@google.com> (tiny change)
3863
3864 * macros.el (apply-macro-to-region-lines):
3865 Minor simplification. (Bug#5485)
3866
3867 2010-02-04 Glenn Morris <rgm@gnu.org>
3868
3869 * mail/rmail.el (rmail-show-message-1): Handle malformed
3870 quoted-printable text. (Bug#5441)
3871
3872 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3873
3874 * simple.el (visual-line-mode): Capitalize lighter.
3875
3876 2010-02-03 John Wiegley <jwiegley@gmail.com>
3877
3878 * iswitchb.el (iswitchb-completions): Add bookmark files to the
3879 list of files considered for "virtual buffer" completions.
3880
3881 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
3882
3883 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3884 also in case of (and (not full) (not wildcard)). This is needed,
3885 when dired is called with a list of files, which are not in
3886 `default-directory'. (Bug#5478)
3887
3888 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3889
3890 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3891
3892 2010-02-02 Juri Linkov <juri@jurta.org>
3893
3894 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3895 from unidiff to allow function-line after @@.
3896
3897 2010-02-02 Juri Linkov <juri@jurta.org>
3898
3899 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3900 '(RCS SCCS) with inverted condition.
3901
3902 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
3903
3904 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3905 messages.
3906
3907 2010-02-01 Juri Linkov <juri@jurta.org>
3908
3909 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3910 compare with "pkunzip" and "pkzip" instead of only "pkzip".
3911 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3912 only when (car archive-zip-extract) is "unzip". (Bug#5475)
3913
3914 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3915
3916 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3917 (doc-view-revert-buffer): New command.
3918 (doc-view-mode-map): Use it.
3919
3920 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3921
3922 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3923 pending merge is detected.
3924
3925 2010-01-31 Juri Linkov <juri@jurta.org>
3926
3927 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3928 beginning of interactive spec like all other grep commands do.
3929 Put "all" in front of "gz". (Bug#5260)
3930
3931 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3932
3933 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3934
3935 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
3936
3937 * dirtrack.el (dirtrack): Warn instead of signalling error if the
3938 regexp is incorrect (Bug#5476).
3939
3940 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
3941
3942 * net/tramp.el (tramp-handle-insert-directory): Handle also
3943 symlinks, when FILENAME is not in `default-directory'.
3944
3945 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3946
3947 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3948 FILE is not in `default-directory'. (Bug#5478)
3949
3950 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3951 of SWITCHES. Handle the case, FILENAME is not in
3952 `default-directory'. (Bug#5478)
3953 (tramp-register-file-name-handlers): Add safe-magic property.
3954
3955 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
3956
3957 * arc-mode.el (archive-zip-extract): Quote the argument passed to
3958 unzip (Bug#5475).
3959
3960 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
3961
3962 * progmodes/flymake.el (flymake-allowed-file-name-masks)
3963 (flymake-master-make-header-init): Add other C++ filename masks.
3964 (flymake-find-possible-master-files)
3965 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3966
3967 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3968
3969 Fix some busybox annoyances.
3970
3971 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3972 not responding." string.
3973 (tramp-open-connection-setup-interactive-shell): Dump stty
3974 settings. Enable "neveropen" arg for all `tramp-send-command'
3975 calls. Handle "=" in variable values properly.
3976 (tramp-find-inline-encoding): Raise an error, when no encoding is
3977 found.
3978 (tramp-wait-for-output): Check, whether PROC buffer is available.
3979 Remove spurious " ^H" sequences, sent by busybox.
3980 (tramp-get-ls-command): Suppress coloring, if possible.
3981
3982 2010-01-28 Glenn Morris <rgm@gnu.org>
3983
3984 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
3985
3986 * log-edit.el (log-edit-strip-single-file-name): Add missing
3987 :safe, :group, and :version tags.
3988
3989 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
3990
3991 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3992 buffers. (Bug#5477)
3993
3994 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
3995
3996 * files.el (delete-directory): Handle moving to trash without
3997 first doing recursion (Bug#5436).
3998
3999 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
4000
4001 * vc-hooks.el (vc-path): Mark as obsolete.
4002
4003 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
4004
4005 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
4006 names too.
4007
4008 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
4009 for the short log.
4010 (vc-bzr-log-view-mode): Adjust regexp for the above change.
4011
4012 2010-01-25 Mark A. Hershberger <mah@everybody.org>
4013
4014 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
4015
4016 * vc-bzr.el (vc-bzr-revision-table): New function.
4017
4018 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
4019
4020 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
4021 diff-index command. This requires at least git-1.5.5. (Bug#1589).
4022
4023 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4024
4025 Remove support for adding --signoff on commit.
4026 Future support will use an incompatible generic mechanism.
4027 * vc-git.el (vc-git-add-signoff): Remove variable.
4028 (vc-git-toggle-signoff): Remove function.
4029 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
4030
4031 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
4032 from xterm-set-background-mode. Return t if the background mode
4033 was set.
4034 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
4035 earlier, call it again in case the background mode has changed.
4036
4037 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
4038
4039 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
4040 (Bug#3541).
4041
4042 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
4043
4044 * emacs-lisp/assoc.el (aelement): Doc fix.
4045 (aput, adelete, amake): Use lexical-let (Bug#5450).
4046
4047 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
4048
4049 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
4050 is the same as subprogram call, not declaration. (Bug#5435).
4051
4052 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
4053
4054 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
4055 (tramp-smb-maybe-open-connection): Use it.
4056
4057 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
4058
4059 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
4060
4061 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4062
4063 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
4064 just because we see "encoding: 8bit".
4065 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
4066
4067 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
4068
4069 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
4070
4071 2010-01-22 Eli Zaretskii <eliz@gnu.org>
4072
4073 * jka-compr.el (jka-compr-load): If load-file is not in
4074 load-history, try its file-truename version. (bug#5447)
4075
4076 2010-01-21 Alan Mackenzie <acm@muc.de>
4077
4078 Fix a situation where deletion of a cpp construct throws an error.
4079 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
4080 invoking c-with-all-but-one-cpps-commented-out, check that the
4081 special cpp construct is still in the buffer.
4082 (c-parse-state): Record the special cpp with markers, not numbers.
4083
4084 2010-01-21 Kenichi Handa <handa@m17n.org>
4085
4086 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
4087 process last-command-event, as it is now decoded first (Bug#5380).
4088
4089 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
4090
4091 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
4092
4093 2010-01-20 Glenn Morris <rgm@gnu.org>
4094
4095 * indent.el (tab-always-indent): Fix custom-type.
4096
4097 2010-01-19 Alan Mackenzie <acm@muc.de>
4098
4099 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
4100 buffer throws "args out of range".
4101 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
4102 playing the role of delimiter.
4103
4104 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
4105
4106 * progmodes/ada-mode.el: Fix bug#5400.
4107 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
4108 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
4109 changed. Delete RECURSIVE parameter; never used. Improve doc string.
4110 Improve comments in "is" portion. Handle null procedure declaration.
4111 (ada-move-to-end): Improve doc string.
4112
4113 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
4114
4115 * ido.el (ido-cur-list): Initialize to nil.
4116 Remove obsolete information from commentary.
4117 (ido-choice-list): Initialize to nil.
4118 (ido-get-bufname): Reject minibuffers.
4119 (ido-make-buffer-list): If "default" is a nonexistent
4120 buffer, ignore it, as per the function's comment.
4121 (ido-kill-buffer-internal): New function.
4122 (ido-kill-buffer-at-head): Use it.
4123 (ido-visit-buffer): Likewise.
4124
4125 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
4126
4127 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
4128
4129 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
4130
4131 * cedet/ede/locate.el (ede-locate-file-in-project)
4132 (ede-locate-file-in-project-impl): Fix typos in docstrings.
4133 (ede-enable-locate-on-project): Fix typos in error messages.
4134
4135 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
4136 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
4137 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
4138 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
4139 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
4140 Fix typos in menu help.
4141
4142 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
4143 Fix typos in chart titles.
4144
4145 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
4146 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
4147 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
4148 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
4149 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
4150 (semantic-parse-stream, semantic-parse-region)
4151 (semantic-parse-region-default, semantic--set-buffer-cache)
4152 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
4153 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
4154 (semantic-default-submodes):
4155 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
4156 (semanticdb-create-ebrowse-database)
4157 (semanticdb-find-tags-for-completion-method)
4158 (semanticdb-find-tags-by-class-method)
4159 (semanticdb-deep-find-tags-by-name-method)
4160 (semanticdb-deep-find-tags-for-completion-method):
4161 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
4162 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
4163 (semanticdb-find-tags-for-completion-method)
4164 (semanticdb-find-tags-by-class-method)
4165 (semanticdb-deep-find-tags-for-completion-method):
4166 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
4167 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
4168 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
4169 (semanticdb-find-tags-by-name-method)
4170 (semanticdb-find-tags-by-name-regexp-method)
4171 (semanticdb-find-tags-for-completion-method)
4172 (semanticdb-find-tags-by-class-method)
4173 (semanticdb-find-tags-external-children-of-type-method)
4174 (semanticdb-find-tags-subclasses-of-type-method)
4175 (semanticdb-deep-find-tags-by-name-method)
4176 (semanticdb-deep-find-tags-by-name-regexp-method)
4177 (semanticdb-deep-find-tags-for-completion-method):
4178 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
4179 (semanticdb-enable-gnu-global-in-buffer)
4180 (semanticdb-find-tags-for-completion-method)
4181 (semanticdb-deep-find-tags-by-name-method)
4182 (semanticdb-deep-find-tags-for-completion-method):
4183 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
4184 (javascript-mode, semanticdb-find-translate-path)
4185 (semanticdb-find-tags-for-completion-method)
4186 (semanticdb-find-tags-by-class-method)
4187 (semanticdb-deep-find-tags-by-name-method)
4188 (semanticdb-deep-find-tags-for-completion-method)
4189 (semanticdb-find-tags-external-children-of-type-method):
4190 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
4191 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
4192 (global-semantic-idle-scheduler-mode):
4193 * cedet/srecode/dictionary.el (srecode-field-value)
4194 (srecode-dictionary-add-section-dictionary):
4195 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
4196 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
4197 (describe-class, eieio-describe-generic, describe-generic):
4198 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
4199 (eieio-speedbar-expand):
4200 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4201 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
4202 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
4203 (viper-del-backward-char-in-replace, viper-backward-indent)
4204 (viper-brac-function, viper-register-to-point, viper-submit-report):
4205 * net/tramp.el (tramp-remote-coding-commands):
4206 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
4207 Fix typos in docstrings.
4208
4209 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4210
4211 * mail/sendmail.el (mail-yank-original): Set the mark if the
4212 specified function for yanking does not do it.
4213
4214 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
4215
4216 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
4217
4218 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
4219 resyncing a directory.
4220
4221 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
4222
4223 * progmodes/ada-mode.el: Fix bug#1920.
4224 (ada-ident-re): Delete ., allow multibyte characters.
4225 (ada-goto-label-re): New; matches goto labels.
4226 (ada-block-label-re): New; matches block labels.
4227 (ada-label-re): New; matches both.
4228 (ada-named-block-re): Deleted; callers changed to use
4229 `ada-block-label-re' instead.
4230 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
4231 Use `ada-block-label-re'.
4232 (ada-indent-on-previous-lines): Improve handling of goto labels.
4233 (ada-get-indent-block-start): Special-case block label.
4234 (ada-get-indent-label): Split into `ada-indent-block-label' and
4235 `ada-indent-goto-label'.
4236 (ada-goto-stmt-start, ada-goto-next-non-ws):
4237 Optionally ignore goto labels.
4238 (ada-goto-next-word): Simplify.
4239 (ada-indent-newline-indent-conditional): Insert newline before
4240 trying to fix indentation; doc fix.
4241
4242 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
4243
4244 * calc/calc.el (calc-command-flags): Give it an initial value.
4245
4246 2010-01-17 Glenn Morris <rgm@gnu.org>
4247
4248 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
4249
4250 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4251
4252 * cedet/semantic.el (semantic-mode):
4253 * files.el (minibuffer-with-setup-hook):
4254 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
4255 (artist-key-draw-continously, artist-key-do-continously-continously)
4256 (artist-key-set-point-continously, artist-mouse-draw-continously):
4257 Fix typos in docstrings.
4258
4259 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
4260
4261 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
4262 return t (Bug#3898).
4263
4264 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
4265
4266 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
4267 can parse the output of the external commands (Bug#5279).
4268
4269 2010-01-16 Jari Aalto <jari.aalto@cante.net>
4270
4271 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
4272
4273 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
4274
4275 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
4276
4277 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
4278
4279 * startup.el (command-line): Remove unused --icon-type arg.
4280 Handle --display arg, passing it to command-line-1 (Bug#5392).
4281
4282 2010-01-16 Mario Lang <mlang@delysid.org>
4283
4284 * cedet/ede/cpp-root.el (ede-cpp-root-project):
4285 * cedet/ede/files.el (ede-expand-filename):
4286 * cedet/ede/simple.el (ede-simple-project):
4287 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4288 (semantic-complete-inline-tag-engine):
4289 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4290 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
4291 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4292 * cedet/semantic/db.el (semanticdb-equivalent-mode):
4293 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
4294 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4295 * emacs-lisp/chart.el (chart-translate-namezone):
4296 * textmodes/artist.el (artist-compute-popup-menu-table):
4297 Remove duplicated words in doc-strings.
4298
4299 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
4300
4301 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
4302 to mairix-search to suppress threading (Bug#5342).
4303
4304 2010-01-15 Kenichi Handa <handa@m17n.org>
4305
4306 * international/mule-cmds.el (canonicalize-coding-system-name):
4307 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
4308
4309 2010-01-15 Glenn Morris <rgm@gnu.org>
4310
4311 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
4312
4313 * wid-edit.el (widget-keymap): Doc fix.
4314
4315 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
4316 former seems to be more widely accepted by various svn versions.
4317
4318 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
4319
4320 * find-cmd.el (find-constituents):
4321 * vc-arch.el (vc-arch-root):
4322 * window.el (window-body-height, pop-up-frames):
4323 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
4324 (semantic-no-reparse-needed-change-hook):
4325 * cedet/srecode/insert.el (srecode-resolve-argument-list)
4326 (srecode-template-inserter-blank, srecode-template-inserter-variable)
4327 (srecode-template-inserter-ask, srecode-template-inserter-width)
4328 (srecode-template-inserter-section-start)
4329 (srecode-template-inserter-section-end, srecode-insert-method):
4330 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
4331 * progmodes/ada-stmt.el (ada-if):
4332 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
4333 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
4334 (ispell-encoding8-command, ispell-aspell-supports-utf8)
4335 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
4336
4337 * progmodes/flymake.el (flymake-post-syntax-check):
4338 Fix typo in error message.
4339
4340 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
4341
4342 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
4343 which is always a string. (Bug#5313)
4344
4345 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
4346
4347 * progmodes/ada-xref.el (ada-default-prj-properties):
4348 Simplify previous change.
4349
4350 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4351
4352 * progmodes/ada-xref.el (ada-default-prj-properties):
4353 Default ada_project_path to $ADA_PROJECT_PATH.
4354
4355 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4356
4357 * progmodes/ada-mode.el (ada-create-keymap):
4358 Override `narrow-to-defun' with `ada-narrow-to-defun'.
4359
4360 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4361
4362 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
4363 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
4364 (ada-get-current-indent, ada-imenu-generic-expression)
4365 (ada-which-function): Check for it.
4366
4367 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4368
4369 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
4370 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
4371
4372 2010-01-14 Glenn Morris <rgm@gnu.org>
4373
4374 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
4375
4376 2010-01-14 Kenichi Handa <handa@m17n.org>
4377
4378 * composite.el (auto-composition-mode): Make it a buffer local
4379 variable (permanent-local).
4380 (auto-composition-function): Set the default value to
4381 auto-compose-chars.
4382 (auto-composition-mode): Make it a simple function, not a minor mode.
4383 (global-auto-composition-mode): Likewise.
4384 (turn-on-auto-composition-if-enabled): Delete it.
4385
4386 2010-01-13 Karl Fogel <kfogel@red-bean.com>
4387
4388 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
4389
4390 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
4391
4392 * files.el (copy-directory): Compute target for recursive
4393 directories with identical names. (Bug#5343)
4394
4395 2010-01-12 Glenn Morris <rgm@gnu.org>
4396
4397 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
4398 it to bug-gnu-emacs rather than emacs-pretest-bug.
4399
4400 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
4401
4402 * cedet/data-debug.el (data-debug): Fix customization group reference.
4403
4404 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
4405
4406 * cedet/semantic/analyze.el (semantic-analyze-push-error)
4407 (semantic-analyze-context, semantic-analyze-context-assignment)
4408 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
4409 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
4410 (semantic-java-doc-keywords-map):
4411 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
4412 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
4413 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
4414 (semantic-c-classname, semantic-format-tag-uml-prototype)
4415 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
4416 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
4417 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
4418 (semantic-get-local-variables, semantic-end-of-command)
4419 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
4420 (lisp-mode):
4421 * cedet/semantic/bovine/make.el (makefile-mode):
4422 * cedet/semantic/wisent/python.el (wisent-python-string-re)
4423 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
4424 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
4425 (semantic-lex, semantic-get-local-variables, python-mode):
4426 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
4427 * cedet/srecode/extract.el (srecode-extract-state-set)
4428 (srecode-extract-method): Fix typos in docstrings.
4429
4430 2010-01-11 Sam Steingold <sds@gnu.org>
4431
4432 * imenu.el (imenu-default-create-index-function): Detect infinite
4433 loops caused by imenu-prev-index-position-function.
4434
4435 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
4436
4437 * htmlfontify.el (htmlfontify-load-rgb-file)
4438 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
4439 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
4440 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
4441 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
4442 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
4443 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
4444 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
4445 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
4446 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
4447 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
4448 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
4449 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
4450 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
4451 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
4452 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
4453 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
4454 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
4455 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
4456 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
4457 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
4458 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
4459 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
4460 backslash-quoting from parentheses, etc.
4461
4462 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
4463
4464 * progmodes/js.el: Autoload javascript-mode alias.
4465
4466 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
4467
4468 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
4469 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
4470 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
4471 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
4472 Fix typos in docstrings.
4473 (ffap-url-regexp): Doc fix.
4474 (ffap-at-mouse): Fix typo in message.
4475
4476 2010-01-11 Glenn Morris <rgm@gnu.org>
4477
4478 * version.el (emacs-copyright): Set copyright year to 2010.
4479
4480 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4481
4482 * format.el (format-annotate-function): Only set
4483 write-region-post-annotation-function after running to-fn so as not to
4484 affect nested write-region calls (bug#5273).
4485
4486 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
4487
4488 * cedet/semantic.el (semantic-new-buffer-setup-functions):
4489 Add python parser.
4490
4491 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
4492 wisent/python.el.
4493
4494 2010-01-10 Richard Kim <emacs18@gmail.com>
4495
4496 * cedet/semantic/wisent/python-wy.el:
4497 * cedet/semantic/wisent/python.el: New files.
4498
4499 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
4500
4501 * man.el (Man-goto-section): Signal error if the section is not
4502 found (Bug#5317).
4503
4504 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
4505
4506 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
4507 URLs with a leading triple slash in the file: scheme. (Bug#5345)
4508
4509 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
4510
4511 * progmodes/compile.el: Don't treat compile-command as safe if
4512 compilation-read-command might be nil (Bug#4218).
4513
4514 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
4515
4516 * startup.el (command-line-1): Use orig-argi to check for ignored X and
4517 NS options.
4518
4519 2010-01-08 Kenichi Handa <handa@m17n.org>
4520
4521 * international/fontset.el (build-default-fontset-data):
4522 Exclude characters in scripts kana, hangul, han, or cjk-misc.
4523
4524 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
4525
4526 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
4527 to `create-file-buffer' as it expects, not just a buffer name.
4528 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
4529 to help uniquify. (Bug#3224)
4530
4531 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
4532
4533 * font-setting.el (font-setting-change-default-font): Use user-spec
4534 instead of name.
4535
4536 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4537
4538 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
4539
4540 2010-01-05 Tom Tromey <tromey@redhat.com>
4541
4542 * progmodes/python.el (python-font-lock-keywords):
4543 Handle qualified decorators (Bug#881).
4544
4545 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4546
4547 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
4548 in a lightweight checkout.
4549
4550 2010-01-05 Kenichi Handa <handa@m17n.org>
4551
4552 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
4553
4554 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4555
4556 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
4557
4558 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
4559
4560 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
4561 checkouts. (Bug#618)
4562 (vc-bzr-log-view-mode): Also highlight the author.
4563 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
4564 (vc-bzr-shelve-menu-map):
4565 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
4566 (vc-bzr-shelve-apply): Make prompt more explicit.
4567
4568 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
4569
4570 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
4571 They are valid characters in URL paths (rfc3986), and at least
4572 Firefox does not understand the encoded version (Bug#3166).
4573
4574 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
4575
4576 * progmodes/octave-mod.el (octave-end-keywords)
4577 (octave-block-begin-or-end-regexp, octave-block-match-alist):
4578 Add "end" keyword (Bug#3061).
4579 (octave-end-as-array-index-p): New function.
4580 (calculate-octave-indent): Use it.
4581
4582 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4583
4584 * bookmark.el: Consistently put the text property on the bookmark name.
4585 (bookmark-bmenu-marks-width): Bump back to 2, to include
4586 annotation marks.
4587 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
4588 property on the bookmark name, instead of not putting it at all.
4589 (bookmark-bmenu-list): Fix where we put the text property.
4590
4591 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4592
4593 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
4594 for showing buffer modified state (as added in the previous change).
4595
4596 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4597
4598 * bookmark.el: Show modified state of bookmark buffer more accurately.
4599 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
4600 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
4601 (with-buffer-modified-unmodified): New macro.
4602 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4603 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
4604 Use new macro to preserve the buffer modified state.
4605
4606 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4607
4608 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
4609 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
4610 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
4611 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
4612 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4613 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
4614 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
4615
4616 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4617
4618 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4619 Make the lines in the generated doc string shorter. (Bug#4668)
4620
4621 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
4622
4623 * net/rcirc.el: Add follow-link binding (Bug#4738).
4624
4625 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4626
4627 * Makefile.in (bzr-update): Rename from cvs-update.
4628 (cvs-update): New target for backward compatibility.
4629
4630 * makefile.w32-in (bzr-update): Rename from cvs-update.
4631 (cvs-update): New target for backward compatibility.
4632
4633 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4634
4635 * bookmark.el: Remove gratuitous gratitude.
4636
4637 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4638
4639 * bookmark.el (bookmark-bmenu-any-marks): New function
4640 (bookmark-bmenu-save): Clear buffer modification if no marks.
4641
4642 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4643
4644 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
4645 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
4646 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
4647 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
4648
4649 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
4650 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
4651 To: emacs-devel {_AT_} gnu.org
4652 Subject: bookmark.el bug report
4653 Date: Mon, 28 Dec 2009 14:19:16 +0800
4654 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
4655
4656 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4657
4658 * bookmark.el: Improvements suggested by Drew Adams:
4659 (bookmark-bmenu-ensure-position): New name for
4660 `bookmark-bmenu-check-position'. Just ensure the position,
4661 don't return any meaningful value.
4662 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4663 New constants.
4664
4665 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
4666
4667 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4668 (bookmark-yank-point, bookmark-bmenu-check-position):
4669 Fix typos in docstrings.
4670 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4671 (bookmark-name-from-full-record, bookmark-get-position)
4672 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4673 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4674 Remove useless quoting of parenthesis, etc. in docstrings.
4675
4676 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4677 (ediff-append-custom-diff): Fix typo in error message.
4678 (ediff-meta-mark-equal-files): Fix typos in messages.
4679
4680 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4681
4682 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
4683 Fix typo in docstring.
4684
4685 * net/imap-hash.el (imap-hash-make): Doc fix.
4686 (imap-hash-test): Fix typo in error message; reflow docstring.
4687 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4688 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4689 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4690 Fix typos in docstrings.
4691 (imap-hash-open-connection): Fix typo in error message.
4692
4693 * play/gomoku.el (gomoku): Fix typos in docstring.
4694
4695 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4696 (gdb-jsonify-buffer): Fix typos in docstring.
4697 (gdb-goto-breakpoint): Fix typo in error message.
4698 ("Display Other Windows"): Fix typo in help message.
4699 (gdb-speedbar-expand-node): Fix typo in question.
4700
4701 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4702 (idlwave-html-system-help-location, idlwave-html-help-location)
4703 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4704 (idlwave-help-browser-generic-args, idlwave-help-directory)
4705 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4706 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4707 (idlwave-online-help, idlwave-help-html-link)
4708 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4709 Fix typos in docstrings.
4710 (idlwave-help-with-source, idlwave-help-find-routine-definition):
4711 Reflow docstrings.
4712 (idlwave-help-assistant-start): Fix typo in error message.
4713
4714 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4715 (octave-electric-space): Fix typos in docstrings.
4716
4717 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
4718
4719 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4720
4721 2010-01-01 Juri Linkov <juri@jurta.org>
4722
4723 * comint.el (comint-input-ring-size): Make it a defcustom and
4724 increase the default to 500 (Bug#5148).
4725
4726 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
4727
4728 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4729 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4730 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4731
4732 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
4733
4734 Show working revision correctly for mercurial.
4735 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
4736 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
4737
4738 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
4739
4740 Declare some functions for the byte-compiler.
4741 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4742 (speedbar-timer-fn, speedbar-change-expand-button-char)
4743 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4744
4745 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
4746
4747 This changeset reverts GDB Graphical Interface to use annotations.
4748 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4749
4750 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4751
4752 Make vc-dir work on subdirectories of the bzr root.
4753 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
4754 file names relative to it.
4755 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4756 relative directory to vc-bzr-after-dir-status.
4757
4758 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
4759
4760 * font-lock.el (font-lock-refresh-defaults): New function, which
4761 can be used to let font-lock react to external changes in
4762 variables like font-lock-defaults and keywords.
4763 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4764
4765 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
4766
4767 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4768
4769 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4770
4771 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
4772
4773 Supersede color.diff settings in git log (bug#5211).
4774
4775 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4776 escape chars in its output when the user has color.diff set to `always'.
4777 This fix works on git 1.4.2 and newer (released on 2006-08-13).
4778
4779 2009-12-26 Kevin Ryde <user42@zip.com.au>
4780
4781 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4782 node. Keep previous "Index" name to work with past coreutils too.
4783
4784 * man.el (man): Revise docstring a bit to show -a and -l as
4785 examples. Add -k description since support for it has otherwise
4786 been a secret. (Further to bug#3717.)
4787 (Man-bgproc-sentinel): When "-k foo" produces no output show error
4788 "no matches" rather than "Can't find manpage", as the latter reads
4789 like -k was interpreted as a page name, which is not so. (Bug#5431)
4790
4791 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
4792
4793 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4794 switches. Check also for //SUBDIRED// line.
4795
4796 2009-12-25 Kenichi Handa <handa@m17n.org>
4797
4798 * language/indian.el (devanagari-composable-pattern): Fixed to
4799 handle ZWNJ and ZWJ. Use it in composition-function-table for
4800 Devanagari.
4801 (malayalam-composable-pattern): Fix previous change.
4802
4803 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4804
4805 * ps-print.el (ps-face-attributes): It was not returning the
4806 attribute face for faces specified as string. Reported by harven
4807 <harven@free.fr>.
4808 (ps-print-version): New version 7.3.5.
4809
4810 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
4811
4812 * calendar/icalendar.el (icalendar--convert-tz-offset):
4813 Fix timezone names.
4814 (icalendar--convert-tz-offset): Fix the "last-day-problem".
4815 (icalendar--add-diary-entry): Remove the trailing blank that
4816 diary-make-entry inserts.
4817
4818 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
4819
4820 Make `file-expand-wildcards' work for remote files.
4821
4822 * files.el (file-expand-wildcards): In case of remote files, check
4823 only local file name part for wildcards. Provide feature 'files
4824 and subfeature 'remote-wildcards. (Bug#5198)
4825
4826 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4827 if there is already an established connection.
4828 (tramp-advice-file-expand-wildcards): Remove it.
4829
4830 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
4831 (tramp-advice-file-expand-wildcards): Move from tramp.el.
4832 Activate advice for older GNU Emacs versions. (Bug#5237)
4833
4834 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
4835
4836 Some doc fixes (more needed).
4837
4838 * find-cmd.el (find-constituents): Reflow docstring.
4839 (find-cmd, find-prune, find-command): Fix typos in docstrings.
4840 (find-generic): Doc fix.
4841
4842 2009-12-17 Juri Linkov <juri@jurta.org>
4843
4844 Fix regression from 23.1 to allow multiple modes in Local Variables.
4845
4846 * files.el (hack-local-variables-filter): While ignoring duplicates,
4847 don't take `mode' into account.
4848 (hack-local-variables-filter, hack-dir-local-variables):
4849 Don't remove duplicate `mode' from local-variables-alist (like `eval').
4850
4851 2009-12-17 Juri Linkov <juri@jurta.org>
4852
4853 Make `dired-diff' safer. (Bug#5225)
4854
4855 * dired-aux.el (dired-diff): Signal an error when `file' equals to
4856 `current' or when `file' is a directory of the `current' file.
4857
4858 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
4859
4860 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4861 unconditionally preloaded files.
4862
4863 2009-12-16 Juri Linkov <juri@jurta.org>
4864
4865 Revert to old 23.1 logic of using the file at the mark as default.
4866 * dired-aux.el (dired-diff): Use the file at the mark as default
4867 if it's not the same as the current file, and the target dir is
4868 the current dir or the mark is active. Add the current file
4869 as the arg of `dired-dwim-target-defaults'. Use the default file
4870 in the prompt. (Bug#5225)
4871
4872 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
4873
4874 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4875 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4876 (tramp-check-for-regexp): Check also, when an echoing shell stops
4877 to echo sent commands.
4878
4879 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4880
4881 * Makefile.in: Revert last change (Bug#5191).
4882
4883 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
4884
4885 * vc-hg.el (vc-hg-print-log): Fix argument order.
4886 (vc-hg-working-revision): Make sure the command is executed in a
4887 known environment so that we can parse the output. (Bug#4417)
4888
4889 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4890
4891 * progmodes/python.el (python-symbol-completions): Remove text
4892 properties from symbol string before calling python-send-receive.
4893
4894 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
4895
4896 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4897 when there are values for both file and line. (Bug#5060)
4898
4899 2009-12-14 Juri Linkov <juri@jurta.org>
4900
4901 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4902 whitespace after the file name of the first line of unified format,
4903 because git-diff doesn't output whitespace and file modification time
4904 after the file name.
4905
4906 2009-12-14 David Kastrup <dak@gnu.org>
4907
4908 * info.el (Info-hide-cookies-node): Before hiding a cookie,
4909 check if it already has the `display' property added by
4910 `Info-display-images-node', and not put the `invisible' property
4911 in this case.
4912
4913 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4914
4915 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4916 (semantic-mru-bookmark-mode): Doc fixes.
4917
4918 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
4919 of assert.
4920
4921 2009-12-13 Glenn Morris <rgm@gnu.org>
4922
4923 * mail/emacsbug.el (message-sort-headers): Define for compiler.
4924 (report-emacs-bug): In message-mode, sort manually before storing
4925 original report text. (Bug#5178)
4926 Remove superfluous save-excursion.
4927
4928 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
4929
4930 * net/dbus.el (dbus-property-handler): Filter lambda forms out
4931 when responding to "GetAll" properties.
4932
4933 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
4934
4935 * simple.el (compose-mail): Remove mail-setup-with-from from
4936 customization checks.
4937
4938 2009-12-12 Eli Zaretskii <eliz@gnu.org>
4939
4940 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4941 RAR archives created on Unix systems.
4942
4943 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4944
4945 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4946 the varalias that was accidentally removed by the 2009-11-19 change
4947 (bug#5186).
4948
4949 2009-12-12 Kenichi Handa <handa@m17n.org>
4950
4951 * language/indian.el (indian-compose-regexp): New function.
4952 (malayalam-composable-pattern): Fix the pattern.
4953 (composition-function-table): Set malayalam-composable-pattern for
4954 Malayalam characters.
4955
4956 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
4957
4958 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4959 rather than down-mouse-1, based on follow-link conventions.
4960
4961 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4962 are compiled.
4963
4964 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
4965
4966 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4967 (verilog-vmm-statement-re, verilog-ovm-statement-re)
4968 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4969 (verilog-leap-to-head, verilog-backward-token):
4970 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
4971
4972 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
4973
4974 * progmodes/verilog-mode.el (verilog-auto-lineup)
4975 (verilog-nameable-item-re): Cleanup user-visible spelling and
4976 documentation errors. One reported by Gary Delp.
4977 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4978 (verilog-read-decls): Fix AUTOWIRE with types declared in a
4979 package, bug195. Reported by Pierre-David Pfister.
4980
4981 2009-12-11 Glenn Morris <rgm@gnu.org>
4982
4983 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4984
4985 * mail/emacsbug.el: No longer require sendmail.
4986 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
4987 (report-emacs-bug-orig-text): Doc fix.
4988 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4989 New local variables, to adapt to different mail-user-agents.
4990 (report-emacs-bug): Fix test for a gnu.org address.
4991 Use overlays for emphasis, since font-lock defeats 'face property.
4992 Pretest bugs also end up at the newsgroup these days.
4993 Stop message-mode stripping text properties.
4994 Set and use the new buffer-local variables.
4995 (report-emacs-bug-hook): Add doc-string.
4996 Remove some unnecessary save-excursions and simplify.
4997 Use the appropriate hook and send-command.
4998
4999 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
5000 capitalization of some menu entries.
5001
5002 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5003
5004 * whitespace.el (whitespace-display-char-on):
5005 Ensure `buffer-display-table' is unique when two or more windows are
5006 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
5007 New version 12.1.
5008
5009 2009-12-10 Eli Zaretskii <eliz@gnu.org>
5010
5011 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
5012 characters in the Attribute field.
5013
5014 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
5015
5016 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
5017
5018 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5019
5020 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
5021 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5022 Disregard autoload-excludes.
5023 (update-directory-autoloads): Obey autoload-excludes here instead.
5024 But don't store its contents in no-autoloads and remove entries that
5025 refer to excludes files.
5026
5027 2009-12-10 Glenn Morris <rgm@gnu.org>
5028
5029 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
5030 (expand-mail-aliases): Define for compiler.
5031
5032 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
5033 Define for compiler.
5034
5035 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
5036 appropriate for the mail-user-agent in use.
5037
5038 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
5039
5040 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
5041
5042 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
5043
5044 Fix short log parsing and fontification.
5045 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
5046 Fix fontification for the [merge] label.
5047
5048 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
5049
5050 Drop some properties to avoid surprises (bug#5002).
5051 * htmlfontify.el (hfy-ignored-properties): New defcustom.
5052 (hfy-fontify-buffer): Use it.
5053
5054 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
5055
5056 Minor cleanup.
5057 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
5058 Adjust all callers.
5059 (ffap-locate-file): Remove unused arg `dir-ok' and make other
5060 args compulsory. Adjust callers.
5061 (ffap-gopher-at-point): Remove unused var `name'.
5062
5063 Get rid of the ELCFILES abomination.
5064 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
5065 (compile-elcfiles): New phony target.
5066 (compile-main): Compute ELCFILES dynamically.
5067 (compile-clean): New target to remove left-over elc files.
5068 (compile, all): Use it.
5069
5070 2009-12-09 Kenichi Handa <handa@etlken>
5071
5072 * international/mule-diag.el: Require help-mode instead of help-fns.
5073
5074 2009-12-09 Kenichi Handa <handa@m17n.org>
5075
5076 * international/mule-cmds.el (ucs-names): Supply sufficiently
5077 fine ranges instead of pre-calculating accurate ranges.
5078 Iterate with bigger gc-cons-threshold.
5079
5080 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
5081
5082 Add support for stashing a snapshot of the current tree.
5083 * vc-git.el (vc-git-stash-snapshot): New function.
5084 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
5085
5086 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
5087
5088 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
5089 instead of `(beginning|end)-of-line'.
5090
5091 2009-12-08 Glenn Morris <rgm@gnu.org>
5092
5093 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
5094
5095 * Makefile.in (ELCFILES): Regenerate.
5096
5097 2009-12-07 Juri Linkov <juri@jurta.org>
5098
5099 Don't lazy-highlight the comint output in history Isearch mode.
5100
5101 * comint.el (comint-history-isearch-search): Instead of
5102 `comint-line-beginning-position', use `comint-after-pmark-p'
5103 to check if point if before the process mark, and go to
5104 `process-mark' in this case.
5105
5106 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5107
5108 * textmodes/tex-mode.el (latex-complete)
5109 (latex-indent-or-complete): Remove.
5110 (latex-mode): Set completion-at-point-functions instead.
5111
5112 Provide a standard completion command and hook it into TAB.
5113 * minibuffer.el (completion-at-point-functions): New var.
5114 (completion-at-point): New command.
5115 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
5116 * progmodes/python.el (python-mode-map): Use completion-at-point.
5117 (python-completion-at-point): Rename from python-partial-symbol and
5118 adjust for use in completion-at-point-functions.
5119 (python-mode): Setup completion-at-point for Python completion.
5120 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
5121 extracted from lisp-complete-symbol.
5122 (lisp-complete-symbol): Use it.
5123 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
5124 setup completion-at-point for Elisp completion.
5125 (emacs-lisp-mode-map, lisp-interaction-mode-map):
5126 Use completion-at-point.
5127 * ielm.el (ielm-map): Use completion-at-point.
5128 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
5129 * progmodes/sym-comp.el: Move to...
5130 * obsolete/sym-comp.el: Move from progmodes.
5131
5132 2009-12-07 Eli Zaretskii <eliz@gnu.org>
5133
5134 Prevent save-buffer in Rmail buffers from using the coding-system
5135 of the current message, and from clobbering the encoding mnemonics
5136 in the mode line (Bug#4623).
5137
5138 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
5139 flag, too.
5140 (rmail-message-encoding): New variable.
5141 (rmail-write-region-annotate): Record the encoding of the current
5142 message in rmail-message-encoding.
5143 (rmail-after-save-hook): New function, restores the encoding of
5144 the current message after the message collection is saved.
5145
5146 2009-12-07 Juri Linkov <juri@jurta.org>
5147
5148 * progmodes/grep.el (grep-read-files): Use `completing-read'
5149 instead of `read-string'. Set its `collection' arg to
5150 `read-file-name-internal'. (Bug#4301)
5151
5152 2009-12-07 Juri Linkov <juri@jurta.org>
5153
5154 Correctly restore original Isearch point. (Bug#4994)
5155
5156 * isearch.el (isearch-mode): Move `isearch-push-state' after
5157 `(run-hooks 'isearch-mode-hook)'.
5158 (isearch-cancel): When `isearch-push-state-function' is defined,
5159 let-bind `isearch-cmds' to the first state (the last element of
5160 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
5161 function and restores the original point). Otherwise, move point
5162 to `isearch-opoint'.
5163
5164 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5165
5166 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
5167 chars that don't have names, so the table can be built much faster at
5168 run-time.
5169
5170 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
5171
5172 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
5173 change. Suggested by David Kastrup.
5174
5175 * simple.el (compose-mail): Check for incompatibilities and warn.
5176 (compose-mail-user-agent-warnings): New option.
5177
5178 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5179
5180 Support showing a single log entry from vc-annotate.
5181 * vc.el (print-log): Add a new argument: START-REVISION.
5182 (vc-print-log-internal): Add a new optional argument and
5183 pass it to the backend.
5184 (vc-print-log, vc-print-root-log): Adjust callers.
5185 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
5186 buffer already displays the requested log entry, use it.
5187 Otherwise display only the log entry in question.
5188 * vc-svn.el (vc-svn-print-log):
5189 * vc-mtn.el (vc-mtn-print-log):
5190 * vc-hg.el (vc-hg-state):
5191 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
5192 (vc-git-show-log-entry): Return t on success.
5193 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
5194 (vc-bzr-show-log-entry): Return t on success.
5195 * vc-rcs.el (vc-rcs-print-log):
5196 * vc-sccs.el (vc-sccs-print-log):
5197 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
5198
5199 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5200
5201 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
5202 Add menus to the meta mode. (Bug#5043)
5203
5204 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
5205
5206 * ediff-init.el (ediff-event-key): Use event-to-character instead of
5207 event-key.
5208
5209 * ediff.el (ediff-buffers-internal): Add unwind-protect.
5210
5211 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
5212
5213 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
5214 Berbain <raphael.berbain@gmail.com>.
5215
5216 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
5217 characters.
5218 (tramp-initial-end-of-output): New defconst.
5219 (tramp-methods, tramp-find-shell)
5220 (tramp-open-connection-setup-interactive-shell)
5221 (tramp-maybe-open-connection): Use it.
5222 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
5223 existence of `#' and `$'.
5224
5225 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
5226 `tramp-initial-end-of-output'.
5227
5228 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5229
5230 Get the background mode from the terminal for xterm, and set
5231 faces accordingly.
5232 * term/xterm.el (xterm-set-background-mode): New function.
5233 (terminal-init-xterm): Use it in case xterm supports background
5234 color queries. Recompute faces after getting the background
5235 color.
5236
5237 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
5238
5239 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
5240 number comment back on its own line, for easier parsing.
5241
5242 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5243
5244 Make it work for non-file buffers (bug#5102).
5245 * doc-view.el (doc-view-current-cache-dir):
5246 Use doc-view-buffer-file-name rather than buffer-file-name.
5247 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
5248
5249 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
5250
5251 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
5252 author field is too short.
5253
5254 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
5255
5256 * vc-git.el (vc-git-print-log): Handle a limit argument.
5257 Display the short log in graph form and with labels.
5258 (vc-git-log-view-mode): Handle labels.
5259
5260 Make vc-revert change VC state from 'added to 'unregistered.
5261 * vc-git.el (vc-git-revert): Call git reset first.
5262
5263 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
5264
5265 * net/newst-backend.el, net/newst-plainview.el:
5266 * net/newst-reader.el, net/newst-ticker.el:
5267 * net/newst-treeview.el, net/newsticker.el:
5268 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
5269
5270 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
5271
5272 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
5273
5274 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
5275 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
5276 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
5277 Update annotation regexp.
5278
5279 * simple.el (beginning-of-visual-line): Constrain to field
5280 boundaries (Bug#5106).
5281
5282 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
5283
5284 * xml.el (xml-substitute-numeric-entities): Move
5285 newsticker--decode-numeric-entities in newst-backend.el to
5286 xml-substitute-numeric-entities in xml.el. (Bug#5008)
5287 * net/newst-backend.el (newsticker--parse-generic-feed)
5288 (newsticker--parse-generic-items)
5289 (newsticker--decode-numeric-entities): Move
5290 newsticker--decode-numeric-entities in newst-backend.el to
5291 xml-substitute-numeric-entities in xml.el. (Bug#5008)
5292
5293 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
5294
5295 * progmodes/js.el (js--js-not): Add null to the list of values.
5296
5297 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
5298
5299 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
5300
5301 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5302
5303 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
5304 delimiter if it is at the end of the current line.
5305 (bibtex-generate-url-list): Fix docstring.
5306
5307 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5308
5309 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
5310 minibuffer's content with itself.
5311 Fold the confirm-after-completion case into the `confirm' case.
5312 (completion-pcm-word-delimiters): Add : and / to the delimiters.
5313
5314 2009-12-06 Kevin Ryde <user42@zip.com.au>
5315
5316 * ffap.el (ffap-rfc-path): Make this a defcustom since
5317 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
5318
5319 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
5320 manuals, similar to existing setup for help-mode. (Bug#3913.)
5321
5322 2009-12-05 Juri Linkov <juri@jurta.org>
5323
5324 Save and restore dired buffer's point positions too. (Bug#4880)
5325
5326 * dired.el (dired-save-positions): Return in the first element
5327 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
5328 Doc fix.
5329 (dired-restore-positions): First restore buffer's position.
5330 While restoring window's positions, check if window still displays
5331 the original buffer.
5332
5333 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
5334
5335 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
5336 if possible.
5337
5338 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
5339 Make argument optional.
5340
5341 * shell.el (shell): Require ansi-color (Bug#5113).
5342
5343 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
5344
5345 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
5346
5347 2009-12-05 Alan Mackenzie <acm@muc.de>
5348
5349 * progmodes/cc-mode.el (c-before-hack-hook)
5350 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
5351 `c-file-style' to work again. This reversion restores the current
5352 software to its state in Emacs 23.1. (Bug#4146)
5353
5354 2009-12-05 Kevin Ryde <user42@zip.com.au>
5355
5356 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
5357 comment-start-skip to comment-end-skip as comment (Bug#4781).
5358
5359 2009-12-05 Juri Linkov <juri@jurta.org>
5360
5361 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
5362 for virtual nodes. (Bug#4147)
5363 (Info-find-node-2): Set `Info-current-node-virtual' to nil
5364 when moving from a virtual node.
5365 (Info-mode-menu): Add `Info-virtual-index' to the menu.
5366 (Info-mode): Add `Info-virtual-index' to the docstring.
5367
5368 2009-12-05 Eric Ludlam <zappo@gnu.org>
5369
5370 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
5371 Describe project macro symbols.
5372
5373 * cedet/semantic/complete.el (semantic-complete-do-completion):
5374 Don't call semantic-collector-current-exact-match.
5375
5376 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
5377 ede-objects as targets.
5378
5379 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
5380 a target's object list even if compiler vars are already in the
5381 Makefile.
5382
5383 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
5384 list of headers producing necessary macros.
5385
5386 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5387
5388 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
5389 track of the buffer position of the end of a BibTeX entry as this
5390 position may change during reformatting.
5391 (bibtex-format-entry): Remove whitespace before processing
5392 numerical fields so that we recognize the latter properly.
5393 (bibtex-reformat): Do not use push which changes the global value
5394 of bibtex-entry-format.
5395 (bibtex-field-braces-alist, bibtex-field-strings-alist)
5396 (bibtex-field-re-init): Replace only space characters by regexp
5397 for whitespace.
5398 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
5399 (bibtex-initialize): Also update bibtex-strings.
5400 (bibtex-kill-field): Preserve white space at end of entry.
5401 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
5402 Update bibtex-reference-keys.
5403
5404 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5405
5406 * minibuffer.el (completion-pcm--merge-try): Also consider placing
5407 point after a star, if that's the only place where modifications can
5408 make progress.
5409
5410 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
5411
5412 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
5413 in docstrings.
5414
5415 2009-12-04 Juri Linkov <juri@jurta.org>
5416
5417 * proced.el (proced): Call `(proced-update t)' to update process
5418 information instead of only running proced-post-display-hook.
5419 (proced-send-signal): Add a leading space to the buffer name
5420 " *Marked Processes*" to make this buffer ephemeral.
5421
5422 2009-12-04 Juri Linkov <juri@jurta.org>
5423
5424 * dired.el (dired-auto-revert-buffer): New defcustom.
5425 (dired-internal-noselect): Use it.
5426
5427 2009-12-04 Juri Linkov <juri@jurta.org>
5428
5429 Change roles of modes and functions in image-mode.el (Bug#5062).
5430
5431 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
5432 in `auto-mode-alist'.
5433 (image-mode-previous-major-mode): New variable.
5434 (image-minor-mode-map): Rename from `image-mode-text-map'.
5435 (image-mode): Move graceful error-handling code from
5436 `image-minor-mode' to here. On errors call `image-mode-as-text'.
5437 (image-minor-mode): Remove all image-handling code.
5438 Replace `image-mode-text-map' with `image-minor-mode-map'.
5439 Check for `image-type' in mode-line format string.
5440 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
5441 (image-mode-as-text): New function with most code from
5442 `image-mode-maybe'.
5443 (image-toggle-display-text): Move code that removes image
5444 properties from `image-toggle-display' to here.
5445 (image-toggle-display-image): New function with code that adds
5446 image properties copied from `image-toggle-display'.
5447 (image-toggle-display): Remove most code with leaving only code
5448 that toggles between `image-mode-as-text' and `image-mode'.
5449
5450 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
5451
5452 * net/newst-treeview.el
5453 (newsticker--treeview-list-highlight-start): Restored call to
5454 save-excursion: Selected item was stuck.
5455 (newsticker--treeview-list-select): New.
5456 (newsticker--treeview-item-show-text)
5457 (newsticker--treeview-item-show)
5458 (newsticker--treeview-item-update): Use new
5459 newsticker-treeview-item-mode.
5460 (newsticker-treeview-update): Keep current item.
5461 (newsticker-treeview-next-new-or-immortal-item): Doc change.
5462 (newsticker--treeview-first-feed): Doc change.
5463 (newsticker-treeview-list-menu)
5464 (newsticker-treeview-item-menu): Added menu entries.
5465 (newsticker-treeview-item-mode): New.
5466
5467 * net/newst-backend.el (newsticker-customize): Delete other
5468 windows.
5469
5470 2009-12-04 Sam Steingold <sds@gnu.org>
5471
5472 * log-view.el (log-view-mode-map): "q" calls quit-window,
5473 like in all the other non-self-insert buffers.
5474
5475 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5476
5477 Minor cleanup.
5478 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
5479 key decoding rather than do it manually via last-input-event +
5480 ascii-character.
5481 (term-exec): Use delete-and-extract-region.
5482 (term-handle-ansi-terminal-messages): Remove unused var `end'.
5483 (term-process-pager): Remove unused var `i'.
5484 (term-dynamic-simple-complete): Make obsolete.
5485 (serial-update-config-menu): Remove unused vars `y' and `str'.
5486 (term-update-mode-line): Remove unused var `temp'.
5487
5488 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5489
5490 Limit the number of log entries displayed by default.
5491 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
5492 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
5493 using a prefix argument.
5494
5495 2009-12-03 Glenn Morris <rgm@gnu.org>
5496
5497 * progmodes/idlwave.el (class): Restore still useful declaration.
5498
5499 2009-12-03 Alan Mackenzie <acm@muc.de>
5500
5501 Enhance `c-parse-state' to run efficiently in "brace deserts".
5502
5503 * progmodes/cc-mode.el (c-basic-common-init):
5504 Call c-state-cache-init.
5505 (c-neutralize-syntax-in-and-mark-CPP): Rename from
5506 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
5507 placing `category' properties value 'c-cpp-delimiter at its boundaries.
5508
5509 * progmodes/cc-langs.el (c-before-font-lock-function):
5510 c-extend-and-neutralize-syntax-in-CPP has been renamed
5511 c-neutralize-syntax-in-and-mark-CPP.
5512
5513 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
5514 with `category' properties now, not `syntax-table' ones.
5515
5516 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
5517 enhanced (but slower) version of c-end-of-macro that won't land
5518 inside a literal or on another awkward character.
5519 (c-state-cache-too-far, c-state-cache-start)
5520 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
5521 (c-state-nonlit-pos-cache-limit, c-state-point-min)
5522 (c-state-point-min-lit-type, c-state-point-min-lit-start)
5523 (c-state-min-scan-pos, c-state-brace-pair-desert)
5524 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
5525 buffer local variables.
5526 (c-state-literal-at, c-state-lit-beg)
5527 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
5528 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
5529 (c-state-cache-top-paren, c-state-cache-after-top-paren)
5530 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
5531 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
5532 (c-renarrow-state-cache)
5533 (c-append-lower-brace-pair-to-state-cache)
5534 (c-state-push-any-brace-pair, c-append-to-state-cache)
5535 (c-remove-stale-state-cache)
5536 (c-remove-stale-state-cache-backwards, c-state-cache-init)
5537 (c-invalidate-state-cache-1, c-parse-state-1)
5538 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
5539 (c-parse-state): Enhance and refactor.
5540 (c-debug-parse-state): Amend to deal with all the new variables.
5541
5542 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
5543 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
5544 modify to use category text properties rather than syntax-table ones.
5545 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
5546 to switch off/on the syntactic paren property of C++ template
5547 delimiters using the category property.
5548 (c-with-<->-as-parens-suppressed): Macro to invoke code with
5549 template delims suppressed.
5550 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
5551 New constant/macros which apply category properties to the start
5552 and end of preprocessor constructs.
5553 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
5554 "comment out" the syntactic value of characters in preprocessor
5555 constructs.
5556 (c-with-cpps-commented-out)
5557 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
5558 with characters in all or all but one preprocessor constructs
5559 "commented out".
5560
5561 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5562
5563 * proced.el (proced-filter-alist): Use regexp-quote.
5564
5565 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
5566
5567 Cleanup.
5568 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
5569 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
5570 arguments. Expand `default-directory'.
5571
5572 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
5573 the benefit of returning an expanded localname.
5574 (tramp-tramp-file-p): Handle the case NAME is not a string.
5575
5576 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5577
5578 Add support for bzr shelve/unshelve.
5579 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
5580 (vc-bzr-extra-menu-map): New variables.
5581 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
5582 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
5583 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
5584 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
5585 (vc-bzr-dir-extra-headers): Display shelves.
5586
5587 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
5588
5589 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5590
5591 * textmodes/bibtex.el (bibtex-complete-internal):
5592 Use completion-in-region.
5593 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
5594
5595 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5596
5597 Support applying stashes. Improve UI.
5598 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
5599 (vc-git-stash-apply, vc-git-stash-pop)
5600 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
5601 (vc-git-stash-menu): New functions.
5602 (vc-git-stash-menu-map): New variable.
5603 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
5604
5605 2009-12-03 Glenn Morris <rgm@gnu.org>
5606
5607 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
5608 (vc-print-log-internal): Fix previous change.
5609 (vc-revert): Correct pluralization.
5610
5611 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5612
5613 * progmodes/make-mode.el (makefile-special-targets-list): No need for
5614 it to be an alist any more.
5615 (makefile-complete): Use completion-in-region.
5616
5617 * progmodes/octave-mod.el (octave-complete-symbol):
5618 Use completion-in-region.
5619
5620 Misc cleanup.
5621 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
5622 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
5623 (idlwave-complete-class): Don't quote lambda.
5624 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
5625 (idlwave-mode-map): Move initialization into declaration.
5626 (idlwave-action-and-binding): Use backquotes.
5627 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
5628 Simplify.
5629 (idlwave-is-pointer-dereference): Remove unused var `pos'.
5630 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
5631 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
5632 `parts', and `all-parts'.
5633 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
5634 (idlwave-convert-xml-system-routine-info): Remove unused string
5635 `version-string'.
5636 (idlwave-display-user-catalog-widget): Use dolist.
5637 (idlwave-scanning-lib): Declare dynamically-scoped var.
5638 (idlwave-scan-library-catalogs): Remove unused var `flags'.
5639 (completion-highlight-first-word-only): Declare to silence bytecomp.
5640 (idlwave-popup-select): Tighten scope of `resp'.
5641 (idlwave-find-struct-tag): Remove unused var `beg'.
5642 (idlwave-after-load-rinfo-hook): Declare.
5643 (idlwave-sintern-class-info): Remove unused var `taglist'.
5644 (idlwave-find-class-definition): Remove unused var `list'.
5645 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
5646 (idlwave-what-module-find-class): Remove unused var `classes'.
5647
5648 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
5649
5650 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
5651
5652 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5653
5654 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
5655 buffers visited. Remove redundant current-buffer-saving.
5656
5657 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5658
5659 Use completion-in-buffer and remove uses of dynamic scoping.
5660 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
5661 (pascal-buffer-to-use, pascal-flag): Don't declare.
5662 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
5663 (pascal-get-completion-decl, pascal-keyword-completion):
5664 Add `pascal-str' argument, save-excursion,
5665 return the found completions, and don't filter with pascal-pred.
5666 (pascal-completion-cache): New var.
5667 (pascal-completion): Don't switch buffer any more (it was never
5668 necessary). Don't save-excursion any more (it's done by the called
5669 subroutines). Use a cache to avoid redundant computations.
5670 Use complete-with-action rather than pascal-completion-response and
5671 let it apply the predicate as well.
5672 (pascal-complete-word): Use completion-in-buffer when
5673 pascal-toggle-completions is nil.
5674 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
5675 not used any more.
5676 (pascal-comp-defun): Don't change buffer any more.
5677 Use complete-with-action rather than pascal-completion-response and
5678 let it apply the predicate as well.
5679 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
5680 when neded.
5681
5682 2009-12-02 Kenichi Handa <handa@m17n.org>
5683
5684 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
5685 shape for all Indic scripts.
5686
5687 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5688
5689 Use completion-in-buffer.
5690 * wid-edit.el (widget-field-text-end): New function.
5691 (widget-field-value-get): Use it.
5692 (widget-string-complete, widget-file-complete)
5693 (widget-color-complete): Use it and completion-in-region.
5694 (widget-complete): Don't narrow the buffer.
5695
5696 2009-12-02 Glenn Morris <rgm@gnu.org>
5697
5698 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
5699 (rmail-select-summary): Use rmail-pop-to-buffer.
5700 * mail/rmailsum.el: Replace all pop-to-buffer calls with
5701 rmail-pop-to-buffer, to prevent horizontal splits.
5702
5703 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5704 save-excursion with save-current-buffer.
5705 Widen before searching. (Bug#5093)
5706 (diary-list-sexp-entries): Remove superfluous save-excursion.
5707
5708 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
5709
5710 * woman.el (woman-make-bufname): Handle man-pages with "." in the
5711 name. (Bug#5038)
5712
5713 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
5714
5715 * ido.el (ido-file-internal): Handle filenames at point that do
5716 not have a directory part. (Bug#5049)
5717
5718 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
5719
5720 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5721 (mpc-songs-jump-to, mpc-resume): Doc fixes.
5722
5723 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
5724
5725 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5726 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5727 any more.
5728
5729 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5730
5731 * comint.el (comint-insert-input): Ignore clicks to the right of
5732 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5733
5734 * vc.el (vc-print-log-internal): Don't wait for the process to
5735 terminate before setting up the major mode.
5736
5737 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5738 in case.
5739
5740 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5741 the last element.
5742
5743 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5744
5745 2009-12-01 Glenn Morris <rgm@gnu.org>
5746
5747 * window.el (window--display-buffer-2): Fix previous changes.
5748
5749 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
5750
5751 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5752
5753 2009-12-01 Glenn Morris <rgm@gnu.org>
5754
5755 * Makefile.in (ELCFILES): Add mpc.elc.
5756
5757 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5758
5759 * mpc.el: New file.
5760
5761 2009-12-01 Glenn Morris <rgm@gnu.org>
5762
5763 * window.el (window-to-use): Define for compiler.
5764
5765 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5766 consistent with others (no final period).
5767
5768 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5769 (rmail-mime-show): Downcase the encoding. (Bug#5070)
5770
5771 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
5772
5773 Make vc-print-log buttons work.
5774 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
5775
5776 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
5777
5778 * savehist.el (savehist-autosave-interval): Allow setting to nil
5779 through customize. (Bug#5056)
5780
5781 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
5782
5783 Fix references to jit-lock properties.
5784 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5785 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5786 (perl-font-lock-special-syntactic-constructs):
5787 Quote jit-lock-defer-multiline property.
5788
5789 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
5790
5791 * vc-git.el (vc-git-registered): Call vc-git-root only once.
5792
5793 2009-11-30 Juri Linkov <juri@jurta.org>
5794
5795 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5796 value `buffer' of `multi-isearch-next-buffer-current-function'.
5797 Use `(current-buffer)' when `buffer' is nil.
5798 (multi-isearch-next-buffer-from-list): Don't fallback to
5799 `(current-buffer)' when `buffer' is nil. (Bug#4947)
5800
5801 2009-11-30 Juri Linkov <juri@jurta.org>
5802
5803 * misearch.el (multi-isearch-read-buffers): Move canonicalization
5804 of buffers with `get-buffer' to `multi-isearch-buffers'.
5805 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5806 Canonicalize BUFFERS with `get-buffer'. Doc fix.
5807 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5808 FILES with `expand-file-name' converting relative file names
5809 to absolute. Doc fix. (Bug#4727)
5810
5811 2009-11-30 Juri Linkov <juri@jurta.org>
5812
5813 * misearch.el (multi-isearch-read-buffers)
5814 (multi-isearch-read-matching-buffers): New functions.
5815 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5816 Use them in the `interactive' spec. Doc fix.
5817 (multi-isearch-read-files, multi-isearch-read-matching-files):
5818 New functions.
5819 (multi-isearch-files, multi-isearch-files-regexp):
5820 Use them in the `interactive' spec. Doc fix. (Bug#4725)
5821
5822 2009-11-30 Juri Linkov <juri@jurta.org>
5823
5824 * doc-view.el (doc-view-continuous):
5825 Rename from `doc-view-continuous-mode'.
5826 (doc-view-menu): Move "Toggle display" to the top.
5827 Add submenu "Continuous" with radio buttons "Off"/"On"
5828 and "Save as Default".
5829 (doc-view-scroll-up-or-next-page)
5830 (doc-view-scroll-down-or-previous-page)
5831 (doc-view-next-line-or-next-page)
5832 (doc-view-previous-line-or-previous-page): Rename
5833 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
5834
5835 2009-11-30 Juri Linkov <juri@jurta.org>
5836
5837 * comint.el (comint-mode-map): Rebind `M-r' from
5838 `comint-previous-matching-input' to
5839 `comint-history-isearch-backward-regexp'.
5840 Unbind `M-s' to allow global key binding `M-s'.
5841 Add menu items for `comint-history-isearch-backward' and
5842 `comint-history-isearch-backward-regexp'. (Bug#3746)
5843
5844 2009-11-30 Juri Linkov <juri@jurta.org>
5845
5846 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5847 For def=recenter, replace `recenter' with `recenter-top-bottom'
5848 that is called with `this-command' and `last-command' let-bound
5849 to `recenter-top-bottom'. When the last `def' was not `recenter',
5850 set `recenter-last-op' to nil. (Bug#4981)
5851
5852 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5853
5854 Minor cleanup and simplification.
5855 * filecache.el (file-cache-add-directory)
5856 (file-cache-add-directory-recursively)
5857 (file-cache-add-from-file-cache-buffer)
5858 (file-cache-delete-file-regexp, file-cache-delete-directory)
5859 (file-cache-files-matching-internal, file-cache-display): Use dolist.
5860 (file-cache-temp-minibuffer-message): Delete function.
5861 (file-cache-minibuffer-complete): Use minibuffer-message instead.
5862
5863 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5864 Don't signal an error when bumping into EOB in tr, s, or y.
5865
5866 2009-11-29 Juri Linkov <juri@jurta.org>
5867
5868 * startup.el (fancy-about-text): Fix wording of Guided Tour.
5869 (Bug#4960)
5870
5871 * descr-text.el (describe-char-unidata-list): Use lowercase name
5872 for "Unicode name" like in other tags.
5873
5874 2009-11-29 Juri Linkov <juri@jurta.org>
5875
5876 * ediff-util.el (ediff-minibuffer-with-setup-hook):
5877 New compatibility macro.
5878 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
5879
5880 2009-11-29 Juri Linkov <juri@jurta.org>
5881
5882 Add defcustom to define the cycling order of `recenter-top-bottom'.
5883 (Bug#4981)
5884
5885 * window.el (recenter-last-op): Doc fix.
5886 (recenter-positions): New defcustom.
5887 (recenter-top-bottom): Rewrite to use `recenter-positions'.
5888 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5889
5890 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
5891
5892 Improve integration of Tramp and ange-ftp in eshell.
5893
5894 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5895 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
5896 (eshell/sudo): Flatten args. Let-bind `default-directory'.
5897
5898 * eshell/esh-util.el (top): Require also Tramp when compiling.
5899 (eshell-directory-files-and-attributes): Check for FTP remote
5900 connection.
5901 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5902 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5903 (eshell-file-attributes): Handle ".". Return `entry'.
5904
5905 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5906 (ange-ftp-directory-files-and-attributes)
5907 (ange-ftp-real-directory-files-and-attributes): New defuns.
5908
5909 * net/tramp.el (tramp-maybe-open-connection): Open the remote
5910 shell with "exec" when possible. This prevents trailing prompts
5911 in `start-file-process'.
5912
5913 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5914
5915 Try and remove assumptions about point-min==1.
5916 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5917 (rng-compute-mode-line-string): Show the validation percentage in
5918 terms of the narrowed text, not the widened text.
5919 (rng-do-some-validation): Don't catch internal errors when debugging.
5920 (rng-first-error): Simplify.
5921 (rng-after-change-function): Remove work around. AFAIK the bug has
5922 been fixed a while ago.
5923
5924 * image-mode.el (image-minor-mode): Exit more gracefully when the image
5925 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5926
5927 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5928
5929 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5930 `cd' doesn't always do it for us (bug#5067).
5931
5932 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5933 on 2009-10-25 as part of some other change (bug#5067).
5934
5935 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5936
5937 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5938 `suspicious'.
5939 (byte-compile-warnings): Use byte-compile-warning-types.
5940 (byte-compile-save-excursion): Warn about use of set-buffer right
5941 after save-excursion.
5942
5943 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5944 the excursion as well.
5945
5946 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
5947
5948 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5949 providing a Tramp related implementation of "su" and "sudo".
5950 (eshell-unix-initialize): Add "su" and "sudo".
5951
5952 2009-11-27 Daiki Ueno <ueno@unixuser.org>
5953
5954 * net/socks.el (socks-send-command): Convert binary request to
5955 unibyte before sending. This fixes mishandling of some port
5956 numbers such as 129.
5957
5958 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5959
5960 * help.el (describe-bindings-internal): Remove `interactive'.
5961
5962 * man.el (Man-completion-table): Trim a terminating "(".
5963 Remove the space between name page a section.
5964 Add the command's description on the `help-echo' property.
5965 Remove `process-connection-type' binding since it's unused by
5966 call-process.
5967 Provide completion for the "<section> <name>" format as well.
5968 (Man-default-man-entry): Remove spurious var shadowing the argument.
5969
5970 2009-11-26 Kevin Ryde <user42@zip.com.au>
5971
5972 * log-view.el: Add "Keywords: tools", since its other keywords
5973 aren't in finder-known-keywords, and following vc.el.
5974
5975 * sha1.el (sha1-string-external): default-directory "/" in case
5976 otherwise non-existent. process-connection-type pipe for touch of
5977 efficiency recommended by elisp manual. (An aside in Bug#3911.)
5978
5979 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5980
5981 Misc coding convention cleanups.
5982 * htmlfontify.el (hfy-init-kludge-hook): Rename from
5983 hfy-init-kludge-hooks.
5984 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5985 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5986 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5987 and push.
5988 (hfy-slant, hfy-weight): Use tables rather than code.
5989 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5990 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5991 (hfy-face-attr-for-class): Initialize `face-spec' directly.
5992 (hfy-face-to-css): Remove `nconc' with single arg.
5993 (hfy-p-to-face-lennart): Use `or'.
5994 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
5995 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5996 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5997 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5998 (hfy-force-fontification): Use run-hooks.
5999
6000 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
6001
6002 Various minor fixes.
6003 * htmlfontify.el (hfy-default-header): Add toggle_invis since
6004 Javascript belongs in the header, not the body.
6005 (hfy-javascript): Remove.
6006 (hfy-fontify-buffer): Don't insert it any more.
6007 (hfy-face-at): Handle (face0 face1 face2) style face properties.
6008 Fix bug in invis handling when there were no invis props in a chunk.
6009
6010 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6011
6012 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
6013
6014 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
6015
6016 * finder.el (finder-mode-map): Add a menu.
6017
6018 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
6019
6020 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
6021 "unsigned" structs.
6022
6023 (verilog-leap-to-head, verilog-backward-token): Handle "disable
6024 fork" statement better.
6025
6026 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
6027
6028 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
6029 (verilog-delete-auto, verilog-delete-empty-auto-pair)
6030 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
6031 Reported by Clay Douglass.
6032
6033 (verilog-auto-inst, verilog-auto-star-safe)
6034 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6035 Fix removing "// Interfaces" when saving .* expansions. Reported by
6036 Pierre-David Pfister.
6037
6038 2009-11-26 Glenn Morris <rgm@gnu.org>
6039
6040 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
6041 the scope.
6042
6043 2009-11-25 Johan Bockgård <bojohan@gnu.org>
6044
6045 * vc-annotate.el (vc-annotate-revision-previous-to-line):
6046 Really use previous revision.
6047
6048 2009-11-25 Kevin Ryde <user42@zip.com.au>
6049
6050 * man.el (Man-completion-table): default-directory "/" in case
6051 doesn't otherwise exist. process-environment COLUMNS=999 so as
6052 not to truncate long names. process-connection-type pipe to avoid
6053 any chance of hitting the pseudo-tty TIOCGWINSZ.
6054 (man): completion-ignore-case t for friendliness and since man
6055 itself is case-insensitive on the command line.
6056 Further to Bug#3717.
6057
6058 * arc-mode.el: Add "Keywords: files", so the details in its
6059 commentary can be reached from finder-by-keyword.
6060 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
6061 editing mode, but it's comms related and sgml-mode.el has "comm"
6062 on that basis too.
6063 * textmodes/bibtex-style.el: Add "Keywords: tex".
6064 * international/isearch-x.el, international/ja-dic-cnv.el:
6065 * international/ja-dic-utl.el, international/kkc.el:
6066 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
6067
6068 2009-11-25 Juri Linkov <juri@jurta.org>
6069
6070 * man.el (Man-completion-table): Modify regexp to include
6071 section names to completion strings. (Bug#3717)
6072
6073 2009-11-25 Juri Linkov <juri@jurta.org>
6074
6075 Search recursively in gzipped files. (Bug#4982)
6076
6077 * progmodes/grep.el (grep-highlight-matches): Add new options
6078 `always' and `auto'. Doc fix.
6079 (grep-process-setup): Check `grep-highlight-matches' for
6080 `auto-detect' to determine the need to compute grep defaults.
6081 Move Windows/DOS specific --colors settings handling
6082 to `grep-compute-defaults'. Check `grep-highlight-matches'
6083 to get the value of "--color=".
6084 (grep-compute-defaults): Compute `grep-highlight-matches' when it
6085 has the value `auto-detect'. Move Windows/DOS specific settings
6086 from `grep-process-setup'.
6087 (zrgrep): New command with alias `rzgrep'.
6088
6089 2009-11-25 Juri Linkov <juri@jurta.org>
6090
6091 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
6092 to nil instead of switching off view-mode. (Bug#4896)
6093
6094 2009-11-25 Juri Linkov <juri@jurta.org>
6095
6096 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
6097
6098 * mwheel.el (mwheel-scroll-up-function)
6099 (mwheel-scroll-down-function): New defvars.
6100 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
6101 `scroll-up', and `mwheel-scroll-down-function' instead of
6102 `scroll-down'.
6103
6104 * doc-view.el (doc-view-scroll-up-or-next-page)
6105 (doc-view-scroll-down-or-previous-page): Add optional ARG.
6106 Use this ARG in the call to image-scroll-up/image-scroll-down.
6107 Change `interactive' spec to "P". Goto next/previous page only
6108 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
6109 SPC/DEL case). Doc fix.
6110 (doc-view-next-line-or-next-page)
6111 (doc-view-previous-line-or-previous-page): Rename arg to ARG
6112 for consistency.
6113 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
6114 `doc-view-scroll-up-or-next-page', and buffer-local
6115 `mwheel-scroll-down-function' to
6116 `doc-view-scroll-down-or-previous-page'.
6117
6118 2009-11-25 Juri Linkov <juri@jurta.org>
6119
6120 Provide additional default values (directories at other Dired
6121 windows) via M-n in the minibuffer of some Dired commands.
6122
6123 * dired-aux.el (dired-diff, dired-compare-directories)
6124 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
6125 `minibuffer-default' in `minibuffer-with-setup-hook'.
6126 (dired-dwim-target-directory): Find a window that displays Dired
6127 buffer instead of failing when the next window is not Dired.
6128 Use `get-window-with-predicate' to find for the next Dired window.
6129 (dired-dwim-target-defaults): New function.
6130
6131 * ediff-util.el (ediff-read-file-name):
6132 Use `dired-dwim-target-defaults' to set `minibuffer-default'
6133 in `minibuffer-with-setup-hook'.
6134
6135 2009-11-25 Juri Linkov <juri@jurta.org>
6136
6137 Provide additional default values (file name at point or at the
6138 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
6139
6140 * minibuffer.el (read-file-name-defaults): New function.
6141 (read-file-name): Reset `minibuffer-default' to nil when
6142 it duplicates initial input `insdef'.
6143 Bind `minibuffer-default-add-function' to lambda that
6144 calls `read-file-name-defaults' in `minibuffer-selected-window'.
6145 (minibuffer-insert-file-name-at-point): New command.
6146
6147 * files.el (file-name-at-point-functions): New defcustom.
6148 (find-file-default): Remove defvar.
6149 (find-file-read-args): Don't use `find-file-default'.
6150 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6151 to `read-file-name'.
6152 (find-file-literally): Use `read-file-name' with
6153 `confirm-nonexistent-file-or-buffer'.
6154
6155 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
6156
6157 * dired.el (dired-read-dir-and-switches):
6158 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6159 to `read-file-name'.
6160 (dired-file-name-at-point): New function.
6161 (dired-mode): Add hook `dired-file-name-at-point' to
6162 `file-name-at-point-functions'.
6163
6164 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6165
6166 Really make the *Completions* window soft-dedicated (bug#5030).
6167 * window.el (window--display-buffer-2): Add `dedicated' argument.
6168 (display-buffer): Pass it when needed so the dedicated flag is set
6169 after calling set-window-buffer, which would otherwise reset it.
6170
6171 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6172
6173 * progmodes/meta-mode.el (meta-complete-symbol):
6174 * progmodes/etags.el (complete-tag):
6175 * mail/mailabbrev.el (mail-abbrev-complete-alias):
6176 Use completion-in-region.
6177
6178 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
6179 (dabbrev-completion): Use completion-in-region.
6180 (dabbrev--abbrev-at-point): Simplify regexp.
6181
6182 * abbrev.el (abbrev--before-point): Use word-motion functions
6183 if :regexp is not specified (bug#5031).
6184
6185 * subr.el (string-prefix-p): New function.
6186
6187 * man.el (Man-completion-cache): New var.
6188 (Man-completion-table): Use it.
6189
6190 * vc.el (vc-print-log-internal): Make `limit' optional for better
6191 compatibility (e.g. with vc-annotate.el).
6192
6193 2009-11-24 Kevin Ryde <user42@zip.com.au>
6194
6195 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
6196 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
6197
6198 * emacs-lisp/elint.el (elint-add-required-env): Better error message
6199 when .el source file not found or other error.
6200
6201 2009-11-24 Markus Triska <markus.triska@gmx.at>
6202
6203 * linum.el (linum-update-window): Ignore intangible (bug#4996).
6204
6205 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6206
6207 Handle the [back] button properly (bug#4979).
6208 * descr-text.el (describe-text-properties): Add a `buffer' argument.
6209 Use help-setup-xref, help-buffer, and with-help-window.
6210 (describe-char): Add `buffer' argument.
6211 Pass proper command to help-setup-xref. Don't meddle with
6212 help-xref-stack-item directly.
6213 (describe-text-category): Use with-help-window and help-buffer.
6214
6215 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
6216 for the displayed buffer (bug#4887).
6217
6218 * man.el (Man-completion-table): New function.
6219 (man): Use it.
6220
6221 2009-11-24 David Reitter <david.reitter@gmail.com>
6222
6223 * vc-git.el (vc-git-registered): Use checkout directory (where
6224 .git is) rather than the file's directory and a relative path spec
6225 to work around a bug in git.
6226
6227 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
6228
6229 Improve handling of processes on remote hosts.
6230
6231 * eshell/esh-util.el (eshell-path-env): New defvar.
6232 (eshell-parse-colon-path): New defun.
6233 (eshell-file-attributes): Use `eshell-parse-colon-path'.
6234
6235 * eshell/esh-ext.el (eshell-search-path):
6236 Use `eshell-parse-colon-path'.
6237 (eshell-remote-command): Remove argument HANDLER.
6238 (eshell-external-command): Check for FTP remote connection.
6239
6240 * eshell/esh-proc.el (eshell-gather-process-output):
6241 Use `file-truename', in order to start also symlinked files.
6242 Apply `start-file-process' instead of `start-process'.
6243 Shorten `command' to the local file name part.
6244
6245 * eshell/em-cmpl.el (eshell-complete-commands-list):
6246 Use `eshell-parse-colon-path'.
6247
6248 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
6249
6250 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
6251 to `eshell-directory-change-hook'.
6252
6253 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
6254
6255 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
6256 because it could be enabled automatically if view-read-only is non-nil.
6257
6258 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
6259
6260 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
6261 made on 2009-11-22.
6262
6263 2009-11-24 Glenn Morris <rgm@gnu.org>
6264
6265 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
6266 deleted variable bookmark-bmenu-bookmark-column.
6267
6268 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6269 Move after definition of global-semantic-idle-tag-highlight-mode.
6270
6271 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6272
6273 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
6274
6275 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
6276
6277 * net/browse-url.el (browse-url-filename-alist): On Windows, add
6278 two slashes to the "file:" prefix.
6279 (browse-url-file-url): De-munge Cygwin filenames before passing
6280 them to Windows browser.
6281 (browse-url-default-windows-browser): Use call-process.
6282
6283 2009-11-23 Juri Linkov <juri@jurta.org>
6284
6285 Implement DocView Continuous mode. (Bug#4896)
6286 * doc-view.el (doc-view-continuous-mode): New defcustom.
6287 (doc-view-mode-map): Bind C-n/<down> to
6288 `doc-view-next-line-or-next-page', C-p/<up> to
6289 `doc-view-previous-line-or-previous-page'.
6290 (doc-view-next-line-or-next-page)
6291 (doc-view-previous-line-or-previous-page): New commands.
6292
6293 2009-11-23 Juri Linkov <juri@jurta.org>
6294
6295 Implement Isearch in comint input history. (Bug#3746)
6296 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
6297 `isearch-mode-hook'.
6298 (comint-history-isearch): New defcustom.
6299 (comint-history-isearch-backward)
6300 (comint-history-isearch-backward-regexp): New commands.
6301 (comint-history-isearch-message-overlay): New buffer-local variable.
6302 (comint-history-isearch-setup, comint-history-isearch-end)
6303 (comint-goto-input, comint-history-isearch-search)
6304 (comint-history-isearch-message, comint-history-isearch-wrap)
6305 (comint-history-isearch-push-state)
6306 (comint-history-isearch-pop-state): New functions.
6307
6308 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
6309
6310 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
6311 return.
6312 (tramp-handle-make-symbolic-link)
6313 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
6314 Quote file names.
6315 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
6316 (tramp-handle-process-file): Use it.
6317
6318 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6319
6320 * window.el (move-to-window-line-last-op): Remove.
6321 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
6322
6323 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
6324
6325 Make M-r mirror the new cycling behavior of C-l.
6326 * window.el (move-to-window-line-last-op): New var.
6327 (move-to-window-line-top-bottom): New command.
6328 (global-map): Bind M-r move-to-window-line-top-bottom.
6329
6330 2009-11-23 Sven Joachim <svenjoac@gmx.de>
6331
6332 * dired-x.el (dired-guess-shell-alist-default):
6333 Support xz format. (Bug#4953)
6334
6335 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
6336
6337 * cedet/srecode/map.el (srecode-get-maps):
6338 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
6339 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
6340 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
6341 (semantic-toggle-decoration-style):
6342 * cedet/semantic/decorate/include.el
6343 (semantic-decoration-include-describe)
6344 (semantic-decoration-unknown-include-describe)
6345 (semantic-decoration-unparsed-include-describe)
6346 (semantic-decoration-all-include-summary):
6347 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
6348 * cedet/semantic/analyze/complete.el
6349 (semantic-analyze-possible-completions):
6350 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
6351 (semantic-show-unmatched-syntax-mode)
6352 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
6353 (semantic-highlight-func-mode):
6354 * cedet/semantic/util.el (semantic-describe-buffer):
6355 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
6356 (semantic-symref-find-tags-by-name)
6357 (semantic-symref-find-tags-by-regexp)
6358 (semantic-symref-find-tags-by-completion)
6359 (semantic-symref-find-file-references-by-name)
6360 (semantic-symref-find-text):
6361 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
6362 (senator-yank-tag):
6363 * cedet/semantic/scope.el (semantic-calculate-scope):
6364 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
6365 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
6366 (define-semantic-idle-service):
6367 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
6368 (semantic-complete-analyze-inline-idle):
6369 * cedet/semantic/analyze.el (semantic-analyze-current-context):
6370 * cedet/mode-local.el (describe-mode-local-bindings)
6371 (describe-mode-local-bindings-in-mode):
6372 * cedet/ede/make.el (ede-make-check-version):
6373 * cedet/ede/locate.el (ede-enable-locate-on-project):
6374 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
6375 (cedet-idutils-version-check):
6376 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
6377 (cedet-gnu-global-version-check):
6378 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
6379 (cedet-cscope-version-check): Use called-interactively-p instead
6380 of interactive-p.
6381
6382 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
6383 Use semantic-format-tag-prototype.
6384
6385 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
6386
6387 * emulation/viper-cmd.el: Use viper-last-command-char instead of
6388 last-command-char/last-command-event.
6389 (viper-prefix-arg-value): Do correct conversion of event-char for
6390 XEmacs.
6391
6392 * emulation/viper-util.el, emulation/viper.el:
6393 Use viper-last-command-char instead of
6394 last-command-char/last-command-event.
6395
6396 * ediff-init.el, ediff-mult.el, ediff-util.el:
6397 Replace last-command-char and last-command-event
6398 with (ediff-last-command-char) everywhere.
6399
6400 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
6401 created in fundamental mode.
6402
6403 * ediff.el (ediff-version): Revert the change of interactive-p to
6404 called-interactively-p.
6405
6406 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
6407
6408 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
6409 generation from word-movement command names.
6410
6411 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
6412
6413 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6414 (semantic-complete-jump-local, semantic-complete-jump):
6415 Improve prompt string.
6416
6417 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
6418
6419 * cus-start.el (all): Add native condition for font-use-system-font.
6420
6421 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
6422
6423 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6424 Correct the patch from 2009-11-18. (Bug#3910)
6425
6426 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
6427
6428 * progmodes/subword.el: Rename from lisp/subword.el.
6429
6430 * subword.el: Rename to progmodes/subword.el.
6431
6432 * Makefile.in (ELCFILES): Adapt to subword.el move.
6433
6434 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6435 Stefan Monnier <monnier@iro.umontreal.ca>
6436
6437 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
6438 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
6439 (bookmark-bmenu-show-filenames): Use push.
6440 (bookmark-bmenu-hide-filenames): Use local var instead of
6441 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
6442 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
6443 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
6444 filenames now that the bookmark names are always available.
6445
6446 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6447
6448 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
6449 (bookmark-search-pattern): Move and leave unbound.
6450 (bookmark-bmenu-mode-map): Change binding.
6451 (bookmark-read-search-input): Simplify.
6452 Don't use text-char-description. Don't error on non-char events.
6453 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
6454 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
6455 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
6456 Use a local var for the timer.
6457 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
6458 (i.e. bookmark-bmenu-search).
6459
6460 2009-11-21 Glenn Morris <rgm@gnu.org>
6461
6462 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
6463
6464 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
6465
6466 * net/browse-url.el (browse-url-default-windows-browser):
6467 Use cygstart for cygwin.
6468
6469 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
6470
6471 * bookmark.el: Formatting and doc fixes only:
6472 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
6473 (bookmark-bmenu-search): Wrap to fit within 80 columns.
6474 Minor grammar and punctuation fixes in doc string.
6475 (bookmark-read-search-input): Adjust to fit within 80 columns.
6476
6477 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
6478
6479 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
6480 (c-backward-into-nomenclature): Adapt to subword renaming.
6481
6482 * subword.el (subword-forward, subword-backward, subword-mark)
6483 (subword-kill, subword-backward-kill, subword-transpose)
6484 (subword-downcase, subword-upcase, subword-capitalize)
6485 (subword-forward-internal, subword-backward-internal):
6486 Rename from forward-subword, backward-subword, mark-subword,
6487 kill-subword, backward-kill-subword, transpose-subwords,
6488 downcase-subword, upcase-subword, capitalize-subword,
6489 forward-subword-internal, backward-subword-internal.
6490
6491 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6492
6493 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
6494 New options.
6495 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
6496 New vars.
6497 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
6498 (bookmark-bmenu-filter-alist-by-regexp)
6499 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
6500 (bookmark-bmenu-search): New command.
6501 (bookmark-bmenu-mode-map): Bind it.
6502
6503 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
6504
6505 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
6506
6507 * cedet/semantic/idle.el (define-semantic-idle-service)
6508 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
6509
6510 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
6511
6512 * progmodes/cc-cmds.el: declare-functioned forward-subword and
6513 backward-subword to quit the byte-compiler.
6514
6515 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
6516
6517 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
6518
6519 * progmodes/cc-cmds.el (c-update-modeline)
6520 (c-forward-into-nomenclature, c-backward-into-nomenclature):
6521 Refer to subword.el functions instead of cc-subword.el.
6522
6523 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
6524 subword.el functions instead of cc-subword.el.
6525
6526 * progmodes/cc-subword.el: Rename to subword.el.
6527 * subword.el: Rename from progmodes/cc-subword.el.
6528 (subword-mode-map): Rename from c-subword-mode-map.
6529 (subword-mode): Rename from c-subword-mode.
6530 (global-subword-mode): New global minor mode.
6531 (forward-subword): Rename from c-forward-subword.
6532 (backward-subword): Rename from c-backward-subword.
6533 (mark-subword): Rename from c-mark-subword.
6534 (kill-subword): Rename from c-kill-subword.
6535 (backward-kill-subword): Rename from c-backward-kill-subword.
6536 (transpose-subwords): Rename from c-tranpose-subword.
6537 (downcase-subword): Rename from c-downcase-subword.
6538 (capitalize-subword): Rename from c-capitalize-subword.
6539 (forward-subword-internal): Rename from c-forward-subword-internal.
6540 (backward-subword-internal): Rename from c-backward-subword-internal.
6541
6542 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
6543
6544 * vc.el (vc-deduce-fileset): Allow non-state changing operations
6545 from a dired buffer.
6546 (vc-dired-deduce-fileset): New function.
6547 (vc-root-diff, vc-print-root-log): Use it.
6548
6549 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
6550 nil LIMIT argument to vc-print-log-internal.
6551
6552 2009-11-20 Glenn Morris <rgm@gnu.org>
6553
6554 * Makefile.in (ELCFILES): Regenerate.
6555
6556 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
6557
6558 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
6559
6560 * cedet/semantic.el: Enable idle-mode menu items only if
6561 global-semantic-idle-scheduler-mode is enabled.
6562 (semantic-default-submodes): Doc fix.
6563
6564 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6565 When turning off, disable other idle modes.
6566
6567 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
6568
6569 * calc/calc.el (calc-set-mode-line):
6570 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6571 (math-format-number): Rename `math-format-complement-signed' to
6572 `math-format-twos-complement'.
6573
6574 * calc/calc-bin.el (math-format-twos-complement): Rename from
6575 math-format-complement-signed.
6576 (calc-radix): Rename `calc-complement-signed-mode' to
6577 `calc-twos-complement-mode'.
6578 (calc-octal-radix, calc-hex-radix): Add an argument for
6579 two's complement.
6580
6581 * calc/calc-embed.el (calc-embedded-mode-vars):
6582 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6583
6584 * calc/calc-ext.el (calc-init-extensions):
6585 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6586 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
6587
6588 * calc/calc-units.el (math-build-units-table-buffer):
6589 Let `calc-twos-complement-mode' be nil.
6590
6591 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
6592 entries.
6593
6594 * calc/calc-vec.el (calcFunc-vunpack):
6595 * calc/calc-aent.el (calc-do-calc-eval):
6596 * calc/calc-forms.el (math-format-date):
6597 * calc/calc-graph.el (calc-graph-plot):
6598 * calc/calc-math.el (math-use-emacs-fn):
6599 * calc/calccomp.el (math-compose-expr):
6600 Let `calc-twos-complement-mode' be nil.
6601
6602 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6603
6604 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
6605 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
6606 * minibuffer.el (completion-in-region-functions): New hook.
6607 (completion-in-region): New function.
6608 * emacs-lisp/lisp.el (lisp-complete-symbol):
6609 * pcomplete.el (pcomplete-std-complete): Use it.
6610
6611 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6612
6613 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
6614 (latex-complete-alist): New vars.
6615 (latex-string-prefix-p, latex-complete-bibtex-keys)
6616 (latex-complete-envnames, latex-complete-refkeys)
6617 (latex-complete-data): New functions.
6618 (latex-complete, latex-indent-or-complete): New commands.
6619
6620 * window.el (display-buffer-mark-dedicated): New var.
6621 (display-buffer): Obey it.
6622 * minibuffer.el (minibuffer-completion-help): Use it.
6623
6624 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
6625
6626 * filecache.el (file-cache-add-file): Use push and cons.
6627 (file-cache-delete-file-regexp): Use push.
6628 (file-cache-complete): Use completion-in-region.
6629
6630 * simple.el (with-wrapper-hook): Fix thinko.
6631
6632 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
6633 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
6634 Use with-current-buffer and string-to-number.
6635 (hfy-fallback-colour-values): Use assoc-string.
6636 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
6637 (hfy-face-at): Remove unused var `found-face'.
6638 (hfy-compile-stylesheet): Remove unused var `css'.
6639 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
6640 and `orig-buffer'.
6641 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
6642 Use with-current-buffer.
6643 (hfy-text-p): Use expand-file-name and fewer setq.
6644
6645 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
6646
6647 * htmlfontify.el, hfy-cmap.el: New files.
6648
6649 2009-11-19 Juri Linkov <juri@jurta.org>
6650
6651 * minibuffer.el (completions-format): New defcustom.
6652 (completion--insert-strings): Implement vertical format.
6653
6654 * simple.el (switch-to-completions): Move point to the first
6655 completion when point was at the beginning of the buffer.
6656
6657 2009-11-19 Juri Linkov <juri@jurta.org>
6658
6659 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
6660
6661 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
6662
6663 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
6664
6665 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
6666 (mail-signature): Change default to t.
6667 (mail-from-style): Deprecate `system-default' value.
6668 (mail-insert-from-field): For default value of mail-from-style,
6669 default to `angles' unless `angles' needs quoting and `parens'
6670 does not.
6671 (mail-citation-prefix-regexp): Use citation regexp from
6672 message-mode.
6673
6674 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
6675
6676 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6677 Set variables for computing the prompt for reading password.
6678
6679 2009-11-19 Glenn Morris <rgm@gnu.org>
6680
6681 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
6682
6683 * textmodes/flyspell.el (sgml-lexical-context): Declare.
6684
6685 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
6686 (newsticker-treeview-listwindow-height): Fix custom type.
6687
6688 2009-11-19 Kenichi Handa <handa@m17n.org>
6689
6690 * descr-text.el (describe-char-padded-string): Compose with TAB
6691 only if there's a font for CH.
6692 (describe-char): Fix the condition for detecting a trivial composition.
6693
6694 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
6695
6696 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
6697 more accurate version of the regexp. (Bug#3910)
6698
6699 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6700
6701 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
6702
6703 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
6704
6705 * font-setting.el (font-use-system-font): Declare for byte-compiler.
6706 (font-setting-change-default-font): Fix typo in docstring.
6707
6708 2009-11-18 Alan Mackenzie <acm@muc.de>
6709
6710 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
6711
6712 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6713
6714 * font-setting.el (font-use-system-font): Move ...
6715
6716 * cus-start.el (all): ... to here.
6717
6718 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
6719
6720 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
6721 Don't set `ad-return-value' if `ad-do-it' doesn't.
6722
6723 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
6724 modification time.
6725
6726 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6727
6728 * menu-bar.el: Put "Use system font" in Option-menu.
6729 (menu-bar-options-save): Add font-use-system-font.
6730
6731 * loadup.el: If feature system-font-setting or font-render-setting is
6732 there, load font-setting.
6733
6734 * Makefile.in (ELCFILES): Add font-settings.el.
6735 * font-setting.el: New file.
6736
6737 2009-11-17 Glenn Morris <rgm@gnu.org>
6738
6739 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
6740
6741 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
6742 Preserve point in the list buffer. (Bug#4939)
6743 Use point-at-eol.
6744 (newsticker--treeview-list-update-highlight)
6745 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
6746
6747 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6748
6749 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
6750 Remove.
6751
6752 * calc/calc-ext.el (calc-init-extensions): Remove references to
6753 symclip.
6754
6755 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
6756
6757 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
6758 * calc/calc-help.el (calc-b-prefix-help): Remove references to
6759 `calc-symclip'.
6760
6761 2009-11-16 Kevin Ryde <user42@zip.com.au>
6762
6763 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
6764 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
6765
6766 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
6767 (lm-keywords-list): Allow comma-only separator like "foo,bar".
6768 Ignore trailing spaces by omit-nulls to split-string (fixing
6769 regression from Emacs 21 due to the incompatible split-string
6770 change). (Bug #4928.)
6771
6772 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
6773
6774 * vc.el (vc-log-show-limit): Default to 2000.
6775 (vc-print-log-internal): Insert buttons to request more entries
6776 when limiting the output.
6777
6778 * vc-sccs.el (vc-sccs-print-log):
6779 * vc-rcs.el (vc-rcs-print-log):
6780 * vc-cvs.el (vc-cvs-print-log):
6781 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6782 LIMIT is non-nil.
6783
6784 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
6785
6786 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6787 error when `tramp-gvfs-dbus-event-vector' is set.
6788 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6789
6790 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6791
6792 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6793
6794 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
6795
6796 * net/dbus.el (dbus-unregister-service): New defun.
6797 (dbus-register-property): Register the handlers of
6798 "org.freedesktop.DBus.Properties" for SERVICE.
6799 (dbus-property-handler): Fix docstring.
6800
6801 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6802
6803 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6804 Quote doc string reference in defvaralias as it is not in special form.
6805 (byte-compile-output-docform): Doc fix.
6806
6807 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6808
6809 * calc/calc.el (math-2-word-size, math-half-2-word-size)
6810 (calc-complement-signed-mode): New variables.
6811 (calc-set-mode-line): Add indicator for twos-complements.
6812 (math-format-number): Format twos-complement notation.
6813
6814 * calc/calc-bin.el (calc-word-size): Reset the variables
6815 `math-2-word-size' and `math-half-2-word-size'.
6816 (math-format-complement-signed, math-symclip, calcFunc-symclip)
6817 (calc-symclip): New functions.
6818
6819 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6820
6821 * calc/calc-embed.el (calc-embedded-mode-vars):
6822 Add `calc-complement-signed-mode' to the list of modes.
6823
6824 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
6825 (calc-b-oper-keys): Add `calc-symclip' to list.
6826
6827 * calc/calc-ext.el (math-read-number-fancy): Read complement
6828 signed numbers.
6829 (calc-init-extensions): Add binding for `calc-symclip'.
6830 Add autoload for `calcFunc-symclip' and `calc-symclip'.
6831
6832 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6833 `calc-symclip'.
6834 (calc-modes-menu): Add item for twos complement mode.
6835
6836 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
6837
6838 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
6839
6840 * register.el (jump-to-register, insert-register): Handle Semantic
6841 tags. From commented-out advice in semantic/senator.el.
6842
6843 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6844
6845 * vc.el (vc-log-show-limit): New variable.
6846 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
6847 when using a prefix argument.
6848 (vc-print-log-internal): Add new argument LIMIT.
6849
6850 * vc-svn.el (vc-svn-print-log):
6851 * vc-mtn.el (vc-mtn-print-log):
6852 * vc-hg.el (vc-hg-print-log):
6853 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
6854 pass it to the log command when set. Make the BUFFER argument
6855 non-optional.
6856
6857 * vc-sccs.el (vc-sccs-print-log):
6858 * vc-rcs.el (vc-rcs-print-log):
6859 * vc-git.el (vc-git-print-log):
6860 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6861 ignore it. Make the BUFFER argument non-optional
6862
6863 * bindings.el (mode-line-buffer-identification): Do not purecopy.
6864
6865 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
6866
6867 * dired.el (dired-mode-map): Move encryption items to "Operate"
6868 menu (Bug#4703).
6869
6870 * strokes.el (strokes-update-window-configuration): Make strokes
6871 buffer current before erasing (Bug#4906).
6872
6873 * cedet/semantic/idle.el (semantic-idle-summary-mode)
6874 (semantic-idle-summary-mode): Define using define-minor-mode
6875 instead of define-semantic-idle-service.
6876 (semantic-idle-summary-mode): New function.
6877 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
6878 that mouse motion does not reset the echo area.
6879
6880 2009-11-15 Juri Linkov <juri@jurta.org>
6881
6882 * simple.el (set-mark-default-inactive): Add :type, :group
6883 and :version. (Bug#4876)
6884
6885 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
6886
6887 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6888 (archive-unique-fname): ... here. (Bug#4929)
6889
6890 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6891
6892 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6893 with a real fix.
6894
6895 * novice.el (disabled-command-function): Add useful args.
6896 Setup the help buffer so that [back] works.
6897 Remove redundant call to help-mode.
6898 (disabled-command-function): Use `case'.
6899 (en/disable-command): New function extracted from enable-command.
6900 (enable-command, disable-command): Use it.
6901
6902 2009-11-14 Glenn Morris <rgm@gnu.org>
6903
6904 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6905 constants. (Bug#4913)
6906
6907 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6908
6909 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
6910
6911 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6912 defined in C that have no doc-strings. (Bug#1063)
6913
6914 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
6915
6916 * cus-edit.el (data, files):
6917 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
6918
6919 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
6920
6921 * simple.el (shell-command): Doc fix (Bug#4891).
6922
6923 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6924
6925 2009-11-14 Glenn Morris <rgm@gnu.org>
6926
6927 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6928 statements for vc-diff, emerge-quit, and rmail-cease-edit.
6929 If they are already loaded, eval-after-load will do the right thing.
6930
6931 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6932 compiling.
6933
6934 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6935
6936 * simple.el (x-selection-owner-p): Declare.
6937 (read-mail-command): Use custom radio type rather than choice.
6938 (completion-no-auto-exit): Doc fix.
6939
6940 * custom.el (defgroup):
6941 * epg-config.el (epg): Doc fixes.
6942
6943 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6944
6945 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6946 * international/ccl.el (define-ccl-program): Do not purecopy the
6947 docstring, defconst does it anyway.
6948
6949 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6950
6951 * add-log.el (add-change-log-entry): Avoid displaying the changelog
6952 a second time.
6953
6954 * x-dnd.el (x-dnd-maybe-call-test-function):
6955 * window.el (split-window-vertically):
6956 * whitespace.el (whitespace-help-on):
6957 * vc-rcs.el (vc-rcs-consult-headers):
6958 * userlock.el (ask-user-about-lock-help)
6959 (ask-user-about-supersession-help):
6960 * type-break.el (type-break-force-mode-line-update):
6961 * time-stamp.el (time-stamp-conv-warn):
6962 * terminal.el (te-set-output-log, te-more-break, te-filter)
6963 (te-sentinel, terminal-emulator):
6964 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6965 (term-write-input-ring, term-check-source, term-start-output-log):
6966 (term-display-buffer-line, term-dynamic-list-completions):
6967 (term-ansi-make-term, serial-term):
6968 * subr.el (selective-display):
6969 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6970 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6971 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6972 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6973 (speedbar-remove-localized-speedbar-support)
6974 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6975 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6976 (speedbar-buffers-line-directory):
6977 * simple.el (shell-command-on-region, append-to-buffer)
6978 (prepend-to-buffer):
6979 * shadowfile.el (shadow-save-todo-file):
6980 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6981 (scroll-bar-maybe-set-window-start):
6982 * sb-image.el (speedbar-image-dump):
6983 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6984 (load-save-place-alist-from-file):
6985 * ps-samp.el (ps-print-message-from-summary):
6986 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6987 (ps-background-image, ps-begin-job, ps-do-despool):
6988 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6989 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6990 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6991 (pr-call-process, pr-file-list, pr-interface-save):
6992 * novice.el (disabled-command-function)
6993 (enable-command, disable-command):
6994 * mouse.el (mouse-buffer-menu-alist):
6995 * mouse-copy.el (mouse-kill-preserving-secondary):
6996 * macros.el (kbd-macro-query):
6997 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6998 * informat.el (batch-info-validate):
6999 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
7000 * hippie-exp.el (try-expand-dabbrev-visible):
7001 * help-mode.el (help-make-xrefs):
7002 * help-fns.el (describe-variable):
7003 * generic-x.el (bat-generic-mode-run-as-comint):
7004 * finder.el (finder-mouse-select):
7005 * find-dired.el (find-dired-sentinel):
7006 * filesets.el (filesets-file-close):
7007 * files.el (list-directory):
7008 * faces.el (list-faces-display, describe-face):
7009 * facemenu.el (list-colors-display):
7010 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
7011 * epg.el (epg--process-filter, epg-cancel):
7012 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
7013 (epa--read-signature-type):
7014 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
7015 (emerge-file-names):
7016 * ehelp.el (electric-helpify):
7017 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
7018 * ediff-vers.el (rcs-ediff-view-revision):
7019 * ediff-util.el (ediff-setup):
7020 * ediff-mult.el (ediff-append-custom-diff):
7021 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
7022 (ediff-wordify):
7023 * echistory.el (Electric-command-history-redo-expression):
7024 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7025 * disp-table.el (describe-display-table):
7026 * dired.el (dired-find-buffer-nocreate):
7027 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
7028 * dabbrev.el (dabbrev--same-major-mode-p):
7029 * chistory.el (list-command-history):
7030 * apropos.el (apropos-documentation):
7031 * allout.el (allout-obtain-passphrase):
7032 (allout-copy-exposed-to-buffer):
7033 (allout-verify-passphrase): Use with-current-buffer.
7034
7035 2009-11-13 Glenn Morris <rgm@gnu.org>
7036
7037 * Makefile.in (ELCFILES): Regenerate.
7038
7039 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
7040
7041 * net/dbus.el (dbus-registered-objects-table): Rename from
7042 `dbus-registered-functions-table', because it contains also properties.
7043 (dbus-unregister-object): Unregister also properties.
7044 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
7045 Use a timeout of 500 msec, in order to not block.
7046 (dbus-register-property, dbus-property-handler): New defuns.
7047
7048 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7049
7050 * simple.el (minibuffer-default-add-completions): Drop deprecated
7051 4th arg.
7052
7053 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
7054
7055 * textmodes/artist.el (artist-mouse-choose-operation):
7056 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
7057 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
7058 (artist-compute-up-event-key): New function.
7059 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
7060
7061 2009-11-13 Kenichi Handa <handa@m17n.org>
7062
7063 * language/japan-util.el: Make sure that the value of jisx0208
7064 property is jisx0208 character.
7065
7066 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
7067
7068 * international/mule.el (auto-coding-regexp-alist): Only purecopy
7069 car or each item, not the whole list.
7070
7071 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
7072
7073 * minibuffer.el (minibuffer-completion-help):
7074 Use minibuffer-hide-completions.
7075
7076 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
7077
7078 * dired.el (dired-save-positions, dired-restore-positions): New funs.
7079 (dired-revert): Use them (bug#4880).
7080
7081 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
7082
7083 * tooltip.el (tooltip-frame-parameters): Undo previous change.
7084
7085 2009-11-12 Juri Linkov <juri@jurta.org>
7086
7087 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
7088 New functions.
7089 (find-file-literally-at-point): Alias of `ffap-literally'.
7090
7091 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
7092
7093 * textmodes/ispell.el (ispell-skip-region-alist):
7094 * textmodes/css-mode.el (auto-mode-alist):
7095 * progmodes/compile.el (auto-mode-alist):
7096 * international/mule.el (ctext-non-standard-encodings-alist)
7097 (ctext-non-standard-encodings-regexp):
7098 * simple.el (shell-command-switch, text-read-only):
7099 * replace.el (occur-mode-map):
7100 * paths.el (rmail-file-name):
7101 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
7102 * find-file.el (ff-special-constructs):
7103 * files.el (file-name-handler-alist):
7104 * composite.el: Purecopy strings.
7105
7106 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
7107
7108 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
7109
7110 * widget.el (define-widget): Purecopy the docstring.
7111 * international/mule-cmds.el (charset): Do not purecopy the
7112 docstring here, define-widget does it.
7113
7114 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7115 * textmodes/bibtex-style.el (auto-mode-alist):
7116 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7117 * progmodes/compile.el (compile-command):
7118 * language/korea-util.el (default-korean-keyboard):
7119 * international/mule-conf.el (file-coding-system-alist):
7120 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
7121 * tooltip.el (tooltip-frame-parameters):
7122 * newcomment.el (comment-end, comment-padding):
7123 * dired.el (dired-trivial-filenames):
7124 * comint.el (comint-file-name-prefix): Purecopy initial values.
7125
7126 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
7127
7128 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
7129 (tramp-advice-minibuffer-electric-tilde): Unload advices via
7130 `tramp-unload'.
7131 (tramp-advice-make-auto-save-file-name)
7132 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
7133 after removing the advice.
7134
7135 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
7136
7137 * progmodes/grep.el (grep-regexp-alist):
7138 * international/mule-cmds.el (iso-2022-control-alist):
7139 * emacs-lisp/timer.el (timer-duration-words):
7140 * subr.el (version-separator, version-regexp-alist):
7141 * minibuffer.el (completion-styles-alist):
7142 * faces.el (face-attribute-name-alist, list-faces-sample-text):
7143 Change defvars to defconsts.
7144
7145 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
7146 * loadup.el ("international/mule-conf"): Load the byte compiled version.
7147 * international/mule-conf.el: Allow to be byte compiled.
7148
7149 * international/mule.el (define-charset): Purecopy props.
7150 (load-with-code-conversion): Purecopy doc string and file name.
7151 (put-charset-property): Purecopy strings.
7152 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
7153
7154 * international/mule-cmds.el (register-input-method): Purecopy arguments.
7155 (define-char-code-property): Correctly purecopy the table.
7156
7157 * international/ccl.el (define-ccl-program): Purecopy the docstring.
7158
7159 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
7160
7161 * subr.el (add-hook): Purecopy strings.
7162 (eval-after-load): Purecopy load-history-regexp and the form.
7163
7164 * custom.el (custom-declare-group): Purecopy load-file-name.
7165
7166 * subr.el (menu-bar-separator): New defconst.
7167 * net/eudc.el (eudc-tools-menu):
7168 * international/mule-cmds.el (set-coding-system-map)
7169 (mule-menu-keymap):
7170 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7171 * vc-hooks.el (vc-menu-map):
7172 * replace.el (occur-mode-map):
7173 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
7174 (menu-bar-edit-menu, menu-bar-goto-menu)
7175 (menu-bar-custom-menu, menu-bar-showhide-menu)
7176 (menu-bar-options-menu, menu-bar-tools-menu)
7177 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
7178 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
7179 (menu-bar-help-menu):
7180 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
7181 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
7182
7183 * term/x-win.el (x-gtk-stock-map):
7184 * progmodes/vera-mode.el (auto-mode-alist):
7185 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7186 (inferior-lisp-program, inferior-lisp-load-command):
7187 * progmodes/hideshow.el (hs-special-modes-alist):
7188 * progmodes/gud.el (same-window-regexps):
7189 * progmodes/grep.el (grep-program, find-program, xargs-program):
7190 * net/telnet.el (same-window-regexps):
7191 * net/rlogin.el (same-window-regexps):
7192 * language/ethiopic.el (font-ccl-encoder-alist):
7193 * vc-sccs.el (vc-sccs-master-templates):
7194 * vc-rcs.el (vc-rcs-master-templates):
7195 * subr.el (cl-assertion-failed):
7196 * simple.el (next-error-overlay-arrow-position):
7197 * lpr.el (lpr-command):
7198 * locate.el (locate-ls-subdir-switches):
7199 * info.el (same-window-regexps, info)
7200 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7201 * image-mode.el (image-mode, auto-mode-alist):
7202 * hippie-exp.el (hippie-expand-ignore-buffers):
7203 * format.el (format-alist):
7204 * find-dired.el (find-ls-subdir-switches, find-grep-options)
7205 (find-name-arg):
7206 * facemenu.el (facemenu-keybindings):
7207 * dired.el (dired-listing-switches, dired-chown-program):
7208 * diff.el (diff-switches, diff-command):
7209 * cus-edit.el (same-window-regexps):
7210 * bindings.el (mode-line-mule-info)
7211 (mode-line-buffer-identification): Purecopy strings.
7212
7213 2009-11-11 Juri Linkov <juri@jurta.org>
7214
7215 * simple.el (dired-get-filename) <declare-function>:
7216 Tell the byte-compiler about dired-get-filename.
7217 (shell-command): In Dired mode, get filename from the current line
7218 as the default value.
7219
7220 2009-11-10 Glenn Morris <rgm@gnu.org>
7221
7222 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
7223 * calendar/holidays.el, progmodes/cperl-mode.el:
7224 Update x-popup-menu declarations.
7225
7226 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
7227 (list-load-path-shadows): Use dolist.
7228 (list-load-path-shadows): Use with-current-buffer.
7229
7230 2009-11-10 Juri Linkov <juri@jurta.org>
7231
7232 * minibuffer.el (read-file-name): Support a list of default values
7233 in `default-filename'. Use the first file name where only one
7234 element is required. Doc fix.
7235
7236 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
7237
7238 * net/dbus.el (dbus-unregister-object): Release service, if no
7239 other method is registered for it.
7240
7241 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
7242
7243 * bookmark.el (bookmark-completing-read): Sort bookmark names if
7244 bookmark-sort-flag is non-nil (Bug#4653).
7245
7246 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
7247
7248 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
7249 the progress reporter entirely.
7250
7251 * emulation/cua-base.el: Add CUA property to some CC mode commands
7252 (Bug#4100).
7253
7254 2009-11-08 Kevin Ryde <user42@zip.com.au>
7255
7256 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
7257 at end of sentence (Bug#4818).
7258
7259 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
7260
7261 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7262 Handle "see declaration of" MSFT statements (Bug#4100).
7263
7264 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
7265
7266 * net/tramp.el (tramp-advice-make-auto-save-file-name)
7267 (tramp-advice-file-expand-wildcards): Unload via
7268 `ad-remove-advice'.
7269
7270 * net/trampver.el: Update release number.
7271
7272 2009-11-08 Kevin Ryde <user42@zip.com.au>
7273
7274 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
7275 `ad-do-it'.
7276
7277 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
7278
7279 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
7280 in order to keep context in SELinux.
7281
7282 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
7283
7284 * dired-aux.el (dired-query): Place cursor in echo area and allow
7285 C-g.
7286
7287 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
7288 menu item if not on a directory (Bug#4701).
7289
7290 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
7291
7292 Sync with Tramp 2.1.17.
7293
7294 * net/tramp.el (tramp-handle-copy-directory): Don't use
7295 `file-remote-p' (due to compatibility).
7296
7297 * net/tramp-compat.el (tramp-compat-copy-directory)
7298 (tramp-compat-delete-directory): New defuns.
7299
7300 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7301 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
7302 `tramp-compat-delete-directory'.
7303
7304 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
7305 (tramp-smb-handle-delete-directory): Use
7306 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
7307
7308 * net/trampver.el: Update release number.
7309
7310 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
7311
7312 * tar-mode.el (tar-copy): Call write-region on the right buffer
7313 (Bug#4857).
7314
7315 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
7316 by hand, if necessary (Bug#4878).
7317
7318 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
7319
7320 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
7321 align size column (Bug#4839).
7322
7323 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
7324 statement.
7325
7326 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
7327
7328 * progmodes/ld-script.el (auto-mode-alist):
7329 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
7330
7331 * cus-face.el (custom-declare-face): Purecopy face spec.
7332
7333 2009-11-06 Kenichi Handa <handa@m17n.org>
7334
7335 * international/uni-bidi.el: Re-generated.
7336 * international/uni-category.el: Re-generated.
7337 * international/uni-combining.el: Re-generated.
7338 * international/uni-mirrored.el: Re-generated.
7339
7340 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
7341
7342 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
7343 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
7344 (tex-start-options, slitex-run-command, latex-run-command)
7345 (tex-run-command, tex-directory):
7346 * textmodes/ispell.el (ispell-html-skip-alists)
7347 (ispell-tex-skip-alists, ispell-tex-skip-alists):
7348 * textmodes/fill.el (adaptive-fill-first-line-regexp):
7349 (adaptive-fill-regexp):
7350 * textmodes/dns-mode.el (auto-mode-alist):
7351 * progmodes/python.el (interpreter-mode-alist):
7352 * progmodes/etags.el (tags-compression-info-list):
7353 * progmodes/etags.el (tags-file-name):
7354 * net/browse-url.el (browse-url-galeon-program)
7355 (browse-url-firefox-program):
7356 * mail/sendmail.el (mail-signature-file)
7357 (mail-citation-prefix-regexp):
7358 * international/mule-conf.el (eight-bit):
7359 * international/latexenc.el (latex-inputenc-coding-alist):
7360 * international/fontset.el (x-pixel-size-width-font-regexp):
7361 * emacs-lisp/warnings.el (warning-type-format):
7362 * emacs-lisp/trace.el (trace-buffer):
7363 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
7364 (emacs-lisp-mode-map):
7365 * calendar/holidays.el (holiday-solar-holidays)
7366 (holiday-bahai-holidays, holiday-islamic-holidays)
7367 (holiday-christian-holidays, holiday-hebrew-holidays)
7368 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
7369 (hebrew-holidays-1, holiday-oriental-holidays)
7370 (holiday-general-holidays):
7371 * x-dnd.el (x-dnd-known-types):
7372 * tool-bar.el (tool-bar):
7373 * startup.el (site-run-file):
7374 * shell.el (shell-dumb-shell-regexp):
7375 * rfn-eshadow.el (file-name-shadow-tty-properties)
7376 (file-name-shadow-properties):
7377 * paths.el (remote-shell-program, news-directory):
7378 * mouse.el ([C-down-mouse-3]):
7379 * menu-bar.el (menu-bar-tools-menu):
7380 * jka-cmpr-hook.el (jka-compr-load-suffixes)
7381 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
7382 (jka-compr-compression-info-list):
7383 * isearch.el (search-whitespace-regexp):
7384 * image-file.el (image-file-name-extensions):
7385 * find-dired.el (find-ls-option):
7386 * files.el (directory-listing-before-filename-regexp)
7387 (directory-free-space-args, insert-directory-program)
7388 (list-directory-brief-switches, magic-fallback-mode-alist)
7389 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
7390 (automount-dir-prefix):
7391 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
7392 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
7393 (face-font-registry-alternatives, face-font-registry-alternatives)
7394 (face-font-family-alternatives):
7395 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
7396 (facemenu-foreground-menu, facemenu-face-menu):
7397 * epa-hook.el (epa-file-name-regexp):
7398 * dnd.el (dnd-protocol-alist):
7399 * textmodes/rst.el (auto-mode-alist):
7400 * button.el (default-button): Purecopy strings.
7401
7402 2009-11-06 Glenn Morris <rgm@gnu.org>
7403
7404 * Makefile.in (ELCFILES): Update.
7405
7406 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
7407
7408 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
7409 * emacs-lisp/levents.el: Move to obsolete/levents.el.
7410
7411 * nxml/xsd-regexp.el (xsdre-gen-categories):
7412 * nxml/xmltok.el (xmltok-parse-entity):
7413 * nxml/rng-parse.el (rng-parse-validate-file):
7414 * nxml/rng-maint.el (rng-format-manual)
7415 (rng-manual-output-force-new-line):
7416 * nxml/rng-loc.el (rng-save-schema-location-1):
7417 * nxml/rng-cmpct.el (rng-c-parse-file):
7418 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
7419 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
7420
7421 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
7422
7423 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
7424 Remove extra save-excursions and make-variable-buffer-local's.
7425 Suggested by Stefan Monnier.
7426
7427 (verilog-getopt-file, verilog-module-inside-filename-p)
7428 (verilog-set-define): Merge GNU 1.35 and repair changes from
7429 switching to using with-current-buffer.
7430
7431 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
7432 being treated as a number and confusing AUTORESET.
7433 Reported by Dan Dever.
7434
7435 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
7436 Add verilog-auto-ignore-concat to fix backward compatibility with
7437 older verilog-modes. Reported by Dan Katz.
7438
7439 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
7440 containing closing anchors "...$".
7441
7442 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
7443 Reported by Wade Smith.
7444
7445 (verilog-batch-execute-func): Comment on function usage.
7446
7447 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
7448
7449 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
7450 for labels.
7451
7452 (verilog-label-re, verilog-calc-1): Support proper indent of named
7453 asserts.
7454
7455 (verilog-backward-token, verilog-basic-complete-re)
7456 (verilog-beg-of-statement, verilog-indent-re): Support proper
7457 indent of the assert statement at the beginning of a block of text.
7458
7459 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
7460 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
7461 tokens as begins.
7462
7463 2009-11-05 Glenn Morris <rgm@gnu.org>
7464
7465 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
7466 Emacs 19. (Bug#1531)
7467 (byte-compile-fix-header): Update for the above change.
7468 Drop test for epoch::version.
7469
7470 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
7471 * cus-dep.el (custom-make-dependencies):
7472 * finder.el (finder-compile-keywords):
7473 Use autoload-rubric's feature argument.
7474
7475 * calendar/diary-lib.el (top-level): Make load behave more like require.
7476
7477 * vc-git.el (vc-git-stash-map): Move definition before use.
7478
7479 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7480
7481 * custom.el (custom-declare-group): Purecopy standard-value.
7482 (custom-declare-group): Purecopy custom-prefix.
7483
7484 * international/mule.el (load-with-code-conversion):
7485 Call do-after-load-evaluation unconditionally.
7486
7487 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
7488
7489 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7490
7491 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
7492
7493 2009-11-04 Glenn Morris <rgm@gnu.org>
7494
7495 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
7496 (byte-compile-compatibility): Remove option.
7497 (byte-compile-close-variables, byte-compile-fix-header)
7498 (byte-compile-insert-header, byte-compile-output-docform)
7499 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
7500 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
7501 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
7502 (byte-compile-insert, byte-compile-defun):
7503 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
7504 (byte-defop-compiler19): Remove.
7505 Without byte-compile-compatibility, the 'emacs19-opcode property is not
7506 used by anything. Replace all calls with byte-defop-compiler.
7507
7508 2009-11-04 Juri Linkov <juri@jurta.org>
7509
7510 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
7511 (menu-bar-options-menu): Don't quote the `prop' arg of
7512 `menu-bar-make-mm-toggle'.
7513
7514 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
7515
7516 * calendar/calendar.el (cal-loaddefs):
7517 * calendar/diary-lib.el (diary-loaddefs):
7518 * calendar/holidays.el (hol-loaddefs):
7519 * eshell/esh-module.el (esh-groups): Load rather than require.
7520
7521 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7522
7523 * calendar/todo-mode.el (todo-add-category): Don't hardcode
7524 point-min==1.
7525 (todo-top-priorities): Only display-buffer when called interactively.
7526 (todo-item-start): Don't save excursion point.
7527 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
7528 (todo-insert-item-here, todo-file-item, todo-remove-item):
7529 Adjust uses of todo-item-start and todo-item-end.
7530
7531 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
7532 (autoload-rubric): Don't use any more.
7533 * cedet/semantic/fw.el (semantic/loaddefs):
7534 * cedet/srecode.el (srecode/loaddefs):
7535 * cedet/ede.el (ede/loaddefs): Load rather than require.
7536 * cedet/ede/cpp-root.el:
7537 * cedet/ede/emacs.el:
7538 * cedet/ede/files.el:
7539 * cedet/ede/linux.el:
7540 * cedet/ede/locate.el:
7541 * cedet/ede/make.el:
7542 * cedet/ede/shell.el:
7543 * cedet/ede/speedbar.el:
7544 * cedet/ede/system.el:
7545 * cedet/ede/util.el:
7546 * cedet/semantic/analyze.el:
7547 * cedet/semantic/bovine.el:
7548 * cedet/semantic/complete.el:
7549 * cedet/semantic/ctxt.el:
7550 * cedet/semantic/db-file.el:
7551 * cedet/semantic/db-find.el:
7552 * cedet/semantic/db-global.el:
7553 * cedet/semantic/db-mode.el:
7554 * cedet/semantic/db-typecache.el:
7555 * cedet/semantic/db.el:
7556 * cedet/semantic/debug.el:
7557 * cedet/semantic/dep.el:
7558 * cedet/semantic/doc.el:
7559 * cedet/semantic/edit.el:
7560 * cedet/semantic/find.el:
7561 * cedet/semantic/format.el:
7562 * cedet/semantic/html.el:
7563 * cedet/semantic/ia-sb.el:
7564 * cedet/semantic/ia.el:
7565 * cedet/semantic/idle.el:
7566 * cedet/semantic/lex-spp.el:
7567 * cedet/semantic/lex.el:
7568 * cedet/semantic/mru-bookmark.el:
7569 * cedet/semantic/scope.el:
7570 * cedet/semantic/senator.el:
7571 * cedet/semantic/sort.el:
7572 * cedet/semantic/symref.el:
7573 * cedet/semantic/tag-file.el:
7574 * cedet/semantic/tag-ls.el:
7575 * cedet/semantic/tag-write.el:
7576 * cedet/semantic/tag.el:
7577 * cedet/semantic/util-modes.el:
7578 * cedet/semantic/analyze/complete.el:
7579 * cedet/semantic/analyze/refs.el:
7580 * cedet/semantic/bovine/c.el:
7581 * cedet/semantic/bovine/gcc.el:
7582 * cedet/semantic/bovine/make.el:
7583 * cedet/semantic/bovine/scm.el:
7584 * cedet/semantic/decorate/include.el:
7585 * cedet/semantic/decorate/mode.el:
7586 * cedet/semantic/symref/cscope.el:
7587 * cedet/semantic/symref/global.el:
7588 * cedet/semantic/symref/grep.el:
7589 * cedet/semantic/symref/idutils.el:
7590 * cedet/semantic/symref/list.el:
7591 * cedet/semantic/wisent/java-tags.el:
7592 * cedet/semantic/wisent/javascript.el:
7593 * cedet/srecode/compile.el:
7594 * cedet/srecode/cpp.el:
7595 * cedet/srecode/document.el:
7596 * cedet/srecode/el.el:
7597 * cedet/srecode/expandproto.el:
7598 * cedet/srecode/getset.el:
7599 * cedet/srecode/insert.el:
7600 * cedet/srecode/java.el:
7601 * cedet/srecode/map.el:
7602 * cedet/srecode/mode.el:
7603 * cedet/srecode/template.el:
7604 * cedet/srecode/texi.el: Remove the file-local setting of
7605 generated-autoload-feature.
7606
7607 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
7608 and only put a prop if it is non-nil.
7609
7610 2009-11-03 Juri Linkov <juri@jurta.org>
7611
7612 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
7613 (menu-bar-options-menu): Fix list quoting (Bug#4429).
7614
7615 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
7616 and "Menu" to make top-level menu item visually one unit (like
7617 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
7618 multi-word menu items). Fix :help string for quit-window.
7619
7620 2009-11-03 Glenn Morris <rgm@gnu.org>
7621
7622 * cedet/mode-local.el (with-mode-local): Doc fix.
7623
7624 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7625 (byte-compile-file-form-define-abbrev-table)
7626 (byte-compile-file-form-custom-declare-variable)
7627 (byte-compile-variable-ref, byte-compile-defvar):
7628 Whether or not a warning is enabled should only affect whether we issue
7629 the warning, not whether or not we collect the relevant data.
7630 Eg warnings can be turned on and off throughout the course of a file.
7631
7632 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
7633 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
7634
7635 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7636
7637 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
7638 * play/mpuz.el (mpuz-create-buffer):
7639 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
7640 (lm-print-y,s,noise, lm-print-w0, lm-init):
7641 * play/gomoku.el (gomoku-prompt-for-move):
7642 * play/fortune.el (fortune-in-buffer):
7643 * play/dissociate.el (dissociated-press):
7644 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
7645 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
7646 * mail/supercite.el (sc-eref-show):
7647 * mail/smtpmail.el (smtpmail-send-it):
7648 * mail/rmailsum.el (rmail-summary-next-labeled-message)
7649 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
7650 (rmail-summary-undelete-many, rmail-summary-rmail-update)
7651 (rmail-summary-goto-msg, rmail-summary-expunge)
7652 (rmail-summary-get-new-mail, rmail-summary-search-backward)
7653 (rmail-summary-add-label, rmail-summary-output-menu)
7654 (rmail-summary-output-body):
7655 * mail/rfc822.el (rfc822-addresses):
7656 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
7657 * mail/mailpost.el (post-mail-send-it):
7658 * mail/hashcash.el (hashcash-generate-payment):
7659 * mail/feedmail.el (feedmail-run-the-queue)
7660 (feedmail-queue-send-edit-prompt-help-first)
7661 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
7662 (feedmail-deduce-address-list):
7663 * eshell/esh-ext.el (eshell-remote-command):
7664 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
7665 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
7666 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
7667 (viper-save-string-in-file, viper-valid-marker):
7668 * emulation/viper-keym.el (viper-toggle-key):
7669 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
7670 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
7671 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
7672 * emulation/viper-cmd.el (viper-exec-form-in-vi)
7673 (viper-exec-form-in-emacs, viper-brac-function):
7674 * emulation/viper.el (viper-delocalize-var):
7675 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
7676 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
7677 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
7678 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
7679 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
7680 * emulation/edt.el (edt-electric-helpify):
7681 * emulation/cua-rect.el (cua--rectangle-aux-replace):
7682 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
7683 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
7684 (cua-indent-to-global-mark-column):
7685 * calendar/diary-lib.el (calendar-mark-1):
7686 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
7687 Use with-current-buffer.
7688 * emulation/viper.el (viper-delocalize-var): Use dolist.
7689
7690 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
7691
7692 * comint.el (comint-replace-by-expanded-history-before-point):
7693 Replace !! with the previous input string literally (Bug#1795).
7694
7695 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
7696
7697 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
7698 to be made up of whitespace.
7699
7700 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
7701
7702 * minibuffer.el (read-file-name): Don't use file dialogs for
7703 remote directories (Bug#99).
7704
7705 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
7706
7707 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
7708
7709 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
7710
7711 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
7712 instead of deleting the window or frame.
7713
7714 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
7715
7716 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
7717 Support face colors.
7718
7719 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
7720 New function. Support face colors (Bug#1168).
7721 (tex-common-initialization): Use it.
7722
7723 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
7724 mode allows it (Bug#1168).
7725
7726 2009-10-31 Juri Linkov <juri@jurta.org>
7727
7728 * facemenu.el (list-colors-display): Don't mark buffer as
7729 modified (Bug#3948).
7730
7731 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
7732
7733 * international/mule-diag.el (list-character-sets-1): Minor
7734 message fix (Bug#3526).
7735
7736 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
7737 face property (Bug#4834).
7738 (etags-list-tags, etags-tags-apropos-additional)
7739 (etags-tags-apropos, tags-select-tags-table): Add follow-link
7740 property.
7741
7742 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
7743 items.
7744
7745 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
7746 items.
7747
7748 * cedet/ede.el (ede-minor-mode):
7749 * cedet/semantic.el (semantic-mode): Toggle menu separators.
7750
7751 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7752
7753 * textmodes/two-column.el (2C-split):
7754 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
7755 * textmodes/tex-mode.el (tex-set-buffer-directory):
7756 * textmodes/spell.el (spell-region, spell-string):
7757 * textmodes/reftex.el (reftex-erase-buffer):
7758 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
7759 * textmodes/reftex-toc.el (reftex-toc-promote-action):
7760 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
7761 (reftex-select-item):
7762 * textmodes/reftex-ref.el (reftex-label-info-update)
7763 (reftex-offer-label-menu):
7764 * textmodes/reftex-index.el (reftex-index-change-entry)
7765 (reftex-index-phrases-info):
7766 * textmodes/reftex-global.el (reftex-create-tags-file)
7767 (reftex-save-all-document-buffers, reftex-ensure-write-access):
7768 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
7769 (reftex-view-crossref-from-bibtex):
7770 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
7771 (reftex-extract-bib-entries-from-thebibliography)
7772 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
7773 * textmodes/refbib.el (r2b-capitalize-title):
7774 (r2b-convert-buffer, r2b-help):
7775 * textmodes/page-ext.el (pages-directory)
7776 (pages-directory-goto-with-mouse):
7777 * textmodes/bibtex.el (bibtex-validate-globally):
7778 * textmodes/bib-mode.el (bib-capitalize-title):
7779 * textmodes/artist.el (artist-clear-buffer, artist-system):
7780 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
7781 (local-set-scheme-interaction-buffer, xscheme-process-filter)
7782 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
7783 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
7784 (xscheme-send-control-g-interrupt, xscheme-start-process)
7785 (xscheme-process-sentinel, xscheme-cd):
7786 * progmodes/verilog-mode.el (verilog-read-always-signals)
7787 (verilog-set-define, verilog-getopt-file)
7788 (verilog-module-inside-filename-p):
7789 * progmodes/sh-script.el:
7790 * progmodes/python.el (python-pdbtrack-get-source-buffer)
7791 (python-pdbtrack-grub-for-buffer, python-execute-file):
7792 * progmodes/octave-inf.el (inferior-octave):
7793 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7794 (idlwave-shell-compile-helper-routines, idlwave-set-local)
7795 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
7796 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
7797 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
7798 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
7799 (idlwave-shell-filter, idlwave-shell-examine-highlight)
7800 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
7801 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
7802 (idlwave-shell-examine-display, idlwave-shell-run-region)
7803 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
7804 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
7805 * progmodes/idlw-help.el (idlwave-help-get-special-help)
7806 (idlwave-help-get-help-buffer):
7807 * progmodes/gud.el (gud-basic-call, gud-find-class)
7808 (gud-tooltip-activate-mouse-motions-if-enabled):
7809 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7810 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
7811 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
7812 (ebrowse-tags-next-file):
7813 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
7814 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
7815 (ebnf-eps-finish-and-write):
7816 * progmodes/cpp.el (cpp-edit-save):
7817 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
7818 * progmodes/cc-defs.el (c-emacs-features):
7819 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
7820 (antlr-directory-dependencies):
7821 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
7822 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
7823 (ada-find-any-references, ada-make-filename-from-adaname)
7824 (ada-make-body-gnatstub):
7825 * obsolete/rnews.el (news-list-news-groups):
7826 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
7827 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
7828 * net/rcirc.el (rcirc-debug):
7829 * net/newst-treeview.el (newsticker--treeview-list-add-item)
7830 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
7831 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
7832 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
7833 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
7834 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
7835 (newsticker--treeview-list-clear-highlight)
7836 (newsticker--treeview-list-update-highlight)
7837 (newsticker--treeview-list-highlight-start)
7838 (newsticker--treeview-tree-update-highlight)
7839 (newsticker--treeview-get-selected-item)
7840 (newsticker-treeview-mark-list-items-old)
7841 (newsticker--treeview-set-current-node):
7842 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7843 * net/newst-backend.el (newsticker--get-news-by-funcall)
7844 (newsticker--get-news-by-wget, newsticker--image-get)
7845 (newsticker--image-sentinel):
7846 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
7847 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
7848 (eudc-ph-close-session):
7849 * net/eudc.el (eudc-save-options):
7850 * language/thai-word.el (thai-update-word-table):
7851 * language/japan-util.el (japanese-string-conversion):
7852 * international/titdic-cnv.el (tsang-quick-converter)
7853 (ziranma-converter, ctlau-converter):
7854 * international/mule-cmds.el (describe-language-environment):
7855 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
7856 (skkdic-convert-postfix, skkdic-convert-prefix):
7857 (skkdic-convert-okuri-nasi, skkdic-convert):
7858 * emacs-lisp/re-builder.el (reb-update-overlays):
7859 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
7860 * emacs-lisp/gulp.el (gulp-send-requests):
7861 * emacs-lisp/find-gc.el (trace-call-tree):
7862 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7863 (eieio-describe-generic):
7864 * emacs-lisp/eieio-base.el (eieio-persistent-read):
7865 * emacs-lisp/edebug.el (edebug-outside-excursion):
7866 * emacs-lisp/debug.el (debugger-make-xrefs):
7867 * emacs-lisp/cust-print.el (custom-prin1-to-string):
7868 * emacs-lisp/chart.el (chart-new-buffer):
7869 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7870 Use with-current-buffer.
7871 * textmodes/artist.el (artist-system): Don't call
7872 copy-sequence on a fresh string.
7873 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7874
7875 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
7876
7877 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
7878 is no item to edit. (Bug#4820)
7879 (todo-top-priorities): Restore point and restore narrowing in Todo
7880 buffer. (Bug#4820)
7881
7882 2009-10-31 Glenn Morris <rgm@gnu.org>
7883
7884 * net/ange-ftp.el (top-level): Don't require dired when compiling.
7885 (comint-last-output-start, comint-last-input-start)
7886 (comint-last-input-end): Don't defvar when compiling.
7887 (ange-ftp-process-file): Use bound-and-true-p.
7888
7889 * pcmpl-rpm.el (top-level): Move provide statement to end.
7890 (pcmpl-rpm): Remove unused custom group.
7891
7892 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7893
7894 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7895
7896 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7897 (byte-compile-warnings): Add `constants' as an option.
7898 (byte-compile-callargs-warn, byte-compile-arglist-warn)
7899 (display-call-tree): Update for byte-compile-fdefinition possibly
7900 returning `(macro lambda ...)'. (Bug#4778)
7901 (byte-compile-variable-ref, byte-compile-setq-default):
7902 Respect `constants' member of byte-compile-warnings.
7903
7904 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
7905 Use mapc rather than mapcar because the return value is never used.
7906
7907 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
7908 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
7909 * cedet/semantic/html.el:
7910 Suppress harmless warnings about setting up semantic-imenu (not
7911 part of Emacs) variables.
7912
7913 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7914
7915 * vc-bzr.el (vc-bzr-revision-keywords): New var.
7916 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7917 to "submit:".
7918
7919 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
7920 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
7921 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
7922 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
7923 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
7924 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
7925 (semantic-analyzer-debug-global-symbol)
7926 (semantic-analyzer-debug-missing-innertype)
7927 (semantic-analyzer-debug-insert-include-summary):
7928 * cedet/semantic/util.el (semantic-file-tag-table):
7929 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
7930 (semantic-recursive-find-nonterminal-by-name):
7931 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
7932 * cedet/semantic/tag-file.el (semantic-prototype-file):
7933 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
7934 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
7935 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
7936 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
7937 (semantic-idle-summary-maybe-highlight):
7938 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
7939 (semantic-ia-sb-tag-info):
7940 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
7941 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
7942 * cedet/semantic/ede-grammar.el (project-compile-target):
7943 (ede-proj-makefile-insert-variables):
7944 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
7945 (semantic-debug-set-source-location, semantic-debug-interface-layout)
7946 (semantic-debug-mode, semantic-debug):
7947 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
7948 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
7949 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
7950 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
7951 (semanticdb-find-translate-path-includes--internal)
7952 (semanticdb-reset-log, semanticdb-find-log-activity):
7953 * cedet/semantic/db-file.el (object-write):
7954 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
7955 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
7956 (semanticdb-create-ebrowse-database):
7957 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
7958 * cedet/semantic/complete.el (semantic-displayor-focus-request)
7959 (semantic-collector-calculate-completions-raw)
7960 (semantic-complete-read-tag-analyzer):
7961 * cedet/semantic/analyze.el (semantic-analyze-pulse):
7962 * cedet/ede/util.el (ede-update-version-in-source):
7963 * cedet/ede/proj.el (project-delete-target):
7964 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
7965 (ede-proj-flush-autoconf):
7966 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
7967 (ede-proj-configure-synchronize):
7968 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
7969 * cedet/ede/linux.el (ede-linux-version):
7970 * cedet/ede/emacs.el (ede-emacs-version):
7971 * cedet/ede/dired.el (ede-dired-add-to-target):
7972 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
7973 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
7974 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
7975 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
7976 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
7977 (cedet-idutils-version-check):
7978 * cedet/cedet-global.el (cedet-gnu-global-call):
7979 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
7980 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
7981 * cedet/cedet-cscope.el (cedet-cscope-call)
7982 (cedet-cscope-expand-filename, cedet-cscope-version-check):
7983 Use with-current-buffer.
7984 * cedet/ede.el (ede-make-project-local-variable)
7985 (ede-set-project-variables, ede-set): Use dolist.
7986
7987 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7988
7989 * textmodes/ispell.el (ispell-skip-region-alist):
7990 * international/mule-conf.el (eight-bit):
7991 * international/fontset.el (font-encoding-alist):
7992 * startup.el (pure-space-overflow-message):
7993 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7994 * paths.el (gnus-nntp-service, rmail-spool-directory)
7995 (term-file-prefix):
7996 * files.el (save-some-buffers-action-alist):
7997 * cmuscheme.el (same-window-buffer-names):
7998 * ielm.el (same-window-buffer-names):
7999 * shell.el (same-window-buffer-names):
8000 * mail/sendmail.el (same-window-buffer-names):
8001 * progmodes/inf-lisp.el (same-window-buffer-names):
8002 * bindings.el (mode-line-client)
8003 (mode-line-column-line-number-mode-map):
8004 * language/tibetan.el (tibetan-precomposition-rule-regexp)
8005 (tibetan-precomposed-regexp): Purecopy string arguments.
8006
8007 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8008
8009 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
8010 (calcDigit-nondigit):
8011 * calc/calc-yank.el (calc-copy-to-buffer):
8012 * calc/calc-units.el (calc-invalidate-units-table):
8013 * calc/calc-trail.el (calc-trail-yank):
8014 * calc/calc-store.el (calc-insert-variables):
8015 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
8016 * calc/calc-prog.el (calc-read-parse-table):
8017 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
8018 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
8019 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
8020 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
8021 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
8022 (calc-graph-name, calc-graph-find-command, calc-graph-view)
8023 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
8024 * calc/calc-ext.el (calc-realign):
8025 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
8026 (calc-embedded-finish-edit, calc-embedded-make-info)
8027 (calc-embedded-finish-command, calc-embedded-stack-change):
8028 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
8029
8030 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
8031 (overload-docstring-extension): Use that info.
8032 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
8033 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
8034 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
8035 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
8036 (semantic-nonterminal-full-name): Add the new `when' info.
8037 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
8038 `assert'.
8039
8040 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
8041 shell-dynamic-complete-filename in preference to
8042 comint-dynamic-complete-filename.
8043
8044 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8045 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8046 Don't consider whether the display supports colors.
8047 (bookmark-import-new-list): Use dolist.
8048 (bookmark-bmenu-mode-map): Move initialization into declaration.
8049 (bookmark-bmenu-list): Use dolist, simplify.
8050 (bookmark-show-all-annotations): Use save-selected-window and dolist.
8051 (menu-bar-final-items): Use push.
8052
8053 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
8054
8055 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
8056 it works on remote files.
8057 (vc-hg-diff): Don't pass any `--cwd' argument.
8058
8059 2009-10-27 Kevin Ryde <user42@zip.com.au>
8060
8061 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8062 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
8063 (Further to Bug#3921).
8064
8065 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
8066
8067 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
8068 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
8069 calling `tramp-imap-put-file'. Add file size to the call.
8070 (tramp-imap-get-file-entries): Compute also user name, file size,
8071 and date.
8072 (tramp-imap-handle-insert-directory): Insert uid and gid.
8073 (tramp-imap-handle-file-attributes): Transform uid and gid
8074 according to `id-format'.
8075 (tramp-imap-put-file): New optional parameter SIZE. Encode file
8076 size in header X-Size.
8077
8078 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
8079
8080 * simple.el (transpose-subr): Give clearer error when the mark
8081 is not set. (Bug#4807)
8082
8083 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
8084
8085 * net/tramp.el (tramp-perl-file-truename): New defconst.
8086 Perl code contributed by yary <not.com@gmail.com> (tiny change).
8087 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
8088 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
8089 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
8090
8091 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
8092 Ignore `dired-call-process'.
8093 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
8094
8095 2009-10-26 Julian Scheid <julians37@gmail.com>
8096
8097 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
8098 (tramp-get-remote-readlink): New defun.
8099 (tramp-handle-file-truename): Use it.
8100 (tramp-handle-file-exists-p): Check file-attributes cache, assume
8101 file exists if cache value present.
8102 (tramp-check-cached-permissions): New defun.
8103 (tramp-handle-file-readable-p): Use it.
8104 (tramp-handle-file-writable-p): Likewise.
8105 (tramp-handle-file-executable-p): Likewise.
8106 (tramp-handle-file-name-all-completions): Try using Perl to get
8107 partial completions. When perl not available, combine `cd' and
8108 `ls' into single remote operation and use shell expansion to get
8109 partial remote directory contents. Set `file-exists-p' cache for
8110 directory and any files returned by ls. Change cache handling to
8111 support partial directory contents. Use error message emitted by
8112 remote `cd' or Perl code for local tramp-error.
8113 (tramp-do-copy-or-rename-file-directly): Avoid separate
8114 tramp-send-command-and-check call.
8115 (tramp-handle-process-file): Merge three remote ops into one.
8116 Do not flush all caches when `process-file-side-effects' is set.
8117 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
8118 file-attributes shows uid/gid to be set already.
8119
8120 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8121
8122 * textmodes/tex-mode.el (tex-dvi-view-command)
8123 (tex-show-queue-command, tex-open-quote):
8124 * progmodes/ruby-mode.el (auto-mode-alist)
8125 (interpreter-mode-alist): Purecopy strings.
8126
8127 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
8128
8129 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
8130 string for the hook, keymap and abbrev table.
8131
8132 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
8133
8134 * x-dnd.el (x-dnd-xdnd-to-action):
8135 * startup.el (fancy-startup-text, fancy-about-text): Change to
8136 defconst from defvar.
8137
8138 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
8139
8140 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
8141 Purecopy initialization strings.
8142
8143 * mail/sendmail.el (mail-header-separator)
8144 (mail-personal-alias-file):
8145 * mail/rmail.el (rmail-default-dont-reply-to-names)
8146 (rmail-ignored-headers, rmail-retry-ignored-headers)
8147 (rmail-highlighted-headers, rmail-secondary-file-directory)
8148 (rmail-secondary-file-regexp):
8149 * files.el (null-device, file-name-invalid-regexp)
8150 (locate-dominating-stop-dir-regexp)
8151 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
8152 (interpreter-mode-alist): Use mapcar instead of mapc.
8153
8154 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
8155
8156 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
8157 (completion-ignored-extensions):
8158 (debug-ignored-errors): Purecopy strings.
8159
8160 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8161
8162 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
8163 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
8164 (pcomplete--here): Use push.
8165
8166 * subr.el (all-completions): Declare the 4th arg obsolete.
8167
8168 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8169
8170 * pcomplete.el (pcomplete-unquote-argument-function): New var.
8171 (pcomplete-unquote-argument): New function.
8172 (pcomplete--common-suffix): Always pay attention to case.
8173 (pcomplete--table-subvert): Quote and unquote the text.
8174 (pcomplete--common-quoted-suffix): New function.
8175 (pcomplete-std-complete): Use it and pcomplete-begin.
8176
8177 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
8178 we're inside a dedicated or minibuffer window.
8179
8180 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8181
8182 * cedet/semantic/fw.el (semantic-alias-obsolete)
8183 (semantic-varalias-obsolete): Make the `when' arg mandatory.
8184 (define-mode-overload-implementation):
8185 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
8186 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
8187 * cedet/semantic/util.el (semantic-file-token-stream)
8188 (semantic-something-to-stream):
8189 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
8190 (semantic-expand-nonterminal):
8191 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
8192 (semantic-find-dependency, semantic-find-nonterminal)
8193 (semantic-find-dependency):
8194 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
8195 (semantic-flex-text, semantic-flex-make-keyword-table)
8196 (semantic-flex-keyword-p, semantic-flex-keyword-put)
8197 (semantic-flex-keyword-get, semantic-flex-map-keywords)
8198 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
8199 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
8200 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
8201 (semantic-after-idle-scheduler-reparse-hooks):
8202 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
8203 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
8204 * cedet/semantic.el (semantic-toplevel-bovine-table)
8205 (semantic-toplevel-bovine-cache)
8206 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
8207 (semantic-init-mode-hooks, semantic-init-db-hooks)
8208 (semantic-bovination-working-type): Provide the `when' arg.
8209
8210 2009-10-24 Karl Fogel <kfogel@red-bean.com>
8211
8212 * bookmark.el: Update documentation, especially documentation
8213 of `bookmark-alist' and of the bookmark file format.
8214 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
8215
8216 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
8217
8218 * mail/emacsbug.el (report-emacs-bug): Clarify that the
8219 keybindings apply to the mail buffer (Bug#4003). Shrink help
8220 window to buffer.
8221
8222 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8223 (global-whitespace-mode, global-whitespace-newline-mode)
8224 (whitespace-toggle-options, global-whitespace-toggle-options):
8225 Doc fix (Bug#3660).
8226
8227 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
8228 of xmltok-start before the end tag was inserted (Bug#2840).
8229
8230 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
8231 patterns that are preceded by an open-paren (Bug#1320).
8232
8233 2009-10-24 Sven Joachim <svenjoac@gmx.de>
8234
8235 * files.el (delete-directory): Delete symlinks to directories with
8236 delete-file (Bug#4739).
8237
8238 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
8239
8240 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
8241 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
8242 argument to make-obsolete.
8243
8244 * cedet/semantic/fw.el (semantic-alias-obsolete)
8245 (semantic-varalias-obsolete): Add optional WHEN argument.
8246
8247 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
8248
8249 * vc.el (vc-backend-for-registration): Rename from
8250 vc-get-backend-for-registration. Update callers.
8251
8252 * international/mule-cmds.el (set-language-info-alist):
8253 Purecopy lang-env.
8254 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
8255 (charset): Purecopy the name.
8256 (define-char-code-property): Purecopy string arguments.
8257
8258 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8259 Purecopy string arguments.
8260
8261 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8262 * ediff-hook.el (menu-bar-ediff-menu):
8263 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
8264 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
8265
8266 2009-10-24 Glenn Morris <rgm@gnu.org>
8267
8268 * comint.el (comint-dynamic-list-completions):
8269 * term.el (term-dynamic-list-completions): Use choose-completion rather
8270 than obsolete alias mouse-choose-completion.
8271
8272 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
8273 file-cache-choose-completion.
8274 (file-cache-choose-completion): Handle an optional event argument.
8275 (file-cache-mouse-choose-completion): Make it an obsolete alias.
8276
8277 * progmodes/octave-mod.el (octave-complete-symbol):
8278 Use choose-completion if mouse-choose-completion is ever removed.
8279
8280 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
8281 use.
8282
8283 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
8284 compiler.
8285
8286 * vc-hooks.el (vc-responsible-backend): Fix declaration.
8287
8288 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8289
8290 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
8291 Ignore `pred' now that we receive one.
8292 Handle test-completion specially.
8293
8294 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
8295
8296 * vc.el (vc-responsible-backend): Throw an error if not backend is
8297 found. Remove the REGISTER argument. Move the code dealing with
8298 REGISTER ...
8299 (vc-get-backend-for-registration): ... here. New function.
8300 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
8301 of vc-responsible-backend, pass the file name instead of the
8302 directory name.
8303
8304 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8305
8306 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
8307 New funs.
8308 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
8309 (pcomplete-comint-setup): Don't modify a global var via
8310 accidental side-effects.
8311 (pcomplete-shell-setup): Adjust call accordingly.
8312 (pcomplete-parse-comint-arguments): Use push.
8313
8314 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
8315
8316 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8317 Allow uncapitalized info node names (Bug#3921).
8318
8319 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
8320 to the DEBUG file (Bug#3781).
8321
8322 2009-10-23 Jari Aalto <jari.aalto@cante.net>
8323
8324 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
8325 dictionary entry (Bug#4579).
8326
8327 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
8328
8329 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
8330 from `rfn-eshadow-update-overlay-hook' when unloading.
8331 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
8332 "rsyncc". Adjust doc string.
8333 (tramp-temp-buffer-file-name): New buffer-local defvar.
8334 (tramp-handle-insert-file-contents, tramp-handle-write-region):
8335 Keep temporary file when indicated by method ("rsync" and
8336 "rsyncc").
8337 (tramp-handle-write-region): Handle APPEND.
8338 (tramp-delete-temp-file-function): New defun. Added to
8339 `kill-buffer-hook'.
8340
8341 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
8342
8343 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
8344
8345 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
8346
8347 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
8348 (color-name-rgb-alist, tty-standard-colors)
8349 (tty-color-mode-alist): Change to defconst.
8350
8351 * simple.el (mark-inactive): Purecopy message.
8352
8353 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
8354 (global-map, yank-menu):
8355 * textmodes/ispell.el (ispell-menu-map):
8356 * net/eudc.el (eudc-tools-menu):
8357 * international/mule-cmds.el (describe-language-environment-map)
8358 (setup-language-environment-map, set-coding-system-map)
8359 (mule-menu-keymap):
8360 * vc-hooks.el (vc-menu-entry, vc-menu-map):
8361 * replace.el (occur-mode-map):
8362 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
8363
8364 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
8365
8366 * calc/calc.el (math-read-number, math-read-number-simple): Use
8367 `save-match-data'.
8368
8369 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
8370
8371 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
8372 rather than fiddling with global-map bindings, since it should only
8373 affect per-terminal settings.
8374 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
8375
8376 * minibuffer.el (completion-table-with-terminator): Allow to specify
8377 the terminator-regexp.
8378
8379 * simple.el (switch-to-completions): Look for *Completions* in other
8380 frames as well.
8381
8382 * pcomplete.el: Allow the use of completion-tables.
8383 (pcomplete-std-complete): New command.
8384 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
8385 (pcomplete--here): Use a function for `form' rather than an expression,
8386 so it can be byte-compiled.
8387 (pcomplete-here, pcomplete-here*): Adjust accordingly.
8388 Add edebug declaration.
8389 (pcomplete-show-completions): Remove unused var `curbuf'.
8390 (pcomplete-do-complete, pcomplete-stub):
8391 Don't assume `completions' is a list of strings any more.
8392
8393 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
8394
8395 * find-dired.el (find-name-arg): Fix typo in docstring.
8396
8397 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
8398
8399 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
8400 (pcmpl-linux-fs-types): Same, and update to new modules layout.
8401
8402 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
8403 pcomplete-entries.
8404
8405 * comint.el (comint-read-input-ring, comint-write-input-ring)
8406 (comint-substitute-in-file-name)
8407 (comint-dynamic-complete-as-filename)
8408 (comint-dynamic-simple-complete)
8409 (comint-dynamic-list-filename-completions)
8410 (comint-dynamic-list-completions)
8411 (comint-redirect-results-list-from-process): Minor simplifications.
8412
8413 2009-10-21 Kevin Ryde <user42@zip.com.au>
8414
8415 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8416 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
8417 the first form. And insert a blank line after ";;; Code" since
8418 that's usual style. (Bug#4612)
8419
8420 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
8421
8422 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8423
8424 * minibuffer.el (completion-table-with-terminator): Properly implement
8425 boundaries, in case `terminator' appears in the suffix.
8426 (completion--embedded-envvar-table): Don't return boundaries if
8427 there's no valid completion. Simplify.
8428 (completion-file-name-table): New completion table extracted from
8429 completion--file-name-table.
8430 (completion--file-name-table): Use it.
8431 (read-file-name-predicate): Declare obsolete.
8432 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
8433 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
8434 completion-file-name-table, and use the `pred' argument.
8435 * files.el (locate-file-completion-table): Use the `pred' arg rather
8436 than read-file-name-predicate.
8437 (abbreviate-file-name): Use \` rather than ^ for BOS.
8438
8439 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
8440
8441 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
8442 vc-responsible-backend to register, it causes problems.
8443
8444 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8445
8446 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
8447
8448 2009-10-21 Eric Ludlam <zappo@gnu.org>
8449
8450 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
8451 (semantic-c-debug-mode-init-pch): New functions.
8452 (semantic-c-debug-mode-init-last-mode): New var.
8453 (semantic-c-parse-lexical-token): Use them.
8454
8455 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
8456 When extracting the argument list, limit only by point-max.
8457
8458 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
8459
8460 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
8461 (tramp-smb-handle-file-attributes): Use it.
8462 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
8463 (tramp-smb-handle-insert-directory): Use `mapc' rather than
8464 `mapcar'. Use `tramp-smb-get-stat-capability'.
8465 Add `dired-filename' text properties.
8466 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
8467 (tramp-smb-maybe-open-connection): Simplify check for smbclient
8468 version.
8469
8470 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8471
8472 * subr.el (read-key-delay): Reduce to 0.01.
8473 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
8474 (bug#4751).
8475
8476 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8477
8478 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
8479
8480 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
8481 (Info-menu): Remove unused vars `last' and `completions'.
8482 (Info-index-nodes): Remove unused var `node'.
8483
8484 * info.el (Info-complete-menu-item): Use complete-with-action.
8485
8486 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
8487
8488 Make vc-annotate work through copies and renames.
8489 * vc-annotate.el (vc-annotate-extract-revision-at-line):
8490 Return the file name too.
8491 (vc-annotate-revision-at-line)
8492 (vc-annotate-find-revision-at-line)
8493 (vc-annotate-revision-previous-to-line)
8494 (vc-annotate-show-log-revision-at-line): Update to get the file
8495 name from vc-annotate-extract-revision-at-line.
8496 (vc-annotate-show-diff-revision-at-line-internal): Change the
8497 argument to mean whether to show a file diff or not. Get the file
8498 name from vc-annotate-extract-revision-at-line.
8499 (vc-annotate-show-diff-revision-at-line):
8500 Update vc-annotate-show-diff-revision-at-line call.
8501 (vc-annotate-warp-revision): Add an optional file argument.
8502
8503 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
8504 (vc-git-annotate-extract-revision-at-line): Also return the file
8505 name if found.
8506
8507 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
8508 command. Remove unused code.
8509 (vc-hg-annotate-re): Update to match --follow output.
8510 (vc-hg-annotate-extract-revision-at-line): Also return the file
8511 name if found.
8512
8513 * vc.el: Update annotate-extract-revision-at-line documentation.
8514
8515 2009-10-18 Kevin Ryde <user42@zip.com.au>
8516
8517 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
8518 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
8519
8520 * net/browse-url.el (browse-url): Identify alist with "consp and
8521 not functionp" and let all other things go down the `apply' leg,
8522 as suggested by Stefan. (Further to bug#4531.)
8523
8524 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
8525
8526 * minibuffer.el (read-file-name): Check for repeat before putting
8527 a default argument in file-name-history (Bug#4657).
8528
8529 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
8530 read syntax (Bug#4737).
8531
8532 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
8533
8534 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8535
8536 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
8537 (html-tag-alist, html-tag-help): Add descriptions for undocumented
8538 entries and make note of obsolete tags.
8539
8540 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8541
8542 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
8543
8544 2009-10-18 Glenn Morris <rgm@gnu.org>
8545
8546 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
8547 grep, so that binary files (eg international/uni-bidi.el) can match.
8548 Remove test for "UnicodeData" files, since it is hopefully unnecessary
8549 now, and in any case the file header format has changed.
8550
8551 2009-10-17 Glenn Morris <rgm@gnu.org>
8552
8553 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
8554 (flyspell-get-word, flyspell-large-region)
8555 (flyspell-auto-correct-previous-word): Doc/error message fixes.
8556
8557 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
8558
8559 * Makefile.in (ELCFILES): Add ede/shell.
8560
8561 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
8562
8563 * term/common-win.el (x-colors): Purecopy it.
8564
8565 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8566
8567 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
8568 permissive for when the buffer is empty.
8569 (tar-header-block-tokenize): Decode the username and groupname.
8570 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
8571
8572 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
8573
8574 * cedet/srecode/srt.el:
8575 * cedet/srecode/compile.el:
8576 * cedet/semantic/mru-bookmark.el:
8577 * cedet/semantic/debug.el:
8578 * cedet/semantic/complete.el:
8579 * cedet/semantic/analyze.el: Require CL when compiling.
8580
8581 2009-10-17 Eric Ludlam <zappo@gnu.org>
8582
8583 * cedet/semantic/scope.el
8584 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
8585 tmpscope so that the regular scope will continue to work.
8586
8587 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
8588 Use semantic-idle-summary-highlight-face as the highlighting.
8589
8590 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
8591 contains multibyte characters, choose first applicable coding
8592 system automatically.
8593
8594 * cedet/ede/project-am.el (project-run-target): New method.
8595 (project-run-target): New method.
8596
8597 * cedet/ede.el (ede-target): Add run target menu item.
8598 (ede-project, ede-minor-keymap): Add ede-run-target binding.
8599 (ede-run-target): New function.
8600 (ede-target::project-run-target): New method.
8601
8602 * cedet/ede/proj.el (project-run-target): New method.
8603
8604 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
8605 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
8606 Add :rules.
8607 (ede-proj-target-makefile-shared-object): Only libtool compilers
8608 now available. Add linkers for libtool.
8609 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
8610 (ede-proj-makefile-target-name): Always use .la extension.
8611
8612 * cedet/ede/proj-prog.el (project-run-target): New method.
8613
8614 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
8615 (ede-g++-linker): Change Change link lines.
8616
8617 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
8618 When searching for old variables, go to the end of the buffer and
8619 search backward from there.
8620 (ede-proj-makefile-automake-insert-subdirs)
8621 (ede-proj-makefile-automake-insert-extradist): New methods.
8622 (ede-proj-makefile-create): Use them.
8623
8624 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
8625 Force FILE to expand to the current target. Use file-exists-p to
8626 check that it exists.
8627
8628 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
8629 (ede-linux-load): Wrap dir in file-name-as-directory.
8630 Set :version slot.
8631
8632 * cedet/ede/files.el (ede-get-locator-object): When enabling
8633 locate, do so on "top".
8634
8635 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
8636 file-name-as-directory during compare.
8637 (ede-emacs-version): Return Emacs/XEmacs differentiator.
8638 Get version number from different places. Don't call egrep.
8639 (ede-emacs-load): Set :version slot. Call file-name-as-directory
8640 to set the directory.
8641
8642 * cedet/ede/shell.el: New file.
8643
8644 * cedet/inversion.el (inversion-decoders): Allow for stray . in
8645 alpha/beta variants.
8646
8647 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8648
8649 * international/mule-cmds.el (select-safe-coding-system): If the file
8650 has a coding cookie, use it regardless of any other setting (bug#4712).
8651
8652 2009-10-17 Glenn Morris <rgm@gnu.org>
8653
8654 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
8655 All errors should have messages.
8656
8657 * foldout.el (foldout-mouse-swallow-events):
8658 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
8659
8660 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
8661 (dired-keep-marker-copy, dired-keep-marker-hardlink)
8662 (dired-keep-marker-symlink, dired-dwim-target)
8663 (dired-copy-preserve-time): Do not autoload these defcustoms.
8664
8665 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
8666 messages from messing up the file coding. (Bug#4623)
8667
8668 2009-10-17 Jari Aalto <jari.aalto@cante.net>
8669
8670 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
8671 if no match is found for the current dictionary. (Bug#4578)
8672
8673 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
8674 optional, since that is how it is documented, and this is often called
8675 with a nil argument. (Bug#4577)
8676 (flyspell-external-point-words, flyspell-auto-correct-word)
8677 (flyspell-correct-word-before-point, flyspell-word-search-forward)
8678 (flyspell-word-search-backward): Remove nil argument in calls to
8679 flyspell-get-word, since it is not needed now.
8680
8681 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
8682
8683 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
8684
8685 2009-10-16 Glenn Morris <rgm@gnu.org>
8686
8687 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
8688
8689 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
8690
8691 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
8692 (ange-ftp-file-size): New function.
8693 (ange-ftp-file-attributes): Use it.
8694
8695 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
8696
8697 * net/tramp-smb.el (tramp-smb-version): New defvar.
8698 (tramp-smb-maybe-open-connection): Use it, in order to avoid
8699 repeated checks.
8700
8701 2009-10-16 Glenn Morris <rgm@gnu.org>
8702
8703 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
8704 Maybe copy some custom properties from old to new name. (Bug#4706)
8705
8706 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
8707
8708 * subr.el (error, sit-for, start-process-shell-command)
8709 (start-file-process-shell-command): Set the calling convention
8710 after the function definition.
8711
8712 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8713
8714 * subr.el (error, sit-for, start-process-shell-command)
8715 (start-file-process-shell-command): Use the new
8716 set-advertised-calling-convention feature.
8717
8718 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
8719
8720 * international/ucs-normalize.el (ucs-normalize-version):
8721 Change to 1.2.
8722 (check-range): Adjust for Unicode 5.2.
8723
8724 2009-10-15 Juri Linkov <juri@jurta.org>
8725
8726 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
8727 to the `menu-item' format.
8728
8729 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
8730
8731 * net/tramp.el (tramp-replace-environment-variables): Do not fail
8732 if the environment variable does not exist.
8733
8734 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8735 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
8736 parameter.
8737 (tramp-smb-handle-add-name-to-file)
8738 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8739 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8740 (tramp-smb-handle-file-attributes)
8741 (tramp-smb-do-file-attributes-with-stat)
8742 (tramp-smb-handle-file-local-copy)
8743 (tramp-smb-handle-insert-directory)
8744 (tramp-smb-handle-make-directory)
8745 (tramp-smb-handle-make-directory-internal)
8746 (tramp-smb-handle-make-symbolic-link)
8747 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
8748 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
8749 (tramp-smb-maybe-open-connection): Apply the changed parameters.
8750 (tramp-smb-read-file-entry): Read Disk names in compressed format.
8751 Handle long file names.
8752 (tramp-smb-get-cifs-capabilities): Check, whether the connection
8753 process is running.
8754 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
8755 Read share names with "-g" option.
8756
8757 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
8758
8759 * net/rcirc.el (rcirc-view-log-file): New command.
8760 (rcirc-track-minor-mode-map): Remove C-c ` binding.
8761 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
8762 specified.
8763
8764 2009-10-15 Glenn Morris <rgm@gnu.org>
8765
8766 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
8767 from the second command-line argument.
8768 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
8769 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
8770 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
8771 w32-batch-update-autoloads.
8772 * emacs-lisp/autoload.el (autoload-make-program): New variable.
8773 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
8774
8775 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
8776 the headers cannot be located. Simplify, subtracting superflous
8777 save-excursions.
8778
8779 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
8780
8781 Replace completion-base-size by completion-base-position to fix bugs
8782 such as (bug#4699).
8783 * simple.el (completion-base-position): New var.
8784 (completion-base-size): Mark as obsolete.
8785 (choose-completion): Make it work for mouse events as well.
8786 Pass the new base-position to choose-completion-string.
8787 (choose-completion-guess-base-position): New function, extracted from
8788 choose-completion-delete-max-match.
8789 (choose-completion-delete-max-match): Use it. Make obsolete.
8790 (choose-completion-string): Use the new base-position info.
8791 (completion-root-regexp): Delete.
8792 (completion-setup-function): Preserve completion-base-position.
8793 Eliminate obsolete base-size manipulation.
8794 * minibuffer.el (display-completion-list): Don't mess with base-size.
8795 (minibuffer-completion-help): Set completion-base-position instead.
8796 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
8797 choose-completion.
8798 * textmodes/bibtex.el (bibtex-complete):
8799 * emacs-lisp/crm.el (crm--choose-completion-string):
8800 Adjust to new calling convention.
8801 * complete.el (partial-completion-mode): Use minibufferp to avoid
8802 bumping into incompatible change to choose-completion-string-functions.
8803 * ido.el (ido-choose-completion-string): Make its calling convention
8804 more permissive.
8805 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
8806 base-size manipulation.
8807 (comint-dynamic-list-input-ring): Use dotimes and push.
8808 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
8809 fundamental-mode. Use `or'.
8810
8811 2009-10-14 Juri Linkov <juri@jurta.org>
8812
8813 * misearch.el (multi-isearch-next-buffer-from-list)
8814 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
8815
8816 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8817
8818 * Makefile.in (compile-onefile): Load `bytecomp' rather than
8819 `bytecomp.el'.
8820
8821 * minibuffer.el (completion-pcm--merge-completions): Make sure the
8822 string we return is all made up of text from the completions rather
8823 than part from the completions and part from the input (bug#4219).
8824
8825 * ido.el (ido-everywhere): Use define-minor-mode.
8826
8827 * buff-menu.el (list-buffers, ctl-x-map):
8828 Mark the entry points with ;;;###autoload cookies.
8829
8830 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
8831
8832 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
8833 correctly in the detached head case.
8834 (vc-git-print-log): Remove unused binding.
8835
8836 * vc.el (vc-responsible-backend): When a directory is passed for
8837 for registration create a VC repository if no backend is
8838 responsible for the directory argument.
8839 (vc-deduce-fileset): Tell vc-responsible-backend to register.
8840
8841 * vc.el: Move comments about RCS and SCCS ...
8842 * vc-rcs.el:
8843 * vc-sccs.el: ... here, respectively.
8844
8845 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8846
8847 * minibuffer.el (completion--file-name-table): Return nil if there's
8848 no file completion, even if substitute-in-file-name changed
8849 the string (bug#4708).
8850
8851 2009-10-13 Juri Linkov <juri@jurta.org>
8852
8853 * files-x.el (read-file-local-variable-value): Don't filter out
8854 minor modes from mode name completion (bug#4664).
8855
8856 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
8857
8858 * international/mule-cmds.el (ucs-names): Remove exclusion of
8859 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
8860
8861 2009-10-13 Kenichi Handa <handa@m17n.org>
8862
8863 * international/uni-name.el: Regenerated.
8864
8865 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
8866
8867 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
8868 should be automatically buffer-local, but isn't.)
8869
8870 2009-10-12 Sam Steingold <sds@gnu.org>
8871
8872 * progmodes/compile.el (compilation-next-error-function): Fix the
8873 timestamps if the buffer has been visited before.
8874 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
8875 non-anchored patterns, like the perl one (bug#3928).
8876
8877 2009-10-12 Glenn Morris <rgm@gnu.org>
8878
8879 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
8880 Let-bind `size'.
8881
8882 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
8883
8884 * proced.el (proced-unload-function): New function.
8885
8886 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
8887 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
8888 Doc fix.
8889
8890 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
8891
8892 2009-10-11 Juri Linkov <juri@jurta.org>
8893
8894 * files-x.el (read-file-local-variable-value):
8895 Provide default value only for bound variables (bug#4664).
8896
8897 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
8898
8899 * net/tramp.el (tramp-local-host-p): Function shall return nil for
8900 connection methods like smb.
8901
8902 * net/tramp-cache.el (tramp-flush-connection-property): The hash
8903 can be empty.
8904
8905 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8906 (tramp-smb-file-name-handler-alist): Add handlers for
8907 `add-name-to-file', `make-symbolic-link'.
8908 (tramp-smb-handle-add-name-to-file)
8909 (tramp-smb-do-file-attributes-with-stat)
8910 (tramp-smb-handle-make-symbolic-link)
8911 (tramp-smb-get-cifs-capabilities): New defuns.
8912 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8913 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8914 (tramp-smb-handle-file-local-copy)
8915 (tramp-smb-handle-make-directory-internal)
8916 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8917 The file name syntax depends on cifs capabilities.
8918 (tramp-smb-handle-file-attributes):
8919 Call `tramp-smb-do-file-attributes-with-stat' if possible.
8920 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
8921 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
8922
8923 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
8924
8925 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
8926 (eieio-defclass): Apply deftype handler and setf-method properties
8927 directly.
8928 (eieio-add-new-slot): Avoid union function from cl library.
8929 (eieio--typep): New function.
8930 (eieio-perform-slot-validation): Use it.
8931
8932 2009-10-10 Karl Fogel <kfogel@red-bean.com>
8933
8934 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
8935 Update documentation to refer to the variables documented in r1.135.
8936 (Bug#4188)
8937
8938 2009-10-10 Karl Fogel <kfogel@red-bean.com>
8939
8940 * bookmark.el (Info-suffix-list): Remove this unused variable.
8941 (bookmark-current-point): Remove this obsolete variable.
8942 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
8943 Adjust for removal of bookmark-current-point.
8944
8945 (bookmarks-already-loaded, bookmark-current-buffer)
8946 (bookmark-yank-point): Document. (Bug#4188)
8947
8948 2009-10-10 Glenn Morris <rgm@gnu.org>
8949
8950 * frame.el (frame-height): Doc fix.
8951
8952 * calendar/calendar.el (calendar-split-width-threshold): New option.
8953 (calendar-basic-setup): Use calendar-split-width-threshold.
8954
8955 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
8956
8957 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
8958 Use .la for Automake.
8959
8960 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
8961
8962 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
8963 Use "autoreconf -i". Suggested by Andreas Schwab.
8964
8965 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
8966
8967 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
8968 Ideographic Supplement" range (U+1F200..U+1F2FF).
8969
8970 2009-10-09 Karl Fogel <kfogel@red-bean.com>
8971
8972 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
8973 since the list will have been rebuilt anyway. (Bug#4349)
8974
8975 2009-10-09 Karl Fogel <kfogel@red-bean.com>
8976
8977 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
8978 (bookmark-bmenu-execute-deletions): Don't save here, as
8979 bookmark-delete will now do so if necessary.
8980 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
8981 (Bug#4348)
8982
8983 2009-10-09 Glenn Morris <rgm@gnu.org>
8984
8985 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
8986
8987 2009-10-09 Karl Fogel <kfogel@red-bean.com>
8988
8989 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
8990 (bookmark-jump-other-window): Just invoke bookmark-jump with new
8991 argument now, so the two function's behaviors will match. (Bug#3645)
8992
8993 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
8994
8995 * cedet/ede/proj.el (project-make-dist, project-compile-project):
8996 Fix filename test.
8997 (ede-proj-dist-makefile): Use expand-file-name instead of concat
8998 to expand file names.
8999
9000 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
9001
9002 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
9003 (tramp-file-name-real-host, tramp-file-name-port):
9004 Apply `save-match-data'.
9005
9006 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
9007 case both directories are remote.
9008 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
9009 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
9010
9011 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
9012
9013 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
9014 (ede-proj-target-makefile-objectcode): Use it.
9015
9016 * cedet/ede/source.el (ede-want-any-source-files-p)
9017 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
9018 Return search result. This error was introduced while merging.
9019
9020 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
9021
9022 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
9023
9024 2009-10-07 Glenn Morris <rgm@gnu.org>
9025
9026 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
9027 of concat.
9028
9029 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9030
9031 * files-x.el (read-file-local-variable): Include some
9032 non-user-variables in the completion table (bug#4664).
9033
9034 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
9035
9036 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
9037 message.
9038
9039 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9040 (tramp-smb-file-name-handler-alist): Add handler for
9041 `copy-directory', `expand-file-name', `set-file-modes'.
9042 (tramp-smb-handle-copy-directory)
9043 (tramp-smb-handle-expand-file-name)
9044 (tramp-smb-handle-set-file-modes): New defuns.
9045 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
9046 (tramp-smb-handle-file-attributes): Simplify check for retrieving
9047 entry.
9048 (tramp-smb-handle-insert-directory): Don't flush the cache.
9049 (tramp-smb-maybe-open-connection): Check for samba client and
9050 server versions.
9051
9052 2009-10-07 Eli Zaretskii <eliz@gnu.org>
9053
9054 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
9055 to not error out of search for "^lisp=" fails.
9056
9057 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
9058
9059 * makefile.w32-in (WINS_UPDATES): New macro.
9060 (custom-deps, finder-data, autoloads): Use it.
9061
9062 2009-10-07 Glenn Morris <rgm@gnu.org>
9063
9064 * Makefile.in (autoloads): Revert previous change.
9065 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
9066 the list of preloaded files passed on the command-line, get
9067 it from src/Makefile.
9068
9069 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
9070 show the original buffer rather than a random one.
9071
9072 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
9073
9074 * help.el (describe-no-warranty): Place point in a slightly better
9075 position in the GPLv3 text.
9076
9077 2009-10-06 Sam Steingold <sds@gnu.org>
9078
9079 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
9080 the comm attribute is present before calling regexp-quote.
9081
9082 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
9083
9084 * play/animate.el (animate-string): For good effect, make sure
9085 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
9086
9087 * play/animate.el (animate-sequence, animate-birthday-present):
9088 * misc.el (butterfly): Don't set `indent-tabs-mode'.
9089
9090 2009-10-06 Glenn Morris <rgm@gnu.org>
9091
9092 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
9093
9094 * emacs-lisp/autoload.el (autoload-excludes): New variable.
9095 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
9096 (batch-update-autoloads): Process a string value of autoload-excludes,
9097 set during the build process.
9098 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
9099
9100 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
9101 inside with-parsed... macro so that `v' is defined.
9102
9103 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
9104 * progmodes/fortran.el (fortran-end-of-block)
9105 (fortran-beginning-of-block):
9106 Also push mark in the macro case.
9107
9108 * emerge.el (emerge-show-file-name):
9109 * calc/calc.el (calc-quit):
9110 * calc/calc-misc.el (calc-big-or-small):
9111 * calc/calc-graph.el (calc-graph-view):
9112 * calc/calc-ext.el (calc-reset):
9113 * calendar/calendar.el (calendar-basic-setup):
9114 Use window-full-height-p.
9115
9116 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
9117 header we don't understand, don't insert another. (Bug#4624)
9118 If changing mime charset, insert the new one in the right place.
9119
9120 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
9121
9122 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
9123 (cal-tex-cursor-month): Correctly increment the end date for diary and
9124 holiday listing. (Bug#4626)
9125
9126 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9127
9128 * help-fns.el (describe-function-1): Don't burp if the function is not
9129 a symbol.
9130
9131 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
9132
9133 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
9134 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
9135 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
9136 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
9137
9138 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
9139 (eieio-default-superclass): Reflow docstrings.
9140 (this, class-option-assoc, defclass, eieio-class-un-autoload)
9141 (eieio-unbind-method-implementations, defmethod)
9142 (eieio-validate-slot-value, eieio-validate-class-slot-value)
9143 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
9144 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
9145 (eieio-slot-originating-class-p, eieio-slot-name-index)
9146 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
9147 (constructor, initialize-instance, no-next-method, object-print)
9148 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
9149 Fix typos in docstrings.
9150 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
9151 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
9152 (next-method-p): Doc fixes.
9153 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
9154 Fix typos in error messages.
9155 (eieio-defmethod): Fix typo in description of generic method.
9156
9157 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
9158 (eieio-persistent-save-interactive, slot-missing):
9159 Fix typos in docstrings.
9160 (eieio-instance-inheritor-slot-boundp): Doc fix.
9161
9162 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
9163 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
9164
9165 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
9166 (eieio-custom-object-apply-reset):
9167 Fix typos in docstrings and error messages.
9168
9169 * emacs-lisp/eieio-datadebug.el (data-debug-show):
9170 Fix typo in docstring.
9171
9172 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
9173 (eieio-browse-tree): Doc fix.
9174 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
9175 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
9176 Fix typos in docstrings.
9177
9178 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
9179 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
9180 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
9181 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
9182 Reflow docstrings.
9183
9184 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
9185
9186 * vc-hg.el (log-view-vc-backend): Declare for compiler.
9187 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
9188 Set log-view-vc-backend so that diff can work.
9189
9190 * log-view.el (log-view-diff): Use vc-diff-internal instead of
9191 vc-version-diff.
9192 (vc-diff-internal): Autoload this instead of vc-version-diff.
9193
9194 2009-10-05 Eli Zaretskii <eliz@gnu.org>
9195
9196 * simple.el (eval-expression): Doc fix.
9197
9198 * progmodes/cwarn.el (cwarn-mode): Doc fix.
9199
9200 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
9201
9202 * files.el (directory-files-no-dot-files-regexp): New defconst.
9203 (delete-directory): Use it.
9204 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
9205
9206 * net/tramp.el (tramp-verbose): Fix docstring.
9207 (tramp-methods): Add recursive option to `tramp-copy-args'.
9208 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
9209 "scp1_old", "scp2_old", "rsync", "rsyncc".
9210 (tramp-default-method): Check also for `auth-source-user-or-password'.
9211 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9212 Add handler for `copy-directory'.
9213 (tramp-handle-copy-directory): New defun.
9214 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
9215 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
9216 Optimize sent command.
9217
9218 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9219
9220 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
9221 window if necessary.
9222
9223 * calendar/calendar.el (calendar-basic-setup): Don't call
9224 switch-to-buffer in a dedicated window.
9225
9226 2009-10-05 Karl Fogel <kfogel@red-bean.com>
9227
9228 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
9229 don't do anything related to relocating, just return nil.
9230 (bookmark-error-no-filename): New error.
9231 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
9232 bookmark has no file. Don't even attempt to handle things that
9233 are not files; the whole point of custom handlers is to keep that
9234 knowledge elsewhere anyway. Tighten some comments.
9235 (bookmark-file-or-variation-thereof): Remove now-unused function.
9236 (bookmark-location): Doc string fix.
9237 (Bug#4250)
9238
9239 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9240
9241 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
9242 don't use a file dialog, because they usually don't know how to read
9243 a directory target from the user. (Bug#4230)
9244 Also, make sure the prompt can display directories as well as files.
9245
9246 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9247
9248 * bookmark.el (bookmark-set, bookmark-buffer-name):
9249 Improve doc strings. (Bug#1193)
9250
9251 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9252
9253 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
9254 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
9255 (bookmark-get-annotation, bookmark-set-annotation)
9256 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
9257 (bookmark-set-position, bookmark-get-front-context-string)
9258 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
9259 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
9260 (bookmark-jump-other-window, bookmark-handle-bookmark)
9261 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
9262 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
9263 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
9264 Improve doc strings to say whether bookmark can be a string or
9265 a record or both, and make other consistency and clarity fixes.
9266 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
9267 (bookmark-default-annotation-text, bookmark-yank-word)
9268 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
9269 (bookmark-import-new-list, bookmark-maybe-rename)
9270 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9271 (bookmark-bmenu-bookmark): Give these doc strings.
9272 (bookmark-bmenu-check-position): Give this a doc string, but also
9273 add a FIXME comment about how the function may be pointless.
9274 (bookmark-default-handler): Rework doc string and change a
9275 parameter name, to clarify that this takes a bookmark record
9276 not a bookmark name.
9277 (bookmark-set): Change a parameter name to indicate its meaning,
9278 and improve the doc string a bit.
9279 (Bug#4188)
9280
9281 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9282
9283 * bookmark.el (bookmark-alist): Document the new `handler' element
9284 in the param alist.
9285 (bookmark-make-record-function): Adjust documentation for above.
9286 (Bug#4193)
9287
9288 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9289
9290 * info.el (Info-bookmark-make-record): Document this function.
9291 (Info-bookmark-jump): Document with a doc string, not just a comment.
9292 (Bug#4203)
9293
9294 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
9295
9296 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
9297 (semantic-new-buffer-fcn): Call parser setup functions here.
9298 (semantic-mode): Don't call parser setup functions here, it's done
9299 in semantic-new-buffer-fcn now.
9300 (semantic-mode): Parse all existing buffers when enabled.
9301
9302 * cedet/srecode/compile.el (srecode-compile-file):
9303 Call semantic-new-buffer-fcn if the buffer has not been parsed.
9304
9305 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
9306
9307 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
9308
9309 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
9310 (proj-comp-insert-variable-once): New macro, renamed from
9311 ede-pmake-insert-variable-once in ede/pmake.edl.
9312 (ede-proj-makefile-insert-variables): Use it.
9313
9314 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
9315
9316 * files.el (copy-directory): New defun.
9317
9318 * dired-aux.el (dired-copy-file-recursive): Use it.
9319
9320 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
9321
9322 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9323 (makefile-end-of-command):
9324 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9325 (semantic-end-of-context): Fix previous change. Doc fixes.
9326
9327 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
9328
9329 * files-x.el (modify-dir-local-variable)
9330 (copy-dir-locals-to-file-locals-prop-line):
9331 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9332 (makefile-end-of-command):
9333 * cedet/semantic/lex.el (semantic-lex-token):
9334 * cedet/semantic/analyze/fcn.el
9335 (semantic-analyze-dereference-metatype-1):
9336 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
9337 (semantic-lex-cpp-undef):
9338 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
9339 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9340 (semantic-end-of-context): Fix typos in docstrings.
9341
9342 * recentf.el (recentf-unload-function): New function.
9343
9344 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
9345
9346 * cedet/ede.el (ede-project-placeholder-cache-file):
9347 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
9348 * cedet/srecode/map.el (srecode-map-save-file):
9349 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
9350
9351 2009-10-04 Glenn Morris <rgm@gnu.org>
9352
9353 * window.el (window-full-height-p): Add doc string.
9354
9355 2009-10-04 Martin Rudalics <rudalics@gmx.at>
9356
9357 * window.el (window-full-height-p): New function. (Bug#4543)
9358
9359 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
9360
9361 * cedet/srecode/insert.el: Require srecode/args.
9362
9363 * cedet/srecode/args.el: Require srecode/dictionary instead of
9364 srecode/insert.
9365
9366 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
9367
9368 * files.el (auto-mode-alist): Add .srt and Project.ede.
9369
9370 * cedet/semantic.el (semantic-mode):
9371 Handle srecode-template-mode-hook as well.
9372 (semantic-mode): Use js-mode-hook for Javascript hook.
9373
9374 * cedet/srecode/template.el: Remove hook variable.
9375
9376 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
9377
9378 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
9379 projects exist.
9380 (ede-project-placeholder-cache-file): Default to a file in
9381 user-emacs-directory.
9382
9383 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
9384 templates in data-directory.
9385 (srecode-map-save-file): Default to a file in user-emacs-directory.
9386
9387 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
9388 directory.
9389
9390 2009-09-30 Eric Ludlam <zappo@gnu.org>
9391
9392 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
9393 Doc fix.
9394
9395 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
9396 Only insert each variable once.
9397
9398 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
9399 (ede-pmake-insert-variable-shared): Use it.
9400
9401 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
9402 for lexical table iff table is nil.
9403
9404 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
9405
9406 * vc.el: Remove commented out code.
9407 (vc-derived-from-dir-mode): Remove, unused.
9408 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
9409
9410 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
9411
9412 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9413 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
9414 there could be recursive loading when `default-directory' is a
9415 remote file name. (Bug#4614)
9416
9417 2009-10-03 Glenn Morris <rgm@gnu.org>
9418
9419 * calendar/calendar.el (calendar-basic-setup): Handle the case where
9420 the frame is wide.
9421 (calendar-generate-window): Test for shrinkability rather than width.
9422
9423 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
9424 declaration, currently false.
9425
9426 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
9427 reusing existing buffers, in case we happen to visit two files with the
9428 same basename. (Bug#4593)
9429
9430 2009-10-02 Eli Zaretskii <eliz@gnu.org>
9431
9432 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
9433 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
9434 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
9435 subdirs of cedet as well.
9436 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
9437
9438 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9439
9440 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
9441 Obey advertised-signature-table.
9442
9443 * help-fns.el (help-function-arglist): Don't check
9444 advertised-signature-table.
9445 (describe-function-1): Do it here instead so it also applies to subrs.
9446
9447 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
9448
9449 * simple.el (start-file-process): Say in the doc-string, that file
9450 handlers might not support pty association, if PROGRAM is nil.
9451
9452 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
9453 HOST and USER are strings. They are nil, when there are
9454 incomplete entries in ~/.netrc, for example.
9455 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
9456 root directory ("device busy" error otherwise).
9457
9458 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
9459 Flush file properties of created directory.
9460
9461 2009-10-02 Eli Zaretskii <eliz@gnu.org>
9462
9463 * makefile.w32-in (WINS_BASIC): Remove cedet.
9464 (WINS_CEDET): Add cedet.
9465 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
9466
9467 2009-10-02 Kevin Ryde <user42@zip.com.au>
9468
9469 * net/browse-url.el (browse-url): Pass any symbol in
9470 browse-url-browser-function to `apply', since if you've mistakenly put
9471 an unbound symbol then the error is clearer. (Bug#4531)
9472
9473 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
9474
9475 * allout.el (allout-init, allout-back-to-current-heading)
9476 (allout-beginning-of-current-entry, allout-ascend-to-depth)
9477 (allout-ascend, allout-up-current-level, allout-end-of-level)
9478 (allout-previous-visible-heading, allout-forward-current-level)
9479 (allout-backward-current-level, allout-show-children):
9480 * apropos.el (apropos-describe-plist):
9481 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
9482 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
9483 * completion.el (add-completion, add-permanent-completion):
9484 * descr-text.el (describe-text-category, describe-char):
9485 * desktop.el (desktop-lazy-abort):
9486 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
9487 * dired.el (dired-build-subdir-alist):
9488 * ediff.el (ediff-version):
9489 * elide-head.el (elide-head, elide-head-show):
9490 * emerge.el (emerge-version):
9491 * env.el (getenv):
9492 * face-remap.el (variable-pitch-mode):
9493 * faces.el (describe-face):
9494 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
9495 (dired-at-point):
9496 * files.el (find-file-existing, auto-save-mode):
9497 * font-lock.el (font-lock-fontify-buffer):
9498 * help-fns.el (describe-function, describe-variable)
9499 (describe-syntax, describe-categories):
9500 * help.el (view-lossage, describe-bindings, describe-key)
9501 (describe-mode):
9502 * hexl.el (hexl-current-address):
9503 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
9504 * info.el (Info-goto-emacs-key-command-node):
9505 * log-edit.el (log-edit-insert-cvs-template)
9506 (log-edit-insert-cvs-rcstemplate):
9507 * menu-bar.el (menu-bar-mode):
9508 * mouse.el (mouse-appearance-menu):
9509 * newcomment.el (comment-indent-new-line):
9510 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
9511 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
9512 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
9513 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
9514 * recentf.el (recentf-mode):
9515 * savehist.el (savehist-mode, savehist-save):
9516 * shadowfile.el (shadow-copy-files):
9517 * simple.el (kill-ring-save, next-line, previous-line)
9518 (normal-erase-is-backspace-mode):
9519 * strokes.el (strokes-update-window-configuration)
9520 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
9521 (strokes-xpm-for-stroke):
9522 * time.el (emacs-uptime, emacs-init-time):
9523 * tutorial.el (tutorial--describe-nonstandard-key)
9524 (tutorial--detailed-help):
9525 * type-break.el (type-break-mode)
9526 (type-break-mode-line-message-mode, type-break-query-mode)
9527 (type-break-guesstimate-keystroke-threshold):
9528 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
9529 * version.el (emacs-version):
9530 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
9531 * winner.el (winner-mode):
9532 * calendar/timeclock.el (timeclock-in, timeclock-out)
9533 (timeclock-status-string, timeclock-change)
9534 (timeclock-workday-remaining-string)
9535 (timeclock-workday-elapsed-string)
9536 (timeclock-when-to-leave-string):
9537 * calendar/todo-mode.el (todo-add-category):
9538 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
9539 * emacs-lisp/autoload.el (update-file-autoloads):
9540 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
9541 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
9542 (checkdoc-message-text, checkdoc-defun):
9543 * emacs-lisp/debug.el (debugger-list-functions):
9544 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9545 * emacs-lisp/eieio-opt.el (eieio-describe-class)
9546 (eieio-describe-generic):
9547 * emacs-lisp/lisp-mnt.el (lm-synopsis):
9548 * emacs-lisp/shadow.el (list-load-path-shadows):
9549 * emulation/cua-base.el (cua-mode):
9550 * emulation/edt.el (edt-set-scroll-margins):
9551 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
9552 (tpu-toggle-regexp, tpu-toggle-search-direction)
9553 (tpu-toggle-rectangle, tpu-toggle-control-keys):
9554 * emulation/tpu-extras.el (tpu-set-scroll-margins):
9555 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9556 (viper-set-parsing-style-toggling-macro)
9557 (viper-set-emacs-state-searchstyle-macros):
9558 * emulation/viper.el (viper-set-hooks):
9559 * eshell/esh-mode.el (eshell-truncate-buffer):
9560 * international/mule-cmds.el (prefer-coding-system)
9561 (describe-input-method, describe-language-environment):
9562 * international/mule-diag.el (list-character-sets)
9563 (describe-character-set, describe-coding-system)
9564 (describe-fontset, list-fontsets, list-input-methods):
9565 * mail/sendmail.el (mail-signature):
9566 * net/ange-ftp.el (ange-ftp-copy-file):
9567 * net/browse-url.el (browse-url):
9568 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
9569 * net/quickurl.el (quickurl-add-url):
9570 * net/rcirc.el (names, topic):
9571 * net/xesam.el (xesam-mode):
9572 * play/5x5.el (5x5-new-game):
9573 * play/yow.el (apropos-zippy):
9574 * progmodes/ada-mode.el (ada-mode-version):
9575 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
9576 (f90-end-of-block)
9577 (f90-beginning-of-block):
9578 * progmodes/fortran.el (fortran-end-of-block)
9579 (fortran-beginning-of-block):
9580 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
9581 * progmodes/python.el (python-describe-symbol, python-shell):
9582 * term/ns-win.el (ns-print-buffer):
9583 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
9584 * textmodes/flyspell.el (flyspell-mode-on):
9585 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
9586 (pages-directory-for-addresses):
9587 * textmodes/table.el (table-recognize-cell)
9588 (table-query-dimension, table-generate-source)
9589 (table-insert-sequence, table--warn-incompatibility):
9590 * textmodes/tex-mode.el (tex-validate-buffer):
9591 * textmodes/texinfmt.el (texinfmt-version)
9592 (texinfo-format-buffer):
9593 Use `called-interactively-p' instead of `interactive-p'.
9594
9595 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
9596
9597 * image-mode.el (image-toggle-display):
9598 * emacs-lisp/elp.el (elp-instrument-function):
9599 * emacs-lisp/advice.el (ad-make-advised-definition):
9600 * emacs-lisp/easy-mmode.el (define-minor-mode):
9601 * net/browse-url.el (browse-url-maybe-new-window):
9602 * progmodes/sh-script.el (sh-learn-buffer-indent):
9603 Pass new argument 'any to `called-interactively-p'.
9604
9605 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
9606
9607 * international/uni-bidi.el:
9608 * international/uni-category.el:
9609 * international/uni-combining.el:
9610 * international/uni-comment.el:
9611 * international/uni-decimal.el:
9612 * international/uni-decomposition.el:
9613 * international/uni-digit.el:
9614 * international/uni-lowercase.el:
9615 * international/uni-mirrored.el:
9616 * international/uni-name.el:
9617 * international/uni-numeric.el:
9618 * international/uni-old-name.el:
9619 * international/uni-titlecase.el:
9620 * international/uni-uppercase.el:
9621 Regenerate from Unicode 5.2.0 data.
9622
9623 2009-10-01 Glenn Morris <rgm@gnu.org>
9624
9625 * Makefile.in (ELCFILES): Regenerate.
9626
9627 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9628
9629 * subr.el (interactive-p): Mark obsolete.
9630 (called-interactively-p): Make the optional-ness of `kind' obsolete.
9631 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
9632 advertised-signature-table for subroutines as well.
9633
9634 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
9635 (set-advertised-calling-convention): New function.
9636 (make-obsolete, define-obsolete-function-alias)
9637 (make-obsolete-variable, define-obsolete-variable-alias):
9638 Make the optional-ness of `when' obsolete.
9639 (define-obsolete-face-alias): Make `when' non-optional.
9640 * help-fns.el (help-function-arglist):
9641 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
9642 Use advertised-signature-table.
9643
9644 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
9645
9646 * files.el (delete-directory): New defun. The original function
9647 in fileio.c has been renamed to `delete-directory-internal'.
9648
9649 * dired.el (dired-delete-file): Call `delete-directory' with
9650 RECURSIVE parameter.
9651
9652 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
9653 parameter RECURSIVE. Implementation is missing.
9654
9655 * net/tramp.el (tramp-handle-make-directory): Flush upper
9656 directory's file properties.
9657 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
9658 (tramp-handle-dired-recursive-delete-directory): Flush directory
9659 properties after the remove command only.
9660
9661 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
9662 Handle optional parameter RECURSIVE.
9663
9664 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
9665 Handle optional parameter RECURSIVE.
9666
9667 * net/tramp-smb.el (tramp-smb-errors): Add error message for
9668 connection timeout.
9669 (tramp-smb-handle-delete-directory): Handle optional parameter
9670 RECURSIVE.
9671
9672 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9673
9674 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
9675 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
9676 (byte-compile-defmacro): Use backquotes.
9677
9678 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
9679
9680 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
9681 has no associated file.
9682 (vc-resynch-buffer): Use vc-dir-buffers.
9683
9684 2009-10-01 Glenn Morris <rgm@gnu.org>
9685
9686 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
9687 (chart-file-count):
9688 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
9689 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
9690 * emacs-lisp/eieio-opt.el (eieio-describe-class):
9691 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
9692 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
9693 (eieio-copy-parents-into-subclass, make-instance, class-children)
9694 (eieio-generic-form):
9695 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
9696 * cedet/cedet-idutils.el (cedet-idutils-search)
9697 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
9698 (cedet-idutils-version-check):
9699 * cedet/cedet.el (cedet-version):
9700 * cedet/data-debug.el (data-debug-insert-overlay-button)
9701 (data-debug-insert-overlay-list-button)
9702 (data-debug-insert-buffer-button)
9703 (data-debug-insert-buffer-list-button)
9704 (data-debug-insert-process-button, data-debug-insert-ring-button)
9705 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
9706 (data-debug-insert-stuff-vector-button)
9707 (data-debug-insert-symbol-button, data-debug-insert-string)
9708 (data-debug-insert-number, data-debug-insert-lambda-expression)
9709 (data-debug-insert-nil, data-debug-insert-simple-thing)
9710 (data-debug-insert-custom, data-debug-edebug-expr):
9711 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
9712 (global-ede-mode-map, ede-new, ede-debug-target)
9713 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
9714 * cedet/semantic.el (semantic-minimum-working-buffer-size)
9715 (semantic-fetch-tags, semantic-submode-list)
9716 (semantic-default-submodes):
9717 * cedet/ede/source.el (ede-source-match):
9718 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
9719 (project-am-package-info):
9720 * cedet/ede/proj.el (ede-proj-target, project-new-target):
9721 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
9722 * cedet/ede/proj-comp.el (ede-current-build-list):
9723 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
9724 * cedet/ede/files.el (ede-toplevel-project-or-nil):
9725 * cedet/ede/cpp-root.el (initialize-instance):
9726 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
9727 (autoconf-parameter-strip, autoconf-insert-new-macro):
9728 * cedet/semantic/wisent.el (wisent-lex-eoi):
9729 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
9730 (semantic-show-parser-state-mode):
9731 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
9732 * cedet/semantic/tag.el (semantic-tag-new-variable)
9733 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
9734 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
9735 (semantic--tag-deep-copy-tag-list)
9736 (semantic-tag-components-with-overlays-default):
9737 * cedet/semantic/symref.el (semantic-symref-find-text):
9738 * cedet/semantic/senator.el (senator-yank-tag)
9739 (senator-transpose-tags-up):
9740 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
9741 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
9742 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
9743 * cedet/semantic/lex.el (semantic-lex-comment-regex)
9744 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
9745 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
9746 * cedet/semantic/lex-spp.el
9747 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
9748 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
9749 * cedet/semantic/idle.el
9750 (semantic-idle-summary-current-symbol-info-brutish)
9751 (semantic-idle-summary-current-symbol-info-default):
9752 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
9753 (semantic--grammar-macro-compl-dict):
9754 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
9755 * cedet/semantic/format.el (semantic-format-tag-custom-list)
9756 (semantic-format-tag-canonical-name-default):
9757 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
9758 (semantic-find-tags-for-completion)
9759 (semantic-find-tags-by-scope-protection-default)
9760 (semantic-deep-find-tags-for-completion):
9761 * cedet/semantic/edit.el
9762 (semantic-edits-incremental-reparse-failed-hook)
9763 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
9764 (semantic-edits-splice-remove, semantic-edits-splice-replace):
9765 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
9766 * cedet/semantic/dep.el (semantic-dependency-include-path):
9767 * cedet/semantic/db.el (semanticdb-default-find-index-class)
9768 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
9769 (semanticdb-project-roots):
9770 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
9771 (semanticdb-find-adebug-insert-scanned-tag-cons)
9772 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
9773 (semanticdb-brute-deep-find-tags-for-completion):
9774 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
9775 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
9776 (semantic-end-of-context-default)
9777 (semantic-ctxt-current-function-default)
9778 (semantic-ctxt-scoped-types-default):
9779 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
9780 (semantic-complete-inline-tag-engine)
9781 (semantic-complete-inline-custom-type)
9782 (semantic-complete-read-tag-analyzer):
9783 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
9784 (semantic-chart-database-size):
9785 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
9786 (semantic-analyze-current-context):
9787 * cedet/semantic/symref/list.el (semantic-symref)
9788 (semantic-symref-hide-buffer, semantic-symref-symbol):
9789 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
9790 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
9791 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
9792 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
9793 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
9794 (semantic-c-dereference-template):
9795 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
9796 (semantic--analyze-refs-full-lookup-with-parents)
9797 (semantic--analyze-refs-full-lookup-simple):
9798 * cedet/semantic/analyze/complete.el
9799 (semantic-analyze-possible-completions):
9800 * cedet/srecode/table.el (srecode-mode-table-new):
9801 * cedet/srecode/srt.el (srecode-read-variable-name):
9802 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
9803 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
9804 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
9805 * cedet/srecode/map.el (srecode-current-map):
9806 * cedet/srecode/insert.el (srecode-insert)
9807 (srecode-insert-variable-secondname-handler, srecode-insert-method)
9808 (srecode-template-inserter-point-override)
9809 (srecode-insert-include-lookup):
9810 * cedet/srecode/getset.el (srecode-auto-choose-class):
9811 * cedet/srecode/extract.el (srecode-inserter-extract):
9812 * cedet/srecode/document.el
9813 (srecode-document-autocomment-return-last-alist)
9814 (srecode-document-autocomment-param-type-alist)
9815 (srecode-document-insert-function-comment)
9816 (srecode-document-insert-variable-one-line-comment)
9817 (srecode-document-function-name-comment):
9818 * cedet/srecode/dictionary.el (srecode-create-dictionary)
9819 (srecode-compound-toString):
9820 * cedet/srecode/compile.el (srecode-flush-active-templates):
9821 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
9822 Doc/message fixes.
9823
9824 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
9825 match-data. (Bug#4555).
9826
9827 * cedet/semantic/bovine/gcc.el
9828 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
9829 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
9830
9831 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
9832 rather than parsing it as a regexp. This relaxes the layout
9833 requirements and makes errors easier to detect.
9834 (check-declare-verify): Check file is regular.
9835 (check-declare-directory): Doc fix.
9836 * subr.el (declare-function): Doc fix.
9837
9838 * ibuffer.el (ibuffer-format-qualifier):
9839 * isearch.el (hi-lock-regexp-okay):
9840 * calc/calc.el (math-zerop):
9841 * mail/uce.el (rmail-msgbeg, rmail-msgend):
9842 * term/w32-win.el (setup-default-fontset, set-fontset-font):
9843 Remove unused declarations.
9844
9845 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
9846
9847 * cedet/semantic/wisent/javat-wy.el
9848 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
9849
9850 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
9851
9852 * cedet/srecode/expandproto.el: Fix provide statement.
9853
9854 2009-09-30 Eric Ludlam <zappo@gnu.org>
9855
9856 * emacs-lisp/eieio.el (boolean-p): Delete.
9857
9858 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
9859
9860 * cedet/ede/srecode.el: Fix provide statement.
9861
9862 2009-09-30 Glenn Morris <rgm@gnu.org>
9863
9864 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
9865 * cedet/ede/proj-aux.el (ede-aux-source):
9866 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
9867 (ede-misc-source):
9868 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
9869 (semantic-mrub-switch-tags): Fix doc typos.
9870
9871 * cedet/semantic/db-global.el (data-debug-new-buffer)
9872 (data-debug-insert-thing): Remove unneeded declarations (one broken).
9873 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
9874
9875 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
9876
9877 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
9878 use of CL function `remove-if-not'.
9879
9880 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
9881
9882 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
9883 filename is not a string.
9884
9885 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
9886
9887 * files.el (safe-local-eval-forms): Fix typo.
9888
9889 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9890
9891 * vc-hooks.el (vc-dir-buffers): New var.
9892 (vc-state-refresh): New function.
9893 (vc-state): Use it.
9894 (vc-after-save): Always ask the backend to recompute the new state.
9895 Always call vc-dir if necessary, using vc-dir-buffers.
9896 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
9897 Use vc-dir-buffers.
9898 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
9899 (vc-dir-prepare-status-buffer, vc-dir-update)
9900 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
9901 Don't call expand-file-name on default-directory.
9902
9903 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
9904
9905 * speedbar.el (speedbar-item-delete):
9906 * calc/calc-prog.el (calc-kbd-if):
9907 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
9908
9909 * epa.el (epa-key-list-mode-map):
9910 * hi-lock.el (hi-lock-menu): Fix typos in menus.
9911
9912 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
9913 (hs-show-hook): Fix typo in docstring.
9914
9915 2009-09-29 Glenn Morris <rgm@gnu.org>
9916
9917 * cedet/semantic/symref/idutils.el:
9918 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
9919
9920 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
9921
9922 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
9923 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
9924 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
9925 Mark declarations not understood by check-declare.
9926
9927 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
9928 file-name-nondirectory call preventing location of cedet files.
9929 (check-declare-verify): Use literal search rather than re-search.
9930 Add basic defmethod and defclass, and define-overloadable-function.
9931
9932 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9933 Use tramp-compat-file-attributes rather than nonexistent
9934 tramp-compat-handle-file-attributes.
9935
9936 * Makefile.in (lisptagsfiles4): New.
9937 (AUTOGENEL): Add cedet loaddefs files.
9938 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
9939 (update-elclist, compile-always, backup-compiled-files)
9940 (bootstrap-clean): Add yet another directory level.
9941 (update-elclist): Use LC_COLLATE rather than COLLATE.
9942 (ELCFILES): Update, via `make update-elclist'.
9943
9944 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
9945
9946 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
9947 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
9948 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
9949
9950 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
9951
9952 * Makefile.in (lisptagsfiles3): Define.
9953 (TAGS, TAGS-LISP): Use it.
9954 (update-elclist): Add third directory level to look for elc files.
9955 (compile-always): Likewise.
9956 (backup-compiled-files): Likewise.
9957 (bootstrap-clean): Likewise.
9958 (ELCFILES): Update.
9959
9960 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
9961
9962 * Makefile.in (ELCFILES): Add CEDET files.
9963
9964 2009-09-28 Eric Ludlam <zappo@gnu.org>
9965
9966 CEDET (development tools) package merged.
9967
9968 * cedet/*.el:
9969 * cedet/ede/*.el:
9970 * cedet/semantic/*.el:
9971 * cedet/srecode/*.el: New files.
9972
9973 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
9974
9975 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
9976
9977 * net/tramp.el (top): Require tramp-imap.
9978
9979 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9980 Use `tramp-compat-handle-file-attributes'.
9981
9982 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9983
9984 * net/tramp-imap.el: New package.
9985
9986 2009-09-28 Eric Ludlam <zappo@gnu.org>
9987
9988 * emacs-lisp/chart.el:
9989 * emacs-lisp/eieio-base.el:
9990 * emacs-lisp/eieio-comp.el:
9991 * emacs-lisp/eieio-custom.el:
9992 * emacs-lisp/eieio-datadebug.el:
9993 * emacs-lisp/eieio-opt.el:
9994 * emacs-lisp/eieio-speedbar.el:
9995 * emacs-lisp/eieio.el: New files.
9996
9997 * cedet/cedet-cscope.el:
9998 * cedet/cedet-files.el:
9999 * cedet/cedet-global.el:
10000 * cedet/cedet-idutils.el:
10001 * cedet/data-debug.el:
10002 * cedet/inversion.el:
10003 * cedet/mode-local.el:
10004 * cedet/pulse.el: New files.
10005
10006 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10007
10008 * whitespace.el (whitespace-trailing-regexp)
10009 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
10010 Fix doc string.
10011
10012 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
10013
10014 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
10015 menu.
10016
10017 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
10018 menu-bar-ediff-menu.
10019
10020 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
10021 define-overloadable-function.
10022
10023 * progmodes/autoconf.el: Provide autoconf as well, so that this
10024 file can be `require'd.
10025
10026 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
10027
10028 * emacs-lisp/autoload.el (generated-autoload-feature)
10029 (generated-autoload-load-name): New vars.
10030 (autoload-rubric, autoload-generate-file-autoloads): Use them.
10031 (make-autoload): Recognize define-overloadable-function and
10032 defclass forms (for EIEIO).
10033
10034 * Makefile.in (update-subdirs): Exclude cedet directory.
10035
10036 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10037
10038 * term/ns-win.el: Don't set the region face background. (Bug#4381)
10039
10040 * faces.el: Default light-background background for region face to
10041 ns_selection_color under NS.
10042
10043 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
10044
10045 * net/imap-hash.el: New library, see NEWS.
10046
10047 * Makefile.in (ELCFILES): Add imap-hash.el.
10048
10049 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
10050
10051 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
10052 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
10053 * help-macro.el (make-help-screen): Avoid using an ambiguous function
10054 definition where the docstring could be taken for the return value.
10055
10056 2009-09-26 Glenn Morris <rgm@gnu.org>
10057
10058 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
10059 Add option to only show images below a certain size.
10060 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
10061 save-excursion calls.
10062
10063 2009-09-26 Eli Zaretskii <eliz@gnu.org>
10064
10065 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
10066 subdirectories) and eieio.
10067
10068 2009-09-26 Alan Mackenzie <acm@muc.de>
10069
10070 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
10071 buggy bracketing. (Bug#4289)
10072
10073 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
10074 character constants (as case labels). (Bug#4289)
10075
10076 2009-09-25 Juri Linkov <juri@jurta.org>
10077
10078 * files.el (safe-local-eval-forms): Allow time-stamp in
10079 before-save-hook (Bug#4554).
10080
10081 2009-09-25 Drew Adams <drew.adams@oracle.com>
10082
10083 * menu-bar.el (list-buffers-directory): Doc fix.
10084
10085 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
10086
10087 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
10088 Try and avoid copying twice the same paragraph.
10089 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
10090 Remove save-excursion.
10091 (log-edit-changelog-entry): Do it here instead.
10092
10093 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
10094
10095 * bs.el (bs--get-file-name): Use `list-buffers-directory'
10096 when available, instead of hardcoding mode names. Doc fix.
10097
10098 * menu-bar.el (list-buffers-directory): Add docstring.
10099 Make automatically buffer-local.
10100
10101 * dired.el (dired-mode):
10102 * files.el (cd-absolute):
10103 * pcvs.el (cvs-temp-buffer):
10104 * pcvs-util.el (cvs-get-buffer-create):
10105 * shell.el (shell-mode):
10106 * vc-dir.el (vc-dir-mode):
10107 Don't make `list-buffers-directory' buffer local.
10108
10109 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
10110
10111 * comint.el (comint-exec, comint-run, make-comint):
10112 Doc fixes (Bug#4542).
10113
10114 2009-09-25 Glenn Morris <rgm@gnu.org>
10115
10116 * mail/rmailmm.el (rmail-mime): New custom group.
10117 Move all defcustoms in this file into this group.
10118 (rmail-mime-media-type-handlers-alist): Revert previous change.
10119 (rmail-mime-show-images): New option.
10120 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
10121 references to it, since it wasn't actually used for anything.
10122 (rmail-mime-insert-image): New function.
10123 (rmail-mime-image): Use rmail-mime-insert-image.
10124 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
10125 obey the value of `rmail-mime-show-images' option. Print the size of
10126 attachments.
10127
10128 2009-09-25 David Engster <deng@randomsample.de>
10129
10130 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
10131
10132 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10133
10134 * whitespace.el: Does not highlight trailing spaces While point is
10135 at end of line. Does not highligt spaces at beginning of buffer
10136 while point is at beginning of buffer. Does not highlight spaces
10137 at end of buffer while point is at end of buffer. (Bug#4177)
10138 New version 12.0.
10139 (whitespace-display-mappings): Adjust initialization.
10140 (whitespace-point, whitespace-font-lock-refontify): New vars.
10141 (whitespace-color-on, whitespace-color-off): Adjust code.
10142 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10143 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
10144 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
10145
10146 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
10147
10148 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
10149
10150 * textmodes/sgml-mode.el: Remove xml-mode alias.
10151
10152 * files.el (auto-mode-alist, conf-mode-maybe)
10153 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
10154
10155 2009-09-24 Alan Mackenzie <acm@muc.de>
10156
10157 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
10158 c-forward-conditionals, but it doesn't move point and doesn't set
10159 the mark.
10160 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
10161 (c-down-conditional-with-else, c-backward-conditional)
10162 (c-forward-conditional): Refactor to use c-scan-conditionals.
10163
10164 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
10165
10166 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
10167 (help-default-arg-highlight): Remove.
10168 (help-highlight-arg): New function.
10169 (help-do-arg-highlight): Use it.
10170 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
10171
10172 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10173
10174 * term.el (term-set-scroll-region, term-handle-ansi-escape):
10175 Undo last change, which didn't fix the problem and introduced others.
10176
10177 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
10178
10179 * progmodes/gdb-mi.el: Don't require speedbar.
10180 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
10181
10182 2009-09-24 Glenn Morris <rgm@gnu.org>
10183
10184 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
10185
10186 * term/ns-win.el (ns-reg-to-script): Define for compiler.
10187
10188 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
10189 there is no newline after the final mime boundary. (Bug#4539)
10190 Move markers on insertion so that any buttons inserted don't end up in
10191 the next part of a multipart message.
10192 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
10193 (rmail-mime-bulk-handler): Optionally handle images.
10194 (rmail-mime-image): New button action.
10195 (rmail-mime-image-handler): New function.
10196 (rmail-mime-mode): New mode.
10197 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
10198
10199 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10200
10201 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
10202 than just dropping elements from it (bug#4504).
10203
10204 * term.el (term-set-scroll-region): Don't move cursor any more.
10205 (term-handle-ansi-escape): Call term-goto here instead.
10206 Suggested by Ivan Kanis <apple@kanis.eu>.
10207
10208 * term.el: Require CL.
10209 (term-ansi-reset): New function.
10210 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
10211 (term-handle-colors-array): Simplify.
10212
10213 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
10214
10215 * allout.el (allout-overlay-interior-modification-handler)
10216 (allout-obtain-passphrase):
10217 * epa-file.el (epa-file-write-region):
10218 * ps-print.el (ps-begin-job):
10219 * vc-hooks.el (vc-toggle-read-only):
10220 * vc-rcs.el (vc-rcs-rollback):
10221 * vc-sccs.el (vc-sccs-rollback):
10222 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
10223 (vc-version-diff, vc-revert, vc-rollback):
10224 * wdired.el (wdired-check-kill-buffer):
10225 * emacs-lisp/authors.el (authors):
10226 * net/socks.el (socks-open-connection):
10227 * net/zeroconf.el (zeroconf-service-add-hook):
10228 * obsolete/vc-mcvs.el (vc-mcvs-register):
10229 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
10230 (gdb-select-frame):
10231 * progmodes/grep.el (lgrep, rgrep):
10232 * progmodes/idlw-help.el (idlwave-help-check-locations)
10233 (idlwave-help-html-link, idlwave-help-assistant-open-link):
10234 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10235 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
10236 (reftex-toc-rename-label): Fix typos in error messages.
10237
10238 * dired-aux.el (dired-do-shell-command): Reflow docstring.
10239 (dired-copy-how-to-fn): Doc fix.
10240 (dired-files-attributes, dired-read-shell-command):
10241 Fix typos in docstrings.
10242
10243 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
10244 (dired-x-find-file-other-window): Reflow docstrings.
10245 (dired-omit-marker-char, dired-read-shell-command)
10246 (dired-x-submit-report): Fix typos in docstrings.
10247
10248 * shell.el (shell-mode-hook):
10249 * view.el (View-scroll-line-forward):
10250 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
10251 Fix typos in docstrings.
10252
10253 * net/dig.el (dig-invoke): Fix typo in docstring.
10254 (query-dig): Reflow docstring.
10255
10256 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
10257 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
10258 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
10259 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
10260 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
10261 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
10262 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
10263 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
10264 (idlwave-completion-map, idlwave-current-indent)
10265 (idlwave-custom-ampersand-surround, idlwave-customize)
10266 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
10267 (idlwave-define-abbrev, idlwave-determine-class-special)
10268 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
10269 (idlwave-end-block-reg, idlwave-end-of-statement)
10270 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
10271 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
10272 (idlwave-explicit-class-listed, idlwave-file-header)
10273 (idlwave-fill-paragraph, idlwave-find-class-definition)
10274 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
10275 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
10276 (idlwave-in-quote, idlwave-indent-action-table)
10277 (idlwave-indent-expand-table, idlwave-indent-line)
10278 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
10279 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
10280 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
10281 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
10282 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
10283 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
10284 (idlwave-outlawed-buffers, idlwave-popup-select)
10285 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
10286 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
10287 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
10288 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
10289 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
10290 (idlwave-statement-type, idlwave-struct-skip)
10291 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
10292 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
10293 (idlwave-what-module-find-class): Fix typos in docstrings.
10294 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
10295 (idlwave-calculate-cont-indent, idlwave-expand-equal)
10296 (idlwave-find-module, idlwave-find-structure-definition)
10297 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
10298 (idlwave-list-load-path-shadows, idlwave-next-statement)
10299 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
10300 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
10301 (idlwave-template): Reflow docstrings.
10302
10303 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
10304 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
10305 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
10306 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
10307 (idlwave-shell-display-line, idlwave-shell-display-wframe)
10308 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
10309 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
10310 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
10311 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
10312 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
10313 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
10314 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
10315 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
10316 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
10317 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
10318 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
10319 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
10320 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
10321 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
10322 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
10323 Fix typos in docstrings.
10324 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
10325 (idlwave-shell-hide-output, idlwave-shell-mode)
10326 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
10327 Reflow docstrings.
10328
10329 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
10330
10331 2009-09-24 Ivan Kanis <apple@kanis.eu>
10332
10333 * term.el (term-bold-attribute): New var.
10334 (term-handle-colors-array): Use it.
10335
10336 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
10337
10338 * progmodes/gdb-mi.el (gdb-version): New variable.
10339 (gdb-non-stop-handler): Set gdb-version.
10340 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
10341 Condition "--thread" option on gdb-version.
10342 (gdb-invalidate-threads): Remove unused argument.
10343
10344 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10345
10346 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
10347 to looking-back to avoid ridiculous slow down in large files (bug#4511).
10348
10349 2009-09-23 Glenn Morris <rgm@gnu.org>
10350
10351 * mail/rmail.el (rmail-reply): Don't try to add a References header when
10352 replying to mail without References or Message-Id. (Bug#4525)
10353
10354 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
10355
10356 * term/ns-win.el (ns-reg-to-script): New variable.
10357
10358 2009-09-23 Daiki Ueno <ueno@unixuser.org>
10359
10360 * epg.el (epg-wait-for-status): Preserve existing 'error results.
10361
10362 2009-09-22 Sam Steingold <sds@gnu.org>
10363
10364 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
10365 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
10366 to 1 because hg returns status 1 when nothing is found.
10367 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
10368
10369 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10370
10371 * textmodes/fill.el: Convert to utf-8 encoding.
10372 (fill-french-nobreak-p): Remove redundant » and « inherited from our
10373 pre-unicode days.
10374
10375 * add-log.el (change-log-fill-forward-paragraph): New function.
10376 (change-log-mode): Use it so fill-region DTRT.
10377 Set fill-indent-according-to-mode here rather than in
10378 change-log-fill-paragraph.
10379 (change-log-fill-paragraph): Remove.
10380
10381 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
10382
10383 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
10384 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
10385
10386 2009-09-22 Glenn Morris <rgm@gnu.org>
10387
10388 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
10389 the scroll-bar scroll the calendar window rather than the buffer.
10390
10391 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
10392 commands that move point (as opposed to scrolling).
10393
10394 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
10395
10396 * emacs-lisp/elint.el (elint): New custom group.
10397 (elint-log-buffer): Make it a defcustom.
10398 (elint-scan-preloaded, elint-ignored-warnings)
10399 (elint-directory-skip-re): New options.
10400 (elint-builtin-variables): Doc fix.
10401 (elint-preloaded-env): New variable.
10402 (elint-unknown-builtin-args): Add an entry for encode-time.
10403 (elint-extra-errors): Make it a variable rather than a constant.
10404 (elint-preloaded-skip-re): New constant.
10405 (elint-directory): Skip files matching elint-directory-skip-re.
10406 (elint-features): New variable, local to linted buffers.
10407 (elint-update-env): Initialize elint-features. Possibly add
10408 elint-preloaded-env to the buffer's environment.
10409 (elint-get-top-forms): Bind elint-current-pos, for log messages.
10410 Skip quoted forms.
10411 (elint-init-form): New function, extracted from elint-init-env.
10412 Make non-list forms a warning rather than an error.
10413 Add the mode-map for define-derived-mode. Handle define-minor-mode,
10414 easy-menu-define, put that adds an error-condition, and provide.
10415 When requiring cl, also require cl-macs. Really require cl, to handle
10416 some cl macros. Store required libraries in the list elint-features,
10417 so as not to re-load them. Treat cc-require like require.
10418 (elint-init-env): Call elint-init-form to do the work.
10419 Handle eval-and-compile and such like.
10420 (elint-add-required-env): Do not clear messages.
10421 (elint-special-forms): Add handlers for function, defalias, if, when,
10422 unless, and, or.
10423 (elint-form): Add optional argument to ignore elint-special-forms,
10424 useful to prevent recursive calls from handlers. Doc fix.
10425 Respect elint-ignored-warnings.
10426 (elint-form): Respect elint-ignored-warnings.
10427 (elint-bound-variable, elint-bound-function): New variables.
10428 (elint-unbound-variable): Respect elint-bound-variable.
10429 (elint-get-args): Respect elint-bound-function.
10430 (elint-check-cond-form): Add some simple handling for (f)boundp and
10431 featurep tests.
10432 (elint-check-defalias-form): New handler.
10433 (elint-check-let-form): Make an empty let a warning rather than an
10434 error.
10435 (elint-check-setq-form): Make an empty setq a warning rather than an
10436 error. Respect elint-ignored-warnings.
10437 (elint-check-defvar-form): Accept null doc-strings.
10438 (elint-check-conditional-form): New handler. Does some simple-minded
10439 checking of featurep and (f)boundp tests.
10440 (elint-put-function-args): New function.
10441 (elint-initialize): Use elint-scan-doc-file rather than
10442 elint-find-builtin-variables. Use elint-put-function-args.
10443 Possibly scan preloaded-file-list.
10444 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
10445 extend to handle functions as well.
10446
10447 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
10448
10449 * linum.el (linum-delete-overlays, linum-update-window):
10450 Do not modify the right margin. (Bug#3971)
10451
10452 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
10453
10454 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
10455 nxml-mode instead of xml-mode.
10456
10457 2009-09-21 Kevin Ryde <user42@zip.com.au>
10458
10459 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
10460
10461 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10462
10463 * net/dig.el (dig-mode): Use define-derived-mode.
10464
10465 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
10466
10467 * vc-dispatcher.el (vc-do-command): Return the process object in
10468 the asynchronous case. Use when instead of if. Do not run
10469 vc-exec-after to display a message if not enabled. (Bug#4463)
10470
10471 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
10472 properties to the stash strings.
10473 (vc-git-stash-list): Return a list of strings.
10474 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
10475 (vc-git-stash-show-at-point): New functions.
10476 (vc-git-stash-map): New keymap.
10477
10478 * register.el (ctl-x-r-map): Define the keys here instead of
10479 using autoload.
10480
10481 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
10482
10483 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
10484 list, to workaround performance problem (bug#4485).
10485
10486 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
10487
10488 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
10489
10490 2009-09-20 Daiki Ueno <ueno@unixuser.org>
10491
10492 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
10493 Document that this option is not recommended to use.
10494
10495 2009-09-19 Glenn Morris <rgm@gnu.org>
10496
10497 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
10498 variable `var'.
10499
10500 * calc/calc-alg.el (var):
10501 * calc/calcalg2.el (var): Define for compiler.
10502
10503 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
10504
10505 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
10506 Doc fix (Bug#3932).
10507
10508 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
10509
10510 * time-stamp.el (time-stamp-month-dd-yyyy)
10511 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
10512 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
10513 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
10514 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
10515 Remove functions that have been obsolete since 1995 (Bug#4436).
10516
10517 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
10518 indent buffer only if called interactively (Bug#4452).
10519
10520 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
10521 Eli Zaretskii <eliz@gnu.org>
10522
10523 This fixes bug#4197 (merged to bug#865, though not identical).
10524 * server.el (server-auth-dir): Add docstring note about FAT32.
10525 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
10526 but warn against using them.
10527
10528 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
10529
10530 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
10531 older GDB where there is no has_more field.
10532
10533 2009-09-19 Glenn Morris <rgm@gnu.org>
10534
10535 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10536
10537 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
10538
10539 * files.el (auto-mode-alist): Change default for XML files to nXML
10540 mode (Bug#4169).
10541
10542 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
10543
10544 * server.el (server-ensure-safe-dir): Pass 'integer
10545 to `file-attributes', as suggested.
10546
10547 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
10548
10549 * dired-aux.el (dired-query-alist): Remove spurious backslash.
10550 (dired-query): Use read-key.
10551
10552 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
10553
10554 * cus-start.el (ns-use-qd-smoothing): Remove.
10555
10556 2009-09-18 Glenn Morris <rgm@gnu.org>
10557
10558 * allout.el (top-level): Remove unnecessary progn.
10559
10560 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
10561
10562 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
10563 definition of abbrev table.
10564
10565 * speedbar.el (speedbar-track-mouse):
10566 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
10567 * net/eudc.el (eudc-expand-inline):
10568 * net/newst-backend.el (newsticker--cache-read-feed):
10569 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
10570 condition-case handlers.
10571
10572 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
10573
10574 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
10575 (gdb-var-list): Add an element for has_more field.
10576 (gdb-non-stop-handler): Enable pretty printing for STL containers.
10577 (gdb-var-create-handler, gdb-var-list-children-handler-1)
10578 (gdb-var-update-handler-1): Parse output of dynamic variable
10579 objects (STL containers).
10580 (gdb-var-delete-1): Pass var1 as an explicit second argument.
10581 (gdb-get-field): Delete alias. Use bindat-get-field directly.
10582
10583 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
10584 gdb-var-list.
10585 (gud-speedbar-buttons): Make node expandable if expression "has more"
10586 children.
10587
10588 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
10589
10590 * startup.el (emacs-quick-startup): Remove variable and all uses.
10591 (command-line): Set `inhibit-x-resources' instead.
10592 (command-line-1): Use `inhibit-x-resources' instead.
10593
10594 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
10595
10596 * subr.el: Fix last change to avoid using the `unless' macro,
10597 which breaks bootstrapping.
10598
10599 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10600
10601 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
10602 extended definitions, in case we reload subr.el after having
10603 loaded CL.
10604 (eval-next-after-load): Mark as obsolete.
10605
10606 2009-09-17 Juri Linkov <juri@jurta.org>
10607
10608 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
10609 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
10610 (menu-bar-showhide-menu, menu-bar-tools-menu)
10611 (menu-bar-describe-menu, menu-bar-help-menu)
10612 (minibuffer-local-completion-map, minibuffer-local-map):
10613 Fix list quoting.
10614
10615 2009-09-17 Glenn Morris <rgm@gnu.org>
10616
10617 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
10618 arguments, whether or not it has a handler.
10619
10620 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
10621
10622 * simple.el (hard-newline): Give it a doc-string.
10623
10624 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10625 (lisp-mode-syntax-table): Give them doc-strings.
10626
10627 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
10628
10629 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
10630 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
10631 (menu-bar-options-menu, menu-bar-showhide-menu)
10632 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
10633 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
10634 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
10635 (menu-bar-options-menu, menu-bar-tools-menu)
10636 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
10637 (menu-bar-help-menu):
10638 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
10639 string arguments.
10640
10641 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
10642 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
10643 calls for the menu names and :help.
10644
10645 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10646
10647 * mouse.el (minor-mode-menu-from-indicator): Pay attention
10648 to :minor-mode-function (bug#4455).
10649
10650 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10651
10652 * startup.el (command-line): Initialize the window-system after
10653 processing the command-line.
10654
10655 * textmodes/page.el (what-page): Make sure we don't inf-loop if
10656 page-delimiter matches the empty string.
10657
10658 2009-09-16 Glenn Morris <rgm@gnu.org>
10659
10660 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
10661 byte-compile-not-obsolete-var. It's a list now.
10662 (byte-compile-not-obsolete-funcs): New variable.
10663 (byte-compile-warn-obsolete): Don't warn about functions if they are in
10664 byte-compile-not-obsolete-funcs.
10665 (byte-compile-variable-ref, byte-compile-defvar): Update for
10666 byte-compile-not-obsolete-vars name-change and list nature.
10667 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
10668 and variables behind (f)boundp tests.
10669 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
10670
10671 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
10672
10673 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
10674
10675 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10676
10677 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
10678 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
10679 Don't autoload.
10680
10681 2009-09-15 Stephen Eglen <stephen@gnu.org>
10682
10683 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
10684 the virtual-buffers, use the name of the buffer specified by
10685 find-file-noselect, as the match may be a symlink. (This was a
10686 problem if the target and the symlink had different names.)
10687
10688 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10689
10690 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
10691
10692 * desktop.el (desktop-path): Check user-emacs-directory.
10693
10694 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
10695
10696 * loadup.el: Use after-load-functions to GC after loading each file.
10697 Remove the explicit GC calls that used to be sprinkled around.
10698
10699 * subr.el (after-load-functions): New hook.
10700 (do-after-load-evaluation): Run it. Use string-match-p to detect
10701 `obsolete' packages, rather than painfully extracting the relevant
10702 directory name.
10703
10704 2009-09-15 Glenn Morris <rgm@gnu.org>
10705
10706 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
10707 free variable `doc'.
10708
10709 * dired.el (dired-mode-map): Add menu entry for async shell command.
10710
10711 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
10712 variables, also consider the .elc files, since the .el files are
10713 normally gzipped (subsequent code locates the .el.gz from the .elc).
10714
10715 * calc/calc-prog.el (arglist): Define for compiler.
10716
10717 * calendar/diary-lib.el (diary-display-function): Change the default to
10718 fancy display.
10719 (body): Define for compiler.
10720
10721 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
10722 (byte-compile-file-form, byte-compile-lambda)
10723 (byte-compile-top-level-body, byte-compile-form)
10724 (byte-compile-variable-ref, byte-compile-setq)
10725 (byte-compile-setq-default, byte-compile-body)
10726 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
10727 (batch-byte-compile): Give some more local variables with common names
10728 a "bytecomp-" prefix to avoid masking warnings about free variables.
10729
10730 * startup.el (command-line-1): Give local variables with common names a
10731 distinguishing prefix, so as not to hide free variable warnings during
10732 bootstrap.
10733
10734 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
10735 clever and add a suffix to make a unique name, just let the user decide
10736 whether or not to overwrite it. If the input is a directory, write the
10737 default filename to that directory. (Bug#4388)
10738 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
10739 is a filename-as-a-directory.
10740
10741 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10742
10743 * textmodes/page.el (what-page): Don't move to beginning of line.
10744 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
10745
10746 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
10747
10748 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
10749
10750 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
10751
10752 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
10753 * help.el (help-for-help-internal): Add purecopy calls for text.
10754
10755 * vc.el (top): print-log method now takes an optional SHORTLOG
10756 argument. Add a new method: root.
10757 (vc-root-diff, vc-print-root-log): New functions.
10758 (vc-log-short-style): New variable.
10759 (vc-print-log-internal): Add support for showing short logs.
10760
10761 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
10762 vc-print-root-log and vc-print-root-diff.
10763
10764 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
10765 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
10766 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
10767 short logs.
10768
10769 * vc-cvs.el (vc-cvs-print-log):
10770 * vc-mtn.el (vc-mtn-print-log):
10771 * vc-rcs.el (vc-rcs-print-log):
10772 * vc-sccs.el (vc-sccs-print-log):
10773 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
10774 that is ignored for now.
10775
10776 * vc-mtn.el (vc-mtn-annotate-command):
10777 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
10778
10779 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10780
10781 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
10782 to function-key-map, and give them ascii-character property.
10783 * term/x-win.el (x-alternatives-map):
10784 * term/ns-win.el (ns-alternatives-map):
10785 * term/internal.el (msdos-key-remapping-map):
10786 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
10787
10788 2009-09-14 Glenn Morris <rgm@gnu.org>
10789
10790 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
10791 temp-buffers (2009-09-12).
10792
10793 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10794
10795 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
10796 the new read-key function.
10797
10798 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
10799
10800 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
10801 is defined (Bug#4405).
10802
10803 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
10804
10805 * recentf.el (recentf-cleanup): Use a hash table to find
10806 duplicates (Bug#4407).
10807
10808 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
10809
10810 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
10811 kp-0 to ascii equivalents (Bug#4325).
10812
10813 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
10814
10815 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
10816
10817 * eshell/em-hist.el:
10818 * eshell/em-dirs.el (eshell-complete-user-reference):
10819 Declare pcomplete functions and variables to avoid compiler warnings.
10820
10821 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
10822
10823 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
10824 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
10825 * eshell/em-alias.el (eshell-aliases-file):
10826 * eshell/em-hist.el (eshell-history-file-name):
10827 Use expand-file-name instead of concat to make file names (Bug#4308).
10828
10829 2009-09-13 Glenn Morris <rgm@gnu.org>
10830
10831 * ediff-merg.el (ediff-do-merge):
10832 * filesets.el (filesets-run-cmd):
10833 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
10834 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
10835 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
10836 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
10837 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
10838 Replace empty `let's with `progn'.
10839
10840 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10841
10842 * mail/sendmail.el (send-mail-function):
10843 * tooltip.el (tooltip-mode):
10844 * simple.el (transient-mark-mode):
10845 * rfn-eshadow.el (file-name-shadow-mode):
10846 * frame.el (blink-cursor-mode):
10847 * font-core.el (global-font-lock-mode):
10848 * files.el (temporary-file-directory)
10849 (small-temporary-file-directory, auto-save-file-name-transforms):
10850 * epa-hook.el (auto-encryption-mode):
10851 * composite.el (global-auto-composition-mode):
10852 Use custom-initialize-delay.
10853 * startup.el (command-line): Don't explicitly call
10854 custom-reevaluate-setting for all the above vars.
10855 * custom.el (custom-initialize-safe-set)
10856 (custom-initialize-safe-default): Delete.
10857
10858 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10859
10860 * term/x-win.el (x-initialize-window-system):
10861 * term/w32-win.el (w32-initialize-window-system):
10862 * term/ns-win.el (ns-initialize-window-system): Don't call
10863 mouse-wheel-mode since it's enabled globally by default already.
10864
10865 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
10866 actually define the variable, but only silences the byte-compiler.
10867 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
10868 before looking it up.
10869 (mouse-wheel-scroll-amount): Also reset the bindings if this value
10870 is changed.
10871
10872 2009-09-12 Glenn Morris <rgm@gnu.org>
10873
10874 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
10875 1000.
10876 (elint-add-required-env): Don't beep on error.
10877 (elint-forms): In case of error, return ENV unchanged.
10878 (elint-init-env): Skip non-list forms.
10879 (elint-log): Handle unknown file positions.
10880
10881 2009-09-12 Daiki Ueno <ueno@unixuser.org>
10882
10883 * epg.el (epg-make-context): Add autoload cookie.
10884 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
10885 (epg-decrypt-string, epg-start-verify, epg-verify-file)
10886 (epg-verify-string, epg-start-sign, epg-sign-file)
10887 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
10888 (epg-encrypt-string, epg-start-export-keys)
10889 (epg-export-keys-to-file, epg-export-keys-to-string)
10890 (epg-start-import-keys, epg-import-keys-from-file)
10891 (epg-import-keys-from-string, epg-start-receive-keys)
10892 (epg-receive-keys, epg-import-keys-from-server)
10893 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
10894 (epg-sign-keys, epg-start-generate-key)
10895 (epg-generate-key-from-file, epg-generate-key-from-string):
10896 Remove autoload cookie.
10897
10898 2009-09-12 Eli Zaretskii <eliz@gnu.org>
10899
10900 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
10901 reevaluation of trash-directory.
10902
10903 * mwheel.el: Fix last change.
10904 (mouse-wheel-mode): New defvar.
10905 (mouse-wheel-mode): Remove autoload cookie.
10906
10907 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10908
10909 * mwheel.el (mwheel-installed-bindings): New var.
10910 (mouse-wheel-mode): Use it, so as to make sure we really remove all
10911 the bindings we set last time. Use custom-initialize-delay.
10912 * loadup.el: Load mwheel after term/*-win.el.
10913 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
10914 and mouse-wheel-up-event now that their first evaluation is done
10915 sufficiently late to be correct.
10916
10917 * startup.el (tutorial-directory): Make it a defcustom.
10918 Use custom-initialize-delay rather than eval-at-startup to set it.
10919 * image.el (image-load-path): Make it a defcustom.
10920 Use custom-initialize-delay rather than eval-at-startup to set it.
10921 * subr.el (eval-at-startup): Remove.
10922 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
10923
10924 * subr.el (do-after-load-evaluation): Warn the user after loading an
10925 obsolete package.
10926
10927 2009-09-12 Glenn Morris <rgm@gnu.org>
10928
10929 * proced.el (proced-mark-alt): Remove alias.
10930 (proced-mode-map): Remove proced-mark-alt.
10931
10932 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
10933 Elint file and directory. Remove initialization entry.
10934
10935 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
10936 commands.
10937 (elint-current-buffer): Set mode-line-process.
10938 (elint-init-env): Handle define-derived-mode.
10939 Fix declare-function with unspecified arglist. Guard against odd
10940 defalias statements (eg iso-insert's 8859-1-map).
10941 (elint-add-required-env): Use a temp buffer.
10942 (elint-form): Just print the function/macro name, not the whole form.
10943 Return env unchanged if we fail to parse a macro.
10944 (elint-forms): Guard against parse errors.
10945 (elint-output): New function, to handle batch mode.
10946 (elint-log-message): Add optional argument. Use elint-output.
10947 (elint-set-mode-line): New function.
10948
10949 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
10950
10951 * emacs-lisp/elp.el (elp-not-profilable): Add more
10952 functions (Bug#4233).
10953
10954 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
10955
10956 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
10957 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
10958
10959 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
10960
10961 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
10962 (gdb-var-list-children): Use json parsing.
10963
10964 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
10965
10966 * progmodes/js.el (js--proper-indentation): Handle the case where
10967 char-before is null. Reported by Deniz Dogan.
10968
10969 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
10970
10971 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
10972
10973 2009-09-11 Daiki Ueno <ueno@unixuser.org>
10974
10975 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
10976 (epg-digest-algorithm-alist): Add SHA224.
10977 (epg-context-set-passphrase-callback)
10978 (epg-context-set-progress-callback): Add description about
10979 callback function.
10980
10981 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10982
10983 * custom.el (custom-delayed-init-variables): New var.
10984 (custom-initialize-delay): New function.
10985 * startup.el (command-line): "Re"evaluate all vars in
10986 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
10987 explicitly any more.
10988 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
10989 to avoid creating a ~/.emacs.d at build-time (bug#4347).
10990
10991 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
10992
10993 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
10994
10995 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
10996 (gdb-var-update-handler): Use json parsing.
10997
10998 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
10999
11000 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
11001 decode annotated text, regardless of language environment. (Bug#2741)
11002
11003 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11004
11005 * Makefile.in (autoloads): Make rmail.el writable as well.
11006
11007 2009-09-11 Glenn Morris <rgm@gnu.org>
11008
11009 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
11010 loaddefs.el.
11011 * dired.el: Regenerate with extracted autoloads.
11012 * Makefile.in (autoloads): Make dired.el writable.
11013
11014 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
11015 * ibuffer.el: Regenerate with extracted autoloads.
11016 * Makefile.in (autoloads): Make ibuffer.el writable.
11017
11018 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
11019 * version.el (emacs-copyright, emacs-major-version)
11020 (emacs-minor-version): Reformat doc-strings for make-docfile.
11021
11022 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
11023 functions and variables, since they must be stuff specific to some other
11024 platform.
11025 (apropos-print): Make mouse-click message less specific about button.
11026
11027 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
11028 that records where a macro was defined.
11029 * help-fns.el (describe-function-1): Mention if a function has a
11030 compiler-macro.
11031 * help-mode.el (help-function-cmacro): New button.
11032
11033 * locate.el (top-level): Always require dired.
11034 (locate-mode-map): Initialize inside the defvar.
11035
11036 * net/ange-ftp.el (dired-compress-file): Declare.
11037 (ange-ftp-dired-compress-file): Add doc string.
11038
11039 * term/ns-win.el (x-display-name, x-setup-function-keys):
11040 Unify doc-strings with X versions.
11041
11042 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11043
11044 * emulation/crisp.el (crisp-mode-map): Move initialization
11045 into declaration.
11046 (crisp-mode): Use define-minor-mode.
11047
11048 * progmodes/xscheme.el (xscheme-evaluation-commands):
11049 Put a :advertised-binding property rather than using
11050 advertised-xscheme-send-previous-expression.
11051 (advertised-xscheme-send-previous-expression): Declare obsolete.
11052 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
11053 `advertised-undo'.
11054 (crisp-mode): Add corresponding bindings to
11055 undo's :advertised-binding instead.
11056 * dired.el (dired-mode-map): Put a :advertised-binding property rather
11057 than using dired-advertised-find-file.
11058 (dired-advertised-find-file):
11059 * simple.el (advertised-undo):
11060 * wid-edit.el (advertised-widget-backward): Declare obsolete.
11061 (widget-keymap): Put a :advertised-binding property rather
11062 than using advertised-widget-backward.
11063 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
11064 than using advertised-undo.
11065 * tutorial.el (tutorial--default-keys): Adjust accordingly.
11066
11067 2009-09-10 Simon South <ssouth@slowcomputing.org>
11068
11069 * progmodes/delphi.el (delphi-tab): Indent region when Transient
11070 Mark mode is enabled and region is active; otherwise indent or
11071 insert TAB as usual.
11072 (delphi-mode): Update description of TAB-key binding.
11073
11074 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11075
11076 * subr.el (define-key-rebound-commands): Mark obsolete.
11077 * startup.el (precompute-menubar-bindings): Remove.
11078 (normal-top-level): Remove obsolete code that tried to precompute
11079 menubar bindings.
11080 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
11081 define-key-rebound-commands and precompute-menubar-bindings.
11082
11083 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
11084
11085 * net/imap.el (imap-interactive-login): Better messages.
11086 (imap-open): Fix bug with renamed buffer on reconnect.
11087 (imap-authenticate): Add buffer-local imap-last-authenticator variable
11088 for easier debugging and cleaner code. On successful (guessed based on
11089 server capabilities) secondary authentication, set imap-state
11090 correctly.
11091 (imap-last-authenticator): Define imap-last-authenticator as a variable
11092 to avoid warnings.
11093
11094 2009-09-10 Glenn Morris <rgm@gnu.org>
11095
11096 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
11097
11098 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
11099 (byte-compile-file-form-autoload): Don't warn about unknown functions
11100 where the autoload statement comes after the use.
11101 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
11102 that any handlers inside the body (eg require) are in turn respected.
11103
11104 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
11105 effects.
11106
11107 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
11108 and syntax and abbrev tables basic docs, if they don't have any.
11109
11110 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
11111
11112 * international/mule-cmds.el (top-level): Require cl when compiling.
11113 (view-hello-file): Use default-value rather than
11114 default-enable-multibyte-characters.
11115
11116 * progmodes/fortran.el: Move all safe and risky properties into the
11117 defcustoms.
11118
11119 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
11120 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
11121 * mail/undigest.el:
11122 Put autoloads in rmail.el rather than loaddefs.el.
11123 * mail/rmail.el: Regenerate with extracted autoloads.
11124
11125 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
11126 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
11127
11128 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
11129
11130 Reported in thread for Bug#4375.
11131 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
11132 "-data-evaluate-expression" instead of print.
11133 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
11134 (gdb-tooltip-print): Parse output from above MI command.
11135 (gdb): Revert 2009-08-11 change. User should detach inferior
11136 manually.
11137
11138 Remove the word "separate" from IO functions as inferior
11139 output is now never displayed in the GUD buffer.
11140
11141 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
11142
11143 * startup.el (command-line-normalize-file-name): On Windows and
11144 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
11145
11146 2009-09-10 Juri Linkov <juri@jurta.org>
11147
11148 * isearch.el (isearch-text-char-description): Propertize escape
11149 character sequences with the `escape-glyph' face. (Bug#4344)
11150
11151 * simple.el (shell-command): Set asynchronous process filter to
11152 `comint-output-filter'. (Bug#4343)
11153
11154 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
11155 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
11156 the list. Move "asm" to the bottom.
11157 (grep-find-ignored-directories): Add `choice' with nil value
11158 to empty the list easily.
11159 (grep-find-ignored-files): New option.
11160 (grep-files-history): Set to nil by default instead of '("ch" "el").
11161 (grep-compute-defaults): Add "<X>" to `grep-template'.
11162 (grep-read-files): Bind new local variables `default-alias' and
11163 `default-extension'. Use a list of default values for the file prompt.
11164 (lgrep): Add `--exclude=' command line options composed from
11165 `grep-find-ignored-files'.
11166 (rgrep): Add `-name' command line options composed from
11167 `grep-find-ignored-files'. (Bug#4301)
11168
11169 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11170
11171 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
11172 (bug#4368).
11173
11174 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11175
11176 * calendar/time-date.el (autoload):
11177 Expand define-obsolete-function-alias into defalias and make-obsolete
11178 for old Emacsen that Gnus supports.
11179 (with-no-warnings): Define it for old Emacsen.
11180 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11181 is available.
11182 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11183 float-time is available; suppress compile warning for time-to-seconds.
11184
11185 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
11186
11187 * net/imap.el (imap-message-map): Docstring fix.
11188
11189 2009-09-09 Glenn Morris <rgm@gnu.org>
11190
11191 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
11192 line numbers too. (Bug#4374)
11193
11194 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11195
11196 * smerge-mode.el (smerge-remove-props, smerge-refine):
11197 Use with-silent-modifications (bug#4342).
11198
11199 * subr.el (with-silent-modifications): New macro.
11200
11201 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
11202
11203 * files.el (top-level): Require `cl' when compiling.
11204
11205 2009-09-07 Glenn Morris <rgm@gnu.org>
11206
11207 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
11208
11209 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
11210 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
11211
11212 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
11213
11214 * vc-git.el (vc-git-annotate-command): Use separator to parse
11215 arguments correctly.
11216
11217 2009-09-06 Eli Zaretskii <eliz@gnu.org>
11218
11219 * proced.el (proced-mode): Doc fix.
11220
11221 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
11222
11223 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
11224 lstat fails.
11225 (tramp-do-file-attributes-with-ls): Check for file existence at
11226 remote end.
11227 (tramp-do-file-attributes-with-stat): Likewise.
11228 (tramp-convert-file-attributes): Return nil when attr is nil.
11229
11230 2009-09-05 Glenn Morris <rgm@gnu.org>
11231
11232 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
11233 properties to this button.
11234 (diary-fancy-display): Don't extend the button to the final newline.
11235 (diary-fancy-display-mode): Continue to define "q" as a local key.
11236
11237 * calendar/cal-china.el (holiday-chinese): Make it slightly more
11238 efficient.
11239
11240 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
11241
11242 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
11243 (byte-compile-dest-file-function): New option.
11244 (byte-compile-dest-file): Doc fix.
11245 Obey byte-compile-dest-file-function.
11246 (byte-compile-cl-file-p): New function.
11247 (byte-compile-eval): Only suppress noruntime warnings about cl functions
11248 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
11249 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
11250 than for file being previously loaded.
11251 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
11252 (byte-compile-file-form-require): Handle the case where requiring a file
11253 indirectly causes CL to be loaded.
11254
11255 2009-09-05 Karl Fogel <kfogel@red-bean.com>
11256
11257 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
11258 before killing the old buffer, since by the time `kill-buffer' is
11259 run so many buffer variables have been set to nil that it may not
11260 behave as expected. (Bug#4061)
11261
11262 2009-09-05 Karl Fogel <kfogel@red-bean.com>
11263
11264 * files.el (find-alternate-file): If the old buffer is modified
11265 and visiting a file, behave similarly to `kill-buffer' when
11266 killing it, thus reverting to the pre-1.878 behavior; see
11267 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
11268 for discussion. Also, consult `buffer-file-name' as a variable
11269 not as a function, for consistency with the rest of the code.
11270
11271 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
11272
11273 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
11274 also when adding a new directory.
11275
11276 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
11277 defun.
11278
11279 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
11280
11281 * files.el (locate-file-completion-table): Make it provide boundary
11282 information, so partial-completion works better.
11283
11284 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
11285
11286 * mail/footnote.el (Footnote-text-under-cursor):
11287 Check footnote-text-marker-alist before using it (bug#4324).
11288
11289 2009-09-04 Glenn Morris <rgm@gnu.org>
11290
11291 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
11292 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
11293 * play/solitaire.el, play/tetris.el:
11294 Remove leading * from defcustom and defface docs.
11295
11296 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
11297 necessary.
11298 (diary-fancy-overriding-map): New variable.
11299 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
11300 Use view-mode.
11301
11302 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
11303 goto-line.
11304
11305 2009-09-03 Glenn Morris <rgm@gnu.org>
11306
11307 * arc-mode.el (archive-mode):
11308 * dos-fns.el (set-default-process-coding-system):
11309 * man.el (Man-getpage-in-background):
11310 * menu-bar.el (menu-bar-describe-menu):
11311 * server.el (server-process-filter):
11312 * startup.el (command-line):
11313 * tar-mode.el (tar-header-block-tokenize, tar-extract):
11314 * w32-fns.el (set-default-process-coding-system):
11315 * x-dnd.el (x-dnd-handle-file-name):
11316 * international/mule-cmds.el (mule-menu-keymap)
11317 (set-default-coding-systems, language-info-alist, set-language-info)
11318 (set-language-environment, standard-display-european-internal)
11319 (set-locale-environment):
11320 * international/mule-diag.el (mule-diag):
11321 * mail/emacsbug.el (report-emacs-bug):
11322 * mail/rmail.el (rmail-mode):
11323 * mail/sendmail.el (mail-setup):
11324 Use default-value rather than default-enable-multibyte-characters.
11325
11326 * progmodes/f90.el: Move all safe properties into the defcustoms.
11327 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
11328
11329 * calendar/appt.el (appt-check):
11330 * calendar/diary-lib.el (diary-set-header, diary-live-p)
11331 (diary-check-diary-file, diary-list-entries)
11332 (diary-include-other-diary-files, diary-simple-display)
11333 (diary-fancy-display, diary-print-entries)
11334 (diary-mark-included-diary-files, diary-make-entry):
11335 Don't call substitute-in-file-name on diary-file.
11336
11337 2009-09-03 Eduard Wiebe <usenet@pusto.de>
11338 Stefan Monnier <monnier@iro.umontreal.ca>
11339
11340 * mail/footnote.el (footnote-prefix): Make it a defcustom.
11341 (footnote-mode-map): Move initialization into the declaration.
11342 (footnote-minor-mode-map): Define it rather than changing global-map.
11343 (footnote-mode): Use define-minor-mode.
11344
11345 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
11346
11347 * net/tramp.el (tramp-handle-file-attributes-with-ls)
11348 (tramp-do-file-attributes-with-perl)
11349 (tramp-do-file-attributes-with-stat): Rename from
11350 `tramp-handle-file-attributes-with-*'.
11351 (tramp-handle-file-attributes): Use them.
11352 (tramp-do-directory-files-and-attributes-with-perl)
11353 (tramp-do-directory-files-and-attributes-with-stat): Rename from
11354 `tramp-handle-directory-files-and-attributes-with-*'.
11355 (tramp-handle-directory-files-and-attributes): Use them.
11356 (tramp-method-out-of-band-p): Additional parameter SIZE.
11357 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
11358 (tramp-handle-write-region): Use it.
11359 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
11360 (tramp-handle-vc-registered): Check, whether the first run did
11361 return files to be tested.
11362 (tramp-advice-make-auto-save-file-name): Do not call directly
11363 `tramp-handle-make-auto-save-file-name', because this would bypass
11364 the locking mechanism.
11365
11366 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
11367 (file-remote-p, process-file, start-file-process, set-file-times)
11368 (tramp-compat-file-attributes): Compatibility functions shall not
11369 call directly `tramp-handle-*', because this would bypass the
11370 locking mechanism.
11371 (tramp-compat-number-sequence): New defun.
11372
11373 2009-09-02 Glenn Morris <rgm@gnu.org>
11374
11375 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
11376 alias for float-time.
11377 (time-to-number-of-days): In Emacs, use float-time.
11378 * net/newst-backend.el (time-add): Suppress warnings from compat
11379 function.
11380 * time.el (emacs-uptime, emacs-init-time):
11381 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
11382 Use float-time rather than time-to-seconds.
11383
11384 * minibuffer.el (completion-initials-expand): Fix typo.
11385
11386 * faces.el (modeline, modeline-inactive, modeline-highlight)
11387 (modeline-buffer-id):
11388 * info.el (info-menu-5): Mark these face aliases as obsolete.
11389
11390 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
11391
11392 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
11393 space ...
11394 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
11395 no "--thread" option.
11396 (gdb-stopped): Don't print "Switched to thread" message when it is
11397 unchanged.
11398
11399 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11400
11401 * minibuffer.el (completion-try-completion)
11402 (completion-all-completions): Remove ill-defined (and
11403 mistakenly installed and luckily never used nor documented)
11404 `completion-styles' property.
11405 (completion-initials-expand, completion-initials-all-completions)
11406 (completion-initials-try-completion): New functions.
11407 (completion-styles-alist): Add doc to each entry.
11408 Add new `initials' entry.
11409
11410 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
11411
11412 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
11413 MI command -var-evaluate-expression.
11414 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
11415 and tweak for case of string child.
11416 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
11417
11418 2009-09-01 Glenn Morris <rgm@gnu.org>
11419
11420 * add-log.el (change-log-date-face, change-log-name-face)
11421 (change-log-email-face, change-log-file-face, change-log-list-face)
11422 (change-log-conditionals-face, change-log-function-face)
11423 (change-log-acknowledgement-face):
11424 * cus-edit.el (custom-invalid-face, custom-rogue-face)
11425 (custom-modified-face, custom-set-face, custom-changed-face)
11426 (custom-saved-face, custom-button-face, custom-button-pressed-face)
11427 (custom-documentation-face, custom-state-face, custom-comment-face)
11428 (custom-comment-tag-face, custom-variable-tag-face)
11429 (custom-variable-button-face, custom-face-tag-face)
11430 (custom-group-tag-face-1, custom-group-tag-face):
11431 * diff-mode.el (diff-header-face, diff-file-header-face)
11432 (diff-index-face, diff-hunk-header-face, diff-removed-face)
11433 (diff-added-face, diff-changed-face, diff-function-face)
11434 (diff-context-face, diff-nonexistent-face):
11435 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
11436 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
11437 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11438 (Info-title-4-face):
11439 * isearch.el (isearch-lazy-highlight-face):
11440 * log-view.el (log-view-file-face, log-view-message-face):
11441 * paren.el (show-paren-match-face, show-paren-mismatch-face):
11442 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11443 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11444 (cvs-msg-face):
11445 * smerge-mode.el (smerge-mine-face, smerge-other-face)
11446 (smerge-base-face, smerge-markers-face):
11447 * wid-edit.el (widget-documentation-face, widget-button-face)
11448 (widget-field-face, widget-single-line-field-face)
11449 (widget-inactive-face, widget-button-pressed-face):
11450 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
11451 (woman-addition-face):
11452 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
11453 (eshell-ls-executable-face, eshell-ls-readonly-face)
11454 (eshell-ls-unreadable-face, eshell-ls-special-face)
11455 (eshell-ls-missing-face, eshell-ls-archive-face)
11456 (eshell-ls-backup-face, eshell-ls-product-face)
11457 (eshell-ls-clutter-face):
11458 * eshell/em-prompt.el (eshell-prompt-face):
11459 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
11460 * obsolete/old-whitespace.el (whitespace-highlight-face):
11461 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
11462 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
11463 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
11464 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
11465 (antlr-font-lock-literal-face):
11466 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11467 (ebrowse-root-class-face, ebrowse-file-name-face)
11468 (ebrowse-default-face, ebrowse-member-attribute-face)
11469 (ebrowse-member-class-face, ebrowse-progress-face):
11470 * progmodes/make-mode.el (makefile-space-face):
11471 * progmodes/sh-script.el (sh-heredoc-face):
11472 * textmodes/flyspell.el (flyspell-incorrect-face)
11473 (flyspell-duplicate-face):
11474 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
11475 * textmodes/texinfo.el (texinfo-heading-face):
11476 Mark face aliases with "-face" suffix as obsolete.
11477
11478 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
11479 compiler.
11480
11481 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
11482 (eudc-bob-sound-menu): Use defvar rather than defconst, since
11483 easy-menu-define wants to modify these.
11484
11485 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
11486
11487 * net/browse-url.el (browse-url-file-url):
11488 * term/internal.el (dos-codepage-setup):
11489 Use default-value rather than default-enable-multibyte-characters.
11490
11491 * progmodes/etags.el (etags-goto-tag-location):
11492 * progmodes/flymake.el (flymake-highlight-line)
11493 (flymake-goto-file-and-line, flymake-goto-line):
11494 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
11495 (gdb-goto-breakpoint):
11496 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11497 * progmodes/python.el (python-find-function)
11498 (python-pdbtrack-track-stack-file):
11499 * progmodes/verilog-mode.el (verilog-surelint-off):
11500 * term/ns-win.el (ns-open-file-select-line):
11501 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
11502 Use forward-line rather than goto-line.
11503
11504 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
11505 * textmodes/reftex-index.el (reftex-display-index):
11506 * textmodes/reftex-ref.el (reftex-offer-label-menu):
11507 * textmodes/reftex-toc.el (reftex-toc):
11508 Remove unnecessary bindings of default-major-mode (all are followed by
11509 major-mode check and possible mode switch).
11510
11511 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
11512
11513 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
11514 Handle watchpoints (bug#4282).
11515 (def-gdb-thread-buffer-command): Enable thread to be selected by
11516 clicking without selecting threads buffer first.
11517 (gdb-current-context-command): Use selected frame so that "up",
11518 "down" etc work in the GUD buffer.
11519 (gdb-update): Find selected frame before rendering stack buffer.
11520 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
11521
11522 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11523
11524 * progmodes/sym-comp.el (displayed-completions): Remove.
11525 (symbol-complete): Use minibuffer-complete.
11526
11527 2009-08-31 Glenn Morris <rgm@gnu.org>
11528
11529 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
11530
11531 * apropos.el (apropos-symbols-internal):
11532 Handle (obsolete) face aliases.
11533
11534 * faces.el (describe-face): Adjust the output format to be more like
11535 describe-variable, and to mention (obsolete) face aliases.
11536 Adjust the whitespace so that help-setup-xref works.
11537
11538 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
11539 * calendar/diary-lib.el (diary-button-face):
11540 Mark these face aliases as obsolete.
11541
11542 * calendar/calendar.el (calendar-today): Doc fix.
11543
11544 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
11545
11546 * progmodes/gdb-mi.el (gdb-control-all-threads)
11547 (gdb-control-current-thread): Force tool bar update.
11548 (gdb-non-stop-handler): New function.
11549 (gdb-init-1): Use it to test if non-stop mode is supported.
11550 Remove unused gdbmi buffer type.
11551
11552 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
11553
11554 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
11555 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
11556
11557 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
11558
11559 * comint.el (comint-exec-1): Check command is non-null first.
11560 Part of gdb-mi.el change (2009-08-28).
11561
11562 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11563
11564 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
11565
11566 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
11567
11568 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
11569 instead of `dolist' to avoid a recursive require when bootstrapping.
11570
11571 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11572
11573 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
11574
11575 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
11576
11577 * net/imap.el (imap-send-command): Simplify.
11578 (imap-wait-for-tag): point-max -> buffer-size.
11579
11580 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
11581
11582 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
11583 with constant argument.
11584
11585 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
11586
11587 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
11588
11589 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
11590 Change default, since most of our files don't have a history.
11591 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
11592 the user.
11593
11594 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11595 Add comint-run.
11596
11597 * calc/calc.el: Improve commenting convention.
11598 (calc-digit-map, toplevel): Simplify.
11599
11600 * comint.el (comint-insert-input): Be careful to only set point if we
11601 don't delegate to some other command.
11602
11603 * proced.el (proced-signal-list): Make it an alist.
11604 (proced-grammar-alist): Capitalize names.
11605 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
11606 Disable undo manually and make it read-only.
11607 Use completion-annotate-function.
11608
11609 * minibuffer.el (minibuffer-message): If the current buffer is not
11610 a minibuffer, insert the message in the echo area rather than at the
11611 end of the buffer.
11612 (completion-annotate-function): New variable.
11613 (minibuffer-completion-help): Use it.
11614 (completion--embedded-envvar-table): Environment vars are
11615 always case-sensitive.
11616
11617 2009-08-30 Glenn Morris <rgm@gnu.org>
11618
11619 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
11620 from fortran-current-defun.
11621 (fortran-beginning-of-subprogram): Be more precise about finding the
11622 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
11623 (fortran-end-of-subprogram): Simplify.
11624 (fortran-current-defun): Use fortran-start-prog-re.
11625
11626 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
11627
11628 * subr.el (do-after-load-evaluation): Simplify.
11629
11630 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
11631
11632 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
11633
11634 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
11635 (vc-rcs-print-log): Use it.
11636
11637 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
11638
11639 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11640
11641 * paths.el (abbrev-file-name): Move to abbrev.el.
11642 * abbrev.el (abbrev-file-name): Move from paths.el.
11643 Obey user-emacs-directory.
11644 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
11645 user-emacs-directory.
11646 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
11647 abbrev-file-name and calc-settings-file any more.
11648 * startup.el (command-line): Recompute abbrev-file-name and
11649 abbreviated-home-dir.
11650 (normal-no-mouse-startup-screen): Improve the generic code and get rid
11651 of the special code for when C-h bindings haven't been changed.
11652 (display-startup-echo-area-message): Use with-current-buffer.
11653 (command-line-1): Use a list of strings, rather than a list of lists
11654 of strings for longopts.
11655
11656 * files.el (get-free-disk-space): Use / for default-directory.
11657
11658 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
11659 Use with-current-buffer.
11660
11661 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
11662 Recognize immutable variables like most-positive-fixnum.
11663 (byte-compile-setq-default): Check and warn if trying to assign
11664 to an immutable variable, or a non-variable.
11665
11666 * progmodes/cc-vars.el (c-comment-continuation-stars):
11667 * progmodes/cc-engine.el (c-looking-at-bos):
11668 * progmodes/cc-cmds.el (c-toggle-auto-state)
11669 (c-forward-into-nomenclature, c-backward-into-nomenclature)
11670 (c-comment-line-break-function): Add version of obsolescence.
11671
11672 2009-08-28 Juri Linkov <juri@jurta.org>
11673
11674 * files.el (magic-fallback-mode-alist): Add ZIP magic number
11675 associated with `archive-mode'.
11676
11677 * image.el (image-type-header-regexps): Use only JPEG magic number
11678 to determine JPEG images, and don't use `image-jpeg-p' because
11679 Emacs can display non-JFIF non-Exif JPEG images.
11680
11681 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
11682
11683 * arc-mode.el (archive-mode):
11684 * emacs-lisp/re-builder.el (re-builder-unload-function):
11685 Protect against the default value of `major-mode' being nil.
11686
11687 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
11688
11689 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
11690 Fix typos in docstrings.
11691
11692 * progmodes/js.el (js--macro-decl-re): Doc fix.
11693 (js--plain-method-re, js--split-name): Refloc docstring.
11694 (js--class-styles, js--make-merged-item, js--splice-into-items):
11695 Fix typos in docstrings; reflow docstrings.
11696 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
11697 (js--variable-decl-matcher, js--inside-pitem-p)
11698 (js--parse-state-at-point, js--get-all-known-symbols)
11699 (js--symbol-history, js-find-symbol, js--js-references)
11700 (js--moz-interactor, js--js-encode-value, js--read-tab):
11701 Fix typos in docstrings.
11702
11703 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11704
11705 * textmodes/reftex.el (reftex-get-file-buffer-force):
11706 * progmodes/verilog-mode.el (verilog-batch-execute-func):
11707 * emulation/viper.el (viper-go-away, viper-set-hooks):
11708 * emacs-lisp/re-builder.el (re-builder-unload-function):
11709 * emacs-lisp/bytecomp.el (byte-compile-file):
11710 * ses.el (ses-unload-function):
11711 * hexl.el (hexl-find-file):
11712 * files.el (normal-mode):
11713 * ehelp.el (with-electric-help):
11714 * autoinsert.el (auto-insert-alist):
11715 * arc-mode.el (archive-mode):
11716 Use (default-value 'major-mode) instead of default-major-mode.
11717
11718 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
11719 * international/mule.el (load-with-code-conversion):
11720 * emacs-lisp/debug.el (debug):
11721 * ediff-vers.el (ediff-rcs-get-output-buffer):
11722 * dired.el (dired-internal-noselect): Don't let-bind
11723 default-major-mode around code that doesn't use it.
11724 E.g. buffer creation via get-buffer-create doesn't use it.
11725
11726 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
11727
11728 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
11729 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
11730 when writing the temp file. Otherwise, epa-file gets confused.
11731 (tramp-register-file-name-handlers): Make it a defun. Move also
11732 `epa-file-handler' to the front of `file-name-handler-alist'.
11733
11734 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11735
11736 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
11737 start right after a ^M.
11738 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
11739 (tramp-completion-file-name-regexp-separate)
11740 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
11741 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
11742 Don't modify last-coding-system-used by accident.
11743 (tramp-completion-file-name-handler): Apply the checks here,
11744 instead during registration.
11745 (tramp-register-file-name-handlers): Renamed from
11746 `tramp-register-file-name-handler'. Register both
11747 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
11748 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
11749
11750 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
11751
11752 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
11753 Remove variable ...
11754 (gdb-init-1, gdb-display-separate-io-buffer)
11755 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
11756 references to it.
11757 (gdb-inferior-io-mode): Use make-comint-in-buffer.
11758 (gdb-inferior-filter): Use comint-output-filter to stop
11759 echoing and remove ^M characters.
11760
11761 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11762
11763 * emulation/viper-init.el (viper-restore-cursor-type):
11764 * emulation/cua-base.el (cua--update-indications):
11765 Replace default-cursor-type with (default-value 'cursor-type).
11766
11767 * mail/sendmail.el (mail-recover-1):
11768 * international/mule-diag.el (describe-current-coding-system-briefly)
11769 (describe-current-coding-system):
11770 * international/mule-cmds.el (select-safe-coding-system)
11771 (select-message-coding-system)
11772 (set-language-environment-coding-systems, set-locale-environment):
11773 * hexl.el (hexl-insert-multibyte-char):
11774 * dos-w32.el (find-buffer-file-type-coding-system):
11775 * simple.el (what-cursor-position):
11776 Replace uses of default-buffer-file-coding-system
11777 with (default-value 'buffer-file-coding-system).
11778
11779 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
11780 Replace uses of default-cursor-in-non-selected-windows
11781 with (default-value 'cursor-in-non-selected-windows).
11782 Use with-current-buffer.
11783
11784 * mail/feedmail.el: Use CL macros.
11785 (feedmail-run-the-queue, feedmail-send-it-immediately):
11786 * dos-w32.el (find-buffer-file-type): Replace uses of
11787 default-buffer-file-type with (default-value 'buffer-file-type).
11788
11789 2009-08-28 Glenn Morris <rgm@gnu.org>
11790
11791 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
11792 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
11793 Use default-value of major-mode rather than default-major-mode.
11794
11795 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11796
11797 * Makefile.in (update-elcfiles): Report left over elc files.
11798
11799 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
11800 expand-file-name and with-current-buffer.
11801 (mail-get-names, mail-directory): Use with-current-buffer.
11802
11803 * vc.el (vc-read-revision): New function.
11804 (vc-version-diff, vc-merge): Use it.
11805
11806 2009-08-27 Sam Steingold <sds@gnu.org>
11807
11808 * simple.el (kill-do-not-save-duplicates): New user option.
11809 (kill-new): When it is non-nil, and the new string is the same as
11810 the latest kill, set replace to t to avoid duplicates in kill-ring.
11811
11812 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
11813
11814 * net/tramp.el (tramp-handle-process-file): Do not flush all
11815 caches when `process-file-side-effects' is set.
11816 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
11817 instead of `tramp-find-file-exists-command'.
11818 Unset `process-file-side-effects'.
11819
11820 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
11821
11822 * net/tramp.el (tramp-methods): New method "rsyncc".
11823 (top): Add completion function for "rsyncc".
11824 (tramp-message-show-message): New defvar.
11825 (tramp-message, tramp-error): Use it.
11826 (tramp-do-copy-or-rename-file-directly): Extend check for direct
11827 remote copying.
11828 (tramp-do-copy-or-rename-file-out-of-band): Handle new
11829 `tramp-methods' entry `copy-env' of "rsyncc".
11830 (tramp-vc-registered-read-file-names): New defconst.
11831 (tramp-vc-registered-file-names): New defvar.
11832 (tramp-handle-vc-registered): Implement optimization strategy.
11833 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
11834 (tramp-vc-file-name-handler): New defun.
11835 (tramp-get-ls-command, tramp-get-test-command)
11836 (tramp-get-file-exists-command, tramp-get-remote-ln)
11837 (tramp-get-remote-perl, tramp-get-remote-stat)
11838 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
11839
11840 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
11841 (tramp-cache-inhibit-cache): Extend doc string. It allows also
11842 timestamps.
11843 (tramp-get-file-property): Check for timestamps in
11844 `tramp-cache-inhibit-cache'.
11845 (tramp-set-file-property): Write timestamp.
11846
11847 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11848
11849 * language/japan-util.el (japanese-symbol-table): Add entries for
11850 cp932-2-byte.
11851
11852 * international/characters.el: Add category `j' to cp932-2-byte.
11853
11854 2009-08-27 Kenichi Handa <handa@m17n.org>
11855
11856 * international/fontset.el (build-default-fontset-data): New macro.
11857 (setup-default-fontset): Use build-default-fontset-data for CJK,
11858 tibetan, ethiopic, and ipa.
11859
11860 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11861
11862 * cus-start.el (default-major-mode): Customize `major-mode' instead.
11863 (enable-multibyte-characters): Not customizable any more.
11864
11865 * subr.el (default-mode-line-format, default-header-line-format)
11866 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
11867 (default-direction-reversed, default-truncate-lines)
11868 (default-left-margin, default-tab-width, default-case-fold-search)
11869 (default-left-margin-width, default-right-margin-width)
11870 (default-left-fringe-width, default-right-fringe-width)
11871 (default-fringes-outside-margins, default-scroll-bar-width)
11872 (default-vertical-scroll-bar, default-indicate-empty-lines)
11873 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
11874 (default-fringe-cursor-alist, default-scroll-up-aggressively)
11875 (default-scroll-down-aggressively, default-fill-column)
11876 (default-cursor-type, default-buffer-file-type)
11877 (default-cursor-in-non-selected-windows)
11878 (default-buffer-file-coding-system, default-major-mode)
11879 (default-enable-multibyte-characters): Mark as obsolete.
11880
11881 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
11882
11883 * vc-dir.el (vc-dir-update): Remove debug helper.
11884
11885 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
11886
11887 2009-08-26 Sam Steingold <sds@gnu.org>
11888
11889 * simple.el (save-interprogram-paste-before-kill): New user option.
11890 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
11891 save the interprogram-paste into kill-ring before overriding it
11892 with the Emacs kill.
11893
11894 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
11895
11896 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
11897 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
11898 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
11899 and move to vc-rcs.el.
11900 (vc-default-next-revision): Rename to vc-rcs-next-revision and
11901 move to vc-rcs.el.
11902 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
11903 (vc-rcs-update-changelog): Remove.
11904 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
11905 and move to vc-rcs.el.
11906
11907 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
11908 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
11909 renaming.
11910 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
11911 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
11912 vc.el, renamed to be RCS specific.
11913
11914 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
11915 New functions.
11916 (vc-cvs-update-changelog): Move here from vc.el.
11917
11918 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
11919 New functions.
11920
11921 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11922
11923 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
11924
11925 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
11926
11927 * vc-git.el (vc-git-register): Use "git add" for directories.
11928 (vc-git-stash, vc-git-stash-show): New functions.
11929 (vc-git-extra-menu-map): Bind them.
11930
11931 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
11932 directory correctly in case the item is a directory itself.
11933
11934 * vc.el: Document the desired behavior for reverted files in the
11935 `added' state.
11936 (vc-default-prettify-state-info): Remove function, unused.
11937
11938 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
11939
11940 2009-08-26 Glenn Morris <rgm@gnu.org>
11941
11942 * bindings.el (standard-mode-line-format): Reposition dashes in
11943 which-func entry. (Bug#4217)
11944
11945 * files.el (enable-local-variables, enable-local-eval)
11946 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
11947 the defcustoms.
11948 (auto-mode-alist, ignored-local-variables)
11949 (save-some-buffers-action-alist): Move risky declarations to the
11950 definitions.
11951 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
11952 (font-lock-defaults, format-alist, imenu--index-alist)
11953 (imenu-generic-expression, input-method-alist, minor-mode-alist)
11954 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
11955 (mode-line-modified, mode-line-mule-info, mode-line-position)
11956 (mode-line-process, mode-line-remote, outline-level)
11957 (parse-time-rules, rmail-output-file-alist)
11958 (special-display-buffer-names, vc-mode):
11959 Move risky declarations to the relevant files.
11960 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
11961 (mode-line-modified, mode-line-process, mode-line-position)
11962 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
11963 * font-core.el (font-lock-defaults):
11964 * format.el (format-alist):
11965 * vc-hooks.el (vc-mode):
11966 * window.el (special-display-buffer-names):
11967 * international/mule-cmds.el (input-method-alist):
11968 Define riskiness here (dumped file) rather than in files.el.
11969 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
11970 * imenu.el (imenu-generic-expression, imenu--index-alist):
11971 * outline.el (outline-level):
11972 * time.el (display-time-string):
11973 * calendar/parse-time.el (parse-time-rules):
11974 * mail/rmailout.el (rmail-output-file-alist):
11975 Autoload riskiness here, rather than placing in files.el.
11976
11977 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
11978
11979 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
11980
11981 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
11982
11983 * simple.el (process-file-side-effects): New defvar.
11984
11985 * dired-aux.el (dired-show-file-type):
11986 * vc.el (vc-diff-internal):
11987 * vc-arch.el (vc-arch-diff):
11988 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
11989 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
11990 * vc-git.el (vc-git-registered, vc-git-working-revision)
11991 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
11992 (vc-git--empty-db-p):
11993 * vc-hooks.el (vc-user-login-name):
11994 * vc-svn.el (vc-svn-registered, vc-svn-state)
11995 (vc-svn-dir-extra-headers, vc-svn-find-revision):
11996 * progmodes/grep.el (grep-probe): Let-bind
11997 `process-file-side-effects' with nil.
11998
11999 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
12000
12001 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
12002 daemon. Replace ping by checking for running service for bluez
12003 and zeroconf. (Bug#4239)
12004
12005 2009-08-25 Kevin Ryde <user42@zip.com.au>
12006
12007 * net/dig.el (dig): Add autoload cookie.
12008
12009 2009-08-25 Glenn Morris <rgm@gnu.org>
12010
12011 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
12012 load-history for absolute file-names.
12013 (byte-compile-file-form-require): Warn about use of the cl package.
12014
12015 * format.el (format-alist): Doc fix.
12016
12017 * play/bubbles.el (top-level): Don't require cl at run-time.
12018
12019 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
12020 run-time cl).
12021
12022 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
12023
12024 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
12025 from cl package.
12026 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
12027
12028 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
12029
12030 * calc/calc-alg.el (math-trig-rewrite)
12031 (math-hyperbolic-trig-rewrite): New functions.
12032 (calc-simplify): Simplify trig functions when asked.
12033
12034 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12035
12036 * diff-mode.el (diff-find-source-location): Avoid goto-line.
12037
12038 2009-08-24 Kenichi Handa <handa@m17n.org>
12039
12040 * language/ind-util.el (mapthread): Delete it.
12041 (combinatorial): New function.
12042 (indian--puthash-cv): Use combinatorial instead of mapthread.
12043
12044 2009-08-22 Kevin Ryde <user42@zip.com.au>
12045
12046 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
12047 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
12048 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
12049 Clarify docstring that the value is strings not symbols.
12050 (checkdoc-list-of-strings-p): New function.
12051
12052 2009-08-22 Glenn Morris <rgm@gnu.org>
12053
12054 * files.el (auto-mode-alist):
12055 * hippie-exp.el (he-concat-directory-file-name):
12056 * lpr.el (lpr-windows-system, printer-name):
12057 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
12058 * ps-print.el (ps-windows-system):
12059 * startup.el (command-line):
12060 * emulation/viper-ex.el (viper-glob-function):
12061 * international/mule-cmds.el (set-language-environment-coding-systems):
12062 * net/ange-ftp.el (ange-ftp-write-region):
12063 * obsolete/fast-lock.el (fast-lock-cache-name):
12064 Remove code for defunct system-types emx, macos, mswindows, next-mach,
12065 unisoft-unix, vax-vms, win32, w32.
12066
12067 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
12068 given name if the pattern is not more specific.
12069
12070 * calendar/lunar.el (lunar-phase-names): New option.
12071 (lunar-phase): Doc fix.
12072 (lunar-cycles-per-year): New constant.
12073 (lunar-index): New function.
12074 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
12075 (lunar-phase-name): Use lunar-phase-names.
12076 (calendar-lunar-phases): Use format.
12077 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
12078
12079 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
12080 Copy imenu-example--name-and-position function here for own use.
12081 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
12082
12083 * bs.el (bs--redisplay):
12084 * cus-edit.el (custom-redraw):
12085 * ibuffer.el (ibuffer-bury-buffer):
12086 * server.el (server-goto-line-column):
12087 * startup.el (command-line-1):
12088 * strokes.el (strokes-xpm-for-stroke):
12089 * term.el (term-display-buffer-line):
12090 * view.el (View-goto-line):
12091 * calc/calc.el (calc-do, calc-trail-buffer):
12092 * play/gamegrid.el (gamegrid-add-score-insecure):
12093 * progmodes/ada-mode.el (ada-compile-goto-error):
12094 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
12095 (ebrowse-select-1st-to-9nth):
12096 * progmodes/cperl-mode.el (cperl-time-fontification):
12097 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
12098 * progmodes/gud.el (gud-display-line):
12099 (idlwave-shell-display-line):
12100 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
12101 * progmodes/make-mode.el (makefile-browser-toggle):
12102 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
12103 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
12104 * textmodes/picture.el (picture-draw-rectangle):
12105 * textmodes/reftex-index.el (reftex-index-goto-letter):
12106 (reftex-select-jump-to-previous):
12107 * textmodes/reftex-sel.el (reftex-find-start-point)
12108 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
12109 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
12110 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
12111 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12112 * textmodes/two-column.el (2C-associated-buffer):
12113 Use forward-line rather than goto-line.
12114
12115 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
12116 goto-line.
12117
12118 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
12119 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
12120 (quick-check-list-to-regexp): Declare.
12121
12122 * progmodes/make-mode.el (makefile-browser-insert-selection):
12123 Use goto-char rather than goto-line.
12124
12125 * progmodes/prolog.el (compilation-error-regexp-alist)
12126 (compilation-forget-errors): Declare.
12127
12128 2009-08-22 Juri Linkov <juri@jurta.org>
12129
12130 * progmodes/grep.el (lgrep, rgrep): At the beginning
12131 set `dir' to `default-directory' unless `dir' is a non-nil
12132 readable directory. (Bug#4052)
12133 (lgrep, rgrep): Change a weird way to report an error
12134 from using `read-string' to using `error'.
12135 Instead of using interactive arguments in the function body,
12136 add new argument `confirm'.
12137
12138 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
12139
12140 * textmodes/remember.el (remember-buffer):
12141 * progmodes/cperl-mode.el (cperl-vc-header-alist):
12142 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
12143 (icalendar-extract-ical-from-buffer):
12144 * net/newst-treeview.el (newsticker-groups-filename):
12145 * net/newst-backend.el (newsticker-cache-filename):
12146 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
12147 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
12148 (speedbar-add-ignored-path-regexp, speedbar-line-path)
12149 (speedbar-buffers-line-path, speedbar-path-line)
12150 (speedbar-buffers-line-path):
12151 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
12152 (epg-sign-keys):
12153 * epa.el (epa-display-verify-result):
12154 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
12155
12156 2009-08-21 Glenn Morris <rgm@gnu.org>
12157
12158 * progmodes/js.el (inferior-moz-process): Fix declaration.
12159
12160 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
12161
12162 * obsolete/rnewspost.el (news-mail-reply):
12163 Use goto-char rather than goto-line.
12164
12165 * term/ns-win.el (ns-open-file-select-line):
12166 Use line-beginning-position rather than goto-line.
12167
12168 * apropos.el (apropos-command):
12169 * ehelp.el (electric-helpify):
12170 * printing.el (pr-show-setup):
12171 * strokes.el (strokes-help):
12172 * tutorial.el (tutorial--describe-nonstandard-key)
12173 (tutorial--detailed-help):
12174 * woman.el (woman-mini-help, woman-display-extended-fonts):
12175 * calc/calc-help.el (calc-describe-key):
12176 * emulation/edt.el (edt-electric-helpify):
12177 * international/mule-diag.el (mule-diag):
12178 * play/yow.el (apropos-zippy):
12179 * progmodes/python.el (python-describe-symbol):
12180 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
12181 * textmodes/table.el (*table--cell-describe-mode)
12182 (*table--cell-describe-bindings):
12183 Use help-print-return-message rather than the now obsolete alias.
12184
12185 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
12186 (calendar-cursor-to-visible-date):
12187 * play/5x5.el (5x5-position-cursor):
12188 * play/decipher.el (decipher):
12189 * play/gomoku.el (gomoku-goto-xy):
12190 * play/landmark.el (lm-goto-xy):
12191 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
12192 (mpuz-paint-digit):
12193 Use forward-line, not goto-line.
12194
12195 * mail/rmail.el (rmail-obsolete): Delete custom group.
12196 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
12197 (rmail-remote-password, rmail-remote-password-required):
12198 Remove unneeded :set-after and :set properties.
12199
12200 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
12201
12202 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
12203
12204 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
12205
12206 * loadup.el: Remove leftover macos code.
12207
12208 * vc-git.el (vc-git-annotate-command): Run asynchronously.
12209 Explicitly pass the date format to git blame so that user local
12210 so that the output format can be parsed.
12211
12212 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
12213
12214 * net/dbus.el (top): Don't check for (getenv
12215 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
12216
12217 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
12218
12219 * log-edit.el (log-edit-strip-single-file-name): New var.
12220 (log-edit-insert-changelog): Use it. Bug#3571
12221
12222 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12223
12224 * subr.el (read-passwd): Use read-key so keypad keys work as well.
12225 Bug#3287
12226
12227 * help.el (help-print-return-message): Rename from
12228 print-help-return-message.
12229
12230 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
12231 cvs-mode-map parent hack.
12232 (log-view-mode): Derive from special-mode.
12233
12234 * linum.el (linum-mode): window-size-change-functions is redundant.
12235 Adapt to new window-configuration-change-hook behavior.
12236 (linum-after-size, linum-after-config): Remove.
12237
12238 * imenu.el (imenu-example--name-and-position)
12239 (imenu-example--lisp-extract-index-name)
12240 (imenu-example--create-lisp-index, imenu-example--create-c-index):
12241 Mark as obsolete.
12242
12243 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
12244 (inferior-prolog-mode): Use it.
12245 (inferior-prolog-load-file): Reset list of errors.
12246
12247 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12248
12249 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
12250
12251 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
12252
12253 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
12254
12255 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
12256 is running already.
12257
12258 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12259
12260 * subr.el (listify-key-sequence-1): Use normal syntax since those
12261 integers are nowadays always represented by the same (positive) number
12262 on all platforms.
12263 (read-key-empty-map): New const.
12264 (read-key-delay): New var.
12265 (read-key): New function.
12266 (force-mode-line-update): Use with-current-buffer.
12267 (locate-user-emacs-file): Don't forget to abbreviate the file name.
12268 (start-process-shell-command, start-file-process-shell-command):
12269 Discourage the use of command-args.
12270
12271 2009-08-19 Glenn Morris <rgm@gnu.org>
12272
12273 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
12274
12275 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12276
12277 * simple.el (choose-completion-string): Don't rely on
12278 minibuffer-completing-file-name and ad-hoc checks to decide whether
12279 to continue completion or not.
12280
12281 * minibuffer.el (minibuffer-hide-completions): New function.
12282 (completion--do-completion): Use it.
12283 (completions-annotations): New face.
12284 (completion--insert-strings): Use it.
12285 (completion-pcm--delim-wild-regex): Add docstring.
12286 (completion-pcm--string->pattern): Add support for 0-width delimiters
12287 in completion-pcm--delim-wild-regex.
12288
12289 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
12290
12291 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
12292 Remove unused var `buffer-modified-p'.
12293
12294 * minibuffer.el (completion--do-completion): Move point for the #b001
12295 case as well (bug#4176).
12296 (minibuffer-complete, minibuffer-complete-word): Don't move point.
12297
12298 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
12299
12300 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
12301 and :session buses.
12302
12303 2009-08-18 Kenichi Handa <handa@m17n.org>
12304
12305 * international/ucs-normalize.el (ucs-normalize-version):
12306 Change to 1.1.
12307 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
12308 (utf-8-hfs): Make it perform normalization on encoding too.
12309
12310 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
12311 (sentence-end-without-space): Delete duplicated chars.
12312 (sentence-end-base): Likewise.
12313
12314 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
12315 (html-mode): Delete duplicated chars from sentence-end-base.
12316
12317 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
12318 (texinfo-mode): Delete duplicated chars from sentence-end-base.
12319
12320 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
12321
12322 * files.el (hack-one-local-variable): If the mode function is for
12323 a minor mode, pass it an argument (Bug#4148).
12324
12325 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
12326
12327 * net/tramp.el (tramp-register-completion-file-name-handler):
12328 Check also for (member 'partial-completion completion-styles).
12329
12330 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
12331
12332 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
12333 abbrev (Bug#3943).
12334
12335 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
12336
12337 * progmodes/cperl-mode.el: Merge upstream 6.2.
12338 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
12339 (cperl-forward-re): Check cperl-brace-recursing.
12340 (cperl-highlight-charclass): New function.
12341 (cperl-find-pods-heres): Use it.
12342 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
12343 (cperl-beautify-regexp-piece): Fix column calculation.
12344 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
12345 (cperl-beautify-level): Don't process entire regexp.
12346 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
12347 calling man.
12348 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
12349 (cperl-init-faces): Build a list in the normal way.
12350
12351 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
12352
12353 * calendar/parse-time.el (parse-time-string-chars): Save match
12354 data.
12355
12356 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
12357
12358 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
12359 (sql-product): Use it.
12360 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
12361 (sql-set-product): Add completion.
12362 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
12363 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
12364 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
12365 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
12366 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
12367 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
12368 (sql-highlight-db2-keywords): Remove.
12369 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
12370 (sql-highlight-product): Use derived-mode-p.
12371 (sql-set-sqli-buffer): Use with-current-buffer.
12372 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
12373 Simplify.
12374
12375 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
12376
12377 * term.el: Fix commenting convention, turn comments into docstrings.
12378
12379 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
12380
12381 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
12382
12383 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
12384
12385 * calendar/parse-time.el (parse-time-string-chars): Compute using
12386 character classes, to handle non-ascii characters (Bug#3190).
12387
12388 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
12389
12390 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
12391 another heredoc if the user adds another < (Bug#3226).
12392
12393 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12394 Don't initialize based on window-system (Bug#4124).
12395
12396 * facemenu.el (facemenu-read-color): Use a completion function
12397 that accepts any defined color, such as RGB triplets (Bug#3677).
12398
12399 * files.el (get-free-disk-space): Change fallback default
12400 directory to /. Expand DIR argument before switching to fallback.
12401 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
12402
12403 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
12404
12405 * files.el (load-library): Doc fix.
12406
12407 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
12408
12409 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
12410 (viper-if-string): Redefine C-s in the minibuffer to insert the last
12411 incremental search string.
12412
12413 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
12414 XEmacs.
12415
12416 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
12417 (ediff-merge-region-is-non-clash)
12418 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
12419 Also check if the job is really a merge job.
12420
12421 * ediff.el (ediff-current-file): New function.
12422
12423 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
12424
12425 * progmodes/js.el: Edit docstrings throughout to follow Emacs
12426 conventions.
12427 (js-insert-and-indent): Delete function.
12428 (js-mode-map): Don't bind keys to js-insert-and-indent.
12429 (js-beginning-of-defun): Rename from js--beginning-of-defun.
12430 (js-end-of-defun): Rename from js--end-of-defun.
12431 (js-auto-indent-flag): Delete variable.
12432
12433 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
12434
12435 * progmodes/js.el: Remove proclaim statement.
12436 Defvar which-func-imenu-joiner-function to silence compiler.
12437
12438 * files.el (auto-mode-alist): Use js-mode for .js files.
12439
12440 * progmodes/js2-mode.el: Remove file.
12441
12442 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
12443
12444 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
12445
12446 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
12447
12448 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
12449 Karl Landstrom <karl.landstrom@brgeight.se>
12450
12451 * progmodes/js.el: New file.
12452
12453 2009-08-14 Mark A. Hershberger <mah@everybody.org>
12454
12455 * timezone.el (timezone-parse-date): Add ability to understand ISO
12456 basic format (minimal separators) dates in addition to the
12457 already-supported extended format dates.
12458
12459 2009-08-14 Eli Zaretskii <eliz@gnu.org>
12460
12461 * international/ucs-normalize.el: Add a `coding' file variable.
12462
12463 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
12464
12465 2009-08-14 Sam Steingold <sds@gnu.org>
12466
12467 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12468
12469 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
12470
12471 * faces.el (help-argument-name): Define it here instead of
12472 help-fns.el, because in daemon mode help-fns.el may be loaded when
12473 faces are still uninitialized (Bug#1078).
12474
12475 * help-fns.el (help-argument-name): Move defface to faces.el.
12476
12477 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
12478
12479 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
12480 create buffer with a pty but no process so that GDB can make the
12481 inferior the controlling process.
12482
12483 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
12484
12485 * international/ucs-normalize.el: New file.
12486
12487 2009-08-13 Richard Stallman <rms@gnu.org>
12488
12489 * mail/rmail.el (rmail-get-attr-names):
12490 Accept an attribute header that is too short.
12491
12492 * mail/rmail.el (rmail-forget-messages):
12493 Ignore nil elt in rmail-message-vector. Use dotimes.
12494
12495 * progmodes/compile.el (compilation-goto-locus):
12496 Use next-error-move-function.
12497
12498 * simple.el (next-error-move-function): New variable.
12499
12500 2009-08-12 Juri Linkov <juri@jurta.org>
12501
12502 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
12503 always non-nil. (Bug#4052)
12504
12505 * replace.el (read-regexp): Return empty string when
12506 `default-value' is nil.
12507 (keep-lines-read-args): Don't use empty string as the
12508 default value for `read-regexp'. (Bug#2495)
12509
12510 2009-08-12 Juri Linkov <juri@jurta.org>
12511
12512 * international/mule-cmds.el (ucs-insert): Change arguments
12513 from `arg' to `character', `count', `inherit' to be the same
12514 as in `insert-char'. Doc fix. (Bug#4039)
12515
12516 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
12517
12518 2009-08-12 Juri Linkov <juri@jurta.org>
12519
12520 * files-x.el: New file.
12521
12522 * files.el: Move code that deals with adding/deleting
12523 file/directory-local variables to files-x.el.
12524
12525 * Makefile.in (ELCFILES): Add files-x.elc.
12526
12527 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
12528
12529 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
12530 to use `goto-line'.
12531 (gdb-place-breakpoints, gdb-get-location): Rewritten without
12532 `goto-line'.
12533 (gdb-invalidate-disassembly): Do not refresh upon receiving
12534 'update signal. Instead, update all disassembly buffers only after
12535 threads list.
12536 (gdb): Send -target-detach when buffer is killed (Bug#3794).
12537 (gdb-starting): Moved -data-list-register-names...
12538 (gdb-stopped): ...here so it's sent when first thread stops.
12539 (gdb-registers-handler-custom): Do nothing if register names are
12540 unknown yet.
12541
12542 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
12543 from `gdb-mi.el' to avoid extra tangling.
12544
12545 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
12546 change which breaks `gud-def' definitions used in `gdb'.
12547 (gdb-update-gud-running): No extra fuss for updating frame number.
12548
12549 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
12550
12551 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
12552 (describe-language-environment-map, setup-language-environment-map)
12553 (set-coding-system-map): Move initialization into declaration.
12554 (set-language-info-alist): Last arg to define-key-after can be skipped.
12555
12556 * international/quail.el (quail-completion-1): Simplify.
12557 (quail-define-rules): Use slightly more compact code.
12558 (quail-insert-decode-map): Propertize keys, compact columns.
12559
12560 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12561 Add goto-line.
12562
12563 2009-08-10 Miles Bader <miles@gnu.org>
12564
12565 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
12566 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
12567 (js2-instance-member, js2-private-member, js2-private-function-call)
12568 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
12569 (js2-magic-paren, js2-external-variable):
12570 Remove "-face" suffix from face names.
12571 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
12572 (js2-highlight-undeclared-vars, js2-peek-token)
12573 (js2-parse-function-params, js2-mode-show-errors)
12574 (js2-mode-show-warnings, js2-make-magic-delimiter)
12575 (js2-mode-highlight-magic-parens): Update to use new face names.
12576
12577 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
12578
12579 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
12580 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
12581
12582 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
12583
12584 * subr.el: Provide hashtable-print-readable.
12585
12586 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
12587 hs-c-like-adjust-block-beginning.
12588 (hs-hide-block-at-point): Stop hiding at the beginning of
12589 hs-block-end-regexp (Bug#700).
12590
12591 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
12592
12593 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
12594 a macro.
12595 (gdb-registers-handler-custom): Do not fail when register names
12596 are unavailable.
12597
12598 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
12599
12600 * progmodes/gdb-mi.el (gdb-control-all-threads)
12601 (gdb-control-current-thread): Interactive setters for
12602 `gdb-gud-control-all-threads' to use in menu.
12603 (gdb-show-run-p): Show «Go» when process is not active.
12604 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
12605 gud/thread.xpm and gud/all.xpm.
12606
12607 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
12608
12609 * net/net-utils.el (net-utils-font-lock-keywords): New var.
12610 (nslookup-font-lock-keywords): Make it a variable.
12611 (net-utils-mode): New mode for viewing diagnostic network output.
12612 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
12613 (net-utils-run-simple): New function.
12614 (ifconfig, iwconfig, netstat, arp, route): Use it.
12615
12616 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
12617
12618 * progmodes/gdb-mi.el (gdb-read-memory-custom)
12619 (gdb-memory-set-address, def-gdb-set-positive-number)
12620 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
12621 after changing settings.
12622 (gdb-invalidate-disassembly): Update when first shown.
12623 (gdb-edit-locals-value): Fixed.
12624 (gdb-registers-handler-custom): Print registers in right order and
12625 allow changing register values (only for current thread yet).
12626 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
12627 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
12628 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
12629 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
12630 info in mode name.
12631 (gdb-registers-mode-map): TAB to switch to locals.
12632
12633 2009-08-08 Eli Zaretskii <eliz@gnu.org>
12634
12635 * mail/rmail.el (rmail-add-mbox-headers)
12636 (rmail-set-message-counters-counter): Search for
12637 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
12638
12639 2009-08-08 Glenn Morris <rgm@gnu.org>
12640
12641 * Makefile.in (ELCFILES): Update.
12642
12643 2009-08-07 Eli Zaretskii <eliz@gnu.org>
12644
12645 * mail/sendmail.el (mail-yank-original): Set
12646 buffer-file-coding-system from the one used by the message whose
12647 text is yanked.
12648
12649 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
12650 to "windows" when "pgnuplot" is used.
12651 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
12652 call accept-process-output if "pgnuplot" is used.
12653 (calc-graph-init): Don't send -display and -geometry to
12654 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
12655 running "pgnuplot -V" with shell-command-to-string.
12656
12657 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
12658 the default.
12659
12660 2009-08-07 Eli Zaretskii <eliz@gnu.org>
12661
12662 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
12663 org/org-latex.elc.
12664
12665 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
12666
12667 * vc-dispatcher.el (vc-resynch-window): Update comment.
12668
12669 * term.el (term-handle-ansi-escape): Add comments with the
12670 terminfo capabilities implemented.
12671
12672 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
12673
12674 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
12675 (gdb-var-create-handler): Rewritten using JSON parser.
12676 (gdb-propertize-header): Moved earlier.
12677 (gdb-set-header): Removed to avoid duplication.
12678 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
12679 Refresh disassembly buffers only after threads list have been
12680 update.
12681 (gdb-threads-header, gdb-registers-header): Per-buffer header line
12682 variables.
12683
12684 2009-08-04 Juri Linkov <juri@jurta.org>
12685
12686 * files.el: Commands to add/delete file/directory-local variables.
12687 (read-file-local-variable, read-file-local-variable-value)
12688 (read-file-local-variable-mode, modify-file-local-variable)
12689 (modify-file-local-variable-prop-line)
12690 (modify-dir-local-variable): New functions.
12691 (add-file-local-variable, delete-file-local-variable)
12692 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
12693 (add-dir-local-variable, delete-dir-local-variable)
12694 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
12695 (copy-dir-locals-to-file-locals-prop-line): New commands.
12696
12697 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
12698
12699 * abbrev.el (insert-abbrev-table-description): Prettify output.
12700 Suggested by Karl Chen.
12701
12702 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
12703
12704 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
12705 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
12706 (gdb-overlay-arrow-position, gdb-thread-position)
12707 (gdb-disassembly-position): Declare variables.
12708 (gdb-wait-for-pending): Function now.
12709 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
12710 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
12711 compilation goes smoothly.
12712 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
12713 (gdb-non-stop-setting): New customization setting which replaces
12714 `gdb-non-stop' so changing it doesn't break active GDB session.
12715 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
12716 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
12717 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
12718 (gdb-show-threads-by-default): New customization options.
12719 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
12720 routines.
12721 (gdb-get-buffer-create): Send buffers update signal when they are
12722 created.
12723 (gdb-invalidate-locals, gdb-invalidate-registers)
12724 (gdb-invalidate-breakpoints)
12725 (gdb-invalidate-threads, gdb-invalidate-disassembly)
12726 (gdb-invalidate-memory): Accept update signal.
12727 (gdb-current-context-command): Use --frame option.
12728 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
12729 Implement `gdb-frame-number' selection logic.
12730 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
12731 whether to show GUD toolbar buttons.
12732 (gdb-thread-exited): Unselect current thread when it exits.
12733 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
12734 (gdb-mark-line): Routine which sets overlay arrow or inverses
12735 video on fringeless displays.
12736 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
12737 to build aligned columns of data in GDB buffers and set text
12738 properties line-by-line.
12739 (gdb-invalidate-breakpoints)
12740 (gdb-breakpoints-list-handler-custom)
12741 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
12742 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
12743 (gdb-registers-handler-custom): Align data columns.
12744 (gdb-locals-handler-custom): Now prints data like in variable
12745 declarations.
12746 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
12747 Removed confusing buttons.
12748 (gdb-invalidate-threads): Append --frame.
12749 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
12750 between breakpoints/threads buffers.
12751 (gdb-set-window-buffer): Now can ignore dedicated windows.
12752 (gdb-propertize-header): Use `gdb-set-window-buffer'.
12753 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
12754 (def-gdb-thread-buffer-gud-command): Replaces
12755 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
12756 for fine thread control.
12757 (gdb-preempt-existing-or-display-buffer): New function used to
12758 display bound buffers without breaking window layout.
12759 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
12760 (gdb-select-frame): New version of `gdb-frames-select' which now
12761 sets `gdb-frame-number' so commands may use --frame option instead
12762 of inner debugger state.
12763 (gdb-frame-handler): Do not set `gdb-frame-number'.
12764 (gdb-threads-mode-map): Select threads with mouse.
12765
12766 * progmodes/gud.el (gdb-gud-context-call): Declare function to
12767 avoid compilation warning.
12768 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
12769 `gdb-show-stop-p`.
12770
12771 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
12772 Argument `key' renamed to `buffer-type'.
12773 (gdb-current-context-buffer-name): Do not add thread info to
12774 buffer name when no thread is selected.
12775 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
12776 command (bug 3794).
12777 (gdb-thread-selected): Handle `=thread-selected' notification.
12778 (gdb-wait-for-pending): New macro to deal with congestion problems.
12779 (gdb-breakpoints-list-handler-custom): Don't fail on pending
12780 breakpoints.
12781 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
12782 This fixes problem similar to one described in bug 3947.
12783 (gud-menu-map): More menu items.
12784 (gdb-init-1): Reset `gdb-thread-number' to nil.
12785
12786 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
12787 non-stop settings.
12788
12789 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
12790 (gdb-current-context-command): Do not append --thread if
12791 `gdb-thread-number' is nil.
12792 (gdb-running-threads-count, gdb-stopped-threads-count): New
12793 variables.
12794 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
12795 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
12796 customization options.
12797 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
12798 GUD commands.
12799 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
12800 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
12801 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
12802 set `gdb-thread-number' and update `gud-running' properly.
12803 (gdb-running): Update threads list when new threads appear.
12804 (gdb-stopped): Support non-stop operation and new thread switching
12805 logic.
12806 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
12807 (gdb-json-partial-output): New set of JSON routines.
12808 (def-gdb-auto-update-trigger): New `signal-list' optional
12809 argument.
12810 (gdb-thread-list-handler-custom): Update `gud-running',
12811 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
12812 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
12813 (gdb-continue-thread, gdb-step-thread): New commands for fine
12814 thread execution control.
12815 (gud-menu-map): New menu items to switch non-stop options.
12816 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
12817 (gdb-send): Mimic RET properly (bug 3794).
12818
12819 * progmodes/gdb-mi.el (gdb-rules-name-maker)
12820 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
12821 gdb-buffer-rules.
12822 (def-gdb-auto-update-handler): New nopreserve optional argument.
12823 (gdb-stack-list-frames-custom): Print stack from top to bottom.
12824
12825 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
12826 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
12827 (gdb-parent-mode): New mode to derive other GDB modes from.
12828 (gdb-display-disassembly-for-thread)
12829 (gdb-frame-disassembly-for-thread): New commands for threads
12830 buffer.
12831
12832 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
12833 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
12834 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
12835 (gdb-update): We now store all GDB buffers in a list so that they
12836 can be updated by traversing a list instead of calling invalidate
12837 triggers explicitly.
12838 (def-gdb-trigger-and-handler): New macro to define trigger-handler
12839 pair for GDB buffer.
12840 (gdb-stack-buffer-name): Add thread information.
12841 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
12842 handle pending triggers.
12843 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
12844 (def-gdb-thread-buffer-simple-command)
12845 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
12846 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
12847 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
12848 New commands which show buffers bound to thread.
12849 (gdb-stack-list-locals-regexp): Removed unused regexp.
12850
12851 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
12852 (gdb-locals-buffer-name, gdb-registers-buffer-name)
12853 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
12854 to (gud-comint-buffer) in *-buffer-name functions
12855 because (gdb-get-target-string) already does that.
12856 (gdb-locals-handler-custom, gdb-registers-handler-custom)
12857 (gdb-changed-registers-handler): Rewritten without regexps.
12858
12859 * progmodes/gdb-mi.el: Basic thread selection support.
12860 (gdb-thread-number): New variable.
12861 (gdb-current-context-command): New macro which adds --thread
12862 option to command.
12863 (gdb-threads-mode-map): Select thread with SPC.
12864 (gdb-thread-list-handler-custom): Mark current thread with overlay
12865 arrow. Synchronize GDB thread and Emacs thread.
12866 (gdb-select-thread): New command which selects current thread.
12867 (gdb-invalidate-frames, gdb-invalidate-locals)
12868 (gdb-invalidate-registers): Use --thread option.
12869
12870 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
12871
12872 * net/tramp.el (top): Make check for tramp-gvfs loading more
12873 robust. (Bug#3977)
12874 (tramp-handle-insert-file-contents): `unwind-protect' must be
12875 inside `with-parsed-tramp-file-name'.
12876
12877 * net/tramp-gvfs.el (top): Remove superfluous message when loading
12878 fails.
12879
12880 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
12881
12882 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
12883 directory if CLASSPATH is not set.
12884
12885 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
12886
12887 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
12888 New defconst.
12889 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
12890
12891 2009-08-02 Kevin Ryde <user42@zip.com.au>
12892
12893 * net/newst-backend.el (newsticker--raw-url-list-defaults):
12894 Update freshmeat link. Delete newsforge.com as it seems gone.
12895
12896 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
12897
12898 * select.el (x-set-selection): Doc fix (Bug#4021).
12899
12900 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
12901
12902 * help-fns.el (describe-variable): Treat list return values from
12903 dir-locals-find-file properly (Bug#4005).
12904
12905 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
12906
12907 * net/tramp.el (tramp-debug-message): Print also microseconds.
12908
12909 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
12910
12911 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
12912 or END is non-nil.
12913 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
12914 (tramp-get-debug-buffer): Change `outline-regexp' according to new
12915 format.
12916
12917 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
12918 (tramp-get-file-property): Use it.
12919
12920 * autorevert.el (auto-revert-handler): Allow
12921 `auto-revert-tail-mode' for remote files.
12922
12923 2009-08-02 Jason Rumney <jasonr@gnu.org>
12924
12925 * minibuffer.el (read-file-name): Treat confirm options to
12926 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
12927
12928 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
12929
12930 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
12931 (font-lock-variable-name-face, font-lock-constant-face): Darken
12932 the colors for light backgrounds.
12933
12934 2009-08-01 Eli Zaretskii <eliz@gnu.org>
12935
12936 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
12937 month names. (Bug#3987)
12938
12939 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
12940
12941 * simple.el (line-move-finish): Pass whole number to
12942 line-move-to-column.
12943 (line-move-visual): Perform hscroll to the recorded position.
12944
12945 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
12946
12947 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
12948
12949 2009-07-29 Alan Mackenzie <acm@muc.de>
12950
12951 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
12952
12953 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
12954
12955 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
12956 (gdb-place-breakpoints): Use full path when setting breakpoints.
12957
12958 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
12959
12960 * calc/calc.el (calc-mode-map): Add keybinding for
12961 `calc-transpose-lines'.
12962
12963 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
12964
12965 * calc/calc-misc.el (calc-transpose-lines): New function.
12966
12967 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
12968
12969 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
12970 Simplify check for out-of-band methods.
12971 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
12972 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
12973
12974 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
12975
12976 * vc-git.el (vc-git-checkin): Fix typo.
12977
12978 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
12979
12980 * progmodes/js2-mode.el: New file.
12981
12982 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
12983
12984 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
12985 (gud-menu-map): Adjust tooltip accordingly.
12986
12987 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12988
12989 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
12990 (vc-bzr-log-view-mode): Adjust log-view-file-re.
12991
12992 * add-log.el (change-log-mode-map): Add a menu.
12993
12994 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
12995
12996 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
12997 function returns nil.
12998 (dbus-handle-event): Handle special return value :ignore.
12999 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
13000
13001 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
13002
13003 * view.el (view-mode-enable): Don't define Helper-return-blurb if
13004 it's not needed.
13005
13006 2009-07-25 Eli Zaretskii <eliz@gnu.org>
13007
13008 Fix Bug#3888:
13009
13010 * w32-vars.el (x-select-enable-clipboard): Doc fix.
13011
13012 * term/pc-win.el (x-display-name, x-colors)
13013 (x-select-enable-clipboard, x-select-text): Doc fix.
13014
13015 * term/common-win.el (x-display-name, x-colors): Doc fix.
13016
13017 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
13018 (xw-defined-colors): Doc fix.
13019
13020 * w32-fns.el (x-select-text, x-setup-function-keys)
13021 (x-get-selection, x-set-selection): Doc fix.
13022
13023 * term/x-win.el (x-select-text, x-setup-function-keys)
13024 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
13025
13026 * select.el (x-set-selection): Doc fix.
13027
13028 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
13029
13030 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
13031 instead of "IsNSSSupportAvailable". Avahi ought to work also when
13032 "IsNSSSupportAvailable" method is not available. Reported by
13033 Steve Youngs <steve@sxemacs.org>.
13034
13035 2009-07-24 Kenichi Handa <handa@m17n.org>
13036
13037 * international/characters.el: Fix setting of category ?C, ?|, ?K,
13038 and ?H. Fix setting of case for Latin Extended and Greek Extended.
13039 (build-unicode-category-table): Fix range checks.
13040
13041 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
13042
13043 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
13044 the buffer we try to sync is current when calling
13045 vc-resynch-buffer.
13046
13047 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
13048 not show up to date files.
13049
13050 2009-07-24 Glenn Morris <rgm@gnu.org>
13051
13052 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
13053 Add autoload cookies. If necessary, initialize.
13054 (elint-log): Handle non-file buffers.
13055 (elint-initialize): Add optional argument to reinitialize.
13056 (elint-find-builtin-variables): Save excursion.
13057
13058 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
13059
13060 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13061 for Lint.
13062
13063 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13064
13065 * vc.el (vc-print-log-internal): New function, split out from ...
13066 (vc-print-log): ... here.
13067 (vc-dir-move-to-goal-column): Declare.
13068
13069 * vc-git.el (vc-git-add-signoff): New variable.
13070 (vc-git-checkin): Use it.
13071 (vc-git-toggle-signoff): New function.
13072 (vc-git-extra-menu-map): Bind it to menu.
13073 (vc-git--run-command-string): Accept a nil FILE argument.
13074 (vc-git-stash-list): New function.
13075 (vc-git-dir-extra-headers): Use it.
13076
13077 2009-07-23 Glenn Morris <rgm@gnu.org>
13078
13079 * help-fns.el (describe-variable): Describe ignored and risky local
13080 variables in a similar way to that in which we describe safe ones.
13081
13082 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
13083 (byte-compile-output-file-form, byte-compile-output-docform)
13084 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
13085 Give some more local variables with common names a "bytecomp-" prefix,
13086 so as not to shadow things during compilation.
13087 * emacs-lisp/cl-macs.el (load-time-value)
13088 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
13089 `outbuffer' to `bytecomp-outbuffer'.
13090
13091 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
13092 since the next two variables cover them automatically now.
13093 (elint-builtin-variables, elint-autoloaded-variables): New.
13094 (elint-unknown-builtin-args): Remove all members, since they can be
13095 parsed automatically now.
13096 (elint-extra-errors): New.
13097 (elint-env-add-env, elint-env-add-macro): Use cadr.
13098 (elint-current-buffer): Use or. Change final message.
13099 (elint-get-top-forms): Use line-end-position.
13100 (elint-init-env): Use cadr. Handle autoload, declare-function,
13101 and defalias.
13102 (elint-add-required-env): Doc fix. Use or. Standardize error.
13103 (regexp-assoc): Remove unused function.
13104 (elint-top-form): Set elint-current-pos, to record the start of the
13105 top-level form, for compilation-mode.
13106 (elint-form): Trap errors in macro expansion. Use dolist.
13107 (elint-unbound-variable): Use elint-builtin-variables and
13108 elint-autoloaded-variables.
13109 (elint-get-args): Use cadr, or.
13110 (elint-check-cond-form): Use dolist, cadr.
13111 (elint-check-condition-case-form): Doc fix. Use cadr.
13112 Use elint-extra-errors.
13113 (elint-log): New function.
13114 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
13115 Distinguish errors and warnings.
13116 (elint-log-message): Use with-current-buffer. Inhibit read-only.
13117 Use a bytecomp-style format.
13118 (elint-clear-log): Preserve default-directory. Inhibit read-only.
13119 (elint-get-log-buffer): Use compilation mode. Disable undo.
13120 Don't truncate lines.
13121 (elint-initialize): Set builtin and autoloaded variable lists.
13122 Only process elint-unknown-builtin-args if non-nil.
13123 (elint-find-builtin-variables, elint-find-autoloaded-variables):
13124 New functions.
13125 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
13126
13127 2009-07-22 Kevin Ryde <user42@zip.com.au>
13128
13129 * net/newst-backend.el (newsticker--parse-atom-1.0)
13130 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
13131 (newsticker--parse-rss-1.0):
13132 * progmodes/idlwave.el (idlwave-mode):
13133 * progmodes/idlw-shell.el (idlwave-shell-mode):
13134 * progmodes/vera-mode.el (vera-mode):
13135 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
13136 * progmodes/vhdl-mode.el (vhdl-mode):
13137 * textmodes/table.el (table-generate-source)
13138 (table--warn-incompatibility):
13139 Hyperlink urls in docstrings with URL `...'.
13140
13141 2009-07-22 Glenn Morris <rgm@gnu.org>
13142
13143 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
13144 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
13145 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
13146 Remove leading * from defcustom docs.
13147
13148 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
13149
13150 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
13151 defcustom doc.
13152 (list-load-path-shadows): Optionally, just return shadows as a string.
13153
13154 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
13155
13156 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
13157
13158 * mail/rmailedit.el (rmail-edit-mode): Use
13159 auto-save-include-big-deletions.
13160
13161 * mail/rmail.el (rmail-variables): Use
13162 auto-save-include-big-deletions.
13163
13164 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
13165 changes.
13166
13167 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
13168
13169 * calc/calc.el (calc-undo-length): New variable.
13170 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
13171
13172 2009-07-21 Richard Stallman <rms@gnu.org>
13173
13174 * files.el (auto-save-mode): Handle buffer-save-size = -2
13175 for toggling mode.
13176
13177 2009-07-21 Glenn Morris <rgm@gnu.org>
13178
13179 * textmodes/ispell.el (ispell-looking-back): Update declaration.
13180
13181 * calendar/todo-mode.el (calendar-current-date): Update declaration.
13182
13183 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
13184 silence compiler. Instead...
13185 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
13186 (ps-print-ensure-fontified): Update for above function name changes.
13187
13188 * printing.el (pr-mh-get-msg-num, pr-mh-show)
13189 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
13190 silence compiler. Instead...
13191 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
13192 (mh-show-buffer): Only define for compiler.
13193 (pr-mh-current-message): Update for above function name changes.
13194
13195 * files.el (abort-if-file-too-large): Explicitly pass `filename'
13196 as an argument.
13197 (find-file-noselect, insert-file-1): Update for above change.
13198
13199 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
13200
13201 * mail/mailclient.el (mailclient-send-it): Fix message.
13202
13203 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
13204 (edebug-eval): Check cl-debug-env is bound.
13205 (print-level, print-circle): Don't redefine built-in variables.
13206
13207 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
13208 (custom-print-vectors): Remove old comments from doc.
13209
13210 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
13211 (emerge-version): Make the variable an obsolete alias for the
13212 emacs-version variable. Make the function obsolete.
13213 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
13214 Emerge options, rather than merging in into the main Options menu.
13215 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
13216 and auto advance modes. Disable edit/fast items when not relevant.
13217
13218 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
13219
13220 * term/vt420.el (terminal-init-vt420): Fix typo.
13221
13222 2009-07-20 Sam Steingold <sds@gnu.org>
13223
13224 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
13225 variable (removed from compile.el on 2004-03-11).
13226
13227 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
13228
13229 * files.el (hack-local-variables-filter): Fix last change.
13230
13231 2009-07-19 Juri Linkov <juri@jurta.org>
13232
13233 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
13234 (dir-local-variables-alist): New buffer-local variable.
13235 (hack-local-variables-filter): If variable is not dir-local,
13236 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
13237 because file-local overrides dir-local.
13238 (c-postprocess-file-styles) <declare-function>:
13239 Remove obsolete declaration.
13240 (hack-dir-local-variables): Add dir-local variable/value pair to
13241 `dir-local-variables-alist' and remove duplicates. Doc fix.
13242
13243 * help-fns.el (describe-variable): Add information about
13244 file-local and dir-local variables.
13245
13246 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
13247
13248 * files.el (hack-local-variables-filter): Rewrite.
13249
13250 2009-07-19 Glenn Morris <rgm@gnu.org>
13251
13252 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
13253 Silence compiler by only defining on XEmacs.
13254
13255 * international/mule.el (auto-coding-regexp-alist): Only match
13256 BABYL... at the start of buffer, not of lines. (Bug#3790)
13257
13258 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
13259 non-calendar buffers (Bug#3862). Restore "not on a date" message.
13260 (cal-menu-context-mouse-menu): Doc fix.
13261
13262 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
13263
13264 * simple.el (mail-user-agent): Doc fix. Set :version tag.
13265
13266 2009-07-18 Juri Linkov <juri@jurta.org>
13267
13268 * info.el: Virtual Info keyword finder.
13269 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
13270 (Info-finder-file): New variable.
13271 (Info-finder-find-file): New function.
13272 (finder-known-keywords, finder-package-info)
13273 (find-library-name, lm-commentary): Use defvar and
13274 declare-function to silence compiler warnings.
13275 (Info-finder-find-node): New function.
13276 (info-finder): New command.
13277
13278 * subr.el (process-kill-buffer-query-function): New function.
13279 (add-hook)<kill-buffer-query-functions>: Add hook
13280 `process-kill-buffer-query-function'.
13281
13282 2009-07-18 Alan Mackenzie <acm@muc.de>
13283
13284 * progmodes/cc-mode.el (c-before-hack-hook)
13285 (c-postprocess-file-styles): Give invocation of `c-set-style'
13286 DONT-OVERRIDE parameter of t. Already set style variables will
13287 thus not be overridden by style settings given by `c-file-syle'.
13288
13289 * files.el (hack-local-variables-filter): Remove entries with
13290 duplicate keys from `file-local-variables-alist'.
13291
13292 2009-07-18 Eli Zaretskii <eliz@gnu.org>
13293
13294 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
13295 x-set-selection if display-selections-p returns nil for the
13296 current frame.
13297
13298 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
13299
13300 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
13301
13302 2009-07-18 Eli Zaretskii <eliz@gnu.org>
13303
13304 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
13305 Accept nil in addition to a regexp.
13306 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
13307 Accept nil in addition to a regexp.
13308 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
13309 buffers that have an associated file. Handle nil values of
13310 desktop-buffers-not-to-save and desktop-files-not-to-save.
13311 (Bug#3833)
13312
13313 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13314 (x-disown-selection-internal): New functions.
13315
13316 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
13317
13318 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
13319 warning.
13320 (gdb-breakpoints-header): Move forward to avoid compiler warning.
13321 (gdb-make-header-line-mouse-map): Remove duplicate definition.
13322
13323 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
13324
13325 * simple.el (set-mark): Revert last change.
13326
13327 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
13328
13329 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
13330 rendering of pngs is not possible instead of messaging a long
13331 description.
13332
13333 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
13334
13335 * w32-fns.el (x-selection-owner-p): New function.
13336
13337 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
13338 (mouse-yank-at-click, mouse-yank-primary): If
13339 select-active-regions is non-nil, deactivate the mark before
13340 insertion.
13341
13342 * simple.el (deactivate-mark, set-mark): Only save selection if we
13343 own it.
13344
13345 2009-07-17 Kenichi Handa <handa@m17n.org>
13346
13347 * case-table.el (describe-buffer-case-table): Fix for the case
13348 that KEY is a cons.
13349
13350 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
13351
13352 * vc-rcs.el (vc-rcs-find-file-hook):
13353 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
13354
13355 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
13356
13357 * net/tramp.el (tramp-wait-for-output): Handle the case when
13358 commands do not return a newline but a null byte before the shell
13359 prompt. (Bug#3858)
13360
13361 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13362
13363 * term/ns-win.el (ns-set-alpha): Don't declare.
13364 (ns-set-background-alpha): Remove function.
13365
13366 2009-07-16 Kevin Ryde <user42@zip.com.au>
13367
13368 * emacs-lisp/copyright.el (copyright-update): Save match-data across
13369 y-or-n-p, for safety.
13370
13371 2009-07-16 Richard Stallman <rms@gnu.org>
13372
13373 * files.el (auto-save-mode): If buffer-saved-size is -2,
13374 don't clobber it.
13375
13376 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
13377 (rmail-retry-ignored-headers): Add more uninteresting fields.
13378
13379 2009-07-15 Jari Aalto <jari.aalto@cante.net>
13380
13381 * net/rcirc.el (rcirc): Use history variables.
13382 (rcirc-server-name-history, rcirc-nick-name-history)
13383 (rcirc-server-port-history): New variables.
13384
13385 2009-07-15 Kenichi Handa <handa@m17n.org>
13386
13387 * international/mule-cmds.el (set-language-environment-charset):
13388 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
13389 ignore them.
13390
13391 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
13392 Delete unibyte-display.
13393
13394 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
13395
13396 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
13397
13398 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
13399
13400 * simple.el (deactivate-mark): Optional argument FORCE.
13401 (set-mark): Use deactivate-mark.
13402
13403 * info.el (Info-search): No need to check transient-mark-mode
13404 before calling deactivate-mark.
13405
13406 * select.el (x-set-selection): Doc fix.
13407 (x-valid-simple-selection-p): Allow buffer values.
13408 (xselect--selection-bounds): Handle buffer values. Suggested by
13409 David De La Harpe Golden.
13410
13411 * mouse.el (mouse-set-region, mouse-drag-track): Call
13412 copy-region-as-kill before setting the mark, to let
13413 select-active-regions work.
13414
13415 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
13416
13417 * simple.el (deactivate-mark): If select-active-regions is
13418 non-nil, copy the selection data into a string.
13419 (activate-mark): If select-active-regions is non-nil, set the
13420 selection to the current buffer.
13421 (set-mark): Update selection if select-active-regions is non-nil.
13422
13423 * select.el (x-valid-simple-selection-p): Allow buffer values.
13424
13425 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
13426
13427 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
13428 and more featureful message-mode.
13429
13430 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
13431
13432 * select.el (x-set-selection): Doc fix.
13433 (x-valid-simple-selection-p): Disallow selection data consisting
13434 of a list or cons of integers, since that is not used.
13435 (xselect--selection-bounds, xselect--int-to-cons): New functions.
13436 (xselect-convert-to-string, xselect-convert-to-length)
13437 (xselect-convert-to-filename, xselect-convert-to-charpos)
13438 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
13439
13440 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
13441
13442 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
13443 output in -break-info command (Emacs bug #3794).
13444
13445 2009-07-14 Glenn Morris <rgm@gnu.org>
13446
13447 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
13448 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
13449 (edebug-print-length, edebug-print-level, edebug-print-circle)
13450 (edebug-sit-for-seconds, edebug-view-outside)
13451 (edebug-bounce-point, edebug-set-global-break-condition)
13452 (edebug-Go-nonstop-mode, edebug-trace-mode)
13453 (edebug-Trace-fast-mode, edebug-continue-mode)
13454 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
13455 (edebug-visit-eval-list): Doc fixes.
13456
13457 * subr.el (def-edebug-spec): Doc fix.
13458
13459 2009-07-14 Kenichi Handa <handa@m17n.org>
13460
13461 * international/characters.el: Fix setting of category ?C.
13462
13463 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
13464
13465 * term/ns-win.el (x-select-font): defalias x-select-font to
13466 ns-popup-font-panel instead of generate-fontset-menu.
13467
13468 2009-07-12 Eli Zaretskii <eliz@gnu.org>
13469
13470 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
13471
13472 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
13473
13474 * arc-mode.el (archive-find-type): Allow for a PK00 string before
13475 the PK\003\004 header (Bug#3770).
13476
13477 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
13478
13479 * pcomplete.el (pcomplete-comint-setup): Check for
13480 shell-dynamic-complete-filename too.
13481
13482 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
13483
13484 * simple.el (temporary-goal-column): Change the value for
13485 line-move-visual to a cons cell.
13486 (line-move-visual): Record or set the window hscroll, if
13487 necessary (Bug#3494).
13488 (line-move-1): Handle cons value of temporary-goal-column.
13489
13490 2009-07-11 Kenichi Handa <handa@m17n.org>
13491
13492 * international/mule-diag.el (describe-character-set): Don't show
13493 width.
13494
13495 2009-07-10 Sam Steingold <sds@gnu.org>
13496
13497 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13498 Omake sometimes indents the errors it prints, so allow all
13499 regexps to start with spaces.
13500
13501 2009-07-10 Eli Zaretskii <eliz@gnu.org>
13502
13503 * cus-edit.el (customize-changed-options-previous-release):
13504 Bump value to 22.1. (Bug#3804)
13505
13506 2009-07-08 Sam Steingold <sds@gnu.org>
13507
13508 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
13509 to be a cons cell (test . ignored-directory) to selectively ignore
13510 some directories depending on the location of the search.
13511
13512 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
13513
13514 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
13515 remote user is root, on the local host.
13516 (tramp-local-host-p): Either the local user or the remote user
13517 must be root. (Bug#3771)
13518
13519 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
13520
13521 * progmodes/gdb-mi.el (gdb): Remove description of
13522 gdb-use-separate-io-buffer.
13523 (menu): Don't allow toggling of or enable
13524 gdb-use-separate-io-buffer from menubar.
13525
13526 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
13527
13528 * mail/unrmail.el (unrmail): Make sure the message ends with two
13529 newlines (Bug#3769).
13530
13531 2009-07-08 Glenn Morris <rgm@gnu.org>
13532
13533 * calendar/calendar.el (calendar-current-date): Rework previous change.
13534
13535 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
13536
13537 * calendar/calendar.el (calendar-current-date):
13538 Add an optional argument giving an offset from today.
13539
13540 2009-07-08 Glenn Morris <rgm@gnu.org>
13541
13542 * tutorial.el (tutorial--describe-nonstandard-key):
13543 Adjust the message for when a key has been unbound.
13544 (help-with-tutorial): Hide the arch-tag.
13545
13546 2009-07-08 Kenichi Handa <handa@m17n.org>
13547
13548 * international/fontset.el (setup-default-fontset): For each
13549 script, append (not set) font-specs.
13550
13551 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
13552 docstring.
13553
13554 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
13555
13556 * progmodes/gdb-mi.el (gdb-init-1): Move sending
13557 -data-list-register-names to ...
13558 (gdb-starting): ... here because GDB 7.0 requires execution to
13559 have started when using this MI command.
13560 (gdb-set-header): New function to distinguish select and
13561 unselected tabs in gdb buffers.
13562 (gdb-propertize-header): New macro that uses gdb-set-header.
13563 (gdb-breakpoints-header, gdb-locals-header): Use it.
13564 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
13565
13566 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
13567
13568 * Makefile.in (ELCFILES): Remove fadr.elc.
13569
13570 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
13571
13572 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
13573 may contain frame information, so `string-match' should be used.
13574 (gdb-update): Disassembly is invalidated through
13575 `gdb-get-selected-frame'.
13576 (gdb-pad-string): New function to pad string with spaces.
13577 (gdb-invalidate-disassembly): Invalidate only if the buffer
13578 exists.
13579 (gdb-disassembly-handler-custom): Column alignment.
13580 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
13581 placing new ones.
13582 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
13583 end of line, too.
13584 (gdb-frame-handler): Match convention to for disassembly buffer
13585 mode name.
13586 (gdb-stack-list-frames-handler): Rewritten without regexps.
13587 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
13588 not highlight breakpoints without line information.
13589 (gdb-input): Add trailing newline to command.
13590
13591 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
13592 buffer properly.
13593 (gdb-breakpoints-list-handler-custom): Replacement for
13594 `gdb-break-list-handler'. Using real parser instead of regexps
13595 now.
13596 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
13597 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
13598 to place breakpoints.
13599 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
13600 functions.
13601 (gdb-disassembly-handler-custom): Show overlay arrow.
13602 (gdb-disassembly-place-breakpoints): Show breakpoints in
13603 disassembly buffer.
13604 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13605 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
13606 instead of parsing breakpoints buffer. Fixed old menu references
13607 in `gud-menu-map'.
13608
13609 * fadr.el: Remove.
13610
13611 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
13612 (gdb-memory-address): New variable which holds top address of
13613 memory page shown in memory buffer.
13614 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
13615 customization variables.
13616 New functions:
13617 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
13618 display the memory buffer.
13619 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
13620 buffer display parameters.
13621 (def-gdb-memory-format, gdb-memory-format-binary)
13622 (gdb-memory-format-octal, gdb-memory-format-unsigned)
13623 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
13624 Functions for setting memory buffer format.
13625 (gdb-memory-unit-word, gdb-memory-unit-halfword)
13626 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
13627 unit size used in memory buffer.
13628 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
13629 to next/previous page of memory buffer.
13630 Now using (bindat-get-field) instead of fadr functions.
13631
13632 2009-07-07 Sam Steingold <sds@gnu.org>
13633
13634 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
13635 non-top-level files.
13636
13637 2009-07-07 Kenichi Handa <handa@m17n.org>
13638
13639 * international/mule-cmds.el (reset-language-environment): Put
13640 the highset priority to the charset iso-8859-1.
13641
13642 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
13643
13644 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
13645 to the end of the line when locating the block (Bug#700).
13646
13647 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
13648
13649 * net/tramp.el (tramp-handle-write-region): Flush file properties
13650 in case of short track.
13651
13652 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
13653
13654 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
13655 Coded custom representation of verilog error regular expressions
13656 to work with Emacs-22's new format.
13657 (verilog-error-regexp-xemacs-alist): Coded custom representation
13658 of verilog error regular expressions to work with XEmacs format.
13659 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
13660 error recognition into XEmacs.
13661 (verilog-error-regexp-add-emacs): Hook routine to install verilog
13662 error recognition into Emacs-22.
13663
13664 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
13665
13666 * woman.el: Remove stand-alone closing parentheses.
13667 (woman-file-name, woman2-format-paragraphs)
13668 (woman-leave-blank-lines): Code cleanup.
13669 (woman-use-own-frame): Change default to nil.
13670 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
13671 defaults to inherit from default faces.
13672 (woman2-process-escapes): Consume the newline after a stand-alone
13673 filler character (Bug#3651).
13674
13675 2009-07-06 Glenn Morris <rgm@gnu.org>
13676
13677 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
13678 (top-level): Move provide to the end.
13679 (ffap): Remove defunct URL from custom group.
13680
13681 * subr.el (eval-after-load): Doc fix.
13682
13683 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
13684
13685 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
13686 `calc-embedded-word' is called twice.
13687
13688 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13689
13690 * files.el (find-alternate-file-other-window, find-alternate-file):
13691 Obey confirm-nonexistent-file-or-buffer.
13692
13693 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
13694
13695 * dired-aux.el (dired-show-file-type): Handle remote files.
13696
13697 2009-07-05 Jari Aalto <jari.aalto@cante.net>
13698
13699 * desktop.el (desktop-globals-to-save):
13700 Add file-name-history (Bug#2750).
13701
13702 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
13703
13704 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
13705
13706 2009-07-04 Johan Bockgård <bojohan@gnu.org>
13707
13708 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
13709 property on entire argument since this is what eshell-lisp-command
13710 expects.
13711
13712 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
13713
13714 * net/tramp-gvfs.el (tramp-gvfs-methods)
13715 (tramp-gvfs-zeroconf-domain)
13716 (tramp-bluez-discover-devices-timeout): Add version flag.
13717 (tramp-gvfs-handler-mounted-unmounted)
13718 (tramp-gvfs-connection-mounted-p): Polish handling of
13719 incompatibilities between GVFS 0.2 and 1.0.
13720
13721 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
13722
13723 * cus-start.el (all): Add make-pointer-invisible.
13724
13725 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
13726
13727 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
13728 formatted correctly.
13729
13730 2009-07-02 Juri Linkov <juri@jurta.org>
13731
13732 * info.el: Virtual Info files and nodes.
13733 (Info-virtual-files, Info-virtual-nodes): New variables.
13734 (Info-current-node-virtual): New variable.
13735 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
13736 New functions.
13737 (Info-file-supports-index-cookies): Use Info-virtual-file-p
13738 to check for a virtual file instead of checking a fixed list
13739 of node names.
13740 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
13741 instead of ad-hoc processing of "dir" and (apropos history toc).
13742 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
13743 instead of ad-hoc processing of "dir" and (apropos history toc).
13744 Reread a file when moving from a virtual node.
13745 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
13746 (Info-directory-toc-nodes, Info-directory-find-file)
13747 (Info-directory-find-node): New functions.
13748 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
13749 (Info-history): Move part of code to
13750 `Info-history-find-node'.
13751 (Info-history-toc-nodes, Info-history-find-file)
13752 (Info-history-find-node): New functions.
13753 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
13754 (Info-toc): Move part of code to `Info-toc-find-node'.
13755 (Info-toc-find-node): New function.
13756 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
13757 the current Info file name to references because now the node
13758 "*TOC*" belongs to the same Info manual.
13759 (Info-toc-build): Rename from `Info-build-toc'.
13760 (Info-toc-nodes): Rename input argument `file' to `filename'.
13761 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
13762 instead of ad-hoc processing of ("dir" apropos history toc).
13763 (Info-index-nodes): Use Info-virtual-file-p
13764 to check for a virtual file instead of checking a fixed list
13765 of node names.
13766 (Info-index-node): Add check for `Info-current-node-virtual'.
13767 Raise `save-match-data' higher up the tree to contain
13768 `search-forward' too (bug fix).
13769 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
13770 (Info-virtual-index-nodes): New variable.
13771 (Info-virtual-index-find-node, Info-virtual-index): New functions.
13772 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
13773 (Info-apropos-file, Info-apropos-nodes): New variables.
13774 (Info-apropos-toc-nodes, Info-apropos-find-file)
13775 (Info-apropos-find-node, Info-apropos-matches): New functions.
13776 (info-apropos): Move part of code to `Info-apropos-find-node' and
13777 `Info-apropos-matches'.
13778 (Info-mode-map): Bind "I" to `Info-virtual-index'.
13779 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
13780 for a virtual file instead of checking a fixed list of node names.
13781
13782 * simple.el (async-shell-command): New command.
13783
13784 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
13785
13786 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
13787 instead of `mount-info'.
13788
13789 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
13790
13791 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
13792 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
13793
13794 2009-07-02 Kenichi Handa <handa@m17n.org>
13795
13796 * international/mule.el (set-keyboard-coding-system): Force *-unix
13797 coding-system to avoid eol conversion.
13798
13799 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
13800
13801 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13802 Add handler for `process-file', `shell-command' and
13803 `start-file-process'.
13804 (tramp-gvfs-handle-shell-command)
13805 (tramp-gvfs-handle-start-file-process)
13806 (tramp-gvfs-handle-process-file): New defuns.
13807 (tramp-synce-list-devices): Simplify check for existence of property.
13808
13809 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
13810
13811 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
13812
13813 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
13814
13815 * language/korean.el (set-language-info-alist): Add korean-cp949,
13816 cp949 to spec.
13817
13818 2009-07-01 Kenichi Handa <handa@m17n.org>
13819
13820 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
13821
13822 * international/encoded-kb.el: Deleted.
13823
13824 * international/mule.el (set-keyboard-coding-system): Perform the
13825 necessary setup here instead of calling encoded-kbd-setup-display.
13826
13827 2009-07-01 Glenn Morris <rgm@gnu.org>
13828
13829 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
13830
13831 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
13832
13833 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
13834
13835 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
13836
13837 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
13838 Handle also the 'rename case, when setting file modes. (Bug#3712)
13839 (tramp-default-file-modes): Remove execute permissions.
13840
13841 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
13842 (top): Add a default for "synce" in `tramp-default-user-alist'.
13843 Add completion function for "synce" method.
13844 (tramp-hal-service, tramp-hal-path-manager)
13845 (tramp-hal-interface-manager, tramp-hal-interface-device):
13846 New defconst.
13847 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
13848 (tramp-synce-list-devices, tramp-synce-parse-device-names):
13849 New defuns.
13850
13851 * net/trampver.el: Update release number.
13852
13853 2009-06-30 Kenichi Handa <handa@m17n.org>
13854
13855 * international/fontset.el (setup-default-fontset): Add CJK fonts
13856 for symbols and the other miscellaneous characters.
13857
13858 * language/korea-util.el (setup-korean-environment-internal):
13859 Make char-width-table suitable for Korean environments.
13860 (exit-korean-environment): Cancel above.
13861
13862 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
13863 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
13864 setup-function to make char-width-table suitable for respective
13865 environments, and an exit-function to cancel that.
13866
13867 * language/japan-util.el (setup-japanese-environment-internal):
13868 Call use-cjk-char-width-table with arg `ja_JP'.
13869
13870 * international/characters.el (cjk-char-width-table): Delete it.
13871 (cjk-char-width-table-list): New variable.
13872 (use-cjk-char-width-table): New arg local-name.
13873 (use-default-char-width-table): Fix for the case that Emacs is
13874 already using the default char-width-table.
13875
13876 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
13877
13878 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
13879 modes mandatory. (Bug#3712)
13880
13881 2009-06-29 Alan Mackenzie <acm@muc.de>
13882
13883 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
13884 correction between the visible width of TABs and their number of bytes.
13885
13886 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
13887
13888 * server.el (server-buffer-done): Prevent kill-buffer from
13889 prompting by clearing the buffer modification flag (Bug#3696).
13890
13891 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
13892
13893 * progmodes/verilog-mode.el (verilog-beg-of-statement)
13894 (verilog-endcomment-reason-re): Support unique case and priority case.
13895 (verilog-basic-complete-re): Support localparam lineup.
13896 (verilog-beg-of-statement-1): Fix for robustness, unique case.
13897 (verilog-set-auto-endcomments): Fix for unique case, always_comb
13898 commenting.
13899 (verilog-leap-to-case-head): Now support *nested* unique &
13900 priority case statements.
13901 (verilog-auto-lineup): Make just declarations the default (as it
13902 had been).
13903 (verilog-leap-to-case-head): Support priority/unique case statements.
13904 (verilog-auto-lineup): Rework to give users radio buttons to
13905 select the various styles of automatic lineup.
13906 (verilog-error-regexp-alist): Rework to support the XEmacs style
13907 of error regular expressions from compilers, lint tools &
13908 simulators. Note that GNU Emacs has made it impossible for a mode
13909 to load such things.
13910 (electric-verilog-terminate-line, verilog-indent-declaration)
13911 (verilog-auto-wiure): Rework for radio button selection of
13912 auto-lineup selection of specification of auto lineup.
13913 (verilog-beg-of-statement-1): Redesign to support proper operation
13914 in additional code, based on testing with auto-lineup.
13915 (verilog-calculate-indent, assignments & declarations)
13916 (verilog-backward-token): Enhance to support auto-lineup of
13917 assignments & declarations.
13918 (verilog-in-directive-p, verilog-at-struct-p): New function for
13919 easy test of whether we are.
13920 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
13921 to support safe execution at almost anyline.
13922 (verilog-calc-1): Properly support indenting deep inside generate
13923 blocks.
13924 (verilog-init-font): Remove definition & use of verilog-init-font,
13925 as it is redundant with font-lock-defaults.
13926 (verilog-mode): Alter the definition of verilog-font-lock-defaults
13927 to avoid circular calls if syntax-ppss is a function (as is the
13928 case now in 22.x GNU Emacs) as that function would sometimes call
13929 itself, leading to (nearly) infinite recursion.
13930 (verilog-ovm-begin-re, verilog-ovm-end-re)
13931 (verilog-ovm-statement-re, verilog-leap-to-head)
13932 (verilog-backward-token): Add support for OVM macros. Some are
13933 complete statements, and others open and close scopes like begin
13934 and end.
13935 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
13936 (verilog-defun-level-generate-only-re): Really fix the defun-list
13937 compilation issue.
13938 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
13939 coverpoint, constraint and cross statements.
13940 (verilog-defun-level-list, verilog-generate-defun-level-list)
13941 (verilog-all-defun-level-list): Redo these specifications - it is
13942 too hard to support eval-when compile aggregation of lists also
13943 built at when-compile time.
13944 (verilog-defun-level-list): Place defconsts of variables used in
13945 building regular expressions which are built in eval-when-compile
13946 bodies in the same eval-when-compile body to facilitate compile
13947 without load.
13948 (verilog-beg-block-re-ordered): Support indenting
13949 virtual/protected tasks and functions.
13950 (verilog-defun-level-list, verilog-in-generate-region-p)
13951 (verilog-backward-ws&directives, verilog-calc-1): Speed up
13952 indentation of some module items (generate items).
13953 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
13954 across virtual/protected tasks and functions.
13955
13956 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
13957
13958 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
13959 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
13960 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
13961 in concatenations. Reported by Yishay Belkind.
13962 (verilog-auto-ascii-enum): Support one-hot state machines in
13963 AUTOASCIIENUM. Suggested by Lloyd Gomez.
13964 (verilog-auto-inst, verilog-auto-inst-port): Include interface
13965 modport in AUTOINST and add vl-modport for users. Reported by
13966 David Rogoff.
13967 (verilog-auto-inout-module, verilog-auto-inst)
13968 (verilog-decls-get-interfaces, verilog-insert-definition)
13969 (verilog-insert-one-definition, verilog-read-decls)
13970 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
13971 (verilog-sig-modport, verilog-signals-combine-bus)
13972 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
13973 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
13974 Suggested by David Rogoff.
13975 (verilog-repair-open-comma): Fix non-insertion of comma when
13976 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
13977 (verilog-make-width-expression): Simplify [A-1:0] expression
13978 widths to just {A{1'b0}}.
13979 (verilog-mode): Cleanup checkdoc warnings.
13980 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
13981 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
13982 inputs/outputs or data type. Suggested by Vasu Kandadi.
13983 (next-error-last-buffer): Fix byte-compiler warning.
13984 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
13985 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
13986 or shell command text during AUTO expansion. Suggested by Tad Truex.
13987 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
13988 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
13989 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
13990 in AUTOINOUT. Reported by Matthew Lovell.
13991 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
13992 causing use of <= assignments. Reported by Alex Reed.
13993 (verilog-read-decls): Fix triand, trior, wand, wor to be
13994 recognized by AUTOWIRE. Reported by Spencer Isaacson.
13995 (verilog-extended-complete-re): Support import "DPI-C" functions.
13996 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
13997 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
13998 (verilog-insert-date, verilog-insert-year)
13999 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
14000 Windows systems. Reported by Michael Potts.
14001 (verilog-read-module-name): Fix AUTOINST when the child module
14002 declaration's name is a tick define. Reported by Elliot Mednick.
14003 (verilog-read-decls): Fix V2K parameter bit subscripts getting
14004 passed to next parameter's definition. Reported by Bruce T.
14005 (verilog-read-decls): Fix detecting "parameter int" when using
14006 AUTOINSTPARAM. Reported by Bruce T.
14007 (verilog-goto-defun): Fix goto not finding modules unless first
14008 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
14009 (verilog-mode): Expand -f flag arguments on entry to mode so
14010 verilog-goto-defun will work. Reported by Lawrence Butcher.
14011 (verilog-getopt): Expand environment variables in -f file
14012 arguments. Suggested by Lawrence Butcher.
14013 (verilog-set-define): Fix "Symbol's value as variable is void"
14014 when reading enumerations.
14015 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
14016 Suggested by Stephen Peltan.
14017 (verilog-read-defines): Fix reading of enumerations in include
14018 files. Reported by Steve Peltan.
14019
14020 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
14021
14022 * files.el (trash-directory): Fix defcustom type.
14023
14024 2009-06-28 Juri Linkov <juri@jurta.org>
14025
14026 * help-fns.el (describe-function-1): Correctly locate adviced
14027 functions in hyperlink (Bug#2438).
14028
14029 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
14030
14031 * files.el (trash-directory): Change default to nil.
14032 (move-file-to-trash): If trash-directory is nil and
14033 system-move-file-to-trash is unbound, perform freedesktop-style
14034 trashing.
14035
14036 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
14037
14038 * files.el (move-file-to-trash): Add freedesktop trash
14039 support (Bug#973).
14040
14041 2009-06-28 Glenn Morris <rgm@gnu.org>
14042
14043 * autorevert.el (global-auto-revert-non-file-buffers)
14044 (global-auto-revert-mode): Doc fixes.
14045
14046 2009-06-27 Johan Bockgård <bojohan@gnu.org>
14047
14048 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
14049
14050 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
14051
14052 * faces.el (x-handle-named-frame-geometry): Ensure that we have
14053 opened an X connection before calling x-get-resource (Bug#3194).
14054
14055 * play/doctor.el: Remove reference to obsolete website.
14056 (make-doctor-variables): Correct grammar mistake (Bug#2633).
14057
14058 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
14059
14060 Remove find-file-not-found-hook VC method. (Bug#2757)
14061 * vc-hooks.el (vc-file-not-found-hook)
14062 (vc-default-find-file-not-found-hook): Remove functions.
14063 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
14064 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
14065 * vc.el:
14066 * vc-hg.el:
14067 * vc-git.el: Do not mention find-file-not-found-hook VC method.
14068
14069 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
14070
14071 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
14072 compatibility function for `looking-back'.
14073
14074 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
14075 Use `ispell-looking-back'.
14076
14077 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
14078
14079 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
14080 rather than `filename'.
14081
14082 2009-06-23 Miles Bader <miles@gnu.org>
14083
14084 * face-remap.el (text-scale-set): New function.
14085
14086 2009-06-23 Glenn Morris <rgm@gnu.org>
14087
14088 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
14089
14090 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
14091
14092 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
14093
14094 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
14095
14096 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14097 Simplify Persian conditionals.
14098
14099 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
14100 variable `filename'.
14101
14102 * comint.el (comint-insert-input): Doc fix.
14103
14104 * Makefile.in (ELCFILES): Fix typo in previous change.
14105
14106 2009-06-23 Miles Bader <miles@gnu.org>
14107
14108 * cus-start.el: Add entry for `recenter-redisplay'.
14109
14110 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
14111
14112 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
14113 Add an optional argument for the backend, use it instead of
14114 calling vc-backend.
14115 (vc-mode-line): Add an optional argument for the backend.
14116 Pass the backend to vc-state and vc-working-revision. Move code for
14117 special handling for vc-state being a buffer to ...
14118
14119 * vc-rcs.el (vc-rcs-find-file-hook):
14120 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
14121
14122 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
14123 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
14124 vc-stay-local-p and vc-mode-line calls.
14125
14126 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
14127 (vc-cvs-diff, vc-cvs-annotate-command)
14128 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
14129 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
14130 vc-mode-line calls.
14131
14132 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
14133 direct comparison.
14134 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
14135 backend when calling vc-mode-line.
14136 (vc-register): Do not create a closure for calling the vc register
14137 function, call it directly.
14138
14139 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
14140
14141 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
14142 to make it obvious item can be clicked.
14143
14144 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
14145
14146 2009-06-23 Kenichi Handa <handa@m17n.org>
14147
14148 * language/korea-util.el (korean-key-bindings): Change the binding
14149 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
14150 same command.
14151
14152 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
14153
14154 Sync with Tramp 2.1.16.
14155
14156 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
14157
14158 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
14159 when a loading of a package fails. Completion function for rsync
14160 is `tramp-completion-function-alist-ssh'.
14161 (all): Replace all calls of `split-string' and
14162 `tramp-split-string' by `tramp-compat-split-string'.
14163 (tramp-default-method): Use `tramp-compat-process-running-p'.
14164 (tramp-default-proxies-alist): Allow also Lisp forms.
14165 (tramp-remote-path): Add choice "Private Directories".
14166 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
14167 (tramp-domain-regexp): Allow also "-", "_" and ".".
14168 (tramp-end-of-output): Remove newlines, and add "$" at the end.
14169 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
14170 (tramp-debug-message): Insert header line in debug buffer.
14171 (tramp-handle-directory-files-and-attributes-with-stat):
14172 Care about filenames with spaces, or starting with "-".
14173 (tramp-handle-dired-uncache): New defun.
14174 (tramp-handle-insert-directory): Don't flush the directory from
14175 cache, this is handled by `dired-uncache' now.
14176 (tramp-handle-insert-file-contents): Improve error handling.
14177 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14178 Quote `tramp-end-of-output'.
14179 (tramp-action-password): Improve trace message.
14180 (tramp-check-for-regexp): Both echoes must be present, before removing.
14181 (tramp-open-connection-setup-interactive-shell): Trace coding system.
14182 (tramp-compute-multi-hops): Eval cons cells of
14183 `tramp-default-proxies-alist'.
14184 (tramp-maybe-open-connection): Use the same command pattern for
14185 first hop and further hops.
14186 (tramp-wait-for-output): Remove handling of newlines.
14187 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
14188 (tramp-split-string): Remove function. It is handled in
14189 tramp-compat now.
14190
14191 * net/tramp-cmds.el (tramp-bug):
14192 Recommend `tramp-cleanup-all-connections' in the bug mail.
14193
14194 * net/tramp-compat.el (tramp-compat-split-string)
14195 (tramp-compat-process-running-p): New defuns.
14196
14197 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
14198 for `dired-uncache'.
14199
14200 * net/tramp-gvfs.el: New package.
14201
14202 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
14203 Add handler for `dired-uncache'.
14204 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
14205
14206 * net/trampver.el: Update release number. Make version check fit
14207 for SXEmacs 22.
14208
14209 2009-06-22 Jim Meyering <meyering@redhat.com>
14210
14211 Automatically handle .xz suffix (XZ-compressed files), too.
14212 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
14213 XZ is the successor to LZMA: <http://tukaani.org/xz/>
14214
14215 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
14216 Nick Roberts <nickrob@snap.net.nz>
14217
14218 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
14219 repository (http://sphinx.net.ru/hg/gdb-mi/).
14220
14221 2009-06-22 Glenn Morris <rgm@gnu.org>
14222
14223 * files.el (dir-locals-collect-mode-variables): Allow for any number of
14224 `mode' and `eval' entries. (Bug#3430)
14225
14226 * Makefile.in (ELCFILES): Add fadr.elc.
14227
14228 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
14229 differing behavior of \n and ^ in strings. (Bug#3385)
14230
14231 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
14232
14233 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
14234 property.
14235 (lisp-indent-function): Make it a defcustom.
14236
14237 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
14238
14239 * progmodes/gdb-ui.el: Replace with ...
14240 * progmodes/gdb-mi.el: ... this file.
14241 * progmodes/gud.el: Modify for gdb-mi.el.
14242
14243 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
14244
14245 * fadr.el: New file.
14246
14247 See ChangeLog.14 for earlier changes.
14248
14249 ;; Local Variables:
14250 ;; coding: utf-8
14251 ;; End:
14252
14253 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
14254
14255 This file is part of GNU Emacs.
14256
14257 GNU Emacs is free software: you can redistribute it and/or modify
14258 it under the terms of the GNU General Public License as published by
14259 the Free Software Foundation, either version 3 of the License, or
14260 (at your option) any later version.
14261
14262 GNU Emacs is distributed in the hope that it will be useful,
14263 but WITHOUT ANY WARRANTY; without even the implied warranty of
14264 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14265 GNU General Public License for more details.
14266
14267 You should have received a copy of the GNU General Public License
14268 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
14269
14270 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1