]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
vc-log-incoming/vc-log-outgoing fixes for Git.
[gnu-emacs] / lisp / ChangeLog
1 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
2
3 vc-log-incoming/vc-log-outgoing fixes for Git.
4 * vc-git.el (vc-git-log-view-mode): Fix font lock for
5 incoming/outgoing logs.
6 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
7 instead of vc-git-compute-remote.
8 (vc-git-compute-remote): Remove.
9
10 2010-06-04 Juri Linkov <juri@jurta.org>
11
12 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
13 Instead of setting `replace' to t and replacing the same string
14 with itself, don't do certain actions when
15 kill-do-not-save-duplicates is non-nil and string is equal to car
16 of kill-ring: don't call menu-bar-update-yank-menu, don't push
17 interprogram-paste strings to kill-ring, and don't push the input
18 argument `string' to kill-ring.
19 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
20
21 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
22
23 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
24
25 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
26
27 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
28 (tramp-gvfs-handler-mounted-unmounted)
29 (tramp-gvfs-connection-mounted-p): Handle default-location.
30
31 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
32 move files to trash.
33
34 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
35
36 * international/mule-cmds.el (nonascii-insert-offset)
37 (nonascii-translation-table): Add obsolescence information.
38
39 * international/mule.el (make-translation-table-from-vector): Doc fix.
40
41 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
42
43 vc-log-incoming/vc-log-outgoing improvements for Git.
44 * vc-git.el (vc-git-log-outgoing): Use the same format as the
45 short log.
46 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
47
48 Add bindings for vc-log-incoming and vc-log-outgoing.
49 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
50 and vc-log-outgoing.
51 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
52 and vc-log-outgoing.
53
54 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
55
56 * net/rcirc.el (rcirc-sort-nicknames): Remove.
57 (rcirc-handler-366): Always sort nicknames.
58
59 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
60
61 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
62
63 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
64
65 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc
66 fix.
67
68 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
69
70 * net/rcirc.el (rcirc-sort-nicknames): Change default.
71 (rcirc-sort-nicknames-join): Avoid setq.
72
73 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
74
75 * net/rcirc.el (rcirc-sort-nicknames): New custom.
76 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
77 (rcirc-handler-366): Use them.
78
79 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
80
81 Split smie-indent-calculate into more manageable chunks.
82 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
83 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
84 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
85 (smie-indent-exps): Extract from smie-indent-calculate.
86 (smie-indent-functions): New var.
87 (smie-indent-functions): Use them.
88
89 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
90
91 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
92 (smie-indent-calculate): Simplify and cleanup.
93
94 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
95
96 * net/tramp-gvfs.el (top): Require url-util.
97 (tramp-gvfs-mount-point): Remove.
98 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
99 New defuns.
100 (with-tramp-dbus-call-method): Format trace message.
101 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
102 Implement backup call, when operation on local files fails.
103 Use progress reporter. Flush properties of changed files.
104 (tramp-gvfs-handle-make-directory): Make more traces.
105 (tramp-gvfs-url-file-name): Hexify file name in url.
106 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
107 into account for the resulting file name.
108 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
109 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
110 (tramp-gvfs-handler-mounted-unmounted)
111 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
112 attribute "default_location". Set "prefix" property.
113 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
114 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
115 exists. Raise an error, if not (due to a corresponding answer
116 "no" in interactive questions, for example).
117
118 22010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
119
120 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
121
122 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
123
124 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
125 right-*. (Bug#6265)
126
127 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
128
129 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
130 * vc-git.el (vc-git-compute-remote): New function.
131 (vc-git-log-outgoing): Use it instead of hard coding a value.
132 (vc-git-log-incoming): New function.
133
134 Improve state updating for VC tag commands.
135 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
136 to update the state of all buffers in the directory.
137
138 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
139
140 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
141
142 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
143 `file-directory-p' to the filename part rather than to the whole text.
144
145 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
146
147 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
148 (bug#6231).
149
150 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
151
152 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
153
154 2010-05-31 Drew Adams <drew.adams@oracle.com>
155
156 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
157
158 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
159
160 * subr.el (momentary-string-display): Just use read-event to read
161 the exit event (Bug#6238).
162
163 2010-05-30 Eli Zaretskii <eliz@gnu.org>
164
165 * international/mule.el (define-coding-system): Doc fix (bug#6313).
166
167 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
168
169 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
170 Suggested by Eli Zaretskii <eliz@gnu.org>.
171
172 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
173
174 * minibuffer.el (completion-file-name-table): Don't return a boundary
175 past the end of `string' (bug#6299).
176 (completion--file-name-table): Delegate to completion-file-name-table
177 for the `boundaries' case.
178
179 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
180
181 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
182 movement commands.
183
184 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
185 `path-separator', but maintain compatibility with Emacs 20.2.
186
187 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
188
189 * server.el (server-process-filter): Receive parent-id argument
190 from emacsclient.
191 (server-create-window-system-frame): New arg. Pass parent-id as
192 frame parameter.
193
194 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
195
196 * ansi-color.el: Delete unused escape sequences (Bug#6085).
197 (ansi-color-drop-regexp): New constant.
198 (ansi-color-apply, ansi-color-filter-region)
199 (ansi-color-apply-on-region): Delete unrecognized control
200 sequences.
201 (ansi-color-apply): Build string list before calling concat.
202
203 2010-05-29 Eli Zaretskii <eliz@gnu.org>
204
205 Bidi-sensitive word movement with arrow keys.
206 * subr.el (right-arrow-command, left-arrow-command): Move to
207 bindings.el.
208
209 * bindings.el (right-char, left-char): Move from subr.el and
210 rename from right-arrow-command and left-arrow-command.
211 (right-word, left-word): New functions.
212 (global-map) <right>: Bind to right-char.
213 (global-map) <left>: Bind to left-char.
214 (global-map) <C-right>: Bind to right-word.
215 (global-map) <C-left>: Bind to left-word.
216
217 * ls-lisp.el (ls-lisp-classify-file): New function.
218 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
219 (ls-lisp-classify): Call ls-lisp-classify-file.
220 (insert-directory): Remove blanks from switches.
221
222 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
223
224 * ansi-color.el: Delete unused escape sequences (Bug#6085).
225 (ansi-color-drop-regexp): New constant.
226 (ansi-color-apply, ansi-color-filter-region)
227 (ansi-color-apply-on-region): Delete unrecognized control sequences.
228 (ansi-color-apply): Build string list before calling concat.
229
230 2010-05-28 Juri Linkov <juri@jurta.org>
231
232 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
233 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
234 (Bug#5270)
235
236 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
237
238 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
239 to ignored backtrace functions.
240 (with-progress-reporter): Expand docstring.
241 (tramp-handle-delete-file): Implement TRASH argument.
242 (tramp-get-remote-trash): New defun.
243
244 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
245
246 * net/tramp-compat.el (tramp-compat-delete-file): Use
247 `symbol-value' for backward compatibility.
248
249 * net/tramp.el (tramp-handle-make-symbolic-link)
250 (tramp-handle-load)
251 (tramp-do-copy-or-rename-file-via-buffer)
252 (tramp-do-copy-or-rename-file-directly)
253 (tramp-do-copy-or-rename-file-out-of-band)
254 (tramp-handle-process-file, tramp-handle-call-process-region)
255 (tramp-handle-shell-command, tramp-handle-file-local-copy)
256 (tramp-handle-insert-file-contents, tramp-handle-write-region)
257 (tramp-delete-temp-file-function): Use `delete-file' instead
258 of `tramp-compat-delete-file'.
259
260 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
261 (tramp-fish-handle-make-symbolic-link)
262 (tramp-fish-handle-process-file): Use `delete-file' instead
263 of `tramp-compat-delete-file'.
264
265 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
266 `delete-file' instead of `tramp-compat-delete-file'.
267
268 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
269 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
270 `tramp-compat-delete-file'.
271
272 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
273 `delete-file' instead of `tramp-compat-delete-file'.
274
275 * net/tramp-smb.el (tramp-smb-handle-copy-file)
276 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
277 (tramp-smb-handle-write-region): Use `delete-file' instead of
278 `tramp-compat-delete-file'.
279 (tramp-smb-handle-delete-directory): Use 'trash as arg.
280
281 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
282
283 * dired.el (dired-delete-file): New arg TRASH.
284 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
285 (dired-do-flagged-delete, dired-do-delete): Use trash.
286
287 * speedbar.el (speedbar-item-delete): Allow trashing.
288
289 * files.el (delete-directory): New arg TRASH.
290
291 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
292 (ange-ftp-rename-remote-to-remote)
293 (ange-ftp-rename-local-to-remote)
294 (ange-ftp-rename-remote-to-local, ange-ftp-load)
295 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
296 `delete-file'.
297 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
298 allow trashing.
299
300 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
301 handle new TRASH arg of `delete-file'.
302
303 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
304 (tramp-handle-make-symbolic-link, tramp-handle-load)
305 (tramp-do-copy-or-rename-file-via-buffer)
306 (tramp-do-copy-or-rename-file-directly)
307 (tramp-do-copy-or-rename-file-out-of-band)
308 (tramp-handle-process-file, tramp-handle-call-process-region)
309 (tramp-handle-shell-command, tramp-handle-file-local-copy)
310 (tramp-handle-insert-file-contents, tramp-handle-write-region)
311 (tramp-delete-temp-file-function): Use null TRASH arg in
312 tramp-compat-delete-file call.
313
314 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
315 (tramp-fish-handle-delete-file)
316 (tramp-fish-handle-make-symbolic-link)
317 (tramp-fish-handle-process-file): Use null TRASH arg in
318 `tramp-compat-delete-file' call.
319
320 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
321 arg in `tramp-compat-delete-file' call.
322
323 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
324 (tramp-gvfs-handle-write-region): Use null TRASH arg in
325 `tramp-compat-delete-file' call.
326
327 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
328 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
329 `tramp-compat-delete-file' call.
330
331 * net/tramp-smb.el (tramp-smb-handle-copy-file)
332 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
333 (tramp-smb-handle-write-region): Use null TRASH arg in
334 tramp-compat-delete-file call.
335 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
336 (tramp-smb-handle-delete-file): Rename arg.
337
338 * diff.el (diff-sentinel):
339 * epg.el (epg--make-temp-file, epg-decrypt-string)
340 (epg-verify-string, epg-sign-string, epg-encrypt-string):
341 * jka-compr.el (jka-compr-partial-uncompress)
342 (jka-compr-call-process, jka-compr-write-region):
343 * server.el (server-sentinel): Remove optional arg from
344 delete-file, reverting 2010-05-03 change.
345
346 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
347
348 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
349 font-lock-constant-face, not obsolete font-lock-reference-face.
350
351 2010-05-27 Masatake YAMATO <yamato@redhat.com>
352
353 * htmlfontify.el (hfy-face-resolve-face): New function.
354 (hfy-face-to-style): Use it (Bug#6279).
355
356 2010-05-27 Kenichi Handa <handa@m17n.org>
357
358 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
359 element of GSTRING is nil.
360
361 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
362
363 * emacs-lisp/smie.el (smie-forward-token-function)
364 (smie-backward-token-function): New vars.
365 (smie-backward-sexp, smie-forward-sexp)
366 (smie-indent-hanging-p, smie-indent-calculate): Use them.
367 (smie-default-backward-token): Rename from smie-backward-token and
368 skip comments.
369 (smie-default-forward-token): Rename from smie-forward-token and
370 skip comments.
371 (smie-next-sexp): Handle nil results from next-token.
372 (smie-indent-calculate): Add a new case for special `fixindent' comments.
373
374 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
375
376 * progmodes/verilog-mode.el (verilog-type-font-keywords):
377 Use font-lock-constant-face, not obsolete font-lock-reference-face.
378
379 2010-05-27 Masatake YAMATO <yamato@redhat.com>
380
381 * htmlfontify.el (hfy-face-resolve-face): New function.
382 (hfy-face-to-style): Use it (Bug#6279).
383
384 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
385
386 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
387 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
388
389 2010-05-26 Glenn Morris <rgm@gnu.org>
390
391 * emulation/edt.el (edt-load-keys): Use locate-library.
392
393 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
394
395 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
396 (log-edit-changelog-entries): Doc fix.
397 (log-edit-changelog-insert-entries): Args changed.
398 Rename relative filenames in ChangeLog entries. Delete tabs.
399 (log-edit-insert-changelog-entries): Reorganize return value of
400 `log-edit-changelog-entries' to pass filenames to
401 log-edit-changelog-insert-entries.
402
403 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
404
405 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
406 `image-dired-dired-insert-marked-thumbs' to
407 `image-dired-dired-toggle-marked-thumbs'.
408
409 * image-dired.el: Require cl when compiling.
410 (image-dired-dired-toggle-marked-thumbs): Rename from
411 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
412 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
413 to 'no-dir. Skip files whose names don't match
414 `image-file-name-regexp'. When file has a thumbnail overlay,
415 delete it. (Bug#5270)
416
417 2010-05-25 Juri Linkov <juri@jurta.org>
418
419 * image-mode.el (image-mode): Add image-after-revert-hook to
420 after-revert-hook.
421 (image-after-revert-hook): New function. (Bug#5669)
422
423 2010-05-25 Juri Linkov <juri@jurta.org>
424
425 * image.el (image-animated-p): When delay between animated images
426 is 0, set it to 10 (0.1 sec). (Bug#6258)
427
428 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
429
430 * net/tramp.el (tramp-handle-insert-directory): Don't use
431 `forward-word', its default syntax could be changed.
432
433 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
434
435 * net/tramp.el (tramp-progress-reporter-update): New defun.
436 (with-progress-reporter): Use it.
437 (tramp-process-actions):
438 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
439 current message, in order to let progress reporter continue
440 afterwards. (Bug#6257)
441
442 2010-05-25 Glenn Morris <rgm@gnu.org>
443
444 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
445 Add :version.
446
447 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
448
449 * net/rcirc.el (rcirc-server-alist): Add :pass.
450 (rcirc-default-user-name): Change to "user".
451 (rcirc-default-full-name): Change to "unknown".
452 (rcirc-user-name-history): Add variable.
453 (rcirc): When prompting for connection paramaters, also prompt for
454 username and password.
455 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
456 value to server when connecting.
457
458 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
459
460 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
461 (smie-merge-prec2s): Pass the tables as separate args.
462 (smie-bnf-precedence-table): Adjust call accordingly.
463 (smie-prec2-levels): Set levels at the end.
464
465 Replace Lisp calls to delete-backward-char by delete-char.
466 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
467 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
468 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
469 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
470 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
471 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
472 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
473 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
474 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
475 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
476 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
477 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
478 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
479 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
480 delete-backward-char by calls to delete-char.
481
482 2010-05-25 Kenichi Handa <handa@m17n.org>
483
484 * language/hebrew.el (hebrew-shape-gstring): New function.
485 Register it in composition-function-table for all Hebrew combining
486 characters.
487
488 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
489
490 * epa.el (epa--select-keys): Don't explicitly delete the window since
491 that can fail (e.g. sole window in frame). Use dedication instead.
492
493 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
494
495 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
496
497 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
498
499 * subr.el (read-quoted-char): Resolve modifiers after key
500 remapping (bug#6212).
501
502 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
503
504 * image.el (image-refresh): Define as an alias for image-flush.
505
506 * image-mode.el (image-toggle-display-image): Caller changed.
507
508 2010-05-21 Juri Linkov <juri@jurta.org>
509
510 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
511 Remove "all" from grep-files-aliases. Split grep-files-aliases by
512 whitespace, call wildcard-to-regexp on substrings and concat them
513 with "\\|". (Bug#6114)
514
515 2010-05-21 Alan Mackenzie <acm@muc.de>
516
517 * progmodes/cc-engine.el (c-parse-state-get-strategy):
518 Replace parameter `here' with `here-' and `here-plus', which sandwich
519 any pertinent CPP construct.
520 (c-remove-stale-state-cache-backwards): Fix a bug which happens
521 when doing (c-parse-state) in a CPP construct: Exclude any "new"
522 CPP construct from taking part in the scanning.
523
524 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
525
526 * net/tramp.el (tramp-do-copy-or-rename-file)
527 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
528 Tune `with-progress-reporter' messages.
529 (tramp-handle-vc-registered):
530 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
531 (tramp-fish-handle-insert-file-contents)
532 (tramp-fish-maybe-open-connection):
533 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
534 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
535 (tramp-imap-handle-insert-file-contents)
536 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
537
538 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
539
540 * add-log.el (change-log-font-lock-keywords):
541 Highlight all authors in multi-author entries.
542
543 * smerge-mode.el (smerge-refine-ignore-whitespace)
544 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
545 Fix typos in docstrings.
546 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
547
548 2010-05-21 Glenn Morris <rgm@gnu.org>
549
550 * progmodes/fortran.el (fortran-mode):
551 * progmodes/f90.el (f90-mode): Derive from prog-mode.
552
553 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
554 having a relative path in src/Makefile.in.
555
556 2010-05-20 Kevin Ryde <user42@zip.com.au>
557
558 * help-mode.el (help-make-xrefs): For Info node links turn
559 newlines into spaces. Link node names with newlines are matched
560 by help-xref-info-regexp and buttonized, this change ensures they
561 can be followed successfully with RET. (Bug#6206)
562
563 2010-05-20 Juri Linkov <juri@jurta.org>
564
565 * locate.el (locate): Use pop-to-buffer instead of
566 switch-to-buffer-other-window. (Bug#6204)
567
568 2010-05-20 Juri Linkov <juri@jurta.org>
569
570 * replace.el (replace-highlight): Fix lazy-highlighting
571 for `M-s w str M-% str RET'.
572
573 2009-12-15 Masatake YAMATO <yamato@redhat.com>
574
575 * isearch.el (isearch-yank-word-or-char): Pull next subword
576 when `subword-mode' is activated. (Bug#6220)
577
578 2010-05-20 Mark A. Hershberger <mah@everybody.org>
579
580 * isearch.el (isearch-update-post-hook): New hook.
581 (isearch-update): Use the new hook. (Bug#6225)
582
583 2010-05-20 Juri Linkov <juri@jurta.org>
584
585 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
586 [f1], [help], and (char-to-string help-char) instead of "\C-h".
587 (Bug#6222)
588
589 2010-05-20 Juri Linkov <juri@jurta.org>
590
591 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
592 (Bug#6223)
593
594 2010-05-20 Juri Linkov <juri@jurta.org>
595
596 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
597 FILE-NAME to read from the minibuffer when called interactively
598 with prefix argument instead of using buffer-file-name.
599 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
600
601 * dired.el: Update autoloads.
602
603 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
604
605 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
606 nxml-finish-element, for consistency with SGML mode.
607
608 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
609 octave-close-block.
610
611 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
612
613 * composite.el: Require cl when compiling.
614 (reference-point-alist, compose-gstring-for-graphic)
615 (compose-gstring-for-terminal): Fix typos in docstrings.
616
617 2010-05-19 Juri Linkov <juri@jurta.org>
618
619 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
620 set-window-parameter.
621
622 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
623
624 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
625 where appropriate.
626 (tramp-maybe-open-connection): Use it.
627
628 2010-05-19 Eli Zaretskii <eliz@gnu.org>
629
630 * simple.el (move-end-of-line): Make sure we are at line beginning
631 before backing up to end of previous line.
632
633 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
634
635 * password-cache.el (password-cache-remove): Fix docstring.
636
637 * net/secrets.el: Autoload the widget functions.
638 (secrets-search-items, secrets-create-item)
639 (secrets-get-attributes, secrets-expand-item): Attributes will be
640 stored on the password database without leading ":", as all other
641 clients do as well.
642 (secrets-mode): Fix docstring.
643 (secrets-show-secrets): Provide it as autoloaded command only when
644 D-Bus support is available. Check existence of Secret Service API.
645
646 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
647
648 * indent.el (indent-region): Deactivate region (bug#6200).
649
650 2010-05-19 Glenn Morris <rgm@gnu.org>
651
652 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
653
654 2010-05-19 Kenichi Handa <handa@m17n.org>
655
656 * composite.el: Register compose-gstring-for-graphic in
657 composition-function-table only for combining characters (Mn, Mc, Me).
658
659 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
660
661 * calc/calc-trail.el (calc-trail-isearch-forward)
662 (calc-trail-isearch-backward): Ensure that the new window
663 point is set correctly.
664
665 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
666
667 * subr.el (read-quoted-char): Resolve modifiers after key
668 remapping (bug#6212).
669
670 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
671
672 Add visualization code for secrets.
673 * net/secrets.el (secrets-mode): New major mode.
674 (secrets-show-secrets, secrets-show-collections)
675 (secrets-expand-collection, secrets-expand-item)
676 (secrets-tree-widget-after-toggle-function)
677 (secrets-tree-widget-show-password): New defuns.
678
679 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
680
681 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
682 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
683 handled in smie-next-sexp.
684 (smie-indent-calculate): Provide a starting indentation (so the
685 recursion is well-founded ;-).
686
687 Fix handling of non-associative equal levels.
688 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
689 when it's not needed.
690 (smie-op-left, smie-op-right): New functions.
691 (smie-next-sexp): New function, extracted from smie-backward-sexp.
692 Better handle equal levels to distinguish the associative case from
693 the "multi-keyword construct" case.
694 (smie-backward-sexp, smie-forward-sexp): Use it.
695
696 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
697
698 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
699
700 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
701 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
702
703 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
704
705 Provide a simple generic indentation engine and use it for Prolog.
706 * emacs-lisp/smie.el: New file.
707 * progmodes/prolog.el (prolog-smie-op-levels)
708 (prolog-smie-indent-rules): New var.
709 (prolog-mode-variables): Use them to configure SMIE.
710 (prolog-indent-line, prolog-indent-level): Remove.
711
712 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
713
714 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
715 order before computing the averages.
716
717 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
718
719 * calc/calc-vec.el (calc-histogram):
720 (calcFunc-histogram): Allow vectors as inputs.
721 (math-vector-avg): New function.
722
723 * calc/calc-ext.el (math-group-float): Have the number of digits
724 being grouped depend on the radix (Bug#6189).
725
726 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
727
728 * version.el (emacs-copyright, emacs-version): Don't define here,
729 now that emacs.c defines it.
730
731 2010-05-15 Eli Zaretskii <eliz@gnu.org>
732
733 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
734 "Describe Language Environment" menu item.
735
736 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
737
738 Bidi-sensitive movement with arrow keys.
739 * subr.el (right-arrow-command, left-arrow-command): New functions.
740
741 * bindings.el (global-map): Bind them to right and left arrow keys.
742
743 Don't override standard definition of convert-standard-filename.
744 * files.el (convert-standard-filename): Call
745 w32-convert-standard-filename and dos-convert-standard-filename on
746 the corresponding systems.
747
748 * w32-fns.el (w32-convert-standard-filename): Rename from
749 convert-standard-filename. Doc fix.
750
751 * dos-fns.el (dos-convert-standard-filename): Doc fix.
752 (convert-standard-filename): Don't defalias.
753 (register-name-alist, make-register, register-value)
754 (set-register-value, intdos): Obsolete aliases for the
755 corresponding dos-* functions and variables.
756 (dos-intdos): Add a doc string.
757
758 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
759
760 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
761 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
762 (math-compose-tex-func):
763 * calc/calccomp.el (math-compose-expr):
764 * calc/calc-ext.el (math-format-flat-expr-fancy):
765 * calc/calc-store.el (calc-read-var-name):
766 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
767
768 * calc/calc.el (var-π, var-φ, var-γ): New variables.
769 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
770 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
771 (math-standard-units): Add units.
772
773 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
774
775 * progmodes/asm-mode.el (asm-mode):
776 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
777
778 * pcomplete.el (pcomplete-completions-at-point): New function,
779 extracted from pcomplete-std-complete.
780 (pcomplete-std-complete): Use it.
781
782 2010-05-15 Glenn Morris <rgm@gnu.org>
783
784 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
785 Remove references to CVS, RCS and Old directories.
786
787 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
788
789 * calc/calc-bin.el (math-format-twos-complement): Group digits when
790 appropriate.
791
792 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
793
794 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
795 (sh-mode-syntax-table): Give it a default value instead.
796 (sh-header-marker): Make buffer-local.
797 (sh-mode): Move make-local-variable to the corresponding setq.
798 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
799 Use complete-with-action.
800
801 * simple.el (prog-mode): New (abstract) major mode.
802 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
803 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
804
805 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
806
807 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
808 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
809 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
810 (sql-make-alternate-buffer-name, sql-placeholders-filter)
811 (sql-escape-newlines-filter, sql-input-sender)
812 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
813
814 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
815
816 Add TeX open-block and close-block keybindings to SGML, and vice versa.
817
818 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
819 latex-open-block and C-c / to latex-close-block.
820
821 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
822 and C-c C-e to sgml-close-tag.
823
824 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
825
826 * net/tramp.el (with-progress-reporter): Create reporter object
827 only when the message would be displayed. Handle nested calls.
828 (tramp-handle-load, tramp-handle-file-local-copy)
829 (tramp-handle-insert-file-contents, tramp-handle-write-region)
830 (tramp-maybe-send-script, tramp-find-shell):
831 Use `with-progress-reporter'.
832 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
833 Fix message text.
834
835 * net/tramp-smb.el (tramp-smb-handle-copy-file)
836 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
837 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
838 Use `with-progress-reporter'.
839
840 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
841
842 * ispell.el (ispell-init-process): Do not kill ispell process
843 everytime when spellchecking from the minibuffer (bug#6143).
844
845 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
846
847 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
848
849 * dos-fns.el: Add "dos-" prefix for namespace control.
850 (convert-standard-filename): Define as alias for
851 dos-convert-standard-filename but only if applicable.
852
853 2010-05-12 Alan Mackenzie <acm@muc.de>
854
855 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
856 Push the mark at the start of these functions when appropriate.
857
858 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
859
860 * minibuffer.el (completion-cycle-threshold): New custom var.
861 (completion--do-completion): Use it.
862 (minibuffer-complete): Use cycling if appropriate.
863
864 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
865
866 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
867 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
868
869 2010-05-11 Juri Linkov <juri@jurta.org>
870
871 * scroll-all.el (scroll-all-check-to-scroll):
872 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
873
874 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
875
876 * iimage.el (iimage-mode-map): Move initialization into declaration.
877 (iimage-mode-buffer): Use with-silent-modifications.
878 Simplify calling convention. Adjust callers.
879 (iimage-mode): Don't run hook redundantly.
880
881 * minibuffer.el (completion-pcm--pattern->regex):
882 Fix last change (bug#6160).
883
884 2010-05-10 Juri Linkov <juri@jurta.org>
885
886 Remove nodes visited during Isearch from the Info history.
887 * info.el (Info-isearch-initial-history)
888 (Info-isearch-initial-history-list): New variables.
889 (Info-isearch-start): Record initial values of
890 Info-isearch-initial-history and Info-isearch-initial-history-list.
891 Add Info-isearch-end to isearch-mode-end-hook.
892 (Info-isearch-end): New function.
893
894 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
895
896 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
897 format string, in order to work around a bug in pdksh.
898 Reported by Gilles Pion <gpion@lfdj.com>.
899 (tramp-handle-verify-visited-file-modtime): Do not send a command
900 when the connection is not established.
901 (tramp-handle-set-file-times): Simplify the check for utc.
902
903 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
904
905 Fix use of `filter-buffer-substring' (rework previous change).
906 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
907 (cua-repeat-replace-region):
908 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
909 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
910 (cua-cut-region-to-global-mark): Use it.
911
912 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
913
914 * progmodes/sql.el: Version 2.1.
915 (sql-product-alist): Redesign structure of product info.
916 (sql-product, sql-user, sql-server, sql-database): Safe variables.
917 (sql-port, sql-port-history): New variables.
918 (sql-interactive-product): New variable.
919 (sql-send-terminator): New variable.
920 (sql-imenu-generic-expression): Add "Types" imenu entry.
921 (sql-oracle-login-params, sql-sqlite-login-params)
922 (sql-mysql-login-params, sql-solid-login-params)
923 (sql-sybase-login-params, sql-informix-login-params)
924 (sql-ingres-login-params, sql-ms-login-params)
925 (sql-postgres-login-params, sql-interbase-login-params)
926 (sql-db2-login-params, sql-linter-login-params)
927 (sql-oracle-scan-on): New variables.
928 (sql-mode-map): Add C-c C-i to start interactive mode.
929 (sql-mode-menu): Update existing menu entries.
930 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
931 (sql-mode-oracle-font-lock-keywords)
932 (sql-mode-postgres-font-lock-keywords)
933 (sql-mode-ms-font-lock-keywords)
934 (sql-mode-sybase-font-lock-keywords)
935 (sql-mode-informix-font-lock-keywords)
936 (sql-mode-interbase-font-lock-keywords)
937 (sql-mode-ingres-font-lock-keywords)
938 (sql-mode-solid-font-lock-keywords)
939 (sql-mode-mysql-font-lock-keywords)
940 (sql-mode-sqlite-font-lock-keywords)
941 (sql-mode-db2-font-lock-keywords)
942 (sql-mode-linter-font-lock-keywords): Update initialization to
943 reduce run-time complexity.
944 (sql-add-product, sql-del-product): New functions.
945 (sql-set-product-feature, sql-get-product-feature): New functions.
946 (sql-product-font-lock): Update product API.
947 (sql-add-product-keywords): New function.
948 (sql-highlight-product): Update product API.
949 (sql-help-list-products): New function.
950 (sql-help): Dynamically lists free and non-free products.
951 (sql-get-login): Correct bug in handling history and added
952 prompt for port.
953 (sql-copy-column): Copy without properties.
954 (sqli-input-sender): Apply filters to SQLi input.
955 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
956 Implement as a filter.
957 (sql-escape-newlines-filter): Implement as a filter.
958 (sql-remove-tabs-filter): New function.
959 (sql-send-magic-terminator): New function.
960 (sql-send-string): Implement magic terminator.
961 (sql-send-region): Use `sql-send-string'.
962 (sql-interactive-mode): Use product API.
963 (sql-product-interactive): Use product API.
964 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
965 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
966 (sql-db2, sql-linter): Use `sql-product-interactive'.
967 (sql-connect): New function.
968 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
969 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
970 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
971 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
972 Use `sql-connect'.
973
974 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
975
976 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
977 New custom variable.
978 (completion-pcm--string->pattern): Use it.
979 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
980 Make it handle any symbol as `any'.
981 (completion-pcm--merge-completions): Extract common suffix for the new
982 `prefix' symbol as well.
983 (completion-substring--all-completions): Use the new `prefix' symbol.
984
985 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
986
987 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
988 not bound.
989 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
990 (tramp-compat-funcall): New defmacro.
991 (tramp-compat-line-beginning-position)
992 (tramp-compat-line-end-position)
993 (tramp-compat-temporary-file-directory)
994 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
995 (tramp-compat-copy-file, tramp-compat-copy-directory)
996 (tramp-compat-delete-file, tramp-compat-delete-directory)
997 (tramp-compat-number-sequence, tramp-compat-process-running-p)
998 * net/tramp.el (top, with-progress-reporter)
999 (tramp-rfn-eshadow-setup-minibuffer)
1000 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1001 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1002 (tramp-completion-mode-p, tramp-check-for-regexp)
1003 (tramp-open-connection-setup-interactive-shell)
1004 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1005 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1006 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
1007 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1008 (tramp-reporter-dump-variable, tramp-load-report-modules)
1009 (tramp-append-tramp-buffers)
1010 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
1011
1012 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1013
1014 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1015
1016 * progmodes/compile.el (compilation-buffer-modtime): Rename from
1017 buffer-modtime. Adjust users.
1018
1019 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
1020
1021 * international/mule.el (auto-coding-alist): Only purecopy
1022 car of each item, not the whole list (Bug#6083).
1023
1024 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
1025
1026 * progmodes/js.el (js-mode): Make paragraph variables local before
1027 calling c-setup-paragraph-variables (Bug#6071).
1028
1029 2010-05-08 Eli Zaretskii <eliz@gnu.org>
1030
1031 * composite.el (compose-region, reference-point-alist): Fix typos
1032 in the doc strings.
1033
1034 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1035
1036 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1037 gnuplot's "set" command.
1038
1039 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
1040
1041 * abbrev.el (last-abbrev-text): Doc fix.
1042 (abbrev-prefix-mark): Don't escape parenthesis.
1043
1044 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
1045
1046 * composite.el (find-composition): Doc fix.
1047
1048 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
1049
1050 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1051 (sql-oracle-program, sql-sqlite-options)
1052 (sql-query-placeholders-and-send): Doc fixes.
1053 (sql-set-product, sql-interactive-mode): Reflow docstrings.
1054 (sql-imenu-generic-expression, sql-buffer)
1055 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1056 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1057 (sql-mode-sybase-font-lock-keywords)
1058 (sql-mode-informix-font-lock-keywords)
1059 (sql-mode-interbase-font-lock-keywords)
1060 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1061 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1062 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1063 (sql-product-feature, sql-highlight-product)
1064 (comint-line-beginning-position, sql-rename-buffer)
1065 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
1066 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1067 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1068 Fix typos in docstrings.
1069
1070 2010-05-08 Juri Linkov <juri@jurta.org>
1071
1072 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1073 property instead of `invisible' and `after-string' (bug#5998).
1074
1075 2010-05-08 Juri Linkov <juri@jurta.org>
1076
1077 * image-mode.el (image-mode-as-text): Fix typo in docstring.
1078
1079 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
1080
1081 * filecache.el (file-cache-add-directory-list)
1082 (file-cache-add-directory-recursively): Fix typos in docstrings.
1083
1084 2010-05-08 Kenichi Handa <handa@m17n.org>
1085
1086 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1087 (gujarati-composable-pattern): Fix typo.
1088
1089 2010-05-08 Kenichi Handa <handa@m17n.org>
1090
1091 * language/indian.el (oriya-composable-pattern)
1092 (tamil-composable-pattern, malayalam-composable-pattern):
1093 Add two-part vowels to "v" (vowel sign).
1094
1095 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
1096
1097 * files.el (copy-directory): Handle symlinks (Bug#5982).
1098
1099 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
1100
1101 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1102 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
1103 (Bug#5846).
1104
1105 2010-05-08 Glenn Morris <rgm@gnu.org>
1106
1107 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1108
1109 * minibuffer.el (completion-at-point): Doc fix.
1110
1111 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1112
1113 * electric.el (Electric-command-loop): Minor tweak.
1114
1115 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
1116 better with dedicated windows.
1117
1118 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1119
1120 * Version 23.2 released.
1121
1122 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
1123 Stefan Monnier <monnier@iro.umontreal.ca>
1124
1125 Highlight vendor specific properties.
1126 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
1127 (css-proprietary-property): New face.
1128 (css-font-lock-keywords): Use them.
1129
1130 2010-05-07 Eli Zaretskii <eliz@gnu.org>
1131
1132 * cus-start.el (all): Add native condition for tool-bar-* symbols.
1133
1134 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1135
1136 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
1137 * files.el (auto-mode-alist): Remove redundant entries.
1138
1139 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
1140 * simple.el (auto-save-mode): Move from files.el.
1141 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
1142
1143 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
1144
1145 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
1146
1147 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1148
1149 * mail/binhex.el (binhex-decode-region-internal)
1150 * mail/uudecode.el (uudecode-decode-region-internal)
1151 * net/dns.el (dns-read-string-name, dns-write, dns-read)
1152 (dns-read-type, dns-query)
1153 * pgg-parse.el (pgg-parse-armor)
1154 * pgg.el (pgg-verify-region)
1155 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
1156 XEmacs.
1157
1158 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
1159
1160 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
1161
1162 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
1163
1164 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
1165 * emulation/cua-base.el (cua-repeat-replace-region):
1166 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1167 (cua-cut-region-to-global-mark):
1168 Remove text properties with `set-text-properties'.
1169
1170 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
1171
1172 * net/tramp.el (top, with-progress-reporter):
1173 Use `symbol-function' inside `funcall'.
1174
1175 * net/tramp-compat.el (tramp-compat-file-attributes)
1176 (tramp-compat-delete-file, tramp-compat-delete-directory):
1177 Handle only `wrong-number-of-arguments' error.
1178
1179 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
1180 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
1181 inside `funcall'.
1182
1183 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1184
1185 * minibuffer.el (completion--sreverse, completion--common-suffix):
1186 New functions.
1187 (completion-pcm--merge-completions): Extract common suffix when safe.
1188
1189 * emacs-lisp/easy-mmode.el (define-minor-mode):
1190 Make :variable more flexible.
1191 * files.el (auto-save-mode): Use it to define using define-minor-mode.
1192
1193 2010-05-05 Juri Linkov <juri@jurta.org>
1194
1195 Add `slow' and `history' tags to the desktop data.
1196
1197 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
1198 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
1199 (Info-finder-find-node): Require `finder.el' to be able
1200 to restore node from the desktop.
1201 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
1202 data `Info-history' and `slow' tag in the assoc list.
1203 (Info-restore-desktop-buffer): Don't restore nodes with the
1204 `slow' tag. Restore `Info-history'.
1205
1206 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
1207
1208 Add FORCE argument to `delete-file'.
1209
1210 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
1211 forcing to delete the temporary file.
1212 (ange-ftp-delete-file): Add FORCE arg.
1213 (ange-ftp-rename-remote-to-remote)
1214 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
1215 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
1216 Force file deletion.
1217
1218 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
1219
1220 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
1221 (tramp-handle-make-symbolic-link, tramp-handle-load)
1222 (tramp-do-copy-or-rename-file-via-buffer)
1223 (tramp-do-copy-or-rename-file-directly)
1224 (tramp-do-copy-or-rename-file-out-of-band)
1225 (tramp-handle-process-file, tramp-handle-call-process-region)
1226 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1227 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1228 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
1229
1230 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
1231 (tramp-fish-handle-make-symbolic-link)
1232 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
1233
1234 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1235 Use `tramp-compat-delete-file'.
1236
1237 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
1238 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
1239
1240 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
1241 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
1242
1243 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
1244 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
1245 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
1246 `tramp-compat-delete-file'.
1247
1248 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1249
1250 Minor cleanups.
1251 * subr.el (add-minor-mode): Use push.
1252 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
1253 * emulation/edt.el (edt-select-mode): Simplify.
1254
1255 Use define-minor-mode in more cases.
1256 * term/tvi970.el (tvi970-set-keypad-mode):
1257 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1258 (normal-erase-is-backspace-mode):
1259 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
1260 (set-scroll-bar-mode-1): (Re)move to its sole caller.
1261 (get-scroll-bar-mode): New function.
1262 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
1263
1264 Use define-minor-mode for less obvious cases.
1265 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
1266 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
1267 * international/iso-ascii.el (iso-ascii-mode):
1268 * frame.el (auto-raise-mode, auto-lower-mode):
1269 * composite.el (global-auto-composition-mode): Use define-minor-mode.
1270
1271 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
1272
1273 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
1274 in order to see error messages for failed logins.
1275
1276 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
1277
1278 * diff.el (diff-sentinel):
1279
1280 * epg.el (epg--make-temp-file, epg-decrypt-string)
1281 (epg-verify-string, epg-sign-string, epg-encrypt-string):
1282
1283 * jka-compr.el (jka-compr-partial-uncompress)
1284 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
1285
1286 * server.el (server-sentinel): Use delete-file's new FORCE arg
1287 (Bug#6070).
1288
1289 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1290
1291 Use define-minor-mode where applicable.
1292 * view.el (view-mode):
1293 * type-break.el (type-break-query-mode)
1294 (type-break-mode-line-message-mode):
1295 * textmodes/reftex.el (reftex-mode):
1296 * term/vt100.el (vt100-wide-mode):
1297 * tar-mode.el (tar-subfile-mode):
1298 * savehist.el (savehist-mode):
1299 * ibuf-ext.el (ibuffer-auto-mode):
1300 * composite.el (auto-composition-mode):
1301 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1302 Use define-minor-mode.
1303 (vhdl-mode): Use static mode-line format.
1304 (vhdl-mode-line-update): Delete.
1305 (vhdl-create-mode-menu, vhdl-activate-customizations)
1306 (vhdl-hs-minor-mode): Don't bother calling it.
1307
1308 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1309
1310 * simple.el (with-wrapper-hook): Move.
1311 (buffer-substring-filters): Mark obsolete.
1312 (filter-buffer-substring-functions): New variable.
1313 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
1314
1315 Use a mode-line spec rather than a static string in Semantic.
1316 * cedet/semantic/util-modes.el:
1317 (semantic-minor-modes-format): New var to replace...
1318 (semantic-minor-modes-status): Remove.
1319 (semantic-mode-line-update): Construct a mode-line spec rather than
1320 a static string so that mouse buttons can be used on individual minor
1321 modes and so that semantic-mode-line-update only needs to be called
1322 when global settings are changed.
1323 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
1324 Call semantic-mode-line-update.
1325 (semantic-toggle-minor-mode-globally): Don't assume mode is on
1326 minor-mode-alist, check semantic-minor-mode-alist as well.
1327 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
1328 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
1329 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
1330 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1331 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1332 (define-semantic-idle-service, semantic-idle-summary-mode):
1333 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
1334 Don't call semantic-mode-line-update any more.
1335
1336 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1337
1338 Use define-minor-mode in CEDET where applicable.
1339
1340 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
1341 Use define-minor-mode.
1342
1343 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
1344 Remove unused arg `keymap' and code redundant with define-minor-mode.
1345 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
1346 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
1347 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
1348 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
1349 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
1350 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
1351 Use define-minor-mode.
1352 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
1353 (semantic-show-unmatched-syntax-mode-setup)
1354 (semantic-show-parser-state-mode-setup)
1355 (semantic-highlight-func-mode-setup): Inline into sole caller.
1356
1357 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1358 (semantic-mru-bookmark-mode): Use define-minor-mode.
1359 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
1360
1361 * cedet/semantic/idle.el (define-semantic-idle-service):
1362 Use define-minor-mode and inline setup function into its sole caller.
1363 (semantic-idle-scheduler-mode-setup)
1364 (semantic-idle-summary-mode-setup): Inline into sole caller.
1365 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
1366 Use define-minor-mode.
1367
1368 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
1369 (semantic-decoration-mode): Use define-minor-mode.
1370 (semantic-decoration-mode-setup): Inline into sole caller.
1371
1372 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
1373 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
1374 (ede-dired-add-to-target): Use dolist.
1375
1376 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1377 Michael Albinus <michael.albinus@gmx.de>
1378
1379 Implement compression for inline methods.
1380
1381 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1382 (tramp-copy-size-limit): Allow also nil.
1383 (tramp-inline-compress-commands): New defconst.
1384 (tramp-find-inline-compress, tramp-get-inline-compress)
1385 (tramp-get-inline-coding): New defuns.
1386 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1387 replaced by `tramp-get-inline-coding'.
1388 (tramp-handle-file-local-copy, tramp-handle-write-region)
1389 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1390
1391 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1392
1393 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
1394 Remove unused functions.
1395
1396 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
1397 Set find-tag-default-function as a variable rather than a property.
1398
1399 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
1400 * progmodes/etags.el (tags-completion-at-point-function):
1401 Remove left over interactive spec. Add autoloading stub.
1402 (complete-tag): Use tags-completion-at-point-function.
1403
1404 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
1405
1406 * minibuffer.el (tags-completion-at-point-function): Fix return value.
1407
1408 2010-04-30 Eli Zaretskii <eliz@gnu.org>
1409
1410 * composite.el (compose-region, reference-point-alist): Fix typos
1411 in the doc strings.
1412
1413 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
1414
1415 * ido.el (ido-init-completion-maps): Remove C-v binding.
1416 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
1417
1418 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
1419
1420 * minibuffer.el (tags-completion-at-point-function): New function.
1421 (completion-at-point-functions): Use it.
1422
1423 * cedet/semantic.el (semantic-completion-at-point-function): New function.
1424 (semantic-mode): Use semantic-completion-at-point-function for
1425 completion-at-point-functions instead.
1426
1427 * progmodes/etags.el (complete-tag): Revert last change.
1428
1429 2010-04-29 Alan Mackenzie <acm@muc.de>
1430
1431 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
1432 off-by-one error (in end of macro position).
1433
1434 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1435
1436 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
1437 firefox is absent. Don't autoload.
1438 (browse-url-galeon-program): Don't autoload.
1439
1440 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
1441
1442 * bindings.el (complete-symbol): Move into minibuffer.el.
1443
1444 * minibuffer.el (complete-tag): Move from etags.el. If tags
1445 completion cannot be performed, return nil instead of signalling
1446 an error.
1447 (completion-at-point): Make it an alias for complete-symbol.
1448 (complete-symbol): Move from bindings.el, and replace with the
1449 body of completion-at-point.
1450
1451 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
1452
1453 * cedet/semantic.el (semantic-mode): When enabled, add
1454 semantic-ia-complete-symbol to completion-at-point-functions.
1455
1456 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
1457 if Semantic is not active.
1458
1459 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
1460
1461 * net/tramp.el (tramp-remote-selinux-p): New defun.
1462 (tramp-handle-file-selinux-context)
1463 (tramp-handle-set-file-selinux-context): Use it.
1464
1465 2010-04-28 Sam Steingold <sds@gnu.org>
1466
1467 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1468 `safe-local-variable' if the value is a string or a symbol with
1469 the property `bug-reference-url-format'.
1470
1471 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
1472
1473 * progmodes/bug-reference.el (bug-reference-url-format): Revert
1474 2010-04-27 change due to security risk.
1475
1476 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1477
1478 Make it possible to locally disable a globally enabled mode.
1479 * simple.el (fundamental-mode): Run fundamental-mode-hook.
1480 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
1481 rather than kill-all-local-variables so it runs fundamental-mode-hook.
1482 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1483 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
1484 that subsequent hooks get a chance to disable it.
1485
1486 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1487
1488 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1489 Avoid re-enabling a minor mode after the user turned the minor mode
1490 off if MODE-enable-in-buffers is run twice (typically once from
1491 fundamental-mode's after-change-major-mode-hook and a second time from
1492 run-mode-hook's own after-change-major-mode-hook).
1493
1494 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
1495
1496 2010-04-27 Sam Steingold <sds@gnu.org>
1497
1498 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1499 `safe-local-variable' if the value is a string or a function, as
1500 documented and implemented on 2010-04-02.
1501
1502 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
1503
1504 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
1505 when method is 'kill.
1506
1507 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1508
1509 * ispell.el (ispell-init-process): Fix personal dictionary condition
1510 in default directory check.
1511 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
1512 Kill ispell process when killing its associated buffer.
1513
1514 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
1515
1516 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
1517 but we aren't using it.
1518
1519 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
1520
1521 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
1522 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
1523
1524 2010-04-24 Glenn Morris <rgm@gnu.org>
1525
1526 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
1527 Ignore VCS-ignore files, and deleted nextstep preferences files.
1528 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
1529 (authors-ambiguous-files): New list.
1530 (authors-valid-file-names): Add some deleted files.
1531 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
1532 (authors-disambiguate-file-name): New function. (Bug#5501)
1533 (authors-canonical-file-name): Doc fix.
1534 Don't warn about obsolete files.
1535 (authors-canonical-file-name, authors-scan-el):
1536 Use authors-disambiguate-file-name.
1537
1538 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1539 Add autoload cookies.
1540 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
1541 (generated-autoload-file): Set file-local value to "htmlfontify.el".
1542 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
1543 They have definitions / compiler macros in cl.el.
1544 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1545 Replace manual autoloads with generated ones.
1546 (htmlfontify-unload-rgb-file): Remove autoload.
1547 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
1548
1549 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1550
1551 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
1552 (byte-compile-setq-default): Optimize for the
1553 single-var case and don't call byte-compile-form in this case to avoid
1554 inf-loop with byte-compile-set-default.
1555
1556 * progmodes/compile.el (compilation-start): Abbreviate default directory.
1557
1558 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
1559
1560 Implement SELINUX backends.
1561
1562 * net/tramp.el (tramp-file-name-handler-alist):
1563 Add `file-selinux-context' and `set-file-selinux-context'.
1564 (tramp-handle-file-selinux-context)
1565 (tramp-handle-set-file-selinux-context): New defuns.
1566 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1567 Handle PRESERVE-SELINUX-CONTEXT.
1568
1569 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1570 Add `file-selinux-context' and `set-file-selinux-context'.
1571 (tramp-gvfs-handle-file-selinux-context)
1572 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1573 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1574
1575 * net/ange-ftp.el (ange-ftp-copy-file):
1576 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1577 * net/tramp-imap.el (tramp-imap-handle-copy-file):
1578 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1579 Add PRESERVE-SELINUX-CONTEXT.
1580
1581 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
1582
1583 Synchronize with Tramp repository.
1584
1585 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
1586 (tramp-action-process-alive, tramp-action-out-of-band)
1587 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1588 (tramp-exists-file-name-handler): Fix docstring.
1589 (with-progress-reporter): New defmacro.
1590 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
1591 (tramp-maybe-open-connection): Use it.
1592
1593 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
1594
1595 Detect ssh 'ControlMaster' argument automatically in some cases.
1596
1597 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1598 (tramp-default-method): Use it.
1599
1600 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
1601
1602 * net/tramp.el (tramp-handle-copy-file): Add new optional
1603 parameter `preserve-selinux-context'.
1604 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
1605
1606 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
1607
1608 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
1609 Ensure, that non remote files are still checked. Oops.
1610
1611 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
1612
1613 Fix Bug#5840.
1614
1615 * icomplete.el (icomplete-completions): Use `non-essential'.
1616
1617 * net/tramp.el (tramp-connectable-p): New defun.
1618 (tramp-handle-expand-file-name)
1619 (tramp-completion-handle-file-name-all-completions)
1620 (tramp-completion-handle-file-name-completion): Use it.
1621
1622 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1623
1624 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
1625
1626 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1627
1628 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
1629
1630 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
1631
1632 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
1633 is present.
1634
1635 * info.el (info-tool-bar-map): Add labels.
1636
1637 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
1638
1639 * cus-edit.el (custom-commands): Add labels for tool bar.
1640 (custom-buffer-create-internal, Custom-mode): Adjust for
1641 labels in custom-commands.
1642
1643 * dynamic-setting.el: Renamed from font-setting.el.
1644
1645 2010-04-21 John Wiegley <jwiegley@gmail.com>
1646
1647 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
1648 toggles the use of virtual buffers.
1649 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
1650 value.
1651 (ido-toggle-virtual-buffers): New function.
1652
1653 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
1654
1655 Use `define-derived-mode'; fix window selection; doc fixes.
1656 * play/tetris.el (tetris, tetris-update-speed-function)
1657 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
1658 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
1659 (tetris-rotate-next, tetris-end-game, tetris-start-game)
1660 (tetris-pause-game): Fix typos in docstrings.
1661 (tetris-mode-map, tetris-null-map):
1662 Move initialization into declaration.
1663 (tetris-mode): Define with `define-derived-mode';
1664 set show-trailing-whitespace to nil.
1665 (tetris): Prefer window already displaying the "*Tetris*" buffer.
1666
1667 2010-04-21 Karel Klíč <kklic@redhat.com>
1668
1669 * files.el (backup-buffer): Handle SELinux context, and return it
1670 if a backup was made by renaming.
1671 (backup-buffer-copy): Set SELinux context to the target file.
1672 (basic-save-buffer): Set SELinux context of the newly written file.
1673 (basic-save-buffer-1): Now it also returns any SELinux context.
1674 (basic-save-buffer-2): Set SELinux context of the newly created file,
1675 and return it.
1676 * net/tramp.el (tramp-file-name-for-operation):
1677 Add file-selinux-context.
1678
1679 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1680
1681 Make the log-edit comments use RFC822 format throughout.
1682
1683 * vc.el (vc-checkin, vc-modify-change-comment):
1684 Adjust to new vc-start/finish-logentry.
1685 (vc-find-conflicted-file): New command.
1686 (vc-transfer-file): Adjust to new vc-checkin.
1687 (vc-next-action): Improve scoping.
1688
1689 * vc-hg.el (vc-hg-log-edit-mode): Remove.
1690 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
1691
1692 * vc-git.el (vc-git-log-edit-mode): Remove.
1693 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
1694 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1695
1696 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
1697 (vc-start-logentry): Remove argument `extra'.
1698 (vc-finish-logentry): Remove extra args.
1699
1700 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
1701 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
1702 (vc-bzr-conflicted-files): New function.
1703
1704 * log-edit.el (log-edit-extra-flags)
1705 (log-edit-before-checkin-process): Remove.
1706 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
1707 (log-edit-headers-alist): New var.
1708 (log-edit-header-contents-regexp): New const.
1709 (log-edit-match-to-eoh): New function.
1710 (log-edit-font-lock-keywords): Use them.
1711 (log-edit): Insert a "Summary:" header as default.
1712 (log-edit-mode): Mark font-lock rules as case-insensitive.
1713 (log-edit-done): Cleanup headers.
1714 (log-view-process-buffer): Remove.
1715 (log-edit-extract-headers): New function to replace it.
1716
1717 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
1718
1719 * subr.el (default-direction-reversed): Remove obsolescence info.
1720
1721 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1722
1723 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
1724 windows/frames.
1725
1726 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
1727 I.e. include text after point in the completion region.
1728 Also, return nil when we're not after/in a symbol.
1729
1730 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
1731 default enable-multibyte-characters.
1732
1733 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1734
1735 * international/mule.el: Help the user choose a valid coding-system.
1736 (read-buffer-file-coding-system): New function.
1737 (set-buffer-file-coding-system): Use it. Prompt the user if the
1738 coding-system cannot encode all the chars.
1739
1740 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
1741 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
1742 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
1743 Don't use *vc-bzr-shelve*.
1744
1745 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
1746
1747 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
1748 Don't destroy list before using it.
1749
1750 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
1751
1752 Fix the version number for added files.
1753 * vc-hg.el (vc-hg-working-revision): Check if the file is
1754 registered after hg parent fails (Bug#5961).
1755
1756 2010-04-19 Glenn Morris <rgm@gnu.org>
1757
1758 * htmlfontify.el (htmlfontify-buffer)
1759 (htmlfontify-copy-and-link-dir): Autoload entry points.
1760
1761 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
1762
1763 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1764 name relative to the project root (Bug#5960).
1765
1766 2010-04-19 Glenn Morris <rgm@gnu.org>
1767
1768 * vc-git.el (vc-git-print-log): Doc fix.
1769
1770 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
1771
1772 * ido.el (ido-file-internal): Fix 2009-12-02 change.
1773
1774 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
1775
1776 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1777 default settings (Bug#5928).
1778
1779 2010-04-19 Glenn Morris <rgm@gnu.org>
1780
1781 * progmodes/fortran.el (fortran-match-and-skip-declaration):
1782 New function.
1783 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
1784
1785 2010-04-19 Kenichi Handa <handa@m17n.org>
1786
1787 * language/indian.el (malayalam-composable-pattern): Fix previous
1788 change (add U+0D4D "SIGN VIRAMA").
1789 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1790 (tamil-composable-pattern): Fix typo in the regexp.
1791 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1792 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1793 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1794
1795 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
1796
1797 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1798 paragraph-separate (Bug#5821).
1799
1800 2010-04-19 Juri Linkov <juri@jurta.org>
1801
1802 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1803
1804 * info.el (Info-find-node-2): Comment out code that skips
1805 breadcrumbs line.
1806 (Info-mouse-follow-link): New command.
1807 (Info-link-keymap): New keymap.
1808 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1809 Return a string with links instead of inserting breadcrumbs
1810 to the Info buffer.
1811 (Info-fontify-node): Comment out code that inserts breadcrumbs.
1812 Instead of putting the `invisible' text property over the Info
1813 header, make an overlay over the Info header with the `invisible'
1814 property and `after-string' set to the string returned by
1815 `Info-breadcrumbs'.
1816
1817 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
1818
1819 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1820 Reported by monkey@sandpframing.com.
1821
1822 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1823
1824 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
1825 (tmm-get-keymap): Add key-binding shortcuts now that they're not
1826 available in the "keyseq cache" any more.
1827
1828 * custom.el (defcustom): Add edebug spec.
1829
1830 2010-04-18 Juri Linkov <juri@jurta.org>
1831
1832 Test for special mode-class in view-buffer instead of view-file (bug#5513).
1833
1834 * view.el (view-file, view-buffer): Move test for special mode-class
1835 from view-file to view-buffer.
1836
1837 * tar-mode.el (tar-extract): Turn if's into one cond
1838 like in arc-mode.el.
1839
1840 2010-04-18 Juri Linkov <juri@jurta.org>
1841
1842 Add 7z archive format support (bug#5475).
1843
1844 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
1845 (archive-7z-extract): New defcustom.
1846 (archive-find-type): Add magic string for 7z.
1847 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
1848 If `stderr-file' is non-nil, use `(t stderr-file)' for the
1849 `buffer' arg of `call-process'.
1850 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
1851 call the function `archive-7z-extract' with the variable
1852 `archive-7z-extract' let-bound to `archive-zip-extract'.
1853 (archive-7z-summarize, archive-7z-extract): New functions.
1854
1855 * international/mule.el (auto-coding-alist):
1856 * files.el (auto-mode-alist): Add 7z file extension.
1857
1858 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1859
1860 * loadup.el: Setup hash-cons for pure data.
1861
1862 Fix duplicate entries in cedet's loaddefs.el files.
1863 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
1864 Should make most file-local generated-autoload-file unnecessary.
1865 (print-readably): Silence warnings.
1866 (autoload-find-destination): Take load-name as an arg to make sure
1867 it's the same as the one that will be in the file.
1868 (autoload-generate-file-autoloads): Adjust to above changes.
1869 Try to make the dataflow a bit simpler.
1870
1871 * cvs-status.el (cvs-refontify): Remove unused.
1872
1873 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
1874
1875 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
1876
1877 * calc-bin.el (calc-radix): Have the "O" option turn on
1878 twos-complement mode.
1879
1880 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
1881
1882 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
1883 Add `calc-option-prefix-help' to calc-help autoloads.
1884 (calc-inverse): Add "Option" to message, as appropriate.
1885 (calc-hyperbolic): Add "Option" to message, as appropriate.
1886 (calc-option, calc-is-option): New functions.
1887
1888 * calc-help.el (calc-full-help): Add `calc-option-help'.
1889 (calc-option-prefix-help): New function.
1890
1891 * calc-misc.el (calc-help): Add "Option" entry.
1892
1893 * calc.el (calc-local-var-list): Add `calc-option-flag'.
1894 (calc-option-flag): New variable.
1895 (calc-do): Set `calc-option-flag to nil.
1896 (calc-set-mode-line): Add "Opt " as appropriate.
1897
1898 2010-04-16 Juri Linkov <juri@jurta.org>
1899
1900 Move scrolling commands from simple.el to window.el
1901 because their primitives are implemented in window.c.
1902
1903 * simple.el (scroll-error-top-bottom)
1904 (scroll-up-command, scroll-down-command, scroll-up-line)
1905 (scroll-down-line, scroll-other-window-down)
1906 (beginning-of-buffer-other-window, end-of-buffer-other-window):
1907 * window.el (scroll-error-top-bottom)
1908 (scroll-up-command, scroll-down-command, scroll-up-line)
1909 (scroll-down-line, scroll-other-window-down)
1910 (beginning-of-buffer-other-window, end-of-buffer-other-window):
1911 Move from simple.el to window.el because their primitives are
1912 implemented in window.c.
1913
1914 2010-04-16 Juri Linkov <juri@jurta.org>
1915
1916 * isearch.el (isearch-lookup-scroll-key): Check both
1917 `isearch-scroll' and `scroll-command' properties.
1918 (scroll-up, scroll-down): Remove `isearch-scroll' property.
1919
1920 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
1921
1922 * simple.el (scroll-up-command, scroll-down-command)
1923 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
1924
1925 2010-04-15 Juri Linkov <juri@jurta.org>
1926
1927 * simple.el (scroll-up-command, scroll-down-command)
1928 (scroll-up-line, scroll-down-line): Put `scroll-command'
1929 property on the these symbols. Remove them from
1930 `scroll-preserve-screen-position-commands'.
1931
1932 * mwheel.el (mwheel-scroll): Put `scroll-command' and
1933 `isearch-scroll' properties on the `mwheel-scroll' symbol.
1934 Remove it from `scroll-preserve-screen-position-commands'.
1935
1936 * isearch.el (isearch-allow-scroll): Doc fix.
1937
1938 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
1939
1940 * net/tramp.el (tramp-error-with-buffer): Don't show the
1941 connection buffer when we are in completion mode.
1942 (tramp-file-name-handler): Catch the error for some operations
1943 when we are in completion mode. This gives the user the chance to
1944 correct the file name in the minibuffer.
1945
1946 2010-04-15 Glenn Morris <rgm@gnu.org>
1947
1948 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
1949
1950 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
1951
1952 Simplify by using `define-derived-mode'.
1953 * info.el (Info-mode):
1954 * calendar/todo-mode.el (todo-mode):
1955 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
1956 (gomoku-mode-map): Move initialization into declaration.
1957
1958 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
1959
1960 Fix Bug#5840.
1961 * ido.el (ido-file-name-all-completions-1):
1962 * minibuffer.el (minibuffer-completion-help):
1963 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
1964
1965 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1966
1967 * simple.el (non-essential): New var.
1968
1969 Add a new field `location' to bookmarks for non-file bookmarks.
1970 * bookmark.el (bookmark-location): Use the new field, if present.
1971 (bookmark-insert-location): Undo last change, not needed any more.
1972 * man.el (Man-bookmark-make-record):
1973 * woman.el (woman-bookmark-make-record): Add `location' field.
1974
1975 2010-04-14 Juri Linkov <juri@jurta.org>
1976
1977 * simple.el (scroll-error-top-bottom): New defcustom.
1978 (scroll-up-command, scroll-down-command): Use it. Doc fix.
1979
1980 * emulation/pc-select.el (pc-select-override-scroll-error):
1981 Obsolete in favor of `scroll-error-top-bottom'.
1982
1983 2010-04-14 Juri Linkov <juri@jurta.org>
1984
1985 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
1986 `scroll-up-command' and `M-v' to `scroll-down-command'.
1987
1988 * emulation/cua-rect.el (cua--init-rectangles):
1989 * forms.el (forms--change-commands):
1990 * image-mode.el (image-mode-map):
1991 Remap scroll-down-command and scroll-up-command
1992 in addition to scroll-down and scroll-up.
1993
1994 2010-04-14 Juri Linkov <juri@jurta.org>
1995
1996 * mwheel.el (scroll-preserve-screen-position-commands):
1997 Add mwheel-scroll to this list of commands.
1998
1999 * simple.el (scroll-preserve-screen-position-commands):
2000 Add scroll-up-command, scroll-down-command, scroll-up-line,
2001 scroll-down-line to this list of commands.
2002
2003 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2004
2005 * obsolete/complete.el: Move from lisp/complete.el.
2006
2007 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
2008
2009 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
2010 to the minor mode function now turns the mode ON unconditionally.
2011
2012 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2013
2014 * vc-dir.el (vc-dir-kill-line): New command.
2015 (vc-dir-mode-map): Bind it to C-k.
2016
2017 * bookmark.el (bookmark-insert-location): Handle a nil filename.
2018
2019 * woman.el: Add bookmark declarations to silence the compiler.
2020 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
2021 step to compatibility between man and woman bookmarks.
2022 Adjust for Man-default-bookmark-title renaming.
2023 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
2024
2025 * man.el: Add bookmark declarations to silence the compiler.
2026 (Man-name-local-regexp): Make it match NAME as well.
2027 (Man-getpage-in-background): Return the buffer.
2028 (Man-notify-when-ready): Use `case'.
2029 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
2030 Don't hardcode "NAME". Simplify.
2031 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
2032 Rename from Man-bookmark-make-record.
2033 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
2034 we have the actual man-args. Use Man-getpage-in-background rather
2035 than `man' since the arg is already processed. Let bookmark.el do the
2036 window handling. Only wait for the relevant process.
2037 Don't forget to autoload.
2038
2039 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
2040
2041 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2042
2043 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
2044 New functions.
2045 (woman-mode): Setup bookmark support.
2046
2047 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
2048 (man-bookmark-jump): New functions.
2049 (Man-mode): Setup bookmark support.
2050
2051 2010-04-10 Jari Aalto <jari.aalto@cante.net>
2052
2053 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
2054 recognize ssh-keygen prompt (Bug#2817).
2055
2056 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
2057
2058 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
2059
2060 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
2061
2062 Synchronize with Tramp repository.
2063
2064 * net/tramp.el (tramp-completion-function-alist)
2065 (tramp-file-name-regexp, tramp-chunksize)
2066 (tramp-local-coding-commands, tramp-remote-coding-commands):
2067 Fix docstring.
2068 (tramp-remote-process-environment): Use `format' instead of `concat'.
2069 (tramp-handle-directory-files-and-attributes)
2070 (tramp-get-remote-path): Use `copy-tree'.
2071 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2072 compatibility: Use `completion-ignore-case' if
2073 `read-file-name-completion-ignore-case' does not exist.
2074 (tramp-do-copy-or-rename-file-directly): Do not use
2075 `tramp-handle-file-remote-p'.
2076 (tramp-do-copy-or-rename-file-out-of-band):
2077 Use `tramp-compat-delete-directory'.
2078 (tramp-do-copy-or-rename-file-out-of-band)
2079 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2080 Use `format-spec-make'.
2081 (tramp-find-foreign-file-name-handler)
2082 (tramp-advice-make-auto-save-file-name)
2083 (tramp-set-auto-save-file-modes): Remove superfluous check for
2084 `stringp'. This is done inside `tramp-tramp-file-p'.
2085 (tramp-debug-outline-regexp): New defconst.
2086 (tramp-get-debug-buffer): Use it.
2087 (tramp-check-for-regexp): Use (forward-line 1).
2088 (tramp-set-auto-save-file-modes): Adapt version check.
2089
2090 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
2091 Wrap call of `featurep' for 2nd argument.
2092 (tramp-compat-make-temp-file): Simplify fallback implementation.
2093 (tramp-compat-copy-tree): Remove function.
2094 (tramp-compat-delete-directory): Provide implementation for older
2095 Emacsen.
2096
2097 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
2098 Do not use `tramp-fish-handle-file-attributes.
2099
2100 * net/trampver.el: Update release number.
2101
2102 2010-04-10 Glenn Morris <rgm@gnu.org>
2103
2104 * progmodes/compile.el (compilation-save-buffers-predicate):
2105 Add missing :version tag.
2106
2107 2010-04-09 Sam Steingold <sds@gnu.org>
2108
2109 * progmodes/compile.el (compilation-save-buffers-predicate):
2110 Remove the "autoload" cookie.
2111
2112 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
2113 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
2114 and `bug-reference-prog-mode' can be used in hooks directly.
2115
2116 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
2117
2118 Add --author support to git commit.
2119 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
2120 (vc-git-log-edit-mode): New minor mode.
2121 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
2122 New declarations.
2123
2124 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
2125
2126 * vc-hooks.el, vc-git.el: Improve documentation comments.
2127
2128 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2129
2130 Fix some of the problems in defsubst* (bug#5728).
2131 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
2132 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
2133
2134 2010-04-07 Sam Steingold <sds@gnu.org>
2135
2136 * progmodes/compile.el (compilation-save-buffers-predicate):
2137 New custom variable.
2138 (compile, recompile): Pass it to `save-some-buffers'.
2139
2140 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
2141
2142 * wid-edit.el (widget-choose): Move cursor to the second line of
2143 the buffer (Bug#5695).
2144
2145 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
2146
2147 Add new VC methods: vc-log-incoming and vc-log-outgoing.
2148 * vc.el (vc-print-log-setup-buttons): New function split out from
2149 vc-print-log-internal.
2150 (vc-log-internal-common): New function, a parametrized version of
2151 vc-print-log-internal.
2152 (vc-print-log-internal): Just call vc-log-internal-common with the
2153 right arguments.
2154 (vc-incoming-outgoing-internal):
2155 (vc-log-incoming, vc-log-outgoing): New functions.
2156 (vc-log-view-type): New permanent local variable.
2157
2158 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
2159
2160 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
2161 of the dynamic bound vc-short-log.
2162 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
2163
2164 * vc-git.el (vc-git-log-outgoing): New function.
2165 (vc-git-log-view-mode): Use vc-log-view-type instead
2166 of the dynamic bound vc-short-log.
2167
2168 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
2169 of the dynamic bound vc-short-log. Highlight the tag.
2170 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
2171 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
2172 (vc-hg-incoming-mode): Remove.
2173 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
2174
2175 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
2176
2177 Fix default-directory for vc-root-diff.
2178 * vc.el (vc-root-diff): Bind default-directory to the root
2179 directory for the diff command.
2180
2181 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
2182
2183 * progmodes/verilog-mode.el (verilog-forward-sexp):
2184 (verilog-calc-1): Support "disable fork" and "fork wait" multi
2185 word keywords, suggested by Steve Pearlmutter.
2186 (verilog-pretty-declarations): Support lineup of declarations in
2187 port lists.
2188 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
2189 fix bug for /* / comments
2190 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
2191 Speed up and simplfy as this is never called with a bound.
2192 (verilog-pretty-declarations): Enhance to line up declarations
2193 inside a parameter list, suggested by Alan Morgan.
2194 (verilog-pretty-expr): Tune assignment regular expression match
2195 string for corner cases; also use markers instead of character
2196 number as indent changes the later.
2197
2198 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
2199
2200 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
2201 as missing keyword.
2202 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
2203 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
2204 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
2205 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
2206 Tennant.
2207 (verilog-keywords):
2208 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
2209 1800-2009 keywords, including "global.".
2210
2211 2010-04-06 John Wiegley <jwiegley@gmail.com>
2212
2213 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2214 appearing in buffer list (if a live buffer name matched a recentf
2215 file basename). Should use uniquify to offer a real solution.
2216
2217 2010-04-06 John Wiegley <jwiegley@gmail.com>
2218
2219 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
2220 comment to code, and add a :version tag.
2221 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
2222
2223 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
2224
2225 Enable recentf-mode if using virtual buffers.
2226 * ido.el (recentf-list): Declare for byte-compiler.
2227 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
2228 (ido-make-buffer-list): Simplify.
2229 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
2230
2231 2010-04-05 Juri Linkov <juri@jurta.org>
2232
2233 Scrolling commands which scroll a line instead of full screen.
2234 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2235
2236 * simple.el (scroll-up-line, scroll-down-line): New commands.
2237 Put property isearch-scroll=t on them.
2238
2239 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
2240 Remove commands.
2241
2242 2010-04-05 Juri Linkov <juri@jurta.org>
2243
2244 Scrolling commands which do not signal errors at top/bottom.
2245 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2246
2247 * simple.el (scroll-up-command, scroll-down-command): New commands.
2248 Put property isearch-scroll=t on them.
2249
2250 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
2251 `scroll-down-command' and [next] from `scroll-up' to
2252 `scroll-up-command'.
2253
2254 * emulation/cua-base.el: Put property CUA=move on
2255 `scroll-up-command' and `scroll-down-command'.
2256 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
2257 and `scroll-down-command' to `cua-scroll-down'.
2258
2259 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
2260
2261 * help.el (describe-mode): Return nil.
2262
2263 2010-04-04 John Wiegley <jwiegley@gmail.com>
2264
2265 * ido.el (ido-use-virtual-buffers): New variable to indicate
2266 whether "virtual buffer" support is enabled for IDO.
2267 (ido-virtual): Face used to indicate virtual buffers in the list.
2268 (ido-buffer-internal): If a buffer is chosen, and no such buffer
2269 exists, but a virtual buffer of that name does (which would be why
2270 it was in the list), recreate the buffer by reopening the file.
2271 (ido-make-buffer-list): If virtual buffers are being used, call
2272 `ido-add-virtual-buffers-to-list' before the make list hook.
2273 (ido-virtual-buffers): New variable which contains a copy of the
2274 current contents of the `recentf-list', albeit pared down for the
2275 sake of speed, and with proper faces applied.
2276 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
2277 create a list of "virtual buffers" to present to the user in
2278 addition to the currently open set. Note that this logic could
2279 get rather slow if that list is too large. With the default
2280 `recentf-max-saved-items' of 200, there is little speed penalty.
2281
2282 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2283
2284 * font-lock.el: Require CL when compiling.
2285 (font-lock-turn-on-thing-lock): Use `case'.
2286
2287 2010-04-03 Eli Zaretskii <eliz@gnu.org>
2288
2289 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
2290 Zaretskii.
2291
2292 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
2293
2294 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
2295 (semantic-create-imenu-directory-index): Fix typos in docstrings.
2296 (semantic-imenu-goto-function): Reflow docstring.
2297
2298 2010-04-02 Juri Linkov <juri@jurta.org>
2299
2300 * ehelp.el (electric-help-orig-major-mode):
2301 New buffer-local variable.
2302 (electric-help-mode): Set it to original major-mode. Doc fix.
2303 (with-electric-help): Use `electric-help-orig-major-mode' instead
2304 of (default-value 'major-mode). Doc fix.
2305 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
2306
2307 2010-04-02 Sam Steingold <sds@gnu.org>
2308
2309 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
2310 `vc-hg-command' with a list of flags.
2311
2312 * progmodes/bug-reference.el (bug-reference-bug-regexp):
2313 Also accept "patch" and "RFE".
2314 (bug-reference-fontify): `bug-reference-url-format' can also be a
2315 function to be able to handle the bug kind.
2316 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
2317
2318 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
2319
2320 * tmm.el (tmm-get-keymap): Check with symbolp before passing
2321 value to fboundp, it may not be a symbol.
2322
2323 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2324
2325 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
2326
2327 2010-03-31 Juri Linkov <juri@jurta.org>
2328
2329 * simple.el (next-line, previous-line): Re-throw a signal
2330 with `signal' instead of using `ding'.
2331 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
2332
2333 2010-03-31 Juri Linkov <juri@jurta.org>
2334
2335 * simple.el (keyboard-escape-quit): Raise deselecting the active
2336 region higher than exiting the minibuffer.
2337 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
2338
2339 2010-03-31 Juri Linkov <juri@jurta.org>
2340
2341 * image.el (image-animated-p): Use `image-metadata' instead of
2342 `image-extension-data'. Get GIF extenstion data from metadata
2343 property `extension-data'.
2344
2345 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2346
2347 * simple.el (append-to-buffer): Simplify.
2348
2349 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
2350
2351 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2352 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2353
2354 2010-03-31 Kenichi Handa <handa@m17n.org>
2355
2356 * language/sinhala.el (composition-function-table): Fix regexp for
2357 the new Unicode specification.
2358
2359 * language/indian.el (devanagari-composable-pattern)
2360 (tamil-composable-pattern, kannada-composable-pattern)
2361 (malayalam-composable-pattern): Adjust for the new Unicode
2362 specification.
2363 (bengali-composable-pattern, gurmukhi-composable-pattern)
2364 (gujarati-composable-pattern, oriya-composable-pattern)
2365 (telugu-composable-pattern): New variables to cope with the new
2366 Unicode specification. Use them in composition-function-table.
2367
2368 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2369
2370 Make tmm-menubar work for the Buffers menu again (bug#5726).
2371 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2372 vectors rather than cons cells, as used in menu-bar-update-buffers.
2373
2374 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2375
2376 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2377 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2378 electric punctuation for "{}();,:" (Bug#5586).
2379
2380 * mail/sendmail.el (mail-default-directory): Doc fix.
2381
2382 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2383
2384 * mail/sendmail.el (mail-default-directory): Doc fix.
2385
2386 2010-03-31 Eli Zaretskii <eliz@gnu.org>
2387
2388 * subr.el (version-regexp-alist, version-to-list)
2389 (version-list-<, version-list-=, version-list-<=)
2390 (version-list-not-zero, version<, version<=, version=): Doc fix.
2391 (Bug#5744).
2392
2393 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
2394
2395 * vc.el (vc-root-diff): Doc fix.
2396
2397 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2398
2399 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2400
2401 * simple.el (append-to-buffer): Fix last change.
2402
2403 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2404
2405 * simple.el (append-to-buffer): Ensure that point is preserved if
2406 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2407 (Bug#5749)
2408
2409 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2410
2411 * files.el (auto-mode-case-fold): Change default to t.
2412
2413 2010-03-30 Juri Linkov <juri@jurta.org>
2414
2415 * dired-x.el (dired-omit-mode): Doc fix.
2416
2417 2010-03-30 Juri Linkov <juri@jurta.org>
2418
2419 * replace.el (occur-accumulate-lines): Move occur-engine related
2420 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
2421 to be located after `occur-engine'.
2422
2423 2010-03-30 Juri Linkov <juri@jurta.org>
2424
2425 Make occur handle multi-line matches cleanly with context.
2426 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
2427
2428 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
2429 (occur-engine): Add local variables `ret', `prev-after-lines',
2430 `prev-lines'. Use more arguments for `occur-context-lines'.
2431 Set first elem of its returned list to `data', and the second elem
2432 to `prev-after-lines'. Don't print the separator line.
2433 In the end, print remaining context after-lines.
2434 (occur-context-lines): Add new arguments `begpt', `endpt',
2435 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
2436 after-lines of the previous match with before-lines of the
2437 current match and not overlap them. Return a list with two
2438 values: the output line and the list of context after-lines.
2439
2440 2010-03-30 Juri Linkov <juri@jurta.org>
2441
2442 * replace.el (occur-accumulate-lines): Fix a bug where the first
2443 context line at the beginning of the buffer was missing.
2444
2445 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2446
2447 * files.el: Make bidi-display-reordering safe variable for boolean
2448 values.
2449
2450 2010-03-29 Phil Hagelberg <phil@evri.com>
2451 Chong Yidong <cyd@stupidchicken.com>
2452
2453 * subr.el: Extend progress reporters to perform "spinning".
2454 (progress-reporter-update, progress-reporter-do-update):
2455 Handle non-numeric value arguments.
2456 (progress-reporter--pulse-characters): New var.
2457
2458 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
2459
2460 * progmodes/compile.el (compilation-start): Fix regexp detection
2461 of initial cd command (Bug#5771).
2462
2463 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
2464
2465 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
2466
2467 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
2468
2469 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
2470 * lisp/progmodes/gdb-mi.el: Restore.
2471 * lisp/progmodes/gdb-ui.el: Remove.
2472 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
2473
2474 2010-03-25 Glenn Morris <rgm@gnu.org>
2475
2476 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2477 all dired buffers, even tramp ones. (Bug#5755)
2478
2479 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2480
2481 Add "union tags" in mpc.el.
2482 * mpc.el: Remove backward compatibility code.
2483 (mpc-browser-tags): Change default.
2484 (mpc--find-memoize-union-tags): New var.
2485 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
2486 (mpc-cmd-find): Handle the case where the playlist does not exist.
2487 Handle union-tags.
2488 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
2489 (mpc-cmd-add): Use mpc-cmd-flush.
2490 (mpc-tagbrowser-tag-name): New fun.
2491 (mpc-tagbrowser-buf): Use it.
2492 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
2493
2494 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2495
2496 Misc cleanup.
2497 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
2498 Use replace-regexp-in-string.
2499 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
2500 (makefile-imake-mode-syntax-table): Move init into defvar.
2501 (makefile-mode): Use define-derived-mode.
2502
2503 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2504 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2505 not be present any more.
2506
2507 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2508
2509 * faces.el (set-face-attribute): Fix typo in docstring.
2510 (face-valid-attribute-values): Reflow docstring.
2511
2512 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
2513
2514 2010-03-24 Glenn Morris <rgm@gnu.org>
2515
2516 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2517
2518 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2519
2520 * indent.el (indent-for-tab-command): Doc fix.
2521
2522 2010-03-24 Alan Mackenzie <acm@muc.de>
2523
2524 * progmodes/cc-engine.el (c-remove-stale-state-cache):
2525 Fix off-by-one error. Fixes bug #5747.
2526
2527 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2528
2529 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2530 (image-dired-read-comment): Doc fix.
2531
2532 * json.el (json-object-type, json-array-type, json-key-type)
2533 (json-false, json-null, json-read-number):
2534 * minibuffer.el (completion-in-region-functions):
2535 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2536 (cal-tex-cursor-week):
2537 * emacs-lisp/trace.el (trace-function):
2538 * eshell/em-basic.el (eshell/printnl):
2539 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2540 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2541 * obsolete/levents.el (allocate-event, event-key, event-object)
2542 (event-point, event-process, event-timestamp, event-to-character)
2543 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2544 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2545 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2546 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2547 (reftex-highlight-selection): Fix typos in docstrings.
2548
2549 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2550
2551 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2552
2553 2010-03-24 Glenn Morris <rgm@gnu.org>
2554
2555 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2556 2008-02-13 without comment; mark it obsolete.
2557 (rmail-highlight-headers): Use rmail-highlight-face once more.
2558
2559 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2560
2561 * woman.el (woman2-process-escapes): Only consume the newline if
2562 the filler character is on a line by itself (Bug#5729).
2563
2564 2010-03-24 Kenichi Handa <handa@m17n.org>
2565
2566 * language/indian.el (devanagari-composable-pattern): Add more
2567 consonants.
2568
2569 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
2570
2571 * net/trampver.el: Update release number.
2572
2573 2010-03-24 Glenn Morris <rgm@gnu.org>
2574
2575 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2576
2577 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
2578
2579 * net/tramp.el (tramp-find-executable):
2580 Use `tramp-get-connection-buffer'. Make the regexp for checking
2581 output of "wc -l" more robust.
2582 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2583 (tramp-open-connection-setup-interactive-shell): Remove workaround
2584 for OpenSolaris bug, it is not needed anymore.
2585
2586 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
2587
2588 * cedet/semantic/imenu.el: New file, from the CEDET repository
2589 (Bug#5412).
2590
2591 2010-03-24 Glenn Morris <rgm@gnu.org>
2592
2593 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2594
2595 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
2596
2597 * files.el (auto-mode-alist): Accept more verilog file patterns.
2598
2599 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2600
2601 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
2602
2603 2010-03-24 Glenn Morris <rgm@gnu.org>
2604
2605 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
2606 log-edit-before-checkin-process.
2607
2608 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
2609
2610 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
2611
2612 * vc-dispatcher.el (vc-start-logentry): Doc fix.
2613 (log-view-process-buffer, log-edit-extra-flags): Declare.
2614
2615 * log-edit.el (log-edit-before-checkin-process): Doc fix.
2616
2617 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2618 Consistently check ede-object is bound throughout.
2619
2620 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
2621
2622 2010-03-23 Sam Steingold <sds@gnu.org>
2623
2624 Fix bug#5620: recalculate all markers on compilation buffer
2625 modifications, not on file modifications.
2626 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
2627 the buffer modification time, for buffers not associated with files.
2628 (compilation-mode): Create it.
2629 (compilation-filter): Update it.
2630 (compilation-next-error-function): Use it instead of
2631 `visited-file-modtime' for timestamp.
2632
2633 2010-03-23 Juri Linkov <juri@jurta.org>
2634
2635 Implement Occur multi-line matches.
2636 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
2637
2638 * replace.el (occur): Doc fix.
2639 (occur-engine): Set `begpt' to the beginning of the first line.
2640 Set `endpt' to the end of the last match line. At first, count
2641 line numbers between `origpt' and `begpt'. Split out code from
2642 `out-line' variable to new let-bindings `match-prefix' and
2643 `match-str'. In `out-line' add non-numeric prefix to all
2644 non-first lines of multi-line matches. Finally, count lines
2645 between `begpt' and `endpt' and add to `lines'.
2646
2647 2010-03-23 Juri Linkov <juri@jurta.org>
2648
2649 * replace.el (occur-accumulate-lines, occur-engine):
2650 Use `occur-engine-line' instead of duplicate code.
2651 (occur-engine-line): New function created from duplicate code
2652 in `occur-accumulate-lines' and `occur-engine'.
2653
2654 * replace.el (occur-engine-line): Add optional arg `keep-props'.
2655 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
2656
2657 2010-03-23 Juri Linkov <juri@jurta.org>
2658
2659 * finder.el: Remove TODO tasks.
2660
2661 * info.el (Info-finder-find-node): Add node "all"
2662 with all package info. Handle a list of multiple keywords
2663 separated by comma.
2664 (info-finder): In interactive use with a prefix argument,
2665 use `completing-read-multiple' to read a list of keywords
2666 separated by comma.
2667
2668 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2669
2670 Add a new completion style `substring'.
2671 * minibuffer.el (completion-basic--pattern): New function.
2672 (completion-basic-try-completion, completion-basic-all-completions):
2673 Use it.
2674 (completion-substring--all-completions)
2675 (completion-substring-try-completion)
2676 (completion-substring-all-completions): New functions.
2677 (completion-styles-alist): New style `substring'.
2678
2679 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2680
2681 Get rid of .elc files after removal of the corresponding .el.
2682 * Makefile.in (compile-clean): New target.
2683 (compile-main): Use it.
2684
2685 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
2686
2687 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
2688 don't do make there. When compiling with separate object dir, there
2689 is no Makefile there.
2690
2691 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2692
2693 Get rid of the ELCFILES abomination, again.
2694 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2695 (all, compile): Don't call compile-last.
2696 (compile-main): Build the "elcfiles" list dynamically.
2697 (compile-targets): New (internal) target.
2698
2699 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
2700
2701 * Makefile.in (top_srcdir): Define.
2702 (abs_top_builddir): Define.
2703 (srcdir): Don't append `/..'.
2704 (EMACS): Use ${abs_top_builddir}.
2705 (all, compile, compile-always, compile-last): Don't set emacswd.
2706 (update-subdirs, update-authors): Use $(top_srcdir) instead of
2707 $(srcdir).
2708 (lisp): Use $(srcdir) instead of @srcdir@.
2709
2710 2010-03-21 Juri Linkov <juri@jurta.org>
2711
2712 Fix message of multi-line occur regexps and multi-buffer header lines.
2713 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
2714
2715 * replace.el (occur-1): Don't display regexp if it is longer
2716 than window-width. Use `query-replace-descr' to display regexp.
2717 (occur-engine): Don't display regexp in the buffer header for
2718 multi-buffer occur. Display a separate header line with total
2719 match count and regexp for multi-buffer occur.
2720 Use `query-replace-descr' to display regexp.
2721
2722 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
2723
2724 * net/secrets.el: Fix parenthesis.
2725 (secrets-enabled): Fix parenthesis.
2726
2727 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2728
2729 Use more relative file and directory names.
2730 * Makefile.in (EMACS): Arrange for it to work when we chdir.
2731 (setwins, setwins_almost, setwins_for_subdirs):
2732 Don't `cd'; output relative names.
2733 (all, compile, compile-always, compile-last): Set emacswd.
2734 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
2735 Just cd to the lisp source dir so we can use relative file names.
2736
2737 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
2738
2739 2010-03-20 Glenn Morris <rgm@gnu.org>
2740
2741 * textmodes/rst.el: Use faces for font-lock customization, and make the
2742 old -face variables obsolete.
2743 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
2744 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
2745 (rst-block-face, rst-external-face, rst-definition-face)
2746 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
2747 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
2748 Make obsolete.
2749 (rst-font-lock-keywords-function): Update for above changes.
2750
2751 2010-03-20 Juri Linkov <juri@jurta.org>
2752
2753 * s-region.el:
2754 * obsolete/s-region.el: Move to obsolete.
2755
2756 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
2757
2758 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
2759
2760 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2761
2762 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
2763
2764 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2765
2766 Add special markup processing for commit logs.
2767 * log-edit.el (log-edit-extra-flags): New variable.
2768 (log-edit): Add new argument MODE. Use that mode when non-nil
2769 instead of the log-view-mode.
2770 (log-view-process-buffer): New function.
2771
2772 * vc.el: Document that the checkin method takes optional
2773 arguments. Document new backend specific method: log-view-mode.
2774 (vc-default-log-edit-mode): New function.
2775 (vc-checkin): Use a backend specific log-view-mode.
2776 Pass extra arguments to the checkin method.
2777 (vc-modify-change-comment): Pass a dummy extra argument.
2778
2779 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
2780 log-edit.
2781 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
2782 (vc-finish-logentry): Process the log buffer before passing it
2783 down. Pass log-edit-extra-flags.
2784
2785 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
2786 command.
2787 (log-edit-extra-flags, log-edit-before-checkin-process):
2788 New declarations.
2789
2790 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
2791 command.
2792 (log-edit-extra-flags, log-edit-before-checkin-process):
2793 New declarations.
2794 (vc-hg-log-edit-mode): New derived mode.
2795
2796 * vc-arch.el (vc-arch-checkin):
2797 * vc-cvs.el (vc-cvs-checkin):
2798 * vc-git.el (vc-git-checkin):
2799 * vc-mtn.el (vc-mtn-checkin):
2800 * vc-rcs.el (vc-rcs-checkin):
2801 * vc-sccs.el (vc-sccs-checkin):
2802 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
2803
2804 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2805
2806 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
2807 parent typo).
2808
2809 2010-03-19 Glenn Morris <rgm@gnu.org>
2810
2811 * password-cache.el (password-cache, password-cache-expiry): Autoload.
2812
2813 2010-03-18 Glenn Morris <rgm@gnu.org>
2814
2815 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
2816
2817 * replace.el (query-replace-history): Give it a doc string.
2818 (map-query-replace-regexp): Use query-replace-from-history-variable
2819 and query-replace-to-history-variable.
2820
2821 * mail/hashcash.el (declare-function): Remove duplicate definition.
2822
2823 * mail/emacsbug.el (report-emacs-bug-pretest-address):
2824 Make it an obsolete alias for report-emacs-bug-address.
2825 (message-strip-special-text-properties): Declare.
2826 (report-emacs-bug): Remove test for a pretest bug address.
2827 Combine message-mode-specific code.
2828
2829 * mail/supercite.el: Don't require sendmail.
2830 (mh-in-header-p): Declare rather than using with-no-warnings.
2831 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
2832 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
2833
2834 * calendar/cal-french.el: Convert to utf-8.
2835
2836 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
2837 Emacs scripts.
2838
2839 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
2840
2841 * net/secrets.el (secrets-enabled): New variable. Use it instead
2842 of a subfeature.
2843
2844 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
2845
2846 * net/secrets.el (top): Register the D-Bus signals only when the
2847 service "org.freedesktop.secrets" can be pinged.
2848 Provide subfeature `enabled'.
2849
2850 2010-03-14 Juri Linkov <juri@jurta.org>
2851
2852 Add finder unknown keywords.
2853
2854 * finder.el (finder-unknown-keywords): New function.
2855
2856 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
2857 to create a Finder node with unknown keywords.
2858
2859 2010-03-14 Juri Linkov <juri@jurta.org>
2860
2861 * finder.el (finder-compile-keywords): Replace `princ' with
2862 `prin1' on a list of symbols interned from keyword strings.
2863
2864 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
2865 a comma, then split keywords using a comma and optional whitespace.
2866 Otherwise, split by whitespace.
2867
2868 * complete.el:
2869 * face-remap.el:
2870 * log-view.el:
2871 * net/hmac-def.el:
2872 * net/hmac-md5.el:
2873 * net/netrc.el:
2874 * progmodes/mixal-mode.el: Fix keywords.
2875
2876 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
2877
2878 * Makefile.in (ELCFILES): Add net/secrets.elc.
2879
2880 * net/secrets.el: New file.
2881
2882 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2883
2884 * facemenu.el (list-colors-display, list-colors-print): New arg
2885 callback. Use it to allow selecting colors.
2886
2887 * wid-edit.el (widget-image-insert): Insert image prop even if the
2888 current display is non-graphic.
2889 (widget-field-value-set): New fun.
2890 (editable-field): Use it.
2891 (widget-field-value-get): Clean up unused var.
2892 (widget-color-value-create, widget-color--choose-action):
2893 New funs. Allow using list-colors-display to choose color.
2894
2895 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2896
2897 * cus-edit.el: Resort topmost custom groups.
2898 (custom-buffer-sort-alphabetically): Default to t.
2899 (customize-apropos): Use apropos-parse-pattern.
2900 (custom-search-field): New var.
2901 (custom-buffer-create-internal): Add custom-apropos search field.
2902 (custom-add-parent-links): Don't display parent doc.
2903 (custom-group-value-create): Don't sort top-level custom group.
2904 (custom-magic-value-create): Show visibility button before option name.
2905
2906 (custom-variable-state): New fun, from custom-variable-state-set.
2907 (custom-variable-state-set): Use it.
2908 (custom-group-value-create): Hide options with standard values
2909 using the :hidden-states property. Use progress reporter.
2910
2911 (custom-show): Simplify.
2912 (custom-visibility): Disable images by default.
2913 (custom-variable): New property :hidden-states.
2914 (custom-variable-value-create): Enable images for
2915 custom-visibility widgets. Use :hidden-states property to
2916 determine initial visibility.
2917
2918 * wid-edit.el (widget-image-find): Give images center ascent.
2919 (visibility): Add :on-image and :off-image properties.
2920 (widget-visibility-value-create): Use them.
2921
2922 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2923
2924 * cus-edit.el (processes): Remove from development group.
2925 (oop, hypermedia): Delete group.
2926 (comm): Promote to top-level group.
2927
2928 * net/browse-url.el (browse-url):
2929 * net/xesam.el (xesam):
2930 * net/tramp.el (tramp):
2931 * net/goto-addr.el (goto-address):
2932 * net/ange-ftp.el (ange-ftp): Put in comm group.
2933
2934 * view.el (view): Remove from editing group.
2935
2936 * uniquify.el (uniquify): Put in files group.
2937
2938 * net/browse-url.el (browse-url):
2939 * ps-print.el (postscript): Put in external group.
2940
2941 * cus-edit.el (outlines):
2942 * textmodes/text-mode.el (text-mode-hook):
2943 * textmodes/table.el (table):
2944 * textmodes/picture.el (picture):
2945 * outline.el (outlines): Put in wp group.
2946
2947 * nxml/nxml-mode.el (nxml): Remove from wp group.
2948
2949 * net/tramp-imap.el (tramp-imap): Put in tramp group.
2950
2951 * mail/metamail.el (metamail): Remove from hypermedia group.
2952
2953 * cus-edit.el (abbrev):
2954 * whitespace.el (whitespace):
2955 * vcursor.el (vcursor):
2956 * reveal.el (reveal):
2957 * hl-line.el (hl-line): Put in convenience group.
2958
2959 * epg-config.el (epg): Put in data group.
2960
2961 * emulation/pc-select.el (pc-select): Put in emulations group.
2962
2963 * calculator.el (calculator): Put in applications group.
2964
2965 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
2966
2967 Add .dir-locals.el support for file-less buffers.
2968 * files.el (hack-local-variables): Split out code to apply local
2969 variable settings ...
2970 (hack-local-variables-apply): ... here. New function.
2971 (hack-dir-local-variables): Use the default directory for when the
2972 buffer does not have an associated file.
2973 (hack-dir-local-variables-non-file-buffer): New function.
2974 * diff-mode.el (diff-mode):
2975 * vc-annotate.el (vc-annotate-mode):
2976 * vc-dir.el (vc-dir-mode):
2977 * log-edit.el (log-edit-mode):
2978 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
2979
2980 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
2981
2982 Add support for shelving snapshots and for showing shelves.
2983 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
2984 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
2985 New functions.
2986 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2987 (vc-bzr-extra-menu-map): Map them.
2988
2989 2010-03-11 Glenn Morris <rgm@gnu.org>
2990
2991 * cus-edit.el (customize-changed-options-previous-release):
2992 Bump to 23.1.
2993
2994 * image.el (image-animate-max-time): Fix :version tag.
2995
2996 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2997
2998 * Branch for 23.2.
2999
3000 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3001
3002 * vc-git.el (vc-git-revision-table): Include remote branches.
3003
3004 2010-03-10 Kim F. Storm <storm@cua.dk>
3005
3006 Animated image API.
3007 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
3008
3009 * image.el (image-animate-max-time): New defcustom.
3010 (image-animated-types): New defconst.
3011 (create-animated-image, image-animate-timer)
3012 (image-animate-start, image-animate-stop, image-animate-timeout)
3013 (image-animated-p): New functions.
3014
3015 * image-mode.el (image-toggle-display-image):
3016 Replace `create-image' with `create-animated-image'.
3017
3018 2010-03-09 Miles Bader <miles@gnu.org>
3019
3020 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
3021 instead of "format:"; this ensures that the output is
3022 newline-terminated.
3023
3024 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
3025
3026 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
3027 that all errors are caught, and that the return value is always a
3028 list (Bug#5692).
3029
3030 2010-03-08 Kenichi Handa <handa@m17n.org>
3031
3032 * language/misc-lang.el (windows-1256): New coding system.
3033 (cp1256): New alias of windows-1256 (bug#5690).
3034
3035 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
3036
3037 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
3038 call to rfc822-bad-address. (Bug#5692)
3039
3040 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
3041
3042 * vc-git.el (vc-git-annotate-extract-revision-at-line):
3043 Use vc-git-root as default directory for revision path (Bug#5657).
3044
3045 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
3046
3047 * calculator.el (calculator): Don't bind split-window-keep-point
3048 (Bug#5674).
3049
3050 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3051
3052 * vc-git.el: Re-flow to fit into 80 columns.
3053 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
3054 Remove spurious `quote' element in each case alternative.
3055 (vc-git-show-log-entry): Use prog1.
3056 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
3057
3058 2010-03-06 Glenn Morris <rgm@gnu.org>
3059
3060 * cedet/semantic/grammar.el (semantic-grammar-header-template):
3061 Update template copyright to GPLv3+.
3062
3063 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3064
3065 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
3066
3067 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
3068
3069 * macros.el (insert-kbd-macro): Look up keyboard macro using the
3070 definition, not the name (Bug#5481).
3071
3072 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
3073
3074 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
3075 argument with a local variable. (Bug#5670)
3076
3077 2010-03-02 Juri Linkov <juri@jurta.org>
3078
3079 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
3080
3081 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
3082
3083 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
3084 error when FILENAME and NEWNAME are existing remote directories.
3085
3086 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
3087 parameter DIR-FLAG.
3088
3089 2010-03-02 Glenn Morris <rgm@gnu.org>
3090
3091 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
3092 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
3093
3094 2010-03-01 Kenichi Handa <handa@m17n.org>
3095
3096 * language/burmese.el (burmese-composable-pattern): Rename from
3097 myanmar-composable-pattern.
3098
3099 * international/characters.el (script-list):
3100 * international/fontset.el (script-representative-chars):
3101 Change myanmar to burmese.
3102 (otf-script-alist): Likewise.
3103 (setup-default-fontset): Likewise. Re-fix :otf spec.
3104
3105 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3106
3107 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
3108
3109 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
3110
3111 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
3112
3113 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
3114
3115 * net/tramp.el (tramp-handle-write-region): START can be a string.
3116 Take care in the checks. Reported by Dan Davison
3117 <davison@stats.ox.ac.uk>.
3118
3119 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
3120
3121 * net/dbus.el (dbus-introspect, dbus-get-property)
3122 (dbus-set-property, dbus-get-all-properties):
3123 Use `dbus-call-method' when noninteractive. (Bug#5645)
3124
3125 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
3126
3127 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
3128 * emacs-lisp/elint.el (elint-add-required-env):
3129 * cedet/semantic/db-find.el
3130 (semanticdb-find-translate-path-brutish-default):
3131 * cedet/ede/make.el (ede-make-check-version):
3132 * calendar/icalendar.el (icalendar--add-diary-entry):
3133 * calc/calcalg2.el (math-tracing-integral):
3134 * files.el (recover-session-finish): Use with-current-buffer
3135 instead of save-excursion.
3136
3137 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
3138
3139 Fix in-buffer completion when after-change-functions modify the buffer.
3140 * minibuffer.el (completion--replace): New function.
3141 (completion--do-completion): Use it and use relative movement.
3142
3143 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
3144
3145 * international/fontset.el (setup-default-fontset): Fix :otf spec.
3146
3147 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
3148
3149 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
3150 Allow the characters _<> in the stack entry (Bug#5653).
3151
3152 2010-02-26 Kenichi Handa <handa@m17n.org>
3153
3154 * language/burmese.el: Fix entries in composition-function-table.
3155 (myanmar-composable-pattern): New variable.
3156
3157 * international/fontset.el (setup-default-fontset): Add an entry
3158 for myanmar.
3159
3160 * international/characters.el (script-list): Add Myanmar
3161 Extended-A.
3162
3163 2010-02-26 Glenn Morris <rgm@gnu.org>
3164
3165 * custom.el (custom-initialize-delay): Doc fix.
3166
3167 * mail/sendmail.el (send-mail-function): Autoload the call
3168 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
3169
3170 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
3171
3172 * files.el (hack-local-variables-filter): For eval forms, also
3173 check safe-local-variable-p (Bug#5636).
3174
3175 2010-02-24 Eduard Wiebe <usenet@pusto.de>
3176
3177 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
3178 and use c(ad)r of cddr (Bug#5640).
3179
3180 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
3181
3182 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
3183 setting the modes by `ignore-errors'. It might fail, for example
3184 if the file is not owned by the user but the group.
3185 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
3186
3187 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
3188
3189 * files.el (directory-listing-before-filename-regexp): Use
3190 stricter matching for iso-style dates, to avoid false matches with
3191 date-like filenames (Bug#5597).
3192
3193 * htmlfontify.el (htmlfontify): Doc fix.
3194
3195 * eshell/eshell.el (eshell): Doc fix.
3196
3197 * startup.el (fancy-about-screen): In mode-line, apply
3198 mode-line-buffer-id face only to the buffer name (Bug#5613).
3199
3200 2010-02-20 Kevin Ryde <user42@zip.com.au>
3201
3202 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3203 In `watcom' anchor regexp to start of line, to avoid slowness
3204 (Bug#5599).
3205
3206 2010-02-20 Eli Zaretskii <eliz@gnu.org>
3207
3208 * subr.el (remove-yank-excluded-properties): Explain in a comment
3209 why `category' property is removed.
3210
3211 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
3212
3213 * isearch.el (isearch-update-post-hook, isearch-update): Revert
3214 2010-02-17 change.
3215
3216 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
3217
3218 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3219 (icalendar--convert-weekly-to-ical)
3220 (icalendar--convert-yearly-to-ical)
3221 (icalendar--convert-block-to-ical)
3222 (icalendar--convert-cyclic-to-ical)
3223 (icalendar--convert-anniversary-to-ical): Take care of time
3224 specifications where hour has 1-digit only (Bug#5549).
3225
3226 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
3227
3228 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3229 of disassemble output in GDB 7.1.
3230
3231 2010-02-19 Glenn Morris <rgm@gnu.org>
3232
3233 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3234 property. (Bug#5593)
3235
3236 2010-02-18 Sam Steingold <sds@gnu.org>
3237
3238 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3239
3240 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3241
3242 Use abbreviated file names in bookmarks (bug#5591).
3243 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3244 calls to expand-file-name.
3245 (bookmark-relocate): Use abbreviated file names in bookmarks.
3246 (bookmark-load): Use abbreviated file names in messages.
3247
3248 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
3249
3250 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3251 expand "." and "..". Reported by Thierry Volpiatto
3252 <thierry.volpiatto@gmail.com>.
3253
3254 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
3255
3256 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3257 permissions of the temporary file to "0600". In case the remote
3258 file has no read permissions for the owner, there might be
3259 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
3260
3261 22010-02-18 Glenn Morris <rgm@gnu.org>
3262
3263 * emacs-lisp/authors.el (authors-renamed-files-alist):
3264 Add entries for INSTALL.CVS.
3265
3266 2010-02-17 Mark A. Hershberger <mah@everybody.org>
3267
3268 * vc-bzr.el: Fix typo in Known Bugs section.
3269
3270 * isearch.el (isearch-update-post-hook): New hook.
3271 (isearch-update): Use the new hook.
3272
3273 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
3274
3275 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3276 Fix errors in copying directories.
3277 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3278 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3279 (tramp-handle-delete-file)
3280 (tramp-handle-dired-recursive-delete-directory)
3281 (tramp-handle-write-region): Flush also the cache for the upper
3282 directory.
3283
3284 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
3285
3286 * simple.el (save-interprogram-paste-before-kill): Doc fix.
3287
3288 * cus-edit.el (hardware): Doc fix.
3289
3290 * man.el (man): Add to external custom group.
3291
3292 * delim-col.el (columns): Move to wp custom group.
3293
3294 * doc-view.el (doc-view): Add to data custom group.
3295
3296 * cedet/data-debug.el (data-debug): Move to extensions group.
3297
3298 * cedet/ede.el (ede):
3299 * cedet/srecode.el (srecode):
3300 * cedet/semantic.el (semantic): Put in tools and extensions group.
3301
3302 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
3303
3304 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3305 by ispell-parse-output (Bug#5575).
3306
3307 2010-02-16 Kenichi Handa <handa@m17n.org>
3308
3309 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3310 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3311 (skkdic-convert): Use `euc-japan' coding system for writing.
3312
3313 2010-02-16 Glenn Morris <rgm@gnu.org>
3314
3315 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3316 tex-main-file before using it. (Bug#5562)
3317
3318 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3319
3320 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3321 warnings, since it is annoying for the user to see them each time he
3322 runs the code.
3323
3324 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
3325
3326 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3327 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3328 instead of PROC for caching "first-password-request". Otherwise,
3329 new processes would not profit from passwords already entered.
3330
3331 * net/tramp-cache.el (tramp-dump-connection-properties):
3332 Don't save "first-password-request" property.
3333
3334 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
3335
3336 * outline.el (outline-head-from-level):
3337 * simple.el (with-wrapper-hook):
3338 * cedet/ede.el (ede-run-target, project-delete-target)
3339 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
3340 (ede-adebug-project, ede-adebug-project-parent)
3341 (ede-adebug-project-root):
3342 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3343 (elint-defun, elint-buffer-env, elint-top-form-logged)
3344 (elint-unbound-variable):
3345 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3346 Fix typos in docstrings.
3347
3348 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
3349
3350 * files.el (insert-directory): When WILDCARD-REGEXP and
3351 FULL-DIRECTORY-P are nil, insert the file entry instead of the
3352 whole directory. (Bug#5551)
3353
3354 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
3355 dired's alignment sanity. (Bug#5516)
3356
3357 2010-02-14 Juri Linkov <juri@jurta.org>
3358
3359 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3360 Remove remaining ^H with their preceding chars. (Bug#5566)
3361
3362 2010-02-13 Glenn Morris <rgm@gnu.org>
3363
3364 * simple.el (transpose-subr): Give it a doc-string.
3365
3366 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3367 Doc fixes.
3368
3369 2010-02-12 Juri Linkov <juri@jurta.org>
3370
3371 * arc-mode.el (archive-unique-fname): Make directories for nested
3372 archives. (Bug#5540)
3373
3374 2010-02-12 Juri Linkov <juri@jurta.org>
3375
3376 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
3377
3378 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3379
3380 * subr.el (copy-overlay): Handle deleted overlays.
3381
3382 * man.el (Man-completion-table): Don't signal an error if we can't run
3383 manual-program (bug#4056).
3384
3385 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
3386
3387 * textmodes/artist.el (artist-mt): Fix typos in docstring.
3388
3389 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3390
3391 * info.el (Info-bookmark-jump): Simplify.
3392
3393 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3394 (bookmark-default-handler): Accept new bookmark field `buffer'.
3395
3396 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
3397
3398 * iswitchb.el (iswitchb-completions): Revert last change.
3399
3400 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
3401
3402 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3403 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3404 This prevents file names like "~/" being listed literally.
3405
3406 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
3407
3408 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3409 Remove dead code. (Bug#5546)
3410
3411 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
3412
3413 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3414 correctly (Bug#5548).
3415
3416 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
3417
3418 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3419 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3420
3421 2010-02-08 Kenichi Handa <handa@m17n.org>
3422
3423 * international/mule-util.el (with-coding-priority): Add autoload
3424 cookie for putting `lisp-indent-function'.
3425
3426 2010-02-07 Glenn Morris <rgm@gnu.org>
3427
3428 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3429 Move F2003 named interfaces from keywords-2 to keywords-1, and
3430 use function-name-face rather than constant-face.
3431 Simplify "abstract interface" regexp.
3432
3433 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
3434
3435 * eshell/esh-util.el (eshell-file-attributes): New optional arg
3436 ID-FORMAT. Pass it to `file-attributes'.
3437
3438 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3439
3440 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
3441
3442 * faces.el (set-face-attribute): Allow calling
3443 internal-set-lisp-face-attribute with 'unspecified family and
3444 foundry argument (Bug#5536).
3445
3446 2010-02-07 Glenn Morris <rgm@gnu.org>
3447
3448 * progmodes/f90.el (f90-font-lock-keywords-2)
3449 (f90-looking-at-type-like, f90-looking-at-program-block-end):
3450 Handle F2003 named interfaces.
3451
3452 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
3453
3454 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3455 beg and end before calling c-get-state-before-change-functions.
3456
3457 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
3458
3459 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
3460
3461 2010-02-05 Juri Linkov <juri@jurta.org>
3462
3463 * doc-view.el (doc-view-mode):
3464 * image-mode.el (image-mode): Put property mode-class=special.
3465 (Bug#4896)
3466
3467 2010-02-05 Mark A. Hershberger <mah@everybody.org>
3468
3469 * vc-svn.el (vc-svn-revision-table): New function.
3470
3471 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
3472
3473 * net/ange-ftp.el (ange-ftp-insert-directory):
3474 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3475 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3476 Handle also directories. (Bug#5478)
3477
3478 2010-02-05 Glenn Morris <rgm@gnu.org>
3479
3480 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3481
3482 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
3483
3484 * startup.el (command-line-1): Convert options beginning with a
3485 single dash as well (Bug#5519).
3486
3487 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
3488
3489 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3490 * minibuffer.el (completion-initials-expand): Only check the presence
3491 of delims *within* the boundaries, since otherwise the / delim is
3492 always found for files.
3493
3494 Fix up various corner case problems.
3495 * doc-view.el (doc-view-last-page-number): New function.
3496 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3497 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3498 (doc-view-kill-proc): Avoid inf-loop in freak cases.
3499 (doc-view-reconvert-doc): Use the new recursive delete-directory.
3500 (doc-view-convert-current-doc): Don't create the resolution.el file
3501 here any more.
3502 (doc-view-pdf/ps->png): Do it here instead.
3503 (doc-view-already-converted-p): Check that resolution.el is present.
3504 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3505 windows that are not yet showing images.
3506
3507 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
3508
3509 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3510 `dired-uncache' for every elemnt which is an absolute file name.
3511
3512 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3513 directory, handle its directory component.
3514 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3515 function is called permanently and creates noise, otherwise.
3516
3517 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3518 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3519 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
3520
3521 2010-02-04 David Burger <dburger@google.com> (tiny change)
3522
3523 * macros.el (apply-macro-to-region-lines):
3524 Minor simplification. (Bug#5485)
3525
3526 2010-02-04 Glenn Morris <rgm@gnu.org>
3527
3528 * mail/rmail.el (rmail-show-message-1): Handle malformed
3529 quoted-printable text. (Bug#5441)
3530
3531 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3532
3533 * simple.el (visual-line-mode): Capitalize lighter.
3534
3535 2010-02-03 John Wiegley <jwiegley@gmail.com>
3536
3537 * iswitchb.el (iswitchb-completions): Add bookmark files to the
3538 list of files considered for "virtual buffer" completions.
3539
3540 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
3541
3542 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3543 also in case of (and (not full) (not wildcard)). This is needed,
3544 when dired is called with a list of files, which are not in
3545 `default-directory'. (Bug#5478)
3546
3547 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3548
3549 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3550
3551 2010-02-02 Juri Linkov <juri@jurta.org>
3552
3553 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3554 from unidiff to allow function-line after @@.
3555
3556 2010-02-02 Juri Linkov <juri@jurta.org>
3557
3558 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3559 '(RCS SCCS) with inverted condition.
3560
3561 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
3562
3563 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3564 messages.
3565
3566 2010-02-01 Juri Linkov <juri@jurta.org>
3567
3568 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3569 compare with "pkunzip" and "pkzip" instead of only "pkzip".
3570 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3571 only when (car archive-zip-extract) is "unzip". (Bug#5475)
3572
3573 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3574
3575 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3576 (doc-view-revert-buffer): New command.
3577 (doc-view-mode-map): Use it.
3578
3579 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3580
3581 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3582 pending merge is detected.
3583
3584 2010-01-31 Juri Linkov <juri@jurta.org>
3585
3586 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3587 beginning of interactive spec like all other grep commands do.
3588 Put "all" in front of "gz". (Bug#5260)
3589
3590 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3591
3592 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3593
3594 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
3595
3596 * dirtrack.el (dirtrack): Warn instead of signalling error if the
3597 regexp is incorrect (Bug#5476).
3598
3599 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
3600
3601 * net/tramp.el (tramp-handle-insert-directory): Handle also
3602 symlinks, when FILENAME is not in `default-directory'.
3603
3604 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3605
3606 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3607 FILE is not in `default-directory'. (Bug#5478)
3608
3609 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3610 of SWITCHES. Handle the case, FILENAME is not in
3611 `default-directory'. (Bug#5478)
3612 (tramp-register-file-name-handlers): Add safe-magic property.
3613
3614 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
3615
3616 * arc-mode.el (archive-zip-extract): Quote the argument passed to
3617 unzip (Bug#5475).
3618
3619 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
3620
3621 * progmodes/flymake.el (flymake-allowed-file-name-masks)
3622 (flymake-master-make-header-init): Add other C++ filename masks.
3623 (flymake-find-possible-master-files)
3624 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3625
3626 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3627
3628 Fix some busybox annoyances.
3629
3630 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3631 not responding." string.
3632 (tramp-open-connection-setup-interactive-shell): Dump stty
3633 settings. Enable "neveropen" arg for all `tramp-send-command'
3634 calls. Handle "=" in variable values properly.
3635 (tramp-find-inline-encoding): Raise an error, when no encoding is
3636 found.
3637 (tramp-wait-for-output): Check, whether PROC buffer is available.
3638 Remove spurious " ^H" sequences, sent by busybox.
3639 (tramp-get-ls-command): Suppress coloring, if possible.
3640
3641 2010-01-28 Glenn Morris <rgm@gnu.org>
3642
3643 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
3644
3645 * log-edit.el (log-edit-strip-single-file-name): Add missing
3646 :safe, :group, and :version tags.
3647
3648 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
3649
3650 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3651 buffers. (Bug#5477)
3652
3653 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
3654
3655 * files.el (delete-directory): Handle moving to trash without
3656 first doing recursion (Bug#5436).
3657
3658 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
3659
3660 * vc-hooks.el (vc-path): Mark as obsolete.
3661
3662 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
3663
3664 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3665 names too.
3666
3667 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3668 for the short log.
3669 (vc-bzr-log-view-mode): Adjust regexp for the above change.
3670
3671 2010-01-25 Mark A. Hershberger <mah@everybody.org>
3672
3673 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3674
3675 * vc-bzr.el (vc-bzr-revision-table): New function.
3676
3677 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
3678
3679 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3680 diff-index command. This requires at least git-1.5.5. (Bug#1589).
3681
3682 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3683
3684 Remove support for adding --signoff on commit.
3685 Future support will use an incompatible generic mechanism.
3686 * vc-git.el (vc-git-add-signoff): Remove variable.
3687 (vc-git-toggle-signoff): Remove function.
3688 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3689
3690 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
3691 from xterm-set-background-mode. Return t if the background mode
3692 was set.
3693 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3694 earlier, call it again in case the background mode has changed.
3695
3696 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
3697
3698 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3699 (Bug#3541).
3700
3701 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
3702
3703 * emacs-lisp/assoc.el (aelement): Doc fix.
3704 (aput, adelete, amake): Use lexical-let (Bug#5450).
3705
3706 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
3707
3708 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3709 is the same as subprogram call, not declaration. (Bug#5435).
3710
3711 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
3712
3713 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3714 (tramp-smb-maybe-open-connection): Use it.
3715
3716 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
3717
3718 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
3719
3720 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3721
3722 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3723 just because we see "encoding: 8bit".
3724 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3725
3726 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
3727
3728 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3729
3730 2010-01-22 Eli Zaretskii <eliz@gnu.org>
3731
3732 * jka-compr.el (jka-compr-load): If load-file is not in
3733 load-history, try its file-truename version. (bug#5447)
3734
3735 2010-01-21 Alan Mackenzie <acm@muc.de>
3736
3737 Fix a situation where deletion of a cpp construct throws an error.
3738 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
3739 invoking c-with-all-but-one-cpps-commented-out, check that the
3740 special cpp construct is still in the buffer.
3741 (c-parse-state): Record the special cpp with markers, not numbers.
3742
3743 2010-01-21 Kenichi Handa <handa@m17n.org>
3744
3745 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3746 process last-command-event, as it is now decoded first (Bug#5380).
3747
3748 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
3749
3750 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3751
3752 2010-01-20 Glenn Morris <rgm@gnu.org>
3753
3754 * indent.el (tab-always-indent): Fix custom-type.
3755
3756 2010-01-19 Alan Mackenzie <acm@muc.de>
3757
3758 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3759 buffer throws "args out of range".
3760 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3761 playing the role of delimiter.
3762
3763 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3764
3765 * progmodes/ada-mode.el: Fix bug#5400.
3766 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3767 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3768 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3769 Improve comments in "is" portion. Handle null procedure declaration.
3770 (ada-move-to-end): Improve doc string.
3771
3772 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3773
3774 * ido.el (ido-cur-list): Initialize to nil.
3775 Remove obsolete information from commentary.
3776 (ido-choice-list): Initialize to nil.
3777 (ido-get-bufname): Reject minibuffers.
3778 (ido-make-buffer-list): If "default" is a nonexistent
3779 buffer, ignore it, as per the function's comment.
3780 (ido-kill-buffer-internal): New function.
3781 (ido-kill-buffer-at-head): Use it.
3782 (ido-visit-buffer): Likewise.
3783
3784 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
3785
3786 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3787
3788 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
3789
3790 * cedet/ede/locate.el (ede-locate-file-in-project)
3791 (ede-locate-file-in-project-impl): Fix typos in docstrings.
3792 (ede-enable-locate-on-project): Fix typos in error messages.
3793
3794 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
3795 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
3796 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
3797 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
3798 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
3799 Fix typos in menu help.
3800
3801 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3802 Fix typos in chart titles.
3803
3804 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3805 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
3806 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
3807 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
3808 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
3809 (semantic-parse-stream, semantic-parse-region)
3810 (semantic-parse-region-default, semantic--set-buffer-cache)
3811 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
3812 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
3813 (semantic-default-submodes):
3814 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
3815 (semanticdb-create-ebrowse-database)
3816 (semanticdb-find-tags-for-completion-method)
3817 (semanticdb-find-tags-by-class-method)
3818 (semanticdb-deep-find-tags-by-name-method)
3819 (semanticdb-deep-find-tags-for-completion-method):
3820 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
3821 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
3822 (semanticdb-find-tags-for-completion-method)
3823 (semanticdb-find-tags-by-class-method)
3824 (semanticdb-deep-find-tags-for-completion-method):
3825 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
3826 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
3827 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
3828 (semanticdb-find-tags-by-name-method)
3829 (semanticdb-find-tags-by-name-regexp-method)
3830 (semanticdb-find-tags-for-completion-method)
3831 (semanticdb-find-tags-by-class-method)
3832 (semanticdb-find-tags-external-children-of-type-method)
3833 (semanticdb-find-tags-subclasses-of-type-method)
3834 (semanticdb-deep-find-tags-by-name-method)
3835 (semanticdb-deep-find-tags-by-name-regexp-method)
3836 (semanticdb-deep-find-tags-for-completion-method):
3837 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
3838 (semanticdb-enable-gnu-global-in-buffer)
3839 (semanticdb-find-tags-for-completion-method)
3840 (semanticdb-deep-find-tags-by-name-method)
3841 (semanticdb-deep-find-tags-for-completion-method):
3842 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
3843 (javascript-mode, semanticdb-find-translate-path)
3844 (semanticdb-find-tags-for-completion-method)
3845 (semanticdb-find-tags-by-class-method)
3846 (semanticdb-deep-find-tags-by-name-method)
3847 (semanticdb-deep-find-tags-for-completion-method)
3848 (semanticdb-find-tags-external-children-of-type-method):
3849 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
3850 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
3851 (global-semantic-idle-scheduler-mode):
3852 * cedet/srecode/dictionary.el (srecode-field-value)
3853 (srecode-dictionary-add-section-dictionary):
3854 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3855 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3856 (describe-class, eieio-describe-generic, describe-generic):
3857 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3858 (eieio-speedbar-expand):
3859 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3860 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3861 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3862 (viper-del-backward-char-in-replace, viper-backward-indent)
3863 (viper-brac-function, viper-register-to-point, viper-submit-report):
3864 * net/tramp.el (tramp-remote-coding-commands):
3865 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3866 Fix typos in docstrings.
3867
3868 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3869
3870 * mail/sendmail.el (mail-yank-original): Set the mark if the
3871 specified function for yanking does not do it.
3872
3873 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3874
3875 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3876
3877 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3878 resyncing a directory.
3879
3880 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3881
3882 * progmodes/ada-mode.el: Fix bug#1920.
3883 (ada-ident-re): Delete ., allow multibyte characters.
3884 (ada-goto-label-re): New; matches goto labels.
3885 (ada-block-label-re): New; matches block labels.
3886 (ada-label-re): New; matches both.
3887 (ada-named-block-re): Deleted; callers changed to use
3888 `ada-block-label-re' instead.
3889 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3890 Use `ada-block-label-re'.
3891 (ada-indent-on-previous-lines): Improve handling of goto labels.
3892 (ada-get-indent-block-start): Special-case block label.
3893 (ada-get-indent-label): Split into `ada-indent-block-label' and
3894 `ada-indent-goto-label'.
3895 (ada-goto-stmt-start, ada-goto-next-non-ws):
3896 Optionally ignore goto labels.
3897 (ada-goto-next-word): Simplify.
3898 (ada-indent-newline-indent-conditional): Insert newline before
3899 trying to fix indentation; doc fix.
3900
3901 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3902
3903 * calc/calc.el (calc-command-flags): Give it an initial value.
3904
3905 2010-01-17 Glenn Morris <rgm@gnu.org>
3906
3907 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
3908
3909 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3910
3911 * cedet/semantic.el (semantic-mode):
3912 * files.el (minibuffer-with-setup-hook):
3913 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3914 (artist-key-draw-continously, artist-key-do-continously-continously)
3915 (artist-key-set-point-continously, artist-mouse-draw-continously):
3916 Fix typos in docstrings.
3917
3918 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3919
3920 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
3921 return t (Bug#3898).
3922
3923 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
3924
3925 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3926 can parse the output of the external commands (Bug#5279).
3927
3928 2010-01-16 Jari Aalto <jari.aalto@cante.net>
3929
3930 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3931
3932 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
3933
3934 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3935
3936 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3937
3938 * startup.el (command-line): Remove unused --icon-type arg.
3939 Handle --display arg, passing it to command-line-1 (Bug#5392).
3940
3941 2010-01-16 Mario Lang <mlang@delysid.org>
3942
3943 * cedet/ede/cpp-root.el (ede-cpp-root-project):
3944 * cedet/ede/files.el (ede-expand-filename):
3945 * cedet/ede/simple.el (ede-simple-project):
3946 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3947 (semantic-complete-inline-tag-engine):
3948 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3949 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
3950 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3951 * cedet/semantic/db.el (semanticdb-equivalent-mode):
3952 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
3953 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
3954 * emacs-lisp/chart.el (chart-translate-namezone):
3955 * textmodes/artist.el (artist-compute-popup-menu-table):
3956 Remove duplicated words in doc-strings.
3957
3958 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3959
3960 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3961 to mairix-search to suppress threading (Bug#5342).
3962
3963 2010-01-15 Kenichi Handa <handa@m17n.org>
3964
3965 * international/mule-cmds.el (canonicalize-coding-system-name):
3966 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3967
3968 2010-01-15 Glenn Morris <rgm@gnu.org>
3969
3970 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3971
3972 * wid-edit.el (widget-keymap): Doc fix.
3973
3974 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3975 former seems to be more widely accepted by various svn versions.
3976
3977 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3978
3979 * find-cmd.el (find-constituents):
3980 * vc-arch.el (vc-arch-root):
3981 * window.el (window-body-height, pop-up-frames):
3982 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
3983 (semantic-no-reparse-needed-change-hook):
3984 * cedet/srecode/insert.el (srecode-resolve-argument-list)
3985 (srecode-template-inserter-blank, srecode-template-inserter-variable)
3986 (srecode-template-inserter-ask, srecode-template-inserter-width)
3987 (srecode-template-inserter-section-start)
3988 (srecode-template-inserter-section-end, srecode-insert-method):
3989 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3990 * progmodes/ada-stmt.el (ada-if):
3991 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3992 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3993 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3994 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3995
3996 * progmodes/flymake.el (flymake-post-syntax-check):
3997 Fix typo in error message.
3998
3999 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
4000
4001 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
4002 which is always a string. (Bug#5313)
4003
4004 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
4005
4006 * progmodes/ada-xref.el (ada-default-prj-properties):
4007 Simplify previous change.
4008
4009 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4010
4011 * progmodes/ada-xref.el (ada-default-prj-properties):
4012 Default ada_project_path to $ADA_PROJECT_PATH.
4013
4014 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4015
4016 * progmodes/ada-mode.el (ada-create-keymap):
4017 Override `narrow-to-defun' with `ada-narrow-to-defun'.
4018
4019 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4020
4021 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
4022 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
4023 (ada-get-current-indent, ada-imenu-generic-expression)
4024 (ada-which-function): Check for it.
4025
4026 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4027
4028 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
4029 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
4030
4031 2010-01-14 Glenn Morris <rgm@gnu.org>
4032
4033 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
4034
4035 2010-01-14 Kenichi Handa <handa@m17n.org>
4036
4037 * composite.el (auto-composition-mode): Make it a buffer local
4038 variable (permanent-local).
4039 (auto-composition-function): Set the default value to
4040 auto-compose-chars.
4041 (auto-composition-mode): Make it a simple function, not a minor mode.
4042 (global-auto-composition-mode): Likewise.
4043 (turn-on-auto-composition-if-enabled): Delete it.
4044
4045 2010-01-13 Karl Fogel <kfogel@red-bean.com>
4046
4047 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
4048
4049 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
4050
4051 * files.el (copy-directory): Compute target for recursive
4052 directories with identical names. (Bug#5343)
4053
4054 2010-01-12 Glenn Morris <rgm@gnu.org>
4055
4056 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
4057 it to bug-gnu-emacs rather than emacs-pretest-bug.
4058
4059 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
4060
4061 * cedet/data-debug.el (data-debug): Fix customization group reference.
4062
4063 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
4064
4065 * cedet/semantic/analyze.el (semantic-analyze-push-error)
4066 (semantic-analyze-context, semantic-analyze-context-assignment)
4067 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
4068 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
4069 (semantic-java-doc-keywords-map):
4070 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
4071 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
4072 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
4073 (semantic-c-classname, semantic-format-tag-uml-prototype)
4074 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
4075 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
4076 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
4077 (semantic-get-local-variables, semantic-end-of-command)
4078 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
4079 (lisp-mode):
4080 * cedet/semantic/bovine/make.el (makefile-mode):
4081 * cedet/semantic/wisent/python.el (wisent-python-string-re)
4082 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
4083 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
4084 (semantic-lex, semantic-get-local-variables, python-mode):
4085 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
4086 * cedet/srecode/extract.el (srecode-extract-state-set)
4087 (srecode-extract-method): Fix typos in docstrings.
4088
4089 2010-01-11 Sam Steingold <sds@gnu.org>
4090
4091 * imenu.el (imenu-default-create-index-function): Detect infinite
4092 loops caused by imenu-prev-index-position-function.
4093
4094 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
4095
4096 * htmlfontify.el (htmlfontify-load-rgb-file)
4097 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
4098 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
4099 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
4100 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
4101 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
4102 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
4103 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
4104 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
4105 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
4106 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
4107 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
4108 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
4109 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
4110 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
4111 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
4112 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
4113 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
4114 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
4115 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
4116 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
4117 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
4118 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
4119 backslash-quoting from parentheses, etc.
4120
4121 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
4122
4123 * progmodes/js.el: Autoload javascript-mode alias.
4124
4125 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
4126
4127 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
4128 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
4129 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
4130 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
4131 Fix typos in docstrings.
4132 (ffap-url-regexp): Doc fix.
4133 (ffap-at-mouse): Fix typo in message.
4134
4135 2010-01-11 Glenn Morris <rgm@gnu.org>
4136
4137 * version.el (emacs-copyright): Set copyright year to 2010.
4138
4139 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4140
4141 * format.el (format-annotate-function): Only set
4142 write-region-post-annotation-function after running to-fn so as not to
4143 affect nested write-region calls (bug#5273).
4144
4145 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
4146
4147 * cedet/semantic.el (semantic-new-buffer-setup-functions):
4148 Add python parser.
4149
4150 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
4151 wisent/python.el.
4152
4153 2010-01-10 Richard Kim <emacs18@gmail.com>
4154
4155 * cedet/semantic/wisent/python-wy.el:
4156 * cedet/semantic/wisent/python.el: New files.
4157
4158 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
4159
4160 * man.el (Man-goto-section): Signal error if the section is not
4161 found (Bug#5317).
4162
4163 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
4164
4165 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
4166 URLs with a leading triple slash in the file: scheme. (Bug#5345)
4167
4168 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
4169
4170 * progmodes/compile.el: Don't treat compile-command as safe if
4171 compilation-read-command might be nil (Bug#4218).
4172
4173 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
4174
4175 * startup.el (command-line-1): Use orig-argi to check for ignored X and
4176 NS options.
4177
4178 2010-01-08 Kenichi Handa <handa@m17n.org>
4179
4180 * international/fontset.el (build-default-fontset-data):
4181 Exclude characters in scripts kana, hangul, han, or cjk-misc.
4182
4183 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
4184
4185 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
4186 to `create-file-buffer' as it expects, not just a buffer name.
4187 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
4188 to help uniquify. (Bug#3224)
4189
4190 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
4191
4192 * font-setting.el (font-setting-change-default-font): Use user-spec
4193 instead of name.
4194
4195 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4196
4197 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
4198
4199 2010-01-05 Tom Tromey <tromey@redhat.com>
4200
4201 * progmodes/python.el (python-font-lock-keywords):
4202 Handle qualified decorators (Bug#881).
4203
4204 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4205
4206 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
4207 in a lightweight checkout.
4208
4209 2010-01-05 Kenichi Handa <handa@m17n.org>
4210
4211 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
4212
4213 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4214
4215 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
4216
4217 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
4218
4219 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
4220 checkouts. (Bug#618)
4221 (vc-bzr-log-view-mode): Also highlight the author.
4222 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
4223 (vc-bzr-shelve-menu-map):
4224 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
4225 (vc-bzr-shelve-apply): Make prompt more explicit.
4226
4227 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
4228
4229 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
4230 They are valid characters in URL paths (rfc3986), and at least
4231 Firefox does not understand the encoded version (Bug#3166).
4232
4233 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
4234
4235 * progmodes/octave-mod.el (octave-end-keywords)
4236 (octave-block-begin-or-end-regexp, octave-block-match-alist):
4237 Add "end" keyword (Bug#3061).
4238 (octave-end-as-array-index-p): New function.
4239 (calculate-octave-indent): Use it.
4240
4241 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4242
4243 * bookmark.el: Consistently put the text property on the bookmark name.
4244 (bookmark-bmenu-marks-width): Bump back to 2, to include
4245 annotation marks.
4246 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
4247 property on the bookmark name, instead of not putting it at all.
4248 (bookmark-bmenu-list): Fix where we put the text property.
4249
4250 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4251
4252 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
4253 for showing buffer modified state (as added in the previous change).
4254
4255 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4256
4257 * bookmark.el: Show modified state of bookmark buffer more accurately.
4258 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
4259 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
4260 (with-buffer-modified-unmodified): New macro.
4261 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4262 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
4263 Use new macro to preserve the buffer modified state.
4264
4265 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4266
4267 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
4268 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
4269 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
4270 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
4271 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4272 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
4273 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
4274
4275 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4276
4277 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4278 Make the lines in the generated doc string shorter. (Bug#4668)
4279
4280 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
4281
4282 * net/rcirc.el: Add follow-link binding (Bug#4738).
4283
4284 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4285
4286 * Makefile.in (bzr-update): Rename from cvs-update.
4287 (cvs-update): New target for backward compatibility.
4288
4289 * makefile.w32-in (bzr-update): Rename from cvs-update.
4290 (cvs-update): New target for backward compatibility.
4291
4292 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4293
4294 * bookmark.el: Remove gratuitous gratitude.
4295
4296 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4297
4298 * bookmark.el (bookmark-bmenu-any-marks): New function
4299 (bookmark-bmenu-save): Clear buffer modification if no marks.
4300
4301 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4302
4303 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
4304 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
4305 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
4306 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
4307
4308 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
4309 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
4310 To: emacs-devel {_AT_} gnu.org
4311 Subject: bookmark.el bug report
4312 Date: Mon, 28 Dec 2009 14:19:16 +0800
4313 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
4314
4315 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4316
4317 * bookmark.el: Improvements suggested by Drew Adams:
4318 (bookmark-bmenu-ensure-position): New name for
4319 `bookmark-bmenu-check-position'. Just ensure the position,
4320 don't return any meaningful value.
4321 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4322 New constants.
4323
4324 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
4325
4326 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4327 (bookmark-yank-point, bookmark-bmenu-check-position):
4328 Fix typos in docstrings.
4329 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4330 (bookmark-name-from-full-record, bookmark-get-position)
4331 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4332 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4333 Remove useless quoting of parenthesis, etc. in docstrings.
4334
4335 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4336 (ediff-append-custom-diff): Fix typo in error message.
4337 (ediff-meta-mark-equal-files): Fix typos in messages.
4338
4339 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4340
4341 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
4342 Fix typo in docstring.
4343
4344 * net/imap-hash.el (imap-hash-make): Doc fix.
4345 (imap-hash-test): Fix typo in error message; reflow docstring.
4346 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4347 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4348 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4349 Fix typos in docstrings.
4350 (imap-hash-open-connection): Fix typo in error message.
4351
4352 * play/gomoku.el (gomoku): Fix typos in docstring.
4353
4354 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4355 (gdb-jsonify-buffer): Fix typos in docstring.
4356 (gdb-goto-breakpoint): Fix typo in error message.
4357 ("Display Other Windows"): Fix typo in help message.
4358 (gdb-speedbar-expand-node): Fix typo in question.
4359
4360 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4361 (idlwave-html-system-help-location, idlwave-html-help-location)
4362 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4363 (idlwave-help-browser-generic-args, idlwave-help-directory)
4364 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4365 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4366 (idlwave-online-help, idlwave-help-html-link)
4367 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4368 Fix typos in docstrings.
4369 (idlwave-help-with-source, idlwave-help-find-routine-definition):
4370 Reflow docstrings.
4371 (idlwave-help-assistant-start): Fix typo in error message.
4372
4373 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4374 (octave-electric-space): Fix typos in docstrings.
4375
4376 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
4377
4378 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4379
4380 2010-01-01 Juri Linkov <juri@jurta.org>
4381
4382 * comint.el (comint-input-ring-size): Make it a defcustom and
4383 increase the default to 500 (Bug#5148).
4384
4385 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
4386
4387 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4388 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4389 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4390
4391 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
4392
4393 Show working revision correctly for mercurial.
4394 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
4395 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
4396
4397 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
4398
4399 Declare some functions for the byte-compiler.
4400 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4401 (speedbar-timer-fn, speedbar-change-expand-button-char)
4402 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4403
4404 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
4405
4406 This changeset reverts GDB Graphical Interface to use annotations.
4407 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4408
4409 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4410
4411 Make vc-dir work on subdirectories of the bzr root.
4412 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
4413 file names relative to it.
4414 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4415 relative directory to vc-bzr-after-dir-status.
4416
4417 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
4418
4419 * font-lock.el (font-lock-refresh-defaults): New function, which
4420 can be used to let font-lock react to external changes in
4421 variables like font-lock-defaults and keywords.
4422 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4423
4424 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
4425
4426 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4427
4428 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4429
4430 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
4431
4432 Supersede color.diff settings in git log (bug#5211).
4433
4434 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4435 escape chars in its output when the user has color.diff set to `always'.
4436 This fix works on git 1.4.2 and newer (released on 2006-08-13).
4437
4438 2009-12-26 Kevin Ryde <user42@zip.com.au>
4439
4440 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4441 node. Keep previous "Index" name to work with past coreutils too.
4442
4443 * man.el (man): Revise docstring a bit to show -a and -l as
4444 examples. Add -k description since support for it has otherwise
4445 been a secret. (Further to bug#3717.)
4446 (Man-bgproc-sentinel): When "-k foo" produces no output show error
4447 "no matches" rather than "Can't find manpage", as the latter reads
4448 like -k was interpreted as a page name, which is not so. (Bug#5431)
4449
4450 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
4451
4452 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4453 switches. Check also for //SUBDIRED// line.
4454
4455 2009-12-25 Kenichi Handa <handa@m17n.org>
4456
4457 * language/indian.el (devanagari-composable-pattern): Fixed to
4458 handle ZWNJ and ZWJ. Use it in composition-function-table for
4459 Devanagari.
4460 (malayalam-composable-pattern): Fix previous change.
4461
4462 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4463
4464 * ps-print.el (ps-face-attributes): It was not returning the
4465 attribute face for faces specified as string. Reported by harven
4466 <harven@free.fr>.
4467 (ps-print-version): New version 7.3.5.
4468
4469 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
4470
4471 * calendar/icalendar.el (icalendar--convert-tz-offset):
4472 Fix timezone names.
4473 (icalendar--convert-tz-offset): Fix the "last-day-problem".
4474 (icalendar--add-diary-entry): Remove the trailing blank that
4475 diary-make-entry inserts.
4476
4477 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
4478
4479 Make `file-expand-wildcards' work for remote files.
4480
4481 * files.el (file-expand-wildcards): In case of remote files, check
4482 only local file name part for wildcards. Provide feature 'files
4483 and subfeature 'remote-wildcards. (Bug#5198)
4484
4485 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4486 if there is already an established connection.
4487 (tramp-advice-file-expand-wildcards): Remove it.
4488
4489 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
4490 (tramp-advice-file-expand-wildcards): Move from tramp.el.
4491 Activate advice for older GNU Emacs versions. (Bug#5237)
4492
4493 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
4494
4495 Some doc fixes (more needed).
4496
4497 * find-cmd.el (find-constituents): Reflow docstring.
4498 (find-cmd, find-prune, find-command): Fix typos in docstrings.
4499 (find-generic): Doc fix.
4500
4501 2009-12-17 Juri Linkov <juri@jurta.org>
4502
4503 Fix regression from 23.1 to allow multiple modes in Local Variables.
4504
4505 * files.el (hack-local-variables-filter): While ignoring duplicates,
4506 don't take `mode' into account.
4507 (hack-local-variables-filter, hack-dir-local-variables):
4508 Don't remove duplicate `mode' from local-variables-alist (like `eval').
4509
4510 2009-12-17 Juri Linkov <juri@jurta.org>
4511
4512 Make `dired-diff' safer. (Bug#5225)
4513
4514 * dired-aux.el (dired-diff): Signal an error when `file' equals to
4515 `current' or when `file' is a directory of the `current' file.
4516
4517 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
4518
4519 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4520 unconditionally preloaded files.
4521
4522 2009-12-16 Juri Linkov <juri@jurta.org>
4523
4524 Revert to old 23.1 logic of using the file at the mark as default.
4525 * dired-aux.el (dired-diff): Use the file at the mark as default
4526 if it's not the same as the current file, and the target dir is
4527 the current dir or the mark is active. Add the current file
4528 as the arg of `dired-dwim-target-defaults'. Use the default file
4529 in the prompt. (Bug#5225)
4530
4531 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
4532
4533 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4534 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4535 (tramp-check-for-regexp): Check also, when an echoing shell stops
4536 to echo sent commands.
4537
4538 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4539
4540 * Makefile.in: Revert last change (Bug#5191).
4541
4542 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
4543
4544 * vc-hg.el (vc-hg-print-log): Fix argument order.
4545 (vc-hg-working-revision): Make sure the command is executed in a
4546 known environment so that we can parse the output. (Bug#4417)
4547
4548 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4549
4550 * progmodes/python.el (python-symbol-completions): Remove text
4551 properties from symbol string before calling python-send-receive.
4552
4553 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
4554
4555 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4556 when there are values for both file and line. (Bug#5060)
4557
4558 2009-12-14 Juri Linkov <juri@jurta.org>
4559
4560 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4561 whitespace after the file name of the first line of unified format,
4562 because git-diff doesn't output whitespace and file modification time
4563 after the file name.
4564
4565 2009-12-14 David Kastrup <dak@gnu.org>
4566
4567 * info.el (Info-hide-cookies-node): Before hiding a cookie,
4568 check if it already has the `display' property added by
4569 `Info-display-images-node', and not put the `invisible' property
4570 in this case.
4571
4572 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4573
4574 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4575 (semantic-mru-bookmark-mode): Doc fixes.
4576
4577 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
4578 of assert.
4579
4580 2009-12-13 Glenn Morris <rgm@gnu.org>
4581
4582 * mail/emacsbug.el (message-sort-headers): Define for compiler.
4583 (report-emacs-bug): In message-mode, sort manually before storing
4584 original report text. (Bug#5178)
4585 Remove superfluous save-excursion.
4586
4587 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
4588
4589 * net/dbus.el (dbus-property-handler): Filter lambda forms out
4590 when responding to "GetAll" properties.
4591
4592 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
4593
4594 * simple.el (compose-mail): Remove mail-setup-with-from from
4595 customization checks.
4596
4597 2009-12-12 Eli Zaretskii <eliz@gnu.org>
4598
4599 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4600 RAR archives created on Unix systems.
4601
4602 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4603
4604 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4605 the varalias that was accidentally removed by the 2009-11-19 change
4606 (bug#5186).
4607
4608 2009-12-12 Kenichi Handa <handa@m17n.org>
4609
4610 * language/indian.el (indian-compose-regexp): New function.
4611 (malayalam-composable-pattern): Fix the pattern.
4612 (composition-function-table): Set malayalam-composable-pattern for
4613 Malayalam characters.
4614
4615 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
4616
4617 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4618 rather than down-mouse-1, based on follow-link conventions.
4619
4620 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4621 are compiled.
4622
4623 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
4624
4625 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4626 (verilog-vmm-statement-re, verilog-ovm-statement-re)
4627 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4628 (verilog-leap-to-head, verilog-backward-token):
4629 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
4630
4631 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
4632
4633 * progmodes/verilog-mode.el (verilog-auto-lineup)
4634 (verilog-nameable-item-re): Cleanup user-visible spelling and
4635 documentation errors. One reported by Gary Delp.
4636 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4637 (verilog-read-decls): Fix AUTOWIRE with types declared in a
4638 package, bug195. Reported by Pierre-David Pfister.
4639
4640 2009-12-11 Glenn Morris <rgm@gnu.org>
4641
4642 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4643
4644 * mail/emacsbug.el: No longer require sendmail.
4645 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
4646 (report-emacs-bug-orig-text): Doc fix.
4647 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4648 New local variables, to adapt to different mail-user-agents.
4649 (report-emacs-bug): Fix test for a gnu.org address.
4650 Use overlays for emphasis, since font-lock defeats 'face property.
4651 Pretest bugs also end up at the newsgroup these days.
4652 Stop message-mode stripping text properties.
4653 Set and use the new buffer-local variables.
4654 (report-emacs-bug-hook): Add doc-string.
4655 Remove some unnecessary save-excursions and simplify.
4656 Use the appropriate hook and send-command.
4657
4658 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4659 capitalization of some menu entries.
4660
4661 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4662
4663 * whitespace.el (whitespace-display-char-on): Ensure
4664 `buffer-display-table' is unique when two or more windows are
4665 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4666 New version 12.1.
4667
4668 2009-12-10 Eli Zaretskii <eliz@gnu.org>
4669
4670 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4671 characters in the Attribute field.
4672
4673 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4674
4675 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
4676
4677 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4678
4679 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4680 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4681 Disregard autoload-excludes.
4682 (update-directory-autoloads): Obey autoload-excludes here instead.
4683 But don't store its contents in no-autoloads and remove entries that
4684 refer to excludes files.
4685
4686 2009-12-10 Glenn Morris <rgm@gnu.org>
4687
4688 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4689 (expand-mail-aliases): Define for compiler.
4690
4691 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4692 Define for compiler.
4693
4694 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4695 appropriate for the mail-user-agent in use.
4696
4697 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4698
4699 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4700
4701 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4702
4703 Fix short log parsing and fontification.
4704 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4705 Fix fontification for the [merge] label.
4706
4707 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
4708
4709 Drop some properties to avoid surprises (bug#5002).
4710 * htmlfontify.el (hfy-ignored-properties): New defcustom.
4711 (hfy-fontify-buffer): Use it.
4712
4713 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4714
4715 Minor cleanup.
4716 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4717 Adjust all callers.
4718 (ffap-locate-file): Remove unused arg `dir-ok' and make other
4719 args compulsory. Adjust callers.
4720 (ffap-gopher-at-point): Remove unused var `name'.
4721
4722 Get rid of the ELCFILES abomination.
4723 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4724 (compile-elcfiles): New phony target.
4725 (compile-main): Compute ELCFILES dynamically.
4726 (compile-clean): New target to remove left-over elc files.
4727 (compile, all): Use it.
4728
4729 2009-12-09 Kenichi Handa <handa@etlken>
4730
4731 * international/mule-diag.el: Require help-mode instead of help-fns.
4732
4733 2009-12-09 Kenichi Handa <handa@m17n.org>
4734
4735 * international/mule-cmds.el (ucs-names): Supply sufficiently
4736 fine ranges instead of pre-calculating accurate ranges.
4737 Iterate with bigger gc-cons-threshold.
4738
4739 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4740
4741 Add support for stashing a snapshot of the current tree.
4742 * vc-git.el (vc-git-stash-snapshot): New function.
4743 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4744
4745 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
4746
4747 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4748 instead of `(beginning|end)-of-line'.
4749
4750 2009-12-08 Glenn Morris <rgm@gnu.org>
4751
4752 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4753
4754 * Makefile.in (ELCFILES): Regenerate.
4755
4756 2009-12-07 Juri Linkov <juri@jurta.org>
4757
4758 Don't lazy-highlight the comint output in history Isearch mode.
4759
4760 * comint.el (comint-history-isearch-search): Instead of
4761 `comint-line-beginning-position', use `comint-after-pmark-p'
4762 to check if point if before the process mark, and go to
4763 `process-mark' in this case.
4764
4765 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4766
4767 * textmodes/tex-mode.el (latex-complete)
4768 (latex-indent-or-complete): Remove.
4769 (latex-mode): Set completion-at-point-functions instead.
4770
4771 Provide a standard completion command and hook it into TAB.
4772 * minibuffer.el (completion-at-point-functions): New var.
4773 (completion-at-point): New command.
4774 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4775 * progmodes/python.el (python-mode-map): Use completion-at-point.
4776 (python-completion-at-point): Rename from python-partial-symbol and
4777 adjust for use in completion-at-point-functions.
4778 (python-mode): Setup completion-at-point for Python completion.
4779 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4780 extracted from lisp-complete-symbol.
4781 (lisp-complete-symbol): Use it.
4782 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4783 setup completion-at-point for Elisp completion.
4784 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4785 Use completion-at-point.
4786 * ielm.el (ielm-map): Use completion-at-point.
4787 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4788 * progmodes/sym-comp.el: Move to...
4789 * obsolete/sym-comp.el: Move from progmodes.
4790
4791 2009-12-07 Eli Zaretskii <eliz@gnu.org>
4792
4793 Prevent save-buffer in Rmail buffers from using the coding-system
4794 of the current message, and from clobbering the encoding mnemonics
4795 in the mode line (Bug#4623).
4796
4797 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4798 flag, too.
4799 (rmail-message-encoding): New variable.
4800 (rmail-write-region-annotate): Record the encoding of the current
4801 message in rmail-message-encoding.
4802 (rmail-after-save-hook): New function, restores the encoding of
4803 the current message after the message collection is saved.
4804
4805 2009-12-07 Juri Linkov <juri@jurta.org>
4806
4807 * progmodes/grep.el (grep-read-files): Use `completing-read'
4808 instead of `read-string'. Set its `collection' arg to
4809 `read-file-name-internal'. (Bug#4301)
4810
4811 2009-12-07 Juri Linkov <juri@jurta.org>
4812
4813 Correctly restore original Isearch point. (Bug#4994)
4814
4815 * isearch.el (isearch-mode): Move `isearch-push-state' after
4816 `(run-hooks 'isearch-mode-hook)'.
4817 (isearch-cancel): When `isearch-push-state-function' is defined,
4818 let-bind `isearch-cmds' to the first state (the last element of
4819 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4820 function and restores the original point). Otherwise, move point
4821 to `isearch-opoint'.
4822
4823 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4824
4825 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4826 chars that don't have names, so the table can be built much faster at
4827 run-time.
4828
4829 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
4830
4831 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4832 change. Suggested by David Kastrup.
4833
4834 * simple.el (compose-mail): Check for incompatibilities and warn.
4835 (compose-mail-user-agent-warnings): New option.
4836
4837 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4838
4839 Support showing a single log entry from vc-annotate.
4840 * vc.el (print-log): Add a new argument: START-REVISION.
4841 (vc-print-log-internal): Add a new optional argument and
4842 pass it to the backend.
4843 (vc-print-log, vc-print-root-log): Adjust callers.
4844 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4845 buffer already displays the requested log entry, use it.
4846 Otherwise display only the log entry in question.
4847 * vc-svn.el (vc-svn-print-log):
4848 * vc-mtn.el (vc-mtn-print-log):
4849 * vc-hg.el (vc-hg-state):
4850 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4851 (vc-git-show-log-entry): Return t on success.
4852 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4853 (vc-bzr-show-log-entry): Return t on success.
4854 * vc-rcs.el (vc-rcs-print-log):
4855 * vc-sccs.el (vc-sccs-print-log):
4856 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4857
4858 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4859
4860 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4861 Add menus to the meta mode. (Bug#5043)
4862
4863 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
4864
4865 * ediff-init.el (ediff-event-key): Use event-to-character instead of
4866 event-key.
4867
4868 * ediff.el (ediff-buffers-internal): Add unwind-protect.
4869
4870 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
4871
4872 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
4873 Berbain <raphael.berbain@gmail.com>.
4874
4875 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4876 characters.
4877 (tramp-initial-end-of-output): New defconst.
4878 (tramp-methods, tramp-find-shell)
4879 (tramp-open-connection-setup-interactive-shell)
4880 (tramp-maybe-open-connection): Use it.
4881 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
4882 existence of `#' and `$'.
4883
4884 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
4885 `tramp-initial-end-of-output'.
4886
4887 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4888
4889 Get the background mode from the terminal for xterm, and set
4890 faces accordingly.
4891 * term/xterm.el (xterm-set-background-mode): New function.
4892 (terminal-init-xterm): Use it in case xterm supports background
4893 color queries. Recompute faces after getting the background
4894 color.
4895
4896 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
4897
4898 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4899 number comment back on its own line, for easier parsing.
4900
4901 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4902
4903 Make it work for non-file buffers (bug#5102).
4904 * doc-view.el (doc-view-current-cache-dir):
4905 Use doc-view-buffer-file-name rather than buffer-file-name.
4906 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4907
4908 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4909
4910 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4911 author field is too short.
4912
4913 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4914
4915 * vc-git.el (vc-git-print-log): Handle a limit argument.
4916 Display the short log in graph form and with labels.
4917 (vc-git-log-view-mode): Handle labels.
4918
4919 Make vc-revert change VC state from 'added to 'unregistered.
4920 * vc-git.el (vc-git-revert): Call git reset first.
4921
4922 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4923
4924 * net/newst-backend.el, net/newst-plainview.el:
4925 * net/newst-reader.el, net/newst-ticker.el:
4926 * net/newst-treeview.el, net/newsticker.el:
4927 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
4928
4929 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4930
4931 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4932
4933 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4934 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4935 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4936 Update annotation regexp.
4937
4938 * simple.el (beginning-of-visual-line): Constrain to field
4939 boundaries (Bug#5106).
4940
4941 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4942
4943 * xml.el (xml-substitute-numeric-entities): Move
4944 newsticker--decode-numeric-entities in newst-backend.el to
4945 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4946 * net/newst-backend.el (newsticker--parse-generic-feed)
4947 (newsticker--parse-generic-items)
4948 (newsticker--decode-numeric-entities): Move
4949 newsticker--decode-numeric-entities in newst-backend.el to
4950 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4951
4952 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4953
4954 * progmodes/js.el (js--js-not): Add null to the list of values.
4955
4956 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4957
4958 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4959
4960 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4961
4962 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4963 delimiter if it is at the end of the current line.
4964 (bibtex-generate-url-list): Fix docstring.
4965
4966 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4967
4968 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4969 minibuffer's content with itself.
4970 Fold the confirm-after-completion case into the `confirm' case.
4971 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4972
4973 2009-12-06 Kevin Ryde <user42@zip.com.au>
4974
4975 * ffap.el (ffap-rfc-path): Make this a defcustom since
4976 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
4977
4978 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4979 manuals, similar to existing setup for help-mode. (Bug#3913.)
4980
4981 2009-12-05 Juri Linkov <juri@jurta.org>
4982
4983 Save and restore dired buffer's point positions too. (Bug#4880)
4984
4985 * dired.el (dired-save-positions): Return in the first element
4986 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4987 Doc fix.
4988 (dired-restore-positions): First restore buffer's position.
4989 While restoring window's positions, check if window still displays
4990 the original buffer.
4991
4992 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
4993
4994 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4995 if possible.
4996
4997 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
4998 Make argument optional.
4999
5000 * shell.el (shell): Require ansi-color (Bug#5113).
5001
5002 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
5003
5004 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
5005
5006 2009-12-05 Alan Mackenzie <acm@muc.de>
5007
5008 * progmodes/cc-mode.el (c-before-hack-hook)
5009 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
5010 `c-file-style' to work again. This reversion restores the current
5011 software to its state in Emacs 23.1. (Bug#4146)
5012
5013 2009-12-05 Kevin Ryde <user42@zip.com.au>
5014
5015 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
5016 comment-start-skip to comment-end-skip as comment (Bug#4781).
5017
5018 2009-12-05 Juri Linkov <juri@jurta.org>
5019
5020 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
5021 for virtual nodes. (Bug#4147)
5022 (Info-find-node-2): Set `Info-current-node-virtual' to nil
5023 when moving from a virtual node.
5024 (Info-mode-menu): Add `Info-virtual-index' to the menu.
5025 (Info-mode): Add `Info-virtual-index' to the docstring.
5026
5027 2009-12-05 Eric Ludlam <zappo@gnu.org>
5028
5029 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
5030 Describe project macro symbols.
5031
5032 * cedet/semantic/complete.el (semantic-complete-do-completion):
5033 Don't call semantic-collector-current-exact-match.
5034
5035 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
5036 ede-objects as targets.
5037
5038 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
5039 a target's object list even if compiler vars are already in the
5040 Makefile.
5041
5042 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
5043 list of headers producing necessary macros.
5044
5045 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5046
5047 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
5048 track of the buffer position of the end of a BibTeX entry as this
5049 position may change during reformatting.
5050 (bibtex-format-entry): Remove whitespace before processing
5051 numerical fields so that we recognize the latter properly.
5052 (bibtex-reformat): Do not use push which changes the global value
5053 of bibtex-entry-format.
5054 (bibtex-field-braces-alist, bibtex-field-strings-alist)
5055 (bibtex-field-re-init): Replace only space characters by regexp
5056 for whitespace.
5057 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
5058 (bibtex-initialize): Also update bibtex-strings.
5059 (bibtex-kill-field): Preserve white space at end of entry.
5060 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
5061 Update bibtex-reference-keys.
5062
5063 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5064
5065 * minibuffer.el (completion-pcm--merge-try): Also consider placing
5066 point after a star, if that's the only place where modifications can
5067 make progress.
5068
5069 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
5070
5071 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
5072 in docstrings.
5073
5074 2009-12-04 Juri Linkov <juri@jurta.org>
5075
5076 * proced.el (proced): Call `(proced-update t)' to update process
5077 information instead of only running proced-post-display-hook.
5078 (proced-send-signal): Add a leading space to the buffer name
5079 " *Marked Processes*" to make this buffer ephemeral.
5080
5081 2009-12-04 Juri Linkov <juri@jurta.org>
5082
5083 * dired.el (dired-auto-revert-buffer): New defcustom.
5084 (dired-internal-noselect): Use it.
5085
5086 2009-12-04 Juri Linkov <juri@jurta.org>
5087
5088 Change roles of modes and functions in image-mode.el (Bug#5062).
5089
5090 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
5091 in `auto-mode-alist'.
5092 (image-mode-previous-major-mode): New variable.
5093 (image-minor-mode-map): Rename from `image-mode-text-map'.
5094 (image-mode): Move graceful error-handling code from
5095 `image-minor-mode' to here. On errors call `image-mode-as-text'.
5096 (image-minor-mode): Remove all image-handling code.
5097 Replace `image-mode-text-map' with `image-minor-mode-map'.
5098 Check for `image-type' in mode-line format string.
5099 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
5100 (image-mode-as-text): New function with most code from
5101 `image-mode-maybe'.
5102 (image-toggle-display-text): Move code that removes image
5103 properties from `image-toggle-display' to here.
5104 (image-toggle-display-image): New function with code that adds
5105 image properties copied from `image-toggle-display'.
5106 (image-toggle-display): Remove most code with leaving only code
5107 that toggles between `image-mode-as-text' and `image-mode'.
5108
5109 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
5110
5111 * net/newst-treeview.el
5112 (newsticker--treeview-list-highlight-start): Restored call to
5113 save-excursion: Selected item was stuck.
5114 (newsticker--treeview-list-select): New.
5115 (newsticker--treeview-item-show-text)
5116 (newsticker--treeview-item-show)
5117 (newsticker--treeview-item-update): Use new
5118 newsticker-treeview-item-mode.
5119 (newsticker-treeview-update): Keep current item.
5120 (newsticker-treeview-next-new-or-immortal-item): Doc change.
5121 (newsticker--treeview-first-feed): Doc change.
5122 (newsticker-treeview-list-menu)
5123 (newsticker-treeview-item-menu): Added menu entries.
5124 (newsticker-treeview-item-mode): New.
5125
5126 * net/newst-backend.el (newsticker-customize): Delete other
5127 windows.
5128
5129 2009-12-04 Sam Steingold <sds@gnu.org>
5130
5131 * log-view.el (log-view-mode-map): "q" calls quit-window,
5132 like in all the other non-self-insert buffers.
5133
5134 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5135
5136 Minor cleanup.
5137 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
5138 key decoding rather than do it manually via last-input-event +
5139 ascii-character.
5140 (term-exec): Use delete-and-extract-region.
5141 (term-handle-ansi-terminal-messages): Remove unused var `end'.
5142 (term-process-pager): Remove unused var `i'.
5143 (term-dynamic-simple-complete): Make obsolete.
5144 (serial-update-config-menu): Remove unused vars `y' and `str'.
5145 (term-update-mode-line): Remove unused var `temp'.
5146
5147 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5148
5149 Limit the number of log entries displayed by default.
5150 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
5151 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
5152 using a prefix argument.
5153
5154 2009-12-03 Glenn Morris <rgm@gnu.org>
5155
5156 * progmodes/idlwave.el (class): Restore still useful declaration.
5157
5158 2009-12-03 Alan Mackenzie <acm@muc.de>
5159
5160 Enhance `c-parse-state' to run efficiently in "brace deserts".
5161
5162 * progmodes/cc-mode.el (c-basic-common-init):
5163 Call c-state-cache-init.
5164 (c-neutralize-syntax-in-and-mark-CPP): Rename from
5165 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
5166 placing `category' properties value 'c-cpp-delimiter at its boundaries.
5167
5168 * progmodes/cc-langs.el (c-before-font-lock-function):
5169 c-extend-and-neutralize-syntax-in-CPP has been renamed
5170 c-neutralize-syntax-in-and-mark-CPP.
5171
5172 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
5173 with `category' properties now, not `syntax-table' ones.
5174
5175 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
5176 enhanced (but slower) version of c-end-of-macro that won't land
5177 inside a literal or on another awkward character.
5178 (c-state-cache-too-far, c-state-cache-start)
5179 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
5180 (c-state-nonlit-pos-cache-limit, c-state-point-min)
5181 (c-state-point-min-lit-type, c-state-point-min-lit-start)
5182 (c-state-min-scan-pos, c-state-brace-pair-desert)
5183 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
5184 buffer local variables.
5185 (c-state-literal-at, c-state-lit-beg)
5186 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
5187 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
5188 (c-state-cache-top-paren, c-state-cache-after-top-paren)
5189 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
5190 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
5191 (c-renarrow-state-cache)
5192 (c-append-lower-brace-pair-to-state-cache)
5193 (c-state-push-any-brace-pair, c-append-to-state-cache)
5194 (c-remove-stale-state-cache)
5195 (c-remove-stale-state-cache-backwards, c-state-cache-init)
5196 (c-invalidate-state-cache-1, c-parse-state-1)
5197 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
5198 (c-parse-state): Enhance and refactor.
5199 (c-debug-parse-state): Amend to deal with all the new variables.
5200
5201 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
5202 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
5203 modify to use category text properties rather than syntax-table ones.
5204 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
5205 to switch off/on the syntactic paren property of C++ template
5206 delimiters using the category property.
5207 (c-with-<->-as-parens-suppressed): Macro to invoke code with
5208 template delims suppressed.
5209 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
5210 New constant/macros which apply category properties to the start
5211 and end of preprocessor constructs.
5212 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
5213 "comment out" the syntactic value of characters in preprocessor
5214 constructs.
5215 (c-with-cpps-commented-out)
5216 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
5217 with characters in all or all but one preprocessor constructs
5218 "commented out".
5219
5220 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5221
5222 * proced.el (proced-filter-alist): Use regexp-quote.
5223
5224 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
5225
5226 Cleanup.
5227 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
5228 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
5229 arguments. Expand `default-directory'.
5230
5231 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
5232 the benefit of returning an expanded localname.
5233 (tramp-tramp-file-p): Handle the case NAME is not a string.
5234
5235 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5236
5237 Add support for bzr shelve/unshelve.
5238 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
5239 (vc-bzr-extra-menu-map): New variables.
5240 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
5241 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
5242 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
5243 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
5244 (vc-bzr-dir-extra-headers): Display shelves.
5245
5246 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
5247
5248 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5249
5250 * textmodes/bibtex.el (bibtex-complete-internal):
5251 Use completion-in-region.
5252 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
5253
5254 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5255
5256 Support applying stashes. Improve UI.
5257 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
5258 (vc-git-stash-apply, vc-git-stash-pop)
5259 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
5260 (vc-git-stash-menu): New functions.
5261 (vc-git-stash-menu-map): New variable.
5262 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
5263
5264 2009-12-03 Glenn Morris <rgm@gnu.org>
5265
5266 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
5267 (vc-print-log-internal): Fix previous change.
5268 (vc-revert): Correct pluralization.
5269
5270 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5271
5272 * progmodes/make-mode.el (makefile-special-targets-list): No need for
5273 it to be an alist any more.
5274 (makefile-complete): Use completion-in-region.
5275
5276 * progmodes/octave-mod.el (octave-complete-symbol):
5277 Use completion-in-region.
5278
5279 Misc cleanup.
5280 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
5281 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
5282 (idlwave-complete-class): Don't quote lambda.
5283 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
5284 (idlwave-mode-map): Move initialization into declaration.
5285 (idlwave-action-and-binding): Use backquotes.
5286 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
5287 Simplify.
5288 (idlwave-is-pointer-dereference): Remove unused var `pos'.
5289 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
5290 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
5291 `parts', and `all-parts'.
5292 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
5293 (idlwave-convert-xml-system-routine-info): Remove unused string
5294 `version-string'.
5295 (idlwave-display-user-catalog-widget): Use dolist.
5296 (idlwave-scanning-lib): Declare dynamically-scoped var.
5297 (idlwave-scan-library-catalogs): Remove unused var `flags'.
5298 (completion-highlight-first-word-only): Declare to silence bytecomp.
5299 (idlwave-popup-select): Tighten scope of `resp'.
5300 (idlwave-find-struct-tag): Remove unused var `beg'.
5301 (idlwave-after-load-rinfo-hook): Declare.
5302 (idlwave-sintern-class-info): Remove unused var `taglist'.
5303 (idlwave-find-class-definition): Remove unused var `list'.
5304 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
5305 (idlwave-what-module-find-class): Remove unused var `classes'.
5306
5307 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
5308
5309 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
5310
5311 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5312
5313 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
5314 buffers visited. Remove redundant current-buffer-saving.
5315
5316 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5317
5318 Use completion-in-buffer and remove uses of dynamic scoping.
5319 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
5320 (pascal-buffer-to-use, pascal-flag): Don't declare.
5321 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
5322 (pascal-get-completion-decl, pascal-keyword-completion):
5323 Add `pascal-str' argument, save-excursion,
5324 return the found completions, and don't filter with pascal-pred.
5325 (pascal-completion-cache): New var.
5326 (pascal-completion): Don't switch buffer any more (it was never
5327 necessary). Don't save-excursion any more (it's done by the called
5328 subroutines). Use a cache to avoid redundant computations.
5329 Use complete-with-action rather than pascal-completion-response and
5330 let it apply the predicate as well.
5331 (pascal-complete-word): Use completion-in-buffer when
5332 pascal-toggle-completions is nil.
5333 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
5334 not used any more.
5335 (pascal-comp-defun): Don't change buffer any more.
5336 Use complete-with-action rather than pascal-completion-response and
5337 let it apply the predicate as well.
5338 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
5339 when neded.
5340
5341 2009-12-02 Kenichi Handa <handa@m17n.org>
5342
5343 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
5344 shape for all Indic scripts.
5345
5346 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5347
5348 Use completion-in-buffer.
5349 * wid-edit.el (widget-field-text-end): New function.
5350 (widget-field-value-get): Use it.
5351 (widget-string-complete, widget-file-complete)
5352 (widget-color-complete): Use it and completion-in-region.
5353 (widget-complete): Don't narrow the buffer.
5354
5355 2009-12-02 Glenn Morris <rgm@gnu.org>
5356
5357 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
5358 (rmail-select-summary): Use rmail-pop-to-buffer.
5359 * mail/rmailsum.el: Replace all pop-to-buffer calls with
5360 rmail-pop-to-buffer, to prevent horizontal splits.
5361
5362 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5363 save-excursion with save-current-buffer.
5364 Widen before searching. (Bug#5093)
5365 (diary-list-sexp-entries): Remove superfluous save-excursion.
5366
5367 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
5368
5369 * woman.el (woman-make-bufname): Handle man-pages with "." in the
5370 name. (Bug#5038)
5371
5372 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
5373
5374 * ido.el (ido-file-internal): Handle filenames at point that do
5375 not have a directory part. (Bug#5049)
5376
5377 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
5378
5379 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5380 (mpc-songs-jump-to, mpc-resume): Doc fixes.
5381
5382 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
5383
5384 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5385 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5386 any more.
5387
5388 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5389
5390 * comint.el (comint-insert-input): Ignore clicks to the right of
5391 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5392
5393 * vc.el (vc-print-log-internal): Don't wait for the process to
5394 terminate before setting up the major mode.
5395
5396 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5397 in case.
5398
5399 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5400 the last element.
5401
5402 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5403
5404 2009-12-01 Glenn Morris <rgm@gnu.org>
5405
5406 * window.el (window--display-buffer-2): Fix previous changes.
5407
5408 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
5409
5410 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5411
5412 2009-12-01 Glenn Morris <rgm@gnu.org>
5413
5414 * Makefile.in (ELCFILES): Add mpc.elc.
5415
5416 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5417
5418 * mpc.el: New file.
5419
5420 2009-12-01 Glenn Morris <rgm@gnu.org>
5421
5422 * window.el (window-to-use): Define for compiler.
5423
5424 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5425 consistent with others (no final period).
5426
5427 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5428 (rmail-mime-show): Downcase the encoding. (Bug#5070)
5429
5430 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
5431
5432 Make vc-print-log buttons work.
5433 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
5434
5435 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
5436
5437 * savehist.el (savehist-autosave-interval): Allow setting to nil
5438 through customize. (Bug#5056)
5439
5440 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
5441
5442 Fix references to jit-lock properties.
5443 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5444 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5445 (perl-font-lock-special-syntactic-constructs):
5446 Quote jit-lock-defer-multiline property.
5447
5448 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
5449
5450 * vc-git.el (vc-git-registered): Call vc-git-root only once.
5451
5452 2009-11-30 Juri Linkov <juri@jurta.org>
5453
5454 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5455 value `buffer' of `multi-isearch-next-buffer-current-function'.
5456 Use `(current-buffer)' when `buffer' is nil.
5457 (multi-isearch-next-buffer-from-list): Don't fallback to
5458 `(current-buffer)' when `buffer' is nil. (Bug#4947)
5459
5460 2009-11-30 Juri Linkov <juri@jurta.org>
5461
5462 * misearch.el (multi-isearch-read-buffers): Move canonicalization
5463 of buffers with `get-buffer' to `multi-isearch-buffers'.
5464 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5465 Canonicalize BUFFERS with `get-buffer'. Doc fix.
5466 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5467 FILES with `expand-file-name' converting relative file names
5468 to absolute. Doc fix. (Bug#4727)
5469
5470 2009-11-30 Juri Linkov <juri@jurta.org>
5471
5472 * misearch.el (multi-isearch-read-buffers)
5473 (multi-isearch-read-matching-buffers): New functions.
5474 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5475 Use them in the `interactive' spec. Doc fix.
5476 (multi-isearch-read-files, multi-isearch-read-matching-files):
5477 New functions.
5478 (multi-isearch-files, multi-isearch-files-regexp):
5479 Use them in the `interactive' spec. Doc fix. (Bug#4725)
5480
5481 2009-11-30 Juri Linkov <juri@jurta.org>
5482
5483 * doc-view.el (doc-view-continuous):
5484 Rename from `doc-view-continuous-mode'.
5485 (doc-view-menu): Move "Toggle display" to the top.
5486 Add submenu "Continuous" with radio buttons "Off"/"On"
5487 and "Save as Default".
5488 (doc-view-scroll-up-or-next-page)
5489 (doc-view-scroll-down-or-previous-page)
5490 (doc-view-next-line-or-next-page)
5491 (doc-view-previous-line-or-previous-page): Rename
5492 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
5493
5494 2009-11-30 Juri Linkov <juri@jurta.org>
5495
5496 * comint.el (comint-mode-map): Rebind `M-r' from
5497 `comint-previous-matching-input' to
5498 `comint-history-isearch-backward-regexp'.
5499 Unbind `M-s' to allow global key binding `M-s'.
5500 Add menu items for `comint-history-isearch-backward' and
5501 `comint-history-isearch-backward-regexp'. (Bug#3746)
5502
5503 2009-11-30 Juri Linkov <juri@jurta.org>
5504
5505 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5506 For def=recenter, replace `recenter' with `recenter-top-bottom'
5507 that is called with `this-command' and `last-command' let-bound
5508 to `recenter-top-bottom'. When the last `def' was not `recenter',
5509 set `recenter-last-op' to nil. (Bug#4981)
5510
5511 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5512
5513 Minor cleanup and simplification.
5514 * filecache.el (file-cache-add-directory)
5515 (file-cache-add-directory-recursively)
5516 (file-cache-add-from-file-cache-buffer)
5517 (file-cache-delete-file-regexp, file-cache-delete-directory)
5518 (file-cache-files-matching-internal, file-cache-display): Use dolist.
5519 (file-cache-temp-minibuffer-message): Delete function.
5520 (file-cache-minibuffer-complete): Use minibuffer-message instead.
5521
5522 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5523 Don't signal an error when bumping into EOB in tr, s, or y.
5524
5525 2009-11-29 Juri Linkov <juri@jurta.org>
5526
5527 * startup.el (fancy-about-text): Fix wording of Guided Tour.
5528 (Bug#4960)
5529
5530 * descr-text.el (describe-char-unidata-list): Use lowercase name
5531 for "Unicode name" like in other tags.
5532
5533 2009-11-29 Juri Linkov <juri@jurta.org>
5534
5535 * ediff-util.el (ediff-minibuffer-with-setup-hook):
5536 New compatibility macro.
5537 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
5538
5539 2009-11-29 Juri Linkov <juri@jurta.org>
5540
5541 Add defcustom to define the cycling order of `recenter-top-bottom'.
5542 (Bug#4981)
5543
5544 * window.el (recenter-last-op): Doc fix.
5545 (recenter-positions): New defcustom.
5546 (recenter-top-bottom): Rewrite to use `recenter-positions'.
5547 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5548
5549 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
5550
5551 Improve integration of Tramp and ange-ftp in eshell.
5552
5553 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5554 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
5555 (eshell/sudo): Flatten args. Let-bind `default-directory'.
5556
5557 * eshell/esh-util.el (top): Require also Tramp when compiling.
5558 (eshell-directory-files-and-attributes): Check for FTP remote
5559 connection.
5560 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5561 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5562 (eshell-file-attributes): Handle ".". Return `entry'.
5563
5564 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5565 (ange-ftp-directory-files-and-attributes)
5566 (ange-ftp-real-directory-files-and-attributes): New defuns.
5567
5568 * net/tramp.el (tramp-maybe-open-connection): Open the remote
5569 shell with "exec" when possible. This prevents trailing prompts
5570 in `start-file-process'.
5571
5572 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5573
5574 Try and remove assumptions about point-min==1.
5575 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5576 (rng-compute-mode-line-string): Show the validation percentage in
5577 terms of the narrowed text, not the widened text.
5578 (rng-do-some-validation): Don't catch internal errors when debugging.
5579 (rng-first-error): Simplify.
5580 (rng-after-change-function): Remove work around. AFAIK the bug has
5581 been fixed a while ago.
5582
5583 * image-mode.el (image-minor-mode): Exit more gracefully when the image
5584 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5585
5586 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5587
5588 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5589 `cd' doesn't always do it for us (bug#5067).
5590
5591 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5592 on 2009-10-25 as part of some other change (bug#5067).
5593
5594 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5595
5596 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5597 `suspicious'.
5598 (byte-compile-warnings): Use byte-compile-warning-types.
5599 (byte-compile-save-excursion): Warn about use of set-buffer right
5600 after save-excursion.
5601
5602 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5603 the excursion as well.
5604
5605 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
5606
5607 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5608 providing a Tramp related implementation of "su" and "sudo".
5609 (eshell-unix-initialize): Add "su" and "sudo".
5610
5611 2009-11-27 Daiki Ueno <ueno@unixuser.org>
5612
5613 * net/socks.el (socks-send-command): Convert binary request to
5614 unibyte before sending. This fixes mishandling of some port
5615 numbers such as 129.
5616
5617 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5618
5619 * help.el (describe-bindings-internal): Remove `interactive'.
5620
5621 * man.el (Man-completion-table): Trim a terminating "(".
5622 Remove the space between name page a section.
5623 Add the command's description on the `help-echo' property.
5624 Remove `process-connection-type' binding since it's unused by
5625 call-process.
5626 Provide completion for the "<section> <name>" format as well.
5627 (Man-default-man-entry): Remove spurious var shadowing the argument.
5628
5629 2009-11-26 Kevin Ryde <user42@zip.com.au>
5630
5631 * log-view.el: Add "Keywords: tools", since its other keywords
5632 aren't in finder-known-keywords, and following vc.el.
5633
5634 * sha1.el (sha1-string-external): default-directory "/" in case
5635 otherwise non-existent. process-connection-type pipe for touch of
5636 efficiency recommended by elisp manual. (An aside in Bug#3911.)
5637
5638 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5639
5640 Misc coding convention cleanups.
5641 * htmlfontify.el (hfy-init-kludge-hook): Rename from
5642 hfy-init-kludge-hooks.
5643 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5644 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5645 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5646 and push.
5647 (hfy-slant, hfy-weight): Use tables rather than code.
5648 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5649 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5650 (hfy-face-attr-for-class): Initialize `face-spec' directly.
5651 (hfy-face-to-css): Remove `nconc' with single arg.
5652 (hfy-p-to-face-lennart): Use `or'.
5653 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
5654 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5655 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5656 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5657 (hfy-force-fontification): Use run-hooks.
5658
5659 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
5660
5661 Various minor fixes.
5662 * htmlfontify.el (hfy-default-header): Add toggle_invis since
5663 Javascript belongs in the header, not the body.
5664 (hfy-javascript): Remove.
5665 (hfy-fontify-buffer): Don't insert it any more.
5666 (hfy-face-at): Handle (face0 face1 face2) style face properties.
5667 Fix bug in invis handling when there were no invis props in a chunk.
5668
5669 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5670
5671 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5672
5673 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
5674
5675 * finder.el (finder-mode-map): Add a menu.
5676
5677 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
5678
5679 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5680 "unsigned" structs.
5681
5682 (verilog-leap-to-head, verilog-backward-token): Handle "disable
5683 fork" statement better.
5684
5685 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
5686
5687 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5688 (verilog-delete-auto, verilog-delete-empty-auto-pair)
5689 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5690 Reported by Clay Douglass.
5691
5692 (verilog-auto-inst, verilog-auto-star-safe)
5693 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5694 Fix removing "// Interfaces" when saving .* expansions. Reported by
5695 Pierre-David Pfister.
5696
5697 2009-11-26 Glenn Morris <rgm@gnu.org>
5698
5699 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5700 the scope.
5701
5702 2009-11-25 Johan Bockgård <bojohan@gnu.org>
5703
5704 * vc-annotate.el (vc-annotate-revision-previous-to-line):
5705 Really use previous revision.
5706
5707 2009-11-25 Kevin Ryde <user42@zip.com.au>
5708
5709 * man.el (Man-completion-table): default-directory "/" in case
5710 doesn't otherwise exist. process-environment COLUMNS=999 so as
5711 not to truncate long names. process-connection-type pipe to avoid
5712 any chance of hitting the pseudo-tty TIOCGWINSZ.
5713 (man): completion-ignore-case t for friendliness and since man
5714 itself is case-insensitive on the command line.
5715 Further to Bug#3717.
5716
5717 * arc-mode.el: Add "Keywords: files", so the details in its
5718 commentary can be reached from finder-by-keyword.
5719 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
5720 editing mode, but it's comms related and sgml-mode.el has "comm"
5721 on that basis too.
5722 * textmodes/bibtex-style.el: Add "Keywords: tex".
5723 * international/isearch-x.el, international/ja-dic-cnv.el:
5724 * international/ja-dic-utl.el, international/kkc.el:
5725 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5726
5727 2009-11-25 Juri Linkov <juri@jurta.org>
5728
5729 * man.el (Man-completion-table): Modify regexp to include
5730 section names to completion strings. (Bug#3717)
5731
5732 2009-11-25 Juri Linkov <juri@jurta.org>
5733
5734 Search recursively in gzipped files. (Bug#4982)
5735
5736 * progmodes/grep.el (grep-highlight-matches): Add new options
5737 `always' and `auto'. Doc fix.
5738 (grep-process-setup): Check `grep-highlight-matches' for
5739 `auto-detect' to determine the need to compute grep defaults.
5740 Move Windows/DOS specific --colors settings handling
5741 to `grep-compute-defaults'. Check `grep-highlight-matches'
5742 to get the value of "--color=".
5743 (grep-compute-defaults): Compute `grep-highlight-matches' when it
5744 has the value `auto-detect'. Move Windows/DOS specific settings
5745 from `grep-process-setup'.
5746 (zrgrep): New command with alias `rzgrep'.
5747
5748 2009-11-25 Juri Linkov <juri@jurta.org>
5749
5750 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5751 to nil instead of switching off view-mode. (Bug#4896)
5752
5753 2009-11-25 Juri Linkov <juri@jurta.org>
5754
5755 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
5756
5757 * mwheel.el (mwheel-scroll-up-function)
5758 (mwheel-scroll-down-function): New defvars.
5759 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5760 `scroll-up', and `mwheel-scroll-down-function' instead of
5761 `scroll-down'.
5762
5763 * doc-view.el (doc-view-scroll-up-or-next-page)
5764 (doc-view-scroll-down-or-previous-page): Add optional ARG.
5765 Use this ARG in the call to image-scroll-up/image-scroll-down.
5766 Change `interactive' spec to "P". Goto next/previous page only
5767 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5768 SPC/DEL case). Doc fix.
5769 (doc-view-next-line-or-next-page)
5770 (doc-view-previous-line-or-previous-page): Rename arg to ARG
5771 for consistency.
5772 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5773 `doc-view-scroll-up-or-next-page', and buffer-local
5774 `mwheel-scroll-down-function' to
5775 `doc-view-scroll-down-or-previous-page'.
5776
5777 2009-11-25 Juri Linkov <juri@jurta.org>
5778
5779 Provide additional default values (directories at other Dired
5780 windows) via M-n in the minibuffer of some Dired commands.
5781
5782 * dired-aux.el (dired-diff, dired-compare-directories)
5783 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5784 `minibuffer-default' in `minibuffer-with-setup-hook'.
5785 (dired-dwim-target-directory): Find a window that displays Dired
5786 buffer instead of failing when the next window is not Dired.
5787 Use `get-window-with-predicate' to find for the next Dired window.
5788 (dired-dwim-target-defaults): New function.
5789
5790 * ediff-util.el (ediff-read-file-name):
5791 Use `dired-dwim-target-defaults' to set `minibuffer-default'
5792 in `minibuffer-with-setup-hook'.
5793
5794 2009-11-25 Juri Linkov <juri@jurta.org>
5795
5796 Provide additional default values (file name at point or at the
5797 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
5798
5799 * minibuffer.el (read-file-name-defaults): New function.
5800 (read-file-name): Reset `minibuffer-default' to nil when
5801 it duplicates initial input `insdef'.
5802 Bind `minibuffer-default-add-function' to lambda that
5803 calls `read-file-name-defaults' in `minibuffer-selected-window'.
5804 (minibuffer-insert-file-name-at-point): New command.
5805
5806 * files.el (file-name-at-point-functions): New defcustom.
5807 (find-file-default): Remove defvar.
5808 (find-file-read-args): Don't use `find-file-default'.
5809 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5810 to `read-file-name'.
5811 (find-file-literally): Use `read-file-name' with
5812 `confirm-nonexistent-file-or-buffer'.
5813
5814 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5815
5816 * dired.el (dired-read-dir-and-switches):
5817 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5818 to `read-file-name'.
5819 (dired-file-name-at-point): New function.
5820 (dired-mode): Add hook `dired-file-name-at-point' to
5821 `file-name-at-point-functions'.
5822
5823 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5824
5825 Really make the *Completions* window soft-dedicated (bug#5030).
5826 * window.el (window--display-buffer-2): Add `dedicated' argument.
5827 (display-buffer): Pass it when needed so the dedicated flag is set
5828 after calling set-window-buffer, which would otherwise reset it.
5829
5830 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5831
5832 * progmodes/meta-mode.el (meta-complete-symbol):
5833 * progmodes/etags.el (complete-tag):
5834 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5835 Use completion-in-region.
5836
5837 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5838 (dabbrev-completion): Use completion-in-region.
5839 (dabbrev--abbrev-at-point): Simplify regexp.
5840
5841 * abbrev.el (abbrev--before-point): Use word-motion functions
5842 if :regexp is not specified (bug#5031).
5843
5844 * subr.el (string-prefix-p): New function.
5845
5846 * man.el (Man-completion-cache): New var.
5847 (Man-completion-table): Use it.
5848
5849 * vc.el (vc-print-log-internal): Make `limit' optional for better
5850 compatibility (e.g. with vc-annotate.el).
5851
5852 2009-11-24 Kevin Ryde <user42@zip.com.au>
5853
5854 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5855 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
5856
5857 * emacs-lisp/elint.el (elint-add-required-env): Better error message
5858 when .el source file not found or other error.
5859
5860 2009-11-24 Markus Triska <markus.triska@gmx.at>
5861
5862 * linum.el (linum-update-window): Ignore intangible (bug#4996).
5863
5864 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5865
5866 Handle the [back] button properly (bug#4979).
5867 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5868 Use help-setup-xref, help-buffer, and with-help-window.
5869 (describe-char): Add `buffer' argument.
5870 Pass proper command to help-setup-xref. Don't meddle with
5871 help-xref-stack-item directly.
5872 (describe-text-category): Use with-help-window and help-buffer.
5873
5874 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5875 for the displayed buffer (bug#4887).
5876
5877 * man.el (Man-completion-table): New function.
5878 (man): Use it.
5879
5880 2009-11-24 David Reitter <david.reitter@gmail.com>
5881
5882 * vc-git.el (vc-git-registered): Use checkout directory (where
5883 .git is) rather than the file's directory and a relative path spec
5884 to work around a bug in git.
5885
5886 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
5887
5888 Improve handling of processes on remote hosts.
5889
5890 * eshell/esh-util.el (eshell-path-env): New defvar.
5891 (eshell-parse-colon-path): New defun.
5892 (eshell-file-attributes): Use `eshell-parse-colon-path'.
5893
5894 * eshell/esh-ext.el (eshell-search-path):
5895 Use `eshell-parse-colon-path'.
5896 (eshell-remote-command): Remove argument HANDLER.
5897 (eshell-external-command): Check for FTP remote connection.
5898
5899 * eshell/esh-proc.el (eshell-gather-process-output):
5900 Use `file-truename', in order to start also symlinked files.
5901 Apply `start-file-process' instead of `start-process'.
5902 Shorten `command' to the local file name part.
5903
5904 * eshell/em-cmpl.el (eshell-complete-commands-list):
5905 Use `eshell-parse-colon-path'.
5906
5907 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5908
5909 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5910 to `eshell-directory-change-hook'.
5911
5912 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5913
5914 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5915 because it could be enabled automatically if view-read-only is non-nil.
5916
5917 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
5918
5919 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5920 made on 2009-11-22.
5921
5922 2009-11-24 Glenn Morris <rgm@gnu.org>
5923
5924 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5925 deleted variable bookmark-bmenu-bookmark-column.
5926
5927 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
5928 Move after definition of global-semantic-idle-tag-highlight-mode.
5929
5930 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5931
5932 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5933
5934 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
5935
5936 * net/browse-url.el (browse-url-filename-alist): On Windows, add
5937 two slashes to the "file:" prefix.
5938 (browse-url-file-url): De-munge Cygwin filenames before passing
5939 them to Windows browser.
5940 (browse-url-default-windows-browser): Use call-process.
5941
5942 2009-11-23 Juri Linkov <juri@jurta.org>
5943
5944 Implement DocView Continuous mode. (Bug#4896)
5945 * doc-view.el (doc-view-continuous-mode): New defcustom.
5946 (doc-view-mode-map): Bind C-n/<down> to
5947 `doc-view-next-line-or-next-page', C-p/<up> to
5948 `doc-view-previous-line-or-previous-page'.
5949 (doc-view-next-line-or-next-page)
5950 (doc-view-previous-line-or-previous-page): New commands.
5951
5952 2009-11-23 Juri Linkov <juri@jurta.org>
5953
5954 Implement Isearch in comint input history. (Bug#3746)
5955 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5956 `isearch-mode-hook'.
5957 (comint-history-isearch): New defcustom.
5958 (comint-history-isearch-backward)
5959 (comint-history-isearch-backward-regexp): New commands.
5960 (comint-history-isearch-message-overlay): New buffer-local variable.
5961 (comint-history-isearch-setup, comint-history-isearch-end)
5962 (comint-goto-input, comint-history-isearch-search)
5963 (comint-history-isearch-message, comint-history-isearch-wrap)
5964 (comint-history-isearch-push-state)
5965 (comint-history-isearch-pop-state): New functions.
5966
5967 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
5968
5969 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5970 return.
5971 (tramp-handle-make-symbolic-link)
5972 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5973 Quote file names.
5974 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5975 (tramp-handle-process-file): Use it.
5976
5977 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5978
5979 * window.el (move-to-window-line-last-op): Remove.
5980 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5981
5982 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5983
5984 Make M-r mirror the new cycling behavior of C-l.
5985 * window.el (move-to-window-line-last-op): New var.
5986 (move-to-window-line-top-bottom): New command.
5987 (global-map): Bind M-r move-to-window-line-top-bottom.
5988
5989 2009-11-23 Sven Joachim <svenjoac@gmx.de>
5990
5991 * dired-x.el (dired-guess-shell-alist-default):
5992 Support xz format. (Bug#4953)
5993
5994 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
5995
5996 * cedet/srecode/map.el (srecode-get-maps):
5997 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
5998 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
5999 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
6000 (semantic-toggle-decoration-style):
6001 * cedet/semantic/decorate/include.el
6002 (semantic-decoration-include-describe)
6003 (semantic-decoration-unknown-include-describe)
6004 (semantic-decoration-unparsed-include-describe)
6005 (semantic-decoration-all-include-summary):
6006 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
6007 * cedet/semantic/analyze/complete.el
6008 (semantic-analyze-possible-completions):
6009 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
6010 (semantic-show-unmatched-syntax-mode)
6011 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
6012 (semantic-highlight-func-mode):
6013 * cedet/semantic/util.el (semantic-describe-buffer):
6014 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
6015 (semantic-symref-find-tags-by-name)
6016 (semantic-symref-find-tags-by-regexp)
6017 (semantic-symref-find-tags-by-completion)
6018 (semantic-symref-find-file-references-by-name)
6019 (semantic-symref-find-text):
6020 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
6021 (senator-yank-tag):
6022 * cedet/semantic/scope.el (semantic-calculate-scope):
6023 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
6024 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
6025 (define-semantic-idle-service):
6026 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
6027 (semantic-complete-analyze-inline-idle):
6028 * cedet/semantic/analyze.el (semantic-analyze-current-context):
6029 * cedet/mode-local.el (describe-mode-local-bindings)
6030 (describe-mode-local-bindings-in-mode):
6031 * cedet/ede/make.el (ede-make-check-version):
6032 * cedet/ede/locate.el (ede-enable-locate-on-project):
6033 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
6034 (cedet-idutils-version-check):
6035 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
6036 (cedet-gnu-global-version-check):
6037 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
6038 (cedet-cscope-version-check): Use called-interactively-p instead
6039 of interactive-p.
6040
6041 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
6042 Use semantic-format-tag-prototype.
6043
6044 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
6045
6046 * emulation/viper-cmd.el: Use viper-last-command-char instead of
6047 last-command-char/last-command-event.
6048 (viper-prefix-arg-value): Do correct conversion of event-char for
6049 XEmacs.
6050
6051 * emulation/viper-util.el, emulation/viper.el:
6052 Use viper-last-command-char instead of
6053 last-command-char/last-command-event.
6054
6055 * ediff-init.el, ediff-mult.el, ediff-util.el:
6056 Replace last-command-char and last-command-event
6057 with (ediff-last-command-char) everywhere.
6058
6059 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
6060 created in fundamental mode.
6061
6062 * ediff.el (ediff-version): Revert the change of interactive-p to
6063 called-interactively-p.
6064
6065 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
6066
6067 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
6068 generation from word-movement command names.
6069
6070 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
6071
6072 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6073 (semantic-complete-jump-local, semantic-complete-jump):
6074 Improve prompt string.
6075
6076 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
6077
6078 * cus-start.el (all): Add native condition for font-use-system-font.
6079
6080 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
6081
6082 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6083 Correct the patch from 2009-11-18. (Bug#3910)
6084
6085 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
6086
6087 * progmodes/subword.el: Rename from lisp/subword.el.
6088
6089 * subword.el: Rename to progmodes/subword.el.
6090
6091 * Makefile.in (ELCFILES): Adapt to subword.el move.
6092
6093 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6094 Stefan Monnier <monnier@iro.umontreal.ca>
6095
6096 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
6097 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
6098 (bookmark-bmenu-show-filenames): Use push.
6099 (bookmark-bmenu-hide-filenames): Use local var instead of
6100 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
6101 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
6102 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
6103 filenames now that the bookmark names are always available.
6104
6105 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6106
6107 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
6108 (bookmark-search-pattern): Move and leave unbound.
6109 (bookmark-bmenu-mode-map): Change binding.
6110 (bookmark-read-search-input): Simplify.
6111 Don't use text-char-description. Don't error on non-char events.
6112 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
6113 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
6114 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
6115 Use a local var for the timer.
6116 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
6117 (i.e. bookmark-bmenu-search).
6118
6119 2009-11-21 Glenn Morris <rgm@gnu.org>
6120
6121 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
6122
6123 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
6124
6125 * net/browse-url.el (browse-url-default-windows-browser):
6126 Use cygstart for cygwin.
6127
6128 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
6129
6130 * bookmark.el: Formatting and doc fixes only:
6131 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
6132 (bookmark-bmenu-search): Wrap to fit within 80 columns.
6133 Minor grammar and punctuation fixes in doc string.
6134 (bookmark-read-search-input): Adjust to fit within 80 columns.
6135
6136 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
6137
6138 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
6139 (c-backward-into-nomenclature): Adapt to subword renaming.
6140
6141 * subword.el (subword-forward, subword-backward, subword-mark)
6142 (subword-kill, subword-backward-kill, subword-transpose)
6143 (subword-downcase, subword-upcase, subword-capitalize)
6144 (subword-forward-internal, subword-backward-internal):
6145 Rename from forward-subword, backward-subword, mark-subword,
6146 kill-subword, backward-kill-subword, transpose-subwords,
6147 downcase-subword, upcase-subword, capitalize-subword,
6148 forward-subword-internal, backward-subword-internal.
6149
6150 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6151
6152 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
6153 New options.
6154 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
6155 New vars.
6156 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
6157 (bookmark-bmenu-filter-alist-by-regexp)
6158 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
6159 (bookmark-bmenu-search): New command.
6160 (bookmark-bmenu-mode-map): Bind it.
6161
6162 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
6163
6164 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
6165
6166 * cedet/semantic/idle.el (define-semantic-idle-service)
6167 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
6168
6169 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
6170
6171 * progmodes/cc-cmds.el: declare-functioned forward-subword and
6172 backward-subword to quit the byte-compiler.
6173
6174 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
6175
6176 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
6177
6178 * progmodes/cc-cmds.el (c-update-modeline)
6179 (c-forward-into-nomenclature, c-backward-into-nomenclature):
6180 Refer to subword.el functions instead of cc-subword.el.
6181
6182 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
6183 subword.el functions instead of cc-subword.el.
6184
6185 * progmodes/cc-subword.el: Rename to subword.el.
6186 * subword.el: Rename from progmodes/cc-subword.el.
6187 (subword-mode-map): Rename from c-subword-mode-map.
6188 (subword-mode): Rename from c-subword-mode.
6189 (global-subword-mode): New global minor mode.
6190 (forward-subword): Rename from c-forward-subword.
6191 (backward-subword): Rename from c-backward-subword.
6192 (mark-subword): Rename from c-mark-subword.
6193 (kill-subword): Rename from c-kill-subword.
6194 (backward-kill-subword): Rename from c-backward-kill-subword.
6195 (transpose-subwords): Rename from c-tranpose-subword.
6196 (downcase-subword): Rename from c-downcase-subword.
6197 (capitalize-subword): Rename from c-capitalize-subword.
6198 (forward-subword-internal): Rename from c-forward-subword-internal.
6199 (backward-subword-internal): Rename from c-backward-subword-internal.
6200
6201 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
6202
6203 * vc.el (vc-deduce-fileset): Allow non-state changing operations
6204 from a dired buffer.
6205 (vc-dired-deduce-fileset): New function.
6206 (vc-root-diff, vc-print-root-log): Use it.
6207
6208 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
6209 nil LIMIT argument to vc-print-log-internal.
6210
6211 2009-11-20 Glenn Morris <rgm@gnu.org>
6212
6213 * Makefile.in (ELCFILES): Regenerate.
6214
6215 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
6216
6217 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
6218
6219 * cedet/semantic.el: Enable idle-mode menu items only if
6220 global-semantic-idle-scheduler-mode is enabled.
6221 (semantic-default-submodes): Doc fix.
6222
6223 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6224 When turning off, disable other idle modes.
6225
6226 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
6227
6228 * calc/calc.el (calc-set-mode-line):
6229 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6230 (math-format-number): Rename `math-format-complement-signed' to
6231 `math-format-twos-complement'.
6232
6233 * calc/calc-bin.el (math-format-twos-complement): Rename from
6234 math-format-complement-signed.
6235 (calc-radix): Rename `calc-complement-signed-mode' to
6236 `calc-twos-complement-mode'.
6237 (calc-octal-radix, calc-hex-radix): Add an argument for
6238 two's complement.
6239
6240 * calc/calc-embed.el (calc-embedded-mode-vars):
6241 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6242
6243 * calc/calc-ext.el (calc-init-extensions):
6244 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6245 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
6246
6247 * calc/calc-units.el (math-build-units-table-buffer):
6248 Let `calc-twos-complement-mode' be nil.
6249
6250 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
6251 entries.
6252
6253 * calc/calc-vec.el (calcFunc-vunpack):
6254 * calc/calc-aent.el (calc-do-calc-eval):
6255 * calc/calc-forms.el (math-format-date):
6256 * calc/calc-graph.el (calc-graph-plot):
6257 * calc/calc-math.el (math-use-emacs-fn):
6258 * calc/calccomp.el (math-compose-expr):
6259 Let `calc-twos-complement-mode' be nil.
6260
6261 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6262
6263 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
6264 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
6265 * minibuffer.el (completion-in-region-functions): New hook.
6266 (completion-in-region): New function.
6267 * emacs-lisp/lisp.el (lisp-complete-symbol):
6268 * pcomplete.el (pcomplete-std-complete): Use it.
6269
6270 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6271
6272 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
6273 (latex-complete-alist): New vars.
6274 (latex-string-prefix-p, latex-complete-bibtex-keys)
6275 (latex-complete-envnames, latex-complete-refkeys)
6276 (latex-complete-data): New functions.
6277 (latex-complete, latex-indent-or-complete): New commands.
6278
6279 * window.el (display-buffer-mark-dedicated): New var.
6280 (display-buffer): Obey it.
6281 * minibuffer.el (minibuffer-completion-help): Use it.
6282
6283 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
6284
6285 * filecache.el (file-cache-add-file): Use push and cons.
6286 (file-cache-delete-file-regexp): Use push.
6287 (file-cache-complete): Use completion-in-region.
6288
6289 * simple.el (with-wrapper-hook): Fix thinko.
6290
6291 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
6292 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
6293 Use with-current-buffer and string-to-number.
6294 (hfy-fallback-colour-values): Use assoc-string.
6295 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
6296 (hfy-face-at): Remove unused var `found-face'.
6297 (hfy-compile-stylesheet): Remove unused var `css'.
6298 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
6299 and `orig-buffer'.
6300 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
6301 Use with-current-buffer.
6302 (hfy-text-p): Use expand-file-name and fewer setq.
6303
6304 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
6305
6306 * htmlfontify.el, hfy-cmap.el: New files.
6307
6308 2009-11-19 Juri Linkov <juri@jurta.org>
6309
6310 * minibuffer.el (completions-format): New defcustom.
6311 (completion--insert-strings): Implement vertical format.
6312
6313 * simple.el (switch-to-completions): Move point to the first
6314 completion when point was at the beginning of the buffer.
6315
6316 2009-11-19 Juri Linkov <juri@jurta.org>
6317
6318 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
6319
6320 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
6321
6322 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
6323
6324 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
6325 (mail-signature): Change default to t.
6326 (mail-from-style): Deprecate `system-default' value.
6327 (mail-insert-from-field): For default value of mail-from-style,
6328 default to `angles' unless `angles' needs quoting and `parens'
6329 does not.
6330 (mail-citation-prefix-regexp): Use citation regexp from
6331 message-mode.
6332
6333 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
6334
6335 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6336 Set variables for computing the prompt for reading password.
6337
6338 2009-11-19 Glenn Morris <rgm@gnu.org>
6339
6340 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
6341
6342 * textmodes/flyspell.el (sgml-lexical-context): Declare.
6343
6344 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
6345 (newsticker-treeview-listwindow-height): Fix custom type.
6346
6347 2009-11-19 Kenichi Handa <handa@m17n.org>
6348
6349 * descr-text.el (describe-char-padded-string): Compose with TAB
6350 only if there's a font for CH.
6351 (describe-char): Fix the condition for detecting a trivial composition.
6352
6353 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
6354
6355 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
6356 more accurate version of the regexp. (Bug#3910)
6357
6358 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6359
6360 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
6361
6362 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
6363
6364 * font-setting.el (font-use-system-font): Declare for byte-compiler.
6365 (font-setting-change-default-font): Fix typo in docstring.
6366
6367 2009-11-18 Alan Mackenzie <acm@muc.de>
6368
6369 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
6370
6371 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6372
6373 * font-setting.el (font-use-system-font): Move ...
6374
6375 * cus-start.el (all): ... to here.
6376
6377 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
6378
6379 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
6380 Don't set `ad-return-value' if `ad-do-it' doesn't.
6381
6382 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
6383 modification time.
6384
6385 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6386
6387 * menu-bar.el: Put "Use system font" in Option-menu.
6388 (menu-bar-options-save): Add font-use-system-font.
6389
6390 * loadup.el: If feature system-font-setting or font-render-setting is
6391 there, load font-setting.
6392
6393 * Makefile.in (ELCFILES): Add font-settings.el.
6394 * font-setting.el: New file.
6395
6396 2009-11-17 Glenn Morris <rgm@gnu.org>
6397
6398 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
6399
6400 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
6401 Preserve point in the list buffer. (Bug#4939)
6402 Use point-at-eol.
6403 (newsticker--treeview-list-update-highlight)
6404 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
6405
6406 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6407
6408 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
6409 Remove.
6410
6411 * calc/calc-ext.el (calc-init-extensions): Remove references to
6412 symclip.
6413
6414 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
6415
6416 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
6417 * calc/calc-help.el (calc-b-prefix-help): Remove references to
6418 `calc-symclip'.
6419
6420 2009-11-16 Kevin Ryde <user42@zip.com.au>
6421
6422 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
6423 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
6424
6425 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
6426 (lm-keywords-list): Allow comma-only separator like "foo,bar".
6427 Ignore trailing spaces by omit-nulls to split-string (fixing
6428 regression from Emacs 21 due to the incompatible split-string
6429 change). (Bug #4928.)
6430
6431 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
6432
6433 * vc.el (vc-log-show-limit): Default to 2000.
6434 (vc-print-log-internal): Insert buttons to request more entries
6435 when limiting the output.
6436
6437 * vc-sccs.el (vc-sccs-print-log):
6438 * vc-rcs.el (vc-rcs-print-log):
6439 * vc-cvs.el (vc-cvs-print-log):
6440 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6441 LIMIT is non-nil.
6442
6443 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
6444
6445 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6446 error when `tramp-gvfs-dbus-event-vector' is set.
6447 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6448
6449 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6450
6451 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6452
6453 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
6454
6455 * net/dbus.el (dbus-unregister-service): New defun.
6456 (dbus-register-property): Register the handlers of
6457 "org.freedesktop.DBus.Properties" for SERVICE.
6458 (dbus-property-handler): Fix docstring.
6459
6460 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6461
6462 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6463 Quote doc string reference in defvaralias as it is not in special form.
6464 (byte-compile-output-docform): Doc fix.
6465
6466 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6467
6468 * calc/calc.el (math-2-word-size, math-half-2-word-size)
6469 (calc-complement-signed-mode): New variables.
6470 (calc-set-mode-line): Add indicator for twos-complements.
6471 (math-format-number): Format twos-complement notation.
6472
6473 * calc/calc-bin.el (calc-word-size): Reset the variables
6474 `math-2-word-size' and `math-half-2-word-size'.
6475 (math-format-complement-signed, math-symclip, calcFunc-symclip)
6476 (calc-symclip): New functions.
6477
6478 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6479
6480 * calc/calc-embed.el (calc-embedded-mode-vars):
6481 Add `calc-complement-signed-mode' to the list of modes.
6482
6483 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
6484 (calc-b-oper-keys): Add `calc-symclip' to list.
6485
6486 * calc/calc-ext.el (math-read-number-fancy): Read complement
6487 signed numbers.
6488 (calc-init-extensions): Add binding for `calc-symclip'.
6489 Add autoload for `calcFunc-symclip' and `calc-symclip'.
6490
6491 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6492 `calc-symclip'.
6493 (calc-modes-menu): Add item for twos complement mode.
6494
6495 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
6496
6497 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
6498
6499 * register.el (jump-to-register, insert-register): Handle Semantic
6500 tags. From commented-out advice in semantic/senator.el.
6501
6502 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6503
6504 * vc.el (vc-log-show-limit): New variable.
6505 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
6506 when using a prefix argument.
6507 (vc-print-log-internal): Add new argument LIMIT.
6508
6509 * vc-svn.el (vc-svn-print-log):
6510 * vc-mtn.el (vc-mtn-print-log):
6511 * vc-hg.el (vc-hg-print-log):
6512 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
6513 pass it to the log command when set. Make the BUFFER argument
6514 non-optional.
6515
6516 * vc-sccs.el (vc-sccs-print-log):
6517 * vc-rcs.el (vc-rcs-print-log):
6518 * vc-git.el (vc-git-print-log):
6519 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6520 ignore it. Make the BUFFER argument non-optional
6521
6522 * bindings.el (mode-line-buffer-identification): Do not purecopy.
6523
6524 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
6525
6526 * dired.el (dired-mode-map): Move encryption items to "Operate"
6527 menu (Bug#4703).
6528
6529 * strokes.el (strokes-update-window-configuration): Make strokes
6530 buffer current before erasing (Bug#4906).
6531
6532 * cedet/semantic/idle.el (semantic-idle-summary-mode)
6533 (semantic-idle-summary-mode): Define using define-minor-mode
6534 instead of define-semantic-idle-service.
6535 (semantic-idle-summary-mode): New function.
6536 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
6537 that mouse motion does not reset the echo area.
6538
6539 2009-11-15 Juri Linkov <juri@jurta.org>
6540
6541 * simple.el (set-mark-default-inactive): Add :type, :group
6542 and :version. (Bug#4876)
6543
6544 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
6545
6546 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6547 (archive-unique-fname): ... here. (Bug#4929)
6548
6549 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6550
6551 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6552 with a real fix.
6553
6554 * novice.el (disabled-command-function): Add useful args.
6555 Setup the help buffer so that [back] works.
6556 Remove redundant call to help-mode.
6557 (disabled-command-function): Use `case'.
6558 (en/disable-command): New function extracted from enable-command.
6559 (enable-command, disable-command): Use it.
6560
6561 2009-11-14 Glenn Morris <rgm@gnu.org>
6562
6563 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6564 constants. (Bug#4913)
6565
6566 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6567
6568 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
6569
6570 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6571 defined in C that have no doc-strings. (Bug#1063)
6572
6573 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
6574
6575 * cus-edit.el (data, files):
6576 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
6577
6578 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
6579
6580 * simple.el (shell-command): Doc fix (Bug#4891).
6581
6582 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6583
6584 2009-11-14 Glenn Morris <rgm@gnu.org>
6585
6586 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6587 statements for vc-diff, emerge-quit, and rmail-cease-edit.
6588 If they are already loaded, eval-after-load will do the right thing.
6589
6590 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6591 compiling.
6592
6593 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6594
6595 * simple.el (x-selection-owner-p): Declare.
6596 (read-mail-command): Use custom radio type rather than choice.
6597 (completion-no-auto-exit): Doc fix.
6598
6599 * custom.el (defgroup):
6600 * epg-config.el (epg): Doc fixes.
6601
6602 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6603
6604 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6605 * international/ccl.el (define-ccl-program): Do not purecopy the
6606 docstring, defconst does it anyway.
6607
6608 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6609
6610 * add-log.el (add-change-log-entry): Avoid displaying the changelog
6611 a second time.
6612
6613 * x-dnd.el (x-dnd-maybe-call-test-function):
6614 * window.el (split-window-vertically):
6615 * whitespace.el (whitespace-help-on):
6616 * vc-rcs.el (vc-rcs-consult-headers):
6617 * userlock.el (ask-user-about-lock-help)
6618 (ask-user-about-supersession-help):
6619 * type-break.el (type-break-force-mode-line-update):
6620 * time-stamp.el (time-stamp-conv-warn):
6621 * terminal.el (te-set-output-log, te-more-break, te-filter)
6622 (te-sentinel, terminal-emulator):
6623 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6624 (term-write-input-ring, term-check-source, term-start-output-log):
6625 (term-display-buffer-line, term-dynamic-list-completions):
6626 (term-ansi-make-term, serial-term):
6627 * subr.el (selective-display):
6628 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6629 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6630 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6631 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6632 (speedbar-remove-localized-speedbar-support)
6633 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6634 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6635 (speedbar-buffers-line-directory):
6636 * simple.el (shell-command-on-region, append-to-buffer)
6637 (prepend-to-buffer):
6638 * shadowfile.el (shadow-save-todo-file):
6639 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6640 (scroll-bar-maybe-set-window-start):
6641 * sb-image.el (speedbar-image-dump):
6642 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6643 (load-save-place-alist-from-file):
6644 * ps-samp.el (ps-print-message-from-summary):
6645 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6646 (ps-background-image, ps-begin-job, ps-do-despool):
6647 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6648 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6649 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6650 (pr-call-process, pr-file-list, pr-interface-save):
6651 * novice.el (disabled-command-function)
6652 (enable-command, disable-command):
6653 * mouse.el (mouse-buffer-menu-alist):
6654 * mouse-copy.el (mouse-kill-preserving-secondary):
6655 * macros.el (kbd-macro-query):
6656 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6657 * informat.el (batch-info-validate):
6658 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6659 * hippie-exp.el (try-expand-dabbrev-visible):
6660 * help-mode.el (help-make-xrefs):
6661 * help-fns.el (describe-variable):
6662 * generic-x.el (bat-generic-mode-run-as-comint):
6663 * finder.el (finder-mouse-select):
6664 * find-dired.el (find-dired-sentinel):
6665 * filesets.el (filesets-file-close):
6666 * files.el (list-directory):
6667 * faces.el (list-faces-display, describe-face):
6668 * facemenu.el (list-colors-display):
6669 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6670 * epg.el (epg--process-filter, epg-cancel):
6671 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6672 (epa--read-signature-type):
6673 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6674 (emerge-file-names):
6675 * ehelp.el (electric-helpify):
6676 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6677 * ediff-vers.el (rcs-ediff-view-revision):
6678 * ediff-util.el (ediff-setup):
6679 * ediff-mult.el (ediff-append-custom-diff):
6680 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6681 (ediff-wordify):
6682 * echistory.el (Electric-command-history-redo-expression):
6683 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6684 * disp-table.el (describe-display-table):
6685 * dired.el (dired-find-buffer-nocreate):
6686 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6687 * dabbrev.el (dabbrev--same-major-mode-p):
6688 * chistory.el (list-command-history):
6689 * apropos.el (apropos-documentation):
6690 * allout.el (allout-obtain-passphrase):
6691 (allout-copy-exposed-to-buffer):
6692 (allout-verify-passphrase): Use with-current-buffer.
6693
6694 2009-11-13 Glenn Morris <rgm@gnu.org>
6695
6696 * Makefile.in (ELCFILES): Regenerate.
6697
6698 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
6699
6700 * net/dbus.el (dbus-registered-objects-table): Rename from
6701 `dbus-registered-functions-table', because it contains also properties.
6702 (dbus-unregister-object): Unregister also properties.
6703 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6704 Use a timeout of 500 msec, in order to not block.
6705 (dbus-register-property, dbus-property-handler): New defuns.
6706
6707 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6708
6709 * simple.el (minibuffer-default-add-completions): Drop deprecated
6710 4th arg.
6711
6712 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
6713
6714 * textmodes/artist.el (artist-mouse-choose-operation):
6715 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6716 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6717 (artist-compute-up-event-key): New function.
6718 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6719
6720 2009-11-13 Kenichi Handa <handa@m17n.org>
6721
6722 * language/japan-util.el: Make sure that the value of jisx0208
6723 property is jisx0208 character.
6724
6725 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
6726
6727 * international/mule.el (auto-coding-regexp-alist): Only purecopy
6728 car or each item, not the whole list.
6729
6730 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6731
6732 * minibuffer.el (minibuffer-completion-help):
6733 Use minibuffer-hide-completions.
6734
6735 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
6736
6737 * dired.el (dired-save-positions, dired-restore-positions): New funs.
6738 (dired-revert): Use them (bug#4880).
6739
6740 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6741
6742 * tooltip.el (tooltip-frame-parameters): Undo previous change.
6743
6744 2009-11-12 Juri Linkov <juri@jurta.org>
6745
6746 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6747 New functions.
6748 (find-file-literally-at-point): Alias of `ffap-literally'.
6749
6750 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6751
6752 * textmodes/ispell.el (ispell-skip-region-alist):
6753 * textmodes/css-mode.el (auto-mode-alist):
6754 * progmodes/compile.el (auto-mode-alist):
6755 * international/mule.el (ctext-non-standard-encodings-alist)
6756 (ctext-non-standard-encodings-regexp):
6757 * simple.el (shell-command-switch, text-read-only):
6758 * replace.el (occur-mode-map):
6759 * paths.el (rmail-file-name):
6760 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6761 * find-file.el (ff-special-constructs):
6762 * files.el (file-name-handler-alist):
6763 * composite.el: Purecopy strings.
6764
6765 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6766
6767 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6768
6769 * widget.el (define-widget): Purecopy the docstring.
6770 * international/mule-cmds.el (charset): Do not purecopy the
6771 docstring here, define-widget does it.
6772
6773 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6774 * textmodes/bibtex-style.el (auto-mode-alist):
6775 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6776 * progmodes/compile.el (compile-command):
6777 * language/korea-util.el (default-korean-keyboard):
6778 * international/mule-conf.el (file-coding-system-alist):
6779 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6780 * tooltip.el (tooltip-frame-parameters):
6781 * newcomment.el (comment-end, comment-padding):
6782 * dired.el (dired-trivial-filenames):
6783 * comint.el (comint-file-name-prefix): Purecopy initial values.
6784
6785 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
6786
6787 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6788 (tramp-advice-minibuffer-electric-tilde): Unload advices via
6789 `tramp-unload'.
6790 (tramp-advice-make-auto-save-file-name)
6791 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6792 after removing the advice.
6793
6794 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6795
6796 * progmodes/grep.el (grep-regexp-alist):
6797 * international/mule-cmds.el (iso-2022-control-alist):
6798 * emacs-lisp/timer.el (timer-duration-words):
6799 * subr.el (version-separator, version-regexp-alist):
6800 * minibuffer.el (completion-styles-alist):
6801 * faces.el (face-attribute-name-alist, list-faces-sample-text):
6802 Change defvars to defconsts.
6803
6804 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6805 * loadup.el ("international/mule-conf"): Load the byte compiled version.
6806 * international/mule-conf.el: Allow to be byte compiled.
6807
6808 * international/mule.el (define-charset): Purecopy props.
6809 (load-with-code-conversion): Purecopy doc string and file name.
6810 (put-charset-property): Purecopy strings.
6811 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6812
6813 * international/mule-cmds.el (register-input-method): Purecopy arguments.
6814 (define-char-code-property): Correctly purecopy the table.
6815
6816 * international/ccl.el (define-ccl-program): Purecopy the docstring.
6817
6818 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6819
6820 * subr.el (add-hook): Purecopy strings.
6821 (eval-after-load): Purecopy load-history-regexp and the form.
6822
6823 * custom.el (custom-declare-group): Purecopy load-file-name.
6824
6825 * subr.el (menu-bar-separator): New defconst.
6826 * net/eudc.el (eudc-tools-menu):
6827 * international/mule-cmds.el (set-coding-system-map)
6828 (mule-menu-keymap):
6829 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6830 * vc-hooks.el (vc-menu-map):
6831 * replace.el (occur-mode-map):
6832 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6833 (menu-bar-edit-menu, menu-bar-goto-menu)
6834 (menu-bar-custom-menu, menu-bar-showhide-menu)
6835 (menu-bar-options-menu, menu-bar-tools-menu)
6836 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6837 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6838 (menu-bar-help-menu):
6839 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6840 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6841
6842 * term/x-win.el (x-gtk-stock-map):
6843 * progmodes/vera-mode.el (auto-mode-alist):
6844 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6845 (inferior-lisp-program, inferior-lisp-load-command):
6846 * progmodes/hideshow.el (hs-special-modes-alist):
6847 * progmodes/gud.el (same-window-regexps):
6848 * progmodes/grep.el (grep-program, find-program, xargs-program):
6849 * net/telnet.el (same-window-regexps):
6850 * net/rlogin.el (same-window-regexps):
6851 * language/ethiopic.el (font-ccl-encoder-alist):
6852 * vc-sccs.el (vc-sccs-master-templates):
6853 * vc-rcs.el (vc-rcs-master-templates):
6854 * subr.el (cl-assertion-failed):
6855 * simple.el (next-error-overlay-arrow-position):
6856 * lpr.el (lpr-command):
6857 * locate.el (locate-ls-subdir-switches):
6858 * info.el (same-window-regexps, info)
6859 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6860 * image-mode.el (image-mode, auto-mode-alist):
6861 * hippie-exp.el (hippie-expand-ignore-buffers):
6862 * format.el (format-alist):
6863 * find-dired.el (find-ls-subdir-switches, find-grep-options)
6864 (find-name-arg):
6865 * facemenu.el (facemenu-keybindings):
6866 * dired.el (dired-listing-switches, dired-chown-program):
6867 * diff.el (diff-switches, diff-command):
6868 * cus-edit.el (same-window-regexps):
6869 * bindings.el (mode-line-mule-info)
6870 (mode-line-buffer-identification): Purecopy strings.
6871
6872 2009-11-11 Juri Linkov <juri@jurta.org>
6873
6874 * simple.el (dired-get-filename) <declare-function>:
6875 Tell the byte-compiler about dired-get-filename.
6876 (shell-command): In Dired mode, get filename from the current line
6877 as the default value.
6878
6879 2009-11-10 Glenn Morris <rgm@gnu.org>
6880
6881 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6882 * calendar/holidays.el, progmodes/cperl-mode.el:
6883 Update x-popup-menu declarations.
6884
6885 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6886 (list-load-path-shadows): Use dolist.
6887 (list-load-path-shadows): Use with-current-buffer.
6888
6889 2009-11-10 Juri Linkov <juri@jurta.org>
6890
6891 * minibuffer.el (read-file-name): Support a list of default values
6892 in `default-filename'. Use the first file name where only one
6893 element is required. Doc fix.
6894
6895 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
6896
6897 * net/dbus.el (dbus-unregister-object): Release service, if no
6898 other method is registered for it.
6899
6900 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
6901
6902 * bookmark.el (bookmark-completing-read): Sort bookmark names if
6903 bookmark-sort-flag is non-nil (Bug#4653).
6904
6905 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6906
6907 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
6908 the progress reporter entirely.
6909
6910 * emulation/cua-base.el: Add CUA property to some CC mode commands
6911 (Bug#4100).
6912
6913 2009-11-08 Kevin Ryde <user42@zip.com.au>
6914
6915 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6916 at end of sentence (Bug#4818).
6917
6918 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
6919
6920 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6921 Handle "see declaration of" MSFT statements (Bug#4100).
6922
6923 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
6924
6925 * net/tramp.el (tramp-advice-make-auto-save-file-name)
6926 (tramp-advice-file-expand-wildcards): Unload via
6927 `ad-remove-advice'.
6928
6929 * net/trampver.el: Update release number.
6930
6931 2009-11-08 Kevin Ryde <user42@zip.com.au>
6932
6933 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6934 `ad-do-it'.
6935
6936 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
6937
6938 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6939 in order to keep context in SELinux.
6940
6941 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6942
6943 * dired-aux.el (dired-query): Place cursor in echo area and allow
6944 C-g.
6945
6946 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6947 menu item if not on a directory (Bug#4701).
6948
6949 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
6950
6951 Sync with Tramp 2.1.17.
6952
6953 * net/tramp.el (tramp-handle-copy-directory): Don't use
6954 `file-remote-p' (due to compatibility).
6955
6956 * net/tramp-compat.el (tramp-compat-copy-directory)
6957 (tramp-compat-delete-directory): New defuns.
6958
6959 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6960 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
6961 `tramp-compat-delete-directory'.
6962
6963 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6964 (tramp-smb-handle-delete-directory): Use
6965 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6966
6967 * net/trampver.el: Update release number.
6968
6969 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
6970
6971 * tar-mode.el (tar-copy): Call write-region on the right buffer
6972 (Bug#4857).
6973
6974 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6975 by hand, if necessary (Bug#4878).
6976
6977 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
6978
6979 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6980 align size column (Bug#4839).
6981
6982 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6983 statement.
6984
6985 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6986
6987 * progmodes/ld-script.el (auto-mode-alist):
6988 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6989
6990 * cus-face.el (custom-declare-face): Purecopy face spec.
6991
6992 2009-11-06 Kenichi Handa <handa@m17n.org>
6993
6994 * international/uni-bidi.el: Re-generated.
6995 * international/uni-category.el: Re-generated.
6996 * international/uni-combining.el: Re-generated.
6997 * international/uni-mirrored.el: Re-generated.
6998
6999 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
7000
7001 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
7002 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
7003 (tex-start-options, slitex-run-command, latex-run-command)
7004 (tex-run-command, tex-directory):
7005 * textmodes/ispell.el (ispell-html-skip-alists)
7006 (ispell-tex-skip-alists, ispell-tex-skip-alists):
7007 * textmodes/fill.el (adaptive-fill-first-line-regexp):
7008 (adaptive-fill-regexp):
7009 * textmodes/dns-mode.el (auto-mode-alist):
7010 * progmodes/python.el (interpreter-mode-alist):
7011 * progmodes/etags.el (tags-compression-info-list):
7012 * progmodes/etags.el (tags-file-name):
7013 * net/browse-url.el (browse-url-galeon-program)
7014 (browse-url-firefox-program):
7015 * mail/sendmail.el (mail-signature-file)
7016 (mail-citation-prefix-regexp):
7017 * international/mule-conf.el (eight-bit):
7018 * international/latexenc.el (latex-inputenc-coding-alist):
7019 * international/fontset.el (x-pixel-size-width-font-regexp):
7020 * emacs-lisp/warnings.el (warning-type-format):
7021 * emacs-lisp/trace.el (trace-buffer):
7022 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
7023 (emacs-lisp-mode-map):
7024 * calendar/holidays.el (holiday-solar-holidays)
7025 (holiday-bahai-holidays, holiday-islamic-holidays)
7026 (holiday-christian-holidays, holiday-hebrew-holidays)
7027 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
7028 (hebrew-holidays-1, holiday-oriental-holidays)
7029 (holiday-general-holidays):
7030 * x-dnd.el (x-dnd-known-types):
7031 * tool-bar.el (tool-bar):
7032 * startup.el (site-run-file):
7033 * shell.el (shell-dumb-shell-regexp):
7034 * rfn-eshadow.el (file-name-shadow-tty-properties)
7035 (file-name-shadow-properties):
7036 * paths.el (remote-shell-program, news-directory):
7037 * mouse.el ([C-down-mouse-3]):
7038 * menu-bar.el (menu-bar-tools-menu):
7039 * jka-cmpr-hook.el (jka-compr-load-suffixes)
7040 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
7041 (jka-compr-compression-info-list):
7042 * isearch.el (search-whitespace-regexp):
7043 * image-file.el (image-file-name-extensions):
7044 * find-dired.el (find-ls-option):
7045 * files.el (directory-listing-before-filename-regexp)
7046 (directory-free-space-args, insert-directory-program)
7047 (list-directory-brief-switches, magic-fallback-mode-alist)
7048 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
7049 (automount-dir-prefix):
7050 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
7051 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
7052 (face-font-registry-alternatives, face-font-registry-alternatives)
7053 (face-font-family-alternatives):
7054 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
7055 (facemenu-foreground-menu, facemenu-face-menu):
7056 * epa-hook.el (epa-file-name-regexp):
7057 * dnd.el (dnd-protocol-alist):
7058 * textmodes/rst.el (auto-mode-alist):
7059 * button.el (default-button): Purecopy strings.
7060
7061 2009-11-06 Glenn Morris <rgm@gnu.org>
7062
7063 * Makefile.in (ELCFILES): Update.
7064
7065 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
7066
7067 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
7068 * emacs-lisp/levents.el: Move to obsolete/levents.el.
7069
7070 * nxml/xsd-regexp.el (xsdre-gen-categories):
7071 * nxml/xmltok.el (xmltok-parse-entity):
7072 * nxml/rng-parse.el (rng-parse-validate-file):
7073 * nxml/rng-maint.el (rng-format-manual)
7074 (rng-manual-output-force-new-line):
7075 * nxml/rng-loc.el (rng-save-schema-location-1):
7076 * nxml/rng-cmpct.el (rng-c-parse-file):
7077 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
7078 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
7079
7080 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
7081
7082 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
7083 Remove extra save-excursions and make-variable-buffer-local's.
7084 Suggested by Stefan Monnier.
7085
7086 (verilog-getopt-file, verilog-module-inside-filename-p)
7087 (verilog-set-define): Merge GNU 1.35 and repair changes from
7088 switching to using with-current-buffer.
7089
7090 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
7091 being treated as a number and confusing AUTORESET.
7092 Reported by Dan Dever.
7093
7094 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
7095 Add verilog-auto-ignore-concat to fix backward compatibility with
7096 older verilog-modes. Reported by Dan Katz.
7097
7098 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
7099 containing closing anchors "...$".
7100
7101 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
7102 Reported by Wade Smith.
7103
7104 (verilog-batch-execute-func): Comment on function usage.
7105
7106 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
7107
7108 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
7109 for labels.
7110
7111 (verilog-label-re, verilog-calc-1): Support proper indent of named
7112 asserts.
7113
7114 (verilog-backward-token, verilog-basic-complete-re)
7115 (verilog-beg-of-statement, verilog-indent-re): Support proper
7116 indent of the assert statement at the beginning of a block of text.
7117
7118 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
7119 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
7120 tokens as begins.
7121
7122 2009-11-05 Glenn Morris <rgm@gnu.org>
7123
7124 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
7125 Emacs 19. (Bug#1531)
7126 (byte-compile-fix-header): Update for the above change.
7127 Drop test for epoch::version.
7128
7129 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
7130 * cus-dep.el (custom-make-dependencies):
7131 * finder.el (finder-compile-keywords):
7132 Use autoload-rubric's feature argument.
7133
7134 * calendar/diary-lib.el (top-level): Make load behave more like require.
7135
7136 * vc-git.el (vc-git-stash-map): Move definition before use.
7137
7138 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7139
7140 * custom.el (custom-declare-group): Purecopy standard-value.
7141 (custom-declare-group): Purecopy custom-prefix.
7142
7143 * international/mule.el (load-with-code-conversion):
7144 Call do-after-load-evaluation unconditionally.
7145
7146 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
7147
7148 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7149
7150 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
7151
7152 2009-11-04 Glenn Morris <rgm@gnu.org>
7153
7154 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
7155 (byte-compile-compatibility): Remove option.
7156 (byte-compile-close-variables, byte-compile-fix-header)
7157 (byte-compile-insert-header, byte-compile-output-docform)
7158 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
7159 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
7160 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
7161 (byte-compile-insert, byte-compile-defun):
7162 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
7163 (byte-defop-compiler19): Remove.
7164 Without byte-compile-compatibility, the 'emacs19-opcode property is not
7165 used by anything. Replace all calls with byte-defop-compiler.
7166
7167 2009-11-04 Juri Linkov <juri@jurta.org>
7168
7169 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
7170 (menu-bar-options-menu): Don't quote the `prop' arg of
7171 `menu-bar-make-mm-toggle'.
7172
7173 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
7174
7175 * calendar/calendar.el (cal-loaddefs):
7176 * calendar/diary-lib.el (diary-loaddefs):
7177 * calendar/holidays.el (hol-loaddefs):
7178 * eshell/esh-module.el (esh-groups): Load rather than require.
7179
7180 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7181
7182 * calendar/todo-mode.el (todo-add-category): Don't hardcode
7183 point-min==1.
7184 (todo-top-priorities): Only display-buffer when called interactively.
7185 (todo-item-start): Don't save excursion point.
7186 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
7187 (todo-insert-item-here, todo-file-item, todo-remove-item):
7188 Adjust uses of todo-item-start and todo-item-end.
7189
7190 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
7191 (autoload-rubric): Don't use any more.
7192 * cedet/semantic/fw.el (semantic/loaddefs):
7193 * cedet/srecode.el (srecode/loaddefs):
7194 * cedet/ede.el (ede/loaddefs): Load rather than require.
7195 * cedet/ede/cpp-root.el:
7196 * cedet/ede/emacs.el:
7197 * cedet/ede/files.el:
7198 * cedet/ede/linux.el:
7199 * cedet/ede/locate.el:
7200 * cedet/ede/make.el:
7201 * cedet/ede/shell.el:
7202 * cedet/ede/speedbar.el:
7203 * cedet/ede/system.el:
7204 * cedet/ede/util.el:
7205 * cedet/semantic/analyze.el:
7206 * cedet/semantic/bovine.el:
7207 * cedet/semantic/complete.el:
7208 * cedet/semantic/ctxt.el:
7209 * cedet/semantic/db-file.el:
7210 * cedet/semantic/db-find.el:
7211 * cedet/semantic/db-global.el:
7212 * cedet/semantic/db-mode.el:
7213 * cedet/semantic/db-typecache.el:
7214 * cedet/semantic/db.el:
7215 * cedet/semantic/debug.el:
7216 * cedet/semantic/dep.el:
7217 * cedet/semantic/doc.el:
7218 * cedet/semantic/edit.el:
7219 * cedet/semantic/find.el:
7220 * cedet/semantic/format.el:
7221 * cedet/semantic/html.el:
7222 * cedet/semantic/ia-sb.el:
7223 * cedet/semantic/ia.el:
7224 * cedet/semantic/idle.el:
7225 * cedet/semantic/lex-spp.el:
7226 * cedet/semantic/lex.el:
7227 * cedet/semantic/mru-bookmark.el:
7228 * cedet/semantic/scope.el:
7229 * cedet/semantic/senator.el:
7230 * cedet/semantic/sort.el:
7231 * cedet/semantic/symref.el:
7232 * cedet/semantic/tag-file.el:
7233 * cedet/semantic/tag-ls.el:
7234 * cedet/semantic/tag-write.el:
7235 * cedet/semantic/tag.el:
7236 * cedet/semantic/util-modes.el:
7237 * cedet/semantic/analyze/complete.el:
7238 * cedet/semantic/analyze/refs.el:
7239 * cedet/semantic/bovine/c.el:
7240 * cedet/semantic/bovine/gcc.el:
7241 * cedet/semantic/bovine/make.el:
7242 * cedet/semantic/bovine/scm.el:
7243 * cedet/semantic/decorate/include.el:
7244 * cedet/semantic/decorate/mode.el:
7245 * cedet/semantic/symref/cscope.el:
7246 * cedet/semantic/symref/global.el:
7247 * cedet/semantic/symref/grep.el:
7248 * cedet/semantic/symref/idutils.el:
7249 * cedet/semantic/symref/list.el:
7250 * cedet/semantic/wisent/java-tags.el:
7251 * cedet/semantic/wisent/javascript.el:
7252 * cedet/srecode/compile.el:
7253 * cedet/srecode/cpp.el:
7254 * cedet/srecode/document.el:
7255 * cedet/srecode/el.el:
7256 * cedet/srecode/expandproto.el:
7257 * cedet/srecode/getset.el:
7258 * cedet/srecode/insert.el:
7259 * cedet/srecode/java.el:
7260 * cedet/srecode/map.el:
7261 * cedet/srecode/mode.el:
7262 * cedet/srecode/template.el:
7263 * cedet/srecode/texi.el: Remove the file-local setting of
7264 generated-autoload-feature.
7265
7266 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
7267 and only put a prop if it is non-nil.
7268
7269 2009-11-03 Juri Linkov <juri@jurta.org>
7270
7271 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
7272 (menu-bar-options-menu): Fix list quoting (Bug#4429).
7273
7274 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
7275 and "Menu" to make top-level menu item visually one unit (like
7276 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
7277 multi-word menu items). Fix :help string for quit-window.
7278
7279 2009-11-03 Glenn Morris <rgm@gnu.org>
7280
7281 * cedet/mode-local.el (with-mode-local): Doc fix.
7282
7283 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7284 (byte-compile-file-form-define-abbrev-table)
7285 (byte-compile-file-form-custom-declare-variable)
7286 (byte-compile-variable-ref, byte-compile-defvar):
7287 Whether or not a warning is enabled should only affect whether we issue
7288 the warning, not whether or not we collect the relevant data.
7289 Eg warnings can be turned on and off throughout the course of a file.
7290
7291 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
7292 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
7293
7294 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7295
7296 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
7297 * play/mpuz.el (mpuz-create-buffer):
7298 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
7299 (lm-print-y,s,noise, lm-print-w0, lm-init):
7300 * play/gomoku.el (gomoku-prompt-for-move):
7301 * play/fortune.el (fortune-in-buffer):
7302 * play/dissociate.el (dissociated-press):
7303 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
7304 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
7305 * mail/supercite.el (sc-eref-show):
7306 * mail/smtpmail.el (smtpmail-send-it):
7307 * mail/rmailsum.el (rmail-summary-next-labeled-message)
7308 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
7309 (rmail-summary-undelete-many, rmail-summary-rmail-update)
7310 (rmail-summary-goto-msg, rmail-summary-expunge)
7311 (rmail-summary-get-new-mail, rmail-summary-search-backward)
7312 (rmail-summary-add-label, rmail-summary-output-menu)
7313 (rmail-summary-output-body):
7314 * mail/rfc822.el (rfc822-addresses):
7315 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
7316 * mail/mailpost.el (post-mail-send-it):
7317 * mail/hashcash.el (hashcash-generate-payment):
7318 * mail/feedmail.el (feedmail-run-the-queue)
7319 (feedmail-queue-send-edit-prompt-help-first)
7320 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
7321 (feedmail-deduce-address-list):
7322 * eshell/esh-ext.el (eshell-remote-command):
7323 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
7324 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
7325 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
7326 (viper-save-string-in-file, viper-valid-marker):
7327 * emulation/viper-keym.el (viper-toggle-key):
7328 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
7329 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
7330 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
7331 * emulation/viper-cmd.el (viper-exec-form-in-vi)
7332 (viper-exec-form-in-emacs, viper-brac-function):
7333 * emulation/viper.el (viper-delocalize-var):
7334 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
7335 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
7336 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
7337 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
7338 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
7339 * emulation/edt.el (edt-electric-helpify):
7340 * emulation/cua-rect.el (cua--rectangle-aux-replace):
7341 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
7342 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
7343 (cua-indent-to-global-mark-column):
7344 * calendar/diary-lib.el (calendar-mark-1):
7345 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
7346 Use with-current-buffer.
7347 * emulation/viper.el (viper-delocalize-var): Use dolist.
7348
7349 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
7350
7351 * comint.el (comint-replace-by-expanded-history-before-point):
7352 Replace !! with the previous input string literally (Bug#1795).
7353
7354 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
7355
7356 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
7357 to be made up of whitespace.
7358
7359 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
7360
7361 * minibuffer.el (read-file-name): Don't use file dialogs for
7362 remote directories (Bug#99).
7363
7364 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
7365
7366 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
7367
7368 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
7369
7370 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
7371 instead of deleting the window or frame.
7372
7373 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
7374
7375 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
7376 Support face colors.
7377
7378 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
7379 New function. Support face colors (Bug#1168).
7380 (tex-common-initialization): Use it.
7381
7382 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
7383 mode allows it (Bug#1168).
7384
7385 2009-10-31 Juri Linkov <juri@jurta.org>
7386
7387 * facemenu.el (list-colors-display): Don't mark buffer as
7388 modified (Bug#3948).
7389
7390 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
7391
7392 * international/mule-diag.el (list-character-sets-1): Minor
7393 message fix (Bug#3526).
7394
7395 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
7396 face property (Bug#4834).
7397 (etags-list-tags, etags-tags-apropos-additional)
7398 (etags-tags-apropos, tags-select-tags-table): Add follow-link
7399 property.
7400
7401 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
7402 items.
7403
7404 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
7405 items.
7406
7407 * cedet/ede.el (ede-minor-mode):
7408 * cedet/semantic.el (semantic-mode): Toggle menu separators.
7409
7410 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7411
7412 * textmodes/two-column.el (2C-split):
7413 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
7414 * textmodes/tex-mode.el (tex-set-buffer-directory):
7415 * textmodes/spell.el (spell-region, spell-string):
7416 * textmodes/reftex.el (reftex-erase-buffer):
7417 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
7418 * textmodes/reftex-toc.el (reftex-toc-promote-action):
7419 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
7420 (reftex-select-item):
7421 * textmodes/reftex-ref.el (reftex-label-info-update)
7422 (reftex-offer-label-menu):
7423 * textmodes/reftex-index.el (reftex-index-change-entry)
7424 (reftex-index-phrases-info):
7425 * textmodes/reftex-global.el (reftex-create-tags-file)
7426 (reftex-save-all-document-buffers, reftex-ensure-write-access):
7427 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
7428 (reftex-view-crossref-from-bibtex):
7429 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
7430 (reftex-extract-bib-entries-from-thebibliography)
7431 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
7432 * textmodes/refbib.el (r2b-capitalize-title):
7433 (r2b-convert-buffer, r2b-help):
7434 * textmodes/page-ext.el (pages-directory)
7435 (pages-directory-goto-with-mouse):
7436 * textmodes/bibtex.el (bibtex-validate-globally):
7437 * textmodes/bib-mode.el (bib-capitalize-title):
7438 * textmodes/artist.el (artist-clear-buffer, artist-system):
7439 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
7440 (local-set-scheme-interaction-buffer, xscheme-process-filter)
7441 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
7442 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
7443 (xscheme-send-control-g-interrupt, xscheme-start-process)
7444 (xscheme-process-sentinel, xscheme-cd):
7445 * progmodes/verilog-mode.el (verilog-read-always-signals)
7446 (verilog-set-define, verilog-getopt-file)
7447 (verilog-module-inside-filename-p):
7448 * progmodes/sh-script.el:
7449 * progmodes/python.el (python-pdbtrack-get-source-buffer)
7450 (python-pdbtrack-grub-for-buffer, python-execute-file):
7451 * progmodes/octave-inf.el (inferior-octave):
7452 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7453 (idlwave-shell-compile-helper-routines, idlwave-set-local)
7454 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
7455 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
7456 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
7457 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
7458 (idlwave-shell-filter, idlwave-shell-examine-highlight)
7459 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
7460 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
7461 (idlwave-shell-examine-display, idlwave-shell-run-region)
7462 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
7463 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
7464 * progmodes/idlw-help.el (idlwave-help-get-special-help)
7465 (idlwave-help-get-help-buffer):
7466 * progmodes/gud.el (gud-basic-call, gud-find-class)
7467 (gud-tooltip-activate-mouse-motions-if-enabled):
7468 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7469 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
7470 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
7471 (ebrowse-tags-next-file):
7472 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
7473 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
7474 (ebnf-eps-finish-and-write):
7475 * progmodes/cpp.el (cpp-edit-save):
7476 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
7477 * progmodes/cc-defs.el (c-emacs-features):
7478 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
7479 (antlr-directory-dependencies):
7480 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
7481 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
7482 (ada-find-any-references, ada-make-filename-from-adaname)
7483 (ada-make-body-gnatstub):
7484 * obsolete/rnews.el (news-list-news-groups):
7485 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
7486 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
7487 * net/rcirc.el (rcirc-debug):
7488 * net/newst-treeview.el (newsticker--treeview-list-add-item)
7489 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
7490 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
7491 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
7492 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
7493 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
7494 (newsticker--treeview-list-clear-highlight)
7495 (newsticker--treeview-list-update-highlight)
7496 (newsticker--treeview-list-highlight-start)
7497 (newsticker--treeview-tree-update-highlight)
7498 (newsticker--treeview-get-selected-item)
7499 (newsticker-treeview-mark-list-items-old)
7500 (newsticker--treeview-set-current-node):
7501 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7502 * net/newst-backend.el (newsticker--get-news-by-funcall)
7503 (newsticker--get-news-by-wget, newsticker--image-get)
7504 (newsticker--image-sentinel):
7505 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
7506 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
7507 (eudc-ph-close-session):
7508 * net/eudc.el (eudc-save-options):
7509 * language/thai-word.el (thai-update-word-table):
7510 * language/japan-util.el (japanese-string-conversion):
7511 * international/titdic-cnv.el (tsang-quick-converter)
7512 (ziranma-converter, ctlau-converter):
7513 * international/mule-cmds.el (describe-language-environment):
7514 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
7515 (skkdic-convert-postfix, skkdic-convert-prefix):
7516 (skkdic-convert-okuri-nasi, skkdic-convert):
7517 * emacs-lisp/re-builder.el (reb-update-overlays):
7518 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
7519 * emacs-lisp/gulp.el (gulp-send-requests):
7520 * emacs-lisp/find-gc.el (trace-call-tree):
7521 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7522 (eieio-describe-generic):
7523 * emacs-lisp/eieio-base.el (eieio-persistent-read):
7524 * emacs-lisp/edebug.el (edebug-outside-excursion):
7525 * emacs-lisp/debug.el (debugger-make-xrefs):
7526 * emacs-lisp/cust-print.el (custom-prin1-to-string):
7527 * emacs-lisp/chart.el (chart-new-buffer):
7528 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7529 Use with-current-buffer.
7530 * textmodes/artist.el (artist-system): Don't call
7531 copy-sequence on a fresh string.
7532 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7533
7534 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
7535
7536 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
7537 is no item to edit. (Bug#4820)
7538 (todo-top-priorities): Restore point and restore narrowing in Todo
7539 buffer. (Bug#4820)
7540
7541 2009-10-31 Glenn Morris <rgm@gnu.org>
7542
7543 * net/ange-ftp.el (top-level): Don't require dired when compiling.
7544 (comint-last-output-start, comint-last-input-start)
7545 (comint-last-input-end): Don't defvar when compiling.
7546 (ange-ftp-process-file): Use bound-and-true-p.
7547
7548 * pcmpl-rpm.el (top-level): Move provide statement to end.
7549 (pcmpl-rpm): Remove unused custom group.
7550
7551 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7552
7553 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7554
7555 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7556 (byte-compile-warnings): Add `constants' as an option.
7557 (byte-compile-callargs-warn, byte-compile-arglist-warn)
7558 (display-call-tree): Update for byte-compile-fdefinition possibly
7559 returning `(macro lambda ...)'. (Bug#4778)
7560 (byte-compile-variable-ref, byte-compile-setq-default):
7561 Respect `constants' member of byte-compile-warnings.
7562
7563 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
7564 Use mapc rather than mapcar because the return value is never used.
7565
7566 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
7567 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
7568 * cedet/semantic/html.el:
7569 Suppress harmless warnings about setting up semantic-imenu (not
7570 part of Emacs) variables.
7571
7572 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7573
7574 * vc-bzr.el (vc-bzr-revision-keywords): New var.
7575 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7576 to "submit:".
7577
7578 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
7579 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
7580 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
7581 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
7582 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
7583 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
7584 (semantic-analyzer-debug-global-symbol)
7585 (semantic-analyzer-debug-missing-innertype)
7586 (semantic-analyzer-debug-insert-include-summary):
7587 * cedet/semantic/util.el (semantic-file-tag-table):
7588 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
7589 (semantic-recursive-find-nonterminal-by-name):
7590 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
7591 * cedet/semantic/tag-file.el (semantic-prototype-file):
7592 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
7593 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
7594 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
7595 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
7596 (semantic-idle-summary-maybe-highlight):
7597 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
7598 (semantic-ia-sb-tag-info):
7599 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
7600 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
7601 * cedet/semantic/ede-grammar.el (project-compile-target):
7602 (ede-proj-makefile-insert-variables):
7603 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
7604 (semantic-debug-set-source-location, semantic-debug-interface-layout)
7605 (semantic-debug-mode, semantic-debug):
7606 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
7607 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
7608 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
7609 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
7610 (semanticdb-find-translate-path-includes--internal)
7611 (semanticdb-reset-log, semanticdb-find-log-activity):
7612 * cedet/semantic/db-file.el (object-write):
7613 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
7614 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
7615 (semanticdb-create-ebrowse-database):
7616 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
7617 * cedet/semantic/complete.el (semantic-displayor-focus-request)
7618 (semantic-collector-calculate-completions-raw)
7619 (semantic-complete-read-tag-analyzer):
7620 * cedet/semantic/analyze.el (semantic-analyze-pulse):
7621 * cedet/ede/util.el (ede-update-version-in-source):
7622 * cedet/ede/proj.el (project-delete-target):
7623 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
7624 (ede-proj-flush-autoconf):
7625 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
7626 (ede-proj-configure-synchronize):
7627 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
7628 * cedet/ede/linux.el (ede-linux-version):
7629 * cedet/ede/emacs.el (ede-emacs-version):
7630 * cedet/ede/dired.el (ede-dired-add-to-target):
7631 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
7632 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
7633 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
7634 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
7635 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
7636 (cedet-idutils-version-check):
7637 * cedet/cedet-global.el (cedet-gnu-global-call):
7638 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
7639 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
7640 * cedet/cedet-cscope.el (cedet-cscope-call)
7641 (cedet-cscope-expand-filename, cedet-cscope-version-check):
7642 Use with-current-buffer.
7643 * cedet/ede.el (ede-make-project-local-variable)
7644 (ede-set-project-variables, ede-set): Use dolist.
7645
7646 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7647
7648 * textmodes/ispell.el (ispell-skip-region-alist):
7649 * international/mule-conf.el (eight-bit):
7650 * international/fontset.el (font-encoding-alist):
7651 * startup.el (pure-space-overflow-message):
7652 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7653 * paths.el (gnus-nntp-service, rmail-spool-directory)
7654 (term-file-prefix):
7655 * files.el (save-some-buffers-action-alist):
7656 * cmuscheme.el (same-window-buffer-names):
7657 * ielm.el (same-window-buffer-names):
7658 * shell.el (same-window-buffer-names):
7659 * mail/sendmail.el (same-window-buffer-names):
7660 * progmodes/inf-lisp.el (same-window-buffer-names):
7661 * bindings.el (mode-line-client)
7662 (mode-line-column-line-number-mode-map):
7663 * language/tibetan.el (tibetan-precomposition-rule-regexp)
7664 (tibetan-precomposed-regexp): Purecopy string arguments.
7665
7666 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7667
7668 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7669 (calcDigit-nondigit):
7670 * calc/calc-yank.el (calc-copy-to-buffer):
7671 * calc/calc-units.el (calc-invalidate-units-table):
7672 * calc/calc-trail.el (calc-trail-yank):
7673 * calc/calc-store.el (calc-insert-variables):
7674 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7675 * calc/calc-prog.el (calc-read-parse-table):
7676 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7677 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7678 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7679 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7680 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7681 (calc-graph-name, calc-graph-find-command, calc-graph-view)
7682 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7683 * calc/calc-ext.el (calc-realign):
7684 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7685 (calc-embedded-finish-edit, calc-embedded-make-info)
7686 (calc-embedded-finish-command, calc-embedded-stack-change):
7687 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7688
7689 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
7690 (overload-docstring-extension): Use that info.
7691 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
7692 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
7693 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
7694 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
7695 (semantic-nonterminal-full-name): Add the new `when' info.
7696 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
7697 `assert'.
7698
7699 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7700 shell-dynamic-complete-filename in preference to
7701 comint-dynamic-complete-filename.
7702
7703 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7704 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7705 Don't consider whether the display supports colors.
7706 (bookmark-import-new-list): Use dolist.
7707 (bookmark-bmenu-mode-map): Move initialization into declaration.
7708 (bookmark-bmenu-list): Use dolist, simplify.
7709 (bookmark-show-all-annotations): Use save-selected-window and dolist.
7710 (menu-bar-final-items): Use push.
7711
7712 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
7713
7714 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7715 it works on remote files.
7716 (vc-hg-diff): Don't pass any `--cwd' argument.
7717
7718 2009-10-27 Kevin Ryde <user42@zip.com.au>
7719
7720 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7721 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7722 (Further to Bug#3921).
7723
7724 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
7725
7726 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7727 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7728 calling `tramp-imap-put-file'. Add file size to the call.
7729 (tramp-imap-get-file-entries): Compute also user name, file size,
7730 and date.
7731 (tramp-imap-handle-insert-directory): Insert uid and gid.
7732 (tramp-imap-handle-file-attributes): Transform uid and gid
7733 according to `id-format'.
7734 (tramp-imap-put-file): New optional parameter SIZE. Encode file
7735 size in header X-Size.
7736
7737 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
7738
7739 * simple.el (transpose-subr): Give clearer error when the mark
7740 is not set. (Bug#4807)
7741
7742 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
7743
7744 * net/tramp.el (tramp-perl-file-truename): New defconst.
7745 Perl code contributed by yary <not.com@gmail.com> (tiny change).
7746 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7747 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7748 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7749
7750 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7751 Ignore `dired-call-process'.
7752 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7753
7754 2009-10-26 Julian Scheid <julians37@gmail.com>
7755
7756 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7757 (tramp-get-remote-readlink): New defun.
7758 (tramp-handle-file-truename): Use it.
7759 (tramp-handle-file-exists-p): Check file-attributes cache, assume
7760 file exists if cache value present.
7761 (tramp-check-cached-permissions): New defun.
7762 (tramp-handle-file-readable-p): Use it.
7763 (tramp-handle-file-writable-p): Likewise.
7764 (tramp-handle-file-executable-p): Likewise.
7765 (tramp-handle-file-name-all-completions): Try using Perl to get
7766 partial completions. When perl not available, combine `cd' and
7767 `ls' into single remote operation and use shell expansion to get
7768 partial remote directory contents. Set `file-exists-p' cache for
7769 directory and any files returned by ls. Change cache handling to
7770 support partial directory contents. Use error message emitted by
7771 remote `cd' or Perl code for local tramp-error.
7772 (tramp-do-copy-or-rename-file-directly): Avoid separate
7773 tramp-send-command-and-check call.
7774 (tramp-handle-process-file): Merge three remote ops into one.
7775 Do not flush all caches when `process-file-side-effects' is set.
7776 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7777 file-attributes shows uid/gid to be set already.
7778
7779 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7780
7781 * textmodes/tex-mode.el (tex-dvi-view-command)
7782 (tex-show-queue-command, tex-open-quote):
7783 * progmodes/ruby-mode.el (auto-mode-alist)
7784 (interpreter-mode-alist): Purecopy strings.
7785
7786 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7787
7788 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7789 string for the hook, keymap and abbrev table.
7790
7791 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7792
7793 * x-dnd.el (x-dnd-xdnd-to-action):
7794 * startup.el (fancy-startup-text, fancy-about-text): Change to
7795 defconst from defvar.
7796
7797 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7798
7799 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7800 Purecopy initialization strings.
7801
7802 * mail/sendmail.el (mail-header-separator)
7803 (mail-personal-alias-file):
7804 * mail/rmail.el (rmail-default-dont-reply-to-names)
7805 (rmail-ignored-headers, rmail-retry-ignored-headers)
7806 (rmail-highlighted-headers, rmail-secondary-file-directory)
7807 (rmail-secondary-file-regexp):
7808 * files.el (null-device, file-name-invalid-regexp)
7809 (locate-dominating-stop-dir-regexp)
7810 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7811 (interpreter-mode-alist): Use mapcar instead of mapc.
7812
7813 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7814
7815 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7816 (completion-ignored-extensions):
7817 (debug-ignored-errors): Purecopy strings.
7818
7819 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7820
7821 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7822 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7823 (pcomplete--here): Use push.
7824
7825 * subr.el (all-completions): Declare the 4th arg obsolete.
7826
7827 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7828
7829 * pcomplete.el (pcomplete-unquote-argument-function): New var.
7830 (pcomplete-unquote-argument): New function.
7831 (pcomplete--common-suffix): Always pay attention to case.
7832 (pcomplete--table-subvert): Quote and unquote the text.
7833 (pcomplete--common-quoted-suffix): New function.
7834 (pcomplete-std-complete): Use it and pcomplete-begin.
7835
7836 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7837 we're inside a dedicated or minibuffer window.
7838
7839 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7840
7841 * cedet/semantic/fw.el (semantic-alias-obsolete)
7842 (semantic-varalias-obsolete): Make the `when' arg mandatory.
7843 (define-mode-overload-implementation):
7844 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
7845 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
7846 * cedet/semantic/util.el (semantic-file-token-stream)
7847 (semantic-something-to-stream):
7848 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
7849 (semantic-expand-nonterminal):
7850 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
7851 (semantic-find-dependency, semantic-find-nonterminal)
7852 (semantic-find-dependency):
7853 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
7854 (semantic-flex-text, semantic-flex-make-keyword-table)
7855 (semantic-flex-keyword-p, semantic-flex-keyword-put)
7856 (semantic-flex-keyword-get, semantic-flex-map-keywords)
7857 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
7858 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
7859 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
7860 (semantic-after-idle-scheduler-reparse-hooks):
7861 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
7862 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
7863 * cedet/semantic.el (semantic-toplevel-bovine-table)
7864 (semantic-toplevel-bovine-cache)
7865 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
7866 (semantic-init-mode-hooks, semantic-init-db-hooks)
7867 (semantic-bovination-working-type): Provide the `when' arg.
7868
7869 2009-10-24 Karl Fogel <kfogel@red-bean.com>
7870
7871 * bookmark.el: Update documentation, especially documentation
7872 of `bookmark-alist' and of the bookmark file format.
7873 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
7874
7875 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7876
7877 * mail/emacsbug.el (report-emacs-bug): Clarify that the
7878 keybindings apply to the mail buffer (Bug#4003). Shrink help
7879 window to buffer.
7880
7881 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7882 (global-whitespace-mode, global-whitespace-newline-mode)
7883 (whitespace-toggle-options, global-whitespace-toggle-options):
7884 Doc fix (Bug#3660).
7885
7886 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7887 of xmltok-start before the end tag was inserted (Bug#2840).
7888
7889 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7890 patterns that are preceded by an open-paren (Bug#1320).
7891
7892 2009-10-24 Sven Joachim <svenjoac@gmx.de>
7893
7894 * files.el (delete-directory): Delete symlinks to directories with
7895 delete-file (Bug#4739).
7896
7897 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7898
7899 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
7900 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
7901 argument to make-obsolete.
7902
7903 * cedet/semantic/fw.el (semantic-alias-obsolete)
7904 (semantic-varalias-obsolete): Add optional WHEN argument.
7905
7906 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7907
7908 * vc.el (vc-backend-for-registration): Rename from
7909 vc-get-backend-for-registration. Update callers.
7910
7911 * international/mule-cmds.el (set-language-info-alist):
7912 Purecopy lang-env.
7913 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7914 (charset): Purecopy the name.
7915 (define-char-code-property): Purecopy string arguments.
7916
7917 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7918 Purecopy string arguments.
7919
7920 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7921 * ediff-hook.el (menu-bar-ediff-menu):
7922 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7923 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7924
7925 2009-10-24 Glenn Morris <rgm@gnu.org>
7926
7927 * comint.el (comint-dynamic-list-completions):
7928 * term.el (term-dynamic-list-completions): Use choose-completion rather
7929 than obsolete alias mouse-choose-completion.
7930
7931 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7932 file-cache-choose-completion.
7933 (file-cache-choose-completion): Handle an optional event argument.
7934 (file-cache-mouse-choose-completion): Make it an obsolete alias.
7935
7936 * progmodes/octave-mod.el (octave-complete-symbol):
7937 Use choose-completion if mouse-choose-completion is ever removed.
7938
7939 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7940 use.
7941
7942 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7943 compiler.
7944
7945 * vc-hooks.el (vc-responsible-backend): Fix declaration.
7946
7947 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7948
7949 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7950 Ignore `pred' now that we receive one.
7951 Handle test-completion specially.
7952
7953 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7954
7955 * vc.el (vc-responsible-backend): Throw an error if not backend is
7956 found. Remove the REGISTER argument. Move the code dealing with
7957 REGISTER ...
7958 (vc-get-backend-for-registration): ... here. New function.
7959 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7960 of vc-responsible-backend, pass the file name instead of the
7961 directory name.
7962
7963 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7964
7965 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7966 New funs.
7967 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
7968 (pcomplete-comint-setup): Don't modify a global var via
7969 accidental side-effects.
7970 (pcomplete-shell-setup): Adjust call accordingly.
7971 (pcomplete-parse-comint-arguments): Use push.
7972
7973 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
7974
7975 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7976 Allow uncapitalized info node names (Bug#3921).
7977
7978 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7979 to the DEBUG file (Bug#3781).
7980
7981 2009-10-23 Jari Aalto <jari.aalto@cante.net>
7982
7983 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7984 dictionary entry (Bug#4579).
7985
7986 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
7987
7988 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7989 from `rfn-eshadow-update-overlay-hook' when unloading.
7990 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7991 "rsyncc". Adjust doc string.
7992 (tramp-temp-buffer-file-name): New buffer-local defvar.
7993 (tramp-handle-insert-file-contents, tramp-handle-write-region):
7994 Keep temporary file when indicated by method ("rsync" and
7995 "rsyncc").
7996 (tramp-handle-write-region): Handle APPEND.
7997 (tramp-delete-temp-file-function): New defun. Added to
7998 `kill-buffer-hook'.
7999
8000 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
8001
8002 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
8003
8004 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
8005
8006 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
8007 (color-name-rgb-alist, tty-standard-colors)
8008 (tty-color-mode-alist): Change to defconst.
8009
8010 * simple.el (mark-inactive): Purecopy message.
8011
8012 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
8013 (global-map, yank-menu):
8014 * textmodes/ispell.el (ispell-menu-map):
8015 * net/eudc.el (eudc-tools-menu):
8016 * international/mule-cmds.el (describe-language-environment-map)
8017 (setup-language-environment-map, set-coding-system-map)
8018 (mule-menu-keymap):
8019 * vc-hooks.el (vc-menu-entry, vc-menu-map):
8020 * replace.el (occur-mode-map):
8021 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
8022
8023 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
8024
8025 * calc/calc.el (math-read-number, math-read-number-simple): Use
8026 `save-match-data'.
8027
8028 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
8029
8030 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
8031 rather than fiddling with global-map bindings, since it should only
8032 affect per-terminal settings.
8033 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
8034
8035 * minibuffer.el (completion-table-with-terminator): Allow to specify
8036 the terminator-regexp.
8037
8038 * simple.el (switch-to-completions): Look for *Completions* in other
8039 frames as well.
8040
8041 * pcomplete.el: Allow the use of completion-tables.
8042 (pcomplete-std-complete): New command.
8043 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
8044 (pcomplete--here): Use a function for `form' rather than an expression,
8045 so it can be byte-compiled.
8046 (pcomplete-here, pcomplete-here*): Adjust accordingly.
8047 Add edebug declaration.
8048 (pcomplete-show-completions): Remove unused var `curbuf'.
8049 (pcomplete-do-complete, pcomplete-stub):
8050 Don't assume `completions' is a list of strings any more.
8051
8052 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
8053
8054 * find-dired.el (find-name-arg): Fix typo in docstring.
8055
8056 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
8057
8058 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
8059 (pcmpl-linux-fs-types): Same, and update to new modules layout.
8060
8061 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
8062 pcomplete-entries.
8063
8064 * comint.el (comint-read-input-ring, comint-write-input-ring)
8065 (comint-substitute-in-file-name)
8066 (comint-dynamic-complete-as-filename)
8067 (comint-dynamic-simple-complete)
8068 (comint-dynamic-list-filename-completions)
8069 (comint-dynamic-list-completions)
8070 (comint-redirect-results-list-from-process): Minor simplifications.
8071
8072 2009-10-21 Kevin Ryde <user42@zip.com.au>
8073
8074 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8075 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
8076 the first form. And insert a blank line after ";;; Code" since
8077 that's usual style. (Bug#4612)
8078
8079 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
8080
8081 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8082
8083 * minibuffer.el (completion-table-with-terminator): Properly implement
8084 boundaries, in case `terminator' appears in the suffix.
8085 (completion--embedded-envvar-table): Don't return boundaries if
8086 there's no valid completion. Simplify.
8087 (completion-file-name-table): New completion table extracted from
8088 completion--file-name-table.
8089 (completion--file-name-table): Use it.
8090 (read-file-name-predicate): Declare obsolete.
8091 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
8092 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
8093 completion-file-name-table, and use the `pred' argument.
8094 * files.el (locate-file-completion-table): Use the `pred' arg rather
8095 than read-file-name-predicate.
8096 (abbreviate-file-name): Use \` rather than ^ for BOS.
8097
8098 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
8099
8100 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
8101 vc-responsible-backend to register, it causes problems.
8102
8103 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8104
8105 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
8106
8107 2009-10-21 Eric Ludlam <zappo@gnu.org>
8108
8109 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
8110 (semantic-c-debug-mode-init-pch): New functions.
8111 (semantic-c-debug-mode-init-last-mode): New var.
8112 (semantic-c-parse-lexical-token): Use them.
8113
8114 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
8115 When extracting the argument list, limit only by point-max.
8116
8117 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
8118
8119 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
8120 (tramp-smb-handle-file-attributes): Use it.
8121 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
8122 (tramp-smb-handle-insert-directory): Use `mapc' rather than
8123 `mapcar'. Use `tramp-smb-get-stat-capability'.
8124 Add `dired-filename' text properties.
8125 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
8126 (tramp-smb-maybe-open-connection): Simplify check for smbclient
8127 version.
8128
8129 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8130
8131 * subr.el (read-key-delay): Reduce to 0.01.
8132 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
8133 (bug#4751).
8134
8135 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8136
8137 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
8138
8139 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
8140 (Info-menu): Remove unused vars `last' and `completions'.
8141 (Info-index-nodes): Remove unused var `node'.
8142
8143 * info.el (Info-complete-menu-item): Use complete-with-action.
8144
8145 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
8146
8147 Make vc-annotate work through copies and renames.
8148 * vc-annotate.el (vc-annotate-extract-revision-at-line):
8149 Return the file name too.
8150 (vc-annotate-revision-at-line)
8151 (vc-annotate-find-revision-at-line)
8152 (vc-annotate-revision-previous-to-line)
8153 (vc-annotate-show-log-revision-at-line): Update to get the file
8154 name from vc-annotate-extract-revision-at-line.
8155 (vc-annotate-show-diff-revision-at-line-internal): Change the
8156 argument to mean whether to show a file diff or not. Get the file
8157 name from vc-annotate-extract-revision-at-line.
8158 (vc-annotate-show-diff-revision-at-line):
8159 Update vc-annotate-show-diff-revision-at-line call.
8160 (vc-annotate-warp-revision): Add an optional file argument.
8161
8162 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
8163 (vc-git-annotate-extract-revision-at-line): Also return the file
8164 name if found.
8165
8166 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
8167 command. Remove unused code.
8168 (vc-hg-annotate-re): Update to match --follow output.
8169 (vc-hg-annotate-extract-revision-at-line): Also return the file
8170 name if found.
8171
8172 * vc.el: Update annotate-extract-revision-at-line documentation.
8173
8174 2009-10-18 Kevin Ryde <user42@zip.com.au>
8175
8176 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
8177 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
8178
8179 * net/browse-url.el (browse-url): Identify alist with "consp and
8180 not functionp" and let all other things go down the `apply' leg,
8181 as suggested by Stefan. (Further to bug#4531.)
8182
8183 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
8184
8185 * minibuffer.el (read-file-name): Check for repeat before putting
8186 a default argument in file-name-history (Bug#4657).
8187
8188 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
8189 read syntax (Bug#4737).
8190
8191 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
8192
8193 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8194
8195 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
8196 (html-tag-alist, html-tag-help): Add descriptions for undocumented
8197 entries and make note of obsolete tags.
8198
8199 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8200
8201 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
8202
8203 2009-10-18 Glenn Morris <rgm@gnu.org>
8204
8205 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
8206 grep, so that binary files (eg international/uni-bidi.el) can match.
8207 Remove test for "UnicodeData" files, since it is hopefully unnecessary
8208 now, and in any case the file header format has changed.
8209
8210 2009-10-17 Glenn Morris <rgm@gnu.org>
8211
8212 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
8213 (flyspell-get-word, flyspell-large-region)
8214 (flyspell-auto-correct-previous-word): Doc/error message fixes.
8215
8216 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
8217
8218 * Makefile.in (ELCFILES): Add ede/shell.
8219
8220 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
8221
8222 * term/common-win.el (x-colors): Purecopy it.
8223
8224 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8225
8226 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
8227 permissive for when the buffer is empty.
8228 (tar-header-block-tokenize): Decode the username and groupname.
8229 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
8230
8231 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
8232
8233 * cedet/srecode/srt.el:
8234 * cedet/srecode/compile.el:
8235 * cedet/semantic/mru-bookmark.el:
8236 * cedet/semantic/debug.el:
8237 * cedet/semantic/complete.el:
8238 * cedet/semantic/analyze.el: Require CL when compiling.
8239
8240 2009-10-17 Eric Ludlam <zappo@gnu.org>
8241
8242 * cedet/semantic/scope.el
8243 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
8244 tmpscope so that the regular scope will continue to work.
8245
8246 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
8247 Use semantic-idle-summary-highlight-face as the highlighting.
8248
8249 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
8250 contains multibyte characters, choose first applicable coding
8251 system automatically.
8252
8253 * cedet/ede/project-am.el (project-run-target): New method.
8254 (project-run-target): New method.
8255
8256 * cedet/ede.el (ede-target): Add run target menu item.
8257 (ede-project, ede-minor-keymap): Add ede-run-target binding.
8258 (ede-run-target): New function.
8259 (ede-target::project-run-target): New method.
8260
8261 * cedet/ede/proj.el (project-run-target): New method.
8262
8263 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
8264 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
8265 Add :rules.
8266 (ede-proj-target-makefile-shared-object): Only libtool compilers
8267 now available. Add linkers for libtool.
8268 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
8269 (ede-proj-makefile-target-name): Always use .la extension.
8270
8271 * cedet/ede/proj-prog.el (project-run-target): New method.
8272
8273 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
8274 (ede-g++-linker): Change Change link lines.
8275
8276 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
8277 When searching for old variables, go to the end of the buffer and
8278 search backward from there.
8279 (ede-proj-makefile-automake-insert-subdirs)
8280 (ede-proj-makefile-automake-insert-extradist): New methods.
8281 (ede-proj-makefile-create): Use them.
8282
8283 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
8284 Force FILE to expand to the current target. Use file-exists-p to
8285 check that it exists.
8286
8287 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
8288 (ede-linux-load): Wrap dir in file-name-as-directory.
8289 Set :version slot.
8290
8291 * cedet/ede/files.el (ede-get-locator-object): When enabling
8292 locate, do so on "top".
8293
8294 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
8295 file-name-as-directory during compare.
8296 (ede-emacs-version): Return Emacs/XEmacs differentiator.
8297 Get version number from different places. Don't call egrep.
8298 (ede-emacs-load): Set :version slot. Call file-name-as-directory
8299 to set the directory.
8300
8301 * cedet/ede/shell.el: New file.
8302
8303 * cedet/inversion.el (inversion-decoders): Allow for stray . in
8304 alpha/beta variants.
8305
8306 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8307
8308 * international/mule-cmds.el (select-safe-coding-system): If the file
8309 has a coding cookie, use it regardless of any other setting (bug#4712).
8310
8311 2009-10-17 Glenn Morris <rgm@gnu.org>
8312
8313 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
8314 All errors should have messages.
8315
8316 * foldout.el (foldout-mouse-swallow-events):
8317 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
8318
8319 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
8320 (dired-keep-marker-copy, dired-keep-marker-hardlink)
8321 (dired-keep-marker-symlink, dired-dwim-target)
8322 (dired-copy-preserve-time): Do not autoload these defcustoms.
8323
8324 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
8325 messages from messing up the file coding. (Bug#4623)
8326
8327 2009-10-17 Jari Aalto <jari.aalto@cante.net>
8328
8329 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
8330 if no match is found for the current dictionary. (Bug#4578)
8331
8332 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
8333 optional, since that is how it is documented, and this is often called
8334 with a nil argument. (Bug#4577)
8335 (flyspell-external-point-words, flyspell-auto-correct-word)
8336 (flyspell-correct-word-before-point, flyspell-word-search-forward)
8337 (flyspell-word-search-backward): Remove nil argument in calls to
8338 flyspell-get-word, since it is not needed now.
8339
8340 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
8341
8342 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
8343
8344 2009-10-16 Glenn Morris <rgm@gnu.org>
8345
8346 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
8347
8348 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
8349
8350 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
8351 (ange-ftp-file-size): New function.
8352 (ange-ftp-file-attributes): Use it.
8353
8354 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
8355
8356 * net/tramp-smb.el (tramp-smb-version): New defvar.
8357 (tramp-smb-maybe-open-connection): Use it, in order to avoid
8358 repeated checks.
8359
8360 2009-10-16 Glenn Morris <rgm@gnu.org>
8361
8362 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
8363 Maybe copy some custom properties from old to new name. (Bug#4706)
8364
8365 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
8366
8367 * subr.el (error, sit-for, start-process-shell-command)
8368 (start-file-process-shell-command): Set the calling convention
8369 after the function definition.
8370
8371 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8372
8373 * subr.el (error, sit-for, start-process-shell-command)
8374 (start-file-process-shell-command): Use the new
8375 set-advertised-calling-convention feature.
8376
8377 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
8378
8379 * international/ucs-normalize.el (ucs-normalize-version):
8380 Change to 1.2.
8381 (check-range): Adjust for Unicode 5.2.
8382
8383 2009-10-15 Juri Linkov <juri@jurta.org>
8384
8385 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
8386 to the `menu-item' format.
8387
8388 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
8389
8390 * net/tramp.el (tramp-replace-environment-variables): Do not fail
8391 if the environment variable does not exist.
8392
8393 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8394 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
8395 parameter.
8396 (tramp-smb-handle-add-name-to-file)
8397 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8398 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8399 (tramp-smb-handle-file-attributes)
8400 (tramp-smb-do-file-attributes-with-stat)
8401 (tramp-smb-handle-file-local-copy)
8402 (tramp-smb-handle-insert-directory)
8403 (tramp-smb-handle-make-directory)
8404 (tramp-smb-handle-make-directory-internal)
8405 (tramp-smb-handle-make-symbolic-link)
8406 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
8407 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
8408 (tramp-smb-maybe-open-connection): Apply the changed parameters.
8409 (tramp-smb-read-file-entry): Read Disk names in compressed format.
8410 Handle long file names.
8411 (tramp-smb-get-cifs-capabilities): Check, whether the connection
8412 process is running.
8413 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
8414 Read share names with "-g" option.
8415
8416 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
8417
8418 * net/rcirc.el (rcirc-view-log-file): New command.
8419 (rcirc-track-minor-mode-map): Remove C-c ` binding.
8420 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
8421 specified.
8422
8423 2009-10-15 Glenn Morris <rgm@gnu.org>
8424
8425 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
8426 from the second command-line argument.
8427 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
8428 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
8429 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
8430 w32-batch-update-autoloads.
8431 * emacs-lisp/autoload.el (autoload-make-program): New variable.
8432 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
8433
8434 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
8435 the headers cannot be located. Simplify, subtracting superflous
8436 save-excursions.
8437
8438 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
8439
8440 Replace completion-base-size by completion-base-position to fix bugs
8441 such as (bug#4699).
8442 * simple.el (completion-base-position): New var.
8443 (completion-base-size): Mark as obsolete.
8444 (choose-completion): Make it work for mouse events as well.
8445 Pass the new base-position to choose-completion-string.
8446 (choose-completion-guess-base-position): New function, extracted from
8447 choose-completion-delete-max-match.
8448 (choose-completion-delete-max-match): Use it. Make obsolete.
8449 (choose-completion-string): Use the new base-position info.
8450 (completion-root-regexp): Delete.
8451 (completion-setup-function): Preserve completion-base-position.
8452 Eliminate obsolete base-size manipulation.
8453 * minibuffer.el (display-completion-list): Don't mess with base-size.
8454 (minibuffer-completion-help): Set completion-base-position instead.
8455 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
8456 choose-completion.
8457 * textmodes/bibtex.el (bibtex-complete):
8458 * emacs-lisp/crm.el (crm--choose-completion-string):
8459 Adjust to new calling convention.
8460 * complete.el (partial-completion-mode): Use minibufferp to avoid
8461 bumping into incompatible change to choose-completion-string-functions.
8462 * ido.el (ido-choose-completion-string): Make its calling convention
8463 more permissive.
8464 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
8465 base-size manipulation.
8466 (comint-dynamic-list-input-ring): Use dotimes and push.
8467 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
8468 fundamental-mode. Use `or'.
8469
8470 2009-10-14 Juri Linkov <juri@jurta.org>
8471
8472 * misearch.el (multi-isearch-next-buffer-from-list)
8473 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
8474
8475 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8476
8477 * Makefile.in (compile-onefile): Load `bytecomp' rather than
8478 `bytecomp.el'.
8479
8480 * minibuffer.el (completion-pcm--merge-completions): Make sure the
8481 string we return is all made up of text from the completions rather
8482 than part from the completions and part from the input (bug#4219).
8483
8484 * ido.el (ido-everywhere): Use define-minor-mode.
8485
8486 * buff-menu.el (list-buffers, ctl-x-map):
8487 Mark the entry points with ;;;###autoload cookies.
8488
8489 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
8490
8491 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
8492 correctly in the detached head case.
8493 (vc-git-print-log): Remove unused binding.
8494
8495 * vc.el (vc-responsible-backend): When a directory is passed for
8496 for registration create a VC repository if no backend is
8497 responsible for the directory argument.
8498 (vc-deduce-fileset): Tell vc-responsible-backend to register.
8499
8500 * vc.el: Move comments about RCS and SCCS ...
8501 * vc-rcs.el:
8502 * vc-sccs.el: ... here, respectively.
8503
8504 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8505
8506 * minibuffer.el (completion--file-name-table): Return nil if there's
8507 no file completion, even if substitute-in-file-name changed
8508 the string (bug#4708).
8509
8510 2009-10-13 Juri Linkov <juri@jurta.org>
8511
8512 * files-x.el (read-file-local-variable-value): Don't filter out
8513 minor modes from mode name completion (bug#4664).
8514
8515 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
8516
8517 * international/mule-cmds.el (ucs-names): Remove exclusion of
8518 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
8519
8520 2009-10-13 Kenichi Handa <handa@m17n.org>
8521
8522 * international/uni-name.el: Regenerated.
8523
8524 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
8525
8526 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
8527 should be automatically buffer-local, but isn't.)
8528
8529 2009-10-12 Sam Steingold <sds@gnu.org>
8530
8531 * progmodes/compile.el (compilation-next-error-function): Fix the
8532 timestamps if the buffer has been visited before.
8533 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
8534 non-anchored patterns, like the perl one (bug#3928).
8535
8536 2009-10-12 Glenn Morris <rgm@gnu.org>
8537
8538 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
8539 Let-bind `size'.
8540
8541 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
8542
8543 * proced.el (proced-unload-function): New function.
8544
8545 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
8546 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
8547 Doc fix.
8548
8549 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
8550
8551 2009-10-11 Juri Linkov <juri@jurta.org>
8552
8553 * files-x.el (read-file-local-variable-value):
8554 Provide default value only for bound variables (bug#4664).
8555
8556 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
8557
8558 * net/tramp.el (tramp-local-host-p): Function shall return nil for
8559 connection methods like smb.
8560
8561 * net/tramp-cache.el (tramp-flush-connection-property): The hash
8562 can be empty.
8563
8564 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8565 (tramp-smb-file-name-handler-alist): Add handlers for
8566 `add-name-to-file', `make-symbolic-link'.
8567 (tramp-smb-handle-add-name-to-file)
8568 (tramp-smb-do-file-attributes-with-stat)
8569 (tramp-smb-handle-make-symbolic-link)
8570 (tramp-smb-get-cifs-capabilities): New defuns.
8571 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8572 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8573 (tramp-smb-handle-file-local-copy)
8574 (tramp-smb-handle-make-directory-internal)
8575 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8576 The file name syntax depends on cifs capabilities.
8577 (tramp-smb-handle-file-attributes):
8578 Call `tramp-smb-do-file-attributes-with-stat' if possible.
8579 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
8580 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
8581
8582 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
8583
8584 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
8585 (eieio-defclass): Apply deftype handler and setf-method properties
8586 directly.
8587 (eieio-add-new-slot): Avoid union function from cl library.
8588 (eieio--typep): New function.
8589 (eieio-perform-slot-validation): Use it.
8590
8591 2009-10-10 Karl Fogel <kfogel@red-bean.com>
8592
8593 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
8594 Update documentation to refer to the variables documented in r1.135.
8595 (Bug#4188)
8596
8597 2009-10-10 Karl Fogel <kfogel@red-bean.com>
8598
8599 * bookmark.el (Info-suffix-list): Remove this unused variable.
8600 (bookmark-current-point): Remove this obsolete variable.
8601 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
8602 Adjust for removal of bookmark-current-point.
8603
8604 (bookmarks-already-loaded, bookmark-current-buffer)
8605 (bookmark-yank-point): Document. (Bug#4188)
8606
8607 2009-10-10 Glenn Morris <rgm@gnu.org>
8608
8609 * frame.el (frame-height): Doc fix.
8610
8611 * calendar/calendar.el (calendar-split-width-threshold): New option.
8612 (calendar-basic-setup): Use calendar-split-width-threshold.
8613
8614 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
8615
8616 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
8617 Use .la for Automake.
8618
8619 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
8620
8621 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
8622 Use "autoreconf -i". Suggested by Andreas Schwab.
8623
8624 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
8625
8626 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
8627 Ideographic Supplement" range (U+1F200..U+1F2FF).
8628
8629 2009-10-09 Karl Fogel <kfogel@red-bean.com>
8630
8631 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
8632 since the list will have been rebuilt anyway. (Bug#4349)
8633
8634 2009-10-09 Karl Fogel <kfogel@red-bean.com>
8635
8636 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
8637 (bookmark-bmenu-execute-deletions): Don't save here, as
8638 bookmark-delete will now do so if necessary.
8639 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
8640 (Bug#4348)
8641
8642 2009-10-09 Glenn Morris <rgm@gnu.org>
8643
8644 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
8645
8646 2009-10-09 Karl Fogel <kfogel@red-bean.com>
8647
8648 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
8649 (bookmark-jump-other-window): Just invoke bookmark-jump with new
8650 argument now, so the two function's behaviors will match. (Bug#3645)
8651
8652 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
8653
8654 * cedet/ede/proj.el (project-make-dist, project-compile-project):
8655 Fix filename test.
8656 (ede-proj-dist-makefile): Use expand-file-name instead of concat
8657 to expand file names.
8658
8659 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
8660
8661 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
8662 (tramp-file-name-real-host, tramp-file-name-port):
8663 Apply `save-match-data'.
8664
8665 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
8666 case both directories are remote.
8667 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
8668 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
8669
8670 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
8671
8672 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
8673 (ede-proj-target-makefile-objectcode): Use it.
8674
8675 * cedet/ede/source.el (ede-want-any-source-files-p)
8676 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
8677 Return search result. This error was introduced while merging.
8678
8679 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
8680
8681 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
8682
8683 2009-10-07 Glenn Morris <rgm@gnu.org>
8684
8685 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
8686 of concat.
8687
8688 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8689
8690 * files-x.el (read-file-local-variable): Include some
8691 non-user-variables in the completion table (bug#4664).
8692
8693 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
8694
8695 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
8696 message.
8697
8698 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8699 (tramp-smb-file-name-handler-alist): Add handler for
8700 `copy-directory', `expand-file-name', `set-file-modes'.
8701 (tramp-smb-handle-copy-directory)
8702 (tramp-smb-handle-expand-file-name)
8703 (tramp-smb-handle-set-file-modes): New defuns.
8704 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
8705 (tramp-smb-handle-file-attributes): Simplify check for retrieving
8706 entry.
8707 (tramp-smb-handle-insert-directory): Don't flush the cache.
8708 (tramp-smb-maybe-open-connection): Check for samba client and
8709 server versions.
8710
8711 2009-10-07 Eli Zaretskii <eliz@gnu.org>
8712
8713 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
8714 to not error out of search for "^lisp=" fails.
8715
8716 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
8717
8718 * makefile.w32-in (WINS_UPDATES): New macro.
8719 (custom-deps, finder-data, autoloads): Use it.
8720
8721 2009-10-07 Glenn Morris <rgm@gnu.org>
8722
8723 * Makefile.in (autoloads): Revert previous change.
8724 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
8725 the list of preloaded files passed on the command-line, get
8726 it from src/Makefile.
8727
8728 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
8729 show the original buffer rather than a random one.
8730
8731 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
8732
8733 * help.el (describe-no-warranty): Place point in a slightly better
8734 position in the GPLv3 text.
8735
8736 2009-10-06 Sam Steingold <sds@gnu.org>
8737
8738 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8739 the comm attribute is present before calling regexp-quote.
8740
8741 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
8742
8743 * play/animate.el (animate-string): For good effect, make sure
8744 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8745
8746 * play/animate.el (animate-sequence, animate-birthday-present):
8747 * misc.el (butterfly): Don't set `indent-tabs-mode'.
8748
8749 2009-10-06 Glenn Morris <rgm@gnu.org>
8750
8751 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8752
8753 * emacs-lisp/autoload.el (autoload-excludes): New variable.
8754 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8755 (batch-update-autoloads): Process a string value of autoload-excludes,
8756 set during the build process.
8757 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
8758
8759 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8760 inside with-parsed... macro so that `v' is defined.
8761
8762 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8763 * progmodes/fortran.el (fortran-end-of-block)
8764 (fortran-beginning-of-block):
8765 Also push mark in the macro case.
8766
8767 * emerge.el (emerge-show-file-name):
8768 * calc/calc.el (calc-quit):
8769 * calc/calc-misc.el (calc-big-or-small):
8770 * calc/calc-graph.el (calc-graph-view):
8771 * calc/calc-ext.el (calc-reset):
8772 * calendar/calendar.el (calendar-basic-setup):
8773 Use window-full-height-p.
8774
8775 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8776 header we don't understand, don't insert another. (Bug#4624)
8777 If changing mime charset, insert the new one in the right place.
8778
8779 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
8780
8781 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8782 (cal-tex-cursor-month): Correctly increment the end date for diary and
8783 holiday listing. (Bug#4626)
8784
8785 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8786
8787 * help-fns.el (describe-function-1): Don't burp if the function is not
8788 a symbol.
8789
8790 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
8791
8792 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8793 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8794 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8795 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8796
8797 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8798 (eieio-default-superclass): Reflow docstrings.
8799 (this, class-option-assoc, defclass, eieio-class-un-autoload)
8800 (eieio-unbind-method-implementations, defmethod)
8801 (eieio-validate-slot-value, eieio-validate-class-slot-value)
8802 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8803 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8804 (eieio-slot-originating-class-p, eieio-slot-name-index)
8805 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8806 (constructor, initialize-instance, no-next-method, object-print)
8807 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8808 Fix typos in docstrings.
8809 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8810 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8811 (next-method-p): Doc fixes.
8812 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8813 Fix typos in error messages.
8814 (eieio-defmethod): Fix typo in description of generic method.
8815
8816 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8817 (eieio-persistent-save-interactive, slot-missing):
8818 Fix typos in docstrings.
8819 (eieio-instance-inheritor-slot-boundp): Doc fix.
8820
8821 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8822 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8823
8824 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8825 (eieio-custom-object-apply-reset):
8826 Fix typos in docstrings and error messages.
8827
8828 * emacs-lisp/eieio-datadebug.el (data-debug-show):
8829 Fix typo in docstring.
8830
8831 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8832 (eieio-browse-tree): Doc fix.
8833 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8834 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8835 Fix typos in docstrings.
8836
8837 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8838 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8839 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8840 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8841 Reflow docstrings.
8842
8843 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
8844
8845 * vc-hg.el (log-view-vc-backend): Declare for compiler.
8846 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8847 Set log-view-vc-backend so that diff can work.
8848
8849 * log-view.el (log-view-diff): Use vc-diff-internal instead of
8850 vc-version-diff.
8851 (vc-diff-internal): Autoload this instead of vc-version-diff.
8852
8853 2009-10-05 Eli Zaretskii <eliz@gnu.org>
8854
8855 * simple.el (eval-expression): Doc fix.
8856
8857 * progmodes/cwarn.el (cwarn-mode): Doc fix.
8858
8859 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
8860
8861 * files.el (directory-files-no-dot-files-regexp): New defconst.
8862 (delete-directory): Use it.
8863 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
8864
8865 * net/tramp.el (tramp-verbose): Fix docstring.
8866 (tramp-methods): Add recursive option to `tramp-copy-args'.
8867 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
8868 "scp1_old", "scp2_old", "rsync", "rsyncc".
8869 (tramp-default-method): Check also for `auth-source-user-or-password'.
8870 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8871 Add handler for `copy-directory'.
8872 (tramp-handle-copy-directory): New defun.
8873 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
8874 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8875 Optimize sent command.
8876
8877 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8878
8879 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8880 window if necessary.
8881
8882 * calendar/calendar.el (calendar-basic-setup): Don't call
8883 switch-to-buffer in a dedicated window.
8884
8885 2009-10-05 Karl Fogel <kfogel@red-bean.com>
8886
8887 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
8888 don't do anything related to relocating, just return nil.
8889 (bookmark-error-no-filename): New error.
8890 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
8891 bookmark has no file. Don't even attempt to handle things that
8892 are not files; the whole point of custom handlers is to keep that
8893 knowledge elsewhere anyway. Tighten some comments.
8894 (bookmark-file-or-variation-thereof): Remove now-unused function.
8895 (bookmark-location): Doc string fix.
8896 (Bug#4250)
8897
8898 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8899
8900 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8901 don't use a file dialog, because they usually don't know how to read
8902 a directory target from the user. (Bug#4230)
8903 Also, make sure the prompt can display directories as well as files.
8904
8905 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8906
8907 * bookmark.el (bookmark-set, bookmark-buffer-name):
8908 Improve doc strings. (Bug#1193)
8909
8910 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8911
8912 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8913 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8914 (bookmark-get-annotation, bookmark-set-annotation)
8915 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8916 (bookmark-set-position, bookmark-get-front-context-string)
8917 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8918 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8919 (bookmark-jump-other-window, bookmark-handle-bookmark)
8920 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8921 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8922 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
8923 Improve doc strings to say whether bookmark can be a string or
8924 a record or both, and make other consistency and clarity fixes.
8925 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8926 (bookmark-default-annotation-text, bookmark-yank-word)
8927 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8928 (bookmark-import-new-list, bookmark-maybe-rename)
8929 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8930 (bookmark-bmenu-bookmark): Give these doc strings.
8931 (bookmark-bmenu-check-position): Give this a doc string, but also
8932 add a FIXME comment about how the function may be pointless.
8933 (bookmark-default-handler): Rework doc string and change a
8934 parameter name, to clarify that this takes a bookmark record
8935 not a bookmark name.
8936 (bookmark-set): Change a parameter name to indicate its meaning,
8937 and improve the doc string a bit.
8938 (Bug#4188)
8939
8940 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8941
8942 * bookmark.el (bookmark-alist): Document the new `handler' element
8943 in the param alist.
8944 (bookmark-make-record-function): Adjust documentation for above.
8945 (Bug#4193)
8946
8947 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8948
8949 * info.el (Info-bookmark-make-record): Document this function.
8950 (Info-bookmark-jump): Document with a doc string, not just a comment.
8951 (Bug#4203)
8952
8953 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
8954
8955 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
8956 (semantic-new-buffer-fcn): Call parser setup functions here.
8957 (semantic-mode): Don't call parser setup functions here, it's done
8958 in semantic-new-buffer-fcn now.
8959 (semantic-mode): Parse all existing buffers when enabled.
8960
8961 * cedet/srecode/compile.el (srecode-compile-file):
8962 Call semantic-new-buffer-fcn if the buffer has not been parsed.
8963
8964 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
8965
8966 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
8967
8968 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
8969 (proj-comp-insert-variable-once): New macro, renamed from
8970 ede-pmake-insert-variable-once in ede/pmake.edl.
8971 (ede-proj-makefile-insert-variables): Use it.
8972
8973 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
8974
8975 * files.el (copy-directory): New defun.
8976
8977 * dired-aux.el (dired-copy-file-recursive): Use it.
8978
8979 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8980
8981 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
8982 (makefile-end-of-command):
8983 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
8984 (semantic-end-of-context): Fix previous change. Doc fixes.
8985
8986 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8987
8988 * files-x.el (modify-dir-local-variable)
8989 (copy-dir-locals-to-file-locals-prop-line):
8990 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
8991 (makefile-end-of-command):
8992 * cedet/semantic/lex.el (semantic-lex-token):
8993 * cedet/semantic/analyze/fcn.el
8994 (semantic-analyze-dereference-metatype-1):
8995 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
8996 (semantic-lex-cpp-undef):
8997 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
8998 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
8999 (semantic-end-of-context): Fix typos in docstrings.
9000
9001 * recentf.el (recentf-unload-function): New function.
9002
9003 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
9004
9005 * cedet/ede.el (ede-project-placeholder-cache-file):
9006 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
9007 * cedet/srecode/map.el (srecode-map-save-file):
9008 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
9009
9010 2009-10-04 Glenn Morris <rgm@gnu.org>
9011
9012 * window.el (window-full-height-p): Add doc string.
9013
9014 2009-10-04 Martin Rudalics <rudalics@gmx.at>
9015
9016 * window.el (window-full-height-p): New function. (Bug#4543)
9017
9018 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
9019
9020 * cedet/srecode/insert.el: Require srecode/args.
9021
9022 * cedet/srecode/args.el: Require srecode/dictionary instead of
9023 srecode/insert.
9024
9025 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
9026
9027 * files.el (auto-mode-alist): Add .srt and Project.ede.
9028
9029 * cedet/semantic.el (semantic-mode):
9030 Handle srecode-template-mode-hook as well.
9031 (semantic-mode): Use js-mode-hook for Javascript hook.
9032
9033 * cedet/srecode/template.el: Remove hook variable.
9034
9035 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
9036
9037 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
9038 projects exist.
9039 (ede-project-placeholder-cache-file): Default to a file in
9040 user-emacs-directory.
9041
9042 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
9043 templates in data-directory.
9044 (srecode-map-save-file): Default to a file in user-emacs-directory.
9045
9046 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
9047 directory.
9048
9049 2009-09-30 Eric Ludlam <zappo@gnu.org>
9050
9051 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
9052 Doc fix.
9053
9054 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
9055 Only insert each variable once.
9056
9057 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
9058 (ede-pmake-insert-variable-shared): Use it.
9059
9060 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
9061 for lexical table iff table is nil.
9062
9063 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
9064
9065 * vc.el: Remove commented out code.
9066 (vc-derived-from-dir-mode): Remove, unused.
9067 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
9068
9069 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
9070
9071 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9072 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
9073 there could be recursive loading when `default-directory' is a
9074 remote file name. (Bug#4614)
9075
9076 2009-10-03 Glenn Morris <rgm@gnu.org>
9077
9078 * calendar/calendar.el (calendar-basic-setup): Handle the case where
9079 the frame is wide.
9080 (calendar-generate-window): Test for shrinkability rather than width.
9081
9082 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
9083 declaration, currently false.
9084
9085 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
9086 reusing existing buffers, in case we happen to visit two files with the
9087 same basename. (Bug#4593)
9088
9089 2009-10-02 Eli Zaretskii <eliz@gnu.org>
9090
9091 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
9092 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
9093 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
9094 subdirs of cedet as well.
9095 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
9096
9097 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9098
9099 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
9100 Obey advertised-signature-table.
9101
9102 * help-fns.el (help-function-arglist): Don't check
9103 advertised-signature-table.
9104 (describe-function-1): Do it here instead so it also applies to subrs.
9105
9106 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
9107
9108 * simple.el (start-file-process): Say in the doc-string, that file
9109 handlers might not support pty association, if PROGRAM is nil.
9110
9111 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
9112 HOST and USER are strings. They are nil, when there are
9113 incomplete entries in ~/.netrc, for example.
9114 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
9115 root directory ("device busy" error otherwise).
9116
9117 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
9118 Flush file properties of created directory.
9119
9120 2009-10-02 Eli Zaretskii <eliz@gnu.org>
9121
9122 * makefile.w32-in (WINS_BASIC): Remove cedet.
9123 (WINS_CEDET): Add cedet.
9124 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
9125
9126 2009-10-02 Kevin Ryde <user42@zip.com.au>
9127
9128 * net/browse-url.el (browse-url): Pass any symbol in
9129 browse-url-browser-function to `apply', since if you've mistakenly put
9130 an unbound symbol then the error is clearer. (Bug#4531)
9131
9132 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
9133
9134 * allout.el (allout-init, allout-back-to-current-heading)
9135 (allout-beginning-of-current-entry, allout-ascend-to-depth)
9136 (allout-ascend, allout-up-current-level, allout-end-of-level)
9137 (allout-previous-visible-heading, allout-forward-current-level)
9138 (allout-backward-current-level, allout-show-children):
9139 * apropos.el (apropos-describe-plist):
9140 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
9141 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
9142 * completion.el (add-completion, add-permanent-completion):
9143 * descr-text.el (describe-text-category, describe-char):
9144 * desktop.el (desktop-lazy-abort):
9145 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
9146 * dired.el (dired-build-subdir-alist):
9147 * ediff.el (ediff-version):
9148 * elide-head.el (elide-head, elide-head-show):
9149 * emerge.el (emerge-version):
9150 * env.el (getenv):
9151 * face-remap.el (variable-pitch-mode):
9152 * faces.el (describe-face):
9153 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
9154 (dired-at-point):
9155 * files.el (find-file-existing, auto-save-mode):
9156 * font-lock.el (font-lock-fontify-buffer):
9157 * help-fns.el (describe-function, describe-variable)
9158 (describe-syntax, describe-categories):
9159 * help.el (view-lossage, describe-bindings, describe-key)
9160 (describe-mode):
9161 * hexl.el (hexl-current-address):
9162 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
9163 * info.el (Info-goto-emacs-key-command-node):
9164 * log-edit.el (log-edit-insert-cvs-template)
9165 (log-edit-insert-cvs-rcstemplate):
9166 * menu-bar.el (menu-bar-mode):
9167 * mouse.el (mouse-appearance-menu):
9168 * newcomment.el (comment-indent-new-line):
9169 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
9170 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
9171 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
9172 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
9173 * recentf.el (recentf-mode):
9174 * savehist.el (savehist-mode, savehist-save):
9175 * shadowfile.el (shadow-copy-files):
9176 * simple.el (kill-ring-save, next-line, previous-line)
9177 (normal-erase-is-backspace-mode):
9178 * strokes.el (strokes-update-window-configuration)
9179 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
9180 (strokes-xpm-for-stroke):
9181 * time.el (emacs-uptime, emacs-init-time):
9182 * tutorial.el (tutorial--describe-nonstandard-key)
9183 (tutorial--detailed-help):
9184 * type-break.el (type-break-mode)
9185 (type-break-mode-line-message-mode, type-break-query-mode)
9186 (type-break-guesstimate-keystroke-threshold):
9187 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
9188 * version.el (emacs-version):
9189 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
9190 * winner.el (winner-mode):
9191 * calendar/timeclock.el (timeclock-in, timeclock-out)
9192 (timeclock-status-string, timeclock-change)
9193 (timeclock-workday-remaining-string)
9194 (timeclock-workday-elapsed-string)
9195 (timeclock-when-to-leave-string):
9196 * calendar/todo-mode.el (todo-add-category):
9197 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
9198 * emacs-lisp/autoload.el (update-file-autoloads):
9199 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
9200 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
9201 (checkdoc-message-text, checkdoc-defun):
9202 * emacs-lisp/debug.el (debugger-list-functions):
9203 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9204 * emacs-lisp/eieio-opt.el (eieio-describe-class)
9205 (eieio-describe-generic):
9206 * emacs-lisp/lisp-mnt.el (lm-synopsis):
9207 * emacs-lisp/shadow.el (list-load-path-shadows):
9208 * emulation/cua-base.el (cua-mode):
9209 * emulation/edt.el (edt-set-scroll-margins):
9210 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
9211 (tpu-toggle-regexp, tpu-toggle-search-direction)
9212 (tpu-toggle-rectangle, tpu-toggle-control-keys):
9213 * emulation/tpu-extras.el (tpu-set-scroll-margins):
9214 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9215 (viper-set-parsing-style-toggling-macro)
9216 (viper-set-emacs-state-searchstyle-macros):
9217 * emulation/viper.el (viper-set-hooks):
9218 * eshell/esh-mode.el (eshell-truncate-buffer):
9219 * international/mule-cmds.el (prefer-coding-system)
9220 (describe-input-method, describe-language-environment):
9221 * international/mule-diag.el (list-character-sets)
9222 (describe-character-set, describe-coding-system)
9223 (describe-fontset, list-fontsets, list-input-methods):
9224 * mail/sendmail.el (mail-signature):
9225 * net/ange-ftp.el (ange-ftp-copy-file):
9226 * net/browse-url.el (browse-url):
9227 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
9228 * net/quickurl.el (quickurl-add-url):
9229 * net/rcirc.el (names, topic):
9230 * net/xesam.el (xesam-mode):
9231 * play/5x5.el (5x5-new-game):
9232 * play/yow.el (apropos-zippy):
9233 * progmodes/ada-mode.el (ada-mode-version):
9234 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
9235 (f90-end-of-block)
9236 (f90-beginning-of-block):
9237 * progmodes/fortran.el (fortran-end-of-block)
9238 (fortran-beginning-of-block):
9239 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
9240 * progmodes/python.el (python-describe-symbol, python-shell):
9241 * term/ns-win.el (ns-print-buffer):
9242 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
9243 * textmodes/flyspell.el (flyspell-mode-on):
9244 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
9245 (pages-directory-for-addresses):
9246 * textmodes/table.el (table-recognize-cell)
9247 (table-query-dimension, table-generate-source)
9248 (table-insert-sequence, table--warn-incompatibility):
9249 * textmodes/tex-mode.el (tex-validate-buffer):
9250 * textmodes/texinfmt.el (texinfmt-version)
9251 (texinfo-format-buffer):
9252 Use `called-interactively-p' instead of `interactive-p'.
9253
9254 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
9255
9256 * image-mode.el (image-toggle-display):
9257 * emacs-lisp/elp.el (elp-instrument-function):
9258 * emacs-lisp/advice.el (ad-make-advised-definition):
9259 * emacs-lisp/easy-mmode.el (define-minor-mode):
9260 * net/browse-url.el (browse-url-maybe-new-window):
9261 * progmodes/sh-script.el (sh-learn-buffer-indent):
9262 Pass new argument 'any to `called-interactively-p'.
9263
9264 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
9265
9266 * international/uni-bidi.el:
9267 * international/uni-category.el:
9268 * international/uni-combining.el:
9269 * international/uni-comment.el:
9270 * international/uni-decimal.el:
9271 * international/uni-decomposition.el:
9272 * international/uni-digit.el:
9273 * international/uni-lowercase.el:
9274 * international/uni-mirrored.el:
9275 * international/uni-name.el:
9276 * international/uni-numeric.el:
9277 * international/uni-old-name.el:
9278 * international/uni-titlecase.el:
9279 * international/uni-uppercase.el:
9280 Regenerate from Unicode 5.2.0 data.
9281
9282 2009-10-01 Glenn Morris <rgm@gnu.org>
9283
9284 * Makefile.in (ELCFILES): Regenerate.
9285
9286 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9287
9288 * subr.el (interactive-p): Mark obsolete.
9289 (called-interactively-p): Make the optional-ness of `kind' obsolete.
9290 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
9291 advertised-signature-table for subroutines as well.
9292
9293 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
9294 (set-advertised-calling-convention): New function.
9295 (make-obsolete, define-obsolete-function-alias)
9296 (make-obsolete-variable, define-obsolete-variable-alias):
9297 Make the optional-ness of `when' obsolete.
9298 (define-obsolete-face-alias): Make `when' non-optional.
9299 * help-fns.el (help-function-arglist):
9300 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
9301 Use advertised-signature-table.
9302
9303 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
9304
9305 * files.el (delete-directory): New defun. The original function
9306 in fileio.c has been renamed to `delete-directory-internal'.
9307
9308 * dired.el (dired-delete-file): Call `delete-directory' with
9309 RECURSIVE parameter.
9310
9311 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
9312 parameter RECURSIVE. Implementation is missing.
9313
9314 * net/tramp.el (tramp-handle-make-directory): Flush upper
9315 directory's file properties.
9316 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
9317 (tramp-handle-dired-recursive-delete-directory): Flush directory
9318 properties after the remove command only.
9319
9320 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
9321 Handle optional parameter RECURSIVE.
9322
9323 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
9324 Handle optional parameter RECURSIVE.
9325
9326 * net/tramp-smb.el (tramp-smb-errors): Add error message for
9327 connection timeout.
9328 (tramp-smb-handle-delete-directory): Handle optional parameter
9329 RECURSIVE.
9330
9331 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9332
9333 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
9334 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
9335 (byte-compile-defmacro): Use backquotes.
9336
9337 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
9338
9339 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
9340 has no associated file.
9341 (vc-resynch-buffer): Use vc-dir-buffers.
9342
9343 2009-10-01 Glenn Morris <rgm@gnu.org>
9344
9345 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
9346 (chart-file-count):
9347 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
9348 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
9349 * emacs-lisp/eieio-opt.el (eieio-describe-class):
9350 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
9351 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
9352 (eieio-copy-parents-into-subclass, make-instance, class-children)
9353 (eieio-generic-form):
9354 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
9355 * cedet/cedet-idutils.el (cedet-idutils-search)
9356 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
9357 (cedet-idutils-version-check):
9358 * cedet/cedet.el (cedet-version):
9359 * cedet/data-debug.el (data-debug-insert-overlay-button)
9360 (data-debug-insert-overlay-list-button)
9361 (data-debug-insert-buffer-button)
9362 (data-debug-insert-buffer-list-button)
9363 (data-debug-insert-process-button, data-debug-insert-ring-button)
9364 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
9365 (data-debug-insert-stuff-vector-button)
9366 (data-debug-insert-symbol-button, data-debug-insert-string)
9367 (data-debug-insert-number, data-debug-insert-lambda-expression)
9368 (data-debug-insert-nil, data-debug-insert-simple-thing)
9369 (data-debug-insert-custom, data-debug-edebug-expr):
9370 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
9371 (global-ede-mode-map, ede-new, ede-debug-target)
9372 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
9373 * cedet/semantic.el (semantic-minimum-working-buffer-size)
9374 (semantic-fetch-tags, semantic-submode-list)
9375 (semantic-default-submodes):
9376 * cedet/ede/source.el (ede-source-match):
9377 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
9378 (project-am-package-info):
9379 * cedet/ede/proj.el (ede-proj-target, project-new-target):
9380 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
9381 * cedet/ede/proj-comp.el (ede-current-build-list):
9382 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
9383 * cedet/ede/files.el (ede-toplevel-project-or-nil):
9384 * cedet/ede/cpp-root.el (initialize-instance):
9385 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
9386 (autoconf-parameter-strip, autoconf-insert-new-macro):
9387 * cedet/semantic/wisent.el (wisent-lex-eoi):
9388 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
9389 (semantic-show-parser-state-mode):
9390 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
9391 * cedet/semantic/tag.el (semantic-tag-new-variable)
9392 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
9393 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
9394 (semantic--tag-deep-copy-tag-list)
9395 (semantic-tag-components-with-overlays-default):
9396 * cedet/semantic/symref.el (semantic-symref-find-text):
9397 * cedet/semantic/senator.el (senator-yank-tag)
9398 (senator-transpose-tags-up):
9399 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
9400 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
9401 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
9402 * cedet/semantic/lex.el (semantic-lex-comment-regex)
9403 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
9404 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
9405 * cedet/semantic/lex-spp.el
9406 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
9407 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
9408 * cedet/semantic/idle.el
9409 (semantic-idle-summary-current-symbol-info-brutish)
9410 (semantic-idle-summary-current-symbol-info-default):
9411 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
9412 (semantic--grammar-macro-compl-dict):
9413 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
9414 * cedet/semantic/format.el (semantic-format-tag-custom-list)
9415 (semantic-format-tag-canonical-name-default):
9416 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
9417 (semantic-find-tags-for-completion)
9418 (semantic-find-tags-by-scope-protection-default)
9419 (semantic-deep-find-tags-for-completion):
9420 * cedet/semantic/edit.el
9421 (semantic-edits-incremental-reparse-failed-hook)
9422 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
9423 (semantic-edits-splice-remove, semantic-edits-splice-replace):
9424 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
9425 * cedet/semantic/dep.el (semantic-dependency-include-path):
9426 * cedet/semantic/db.el (semanticdb-default-find-index-class)
9427 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
9428 (semanticdb-project-roots):
9429 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
9430 (semanticdb-find-adebug-insert-scanned-tag-cons)
9431 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
9432 (semanticdb-brute-deep-find-tags-for-completion):
9433 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
9434 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
9435 (semantic-end-of-context-default)
9436 (semantic-ctxt-current-function-default)
9437 (semantic-ctxt-scoped-types-default):
9438 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
9439 (semantic-complete-inline-tag-engine)
9440 (semantic-complete-inline-custom-type)
9441 (semantic-complete-read-tag-analyzer):
9442 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
9443 (semantic-chart-database-size):
9444 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
9445 (semantic-analyze-current-context):
9446 * cedet/semantic/symref/list.el (semantic-symref)
9447 (semantic-symref-hide-buffer, semantic-symref-symbol):
9448 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
9449 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
9450 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
9451 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
9452 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
9453 (semantic-c-dereference-template):
9454 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
9455 (semantic--analyze-refs-full-lookup-with-parents)
9456 (semantic--analyze-refs-full-lookup-simple):
9457 * cedet/semantic/analyze/complete.el
9458 (semantic-analyze-possible-completions):
9459 * cedet/srecode/table.el (srecode-mode-table-new):
9460 * cedet/srecode/srt.el (srecode-read-variable-name):
9461 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
9462 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
9463 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
9464 * cedet/srecode/map.el (srecode-current-map):
9465 * cedet/srecode/insert.el (srecode-insert)
9466 (srecode-insert-variable-secondname-handler, srecode-insert-method)
9467 (srecode-template-inserter-point-override)
9468 (srecode-insert-include-lookup):
9469 * cedet/srecode/getset.el (srecode-auto-choose-class):
9470 * cedet/srecode/extract.el (srecode-inserter-extract):
9471 * cedet/srecode/document.el
9472 (srecode-document-autocomment-return-last-alist)
9473 (srecode-document-autocomment-param-type-alist)
9474 (srecode-document-insert-function-comment)
9475 (srecode-document-insert-variable-one-line-comment)
9476 (srecode-document-function-name-comment):
9477 * cedet/srecode/dictionary.el (srecode-create-dictionary)
9478 (srecode-compound-toString):
9479 * cedet/srecode/compile.el (srecode-flush-active-templates):
9480 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
9481 Doc/message fixes.
9482
9483 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
9484 match-data. (Bug#4555).
9485
9486 * cedet/semantic/bovine/gcc.el
9487 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
9488 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
9489
9490 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
9491 rather than parsing it as a regexp. This relaxes the layout
9492 requirements and makes errors easier to detect.
9493 (check-declare-verify): Check file is regular.
9494 (check-declare-directory): Doc fix.
9495 * subr.el (declare-function): Doc fix.
9496
9497 * ibuffer.el (ibuffer-format-qualifier):
9498 * isearch.el (hi-lock-regexp-okay):
9499 * calc/calc.el (math-zerop):
9500 * mail/uce.el (rmail-msgbeg, rmail-msgend):
9501 * term/w32-win.el (setup-default-fontset, set-fontset-font):
9502 Remove unused declarations.
9503
9504 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
9505
9506 * cedet/semantic/wisent/javat-wy.el
9507 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
9508
9509 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
9510
9511 * cedet/srecode/expandproto.el: Fix provide statement.
9512
9513 2009-09-30 Eric Ludlam <zappo@gnu.org>
9514
9515 * emacs-lisp/eieio.el (boolean-p): Delete.
9516
9517 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
9518
9519 * cedet/ede/srecode.el: Fix provide statement.
9520
9521 2009-09-30 Glenn Morris <rgm@gnu.org>
9522
9523 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
9524 * cedet/ede/proj-aux.el (ede-aux-source):
9525 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
9526 (ede-misc-source):
9527 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
9528 (semantic-mrub-switch-tags): Fix doc typos.
9529
9530 * cedet/semantic/db-global.el (data-debug-new-buffer)
9531 (data-debug-insert-thing): Remove unneeded declarations (one broken).
9532 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
9533
9534 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
9535
9536 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
9537 use of CL function `remove-if-not'.
9538
9539 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
9540
9541 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
9542 filename is not a string.
9543
9544 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
9545
9546 * files.el (safe-local-eval-forms): Fix typo.
9547
9548 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9549
9550 * vc-hooks.el (vc-dir-buffers): New var.
9551 (vc-state-refresh): New function.
9552 (vc-state): Use it.
9553 (vc-after-save): Always ask the backend to recompute the new state.
9554 Always call vc-dir if necessary, using vc-dir-buffers.
9555 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
9556 Use vc-dir-buffers.
9557 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
9558 (vc-dir-prepare-status-buffer, vc-dir-update)
9559 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
9560 Don't call expand-file-name on default-directory.
9561
9562 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
9563
9564 * speedbar.el (speedbar-item-delete):
9565 * calc/calc-prog.el (calc-kbd-if):
9566 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
9567
9568 * epa.el (epa-key-list-mode-map):
9569 * hi-lock.el (hi-lock-menu): Fix typos in menus.
9570
9571 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
9572 (hs-show-hook): Fix typo in docstring.
9573
9574 2009-09-29 Glenn Morris <rgm@gnu.org>
9575
9576 * cedet/semantic/symref/idutils.el:
9577 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
9578
9579 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
9580
9581 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
9582 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
9583 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
9584 Mark declarations not understood by check-declare.
9585
9586 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
9587 file-name-nondirectory call preventing location of cedet files.
9588 (check-declare-verify): Use literal search rather than re-search.
9589 Add basic defmethod and defclass, and define-overloadable-function.
9590
9591 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9592 Use tramp-compat-file-attributes rather than nonexistent
9593 tramp-compat-handle-file-attributes.
9594
9595 * Makefile.in (lisptagsfiles4): New.
9596 (AUTOGENEL): Add cedet loaddefs files.
9597 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
9598 (update-elclist, compile-always, backup-compiled-files)
9599 (bootstrap-clean): Add yet another directory level.
9600 (update-elclist): Use LC_COLLATE rather than COLLATE.
9601 (ELCFILES): Update, via `make update-elclist'.
9602
9603 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
9604
9605 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
9606 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
9607 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
9608
9609 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
9610
9611 * Makefile.in (lisptagsfiles3): Define.
9612 (TAGS, TAGS-LISP): Use it.
9613 (update-elclist): Add third directory level to look for elc files.
9614 (compile-always): Likewise.
9615 (backup-compiled-files): Likewise.
9616 (bootstrap-clean): Likewise.
9617 (ELCFILES): Update.
9618
9619 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
9620
9621 * Makefile.in (ELCFILES): Add CEDET files.
9622
9623 2009-09-28 Eric Ludlam <zappo@gnu.org>
9624
9625 CEDET (development tools) package merged.
9626
9627 * cedet/*.el:
9628 * cedet/ede/*.el:
9629 * cedet/semantic/*.el:
9630 * cedet/srecode/*.el: New files.
9631
9632 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
9633
9634 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
9635
9636 * net/tramp.el (top): Require tramp-imap.
9637
9638 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9639 Use `tramp-compat-handle-file-attributes'.
9640
9641 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9642
9643 * net/tramp-imap.el: New package.
9644
9645 2009-09-28 Eric Ludlam <zappo@gnu.org>
9646
9647 * emacs-lisp/chart.el:
9648 * emacs-lisp/eieio-base.el:
9649 * emacs-lisp/eieio-comp.el:
9650 * emacs-lisp/eieio-custom.el:
9651 * emacs-lisp/eieio-datadebug.el:
9652 * emacs-lisp/eieio-opt.el:
9653 * emacs-lisp/eieio-speedbar.el:
9654 * emacs-lisp/eieio.el: New files.
9655
9656 * cedet/cedet-cscope.el:
9657 * cedet/cedet-files.el:
9658 * cedet/cedet-global.el:
9659 * cedet/cedet-idutils.el:
9660 * cedet/data-debug.el:
9661 * cedet/inversion.el:
9662 * cedet/mode-local.el:
9663 * cedet/pulse.el: New files.
9664
9665 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9666
9667 * whitespace.el (whitespace-trailing-regexp)
9668 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
9669 Fix doc string.
9670
9671 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
9672
9673 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
9674 menu.
9675
9676 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
9677 menu-bar-ediff-menu.
9678
9679 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
9680 define-overloadable-function.
9681
9682 * progmodes/autoconf.el: Provide autoconf as well, so that this
9683 file can be `require'd.
9684
9685 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
9686
9687 * emacs-lisp/autoload.el (generated-autoload-feature)
9688 (generated-autoload-load-name): New vars.
9689 (autoload-rubric, autoload-generate-file-autoloads): Use them.
9690 (make-autoload): Recognize define-overloadable-function and
9691 defclass forms (for EIEIO).
9692
9693 * Makefile.in (update-subdirs): Exclude cedet directory.
9694
9695 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9696
9697 * term/ns-win.el: Don't set the region face background. (Bug#4381)
9698
9699 * faces.el: Default light-background background for region face to
9700 ns_selection_color under NS.
9701
9702 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
9703
9704 * net/imap-hash.el: New library, see NEWS.
9705
9706 * Makefile.in (ELCFILES): Add imap-hash.el.
9707
9708 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
9709
9710 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
9711 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
9712 * help-macro.el (make-help-screen): Avoid using an ambiguous function
9713 definition where the docstring could be taken for the return value.
9714
9715 2009-09-26 Glenn Morris <rgm@gnu.org>
9716
9717 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
9718 Add option to only show images below a certain size.
9719 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
9720 save-excursion calls.
9721
9722 2009-09-26 Eli Zaretskii <eliz@gnu.org>
9723
9724 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
9725 subdirectories) and eieio.
9726
9727 2009-09-26 Alan Mackenzie <acm@muc.de>
9728
9729 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
9730 buggy bracketing. (Bug#4289)
9731
9732 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
9733 character constants (as case labels). (Bug#4289)
9734
9735 2009-09-25 Juri Linkov <juri@jurta.org>
9736
9737 * files.el (safe-local-eval-forms): Allow time-stamp in
9738 before-save-hook (Bug#4554).
9739
9740 2009-09-25 Drew Adams <drew.adams@oracle.com>
9741
9742 * menu-bar.el (list-buffers-directory): Doc fix.
9743
9744 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
9745
9746 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
9747 Try and avoid copying twice the same paragraph.
9748 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
9749 Remove save-excursion.
9750 (log-edit-changelog-entry): Do it here instead.
9751
9752 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
9753
9754 * bs.el (bs--get-file-name): Use `list-buffers-directory'
9755 when available, instead of hardcoding mode names. Doc fix.
9756
9757 * menu-bar.el (list-buffers-directory): Add docstring.
9758 Make automatically buffer-local.
9759
9760 * dired.el (dired-mode):
9761 * files.el (cd-absolute):
9762 * pcvs.el (cvs-temp-buffer):
9763 * pcvs-util.el (cvs-get-buffer-create):
9764 * shell.el (shell-mode):
9765 * vc-dir.el (vc-dir-mode):
9766 Don't make `list-buffers-directory' buffer local.
9767
9768 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
9769
9770 * comint.el (comint-exec, comint-run, make-comint):
9771 Doc fixes (Bug#4542).
9772
9773 2009-09-25 Glenn Morris <rgm@gnu.org>
9774
9775 * mail/rmailmm.el (rmail-mime): New custom group.
9776 Move all defcustoms in this file into this group.
9777 (rmail-mime-media-type-handlers-alist): Revert previous change.
9778 (rmail-mime-show-images): New option.
9779 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
9780 references to it, since it wasn't actually used for anything.
9781 (rmail-mime-insert-image): New function.
9782 (rmail-mime-image): Use rmail-mime-insert-image.
9783 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
9784 obey the value of `rmail-mime-show-images' option. Print the size of
9785 attachments.
9786
9787 2009-09-25 David Engster <deng@randomsample.de>
9788
9789 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
9790
9791 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9792
9793 * whitespace.el: Does not highlight trailing spaces While point is
9794 at end of line. Does not highligt spaces at beginning of buffer
9795 while point is at beginning of buffer. Does not highlight spaces
9796 at end of buffer while point is at end of buffer. (Bug#4177)
9797 New version 12.0.
9798 (whitespace-display-mappings): Adjust initialization.
9799 (whitespace-point, whitespace-font-lock-refontify): New vars.
9800 (whitespace-color-on, whitespace-color-off): Adjust code.
9801 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9802 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
9803 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
9804
9805 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
9806
9807 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
9808
9809 * textmodes/sgml-mode.el: Remove xml-mode alias.
9810
9811 * files.el (auto-mode-alist, conf-mode-maybe)
9812 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
9813
9814 2009-09-24 Alan Mackenzie <acm@muc.de>
9815
9816 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
9817 c-forward-conditionals, but it doesn't move point and doesn't set
9818 the mark.
9819 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
9820 (c-down-conditional-with-else, c-backward-conditional)
9821 (c-forward-conditional): Refactor to use c-scan-conditionals.
9822
9823 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
9824
9825 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
9826 (help-default-arg-highlight): Remove.
9827 (help-highlight-arg): New function.
9828 (help-do-arg-highlight): Use it.
9829 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
9830
9831 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9832
9833 * term.el (term-set-scroll-region, term-handle-ansi-escape):
9834 Undo last change, which didn't fix the problem and introduced others.
9835
9836 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
9837
9838 * progmodes/gdb-mi.el: Don't require speedbar.
9839 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
9840
9841 2009-09-24 Glenn Morris <rgm@gnu.org>
9842
9843 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
9844
9845 * term/ns-win.el (ns-reg-to-script): Define for compiler.
9846
9847 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
9848 there is no newline after the final mime boundary. (Bug#4539)
9849 Move markers on insertion so that any buttons inserted don't end up in
9850 the next part of a multipart message.
9851 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
9852 (rmail-mime-bulk-handler): Optionally handle images.
9853 (rmail-mime-image): New button action.
9854 (rmail-mime-image-handler): New function.
9855 (rmail-mime-mode): New mode.
9856 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
9857
9858 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9859
9860 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
9861 than just dropping elements from it (bug#4504).
9862
9863 * term.el (term-set-scroll-region): Don't move cursor any more.
9864 (term-handle-ansi-escape): Call term-goto here instead.
9865 Suggested by Ivan Kanis <apple@kanis.eu>.
9866
9867 * term.el: Require CL.
9868 (term-ansi-reset): New function.
9869 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
9870 (term-handle-colors-array): Simplify.
9871
9872 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
9873
9874 * allout.el (allout-overlay-interior-modification-handler)
9875 (allout-obtain-passphrase):
9876 * epa-file.el (epa-file-write-region):
9877 * ps-print.el (ps-begin-job):
9878 * vc-hooks.el (vc-toggle-read-only):
9879 * vc-rcs.el (vc-rcs-rollback):
9880 * vc-sccs.el (vc-sccs-rollback):
9881 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
9882 (vc-version-diff, vc-revert, vc-rollback):
9883 * wdired.el (wdired-check-kill-buffer):
9884 * emacs-lisp/authors.el (authors):
9885 * net/socks.el (socks-open-connection):
9886 * net/zeroconf.el (zeroconf-service-add-hook):
9887 * obsolete/vc-mcvs.el (vc-mcvs-register):
9888 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
9889 (gdb-select-frame):
9890 * progmodes/grep.el (lgrep, rgrep):
9891 * progmodes/idlw-help.el (idlwave-help-check-locations)
9892 (idlwave-help-html-link, idlwave-help-assistant-open-link):
9893 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9894 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
9895 (reftex-toc-rename-label): Fix typos in error messages.
9896
9897 * dired-aux.el (dired-do-shell-command): Reflow docstring.
9898 (dired-copy-how-to-fn): Doc fix.
9899 (dired-files-attributes, dired-read-shell-command):
9900 Fix typos in docstrings.
9901
9902 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
9903 (dired-x-find-file-other-window): Reflow docstrings.
9904 (dired-omit-marker-char, dired-read-shell-command)
9905 (dired-x-submit-report): Fix typos in docstrings.
9906
9907 * shell.el (shell-mode-hook):
9908 * view.el (View-scroll-line-forward):
9909 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
9910 Fix typos in docstrings.
9911
9912 * net/dig.el (dig-invoke): Fix typo in docstring.
9913 (query-dig): Reflow docstring.
9914
9915 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
9916 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
9917 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
9918 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
9919 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
9920 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
9921 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
9922 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
9923 (idlwave-completion-map, idlwave-current-indent)
9924 (idlwave-custom-ampersand-surround, idlwave-customize)
9925 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
9926 (idlwave-define-abbrev, idlwave-determine-class-special)
9927 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
9928 (idlwave-end-block-reg, idlwave-end-of-statement)
9929 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
9930 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
9931 (idlwave-explicit-class-listed, idlwave-file-header)
9932 (idlwave-fill-paragraph, idlwave-find-class-definition)
9933 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
9934 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
9935 (idlwave-in-quote, idlwave-indent-action-table)
9936 (idlwave-indent-expand-table, idlwave-indent-line)
9937 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
9938 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
9939 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
9940 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
9941 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
9942 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
9943 (idlwave-outlawed-buffers, idlwave-popup-select)
9944 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
9945 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
9946 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
9947 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
9948 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
9949 (idlwave-statement-type, idlwave-struct-skip)
9950 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
9951 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
9952 (idlwave-what-module-find-class): Fix typos in docstrings.
9953 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
9954 (idlwave-calculate-cont-indent, idlwave-expand-equal)
9955 (idlwave-find-module, idlwave-find-structure-definition)
9956 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
9957 (idlwave-list-load-path-shadows, idlwave-next-statement)
9958 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
9959 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
9960 (idlwave-template): Reflow docstrings.
9961
9962 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
9963 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
9964 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
9965 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
9966 (idlwave-shell-display-line, idlwave-shell-display-wframe)
9967 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
9968 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
9969 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
9970 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
9971 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
9972 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
9973 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
9974 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
9975 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
9976 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
9977 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
9978 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
9979 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
9980 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
9981 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
9982 Fix typos in docstrings.
9983 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
9984 (idlwave-shell-hide-output, idlwave-shell-mode)
9985 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
9986 Reflow docstrings.
9987
9988 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
9989
9990 2009-09-24 Ivan Kanis <apple@kanis.eu>
9991
9992 * term.el (term-bold-attribute): New var.
9993 (term-handle-colors-array): Use it.
9994
9995 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
9996
9997 * progmodes/gdb-mi.el (gdb-version): New variable.
9998 (gdb-non-stop-handler): Set gdb-version.
9999 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
10000 Condition "--thread" option on gdb-version.
10001 (gdb-invalidate-threads): Remove unused argument.
10002
10003 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10004
10005 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
10006 to looking-back to avoid ridiculous slow down in large files (bug#4511).
10007
10008 2009-09-23 Glenn Morris <rgm@gnu.org>
10009
10010 * mail/rmail.el (rmail-reply): Don't try to add a References header when
10011 replying to mail without References or Message-Id. (Bug#4525)
10012
10013 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
10014
10015 * term/ns-win.el (ns-reg-to-script): New variable.
10016
10017 2009-09-23 Daiki Ueno <ueno@unixuser.org>
10018
10019 * epg.el (epg-wait-for-status): Preserve existing 'error results.
10020
10021 2009-09-22 Sam Steingold <sds@gnu.org>
10022
10023 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
10024 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
10025 to 1 because hg returns status 1 when nothing is found.
10026 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
10027
10028 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * textmodes/fill.el: Convert to utf-8 encoding.
10031 (fill-french-nobreak-p): Remove redundant » and « inherited from our
10032 pre-unicode days.
10033
10034 * add-log.el (change-log-fill-forward-paragraph): New function.
10035 (change-log-mode): Use it so fill-region DTRT.
10036 Set fill-indent-according-to-mode here rather than in
10037 change-log-fill-paragraph.
10038 (change-log-fill-paragraph): Remove.
10039
10040 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
10041
10042 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
10043 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
10044
10045 2009-09-22 Glenn Morris <rgm@gnu.org>
10046
10047 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
10048 the scroll-bar scroll the calendar window rather than the buffer.
10049
10050 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
10051 commands that move point (as opposed to scrolling).
10052
10053 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
10054
10055 * emacs-lisp/elint.el (elint): New custom group.
10056 (elint-log-buffer): Make it a defcustom.
10057 (elint-scan-preloaded, elint-ignored-warnings)
10058 (elint-directory-skip-re): New options.
10059 (elint-builtin-variables): Doc fix.
10060 (elint-preloaded-env): New variable.
10061 (elint-unknown-builtin-args): Add an entry for encode-time.
10062 (elint-extra-errors): Make it a variable rather than a constant.
10063 (elint-preloaded-skip-re): New constant.
10064 (elint-directory): Skip files matching elint-directory-skip-re.
10065 (elint-features): New variable, local to linted buffers.
10066 (elint-update-env): Initialize elint-features. Possibly add
10067 elint-preloaded-env to the buffer's environment.
10068 (elint-get-top-forms): Bind elint-current-pos, for log messages.
10069 Skip quoted forms.
10070 (elint-init-form): New function, extracted from elint-init-env.
10071 Make non-list forms a warning rather than an error.
10072 Add the mode-map for define-derived-mode. Handle define-minor-mode,
10073 easy-menu-define, put that adds an error-condition, and provide.
10074 When requiring cl, also require cl-macs. Really require cl, to handle
10075 some cl macros. Store required libraries in the list elint-features,
10076 so as not to re-load them. Treat cc-require like require.
10077 (elint-init-env): Call elint-init-form to do the work.
10078 Handle eval-and-compile and such like.
10079 (elint-add-required-env): Do not clear messages.
10080 (elint-special-forms): Add handlers for function, defalias, if, when,
10081 unless, and, or.
10082 (elint-form): Add optional argument to ignore elint-special-forms,
10083 useful to prevent recursive calls from handlers. Doc fix.
10084 Respect elint-ignored-warnings.
10085 (elint-form): Respect elint-ignored-warnings.
10086 (elint-bound-variable, elint-bound-function): New variables.
10087 (elint-unbound-variable): Respect elint-bound-variable.
10088 (elint-get-args): Respect elint-bound-function.
10089 (elint-check-cond-form): Add some simple handling for (f)boundp and
10090 featurep tests.
10091 (elint-check-defalias-form): New handler.
10092 (elint-check-let-form): Make an empty let a warning rather than an
10093 error.
10094 (elint-check-setq-form): Make an empty setq a warning rather than an
10095 error. Respect elint-ignored-warnings.
10096 (elint-check-defvar-form): Accept null doc-strings.
10097 (elint-check-conditional-form): New handler. Does some simple-minded
10098 checking of featurep and (f)boundp tests.
10099 (elint-put-function-args): New function.
10100 (elint-initialize): Use elint-scan-doc-file rather than
10101 elint-find-builtin-variables. Use elint-put-function-args.
10102 Possibly scan preloaded-file-list.
10103 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
10104 extend to handle functions as well.
10105
10106 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
10107
10108 * linum.el (linum-delete-overlays, linum-update-window):
10109 Do not modify the right margin. (Bug#3971)
10110
10111 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
10112
10113 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
10114 nxml-mode instead of xml-mode.
10115
10116 2009-09-21 Kevin Ryde <user42@zip.com.au>
10117
10118 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
10119
10120 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10121
10122 * net/dig.el (dig-mode): Use define-derived-mode.
10123
10124 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
10125
10126 * vc-dispatcher.el (vc-do-command): Return the process object in
10127 the asynchronous case. Use when instead of if. Do not run
10128 vc-exec-after to display a message if not enabled. (Bug#4463)
10129
10130 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
10131 properties to the stash strings.
10132 (vc-git-stash-list): Return a list of strings.
10133 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
10134 (vc-git-stash-show-at-point): New functions.
10135 (vc-git-stash-map): New keymap.
10136
10137 * register.el (ctl-x-r-map): Define the keys here instead of
10138 using autoload.
10139
10140 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
10141
10142 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
10143 list, to workaround performance problem (bug#4485).
10144
10145 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
10146
10147 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
10148
10149 2009-09-20 Daiki Ueno <ueno@unixuser.org>
10150
10151 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
10152 Document that this option is not recommended to use.
10153
10154 2009-09-19 Glenn Morris <rgm@gnu.org>
10155
10156 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
10157 variable `var'.
10158
10159 * calc/calc-alg.el (var):
10160 * calc/calcalg2.el (var): Define for compiler.
10161
10162 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
10163
10164 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
10165 Doc fix (Bug#3932).
10166
10167 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
10168
10169 * time-stamp.el (time-stamp-month-dd-yyyy)
10170 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
10171 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
10172 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
10173 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
10174 Remove functions that have been obsolete since 1995 (Bug#4436).
10175
10176 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
10177 indent buffer only if called interactively (Bug#4452).
10178
10179 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
10180 Eli Zaretskii <eliz@gnu.org>
10181
10182 This fixes bug#4197 (merged to bug#865, though not identical).
10183 * server.el (server-auth-dir): Add docstring note about FAT32.
10184 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
10185 but warn against using them.
10186
10187 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
10188
10189 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
10190 older GDB where there is no has_more field.
10191
10192 2009-09-19 Glenn Morris <rgm@gnu.org>
10193
10194 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10195
10196 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
10197
10198 * files.el (auto-mode-alist): Change default for XML files to nXML
10199 mode (Bug#4169).
10200
10201 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
10202
10203 * server.el (server-ensure-safe-dir): Pass 'integer
10204 to `file-attributes', as suggested.
10205
10206 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
10207
10208 * dired-aux.el (dired-query-alist): Remove spurious backslash.
10209 (dired-query): Use read-key.
10210
10211 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
10212
10213 * cus-start.el (ns-use-qd-smoothing): Remove.
10214
10215 2009-09-18 Glenn Morris <rgm@gnu.org>
10216
10217 * allout.el (top-level): Remove unnecessary progn.
10218
10219 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
10220
10221 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
10222 definition of abbrev table.
10223
10224 * speedbar.el (speedbar-track-mouse):
10225 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
10226 * net/eudc.el (eudc-expand-inline):
10227 * net/newst-backend.el (newsticker--cache-read-feed):
10228 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
10229 condition-case handlers.
10230
10231 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
10232
10233 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
10234 (gdb-var-list): Add an element for has_more field.
10235 (gdb-non-stop-handler): Enable pretty printing for STL containers.
10236 (gdb-var-create-handler, gdb-var-list-children-handler-1)
10237 (gdb-var-update-handler-1): Parse output of dynamic variable
10238 objects (STL containers).
10239 (gdb-var-delete-1): Pass var1 as an explicit second argument.
10240 (gdb-get-field): Delete alias. Use bindat-get-field directly.
10241
10242 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
10243 gdb-var-list.
10244 (gud-speedbar-buttons): Make node expandable if expression "has more"
10245 children.
10246
10247 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
10248
10249 * startup.el (emacs-quick-startup): Remove variable and all uses.
10250 (command-line): Set `inhibit-x-resources' instead.
10251 (command-line-1): Use `inhibit-x-resources' instead.
10252
10253 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
10254
10255 * subr.el: Fix last change to avoid using the `unless' macro,
10256 which breaks bootstrapping.
10257
10258 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10259
10260 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
10261 extended definitions, in case we reload subr.el after having
10262 loaded CL.
10263 (eval-next-after-load): Mark as obsolete.
10264
10265 2009-09-17 Juri Linkov <juri@jurta.org>
10266
10267 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
10268 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
10269 (menu-bar-showhide-menu, menu-bar-tools-menu)
10270 (menu-bar-describe-menu, menu-bar-help-menu)
10271 (minibuffer-local-completion-map, minibuffer-local-map):
10272 Fix list quoting.
10273
10274 2009-09-17 Glenn Morris <rgm@gnu.org>
10275
10276 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
10277 arguments, whether or not it has a handler.
10278
10279 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
10280
10281 * simple.el (hard-newline): Give it a doc-string.
10282
10283 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10284 (lisp-mode-syntax-table): Give them doc-strings.
10285
10286 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
10287
10288 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
10289 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
10290 (menu-bar-options-menu, menu-bar-showhide-menu)
10291 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
10292 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
10293 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
10294 (menu-bar-options-menu, menu-bar-tools-menu)
10295 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
10296 (menu-bar-help-menu):
10297 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
10298 string arguments.
10299
10300 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
10301 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
10302 calls for the menu names and :help.
10303
10304 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10305
10306 * mouse.el (minor-mode-menu-from-indicator): Pay attention
10307 to :minor-mode-function (bug#4455).
10308
10309 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10310
10311 * startup.el (command-line): Initialize the window-system after
10312 processing the command-line.
10313
10314 * textmodes/page.el (what-page): Make sure we don't inf-loop if
10315 page-delimiter matches the empty string.
10316
10317 2009-09-16 Glenn Morris <rgm@gnu.org>
10318
10319 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
10320 byte-compile-not-obsolete-var. It's a list now.
10321 (byte-compile-not-obsolete-funcs): New variable.
10322 (byte-compile-warn-obsolete): Don't warn about functions if they are in
10323 byte-compile-not-obsolete-funcs.
10324 (byte-compile-variable-ref, byte-compile-defvar): Update for
10325 byte-compile-not-obsolete-vars name-change and list nature.
10326 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
10327 and variables behind (f)boundp tests.
10328 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
10329
10330 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
10331
10332 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
10333
10334 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10335
10336 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
10337 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
10338 Don't autoload.
10339
10340 2009-09-15 Stephen Eglen <stephen@gnu.org>
10341
10342 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
10343 the virtual-buffers, use the name of the buffer specified by
10344 find-file-noselect, as the match may be a symlink. (This was a
10345 problem if the target and the symlink had different names.)
10346
10347 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10348
10349 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
10350
10351 * desktop.el (desktop-path): Check user-emacs-directory.
10352
10353 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
10354
10355 * loadup.el: Use after-load-functions to GC after loading each file.
10356 Remove the explicit GC calls that used to be sprinkled around.
10357
10358 * subr.el (after-load-functions): New hook.
10359 (do-after-load-evaluation): Run it. Use string-match-p to detect
10360 `obsolete' packages, rather than painfully extracting the relevant
10361 directory name.
10362
10363 2009-09-15 Glenn Morris <rgm@gnu.org>
10364
10365 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
10366 free variable `doc'.
10367
10368 * dired.el (dired-mode-map): Add menu entry for async shell command.
10369
10370 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
10371 variables, also consider the .elc files, since the .el files are
10372 normally gzipped (subsequent code locates the .el.gz from the .elc).
10373
10374 * calc/calc-prog.el (arglist): Define for compiler.
10375
10376 * calendar/diary-lib.el (diary-display-function): Change the default to
10377 fancy display.
10378 (body): Define for compiler.
10379
10380 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
10381 (byte-compile-file-form, byte-compile-lambda)
10382 (byte-compile-top-level-body, byte-compile-form)
10383 (byte-compile-variable-ref, byte-compile-setq)
10384 (byte-compile-setq-default, byte-compile-body)
10385 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
10386 (batch-byte-compile): Give some more local variables with common names
10387 a "bytecomp-" prefix to avoid masking warnings about free variables.
10388
10389 * startup.el (command-line-1): Give local variables with common names a
10390 distinguishing prefix, so as not to hide free variable warnings during
10391 bootstrap.
10392
10393 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
10394 clever and add a suffix to make a unique name, just let the user decide
10395 whether or not to overwrite it. If the input is a directory, write the
10396 default filename to that directory. (Bug#4388)
10397 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
10398 is a filename-as-a-directory.
10399
10400 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10401
10402 * textmodes/page.el (what-page): Don't move to beginning of line.
10403 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
10404
10405 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
10406
10407 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
10408
10409 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
10410
10411 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
10412 * help.el (help-for-help-internal): Add purecopy calls for text.
10413
10414 * vc.el (top): print-log method now takes an optional SHORTLOG
10415 argument. Add a new method: root.
10416 (vc-root-diff, vc-print-root-log): New functions.
10417 (vc-log-short-style): New variable.
10418 (vc-print-log-internal): Add support for showing short logs.
10419
10420 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
10421 vc-print-root-log and vc-print-root-diff.
10422
10423 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
10424 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
10425 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
10426 short logs.
10427
10428 * vc-cvs.el (vc-cvs-print-log):
10429 * vc-mtn.el (vc-mtn-print-log):
10430 * vc-rcs.el (vc-rcs-print-log):
10431 * vc-sccs.el (vc-sccs-print-log):
10432 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
10433 that is ignored for now.
10434
10435 * vc-mtn.el (vc-mtn-annotate-command):
10436 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
10437
10438 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10439
10440 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
10441 to function-key-map, and give them ascii-character property.
10442 * term/x-win.el (x-alternatives-map):
10443 * term/ns-win.el (ns-alternatives-map):
10444 * term/internal.el (msdos-key-remapping-map):
10445 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
10446
10447 2009-09-14 Glenn Morris <rgm@gnu.org>
10448
10449 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
10450 temp-buffers (2009-09-12).
10451
10452 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10453
10454 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
10455 the new read-key function.
10456
10457 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
10458
10459 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
10460 is defined (Bug#4405).
10461
10462 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
10463
10464 * recentf.el (recentf-cleanup): Use a hash table to find
10465 duplicates (Bug#4407).
10466
10467 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
10468
10469 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
10470 kp-0 to ascii equivalents (Bug#4325).
10471
10472 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
10473
10474 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
10475
10476 * eshell/em-hist.el:
10477 * eshell/em-dirs.el (eshell-complete-user-reference):
10478 Declare pcomplete functions and variables to avoid compiler warnings.
10479
10480 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
10481
10482 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
10483 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
10484 * eshell/em-alias.el (eshell-aliases-file):
10485 * eshell/em-hist.el (eshell-history-file-name):
10486 Use expand-file-name instead of concat to make file names (Bug#4308).
10487
10488 2009-09-13 Glenn Morris <rgm@gnu.org>
10489
10490 * ediff-merg.el (ediff-do-merge):
10491 * filesets.el (filesets-run-cmd):
10492 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
10493 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
10494 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
10495 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
10496 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
10497 Replace empty `let's with `progn'.
10498
10499 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10500
10501 * mail/sendmail.el (send-mail-function):
10502 * tooltip.el (tooltip-mode):
10503 * simple.el (transient-mark-mode):
10504 * rfn-eshadow.el (file-name-shadow-mode):
10505 * frame.el (blink-cursor-mode):
10506 * font-core.el (global-font-lock-mode):
10507 * files.el (temporary-file-directory)
10508 (small-temporary-file-directory, auto-save-file-name-transforms):
10509 * epa-hook.el (auto-encryption-mode):
10510 * composite.el (global-auto-composition-mode):
10511 Use custom-initialize-delay.
10512 * startup.el (command-line): Don't explicitly call
10513 custom-reevaluate-setting for all the above vars.
10514 * custom.el (custom-initialize-safe-set)
10515 (custom-initialize-safe-default): Delete.
10516
10517 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10518
10519 * term/x-win.el (x-initialize-window-system):
10520 * term/w32-win.el (w32-initialize-window-system):
10521 * term/ns-win.el (ns-initialize-window-system): Don't call
10522 mouse-wheel-mode since it's enabled globally by default already.
10523
10524 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
10525 actually define the variable, but only silences the byte-compiler.
10526 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
10527 before looking it up.
10528 (mouse-wheel-scroll-amount): Also reset the bindings if this value
10529 is changed.
10530
10531 2009-09-12 Glenn Morris <rgm@gnu.org>
10532
10533 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
10534 1000.
10535 (elint-add-required-env): Don't beep on error.
10536 (elint-forms): In case of error, return ENV unchanged.
10537 (elint-init-env): Skip non-list forms.
10538 (elint-log): Handle unknown file positions.
10539
10540 2009-09-12 Daiki Ueno <ueno@unixuser.org>
10541
10542 * epg.el (epg-make-context): Add autoload cookie.
10543 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
10544 (epg-decrypt-string, epg-start-verify, epg-verify-file)
10545 (epg-verify-string, epg-start-sign, epg-sign-file)
10546 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
10547 (epg-encrypt-string, epg-start-export-keys)
10548 (epg-export-keys-to-file, epg-export-keys-to-string)
10549 (epg-start-import-keys, epg-import-keys-from-file)
10550 (epg-import-keys-from-string, epg-start-receive-keys)
10551 (epg-receive-keys, epg-import-keys-from-server)
10552 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
10553 (epg-sign-keys, epg-start-generate-key)
10554 (epg-generate-key-from-file, epg-generate-key-from-string):
10555 Remove autoload cookie.
10556
10557 2009-09-12 Eli Zaretskii <eliz@gnu.org>
10558
10559 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
10560 reevaluation of trash-directory.
10561
10562 * mwheel.el: Fix last change.
10563 (mouse-wheel-mode): New defvar.
10564 (mouse-wheel-mode): Remove autoload cookie.
10565
10566 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10567
10568 * mwheel.el (mwheel-installed-bindings): New var.
10569 (mouse-wheel-mode): Use it, so as to make sure we really remove all
10570 the bindings we set last time. Use custom-initialize-delay.
10571 * loadup.el: Load mwheel after term/*-win.el.
10572 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
10573 and mouse-wheel-up-event now that their first evaluation is done
10574 sufficiently late to be correct.
10575
10576 * startup.el (tutorial-directory): Make it a defcustom.
10577 Use custom-initialize-delay rather than eval-at-startup to set it.
10578 * image.el (image-load-path): Make it a defcustom.
10579 Use custom-initialize-delay rather than eval-at-startup to set it.
10580 * subr.el (eval-at-startup): Remove.
10581 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
10582
10583 * subr.el (do-after-load-evaluation): Warn the user after loading an
10584 obsolete package.
10585
10586 2009-09-12 Glenn Morris <rgm@gnu.org>
10587
10588 * proced.el (proced-mark-alt): Remove alias.
10589 (proced-mode-map): Remove proced-mark-alt.
10590
10591 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
10592 Elint file and directory. Remove initialization entry.
10593
10594 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
10595 commands.
10596 (elint-current-buffer): Set mode-line-process.
10597 (elint-init-env): Handle define-derived-mode.
10598 Fix declare-function with unspecified arglist. Guard against odd
10599 defalias statements (eg iso-insert's 8859-1-map).
10600 (elint-add-required-env): Use a temp buffer.
10601 (elint-form): Just print the function/macro name, not the whole form.
10602 Return env unchanged if we fail to parse a macro.
10603 (elint-forms): Guard against parse errors.
10604 (elint-output): New function, to handle batch mode.
10605 (elint-log-message): Add optional argument. Use elint-output.
10606 (elint-set-mode-line): New function.
10607
10608 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
10609
10610 * emacs-lisp/elp.el (elp-not-profilable): Add more
10611 functions (Bug#4233).
10612
10613 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
10614
10615 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
10616 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
10617
10618 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
10619
10620 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
10621 (gdb-var-list-children): Use json parsing.
10622
10623 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
10624
10625 * progmodes/js.el (js--proper-indentation): Handle the case where
10626 char-before is null. Reported by Deniz Dogan.
10627
10628 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
10629
10630 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
10631
10632 2009-09-11 Daiki Ueno <ueno@unixuser.org>
10633
10634 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
10635 (epg-digest-algorithm-alist): Add SHA224.
10636 (epg-context-set-passphrase-callback)
10637 (epg-context-set-progress-callback): Add description about
10638 callback function.
10639
10640 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10641
10642 * custom.el (custom-delayed-init-variables): New var.
10643 (custom-initialize-delay): New function.
10644 * startup.el (command-line): "Re"evaluate all vars in
10645 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
10646 explicitly any more.
10647 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
10648 to avoid creating a ~/.emacs.d at build-time (bug#4347).
10649
10650 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
10651
10652 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
10653
10654 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
10655 (gdb-var-update-handler): Use json parsing.
10656
10657 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
10658
10659 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
10660 decode annotated text, regardless of language environment. (Bug#2741)
10661
10662 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10663
10664 * Makefile.in (autoloads): Make rmail.el writable as well.
10665
10666 2009-09-11 Glenn Morris <rgm@gnu.org>
10667
10668 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
10669 loaddefs.el.
10670 * dired.el: Regenerate with extracted autoloads.
10671 * Makefile.in (autoloads): Make dired.el writable.
10672
10673 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
10674 * ibuffer.el: Regenerate with extracted autoloads.
10675 * Makefile.in (autoloads): Make ibuffer.el writable.
10676
10677 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
10678 * version.el (emacs-copyright, emacs-major-version)
10679 (emacs-minor-version): Reformat doc-strings for make-docfile.
10680
10681 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
10682 functions and variables, since they must be stuff specific to some other
10683 platform.
10684 (apropos-print): Make mouse-click message less specific about button.
10685
10686 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
10687 that records where a macro was defined.
10688 * help-fns.el (describe-function-1): Mention if a function has a
10689 compiler-macro.
10690 * help-mode.el (help-function-cmacro): New button.
10691
10692 * locate.el (top-level): Always require dired.
10693 (locate-mode-map): Initialize inside the defvar.
10694
10695 * net/ange-ftp.el (dired-compress-file): Declare.
10696 (ange-ftp-dired-compress-file): Add doc string.
10697
10698 * term/ns-win.el (x-display-name, x-setup-function-keys):
10699 Unify doc-strings with X versions.
10700
10701 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10702
10703 * emulation/crisp.el (crisp-mode-map): Move initialization
10704 into declaration.
10705 (crisp-mode): Use define-minor-mode.
10706
10707 * progmodes/xscheme.el (xscheme-evaluation-commands):
10708 Put a :advertised-binding property rather than using
10709 advertised-xscheme-send-previous-expression.
10710 (advertised-xscheme-send-previous-expression): Declare obsolete.
10711 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
10712 `advertised-undo'.
10713 (crisp-mode): Add corresponding bindings to
10714 undo's :advertised-binding instead.
10715 * dired.el (dired-mode-map): Put a :advertised-binding property rather
10716 than using dired-advertised-find-file.
10717 (dired-advertised-find-file):
10718 * simple.el (advertised-undo):
10719 * wid-edit.el (advertised-widget-backward): Declare obsolete.
10720 (widget-keymap): Put a :advertised-binding property rather
10721 than using advertised-widget-backward.
10722 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
10723 than using advertised-undo.
10724 * tutorial.el (tutorial--default-keys): Adjust accordingly.
10725
10726 2009-09-10 Simon South <ssouth@slowcomputing.org>
10727
10728 * progmodes/delphi.el (delphi-tab): Indent region when Transient
10729 Mark mode is enabled and region is active; otherwise indent or
10730 insert TAB as usual.
10731 (delphi-mode): Update description of TAB-key binding.
10732
10733 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
10734
10735 * subr.el (define-key-rebound-commands): Mark obsolete.
10736 * startup.el (precompute-menubar-bindings): Remove.
10737 (normal-top-level): Remove obsolete code that tried to precompute
10738 menubar bindings.
10739 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
10740 define-key-rebound-commands and precompute-menubar-bindings.
10741
10742 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10743
10744 * net/imap.el (imap-interactive-login): Better messages.
10745 (imap-open): Fix bug with renamed buffer on reconnect.
10746 (imap-authenticate): Add buffer-local imap-last-authenticator variable
10747 for easier debugging and cleaner code. On successful (guessed based on
10748 server capabilities) secondary authentication, set imap-state
10749 correctly.
10750 (imap-last-authenticator): Define imap-last-authenticator as a variable
10751 to avoid warnings.
10752
10753 2009-09-10 Glenn Morris <rgm@gnu.org>
10754
10755 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
10756
10757 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
10758 (byte-compile-file-form-autoload): Don't warn about unknown functions
10759 where the autoload statement comes after the use.
10760 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
10761 that any handlers inside the body (eg require) are in turn respected.
10762
10763 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
10764 effects.
10765
10766 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
10767 and syntax and abbrev tables basic docs, if they don't have any.
10768
10769 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
10770
10771 * international/mule-cmds.el (top-level): Require cl when compiling.
10772 (view-hello-file): Use default-value rather than
10773 default-enable-multibyte-characters.
10774
10775 * progmodes/fortran.el: Move all safe and risky properties into the
10776 defcustoms.
10777
10778 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
10779 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
10780 * mail/undigest.el:
10781 Put autoloads in rmail.el rather than loaddefs.el.
10782 * mail/rmail.el: Regenerate with extracted autoloads.
10783
10784 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
10785 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
10786
10787 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
10788
10789 Reported in thread for Bug#4375.
10790 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
10791 "-data-evaluate-expression" instead of print.
10792 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
10793 (gdb-tooltip-print): Parse output from above MI command.
10794 (gdb): Revert 2009-08-11 change. User should detach inferior
10795 manually.
10796
10797 Remove the word "separate" from IO functions as inferior
10798 output is now never displayed in the GUD buffer.
10799
10800 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
10801
10802 * startup.el (command-line-normalize-file-name): On Windows and
10803 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
10804
10805 2009-09-10 Juri Linkov <juri@jurta.org>
10806
10807 * isearch.el (isearch-text-char-description): Propertize escape
10808 character sequences with the `escape-glyph' face. (Bug#4344)
10809
10810 * simple.el (shell-command): Set asynchronous process filter to
10811 `comint-output-filter'. (Bug#4343)
10812
10813 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
10814 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
10815 the list. Move "asm" to the bottom.
10816 (grep-find-ignored-directories): Add `choice' with nil value
10817 to empty the list easily.
10818 (grep-find-ignored-files): New option.
10819 (grep-files-history): Set to nil by default instead of '("ch" "el").
10820 (grep-compute-defaults): Add "<X>" to `grep-template'.
10821 (grep-read-files): Bind new local variables `default-alias' and
10822 `default-extension'. Use a list of default values for the file prompt.
10823 (lgrep): Add `--exclude=' command line options composed from
10824 `grep-find-ignored-files'.
10825 (rgrep): Add `-name' command line options composed from
10826 `grep-find-ignored-files'. (Bug#4301)
10827
10828 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10829
10830 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
10831 (bug#4368).
10832
10833 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10834
10835 * calendar/time-date.el (autoload):
10836 Expand define-obsolete-function-alias into defalias and make-obsolete
10837 for old Emacsen that Gnus supports.
10838 (with-no-warnings): Define it for old Emacsen.
10839 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10840 is available.
10841 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10842 float-time is available; suppress compile warning for time-to-seconds.
10843
10844 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
10845
10846 * net/imap.el (imap-message-map): Docstring fix.
10847
10848 2009-09-09 Glenn Morris <rgm@gnu.org>
10849
10850 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
10851 line numbers too. (Bug#4374)
10852
10853 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
10854
10855 * smerge-mode.el (smerge-remove-props, smerge-refine):
10856 Use with-silent-modifications (bug#4342).
10857
10858 * subr.el (with-silent-modifications): New macro.
10859
10860 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
10861
10862 * files.el (top-level): Require `cl' when compiling.
10863
10864 2009-09-07 Glenn Morris <rgm@gnu.org>
10865
10866 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
10867
10868 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
10869 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
10870
10871 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
10872
10873 * vc-git.el (vc-git-annotate-command): Use separator to parse
10874 arguments correctly.
10875
10876 2009-09-06 Eli Zaretskii <eliz@gnu.org>
10877
10878 * proced.el (proced-mode): Doc fix.
10879
10880 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
10881
10882 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
10883 lstat fails.
10884 (tramp-do-file-attributes-with-ls): Check for file existence at
10885 remote end.
10886 (tramp-do-file-attributes-with-stat): Likewise.
10887 (tramp-convert-file-attributes): Return nil when attr is nil.
10888
10889 2009-09-05 Glenn Morris <rgm@gnu.org>
10890
10891 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
10892 properties to this button.
10893 (diary-fancy-display): Don't extend the button to the final newline.
10894 (diary-fancy-display-mode): Continue to define "q" as a local key.
10895
10896 * calendar/cal-china.el (holiday-chinese): Make it slightly more
10897 efficient.
10898
10899 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
10900
10901 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
10902 (byte-compile-dest-file-function): New option.
10903 (byte-compile-dest-file): Doc fix.
10904 Obey byte-compile-dest-file-function.
10905 (byte-compile-cl-file-p): New function.
10906 (byte-compile-eval): Only suppress noruntime warnings about cl functions
10907 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
10908 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
10909 than for file being previously loaded.
10910 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
10911 (byte-compile-file-form-require): Handle the case where requiring a file
10912 indirectly causes CL to be loaded.
10913
10914 2009-09-05 Karl Fogel <kfogel@red-bean.com>
10915
10916 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
10917 before killing the old buffer, since by the time `kill-buffer' is
10918 run so many buffer variables have been set to nil that it may not
10919 behave as expected. (Bug#4061)
10920
10921 2009-09-05 Karl Fogel <kfogel@red-bean.com>
10922
10923 * files.el (find-alternate-file): If the old buffer is modified
10924 and visiting a file, behave similarly to `kill-buffer' when
10925 killing it, thus reverting to the pre-1.878 behavior; see
10926 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
10927 for discussion. Also, consult `buffer-file-name' as a variable
10928 not as a function, for consistency with the rest of the code.
10929
10930 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
10931
10932 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
10933 also when adding a new directory.
10934
10935 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
10936 defun.
10937
10938 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
10939
10940 * files.el (locate-file-completion-table): Make it provide boundary
10941 information, so partial-completion works better.
10942
10943 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
10944
10945 * mail/footnote.el (Footnote-text-under-cursor):
10946 Check footnote-text-marker-alist before using it (bug#4324).
10947
10948 2009-09-04 Glenn Morris <rgm@gnu.org>
10949
10950 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
10951 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
10952 * play/solitaire.el, play/tetris.el:
10953 Remove leading * from defcustom and defface docs.
10954
10955 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
10956 necessary.
10957 (diary-fancy-overriding-map): New variable.
10958 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
10959 Use view-mode.
10960
10961 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
10962 goto-line.
10963
10964 2009-09-03 Glenn Morris <rgm@gnu.org>
10965
10966 * arc-mode.el (archive-mode):
10967 * dos-fns.el (set-default-process-coding-system):
10968 * man.el (Man-getpage-in-background):
10969 * menu-bar.el (menu-bar-describe-menu):
10970 * server.el (server-process-filter):
10971 * startup.el (command-line):
10972 * tar-mode.el (tar-header-block-tokenize, tar-extract):
10973 * w32-fns.el (set-default-process-coding-system):
10974 * x-dnd.el (x-dnd-handle-file-name):
10975 * international/mule-cmds.el (mule-menu-keymap)
10976 (set-default-coding-systems, language-info-alist, set-language-info)
10977 (set-language-environment, standard-display-european-internal)
10978 (set-locale-environment):
10979 * international/mule-diag.el (mule-diag):
10980 * mail/emacsbug.el (report-emacs-bug):
10981 * mail/rmail.el (rmail-mode):
10982 * mail/sendmail.el (mail-setup):
10983 Use default-value rather than default-enable-multibyte-characters.
10984
10985 * progmodes/f90.el: Move all safe properties into the defcustoms.
10986 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
10987
10988 * calendar/appt.el (appt-check):
10989 * calendar/diary-lib.el (diary-set-header, diary-live-p)
10990 (diary-check-diary-file, diary-list-entries)
10991 (diary-include-other-diary-files, diary-simple-display)
10992 (diary-fancy-display, diary-print-entries)
10993 (diary-mark-included-diary-files, diary-make-entry):
10994 Don't call substitute-in-file-name on diary-file.
10995
10996 2009-09-03 Eduard Wiebe <usenet@pusto.de>
10997 Stefan Monnier <monnier@iro.umontreal.ca>
10998
10999 * mail/footnote.el (footnote-prefix): Make it a defcustom.
11000 (footnote-mode-map): Move initialization into the declaration.
11001 (footnote-minor-mode-map): Define it rather than changing global-map.
11002 (footnote-mode): Use define-minor-mode.
11003
11004 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
11005
11006 * net/tramp.el (tramp-handle-file-attributes-with-ls)
11007 (tramp-do-file-attributes-with-perl)
11008 (tramp-do-file-attributes-with-stat): Rename from
11009 `tramp-handle-file-attributes-with-*'.
11010 (tramp-handle-file-attributes): Use them.
11011 (tramp-do-directory-files-and-attributes-with-perl)
11012 (tramp-do-directory-files-and-attributes-with-stat): Rename from
11013 `tramp-handle-directory-files-and-attributes-with-*'.
11014 (tramp-handle-directory-files-and-attributes): Use them.
11015 (tramp-method-out-of-band-p): Additional parameter SIZE.
11016 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
11017 (tramp-handle-write-region): Use it.
11018 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
11019 (tramp-handle-vc-registered): Check, whether the first run did
11020 return files to be tested.
11021 (tramp-advice-make-auto-save-file-name): Do not call directly
11022 `tramp-handle-make-auto-save-file-name', because this would bypass
11023 the locking mechanism.
11024
11025 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
11026 (file-remote-p, process-file, start-file-process, set-file-times)
11027 (tramp-compat-file-attributes): Compatibility functions shall not
11028 call directly `tramp-handle-*', because this would bypass the
11029 locking mechanism.
11030 (tramp-compat-number-sequence): New defun.
11031
11032 2009-09-02 Glenn Morris <rgm@gnu.org>
11033
11034 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
11035 alias for float-time.
11036 (time-to-number-of-days): In Emacs, use float-time.
11037 * net/newst-backend.el (time-add): Suppress warnings from compat
11038 function.
11039 * time.el (emacs-uptime, emacs-init-time):
11040 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
11041 Use float-time rather than time-to-seconds.
11042
11043 * minibuffer.el (completion-initials-expand): Fix typo.
11044
11045 * faces.el (modeline, modeline-inactive, modeline-highlight)
11046 (modeline-buffer-id):
11047 * info.el (info-menu-5): Mark these face aliases as obsolete.
11048
11049 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
11050
11051 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
11052 space ...
11053 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
11054 no "--thread" option.
11055 (gdb-stopped): Don't print "Switched to thread" message when it is
11056 unchanged.
11057
11058 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11059
11060 * minibuffer.el (completion-try-completion)
11061 (completion-all-completions): Remove ill-defined (and
11062 mistakenly installed and luckily never used nor documented)
11063 `completion-styles' property.
11064 (completion-initials-expand, completion-initials-all-completions)
11065 (completion-initials-try-completion): New functions.
11066 (completion-styles-alist): Add doc to each entry.
11067 Add new `initials' entry.
11068
11069 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
11070
11071 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
11072 MI command -var-evaluate-expression.
11073 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
11074 and tweak for case of string child.
11075 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
11076
11077 2009-09-01 Glenn Morris <rgm@gnu.org>
11078
11079 * add-log.el (change-log-date-face, change-log-name-face)
11080 (change-log-email-face, change-log-file-face, change-log-list-face)
11081 (change-log-conditionals-face, change-log-function-face)
11082 (change-log-acknowledgement-face):
11083 * cus-edit.el (custom-invalid-face, custom-rogue-face)
11084 (custom-modified-face, custom-set-face, custom-changed-face)
11085 (custom-saved-face, custom-button-face, custom-button-pressed-face)
11086 (custom-documentation-face, custom-state-face, custom-comment-face)
11087 (custom-comment-tag-face, custom-variable-tag-face)
11088 (custom-variable-button-face, custom-face-tag-face)
11089 (custom-group-tag-face-1, custom-group-tag-face):
11090 * diff-mode.el (diff-header-face, diff-file-header-face)
11091 (diff-index-face, diff-hunk-header-face, diff-removed-face)
11092 (diff-added-face, diff-changed-face, diff-function-face)
11093 (diff-context-face, diff-nonexistent-face):
11094 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
11095 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
11096 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11097 (Info-title-4-face):
11098 * isearch.el (isearch-lazy-highlight-face):
11099 * log-view.el (log-view-file-face, log-view-message-face):
11100 * paren.el (show-paren-match-face, show-paren-mismatch-face):
11101 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11102 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11103 (cvs-msg-face):
11104 * smerge-mode.el (smerge-mine-face, smerge-other-face)
11105 (smerge-base-face, smerge-markers-face):
11106 * wid-edit.el (widget-documentation-face, widget-button-face)
11107 (widget-field-face, widget-single-line-field-face)
11108 (widget-inactive-face, widget-button-pressed-face):
11109 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
11110 (woman-addition-face):
11111 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
11112 (eshell-ls-executable-face, eshell-ls-readonly-face)
11113 (eshell-ls-unreadable-face, eshell-ls-special-face)
11114 (eshell-ls-missing-face, eshell-ls-archive-face)
11115 (eshell-ls-backup-face, eshell-ls-product-face)
11116 (eshell-ls-clutter-face):
11117 * eshell/em-prompt.el (eshell-prompt-face):
11118 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
11119 * obsolete/old-whitespace.el (whitespace-highlight-face):
11120 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
11121 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
11122 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
11123 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
11124 (antlr-font-lock-literal-face):
11125 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11126 (ebrowse-root-class-face, ebrowse-file-name-face)
11127 (ebrowse-default-face, ebrowse-member-attribute-face)
11128 (ebrowse-member-class-face, ebrowse-progress-face):
11129 * progmodes/make-mode.el (makefile-space-face):
11130 * progmodes/sh-script.el (sh-heredoc-face):
11131 * textmodes/flyspell.el (flyspell-incorrect-face)
11132 (flyspell-duplicate-face):
11133 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
11134 * textmodes/texinfo.el (texinfo-heading-face):
11135 Mark face aliases with "-face" suffix as obsolete.
11136
11137 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
11138 compiler.
11139
11140 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
11141 (eudc-bob-sound-menu): Use defvar rather than defconst, since
11142 easy-menu-define wants to modify these.
11143
11144 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
11145
11146 * net/browse-url.el (browse-url-file-url):
11147 * term/internal.el (dos-codepage-setup):
11148 Use default-value rather than default-enable-multibyte-characters.
11149
11150 * progmodes/etags.el (etags-goto-tag-location):
11151 * progmodes/flymake.el (flymake-highlight-line)
11152 (flymake-goto-file-and-line, flymake-goto-line):
11153 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
11154 (gdb-goto-breakpoint):
11155 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11156 * progmodes/python.el (python-find-function)
11157 (python-pdbtrack-track-stack-file):
11158 * progmodes/verilog-mode.el (verilog-surelint-off):
11159 * term/ns-win.el (ns-open-file-select-line):
11160 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
11161 Use forward-line rather than goto-line.
11162
11163 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
11164 * textmodes/reftex-index.el (reftex-display-index):
11165 * textmodes/reftex-ref.el (reftex-offer-label-menu):
11166 * textmodes/reftex-toc.el (reftex-toc):
11167 Remove unnecessary bindings of default-major-mode (all are followed by
11168 major-mode check and possible mode switch).
11169
11170 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
11171
11172 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
11173 Handle watchpoints (bug#4282).
11174 (def-gdb-thread-buffer-command): Enable thread to be selected by
11175 clicking without selecting threads buffer first.
11176 (gdb-current-context-command): Use selected frame so that "up",
11177 "down" etc work in the GUD buffer.
11178 (gdb-update): Find selected frame before rendering stack buffer.
11179 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
11180
11181 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11182
11183 * progmodes/sym-comp.el (displayed-completions): Remove.
11184 (symbol-complete): Use minibuffer-complete.
11185
11186 2009-08-31 Glenn Morris <rgm@gnu.org>
11187
11188 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
11189
11190 * apropos.el (apropos-symbols-internal):
11191 Handle (obsolete) face aliases.
11192
11193 * faces.el (describe-face): Adjust the output format to be more like
11194 describe-variable, and to mention (obsolete) face aliases.
11195 Adjust the whitespace so that help-setup-xref works.
11196
11197 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
11198 * calendar/diary-lib.el (diary-button-face):
11199 Mark these face aliases as obsolete.
11200
11201 * calendar/calendar.el (calendar-today): Doc fix.
11202
11203 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
11204
11205 * progmodes/gdb-mi.el (gdb-control-all-threads)
11206 (gdb-control-current-thread): Force tool bar update.
11207 (gdb-non-stop-handler): New function.
11208 (gdb-init-1): Use it to test if non-stop mode is supported.
11209 Remove unused gdbmi buffer type.
11210
11211 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
11212
11213 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
11214 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
11215
11216 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
11217
11218 * comint.el (comint-exec-1): Check command is non-null first.
11219 Part of gdb-mi.el change (2009-08-28).
11220
11221 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11222
11223 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
11224
11225 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
11226
11227 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
11228 instead of `dolist' to avoid a recursive require when bootstrapping.
11229
11230 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11231
11232 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
11233
11234 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
11235
11236 * net/imap.el (imap-send-command): Simplify.
11237 (imap-wait-for-tag): point-max -> buffer-size.
11238
11239 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
11240
11241 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
11242 with constant argument.
11243
11244 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
11245
11246 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
11247
11248 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
11249 Change default, since most of our files don't have a history.
11250 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
11251 the user.
11252
11253 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11254 Add comint-run.
11255
11256 * calc/calc.el: Improve commenting convention.
11257 (calc-digit-map, toplevel): Simplify.
11258
11259 * comint.el (comint-insert-input): Be careful to only set point if we
11260 don't delegate to some other command.
11261
11262 * proced.el (proced-signal-list): Make it an alist.
11263 (proced-grammar-alist): Capitalize names.
11264 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
11265 Disable undo manually and make it read-only.
11266 Use completion-annotate-function.
11267
11268 * minibuffer.el (minibuffer-message): If the current buffer is not
11269 a minibuffer, insert the message in the echo area rather than at the
11270 end of the buffer.
11271 (completion-annotate-function): New variable.
11272 (minibuffer-completion-help): Use it.
11273 (completion--embedded-envvar-table): Environment vars are
11274 always case-sensitive.
11275
11276 2009-08-30 Glenn Morris <rgm@gnu.org>
11277
11278 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
11279 from fortran-current-defun.
11280 (fortran-beginning-of-subprogram): Be more precise about finding the
11281 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
11282 (fortran-end-of-subprogram): Simplify.
11283 (fortran-current-defun): Use fortran-start-prog-re.
11284
11285 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
11286
11287 * subr.el (do-after-load-evaluation): Simplify.
11288
11289 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
11290
11291 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
11292
11293 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
11294 (vc-rcs-print-log): Use it.
11295
11296 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
11297
11298 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11299
11300 * paths.el (abbrev-file-name): Move to abbrev.el.
11301 * abbrev.el (abbrev-file-name): Move from paths.el.
11302 Obey user-emacs-directory.
11303 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
11304 user-emacs-directory.
11305 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
11306 abbrev-file-name and calc-settings-file any more.
11307 * startup.el (command-line): Recompute abbrev-file-name and
11308 abbreviated-home-dir.
11309 (normal-no-mouse-startup-screen): Improve the generic code and get rid
11310 of the special code for when C-h bindings haven't been changed.
11311 (display-startup-echo-area-message): Use with-current-buffer.
11312 (command-line-1): Use a list of strings, rather than a list of lists
11313 of strings for longopts.
11314
11315 * files.el (get-free-disk-space): Use / for default-directory.
11316
11317 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
11318 Use with-current-buffer.
11319
11320 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
11321 Recognize immutable variables like most-positive-fixnum.
11322 (byte-compile-setq-default): Check and warn if trying to assign
11323 to an immutable variable, or a non-variable.
11324
11325 * progmodes/cc-vars.el (c-comment-continuation-stars):
11326 * progmodes/cc-engine.el (c-looking-at-bos):
11327 * progmodes/cc-cmds.el (c-toggle-auto-state)
11328 (c-forward-into-nomenclature, c-backward-into-nomenclature)
11329 (c-comment-line-break-function): Add version of obsolescence.
11330
11331 2009-08-28 Juri Linkov <juri@jurta.org>
11332
11333 * files.el (magic-fallback-mode-alist): Add ZIP magic number
11334 associated with `archive-mode'.
11335
11336 * image.el (image-type-header-regexps): Use only JPEG magic number
11337 to determine JPEG images, and don't use `image-jpeg-p' because
11338 Emacs can display non-JFIF non-Exif JPEG images.
11339
11340 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
11341
11342 * arc-mode.el (archive-mode):
11343 * emacs-lisp/re-builder.el (re-builder-unload-function):
11344 Protect against the default value of `major-mode' being nil.
11345
11346 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
11347
11348 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
11349 Fix typos in docstrings.
11350
11351 * progmodes/js.el (js--macro-decl-re): Doc fix.
11352 (js--plain-method-re, js--split-name): Refloc docstring.
11353 (js--class-styles, js--make-merged-item, js--splice-into-items):
11354 Fix typos in docstrings; reflow docstrings.
11355 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
11356 (js--variable-decl-matcher, js--inside-pitem-p)
11357 (js--parse-state-at-point, js--get-all-known-symbols)
11358 (js--symbol-history, js-find-symbol, js--js-references)
11359 (js--moz-interactor, js--js-encode-value, js--read-tab):
11360 Fix typos in docstrings.
11361
11362 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11363
11364 * textmodes/reftex.el (reftex-get-file-buffer-force):
11365 * progmodes/verilog-mode.el (verilog-batch-execute-func):
11366 * emulation/viper.el (viper-go-away, viper-set-hooks):
11367 * emacs-lisp/re-builder.el (re-builder-unload-function):
11368 * emacs-lisp/bytecomp.el (byte-compile-file):
11369 * ses.el (ses-unload-function):
11370 * hexl.el (hexl-find-file):
11371 * files.el (normal-mode):
11372 * ehelp.el (with-electric-help):
11373 * autoinsert.el (auto-insert-alist):
11374 * arc-mode.el (archive-mode):
11375 Use (default-value 'major-mode) instead of default-major-mode.
11376
11377 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
11378 * international/mule.el (load-with-code-conversion):
11379 * emacs-lisp/debug.el (debug):
11380 * ediff-vers.el (ediff-rcs-get-output-buffer):
11381 * dired.el (dired-internal-noselect): Don't let-bind
11382 default-major-mode around code that doesn't use it.
11383 E.g. buffer creation via get-buffer-create doesn't use it.
11384
11385 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
11386
11387 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
11388 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
11389 when writing the temp file. Otherwise, epa-file gets confused.
11390 (tramp-register-file-name-handlers): Make it a defun. Move also
11391 `epa-file-handler' to the front of `file-name-handler-alist'.
11392
11393 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11394
11395 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
11396 start right after a ^M.
11397 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
11398 (tramp-completion-file-name-regexp-separate)
11399 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
11400 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
11401 Don't modify last-coding-system-used by accident.
11402 (tramp-completion-file-name-handler): Apply the checks here,
11403 instead during registration.
11404 (tramp-register-file-name-handlers): Renamed from
11405 `tramp-register-file-name-handler'. Register both
11406 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
11407 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
11408
11409 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
11410
11411 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
11412 Remove variable ...
11413 (gdb-init-1, gdb-display-separate-io-buffer)
11414 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
11415 references to it.
11416 (gdb-inferior-io-mode): Use make-comint-in-buffer.
11417 (gdb-inferior-filter): Use comint-output-filter to stop
11418 echoing and remove ^M characters.
11419
11420 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11421
11422 * emulation/viper-init.el (viper-restore-cursor-type):
11423 * emulation/cua-base.el (cua--update-indications):
11424 Replace default-cursor-type with (default-value 'cursor-type).
11425
11426 * mail/sendmail.el (mail-recover-1):
11427 * international/mule-diag.el (describe-current-coding-system-briefly)
11428 (describe-current-coding-system):
11429 * international/mule-cmds.el (select-safe-coding-system)
11430 (select-message-coding-system)
11431 (set-language-environment-coding-systems, set-locale-environment):
11432 * hexl.el (hexl-insert-multibyte-char):
11433 * dos-w32.el (find-buffer-file-type-coding-system):
11434 * simple.el (what-cursor-position):
11435 Replace uses of default-buffer-file-coding-system
11436 with (default-value 'buffer-file-coding-system).
11437
11438 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
11439 Replace uses of default-cursor-in-non-selected-windows
11440 with (default-value 'cursor-in-non-selected-windows).
11441 Use with-current-buffer.
11442
11443 * mail/feedmail.el: Use CL macros.
11444 (feedmail-run-the-queue, feedmail-send-it-immediately):
11445 * dos-w32.el (find-buffer-file-type): Replace uses of
11446 default-buffer-file-type with (default-value 'buffer-file-type).
11447
11448 2009-08-28 Glenn Morris <rgm@gnu.org>
11449
11450 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
11451 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
11452 Use default-value of major-mode rather than default-major-mode.
11453
11454 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11455
11456 * Makefile.in (update-elcfiles): Report left over elc files.
11457
11458 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
11459 expand-file-name and with-current-buffer.
11460 (mail-get-names, mail-directory): Use with-current-buffer.
11461
11462 * vc.el (vc-read-revision): New function.
11463 (vc-version-diff, vc-merge): Use it.
11464
11465 2009-08-27 Sam Steingold <sds@gnu.org>
11466
11467 * simple.el (kill-do-not-save-duplicates): New user option.
11468 (kill-new): When it is non-nil, and the new string is the same as
11469 the latest kill, set replace to t to avoid duplicates in kill-ring.
11470
11471 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
11472
11473 * net/tramp.el (tramp-handle-process-file): Do not flush all
11474 caches when `process-file-side-effects' is set.
11475 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
11476 instead of `tramp-find-file-exists-command'.
11477 Unset `process-file-side-effects'.
11478
11479 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
11480
11481 * net/tramp.el (tramp-methods): New method "rsyncc".
11482 (top): Add completion function for "rsyncc".
11483 (tramp-message-show-message): New defvar.
11484 (tramp-message, tramp-error): Use it.
11485 (tramp-do-copy-or-rename-file-directly): Extend check for direct
11486 remote copying.
11487 (tramp-do-copy-or-rename-file-out-of-band): Handle new
11488 `tramp-methods' entry `copy-env' of "rsyncc".
11489 (tramp-vc-registered-read-file-names): New defconst.
11490 (tramp-vc-registered-file-names): New defvar.
11491 (tramp-handle-vc-registered): Implement optimization strategy.
11492 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
11493 (tramp-vc-file-name-handler): New defun.
11494 (tramp-get-ls-command, tramp-get-test-command)
11495 (tramp-get-file-exists-command, tramp-get-remote-ln)
11496 (tramp-get-remote-perl, tramp-get-remote-stat)
11497 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
11498
11499 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
11500 (tramp-cache-inhibit-cache): Extend doc string. It allows also
11501 timestamps.
11502 (tramp-get-file-property): Check for timestamps in
11503 `tramp-cache-inhibit-cache'.
11504 (tramp-set-file-property): Write timestamp.
11505
11506 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11507
11508 * language/japan-util.el (japanese-symbol-table): Add entries for
11509 cp932-2-byte.
11510
11511 * international/characters.el: Add category `j' to cp932-2-byte.
11512
11513 2009-08-27 Kenichi Handa <handa@m17n.org>
11514
11515 * international/fontset.el (build-default-fontset-data): New macro.
11516 (setup-default-fontset): Use build-default-fontset-data for CJK,
11517 tibetan, ethiopic, and ipa.
11518
11519 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11520
11521 * cus-start.el (default-major-mode): Customize `major-mode' instead.
11522 (enable-multibyte-characters): Not customizable any more.
11523
11524 * subr.el (default-mode-line-format, default-header-line-format)
11525 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
11526 (default-direction-reversed, default-truncate-lines)
11527 (default-left-margin, default-tab-width, default-case-fold-search)
11528 (default-left-margin-width, default-right-margin-width)
11529 (default-left-fringe-width, default-right-fringe-width)
11530 (default-fringes-outside-margins, default-scroll-bar-width)
11531 (default-vertical-scroll-bar, default-indicate-empty-lines)
11532 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
11533 (default-fringe-cursor-alist, default-scroll-up-aggressively)
11534 (default-scroll-down-aggressively, default-fill-column)
11535 (default-cursor-type, default-buffer-file-type)
11536 (default-cursor-in-non-selected-windows)
11537 (default-buffer-file-coding-system, default-major-mode)
11538 (default-enable-multibyte-characters): Mark as obsolete.
11539
11540 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
11541
11542 * vc-dir.el (vc-dir-update): Remove debug helper.
11543
11544 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
11545
11546 2009-08-26 Sam Steingold <sds@gnu.org>
11547
11548 * simple.el (save-interprogram-paste-before-kill): New user option.
11549 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
11550 save the interprogram-paste into kill-ring before overriding it
11551 with the Emacs kill.
11552
11553 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
11554
11555 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
11556 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
11557 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
11558 and move to vc-rcs.el.
11559 (vc-default-next-revision): Rename to vc-rcs-next-revision and
11560 move to vc-rcs.el.
11561 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
11562 (vc-rcs-update-changelog): Remove.
11563 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
11564 and move to vc-rcs.el.
11565
11566 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
11567 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
11568 renaming.
11569 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
11570 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
11571 vc.el, renamed to be RCS specific.
11572
11573 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
11574 New functions.
11575 (vc-cvs-update-changelog): Move here from vc.el.
11576
11577 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
11578 New functions.
11579
11580 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11581
11582 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
11583
11584 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
11585
11586 * vc-git.el (vc-git-register): Use "git add" for directories.
11587 (vc-git-stash, vc-git-stash-show): New functions.
11588 (vc-git-extra-menu-map): Bind them.
11589
11590 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
11591 directory correctly in case the item is a directory itself.
11592
11593 * vc.el: Document the desired behavior for reverted files in the
11594 `added' state.
11595 (vc-default-prettify-state-info): Remove function, unused.
11596
11597 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
11598
11599 2009-08-26 Glenn Morris <rgm@gnu.org>
11600
11601 * bindings.el (standard-mode-line-format): Reposition dashes in
11602 which-func entry. (Bug#4217)
11603
11604 * files.el (enable-local-variables, enable-local-eval)
11605 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
11606 the defcustoms.
11607 (auto-mode-alist, ignored-local-variables)
11608 (save-some-buffers-action-alist): Move risky declarations to the
11609 definitions.
11610 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
11611 (font-lock-defaults, format-alist, imenu--index-alist)
11612 (imenu-generic-expression, input-method-alist, minor-mode-alist)
11613 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
11614 (mode-line-modified, mode-line-mule-info, mode-line-position)
11615 (mode-line-process, mode-line-remote, outline-level)
11616 (parse-time-rules, rmail-output-file-alist)
11617 (special-display-buffer-names, vc-mode):
11618 Move risky declarations to the relevant files.
11619 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
11620 (mode-line-modified, mode-line-process, mode-line-position)
11621 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
11622 * font-core.el (font-lock-defaults):
11623 * format.el (format-alist):
11624 * vc-hooks.el (vc-mode):
11625 * window.el (special-display-buffer-names):
11626 * international/mule-cmds.el (input-method-alist):
11627 Define riskiness here (dumped file) rather than in files.el.
11628 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
11629 * imenu.el (imenu-generic-expression, imenu--index-alist):
11630 * outline.el (outline-level):
11631 * time.el (display-time-string):
11632 * calendar/parse-time.el (parse-time-rules):
11633 * mail/rmailout.el (rmail-output-file-alist):
11634 Autoload riskiness here, rather than placing in files.el.
11635
11636 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
11637
11638 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
11639
11640 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
11641
11642 * simple.el (process-file-side-effects): New defvar.
11643
11644 * dired-aux.el (dired-show-file-type):
11645 * vc.el (vc-diff-internal):
11646 * vc-arch.el (vc-arch-diff):
11647 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
11648 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
11649 * vc-git.el (vc-git-registered, vc-git-working-revision)
11650 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
11651 (vc-git--empty-db-p):
11652 * vc-hooks.el (vc-user-login-name):
11653 * vc-svn.el (vc-svn-registered, vc-svn-state)
11654 (vc-svn-dir-extra-headers, vc-svn-find-revision):
11655 * progmodes/grep.el (grep-probe): Let-bind
11656 `process-file-side-effects' with nil.
11657
11658 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
11659
11660 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
11661 daemon. Replace ping by checking for running service for bluez
11662 and zeroconf. (Bug#4239)
11663
11664 2009-08-25 Kevin Ryde <user42@zip.com.au>
11665
11666 * net/dig.el (dig): Add autoload cookie.
11667
11668 2009-08-25 Glenn Morris <rgm@gnu.org>
11669
11670 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
11671 load-history for absolute file-names.
11672 (byte-compile-file-form-require): Warn about use of the cl package.
11673
11674 * format.el (format-alist): Doc fix.
11675
11676 * play/bubbles.el (top-level): Don't require cl at run-time.
11677
11678 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
11679 run-time cl).
11680
11681 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
11682
11683 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
11684 from cl package.
11685 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
11686
11687 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
11688
11689 * calc/calc-alg.el (math-trig-rewrite)
11690 (math-hyperbolic-trig-rewrite): New functions.
11691 (calc-simplify): Simplify trig functions when asked.
11692
11693 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11694
11695 * diff-mode.el (diff-find-source-location): Avoid goto-line.
11696
11697 2009-08-24 Kenichi Handa <handa@m17n.org>
11698
11699 * language/ind-util.el (mapthread): Delete it.
11700 (combinatorial): New function.
11701 (indian--puthash-cv): Use combinatorial instead of mapthread.
11702
11703 2009-08-22 Kevin Ryde <user42@zip.com.au>
11704
11705 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
11706 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
11707 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
11708 Clarify docstring that the value is strings not symbols.
11709 (checkdoc-list-of-strings-p): New function.
11710
11711 2009-08-22 Glenn Morris <rgm@gnu.org>
11712
11713 * files.el (auto-mode-alist):
11714 * hippie-exp.el (he-concat-directory-file-name):
11715 * lpr.el (lpr-windows-system, printer-name):
11716 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
11717 * ps-print.el (ps-windows-system):
11718 * startup.el (command-line):
11719 * emulation/viper-ex.el (viper-glob-function):
11720 * international/mule-cmds.el (set-language-environment-coding-systems):
11721 * net/ange-ftp.el (ange-ftp-write-region):
11722 * obsolete/fast-lock.el (fast-lock-cache-name):
11723 Remove code for defunct system-types emx, macos, mswindows, next-mach,
11724 unisoft-unix, vax-vms, win32, w32.
11725
11726 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
11727 given name if the pattern is not more specific.
11728
11729 * calendar/lunar.el (lunar-phase-names): New option.
11730 (lunar-phase): Doc fix.
11731 (lunar-cycles-per-year): New constant.
11732 (lunar-index): New function.
11733 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
11734 (lunar-phase-name): Use lunar-phase-names.
11735 (calendar-lunar-phases): Use format.
11736 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
11737
11738 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
11739 Copy imenu-example--name-and-position function here for own use.
11740 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
11741
11742 * bs.el (bs--redisplay):
11743 * cus-edit.el (custom-redraw):
11744 * ibuffer.el (ibuffer-bury-buffer):
11745 * server.el (server-goto-line-column):
11746 * startup.el (command-line-1):
11747 * strokes.el (strokes-xpm-for-stroke):
11748 * term.el (term-display-buffer-line):
11749 * view.el (View-goto-line):
11750 * calc/calc.el (calc-do, calc-trail-buffer):
11751 * play/gamegrid.el (gamegrid-add-score-insecure):
11752 * progmodes/ada-mode.el (ada-compile-goto-error):
11753 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
11754 (ebrowse-select-1st-to-9nth):
11755 * progmodes/cperl-mode.el (cperl-time-fontification):
11756 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
11757 * progmodes/gud.el (gud-display-line):
11758 (idlwave-shell-display-line):
11759 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
11760 * progmodes/make-mode.el (makefile-browser-toggle):
11761 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
11762 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
11763 * textmodes/picture.el (picture-draw-rectangle):
11764 * textmodes/reftex-index.el (reftex-index-goto-letter):
11765 (reftex-select-jump-to-previous):
11766 * textmodes/reftex-sel.el (reftex-find-start-point)
11767 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
11768 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
11769 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
11770 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11771 * textmodes/two-column.el (2C-associated-buffer):
11772 Use forward-line rather than goto-line.
11773
11774 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
11775 goto-line.
11776
11777 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
11778 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
11779 (quick-check-list-to-regexp): Declare.
11780
11781 * progmodes/make-mode.el (makefile-browser-insert-selection):
11782 Use goto-char rather than goto-line.
11783
11784 * progmodes/prolog.el (compilation-error-regexp-alist)
11785 (compilation-forget-errors): Declare.
11786
11787 2009-08-22 Juri Linkov <juri@jurta.org>
11788
11789 * progmodes/grep.el (lgrep, rgrep): At the beginning
11790 set `dir' to `default-directory' unless `dir' is a non-nil
11791 readable directory. (Bug#4052)
11792 (lgrep, rgrep): Change a weird way to report an error
11793 from using `read-string' to using `error'.
11794 Instead of using interactive arguments in the function body,
11795 add new argument `confirm'.
11796
11797 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
11798
11799 * textmodes/remember.el (remember-buffer):
11800 * progmodes/cperl-mode.el (cperl-vc-header-alist):
11801 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
11802 (icalendar-extract-ical-from-buffer):
11803 * net/newst-treeview.el (newsticker-groups-filename):
11804 * net/newst-backend.el (newsticker-cache-filename):
11805 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
11806 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
11807 (speedbar-add-ignored-path-regexp, speedbar-line-path)
11808 (speedbar-buffers-line-path, speedbar-path-line)
11809 (speedbar-buffers-line-path):
11810 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
11811 (epg-sign-keys):
11812 * epa.el (epa-display-verify-result):
11813 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
11814
11815 2009-08-21 Glenn Morris <rgm@gnu.org>
11816
11817 * progmodes/js.el (inferior-moz-process): Fix declaration.
11818
11819 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
11820
11821 * obsolete/rnewspost.el (news-mail-reply):
11822 Use goto-char rather than goto-line.
11823
11824 * term/ns-win.el (ns-open-file-select-line):
11825 Use line-beginning-position rather than goto-line.
11826
11827 * apropos.el (apropos-command):
11828 * ehelp.el (electric-helpify):
11829 * printing.el (pr-show-setup):
11830 * strokes.el (strokes-help):
11831 * tutorial.el (tutorial--describe-nonstandard-key)
11832 (tutorial--detailed-help):
11833 * woman.el (woman-mini-help, woman-display-extended-fonts):
11834 * calc/calc-help.el (calc-describe-key):
11835 * emulation/edt.el (edt-electric-helpify):
11836 * international/mule-diag.el (mule-diag):
11837 * play/yow.el (apropos-zippy):
11838 * progmodes/python.el (python-describe-symbol):
11839 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
11840 * textmodes/table.el (*table--cell-describe-mode)
11841 (*table--cell-describe-bindings):
11842 Use help-print-return-message rather than the now obsolete alias.
11843
11844 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
11845 (calendar-cursor-to-visible-date):
11846 * play/5x5.el (5x5-position-cursor):
11847 * play/decipher.el (decipher):
11848 * play/gomoku.el (gomoku-goto-xy):
11849 * play/landmark.el (lm-goto-xy):
11850 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
11851 (mpuz-paint-digit):
11852 Use forward-line, not goto-line.
11853
11854 * mail/rmail.el (rmail-obsolete): Delete custom group.
11855 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
11856 (rmail-remote-password, rmail-remote-password-required):
11857 Remove unneeded :set-after and :set properties.
11858
11859 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
11860
11861 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
11862
11863 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
11864
11865 * loadup.el: Remove leftover macos code.
11866
11867 * vc-git.el (vc-git-annotate-command): Run asynchronously.
11868 Explicitly pass the date format to git blame so that user local
11869 so that the output format can be parsed.
11870
11871 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
11872
11873 * net/dbus.el (top): Don't check for (getenv
11874 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
11875
11876 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
11877
11878 * log-edit.el (log-edit-strip-single-file-name): New var.
11879 (log-edit-insert-changelog): Use it. Bug#3571
11880
11881 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11882
11883 * subr.el (read-passwd): Use read-key so keypad keys work as well.
11884 Bug#3287
11885
11886 * help.el (help-print-return-message): Rename from
11887 print-help-return-message.
11888
11889 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
11890 cvs-mode-map parent hack.
11891 (log-view-mode): Derive from special-mode.
11892
11893 * linum.el (linum-mode): window-size-change-functions is redundant.
11894 Adapt to new window-configuration-change-hook behavior.
11895 (linum-after-size, linum-after-config): Remove.
11896
11897 * imenu.el (imenu-example--name-and-position)
11898 (imenu-example--lisp-extract-index-name)
11899 (imenu-example--create-lisp-index, imenu-example--create-c-index):
11900 Mark as obsolete.
11901
11902 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
11903 (inferior-prolog-mode): Use it.
11904 (inferior-prolog-load-file): Reset list of errors.
11905
11906 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11907
11908 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
11909
11910 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
11911
11912 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
11913
11914 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
11915 is running already.
11916
11917 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11918
11919 * subr.el (listify-key-sequence-1): Use normal syntax since those
11920 integers are nowadays always represented by the same (positive) number
11921 on all platforms.
11922 (read-key-empty-map): New const.
11923 (read-key-delay): New var.
11924 (read-key): New function.
11925 (force-mode-line-update): Use with-current-buffer.
11926 (locate-user-emacs-file): Don't forget to abbreviate the file name.
11927 (start-process-shell-command, start-file-process-shell-command):
11928 Discourage the use of command-args.
11929
11930 2009-08-19 Glenn Morris <rgm@gnu.org>
11931
11932 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
11933
11934 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11935
11936 * simple.el (choose-completion-string): Don't rely on
11937 minibuffer-completing-file-name and ad-hoc checks to decide whether
11938 to continue completion or not.
11939
11940 * minibuffer.el (minibuffer-hide-completions): New function.
11941 (completion--do-completion): Use it.
11942 (completions-annotations): New face.
11943 (completion--insert-strings): Use it.
11944 (completion-pcm--delim-wild-regex): Add docstring.
11945 (completion-pcm--string->pattern): Add support for 0-width delimiters
11946 in completion-pcm--delim-wild-regex.
11947
11948 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
11949
11950 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
11951 Remove unused var `buffer-modified-p'.
11952
11953 * minibuffer.el (completion--do-completion): Move point for the #b001
11954 case as well (bug#4176).
11955 (minibuffer-complete, minibuffer-complete-word): Don't move point.
11956
11957 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
11958
11959 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
11960 and :session buses.
11961
11962 2009-08-18 Kenichi Handa <handa@m17n.org>
11963
11964 * international/ucs-normalize.el (ucs-normalize-version):
11965 Change to 1.1.
11966 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
11967 (utf-8-hfs): Make it perform normalization on encoding too.
11968
11969 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
11970 (sentence-end-without-space): Delete duplicated chars.
11971 (sentence-end-base): Likewise.
11972
11973 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
11974 (html-mode): Delete duplicated chars from sentence-end-base.
11975
11976 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
11977 (texinfo-mode): Delete duplicated chars from sentence-end-base.
11978
11979 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
11980
11981 * files.el (hack-one-local-variable): If the mode function is for
11982 a minor mode, pass it an argument (Bug#4148).
11983
11984 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
11985
11986 * net/tramp.el (tramp-register-completion-file-name-handler):
11987 Check also for (member 'partial-completion completion-styles).
11988
11989 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
11990
11991 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
11992 abbrev (Bug#3943).
11993
11994 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
11995
11996 * progmodes/cperl-mode.el: Merge upstream 6.2.
11997 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
11998 (cperl-forward-re): Check cperl-brace-recursing.
11999 (cperl-highlight-charclass): New function.
12000 (cperl-find-pods-heres): Use it.
12001 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
12002 (cperl-beautify-regexp-piece): Fix column calculation.
12003 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
12004 (cperl-beautify-level): Don't process entire regexp.
12005 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
12006 calling man.
12007 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
12008 (cperl-init-faces): Build a list in the normal way.
12009
12010 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
12011
12012 * calendar/parse-time.el (parse-time-string-chars): Save match
12013 data.
12014
12015 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
12016
12017 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
12018 (sql-product): Use it.
12019 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
12020 (sql-set-product): Add completion.
12021 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
12022 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
12023 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
12024 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
12025 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
12026 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
12027 (sql-highlight-db2-keywords): Remove.
12028 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
12029 (sql-highlight-product): Use derived-mode-p.
12030 (sql-set-sqli-buffer): Use with-current-buffer.
12031 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
12032 Simplify.
12033
12034 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
12035
12036 * term.el: Fix commenting convention, turn comments into docstrings.
12037
12038 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
12039
12040 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
12041
12042 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
12043
12044 * calendar/parse-time.el (parse-time-string-chars): Compute using
12045 character classes, to handle non-ascii characters (Bug#3190).
12046
12047 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
12048
12049 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
12050 another heredoc if the user adds another < (Bug#3226).
12051
12052 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12053 Don't initialize based on window-system (Bug#4124).
12054
12055 * facemenu.el (facemenu-read-color): Use a completion function
12056 that accepts any defined color, such as RGB triplets (Bug#3677).
12057
12058 * files.el (get-free-disk-space): Change fallback default
12059 directory to /. Expand DIR argument before switching to fallback.
12060 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
12061
12062 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
12063
12064 * files.el (load-library): Doc fix.
12065
12066 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
12067
12068 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
12069 (viper-if-string): Redefine C-s in the minibuffer to insert the last
12070 incremental search string.
12071
12072 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
12073 XEmacs.
12074
12075 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
12076 (ediff-merge-region-is-non-clash)
12077 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
12078 Also check if the job is really a merge job.
12079
12080 * ediff.el (ediff-current-file): New function.
12081
12082 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
12083
12084 * progmodes/js.el: Edit docstrings throughout to follow Emacs
12085 conventions.
12086 (js-insert-and-indent): Delete function.
12087 (js-mode-map): Don't bind keys to js-insert-and-indent.
12088 (js-beginning-of-defun): Rename from js--beginning-of-defun.
12089 (js-end-of-defun): Rename from js--end-of-defun.
12090 (js-auto-indent-flag): Delete variable.
12091
12092 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
12093
12094 * progmodes/js.el: Remove proclaim statement.
12095 Defvar which-func-imenu-joiner-function to silence compiler.
12096
12097 * files.el (auto-mode-alist): Use js-mode for .js files.
12098
12099 * progmodes/js2-mode.el: Remove file.
12100
12101 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
12102
12103 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
12104
12105 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
12106
12107 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
12108 Karl Landstrom <karl.landstrom@brgeight.se>
12109
12110 * progmodes/js.el: New file.
12111
12112 2009-08-14 Mark A. Hershberger <mah@everybody.org>
12113
12114 * timezone.el (timezone-parse-date): Add ability to understand ISO
12115 basic format (minimal separators) dates in addition to the
12116 already-supported extended format dates.
12117
12118 2009-08-14 Eli Zaretskii <eliz@gnu.org>
12119
12120 * international/ucs-normalize.el: Add a `coding' file variable.
12121
12122 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
12123
12124 2009-08-14 Sam Steingold <sds@gnu.org>
12125
12126 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12127
12128 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
12129
12130 * faces.el (help-argument-name): Define it here instead of
12131 help-fns.el, because in daemon mode help-fns.el may be loaded when
12132 faces are still uninitialized (Bug#1078).
12133
12134 * help-fns.el (help-argument-name): Move defface to faces.el.
12135
12136 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
12137
12138 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
12139 create buffer with a pty but no process so that GDB can make the
12140 inferior the controlling process.
12141
12142 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
12143
12144 * international/ucs-normalize.el: New file.
12145
12146 2009-08-13 Richard Stallman <rms@gnu.org>
12147
12148 * mail/rmail.el (rmail-get-attr-names):
12149 Accept an attribute header that is too short.
12150
12151 * mail/rmail.el (rmail-forget-messages):
12152 Ignore nil elt in rmail-message-vector. Use dotimes.
12153
12154 * progmodes/compile.el (compilation-goto-locus):
12155 Use next-error-move-function.
12156
12157 * simple.el (next-error-move-function): New variable.
12158
12159 2009-08-12 Juri Linkov <juri@jurta.org>
12160
12161 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
12162 always non-nil. (Bug#4052)
12163
12164 * replace.el (read-regexp): Return empty string when
12165 `default-value' is nil.
12166 (keep-lines-read-args): Don't use empty string as the
12167 default value for `read-regexp'. (Bug#2495)
12168
12169 2009-08-12 Juri Linkov <juri@jurta.org>
12170
12171 * international/mule-cmds.el (ucs-insert): Change arguments
12172 from `arg' to `character', `count', `inherit' to be the same
12173 as in `insert-char'. Doc fix. (Bug#4039)
12174
12175 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
12176
12177 2009-08-12 Juri Linkov <juri@jurta.org>
12178
12179 * files-x.el: New file.
12180
12181 * files.el: Move code that deals with adding/deleting
12182 file/directory-local variables to files-x.el.
12183
12184 * Makefile.in (ELCFILES): Add files-x.elc.
12185
12186 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
12187
12188 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
12189 to use `goto-line'.
12190 (gdb-place-breakpoints, gdb-get-location): Rewritten without
12191 `goto-line'.
12192 (gdb-invalidate-disassembly): Do not refresh upon receiving
12193 'update signal. Instead, update all disassembly buffers only after
12194 threads list.
12195 (gdb): Send -target-detach when buffer is killed (Bug#3794).
12196 (gdb-starting): Moved -data-list-register-names...
12197 (gdb-stopped): ...here so it's sent when first thread stops.
12198 (gdb-registers-handler-custom): Do nothing if register names are
12199 unknown yet.
12200
12201 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
12202 from `gdb-mi.el' to avoid extra tangling.
12203
12204 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
12205 change which breaks `gud-def' definitions used in `gdb'.
12206 (gdb-update-gud-running): No extra fuss for updating frame number.
12207
12208 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
12209
12210 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
12211 (describe-language-environment-map, setup-language-environment-map)
12212 (set-coding-system-map): Move initialization into declaration.
12213 (set-language-info-alist): Last arg to define-key-after can be skipped.
12214
12215 * international/quail.el (quail-completion-1): Simplify.
12216 (quail-define-rules): Use slightly more compact code.
12217 (quail-insert-decode-map): Propertize keys, compact columns.
12218
12219 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12220 Add goto-line.
12221
12222 2009-08-10 Miles Bader <miles@gnu.org>
12223
12224 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
12225 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
12226 (js2-instance-member, js2-private-member, js2-private-function-call)
12227 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
12228 (js2-magic-paren, js2-external-variable):
12229 Remove "-face" suffix from face names.
12230 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
12231 (js2-highlight-undeclared-vars, js2-peek-token)
12232 (js2-parse-function-params, js2-mode-show-errors)
12233 (js2-mode-show-warnings, js2-make-magic-delimiter)
12234 (js2-mode-highlight-magic-parens): Update to use new face names.
12235
12236 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
12237
12238 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
12239 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
12240
12241 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
12242
12243 * subr.el: Provide hashtable-print-readable.
12244
12245 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
12246 hs-c-like-adjust-block-beginning.
12247 (hs-hide-block-at-point): Stop hiding at the beginning of
12248 hs-block-end-regexp (Bug#700).
12249
12250 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
12251
12252 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
12253 a macro.
12254 (gdb-registers-handler-custom): Do not fail when register names
12255 are unavailable.
12256
12257 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
12258
12259 * progmodes/gdb-mi.el (gdb-control-all-threads)
12260 (gdb-control-current-thread): Interactive setters for
12261 `gdb-gud-control-all-threads' to use in menu.
12262 (gdb-show-run-p): Show «Go» when process is not active.
12263 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
12264 gud/thread.xpm and gud/all.xpm.
12265
12266 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
12267
12268 * net/net-utils.el (net-utils-font-lock-keywords): New var.
12269 (nslookup-font-lock-keywords): Make it a variable.
12270 (net-utils-mode): New mode for viewing diagnostic network output.
12271 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
12272 (net-utils-run-simple): New function.
12273 (ifconfig, iwconfig, netstat, arp, route): Use it.
12274
12275 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
12276
12277 * progmodes/gdb-mi.el (gdb-read-memory-custom)
12278 (gdb-memory-set-address, def-gdb-set-positive-number)
12279 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
12280 after changing settings.
12281 (gdb-invalidate-disassembly): Update when first shown.
12282 (gdb-edit-locals-value): Fixed.
12283 (gdb-registers-handler-custom): Print registers in right order and
12284 allow changing register values (only for current thread yet).
12285 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
12286 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
12287 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
12288 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
12289 info in mode name.
12290 (gdb-registers-mode-map): TAB to switch to locals.
12291
12292 2009-08-08 Eli Zaretskii <eliz@gnu.org>
12293
12294 * mail/rmail.el (rmail-add-mbox-headers)
12295 (rmail-set-message-counters-counter): Search for
12296 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
12297
12298 2009-08-08 Glenn Morris <rgm@gnu.org>
12299
12300 * Makefile.in (ELCFILES): Update.
12301
12302 2009-08-07 Eli Zaretskii <eliz@gnu.org>
12303
12304 * mail/sendmail.el (mail-yank-original): Set
12305 buffer-file-coding-system from the one used by the message whose
12306 text is yanked.
12307
12308 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
12309 to "windows" when "pgnuplot" is used.
12310 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
12311 call accept-process-output if "pgnuplot" is used.
12312 (calc-graph-init): Don't send -display and -geometry to
12313 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
12314 running "pgnuplot -V" with shell-command-to-string.
12315
12316 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
12317 the default.
12318
12319 2009-08-07 Eli Zaretskii <eliz@gnu.org>
12320
12321 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
12322 org/org-latex.elc.
12323
12324 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
12325
12326 * vc-dispatcher.el (vc-resynch-window): Update comment.
12327
12328 * term.el (term-handle-ansi-escape): Add comments with the
12329 terminfo capabilities implemented.
12330
12331 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
12332
12333 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
12334 (gdb-var-create-handler): Rewritten using JSON parser.
12335 (gdb-propertize-header): Moved earlier.
12336 (gdb-set-header): Removed to avoid duplication.
12337 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
12338 Refresh disassembly buffers only after threads list have been
12339 update.
12340 (gdb-threads-header, gdb-registers-header): Per-buffer header line
12341 variables.
12342
12343 2009-08-04 Juri Linkov <juri@jurta.org>
12344
12345 * files.el: Commands to add/delete file/directory-local variables.
12346 (read-file-local-variable, read-file-local-variable-value)
12347 (read-file-local-variable-mode, modify-file-local-variable)
12348 (modify-file-local-variable-prop-line)
12349 (modify-dir-local-variable): New functions.
12350 (add-file-local-variable, delete-file-local-variable)
12351 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
12352 (add-dir-local-variable, delete-dir-local-variable)
12353 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
12354 (copy-dir-locals-to-file-locals-prop-line): New commands.
12355
12356 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
12357
12358 * abbrev.el (insert-abbrev-table-description): Prettify output.
12359 Suggested by Karl Chen.
12360
12361 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
12362
12363 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
12364 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
12365 (gdb-overlay-arrow-position, gdb-thread-position)
12366 (gdb-disassembly-position): Declare variables.
12367 (gdb-wait-for-pending): Function now.
12368 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
12369 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
12370 compilation goes smoothly.
12371 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
12372 (gdb-non-stop-setting): New customization setting which replaces
12373 `gdb-non-stop' so changing it doesn't break active GDB session.
12374 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
12375 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
12376 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
12377 (gdb-show-threads-by-default): New customization options.
12378 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
12379 routines.
12380 (gdb-get-buffer-create): Send buffers update signal when they are
12381 created.
12382 (gdb-invalidate-locals, gdb-invalidate-registers)
12383 (gdb-invalidate-breakpoints)
12384 (gdb-invalidate-threads, gdb-invalidate-disassembly)
12385 (gdb-invalidate-memory): Accept update signal.
12386 (gdb-current-context-command): Use --frame option.
12387 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
12388 Implement `gdb-frame-number' selection logic.
12389 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
12390 whether to show GUD toolbar buttons.
12391 (gdb-thread-exited): Unselect current thread when it exits.
12392 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
12393 (gdb-mark-line): Routine which sets overlay arrow or inverses
12394 video on fringeless displays.
12395 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
12396 to build aligned columns of data in GDB buffers and set text
12397 properties line-by-line.
12398 (gdb-invalidate-breakpoints)
12399 (gdb-breakpoints-list-handler-custom)
12400 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
12401 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
12402 (gdb-registers-handler-custom): Align data columns.
12403 (gdb-locals-handler-custom): Now prints data like in variable
12404 declarations.
12405 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
12406 Removed confusing buttons.
12407 (gdb-invalidate-threads): Append --frame.
12408 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
12409 between breakpoints/threads buffers.
12410 (gdb-set-window-buffer): Now can ignore dedicated windows.
12411 (gdb-propertize-header): Use `gdb-set-window-buffer'.
12412 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
12413 (def-gdb-thread-buffer-gud-command): Replaces
12414 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
12415 for fine thread control.
12416 (gdb-preempt-existing-or-display-buffer): New function used to
12417 display bound buffers without breaking window layout.
12418 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
12419 (gdb-select-frame): New version of `gdb-frames-select' which now
12420 sets `gdb-frame-number' so commands may use --frame option instead
12421 of inner debugger state.
12422 (gdb-frame-handler): Do not set `gdb-frame-number'.
12423 (gdb-threads-mode-map): Select threads with mouse.
12424
12425 * progmodes/gud.el (gdb-gud-context-call): Declare function to
12426 avoid compilation warning.
12427 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
12428 `gdb-show-stop-p`.
12429
12430 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
12431 Argument `key' renamed to `buffer-type'.
12432 (gdb-current-context-buffer-name): Do not add thread info to
12433 buffer name when no thread is selected.
12434 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
12435 command (bug 3794).
12436 (gdb-thread-selected): Handle `=thread-selected' notification.
12437 (gdb-wait-for-pending): New macro to deal with congestion problems.
12438 (gdb-breakpoints-list-handler-custom): Don't fail on pending
12439 breakpoints.
12440 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
12441 This fixes problem similar to one described in bug 3947.
12442 (gud-menu-map): More menu items.
12443 (gdb-init-1): Reset `gdb-thread-number' to nil.
12444
12445 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
12446 non-stop settings.
12447
12448 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
12449 (gdb-current-context-command): Do not append --thread if
12450 `gdb-thread-number' is nil.
12451 (gdb-running-threads-count, gdb-stopped-threads-count): New
12452 variables.
12453 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
12454 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
12455 customization options.
12456 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
12457 GUD commands.
12458 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
12459 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
12460 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
12461 set `gdb-thread-number' and update `gud-running' properly.
12462 (gdb-running): Update threads list when new threads appear.
12463 (gdb-stopped): Support non-stop operation and new thread switching
12464 logic.
12465 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
12466 (gdb-json-partial-output): New set of JSON routines.
12467 (def-gdb-auto-update-trigger): New `signal-list' optional
12468 argument.
12469 (gdb-thread-list-handler-custom): Update `gud-running',
12470 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
12471 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
12472 (gdb-continue-thread, gdb-step-thread): New commands for fine
12473 thread execution control.
12474 (gud-menu-map): New menu items to switch non-stop options.
12475 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
12476 (gdb-send): Mimic RET properly (bug 3794).
12477
12478 * progmodes/gdb-mi.el (gdb-rules-name-maker)
12479 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
12480 gdb-buffer-rules.
12481 (def-gdb-auto-update-handler): New nopreserve optional argument.
12482 (gdb-stack-list-frames-custom): Print stack from top to bottom.
12483
12484 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
12485 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
12486 (gdb-parent-mode): New mode to derive other GDB modes from.
12487 (gdb-display-disassembly-for-thread)
12488 (gdb-frame-disassembly-for-thread): New commands for threads
12489 buffer.
12490
12491 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
12492 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
12493 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
12494 (gdb-update): We now store all GDB buffers in a list so that they
12495 can be updated by traversing a list instead of calling invalidate
12496 triggers explicitly.
12497 (def-gdb-trigger-and-handler): New macro to define trigger-handler
12498 pair for GDB buffer.
12499 (gdb-stack-buffer-name): Add thread information.
12500 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
12501 handle pending triggers.
12502 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
12503 (def-gdb-thread-buffer-simple-command)
12504 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
12505 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
12506 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
12507 New commands which show buffers bound to thread.
12508 (gdb-stack-list-locals-regexp): Removed unused regexp.
12509
12510 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
12511 (gdb-locals-buffer-name, gdb-registers-buffer-name)
12512 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
12513 to (gud-comint-buffer) in *-buffer-name functions
12514 because (gdb-get-target-string) already does that.
12515 (gdb-locals-handler-custom, gdb-registers-handler-custom)
12516 (gdb-changed-registers-handler): Rewritten without regexps.
12517
12518 * progmodes/gdb-mi.el: Basic thread selection support.
12519 (gdb-thread-number): New variable.
12520 (gdb-current-context-command): New macro which adds --thread
12521 option to command.
12522 (gdb-threads-mode-map): Select thread with SPC.
12523 (gdb-thread-list-handler-custom): Mark current thread with overlay
12524 arrow. Synchronize GDB thread and Emacs thread.
12525 (gdb-select-thread): New command which selects current thread.
12526 (gdb-invalidate-frames, gdb-invalidate-locals)
12527 (gdb-invalidate-registers): Use --thread option.
12528
12529 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
12530
12531 * net/tramp.el (top): Make check for tramp-gvfs loading more
12532 robust. (Bug#3977)
12533 (tramp-handle-insert-file-contents): `unwind-protect' must be
12534 inside `with-parsed-tramp-file-name'.
12535
12536 * net/tramp-gvfs.el (top): Remove superfluous message when loading
12537 fails.
12538
12539 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
12540
12541 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
12542 directory if CLASSPATH is not set.
12543
12544 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
12545
12546 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
12547 New defconst.
12548 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
12549
12550 2009-08-02 Kevin Ryde <user42@zip.com.au>
12551
12552 * net/newst-backend.el (newsticker--raw-url-list-defaults):
12553 Update freshmeat link. Delete newsforge.com as it seems gone.
12554
12555 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
12556
12557 * select.el (x-set-selection): Doc fix (Bug#4021).
12558
12559 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
12560
12561 * help-fns.el (describe-variable): Treat list return values from
12562 dir-locals-find-file properly (Bug#4005).
12563
12564 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
12565
12566 * net/tramp.el (tramp-debug-message): Print also microseconds.
12567
12568 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
12569
12570 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
12571 or END is non-nil.
12572 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
12573 (tramp-get-debug-buffer): Change `outline-regexp' according to new
12574 format.
12575
12576 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
12577 (tramp-get-file-property): Use it.
12578
12579 * autorevert.el (auto-revert-handler): Allow
12580 `auto-revert-tail-mode' for remote files.
12581
12582 2009-08-02 Jason Rumney <jasonr@gnu.org>
12583
12584 * minibuffer.el (read-file-name): Treat confirm options to
12585 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
12586
12587 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
12588
12589 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
12590 (font-lock-variable-name-face, font-lock-constant-face): Darken
12591 the colors for light backgrounds.
12592
12593 2009-08-01 Eli Zaretskii <eliz@gnu.org>
12594
12595 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
12596 month names. (Bug#3987)
12597
12598 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
12599
12600 * simple.el (line-move-finish): Pass whole number to
12601 line-move-to-column.
12602 (line-move-visual): Perform hscroll to the recorded position.
12603
12604 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
12605
12606 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
12607
12608 2009-07-29 Alan Mackenzie <acm@muc.de>
12609
12610 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
12611
12612 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
12613
12614 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
12615 (gdb-place-breakpoints): Use full path when setting breakpoints.
12616
12617 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
12618
12619 * calc/calc.el (calc-mode-map): Add keybinding for
12620 `calc-transpose-lines'.
12621
12622 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
12623
12624 * calc/calc-misc.el (calc-transpose-lines): New function.
12625
12626 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
12627
12628 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
12629 Simplify check for out-of-band methods.
12630 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
12631 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
12632
12633 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
12634
12635 * vc-git.el (vc-git-checkin): Fix typo.
12636
12637 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
12638
12639 * progmodes/js2-mode.el: New file.
12640
12641 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
12642
12643 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
12644 (gud-menu-map): Adjust tooltip accordingly.
12645
12646 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12647
12648 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
12649 (vc-bzr-log-view-mode): Adjust log-view-file-re.
12650
12651 * add-log.el (change-log-mode-map): Add a menu.
12652
12653 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
12654
12655 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
12656 function returns nil.
12657 (dbus-handle-event): Handle special return value :ignore.
12658 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
12659
12660 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
12661
12662 * view.el (view-mode-enable): Don't define Helper-return-blurb if
12663 it's not needed.
12664
12665 2009-07-25 Eli Zaretskii <eliz@gnu.org>
12666
12667 Fix Bug#3888:
12668
12669 * w32-vars.el (x-select-enable-clipboard): Doc fix.
12670
12671 * term/pc-win.el (x-display-name, x-colors)
12672 (x-select-enable-clipboard, x-select-text): Doc fix.
12673
12674 * term/common-win.el (x-display-name, x-colors): Doc fix.
12675
12676 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
12677 (xw-defined-colors): Doc fix.
12678
12679 * w32-fns.el (x-select-text, x-setup-function-keys)
12680 (x-get-selection, x-set-selection): Doc fix.
12681
12682 * term/x-win.el (x-select-text, x-setup-function-keys)
12683 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
12684
12685 * select.el (x-set-selection): Doc fix.
12686
12687 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
12688
12689 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
12690 instead of "IsNSSSupportAvailable". Avahi ought to work also when
12691 "IsNSSSupportAvailable" method is not available. Reported by
12692 Steve Youngs <steve@sxemacs.org>.
12693
12694 2009-07-24 Kenichi Handa <handa@m17n.org>
12695
12696 * international/characters.el: Fix setting of category ?C, ?|, ?K,
12697 and ?H. Fix setting of case for Latin Extended and Greek Extended.
12698 (build-unicode-category-table): Fix range checks.
12699
12700 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
12701
12702 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
12703 the buffer we try to sync is current when calling
12704 vc-resynch-buffer.
12705
12706 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
12707 not show up to date files.
12708
12709 2009-07-24 Glenn Morris <rgm@gnu.org>
12710
12711 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
12712 Add autoload cookies. If necessary, initialize.
12713 (elint-log): Handle non-file buffers.
12714 (elint-initialize): Add optional argument to reinitialize.
12715 (elint-find-builtin-variables): Save excursion.
12716
12717 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
12718
12719 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12720 for Lint.
12721
12722 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12723
12724 * vc.el (vc-print-log-internal): New function, split out from ...
12725 (vc-print-log): ... here.
12726 (vc-dir-move-to-goal-column): Declare.
12727
12728 * vc-git.el (vc-git-add-signoff): New variable.
12729 (vc-git-checkin): Use it.
12730 (vc-git-toggle-signoff): New function.
12731 (vc-git-extra-menu-map): Bind it to menu.
12732 (vc-git--run-command-string): Accept a nil FILE argument.
12733 (vc-git-stash-list): New function.
12734 (vc-git-dir-extra-headers): Use it.
12735
12736 2009-07-23 Glenn Morris <rgm@gnu.org>
12737
12738 * help-fns.el (describe-variable): Describe ignored and risky local
12739 variables in a similar way to that in which we describe safe ones.
12740
12741 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
12742 (byte-compile-output-file-form, byte-compile-output-docform)
12743 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
12744 Give some more local variables with common names a "bytecomp-" prefix,
12745 so as not to shadow things during compilation.
12746 * emacs-lisp/cl-macs.el (load-time-value)
12747 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
12748 `outbuffer' to `bytecomp-outbuffer'.
12749
12750 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
12751 since the next two variables cover them automatically now.
12752 (elint-builtin-variables, elint-autoloaded-variables): New.
12753 (elint-unknown-builtin-args): Remove all members, since they can be
12754 parsed automatically now.
12755 (elint-extra-errors): New.
12756 (elint-env-add-env, elint-env-add-macro): Use cadr.
12757 (elint-current-buffer): Use or. Change final message.
12758 (elint-get-top-forms): Use line-end-position.
12759 (elint-init-env): Use cadr. Handle autoload, declare-function,
12760 and defalias.
12761 (elint-add-required-env): Doc fix. Use or. Standardize error.
12762 (regexp-assoc): Remove unused function.
12763 (elint-top-form): Set elint-current-pos, to record the start of the
12764 top-level form, for compilation-mode.
12765 (elint-form): Trap errors in macro expansion. Use dolist.
12766 (elint-unbound-variable): Use elint-builtin-variables and
12767 elint-autoloaded-variables.
12768 (elint-get-args): Use cadr, or.
12769 (elint-check-cond-form): Use dolist, cadr.
12770 (elint-check-condition-case-form): Doc fix. Use cadr.
12771 Use elint-extra-errors.
12772 (elint-log): New function.
12773 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
12774 Distinguish errors and warnings.
12775 (elint-log-message): Use with-current-buffer. Inhibit read-only.
12776 Use a bytecomp-style format.
12777 (elint-clear-log): Preserve default-directory. Inhibit read-only.
12778 (elint-get-log-buffer): Use compilation mode. Disable undo.
12779 Don't truncate lines.
12780 (elint-initialize): Set builtin and autoloaded variable lists.
12781 Only process elint-unknown-builtin-args if non-nil.
12782 (elint-find-builtin-variables, elint-find-autoloaded-variables):
12783 New functions.
12784 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
12785
12786 2009-07-22 Kevin Ryde <user42@zip.com.au>
12787
12788 * net/newst-backend.el (newsticker--parse-atom-1.0)
12789 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12790 (newsticker--parse-rss-1.0):
12791 * progmodes/idlwave.el (idlwave-mode):
12792 * progmodes/idlw-shell.el (idlwave-shell-mode):
12793 * progmodes/vera-mode.el (vera-mode):
12794 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
12795 * progmodes/vhdl-mode.el (vhdl-mode):
12796 * textmodes/table.el (table-generate-source)
12797 (table--warn-incompatibility):
12798 Hyperlink urls in docstrings with URL `...'.
12799
12800 2009-07-22 Glenn Morris <rgm@gnu.org>
12801
12802 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
12803 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
12804 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
12805 Remove leading * from defcustom docs.
12806
12807 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
12808
12809 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
12810 defcustom doc.
12811 (list-load-path-shadows): Optionally, just return shadows as a string.
12812
12813 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
12814
12815 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
12816
12817 * mail/rmailedit.el (rmail-edit-mode): Use
12818 auto-save-include-big-deletions.
12819
12820 * mail/rmail.el (rmail-variables): Use
12821 auto-save-include-big-deletions.
12822
12823 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
12824 changes.
12825
12826 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
12827
12828 * calc/calc.el (calc-undo-length): New variable.
12829 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
12830
12831 2009-07-21 Richard Stallman <rms@gnu.org>
12832
12833 * files.el (auto-save-mode): Handle buffer-save-size = -2
12834 for toggling mode.
12835
12836 2009-07-21 Glenn Morris <rgm@gnu.org>
12837
12838 * textmodes/ispell.el (ispell-looking-back): Update declaration.
12839
12840 * calendar/todo-mode.el (calendar-current-date): Update declaration.
12841
12842 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
12843 silence compiler. Instead...
12844 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
12845 (ps-print-ensure-fontified): Update for above function name changes.
12846
12847 * printing.el (pr-mh-get-msg-num, pr-mh-show)
12848 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
12849 silence compiler. Instead...
12850 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
12851 (mh-show-buffer): Only define for compiler.
12852 (pr-mh-current-message): Update for above function name changes.
12853
12854 * files.el (abort-if-file-too-large): Explicitly pass `filename'
12855 as an argument.
12856 (find-file-noselect, insert-file-1): Update for above change.
12857
12858 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
12859
12860 * mail/mailclient.el (mailclient-send-it): Fix message.
12861
12862 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
12863 (edebug-eval): Check cl-debug-env is bound.
12864 (print-level, print-circle): Don't redefine built-in variables.
12865
12866 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
12867 (custom-print-vectors): Remove old comments from doc.
12868
12869 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
12870 (emerge-version): Make the variable an obsolete alias for the
12871 emacs-version variable. Make the function obsolete.
12872 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
12873 Emerge options, rather than merging in into the main Options menu.
12874 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
12875 and auto advance modes. Disable edit/fast items when not relevant.
12876
12877 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
12878
12879 * term/vt420.el (terminal-init-vt420): Fix typo.
12880
12881 2009-07-20 Sam Steingold <sds@gnu.org>
12882
12883 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
12884 variable (removed from compile.el on 2004-03-11).
12885
12886 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
12887
12888 * files.el (hack-local-variables-filter): Fix last change.
12889
12890 2009-07-19 Juri Linkov <juri@jurta.org>
12891
12892 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
12893 (dir-local-variables-alist): New buffer-local variable.
12894 (hack-local-variables-filter): If variable is not dir-local,
12895 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
12896 because file-local overrides dir-local.
12897 (c-postprocess-file-styles) <declare-function>:
12898 Remove obsolete declaration.
12899 (hack-dir-local-variables): Add dir-local variable/value pair to
12900 `dir-local-variables-alist' and remove duplicates. Doc fix.
12901
12902 * help-fns.el (describe-variable): Add information about
12903 file-local and dir-local variables.
12904
12905 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
12906
12907 * files.el (hack-local-variables-filter): Rewrite.
12908
12909 2009-07-19 Glenn Morris <rgm@gnu.org>
12910
12911 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
12912 Silence compiler by only defining on XEmacs.
12913
12914 * international/mule.el (auto-coding-regexp-alist): Only match
12915 BABYL... at the start of buffer, not of lines. (Bug#3790)
12916
12917 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
12918 non-calendar buffers (Bug#3862). Restore "not on a date" message.
12919 (cal-menu-context-mouse-menu): Doc fix.
12920
12921 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
12922
12923 * simple.el (mail-user-agent): Doc fix. Set :version tag.
12924
12925 2009-07-18 Juri Linkov <juri@jurta.org>
12926
12927 * info.el: Virtual Info keyword finder.
12928 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
12929 (Info-finder-file): New variable.
12930 (Info-finder-find-file): New function.
12931 (finder-known-keywords, finder-package-info)
12932 (find-library-name, lm-commentary): Use defvar and
12933 declare-function to silence compiler warnings.
12934 (Info-finder-find-node): New function.
12935 (info-finder): New command.
12936
12937 * subr.el (process-kill-buffer-query-function): New function.
12938 (add-hook)<kill-buffer-query-functions>: Add hook
12939 `process-kill-buffer-query-function'.
12940
12941 2009-07-18 Alan Mackenzie <acm@muc.de>
12942
12943 * progmodes/cc-mode.el (c-before-hack-hook)
12944 (c-postprocess-file-styles): Give invocation of `c-set-style'
12945 DONT-OVERRIDE parameter of t. Already set style variables will
12946 thus not be overridden by style settings given by `c-file-syle'.
12947
12948 * files.el (hack-local-variables-filter): Remove entries with
12949 duplicate keys from `file-local-variables-alist'.
12950
12951 2009-07-18 Eli Zaretskii <eliz@gnu.org>
12952
12953 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
12954 x-set-selection if display-selections-p returns nil for the
12955 current frame.
12956
12957 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
12958
12959 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
12960
12961 2009-07-18 Eli Zaretskii <eliz@gnu.org>
12962
12963 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
12964 Accept nil in addition to a regexp.
12965 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
12966 Accept nil in addition to a regexp.
12967 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
12968 buffers that have an associated file. Handle nil values of
12969 desktop-buffers-not-to-save and desktop-files-not-to-save.
12970 (Bug#3833)
12971
12972 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12973 (x-disown-selection-internal): New functions.
12974
12975 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
12976
12977 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
12978 warning.
12979 (gdb-breakpoints-header): Move forward to avoid compiler warning.
12980 (gdb-make-header-line-mouse-map): Remove duplicate definition.
12981
12982 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
12983
12984 * simple.el (set-mark): Revert last change.
12985
12986 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
12987
12988 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
12989 rendering of pngs is not possible instead of messaging a long
12990 description.
12991
12992 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
12993
12994 * w32-fns.el (x-selection-owner-p): New function.
12995
12996 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
12997 (mouse-yank-at-click, mouse-yank-primary): If
12998 select-active-regions is non-nil, deactivate the mark before
12999 insertion.
13000
13001 * simple.el (deactivate-mark, set-mark): Only save selection if we
13002 own it.
13003
13004 2009-07-17 Kenichi Handa <handa@m17n.org>
13005
13006 * case-table.el (describe-buffer-case-table): Fix for the case
13007 that KEY is a cons.
13008
13009 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
13010
13011 * vc-rcs.el (vc-rcs-find-file-hook):
13012 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
13013
13014 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
13015
13016 * net/tramp.el (tramp-wait-for-output): Handle the case when
13017 commands do not return a newline but a null byte before the shell
13018 prompt. (Bug#3858)
13019
13020 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13021
13022 * term/ns-win.el (ns-set-alpha): Don't declare.
13023 (ns-set-background-alpha): Remove function.
13024
13025 2009-07-16 Kevin Ryde <user42@zip.com.au>
13026
13027 * emacs-lisp/copyright.el (copyright-update): Save match-data across
13028 y-or-n-p, for safety.
13029
13030 2009-07-16 Richard Stallman <rms@gnu.org>
13031
13032 * files.el (auto-save-mode): If buffer-saved-size is -2,
13033 don't clobber it.
13034
13035 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
13036 (rmail-retry-ignored-headers): Add more uninteresting fields.
13037
13038 2009-07-15 Jari Aalto <jari.aalto@cante.net>
13039
13040 * net/rcirc.el (rcirc): Use history variables.
13041 (rcirc-server-name-history, rcirc-nick-name-history)
13042 (rcirc-server-port-history): New variables.
13043
13044 2009-07-15 Kenichi Handa <handa@m17n.org>
13045
13046 * international/mule-cmds.el (set-language-environment-charset):
13047 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
13048 ignore them.
13049
13050 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
13051 Delete unibyte-display.
13052
13053 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
13054
13055 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
13056
13057 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
13058
13059 * simple.el (deactivate-mark): Optional argument FORCE.
13060 (set-mark): Use deactivate-mark.
13061
13062 * info.el (Info-search): No need to check transient-mark-mode
13063 before calling deactivate-mark.
13064
13065 * select.el (x-set-selection): Doc fix.
13066 (x-valid-simple-selection-p): Allow buffer values.
13067 (xselect--selection-bounds): Handle buffer values. Suggested by
13068 David De La Harpe Golden.
13069
13070 * mouse.el (mouse-set-region, mouse-drag-track): Call
13071 copy-region-as-kill before setting the mark, to let
13072 select-active-regions work.
13073
13074 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
13075
13076 * simple.el (deactivate-mark): If select-active-regions is
13077 non-nil, copy the selection data into a string.
13078 (activate-mark): If select-active-regions is non-nil, set the
13079 selection to the current buffer.
13080 (set-mark): Update selection if select-active-regions is non-nil.
13081
13082 * select.el (x-valid-simple-selection-p): Allow buffer values.
13083
13084 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
13085
13086 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
13087 and more featureful message-mode.
13088
13089 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
13090
13091 * select.el (x-set-selection): Doc fix.
13092 (x-valid-simple-selection-p): Disallow selection data consisting
13093 of a list or cons of integers, since that is not used.
13094 (xselect--selection-bounds, xselect--int-to-cons): New functions.
13095 (xselect-convert-to-string, xselect-convert-to-length)
13096 (xselect-convert-to-filename, xselect-convert-to-charpos)
13097 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
13098
13099 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
13100
13101 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
13102 output in -break-info command (Emacs bug #3794).
13103
13104 2009-07-14 Glenn Morris <rgm@gnu.org>
13105
13106 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
13107 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
13108 (edebug-print-length, edebug-print-level, edebug-print-circle)
13109 (edebug-sit-for-seconds, edebug-view-outside)
13110 (edebug-bounce-point, edebug-set-global-break-condition)
13111 (edebug-Go-nonstop-mode, edebug-trace-mode)
13112 (edebug-Trace-fast-mode, edebug-continue-mode)
13113 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
13114 (edebug-visit-eval-list): Doc fixes.
13115
13116 * subr.el (def-edebug-spec): Doc fix.
13117
13118 2009-07-14 Kenichi Handa <handa@m17n.org>
13119
13120 * international/characters.el: Fix setting of category ?C.
13121
13122 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
13123
13124 * term/ns-win.el (x-select-font): defalias x-select-font to
13125 ns-popup-font-panel instead of generate-fontset-menu.
13126
13127 2009-07-12 Eli Zaretskii <eliz@gnu.org>
13128
13129 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
13130
13131 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
13132
13133 * arc-mode.el (archive-find-type): Allow for a PK00 string before
13134 the PK\003\004 header (Bug#3770).
13135
13136 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
13137
13138 * pcomplete.el (pcomplete-comint-setup): Check for
13139 shell-dynamic-complete-filename too.
13140
13141 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
13142
13143 * simple.el (temporary-goal-column): Change the value for
13144 line-move-visual to a cons cell.
13145 (line-move-visual): Record or set the window hscroll, if
13146 necessary (Bug#3494).
13147 (line-move-1): Handle cons value of temporary-goal-column.
13148
13149 2009-07-11 Kenichi Handa <handa@m17n.org>
13150
13151 * international/mule-diag.el (describe-character-set): Don't show
13152 width.
13153
13154 2009-07-10 Sam Steingold <sds@gnu.org>
13155
13156 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13157 Omake sometimes indents the errors it prints, so allow all
13158 regexps to start with spaces.
13159
13160 2009-07-10 Eli Zaretskii <eliz@gnu.org>
13161
13162 * cus-edit.el (customize-changed-options-previous-release):
13163 Bump value to 22.1. (Bug#3804)
13164
13165 2009-07-08 Sam Steingold <sds@gnu.org>
13166
13167 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
13168 to be a cons cell (test . ignored-directory) to selectively ignore
13169 some directories depending on the location of the search.
13170
13171 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
13172
13173 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
13174 remote user is root, on the local host.
13175 (tramp-local-host-p): Either the local user or the remote user
13176 must be root. (Bug#3771)
13177
13178 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
13179
13180 * progmodes/gdb-mi.el (gdb): Remove description of
13181 gdb-use-separate-io-buffer.
13182 (menu): Don't allow toggling of or enable
13183 gdb-use-separate-io-buffer from menubar.
13184
13185 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
13186
13187 * mail/unrmail.el (unrmail): Make sure the message ends with two
13188 newlines (Bug#3769).
13189
13190 2009-07-08 Glenn Morris <rgm@gnu.org>
13191
13192 * calendar/calendar.el (calendar-current-date): Rework previous change.
13193
13194 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
13195
13196 * calendar/calendar.el (calendar-current-date):
13197 Add an optional argument giving an offset from today.
13198
13199 2009-07-08 Glenn Morris <rgm@gnu.org>
13200
13201 * tutorial.el (tutorial--describe-nonstandard-key):
13202 Adjust the message for when a key has been unbound.
13203 (help-with-tutorial): Hide the arch-tag.
13204
13205 2009-07-08 Kenichi Handa <handa@m17n.org>
13206
13207 * international/fontset.el (setup-default-fontset): For each
13208 script, append (not set) font-specs.
13209
13210 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
13211 docstring.
13212
13213 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
13214
13215 * progmodes/gdb-mi.el (gdb-init-1): Move sending
13216 -data-list-register-names to ...
13217 (gdb-starting): ... here because GDB 7.0 requires execution to
13218 have started when using this MI command.
13219 (gdb-set-header): New function to distinguish select and
13220 unselected tabs in gdb buffers.
13221 (gdb-propertize-header): New macro that uses gdb-set-header.
13222 (gdb-breakpoints-header, gdb-locals-header): Use it.
13223 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
13224
13225 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
13226
13227 * Makefile.in (ELCFILES): Remove fadr.elc.
13228
13229 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
13230
13231 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
13232 may contain frame information, so `string-match' should be used.
13233 (gdb-update): Disassembly is invalidated through
13234 `gdb-get-selected-frame'.
13235 (gdb-pad-string): New function to pad string with spaces.
13236 (gdb-invalidate-disassembly): Invalidate only if the buffer
13237 exists.
13238 (gdb-disassembly-handler-custom): Column alignment.
13239 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
13240 placing new ones.
13241 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
13242 end of line, too.
13243 (gdb-frame-handler): Match convention to for disassembly buffer
13244 mode name.
13245 (gdb-stack-list-frames-handler): Rewritten without regexps.
13246 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
13247 not highlight breakpoints without line information.
13248 (gdb-input): Add trailing newline to command.
13249
13250 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
13251 buffer properly.
13252 (gdb-breakpoints-list-handler-custom): Replacement for
13253 `gdb-break-list-handler'. Using real parser instead of regexps
13254 now.
13255 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
13256 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
13257 to place breakpoints.
13258 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
13259 functions.
13260 (gdb-disassembly-handler-custom): Show overlay arrow.
13261 (gdb-disassembly-place-breakpoints): Show breakpoints in
13262 disassembly buffer.
13263 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13264 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
13265 instead of parsing breakpoints buffer. Fixed old menu references
13266 in `gud-menu-map'.
13267
13268 * fadr.el: Remove.
13269
13270 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
13271 (gdb-memory-address): New variable which holds top address of
13272 memory page shown in memory buffer.
13273 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
13274 customization variables.
13275 New functions:
13276 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
13277 display the memory buffer.
13278 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
13279 buffer display parameters.
13280 (def-gdb-memory-format, gdb-memory-format-binary)
13281 (gdb-memory-format-octal, gdb-memory-format-unsigned)
13282 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
13283 Functions for setting memory buffer format.
13284 (gdb-memory-unit-word, gdb-memory-unit-halfword)
13285 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
13286 unit size used in memory buffer.
13287 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
13288 to next/previous page of memory buffer.
13289 Now using (bindat-get-field) instead of fadr functions.
13290
13291 2009-07-07 Sam Steingold <sds@gnu.org>
13292
13293 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
13294 non-top-level files.
13295
13296 2009-07-07 Kenichi Handa <handa@m17n.org>
13297
13298 * international/mule-cmds.el (reset-language-environment): Put
13299 the highset priority to the charset iso-8859-1.
13300
13301 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
13302
13303 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
13304 to the end of the line when locating the block (Bug#700).
13305
13306 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
13307
13308 * net/tramp.el (tramp-handle-write-region): Flush file properties
13309 in case of short track.
13310
13311 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
13312
13313 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
13314 Coded custom representation of verilog error regular expressions
13315 to work with Emacs-22's new format.
13316 (verilog-error-regexp-xemacs-alist): Coded custom representation
13317 of verilog error regular expressions to work with XEmacs format.
13318 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
13319 error recognition into XEmacs.
13320 (verilog-error-regexp-add-emacs): Hook routine to install verilog
13321 error recognition into Emacs-22.
13322
13323 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
13324
13325 * woman.el: Remove stand-alone closing parentheses.
13326 (woman-file-name, woman2-format-paragraphs)
13327 (woman-leave-blank-lines): Code cleanup.
13328 (woman-use-own-frame): Change default to nil.
13329 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
13330 defaults to inherit from default faces.
13331 (woman2-process-escapes): Consume the newline after a stand-alone
13332 filler character (Bug#3651).
13333
13334 2009-07-06 Glenn Morris <rgm@gnu.org>
13335
13336 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
13337 (top-level): Move provide to the end.
13338 (ffap): Remove defunct URL from custom group.
13339
13340 * subr.el (eval-after-load): Doc fix.
13341
13342 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
13343
13344 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
13345 `calc-embedded-word' is called twice.
13346
13347 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13348
13349 * files.el (find-alternate-file-other-window, find-alternate-file):
13350 Obey confirm-nonexistent-file-or-buffer.
13351
13352 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
13353
13354 * dired-aux.el (dired-show-file-type): Handle remote files.
13355
13356 2009-07-05 Jari Aalto <jari.aalto@cante.net>
13357
13358 * desktop.el (desktop-globals-to-save):
13359 Add file-name-history (Bug#2750).
13360
13361 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
13362
13363 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
13364
13365 2009-07-04 Johan Bockgård <bojohan@gnu.org>
13366
13367 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
13368 property on entire argument since this is what eshell-lisp-command
13369 expects.
13370
13371 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
13372
13373 * net/tramp-gvfs.el (tramp-gvfs-methods)
13374 (tramp-gvfs-zeroconf-domain)
13375 (tramp-bluez-discover-devices-timeout): Add version flag.
13376 (tramp-gvfs-handler-mounted-unmounted)
13377 (tramp-gvfs-connection-mounted-p): Polish handling of
13378 incompatibilities between GVFS 0.2 and 1.0.
13379
13380 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
13381
13382 * cus-start.el (all): Add make-pointer-invisible.
13383
13384 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
13385
13386 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
13387 formatted correctly.
13388
13389 2009-07-02 Juri Linkov <juri@jurta.org>
13390
13391 * info.el: Virtual Info files and nodes.
13392 (Info-virtual-files, Info-virtual-nodes): New variables.
13393 (Info-current-node-virtual): New variable.
13394 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
13395 New functions.
13396 (Info-file-supports-index-cookies): Use Info-virtual-file-p
13397 to check for a virtual file instead of checking a fixed list
13398 of node names.
13399 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
13400 instead of ad-hoc processing of "dir" and (apropos history toc).
13401 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
13402 instead of ad-hoc processing of "dir" and (apropos history toc).
13403 Reread a file when moving from a virtual node.
13404 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
13405 (Info-directory-toc-nodes, Info-directory-find-file)
13406 (Info-directory-find-node): New functions.
13407 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
13408 (Info-history): Move part of code to
13409 `Info-history-find-node'.
13410 (Info-history-toc-nodes, Info-history-find-file)
13411 (Info-history-find-node): New functions.
13412 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
13413 (Info-toc): Move part of code to `Info-toc-find-node'.
13414 (Info-toc-find-node): New function.
13415 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
13416 the current Info file name to references because now the node
13417 "*TOC*" belongs to the same Info manual.
13418 (Info-toc-build): Rename from `Info-build-toc'.
13419 (Info-toc-nodes): Rename input argument `file' to `filename'.
13420 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
13421 instead of ad-hoc processing of ("dir" apropos history toc).
13422 (Info-index-nodes): Use Info-virtual-file-p
13423 to check for a virtual file instead of checking a fixed list
13424 of node names.
13425 (Info-index-node): Add check for `Info-current-node-virtual'.
13426 Raise `save-match-data' higher up the tree to contain
13427 `search-forward' too (bug fix).
13428 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
13429 (Info-virtual-index-nodes): New variable.
13430 (Info-virtual-index-find-node, Info-virtual-index): New functions.
13431 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
13432 (Info-apropos-file, Info-apropos-nodes): New variables.
13433 (Info-apropos-toc-nodes, Info-apropos-find-file)
13434 (Info-apropos-find-node, Info-apropos-matches): New functions.
13435 (info-apropos): Move part of code to `Info-apropos-find-node' and
13436 `Info-apropos-matches'.
13437 (Info-mode-map): Bind "I" to `Info-virtual-index'.
13438 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
13439 for a virtual file instead of checking a fixed list of node names.
13440
13441 * simple.el (async-shell-command): New command.
13442
13443 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
13444
13445 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
13446 instead of `mount-info'.
13447
13448 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
13449
13450 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
13451 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
13452
13453 2009-07-02 Kenichi Handa <handa@m17n.org>
13454
13455 * international/mule.el (set-keyboard-coding-system): Force *-unix
13456 coding-system to avoid eol conversion.
13457
13458 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
13459
13460 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13461 Add handler for `process-file', `shell-command' and
13462 `start-file-process'.
13463 (tramp-gvfs-handle-shell-command)
13464 (tramp-gvfs-handle-start-file-process)
13465 (tramp-gvfs-handle-process-file): New defuns.
13466 (tramp-synce-list-devices): Simplify check for existence of property.
13467
13468 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
13469
13470 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
13471
13472 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
13473
13474 * language/korean.el (set-language-info-alist): Add korean-cp949,
13475 cp949 to spec.
13476
13477 2009-07-01 Kenichi Handa <handa@m17n.org>
13478
13479 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
13480
13481 * international/encoded-kb.el: Deleted.
13482
13483 * international/mule.el (set-keyboard-coding-system): Perform the
13484 necessary setup here instead of calling encoded-kbd-setup-display.
13485
13486 2009-07-01 Glenn Morris <rgm@gnu.org>
13487
13488 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
13489
13490 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
13491
13492 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
13493
13494 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
13495
13496 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
13497 Handle also the 'rename case, when setting file modes. (Bug#3712)
13498 (tramp-default-file-modes): Remove execute permissions.
13499
13500 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
13501 (top): Add a default for "synce" in `tramp-default-user-alist'.
13502 Add completion function for "synce" method.
13503 (tramp-hal-service, tramp-hal-path-manager)
13504 (tramp-hal-interface-manager, tramp-hal-interface-device):
13505 New defconst.
13506 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
13507 (tramp-synce-list-devices, tramp-synce-parse-device-names):
13508 New defuns.
13509
13510 * net/trampver.el: Update release number.
13511
13512 2009-06-30 Kenichi Handa <handa@m17n.org>
13513
13514 * international/fontset.el (setup-default-fontset): Add CJK fonts
13515 for symbols and the other miscellaneous characters.
13516
13517 * language/korea-util.el (setup-korean-environment-internal):
13518 Make char-width-table suitable for Korean environments.
13519 (exit-korean-environment): Cancel above.
13520
13521 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
13522 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
13523 setup-function to make char-width-table suitable for respective
13524 environments, and an exit-function to cancel that.
13525
13526 * language/japan-util.el (setup-japanese-environment-internal):
13527 Call use-cjk-char-width-table with arg `ja_JP'.
13528
13529 * international/characters.el (cjk-char-width-table): Delete it.
13530 (cjk-char-width-table-list): New variable.
13531 (use-cjk-char-width-table): New arg local-name.
13532 (use-default-char-width-table): Fix for the case that Emacs is
13533 already using the default char-width-table.
13534
13535 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
13536
13537 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
13538 modes mandatory. (Bug#3712)
13539
13540 2009-06-29 Alan Mackenzie <acm@muc.de>
13541
13542 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
13543 correction between the visible width of TABs and their number of bytes.
13544
13545 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
13546
13547 * server.el (server-buffer-done): Prevent kill-buffer from
13548 prompting by clearing the buffer modification flag (Bug#3696).
13549
13550 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
13551
13552 * progmodes/verilog-mode.el (verilog-beg-of-statement)
13553 (verilog-endcomment-reason-re): Support unique case and priority case.
13554 (verilog-basic-complete-re): Support localparam lineup.
13555 (verilog-beg-of-statement-1): Fix for robustness, unique case.
13556 (verilog-set-auto-endcomments): Fix for unique case, always_comb
13557 commenting.
13558 (verilog-leap-to-case-head): Now support *nested* unique &
13559 priority case statements.
13560 (verilog-auto-lineup): Make just declarations the default (as it
13561 had been).
13562 (verilog-leap-to-case-head): Support priority/unique case statements.
13563 (verilog-auto-lineup): Rework to give users radio buttons to
13564 select the various styles of automatic lineup.
13565 (verilog-error-regexp-alist): Rework to support the XEmacs style
13566 of error regular expressions from compilers, lint tools &
13567 simulators. Note that GNU Emacs has made it impossible for a mode
13568 to load such things.
13569 (electric-verilog-terminate-line, verilog-indent-declaration)
13570 (verilog-auto-wiure): Rework for radio button selection of
13571 auto-lineup selection of specification of auto lineup.
13572 (verilog-beg-of-statement-1): Redesign to support proper operation
13573 in additional code, based on testing with auto-lineup.
13574 (verilog-calculate-indent, assignments & declarations)
13575 (verilog-backward-token): Enhance to support auto-lineup of
13576 assignments & declarations.
13577 (verilog-in-directive-p, verilog-at-struct-p): New function for
13578 easy test of whether we are.
13579 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
13580 to support safe execution at almost anyline.
13581 (verilog-calc-1): Properly support indenting deep inside generate
13582 blocks.
13583 (verilog-init-font): Remove definition & use of verilog-init-font,
13584 as it is redundant with font-lock-defaults.
13585 (verilog-mode): Alter the definition of verilog-font-lock-defaults
13586 to avoid circular calls if syntax-ppss is a function (as is the
13587 case now in 22.x GNU Emacs) as that function would sometimes call
13588 itself, leading to (nearly) infinite recursion.
13589 (verilog-ovm-begin-re, verilog-ovm-end-re)
13590 (verilog-ovm-statement-re, verilog-leap-to-head)
13591 (verilog-backward-token): Add support for OVM macros. Some are
13592 complete statements, and others open and close scopes like begin
13593 and end.
13594 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
13595 (verilog-defun-level-generate-only-re): Really fix the defun-list
13596 compilation issue.
13597 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
13598 coverpoint, constraint and cross statements.
13599 (verilog-defun-level-list, verilog-generate-defun-level-list)
13600 (verilog-all-defun-level-list): Redo these specifications - it is
13601 too hard to support eval-when compile aggregation of lists also
13602 built at when-compile time.
13603 (verilog-defun-level-list): Place defconsts of variables used in
13604 building regular expressions which are built in eval-when-compile
13605 bodies in the same eval-when-compile body to facilitate compile
13606 without load.
13607 (verilog-beg-block-re-ordered): Support indenting
13608 virtual/protected tasks and functions.
13609 (verilog-defun-level-list, verilog-in-generate-region-p)
13610 (verilog-backward-ws&directives, verilog-calc-1): Speed up
13611 indentation of some module items (generate items).
13612 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
13613 across virtual/protected tasks and functions.
13614
13615 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
13616
13617 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
13618 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
13619 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
13620 in concatenations. Reported by Yishay Belkind.
13621 (verilog-auto-ascii-enum): Support one-hot state machines in
13622 AUTOASCIIENUM. Suggested by Lloyd Gomez.
13623 (verilog-auto-inst, verilog-auto-inst-port): Include interface
13624 modport in AUTOINST and add vl-modport for users. Reported by
13625 David Rogoff.
13626 (verilog-auto-inout-module, verilog-auto-inst)
13627 (verilog-decls-get-interfaces, verilog-insert-definition)
13628 (verilog-insert-one-definition, verilog-read-decls)
13629 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
13630 (verilog-sig-modport, verilog-signals-combine-bus)
13631 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
13632 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
13633 Suggested by David Rogoff.
13634 (verilog-repair-open-comma): Fix non-insertion of comma when
13635 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
13636 (verilog-make-width-expression): Simplify [A-1:0] expression
13637 widths to just {A{1'b0}}.
13638 (verilog-mode): Cleanup checkdoc warnings.
13639 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
13640 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
13641 inputs/outputs or data type. Suggested by Vasu Kandadi.
13642 (next-error-last-buffer): Fix byte-compiler warning.
13643 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
13644 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
13645 or shell command text during AUTO expansion. Suggested by Tad Truex.
13646 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
13647 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
13648 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
13649 in AUTOINOUT. Reported by Matthew Lovell.
13650 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
13651 causing use of <= assignments. Reported by Alex Reed.
13652 (verilog-read-decls): Fix triand, trior, wand, wor to be
13653 recognized by AUTOWIRE. Reported by Spencer Isaacson.
13654 (verilog-extended-complete-re): Support import "DPI-C" functions.
13655 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
13656 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
13657 (verilog-insert-date, verilog-insert-year)
13658 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
13659 Windows systems. Reported by Michael Potts.
13660 (verilog-read-module-name): Fix AUTOINST when the child module
13661 declaration's name is a tick define. Reported by Elliot Mednick.
13662 (verilog-read-decls): Fix V2K parameter bit subscripts getting
13663 passed to next parameter's definition. Reported by Bruce T.
13664 (verilog-read-decls): Fix detecting "parameter int" when using
13665 AUTOINSTPARAM. Reported by Bruce T.
13666 (verilog-goto-defun): Fix goto not finding modules unless first
13667 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
13668 (verilog-mode): Expand -f flag arguments on entry to mode so
13669 verilog-goto-defun will work. Reported by Lawrence Butcher.
13670 (verilog-getopt): Expand environment variables in -f file
13671 arguments. Suggested by Lawrence Butcher.
13672 (verilog-set-define): Fix "Symbol's value as variable is void"
13673 when reading enumerations.
13674 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
13675 Suggested by Stephen Peltan.
13676 (verilog-read-defines): Fix reading of enumerations in include
13677 files. Reported by Steve Peltan.
13678
13679 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
13680
13681 * files.el (trash-directory): Fix defcustom type.
13682
13683 2009-06-28 Juri Linkov <juri@jurta.org>
13684
13685 * help-fns.el (describe-function-1): Correctly locate adviced
13686 functions in hyperlink (Bug#2438).
13687
13688 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
13689
13690 * files.el (trash-directory): Change default to nil.
13691 (move-file-to-trash): If trash-directory is nil and
13692 system-move-file-to-trash is unbound, perform freedesktop-style
13693 trashing.
13694
13695 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
13696
13697 * files.el (move-file-to-trash): Add freedesktop trash
13698 support (Bug#973).
13699
13700 2009-06-28 Glenn Morris <rgm@gnu.org>
13701
13702 * autorevert.el (global-auto-revert-non-file-buffers)
13703 (global-auto-revert-mode): Doc fixes.
13704
13705 2009-06-27 Johan Bockgård <bojohan@gnu.org>
13706
13707 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
13708
13709 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
13710
13711 * faces.el (x-handle-named-frame-geometry): Ensure that we have
13712 opened an X connection before calling x-get-resource (Bug#3194).
13713
13714 * play/doctor.el: Remove reference to obsolete website.
13715 (make-doctor-variables): Correct grammar mistake (Bug#2633).
13716
13717 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
13718
13719 Remove find-file-not-found-hook VC method. (Bug#2757)
13720 * vc-hooks.el (vc-file-not-found-hook)
13721 (vc-default-find-file-not-found-hook): Remove functions.
13722 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
13723 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
13724 * vc.el:
13725 * vc-hg.el:
13726 * vc-git.el: Do not mention find-file-not-found-hook VC method.
13727
13728 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
13729
13730 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
13731 compatibility function for `looking-back'.
13732
13733 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
13734 Use `ispell-looking-back'.
13735
13736 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
13737
13738 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
13739 rather than `filename'.
13740
13741 2009-06-23 Miles Bader <miles@gnu.org>
13742
13743 * face-remap.el (text-scale-set): New function.
13744
13745 2009-06-23 Glenn Morris <rgm@gnu.org>
13746
13747 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
13748
13749 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
13750
13751 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
13752
13753 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
13754
13755 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
13756 Simplify Persian conditionals.
13757
13758 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
13759 variable `filename'.
13760
13761 * comint.el (comint-insert-input): Doc fix.
13762
13763 * Makefile.in (ELCFILES): Fix typo in previous change.
13764
13765 2009-06-23 Miles Bader <miles@gnu.org>
13766
13767 * cus-start.el: Add entry for `recenter-redisplay'.
13768
13769 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
13770
13771 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
13772 Add an optional argument for the backend, use it instead of
13773 calling vc-backend.
13774 (vc-mode-line): Add an optional argument for the backend.
13775 Pass the backend to vc-state and vc-working-revision. Move code for
13776 special handling for vc-state being a buffer to ...
13777
13778 * vc-rcs.el (vc-rcs-find-file-hook):
13779 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
13780
13781 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
13782 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
13783 vc-stay-local-p and vc-mode-line calls.
13784
13785 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
13786 (vc-cvs-diff, vc-cvs-annotate-command)
13787 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
13788 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
13789 vc-mode-line calls.
13790
13791 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
13792 direct comparison.
13793 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
13794 backend when calling vc-mode-line.
13795 (vc-register): Do not create a closure for calling the vc register
13796 function, call it directly.
13797
13798 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
13799
13800 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
13801 to make it obvious item can be clicked.
13802
13803 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
13804
13805 2009-06-23 Kenichi Handa <handa@m17n.org>
13806
13807 * language/korea-util.el (korean-key-bindings): Change the binding
13808 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
13809 same command.
13810
13811 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
13812
13813 Sync with Tramp 2.1.16.
13814
13815 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
13816
13817 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
13818 when a loading of a package fails. Completion function for rsync
13819 is `tramp-completion-function-alist-ssh'.
13820 (all): Replace all calls of `split-string' and
13821 `tramp-split-string' by `tramp-compat-split-string'.
13822 (tramp-default-method): Use `tramp-compat-process-running-p'.
13823 (tramp-default-proxies-alist): Allow also Lisp forms.
13824 (tramp-remote-path): Add choice "Private Directories".
13825 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
13826 (tramp-domain-regexp): Allow also "-", "_" and ".".
13827 (tramp-end-of-output): Remove newlines, and add "$" at the end.
13828 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
13829 (tramp-debug-message): Insert header line in debug buffer.
13830 (tramp-handle-directory-files-and-attributes-with-stat):
13831 Care about filenames with spaces, or starting with "-".
13832 (tramp-handle-dired-uncache): New defun.
13833 (tramp-handle-insert-directory): Don't flush the directory from
13834 cache, this is handled by `dired-uncache' now.
13835 (tramp-handle-insert-file-contents): Improve error handling.
13836 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13837 Quote `tramp-end-of-output'.
13838 (tramp-action-password): Improve trace message.
13839 (tramp-check-for-regexp): Both echoes must be present, before removing.
13840 (tramp-open-connection-setup-interactive-shell): Trace coding system.
13841 (tramp-compute-multi-hops): Eval cons cells of
13842 `tramp-default-proxies-alist'.
13843 (tramp-maybe-open-connection): Use the same command pattern for
13844 first hop and further hops.
13845 (tramp-wait-for-output): Remove handling of newlines.
13846 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
13847 (tramp-split-string): Remove function. It is handled in
13848 tramp-compat now.
13849
13850 * net/tramp-cmds.el (tramp-bug):
13851 Recommend `tramp-cleanup-all-connections' in the bug mail.
13852
13853 * net/tramp-compat.el (tramp-compat-split-string)
13854 (tramp-compat-process-running-p): New defuns.
13855
13856 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
13857 for `dired-uncache'.
13858
13859 * net/tramp-gvfs.el: New package.
13860
13861 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
13862 Add handler for `dired-uncache'.
13863 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
13864
13865 * net/trampver.el: Update release number. Make version check fit
13866 for SXEmacs 22.
13867
13868 2009-06-22 Jim Meyering <meyering@redhat.com>
13869
13870 Automatically handle .xz suffix (XZ-compressed files), too.
13871 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
13872 XZ is the successor to LZMA: <http://tukaani.org/xz/>
13873
13874 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
13875 Nick Roberts <nickrob@snap.net.nz>
13876
13877 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
13878 repository (http://sphinx.net.ru/hg/gdb-mi/).
13879
13880 2009-06-22 Glenn Morris <rgm@gnu.org>
13881
13882 * files.el (dir-locals-collect-mode-variables): Allow for any number of
13883 `mode' and `eval' entries. (Bug#3430)
13884
13885 * Makefile.in (ELCFILES): Add fadr.elc.
13886
13887 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
13888 differing behavior of \n and ^ in strings. (Bug#3385)
13889
13890 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
13891
13892 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
13893 property.
13894 (lisp-indent-function): Make it a defcustom.
13895
13896 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
13897
13898 * progmodes/gdb-ui.el: Replace with ...
13899 * progmodes/gdb-mi.el: ... this file.
13900 * progmodes/gud.el: Modify for gdb-mi.el.
13901
13902 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
13903
13904 * fadr.el: New file.
13905
13906 See ChangeLog.14 for earlier changes.
13907
13908 ;; Local Variables:
13909 ;; coding: utf-8
13910 ;; End:
13911
13912 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
13913
13914 This file is part of GNU Emacs.
13915
13916 GNU Emacs is free software: you can redistribute it and/or modify
13917 it under the terms of the GNU General Public License as published by
13918 the Free Software Foundation, either version 3 of the License, or
13919 (at your option) any later version.
13920
13921 GNU Emacs is distributed in the hope that it will be useful,
13922 but WITHOUT ANY WARRANTY; without even the implied warranty of
13923 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13924 GNU General Public License for more details.
13925
13926 You should have received a copy of the GNU General Public License
13927 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
13928
13929 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1